summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* Backport Bug#7931 from trunk.Daiki Ueno2011-02-022-2/+8
| | | | | | * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status (Bug#7931).
* Bump version to 23.2.93.Chong Yidong2011-01-312-23/+24
|
* Backport Bug#7933 fix from trunk.Deniz Dogan2011-01-312-3/+14
| | | | | | * lisp/net/rcirc.el: Clean log filenames (Bug#7933). (rcirc-log-write): Use convert-standard-filename. (rcirc-log-filename-function): Documentation updates.
* Fix an infloop in CC-mode (Bug#7595).Alan Mackenzie2011-01-312-12/+28
| | | | | | | * progmodes/cc-cmds.el (c-forward-over-illiterals): Continue parsing if we encounter a naked # (Bug#7595). (c-beginning-of-statement): Avoid loop in locating the beginning of a macro.
* Fix erasure of modeline by erc-track.Antoine Levitt2011-01-312-1/+5
| | | | | | | http://lists.gnu.org/archive/html/emacs-devel/2010-08/msg00562.html * erc-track.el (track): Don't reset erc-modified-channels-object each time erc-track-mode is activated.
* * lisp/files.el (copy-directory): Fix arguments to the recursive call.Chong Yidong2011-01-312-17/+19
|
* Fix bug in copy-directory copying into an existing directory.Chong Yidong2011-01-292-1/+21
| | | | | | | http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg01007.html * files.el (copy-directory): If destination is an existing directory, copy into a subdirectory there.
* Don't complain about duplicate leim-list filesAndreas Schwab2011-01-292-1/+6
| | | | | * lisp/emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list files.
* Fix gratuitous argument passing error in image-dired (Bug#7817).Chong Yidong2011-01-282-9/+12
| | | | | * lisp/image-dired.el (image-dired-mouse-display-image): No-op if no file is found.
* * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).Chong Yidong2011-01-282-3/+7
|
* (quail-keyboard-layout-alist): RemoveKenichi Handa2011-01-282-1/+6
| | | | superfluous SPC for "pc105-uk" (bug#7927).
* msb.el fix for bug #7902.Glenn Morris2011-01-262-2/+8
| | | | | * lisp/msb.el (msb-menu-bar-update-buffers): Update for changed argument handling of menu-bar-select-frame.
* Limit recursion depth of c-forward-<>-arglist-recur (Bug#7722).Chong Yidong2011-01-262-1/+17
| | | | | * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit to the recursion depth.
* * term/ns-win.el (ns-find-file): Expand ns-input-file withJan Djärv2011-01-262-1/+7
| | | | | | | command-line-default-directory (Bug#7872). NOTE: The trunk version is a bit different, I think there will be merge conflicts.
* ChangeLog fix: there was no change to ruby-expr-beg.Glenn Morris2011-01-241-2/+1
|
* * lisp/comint.el (comint-mode): Doc fix. (Bug#7897)Glenn Morris2011-01-242-3/+7
|
* * files.el (file-name-non-special): Only change buffer-file-name afterStefan Monnier2011-01-242-15/+17
| | | | | | insert-file-contents if it's `visit'ing the file. Fixes: debbugs:7854
* * lisp/gnus/nnbabyl: Fix typo in copyright years.Glenn Morris2011-01-231-1/+1
|
* Backport copyright fix from trunk.Glenn Morris2011-01-231-2/+1
| | | | | | * lisp/mwheel.el: Fix typo in copyright years. Duplicate 2002 introduced in CVS r1.35. 2003 is a copyrightable year since Emacs 21.3 was released then.
* * dired.el (dired-revert): Doc fix (Bug#7758).Chong Yidong2011-01-232-1/+8
|
* Mark tiny change.Glenn Morris2011-01-221-1/+1
|
* Merge several fixes from upsteam ruby-mode.Nobuyoshi Nakada2011-01-222-5/+23
| | | | | | | | | | | | * lisp/progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for here-doc which ends with an underscore. (ruby-mode-set-encoding): Skip shebang line always. (ruby-mode-map): Bind C-c C-c to comment-region. (ruby-expr-beg, ruby-font-lock-keywords): Highlight literal hash key labels as symbols. (ruby-forward-sexp): Stop after literal hash key labels. (ruby-font-lock-syntactic-keywords): Highlight regexp after open bracket.
* * lisp/simple.el (do-auto-fill): Give it a doc string.Glenn Morris2011-01-222-9/+8
|
* Fix toggling of case-fold-search from re-builder menu (Bug#7650).Keitaro Miyazaki2011-01-222-1/+8
| | | | | * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in the correct buffer.
* Doc fix for make-text-button.Glenn Morris2011-01-222-7/+15
| | | | | | * doc/lispref/display.texi (Making Buttons): Mention limitation of text buttons. * lisp/button.el (make-text-button): Doc fix. (See bug#7881)
* * simple.el (line-move-visual): Doc fix (Bug#7594).Chong Yidong2011-01-222-2/+6
|
* * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in menu item.Chong Yidong2011-01-212-1/+6
|
* * lisp/comint.el (comint-replace-by-expanded-history-before-point): FixRoland McGrath2011-01-212-3/+11
| | | | | | expansion of !$ and !!:N syntax to pick the indicated word. Fixes: debbugs:7883
* * lisp/progmodes/js.el (js--regexp-literal): Count backslashes.Stefan Monnier2011-01-212-8/+12
| | | | Fixes: debbugs:7882
* * lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):Jari Aalto2011-01-212-1/+8
| | | | | | Assume foo(bar) is a manpage reference rather than some unquoted symbol. Fixes: debbugs:7705
* * lisp/subr.el (shell-quote-argument): Properly quote \n.Stefan Monnier2011-01-212-7/+7
| | | | | | Suggested by Flo <sensorflo@gmail.com>. Fixes: debbugs:7687
* compile.el fix for bug#7812Glenn Morris2011-01-202-6/+7
| | | | | * lisp/progmodes/compile.el (compilation-error-regexp-alist): Fix custom type.
* * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate theStefan Monnier2011-01-172-3/+9
| | | | keymap expression. Improve docstring.
* Bump version to 23.2.92.Chong Yidong2011-01-143-702/+704
| | | | Regenerate AUTHORS, configure, and ldefs-boot.el.
* Make last-resort backup file in .emacs.d (Bug#6953).Mark Diekhans2011-01-143-7/+19
| | | | | | | | | | | * lisp/files.el (backup-buffer): Make last-resort backup file in .emacs.d. * lisp/subr.el (locate-user-emacs-file): If .emacs.d does not exist, make it with permission 700. * doc/emacs/files.texi (Backup Names): Document the new location of the last-resort backup file.
* merge emacs-23Kenichi Handa2011-01-144-12/+53
|\
| * * lisp/subr.el (event-start, event-end): Doc fix (Bug#7826).Chong Yidong2011-01-132-8/+25
| |
| * * message.el (message-bury): Add special-case handling for Rmail.Chong Yidong2011-01-122-4/+28
| | | | | | | | This should not be merged into the trunk.
* | Fix setting of buffer-file-coding-system of RMAIL buffer.Kenichi Handa2011-01-142-4/+41
|/
* merge emacs-23Kenichi Handa2011-01-1218-77/+174
|\
| * * message.el (message-mail): A compose-mail function should accept headers ↵Glenn Morris2011-01-112-3/+12
| | | | | | | | as strings.
| * lisp/emulation/tpu-edt.el: Regenerate md5sum.Chong Yidong2011-01-111-1/+1
| |
| * * tmm.el (tmm-get-keymap): Skip bindings without labels.Stefan Monnier2011-01-102-34/+36
| | | | | | | | | | | | | | (tmm-prompt): Simplify. (tmm-add-prompt): Remove unused var `win'. Fixes: debbugs:7721
| * * whitespace.el (global-whitespace-newline-mode): Fix callStefan Monnier2011-01-102-1/+7
| | | | | | | | | | | | to minor mode which used nil accidentally to mean "turn off". Fixes: debbugs:7810
| * * net/tramp.el (tramp-find-inline-compress)Michael Albinus2011-01-102-5/+35
| | | | | | | | | | (tramp-get-inline-coding): Quote command after pipe symbol for local calls under W32. (Bug#6784)
| * * net/tramp.el (tramp-default-method): Initialize with pscp/plinkMichael Albinus2011-01-102-8/+16
| | | | | | | | only when running under W32.
| * Fix bug #6684 with shell pipelines on MS-Windows.Eli Zaretskii2011-01-093-5/+17
| | | | | | | | | | | | | | | | progmodes/grep.el (grep-compute-defaults): Quote the program file name after the pipe symbol in Grep templates. jka-compr.el (jka-compr-partial-uncompress): Likewise. Fixes: debbugs:6784
| * Fix permanancy of BUFFER-LIST arg to list-buffers-noselect (Bug#7749).Lennart Borgman2011-01-087-16/+29
| | | | | | | | | | | | * buff-menu.el (Buffer-menu-buffer-list): New var. (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a restricted buffer list is not lost on revert (Bug#7749).
| * * net/ldap.el (ldap-search-internal): Discard stderr output.Eric Hanchrow2011-01-082-1/+6
| |
| * Fix bug #7777 with documentation of directory-abbrev-alist.Eli Zaretskii2011-01-072-1/+8
| | | | | | | | | | | | lisp/files.el (directory-abbrev-alist): Doc fix. doc/lispref/files.texi (Directory Names): Explain why FROM in directory-abbrev-alist should begin with \`.