summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (archive-ar-summarize): Don't burp on special GNUStefan Monnier2009-03-262-52/+59
| | | | | | | extension entries for lookup tables or extended file name tables. Distinguish the internal and external name, so lookup is easier. (archive-ar-extract): Take advantage of more precise name. Preserve point.
* (bubbles): Doc fix (Bug#2776).Chong Yidong2009-03-251-1/+12
|
* * play/bubbles.el (bubbles): Doc fix (Bug#2776).Chong Yidong2009-03-251-0/+4
|
* * composite.el (auto-compose-chars): Fix typo in docstring.Juanma Barranquero2009-03-252-3/+5
|
* * net/ange-ftp.el (ange-ftp-skip-msgs): Add 534.Michael Albinus2009-03-242-0/+5
|
* (widget-specify-field): Don't add a second overlay for aGlenn Morris2009-03-242-4/+19
| | | | | | | field with just a newline character. (widget-field-value-get): Don't reduce fields with just a space character to null. (character): Accept newline. (Bug#2689)
* *** empty log message ***Kenichi Handa2009-03-241-1/+1
|
* *** empty log message ***Kenichi Handa2009-03-241-0/+5
|
* (font-encoding-alist): Add an entry for muletibetan-0.Kenichi Handa2009-03-241-0/+1
|
* (vc-bzr-working-revision): Add support for lightweightDan Nicolaescu2009-03-232-9/+57
| | | | | | checkouts. (Bug#2157) (vc-bzr-after-dir-status): Ignore a warning for bzr status. (vc-bzr-dir-extra-headers): Add headers for lightweight checkouts.
* Comment.Glenn Morris2009-03-221-1/+1
|
* (rmail-expunge): Without DONT-SHOW, show the message even afterRichard M. Stallman2009-03-222-16/+19
| | | | updating summary.
* (rmail-expunge): Update summary buffer even if NO-SHOW.Richard M. Stallman2009-03-222-2/+12
|
* Fix sentence-end whitespace in previous.Glenn Morris2009-03-211-1/+1
|
* Jari Aalto <jari.aalto at cante.net>Glenn Morris2009-03-212-1/+10
| | | | (display-time-default-load-average): Doc fix.
* (handle-shift-selection): Fix last change.Eli Zaretskii2009-03-211-2/+1
|
* (handle-shift-selection): Doc fix. (Bug#2738)Eli Zaretskii2009-03-212-7/+14
|
* (file-modes-rights-to-number): Doc fix.Chong Yidong2009-03-211-3/+3
| | | | (file-modes-symbolic-to-number): Handle empty permissions arg (Bug#2729).
* * files.el (file-modes-rights-to-number): Doc fix.Chong Yidong2009-03-211-0/+6
| | | | (file-modes-symbolic-to-number): Handle empty permissions arg (Bug#2729).
* (Todo): Add note on simplifying vc-register.Dan Nicolaescu2009-03-212-0/+9
|
* (eshell-ls-dir): Call eshell-directory-files-and-attributes with additionalEli Zaretskii2009-03-212-15/+33
| | | | | | | | | | argument 'integer or 'string, according to numeric-uid-gid. (eshell-ls-file): Don't convert UID and GID to strings, as eshell-ls-dir already did. Enlarge max user-name string length to 14 characters. (eshell-do-ls): Fix the long name of the -L option. (eshell-ls-file): Enlarge default size-width to 8. (eshell-ls-dir): Under -l, call eshell-ls-printable-size with last argument nil.
* (directory-files-and-attributes): Accept and ignore additional optionalEli Zaretskii2009-03-211-3/+3
| | | | | | argument id-format. (eshell-directory-files-and-attributes): Call directory-files-and-attributes with additional argument id-format.
* (all): Use existing `ns' rather than new `nextstep' group for variables ↵David Reitter2009-03-211-4/+4
| | | | affected by last two changes.
* (eshell-ls-file): Enlarge default size-width to 8.Eli Zaretskii2009-03-211-3/+8
| | | | | (eshell-ls-dir): Under -l, call eshell-ls-printable-size with last argument nil.
* *** empty log message ***David Reitter2009-03-211-0/+5
|
* *** empty log message ***Eli Zaretskii2009-03-211-4/+8
|
* (all): Fix last change.Eli Zaretskii2009-03-211-7/+9
|
* Fix typos.Juanma Barranquero2009-03-211-3/+3
|
* (all): add `ns-{control|command|alternate|function}-modifier', ↵David Reitter2009-03-212-0/+33
| | | | `ns-antialias-text' and `ns-use-qd-smoothing'
* (vc-dir-deduce-fileset): Make the error message more explicit.Dan Nicolaescu2009-03-202-1/+5
|
* * subr.el (forward-point): Add obsolescence declaration.Juanma Barranquero2009-03-194-5/+14
| | | | | | * paren.el (show-paren-function): * simple.el (kill-forward-chars, kill-backward-chars): Use (+/- (point) N), instead of `forward-point'.
* Fix typos.Juanma Barranquero2009-03-192-13/+13
|
* (rmail-retry-ignored-headers): Add :version tag.Glenn Morris2009-03-192-1/+8
|
* (sc-version): Doc fix.Glenn Morris2009-03-191-2/+4
|
* Leo <sdl.web at gmail.com> (tiny change)Glenn Morris2009-03-192-1/+5
| | | | (sc-version): Fix typo in interactive spec.
* (quail-update-leim-list-file): Save leim-list.el in utf-8.Kenichi Handa2009-03-192-1/+7
|
* (leim-list-header): Use utf-8 coding tag.Kenichi Handa2009-03-191-1/+1
|
* Call create-defualt-fontset, notKenichi Handa2009-03-192-2/+25
| | | | | setup-default-fontset. Call create-fontset-from-fontset-spec within condition-case.
* (w32-initialize-window-system): CallKenichi Handa2009-03-191-4/+8
| | | | | create-defualt-fontset, not setup-default-fontset. Call create-fontset-from-fontset-spec within condition-case.
* (x-initialize-window-system): CallKenichi Handa2009-03-191-3/+8
| | | | | create-defualt-fontset, not setup-default-fontset. Call create-fntset-from-fontset-spec within condition-case.
* (create-default-fontset): New function.Kenichi Handa2009-03-191-2/+15
| | | | | (create-fontset-from-x-resource): Use display-warning instead of message.
* (rmail-retry-ignored-headers): Add usual mime headers.Richard M. Stallman2009-03-182-2/+6
| | | | (rmail-retry-failure): Undo previous change.
* Add bug reference.Juanma Barranquero2009-03-181-3/+4
|
* *** empty log message ***Kenichi Handa2009-03-181-0/+6
|
* (after-insert-file-set-coding): SetKenichi Handa2009-03-181-6/+2
| | | | | buffer-file-coding-system directly without calling set-buffer-file-coding-system.
* * emacs-lisp/benchmark.el (benchmark): Reflow docstring.Juanma Barranquero2009-03-172-7/+11
|
* (cjk-char-width-table): Add cp932-2-byte.Kenichi Handa2009-03-172-1/+6
|
* (minibuffer-complete-and-exit): Doc fix.Chong Yidong2009-03-171-2/+3
|
* * minibuffer.el (minibuffer-complete-and-exit): Doc fix.Chong Yidong2009-03-171-0/+4
|
* set-face-attributes-from-resources, face-set-after-frame-default:David Reitter2009-03-161-2/+2
| | | | Do not import X resources on NS because NS does not have system-wide X resources.