comparison lisp/ChangeLog @ 43762:761b292721d0

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 07 Mar 2002 00:02:55 +0000
parents 300d944f45f6
children d21b88d9b7da
comparison
equal deleted inserted replaced
43761:d1de9f3f853f 43762:761b292721d0
7 7
8 * files.el (make-auto-save-file-name): Make sure the produced file 8 * files.el (make-auto-save-file-name): Make sure the produced file
9 name does not contain characters that are invalid for DOS/Windows 9 name does not contain characters that are invalid for DOS/Windows
10 filesystems. 10 filesystems.
11 11
12 * dos-fns.el, w32-fns.el: (make-auto-save-file-name): Remove 12 * dos-fns.el, w32-fns.el: (make-auto-save-file-name):
13 replacement functions. 13 Remove replacement functions.
14 14
15 2002-03-06 Gerd Moellmann <gerd@gnu.org> 15 2002-03-06 Gerd Moellmann <gerd@gnu.org>
16 16
17 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of 17 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
18 the form `:x'. 18 the form `:x'.
56 * vc.el (vc-transfer-file): Use `make-temp-file'. 56 * vc.el (vc-transfer-file): Use `make-temp-file'.
57 (vc-default-update-changelog): Remove conditional use of 57 (vc-default-update-changelog): Remove conditional use of
58 `make-temp-name'. 58 `make-temp-name'.
59 59
60 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names. 60 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
61 61
62 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu> 62 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
63 63
64 * ediff-init.el: comments. 64 * ediff-init.el: comments.
65 65
66 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook 66 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
67 is loaded. 67 is loaded.
68 68
69 * ediff-mult.el (ediff-intersect-directories, 69 * ediff-mult.el (ediff-intersect-directories)
70 ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision): 70 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
71 cleanup. 71 Cleanup.
72 (ediff-draw-dir-diffs): now supports the "C" command in directory 72 (ediff-draw-dir-diffs): Now supports the "C" command in directory
73 difference buffer. 73 difference buffer.
74 (ediff-dir-diff-copy-file): new function that implements copying 74 (ediff-dir-diff-copy-file): New function that implements copying
75 of files from one Ediff dir to another 75 of files from one Ediff dir to another
76 (ediff-bury-dir-diffs-buffer): kills the buffer instead. 76 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
77 (ediff-append-custom-diff): better error msgs. 77 (ediff-append-custom-diff): Better error msgs.
78 78
79 * ediff-util.el (ediff-compute-custom-diffs-maybe): buglet fix. 79 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
80 (ediff-inferior-compare-regions): Use 80 (ediff-inferior-compare-regions): Use
81 ediff-clone-buffer-for-region-comparison. Better and simpler interface. 81 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
82 82
83 * ediff.el (ediff-directories-internal): Cleanup. 83 * ediff.el (ediff-directories-internal): Cleanup.
84 (ediff-clone-buffer-for-region-comparison): Better interface. 84 (ediff-clone-buffer-for-region-comparison): Better interface.
85 85
86 2002-03-04 Richard M. Stallman <rms@gnu.org> 86 2002-03-04 Richard M. Stallman <rms@gnu.org>
87 87
88 * emacs-lisp/easy-mmode.el (define-minor-mode): 88 * emacs-lisp/easy-mmode.el (define-minor-mode):
89 Use "P" in interactive spec of minor mode commands. 89 Use "P" in interactive spec of minor mode commands.
90
91 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
92
93 * faces.el (face-spec-choose): Allow `t' to appear before the end.
94 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
95 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
96 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
97 (mode-line-inactive, header-line): Move the `t' section to the
98 beginning so the `:inherit' setting can be shared.
90 99
91 2002-03-04 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 100 2002-03-04 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
92 101
93 * net/snmp-mode.el: Require tempo when compiling to prevent 102 * net/snmp-mode.el: Require tempo when compiling to prevent
94 warnings. Update copyright notice. 103 warnings. Update copyright notice.
95 104
96 * help.el (describe-key-briefly, describe-key): Interpret 105 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
97 `undefined' like not defined at all. 106 like not defined at all.
98 107
99 2002-03-03 Stefan Monnier <monnier@cs.yale.edu> 108 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
100 109
101 * textmodes/sgml-mode.el: Change maintainer to FSF. 110 * textmodes/sgml-mode.el: Change maintainer to FSF.
102 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common) 111 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
162 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face) 171 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
163 (gamegrid-make-mono-tty-face): Fix usage of condition-case. 172 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
164 173
165 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org> 174 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
166 175
167 * calendar/diary-lib.el (list-diary-entries): Use 176 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
168 `buffer-substring' instead of `buffer-substring-no-properties' to 177 instead of `buffer-substring-no-properties' to support enriched mode.
169 support enriched mode.
170 178
171 2002-03-02 Richard M. Stallman <rms@gnu.org> 179 2002-03-02 Richard M. Stallman <rms@gnu.org>
172 180
173 * find-dired.el (find-grep-dired): Call shell-quote-argument. 181 * find-dired.el (find-grep-dired): Call shell-quote-argument.
174 Specify the -e option. 182 Specify the -e option.
186 `mouse-wheel-scroll-amount', fall back to the default, not to 194 `mouse-wheel-scroll-amount', fall back to the default, not to
187 nil (which causes full screen scrolls). 195 nil (which causes full screen scrolls).
188 196
189 2002-03-01 Andreas Schwab <schwab@suse.de> 197 2002-03-01 Andreas Schwab <schwab@suse.de>
190 198
191 * textmodes/texnfo-upd.el (texinfo-start-menu-description): Remove 199 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
192 extra paren in regexp. 200 Remove extra paren in regexp.
193 201
194 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il> 202 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
195 203
196 * mouse.el (mouse-show-mark): Use display-mouse-p, not 204 * mouse.el (mouse-show-mark): Use display-mouse-p, not
197 display-graphic-p, to decide whether to move point or use the 205 display-graphic-p, to decide whether to move point or use the
198 highlighting. 206 highlighting.
199 207
200 2002-02-28 Colin Walters <walters@verbum.org> 208 2002-02-28 Colin Walters <walters@verbum.org>
201 209
202 * eshell/esh-var.el (eshell-parse-variable-ref): Use 210 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
203 `make-temp-file'.
204 211
205 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against 212 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
206 `temporary-file-directory'; we now do that in 213 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
207 `calc-graph-file-cache'.
208 (calc-temp-file-name): Use `make-temp-file'. 214 (calc-temp-file-name): Use `make-temp-file'.
209 215
210 2002-02-28 Richard M. Stallman <rms@gnu.org> 216 2002-02-28 Richard M. Stallman <rms@gnu.org>
211 217
212 * font-lock.el (java-font-lock-extra-types): 218 * font-lock.el (java-font-lock-extra-types):
273 279
274 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no> 280 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
275 281
276 * winner.el (winner-boring-buffers, winner-set): A window which 282 * winner.el (winner-boring-buffers, winner-set): A window which
277 displays a buffer whose name is in the list 283 displays a buffer whose name is in the list
278 `winner-boring-buffers', will no longer be restored by 284 `winner-boring-buffers', will no longer be restored by `winner-undo'.
279 `winner-undo'.
280 (winner-sorted-window-list): Used to improve comparison between 285 (winner-sorted-window-list): Used to improve comparison between
281 window configurations. 286 window configurations.
282 (winner-win-data): Simplified and moved. 287 (winner-win-data): Simplified and moved.
283 (winner-conf): Simplified (now uses `winner-win-data'). 288 (winner-conf): Simplified (now uses `winner-win-data').
284 (winner-change-fun, winner-save-old-configurations) 289 (winner-change-fun, winner-save-old-configurations)
339 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p. 344 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
340 (shell-pcomplete-reverse): Ditto. 345 (shell-pcomplete-reverse): Ditto.
341 346
342 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk> 347 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
343 348
344 * ps-print.el (ps-print-printer): Added `lpr' customize group 349 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
345 member.
346 350
347 2002-02-25 Juanma Barranquero <lektu@terra.es> 351 2002-02-25 Juanma Barranquero <lektu@terra.es>
348 352
349 * subr.el (save-match-data): Doc fix. 353 * subr.el (save-match-data): Doc fix.
350 354