- 30 Dec, 2011 2 commits
-
-
Chong Yidong authored
* sending.texi (Sending Mail): Document initial mail buffer name, and changed multiple mail buffer behavior. (Mail Format): Put the example at the top of the section. (Mail Headers): Move discussion of "From" to the top. (Mail Sending): Document sendmail-query-once. (Citing Mail): Make it less Rmail-specific.
-
Paul Eggert authored
-
- 29 Dec, 2011 5 commits
-
-
Juanma Barranquero authored
-
Daniel Colascione authored
-
Chong Yidong authored
* doc/emacs/text.texi (Org Mode): Copyedits. Refer to Outline Format for example. Add index entries. (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
-
Ted Zlatanov authored
-
Michael Albinus authored
also for alternative shells. (tramp-open-connection-setup-interactive-shell): Check, whether the shell is a busybox. (tramp-send-command): Don't suppress multiple prompts for busyboxes, it hurts.
-
- 28 Dec, 2011 5 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
coding.c: (Fdefine_coding_system_internal): Make an utf-8 base coding-system ASCII compatible only when it does not produce BOM on encoding (Bug#10383).
-
Paul Eggert authored
* doc/lispref/files.texi (File Attributes, Changing Files): Use a more-natural notation for octal numbers. * doc/misc/gnus.texi (Mail Source Customization, Mail Back End Variables): Use octal notation for file permissions, which are normally thought of in octal. (Mail Back End Variables): Use more-plausible modes in example.
-
Chong Yidong authored
* lisp/progmodes/gdb-mi.el (gdb-get-source-file-list) (gdb-get-source-file): Move mode line update to gdb-get-source-file. Fixes: debbugs:10087
-
Katsumi Yamaoka authored
-
- 27 Dec, 2011 2 commits
-
-
Bill Wohler authored
-
Bill Wohler authored
-
- 26 Dec, 2011 2 commits
-
-
Jan Djärv authored
can scroll. (create_and_show_popup_menu): Always use menu_position_func for Gtk3. Fixes: debbugs:10361
-
Chong Yidong authored
* dired.texi (Dired Enter, Misc Dired Features): Document dired-use-ls-dired changes. Mention quit-window. (Dired Navigation): Add index entries. (Dired Visiting): Fix View Mode xref. (Marks vs Flags): Prefer C-/ binding for undo. (Subdirectories in Dired): Add xrefs. (Misc Dired Features): Document some Emacs 24 changes. Add index entries. * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode variable, since it is explained in Minor Modes node. (Defining Abbrevs): Copyedits. (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the C-/ binding for undo. (Dabbrev Customization): Add xrefs for case-fold-search and case-replace. * dired-xtra.texi (Subdir Switches): Add xref. * maintaining.texi (VC Directory Commands): Mention quit-window.
-
- 25 Dec, 2011 4 commits
-
-
Chong Yidong authored
* files.texi (Misc File Ops): Mention vc-delete-file. * maintaining.texi (Tags): Mention Semantic. (Create Tags Table, Etags Regexps): Copyedits. (Find Tag): Mention minibuffer completion. (List Tags): Mention completion-at-point. Completion is actually available in M-x list-tags. * programs.texi (Symbol Completion): Mention completion-at-point explicitly. * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC. Document vc-delete-file.
-
Chong Yidong authored
* progmodes/gdb-mi.el (gdb-input): Accept command and handler function as separate arguments. (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async) (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update) (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1) (gdb-var-delete-children, gdb-edit-value, gdb-var-update) (gdb-stopped, def-gdb-auto-update-trigger) (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame) (gdb-get-changed-registers, gdb-get-main-selected-frame): Callers changed. (gud-gdbmi-completions): New function. (gdb): Use it for generating the completion table. * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use gud-gdb-marker-filter without taking it as an argument. (gud-gdb-run-command-fetch-lines): Caller changed. (gud-gdb-completion-function): New variable. (gud-gdb-completion-at-point): Use it. (gud-gdb-completions-1): Split from gud-gdb-completions.
-
Andreas Schwab authored
constants inside brackets. (Bug#10357)
-
Andreas Schwab authored
-
- 24 Dec, 2011 3 commits
-
-
Alan Mackenzie authored
Use this to protect declarations from losing their contexts.
-
Eli Zaretskii authored
The real fix for bug 10360 is in 2011-12-23T14:51:51Z!eliz@gnu.org.
-
Juri Linkov authored
Fixes: debbugs:10348
-
- 23 Dec, 2011 5 commits
-
-
Eli Zaretskii authored
src/xdisp.c (handle_invisible_prop): Handle correctly an invisible property that ends at ZV, so that the bidi iteration could be resumed from there (after widening).
-
Michael Albinus authored
existence of source file. (Bug#10325)
-
Juanma Barranquero authored
* doc/lispref/variables.texi (Variables with Restricted Values): Change reference to variable.
-
Alan Mackenzie authored
-
Juanma Barranquero authored
-
- 22 Dec, 2011 6 commits
-
-
Juri Linkov authored
-
Juri Linkov authored
Fixes: debbugs:10185
-
Jan Djärv authored
-
Chong Yidong authored
-
Chong Yidong authored
* doc/emacs/vc1-xtra.texi (Version Headers): Note that these are for Subversion, CVS, etc. only. (General VC Options): De-document vc-keep-workfiles. Fix RCS-isms. * doc/emacs/maintaining.texi (Change Log Commands): Don't specially mention vc-update-change-log which is CVS-only.
-
Eli Zaretskii authored
-
- 21 Dec, 2011 6 commits
-
-
Drew Adams authored
-
Bastien Guerry authored
This section describes general concepts behind Org Mode and redirects to the Org Manual when necessary.
-
Jérémy Compostella authored
-
Ted Zlatanov authored
-
Paul Eggert authored
-
Chong Yidong authored
* files.texi (Misc File Ops): Mention vc-rename-file. * maintaining.texi (Advanced C-x v v): Use fileset terminology. (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node. (VC Pull): Mention vc-log-incoming. (Log Buffer): Add CVS/RCS only disclaimer. * vc1-xtra.texi (Remote Repositories): Update introduction. (Local Version Control): Node deleted (obsolete with DVCSes). (Remote Repositories, Version Backups): Node deleted. Move documentation of vc-cvs-stay-local to CVS Options. (CVS Options): Reduce verbosity of description of obscure CVS locking feature. (Making Revision Tags, Revision Tag Caveats): Merge into Revision Tags node. (Revision Tags): Move under Miscellaneous VC subsection. (Change Logs and VC): Note that this is wrong for DVCSs. De-document log entry manipulating features. (Renaming and VC): Describe how it works on modern VCSes. * programs.texi (Custom C Indent): Add index entries.
-