aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-03-07 00:02:55 +0000
committerStefan Monnier2002-03-07 00:02:55 +0000
commitd88c544942eb79f8ed3bfdeb589d3b8fcbda4018 (patch)
treec8e9e9ff5012cae810bf7f8aba9f328c01ce2f6c
parent893a741e97bb936edb026819d5c6e8df21fc7ad7 (diff)
downloademacs-d88c544942eb79f8ed3bfdeb589d3b8fcbda4018.tar.gz
emacs-d88c544942eb79f8ed3bfdeb589d3b8fcbda4018.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog70
-rw-r--r--src/ChangeLog10
2 files changed, 46 insertions, 34 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f0c8623684c..4e187bbf545 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -9,8 +9,8 @@
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
152002-03-06 Gerd Moellmann <gerd@gnu.org> 152002-03-06 Gerd Moellmann <gerd@gnu.org>
16 16
@@ -58,43 +58,52 @@
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
622002-03-05 Michael Kifer <kifer@cs.stonybrook.edu> 622002-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
862002-03-04 Richard M. Stallman <rms@gnu.org> 862002-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 90
912002-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.
99
912002-03-04 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1002002-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
992002-03-03 Stefan Monnier <monnier@cs.yale.edu> 1082002-03-03 Stefan Monnier <monnier@cs.yale.edu>
100 109
@@ -164,9 +173,8 @@
164 173
1652002-03-03 Thien-Thi Nguyen <ttn@gnu.org> 1742002-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
1712002-03-02 Richard M. Stallman <rms@gnu.org> 1792002-03-02 Richard M. Stallman <rms@gnu.org>
172 180
@@ -188,8 +196,8 @@
188 196
1892002-03-01 Andreas Schwab <schwab@suse.de> 1972002-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
1942002-03-01 Eli Zaretskii <eliz@is.elta.co.il> 2022002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
195 203
@@ -199,12 +207,10 @@
199 207
2002002-02-28 Colin Walters <walters@verbum.org> 2082002-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
2102002-02-28 Richard M. Stallman <rms@gnu.org> 2162002-02-28 Richard M. Stallman <rms@gnu.org>
@@ -275,8 +281,7 @@
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.
@@ -341,8 +346,7 @@
341 346
3422002-02-25 Per Abrahamsen <abraham@dina.kvl.dk> 3472002-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
3472002-02-25 Juanma Barranquero <lektu@terra.es> 3512002-02-25 Juanma Barranquero <lektu@terra.es>
348 352
diff --git a/src/ChangeLog b/src/ChangeLog
index efbb0475306..8db2e02ef73 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,7 +4,7 @@
4 4
52002-03-06 Gerd Moellmann <gerd@gnu.org> 52002-03-06 Gerd Moellmann <gerd@gnu.org>
6 6
7 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now) 7 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
8 (cancel_echoing, echo_length, echo_truncate): Changed to 8 (cancel_echoing, echo_length, echo_truncate): Changed to
9 work with new kboard definition. 9 work with new kboard definition.
10 (echo_now): Use message3_nolog instead of message2_nolog. 10 (echo_now): Use message3_nolog instead of message2_nolog.
@@ -28,6 +28,12 @@
28 * frame.c (default-frame-alist): Explain that setting it doesn't 28 * frame.c (default-frame-alist): Explain that setting it doesn't
29 affect existing frames. 29 affect existing frames.
30 30
312002-03-05 Stefan Monnier <monnier@cs.yale.edu>
32
33 * indent.c (skip_invisible): Fix my brain fart.
34
35 * dispnew.c (sit_for): Don't wait if executing a kbd macro.
36
312002-03-04 Stefan Monnier <monnier@cs.yale.edu> 372002-03-04 Stefan Monnier <monnier@cs.yale.edu>
32 38
33 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c, 39 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
@@ -36,6 +42,8 @@
36 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition 42 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
37 and variables to use EMACS_INT instead of just int. 43 and variables to use EMACS_INT instead of just int.
38 44
45 * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
46
392002-03-04 Eli Zaretskii <eliz@is.elta.co.il> 472002-03-04 Eli Zaretskii <eliz@is.elta.co.il>
40 48
41 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the 49 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the