Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Backport Bug#7931 from trunk. | Daiki Ueno | 2011-02-02 | 2 | -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 Yidong | 2011-01-31 | 2 | -23/+24 | |
| | ||||||
* | Backport Bug#7933 fix from trunk. | Deniz Dogan | 2011-01-31 | 2 | -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 Mackenzie | 2011-01-31 | 2 | -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 Levitt | 2011-01-31 | 2 | -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 Yidong | 2011-01-31 | 2 | -17/+19 | |
| | ||||||
* | Fix bug in copy-directory copying into an existing directory. | Chong Yidong | 2011-01-29 | 2 | -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 files | Andreas Schwab | 2011-01-29 | 2 | -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 Yidong | 2011-01-28 | 2 | -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 Yidong | 2011-01-28 | 2 | -3/+7 | |
| | ||||||
* | (quail-keyboard-layout-alist): Remove | Kenichi Handa | 2011-01-28 | 2 | -1/+6 | |
| | | | | superfluous SPC for "pc105-uk" (bug#7927). | |||||
* | msb.el fix for bug #7902. | Glenn Morris | 2011-01-26 | 2 | -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 Yidong | 2011-01-26 | 2 | -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 with | Jan Djärv | 2011-01-26 | 2 | -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 Morris | 2011-01-24 | 1 | -2/+1 | |
| | ||||||
* | * lisp/comint.el (comint-mode): Doc fix. (Bug#7897) | Glenn Morris | 2011-01-24 | 2 | -3/+7 | |
| | ||||||
* | * files.el (file-name-non-special): Only change buffer-file-name after | Stefan Monnier | 2011-01-24 | 2 | -15/+17 | |
| | | | | | | insert-file-contents if it's `visit'ing the file. Fixes: debbugs:7854 | |||||
* | * lisp/gnus/nnbabyl: Fix typo in copyright years. | Glenn Morris | 2011-01-23 | 1 | -1/+1 | |
| | ||||||
* | Backport copyright fix from trunk. | Glenn Morris | 2011-01-23 | 1 | -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 Yidong | 2011-01-23 | 2 | -1/+8 | |
| | ||||||
* | Mark tiny change. | Glenn Morris | 2011-01-22 | 1 | -1/+1 | |
| | ||||||
* | Merge several fixes from upsteam ruby-mode. | Nobuyoshi Nakada | 2011-01-22 | 2 | -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 Morris | 2011-01-22 | 2 | -9/+8 | |
| | ||||||
* | Fix toggling of case-fold-search from re-builder menu (Bug#7650). | Keitaro Miyazaki | 2011-01-22 | 2 | -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 Morris | 2011-01-22 | 2 | -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 Yidong | 2011-01-22 | 2 | -2/+6 | |
| | ||||||
* | * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in menu item. | Chong Yidong | 2011-01-21 | 2 | -1/+6 | |
| | ||||||
* | * lisp/comint.el (comint-replace-by-expanded-history-before-point): Fix | Roland McGrath | 2011-01-21 | 2 | -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 Monnier | 2011-01-21 | 2 | -8/+12 | |
| | | | | Fixes: debbugs:7882 | |||||
* | * lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): | Jari Aalto | 2011-01-21 | 2 | -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 Monnier | 2011-01-21 | 2 | -7/+7 | |
| | | | | | | Suggested by Flo <sensorflo@gmail.com>. Fixes: debbugs:7687 | |||||
* | compile.el fix for bug#7812 | Glenn Morris | 2011-01-20 | 2 | -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 the | Stefan Monnier | 2011-01-17 | 2 | -3/+9 | |
| | | | | keymap expression. Improve docstring. | |||||
* | Bump version to 23.2.92. | Chong Yidong | 2011-01-14 | 3 | -702/+704 | |
| | | | | Regenerate AUTHORS, configure, and ldefs-boot.el. | |||||
* | Make last-resort backup file in .emacs.d (Bug#6953). | Mark Diekhans | 2011-01-14 | 3 | -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-23 | Kenichi Handa | 2011-01-14 | 4 | -12/+53 | |
|\ | ||||||
| * | * lisp/subr.el (event-start, event-end): Doc fix (Bug#7826). | Chong Yidong | 2011-01-13 | 2 | -8/+25 | |
| | | ||||||
| * | * message.el (message-bury): Add special-case handling for Rmail. | Chong Yidong | 2011-01-12 | 2 | -4/+28 | |
| | | | | | | | | This should not be merged into the trunk. | |||||
* | | Fix setting of buffer-file-coding-system of RMAIL buffer. | Kenichi Handa | 2011-01-14 | 2 | -4/+41 | |
|/ | ||||||
* | merge emacs-23 | Kenichi Handa | 2011-01-12 | 18 | -77/+174 | |
|\ | ||||||
| * | * message.el (message-mail): A compose-mail function should accept headers ↵ | Glenn Morris | 2011-01-11 | 2 | -3/+12 | |
| | | | | | | | | as strings. | |||||
| * | lisp/emulation/tpu-edt.el: Regenerate md5sum. | Chong Yidong | 2011-01-11 | 1 | -1/+1 | |
| | | ||||||
| * | * tmm.el (tmm-get-keymap): Skip bindings without labels. | Stefan Monnier | 2011-01-10 | 2 | -34/+36 | |
| | | | | | | | | | | | | | | (tmm-prompt): Simplify. (tmm-add-prompt): Remove unused var `win'. Fixes: debbugs:7721 | |||||
| * | * whitespace.el (global-whitespace-newline-mode): Fix call | Stefan Monnier | 2011-01-10 | 2 | -1/+7 | |
| | | | | | | | | | | | | to minor mode which used nil accidentally to mean "turn off". Fixes: debbugs:7810 | |||||
| * | * net/tramp.el (tramp-find-inline-compress) | Michael Albinus | 2011-01-10 | 2 | -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/plink | Michael Albinus | 2011-01-10 | 2 | -8/+16 | |
| | | | | | | | | only when running under W32. | |||||
| * | Fix bug #6684 with shell pipelines on MS-Windows. | Eli Zaretskii | 2011-01-09 | 3 | -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 Borgman | 2011-01-08 | 7 | -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 Hanchrow | 2011-01-08 | 2 | -1/+6 | |
| | | ||||||
| * | Fix bug #7777 with documentation of directory-abbrev-alist. | Eli Zaretskii | 2011-01-07 | 2 | -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 \`. |