comparison lisp/ChangeLog @ 90291:d6f8fe3307c8

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-11 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 34-42) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 14-17) - Update from CVS - Merge from emacs--devo--0
author Miles Bader <miles@gnu.org>
date Sat, 04 Feb 2006 01:01:38 +0000
parents 7432ca837c8d 100a42ddd328
children c5406394f567
comparison
equal deleted inserted replaced
90290:6a1672fcf6ae 90291:d6f8fe3307c8
1 2006-02-03 Werner Lemberg <wl@gnu.org>
2
3 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
4 greedy to find the closing bracket in \*[...] and similar
5 expressions. This is a first rough fix -- many additional
6 refinements are necessary to make nroff mode really usable with
7 groff.
8
9 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
10
11 * international/mule-cmds.el (set-locale-environment): Add
12 "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
13 libX11.
14
15 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
16
17 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
18 archive are created in archive-tmpdir.
19
20 2006-02-02 John Paul Wallington <jpw@pobox.com>
21
22 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
23 (ibuffer-fontification-alist): Use it.
24 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
25 to "* z" and the Ibuffer Mark menu.
26
27 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
28
29 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
30
31 * textmodes/table.el (*table--cell-describe-mode)
32 (*table--cell-describe-bindings): Undo last change since
33 print-help-return-message is not obsoleted by anything at all.
34
35 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
36
37 * emulation/cua-base.el (cua-mode): Doc fix.
38
39 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
40
41 * dframe.el (dframe-handle-make-frame-visible)
42 (dframe-handle-iconify-frame, dframe-get-focus)
43 (dframe-select-attached-frame, dframe-power-click)
44 (dframe-frame-mode): Fix typos in docstrings.
45
46 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
47 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
48 Fix typos in docstrings.
49
50 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
51 (hi-lock-face-buffer, hi-lock-font-lock-hook)
52 (hi-lock-archaic-interface-message-used)
53 (hi-lock-file-patterns-range): Fix typos in docstrings.
54
55 * savehist.el (savehist-loaded, savehist-load, savehist-install)
56 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
57
58 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
59 Fix typo in docstring.
60
61 * net/newsticker.el (newsticker--decode-iso8601-date)
62 (newsticker--set-customvar, newsticker--buffer-insert-item)
63 (newsticker--do-run-auto-mark-filter)
64 (newsticker--parse-generic-feed): Doc fixes.
65 (newsticker--retrieval-timer-list, newsticker-url-list)
66 (newsticker-hide-immortal-items-in-echo-area)
67 (newsticker-hide-obsolete-items-in-echo-area)
68 (newsticker-new-item-face, newsticker--enclosure)
69 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
70 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
71 (newsticker--parse-generic-feed, newsticker--cache-contains)
72 (newsticker--stat-num-items, newsticker-download-enclosures):
73 Fix typos in docstrings.
74
75 * net/rcirc.el (rcirc-debug): Doc fix.
76 (rcirc-fill-column, rcirc-receive-message-hooks)
77 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
78 (rcirc-mode, rcirc-generate-new-buffer-name)
79 (rcirc-startup-channels, rcirc-ignore-update-automatic)
80 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
81 Fix typos in docstrings.
82 (rcirc-print): "?\ " -> "?\s".
83 (rcirc-cmd-join): Improve argument/docstring consistency.
84
85 2006-02-01 Mark A. Hershberger <mah@everybody.org>
86
87 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
88 before narrow-to-region.
89
90 2006-02-01 Richard M. Stallman <rms@gnu.org>
91
92 * simple.el (move-beginning-of-line): Scan properly for invis change.
93
94 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
95
96 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
97
98 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
99 change bit only when id-format is 'integer. Reported by Matt
100 Hodges <M.P.Hodges@rl.ac.uk>.
101
102 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
103
104 * hilit-chg.el (highlight-changes-initial-state)
105 (highlight-changes-global-initial-state): Doc fixes.
106 (highlight-changes-global-modes, global-highlight-changes):
107 Fix typos in docstrings.
108
109 2006-02-01 Kim F. Storm <storm@cua.dk>
110
111 * emulation/cua-base.el (cua-mode): Mention that CUA enables
112 transient-mark-mode in doc string.
113
1 2006-01-31 Richard M. Stallman <rms@gnu.org> 114 2006-01-31 Richard M. Stallman <rms@gnu.org>
2 115
3 * replace.el (multi-occur): Doc fix. 116 * replace.el (multi-occur): Doc fix.
4 (multi-occur-in-matching-buffers): Renamed from 117 (multi-occur-in-matching-buffers): Rename from
5 multi-occur-by-filename-regexp. Prefix arg says match 118 multi-occur-by-filename-regexp. Prefix arg says match
6 buffer names instead of file names. 119 buffer names instead of file names.
7 120
8 2006-01-31 Juanma Barranquero <lekktu@gmail.com> 121 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
9 122