Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (truncate-partial-width-windows): Changed in 23.1. | Glenn Morris | 2008-08-29 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Glenn Morris | 2008-08-29 | 1 | -0/+4 |
| | |||||
* | Resolve all byte compiler warnings and enable IMAP/movemail support. | Paul Reilly | 2008-08-29 | 8 | -60/+86 |
| | |||||
* | (x-win-suspend-error): Don't signal error if there are no X frames | Chong Yidong | 2008-08-28 | 1 | -1/+3 |
| | | | | active. | ||||
* | * term/x-win.el (x-win-suspend-error): Don't signal error if there are | Chong Yidong | 2008-08-28 | 1 | -0/+5 |
| | | | | no X frames active. | ||||
* | *** empty log message *** | Michael Albinus | 2008-08-28 | 1 | -0/+5 |
| | |||||
* | * net/xesam.el (xesam-kill-buffer-function): Wrap code by | Michael Albinus | 2008-08-28 | 1 | -3/+4 |
| | | | | `ignore-errors' (the function must succeed always). | ||||
* | (json-read-number): New arg. Handle explicitly signed numbers. | Chong Yidong | 2008-08-28 | 1 | -10/+18 |
| | | | | (json-readtable): Add `+' and `.'. | ||||
* | * json.el (json-read-number): New arg. Handle explicitly signed | Chong Yidong | 2008-08-28 | 1 | -1/+7 |
| | | | | | numbers. (json-readtable): Add `+' and `.'. | ||||
* | (msdos-previous-message): New variable. | Eli Zaretskii | 2008-08-28 | 2 | -0/+34 |
| | | | | | (msdos-show-help): New function. (msdos-initialize-window-system): Set show-help-function to msdos-show-help. | ||||
* | (debug): When killing a noninteractive Emacs, give exit status -1. | Chong Yidong | 2008-08-28 | 1 | -1/+1 |
| | |||||
* | * emacs-lisp/debug.el (debug): When killing a noninteractive | Chong Yidong | 2008-08-28 | 1 | -0/+5 |
| | | | | Emacs, give an exit status of -1. | ||||
* | (vc-workfile-unchanged-p): Revert last change. | Chong Yidong | 2008-08-28 | 1 | -7/+10 |
| | |||||
* | * vc-hooks.el (vc-workfile-unchanged-p): Revert last change. | Chong Yidong | 2008-08-28 | 1 | -0/+4 |
| | |||||
* | Extend `ispell-personal-dictionary' doctring to aspell | Agustín Martín | 2008-08-28 | 1 | -2/+3 |
| | |||||
* | (flyspell-mode) Fix docstring | Agustín Martín | 2008-08-28 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Teodor Zlatanov | 2008-08-27 | 2 | -3/+3 |
| | |||||
* | (vc-workfile-unchanged-p): If the checkout time is not the same as the | Chong Yidong | 2008-08-27 | 1 | -6/+6 |
| | | | | last modification time, fall back on the backend-specific check. | ||||
* | * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is not | Chong Yidong | 2008-08-27 | 1 | -0/+6 |
| | | | | | the same as the last modification time, fall back on the backend-specific check. | ||||
* | (change-log-next-error): Run an extra `find-file' to | Teodor Zlatanov | 2008-08-27 | 2 | -1/+9 |
| | | | | go to the position of interest. | ||||
* | (artist-mode-init): Added comment on the setting up of the | Chong Yidong | 2008-08-27 | 1 | -10/+25 |
| | | | | | | | | | | | `artist-replacement-table' array. (artist-get-replacement-char): New defsubst. (artist-get-char-at-xy-conv, artist-replace-char) (artist-replace-chars, artist-replace-string): Use it instead of accessing `artist-replacement-table' directly. Reported by Rubén Berenguel <ruben@maia.ub.es>. (artist-mt): Fixed structures for cut and copy operations. | ||||
* | * textmodes/artist.el (artist-mode-init): Added comment on the | Chong Yidong | 2008-08-27 | 1 | -0/+12 |
| | | | | | | | | | | | setting up of the `artist-replacement-table' array. (artist-get-replacement-char): New defsubst. (artist-get-char-at-xy-conv, artist-replace-char) (artist-replace-chars, artist-replace-string): Use it instead of accessing `artist-replacement-table' directly. Reported by Rubén Berenguel <ruben@maia.ub.es>. (artist-mt): Fixed structures for cut and copy operations. | ||||
* | (comint-dynamic-list-filename-completions): Quote common substring. | Chong Yidong | 2008-08-27 | 1 | -1/+1 |
| | |||||
* | * comint.el (comint-dynamic-list-filename-completions): Quote common | Chong Yidong | 2008-08-27 | 1 | -0/+2 |
| | | | | substring. | ||||
* | (comint-dynamic-complete-as-filename): Generalize last change to allow | Chong Yidong | 2008-08-27 | 1 | -13/+6 |
| | | | | quoting of characters before point. | ||||
* | (shell-file-name-quote-list): Quote `$'. | Chong Yidong | 2008-08-27 | 1 | -1/+1 |
| | |||||
* | * shell.el (shell-file-name-quote-list): Quote `$'. | Chong Yidong | 2008-08-27 | 1 | -0/+7 |
| | | | | | * comint.el (comint-dynamic-complete-as-filename): Generalize last change to allow quoting of characters before point. | ||||
* | (comint-dynamic-complete-as-filename): If case is ignored while | Chong Yidong | 2008-08-26 | 1 | -3/+16 |
| | | | | matching, replace the entire filename with completion. | ||||
* | * comint.el (comint-dynamic-complete-as-filename): If case is ignored | Chong Yidong | 2008-08-26 | 1 | -0/+4 |
| | | | | while matching, replace the entire filename with completion. | ||||
* | (flyspell-check-pre-word-p): Make sure flyspell-pre-point is valid to | Chong Yidong | 2008-08-26 | 1 | -0/+3 |
| | | | | avoid signalling an error in post-command-hook. | ||||
* | * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure | Chong Yidong | 2008-08-26 | 1 | -0/+6 |
| | | | | | flyspell-pre-point is valid to avoid signalling an error in post-command-hook. | ||||
* | (linum): Inherit remaining face attributes from default face. | Chong Yidong | 2008-08-26 | 1 | -26/+25 |
| | | | | | | (linum-delay): Disable - it should no longer be necessary, and can lead to longer delays. (linum-update-window): Renumber if margin width has changed. | ||||
* | * linum.el (linum): Inherit remaining face attributes from default face. | Chong Yidong | 2008-08-26 | 1 | -0/+11 |
| | | | | | | (linum-delay): Disable - it should no longer be necessary, and can lead to longer delays. (linum-update-window): Renumber if margin width has changed. | ||||
* | (calendar-holidays): Doc fix. | Glenn Morris | 2008-08-26 | 2 | -5/+7 |
| | |||||
* | (epa--key-widget-action): Save the selected window to | Daiki Ueno | 2008-08-26 | 2 | -1/+7 |
| | | | | make `widget-button-click-moves-point' work. (Bug#733). | ||||
* | Typo. | Glenn Morris | 2008-08-26 | 1 | -1/+1 |
| | |||||
* | Comments. | Glenn Morris | 2008-08-26 | 1 | -9/+9 |
| | |||||
* | (tramp-file-name-localname, tramp-dissect-file-name): Declare, | Glenn Morris | 2008-08-26 | 1 | -0/+3 |
| | |||||
* | (msdos-setup-keyboard): Fix declaration. | Glenn Morris | 2008-08-26 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Glenn Morris | 2008-08-26 | 1 | -0/+7 |
| | |||||
* | (mode-line-frame-control): New function, caters to `pc' ``window system''. | Eli Zaretskii | 2008-08-25 | 2 | -1/+18 |
| | | | | | (mode-line-frame-identification): Use it instead of accessing window-system directly. | ||||
* | (text-mode-map): Unbind "\es" from `center-line' and "\eS" from ↵ | Juri Linkov | 2008-08-25 | 2 | -2/+12 |
| | | | | | | `center-paragraph'. (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to `center-paragraph'. | ||||
* | Added newsticker-browse-url-item and configurable layout parameters. | Ulf Jasper | 2008-08-25 | 1 | -4/+26 |
| | |||||
* | Added newsticker-browse-url-item. | Ulf Jasper | 2008-08-25 | 1 | -1/+27 |
| | |||||
* | *** empty log message *** | Ulf Jasper | 2008-08-25 | 1 | -0/+15 |
| | |||||
* | (vc-dir-marked-only-files-and-states): | Dan Nicolaescu | 2008-08-25 | 2 | -2/+7 |
| | | | | (vc-dir-child-files-and-states): Reverse the list before returning it. | ||||
* | * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'. | Michael Albinus | 2008-08-24 | 2 | -2/+8 |
| | |||||
* | (run-python): Remove '' from sys.path. | Romain Francoise | 2008-08-24 | 2 | -1/+7 |
| | |||||
* | (fortran-tab-mode-string, fortran-comment-line-start) | Glenn Morris | 2008-08-23 | 2 | -3/+10 |
| | | | | (fortran-continuation-string): Doc fixes. | ||||
* | (msdos-setup-keyboard) <msdos-setup-keyboard>: Add declare-function. | Eli Zaretskii | 2008-08-23 | 2 | -0/+4 |
| |