aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Dired fixes for newlines in directory names.Glenn Morris2012-01-171-0/+5
| | | | | * lisp/dired.el (dired-insert-directory): Handle newlines in directory name. (dired-build-subdir-alist): Unescape newlines in directory name.
* Update the ChangeLog.Alan Mackenzie2012-01-171-0/+11
|
* * net/tramp.el (tramp-local-end-of-line): New defcustom.Michael Albinus2012-01-171-0/+6
| | | | | (tramp-action-login, tramp-action-yesno, tramp-action-yn) (tramp-action-terminal): Use it. (Bug#10530)
* * lisp/minibuffer.el (completion--replace): Strip properties.Stefan Monnier2012-01-161-36/+33
| | | | Fixes: debbugs:10062
* Provide persistent window parameters.Martin Rudalics2012-01-161-0/+9
| | | | | | | | | | | | | | | | * window.c (Vwindow_persistent_parameters): New variable. (Fset_window_configuration, save_window_save): Handle persistent window parameters. * window.el (window-state-ignored-parameters): Remove variable. (window--state-get-1): Rename argument MARKERS to IGNORE. Handle persistent window parameters. Make copy of clone-of parameter only if requested. (Bug#10348) (window--state-put-2): Install a window parameter only if it has a non-nil value or an existing parameter shall be overwritten. * windows.texi (Window Configurations, Window Parameters): Describe persistent window parameters.
* * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.Michael Albinus2012-01-151-0/+4
|
* Allow visiting Info files with no "Up" pointer, such as DIR files.Eli Zaretskii2012-01-141-0/+5
| | | | | lisp/info.el (Info-toc-build): If the Info file has no "Up" pointer, don't pass the (nil) value of `upnode' to string-match.
* * startup.el (command-line): Fix values recognized by cursorBlink resource.Chong Yidong2012-01-151-0/+1
|
* * startup.el (command-line): Fix X resource class for cursorColor.Chong Yidong2012-01-141-0/+4
|
* Fix race condition in epg.el compat code.Paul Eggert2012-01-141-0/+5
| | | | | | | * lisp/epg.el (epg--make-temp-file): Avoid permission race condition when running on old Emacs versions. Fixes: debbugs:10403
* * lisp/dired.el (dired-get-filename): Fix 'verbatim case of previous change.Glenn Morris2012-01-131-0/+4
|
* dired fix for `ls -b' quoting of spaces (bug#10469)Glenn Morris2012-01-131-0/+4
| | | | | | * lisp/dired.el (dired-switches-escape-p): New function. (dired-insert-directory): Use dired-switches-escape-p. (dired-get-filename): Undo "\ " quoting if needed.
* find-ls-option doc fixes (bug#10262)Glenn Morris2012-01-121-0/+4
| | | | | * doc/emacs/dired.texi (Dired and Find): Clarify find-ls-options. * lisp/find-dired.el (find-ls-option): Doc fix.
* mail-mode paragraph-separate fix for bug#10276Glenn Morris2012-01-111-0/+5
| | | | | * lisp/mail/sendmail.el (mail-mode): Update paragraph-separate for changes in adaptive-fill-regexp.
* Fix Emacs bug #10463 - put `widen's around the critical spots.Alan Mackenzie2012-01-111-0/+8
|
* Duplicate-word and spelling fixes.Paul Eggert2012-01-101-2/+2
|
* * lisp/dired-aux.el (dired-do-shell-command): Doc fix.Glenn Morris2012-01-101-0/+1
| | | | (Inspired by the Emacs manual.)
* * lisp/dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)Glenn Morris2012-01-101-0/+4
|
* ChangeLog fixes.Juanma Barranquero2012-01-101-4/+4
|
* Fix an error message glitch in network-stream.el.Chong Yidong2012-01-101-0/+6
| | | | | | * net/network-stream.el (network-stream-open-starttls): Avoid emitting a confusing error message when the server gives a bad response to the capability command.
* * lisp/mail/unrmail.el (unrmail): Tweak previous change.Glenn Morris2012-01-091-0/+4
| | | | (for trailing whitespace in otherwise empty BABYL files).
* Add missing ChangeLog entry for last change.Chong Yidong2012-01-091-0/+4
|
* Optimise font locking in long enum definitions.Alan Mackenzie2012-01-081-0/+9
|
* Fix ChangeLog typo.Paul Eggert2012-01-071-1/+0
|
* Undo patch for bug#10403; still being reviewed.Paul Eggert2012-01-071-3/+0
|
* Merge from trunk.Paul Eggert2012-01-071-18/+150
|\
| * * faces.el (set-face-attribute): Clarify the meaning of the nil frame.Lars Magne Ingebrigtsen2012-01-071-0/+3
| | | | | | | | Fixes: debbugs:10294
| * (with-selected-frame): Mention that the selected frame is restored.Lars Magne Ingebrigtsen2012-01-071-0/+3
| | | | | | | | Fixes: debbugs:9980
| * * ibuffer.el (ibuffer-mode): List the bindings in the corrent map.Lars Magne Ingebrigtsen2012-01-071-0/+3
| | | | | | | | Fixes: debbugs:9759
| * Remove some unused password-related autoloadsLars Magne Ingebrigtsen2012-01-071-0/+5
| | | | | | | | | | * mail/smtpmail.el (password-cache-add): Removed unused declaration. (password-read): Don't autoload unused function.
| * lisp/progmodes/which-func.el (which-func-mode): Fix bug#10428.Juanma Barranquero2012-01-071-0/+5
| | | | | | | | Turn into a non-interactive function and mark as obsolete.
| * More customization-related documentation updates.Chong Yidong2012-01-061-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/custom.texi (Specifying File Variables): The mode: keyword doesn't have to be first anymore. Add example of specifying minor modes. (Directory Variables): Simplify example. Mention application to non-file buffers. (Disabling): Use "initialization file" terminology. (Init Examples): Fix hook example. * doc/lispref/variables.texi (Directory Local Variables): Document hack-dir-local-variables-non-file-buffer. * lisp/files.el (hack-dir-local-variables-non-file-buffer): Add doc. (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode functions, along with 1 and -1.
| * Fix doc strings of 2 time.el variables.Eli Zaretskii2012-01-061-0/+8
| | | | | | | | | | | | | | lisp/time.el (display-time-load-average) (display-time-default-load-average): Doc fixes. See the thread starting at http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html for the details.
| * Trivial unrmail fix for empty input files.Glenn Morris2012-01-061-0/+3
| | | | | | | | | | | | | | * lisp/mail/unrmail.el (unrmail): Give an explicit error if the input file has no messages. Fixes: debbugs:10377
| * Change the binding of "e" in info-mode.Glenn Morris2012-01-061-0/+3
| | | | | | | | | | | | | | | | | | | | * doc/lispref/maps.texi (Standard Keymaps): Refer to Info-edit by name rather than by keybinding. * lisp/info.el (Info-mode-map): Bind e to end-of-buffer, rather than Info-edit. Fixes: debbugs:10385
| * time.el minor doc fixes.Glenn Morris2012-01-051-0/+3
| | | | | | | | | | * lisp/time.el (display-time-load-average, display-time-next-load-average): Doc fixes.
| * Trivial bytecomp.el fix for file-local buffer-read-only.Glenn Morris2012-01-051-0/+3
| | | | | | | | | | | | | | * lisp/emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file local setting of buffer-read-only to the input buffer. Fixes: debbugs:10419
| * * lisp/calendar/calendar.el (calendar-mode): Locally set scroll-margin to 0.Glenn Morris2012-01-051-0/+5
| |
| * * lisp/play/doctor.el (doctor-death): Escape "," characters.Ulrich Mueller2012-01-051-0/+4
| | | | | | | | Fixes: debbugs:10370
| * eshell fix for change in return value of `diff' command (bug#10420)Glenn Morris2012-01-051-0/+5
| | | | | | | | | | * lisp/eshell/em-unix.el (diff-no-select): Autoload it. (eshell/diff): Use diff-no-select.
| * Proper fix for shell-completion-execonly.Chong Yidong2012-01-051-0/+5
| | | | | | | | | | | | | | | | | | * shell.el (shell-dynamic-complete-functions): Revert last change. (shell-command-completion-function): New function. (shell-completion-vars): Use it to implement shell-completion-execonly. Fixes: debbugs:10417
| * Tweak handling of custom-enabled-themes and custom-safe-themes.Chong Yidong2012-01-051-1/+8
| | | | | | | | | | | | | | * lisp/cus-theme.el (custom-theme-merge-theme): Ignore custom-enabled-themes and custom-safe-themes. * lisp/custom.el (enable-theme): Don't set custom-safe-themes.
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| |
| * 2012-01-05 Michael R. Mauger <[email protected]>Michael Mauger2012-01-041-0/+10
| | | | | | | | | | | | | | | | | | | | * progmodes/sql.el (sql-login-hook): Add hook to respond to the first prompt in `sql-interacive-mode'. (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin keywords. (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword. (sql-product-interactive): Bug fix: Set `sql-buffer' in context of original buffer. Invoke `sql-login-hook'.
| * Rmail: support citations with non-ASCII letters in namesEli Zaretskii2012-01-041-0/+5
| | | | | | | | | | lisp/mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII letters in cite-prefix.
| * * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.Lars Magne Ingebrigtsen2012-01-031-0/+4
| |
| * Fix shell completion regression.Chong Yidong2012-01-031-0/+6
| | | | | | | | | | | | * lisp/shell.el (shell-dynamic-complete-functions): Put pcomplete-completions-at-point, so as to try comint-filename-completion first (Bug#10417).
| * Fix typos.Juanma Barranquero2012-01-031-16/+16
| |
| * Handle battery capacity on Lemote Yeeloong.Richard M. Stallman2012-01-021-0/+8
| |
| * Move shell-dir-cookie-re feature into Dirtrack mode.Chong Yidong2012-01-021-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | * 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.