- 03 Jan, 2012 3 commits
-
-
Chong Yidong authored
* doc/emacs/misc.texi (Single Shell): Don't document Lisp usage of shell-command. Tidy up discussion of synchronicity. Add index entries for async-shell-command. (Interactive Shell): Note that M-x shell uses shell-file-name. Note change in behavior in Emacs 24. (Shell Mode): Shell mode now uses completion-at-point. (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the default method for recognizing prompts nowadays. (Shell Ring): Add xref to Minibuffer History. (Directory Tracking): Explain Dirtrack mode in more detail. (Term Mode): Fix index entries. (Paging in Term): Merge into Term Mode. (Serial Terminal, Emacs Server, emacsclient Options): Copyedits. (Printing): Fix xref. State default of lpr-switches. (PostScript): Remove obsolete sentence. Omit description of non-interactive behaviors. (Hyperlinking): Improve description. (Browse-URL): Using compose-mail for mailto URLs is the default. Document browse-url-mailto-function. (Goto Address mode): Add index entries. Add xref to Browse-URL. (FFAP): FFAP is not a minor mode. (Amusements): M-x lm was renamed to M-x landmark. Document nato-region.
-
Chong Yidong authored
* lisp/shell.el (shell-dynamic-complete-functions): Put pcomplete-completions-at-point, so as to try comint-filename-completion first (Bug#10417).
-
Juanma Barranquero authored
-
- 02 Jan, 2012 2 commits
-
-
Richard M. Stallman authored
-
Chong Yidong authored
* lisp/dirtrack.el (dirtrack-list): Eliminate unused third element. (dirtrack): Merge code for handling relative filenames in prompt from shell-dir-cookie-watcher. (dirtrack-debug-message): New arg to avoid excess format calls. * lisp/shell.el (shell-dir-cookie-re): Variable deleted. (shell-dir-cookie-watcher): Function deleted. (shell-mode): Don't use shell-dir-cookie-re, since it is redundant with dirtrack-mode.
-
- 01 Jan, 2012 3 commits
-
-
Eli Zaretskii authored
src/gnutls.c (init_gnutls_functions): Load gnutls_check_version. Load gnutls_transport_set_lowat only if GnuTLS version is below 2.11.1. (emacs_gnutls_handshake): Call gnutls_transport_set_lowat only for GnuTLS versions below 2.11.1. lisp/term/w32-win.el (dynamic-library-alist) <gnutls>: Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to libgnutls-26.dll.
-
Glenn Morris authored
-
Chong Yidong authored
* misc.texi (Gnus, Buffers of Gnus): Copyedits. (Gnus Startup): Note that the system might not be set up for news. Describe group levels more clearly. (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from Summary of Gnus. (Document View): Copyedits. Move zoom commads to DocView Navigation node. (DocView Navigation, DocView Searching, DocView Slicing) (DocView Conversion): Nodes renamed from Navigation, etc. * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
-
- 31 Dec, 2011 8 commits
-
-
Andreas Schwab authored
-
Eli Zaretskii authored
doc/emacs/basic.texi (Moving Point): Fix the description of C-n and C-p.
-
Glenn Morris authored
-
Eli Zaretskii authored
lisp/mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded headers of non-MIME messages, when rmail-enable-mime is non-nil.
-
Paul Eggert authored
-
Antoine Levitt authored
lisp/erc/erc-goodies.el (erc-scroll-to-bottom): Use post-command-hook rather than window-scroll-functions. Fixes a bug with scrolling under word-wrap on a tty.
-
Antoine Levitt authored
src/xdisp.c (syms_of_xdisp) <window-scroll-functions>: Add warning to the doc string advising against its use for altering the way windows are scrolled.
-
Paul Eggert authored
-
- 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 1 commit
-
-
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).
-