Mercurial > emacs
comparison lisp/ChangeLog @ 83466:9bec09743395
Merged from
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-38
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-39
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-40
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-506
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Fri, 03 Feb 2006 15:24:23 +0000 |
parents | 49f9dd4bb117 2bbc3753aa7e |
children | d04d8ccb3c41 |
comparison
equal
deleted
inserted
replaced
83465:3ec9cf0f2305 | 83466:9bec09743395 |
---|---|
1 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change) | |
2 | |
3 * international/mule-cmds.el (set-locale-environment): Add | |
4 "/usr/share/X11/locale/locale.alias" to search list for xorg-x11 | |
5 libX11. | |
6 | |
7 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change) | |
8 | |
9 * arc-mode.el (archive-maybe-copy): Fix the way directories in the | |
10 archive are created in archive-tmpdir. | |
11 | |
12 2006-02-02 John Paul Wallington <jpw@pobox.com> | |
13 | |
14 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom. | |
15 (ibuffer-fontification-alist): Use it. | |
16 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers' | |
17 to "* z" and the Ibuffer Mark menu. | |
18 | |
19 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command. | |
20 | |
21 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca> | |
22 | |
23 * textmodes/table.el (*table--cell-describe-mode) | |
24 (*table--cell-describe-bindings): Undo last change since | |
25 print-help-return-message is not obsoleted by anything at all. | |
26 | |
1 2006-02-02 Luc Teirlinck <teirllm@auburn.edu> | 27 2006-02-02 Luc Teirlinck <teirllm@auburn.edu> |
2 | 28 |
3 * emulation/cua-base.el (cua-mode): Doc fix. | 29 * emulation/cua-base.el (cua-mode): Doc fix. |
4 | 30 |
5 2006-02-02 Juanma Barranquero <lekktu@gmail.com> | 31 2006-02-02 Juanma Barranquero <lekktu@gmail.com> |
17 (hi-lock-face-buffer, hi-lock-font-lock-hook) | 43 (hi-lock-face-buffer, hi-lock-font-lock-hook) |
18 (hi-lock-archaic-interface-message-used) | 44 (hi-lock-archaic-interface-message-used) |
19 (hi-lock-file-patterns-range): Fix typos in docstrings. | 45 (hi-lock-file-patterns-range): Fix typos in docstrings. |
20 | 46 |
21 * savehist.el (savehist-loaded, savehist-load, savehist-install) | 47 * savehist.el (savehist-loaded, savehist-load, savehist-install) |
22 (savehist-autosave, savehist-trim-history): Fix typos in | 48 (savehist-autosave, savehist-trim-history): Fix typos in docstrings. |
23 docstrings. | |
24 | 49 |
25 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag): | 50 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag): |
26 Fix typo in docstring. | 51 Fix typo in docstring. |
27 | 52 |
28 * net/rcirc.el (rcirc-debug): Fix docstring. | 53 * net/newsticker.el (newsticker--decode-iso8601-date) |
54 (newsticker--set-customvar, newsticker--buffer-insert-item) | |
55 (newsticker--do-run-auto-mark-filter) | |
56 (newsticker--parse-generic-feed): Doc fixes. | |
57 (newsticker--retrieval-timer-list, newsticker-url-list) | |
58 (newsticker-hide-immortal-items-in-echo-area) | |
59 (newsticker-hide-obsolete-items-in-echo-area) | |
60 (newsticker-new-item-face, newsticker--enclosure) | |
61 (newsticker-buffer-update, newsticker-w3m-show-inline-images) | |
62 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0) | |
63 (newsticker--parse-generic-feed, newsticker--cache-contains) | |
64 (newsticker--stat-num-items, newsticker-download-enclosures): | |
65 Fix typos in docstrings. | |
66 | |
67 * net/rcirc.el (rcirc-debug): Doc fix. | |
29 (rcirc-fill-column, rcirc-receive-message-hooks) | 68 (rcirc-fill-column, rcirc-receive-message-hooks) |
30 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt) | 69 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt) |
31 (rcirc-mode, rcirc-generate-new-buffer-name) | 70 (rcirc-mode, rcirc-generate-new-buffer-name) |
32 (rcirc-startup-channels, rcirc-ignore-update-automatic) | 71 (rcirc-startup-channels, rcirc-ignore-update-automatic) |
33 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp): | 72 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp): |
34 Fix typos in docstrings. | 73 Fix typos in docstrings. |
35 (rcirc-print): "?\ " -> "?\s". | 74 (rcirc-print): "?\ " -> "?\s". |
75 (rcirc-cmd-join): Improve argument/docstring consistency. | |
36 | 76 |
37 2006-02-01 Mark A. Hershberger <mah@everybody.org> | 77 2006-02-01 Mark A. Hershberger <mah@everybody.org> |
38 | 78 |
39 * xml.el (xml-parse-region): Move save-excursion and set-buffer up | 79 * xml.el (xml-parse-region): Move save-excursion and set-buffer up |
40 before narrow-to-region. | 80 before narrow-to-region. |
64 transient-mark-mode in doc string. | 104 transient-mark-mode in doc string. |
65 | 105 |
66 2006-01-31 Richard M. Stallman <rms@gnu.org> | 106 2006-01-31 Richard M. Stallman <rms@gnu.org> |
67 | 107 |
68 * replace.el (multi-occur): Doc fix. | 108 * replace.el (multi-occur): Doc fix. |
69 (multi-occur-in-matching-buffers): Renamed from | 109 (multi-occur-in-matching-buffers): Rename from |
70 multi-occur-by-filename-regexp. Prefix arg says match | 110 multi-occur-by-filename-regexp. Prefix arg says match |
71 buffer names instead of file names. | 111 buffer names instead of file names. |
72 | 112 |
73 2006-01-31 Juanma Barranquero <lekktu@gmail.com> | 113 2006-01-31 Juanma Barranquero <lekktu@gmail.com> |
74 | 114 |