summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (truncate-partial-width-windows): Changed in 23.1.Glenn Morris2008-08-291-1/+1
|
* *** empty log message ***Glenn Morris2008-08-291-0/+4
|
* Resolve all byte compiler warnings and enable IMAP/movemail support.Paul Reilly2008-08-298-60/+86
|
* (x-win-suspend-error): Don't signal error if there are no X framesChong Yidong2008-08-281-1/+3
| | | | active.
* * term/x-win.el (x-win-suspend-error): Don't signal error if there areChong Yidong2008-08-281-0/+5
| | | | no X frames active.
* *** empty log message ***Michael Albinus2008-08-281-0/+5
|
* * net/xesam.el (xesam-kill-buffer-function): Wrap code byMichael Albinus2008-08-281-3/+4
| | | | `ignore-errors' (the function must succeed always).
* (json-read-number): New arg. Handle explicitly signed numbers.Chong Yidong2008-08-281-10/+18
| | | | (json-readtable): Add `+' and `.'.
* * json.el (json-read-number): New arg. Handle explicitly signedChong Yidong2008-08-281-1/+7
| | | | | numbers. (json-readtable): Add `+' and `.'.
* (msdos-previous-message): New variable.Eli Zaretskii2008-08-282-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 Yidong2008-08-281-1/+1
|
* * emacs-lisp/debug.el (debug): When killing a noninteractiveChong Yidong2008-08-281-0/+5
| | | | Emacs, give an exit status of -1.
* (vc-workfile-unchanged-p): Revert last change.Chong Yidong2008-08-281-7/+10
|
* * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.Chong Yidong2008-08-281-0/+4
|
* Extend `ispell-personal-dictionary' doctring to aspellAgustín Martín2008-08-281-2/+3
|
* (flyspell-mode) Fix docstringAgustín Martín2008-08-281-1/+1
|
* *** empty log message ***Teodor Zlatanov2008-08-272-3/+3
|
* (vc-workfile-unchanged-p): If the checkout time is not the same as theChong Yidong2008-08-271-6/+6
| | | | last modification time, fall back on the backend-specific check.
* * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is notChong Yidong2008-08-271-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' toTeodor Zlatanov2008-08-272-1/+9
| | | | go to the position of interest.
* (artist-mode-init): Added comment on the setting up of theChong Yidong2008-08-271-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 theChong Yidong2008-08-271-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 Yidong2008-08-271-1/+1
|
* * comint.el (comint-dynamic-list-filename-completions): Quote commonChong Yidong2008-08-271-0/+2
| | | | substring.
* (comint-dynamic-complete-as-filename): Generalize last change to allowChong Yidong2008-08-271-13/+6
| | | | quoting of characters before point.
* (shell-file-name-quote-list): Quote `$'.Chong Yidong2008-08-271-1/+1
|
* * shell.el (shell-file-name-quote-list): Quote `$'.Chong Yidong2008-08-271-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 whileChong Yidong2008-08-261-3/+16
| | | | matching, replace the entire filename with completion.
* * comint.el (comint-dynamic-complete-as-filename): If case is ignoredChong Yidong2008-08-261-0/+4
| | | | while matching, replace the entire filename with completion.
* (flyspell-check-pre-word-p): Make sure flyspell-pre-point is valid toChong Yidong2008-08-261-0/+3
| | | | avoid signalling an error in post-command-hook.
* * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sureChong Yidong2008-08-261-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 Yidong2008-08-261-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 Yidong2008-08-261-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 Morris2008-08-262-5/+7
|
* (epa--key-widget-action): Save the selected window toDaiki Ueno2008-08-262-1/+7
| | | | make `widget-button-click-moves-point' work. (Bug#733).
* Typo.Glenn Morris2008-08-261-1/+1
|
* Comments.Glenn Morris2008-08-261-9/+9
|
* (tramp-file-name-localname, tramp-dissect-file-name): Declare,Glenn Morris2008-08-261-0/+3
|
* (msdos-setup-keyboard): Fix declaration.Glenn Morris2008-08-261-1/+1
|
* *** empty log message ***Glenn Morris2008-08-261-0/+7
|
* (mode-line-frame-control): New function, caters to `pc' ``window system''.Eli Zaretskii2008-08-252-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 Linkov2008-08-252-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 Jasper2008-08-251-4/+26
|
* Added newsticker-browse-url-item.Ulf Jasper2008-08-251-1/+27
|
* *** empty log message ***Ulf Jasper2008-08-251-0/+15
|
* (vc-dir-marked-only-files-and-states):Dan Nicolaescu2008-08-252-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 Albinus2008-08-242-2/+8
|
* (run-python): Remove '' from sys.path.Romain Francoise2008-08-242-1/+7
|
* (fortran-tab-mode-string, fortran-comment-line-start)Glenn Morris2008-08-232-3/+10
| | | | (fortran-continuation-string): Doc fixes.
* (msdos-setup-keyboard) <msdos-setup-keyboard>: Add declare-function.Eli Zaretskii2008-08-232-0/+4
|