(Man-mode-line-format): Variable removed.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
d599a452
GM
12001-08-27 Gerd Moellmann <gerd@gnu.org>
2
3 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
4 From Simon Josefsson <jas@extundo.com>.
5
299248aa
EZ
62001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
7
5b02e712
EZ
8 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
9 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
10
89aea802
EZ
11 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
12 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
13
14 * emacs-lisp/lselect.el: Ditto.
15
165b4283
EZ
16 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char): Remove
17 periods from the end of error message strings. From Pavel
18 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
19
299248aa
EZ
20 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
21 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
22
23 * net/telnet.el: Ditto.
24
08ead67b
GM
252001-08-26 Gerd Moellmann <gerd@gnu.org>
26
27 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
28 KEYMAP to the call to define-minor-mode.
29
cf8f0b68
EZ
302001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
31
32 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
33 Replace some of the undefined characters with emulations of bidi
34 formatting characters and Niqud as per SI 1311-1.
35 (IT-unicode-translations): Ditto.
36 (IT-display-table-setup, IT-setup-unicode-display): Fill
37 characters without translations with dos-unsupported-char-glyph.
38
16837afc
GM
392001-08-24 Simon Josefsson <jas@extundo.com>
40
41 * hl-line.el (hl-line-mode): Don't be a global mode.
42 (global-hl-line-mode): New function.
43
33954c45
GM
442001-08-24 Gerd Moellmann <gerd@gnu.org>
45
46 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
47 being reset by Ghostscript. Don't kill the gs process.
48 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
49
fa05f6ac
AC
502001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
51
52 * term/mac-win.el: Require scroll-bar.
53
02aec07b
EZ
542001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
55
56 * hexl.el (hexl-insert-multibyte-char) New function.
57 (hexl-quoted-insert, hexl-self-insert-command)
58 (hexl-insert-hex-char, hexl-insert-decimal-char)
59 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
60 Fix the doc strings accordingly.
61 (hexl-insert-char): Reject characters whose code is above 255.
62 Doc fix.
63 (hexl-mode-map): Copy the global keymap instead of creating a
64 sparse keymap, and bind all self-inserting characters to
65 hexl-self-insert-command.
66
9bfc65eb
SM
672001-08-22 Stefan Monnier <monnier@cs.yale.edu>
68
69 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
70
71 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
72
32f2f98e
EZ
732001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
74
75 * simple.el (line-number-mode): Mention the variable
76 line-number-display-limit-width in the doc string.
77
374388c3
GM
782001-08-22 Gerd Moellmann <gerd@gnu.org>
79
80 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
81 Temporarily select EVENT's window for switching buffers.
82 (mode-line-bury-buffer): New function.
83 (mode-line-buffer-identification-keymap): Use it instead of
84 bury-buffer. Bind down-mouse events to prevent global down-mouse
b2130182 85 events from shining through.
374388c3 86
dde6824c
SM
872001-08-21 Stefan Monnier <monnier@cs.yale.edu>
88
89 * newcomment.el (comment-beginning): Make sure the comment-start
90 we found isn't a comment-end (in cases where confusion is possible).
91
99bf1e74
MB
922001-08-22 Miles Bader <miles@gnu.org>
93
94 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
95 before writing it, so that hard-links don't see new version.
96
37618c60
GM
972001-08-21 Gerd Moellmann <gerd@gnu.org>
98
dde6824c
SM
99 * gs.el (gs-set-ghostview-colors-window-prop):
100 Call x-change-window-property with 3rd arg FRAME.
40e33037 101 (gs-load-image): Wait for a previous Ghostscript process
e98c601b
GM
102 to complete before starting a new one.
103
6ea3db8a
GM
104 * image.el (image-type-regexps): Make sure that the TIFF
105 pattern is only matched at the beginning of a string.
106 From Markus Rost <rost@math.ohio-state.edu>.
107
dde6824c 108 * international/swedish.el: Pre-Mule file removed. From Jonas
37618c60
GM
109 Oberg <jonas@gnu.org>.
110
1f8437c4
RV
1112001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
112
113 * whitespace.el (whitespace-abort-on-error): Add custom variable
dde6824c 114 to whitespace to abort a write-file if whitespace is detected in file.
1f8437c4
RV
115
116 * whitespace.el (whitespace-write-file-hook): Hook to be called
117 when writing a file. If `whitespace-abort-on-error' is set, the
dde6824c
SM
118 write will abort on detecting whitespaces.
119 If `whitespace-auto-cleanup' is set, the file will be cleaned
1f8437c4
RV
120 automatically prior to writing.
121
122 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
123 whitespaces in the error output!
124
dde6824c 125 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1f8437c4
RV
126 `indent-tabs-mode', since the latter notes user preferences on
127 TABs anyway.
128
129 * whitespace.el (whitespace-version): 3.1. All of the above issues
130 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
131
9b96c57d
GM
1322001-08-20 Gerd Moellmann <gerd@gnu.org>
133
8039284a
GM
134 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
135 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
136
9b96c57d
GM
137 * whitespace.el (whitespace-global-mode): Add autoload cookie.
138
1c71c0c3
GM
1392001-08-20 Alex Schroeder <alex@gnu.org>
140
141 * sql.el (sql-db2): Doc change.
142
1432001-08-20 Alex Schroeder <alex@gnu.org>
144
145 * sql.el (sql-postgres): Add the database at the end of the
146 parameters instead of at the beginning.
147 (sql-postgres-options): Doc change.
148
6c7f60a2
GM
1492001-08-17 Gerd Moellmann <gerd@gnu.org>
150
151 * custom.el (defcustom): Doc fix.
152
64ed6f71
GM
1532001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
154
6c7f60a2 155 * ps-mule.el (find-composition): Check if (char-after POS)
64ed6f71
GM
156 returns a valid character.
157
7851eb98
EZ
1582001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
159
160 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
161 original-point for extra CR characters that are added/removed when
162 the buffer is written/read whose EOL type is -dos.
163
b76dfd21
MB
1642001-08-16 Miles Bader <miles@gnu.org>
165
166 * simple.el (line-move): Undo previous change.
1f8437c4
RV
167
168 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
b76dfd21
MB
169 property to input-terminating `boundary' overlays to avoid
170 line-move wierdness.
171
e67d1843
GM
1722001-08-16 Gerd Moellmann <gerd@gnu.org>
173
174 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
175 buffer in a save-restriction. Under one test case with Ediff,
176 window-scroll-functions are run with a window start that's
177 temporarily outside of the restriction.
178
21324fae
GM
1792001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
180
dde6824c 181 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
21324fae
GM
182 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
183 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
184 (texinfo-update-menu-region-beginning)
185 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
186 command, @ifnottex, to regexps, so it is found.
187
0645d241
AI
1882001-08-16 Andrew Innes <andrewi@gnu.org>
189
190 * makefile.nt (DONTCOMPILE): Omit bindings.el.
191 (DONTCOMPILE): Omit sc.el.
192
193 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
194 (DONTCOMPILE): Omit sc.el.
195
ae13fc3c
GM
1962001-08-16 Gerd Moellmann <gerd@gnu.org>
197
198 * replace.el (occur): Bind inhibit-read-only to t.
199
1369261b
MB
2002001-08-16 Miles Bader <miles@gnu.org>
201
dde6824c
SM
202 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
203 calling `constrain-to-field', to avoid problems with comint prompts.
1369261b 204
8464af45
GM
2052001-08-15 Gerd Moellmann <gerd@gnu.org>
206
ec69d5ec 207 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
dde6824c 208 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
ec69d5ec 209
1f8437c4 210 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3e6f08e6
GM
211 of a while-loop.
212
93aba6fc 213 * Makefile.in (DONTCOMPILE): Remove sc.el.
1f8437c4 214
8464af45
GM
215 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
216 Don't include term/.
217
ae13fc3c
GM
218 * mail/sc.el: Moved to obsolete/.
219
8b313639
GM
2202001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
221
222 * ps-print.el: Change error function arguments to follow Emacs
223 message convention. Doc fix.
224 (ps-print-version): New version number (6.5.4).
225 (coding-system-for-write): Change declaration position to avoid
226 XEmacs compilation gripes.
dde6824c
SM
227 (coding-system-for-read, buffer-file-coding-system):
228 Declarations to avoid XEmacs compilation gripes.
8b313639
GM
229
230 * ps-mule.el: Doc fix.
231 (ps-mule-encode-header-string): If STRING is not a string, replace
232 STRING by empty string.
233
5fb125b4
EZ
2342001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
235
236 * frame.el (show-trailing-whitespace): Doc fix.
237
49e49b77
EZ
2382001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
239
240 * desktop.el (desktop-save): Insert the coding: tag before
241 desktop-header.
242
3e6385a4
GM
2432001-08-13 Gerd Moellmann <gerd@gnu.org>
244
0de73d5a
GM
245 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
246 its path from $els.
247
3e6385a4
GM
248 * image.el (image-jpeg-p): Fix call of substring.
249
4a9bf8a4
GM
2502001-08-10 Gerd Moellmann <gerd@gnu.org>
251
242e5463
GM
252 * play/animate.el (animate-string): Doc fix. Use a buffer
253 name with stars in it.
254 (animate-sequence): New function.
255 From Richard Stallman <rms@gnu.org>.
256
030f4537
GM
257 * frame.el (select-frame-set-input-focus): New function
258 extracted from other-frame.
259 (other-frame): Use it.
260 (next-multiframe-window, previous-multiframe-window): Use it.
261
346f18dc
GM
262 * isearch.el (isearch-other-meta-char): Don't switch to the
263 buffer of a window clicked on, when the current buffer is
264 in Isearch mode.
265
4a9bf8a4
GM
266 * image.el (image-jpeg-p): Test for APPn markers in the range
267 #xe0..#xef.
268
eaa2319f
GM
2692001-08-09 Gerd Moellmann <gerd@gnu.org>
270
3638868e
GM
271 * desktop.el (desktop-save): Don't use concat to form a file
272 name, use expand-file-name.
273
6b48d742
GM
274 * mouse.el (mouse-delete-window): Do nothing if frame has just
275 one window.
276
ed771c89
GM
277 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
278 for the minor mode name.
279
280 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
281 minor mode name.
282
dde6824c
SM
283 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
284 instead of make-mode-line-mouse2-map.
ed771c89
GM
285
286 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
287 the minor mode name.
288
dde6824c
SM
289 * emacs-lisp/easy-mmode.el (define-minor-mode):
290 Use mode-line-minor-mode-keymap for the minor mode name.
ed771c89 291
dde6824c
SM
292 * calendar/calendar.el (calendar-mode-line-format):
293 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
ed771c89 294
a4afe04e
GM
295 * bindings.el (make-mode-line-mouse-map): Renamed from
296 make-mode-line-mouse2-map. Take additional arg MOUSE.
297 (mode-line-modified): Use mouse-3 instead of mouse-2.
298 (mode-line-buffer-identification-keymap): Bind keys differently.
dde6824c 299 (propertized-buffer-identification): Adapt help-echo to new bindings.
a4afe04e 300
8e3189f0
GM
301 * bindings.el (mode-line-format): Specify help-echo for line
302 number, column number and buffer-percent part of the mode-line.
303
eaa2319f
GM
304 * image.el (image-type-regexps): Allow whitespace at the start
305 of the image data for XPM, XBM and Postscript, which are
306 text files.
307 (image-jpeg-p): Correct calculation of next field offset.
308
e3601cf6
PJ
3092001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
310
311 * battery.el: Fix typo.
312
057b57f6
GM
3132001-08-08 Gerd Moellmann <gerd@gnu.org>
314
8a8ef149
GM
315 * image.el (image-type-regexps): Allow predicates. Change the way
316 JPEG images are recognized.
317 (image-jpeg-p): New function.
318 (image-type-from-data): Handle predicates in image-type-regexps.
319
057b57f6
GM
320 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
321 #:, #x, #o, and similar constructs.
322
69ebef1d
GM
3232001-08-07 Gerd Moellmann <gerd@gnu.org>
324
22d01aed
GM
325 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
326
23f46f6f
GM
327 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
328 instead of `progn'.
329
e8421604
GM
330 * tar-mode.el (tar-extract): Avoid generating a new buffer
331 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
332
ea2c6478
GM
333 * textmodes/paragraphs.el (forward-sentence): Avoid building
334 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
335
dde6824c
SM
336 * progmodes/executable.el (executable-set-magic):
337 If executable-find returns a quoted file name, unquote it before
6c233cc0
GM
338 inserting it.
339
1155d483 340 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 341 derived from the JFIF spec.
1f8437c4 342
69ebef1d
GM
343 * image.el (image-type-regexps): Use `\`' instead of `^' in
344 most regular expressions.
345
d1d850d6
PJ
3462001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
347
dde6824c 348 * play/animate.el: Re-insert a reference to re-inserted function.
d1d850d6 349
98a8938c
GM
3502001-08-06 Gerd Moellmann <gerd@gnu.org>
351
dde6824c
SM
352 * help.el (describe-function-1): Use find-function-search-for-symbol
353 instead of find-function-noselect because the latter follows aliases.
8e3fe78e 354
5a397d28
GM
355 * play/animate.el (animate-birthday-present): Re-insert.
356
dde6824c
SM
357 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
358 Handle old-style menu definitions.
98a8938c 359
7b3220c0
PJ
3602001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
361
6228c05b 362 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 363 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 364
070c251e 365 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
366 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
367 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 368
dffb6224
PJ
3692001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
370
371 * textmodes/tildify.el: Milan Zamazal has new address.
372
698665d1
GM
3732001-08-03 Gerd Moellmann <gerd@gnu.org>
374
be48584d
GM
375 * custom.el (custom-set-variables): Don't test `custom-requests'
376 properties, check the third element of the options passed to
377 custom-set-variables instead.
378
5e1f85e0 379 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 380 instead of file-exists-p.
5e1f85e0 381
b0fa1513
GM
382 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
383 the mode-line face is restored. Fix several bugs.
384
698665d1
GM
385 * replace.el (perform-replace): Doc fix.
386
4a7641d9
FP
3872001-08-02 Francesco Potorti` <pot@gnu.org>
388
389 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
390 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
391 (uniquify-fix-item-base, uniquify-fix-item-filename)
392 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
393 Callers changed.
394 (uniquify-set-proposed): Changed to work with a vector item.
395 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
396 the fix list, and a list of strings for the non-file buffer
397 names. Both changes reduce consing.
398 (uniquify-rationalize-a-list): Local variable renaming.
399 (uniquify-rationalize-conflicting-sublist): Use member instead of
400 assoc.
401 (uniquify-rename-buffer): Use unless instead of if not.
402
77389930
GM
4032001-08-02 Gerd Moellmann <gerd@gnu.org>
404
dde6824c 405 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7f7d5b9e 406
cb3f945f
GM
407 * custom.el (custom-set-variables): Set options with :require
408 clauses last.
4a7641d9 409
fbc7f2a6
GM
410 * custom.el (defcustom): Doc fix.
411
77389930
GM
412 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
413
9761cd3a
EZ
4142001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
415
7e03f4c8
EZ
416 * man.el (man): Mention Man-switches in the doc string.
417 (Man-switches): Mention -a in the doc string.
418
dde6824c
SM
419 * textmodes/ispell.el (ispell-alternate-dictionary):
420 Add /usr/share/lib/dict/words, for Irix.
2b2eabed 421
9761cd3a
EZ
422 * bindings.el: Bind shifted and control-shifted kp-* keys to the
423 corresponding non-kp keys. Suggested by Stephen Gildea
424 <gildea@alum.mit.edu>.
425
cc46bfe7
FP
4262001-08-01 Francesco Potorti` <pot@gnu.org>
427
fc10ed8c
FP
428 * uniquify.el: These changes correct a corner case that the old
429 code managed correctly.
430 (uniquify-fix-item-proposed): Renamed from
431 uniquify-fix-item-min-proposed.
432 (uniquify-set-proposed): New function.
433 (uniquify-rationalize-file-buffer-names): Code reshuffled for
434 clarity and speed.
dde6824c
SM
435 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
436 This is equivalent to what the old code did.
fc10ed8c
FP
437 (uniquify-rationalize-a-list): Never recompute the proposed
438 name. Sort the conflicting sublist before rationalising it: this
439 is equivalent to what the old code did, but one directory element
440 at a time, and only when necessary.
441 (uniquify-rationalize-conflicting-sublist): Recompute here the
442 proposed name.
cc46bfe7 443
dd388130
GM
4442001-08-01 Gerd Moellmann <gerd@gnu.org>
445
81b1a79d
GM
446 * play/animate.el: Add Keywords and Maintainer. Remove a
447 reference to a removed function.
cc46bfe7 448
dd388130
GM
449 * play/animate.el (animate-string): Handle case that the string is
450 longer than the window is wide.
451
6b053e39
GM
4522001-07-31 Gerd Moellmann <gerd@gnu.org>
453
ed86208c
GM
454 * desktop.el (desktop-save): Bind coding-system-for-write to
455 `emacs-mule' for write-region.
456
10e922bd
GM
457 * delsel.el (delete-selection-pre-hook): Don't set this-command
458 to `ignore' if the region is empty.
459
dde6824c
SM
460 * international/mule.el (set-keyboard-coding-system):
461 Set keyboard-coding-system.
b23bad0b 462
6b053e39
GM
463 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
464 before accessing it.
465
d004e96a
AS
4662001-07-30 Andreas Schwab <schwab@suse.de>
467
dde6824c
SM
468 * menu-bar.el (toggle-highlight-paren-mode):
469 Use `(show-paren-mode)' as body.
d004e96a 470
892c8dea
AS
4712001-07-30 Andre Spiegel <spiegel@gnu.org>
472
473 * vc.el (vc-checkout-hook): New hook.
474 (vc-checkout): Run it.
475
21f79512
EZ
4762001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
477
dde6824c
SM
478 * progmodes/make-mode.el (makefile-macroassign-regex):
479 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
21f79512 480
291e3b68
GM
4812001-07-30 Gerd Moellmann <gerd@gnu.org>
482
6594ac22
GM
483 * vc.el (vc-switch-backend): Fix autoload cookie.
484
291e3b68
GM
485 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
486 the desktop file.
487
87449711
GM
4882001-07-30 Simon Josefsson <jas@extundo.com>
489
490 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
491 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
492
bf85004b
GM
4932001-07-27 Gerd Moellmann <gerd@gnu.org>
494
75c5350a
GM
495 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
496 (last-sexp-toggle-display): Renamed from last-sexp-print.
dde6824c
SM
497 (last-sexp-toggle-display, eval-last-sexp-1):
498 Use last-sexp-setup-props.
75c5350a 499
cc46bfe7 500 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
501 New user-options.
502 (mouse-wheel-change-button): New function.
503 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
504 (mwheel-scroll): Ditto.
505
16098288
GM
5062001-07-26 Gerd Moellmann <gerd@gnu.org>
507
ac49effe
GM
508 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
509 `...', compare with unabbreviated printed representation instead.
510 (last-sexp-print): Bind print-length and print-level to nil.
511
be4a68f9
GM
512 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
513 before assigning text properties. Make properties rear-nonsticky.
ac49effe 514
f6e6cdf2
GM
515 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
516 (eval-last-sexp-1): Give printed text a `keymap' property and bind
517 <mouse-2> and <RET> in that map to a function printing the
518 unabbreviated value.
519
16098288
GM
520 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
521 is a buffer, put a text property `printed-value' on the printed
522 representation, with the Lisp object printed as value.
523
343462ed
EZ
5242001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
525
526 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
527 Mention the effect of eval-expression-print-length and
528 eval-expression-print-level in the doc strings. Suggested by
529 Kevin Gallagher <kevingal@onramp.net>.
530
e043664a
GM
5312001-07-25 Gerd Moellmann <gerd@gnu.org>
532
4b09e331
GM
533 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
534 for buttons > 3.
535 (xterm-mouse-translate): Handle the case that we don't get a
536 down-event.
cc46bfe7 537
dde6824c
SM
538 * emacs-lisp/find-func.el (find-function-regexp):
539 Add easy-mmode-define-global-mode to the regexp. Allow newlines
b03dc47d
GM
540 in front of the function name.
541
17635d50 542 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 543
3fb01f36
GM
544 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
545 similar events for which fake prefix keys are generated. It's no
546 longer necessary since read_key_sequence doesn't modify these
547 events for internal purposes anymore.
548
e043664a
GM
549 * files.el (auto-mode-alist): Use nroff-mode for files ending
550 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
551
a9f73104
EZ
5522001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
553
554 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
555 tool-bar-lines parameter, behave as if its value were zero.
556 (mouse-avoidance-set-pointer-shape): Don't do anything if
557 x-pointer-shape is not boundp.
558
c02a76cc
FP
5592001-07-23 Francesco Potorti` <pot@gnu.org>
560
f0188953 561 * uniquify.el: Overall speedup changes when using many buffers.
dde6824c
SM
562 (uniquify-fix-item-base, uniquify-fix-item-filename)
563 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 564 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 565 place in the item, but was never used.
c02a76cc 566 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 567 in the item is now used as cache for the proposed name.
c02a76cc 568 (uniquify-rationalize-file-buffer-names): Move computation made on
dde6824c
SM
569 newbuffile out of the loop, in the newbuffile-nd local var.
570 Use dolist (cosmetic change). Compute the proposed name for the most
c02a76cc 571 common case and cache it in the fourth place in the item.
f0188953 572 (uniquify-rationalize-file-buffer-names): Used to return a a list
dde6824c 573 of buffer whose name was changed, but that return value was never used.
c02a76cc
FP
574 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
575 the cached proposed name, does much less consing and is quicker.
576 (uniquify-filename-lessp): Deleted.
dde6824c
SM
577 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
578 Do not bind locally the uniquify-possibly-resolvable flag. Use the
c02a76cc
FP
579 cached proposed name is possible.
580 (uniquify-get-proposed-name): Arguments changed, callers changed.
581 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
582 uniquify-possibly-resolvable flag, which is no more bound locally.
583 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 584 flag, which does not exist any more.
c02a76cc 585
31fac3b8
EZ
5862001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
587
be8cf99e
EZ
588 * term/internal.el (IT-unicode-translations): Fix the appearance of
589 "6`".
590
31fac3b8
EZ
591 * progmodes/compile.el (compile-internal): If EMACS is already
592 defined in the environment, don't override its value.
593
73496807
GM
5942001-07-23 Gerd Moellmann <gerd@gnu.org>
595
9e5a7f2a
GM
596 * play/fortune.el: Undo change of 2001-07-13.
597 Fix autoload cookies. Add types to defcustoms.
598 (fortune) <defgroup>: Add :link.
599 (fortune-from-region): Use eq, not eql.
600 From Dave Love <fx@gnu.org>.
c02a76cc 601
5247262a 602 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 603
73496807
GM
604 * play/animate.el: New file.
605
722a451d
EZ
6062001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
607
dde6824c
SM
608 * startup.el (normal-top-level-add-subdirs-to-load-path):
609 On Windows, put into normal-top-level-add-subdirs-inode-list the
722a451d
EZ
610 canonicalized names of the directories instead of inode numbers.
611
4960e757 6122001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 613
4960e757
MK
614 * ediff-util.el: Copyright years.
615 (ediff-choose-syntax-table): New function.
616 (ediff-setup): Use ediff-choose-syntax-table.
73496807 617 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 618 vc-state is available.
73496807 619 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 620
4960e757
MK
621 * ediff-init.el (ediff-with-syntax-table): New macro, uses
622 with-syntax-table.
73496807
GM
623 (ediff-coding-system-for-read): From ediff-diff.el
624 (ediff-coding-system-for-write): New variable.
625 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 626 overlays.
73496807
GM
627 (ediff-file-remote-p): Use file-remote-p, if available.
628 (ediff-listable-file): New function.
629 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 630
dde6824c
SM
631 * ediff-mult.el (ediff-meta-insert-file-info1):
632 Use ediff-listable-file.
c02a76cc 633
dde6824c
SM
634 * ediff-ptch.el (ediff-prompt-for-patch-file):
635 Use ediff-coding-system-for-read.
73496807 636 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 637
73496807
GM
638 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
639 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 640
4960e757 641 * ediff.el: Date of last update, copyright years.
c02a76cc 642
4960e757 643 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 644
4960e757
MK
645 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
646 of Scott Bronson.
647 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
648 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
649 Deleted functions.
650 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
651 ex-token-list.
73496807 652 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 653
dde6824c 654 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
73496807
GM
655 (viper-memq-char): Use viper-int-to-char.
656 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 657 vc-locking-state.
73496807 658 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 659
dde6824c
SM
660 * viper.el (viper-major-mode-modifier-list):
661 Added inferior-emacs-lisp-mode.
73496807 662 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 663 heuristics to decide if vi state is appropriate.
73496807
GM
664 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
665 (viper-non-hook-settings): Don't advise read-key-sequence.
666 (viper-read-key-sequence): New function that replaces the
4960e757 667 previously used advice to read-key-sequence.
c02a76cc 668
73496807
GM
669 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
670 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
671 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
672 (viper-open-line-at-point,viper-substitute,viper-overwrite)
673 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
674 Got rid of the negative character hack.
4960e757 675 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
676 Use viper-read-key-sequence.
677 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 678 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 679 Don't override existing minibuffer-setup-hook.
4960e757 680 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 681 Convert registers to char data type.
73496807 682 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
683
684 * viper-keym.el: Use viper-exec-key-in-emacs.
685
05824718
SM
6862001-07-20 Stefan Monnier <monnier@cs.yale.edu>
687
688 * server.el (server-visit-files): Fix variable name typo.
689
6e07c0a5
GM
6902001-07-20 Gerd Moellmann <gerd@gnu.org>
691
05824718 692 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
693 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
694
5b6858da
SM
6952001-07-19 Stefan Monnier <monnier@cs.yale.edu>
696
697 * progmodes/compile.el (compilation-parse-errors): `linenum' might
698 return a this-error using the alternative format (a pair of markers).
699
794d58ba
GM
7002001-07-19 Gerd Moellmann <gerd@gnu.org>
701
4e2a256b
GM
702 * font-lock.el (c++-keywords): Add Standard C++ operator names.
703
794d58ba
GM
704 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
705 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 706
381194d0
PJ
7072001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
708
709 * international/iso-transl.el: Fix typo in the header of the file.
710
711 * textmodes/picture.el (picture): Doc fix.
712
713 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
714 follow coding conventions in generated files.
715
27009a49
EZ
7162001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
717
5b6858da 718 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
719 (tool-bar-add-item): Don't call image-related primitives if the
720 display doesn't support images.
721
722 * frame.el (display-images-p): New function.
723
467f1209
GM
7242001-07-17 Gerd Moellmann <gerd@gnu.org>
725
726 * server.el (server-visit-files): Handle the case the specified
727 column number is <= 0.
728
7292001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
730
731 * startup.el (command-line-1): Add support for +LINE:COLUMN
732 command line argument.
733
7342000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
735
5b6858da
SM
736 * server.el (server-process-filter, server-visit-files):
737 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 738
9781053a
PJ
7392001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
740
741 * emacs-lisp/easy-mmode.el: Add Keywords header.
742
743 * play/pong.el: Author has new address.
744
745 * play/landmark.el: Author is no more reachable.
746
747 * play/handwrite.el: Author is no more reachable.
748
5b6858da
SM
7492001-07-17 Stefan Monnier <monnier@cs.yale.edu>
750
751 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
752 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
753 Complete bindings for F<1..12> keys.
754 (global-map): Remove `undo' binding (already in the default).
755 Replace `t<n>' bindings with `f<n>' bindings.
756
a38b71b0
SM
7572001-07-16 Stefan Monnier <monnier@cs.yale.edu>
758
759 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
760 (tcl-mode): Use tcl-add-log-defun.
761 (tcl-indent-line): Use tcl-calculate-indent.
762 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
763 (tcl-indent-exp): Renamed from indent-tcl-exp.
764 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
765 (tcl-indent-for-comment): Call comment-indent-function properly
766 and handle the case where it returns nil.
767
c1d61a7d
GM
7682001-07-16 Gerd Moellmann <gerd@gnu.org>
769
a38b71b0
SM
770 * calendar/cal-islam.el (calendar-goto-islamic-date):
771 Remove autoload cookie.
772
773 * calendar/calendar.el (calendar-goto-islamic-date):
774 Add call to autoload.
c1d61a7d 775
c59fb719
SM
7762001-07-16 Stefan Monnier <monnier@cs.yale.edu>
777
778 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
779 Don't change compile-auto-highlight globally.
780 Don't bother with `font-lock-defaults' property since XEmacs
781 also understands the `font-lock-defaults' variable.
782 Use make-local-variable rather than make-variable-buffer-local.
783 Don't `defconst' comment-indent-function: keep the default.
784 Call easy-menu-add unconditionally.
785 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
786 (ada-create-menu): Use :included for Emacs as well.
787
788 * vc.el (vc-do-command): Autoload.
789
790 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
791
652a9be9
PJ
7922001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
793
794 * ps-print.el: Fix Author: header.
795
c3d6be34
GM
7962001-07-16 Gerd Moellmann <gerd@gnu.org>
797
4391d40d
GM
798 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
799 mouse-1 etc., bind them to `ignore'.
800
c3d6be34
GM
801 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
802 send-invisible, which is already defined in Comint.
803 (eshell-watch-for-password-prompt): Use it.
804
e8af40ee
PJ
8052001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
806
3c3e43ef
PJ
807 * which-func.el (which-func-mode): Doc fix.
808
e8af40ee 809 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
810 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
811 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
812 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
813 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
814 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
815 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
816 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
817 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
818 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
819 * emulation/edt-mapper.el, emulation/edt-pc.el,
820 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
821 * emulation/tpu-edt.el, emulation/tpu-extras.el,
822 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
823 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
824 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
825 * international/isearch-x.el, international/iso-cvt.el,
826 * international/ogonek.el, international/quail.el,
827 * international/utf-8.el, jit-lock.el, language/devan-util.el,
828 * language/devanagari.el, language/ethio-util.el,
829 * language/ethiopic.el, language/european.el, language/indian.el,
830 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
831 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
832 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
833 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
834 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
835 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
836 * progmodes/autoconf.el, progmodes/cmacexp.el,
837 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
838 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
839 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
840 * progmodes/ebnf2ps.el, progmodes/executable.el,
841 * progmodes/fortran.el, progmodes/idlw-shell.el,
842 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
843 * progmodes/m4-mode.el, progmodes/mantemp.el,
844 * progmodes/meta-mode.el, progmodes/octave-inf.el,
845 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
846 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
847 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
848 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
849 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
850 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
851 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
852 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
853 * textmodes/two-column.el, time-stamp.el, timezone.el,
854 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
855 * which-func.el, whitespace.el, wid-browse.el, widget.el,
856 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
857 conventions.
858
bb24c64f
GM
8592001-07-16 Gerd Moellmann <gerd@gnu.org>
860
861 * simple.el (set-variable): Require 'cus-edit' instead of
862 `wid-edit', so that the Custom widgets get defined.
863
6a05d05f
PJ
8642001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
865
866 * allout.el: A fix to follow coding conventions.
867
868 * find-lisp.el: A fix to follow coding conventions.
869
870 * term/w32-win.el: A fix to follow coding conventions.
871
872 * textmodes/sgml-mode.el: A fix to follow coding conventions.
873
874 * term/xterm.el: A fix to follow coding conventions.
875
876 * term/news.el: A fix to follow coding conventions.
877
878 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
879 header line fixed.
880
881 * sun-curs.el: Fix Maintainer: header line.
882
883 * emacs-lisp/easymenu.el: Address of the author added.
884
1b85bd12
GM
8852001-07-16 Gerd Moellmann <gerd@gnu.org>
886
887 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
888 property.
889
6e44da43
PJ
8902001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
891
892 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 893 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
894 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
895 Some fixes to follow coding conventions.
6e44da43 896
6033fc96
GM
8972001-07-16 Gerd Moellmann <gerd@gnu.org>
898
899 * which-func.el (which-func-mode): Doc fix.
900
5d3d1e32
SM
9012001-07-15 Stefan Monnier <monnier@cs.yale.edu>
902
903 * net/rcompile.el (remote-compile): Use make-local-variable.
904
905 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
906
907 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
908
909 * mail/reporter.el (reporter-submit-bug-report):
910 Don't abuse make-variable-buffer-local. Fix call to add-hook.
911
55535639
PJ
9122001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
913
3afbc435 914 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
915 * calendar/cal-dst.el, calendar/cal-french.el,
916 * calendar/cal-hebrew.el, calendar/cal-islam.el,
917 * calendar/cal-iso.el, calendar/cal-julian.el,
918 * calendar/cal-mayan.el, calendar/cal-persia.el,
919 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
920 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
921 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
922 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
923 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
924 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
925 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
926 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
927 * progmodes/ada-xref.el, progmodes/cc-align.el,
928 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
929 * progmodes/cc-defs.el, progmodes/cc-engine.el,
930 * progmodes/cc-langs.el, progmodes/cc-menus.el,
931 * progmodes/cc-styles.el, progmodes/cc-vars.el,
932 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
933 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
934 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
935 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
936 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
937 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
938 conventions in Eshell files with known maintainers.
939
940 * emulation/viper.el: A fix to follow coding conventions.
941
60370d40 942 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
943 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
944 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
945 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
946 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
947 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
948 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
949 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
950 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
951 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
952 conventions in Eshell files.
953
954 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
955 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
956 * emulation/pc-mode.el, emulation/viper-cmd.el,
957 * emulation/viper-ex.el, emulation/viper-init.el,
958 * emulation/viper-keym.el, emulation/viper-macs.el,
959 * emulation/viper-mous.el, emulation/viper-util.el,
960 * emulation/viper.el, forms-pass.el, international/ccl.el,
961 * international/characters.el, international/encoded-kb.el,
962 * international/fontset.el, international/ja-dic-cnv.el,
963 * international/ja-dic-utl.el, international/kinsoku.el,
964 * international/kkc.el, international/mule-cmds.el,
965 * international/mule-diag.el, international/mule-util.el,
966 * international/mule.el, international/titdic-cnv.el,
967 * language/china-util.el, language/chinese.el,
968 * language/cyril-util.el, language/cyrillic.el, language/english.el,
969 * language/greek.el, language/hebrew.el, language/japan-util.el,
970 * language/japanese.el, language/korea-util.el, language/korean.el,
971 * language/lao-util.el, language/lao.el, language/misc-lang.el,
972 * language/slovak.el, language/thai-util.el, language/thai.el,
973 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
974 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
975 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
976 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
977 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
978 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
979 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
980 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
981 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
982 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
983 to follow coding conventions in files without maintainer or in files
984 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
985
986 * emacs-lisp/elp.el: A fix to follow coding conventions.
987
715a2ca2 988 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
989 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
990 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
991 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
992 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
993 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
994 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
995 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
996 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
997 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
998 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
999 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
1000 conventions in files from Gnus.
1001
55535639 1002 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
1003 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
1004 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
1005 * echistory.el, electric.el, emacs-lisp/authors.el,
1006 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
1007 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
1008 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
1009 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
1010 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
1011 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
1012 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
1013 * international/codepage.el, international/iso-ascii.el,
1014 * international/iso-insert.el, international/iso-transl.el,
1015 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
1016 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
1017 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
1018 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
1019 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
1020 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
1021 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
1022 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
1023 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
1024 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
1025 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
1026 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
1027 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
1028 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
1029 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
1030 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
1031 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
1032 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
1033 * textmodes/tex-mode.el, textmodes/text-mode.el,
1034 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
1035 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
1036 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
1037 files maintained by FSF.
1038
1cd7adc6
PJ
10392001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1040
1041 * arc-mode.el: A fix to follow coding conventions.
1042
1043 * bindings.el: Ditto.
1044
1045 * cdl.el: Ditto.
1046
1047 * comint.el: Ditto.
1048
1049 * cus-start.el: Ditto.
1050
1051 * shell.el: Ditto.
1052
1053 * skeleton.el: Ditto.
1054
07b1b912
SM
10552001-07-13 Stefan Monnier <monnier@cs.yale.edu>
1056
1057 * info.el (Info-build-node-completions):
1058 Make Info-current-file-completions buffer local.
1059
09938b67
GM
10602001-07-13 Gerd Moellmann <gerd@gnu.org>
1061
e0f82ad8 1062 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 1063 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 1064
07b1b912
SM
1065 * calendar/cal-islam.el (calendar-goto-islamic-date):
1066 Add autoload cookie.
aa11456f 1067
09938b67
GM
1068 * play/fortune.el: Add types to defcustoms.
1069
ebea5735
PJ
10702001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1071
09938b67 1072 * language/czech.el: A fix to follow coding conventions.
ebea5735 1073
ec7dc7e1
EZ
10742001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1075
1076 * speedbar.el (speedbar-supported-extension-expressions): Add .g
1077 to the extension list, for antlr-mode. From Christoph Wedler
1078 <Christoph.Wedler@sap.com>.
1079
ec402ad4
SM
10802001-07-11 Stefan Monnier <monnier@cs.yale.edu>
1081
1082 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
1083 (vc-dired-mode-map): Fix the madness.
1084
1085 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
1086 (vc-prefix-map): Moved back from vc.el.
1087
a777242c
GM
10882001-07-11 Gerd Moellmann <gerd@gnu.org>
1089
07b1b912
SM
1090 * mail/mail-extr.el (mail-extr-all-top-level-domains):
1091 Increase the size of the obarray.
a777242c
GM
1092 (mail-extr-all-top-level-domains): Add more toplevel domains,
1093 add more long names.
1094 From: Per Starback <starback@ling.uu.se>.
1095
874d7995
EZ
10962001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1097
1098 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
1099 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1100
1101 * progmodes/ada-mode.el: Ditto.
1102
1103 * progmodes/ada-xref.el: Ditto.
1104
ff524b84
MB
11052001-07-11 Miles Bader <miles@gnu.org>
1106
1107 * finder.el (finder-insert-at-column): Also move to the next line
1108 if exactly at COLUMN.
1109
6b05fae3
GM
11102001-07-10 Gerd Moellmann <gerd@gnu.org>
1111
6ce5615d
GM
1112 * help.el (describe-function-1): When printing FUNCTION's
1113 documentation, don't assume FUNCTION is a symbol.
1114
6b05fae3
GM
1115 * startup.el (normal-top-level): Don't operate on the initial
1116 frame if we failed to create one.
1117
19da29f9
GM
11182001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
1119
1120 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
1121 itself, i.e. only indent the contents in it.
1122
6f19114e
GM
11232001-07-10 Markus Rost <rost@math.ohio-state.edu>
1124
1125 * mail/rmail.el (rmail-show-message): Show beginning of message in
1126 all windows containing it.
1127
8184a578
EZ
11282001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
1129
1130 * term/tty-colors.el: Fix the header line and copyright years.
1131
524ac5b2
GM
11322001-07-09 Gerd Moellmann <gerd@gnu.org>
1133
4033ae9d
GM
1134 * emacs-lisp/advice.el (ad-make-advised-definition): If the
1135 original definition has an interactive form, but is Elp
1136 instrumented, use the interactive form of the function called by
1137 elp-wrapper.
1138
59c2dcf4
GM
1139 * winner.el (winner-equal): Make it a defun. Don't compare Winner
1140 configurations with compare-window-configuration; they aren't
1141 window configurations.
1142
524ac5b2
GM
1143 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
1144 from the server for the format we expect. Don't use it if it
c59fb719 1145 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 1146
06c66e1c 1147 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
1148 From Luis Fernandes <elf@ee.ryerson.ca>.
1149
524ac5b2 11502001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
1151
1152 * cc-cmds.el: Extended the kludge to interoperate with the
1153 delsel and pending-del packages wrt to the new function
1154 `c-electric-delete-forward'.
1155
851040a5
SM
11562001-07-08 Stefan Monnier <monnier@cs.yale.edu>
1157
1158 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
1159 to delay the call to <mode> for global minor modes.
1160 (easy-mmode-define-navigation): Only recenter if interactive.
1161
6573d87f
GM
11622001-07-06 Gerd Moellmann <gerd@gnu.org>
1163
a25e82a8
GM
1164 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
1165 to lisp-indent-line.
1166
6573d87f
GM
1167 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
1168 from the server. Call encode-time only when we are sure that we
1169 got a 213 response.
1170
c1a1fd60
GM
11712001-07-06 Simon Josefsson <jas@extundo.com>
1172
1173 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
1174 (mail-envelope-from): New user option.
1175 (sendmail-send-it): Use it.
1176
4b81a999
GM
11772001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1178
851040a5
SM
1179 * ps-print.el: Use locale dependant date to print date in header.
1180 Doc fix.
4b81a999
GM
1181 (ps-print-version): New version number (6.5.3).
1182 (ps-right-header, ps-right-footer): Initialization and doc fix.
1183 (ps-time-stamp-locale-default): New fun.
1184
a2cc5c4f
GM
11852001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1186
1187 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
1188 field problem with MIME-mode.
1189
1190 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
1191
11922001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1193
1194 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
1195 MIME-mode.
1196
a9b511e0
EZ
11972001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
1198
1199 * bindings.el (mode-line-mule-info): Don't show the tip with
1200 buffer-file-coding-system if that is nil.
1201
0f60e5ff
GM
12022001-07-05 Gerd Moellmann <gerd@gnu.org>
1203
f25cfe53
GM
1204 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
1205 instead of kill-line.
1206
5f72adc0
GM
1207 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
1208 <Pavel@Janik.cz>.
1209
1210 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
1211 <Pavel@Janik.cz>.
0f60e5ff 1212
b5e2c7a7
GM
12132001-07-04 Gerd Moellmann <gerd@gnu.org>
1214
1215 * font-lock.el (c-font-lock-keywords-3): When matching something
1216 like `struct X Y', finish with point after Y.
1217
e5836af8 12182001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 1219
e5836af8 1220 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 1221 in caller buffer.
e5836af8 1222
f1c53471
EZ
12232001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
1224
bf4041b6 1225 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
1226 instead of string-match to find the basename of the file.
1227 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 1228
851040a5
SM
1229 * net/browse-url.el (browse-url-default-windows-browser):
1230 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
1231 (browse-url-browser-function) [ms-dos]: Default to
1232 browse-url-default-windows-browser.
1233
f1c53471
EZ
1234 * help.el (locate-library): Enable code that looks for compressed
1235 libraries if auto-compression-mode is on.
1236
4ce5c223
SM
12372001-07-02 Stefan Monnier <monnier@cs.yale.edu>
1238
1239 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1240
dd441b46
GM
12412001-07-02 Gerd Moellmann <gerd@gnu.org>
1242
4ce5c223 1243 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 1244
7a3ee510
EZ
12452001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
1246
33e432b1
EZ
1247 * allout.el: Fix the header line, so that finder.el recognizes it.
1248 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1249
4ce5c223
SM
1250 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1251 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 1252
3024d920
EZ
12532001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1254
4ce5c223 1255 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 1256
3024d920
EZ
1257 * ps-bdf.el (bdf-directory-list): Use the value relative to
1258 installation-directory for MS-Windows as well.
1259
0c1baae8
RS
12602001-06-29 Richard M. Stallman <rms@gnu.org>
1261
1262 * wid-edit.el (widget-color-sample-face-get):
1263 Return ((foreground-color . COLOR)) instead of constructing a face.
1264
442ebe98
EZ
12652001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1266
1267 * faces.el (region): Change the background color for the
1268 light-background color display to lightgoldenrod2, to make it
1269 visible on some laptops.
1270
6519817e
RS
12712001-06-28 Richard M. Stallman <rms@gnu.org>
1272
1273 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
1274 (rmail-msg-restore-non-pruned-header): Likewise.
1275 If point was in the old pruned header, put it at the top.
1276 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 1277
6519817e
RS
1278 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
1279 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
1280
15533ae2
SM
12812001-06-28 Stefan Monnier <monnier@cs.yale.edu>
1282
1283 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
1284
19a448e3
KF
12852001-06-28 Karl Fogel <kfogel@red-bean.com>
1286
1287 * saveplace.el: Update maintainer email address.
1288
a17555fd
FP
12892001-06-27 Francesco Potorti` <pot@gnu.org>
1290
15533ae2
SM
1291 * uniquify.el: (uniquify-rationalize-file-buffer-names):
1292 Undo previous change.
a17555fd
FP
1293
12942001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
1295
1296 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1297 preliminary quick reordering. Can speed things up dramatically.
1298
555cc9ca
RS
12992001-06-26 Richard M. Stallman <rms@gnu.org>
1300
4d68abe0
RS
1301 * dired.el (dired-get-filename): A file name starting with ~
1302 is not absolute in this context.
1303
555cc9ca
RS
1304 * which-func.el (which-func-maxout): Increase default to 500000.
1305 (which-function-mode): This is now the "real" name of the function.
1306 (which-func-mode): Now an alias.
1307 (which-func-mode-global): Name deleted.
1308
1309 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1310 button-2, when binding hs-mouse-toggle-hiding.
1311
d9bad487
GM
13122001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1313
15533ae2 1314 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
1315 (rmail-msg-prune-header): Likewise.
1316 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1317 and `rmail-msg-prune-header'.
1318
da197e75
SM
13192001-06-25 Stefan Monnier <monnier@cs.yale.edu>
1320
1321 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1322 back than LINEBEG.
1323
9501b986
EZ
13242001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
1325
1326 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1327 window where they clicked the mouse has a header line, adjust
1328 vertical movement by one.
1329
7aee34d3
GM
13302001-06-25 Milan Zamazal <pdm@zamazal.org>
1331
da197e75
SM
1332 * progmodes/glasses.el (glasses-make-readable): Consider underscores
1333 too when separating a parenthesis.
7aee34d3 1334
b9cc92a4
EZ
13352001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
1336
1337 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1338 (bookmark-bmenu-hide-filenames): Add help-echo to
1339 mouse-highlighted text.
1340 (bookmark-bmenu-show-filenames): Remove help-echo property from
1341 the whitespace.
1342
e55c4863
EZ
13432001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
1344
da197e75
SM
1345 * files.el (auto-mode-alist): Add configure.ac (autoconf).
1346 From Karl Eichwalder <ke@suse.de>.
e55c4863 1347
4bd41f5a
RS
13482001-06-23 Richard M. Stallman <rms@gnu.org>
1349
1350 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1351
1352 * progmodes/cc-styles.el (c-set-style): Don't specify initial
1353 contents for completing-read.
1354
fdae95d4
RS
13552001-06-22 Richard M. Stallman <rms@gnu.org>
1356
1357 * menu-bar.el (menu-bar-make-toggle): Construct the
1358 function's doc string from HELP, not DOC, and make it accurate by
1359 adding "Toggle whether to " at the front and downcasing the initial.
1360 Change the HELP arg in some calls to make it fit this usage.
1361
1362 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1363 Undo previous change.
1364
5f0e1d42
EZ
13652001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
1366
1fd63d9b
EZ
1367 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1368
da197e75 1369 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 1370
2ebf8f54
EZ
13712001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
1372
7a03d9cd
EZ
1373 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1374
2ebf8f54
EZ
1375 * dabbrev.el (dabbrev--select-buffers): Fix last change.
1376
4de68712
RS
13772001-06-20 Richard M. Stallman <rms@gnu.org>
1378
1379 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1380 broken out from dabbrev--find-expansion. Handle minibuffer
1381 specially here.
1382 (dabbrev--find-expansion): Simplify code in various ways.
1383 Don't treat minibuffers specially.
1384 Call dabbrev--make-friend-buffer-list.
da197e75 1385 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
1386 (dabbrev--scanning-message): Do nothing when minibuffer is current.
1387
f84e9763 13882001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 1389
f84e9763
JW
1390 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1391 Also, added a comment describing how to greatly speedup Eshell
1392 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 1393
f5f3efaa 13942001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 1395
da197e75
SM
1396 * eshell/esh-mode.el: Disabled a test that often yields false failures.
1397
f84e9763
JW
13982001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
1399
1400 * woman.el (WoMan-highlight-references): Add help-echo to
1401 mouse-highlighted text.
b868ed49 1402
f7ac3e28
SM
14032001-06-18 Stefan Monnier <monnier@cs.yale.edu>
1404
1405 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1406
f6f1beba
GM
14072001-06-18 Gerd Moellmann <gerd@gnu.org>
1408
f7ac3e28
SM
1409 * international/quail.el (quail-start-conversion):
1410 Reset quail-translating to nil.
db8f7303 1411
f6f1beba
GM
1412 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1413 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1414
1a0b9ae6
EZ
14152001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
1416
855eca56
EZ
1417 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1418 mouse-highlighted text.
1419
1a0b9ae6
EZ
1420 * dired.el (dired-mark-pop-up): Fix last change.
1421
e75e894b
EZ
14222001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1423
218abc51
EZ
1424 * calendar/calendar.el (generate-calendar-month): Add help-echo to
1425 mouse-highlighted text.
1426
d36ca65d
EZ
1427 * net/quickurl.el (quickurl-url-file): Run through
1428 convert-standard-filename.
1429 (quickurl-list-populate-buffer): Add help-echo to
1430 mouse-highlighted text.
1431 (top-level): Update Dave's URL.
1432
092924fd
EZ
1433 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1434 mouse-highlighted text.
1435
f7ac3e28
SM
1436 * textmodes/page-ext.el (pages-copy-header-and-position):
1437 Add help-echo to mouse-highlighted text.
092924fd
EZ
1438
1439 * tar-mode.el (tar-header-block-summarize): Add help-echo to
1440 mouse-highlighted text.
1441
1442 * replace.el (occur): Add help-echo to mouse-highlighted text.
1443
1444 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1445 mouse-highlighted text.
1446
1447 * progmodes/cpp.el (cpp-make-button): Add help-echo to
1448 mouse-highlighted text.
1449
f7ac3e28
SM
1450 * progmodes/compile.el (compile-reinitialize-errors):
1451 Add help-echo to mouse-highlighted messages.
092924fd
EZ
1452 (compilation-forget-errors): Remove help-echo property as well.
1453
f7ac3e28
SM
1454 * play/landmark.el (lm-plot-square, lm-init-display):
1455 Add help-echo to mouse-highlighted text.
092924fd 1456
f7ac3e28
SM
1457 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1458 Add help-echo to mouse-highlighted text.
092924fd
EZ
1459
1460 * dired.el (dired-insert-set-properties): Add help-echo to
1461 mouse-highlighted text.
f7ac3e28 1462 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
1463
1464 * comint.el (comint-send-input): Add help-echo to
1465 mouse-highlighted text.
1466
1467 * buff-menu.el (list-buffers-noselect): Add help-echo to
1468 mouse-highlighted text.
1469
1470 * arc-mode.el (archive-summarize-files): Add help-echo to
1471 mouse-highlighted text.
1472
e75e894b
EZ
1473 * ffap.el (ffap-machine-p): Always return nil if
1474 open-network-stream is not fboundp.
1475
f621ed9d
SM
14762001-06-17 Stefan Monnier <monnier@cs.yale.edu>
1477
1478 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
1479 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1480 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1481 incorrectly binding chars between 128 and 256 to it.
1482 (sgml-maybe-name-self): Handle latin-1 chars properly.
1483 (sgml-tags-invisible): Bind buffer-file-name to nil.
1484 Use unwind-protect and restore-buffer-modified-p.
1485 (sgml-point-entered): Use buffer-substring-no-properties.
1486 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1487 (html-mode): Don't force `imenu-sort-function'.
1488
884e8578
EZ
14892001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1490
d5b49f47
EZ
1491 * tar-mode.el: Fix the copyright notice.
1492
ce6b1982
EZ
1493 * font-lock.el (font-lock-comment-face): For tty's with dark
1494 background, use "red1", since "lightred" is not one of the colors
1495 recognized by tty-colors.el.
1496
884e8578
EZ
1497 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1498 create a buffer for extracted file, in case there's more than one
1499 file by that name in an archive, possibly in different
1500 directories. From Kevin Rodgers <kevinr@ihs.com>.
1501
1502 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
1503 <alex@gnu.org>.
1504
72190a54
MB
15052001-06-15 Miles Bader <miles@gnu.org>
1506
f621ed9d
SM
1507 * textmodes/texinfmt.el (texinfo-format-syntax-table):
1508 Revert previous change.
72190a54 1509
e4cdc335
RS
15102001-06-14 Richard M. Stallman <rms@gnu.org>
1511
1512 * replace.el (keep-lines-read-args): Return just a regexp.
1513 Provide nil for the region args.
f621ed9d 1514 (keep-lines, flush-lines, how-many):
e4cdc335
RS
1515 Calculate the defaults for the region here, when args are nil.
1516
c8c6b45a
EZ
15172001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1518
1519 * rot13.el (rot13-other-window): Some more doc fix.
1520
f54701d1
EZ
15212001-06-14 Per Starback <starback@ling.uu.se>
1522
1523 * replace.el (case-replace, query-replace-from-history-variable)
1524 (query-replace-to-history-variable, keep-lines-read-args)
1525 (occur-revert-function, query-replace-help): Dox fix.
1526
1604ce98
EZ
15272001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1528
1529 * rot13.el (rot13-other-window): Doc fix.
1530
22058843
MB
15312001-06-14 Miles Bader <miles@gnu.org>
1532
1533 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1534 of " and \ to "." (punctuation).
1535 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1536
e4cdc335
RS
15372001-06-13 Richard M. Stallman <rms@gnu.org>
1538
1539 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1540
1541 * simple.el (shell-command-on-region): Never kill the
1542 *Shell Command Output* buffer.
1543
a62d56ab
SM
15442001-06-13 Stefan Monnier <monnier@cs.yale.edu>
1545
1546 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1547
4a0aa1d9
SM
15482001-06-10 Stefan Monnier <monnier@cs.yale.edu>
1549
1550 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1551 New var, to recognize ${ $' and PODs.
1552 (perl-font-lock-syntactic-face-function): New function.
1553 (perl-mode): Use them.
1554 (perl-continuation-line-p): New function, from perl-calculate-indent.
1555 (perl-calculate-indent): Use it, to properly handle continuation
1556 lines of continuation lines.
1557
b5a9911c
EZ
15582001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
1559
1560 * server.el (server-process, server-buffer-clients): Doc fix.
1561 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1562
0f056ec1
JW
15632001-06-09 John Wiegley <johnw@gnu.org>
1564
1565 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1566 test if the last command was Lisp or not.
1567 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1568 B x C".
1569
e5e316b0
EZ
15702001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
1571
1572 * dos-w32.el (grep-regexp-alist): Remove definition, since the
1573 general one on compile.el supports drive letters.
7f4350a7
CD
1574
15752001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
1576
5a905a7e 1577 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 1578 key description.
7f4350a7
CD
1579
1580 * textmodes/reftex-sel.el (reftex-select-jump): New command.
1581
5a905a7e 1582 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
1583 (reftex-toc-jump): New command.
1584
1585 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 1586 to parse international characters as well.
7f4350a7 1587
5a905a7e 1588 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 1589 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 1590
5a905a7e
SM
1591 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1592
1593 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 1594 TAB to the key separators.
7f4350a7 1595
73419021
EZ
15962001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
1597
1598 * international/mule.el (auto-coding-alist): Remove redundant
1599 up-cased versions of the extensions (auto-coding-alist-lookup is
1600 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
1601 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
1602
cada28bb
EZ
16032001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
1604
1605 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1606
4f7666dc
RS
16072001-06-01 Richard M. Stallman <rms@gnu.org>
1608
1609 * help.el (describe-variable): Put value on same line
1610 with preceding text, if it is short enough to look good that way.
1611
70079787
EZ
16122001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1613
1614 * term/internal.el (IT-unicode-translations): New variable.
1615 (IT-setup-unicode-display): New function.
1616
c86f4619
GM
16172001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1618
1619 * ps-print.el: Handle before-string and after-string overlay properties
1620 in ps-print-*-with-faces commands. Doc fix.
1621 (ps-print-version): New version number (6.5.2).
1622 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1623 for XEmacs.
1624 (ps-prefix-quote): Doc fix.
c6d452ad 1625 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
1626 (ps-basic-plot-str, ps-plot-string): New funs.
1627
1ea98518
SM
16282001-05-31 Stefan Monnier <monnier@cs.yale.edu>
1629
1630 * progmodes/etags.el (tags-compression-info-list): Fix docstring
1631 and :type spec.
1632
2b1ec973
GM
16332001-05-31 Gerd Moellmann <gerd@gnu.org>
1634
1ea98518
SM
1635 * international/mule-cmds.el (inactivate-input-method):
1636 Set input-method-function to nil.
2b1ec973 1637
94843cc1
GM
1638 * xml.el (xml-parse-tag): The document may contain invalid characters.
1639 From ShengHuo ZHU <zsh@cs.rochester.edu>
1640
9652931f
GM
16412001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1642
1643 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
1644 `rmail-summary-line-decoder' if the message does not have
1645 a Subject: field.
9652931f 1646
1ea98518 1647 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 1648
1ea98518
SM
1649 * mail/rmail.el (rmail-insert-mime-resent-message-function):
1650 New variable.
9652931f
GM
1651 (rmail-resend): Modify to work in `rmail-view-buffer'; call
1652 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1653 is non-nil.
1654
f7ac3e28
SM
16552001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
1656
1657 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1658
b781e739
SS
16592001-05-29 Sam Steingold <sds@gnu.org>
1660
00f51890
SS
1661 * faces.el (face-valid-attribute-values): Bind `valid' directly
1662 instead of using `setq'.
1663
b781e739
SS
1664 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1665 Use `tex-shell-buf'.
1666 (tex-shell-proc): Use `tex-shell-running'.
1667 (tex-shell-buf-no-error): New function.
1668 (tex-send-tex-command): Use it.
1669 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1670 (tex-kill-job): Check the process before calling `quit-process'.
1671
3d0e328b
GM
16722001-05-29 Gerd Moellmann <gerd@gnu.org>
1673
1ea98518
SM
1674 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1675 UTF-8 sequences.
3d0e328b 1676
8bd6307f
GM
16772001-05-28 Miles Bader <miles@gnu.org>
1678
1679 * comint.el (comint-carriage-motion): Renamed from
1680 `comint-cr-magic'. Operate on the buffer instead of the string
1681 (for use as a comint post-output filter, instead of as a
1682 pre-output filter). Handle backspaces too. Add to the
1683 `comint-output-filter-functions' hook instead of
1684 `comint-preoutput-filter-functions'.
1685
89c8dc6c
GM
16862001-05-28 Gerd Moellmann <gerd@gnu.org>
1687
1688 * language/japan-util.el (japanese-hankaku): Prefer the charset
1689 `jisx0201' when the optional argument `ascii-only' is not specified.
1690 (japanese-hankaku-region): Ditto.
1691 From Katsumi Yamaoka <yamaoka@jpl.org>
1692
f25c1b9b
SM
16932001-05-28 Stefan Monnier <monnier@cs.yale.edu>
1694
1695 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1696 (outline-invisible-p): New function.
1697 (hide-leaves): Save excursion.
1698 (hide-other): Stop looping when reaching bobp.
1699
719bb352
EZ
17002001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1701
1702 * cus-edit.el (custom-file): Fix last change.
1703
d686d354
SM
17042001-05-27 Stefan Monnier <monnier@cs.yale.edu>
1705
1706 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1707 same definition in byte-compile-function-environment as `autoload'
1708 would put in `symbol-function'.
1709
1710 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1711 patch to correct the error message as well.
1712
49b1a638
EZ
17132001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
1714
71261a01
EZ
1715 * cus-edit.el (custom-file): Don't assume we were invoked with -q
1716 unless ~/.emacs exists.
1717
49b1a638
EZ
1718 * novice.el (enable-command): If user-init-file is nil or does not
1719 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1720
a434b175
SM
17212001-05-25 Stefan Monnier <monnier@cs.yale.edu>
1722
15ca8de7
SM
1723 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1724 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1725 Allow spaces around macro arguments.
1726 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1727 indent-for-tab-command.
1728 (latex-mode-map, plain-tex-mode-map): New keymaps.
1729 Inherit from tex-mode-map.
1730 (tex-common-initialization): Don't setup the keymap any more
1731 since it's now done right by define-derived-mode.
1732 (latex-mode): Set skeleton-end-hook to nil.
1733 (latex-skeleton-end-hook): Remove.
1734 (tex-latex-block, latex-insert-item): Simplify.
1735 (latex-syntax-after): Use following-char rather than char-after.
1736 (tex-discount-args-cmds, tex-count-words): New functions.
1737
1738 * textmodes/tildify.el (tildify-ignored-environments-alist):
1739 Recognize \verb* as well.
1740
1741 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1742 (perl-comment-indent): Simplify to let newcomment.el do its job.
1743 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1744 (perl-mark-function): Cleanup the namespace.
1745 (perl-calculate-indent): Don't be fooled by nested functions.
1746
1747 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1748
a434b175
SM
1749 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1750 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
1751
4e7e1f03
AC
17522001-05-25 Andrew Choi <akochoi@i-cable.com>
1753
1754 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1755 actually be `\\'.
1756 (ctlau-b5-converter): Likewise.
1757
2bef0948
AC
17582001-05-24 Andrew Choi <akochoi@i-cable.com>
1759
1760 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
1761 Change CTLauB.el to CTLau-b5.el.
1762
d2d1851b
SM
17632001-05-23 Stefan Monnier <monnier@cs.yale.edu>
1764
1765 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1766 rather than beginning-of-line to avoid problems with fields.
1767 (gud-perldb-massage-args): Use unless and push.
1768 (gud-chdir-before-run): New var.
1769 (gud-common-init): Use it.
1770
5e3d4fbc
AC
17712001-05-24 Andrew Choi <akochoi@i-cable.com>
1772
1773 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1774 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 1775 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 1776 chinese-ctlaub.
d2d1851b
SM
1777 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1778 New functions.
5e3d4fbc 1779
0216c3df
GM
17802001-05-22 Gerd Moellmann <gerd@gnu.org>
1781
f1f65349
GM
1782 * cus-edit.el (custom-comment-show): Remove debug code.
1783
0216c3df
GM
1784 * language/japan-util.el (japanese-symbol-table): Fix handling of
1785 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
1786
e8a1ed31
SM
17872001-05-21 Stefan Monnier <monnier@cs.yale.edu>
1788
1789 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1790 Renamed by removing the silly `-flag' suffix.
1791 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1792
7246200c
SM
17932001-05-20 Stefan Monnier <monnier@cs.yale.edu>
1794
1795 * replace.el (keep-lines-read-args): Use `copy-marker'.
1796 (how-many): Save excursion properly.
1797 (occur-mode): Use define-derived-mode.
1798 (perform-replace): Use with-current-buffer.
1799
7e971261
RS
18002001-05-20 Richard M. Stallman <rms@gnu.org>
1801
65569e52
RS
1802 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1803
cc9684e8
RS
1804 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1805
9ca00e71
RS
1806 * info.el (Info-read-subfile): Widen before finding the
1807 desired node in the subfile.
1808
7e971261
RS
1809 * startup.el (command-line-1): When >2 files visited,
1810 leave the last one visible, and make that the selected window.
1811
7c5312b2
GM
18122001-05-20 Gerd Moellmann <gerd@gnu.org>
1813
1814 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1815
310e9a21
EZ
18162001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
1817
7246200c
SM
1818 * international/ccl.el (define-ccl-program): Fix a typo.
1819 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
1820
1821 * international/mule.el (decode-char): Fix a typo. From Pavel
1822 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1823
1824 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
1825 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1826
310e9a21
EZ
1827 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
1828 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1829
ef55aa6c
SS
18302001-05-18 Sam Steingold <sds@gnu.org>
1831
7246200c 1832 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
1833 and [RET] to `cvs-mode-find-file'.
1834
c9f3bebe
JW
18352001-05-18 John Wiegley <johnw@gnu.org>
1836
1837 * eshell/esh-ext.el (eshell-explicit-command-char): A new
1838 configuration variable, which determines the initial character
1839 that forces use of an external version of a command. The default
1840 is *, but may be set to \, for example.
1841
1842 * eshell/esh-ext.el (eshell-explicit-command):
1843 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 1844
c9f3bebe
JW
1845 * eshell/esh-cmd.el (eshell/which):
1846 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 1847
7c5312b2
GM
1848 * eshell/em-cmpl.el (eshell-completion-command-name)
1849 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
1850 instead of ?*.
1851
1c66d9fb
GM
18522001-05-18 Gerd Moellmann <gerd@gnu.org>
1853
a724ed38
GM
1854 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1855 subst-char-in-string.
1856 (ange-ftp-after-parse-ls-hook): New variable.
1857 (ange-ftp-ls): Run that hook.
1858 From Peter Milliken <Peter.Milliken@GTECH.COM>.
1859
0595722b
GM
1860 * tmm.el (tmm-get-keymap): Fix handling of :filter.
1861 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1862 text into *Completions*.
1863
1c66d9fb
GM
1864 * net/goto-addr.el (goto-address-at-point): Deal with URLs
1865 part of which look like email addresses.
1866
c5bdb93d
AI
18672001-05-18 Andrew Innes <andrewi@gnu.org>
1868
7246200c
SM
1869 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1870 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
1871 cmd.exe's handling of FOR loops.
1872 (autoloads): Set find-file-suppress-same-file-warnings to t to
1873 avoid slew of spurious messages.
1874
9a1211f2
GM
18752001-05-18 Simon Josefsson <simon@josefsson.org>
1876
1877 * mail/smtpmail.el (maybe-append-domain): Renamed to
1878 `smtpmail-maybe-append-domain'.
1879 (smtpmail-via-smtp): Use the new name.
1880
29148a3f
GM
1881 * net/browse-url.el (browse-url-browser-function): Add kde.
1882 (browse-url-kde-program, browse-url-kde-args): New variables.
1883 (browse-url-kde): New function.
1884
9ab59a1a
MB
18852001-05-18 Miles Bader <miles@gnu.org>
1886
7246200c
SM
1887 * simple.el (delete-horizontal-space, just-one-space):
1888 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
1889 because it's more efficient for large files.
1890
cebf1b97
GM
18912001-05-17 Gerd Moellmann <gerd@gnu.org>
1892
f90c23ca
GM
1893 * mail/rmail.el (rmail-require-mime-maybe): New function.
1894 (rmail): Use it.
1895 (rmail-mode): Handle the case of finding Rmail files.
1896
cebf1b97
GM
1897 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1898 functions.
1899
df22166e
SM
19002001-05-17 Stefan Monnier <monnier@cs.yale.edu>
1901
1902 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1903 text-property after moving to the beginning of line and regardless
1904 of the value of font-lock-multiline.
1905
2ca0d5f1
GM
19062001-05-17 Gerd Moellmann <gerd@gnu.org>
1907
e85e809a
GM
1908 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
1909
2ca0d5f1
GM
1910 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
1911 last coding system used before calling set-buffer-modified-p
1912 because that function changes last-coding-system.
1913
4c6a4739
EZ
19142001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1915
1916 * files.el (switch-to-buffer-other-window)
1917 (switch-to-buffer-other-frame): Add an xref to display-buffer in
1918 the doc string.
1919
f08cf35b
GM
19202001-05-17 Gerd Moellmann <gerd@gnu.org>
1921
1922 * language/slovak.el, language/czech.el: New maintainer.
1923
2180ea97
SS
19242001-05-16 Sam Steingold <sds@gnu.org>
1925
f08cf35b 1926 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
1927 sub-form of `defgeneric' correctly.
1928
9bae8781
GM
19292001-05-16 Gerd Moellmann <gerd@gnu.org>
1930
a90b3d3c
GM
1931 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
1932 of `c'.
1933
1b7818b4 1934 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
1935 condition-case, test what outline-level returns instead, to
1936 ease debugging.
1b7818b4 1937
9bae8781
GM
1938 * international/mule.el (auto-coding-regexp-alist): New user-option.
1939 (auto-coding-from-file-contents): New function.
1940 (set-auto-coding): Use it to determine a coding system.
1941
7644c605
GM
19422001-05-15 Gerd Moellmann <gerd@gnu.org>
1943
18a0a39e
GM
1944 * mouse.el (mouse-delete-other-windows): Doc fix.
1945
df22166e
SM
1946 * emacs-lisp/lisp-mode.el (lisp-mode):
1947 Make font-lock-keywords-case-fold-search a buffer-local variable with
1948 make-local-variable before setting it.
7644c605 1949
940cf42e
EZ
19502001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
1951
1952 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
1953 prefixes.
1954
557f7c34
GM
19552001-05-14 Gerd Moellmann <gerd@gnu.org>
1956
1957 * hexl.el (hexl-current-address): Print a message when called
1958 interactively.
1959
14d9b141
SM
19602001-05-11 Stefan Monnier <monnier@cs.yale.edu>
1961
1962 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
1963
1964 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
1965
1966 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
1967
7bd2d083
GM
19682001-05-11 Gerd Moellmann <gerd@gnu.org>
1969
47e72862
GM
1970 * startup.el (command-line): If parameters have been changed in
1971 the init files which influence font selection, clear the face
1972 cache so that faces get realized with the new parameters.
1973
14d9b141 1974 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 1975
0f49941f
SM
19762001-05-10 Stefan Monnier <monnier@cs.yale.edu>
1977
1978 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
1979
cbeed4a8
EZ
19802001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
1981
1982 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
1983 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
1984
ff9aa2ca
GM
19852001-05-10 Gerd Moellmann <gerd@gnu.org>
1986
1987 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 1988 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 1989
b2c99950
JW
19902001-05-09 John Wiegley <johnw@gnu.org>
1991
0f49941f
SM
1992 * eshell/esh-util.el (eshell-convert-numeric-arguments):
1993 Annotated the documentation string to tell users about
3cb27fd7
JW
1994 `eshell-no-numeric-conversions'.
1995
c26f6b27
JW
1996 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
1997 conversions if a Lisp function has the property
1998 `eshell-no-numeric-conversions' set to a non-nil value.
1999
2000 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
2001 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
2002 property `eshell-no-numeric-conversions' on the following
2003 functions (which all deal with filesystem entities, and never Lisp
2004 numerical values): eshell/cd, eshell/pushd, eshell/popd,
2005 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
2006 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
2007 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
2008 eshell/which, eshell/addpath.
2009
20102001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 2011
d089e299
JW
2012 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
2013 encountered as an argument, don't convert it right away, but tag
2014 the first character of the string with the text properties
2015 `number', which signifies to `eshell-lisp-command' that the
2016 argument should be passed through `string-to-number' if it is
2017 actually used in the call to a Lisp function.
2018
2019 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
2020 function, convert any string arguments that have been tagged as
2021 "numbers", by calling string-to-number.
2022
2023 * eshell/esh-util.el (eshell-number-regexp): Now that number
2024 conversions only happen for Lisp function calls, the number regexp
2025 should now match all integer and floating point forms.
2026
2027 * eshell/esh-proc.el: Disable `eshell-stop-process' and
2028 `eshell-continue-process', since they are both nonfunctional at
2029 the moment.
2030 (eshell-proc-initialize): Don't bind keys for
2031 `eshell-stop-process' or `eshell-continue-process'.
2032
0f49941f
SM
2033 * eshell/em-unix.el (eshell-shuffle-files):
2034 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
2035
2036 * eshell/em-hist.el (eshell-add-to-history): Reference to
2037 `eshell-history-ring' needed to be `eshell-history-index'.
2038
0f49941f
SM
2039 * calendar/timeclock.el (timeclock-find-discrep):
2040 Initialize `elapsed' to 0.
cb89da0f
JW
2041 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
2042 it's still nil.
b2c99950 2043
ff39b9a1
SM
20442001-05-09 Stefan Monnier <monnier@cs.yale.edu>
2045
2046 * arc-mode.el (archive-int-to-mode): Construct the string directly.
2047 (archive-mode): Use capitalize.
2048 (archive-unique-fname): Use make-temp-file.
2049
9e53a675
GM
20502001-05-09 Gerd Moellmann <gerd@gnu.org>
2051
2052 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
2053
c8224de6
EZ
20542001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
2055
c533a7e2
EZ
2056 * tar-mode.el (tar-extract): Pay attention to the value of
2057 coding-system-for-read, if it is non-nil.
2058
ff39b9a1
SM
2059 * calendar/holidays.el (holidays): Add an autoload cookie.
2060 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 2061
1c8c9fb8
JW
20622001-05-08 John Wiegley <johnw@gnu.org>
2063
ff39b9a1
SM
2064 * calendar/timeclock.el (timeclock-workday-remaining):
2065 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
2066 (timeclock-workday-elapsed): Don't accept a "relative" argument
2067 for the current day's elapsed time. What could that have meant?
ff39b9a1 2068 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
2069 (timeclock-when-to-leave): Changed logic, similarly to what was
2070 done for `timeclock-workday-remaining'.
2071 (timeclock-find-discrep): Removed "today-only" argument, which had
2072 no meaning. Fixed some more math problems. The function now
2073 returns a three member list: (TOTAL-TIME-DISCREPANCY
2074 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
2075
5f47fb28
EZ
20762001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
2077
2078 * w32-fns.el (convert-standard-filename): Start replacing slashes
2079 from the beginning of the file name, not from where the last
2080 invalid character was. From "Andrew Maguire (SWW)"
2081 <Andrew.Maguire@Smallworld.co.uk>
2082
6da5c7da
GM
20832001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
2084
2085 The following changes are to provide infrastructure for handling
2086 MIME messages to rmail. They don't affect the original behaviour
2087 if rmail-enable-mime is nil.
2088
2089 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
2090 (rmail-search-mime-message-function)
2091 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
2092 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
2093 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
2094 `rmail-view-buffer' is hidden.
6da5c7da
GM
2095 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
2096 call rmai-show-mime-function.
2097 (rmail-display-labels): If rmail-enable-mime is non-nil, update
2098 mode-line-process of rmail-view-buffer.
2099 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
2100 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
2101 buffer.
ff39b9a1
SM
2102 (rmail-next-message, rmail-next-undeleted-message): Be sure to
2103 set-buffer to the Rmail buffer.
6da5c7da
GM
2104 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
2105 rmail-search-mime-header-function.
2106 (rmail-search-message): New function.
2107 (rmail-search): Call rmail-search-message to check if a message
2108 matches REGEXP, lastly update point after calling
2109 rmail-show-message.
ff39b9a1
SM
2110 (rmail-undelete-previous-message, rmail-expunge-confirmed)
2111 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
2112 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
2113 header region, refer to rmail-msgref-vector while setting the
2114 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
2115 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
2116 If rmail-enable-mime is non-nil, call
6da5c7da
GM
2117 rmail-insert-mime-forwarded-message-function instead of inserting
2118 forwarded message by itself.
2119
2120 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
2121 Rmail buffer.
2122 (rmail-set-label, rmail-next-labeled-message): Likewise.
2123
2124 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
2125 set-buffer to the Rmail buffer.
2126 (rmail-output-to-rmail-file): Likewise.
2127 (rmail-output): Likewise.
2128
2129 * mail/rmailsum.el (rmail-message-subject-p): Process the result
2130 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
2131 (rmail-new-summary): Be sure to go to the Rmail buffer.
2132 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
2133 rmail-view-buffer to nil.
2134 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
2135 rmail-view-buffer.
2136 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
2137 rmail-buffer.
2138 (rmail-summary-scroll-msg-down): Likewise.
2139 (rmail-summary-beginning-of-message): Likewise.
2140 (rmail-summary-wipe): Likewise.
2141 (rmail-summary-toggle-header): Use save-window-excursion, not
2142 save-excursion. Update point in rmail-view-buffer, not in
2143 rmail-buffer.
2144 (rmail-summary-reply): Before calling rmail-reply, set buffer to
2145 rmail-view-buffer, not rmail-buffer.
2146
5092477a
GM
21472001-05-07 Gerd Moellmann <gerd@gnu.org>
2148
1e9fc92e
GM
2149 * cus-edit.el (custom-file): Signal an error if user-init-file is
2150 nil (running -q).
2151
1d053370
GM
2152 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
2153
ff39b9a1
SM
2154 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2155 Add :version.
2156
2157 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2158 New option.
1b62b062
GM
2159 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
2160 only if smtpmail-warn-about-unknown-extensions is set.
2161
f851a71c
GM
2162 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
2163 instead of rmail-sort-by-keywords.
2164
ff39b9a1 2165 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
2166 rmail-sort-by-keywords.
2167
ff39b9a1
SM
2168 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
2169 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
2170 (rmail-summary-mode): Doc fix.
2171
5092477a
GM
2172 * mail/rmail.el (rmail-edit): New Custom group.
2173
2174 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
2175 (rmail-edit-mode-hook): New user-option.
2176
05be3833
RS
21772001-05-05 Richard M. Stallman <rms@gnu.org>
2178
2179 * help.el (help-xref-symbol-regexp): Recognize "source of"
2180 and friends, meaning make a link to the source file.
2181 (help-make-xrefs): Handle "source of" and friends
2182 by constructing a link that visits the source file.
2183
2184 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
2185
7dfb000f
SM
21862001-05-04 Stefan Monnier <monnier@cs.yale.edu>
2187
5efe6a56
SM
2188 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
2189 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
2190 Renamed from perl-font-lock-keywords to avoid clashes.
2191 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
2192 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
2193 Updated correspondingly.
2194
7dfb000f
SM
2195 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
2196 Typo `nonexistant' -> `nonexistent'.
2197
88bbb8cb
EZ
21982001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
2199
7dfb000f
SM
2200 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
2201 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
2202 `c-electric-delete-forward' always deletes forward and
2203 `c-electric-delete' only contains the code necessary for XEmacs to
2204 choose between backward and forward deletion.
7dfb000f 2205
88bbb8cb
EZ
2206 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
2207 get the electric behavior on that key too.
2208 (c-fill-paragraph): Fixed bogus direct use of
2209 c-comment-prefix-regexp, which caused an error when it's a list.
2210
a1af8dcf
EZ
22112001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2212
2213 * dired-aux.el (dired-diff): Doc fix.
2214
2215 * dired.el (dired-diff): Likewise.
2216
ddfb4005
EZ
22172001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2218
2219 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2220
b36581fb
SM
22212001-05-02 Stefan Monnier <monnier@cs.yale.edu>
2222
80a00b6a
SM
2223 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2224 if both the buffer and the file are read-only.
2225
b36581fb
SM
2226 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2227 rather than font-lock-string-face.
2228 (sh-get-indent-info): Treat heredocs like strings.
2229
470bbe9b
GM
22302001-05-02 Gerd Moellmann <gerd@gnu.org>
2231
b36581fb
SM
2232 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2233 a newline following `}'.
3356df63
GM
2234 (texinfo-format-email): New function.
2235 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
2236 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2237 Add `display'.
3356df63
GM
2238 (texinfo-sort-region): Goto point-min before sorting.
2239 (texinfo-set): Remove leading white space from value.
2240 From yagi@is.titech.ac.jp.
2241
470bbe9b
GM
2242 * replace.el (query-replace-regexp-eval): Doc fix.
2243
a9d2fd1d
SM
22442001-05-01 Stefan Monnier <monnier@cs.yale.edu>
2245
2246 * diff-mode.el (diff-nonexistant-face): New face.
2247 (diff-font-lock-keywords): Use it.
2248
2b3e941a
EZ
22492001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
2250
22cd6fd3
EZ
2251 * font-lock.el (font-lock-mode): Doc fix.
2252
2b3e941a
EZ
2253 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2254 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2255
50df7214
GM
22562001-04-30 Gerd Moellmann <gerd@gnu.org>
2257
a9d2fd1d
SM
2258 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2259 backslash at the start of the here-document delimiter.
a9793e45
GM
2260 (sh-font-lock-syntactic-keywords): Likewise.
2261
50df7214
GM
2262 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2263
e2f599e9
EZ
22642001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
2265
2266 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
2267 (tty-color-translate, tty-color-by-index, tty-color-values)
2268 (tty-color-desc): Doc fix.
2269
dcaf31d3
EZ
22702001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
2271
2272 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
2273 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
2274 Mention dired-dwim-target in the doc string.
dcaf31d3 2275
a6a06429
MB
22762001-04-28 Miles Bader <miles@gnu.org>
2277
2278 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
2279 (dabbrev--find-expansion): Use it.
2280 (dabbrev--select-buffers): Don't select ignored buffers.
2281
5a5d9185
GM
22822001-04-27 Gerd Moellmann <gerd@gnu.org>
2283
a9d2fd1d 2284 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 2285
c5b82005
RS
22862001-04-26 Richard M. Stallman <rms@gnu.org>
2287
2288 * dabbrev.el: Add doc strings for some functions.
2289 (dabbrev--eliminate-newlines): New variable.
2290 (dabbrev--substitute-expansion): Convert newlines to spaces
2291 if dabbrev--eliminate-newlines is set.
2292 If abbrev and expansion are both all-lower-case,
2293 leave dabbrev--last-case-pattern nil.
2294
7cff9c6f
GM
22952001-04-26 Gerd Moellmann <gerd@gnu.org>
2296
2297 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2298 if necessary, like in rmail-show-message.
2299
efa89c1f
GM
23002001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2301
2302 * ps-print.el: Color specified by number is forced to be float number.
2303 (ps-print-version): New version number (6.5.1.1).
2304 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2305 initialization.
2306 (ps-prefix-quote): New internal var.
2307 (ps-print-quote): New fun.
2308 (ps-setup, ps-output-frame-properties, ps-float-format)
2309 (ps-format-color): Code fix.
a9d2fd1d
SM
2310 (ps-plot-region): Eliminate redundant foreground color text setting.
2311
d3111e5a
EZ
23122001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
2313
2314 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2315
a728644c
GM
23162001-04-25 Gerd Moellmann <gerd@gnu.org>
2317
2318 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2319
4ecdf04d
EZ
23202001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
2321
4645bb68
EZ
2322 * info.el (Info-additional-directory-list): Doc fix.
2323
4ecdf04d 2324 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
2325 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2326 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 2327
7cd512f2
SM
23282001-04-25 Stefan Monnier <monnier@cs.yale.edu>
2329
1dc64fca
SM
2330 * progmodes/make-mode.el (makefile-font-lock-keywords):
2331 Rationalize the rules for includes and conditionals and use the
2332 keyword face for them.
2333
7cd512f2
SM
2334 * faces.el (modify-face): Add compatibility for non-interactive use.
2335
ffeb5c1c
JW
23362001-04-24 John Wiegley <johnw@gnu.org>
2337
2338 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2339 fix from last night, since it wasn't finding eshell/cd.
2340
35f901fa
GM
23412001-04-24 Gerd Moellmann <gerd@gnu.org>
2342
2343 * rect.el (string-rectangle): Revert to 20.x behaviour.
2344 (replace-rectangle): Make it an alias for string-rectangle.
2345 (string-insert-rectangle): New function.
2346
c7b1b508
JW
23472001-04-23 John Wiegley <johnw@gnu.org>
2348
2349 * eshell/em-unix.el (eshell/diff): Fixed problems that were
2350 occurring with Emacs 21's diff.el/compile.el interaction layer.
2351
23522001-04-23 Colin Walters <walters@cis.ohio-state.edu>
2353
2354 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2355 case where the function was defined in a file, but not part of an
2356 eshell module.
2357
157975e3
JW
23582001-04-23 John Wiegley <johnw@gnu.org>
2359
2360 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2361 code to work around a redisplay problem I've been having.
2362
3dc630b9
JW
23632001-04-23 John Wiegley <johnw@gnu.org>
2364
2365 * calendar/timeclock.el (timeclock-day-required): If the time
2366 required for a particular day is not set, use `timeclock-workday'.
2367 (timeclock-find-discrep): Added some sample code in a comment.
2368
2369 * eshell/eshell.el (eshell-command): Made a few changes so that
2370 `eshell-command' could be called programmatically.
2371
7cd512f2 2372 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 2373
7cd512f2 2374 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 2375
3ae14dd9 23762001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
2377
2378 * calendar/timeclock.el: Updated copyright.
2379 (timeclock-generate-report): Don't report the daily or two-week
2380 total, if no time has been worked in that period.
2381 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2382 final computational form, which was unnecessary; corrected a
2383 parsing problem when timeclock-relative was nil.
2384
3ae14dd9 23852001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
2386
2387 * calendar/timeclock.el (timeclock-modeline-display): Check if
2388 `list-entry' is null.
2389 (timeclock-use-display-time): The first argument to `set-variable'
2390 must be a symbol.
2391
53e1a74c
EZ
23922001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
2393
2394 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
2395 (calendar-today-marker, calendar-holiday-marker):
2396 Use display-color-p instead of window-system.
53e1a74c
EZ
2397 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2398 instead of window-system.
2399 (calendar-hide-window): Use display-multi-frame-p instead of
2400 window-system.
2401
2402 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
2403 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2404 Use display-multi-frame-p instead of window-system.
53e1a74c 2405
23b809c2
GM
24062001-04-23 Gerd Moellmann <gerd@gnu.org>
2407
1d14e80c
GM
2408 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2409
23b809c2
GM
2410 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2411 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2412
b5eeaa1d
GM
24132001-04-23 Alex Schroeder <alex@gnu.org>
2414
2415 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
2416 line-end-position a defalias is used for point-at-bol and point-at-eol.
2417
b5eeaa1d
GM
24182001-04-23 Alex Schroeder <alex@gnu.org>
2419
2420 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 2421 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 2422
ac1470eb
EZ
24232001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
2424
2425 * textmodes/paragraphs.el (sentence-end): Doc fix.
2426
624ef9b3
GM
24272001-04-20 Alex Schroeder <alex@gnu.org>
2428
2429 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 2430 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
2431
24322001-04-20 Alex Schroeder <alex@gnu.org>
2433
2434 * sql.el (sql-db2-program): New option.
2435 (sql-db2-options): New option.
2436 (sql-db2): New function.
2437
24382001-04-20 Alex Schroeder <alex@gnu.org>
2439
2440 * sql.el (sql-mode-menu): Added highlighting entries.
2441 (sql-highlight-oracle-keywords): New function.
2442 (sql-highlight-postgres-keywords): New function.
2443 (sql-highlight-ansi-keywords): New function.
2444
24452001-04-20 Alex Schroeder <alex@gnu.org>
2446
2447 * sql.el (sql-help): Doc change.
2448
9f3703ab
KF
24492001-04-19 Karl Fogel <kfogel@collab.net>
2450
2451 * saveplace.el (save-place-alist-to-file): Removed no-effect code
2452 that inserted file content only to delete it immediately.
2453 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
2454 <lektu@uol.com.br> for the patch.
2455
2a83a11d
SM
24562001-04-19 Stefan Monnier <monnier@cs.yale.edu>
2457
2458 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2459
6f4dd4dc
GM
24602001-04-18 Gerd Moellmann <gerd@gnu.org>
2461
0f8d6dc7
GM
2462 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2463 for defmethod.
2464
6f4dd4dc
GM
2465 * comint.el (comint-cr-magic): New function.
2466 (toplevel): Add it to comint-preoutput-filter-functions.
2467
90200fcc
AI
24682001-04-18 Andrew Innes <andrewi@gnu.org>
2469
2470 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 2471 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
2472 (recompile): Remove stuff to set EMACSLOADPATH.
2473
daa66f34
GM
24742001-04-18 Gerd Moellmann <gerd@gnu.org>
2475
edc5c81d
GM
2476 * language/slovak.el ("Slovak"): Add tutorial entry.
2477
daa66f34
GM
2478 * net/browse-url.el (browse-url-new-window-flag): Renamed from
2479 browse-url-new-window-p.
2480
5d5845dc
EZ
24812001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2482
2483 * info.el (Info-menu-update): When there are no menus and/or no
2484 cross references in the node, make the respective items of the
2485 Info menu-bar menu inactive.
2486
1c8addd0
GM
24872001-04-17 Gerd Moellmann <gerd@gnu.org>
2488
f4f480bd
GM
2489 * indent.el (indent-for-tab-command): Call indent-line-function
2490 with no argument if PREFIX-ARG is non-nil.
2491
1c8addd0
GM
2492 * frame.el (delete-other-frames): Handle minibuffer-only frames.
2493
8f9ab403
EZ
24942001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2495
2496 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2497 an async subprocess if start-process is unavailable. Suggested by
2498 Tim Van Holder <tim.van.holder@pandora.be>.
2499
60322163
EZ
25002001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2501
2502 * info.el (Info-additional-directory-list): Doc fix. Suggested by
2503 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2504
e372bc67
EZ
25052001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2506
2507 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2508 manual.
2509
28037ecf
SM
25102001-04-13 Stefan Monnier <monnier@cs.yale.edu>
2511
2512 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2513 (cvs-menu): Add a few entries.
2514
2515 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2516 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2517 lock file appears to be reachable from Emacs.
2518 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2519 (cvs-mode-find-file): Look for cvs-header-face rather than
2520 cvs-dirname-face (which doesn't exist).
2521 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2522
2523 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2524
5d5e7f53
EZ
25252001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2526
2527 * emulation/pc-select.el (pc-selection-mode): Don't turn on
2528 normal-erase-is-backspace on a tty. Instead, bind some keys such
2529 as [delete] directly, like pc-select.el did before
2530 normal-erase-is-backspace was invented.
2531
118562e1 25322001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
2533
2534 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2535
6c9e58c4
JW
25362001-04-11 John Wiegley <johnw@gnu.org>
2537
28037ecf
SM
2538 * eshell/em-ls.el (eshell-ls-insert-directory):
2539 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
2540 buffers, if Eshell's ls is being used.
2541
118562e1 25422001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 2543
28037ecf
SM
2544 * calendar/timeclock.el (timeclock-completing-read): New function.
2545 (timeclock-ask-for-project, timeclock-ask-for-reason):
2546 Call `timeclock-completing-read'.
978bd3ea
JW
2547
2548 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2549 required where `member' was being used.
2550
118562e1 25512001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 2552
28037ecf
SM
2553 * eshell/em-hist.el (eshell-previous-matching-input):
2554 Don't display "History item" if the the minibuffer is active.
978bd3ea 2555
30cb0001
GM
25562001-04-11 Gerd Moellmann <gerd@gnu.org>
2557
2558 * startup.el (command-line): Output a newline after printing
2559 an error from loading the window system's init file.
2560
e38af9bd
EZ
25612001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
2562
28037ecf
SM
2563 * textmodes/texinfo.el (texinfo-font-lock-keywords):
2564 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
2565 @inforef. Add an OVERRIDE of `keep' to highlight specs of
2566 keywords whose arguments routinely include @@.
2567
bbf63a7b
GM
25682001-04-10 Gerd Moellmann <gerd@gnu.org>
2569
28037ecf
SM
2570 * emacs-lisp/advice.el (ad-make-advised-definition):
2571 Construct advice for subrs differently.
afffeb57 2572
3fe35f35 2573 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 2574 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 2575
c8d6d636 2576 * simple.el (completion-list-mode-finish): New function.
28037ecf 2577 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 2578
2a52f40e 2579 * language/european.el ("Polish"): Change sample text.
28037ecf 2580 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 2581
cf8b1bef
GM
2582 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2583 parameter.
2584
bbf63a7b
GM
2585 * faces.el (menu): Doc fix.
2586
719d83ad 25872001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
2588
2589 * ps-print.el: Footer implementation. Doc fix.
2590 (ps-print-version): New version number (6.5.1).
2591 (ps-header-frame-alist): New customization var for header frame
2592 properties.
2593 (ps-line-number-color): New customization var for line number color.
2594 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2595 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2596 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2597 (ps-right-footer): New customization vars for footers.
2598 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2599 footers.
2600 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
2601 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2602 Code fix.
319acba0
GM
2603 (ps-prologue-file): Indentation fix.
2604 (ps-print-quote): Fun eliminated.
2605 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2606 (ps-output-frame-properties): New fun.
2607 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2608 (ps-skip-newline): Replace defun by defsubst.
28037ecf 2609
e372bc67 26102001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
2611
2612 * eshell/eshell.el (eshell-command): Needed a "%s" format
2613 specifier, in case the buffer contains percent characters.
2614
e372bc67 26152001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
2616
2617 * calendar/timeclock.el (timeclock-generate-report): Added a
2618 missing insert of the project name.
2619
9f9a5e7a
GM
26202001-04-09 Gerd Moellmann <gerd@gnu.org>
2621
9170e5d4 2622 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 2623
865e97c1 2624 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 2625 (finder-data): Use it instead of `setwins'.
865e97c1
GM
2626 From: Dave Love <fx@gnu.org>.
2627
cf3885ac 2628 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
2629 (server-visit-files): Run server-visit-hook after going to
2630 line 1 so that the hook can set point as it sees fit.
2631
9f9a5e7a
GM
2632 * bindings.el (mode-line-modified): Unify help messages.
2633
51f32106
EZ
26342001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
2635
2636 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2637 All callers changed.
2638
e02160a3
EZ
26392001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
2640
8e6bb0d0
EZ
2641 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2642 long file names aren't supported, truncate the file names in
2643 quail-misc-package-ext-info to 8+3 before matching them against
2644 FILENAME.
2645
2646 * dos-fns.el (dos-truncate-to-8+3): New function.
2647
ec321d77
EZ
2648 * progmodes/compile.el (grep-compute-defaults): Use null-device
2649 instead of literal /dev/null. Reported by Jens Schmidt
2650 <schmidt@mathematik.uni-kl.de>.
2651
e02160a3
EZ
2652 * simple.el (normal-erase-is-backspace-mode): Doc fix.
2653
cf3885ac
SM
26542001-04-06 Stefan Monnier <monnier@cs.yale.edu>
2655
2656 * textmodes/sgml-mode.el: Add unknown maintainer.
2657 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2658 (html-mode-map): Use set-keymap-parent.
2659
3ffb33bb
DL
26602001-04-06 Dave Love <fx@gnu.org>
2661
2662 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2663 Remove redundant string-to-list.
2664
8f625692
SM
26652001-04-05 Stefan Monnier <monnier@cs.yale.edu>
2666
2667 * composite.el (reference-point-alist): Doc fix.
2668
1087f198
SS
26692001-04-05 Sam Steingold <sds@gnu.org>
2670
8f625692
SM
2671 * font-lock.el (font-lock-keywords-case-fold-search):
2672 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
2673 file made font-lock case-insensitive.
2674
a55e4e68
GM
26752001-04-05 Gerd Moellmann <gerd@gnu.org>
2676
0e4892e2
GM
2677 * faces.el (defface menu): Doc fix.
2678
4d664b04
GM
2679 * wid-edit.el (widget-color-sample-face-get): Don't make
2680 faces for undefined colors.
2681
a55e4e68
GM
2682 * version.el (emacs-version): Include LessTif/Motif version info.
2683
f383cd0d
GM
26842001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2685
2686 * ps-mule.el: Eliminate cl package dependence.
2687 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2688 if they aren't defined yet.
2689 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2690 Eliminate cl package dependence.
2691
de28797f
SM
26922001-04-04 Stefan Monnier <monnier@cs.yale.edu>
2693
2694 * progmodes/cc-cmds.el (c-outline-level):
2695 Bind buffer-invisibility-spec. Originally from Dave Love, but
2696 got lost when incorporating version 5.26.
2697
32df8b47
EZ
26982001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
2699
de28797f
SM
2700 * emulation/pc-select.el (pc-selection-mode):
2701 Call normal-erase-is-backspace-mode instead of binding
2702 keys individually.
58e4f61d 2703
7f62656b
EZ
2704 * cus-load.el (normal-erase-is-backspace): Use it instead of
2705 delete-key-deletes-forward.
2706
2707 * startup.el (command-line): Use normal-erase-is-backspace and
2708 normal-erase-is-backspace-mode.
2709
2710 * simple.el (normal-erase-is-backspace): Rename from
2711 delete-key-deletes-forward. Doc fix.
2712 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
2713 delete-key-deletes-forward-mode. Doc fix.
2714 Run normal-erase-is-backspace-hook.
7f62656b 2715
32df8b47 2716 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
2717 ``human-readable'' format produced by GNU `ls'.
2718 (dired-move-to-filename-regexp): Recognize ISO format dates.
2719 From Paul Eggert <eggert@twinsun.com>.
32df8b47 2720
5efa6032
GM
27212001-04-04 Gerd Moellmann <gerd@gnu.org>
2722
2723 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2724 New functions.
de28797f
SM
2725 (lm-verify): Check keywords.
2726 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 2727
d757aac1
EL
27282001-04-03 Eric M. Ludlam <eric@siege-engine.com>
2729
2730 * speedbar.el (speedbar-insert-image-button-maybe): Check for
2731 `xemacs' feature instead of for the function `set-extent-property'.
2732
9832760a
SM
27332001-04-03 Stefan Monnier <monnier@cs.yale.edu>
2734
2735 * mail/mh-utils.el (mh-folder-hist): New var.
2736 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2737
d565f6aa
EZ
27382001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
2739
2740 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2741 region, position point on the first or last 16-byte group.
2742 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2743 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
2744 hexl-beginning-of-line.
2745
24c0fd39
GM
27462001-04-03 Gerd Moellmann <gerd@gnu.org>
2747
5efa6032
GM
2748 * icomplete.el (icomplete-mode): Treat an argument like other
2749 modes do.
2750
b3f6107b
GM
2751 * startup.el (fancy-splash-head): Use splash8.xpm for color
2752 depth 8.
2753
24d451c5
SM
2754 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2755 Add an antry for ``converts''.
476bf681 2756
24d451c5
SM
2757 * language/slovak.el ("Slovak"): Add documentation string.
2758 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 2759
450f6970
GM
2760 * language/czech.el ("Czech"): Add documentation string.
2761 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2762
24d451c5
SM
2763 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2764 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
2765
27662001-04-02 Stefan Monnier <monnier@cs.yale.edu>
2767
2768 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2769 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2770 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2771 Use `defsubst' rather than a macro to ease debugging.
2772 (mail-extr-last): Remove (use `last' instead).
2773 (mail-extract-address-components): Properly reset the syntax-table
2774 after parsing an address. Use `last' rather than mail-extr-last.
2775 Make sure the end marker stays at the very end.
24c0fd39 2776
2b908342
EZ
27772001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
2778
2779 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2780 last change.
2781
acfb077d
GM
27822001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2783
2784 * ps-print.el: Line and paragraph spacing feature. Region to cut
2785 out when printing. Doc fix.
2786 (ps-print-version): New version number (6.5).
24d451c5
SM
2787 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2788 New vars. Line and paragraph spacing feature.
acfb077d
GM
2789 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
2790 out when printing.
2791 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2792 (ps-get-font-size, ps-begin-job, ps-continue-line)
2793 (ps-plot-region): Code fix.
2794 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
2795 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2796 New internal vars.
acfb077d
GM
2797 (ps-get-size): New fun.
2798 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2799 (ps-next-line): Replace defun by defsubst.
2800 (ps-mule-plot-string): Autoload doc fix.
2801
2802 * ps-bdf.el: XEmacs compatibility. Doc fix.
2803 (installation-directory, coding-system-for-read): Declare vars if
2804 it's not declared yet.
2805 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2806
2807 * ps-mule.el: XEmacs compatibility. Doc fix.
2808 (leading-code-private-22): Declare var if it's not declared yet.
2809 (charset-bytes, charset-dimension, charset-id, charset-width)
2810 (find-charset-region, split-char, char-width, chars-in-region)
2811 (forward-point, decompose-composite-char, encode-coding-string)
2812 (coding-system-p, ccl-execute-on-string, define-ccl-program):
2813 Define funs if not defined yet.
2814 (encode-composition-rule, find-composition): Define funs if not
2815 loaded yet.
2816 (ps-mule-prologue): PostScript code fix.
2817
28182001-04-02 Kenichi Handa <handa@etl.go.jp>
2819
2820 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
2821 non-nil, generate font for the header strings.
2822 (ps-mule-prepare-font): Likewise.
2823 (ps-mule-generate-glyphs): Likewise.
2824 (ps-mule-string-encoding): Likewise.
2825 (ps-mule-header-charsets): New variable.
2826 (ps-mule-encode-header-string): New function.
2827 (ps-mule-header-string-charsets): New function.
2828 (ps-mule-begin-job): Check charsets in the header strings. If there
2829 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2830
2831 * ps-print.el (ps-generate-header-line): Encode the header string by
2832 ps-mule-encode-header-string.
2833 (ps-mule-encode-header-string): Declare autoload.
2834
c0eb3c10
GM
28352001-04-02 Gerd Moellmann <gerd@gnu.org>
2836
24d451c5
SM
2837 * frame.el (cursor-in-non-selected-windows):
2838 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 2839
a3d0b0e0
KH
28402001-03-31 Kenichi Handa <handa@etl.go.jp>
2841
2842 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2843 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 2844 (quail-misc-package-ext-info): New variable.
a3d0b0e0 2845 (tsang-quick-converter): New function.
24d451c5
SM
2846 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2847 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
2848 (miscdic-convert, batch-miscdic-convert): New functions.
2849
55f7832c
KH
28502001-03-30 Kenichi Handa <handa@etl.go.jp>
2851
a2217cd8
KH
2852 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2853 eight-bit-control chars.
2854
55f7832c 2855 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 2856 Reduce making temporary vector (suggested by Dave Love).
55f7832c 2857
911a2406
EZ
28582001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2859
2860 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2861 string as well.
2862
1a518f2c
AS
28632001-03-30 Andreas Schwab <schwab@suse.de>
2864
2865 * files.el (backup-directory-alist): Fix typo.
2866
ef080b16
EZ
28672001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2868
2869 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
2870 <eggert@twinsun.com>.
2871
e4174a55
DL
28722001-03-30 Dave Love <fx@gnu.org>
2873
2874 * progmodes/fortran.el (fortran-comment-region): Fix typo.
2875
9d5d1075
EZ
28762001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2877
2878 * simple.el (transient-mark-mode): Mention C-g in the doc string.
2879
a27b451e
MB
28802001-03-30 Miles Bader <miles@gnu.org>
2881
2882 * subr.el (interactive-form): Fix paren typo.
2883
aea51abe
EZ
28842001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
2885
2886 * emacs-lisp/profile.el: Say that it's obsolete in the header
2887 line, so that finder.el puts that into its data-base.
2888 Suggested by Alex Schroeder <alex@gnu.org>.
2889
249dd409
EZ
28902001-03-29 Paul Eggert <eggert@twinsun.com>
2891
2892 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2893 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
2894
1ac1fa96
SM
28952001-03-29 Stefan Monnier <monnier@cs.yale.edu>
2896
2897 * generic.el (generic-mode-set-comments): Use "" rather than nil
2898 for comment-end.
2899
e2b8a830
GM
29002001-03-29 Gerd Moellmann <gerd@gnu.org>
2901
1ac1fa96
SM
2902 * emacs-lisp/advice.el (ad-make-advised-definition):
2903 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
2904
2905 * subr.el (interactive-form): New function.
2906
8b2375e7
AS
29072001-03-29 Andre Spiegel <spiegel@gnu.org>
2908
2909 * vc-sccs.el (vc-sccs-register): Use relative file names.
2910
f827b862
GM
29112001-03-28 Gerd Moellmann <gerd@gnu.org>
2912
e59d0e9d
GM
2913 * bookmark.el (bookmark-get-bookmark): Handle case that
2914 BOOKMARK is not a string.
2915
deb2613a
GM
2916 * image.el (image-type-regexps): Change type for PS files
2917 to `postscript'.
2918
f827b862
GM
2919 * subr.el (read-passwd): Clear command history after each
2920 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
2921
3c9449d0
KH
29222001-03-27 Kenichi Handa <handa@etl.go.jp>
2923
2924 * international/kkc.el (kkc-save-init-file): Locally bind
2925 print-length to nil.
2926
e6b13c74
GM
29272001-03-26 Gerd Moellmann <gerd@gnu.org>
2928
e120bebf
GM
2929 * textmodes/flyspell.el: Some doc fixes.
2930 (flyspell-maybe-correct-transposition)
2931 (flyspell-maybe-correct-doubling): Use a temporary buffer
2932
2933 * textmodes/ispell.el (ispell-parse-output): Doc fix.
2934
5f6c5771 2935 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
2936 (byte-optimize-form-code-walker): Diagnose too few arguments
2937 for `if' and `while'.
2938
2b984c45
KH
29392001-03-26 Kenichi Handa <handa@etl.go.jp>
2940
2941 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2942 Prepend `\' to "\<quail-translation-docstring>".
2943
bf2150fa
GM
29442001-03-26 Gerd Moellmann <gerd@gnu.org>
2945
5f6c5771
SM
2946 * autorevert.el (global-auto-revert-non-file-buffers):
2947 Remove duplicate defcustom.
bf2150fa 2948
a0d59316
MB
29492001-03-26 Miles Bader <miles@gnu.org>
2950
5f6c5771
SM
2951 * international/latin1-disp.el (latin1-char-displayable-p):
2952 Add leading "-" for X font pattern.
a0d59316 2953
9edbff6c
KH
29542001-03-26 Kenichi Handa <handa@etl.go.jp>
2955
5f6c5771
SM
2956 * international/mule-diag.el (describe-coding-system):
2957 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
2958 charsets they can encode.
2959
50b57199
EZ
29602001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
2961
2962 * help.el (view-lossage): Mention open-dribble-file in the doc
2963 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2964
5b83f9c0
SM
29652001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2966
2967 * skeleton.el (skeleton-internal-list): Fix bogus logic.
2968 (skeleton-pair-insert-maybe): Don't pair after a backslash.
2969
e0ecbf5c
KH
29702001-03-23 Kenichi Handa <handa@etl.go.jp>
2971
5b83f9c0
SM
2972 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2973 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
2974 multibyte sequence can work correctly.
2975 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
2976 property of the coding system.
2977
1cc218de
SM
29782001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2979
2980 * textmodes/fill.el (fill-individual-paragraphs-prefix):
2981 Fix transcription typo.
2982
a3db02ad
RV
29832001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
2984
2985 * whitespace.el: Add buffer local variables to toggle testing of
2986 whitespaces in buffers without affecting the default values.
a3db02ad 2987 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
2988 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
2989 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
2990 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 2991
83c9cb8e
SM
29922001-03-21 Stefan Monnier <monnier@cs.yale.edu>
2993
2994 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
2995
180d5509
GM
29962001-03-21 Gerd Moellmann <gerd@gnu.org>
2997
eeb5b5c1
GM
2998 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
2999 bs-cycle-configuration-name. From Juanma Barranquero
3000 <lektu@uol.com.br>.
3001
170a9e70
GM
3002 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
3003 and cc-vars.el.
3004
180d5509
GM
3005 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
3006 headers. Always invoke sendmail with option -t.
3007
130c507e
GM
30082000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3009
3010 * Release of cc-mode 5.28.
3011
30122000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3013
3014 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
3015 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 3016 It's instead taken care of by the default value for c-default-style.
130c507e 3017
130c507e
GM
30182000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3019
3020 * cc-align.el (c-lineup-math): Fix bug where lineup was
3021 triggered by equal signs in string literals.
3022
30232000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3024
3025 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
3026 limit detection when at the ends of the buffer.
3027
3028 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
3029 "for" statement clause in case 7F; a better one is done
3030 earlier in case 7D anyway.
3031
30322000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3033
3034 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
3035 somewhat more and did a small optimization.
3036
30372000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3038
3039 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
3040 Use the limit argument only to limit the syntactic context
3041 search, not to limit the actual movement.
3042
3043 * cc-cmds.el (c-beginning-of-statement): Move by sentence
3044 inside multiline strings, just like in comments. Also various
3045 fixes to the paragraph and comment prefix recognition, block
3046 comment ender handling etc.
3047
30482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3049
3050 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
3051 the relative position of the point.
3052
3053 * cc-cmds.el (c-electric-continued-statement): New function to
3054 use as abbrev hook to reindent for keywords such as "else"
3055 that continues an earlier statement.
3056
3057 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
3058 like classes.
3059
3060 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
3061 (pike-mode): Populate the default abbrev tables to reindent for
3062 keywords such as "else" that can continue earlier statements.
3063 Abbrev mode is therefore turned on by default now. (Note that
3064 this doesn't apply to idl-mode, since IDL afaik doesn't have
3065 statements at all.)
3066
30672000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3068
3069 * cc-engine.el (c-inside-bracelist-p): Fix for handling
3070 bracelists where the declaration contains template arguments.
3071
30722000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3073
83c9cb8e
SM
3074 * cc-cmds.el (c-comment-indent):
3075 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
3076 syntactic indentation. Fixes bug with lineup functions that
3077 return vectors.
3078
3079 * cc-engine.el (c-get-syntactic-indentation): Split the
3080 indentation sum calculation from `c-indent-line' to a separate
3081 function.
3082
30832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3084
3085 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
3086 Fixed places where it was assumed that preprocessor directives
3087 have to start in column zero.
3088
3089 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
3090 template arguments after a class identifier properly.
3091
3092 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
3093 lists for `new Foo[]' constructs in Java as expressions and
3094 not top level definition brace lists on the top level, so that
3095 they'll get indented consistently with the same type of
3096 expression in a normal block.
3097
30982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3099
3100 * cc-cmds.el (c-fill-paragraph): The kludge that checks
3101 whether the adaptive filling package fails to keep the comment
3102 prefix is now kludged further to check for filladapt-mode
3103 which doesn't have that problem. This is really icky, but it's
3104 the only way that works with the current misfeatures/bugs in
3105 both adaptive-fill-mode and filladapt-mode.
3106
3107 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
3108 around point is recognized more robust.
3109
31102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3111
3112 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
3113 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
3114 (c-lit-type): Fixed all internal variables used dynamically so
3115 that they are always bound.
3116
3117 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
3118 errors:
3119
3120 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
3121 the region is fully reindented even when an error occurs.
3122 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
3123 whole lot of code that tried to optimize indentation of whole
3124 sexps but in reality accomplishes nothing.
3125
3126 (c-indent-sexp): Use c-indent-region.
3127
3128 (c-parsing-error): Changed this variable to hold the message
3129 for any syntactic error that is discovered.
3130
3131 (c-parse-state): Search backward from point instead of the bod
3132 position when the latter is invalid. This makes CC Mode
3133 recover faster when there are unbalanced close braces.
3134
3135 (c-backward-to-start-of-if): Use c-parsing-error to report
3136 dangling "else" clauses instead of throwing an error, and fall
3137 back to a reasonable position.
3138
83c9cb8e 3139 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 3140
83c9cb8e 3141 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
3142
31432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3144
3145 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
3146 paragraph recognition when moving by sentence in literals.
3147
83c9cb8e
SM
3148 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
3149 start regexp for javadoc to recognize javadoc markup in general instead
3150 of a specific set of keywords, to be more future-safe.
130c507e
GM
3151
3152 (c-Pike-pikedoc-paragraph-start)
3153 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
3154 pikedoc markup.
3155
83c9cb8e 3156 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 3157
83c9cb8e 3158 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
3159
3160 * cc-vars.el (c-default-style): Made a nicer Customize widget.
3161
3162 (c-comment-prefix-regexp): Made it possible to use an
3163 association list on this to specify mode specific regexps.
3164 The default value now use a special regexp in Pike mode to
3165 recognize pikedoc markup.
3166
3167 (c-current-comment-prefix): New variable containing the actual
3168 regexp from c-comment-prefix-regexp for the current buffer.
3169
31702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3171
3172 * cc-cmds.el (c-electric-brace): Fixed check for special brace
3173 lists: We can't look at the syntax, since a brace list can get
3174 recognized as a plain statement-cont.
3175
3176 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
3177 special brace list opener broken over two lines got recognized
3178 as a statement on the second line. Case 9A changed.
3179
31802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3181
3182 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
3183 adjustment after line is reindented.
3184
31852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3186
3187 * cc-defs.el (c-point): Added optional argument for position
3188 to use instead of the current point.
3189
3190 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
3191 the in-expression block symbols when the construct starts at
3192 boi, to avoid the extra level of indentation in that case.
3193 Cases 4, 16A and 17E affected.
3194
31952000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3196
3197 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 3198 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
3199
3200 * cc-engine.el (c-indent-line): Use the syntax already bound
3201 to `c-syntactic-context', if there is any.
3202
32032000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3204
3205 * cc-engine.el (c-get-offset): Fixed bug where the indentation
3206 wasn't added up correctly when a lineup function returned nil.
3207
32082000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3209
3210 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 3211 empty lines were ignored when collecting line comments backwards.
130c507e
GM
3212
32132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3214
3215 * cc-align.el (c-lineup-dont-change): Return an absolute
3216 indentation column to work correctly in the case when several
3217 syntactic elements are processed for the same line.
3218
3219 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3220 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3221 (c-set-offset): Added absolute indentation column settings by
3222 using the vector type.
3223
130c507e
GM
32242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3225
3226 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3227 Implemented two new cleanups `space-before-funcall' and
3228 `compact-empty-funcall'.
3229
130c507e
GM
32302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3231
3232 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3233 helping building regexps.
3234
3235 * cc-engine.el (c-on-identifier): New function for detecting
3236 identifiers. It takes keywords into account.
3237
3238 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3239 lists. `c-keywords' is set to a regexp matching all keywords
3240 in the current language.
3241
32422000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3243
3244 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3245 list of characters to skip backwards over at the beginning of
3246 a statement, since it can precede string literals in Pike.
3247
32482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3249
3250 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3251 recognition when standing on the last line in a C++ comment
3252 with nothing but whitespace after the prefix.
3253
3254 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3255 given no limit argument.
3256
32572000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3258
3259 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
3260 recognition for the `[]= operator symbol in Pike.
3261
32622000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3263
3264 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
3265 around a bug in `eval-when-compile' in the byte compiler.
3266
3267 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 3268 value when count is zero and there's no token start within the limit.
130c507e
GM
3269
3270 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
3271 "prefix comments", i.e. comments which are followed by code on
3272 the same line.
3273
3274 * cc-mode-19.el: Fixes so that checks that must be done at
3275 compile time also are done then.
3276
32772000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3278
3279 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
3280 time and at runtime, and only when it's needed.
3281
32822000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3283
3284 Major cleanup for less error prone and more warning free
3285 compilation, including some fixes for bugs due to different
3286 compilation orders. Thanks to Martin Buchholz for providing
3287 the basis for all this.
3288
3289 * cc-bytecomp.el: New file that provides some byte compilation
3290 features: It ensures that files always are loaded from the
3291 current source directory during compilation, and it provides a
3292 set of macros to turn off specific compiler warnings for
3293 specific symbols. (It's not CC Mode specific in any way.)
3294
3295 Fixed a nearly acyclic dependency tree (both runtime and
3296 compile-time) between all files.
3297
3298 * cc-defs.el: Separated all macros before the inline functions,
3299 to ensure correct compilation.
3300
3301 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3302 cc-defs.el to cc-engine.el and made it a function instead.
3303
3304 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3305 about char-after.
3306
3307 * cc-vars.el: Cope even when there isn't a custom package
3308 containing defcustom available.
3309
3310 * cc-make.el: Removed since it's no longer necessary.
3311
3312 README: Updated installation instructions.
3313
33142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3315
3316 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3317 improve the modularity: Moved all mode init stuff from
3318 cc-langs.el to cc-mode.el, including the keymap
3319 initialization; cc-langs now only contains the various
3320 variables for configuring the language syntax.
3321
83c9cb8e
SM
3322 * cc-engine.el, cc-styles.el (c-evaluate-offset)
3323 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 3324 dependency analysis suggests they belong there (which also
83c9cb8e 3325 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
3326
33272000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3328
3329 * cc-cmds.el (c-fn-region-is-active-p): New function that
3330 wraps the corresponding macro, for use in places that aren't
3331 compiled. Thanks to Martin Buchholz for pointing out this.
3332
83c9cb8e 3333 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
3334
3335 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3336 add things to the bug report.
3337
33382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3339
3340 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3341 returned prefix could contain a newline when the search for a
3342 good prefix line failed.
3343
33442000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3345
3346 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3347 (c-toggle-auto-hungry-state): Made the argument optional, as
3348 the documentation says it is.
3349
33502000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3351
3352 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3353 multiline string syntax, #"...", as a cpp macro.
3354
7008ccac
GM
33552001-03-21 Paul Eggert <eggert@twinsun.com>
3356
83c9cb8e
SM
3357 * international/mule-cmds.el (set-locale-environment):
3358 Set system-messages-locale and system-time-locale, but only if the
7008ccac 3359 caller specifies a non-nil locale name.
3c9449d0 3360
c2478129 33612001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
3362
3363 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 3364 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 3365
117e4b0c
GM
33662001-03-20 Gerd Moellmann <gerd@gnu.org>
3367
7194219d
GM
3368 * follow.el (follow-avoid-tail-recenter): Doc fix.
3369
5721ae13
GM
3370 * custom.el (custom-set-variables): Avoid reversing the list
3371 of args needlessly.
3372
7b8bbf72
GM
3373 * startup.el (fancy-splash-head): Don't change the colors of the
3374 XPM image on a dark background.
3375
a91ad7c9
GM
3376 * comint.el (comint-exec-1): Set columns of the terminal to
3377 window-width instead of frame-width.
3378
fa88947e
GM
3379 * info.el (Info-scroll-down): Add missing WINDOW arg for
3380 pos-visible-in-window-p.
3381
1741905c
GM
3382 * ehelp.el (electric-help-mode-hook): Add defcustom.
3383
117e4b0c
GM
3384 * mail/sendmail.el (mail-mode): Activate case-folding in
3385 font-lock-defaults.
3386
e84c695d
SM
33872001-03-19 Stefan Monnier <monnier@cs.yale.edu>
3388
3389 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3390 (completion-ignored-extensions): Remove duplicate ".class".
3391
fc774041
AS
33922001-03-19 Andreas Schwab <schwab@suse.de>
3393
83c9cb8e
SM
3394 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3395 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 3396
c2c097cc
GM
33972001-03-19 Gerd Moellmann <gerd@gnu.org>
3398
3399 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3400 methods since there are not prefix input methods.
3401
fbe2e958
KH
34022001-03-19 Kenichi Handa <handa@etl.go.jp>
3403
83c9cb8e
SM
3404 * international/mule-cmds.el (read-input-method-name):
3405 Locally bind enable-recursive-minibuffers to t.
fbe2e958 3406
da47e491
SM
34072001-03-18 Stefan Monnier <monnier@cs.yale.edu>
3408
3409 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3410
4986c2c6 34112001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 3412
4986c2c6
MK
3413 * ediff-util.el: Copyright years.
3414 (ediff-choose-syntax-table): New function.
3415 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 3416
4986c2c6
MK
3417 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3418 with-syntax-table.
83c9cb8e 3419
4986c2c6 3420 * ediff.el: Date of last update, copyright years.
83c9cb8e 3421
4986c2c6 3422 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 3423
4986c2c6
MK
3424 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3425 of Scott Bronson.
3426 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3427 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3428 Deleted functions.
3429 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3430 ex-token-list.
83c9cb8e 3431
4986c2c6 3432 * viper-util.el: Spaces, indentation.
83c9cb8e 3433
4986c2c6 3434 * viper.el: Changed version, modification time.
83c9cb8e 3435
3c799aec 34362001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
3437
3438 * calendar/timeclock.el (timeclock-workday-remaining):
3439 Check whether `discrep' is non-null before using it.
3c799aec 3440
ae3ce418
JW
34412001-03-16 John Wiegley <johnw@gnu.org>
3442
3443 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3444 first-time checkins.
3445 (timeclock-log-data): Fixed problem with reading timelog log file.
3446 Resulting data in the "day list" was incorrect.
3447 (timeclock-find-discrep): Check if `timeclock-file' is readable
3448 before opening it.
3449 (timeclock-time-less-p): New function.
3450 (timeclock-day-base): New function.
3451 (timeclock-geometric-mean): New function.
3452 (timeclock-generate-report): Generate a summary report based on
3453 the contents of the log file. This uses `timeclock-log-data', and
3454 is an example of writing a timelog manipulation function.
3455 (timeclock-visit-timelog): A quick command for opening the timelog
3456 file.
3457 (timeclock-log-data): Bound the variable event.
3458
c8d4a9bb
KH
34592001-03-16 Kenichi Handa <handa@etl.go.jp>
3460
83c9cb8e
SM
3461 * international/mule-cmds.el (select-safe-coding-system):
3462 Fix typo: symbol-name -> symbol-value.
11d56c64 3463
c8d4a9bb
KH
3464 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3465 before substitute-in-file-name to handle double slashes in FILE
3466 correctly.
3467
c899e7e6
GM
34682001-03-15 Gerd Moellmann <gerd@gnu.org>
3469
3470 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3471 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3472
819dce0f
GM
34732001-03-14 Gerd Moellmann <gerd@gnu.org>
3474
697617d9
GM
3475 * bindings.el (features): Add `md5' and `overlay' to the list.
3476
819dce0f
GM
3477 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3478 bound before using it. It's not bound when configured without X,
3479 for instance.
3480
e0067a9d
TTN
34812001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
3482
3483 * progmodes/hideshow.el: Update copyright.
3484 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 3485 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 3486
afcdc0a1
GM
34872001-03-13 Gerd Moellmann <gerd@gnu.org>
3488
e0067a9d 3489 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
3490 a non-list.
3491
30564c48
EZ
34922001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
3493
3494 * startup.el (fancy-splash-tail, command-line-1): Fix the
3495 copyright year.
3496
2b8e24b3
KH
34972001-03-13 Kenichi Handa <handa@etl.go.jp>
3498
3499 * term.el: These changes are based on a patch sent from Yong Lu
3500 <lyongu@yahoo.com>.
3501 (term-set-escape-char): Bind M-x to execute-extended-command in
3502 term-raw-escape-map.
3503 (term-move-columns): Don't try to move to negagive column.
3504 (term-emulate-terminal): Insert a string before deleting a text to
3505 overwrite.
3506
789b6186
GM
35072001-03-12 Gerd Moellmann <gerd@gnu.org>
3508
b0778a31
GM
3509 * play/life.el (life): Rearrange code so that all calls to
3510 life-display-generation are in a catch-form.
3511
04528cda
GM
3512 * progmodes/etags.el (tags-loop-continue): Don't change point in a
3513 file that isn't interesting. In an interesting file, push the old
3514 value of point on the mark ring.
3515
760cefb5
GM
3516 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3517 New function.
3518 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3519 Use it.
3520
83c9cb8e
SM
3521 * emacs-lisp/autoload.el (generate-file-autoloads):
3522 Remove warning about line lengths.
789b6186 3523
a2ffbafe
FP
35242001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3525
3526 * progmodes/etags.el (tags-compression-info-list): New variable.
3527 (find-tag-in-order): Use it to deal with compressed source files.
3528 (tag-file-name-match-p): New function.
3529 (etags-recognize-tags-table): Use it for better match of file names.
3530
5c9d9d92
KH
35312001-03-12 Kenichi Handa <handa@etl.go.jp>
3532
ba3e9b9b
KH
3533 * international/mule-cmds.el (register-input-method): Doc fix.
3534
5c9d9d92
KH
3535 * international/quail.el (quail-translate-key): Fix condition to
3536 check if there's another breaking point in the current key.
3537
40beecee
EZ
35382001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
3539
3540 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3541 Babyl header to the newly-created output file, bind
3542 coding-system-for-write to either rmail-file-coding-system or
3543 emacs-mule-unix.
3544
75c6cb7f
SM
35452001-03-11 Stefan Monnier <monnier@cs.yale.edu>
3546
3547 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3548 Fix the name and regexp used for subsubsections.
3549
5ec17636
DL
35502001-03-10 Dave Love <fx@gnu.org>
3551
3552 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3553 and save-buffer if buffer-file-name non-nil. From rms.
3554
6d2e2c02
AS
35552001-03-10 Andre Spiegel <spiegel@gnu.org>
3556
3557 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 3558 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
3559 to reflect that.
3560 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 3561 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
3562 variable bindings that might affect the diff command.
3563 (vc-print-log): Don't switch to the *vc* buffer before the
3564 command, so that local variable bindings are preserved.
3565
789b6186 3566 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
3567 not the current buffer.
3568 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3569
789b6186 3570 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 3571 make output go to buffer *vc*, not the current buffer.
a2ffbafe 3572
b18f5523
SM
35732001-03-09 Stefan Monnier <monnier@cs.yale.edu>
3574
3575 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3576 so ^, $, *, ? and + are interpreted correctly.
3577
3cfd8357
GM
35782001-03-09 Gerd Moellmann <gerd@gnu.org>
3579
c085b77c 3580 * help.el (string-key-binding): Renamed from
f9db8f19
SM
3581 mode-line-key-binding. Handle any event on a string.
3582 Check for `keymap' properties as well as `local-map' properties.
c085b77c 3583
3cfd8357
GM
3584 * comint.el (comint-insert-clicked-input): Use the last key
3585 from this-command-keys to lookup the global key definition.
3586
348f797a
KH
35872001-03-09 Kenichi Handa <handa@etl.go.jp>
3588
3ebf3717
KH
3589 * international/characters.el: Add category `j' for
3590 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
3591
348f797a
KH
3592 * international/mule-conf.el (no-conversion): Fix docstring.
3593 (raw-text): Fix docstring.
3594
e1fbabaf
GM
35952001-03-08 Gerd Moellmann <gerd@gnu.org>
3596
96e8e603
GM
3597 * simple.el (choose-completion-string): When not leaving the
3598 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3599 is set.
3600
e1fbabaf
GM
3601 * window.el (shrink-window-if-larger-than-buffer): Handle frame
3602 parameter `(minibuffer . t)'.
3603
f9db8f19
SM
36042001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3605
3606 * progmodes/sh-script.el (sh-st-symbol): New symbol.
3607 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3608 (sh-mode): Remove `make-local-variable' for unused var
3609 `font-lock-unfontify-region-function'.
3610
02756877
RS
36112001-03-07 Richard M. Stallman <rms@gnu.org>
3612
132bf46d
RS
3613 * info.el (Info-scroll-down): Fix previous change.
3614
02756877
RS
3615 * mail/rmail.el (rmail-toggle-header): Use a window which
3616 is showing the Rmail buffer, rather than the selected window.
3617
eeb24429
DL
36182001-03-07 Dave Love <fx@gnu.org>
3619
3620 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3621 now, to avoid problems with binding imenu directly to a mouse event.
3622
3bdf2660
GM
36232001-03-07 Gerd Moellmann <gerd@gnu.org>
3624
3625 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3626 second arg t.
3627
36282001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
3629
3630 * log-edit.el (log-edit-common-indent): New var.
3631 (log-edit-set-common-indentation): Renamed from
3632 log-edit-delete-common-indentation. Use the new var.
3633 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3634
3635 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3636 (cvs-mode-add-change-log-entry-other-window):
3637 Don't presume change-log-default-name is defined.
3638
3639 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3640
3641 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3642 the "tree" operation as well.
3643
3644 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3645
3646 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3647 to match paragraph-start.
3648
3649 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3650 comment-start-skip and set comment-end-skip as well.
3651 (sgml-comment-indent): Fix for new value of comment-start-skip.
3652 (html-autoview-mode): Don't bother using make-local-hook.
3653
2ad02767
GM
36542001-03-07 Gerd Moellmann <gerd@gnu.org>
3655
189638d5 3656 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 3657 variables, otherwise long Custom entries would make them ineffective.
189638d5 3658
2ad02767
GM
3659 * uniquify.el: Set maintainer to FSF.
3660
656f8cae
EZ
36612001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
3662
3663 * dired-aux.el (dired-do-shell-command): Doc fix.
3664
c83965c4
SM
36652001-03-06 Stefan Monnier <monnier@cs.yale.edu>
3666
04af43bc
SM
3667 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3668
3669 * which-func.el (which-func-modes): Add cperl-mode.
3670 (which-func-mode-global): Use define-minor-mode.
3671
3672 * info-look.el: Docstring fixes and dead code eliminated.
3673 (cperl-mode): Add support.
3674 (emacs-lisp-mode): List all entries from elisp manual, whether
3675 or not they are currently (f)bound or not. Update regexp.
3676
3677 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3678
c83965c4
SM
3679 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3680 so that C-h m shows the correct information.
3681 Use make-local-variable rather than make-variable-buffer-local.
3682 (cperl-info-buffer, cperl-setup-tmp-buf):
3683 Use make-local-variable rather than make-variable-buffer-local.
3684 (cperl-msb-fix, cperl-get-help-defer):
3685 Check major-mode for `cperl-mode' as well.
3686
3687 * progmodes/cperl-mode.el: Updated to author version 4.23.
3688 (cperl-electric-pod): SYNOPSIS was misspelled.
3689 (cperl-find-pods-heres): @if ? a : b was considered a REx.
3690 (cperl-after-expr-p): Make true after __END__.
3691
f16a7aa5
GM
36922001-03-06 Gerd Moellmann <gerd@gnu.org>
3693
157ae273 3694 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 3695 bookmark-completion-ignore-case is t.
157ae273 3696
f16a7aa5
GM
3697 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3698 switch, like xterm, and concat resource strings, with a newline
3699 between them.
3700
abaddb98
EZ
37012001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
3702
a2ffbafe 3703 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
3704 (cp773-decode-table, cp774-decode-table): New variables.
3705
abaddb98
EZ
3706 * man.el (Man-hyphenated-reference-regexp): New variable.
3707 (Man-build-references-alist): Use it to search for referenced
3708 manpages. If hyphenated is non-nil, record a concatenated word in
3709 Man-refpages-alist only if it matches Man-reference-regexp.
3710 Update word's length when it is concatenated. Reverse the list,
3711 to get the first manpage at the head.
3712 (Man-possibly-hyphenated-word): New function.
3713 (Man-follow-manual-reference): Use it instead of current-word to
3714 find a manpage at point, in a way that accounts for hyphenated
3715 references.
3716
eb3f61dd
GM
37172001-03-06 Alex Schroeder <alex@gnu.org>
3718
3719 * sql.el (sql-interbase): New function.
3720 (sql-interbase-program): New option.
3721 (sql-interbase-options): New option.
3722 And some typos fixed: "customise" to "customize".
3723
fa84f42a
DL
37242001-03-06 Dave Love <fx@gnu.org>
3725
83c9cb8e
SM
3726 * textmodes/flyspell.el (flyspell-region):
3727 Set up flyspell-local-mouse-map.
fa84f42a 3728
fda3411d
RS
37292001-03-05 Richard M. Stallman <rms@gnu.org>
3730
a2ffbafe 3731 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
3732 Don't call rmail-beginning-of-message.
3733 Don't discard From: field. Do discard Received: field.
3734 Use unwind-protect to re-prune.
3735 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 3736
e972ab1f
KH
37372001-03-06 Kenichi Handa <handa@etl.go.jp>
3738
3739 * international/quail.el (quail-title): Add autoload cookie.
3740
335db3c1
DL
37412001-03-05 Dave Love <fx@gnu.org>
3742
3743 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3744 new defs.
3745
278dd6ac
KH
37462001-03-05 Kenichi Handa <handa@etl.go.jp>
3747
83c9cb8e
SM
3748 * language/ethio-util.el (ethio-toggle-space):
3749 Update current-input-method-title if necessary.
36d5e61d
KH
3750 (ethio-toggle-punctuation): Likewise.
3751
341cd4f0
KH
3752 * international/quail.el (quail-title): Fix for the case that a
3753 title of an input method is specified by a list of the same form
3754 as used in mode-line-format.
3755
83c9cb8e
SM
3756 * international/mule-cmds.el (activate-input-method):
3757 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
3758 respect that value.
3759
10ebaeb6
GM
37602001-03-05 Gerd Moellmann <gerd@gnu.org>
3761
3762 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3763
7a65c85c
GM
37642001-03-05 Alex Schroeder <alex@gnu.org>
3765
3766 * sql.el (sql-sybase): Fix typo (was: query user about server two
3767 times instead of server and database).
3768
3769 * sql.el (sql-sybase): Doc change.
3770 (sql-mysql): Doc change.
3771 (sql-postgres): Doc change.
3772
b86644f2
KH
37732001-03-05 Kenichi Handa <handa@etl.go.jp>
3774
83c9cb8e
SM
3775 * international/mule-conf.el (emacs-mule, raw-text):
3776 Docstring modified.
b86644f2 3777
e30bd7b7
EZ
37782001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
3779
3780 * term/internal.el: Update copyright notice.
3781
3782 * term/pc-win.el: Update copyright notice.
3783
7e365285
DL
37842001-03-02 Dave Love <fx@gnu.org>
3785
83c9cb8e
SM
3786 * files.el (insert-file-contents-literally):
3787 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3788 not jka-compr-compression-info-list.
7e365285 3789
75ed43a6
SM
37902001-03-02 Stefan Monnier <monnier@cs.yale.edu>
3791
3792 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3793 spaces in default comment-start-skip settings rather than \s-.
3794
53c4b1e6
EZ
37952001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
3796
3797 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3798 default-frame-alist as well.
3799
028d739a
DL
38002001-03-01 Dave Love <fx@gnu.org>
3801
3802 * textmodes/reftex.el (defvar): Wrap some defvars in
3803 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
3804
3805 * subr.el (event-basic-type): Doc fix.
3806
3807 * international/quail.el: Doc fixes.
3808
3809 * international/utf-8.el: Doc fixes.
3810
3811 * international/mule-cmds.el: Doc fixes.
3812 (leim-list-header): Fix header text.
3813
3814 * international/mule.el (coding-system-category): Doc fix.
3815
3816 * international/ccl.el (ccl-compile): Doc fix.
3817
15d1caef
SM
38182001-03-01 Stefan Monnier <monnier@cs.yale.edu>
3819
3820 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3821 rather than (before|after)-change-functions.
3822
f84ff02c
GM
38232001-03-01 Gerd Moellmann <gerd@gnu.org>
3824
3825 * ediff-util.el (ediff-scroll-horizontally): Arrange for
3826 scroll-left and scroll-right being called interactively so that
3827 they set the window's min_hscroll.
3828
e0c1e774
EZ
38292001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
3830
3831 * info.el (info-insert-file-contents-1): Accept an additional
3832 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
3833 `suffix'; otherwise use the complicated MS-DOS code.
3834 All callers changed.
e0c1e774
EZ
3835 (info-insert-file-contents, Info-find-node): If the MS-DOS port
3836 can access long file names, try the long file-name version of
3837 `info-insert-file-contents-1', then the short file-name version.
3838
b8b2ea31 38392001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 3840
af122766
KH
3841 * language/ethio-util.el (setup-ethiopic-environment-internal):
3842 Change bindings of functions keys to conform to "Emacs Lisp Coding
3843 Convention".
3844
3845 * language/ethiopic.el ("Ethiopic"): Add documentation.
3846
b8b2ea31
KH
38472001-02-28 Kenichi Handa <handa@etl.go.jp>
3848
1d64e2ad
KH
3849 * international/utf-8.el (mule-utf-8): Set coding-category
3850 property to coding-category-utf-8.
3851
91cb6e51
RS
38522001-02-27 Richard M. Stallman <rms@gnu.org>
3853
3854 * lpr.el (lpr-page-header-switches, print-region-1):
3855 Undo 2000-07-06 change.
7298f3f7
RS
3856 (lpr-add-switches): Default to t on gnu/linux.
3857
c0cb1027
GM
38582001-02-27 Gerd Moellmann <gerd@gnu.org>
3859
3860 * bs.el (bs-attributes-list): Doc fix.
3861
01459648
GM
38622001-02-26 Gerd Moellmann <gerd@gnu.org>
3863
baebd8a5 3864 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 3865
01459648
GM
3866 * help.el (view-order-manuals): Use goto-address.
3867
3868 * startup.el (command-line-1): Add info about ordering manuals
3869 to the not so fancy splash screens.
3870
f93e614e
AS
38712001-02-26 Andre Spiegel <spiegel@gnu.org>
3872
01459648
GM
3873 * vc.el (vc-default-workfile-unchanged-p)
3874 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 3875
12435002
GM
38762001-02-26 Gerd Moellmann <gerd@gnu.org>
3877
a2ffbafe 3878 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
3879 fontify in the right buffer.
3880
12435002
GM
3881 * allout.el (outline-flag-region): Move macro in front of first
3882 use to avoid a run-time error.
3883
425de386
AI
38842001-02-24 Andrew Innes <andrewi@gnu.org>
3885
3886 * makefile.w32-in: Fix copyright notice.
3887
66c56ed1
KH
38882001-02-24 Kenichi Handa <handa@etl.go.jp>
3889
4c1593ce
KH
3890 * international/utf-8.el (mule-utf-8): Set correct value for
3891 valid-codes property.
3892
66c56ed1
KH
3893 * international/fontset.el (x-complement-fontset-spec): In the
3894 case that we use ASCII font for the other charsets, use only
15d1caef 3895 family and registry part of it.
66c56ed1 3896
119171dd
EZ
38972001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3898
3899 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3900 (shrink-window-if-larger-than-buffer): Doc fix.
3901
932c309e
SM
39022001-02-23 Stefan Monnier <monnier@cs.yale.edu>
3903
3904 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3905 predicate passed to completing-read.
3906
9b760e36
EZ
39072001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3908
3909 * startup.el (command-line): Fix last change.
3910
5c39a60f
JR
39112001-02-23 Jason Rumney <jasonr@gnu.org>
3912
3913 * startup.el (tool-bar-originally-present): New variable.
3914 (command-line): Set it if the tool-bar is switched on at startup.
3915
3916 * frame.el (frame-notice-user-settings): Only adjust frame height
3917 for no tool-bar case if tool-bar was originally switched on.
796ead7e 3918 From E. Jay Berkenbilt.
5c39a60f 3919
cb91b2c7
SM
39202001-02-22 Stefan Monnier <monnier@cs.yale.edu>
3921
39b557e8
SM
3922 * server.el (server-switch-buffer): Only switch window if the
3923 current one is dedicated.
3924
cb91b2c7
SM
3925 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
3926 rather than using (match-beginning 0) when searching for break point.
3927
9238a8df
EZ
39282001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
3929
3930 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
3931 @ follows an accent command such as @'. Support optional braces
3932 in commands that insert accents, like makeinfo does.
3933
3473f362
GM
39342001-02-22 Gerd Moellmann <gerd@gnu.org>
3935
3936 * startup.el (fancy-splash-text): Add a line for ordering
3937 manuals. Reverse order of splash screens shown.
3938 (use-fancy-splash-screens-p): Adapt to the text line added.
3939
3940 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
3941 manuals from the FSF.
3942
3943 * help.el (view-order-manuals): New function.
3944 (toplevel): Bind C-h C-m to this function.
3945
76a4de07
SM
39462001-02-21 Stefan Monnier <monnier@cs.yale.edu>
3947
3948 * newcomment.el (comment-forward): Skip the comment-start before
3949 searching for the comment-end.
3950
75b71d85
DL
39512001-02-21 Dave Love <fx@gnu.org>
3952
2f4c9a87
DL
3953 * custom.el (custom-initialize-changed, defcustom): Doc fix.
3954
75b71d85
DL
3955 * international/mule-cmds.el, international/mule.el: Doc fixes.
3956
ffc9ff0c
GM
39572001-02-21 Gerd Moellmann <gerd@gnu.org>
3958
3959 * startup.el (fancy-splash-screens): Use display-hourglass
3960 instead of display-busy-cursor.
3961
3962 * frame.el (display-hourglass): Renamed from busy-cursor.
3963 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
3964 (show-cursor-in-non-selected-windows): Doc fix.
3965
f34eb373
DL
39662001-02-20 Dave Love <fx@gnu.org>
3967
3968 * international/utf-8.el: Doc and commentary fixes.
3969
f55e4a7e
EZ
39702001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
3971
3972 * ehelp.el (with-electric-help): Doc fix.
3973
fa97adf6
GM
39742001-02-20 Gerd Moellmann <gerd@gnu.org>
3975
3976 * msb.el (msb-mode): Call the update-buffers function explicitly
3977 with a FORCE argument.
3978
3979 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
3980 FORCE. If set, update the menu even if frame-or-buffer-changed-p
3981 returns nil.
3982
54ed3bd2
GM
39832001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3984
3985 * ps-print.el: Timestamp package replacement. Some enhancements.
3986 Some XEmacs compatibility. Doc fix.
3987 (ps-print-version): New version number (6.4).
3988 (ps-printer-name): Initialization fix.
3989 (ps-zebra-stripe-follow): Funcionality enhancement.
3990 (ps-prologue-file): Code enhancement.
3991 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
3992 (ps-setup, ps-face-bold-p, ps-face-italic-p)
3993 (ps-get-page-dimensions)
54ed3bd2
GM
3994 (ps-generate-header, ps-begin-file, ps-begin-job)
3995 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
3996 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
3997 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
3998 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 3999
e8ebf97d
MB
40002001-02-20 Miles Bader <miles@gnu.org>
4001
4002 * image-file.el (image-file-name-extensions): Add "tif".
4003
136b27c5
GM
40042001-02-19 Gerd Moellmann <gerd@gnu.org>
4005
4006 * wid-edit.el (widget-button-click): Save the selected window
4007 around the code handling clicks on buttons.
4008
6ebbcf59
DL
40092001-02-18 Dave Love <fx@gnu.org>
4010
4011 * imenu.el (imenu--generic-function): Use mapc to iterate over
4012 syntax characters.
4013
595ded73
RS
40142001-02-17 Richard M. Stallman <rms@gnu.org>
4015
b9fe3dc8
RS
4016 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
4017
595ded73
RS
4018 * uniquify.el (uniquify-buffer-name-style): Doc fix.
4019
f3f053f3
GM
40202001-02-16 Gerd Moellmann <gerd@gnu.org>
4021
4022 * mouse.el (mouse-save-then-kill): If the distance from the new
4023 point to the mark is equal to the distance of point from the new
4024 point, move point instead of the mark.
4025
11570a8f
DL
40262001-02-16 Dave Love <fx@gnu.org>
4027
4028 * textmodes/flyspell.el (flyspell-get-word): Return string without
4029 properties.
4030
fb339cd5
EZ
40312001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4032
4033 * generic.el (generic-find-file-regexp): Doc fix.
4034 (generic-ignore-files-regexp): New defcustom.
4035 (generic-mode-find-file-hook): If the file's name matches the
4036 regexp in `generic-ignore-files-regexp', don't enter
4037 default-generic-mode. Doc fix.
4038
c56b1c1b
GM
40392001-02-16 Gerd Moellmann <gerd@gnu.org>
4040
a2ffbafe 4041 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
4042 Add autoload cookies.
4043
a2ffbafe 4044 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
4045 of cal-tex-24.
4046
0d140e65
EZ
40472001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4048
81558867
EZ
4049 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
4050
0d140e65
EZ
4051 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
4052 the character class after the (optional) drive, to support file
4053 names with embedded blanks.
4054
713f7b15
SS
40552001-02-15 Sam Steingold <sds@gnu.org>
4056
4057 * textmodes/tex-mode.el (tex-shell-running):
4058 Check the process buffer too.
4059
9a2a6f73
DL
40602001-02-15 Dave Love <fx@gnu.org>
4061
4062 * battery.el (battery-status-function): Fix doc, :type.
4063
15d1caef 4064 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 4065
fe10cef0
GM
40662001-02-15 Gerd Moellmann <gerd@gnu.org>
4067
4068 * subr.el (read-passwd): Clear Lisp memory holding password.
4069
126f5d4d
MB
40702001-02-15 Miles Bader <miles@gnu.org>
4071
4072 * info.el (Info-copy-current-node-name): New function.
4073 (Info-mode-menu): Add it to the menu.
4074
92e98d63
RS
40752001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
4076
4077 * international/mule-cmds.el (toggle-input-method): Doc fix.
4078
dd4e0e55
SM
40792001-02-13 Stefan Monnier <monnier@cs.yale.edu>
4080
4081 * replace.el (occur): Stop at end of buffer.
4082
402dbbd1
EZ
40832001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
4084
4085 * international/mule-cmds.el (set-input-method): Another doc fix.
4086
e9fcba3d
GM
40872001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
4088
4089 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
4090
78ad1cd5
MB
40912001-02-13 Miles Bader <miles@gnu.org>
4092
713f7b15 4093 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
4094 (set-face-stipple): Treat a value of nil as being `unspecified'.
4095
fce9d9dc
DL
40962001-02-12 Dave Love <d.love@dl.ac.uk>
4097
4098 * international/latin1-disp.el: Doc fixes.
4099 (latin1-display) <defgroup>: Add :link.
4100 (latin1-display) <function>: Set variable latin1-display.
4101
bc406911
EZ
41022001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
4103
4104 * international/mule-cmds.el (set-input-method): Doc fix.
4105
68514d48
EL
41062001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
4107
4108 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
4109 (speedbar-line-file): Return nil if not a file.
4110 (speedbar-buffers-line-path): Return file for tags, and dir for files.
4111
513bea45 41122001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 4113
513bea45
MK
4114 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
4115 for remote files.
bc406911 4116 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 4117 with raw-text.
713f7b15 4118
513bea45 4119 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 4120
83c9cb8e
SM
4121 * ediff-util.el (ediff-compute-custom-diffs-maybe):
4122 Better handling of the diff mode.
713f7b15 4123
513bea45 4124 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 4125
bc406911 4126 * viper.texi: Fix typos.
713f7b15 4127
521d4010
DL
41282001-02-11 Dave Love <fx@gnu.org>
4129
36fd8e17
DL
4130 * shadowfile.el: Doc fixes.
4131 (shadow) <defgroup>: Add :link.
4132 (shadowfile-unload-hook): New function.
4133 (shadow-initialize): Use defalias, not fset.
4134 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 4135 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 4136
521d4010
DL
4137 * international/mule.el: Doc and message fixes.
4138
36fd8e17
DL
4139 * international/ccl.el (define-ccl-program): Doc fix.
4140
92395bbe
KH
41412001-02-11 Kenichi Handa <handa@etl.go.jp>
4142
4143 * faces.el (mode-line): Set :line-width property to -1.
4144
103db06c
RS
41452001-02-10 Richard M. Stallman <rms@gnu.org>
4146
08b78974
RS
4147 * complete.el (partial-completion-mode): Doc fix.
4148
103db06c
RS
4149 * simple.el (delete-key-deletes-forward-mode):
4150 Change `let' to `let*' to fix gross bug in last change.
4151
4152 * repeat.el (repeat): Don't let execute-kbd-macro alter
4153 real-last-command.
4154
a6a1ee53
EZ
41552001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
4156
4157 * simple.el (eval-expression): Doc fix.
4158
d2f288c6
DL
41592001-02-09 Dave Love <fx@gnu.org>
4160
038f4ae3
DL
4161 * imenu.el (imenu-generic-expression): Doc fix.
4162
83c9cb8e
SM
4163 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
4164 From Juanma Barranquero.
038f4ae3 4165
15d1caef 4166 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 4167
9804b846
KH
41682001-02-09 Kenichi Handa <handa@etl.go.jp>
4169
4170 * faces.el (set-face-attribute): Describe the case of a negative
4171 value specified for :line-width.
4172
532f5197
SM
41732001-02-08 Stefan Monnier <monnier@cs.yale.edu>
4174
4175 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 4176 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 4177
1d279666
DL
41782001-02-08 Dave Love <fx@gnu.org>
4179
4681ca3a
DL
4180 * wid-edit.el (widget-plist-convert-widget): Replace binding of
4181 widget-plist-value-type.
4182 (widget-alist-convert-widget): Replace binding of
4183 widget-alist-value-type.
4184
1d279666
DL
4185 * textmodes/paragraphs.el (sentence-end): Doc fix.
4186
83c9cb8e
SM
4187 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
4188 Remove `backward-line'.
1d279666 4189
532f5197
SM
4190 * play/pong.el (pong-blank-color, pong-bat-color)
4191 (pong-ball-color, pong-border-color, pong-left-key)
4192 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
4193 (pong-pause-key, pong-resume-key, pong-timer-delay):
4194 * mail/mh-comp.el (mh-compose-letter-function):
4195 * eshell/esh-mode.el (eshell-skip-prompt-function):
4196 * emulation/viper-ex.el (ex-unix-type-shell-options):
4197 * recentf.el (recentf-menu-filter):
4198 * ps-print.el (ps-print-region-function):
4199 * lpr.el (print-region-function):
4200 * forms.el (forms-mode-hooks):
4201 * dirtrack.el (dirtrack-directory-change-hook):
4202 * cus-start.el (temp-buffer-show-function, display-buffer-function):
4203 * textmodes/spell.el (spell-filter):
4204 * textmodes/fill.el (adaptive-fill-function):
4205 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
4206 * progmodes/etags.el (find-tag-default-function):
4207 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
4208 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4209
6f676109
EZ
42102001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
4211
751d3bc4
EZ
4212 * emulation/viper-init.el (viper-fast-keyseq-timeout)
4213 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
4214 Meyering <jim@meyering.net>.
4215
6f676109
EZ
4216 * loadup.el: Revert last change.
4217
d3c26cdf
KH
42182001-02-07 Kenichi Handa <handa@etl.go.jp>
4219
83c9cb8e
SM
4220 * international/mule.el (transform-make-coding-system-args):
4221 Make it work also for coding systems not using CCL.
d3c26cdf 4222
44806980
EZ
42232001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4224
9889af08
EZ
4225 * simple.el (previous-matching-history-element)
4226 (next-matching-history-element): Doc fix.
4227
44806980
EZ
4228 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4229 specific part.
4230
1e36ff68
DL
42312001-02-06 Dave Love <fx@gnu.org>
4232
713f7b15 4233 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
4234 (add-log-buffer-file-name-function, add-log-file-name-function):
4235 Fix :type.
4236 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4237
c7ca58df
EZ
42382001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4239
fecd556a
EZ
4240 * info.el (info-initialize): Remove the test for system-type when
4241 invocation-directory is non-nil.
4242
c7ca58df
EZ
4243 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4244 of `font-lock-defaults' to `backward-paragraph' rather than nil.
4245
587b5737
AI
42462001-02-06 Andrew Innes <andrewi@gnu.org>
4247
4248 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4249 absolute.
4250
baf7eee4
GM
42512001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
4252
4253 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4254 buffers. When hi-lock turned on rather than only checking current
4255 buffer for regexps, all buffers are checked. Moved activation of
4256 font-lock to hi-lock-refontify. When font-lock turned off rather
4257 than removing added highlighting just in current buffer, remove it
4258 in all buffers. Changed edit menu text from "Automatic
4259 Highlighting" to "Regexp Highlighting" Documentation for
4260 highlighting phrases, minor documentation changes.
4261 (hi-lock-set-file-patterns): Execute only if there are new or
4262 existing file patterns.
4263 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
4264 unfontify and, if a support mode is active, will not refontify the
4265 whole buffer. If necessary, turn on font lock. (Removed
4266 font-lock-unfontify and font-lock support-mode-specific calls,
4267 such as lazy-lock-fontify-window.)
4268 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
4269 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 4270 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
4271 (hi-lock-face-phrase-buffer): New function. Also added related
4272 menu item and keybinding.
4273 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
4274 (hi-lock-process-phrase): New function.
4275 (hi-lock-line-face-buffer): Doc fixes.
4276 (hi-lock-face-buffer): Doc fixes.
4277 (hi-lock-unface-buffer): Doc fixes.
713f7b15 4278
36710aa6
GM
42792001-02-06 Gerd Moellmann <gerd@gnu.org>
4280
4281 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
4282 dabbrev-ignored-regexps.
4283
d3f22784
EZ
42842001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4285
4286 * simple.el (kill-line): Doc fix.
4287
5cb3c8d4
DL
42882001-02-05 Dave Love <fx@gnu.org>
4289
4290 * loadup.el: Revert last two changes -- bootstrapping works with
4291 regenerated loaddefs.
4292
e6297e7d
EZ
42932001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
4294
1e14b095
EZ
4295 * isearch.el (isearch-forward): Doc fix.
4296
e6297e7d
EZ
4297 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4298 of font-lock-defaults to backward-paragraph.
4299
e16f52ce
GM
43002001-02-05 Gerd Moellmann <gerd@gnu.org>
4301
4302 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4303 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4304
01d19dd7
GM
43052001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4306
4307 * ebnf2ps.el: Eliminate time-stamp functions.
4308 (ebnf-version): New version (3.5).
4309 (ebnf-eps-finish-and-write): Replace time-stamp functions by
4310 format-time-string.
4311
24886813
GM
43122001-02-05 Gerd Moellmann <gerd@gnu.org>
4313
4314 * simple.el (next-line): Goto end-of-line before inserting a newline.
4315
65e70fc4
MB
43162001-02-05 Miles Bader <miles@gnu.org>
4317
4318 * image-file.el (insert-image-file): When visiting an image, also
4319 set `truncate-lines' to t so that any fringe arrow looks correct.
4320
482f06c9
KH
43212001-02-05 Kenichi Handa <handa@etl.go.jp>
4322
4323 * isearch.el (isearch-forward): Add description about input method
4324 in the docsting.
4325
02399da7
SM
43262001-02-04 Stefan Monnier <monnier@cs.yale.edu>
4327
4328 * skeleton.el (skeleton-internal-1): Always push the mark for @.
4329
2c366083
EZ
43302001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
4331
4332 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 4333 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 4334
bdadfce3
GM
43352001-02-02 Gerd Moellmann <gerd@gnu.org>
4336
79fb38c0
GM
4337 * wid-edit.el (widget-button-click): Fix last change.
4338
bdadfce3
GM
4339 * frame.el (frame-notice-user-settings): When resizing the initial
4340 frame because the tool bar is off, also change the frame's top
4341 position if a negative top position was specified.
4342
33155ffb
MB
43432001-02-02 Miles Bader <miles@gnu.org>
4344
4345 * image-file.el (insert-image-file): When visiting an image,
4346 suppress the cursor in the image buffer.
4347
1355ba0c
DL
43482001-02-01 Dave Love <fx@gnu.org>
4349
4350 * progmodes/f90.el (f90-mode): Remove startup message.
4351
fb758d2d 4352 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 4353
01acdb05
GM
43542001-02-01 Gerd Moellmann <gerd@gnu.org>
4355
4356 * startup.el (command-line): Fix code determining whether or not
4357 to use delete-key-deletes-forward-mode.
4358
5b1ee316
AS
43592001-02-01 Andre Spiegel <spiegel@gnu.org>
4360
4361 * vc.el (vc-diff-switches): New user option.
4362 (vc-version-diff): Use it.
4363 (vc-diff-switches-list): New macro.
4364
83c9cb8e
SM
4365 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4366 New customization options.
5b1ee316
AS
4367 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4368
4369 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4370
00b1e7a1
GM
43712001-02-01 Gerd Moellmann <gerd@gnu.org>
4372
4373 * msb.el (toplevel): Quote hook symbols.
4374
85827036
KH
43752001-02-01 Kenichi Handa <handa@etl.go.jp>
4376
8e028499 4377 * international/mule.el (make-coding-system): Add description
3c948dde 4378 about recognized properties in the docstring.
8e028499 4379
85827036
KH
4380 * international/mule-conf.el: Remove unused charsets
4381 mac-roman-lower and mac-roman-upper.
4382
7ccf7ab9
GM
43832001-01-31 Gerd Moellmann <gerd@gnu.org>
4384
2441692d
GM
4385 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4386 is in front of the left-margin, if any.
4387
ee5cece0
GM
4388 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4389 like `delete'.
4390
83c9cb8e 4391 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 4392
7ccf7ab9
GM
4393 * term/w32-win.el (mouse-set-font): Doc fix.
4394
b4f30ec5 43952001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 4396
b4f30ec5
GM
4397 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4398 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4399 on already.
4400
03e0fe6e
GM
44012001-01-31 Markus Rost <rost@math.ohio-state.edu>
4402
4403 * files.el (save-buffer): Don't give message if (buffer-file-name)
4404 returns nil.
713f7b15 4405
8f289acc
EZ
44062001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
4407
cb4aae04
EZ
4408 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4409
dbd98b19
EZ
4410 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4411 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
4412
8f289acc
EZ
4413 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4414 display problems.
4415
c12553c1
KH
44162001-01-31 Kenichi Handa <handa@etl.go.jp>
4417
c7bf5db9
KH
4418 * international/mule.el (charset-info): Fix docstring.
4419
4420 * international/mule-diag.el (describe-character-set): Check final
4421 char valid before printing it.
c12553c1 4422
14f16b9c
GM
44232001-01-30 Gerd Moellmann <gerd@gnu.org>
4424
efaa080b
GM
4425 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4426
eef93f99
GM
4427 * frame.el (frame-notice-user-settings): Do the tool-bar
4428 stuff only for graphical displays. Fix a braino.
713f7b15 4429
14f16b9c
GM
4430 * frame.el (frame-initialize): Create initial frame visible.
4431 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 4432 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
4433
4434 * startup.el (command-line): Remove manipulation of frame
4435 height for tool bars.
4436
4ad25e43
EZ
44372001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4438
4439 * lpr.el: Compatibility with XEmacs and doc fixes.
4440 (lpr-windows-system, lpr-lp-system): New vars.
4441 (lpr-printer-switch): New defcustom.
4442 (printer-name, lpr-command): Customization fix.
4443 (print-region-1): Code fix.
4444 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
4445 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4446 New functions.
4ad25e43 4447
e8f044a0
GM
44482001-01-29 Gerd Moellmann <gerd@gnu.org>
4449
4450 * msb.el (toplevel): Fix the eval-after-load.
4451
850d5045
GM
44522001-01-29 Dave Love <fx@gnu.org>
4453
762fe76e
DL
4454 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4455
4456 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4457
83c9cb8e 4458 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
4459 (tcl-using-emacs-19-23): Consider Emacs 21+.
4460 (tcl-help-directory-list, tcl-command-switches): Fix :type.
4461 (tcl-add-emacs-menu): Supply menu name.
4462 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4463
3a768251
GM
44642001-01-29 Gerd Moellmann <gerd@gnu.org>
4465
4466 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4467
274d02f7
SM
44682001-01-29 Stefan Monnier <monnier@cs.yale.edu>
4469
4470 * pcvs.el (cvs-mark-fis-dead): New function.
4471 (cvs-mode-add): Use it.
4472 (cvs-mode-add-change-log-entry-other-window):
4473 Rebind change-log-default-name to itself rather than to nil.
4474
ed5d446e
SS
44752001-01-29 Sam Steingold <sds@gnu.org>
4476
efaa080b 4477 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
4478 `autoload' statements.
4479
e2a80284
EZ
44802001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
4481
8e1db7b3
EZ
4482 * files.el (confirm-kill-emacs): Doc fix.
4483
ff2a1c79
EZ
4484 * frame.el (frame-initialize): Doc fix.
4485
e7b0deaf
EZ
4486 * time-stamp.el (time-stamp-string): Doc fix.
4487
83c9cb8e
SM
4488 * woman.el (WoMan-log-1): Make the log buffer writable.
4489 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 4490
005913e4
GM
44912001-01-29 Gerd Moellmann <gerd@gnu.org>
4492
4493 * imenu.el (imenu-syntax-alist): Add autoload cookie for
4494 the `make-variable-buffer-local'.
4495
58622cc5
GM
44962001-01-29 Dave Love <fx@gnu.org>
4497
4498 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
4499 (ansi-color-for-comint-mode-on, ansi-color-process-output):
4500 Add autoload cookie.
58622cc5
GM
4501 (ansi-color-apply-sequence): Fix typo.
4502
0404d031
GM
45032001-01-29 Gerd Moellmann <gerd@gnu.org>
4504
ed5d446e 4505 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
4506 Postscript printing in black and white.
4507
0404d031
GM
4508 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4509 X-Mailman-Version, Precedence, List-Help, List-Post,
4510 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4511 Content-Type, Content-Length.
4512
3b6ed359
DL
45132001-01-29 Dave Love <fx@gnu.org>
4514
ddd16e7a
DL
4515 * elide-head.el (elide-head): Make overlay evaporate.
4516
83c9cb8e 4517 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 4518
8005142f
EZ
45192001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
4520
4521 * isearch.el (isearch-highlight): Don't punt if the display
4522 doesn't support colors, since isearch faces are defined for
4523 monochrome displays as well.
4524
84728570
SS
45252001-01-27 Sam Steingold <sds@gnu.org>
4526
4527 * shell.el (shell-write-history-on-exit): Make sure that we are in
4528 the shell buffer (M-x tex-file RET inserted the error message into
4529 the TeX buffer).
4530
e26f9ced
EZ
45312001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4532
4533 * simple.el (transient-mark-mode): Doc fix.
4534
dc0274bd
GM
45352001-01-27 Gerd Moellmann <gerd@gnu.org>
4536
83c9cb8e 4537 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 4538
c1acacc4
EZ
45392001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4540
f5058b96
EZ
4541 * shell.el (shell-unquote-argument): If the shell is one of the
4542 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4543 quote character.
4544 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 4545 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 4546
c1acacc4 4547 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 4548 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 4549
103db06c 45502001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 4551
84728570 4552 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
4553 Treat a one-capital-letter abbrev as "not all upper case",
4554 so as to force preservation of the expansion's pattern
4555 if the expansion starts with a capital letter.
4556
cfa70244
EZ
45572001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4558
cfee9de7
EZ
4559 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4560 Doc fix.
4561
cfa70244
EZ
4562 * simple.el (transient-mark-mode): Document the fact that many
4563 commands act on the region when mark is active.
4564
17d90d6b
KH
45652001-01-27 Kenichi Handa <handa@etl.go.jp>
4566
4567 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 4568 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
4569 (quail-show-guidance-buf): Make the multibyteness of current
4570 buffer inherited to Quail guidance buffer.
4571 (quail-help): Make the multibyteness of current buffer inherited
4572 to Quail help buffer.
4573
61076b20
DL
45742001-01-26 Dave Love <fx@gnu.org>
4575
c47e2c68
DL
4576 * time-stamp.el: Doc fixes.
4577
84728570 4578 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
4579 (delphi-keyword-face, delphi-other-face): Fix :type.
4580
940f14b4
DL
4581 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
4582
4583 * mail/feedmail.el (feedmail): Add :link.
4584 (feedmail-send-it): Doc fix.
4585
4586 * mail/sendmail.el: Doc fixes.
4587 (sendmail-send-it): Fix the non-ASCII regexp and use
4588 rfc2047-encode-string.
4589
61076b20
DL
4590 * dired.el, dired-aux.el: Revert last change.
4591
6c317bd2
GM
45922001-01-26 Gerd Moellmann <gerd@gnu.org>
4593
4594 * makefile.w32-in (DONTCOMPILE): Add various term files.
4595
45962001-01-26 Dave Love <fx@gnu.org>
4597
4598 * Makefile.in (DONTCOMPILE): Add various term files.
4599
1c636b5f
GM
46002001-01-26 Gerd Moellmann <gerd@gnu.org>
4601
af900b23
GM
4602 * man.el (Man-default-man-entry, Man-mode): Doc fix.
4603
15fa6db0 4604 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 4605 the echo area is resized to fit the size of the startup message.
15fa6db0 4606
1c636b5f
GM
4607 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4608 part of which is a constant.
4609
9b1adbd5
EZ
46102001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
4611
83c9cb8e 4612 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 4613
103db06c 46142001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
4615
4616 * simple.el (next-line): Don't let `newline' expand abbrevs.
4617 Simplify slightly.
4618 (open-line): Don't let `newline' expand abbrevs.
4619
219227ea
JW
46202001-01-25 John Wiegley <johnw@gnu.org>
4621
4622 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4623 to `repeat' in the :type field.
4624
4625 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4626 allow a choice of regexp or nil.
d2906bf8 4627 (pcomplete-dir-ignore): Same.
219227ea
JW
4628
4629 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4630 a command) to always fail.
4631
ceba0dac
GM
46322001-01-25 Gerd Moellmann <gerd@gnu.org>
4633
4634 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4635 discard the result.
4636 (iswitchb-to-end): Likewise.
4637
9b0630e5
SS
46382001-01-25 Sam Steingold <sds@gnu.org>
4639
4640 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 4641 Require vc.
9b0630e5 4642
a2ed9670
SM
46432001-01-25 Stefan Monnier <monnier@cs.yale.edu>
4644
f0c1adab
SM
4645 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4646
a2ed9670
SM
4647 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4648
34ac3367
DL
46492001-01-25 Dave Love <fx@gnu.org>
4650
61076b20
DL
4651 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4652 (describe-coding-system): Tweak the English text.
4653
34ac3367
DL
4654 * loadup.el: Preload international/ccl for utf-8.
4655
4685e6b7
EZ
46562001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
4657
4658 * mail/rmail.el (rmail-redecode-body): Doc fix.
4659
0fdb4475
KH
46602001-01-25 Kenichi Handa <handa@etl.go.jp>
4661
83c9cb8e
SM
4662 * international/mule-cmds.el (reset-language-environment):
4663 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 4664
83c9cb8e
SM
4665 * international/mule-conf.el (coding-category-utf-8):
4666 Initialize to mule-utf-8.
0fdb4475 4667
9b0630e5 4668 * loadup.el: Preload international/utf-8.
0fdb4475
KH
4669
4670 * international/utf-8.el: New file.
4671
245ed2b1
SM
46722001-01-24 Stefan Monnier <monnier@cs.yale.edu>
4673
4674 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4675
e95b0c08
SS
46762001-01-24 Sam Steingold <sds@gnu.org>
4677
4678 * dired.el (dired-replace-in-string): Removed.
4679 (dired-sort-toggle): Use `replace-regexps-in-string'
4680 instead of `dired-replace-in-string'.
9b0630e5 4681
ceba0dac
GM
4682 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4683 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 4684
e95b0c08
SS
4685 * gs.el (gs-replace-in-string): Removed.
4686 (gs-options): Use `replace-regexps-in-string'
4687 instead of `gs-replace-in-string'.
4688
c3902c3e
EZ
46892001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
4690
4691 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4692 bug report is mailed to an email list and posted to a news group.
4693
b66b6aeb
GM
46942001-01-24 Gerd Moellmann <gerd@gnu.org>
4695
83c9cb8e
SM
4696 * comint.el (comint-replace-by-expanded-history-before-point):
4697 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 4698
b66b6aeb
GM
4699 * startup.el (tool-bar-images-pixel-height): New variable.
4700 (command-line): After loading the user's init file, when
4701 tool-bar-mode is on, increase the frame's size by some lines for
4702 the tool-bar.
4703
4704 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 4705
ff890e66
SZ
47062001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
4707
4708 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4709 (chinese-big5): MIME:Big5.
4710
04363179
GM
47112001-01-24 Gerd Moellmann <gerd@gnu.org>
4712
e95b0c08 4713 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
4714 Handle commands with prefix args.
4715
d56aaa64
GM
47162001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4717
4718 * calendar/diary-lib.el (diary-float): Fix case of MONTH
4719 being a list of numbers.
4720 (diary-mail-entries): Rewritten.
4721
99858627
DL
47222001-01-23 Dave Love <fx@gnu.org>
4723
7aeb1fa9
DL
4724 * international/mule.el (make-coding-system): Fix typo.
4725
83c9cb8e
SM
4726 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4727 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 4728
5a43decf
EZ
47292001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
4730
4731 * font-lock.el (font-lock-mode): Doc fix.
4732
b0e98867
KH
47332001-01-23 Kenichi Handa <handa@etl.go.jp>
4734
4735 * international/mule.el (make-translation-table): Fix docstring.
4736
9c8acefd
EZ
47372001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
4738
fd4976b8
EZ
4739 * mail/rmail.el (rmail-redecode-body): New function.
4740
9c8acefd
EZ
4741 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4742
871e0439
GM
47432001-01-22 Gerd Moellmann <gerd@gnu.org>
4744
21c2bbe0
GM
4745 * isearch.el (isearch-lazy-highlight-case-fold-search)
4746 (isearch-lazy-highlight-regexp): New variables.
4747 (isearch-lazy-highlight-cleanup): Update lazy highlight if
4748 case-fold search or regexp search has been toggled.
4749
5710730c
GM
4750 * wid-edit.el (widget-button-click): Avoid a save-excursion
4751 around running a global binding.
4752
871e0439
GM
4753 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4754 to 0.25.
4755
d0554957
MB
47562001-01-20 Miles Bader <miles@gnu.org>
4757
4758 * cus-edit.el (custom-face-save): Do post-processing on the face's
4759 new value like `custom-face-set' does.
4760
1519f618
EZ
47612001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4762
ccd87890
EZ
4763 * mail/emacsbug.el (report-emacs-bug): Report the value of
4764 LC_CTYPE, not LC_TYPE.
4765
1519f618
EZ
4766 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4767 isearch-toggle-regexp and isearch-edit-string to doc string.
4768
9724173b
GM
47692001-01-19 Gerd Moellmann <gerd@gnu.org>
4770
48bb9196
GM
4771 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4772 as font-lock-beginning-of-syntax-function in font-lock-defaults.
4773
e95b0c08 4774 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
4775 font-lock-beginning-of-syntax-function to nil.
4776
dc81f8a2
EZ
47772001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4778
4779 * mail/emacsbug.el (report-emacs-bug): Report values of
4780 locale-coding-system, default-enable-multibyte-characters, and the
4781 environment variables LC_ALL, LC_TYPE, and LANG.
4782
99327974
GM
47832001-01-19 Gerd Moellmann <gerd@gnu.org>
4784
83c9cb8e 4785 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 4786
2be6ecc6
GM
4787 * font-lock.el (font-lock-multiline): Default to nil.
4788 (font-lock-default-fontify-region): If font-lock-multiline is
4789 nil, don't check the property `font-lock-multiline'.
4790
99327974
GM
4791 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4792 is nil, don't check the `font-lock-multiline' text property.
4793
2550055a
MK
47942001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
4795
0a949811 4796 * viper.el: Call initial-major-mode on startup.
e95b0c08 4797
0a949811 4798 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 4799
8501998a 4800 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 4801
2550055a 48022001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 4803
0a949811 4804 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 4805 diff mode, if available.
e95b0c08 4806
0a949811 48072001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 4808
8501998a 4809 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 4810
2550055a
MK
4811 * ediff-init.el (subst-char-in-string): Define and use it, unless
4812 it's already defined.
e95b0c08 4813
8962e303
GM
48142001-01-18 Gerd Moellmann <gerd@gnu.org>
4815
4816 * tooltip.el (tooltip-hide-delay): New user-option.
4817 (tooltip-show): Use tooltip-hide-delay instead of the default.
4818
6b453381
KH
48192001-01-18 Kenichi Handa <handa@etl.go.jp>
4820
4821 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4822 kill-local-variable doesn't work for enable-multibyte-characters.
4823
9eaf396b
DL
48242001-01-17 Dave Love <fx@gnu.org>
4825
cebd37ce
DL
4826 * ediff-init.el (ediff-before-setup-hook)
4827 (ediff-merge-filename-prefix): Add :version.
4828
9eaf396b
DL
4829 * international/latin1-disp.el: Require disp-table.
4830 (latin1-display): Fix :set.
4831
4832 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4833
f864120f
GM
48342001-01-17 Gerd Moellmann <gerd@gnu.org>
4835
4836 * isearch.el (isearch-lazy-highlight-initial-delay)
4837 (isearch-lazy-highlight-interval): Default to 0.
4838
48392001-01-17 Bob Glickstein <bobg@zanshin.com>
4840
4841 * isearch.el (isearch-highlight): Set isearch-overlay priority to
4842 1 here rather than each time through
4843 isearch-lazy-highlight-new-loop.
4844 (isearch-lazy-highlight-max): Variable deleted.
4845 (isearch-lazy-highlight-max-at-a-time): New user variable, like
4846 isearch-lazy-highlight-max but controls a single invocation of
4847 isearch-lazy-highlight-update.
4848 (isearch-lazy-highlight-wrapped): Variable recreated.
4849 (isearch-lazy-highlight-window-start): New variable.
4850 (isearch-lazy-highlight-cleanup): Restored to behavior of
4851 before 2-Jan.
4852 (isearch-lazy-highlight-remove-overlays): Function deleted;
4853 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
4854 behavior removed.
4855 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4856 isearch-lazy-highlight-update in a loop rather than just once.
4857 Test isearch-invalid-regexp here and decide not to start a new
4858 loop, rather than testing it each time through
4859 isearch-lazy-highlight-update.
4860 (isearch-lazy-highlight-search): Function restored.
4861 (isearch-lazy-highlight-update): Get called in a timer loop again,
4862 but this time highlight more than one match each time through.
83c9cb8e
SM
4863 Only highlight matches in the visible part of the window.
4864 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
4865 the edge of the window. Use sit-for to force redisplay and ensure
4866 window-start is credible. "Face suppressing" behavior removed;
4867 overlay priorities should make it unnecessary, right?
4868 (isearch-highlight): Face suppressing behavior removed.
4869 (isearch-dehighlight): Face suppressing behavior removed.
4870 (isearch-set-lazy-highlight-faces-at): Removed.
4871
076ec540
KH
48722001-01-17 Kenichi Handa <handa@etl.go.jp>
4873
4874 * language/european.el ("Latin-1"): Make the format of description
4875 about additional language environments same as that of Latin-2.
4876
92328ec5
DL
48772001-01-16 Dave Love <fx@gnu.org>
4878
39f2174e
DL
4879 * isearch.el (isearch-lazy-highlight): Add :version.
4880
92328ec5
DL
4881 * simple.el (backward-delete-char-untabify-method)
4882 (next-line-add-newlines): Add :version.
4883
f251459d
GM
48842001-01-16 Gerd Moellmann <gerd@gnu.org>
4885
9d4850e5
GM
4886 * bindings.el: Bind <backspace> and <delete> via function-key-map.
4887 Don't bind <delete> otherwise.
4888
4889 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4890 and <delete> via function-key-map.
4891
f251459d
GM
4892 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4893 Subject line only if point is after the `Subject:'.
4894
771ffcf7
KH
48952001-01-16 Kenichi Handa <handa@etl.go.jp>
4896
bda6b481
KH
4897 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4898 japanese-jisx0213-2 in `charset' property of this lang. env.
4899
35793af7
KH
4900 * language/european.el ("Latin-1"): Add description for Dutch and
4901 Spanish lang. env.
4902
771ffcf7
KH
4903 * international/mule.el (decode-char): Fix conditions.
4904 (encode-char): Handle eight-bit-control too.
1c8102ff 4905 (transform-make-coding-system-args): New function.
50c29104
KH
4906 (make-coding-system): Accept XEmacs style arguments for CCL base
4907 coding system.
771ffcf7 4908
e1cf67b6
GM
49092001-01-15 Gerd Moellmann <gerd@gnu.org>
4910
4911 * progmodes/etags.el (find-tag-noselect): Save the value of
4912 tags-file-name before switching buffers, for the case it has a
4913 buffer-local value.
4914
b3287acf
GM
49152001-01-15 Alex Schroeder <alex@gnu.org>
4916
9eaf396b
DL
4917 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4918 From Dave Love <fx@gnu.org>.
b3287acf
GM
4919 (ansi-color-for-comint-mode): Fix :version.
4920
49212001-01-15 Alex Schroeder <alex@gnu.org>
4922
4923 * ansi-color.el (ansi-color-unfontify-region): Doc change.
4924
8d7ff9c8
EZ
49252001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
4926
4927 * dired.el (dired-insert-directory): If file-system-info fails,
4928 remove the " free " part, but don't signal an error.
4929
dbe99ae9
SS
49302001-01-12 Sam Steingold <sds@gnu.org>
4931
4932 * bookmark.el (bookmark-maybe-historicize-string):
4933 Use new backquote syntax.
4934
103db06c 49352001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
4936
4937 * subr.el (last): Handle a list that doesn't end in nil.
4938
ca2ddd8e
SS
49392001-01-12 Sam Steingold <sds@gnu.org>
4940
4941 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
4942 to `backward-delete-char-untabify'.
4943
1751c874
DL
49442001-01-12 Dave Love <fx@gnu.org>
4945
4946 * cus-edit.el (customize-menu-create): Fix the :filter following
4947 easymenu change.
4948
4949 * wid-edit.el (function): Add :match-alternatives.
4950 (widget-color-action): Doc fix.
4951
3cccce8d
GM
49522001-01-12 Gerd Moellmann <gerd@gnu.org>
4953
4954 * calendar/calendar.el (calendar-basic-setup): Doc fix.
4955
18bfd6b5
KH
49562001-01-12 Kenichi Handa <handa@etl.go.jp>
4957
83c9cb8e 4958 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 4959
18bfd6b5
KH
4960 * international/ccl.el (define-ccl-program): Fix docstring.
4961
562e00da
DL
49622001-01-11 Dave Love <fx@gnu.org>
4963
14fd0da3
DL
4964 * international/mule-cmds.el (standard-display-european-internal):
4965 Set display table for 2208 as for 160.
4966
4967 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
4968
562e00da
DL
4969 * progmodes/fortran.el (fortran-mode-map): Modify Customization
4970 entry for custom-menu-create change.
4971 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
4972 don't cons it in the search loop.
4973
4974 * imenu.el (imenu--truncate-items): Revert last change.
4975
6e961dcd
EZ
49762001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4977
4978 * info.el (Info-setup-header-line): If the node header includes
4979 either Next: or Prev: links, don't show the File: and Node: parts
4980 in the header line.
4981
2c2ff7f2
GM
49822001-01-11 Gerd Moellmann <gerd@gnu.org>
4983
a7ee2d2e
GM
4984 * comint.el (comint-goto-process-mark): Don't print a message
4985 when running in batch mode.
4986
c5348233
GM
4987 * isearch.el (isearch-search): In the condition-case handler for
4988 `error', set isearch-invalid-regexp to the whole error message.
4989
422717d1
GM
4990 * subr.el (eval-after-load): Call load-symbol-file-load-history to
4991 ensure that eval-after-load works for files dumped with Emacs.
4992
4993 * help.el (load-symbol-file-load-history): New function extracted
4994 from function symbol-file.
4995 (symbol-file): Use it.
4996
83c9cb8e 4997 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 4998
926861fb
EZ
49992001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5000
5001 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
5002 behave as if there were no prefix argument.
5003 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
5004 argument were nil.
5005
afa1f52c
RS
50062001-01-11 Richard M. Stallman <rms@gnu.org>
5007
ca2ddd8e 5008 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
5009 Don't look for more potential matches once maximum is exceeded.
5010 Use overlays-in to check correctly for overlap with current match.
5011 Ignore empty matches.
5012
47a9f362
MB
50132001-01-11 Miles Bader <miles@gnu.org>
5014
5015 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
5016 (ispell-overlay-window, ispell-help, ispell-show-choices)
5017 (ispell-command-loop): Use it instead of `window-height'.
5018
d196f58d
GM
50192001-01-10 Gerd Moellmann <gerd@gnu.org>
5020
cf523f0e
GM
5021 * files.el (confirm-kill-emacs): New user-option.
5022 (save-buffers-kill-emacs): Ask for final confirmation before
5023 killing Emacs.
5024
d196f58d
GM
5025 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
5026 to nil.
5027
7c6c3d8e
GM
50282001-01-10 Dave Love <fx@gnu.org>
5029
1f8be15d
DL
5030 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
5031
83c9cb8e 5032 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
5033
5034 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
5035
5036 * calculator.el (calculator-number-digits): Fix :type.
5037
0d5184de
DL
5038 * vc-cvs.el (vc-cvs-header): Fix :type.
5039 * vc-rcs.el (vc-rcs-header): Fix :type.
5040 * vc-sccs.el (vc-sccs-header): Fix :type.
5041
5042 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5043
7c6c3d8e
GM
5044 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5045
8c9f73a2
GM
5046 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
5047
457b792c
GM
50482001-01-10 Gerd Moellmann <gerd@gnu.org>
5049
5050 * simple.el (set-variable): Force a thorough redisplay for the
5051 case that the variable has an effect on the display, like
5052 `tab-width' has.
5053
d2622d08
AS
50542001-01-10 Andre Spiegel <spiegel@gnu.org>
5055
5056 * vc.el: Add documentation for backend interface.
5057
ae4b5f4f
KH
50582001-01-10 Kenichi Handa <handa@etl.go.jp>
5059
e0844717
KH
5060 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
5061
ae4b5f4f
KH
5062 * international/mule-conf.el (latin-extra-code-table): Set to t
5063 for \223 and \224.
5064
3184082b
KH
50652001-01-09 Kenichi Handa <handa@etl.go.jp>
5066
5067 * international/mule-cmds.el (locale-language-names): Map "es" to
5068 "Spanish" and "nl" to "Dutch".
5069
732b9cdd
GM
50702001-01-09 Gerd Moellmann <gerd@gnu.org>
5071
1dfca644
GM
5072 * bindings.el (global-map): Bind <home> to beginning-of-line,
5073 <end> to end-of-line, C-<home> to beginning-of-buffer, and
5074 C-<end> to end-of-buffer.
5075
732b9cdd
GM
5076 * language/european.el: Add Dutch and Spanish language info
5077 to be able to use the appropriate tutorials.
5078
50792001-01-09 Alex Schroeder <alex@gnu.org>
5080
5081 * ansi-color.el (ansi-color-process-output): Use markers instead
5082 of positions for start and end of region.
5083 (ansi-color-apply-on-region): Rewrote code to make it more robust.
5084 Previously, occasional mistakes happend when fontifying many
5085 chunks of output (eg. ls --color=yes /dev). This happened
5086 whenever an overlay was created up to the end of the region, which
5087 coincided with the process-mark. New text would then be added
5088 within that overlay instead of after it.
5089 (ansi-color-make-extent): Overlays are created with the property
5090 `modification-hooks' set to '(ansi-color-freeze-overlay).
5091 (ansi-color-freeze-overlay): New function. When inserting text at
5092 the end of the overlay, the overlay will resize.
5093
50942000-01-09 Alex Schroeder <alex@gnu.org>
5095
5096 * ansi-color.el (ansi-color-process-output): Doc change.
5097 (ansi-color-unfontify-region): Doc change. No longer installed
5098 automatically in font-lock-unfontify-region-function.
5099 (ansi-color-apply): Doc change.
5100 (ansi-color-apply-on-region): Use extents or overlays instead of
5101 text-properties.
5102 (ansi-color-make-extent): New function.
5103 (ansi-color-set-extent-face): New function.
5104
51052000-01-09 Alex Schroeder <alex@gnu.org>
5106
5107 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
5108 both use ansi-color-process-output, now.
5109 (ansi-color-process-output): Doesn't return string anymore. It is
5110 installed in comint-output-filter-functions for both Emacs and
5111 XEmacs, now.
5112 (ansi-color-unfontify-region): Simplified code removing variables
5113 pos and start-ansi.
5114 (ansi-color-apply): Put text-property ansi-color before putting
5115 text-property face because ansi-color-unfontify-region is called
5116 immediately after the call to put-text-property.
5117 (ansi-color-context-region): Doc change.
5118 (ansi-color-filter-region): Simplified code.
5119 (ansi-color-apply-on-region): Changed start to start-marker, using
5120 a marker explicitly. Put text-property ansi-color before putting
5121 text-property face because ansi-color-unfontify-region is called
5122 immediately after the call to put-text-property.
5123
51242000-01-09 Alex Schroeder <alex@gnu.org>
5125
5126 * ansi-color.el (ansi-color-faces-vector): Doc change.
5127 (ansi-color-for-comint-mode): Changed :type property to choice.
5128 (ansi-color-last-context): Removed.
5129 (ansi-color-process-output): Don't use ansi-color-last-context, as
5130 the main functions will store their context now.
5131 (ansi-color-context): Doc change.
5132 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
5133 Uses ansi-color-context such that repeated calls will strip
5134 partial escape sequences, too.
5135 (ansi-color-apply): Simplified code. Colorize end of string if
5136 face is not null. Store context in new (FACE STRING) format, such
5137 that repeated calls will strip partial escape sequences, too.
5138 Append faces to face property using ansi-color-apply-sequence such
5139 that cumulative mode actually works.
5140 (ansi-color-context-region): New variable.
5141 (ansi-color-filter-region): Rewrote it based on
5142 ansi-color-apply-on-region. Uses ansi-color-context-region such
5143 that repeated calls will strip partial escape sequences, too.
5144 (ansi-color-apply-on-region): Simplified code. Colorize end of
5145 region if face is not null. Store context in new (FACE POS)
5146 format, such that repeated calls will strip partial escape
5147 sequences, too. Append faces to face property using
83c9cb8e 5148 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
5149 (ansi-color-apply-sequence): New function.
5150 (ansi-color-get-face): When the default face is added to the list
5151 of faces, all previous settings are discarded and the list of
5152 faces is set to '(default).
5153
51542000-01-09 Alex Schroeder <alex@gnu.org>
5155
5156 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
5157 face, such that ansi-color-apply and ansi-color-apply-on-region
5158 will do the right thing.
5159 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
5160 returns nil, set the list of faces back to nil instead of
83c9cb8e 5161 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
5162
51632000-01-09 Alex Schroeder <alex@gnu.org>
5164
5165 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
5166 (ansi-color-process): Doc change.
5167 (ansi-color-last-context): New buffer-local variable.
5168 (ansi-color-process-output): New function. It is automatically
5169 added to comint-output-filter-functions if this is XEmacs.
5170 (ansi-color-unfontify-region): New optional parameter for XEmacs
5171 compatibility. Check wether font-lock-syntactic-keywords is
5172 boundp before removing the syntax table text property, as XEmacs
5173 doesn't have it.
5174 (ansi-color-filter-region): Doc change.
5175 (ansi-color-apply-on-region): Doc change.
5176 (ansi-color-make-face): New function. Compatibility layer for
5177 XEmacs. Return temporary faces instead of cons cells for XEmacs.
5178 (ansi-color-make-color-map): Use ansi-color-make-face.
5179 (ansi-color-get-face): Avoid face text property '(nil) as results
5180 in an errow for XEmacs.
5181
51822000-01-09 Alex Schroeder <alex@gnu.org>
5183
83c9cb8e
SM
5184 * ansi-color.el (ansi-color-unfontify-region): New function.
5185 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
5186 ansi-color. When the package is loaded, a lambda expression is
5187 put onto font-lock-mode-hook. This lambda expression will check
5188 font-lock-unfontify-region-function and replace
83c9cb8e 5189 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
5190 (ansi-color-apply): Add text-property ansi-color in addition to
5191 text-property face.
5192 (ansi-color-apply-on-region): Add text-property ansi-color in
5193 addition to text-property face.
5194 (save-buffer-state): Copy of the macro that is also used by
5195 lazy-lock and font-lock.
5196
5197 (ansi-color-for-comint-mode): New option.
5198 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
5199 (ansi-color-for-comint-mode-off): Ditto.
5200 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
5201 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
5202 decide what to do. This function is added to
5203 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
5204
5205 (ansi-color-for-shell-mode-set): Removed.
5206 (ansi-color-for-shell-mode): Removed.
5207
52082000-01-09 Alex Schroeder <alex@gnu.org>
5209
5210 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
5211 the lambda expression from the ansi-color-for-shell-mode :set
5212 property. Additionally, modify shell-mode-hook to enable or
5213 disable font-lock-mode for future shell buffers.
5214 (ansi-color-for-shell-mode): The :set property calls
5215 ansi-color-for-shell-mode-set instead of a lambda expression.
5216
52172000-01-09 Alex Schroeder <alex@gnu.org>
5218
5219 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5220 (ansi-color-context): New variable.
5221 (ansi-color-apply): Save context between calls.
5222
fb55ff10
EZ
52232001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
5224
83c9cb8e
SM
5225 * isearch.el (isearch, isearch-lazy-highlight-face):
5226 New definitions for face colors and attributes.
29910493 5227
fb55ff10
EZ
5228 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5229 of display-mouse-p.
5230
134d6265
KH
52312001-01-09 Kenichi Handa <handa@etl.go.jp>
5232
5233 * international/mule.el (make-coding-system): If the coding system
5234 accepts extra latin codes, register such codes as safe for the
5235 coding system.
5236
103db06c 52372001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 5238
984c9f75
RS
5239 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5240 don't mention the file name or the date here, because they are
5241 logged at the start of the file.
5242
52432001-01-08 Richard M. Stallman <rms@gnu.org>
5244
78b8eee8
RS
5245 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5246 Change screen-width to frame-width.
5247
1460e5d4
EZ
52482001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5249
5250 * info.el (Info-search): Print the default as part of the prompt.
5251
56f24bc1
AS
52522001-01-08 Andre Spiegel <spiegel@gnu.org>
5253
ca2ddd8e 5254 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
5255 constant implementations in backends.
5256
5257 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5258 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5259
5260 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
5261 WRITABLE to EDITABLE.
5262
5263 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
5264 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
5265 to EDITABLE.
5266
b7812d30
EZ
52672001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5268
5269 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 5270 (copyright, copyright-update): Compute the current year at run time.
b7812d30 5271
7e56ea04
GM
52722001-01-08 Gerd Moellmann <gerd@gnu.org>
5273
5274 * isearch.el (isearch-old-signal-hook): Removed.
5275 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5276 instead of setting signal-hook-function.
5277 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
5278
a758f97d
GM
52792001-01-08 Kevin Gallagher <kevingal@onramp.net>
5280
5281 * emulation/edt.el: Update to version 4.0. Provide support for
5282 EDT scroll margins at top and bottom of the window. Provide an
5283 emulation of the EDT SUBS command (bound to GOLD-Enter, by
5284 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
5285 user when file-related buffer modifications exist.
5286 Provide support for running EDT Emulation in XEmacs.
5287 Provide customize access to some user updatable variables.
5288 Add Commentary section to file header.
5289 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
5290
5291 * emulation/edt-mapper.el: Update to version 4.0. Provide support
5292 for detecting a keypress that generates an ASCII key sequence.
5293 (Previously, only a keypress that generates a vector was
5294 recognized.) Embed Window Manager name into name of the generated
5295 EDT Emulation initialization file since the initialization file is
5296 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 5297
30db89f9
EZ
52982001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
5299
4deb3ba9
EZ
5300 * mail/sendmail.el (mail-mode): Doc fix.
5301
30db89f9
EZ
5302 * info.el (Info-goto-emacs-command-node): Doc fix.
5303 (Info-goto-emacs-key-command-node): Doc fix.
5304
c3f2772b
EZ
53052001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5306
8726e79b 5307 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
5308 systems without long file-name support.
5309
0dac6924
AI
53102001-01-06 Andrew Innes <andrewi@gnu.org>
5311
5312 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5313
4e6ef391
EZ
53142001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5315
380866a2
EZ
5316 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5317 (isearch-lazy-highlight-update): Doc fix.
5318
148b5960
EZ
5319 * ffap.el (ffap-bindings): Doc fix.
5320
4e6ef391
EZ
5321 * dired-x.el (dired-virtual-guess-dir): Doc fix.
5322
4cb1bcc2
DL
53232001-01-05 Dave Love <fx@gnu.org>
5324
5325 * emacs-lisp/cl-seq.el (remove, remq): Remove.
5326
3828218c
GM
53272001-01-05 Gerd Moellmann <gerd@gnu.org>
5328
83c9cb8e
SM
5329 * mouse-drag.el (mouse-drag-safe-scroll):
5330 Bind scroll-preserve-screen-position to nil.
f1ade7d3 5331
1f4139d5
GM
5332 * isearch.el (isearch-old-signal-hook): New variable.
5333 (isearch-mode): Set signal-hook-function to isearch-done.
5334 (isearch-done): Restore old signal-hook-function.
5335
3828218c
GM
5336 * info.el (Info-fontify-node): Mark one more char as intangible.
5337
3970013f
KH
53382000-01-05 Kenichi Handa <handa@etl.go.jp>
5339
83c9cb8e
SM
5340 * composite.el (compose-last-chars): New argument COMPONENTS.
5341 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
5342 COMPONENTS.
5343
5344 * international/quail.el (quail-input-string-to-events): New function.
5345 (quail-input-method): Convert input string to events here.
5346 (quail-start-translation): Return input string, not event list.
5347 (quail-start-conversion): Likewise.
5348
f3b05e99
GM
53492001-01-04 Gerd Moellmann <gerd@gnu.org>
5350
ca2ddd8e 5351 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
5352 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5353 and tooltip-add-timeout.
5354 (tooltip-show): Set border color from faces's foreground.
5355 (tooltip-show-help-function): If called with the same help string
5356 as last time, do nothing.
5357 (tooltip-help-tips): Don't set tooltip-help-message to nil.
5358
0f2ac578
GM
5359 * startup.el (fancy-splash-screens): Don't bind show-help-function
5360 to nil.
5361
f3b05e99
GM
5362 * tooltip.el (tooltip-frame-parameters): Remove colors.
5363 (tooltip): New face
5364 (tooltip-set-param): New function.
5365 (tooltip-show): Set up color frame parameters from face `tooltip'.
5366 Display the tooltip text in face `tooltip'.
5367
8416e94a
DL
53682001-01-04 Dave Love <fx@gnu.org>
5369
5370 * whitespace.el (whitespace-global-mode): Fix typo.
5371
5372 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5373
30db89f9
EZ
53742001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5375
83c9cb8e
SM
5376 * help.el (help-for-help): Fix a typo in a doc string.
5377 From kwzh@gnu.org (Karl Heuer).
30db89f9 5378
b847eb8c
DL
53792001-01-03 Dave Love <fx@gnu.org>
5380
5381 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 5382 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
5383 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5384 (dired-guess-shell-alist-user): Customize.
5385 (dired-x-help-address): Set to bug-gnu-emacs.
5386 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5387 (dired-default-directory): Renamed from default-directory.
5388
5389 * hl-line.el (hl-line): Doc fix.
5390
43c4b570
KF
53912001-01-03 Karl Fogel <kfogel@red-bean.com>
5392
1bf6b1bf 5393 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 5394
984c9f75 53952001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
5396
5397 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5398 to remove all the current alternative-match highlighting.
5399 If nil, remove only what's outside the current window.
5400 (isearch-lazy-highlight-remove-overlays): Take optional
5401 region within which NOT to remove them.
5402 (isearch-lazy-highlight-new-loop): Greatly simplified.
5403 (isearch-lazy-highlight-update): Find all the other occurrences
5404 visible in the window, in just one call.
5405 (isearch-lazy-highlight-start): Now holds start of region to scan.
5406 (isearch-lazy-highlight-end): Now holds end of region to scan.
5407 (isearch-lazy-highlight-wrapped): Variable deleted.
5408 (isearch-lazy-highlight-search): Function deleted.
5409
13d6a61c
AI
54102000-01-02 Andrew Innes <andrewi@gnu.org>
5411
5412 * w32-fns.el (convert-standard-filename): Do length check on name
5413 before aref.
5414
064866e7
DL
54152001-01-02 Dave Love <fx@gnu.org>
5416
b33e041b
DL
5417 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5418 value.
5419 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5420
5421 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5422
8166ffd5
DL
5423 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5424 read syntax.
5425
064866e7
DL
5426 * calendar/todo-mode.el (todo): Add :link, :version.
5427 (todo-save-top-priorities): Remove autoload cookie.
5428 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 5429 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 5430
6dde6abc
GM
54312001-01-02 Gerd Moellmann <gerd@gnu.org>
5432
5433 * comint.el (comint-input-history-ignore): New variable.
5434 (comint-read-input-ring): Ignore entries matching
5435 comint-input-history-ignore.
5436
1a8a9daf
GM
54372001-01-02 Eric M. Ludlam <zappo@gnu.org>
5438
5439 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5440 (lm-copyright-mark): New function.
5441 (lm-crack-copyright): New function.
5442 (lm-verify): Check that the file has a copyright.
5443 Check that the file is copyright Free Software Foundation.
5444
9c92eb53
KH
54452000-12-30 Kenichi Handa <handa@etl.go.jp>
5446
5447 * international/mule-diag.el (print-fontset): Indent font name by
5448 24 columns, not 25.
5449
49172314
GM
54502000-12-29 Gerd Moellmann <gerd@gnu.org>
5451
762a68ec
GM
5452 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5453 in Subject line.
5454
49172314 5455 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
5456 Use mail-mode-hook instead of mail-setup-hook.
5457 Otherwise continuing an interrupted message with C-u C-x m for
5458 instance, winds up in Mail mode without abbrevs.
49172314 5459
bd7a2e26
GM
54602000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5461
5462 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
5463 non-nil. Adding almost all customization variables on ps-setup.
5464 Doc fix.
bd7a2e26
GM
5465 (ps-print-version): New version number (6.3.3).
5466 (ps-end-with-control-d): Initialization fix.
5467 (ps-lines-printed): New var.
5468 (ps-skip-newline): New fun.
5469 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5470 (ps-next-line, ps-continue-line, ps-plot-region)
5471 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 5472
2b3f28a4
KH
54732000-12-29 Kenichi Handa <handa@etl.go.jp>
5474
83c9cb8e
SM
5475 * international/fontset.el (x-complement-fontset-spec):
5476 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
5477 registered in x-font-name-charset-alist.
5478 (create-fontset-from-fontset-spec): Adjusted for the above change.
5479 The name of fontset alias should be a unresolved ASCII font name.
5480
2ece9174
GM
54812000-12-28 Gerd Moellmann <gerd@gnu.org>
5482
5483 * simple.el (delete-key-deletes-forward-mode): Bind backspace
5484 and delete in isearch-mode-map.
5485
cbe3ad7a
RS
54862000-12-28 Richard M. Stallman <rms@gnu.org>
5487
ca2ddd8e 5488 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
5489 Use xpdf instead of acroread.
5490
a816f1c5
KH
54912000-12-28 Kenichi Handa <handa@etl.go.jp>
5492
f086e73c
KH
5493 * textmodes/artist.el (artist-butlast): Deleted.
5494 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 5495 artist-butlast.
f086e73c 5496
a816f1c5
KH
5497 * subr.el (butlast, nbutlast): Moved from cl.el to here.
5498
5499 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5500
b202115b
EZ
55012000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5502
5503 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5504
5505 * ls-lisp.el: Better support for the Mac and MS-Windows.
5506 (ls-lisp): New defgroup.
5507 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 5508 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
5509 (ls-lisp-support-shell-wildcards): New defcustoms.
5510 (ls-lisp-parse-symlink): New function.
5511 (insert-directory): Code to convert switches to a list and set up
5512 the wildcard argument copied from ls-lisp-insert-directory.
5513 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
5514 for -C and -R switches.
5515 (ls-lisp-column-format): New function.
ca2ddd8e 5516 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
5517 (ls-lisp-format-time): Add doc strings.
5518 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5519 Support ls-lisp-dirs-first.
5520 (ls-lisp-classify, ls-lisp-extension): New functions.
5521 (ls-lisp-format): Optionally support emulation of symlinks.
5522 Support -i, -s, and -G switches.
5523
6061fbf0
GM
55242000-12-27 Gerd Moellmann <gerd@gnu.org>
5525
5e25feee
GM
5526 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5527
6061fbf0
GM
5528 * version.el (emacs-version): Print X scroll bar information.
5529
5530 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5531 instead of x-toolkit-scroll-bars-p.
5532
5533 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5534 of x-toolkit-scroll-bars-p.
5535
25050dab
EZ
55362000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5537
83c9cb8e 5538 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
5539 (ffap-bindings): Doc fix, to reflect the above change.
5540
c1786874
KH
55412000-12-27 Kenichi Handa <handa@etl.go.jp>
5542
5543 * term.el (term-char-mode): Define all non-ascii self-inserting
5544 characters to 'term-send-raw in term-raw-map.
5545
7261ece3 55462000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 5547
83c9cb8e 5548 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 5549
83c9cb8e
SM
5550 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5551 Changed initialization; use add-hook.
6061fbf0 5552 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 5553
6061fbf0 5554 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 5555
6061fbf0
GM
5556 * ediff.el (ediff-patch-buffer): Bug fix.
5557 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 5558
83f40583
SM
55592000-12-23 Stefan Monnier <monnier@cs.yale.edu>
5560
5561 * subr.el (combine-run-hooks): Remove.
5562
5563 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5564 and remove the rogue second spec.
5565
bdd6d4e8
GM
55662000-12-23 Gerd Moellmann <gerd@gnu.org>
5567
5568 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5569
26736ce3
SM
55702000-12-22 Stefan Monnier <monnier@cs.yale.edu>
5571
0e86b6b0
SM
5572 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5573 Use minibuffer menu prompt for the `=' prefix.
5574 (smerge-command-prefix): Change default to C-^.
6eabfb26 5575 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 5576
26736ce3
SM
5577 * skeleton.el (skeleton-internal-1): Make sure the first line of
5578 the region is also re-indented.
d21584d6
SM
5579 (skeleton-end-newline): New var.
5580 (skeleton-end-hook): Use it.
26736ce3 5581
95fa4fd7
MB
55822000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5583
5584 * comint.el (comint-password-prompt-regexp): Support CVS.
5585
f060b834
GM
55862000-12-22 Gerd Moellmann <gerd@gnu.org>
5587
83c9cb8e
SM
5588 * simple.el (delete-key-deletes-forward-mode): Simplify.
5589 Also backspace key combinations, depending on
856ff7a7
GM
5590 delete-key-deletes-forward.
5591
5592 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5593
f060b834
GM
5594 * simple.el (delete-key-deletes-forward): Doc fix.
5595
653558a1
GM
55962000-08-22 Emmanuel Briot <briot@gnat.com>
5597
5598 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 5599 white spaces are relevant in the XML file.
653558a1
GM
5600 (xml-parse-file): Do not kill an existing Emacs buffer if the file
5601 to parse was already edited. This allows for on-the-fly analysis
26736ce3 5602 of XML files.
653558a1
GM
5603 (xml-parse-tag): Check that the casing is the same in the start
5604 tag and end tag, since XML is case-sensitive. Allows for spaces
5605 in the end tag, after the name of the tag.
5606 (xml-parse-attlist): Allow for the character '-' in the name of
5607 attributes, as in the standard http-equiv attribute Do not save
26736ce3 5608 the properties in the XML tree, since they are not relevant.
653558a1 5609
3ad93d8d
SM
56102000-12-21 Stefan Monnier <monnier@cs.yale.edu>
5611
5612 * generic.el (generic-read-type): Undo last change, inline into
5613 `generic-mode' and then remove.
5614 (generic-mode): Inline generic-read-type.
5615 (define-generic-mode): Push the symbol name rather than the symbol
5616 onto generic-mode-list.
5617
177f4e88
GM
56182000-12-21 Gerd Moellmann <gerd@gnu.org>
5619
8e15274f
GM
5620 * generic.el (generic-read-type): Build an alist for
5621 completing-read as in 20.7.
5622
5623 * play/landmark.el (lm): Use interactive spec `P'.
5624 (toplevel): Don't set debug-on-error.
5625
83c9cb8e 5626 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 5627
6ba384dc
GM
56282000-12-21 Dave Pearson <davep@davep.org>
5629
5630 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 5631
647a066c
GM
56322000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5633
5634 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5635 ranges like \177-\237, but accepts the character sequence from \177 to
5636 \237. Doc fix.
5637 (ebnf-version): New version (3.4).
5638 (ebnf-setup): Code fix.
5639 (ebnf-range-regexp): New fun.
5640 (ebnf-8-bit-chars): Const fix.
5641
5642 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5643 entry. Doc fix.
5644 (ebnf-bnf-lex): Code fix.
5645 (ebnf-bnf-comment-chars): Const fix.
5646
5647 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5648 entry. Doc fix.
5649 (ebnf-iso-comment-chars): Const fix.
5650
5651 * ebnf-otz.el: Doc fix.
5652
5653 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5654 entry. Doc fix.
5655 (ebnf-yac-skip-code): Code fix.
5656 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 5657
bc22fd18
EZ
56582000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5659
5660 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
5661 (recover-file): Use it instead of insert-directory.
5662 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 5663
587fc3f9
KH
56642000-12-21 Kenichi Handa <handa@etl.go.jp>
5665
83c9cb8e
SM
5666 * international/mule-cmds.el (select-safe-coding-system):
5667 Check coding-category-list more rigidly. Improve help message.
eeefcfde 5668
587fc3f9
KH
5669 * dired.el (dired-move-to-filename-regexp): Fix previous change.
5670
01860fb9
MB
56712000-12-21 Miles Bader <miles@gnu.org>
5672
83c9cb8e 5673 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 5674
3f9d67a6
KH
56752000-12-21 Kenichi Handa <handa@etl.go.jp>
5676
9fd1c1f7
KH
5677 * international/mule-diag.el (describe-char-after): Make *Help*
5678 buffer inherit multibyteness of the current buffer.
5679
3f9d67a6
KH
5680 * international/mule.el (make-char): Docstring adjusted for the
5681 change of make-char-internal.
5682
c9669fac
SM
56832000-12-20 Stefan Monnier <monnier@cs.yale.edu>
5684
5685 * international/iso-cvt.el: Docstrings fix.
5686
19594307
DL
56872000-12-20 Dave Love <fx@gnu.org>
5688
5689 * subr.el (eval-after-load): Doc fix.
5690
b1a447b3
KH
56912000-12-20 Kenichi Handa <handa@etl.go.jp>
5692
5693 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5694 for numbers.
5695
09877d5d
MB
56962000-12-20 Miles Bader <miles@gnu.org>
5697
5698 * international/quail.el (quail-help): Resize the help window
5699 again after it has all its contents. Remove unneeded progn.
5700
71d4497a
GM
57012000-12-19 Gerd Moellmann <gerd@gnu.org>
5702
5703 * pcmpl-linux.el: Fix copy/paste error.
5704
741e56a0
AI
57052000-12-19 Andrew Innes <andrewi@gnu.org>
5706
83c9cb8e 5707 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 5708
cc24d91c
CD
57092000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
5710
ba4c05aa
CD
5711 * progmodes/idlw-rinfo.el: Fixed copyright notice.
5712
5713 * progmodes/idlw-toolbar.el: Fixed copyright notice.
5714
5715 * progmodes/idlw-shell.el: Fixed copyright notice.
5716
5717 * progmodes/idlwave.el: Fixed copyright notice.
5718
71d4497a 5719 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
5720 TAB as key separators.
5721
524c8caf
GM
57222000-12-19 Alex Schroeder <alex@gnu.org>
5723
5724 * sql.el (sql-sybase-options): New option.
5725 (sql-sybase): Use it. Add sql-database to the list of parameters
5726 provided for login. The options -w 2048 -n are not used any more.
5727 (sql-postgres-options): Changed default from "--pset" to "-P".
5728 (sql-mysql-options): Doc change.
5729 (sql-stop): Doc change.
5730
b5fa513d
KH
57312000-12-19 Kenichi Handa <handa@etl.go.jp>
5732
5733 * international/quail.el (quail-input-method): Always hide
5734 the guidance buffer on exiting.
5735
91c9e6ce
GM
57362000-12-18 Gerd Moellmann <gerd@gnu.org>
5737
c6da4eb4
GM
5738 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5739 isn't fboundp.
5740
3d2a0e0b
GM
5741 * server.el (server-buffer-done): Bury the buffer before
5742 killing it.
5743
91c9e6ce
GM
5744 * faces.el (face-spec-set): Interpret a nil in specs for
5745 foreground and background colors as `unspecified', for
5746 compatibility with 20.x.
5747
40fa0008
DL
57482000-12-18 Dave Love <fx@gnu.org>
5749
22adbe54
DL
5750 * simple.el (mail-user-agent): Doc fix.
5751 (input-mode-8-bit): Removed.
5752
5753 * international/mule.el (set-keyboard-coding-system): Doc fix.
5754 (keyboard-coding-system): New option.
5755
40fa0008
DL
5756 * mail/sendmail.el (send-mail-function): Customize.
5757
6f4745e2
EZ
57582000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
5759
5760 * international/codepage.el (cp866-decode-table): New table.
5761
82b90229
GM
57622000-12-18 Gerd Moellmann <gerd@gnu.org>
5763
5764 * version.el (emacs-version): Remove `%a' from the time format
5765 because the weekday doesn't fit well into each locale.
5766
5a047002
MB
57672000-12-18 Miles Bader <miles@gnu.org>
5768
7f49aa07
MB
5769 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5770
ca2ddd8e 5771 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
5772 Check that emacs-major-version is `=' to 20, not `>='.
5773 (artist-replace-chars): Use `make-string' instead of a loop.
5774
22ea2607
EZ
57752000-12-17 Stefan Monnier <monnier@cs.yale.edu>
5776
5777 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5778 (cvs-execute-single-file): Don't change directory.
5779 Patch from Per Cederqvist.
5780
6c825f8e
EZ
57812000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
5782
83c9cb8e
SM
5783 * textmodes/ispell.el (check-ispell-version):
5784 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
5785 of -vv.
5786
8ff06845
KH
57872000-12-16 Kenichi Handa <handa@etl.go.jp>
5788
af4bb4c8
KH
5789 * international/mule-diag.el (mule-diag): Insert information about
5790 configure options, multibyte awareness, language env.
5791
8ff06845
KH
5792 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5793 regexp to search for candidates.
5794
b24e84ab
EZ
57952000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
5796
5797 * info.el (Info-forward-node): If the node has an
5798 Info-header-line, widen the buffer before searching for "next:"
5799 and "up:" pointers, and set the search limit to stay in the
5800 current node.
5801
7981d89f
MB
58022000-12-16 Miles Bader <miles@gnu.org>
5803
5804 * simple.el (delete-trailing-whitespace): Remove extraneous let.
5805
88ee7917
MB
58062000-12-15 Miles Bader <miles@gnu.org>
5807
5808 * comint.el (comint-send-string, comint-send-region): Also accept
5809 a buffer, buffer-name, or nil for PROCESS, for compatibility with
5810 process-send-string/region.
5811
0c28d842
GM
58122000-12-15 Gerd Moellmann <gerd@gnu.org>
5813
4ea7fdca
GM
5814 * isearch.el (isearch-lazy-highlight-max): New user-option.
5815 (isearch-lazy-highlight-update): Don't highlight more than
5816 isearch-lazy-highlight-max matches.
5817
0c28d842
GM
5818 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5819
984c9f75 58202000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 5821
8062e53a
GM
5822 * sort.el (sort-columns): Fix error message.
5823
3ffa545b
GM
5824 * dabbrev.el (dabbrev--last-case-pattern): Value is now
5825 `upcase' or `downcase' or nil.
5826 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5827 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5828 (dabbrev--substitute-expansion): New arg record-case-pattern.
5829 If it is non-nil, set dabbrev--last-case-pattern.
5830 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5831
5832 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5833
c2d7f289
MB
58342000-12-15 Miles Bader <miles@gnu.org>
5835
b6348438
MB
5836 * paths.el (Info-default-directory-list): Don't delete
5837 configure-info-directory from the list of standard info
83c9cb8e 5838 directories when appending it to the end -- their order is important.
b6348438 5839
f9056dd9
MB
5840 * faces.el (read-face-attribute): If there's no entry for the
5841 user's input in VALID, just use it as-is (this will often result
5842 in an error, but it may be OK for e.g. colors using hexadecimal
5843 notation, and at least will yield a better error message).
5844
c2d7f289 5845 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 5846 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
5847 Variables removed.
5848 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5849 window is really the right size. Use vertical-motion
5850 rather than forward-line.
5851 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5852 (ispell-command-loop, ispell-show-choices): Use the variable
5853 ispell-choices-win-default-height, rather than the function.
5854 (ispell-choices-win-default-height): Function removed.
5855 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 5856
8f530b95
SM
58572000-12-14 Stefan Monnier <monnier@cs.yale.edu>
5858
5859 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5860
6d435deb
EZ
58612000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5862
83c9cb8e
SM
5863 * paths.el (Info-default-directory-list):
5864 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
5865 put it first in the list; otherwise put it last. Doc string
5866 changed accordingly.
5867
5868 * info.el (Info-directory-list): Change doc string to reflect the
5869 change in Info-default-directory-list.
5870
6d435deb
EZ
5871 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5872 windows-nt as windowed environments, even under -nw.
5873
5874 * startup.el (command-line): Don't call x-backspace-delete-keys-p
5875 if not fboundp. Switch delete-forward mode for the <delete> key
5876 on all PC platforms, even under -nw.
5877
5878 * term/internal.el ([M-delete]): Remap to M-d.
5879
9d7d9263
GM
58802000-12-14 Gerd Moellmann <gerd@gnu.org>
5881
5882 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5883
7cf0153a
EZ
58842000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5885
5886 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5887
5e5b3d41
GM
58882000-12-14 Gerd Moellmann <gerd@gnu.org>
5889
5f368d29
GM
5890 * startup.el (command-line): Call delete-key-deletes-forward-mode,
5891 if appropriate.
5892
5893 * simple.el (delete-key-deletes-forward): New user-option.
5894 (delete-key-deletes-forward-mode): New function.
5895
9d7d9263 5896 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 5897
83c9cb8e
SM
5898 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5899 Test if symbol is bound before getting its value.
5e5b3d41
GM
5900
5901 * tooltip.el (tooltip-show): If an error is signaled in
5902 x-show-tip, display that error, and display the help in the
5903 echo area.
ca2ddd8e 5904
191b83b6
KH
59052000-12-14 Kenichi Handa <handa@etl.go.jp>
5906
83c9cb8e
SM
5907 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5908 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 5909
6192b604
KF
59102000-12-13 Karl Fogel <kfogel@red-bean.com>
5911
5912 * bookmark.el: Provide a generic exit hook, as suggested by
5913 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
5914 (bookmark-exit-hook): New var.
5915 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
5916 old raw lambda form in `kill-emacs-hook', and runs new
5917 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
5918 as logically that feature must have been provided if this function
5919 is running.
5920 Removed ;;;###autoload before the `add-hook' call.
5921
5edf6b55
SM
59222000-12-13 Stefan Monnier <monnier@cs.yale.edu>
5923
5924 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
5925 (easy-menu-current-active-maps): New function.
5926 (easy-menu-get-map): Use it.
5927 Make a proper menu entry when creating a new keymap.
5928
16b5e8e6
KH
59292000-12-13 Kenichi Handa <handa@etl.go.jp>
5930
d49fc4eb
KH
5931 * international/characters.el: Fix cases and syntaxes for
5932 mule-unicode-0100-24ff.
5933
3b53d876
KH
5934 * dired.el (dired-move-to-filename-regexp): Fixed for the case
5935 that a Japanese character is not appended after day and year.
5936
16b5e8e6
KH
5937 * info.el (Info-suffix-list): Change format for a command that
5938 requires arguments.
5939 (info-insert-file-contents): Adjusted for the above change.
5940
1df1c518
AS
59412000-12-12 Andreas Schwab <schwab@suse.de>
5942
5943 * tar-mode.el (tar-extract): Base the name of the subfile buffer
5944 on the name of the tar buffer. Verify that the existing buffer is
5945 visiting the same subfile.
5946
a7a07b98
DL
59472000-12-12 Dave Love <fx@gnu.org>
5948
5949 * subdirs.el: Add obsolete.
5950
4fdbd809
GM
59512000-12-12 Gerd Moellmann <gerd@gnu.org>
5952
bfdb75ee
GM
5953 * mail/rmailsum.el (rmail-summary-expunge)
5954 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
5955 instead of rmail-confirm-expunge.
5956
4fdbd809
GM
5957 * replace.el (perform-replace): Don't use an empty match adjacent
5958 to a non-empty match when computing the next match before the
5959 replacement is performed.
5960
e9a59cad
GM
59612000-12-12 Milan Zamazal <pdm@freesoft.cz>
5962
5963 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
5964 definition (patch by Stefan Monnier).
5965 (glasses-mode): Use jit-lock instead of `after-change-functions'
5966 (patch by Stefan Monnier).
5967
c2def7a0
MB
59682000-12-12 Miles Bader <miles@gnu.org>
5969
5970 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
5971 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
5972
591b63b4
AC
59732000-12-12 Andrew Choi <akochoi@i-cable.com>
5974
5975 * term/mac-win.el: Remove load for ls-lisp.
5976
a924cf63 5977 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 5978
5ff4ba3d
MB
59792000-12-12 Miles Bader <miles@gnu.org>
5980
5981 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
5982 Respect field end too.
5983 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
5984 (newline-and-indent, reindent-then-newline-and-indent):
5985 Use `delete-horizontal-space'.
5ff4ba3d 5986
d0c679bc
SM
59872000-12-11 Stefan Monnier <monnier@cs.yale.edu>
5988
adf9c994
SM
5989 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
5990 (so as to obey the field property in the minibuffer).
5991
4b0cd42d
SM
5992 * obsolete/c-mode.el: Moved from lisp/progmodes.
5993 * obsolete/auto-show.el: Moved from lisp.
5994 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 5995
89f85863
CD
59962000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
5997
5998 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 5999 changes to list them here.
89f85863 6000
83c9cb8e
SM
6001 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
6002 Too many changes to list them here.
89f85863 6003
83c9cb8e
SM
6004 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
6005 Too many changes to list them here.
89f85863
CD
6006
6007 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
6008
3e0d35ce
GM
60092000-12-11 Gerd Moellmann <gerd@gnu.org>
6010
83c9cb8e 6011 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 6012
ca2ddd8e 6013 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
6014 Comment fix.
6015
3e0d35ce
GM
6016 * hscroll.el: Moved to `obsolete' subdir.
6017
ff904dd6
MB
60182000-12-11 Miles Bader <miles@gnu.org>
6019
6020 * window.el (window-text-height): Function removed (now in C).
6021
fb97d87f
SM
60222000-12-10 Stefan Monnier <monnier@cs.yale.edu>
6023
6024 * log-edit.el (log-edit-parent-buffer): New var.
6025 (log-edit): Set it. Add BUFFER argument.
6026 (log-edit-done): Use char-before.
6027 Don't bother checking validity of vc-comment-ring.
6028 Only bury the buffer if log-edit popped it up.
6029
6030 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
6031 (cvs-mode-diff-help): Remove.
6032 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 6033 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
6034
6035 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
6036 Remove binding for ? now made unnecessary.
6037
7de77417
CD
60382000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
6039
83c9cb8e 6040 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
6041 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
6042
6043 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
6044 when master file is not open.
6045
4efa209f
SM
60462000-12-09 Stefan Monnier <monnier@cs.yale.edu>
6047
6048 * progmodes/ada-stmt.el: Update `maintainer'.
6049
0a8052bd
GM
60502000-12-09 Stephen Gildea <gildea@alum.mit.edu>
6051
6052 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
6053 choices to match documentation string.
6054
a12167c5
MB
60552000-12-09 Miles Bader <miles@gnu.org>
6056
2161605d
MB
6057 * minibuf-eldef.el: New file.
6058
a12167c5
MB
6059 * window.el (fit-window-to-buffer): Don't pass last argument to
6060 pos-visible-in-window-p, now that its meaning is inverted.
6061
9ea8de1b
EZ
60622000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
6063
6064 * image.el (create-image): Doc fix; spotted by Per Cederqvist
6065 <ceder@lysator.liu.se>.
6066
5002ddbb
SM
60672000-12-08 Stefan Monnier <monnier@cs.yale.edu>
6068
b6114d80
SM
6069 * autoinsert.el (auto-insert-alist): Add missing final \n.
6070
ee8d23ee
SM
6071 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
6072 (cvs-menu-map): Remove.
6073 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
6074 (cvs-mode-quit): Turn it back into a plain function.
6075
5002ddbb 6076 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 6077 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
6078
6079 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
6080 file where it's more visible.
6081 (texinfo-filter, texinfo-chapter-level-regexp): New variables
6082 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
6083 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
6084 (texinfo-inside-macro-p): Only catch `scan-error's.
6085 (texinfo-inside-env-p): Make better use of the match info.
6086 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
6087 (texinfo-insert-@end): Slight re-organization.
6088 Also remove useless `looking-at' call.
6089
30cd075d
AI
60902000-12-08 Andrew Innes <andrewi@gnu.org>
6091
6092 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
6093 accessible in -nw mode.
6094
6095 * term/w32-win.el: Remove stuff about selection timeout, which is
6096 irrelevant on Windows. Move clipboard support to w32-fns.el, so
6097 it is accessible in -nw mode.
6098
01b91009
DL
60992000-12-08 Dave Love <fx@gnu.org>
6100
83c9cb8e
SM
6101 * emacs-lisp/lisp-mode.el (lisp-mode):
6102 Set font-lock-keywords-case-fold-search.
01b91009 6103
842b2a94
GM
61042000-12-08 Gerd Moellmann <gerd@gnu.org>
6105
6106 * textmodes/ispell.el (ispell): Doc fix.
6107
f9d5f611
KH
61082000-12-08 Kenichi Handa <handa@etl.go.jp>
6109
6110 * international/quail.el (quail-insert-decode-map): Check the
6111 frame width of a window displaying the current buffer, not that of
6112 the selected frame.
6113 (quail-help): Make sure that the help buffer has window before
6114 inserting text in it.
6115
e04d21aa
SS
61162000-12-07 Sam Steingold <sds@gnu.org>
6117
6118 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
6119 Backquote is used in isearch.el, so autoloading saves nothing.
6120
fc3e23a4
EZ
61212000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
6122
83c9cb8e
SM
6123 * startup.el (normal-top-level-add-subdirs-to-load-path):
6124 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 6125
fc3e23a4
EZ
6126 * dired.el (dired-insert-directory): If file-system-info is
6127 fboundp, call it instead of invoking dired-free-space-program.
6128
796ecd10
GM
61292000-12-07 Gerd Moellmann <gerd@gnu.org>
6130
0f5f7c3e
GM
6131 * server.el (server-visit-files): Push files on file-name-history.
6132
3764ba49
GM
6133 * progmodes/cc-langs.el: Update copyright.
6134
8e7931da
GM
6135 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
6136
ae0d7485 6137 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 6138
796ecd10
GM
6139 * bindings.el (mode-line-mode-menu): Reverse the order
6140 of define-keys so that the menu appears in alphabetical order.
6141
ae0d7485
GM
61422000-12-07 Milan Zamazal <pdm@freesoft.cz>
6143
6144 * progmodes/glasses.el (glasses-mode): Update mode line at the end
6145 of the function.
6146
e2849090
DL
61472000-12-07 Dave Love <fx@gnu.org>
6148
6149 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
6150
6151 * facemenu.el (facemenu-unlisted-faces): Fix value.
6152
5c7f629c
SM
61532000-12-07 Stefan Monnier <monnier@cs.yale.edu>
6154
6155 * font-lock.el (font-lock-default-fontify-region):
6156 Include the terminating \n (off-by-one error).
6157 (font-lock-set-defaults): Use dolist.
6158
6159 * derived.el (define-derived-mode): Don't use combine-run-hooks.
6160
73481ae3
KH
61612000-12-07 Kenichi Handa <handa@etl.go.jp>
6162
83c9cb8e
SM
6163 * international/mule-cmds.el (describe-language-environment):
6164 Fix for the case that an input method title is not string but a list.
ffbaa122 6165
73481ae3
KH
6166 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
6167 of wrong SIZE record.
6168
e2896b22
DL
61692000-12-06 Dave Love <fx@gnu.org>
6170
67292061
DL
6171 * newcomment.el (comment-region, comment-dwim): Doc fix.
6172
6173 * textmodes/texinfo.el: Require tex-mode when compiling.
6174 (texinfo-update-node): Doc fix.
6175 (texinfo-imenu-generic-expression): Add @anchor.
6176 (texinfo-font-lock-keywords): Add @uref.
6177 (texinfo-inside-macro-p): Don't use ignore-errors.
6178 (texinfo-insert-quote): Match more contexts.
6179
e76938e7
DL
6180 * international/mule.el (decode-char, encode-char): Doc fix.
6181 (auto-coding-alist): Customize.
6182
6183 * files.el (load-file): Fix change of 2000-03-12.
6184
e2896b22
DL
6185 * wid-edit.el (widget-text-keymap): Doc fix.
6186
6610f4b2
AI
61872000-12-06 Andrew Innes <andrewi@gnu.org>
6188
6189 * makefile.w32-in (lisp): Set to an absolute directory, namely
6190 $(CURDIR).
6191
9e3366e4
EZ
61922000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
6193
6194 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
6195 read generated-autoload-file, and set buffer-file-coding-system to
6196 raw-text-unix after reading the file.
6197
83c9cb8e
SM
6198 * international/mule-conf.el (file-coding-system-alist):
6199 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 6200
d94d636f
GM
62012000-12-06 Gerd Moellmann <gerd@gnu.org>
6202
384333ee
GM
6203 * replace.el (occur): Make line-number-width 1 smaller for the
6204 colon following the line number.
6205
83c9cb8e
SM
6206 * startup.el (fancy-splash-text, command-line-1):
6207 Use `File' for the menu name instead of `Files'.
e04d21aa 6208
d4b72d58
GM
6209 * tmm.el: Update copyright.
6210
d94d636f
GM
6211 * cus-start.el: Add entry for even-window-heights.
6212
6e424019
MB
62132000-12-06 Miles Bader <miles@gnu.org>
6214
6215 * faces.el (frame-set-background-mode): Avoid stomping on
6216 locally modified faces.
6217
e6477b58
KH
62182000-12-06 Kenichi Handa <handa@etl.go.jp>
6219
6220 * international/fontset.el: Correct the font registries for
6221 japanese-jisx0213-1 and japanese-jisx0213-2.
6222
21999ab9
GM
62232000-12-05 Gerd Moellmann <gerd@gnu.org>
6224
57d6e381
GM
6225 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6226
21999ab9
GM
6227 * iswitchb.el: Update customization commentary.
6228
7422819c
GM
62292000-12-05 Rob Riepel <riepel@Stanford.EDU>
6230
6231 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6232 (tpu-search-highlight): Fixed comparison of overlay end positions.
6233 (tpu-trim-line-ends): Implemented trimming logic locally.
6234
6235 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 6236 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 6237
73daff18
KH
62382000-12-05 Kenichi Handa <handa@etl.go.jp>
6239
6240 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6241 to cn-gb.
6242 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6243
6a4cd002
DL
62442000-12-04 Dave Love <fx@gnu.org>
6245
6246 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6247
6452929e
GM
62482000-12-04 Gerd Moellmann <gerd@gnu.org>
6249
e04d21aa 6250 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
6251 (rmail-summary-expunge-and-save): Ask for confirmation with
6252 rmail-expunge-confirmed.
6253
6254 * mail/rmail.el (rmail-expunge-confirmed): New function.
6255 (rmail-expunge): Use it.
6256
1790abf4
FP
62572000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6258
0c68ce6f 6259 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
6260 (etags-recognize-tags-table, find-tag-in-order):
6261 New functionality: interpret file names as tags.
e04d21aa 6262
7a53d8c8
EZ
62632000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
6264
6265 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
6266 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
6267 the first subnode until the bottom of the current node is visible.
7a53d8c8 6268
caa15ef7
GM
62692000-12-04 Gerd Moellmann <gerd@gnu.org>
6270
6271 * format.el (format-decode): Don't change buffer's undo list.
6272
e225faa7
KH
62732000-12-04 Kenichi Handa <handa@etl.go.jp>
6274
6275 * faces.el (face-font-registry-alternatives): Add entries for CJK
6276 fonts. Doc-string adjusted for the actual usage of this data.
6277
6278 * international/fontset.el: Change the font registries for CJK
6279 fonts in the default fontset. Don't append '*' to registries.
6280
8b262a65
SM
62812000-12-03 Stefan Monnier <monnier@cs.yale.edu>
6282
e04d21aa 6283 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
6284 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
6285
6286 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6287 (derived-mode-p): New function.
6288 (derived-mode-make-docstring): Add `docstring' argument.
6289 Use it if available and complete it if necessary.
6290
33c4460b
AS
62912000-12-03 Andreas Schwab <schwab@suse.de>
6292
6293 * type-break.el (type-break): Don't make parent of itself.
6294
5c9b3fac
MB
62952000-12-03 Miles Bader <miles@gnu.org>
6296
6297 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6298
27ce741e
SM
62992000-12-02 Stefan Monnier <monnier@cs.yale.edu>
6300
07c16ec4
SM
6301 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6302 (tex-main-file, tex-file): Simplify.
6303 (tex-generate-zap-file-name): Use subst-char-in-string.
6304 (tex-strip-dots): Remove.
6305
c19cc275
SM
6306 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6307
27ce741e
SM
6308 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6309 to check if the match succeeded.
6310
285991dc
GM
63112000-12-02 Gerd Moellmann <gerd@gnu.org>
6312
6313 * startup.el (use-fancy-splash-screens-p): New function.
6314 (command-line-1): Use it to determine whether or not to use
6315 a fancy splash screen.
6316
52dca1b2
AS
63172000-12-02 Andreas Schwab <schwab@suse.de>
6318
6319 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6320
d3e7e7cf
EZ
63212000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6322
2dce2360
EZ
6323 * international/mule.el (make-char): Fix last change.
6324
9768eaa7
EZ
6325 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6326 New defcustoms.
6327 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
6328 autoloading tex-mode; instead, do the same manually.
6329 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
6330 with numeric argument. Docstring fix.
6331 (toplevel): Require cl when compiling.
e04d21aa 6332
285991dc 6333 * international/mule.el (make-char): Doc fix.
d3e7e7cf 6334
0dd5e255
JR
63352000-12-02 Jason Rumney <jasonr@gnu.org>
6336
6337 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6338 the Emacs Lisp manual)
6339
fbb87147
EZ
63402000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6341
5cbb3e93
EZ
6342 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6343
fbb87147
EZ
6344 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6345 the Emacs Lisp manual).
6346
1636ca09
GM
63472000-12-02 Gerd Moellmann <gerd@gnu.org>
6348
6349 * simple.el (next-line-add-newlines): Change default to nil.
6350
68875f0e
EZ
63512000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
6352
83c9cb8e
SM
6353 * files.el (revert-buffer, recover-file):
6354 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 6355
fd9ac94c
GM
63562000-12-01 Gerd Moellmann <gerd@gnu.org>
6357
6358 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6359
45450dd5
MB
63602000-12-01 Miles Bader <miles@gnu.org>
6361
6362 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6363
09df8881
KH
63642000-12-01 Kenichi Handa <handa@etl.go.jp>
6365
6366 * international/mule-diag.el (describe-char-after): Fix typo.
6367 (describe-character-set, non-iso-charset-alist): Fix typo.
6368
dea0a87d
MB
63692000-12-01 Miles Bader <miles@gnu.org>
6370
b170205b
MB
6371 * image-file.el (image-file-name-regexp): Automatically add
6372 upper-case variants of each filename extension in
6373 `image-file-name-extensions', since they seem to be common.
6374
e04d21aa 6375 * simple.el (minibuffer-contents)
dea0a87d
MB
6376 (minibuffer-contents-no-properties, delete-minibuffer-contents):
6377 New functions.
6378 * filecache.el (file-cache-directory-name)
6379 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6380
eb04d6cd 63812000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 6382
dea0a87d
MB
6383 * filecache.el (file-cache-minibuffer-complete): Don't try to
6384 delete the minibuffer prompt.
6385
a8a1b05d
DL
63862000-11-30 Dave Love <fx@gnu.org>
6387
6388 * cus-start.el: Fix read-buffer-function type.
6389
693c4692
GM
63902000-11-30 Gerd Moellmann <gerd@gnu.org>
6391
6392 * md5.el: Removed. There's a built-in function, now.
6393
2c0b1898
GM
63942000-11-30 Markus Rost <rost@math.ohio-state.edu>
6395
6396 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6397 as dummy 0-th char of rmail-deleted-vector.
6398
63dfcf4b
EZ
63992000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
6400
6401 * ps-print.el (ps-end-job): Bind case-fold-search only after
6402 switching to ps-spool-buffer.
6403
64042000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6405
6406 * ps-print.el: Line number font customization. PostScript: Lines and
6407 PageCount are initialized on each page. Doc Fix.
6408 (ps-print-version): New version number (6.3.2).
6409 (ps-lpr-switches, ps-font-info-database, ps-font-size)
6410 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6411 (ps-right-header): Customization fix.
6412 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6413 Fix code.
6414 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6415 New vars.
6416
df3aedcf
GM
64172000-11-30 Gerd Moellmann <gerd@gnu.org>
6418
edfb795e
GM
6419 * bs.el: Fix typos and spelling errors.
6420 (bs-appearance) <defgroup>: Renamed from bs-appearence.
6421 (bs-configuration): Doc fix.
e04d21aa 6422
df3aedcf
GM
6423 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
6424
8b8a7f01
GM
64252000-11-30 Rob Riepel <riepel@Stanford.EDU>
6426
6427 * emulation/tpu-edt.el (tpu-version): New version.
6428 (tpu-search-overlay, tpu-replace-overlay): New initial range.
6429 (tpu-original-mode-line): Variable deleted.
6430 (tpu-mark-flag): New initial value.
83c9cb8e
SM
6431 (tpu-set-mode-line): Don't redefine mode-line-format.
6432 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
6433 (tpu-update-mode-line): New mark flag logic.
6434 (tpu-get): Use find-file-wildcards.
6435 (tpu-search-highlight): Move overlay less, reset overlay properly.
6436 (tpu-unselect): Deactivate mark.
6437 (tpu-lm-replace): Reset overlay properly.
6438 (tpu-forward-line): Use forward-visible-line.
6439 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
6440
83c9cb8e 6441 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 6442
c069a9d3
GM
64432000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6444
6445 * cus-edit.el (custom-face-value-create): Always emphasize tag.
6446
b02cd40b
GM
64472000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6448
6449 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6450 and skip whitespace and newlines.
e04d21aa 6451
b7a90344
SM
64522000-11-30 Stefan Monnier <monnier@cs.yale.edu>
6453
6454 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6455
be6bbb55
GM
64562000-11-29 Gerd Moellmann <gerd@gnu.org>
6457
0383ed60
GM
6458 * help.el (describe-function-1): Regexp-quote function name
6459 when used as part of a regexp.
6460
83c9cb8e
SM
6461 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6462 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
6463 (tool-bar-add-item): Likewise, and handle unspecified colors.
6464
6465 * enriched.el (enriched-face-ans): Use face-attribute instead
6466 of face-foreground and face-background.
6467
6468 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 6469 Return nil if attribute is unspecified, for backward compatibility.
c7957947 6470
7423978d
GM
6471 * files.el (auto-mode-alist): Add an entry for antlr-mode.
6472
ef128c78
GM
6473 * play/5x5.el: Remove version info.
6474
a81fc510
GM
6475 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6476
be6bbb55
GM
6477 * frame.el (blink-cursor-mode): Doc fix.
6478
f9396e03
GM
64792000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6480
6481 * antlr-mode.el: New commands to run ANTLR from within Emacs and
6482 to create Makefile rules.
6483 (antlr-tool-command): New user option.
6484 (antlr-ask-about-save): New user option.
6485 (antlr-makefile-specification): New user option.
6486 (antlr-file-formats-alist): New variable.
6487 (antlr-special-file-formats): New variable.
6488 (antlr-unknown-file-formats): New user option.
6489 (antlr-help-unknown-file-text): New variable.
6490 (antlr-help-rules-intro): New variable.
6491 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6492 (antlr-mode-menu): Add entries.
6493 (antlr-file-dependencies): New function.
6494 (antlr-directory-dependencies): New function.
6495 (antlr-superclasses-glibs): New function.
6496 (antlr-run-tool): New command.
6497 (antlr-makefile-insert-variable): New function.
6498 (antlr-insert-makefile-rules): New function.
6499 (antlr-show-makefile-rules): New command.
6500
6501 * antlr-mode.el: More Emacs/XEmacs stuff.
6502 (antlr-no-action-keywords): New constant with value nil.
6503 (antlr-font-lock-keywords-alist): Use it. Old value would break
6504 syntax highlighting in Emacs-21.0.
6505 (antlr-default-directory): Emacs/XEmacs dependend function.
6506 (antlr-read-shell-command): Ditto.
6507 (antlr-with-displaying-help-buffer): Ditto.
6508
65092000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6510
6511 * antlr-mode.el: imenu, parsing and highlighting changes.
6512 (antlr-imenu-create-index-function): Don't create extra submenus
6513 for definitions in different grammar classes. It is not necessary
6514 for the menu and would make command `imenu' awkward to use.
6515 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6516 header actions and more than one.
6517 (antlr-font-lock-tokendef-face): Changed color.
6518 (antlr-font-lock-tokenref-face): Changed color.
6519 (antlr-font-lock-additional-keywords): Also highlight lowercase.
6520 (antlr-mode-syntax-table): New variable.
6521 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6522 (antlr-with-syntax-table): Don't copy syntax table.
6523
65242000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6525
6526 * antlr-mode.el: Minor changes: language setting.
6527 (antlr-language-alist): The value for file option "language" can
6528 be both an identifier and a string.
6529 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6530 (antlr-language-limit-n-regexp): Change accordingly.
6531
65322000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6533
6534 * antlr-mode.el: Minor changes: tabs, hiding.
6535 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6536 (antlr-action-visibility): Also allow value nil to also hide the
6537 braces. Renamed from `antlr-tiny-action-length'.
6538 Suggested by Jay@aol.com.
6539 (antlr-hide-actions): Change accordingly. Hide line if completely
6540 hidden action is on a line of its own.
e04d21aa 6541
6ad948eb
SM
65422000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6543
6544 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6545
6546 * sort.el (sort-columns): Don't concat strings with numbers.
6547
9c6a4107
DL
65482000-11-29 Dave Love <fx@gnu.org>
6549
6550 * cus-edit.el (face): Fix :format.
6551
6552 * mail/feedmail.el: Require smtpmail when compiling.
6553 (mail-do-fcc): Autoload.
6554 (feedmail) <defgroup>: Fix :link.
6555 (feedmail-nuke-body-in-fcc): Fix :type.
6556 (feedmail-send-it): Add autoload cookie.
6557
053b8d35
SM
65582000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6559
6560 * newcomment.el (comment-indent): Save excursion around call to
6561 comment-indent-function.
6562
242c13e8
MB
65632000-11-29 Miles Bader <miles@gnu.org>
6564
6565 * subr.el (member-ignore-case): Return the tail of the list who's
6566 car matches, like `member', not the matching element itself.
6567
8f4b5f28
KH
65682000-11-29 Kenichi Handa <handa@etl.go.jp>
6569
6570 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
6571 should not contain `\n'.
6572
bebe4a2c
GM
65732000-11-28 Gerd Moellmann <gerd@gnu.org>
6574
fd9ac94c 6575 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 6576
ba7e40eb
GM
6577 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6578
75ab0c79
GM
6579 * dired-aux.el (dired-do-create-files): Construct default file
6580 name for dired-mark-read-file-name so that when the user enters
6581 just RET, the target file will end up in the target directory.
6582
bebe4a2c
GM
6583 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6584 local-abbrev-table before changing buffers because it might
6585 have a buffer-local binding.
6586
fa6d1ca8
MB
65872000-11-28 Miles Bader <miles@gnu.org>
6588
6589 * simple.el (delete-horizontal-space): Handle fields more generally.
6590
8d2c2642
GM
65912000-11-28 Gerd Moellmann <gerd@gnu.org>
6592
6593 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6594
8b31236d
DL
65952000-11-28 Dave Love <fx@gnu.org>
6596
3cbd02d2
DL
6597 * progmodes/ps-mode.el (ps-mode): Set comment-start and
6598 comment-start-skip locally.
6599
8b31236d
DL
6600 * progmodes/fortran.el (fortran-mode): Don't set
6601 fortran-comment-line-start-skip. Set comment-start to
6602 fortran-comment-line-start.
6603 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6604 (fortran-comment-line-start-skip): Simplify slightly.
6605
ae4bf56d
GM
66062000-11-28 Gerd Moellmann <gerd@gnu.org>
6607
17ef7534
GM
6608 * play/5x5.el: Remove RCS keyword.
6609
fd9ac94c 6610 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 6611
665b27a6
GM
66122000-11-28 Milan Zamazal <pdm@freesoft.cz>
6613
83c9cb8e
SM
6614 * textmodes/tildify.el (tildify-string-alist):
6615 Add `plain-tex-mode' here.
665b27a6 6616
fe3c2ae3
GM
66172000-11-28 Colin Walters <walters@cis.ohio-state.edu>
6618
6619 * chistory.el (Command-history-setup): Remove extraneous `keymap'
6620 reference.
6621
d970106b
MB
66222000-11-28 Miles Bader <miles@gnu.org>
6623
36b80a0d
MB
6624 * cus-face.el (custom-face-attributes): Add post-filter function
6625 for :box. Make pre-filter function for :box handle all cases.
6626
d970106b
MB
6627 * wid-edit.el (widget-choose): Make sure pop-up window is large
6628 enough to display all the choices, as there's no way to scroll it.
6629
5a2bae6c
KH
66302000-11-28 Kenichi Handa <handa@etl.go.jp>
6631
6632 * international/mule-conf.el: Make the coding system no-conversion
6633 safe for all characters.
6634
9e836e23
DL
66352000-11-27 Dave Love <fx@gnu.org>
6636
8b31236d
DL
6637 * net/ldap.el (ldap) <defgroup>: Add :version.
6638
9e836e23
DL
6639 * tooltip.el (tooltip-use-echo-area): Doc fix.
6640
6641 * cus-start.el <minibuffer-prompt-properties>: Add version.
6642 <read-buffer-function>: Add.
6643
6644 * apropos.el (apropos-print): Add help-echo to active text.
6645
6646 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6647
4a74d071
GM
66482000-11-27 Gerd Moellmann <gerd@gnu.org>
6649
6650 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6651 type, group and version.
6652
76058c27
EZ
66532000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
6654
4a74d071 6655 * select.el (x-get-selection): Docstring fix.
76058c27 6656
fd9ac94c 66572000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 6658
fd9ac94c 6659 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 6660
49060c51
AI
66612000-11-27 Andrew Innes <andrewi@gnu.org>
6662
6663 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6664
6665 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6666
b2a8e429
MB
66672000-11-27 Miles Bader <miles@gnu.org>
6668
6669 * dired.el (dired-get-filename): Return filename verbatim if
6670 LOCALP is `verbatim'.
6671 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6672 `verbatim' so that we don't inadvertently delete a non-existant
6673 directory name.
6674
5ac0366d
KH
66752000-11-27 Kenichi Handa <handa@etl.go.jp>
6676
6677 * international/characters.el: Specify cases and syntaxes for
6678 mule-unicode-0100-24ff.
6679
67f1cf4c
GM
66802000-11-27 Gerd Moellmann <gerd@gnu.org>
6681
6682 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6683 that foreground and/or background colors of the face `tool-bar'
6684 are unspecified.
6685
46c56972
MB
66862000-11-27 Miles Bader <miles@gnu.org>
6687
e04d21aa 6688 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
6689 (widget-field-end): Handle widget field `pseudo-overlays'.
6690 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6691 if it's there instead of in `widget-field-list'.
6692
46c56972 6693 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
6694 (help-make-xrefs): Delete extraneous newlines at the end of the
6695 docstring.
46c56972 6696
640a9cdd
JR
66972000-11-25 Jason Rumney <jasonr@gnu.org>
6698
6699 * startup.el (command-line): Call set-locale-environment after
6700 Window System init file is read, as it can result in a call to
6701 redraw-frame.
6702
0b3f96d4
EZ
67032000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
6704
6705 * simple.el (shell-command): Mention the effect of the prefix
6706 argument in the doc string.
6707
8da6e2a1
MB
67082000-11-25 Miles Bader <miles@gnu.org>
6709
a658d039
MB
6710 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6711
8da6e2a1 6712 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 6713 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 6714
d3416cca
JR
67152000-11-24 Jason Rumney <jasonr@gnu.org>
6716
6717 * international/mule-cmds.el (locale-language-names): Add "jp" as
6718 a non-standard alternative for Japanese.
6719
17e37f53
AS
67202000-11-24 Andre Spiegel <spiegel@gnu.org>
6721
6722 * vc-hooks.el: Require 'cl during compilation.
6723
9aa5f148
GM
67242000-11-24 Gerd Moellmann <gerd@gnu.org>
6725
ba193890
GM
6726 * faces.el (face-set-after-frame-default): Let face attributes
6727 specified for new frames override frame parameters.
6728
9aa5f148
GM
6729 * startup.el (command-line): Fix computation of the source file
6730 for user-init-file when user-init-file is a compiled file.
6731
51a1edab
MB
67322000-11-24 Miles Bader <miles@gnu.org>
6733
e04d21aa 6734 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
6735 (custom-post-filter-face-spec): New functions.
6736 (custom-face-set, custom-face-value-create): Filter the face spec
6737 before and after customization.
6738 (custom-face-set): If VALUE specifies a null face, pass a
6739 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6740 * cus-face.el (custom-face-attributes): Remove SET and GET
6741 functions. Add some IN-FILTER and OUT-FILTER functions in the few
6742 cases they're needed.
6743
1ed74431
MB
6744 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6745 that it's distinguishable from the :off-glyph on dark-background
6746 displays. Set its background color too.
6747
67ee1125
MB
6748 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6749 so that people can easily turn it off.
6750
7d027816 67512000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 6752
7d027816 6753 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 6754
9aa5f148 6755 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 6756
9aa5f148 6757 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 6758
9aa5f148 6759 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 6760 redundant skip-small-frames test.
e04d21aa 6761
9aa5f148 6762 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 6763 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 6764
9aa5f148
GM
6765 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6766 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
6767 (viper-restore-cursor-type,viper-set-insert-cursor-type):
6768 New functions.
e04d21aa 6769
9aa5f148 6770 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 6771
9aa5f148 6772 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 6773
f07fa1b8
KH
67742000-11-24 Kenichi Handa <handa@etl.go.jp>
6775
83c9cb8e
SM
6776 * international/mule-diag.el (list-iso-charset-chars):
6777 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
6778 (list-non-iso-charset-chars): Fix the `while' condition.
6779
ba8299ff
SM
67802000-11-23 Stefan Monnier <monnier@cs.yale.edu>
6781
79372165
SM
6782 * subr.el (add-hook, remove-hook): Don't call make-local-hook
6783 if the variable is make-variable-buffer-local.
6784
83c9cb8e
SM
6785 * progmodes/ada-stmt.el (ada-template-map):
6786 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
6787 (ada-stmt-mode-hook): New function extracted from old code.
6788 Only change the buffer-local side of skeleton-*.
6789 (ada-mode-hook): Use it.
6790
68a887fa
EZ
67912000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6792
6793 * iswitchb.el (iswitchb-minibuf-depth): New variable.
6794 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6795 we expect to be returned by minibuffer-depth once we prompt the
6796 user in the minibuffer.
6797 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6798 as recorded in iswitchb-minibuf-depth, return non-nil.
6799
3b345582
EZ
68002000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6801
6802 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6803 (hscroll-window-maybe): Docstring fix.
6804
595dead2
DL
68052000-11-23 Dave Love <fx@gnu.org>
6806
6807 * rect.el (string-rectangle): Don't test delete-selection-mode.
6808
1e66b27a
GM
68092000-11-23 Gerd Moellmann <gerd@gnu.org>
6810
02790ce2
GM
6811 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6812 is in the tool bar.
6813
1e66b27a 6814 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 6815 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 6816
a4caa65d
SM
68172000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6818
6819 * textmodes/outline.el (outline-flag-region):
6820 Don't bind inhibit-read-only since we don't modify the buffer.
6821 (outline-isearch-open-invisible): Don't jump to overlay-start
6822 since we're trying to unhide text around point.
6823 (outline-discard-overlays): Use dolist.
6824
6825 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6826
03e757c1
GM
68272000-11-22 Gerd Moellmann <gerd@gnu.org>
6828
83c9cb8e 6829 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 6830
1598a961
SM
68312000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6832
6833 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6834 Fix ARG regexp to skip quoted braces.
6835 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6836 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6837 are (correctly) handled separately).
6838 Remove `caption' and `footnote' from `citations': they contain text.
6839 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6840 (latex-skeleton-end-hook): New function.
6841 (latex-mode): Use it.
6842 (tex-start-tex-marker): Remove.
6843 (tex-send-tex-command): Don't set tex-start-tex-marker.
6844 (tex-error-parse-syntax-table): New var.
6845 (tex-compilation-parse-errors): Use it.
6846 Ignore tex-start-tex-marker. Don't bother with marker-position.
6847 (tex-validate-buffer): Don't bother with marker-position.
6848
6849 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 6850 (flyspell-generic-progmode-verify): Use it.
1598a961 6851
eaae8106
SS
68522000-11-22 Sam Steingold <sds@gnu.org>
6853
83c9cb8e 6854 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 6855
eaae8106 6856 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 6857 `ada-remove-trailing-spaces'.
eaae8106 6858 (ada-remove-trailing-spaces): Removed.
e04d21aa 6859
eaae8106 6860 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 6861
1598a961
SM
6862 * textmodes/picture.el (picture-clean): Removed.
6863 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 6864
a41d49e9
GM
68652000-11-22 Gerd Moellmann <gerd@gnu.org>
6866
e053c60f
GM
6867 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6868
a41d49e9
GM
6869 * hi-lock.el (hi-lock-refontify): Don't call non-existent
6870 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 6871 do anything special when jit-lock is active.
a41d49e9
GM
6872 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6873
197615f3
DL
68742000-11-22 Dave Love <fx@gnu.org>
6875
ddbfaa9f
DL
6876 * calendar/todo-mode.el (todo-top-priorities): Use
6877 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6878
ddc3c695
DL
6879 * language/chinese.el, language/cyrillic.el:
6880 * language/devanagari.el, language/ethiopic.el, language/greek.el:
6881 * language/hebrew.el, language/indian.el, language/japanese.el:
6882 * language/korean.el, language/lao.el, language/misc-lang.el:
6883 * language/thai.el, language/tibetan.el, language/vietnamese.el:
6884 Use provide.
6885
fb9fa98d
DL
6886 * cus-edit.el (custom-buffer-create-internal): Save some consing.
6887 (custom-variable-set): Improve validation error mesage.
6888
197615f3
DL
6889 * rect.el (string-rectangle): Revert last change.
6890 (string-rectangle-line): New arg DELETE.
6891 (string-rectangle): Check delete-selection-mode.
6892
6893 * emacs-lisp/edebug.el (edebug-version)
6894 (edebug-maintainer-address): Deleted.
6895 (edebug-submit-bug-report): Just alias to report-emacs-bug.
6896 (edebug-read-function): Account for other `'#' read forms.
6897 (edebug-mode-menus): Make some items toggles.
6898 (edebug-outside-unread-command-event, unread-command-event):
6899 Remove these to avoid warnings.
6900
f4117c4d
GM
69012000-11-22 David Ponce <david@dponce.com>
6902
6903 * recentf.el (recentf-menu-items-for-commands)
6904 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 6905 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 6906
f4117c4d
GM
6907 (recentf-build-dir-rules, recentf-dump-variable)
6908 (recentf-edit-list, recentf-open-files-item)
6909 (recentf-open-files): Replaced unnecessary `mapcar' with new
6910 built-in `mapc'.
eaae8106 6911
f8e2f3f2
MB
69122000-11-23 Miles Bader <miles@gnu.org>
6913
6914 * faces.el (menu): Make inverse-video on ttys too.
6915
4c4a541d
SM
69162000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6917
6918 * simple.el (comment-line-break-function): Use the new name
6919 indent-new-comment-line -> comment-indent-new-line.
6920 (clone-indirect-buffer): Don't ignore NORECORD.
6921 (next-completion): Properly handle the case where items are adjacent.
6922
6923 * mouse.el (popup-menu): Stupid typo.
6924
980d836e
GM
69252000-11-22 Gerd Moellmann <gerd@gnu.org>
6926
60e8e0a5
GM
6927 * emacs-lisp/authors.el: Remove autoload cookies, add author,
6928 maintainer, keywords tags.
6929
980d836e
GM
6930 * rect.el (replace-rectangle): Don't call string-rectangle-line
6931 with too many arguments.
6932
e08b2069
AS
69332000-11-22 Andre Spiegel <spiegel@gnu.org>
6934
60e8e0a5 6935 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 6936 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
6937 vc-locking-user, which no longer exists.
6938
6939 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
6940
c6779d8d
DL
69412000-11-22 Dave Love <fx@gnu.org>
6942
6943 * md5.el (md5): Provide.
6944 (md5): Fix error call.
6945
e672fdce
MB
69462000-11-22 Miles Bader <miles@gnu.org>
6947
eaae8106 6948 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
6949 (refill-fill-paragraph-at): Remove debugging code.
6950
80e24c04
MB
6951 * calendar/calendar.el (generate-calendar-window): When we don't
6952 call `fit-window-to-buffer', make sure the top line is fully visible.
6953
3a17d6cc
MB
6954 * image-file.el (insert-image-file): Don't make `read-only'
6955 property rear-nonsticky.
6956
ae1a21c6
MB
6957 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
6958 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
6959 stashing away its original value.
6960 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
6961 in the recursive edit.
6962 Bind `isearch-original-minibuffer-message-timeout' to protect it.
6963 (isearch-done): Restore `minibuffer-message-timeout'.
6964
e672fdce
MB
6965 * cus-start.el: Remove entry for `mode-line-inverse-video'.
6966
3ea79df8
SM
69672000-11-21 Stefan Monnier <monnier@cs.yale.edu>
6968
6969 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
6970
6971 * find-lisp.el (find-lisp-find-files-internal):
6972 Use dolist, when and file-name-as-directory.
6973
980d836e 6974 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
6975 (define-derived-mode, define-minor-mode): Add specs.
6976
6977 * window.el: General comment and spacing fixes.
6978 (save-selected-window): Use backquotes.
6979 (window-safely-shrinkable-p): New function.
6980 (shrink-window-if-larger-than-buffer): Use it.
6981
6982 * subr.el (make-local-hook): Docstring fix.
6983
6984 * shell.el (shell-mode): Use define-derived-mode.
6985
6986 * newcomment.el (comment-indent): Insert comment before calling
6987 comment-indent-function. Don't insert in column 0.
6988 (comment-dwim): Indent before inserting comment.
6989
6990 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
6991 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
6992 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
6993 Use mapc rather than map.
6994
6995 * files.el (find-buffer-visiting): Compare all attributes before
6996 declaring two files identical (rather than just their inode-no).
6997 (auto-mode-alist): Use \' rather than $.
6998
6999 * which-func.el: Update maintainer line.
7000
7001 * pcvs.el (uniquify-buffer-file-name): Remove advice.
7002 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
7003 (uniquify-buffer-file-name): Use it.
7004
8f62f2b8
MB
70052000-11-22 Miles Bader <miles@gnu.org>
7006
7007 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
7008 * simple.el (minibuffer-avoid-prompt): New function.
7009
fb279a6d
GM
70102000-11-21 Gerd Moellmann <gerd@gnu.org>
7011
7012 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
7013
867092e9
MB
70142000-11-21 Miles Bader <miles@gnu.org>
7015
ef860850
MB
7016 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
7017 inclusion of `track-mouse'.
7018
867092e9
MB
7019 * textmodes/refill.el (refill-ignorable-overlay): New variable.
7020 (refill-adjust-ignorable-overlay): New function.
7021 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
7022 only the paragraph's tail if possible.
7023 Update `refill-ignorable-overlay'.
7024 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
7025
7026 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7027 point inside the fill-prefix.
7028
7029 * textmodes/refill.el (refill-post-command-function): Don't reset
7030 refill-doit in the case where a self-insertion command doesn't
7031 case a refill. Use `refill-fill-paragraph-at', getting position
7032 from `refill-doit'.
7033 (refill-after-change-function): Set `refill-doit' to END.
7034 (refill-fill-paragraph-at): New function, mostly from old
7035 refill-fill-paragraph.
7036 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
7037 (refill-pre-command-function): New function.
7038 (refill-mode): Add it to `pre-command-hook'.
7039
ff9ab414
GM
70402000-11-20 Gerd Moellmann <gerd@gnu.org>
7041
29a01b72
GM
7042 * textmodes/artist.el (artist-mode): Fix autoload cookie.
7043
ff9ab414
GM
7044 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
7045 javadoc tags.
eaae8106 7046
885b211b
AS
70472000-11-20 Andre Spiegel <spiegel@gnu.org>
7048
7049 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
7050 vc.el).
7051
eaae8106 7052 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 7053 require vc.
eaae8106
SS
7054
7055 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 7056 checkouts.
eaae8106 7057
d1838556
DL
70582000-11-20 Dave Love <fx@gnu.org>
7059
7060 * Makefile.in (DONTCOMPILE): Omit bindings.el.
7061
2b69bc11 70622000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 7063
2b69bc11
GM
7064 * calculator.el (calculator-paste): Use `if' instead of `and'
7065 and `or'.
7066 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 7067
b95b34e5
GM
70682000-11-19 Gerd Moellmann <gerd@gnu.org>
7069
030de92f
GM
7070 * info.el (info-menu-5): Doc fix.
7071
b95b34e5
GM
7072 * textmodes/artist.el: New file.
7073
54970452
AS
70742000-11-19 Andre Spiegel <spiegel@gnu.org>
7075
eaae8106 7076 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
7077 and differentiate according to checkout model.
7078 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
7079 since this function is only concerned with master state.
7080
83c9cb8e
SM
7081 * vc-hooks.el (vc-workfile-unchanged-p)
7082 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 7083
83c9cb8e
SM
7084 * vc.el (vc-workfile-unchanged-p)
7085 (vc-default-workfile-unchanged-p): See above.
54970452 7086
e5a9dabf
MB
70872000-11-19 Miles Bader <miles@gnu.org>
7088
7089 * image-file.el (insert-image-file): Make `intangible' and
7090 `read-only' properties rear-nonsticky too.
7091
24127af0
GM
70922000-11-18 Gerd Moellmann <gerd@gnu.org>
7093
d392e9c5 7094 * ps-print.el: Update copyright notice.
eaae8106 7095
d392e9c5
GM
7096 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
7097 (tooltip-show): Use the offsets.
7098
24127af0 7099 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 7100 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
7101 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
7102
2b69bc11 71032000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 7104
2b69bc11
GM
7105 * ps-print.el (toplevel): Test for find-coding-system being
7106 fboundp before calling ps-x-find-coding-system.
08ea6f17 7107
66321b2f
SM
71082000-11-16 Stefan Monnier <monnier@cs.yale.edu>
7109
7110 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
7111 (vc-version-backup-file): Docstring fix.
7112
046110c6
GM
71132000-11-16 Gerd Moellmann <gerd@gnu.org>
7114
4104194e
GM
7115 * files.el (basic-save-buffer): Don't add a newline if
7116 find-file-literally is non-nil.
7117 (find-file-literally): Extend doc string.
7118
046110c6
GM
7119 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
7120 sort(1) with the `-f' argument.
7121
6505c16e
AS
71222000-11-16 Andre Spiegel <spiegel@gnu.org>
7123
fd063975
AS
7124 * vc.el: Updated backend documentation.
7125 (vc-default-check-headers): New function.
7126
3d02dd81 7127 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
7128
7129 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 7130 up-to-date.
eaae8106 7131 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 7132 the minibuffer is not active.
fd063975 7133
eaae8106 7134 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 7135 `vc-cvs-use-edit' is on.
eaae8106
SS
7136 (vc-cvs-checkout): When this is used for reverting the workfile,
7137 make a backup of the original contents and revert to that in case
8791d617 7138 of error.
eaae8106 7139 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 7140 remote repositories.
eaae8106 7141
6505c16e
AS
7142 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
7143 for both version and ratio in the minibuffer.
fd063975 7144
eaae8106 7145 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 7146 Use vc-do-command to perform the annotation, not call-process.
6505c16e 7147
a13f0660
KH
71482000-11-16 Kenichi Handa <handa@etl.go.jp>
7149
7150 * international/quail.el (quail-start-translation): Don't call
7151 `message' before reading key sequence.
7152
1389a414
MB
71532000-11-16 Miles Bader <miles@lsi.nec.co.jp>
7154
7155 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
7156
9256a532
KH
71572000-11-16 Kenichi Handa <handa@etl.go.jp>
7158
7159 * window.el (fit-window-to-buffer): Be sure to acquire at least
7160 one text line even if the buffer is empty.
7161
0e14fe9f
GM
71622000-11-16 Gerd Moellmann <gerd@gnu.org>
7163
eaae8106 7164 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
7165 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
7166 Bind ange-ftp-process-verbose to nil.
0e14fe9f 7167
da645c53
DL
71682000-11-15 Dave Love <fx@gnu.org>
7169
83c9cb8e
SM
7170 * wid-edit.el (widget-specify-field, widget-specify-button):
7171 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
7172 widget-mouse-help.
7173 (widget-mouse-help): New function.
7174 (widget-echo-help): Rewritten for :help-echo functions only taking
7175 a widget arg.
7176
83c9cb8e
SM
7177 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
7178 Use display-graphic-p.
b12057b9
DL
7179 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
7180 and that JPEG is available.
7181 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
7182
da645c53
DL
7183 * international/mule-cmds.el (locale-charset-language-names):
7184 Match @euro.
7185
6d133d1f
GM
71862000-11-15 Gerd Moellmann <gerd@gnu.org>
7187
83c9cb8e
SM
7188 * faces.el (face-set-after-frame-default):
7189 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
7190 default face from X resources.
7191
49ac2ac5
EZ
71922000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7193
7194 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7195 Don't set EMACSLOADPATH.
7196
4fb0a34c
EZ
71972000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7198
7199 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
7200 texinfo-insert-@url.
7201 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
7202 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
7203
bb304a7a
SM
72042000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7205
82bc80bf
SM
7206 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
7207 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
7208 (checkdoc-minor-keymap): Backward compatibility.
7209 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
7210 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
7211 (checkdoc-this-string-valid-engine): Be a bit more strict
7212 to avoid matching substrings of `...' quoted vars/funs.
7213 (checkdoc-defun-info): Only look for `interactive' if alone.
7214 (debug-ignored-errors): Add "arg doesn't appear in docstring".
7215
e8c87124
SM
7216 * progmodes/compile.el (grep): `tag-default' can be nil.
7217
bb304a7a
SM
7218 * newcomment.el (comment-indent): Paren typo.
7219
8628686a
DL
72202000-11-14 Dave Love <fx@gnu.org>
7221
25c269ef
DL
7222 * calculator.el: New maintainer version.
7223
66321b2f 7224 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 7225
8628686a
DL
7226 * cmuscheme.el: Doc fixes.
7227 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 7228 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
7229
7230 * xscheme.el (scheme-program-name): Don't define here.
7231
7232 * progmodes/scheme.el (scheme-program-name): New variable
7233 (originally in cmuscheme).
7234
88f0a1eb
MB
72352000-11-14 Miles Bader <miles@gnu.org>
7236
7237 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7238 Handle header-lines. Don't loop forever if we can't enlarge the
7239 window anymore. Simplify a bit.
7240
cd9a000c
KH
72412000-11-14 Kenichi Handa <handa@etl.go.jp>
7242
7243 * window.el (fit-window-to-buffer): Don't check
7244 window-text-height. Assure that the last line is fully visible.
7245
83c9cb8e
SM
7246 * international/quail.el (quail-show-guidance-buf):
7247 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
7248 buffer.
7249 (quail-update-guidance): Avoid making the guidance buffer shorter.
7250
d3fcda22
SM
72512000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7252
bdbd9606
SM
7253 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7254 rather than `prepend' and add an interesting comment.
7255 (tex-math-face, tex-font-lock-syntactic-face-function):
7256 New face and function to use it.
7257 (tex-define-common-keys, tex-mode-map): Use menu-item rather
7258 than `menu-enable' symbol property.
7259 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
7260 (tex-mode): Add some latex-mode commands for auto-selection.
7261 Use tex-font-lock-syntactic-face-function.
7262 (tex-insert-quote): Simplify.
7263 (tex-shell): New mode.
7264 (tex-start-shell): Use it.
7265 (tex-shell-proc, tex-shell-buf): New functions.
7266 (tex-send-command): Use it.
7267 (tex-main-file): Fix the meaning of the new arg REALFILE.
7268 (tex-send-tex-command): New function split from `tex-start-tex'.
7269 Set compilation-last-buffer and compilation-parsing-end.
7270
d3fcda22
SM
7271 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
7272 when it follows non-comment text on the line.
7273
7274 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7275 Set font-lock-defaults.
7276 (lisp-mode-shared-map): Init inside the defvar.
7277 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
7278 Use define-derived-mode.
7279
bdab1d43
MB
72802000-11-14 Miles Bader <miles@lsi.nec.co.jp>
7281
7282 * faces.el (header-line): Use `:box nil' for color/gs displays too.
7283
936ae731
GM
72842000-11-14 Gerd Moellmann <gerd@gnu.org>
7285
83c9cb8e
SM
7286 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7287 Don't recursively optimize body because that can lead to infinite
936ae731
GM
7288 recursion; see comment there.
7289
1695ca2b
EZ
72902000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
7291
7292 * faces.el (face-spec-set-match-display): Revert the change from
7293 2000-10-24. Add a FIXME for after v21.1.
7294
9d348294
MB
72952000-11-13 Miles Bader <miles@gnu.org>
7296
7297 * textmodes/fill.el (skip-line-prefix): New function.
7298 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
7299 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
7300 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7301 point inside the fill-prefix.
9d348294 7302
b85fa13c
MB
73032000-11-13 Miles Bader <miles@lsi.nec.co.jp>
7304
83c9cb8e
SM
7305 * calendar/calendar.el (generate-calendar-window):
7306 Use `fit-window-to-buffer'.
b85fa13c 7307
a0b47716
SM
73082000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7309
7310 * gud.el (gud-minor-mode): New var.
7311 (gud-symbol, gud-val): New functions.
7312 (gud-find-file): Copy gud-minor-mode to the new buffer.
7313 (gud-menu-map): Include entries for commands that are not always
7314 available, using :enable to (de)activate them.
7315 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
7316 (gud-mode-map): New map.
eaae8106 7317 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
7318 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7319 Don't set up gud's menu (it's done by the minor-mode).
7320 (gud-minibuffer-local-map): New.
7321 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7322 (gud-query-cmdline): New function.
7323 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
7324 (gud-mode): Use define-derived-mode.
7325 Don't set up gud's menu (it's done by the minor-mode).
7326 (gud-chop-words): Remove.
7327 (gud-common-init): Use split-string instead.
7328 (gud-new-keymap, gud-make-debug-menu): Eradicate.
7329
7330 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7331 Add keyword arg :name.
7332
7333 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7334 (diff-count-matches, diff-split-hunk): New functions.
7335 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7336
7337 * pcvs-info.el (cvs-fi-conflict-face): New var.
7338
7339 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7340 Make it into a simple syntax-table, shared among all submodes.
7341 (sh-heredoc-face): Re-introduce.
7342 (sh-font-lock-syntactic-face-function): New function.
7343 (sh-mode): Use it. Also use define-derived-mode.
7344 Remove old bogus setting of indent-region-function.
7345 (sh-set-shell): Don't set the syntax-table any more.
7346 (sh-mode-syntax-table) <defun>: Remove.
7347
f5ed37df
MB
73482000-11-12 Miles Bader <miles@gnu.org>
7349
7350 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7351 message if interactive.
7352
0b074c2f
DL
73532000-11-12 Dave Love <fx@gnu.org>
7354
7355 * mail/feedmail.el: Fix header,
7356 (feedmail) <defgroup>: Add :link.
7357
7358 * view.el: Use local-map property, not keymap on mode-line string.
7359
83c9cb8e
SM
7360 * scroll-all.el (scroll-all-mode): Customize variable.
7361 Add autoload cookie to function.
0b074c2f
DL
7362
7363 * lazy-lock.el: Remove compatibility code.
7364
7365 * finder.el (finder-known-keywords): Add `files', remove `vms'.
7366 (finder-help-echo): New variable.
7367 (finder-mouse-face-on-line): Add help-echo stuff.
7368 (finder-list-keywords, finder-list-matches): Use mapc.
7369
7370 * faces.el (face-font-registry-alternatives): Add :version.
7371
7372 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7373 tags-table-list.
7374
a0b47716 7375 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 7376
a0b47716 7377 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
7378 (mail-mode): Use [:alnum:] in some regexps.
7379
6d502396
DL
73802000-11-10 Dave Love <fx@gnu.org>
7381
7382 * ediff.el (ediff-regions-internal, ediff-documentation):
7383 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7384 fundamental mode.
7385
7386 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7387 buffer into fundamental mode.
7388 (ediff-set-difference): Use copy-sequence if available.
7389
83c9cb8e
SM
7390 * ediff-ptch.el (ediff-dispatch-file-patching-job):
7391 Check ediff-patch-map non-nil.
6d502396
DL
7392 (ediff-fixup-patch-map, ediff-fixup-patch-map)
7393 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7394 buffer into fundamental mode.
7395
7396 * ediff-merg.el (state-or-merge): Defvar when compiling.
7397
a82fe213
JR
73982000-11-10 Jason Rumney <jasonr@gnu.org>
7399
7400 * w32-fns.el (w32-add-charset-info): New function.
7401 (w32-charset-info-alist): Use it.
7402
52d89894
GM
74032000-11-10 Gerd Moellmann <gerd@gnu.org>
7404
7405 * faces.el (face-font-registry-alternatives): New user-option.
7406
178932de
SM
74072000-11-10 Stefan Monnier <monnier@cs.yale.edu>
7408
d7fa3319
SM
7409 * textmodes/texinfo.el (texinfo-block-default): New var.
7410 (texinfo-insert-block): Use it. Insert a newline if needed.
7411
178932de
SM
7412 * textmodes/fill.el (fill-indent-according-to-mode): New var.
7413 (fill-region-as-paragraph): Use it.
7414
7415 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7416 (latex-mode): Tweak tex-*-(head|trail)er regexps.
7417 Tweak paragraph regexps to allow a leading [ \t]*.
7418 (tex-latex-block): Insert a newline if necessary.
7419 (latex-insert-item): Only insert a newline if necessary.
7420 (tex-guess-main-file): New function.
7421 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
7422 Set tex-main-file if TeX-master is provided.
7423 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7424
bd02b8e0
GM
74252000-11-10 Gerd Moellmann <gerd@gnu.org>
7426
7427 * startup.el (command-line): Set the default tooltip-mode
7428 to t for graphical displays which implement x-show-tip.
7429
7430 * tooltip.el (tooltip-mode): Add a comment about startup.el
7431 setting the default value of this user-option.
7432
b29b03eb
SM
74332000-11-09 Stefan Monnier <monnier@cs.yale.edu>
7434
7435 * font-lock.el (font-lock-*-face) <defvar>: Move.
7436 (font-lock-defaults-alist): Mark obsolete.
7437 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7438 (font-lock-mode): Use define-minor-mode.
7439 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7440 (font-lock-turn-off-thing-lock): Be more explicit.
7441 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7442 (font-lock-syntactic-face-function): New var.
7443 (font-lock-fontify-syntactically-region): Use it.
7444 (font-lock-doc-face): New.
7445
7446 * pcvs.el (cvs-enabledp): Ignore errors.
7447 (cvs-commit-filelist): Never query.
7448 (cvs-mode-insert): Always add a terminating / in the initial prompt.
7449 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7450 (cvs-do-removal): Use cvs-partition rather than delete-if.
7451 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7452 cvs-bury-buffer.
7453
7454 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7455 Allow `next' to jump to after the end of the last match.
7456
778fbc46
GM
74572000-11-09 Gerd Moellmann <gerd@gnu.org>
7458
730c746c
GM
7459 * simple.el (byte-compiling-files-p): New function.
7460
7461 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7462 if it is there.
7463
7464 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7465 nil again.
7466
778fbc46
GM
7467 * textmodes/ispell.el (ispell-library-path): Don't call
7468 check-ispell-version when byte-compiling because that starts
7469 an ispell process, and ispell might not be installed.
7470 (toplevel): Don't set up a menu when byte-compiling.
7471
7472 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7473 it, so that a boundp test can be used to determine if we're
7474 currently byte-compiling.
7475
5912c5bb
DL
74762000-11-09 Dave Love <fx@gnu.org>
7477
83c9cb8e 7478 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 7479
7bb054a5
GM
74802000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7481
83c9cb8e
SM
7482 * ps-print.el: Patch for variable initialization when spooling.
7483 Doc fix.
7bb054a5
GM
7484 (ps-output-list): Fun eliminated.
7485 (ps-begin-file, ps-begin-job): Code fix.
7486
9db2706e
DL
74872000-11-08 Dave Love <fx@gnu.org>
7488
83c9cb8e 7489 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 7490
f7eb32aa
GM
74912000-11-08 Gerd Moellmann <gerd@gnu.org>
7492
7493 * simple.el (shell-command, display-message-or-buffer)
7494 (shell-command-on-region): Mention resize-mini-windows in the doc
7495 string.
7496 (display-message-or-buffer): Take the value of resize-mini-windows
7497 into account.
7498
7b01b08c
GM
74992000-11-07 Gerd Moellmann <gerd@gnu.org>
7500
acad3c0b
GM
7501 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7502
7b01b08c
GM
7503 * dired.el (dired-between-files): Add `^. find' as an alternative
7504 to the regular expression, for find-dired.
7505
6f602bd0
SM
75062000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7507
7508 * textmodes/texnfo-upd.el: Require texinfo.
7509 (defmacro, defgroup): Remove.
7510 (texinfo-section-to-generic-alist): Remove.
7511 Use texinfo-section-list instead (i.e. level is changed string->int).
7512 (texinfo-filter): New function.
7513 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7514 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7515 Use it. And use regexp-opt.
7516 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7517 (texinfo-update-menu-region-beginning)
7518 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7519 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7520 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 7521 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
7522 (texinfo-sequential-node-update): Remove autoload cookie.
7523
7524 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7525 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7526 (texinfo-chapter-level-regexp): Remove.
7527 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7528
bb216218
DL
75292000-11-06 Dave Love <fx@gnu.org>
7530
6f602bd0 7531 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 7532
6f602bd0
SM
7533 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7534 Match defun*.
bb216218 7535
ff8dd5d5
KH
75362000-11-06 Kenichi Handa <handa@etl.go.jp>
7537
7538 * composite.el (composition-function-table): Variable declaration
7539 moved to src/composite.c.
7540 (compose-chars-after): New optional arg object.
7541
e9da51a1
GM
75422000-11-06 Gerd Moellmann <gerd@gnu.org>
7543
e0c12c68
GM
7544 * bindings.el (mode-line-toggle-read-only)
7545 (mode-line-toggle-modified, mode-line-widen)
7546 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7547 (make-mode-line-mouse2-map): Rewritten.
7548 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7549 functions so that C-h k can show something with a doc string.
eaae8106 7550
e9da51a1
GM
7551 * startup.el (fancy-splash-delay): Set to 10 seconds.
7552 (fancy-splash-max-time): New user-option.
7553 (fancy-splash-stop-time): New variable.
7554 (fancy-splash-screens): Set it. Catch `stop-splashing'.
7555 (fancy-splash-screens-1): Throw `stop-splashing' when current
7556 time is greater than fancy-splash-stop-time.
7557
611dbdf0
SM
75582000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7559
4d2806e2
SM
7560 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7561
611dbdf0
SM
7562 * pcvs.el (cvs-mode-marked): New arg `noquery'.
7563 Prompt user for a file rather than raising an error.
7564 (cvs-enabledp): Fix call to cvs-mode-marked.
7565 (cvs-insert-file): New function (extracted from cvs-mode-insert).
7566 (cvs-mode-insert): Use it. Change the init prompt' value.
7567 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7568
7569 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7570 Don't pass default arg to ewoc-locate.
7571 (ewoc-collect): Return result in the right order.
7572
7573 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7574
7575 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7576 (cvs-status-get-tags): Fix regexp.
7577 (cvs-status-trees, cvs-status-cvstrees):
7578 Combine after change hooks and don't sit-for.
4d2806e2
SM
7579 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7580 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
7581 Use make-char rather than hard-coded cryptic data.
7582 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7583
7584 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7585
7586 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7587 (cvs-insert-strings): New function.
7588
937b2877
MB
75892000-11-06 Miles Bader <miles@lsi.nec.co.jp>
7590
7591 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7592 `mwheel-scroll-amount'.
7593 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7594 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7595 string-matching against the version string.
7596
c6c97763
KH
75972000-11-06 Kenichi Handa <handa@etl.go.jp>
7598
6eaec747
KH
7599 * language/thai.el ("Thai"): Set a lisp form that produces
7600 composed string in `sample-text' language info.
7601
7602 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7603 composed string in `sample-text' language info.
7604
83c9cb8e
SM
7605 * international/mule-cmds.el (describe-language-environment):
7606 Eval `sample-text' data and insert the result.
6eaec747 7607
c6c97763
KH
7608 * international/mule-conf.el (compound-text): Define this coding
7609 system here. Make x-ctext and ctext aliases of it.
7610
7611 * language/european.el (compound-text, ctext): Moved to
7612 international/mule-conf.el.
7613
d1145f85
AI
76142000-11-05 Andrew Innes <andrewi@gnu.org>
7615
7616 * w32-fns.el (w32-version): New function.
7617
178a6a45
SM
76182000-11-05 Stefan Monnier <monnier@cs.yale.edu>
7619
7620 * progmodes/awk-mode.el: Update copyright.
7621 (awk-mode-abbrev-table): Remove.
7622 (awk-font-lock-keywords): Use regexp-opt.
7623 (awk-mode): Use define-derived-mode.
7624
7625 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7626 when extracting a suffix.
7627
1ba90166
AS
76282000-11-04 Andre Spiegel <spiegel@gnu.org>
7629
7630 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
7631 auto-save-mode.
7632
546790cb
JR
76332000-11-04 Jason Rumney <jasonr@gnu.org>
7634
7635 * language/european.el (decode-mac-roman): Test against r1 not r0.
7636
d247e32d
SM
76372000-11-03 Stefan Monnier <monnier@cs.yale.edu>
7638
fbf44f44
SM
7639 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7640 (icon-mode): Define indent-line-function.
7641 (icon-comment-indent): Simplify.
7642 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7643
7644 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7645
7646 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7647 Bind change-log-default-mode to defeat the caching done on it.
7648 Don't bother saving excursion any more.
7649
7650 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7651
7652 * frame.el (after-setting-font-hook): Rename hooks -> hook.
7653 (set-frame-font): Use the new name (and the old for compatibility).
7654
eaae8106
SS
7655 * toolbar/tool-bar.el (tool-bar-mode):
7656 * time.el (display-time-mode):
7657 * recentf.el (recentf-mode):
7658 * paren.el (show-paren-mode):
7659 * mwheel.el (mouse-wheel-mode):
7660 * msb.el (msb-mode):
7661 * jka-compr.el (auto-compression-mode):
7662 * image-file.el (auto-image-file-mode):
7663 * hl-line.el (hl-line-mode):
7664 * delsel.el (delete-selection-mode):
7665 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
7666 * complete.el (partial-completion-mode): Drop unneeded positional args.
7667
eaae8106 7668 * info.el (Info-mode):
79372165 7669 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 7670
d247e32d
SM
7671 * log-edit.el (log-edit-menu): New menu.
7672
4921558e
MB
76732000-11-03 Miles Bader <miles@gnu.org>
7674
7675 * wid-edit.el (widget-end-of-line): Reinstate, with a new
7676 definition, so that trailing spaces are handled properly.
7677 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7678
1fc02b3c
GM
76792000-11-03 Gerd Moellmann <gerd@gnu.org>
7680
7681 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7682 tab character.
7683 (fancy-splash-screens): Set tab-width to 20.
7684
51d001f7
DL
76852000-11-03 Dave Love <fx@gnu.org>
7686
7687 * comint.el (comint-completion-addsuffix): Fix custom type.
7688
ba22aeff
SM
76892000-11-02 Stefan Monnier <monnier@cs.yale.edu>
7690
7691 * font-lock.el (font-lock-buffers): Remove.
7692 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7693 (font-lock-change-major-mode): Remove.
7694 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7695 (font-lock-default-fontify-region): Extend the multiline
7696 fontification to whole lines.
7697 (font-lock-fontify-anchored-keywords)
7698 (font-lock-fontify-keywords-region): If matching just one
7699 line (with \n) only mark the \n as multiline.
7700
7701 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7702 Correctly handle the case where several :group args are supplied.
7703 Allow :extra-args.
7704 (easy-mmode-define-global-mode): Allow :extra-args.
7705 Correctly handle the case where several :group args are supplied.
7706
9c887ada
MB
77072000-11-02 Miles Bader <miles@gnu.org>
7708
eaae8106 7709 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
7710 (holiday-face): Remove dependency on `window-system'.
7711
7f25090d
KR
77122000-11-02 Ken Raeburn <raeburn@gnu.org>
7713
7714 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 7715 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 7716 (compile-files): Bomb out if compilation of a file fails.
7f25090d 7717
7dd6009c
DL
77182000-11-02 Dave Love <fx@gnu.org>
7719
7720 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7721
94821e4f
EZ
77222000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
7723
7724 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7725 punctuation in the warning inserted into the *mail* buffer.
7726
1ac3fc42
GM
77272000-11-02 Gerd Moellmann <gerd@gnu.org>
7728
57731876
GM
7729 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7730 (authors-public-domain-p): New function.
7731 (authors-print): Use it.
7732
975f82c9
GM
7733 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7734
1ac3fc42
GM
7735 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7736
4b3eb10f
GM
77372000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7738
975f82c9 7739 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
7740 (ps-print-version): New version number (6.3.1).
7741 (ps-even-or-odd-pages): Customization fix.
7742 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7743 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7744 (ps-page-count): Var replaced by `ps-page-column'.
7745 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7746 (ps-print-sheet-p): New fun.
7747
7da794df
MB
77482000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7749
7750 * tooltip.el (tooltip-gud-tips-setup): New function.
7751 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7752 (tooltip-mode): Call tooltip-gud-tips-setup.
7753 (tooltip-gud-tips): Use `gud-basic-call' instead of
7754 process-send-string, so the prompt gets frobbed appropriately.
7755 Handle nil return value from `tooltip-gud-print-command'.
7756
0e40b809
EL
77572000-11-01 Eric M. Ludlam <zappo@ultranet.com>
7758
7759 * comint.el (comint-add-to-input-history): New function.
7760 (comint-send-input): Use `comint-add-to-input-history'.
7761
50ada0db
MB
77622000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7763
973a3104
MB
7764 * info.el (info-menu-header): New face.
7765 (Info-fontify-menu-headers): New function.
7766 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7767
50ada0db
MB
7768 * info.el (Info-insert-dir): Don't include blank lines at
7769 beginning of additional dir files (one is added automatically).
7770
bff53411
SM
77712000-11-01 Stefan Monnier <monnier@cs.yale.edu>
7772
7773 * emacs-lisp/easy-mmode.el (define-minor-mode):
7774 Revert the latest changes.
7775 Allow the three positional arguments to be skipped and replaced
7776 by keyword arguments.
7777 Add a :toggle argument to determine whether a nil arg means toggle
7778 or means turn-on. The default is unchanged.
7779 Add a call to force-mode-line-update.
7780
6b8a0b2d
DL
77812000-11-01 Dave Love <fx@gnu.org>
7782
83c9cb8e 7783 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 7784
5bf99100
MB
77852000-11-01 Miles Bader <miles@lsi.nec.co.jp>
7786
83c9cb8e
SM
7787 * calendar/calendar.el (diary-face, holiday-face):
7788 Add dark-background variants.
5bf99100 7789
a4032611
SS
77902000-10-31 Sam Steingold <sds@gnu.org>
7791
7792 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7793 `tex-main-file' does not have directory in it.
7794
c286608e
SM
77952000-10-31 Stefan Monnier <monnier@cs.yale.edu>
7796
7797 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7798
4836835a
TTN
77992000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
7800
7801 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7802 functional change.
7803
26dcb81b
GM
78042000-10-31 Gerd Moellmann <gerd@gnu.org>
7805
7806 * files.el (find-file-noselect): When we expand a wildcard, return
7807 a list of buffers, as we should do according to the doc string.
7808
49fc4500
KR
78092000-10-31 Ken Raeburn <raeburn@gnu.org>
7810
7811 * loadup.el (top level): Adjust load path if program name is
7812 "../src/bootstrap-emacs", in case it's not dumped and thus the
7813 load path adjustment hasn't already been done.
7814
ea0c615d
GM
78152000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7816
83c9cb8e
SM
7817 * ps-print.el: Fix bug on selected pages for printing.
7818 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
7819 is on. Try to avoid warning messages when compiling. Doc Fix.
7820 (ps-print-version): New version number (6.3).
7821 (ps-color-device): Use `color-values' to determine if device
7822 supports color.
7823 (ps-color-values): Try to use `x-color-values' when using XEmacs.
7824 (ps-print-page-p): Changed from defsubst to defun.
7825 (ps-page-number): Changed from defmacro to defun.
7826 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7827 printing.
c286608e 7828 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
7829 (ps-end-file, ps-dummy-page): Funs eliminated.
7830 (ps-print-color-scale): Changed default value.
7831 (ps-page-n-up, ps-print-page-p): New internal vars.
7832 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7833 (ps-plot-region, ps-generate, ps-end-job): Code fix.
7834
9e20722f
GM
7835 * delim-col.el: Little programming improvement.
7836 (delimit-columns-str): New macro.
7837 (delimit-columns-region, delimit-columns-rectangle): Code fix.
7838
d7a0fd00
KH
78392000-10-31 Kenichi Handa <handa@etl.go.jp>
7840
c286608e
SM
7841 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7842 Moved to european.el.
d7a0fd00
KH
7843 (ccl-encode-mac-roman-font, fontset-mac): Modified for
7844 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
7845 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7846 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 7847
234be340
DL
78482000-10-30 Dave Love <fx@gnu.org>
7849
7850 * progmodes/cc-menus.el (imenu-generic-expression)
7851 (imenu-progress-message): Only defvar when compiling.
7852
4edc4a39
DL
7853 * emacs-lisp/elp.el (elp-unload-hook): New function.
7854
7855 * loadhist.el (unload-feature): Call elp-restore-function,
7856 checking for symbols; don't use elp-restore-all.
7857 (loadhist-hook-functions): Doc fix.
7858
70c825df
SM
78592000-10-30 Stefan Monnier <monnier@cs.yale.edu>
7860
7861 * log-edit.el (log-edit-confirm): Fix the default.
7862
1d3baf74
GM
78632000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7864
7865 * delim-col.el: Little fix: replace delimit-columns-align-columns by
7866 delimit-columns-format.
7867 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 7868
1ec321a7
MB
78692000-10-30 Miles Bader <miles@lsi.nec.co.jp>
7870
7871 * comint.el (comint-replace-by-expanded-history): Don't use
7872 comint-get-old-input (we're not looking at *old* input).
7873 (comint-get-old-input-default): If using fields, signal an error
7874 when the point is not in an input field.
7875
70737ea9
KH
78762000-10-30 Kenichi Handa <handa@etl.go.jp>
7877
7878 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7879 and mule-unicode-e000-ffff.
7880
fa0cb51d 7881 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
7882 (make-coding-system): Accept a symbol of translation table as a
7883 value of property `safe-chars'.
7884
7885 * international/mule-cmds.el (encode-coding-char): Check property
7886 safe-chars instead of safe-charsets.
7887
7888 * international/fontset.el (fontset-default): Modified for
7889 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7890 (x-font-name-charset-alist): Likewise.
7891 (ccl-encode-unicode-font): New CCL program. Record it in
7892 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
7893
70c825df
SM
7894 * language/european.el (mac-roman-decoder, mac-roman-encoder):
7895 New translation tables.
70737ea9
KH
7896 (decode-mac-roman, encode-mac-roman): Definition of these CCL
7897 programs are modified and moved from mac-win.el.
7898 (mac-roman): Definition of this coding system is modified and
7899 moved from mac-win.el.
4836835a 7900
fda2ce24 79012000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 7902
1d3baf74 7903 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 7904 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 7905
dd4d3cb6
MB
79062000-10-29 Miles Bader <miles@gnu.org>
7907
7908 * custom.el (custom-add-to-group): Allow multiple entries for a
7909 given value OPTION, as long as their widget types are different.
7910 * cus-edit.el (custom-face-value-create): If face name doesn't end
7911 with "face", add such here (similar to custom group widgets).
7912
7913 * comint.el (comint-highlight-prompt): Add :type.
7914
dace60cf
JW
79152000-10-28 John Wiegley <johnw@gnu.org>
7916
dace60cf
JW
7917 * calendar/timeclock.el (timeclock-log): Doc fix.
7918 (timeclock-last-event): Doc fix.
83c9cb8e 7919 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
7920 (timeclock-find-discrep): Use a temp buffer to read in the
7921 timelog, instead of visiting the file.
7922 (timeclock-log-data): A new function, along with a host of helper
7923 functions, for the purpose of making timelog data accessible to
7924 programmers.
7925
7926 * eshell/esh-mode.el (window-height test): Make certain that
7927 `eshell-stringify-t' is non-nil.
7928 (eshell-password-prompt-regexp): Changed to a much simpler
7929 password regexp.
7930 (eshell-send-input): If `eshell-invoke-directly' returns t,
7931 directly invoke the parsed command using `eval'. This improves
7932 turn-around time on simple commands by a factor of three or
7933 greater, such as cd, ls, pwd, etc. -- which get used very often.
7934 It also conserves thousands of cons cells per call (since
7935 `eshell-do-eval' consumes memory like a Cookie Monster set loose
7936 in the Pacific Cookie Company).
7937
7938 * eshell/esh-test.el (eshell-test): Whitespace fix.
7939
83c9cb8e
SM
7940 * eshell/em-ls.el (eshell-ls-insert-directory):
7941 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
7942
7943 * eshell/em-script.el (eshell-script-initialize): Add names to
7944 `eshell-complex-commands, since `source' and `.' are complex.
7945
0467b076
EZ
7946 * eshell/esh-cmd.el (eshell-rewrite-for-command)
7947 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
7948 `eshell-copy-handles'.
7949 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
7950 bodies.
7951 (eshell-separate-commands): Whitespace fix.
7952 (eshell-complex-commands): Added a new list of names, for
7953 determining whether a given command is as simple as it looks.
7954 (eshell-invoke-directly): New function. Returns t if a command
7955 should be invoked directly (using `eval'), rather than indirectly
7956 using `eshell-do-eval'.
7957 (eshell-do-eval): Whitespace fix.
7958
7959 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
7960 which provides an emulation of the DOS shell behavior of assuming
7961 that cp/mv/ln should copy/move/link to the current directory.
7962 (eshell-remove-entries): Added a doc string.
7963 (eshell-shuffle-files): Removed the check for `target' being null.
7964 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
7965 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
7966 it to do a smarter check of whether a destination was provided.
7967 (eshell/mv, eshell/cp): Enable `:preserve-args'.
7968 (eshell/ln): Enable `:preserve-args', and use
7969 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
7970 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
7971 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
7972 list after flattening it. This makes it possible to cat files
7973 with numerical names.
7974 (eshell-unix-initialize): Added several names to
7975 `eshell-complex-commands.
7976 (eshell-unix-command-complex-p): Return t if a given command name
7977 may result in external processes being invoked.
7978
7979 * eshell/em-glob.el (eshell-glob-show-progress): Make this
7980 variable nil by default, since it slows down glob processing by a
7981 factor of two or more, and increases memory consumption.
7982
7983 * eshell/em-smart.el: Added a note about how memory consumptive
7984 smart display mode can be (at least this is true in Emacs 21).
7985 (eshell-smart-initialize): Whitespace fix.
7986 (eshell-refresh-windows): Use `if' instead of `when'.
7987 (eshell-smart-scroll-window): Calling `save-current-buffer' was
7988 not necessary.
83c9cb8e 7989 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
7990
7991 * eshell/em-ls.el (eshell-do-ls): Code simplification.
7992 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
7993 Whitespace fix.
7994 (eshell-ls-exclude-hidden): Added this variable in addition to
7995 `eshell-ls-exclude-regexp'. This one prevents files beginning
7996 with . from even being read, which can improve memory consumption
7997 quite a bit.
7998 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
7999 read file entries beginning with a dot. In home directories with
8000 lots of hidden files, fully two-thirds of the time spent in ls is
8001 used to read directory entries that are immediately thrown away.
8002 (eshell-ls-initial-args): Added back this configuration variable,
8003 for specifying default initial arguments to every call to ls.
8004 Much faster than using an alias to do the same thing.
8005 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
8006 (eshell-ls-dir): Whitespace change.
8007
8008 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
8009
83c9cb8e 8010 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
8011 (eshell-stringify-t): Added a customization variable, to indicate
8012 whether `t' should be rendered as a string at all. If not, one
8013 can still determine if the result of an expression is true using
8014 "file-exists-p FILE && echo true".
8015 (eshell-stringify): If `eshell-stringify-t' is nil, don't
8016 stringify t!
8017
8018 * eshell/esh-module.el: Whitespace fix.
8019
83c9cb8e
SM
8020 * eshell/em-alias.el (eshell-alias-initialize):
8021 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
8022 (eshell-command-aliased-p): New function that returns t if a
8023 command name names an aliased.
8024
657f9cb8 80252000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 8026
0467b076 8027 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 8028 redrawing the screen when changing cursor color.
0467b076
EZ
8029 (viper-insert-state-pre-command-sentinel)
8030 (viper-replace-state-pre-command-sentinel)
70c825df
SM
8031 (viper-replace-state-post-command-sentinel):
8032 Use viper-preserve-cursor-color.
657f9cb8
MK
8033 Many functions changed to use viper= instead of = when comparing
8034 characters.
0467b076 8035 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 8036 working with characters.
0467b076 8037 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
8038 Many functions changed to use viper= instead of = when comparing
8039 characters.
0467b076 8040 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 8041
0467b076 8042 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 8043 Several typos fixed in various docstrings.
0467b076 8044 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 8045 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
8046 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
8047 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
8048 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
8049 (ediff-get-selected-buffers): New function.
8050 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
8051 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
8052 Use save-window-excursion.
0467b076 8053 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 8054 termination check in while loop.
0467b076 8055 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 8056 dired buffer.
0467b076
EZ
8057 (ediff-files,ediff-merge-files,ediff-files3)
8058 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 8059
4f490d99
DL
80602000-10-28 Dave Love <fx@gnu.org>
8061
8062 * info.el (Info-fontify-node): Add help-echo for menu items.
8063
45b84006
EZ
80642000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8065
5ebc02b3
EZ
8066 * startup.el (normal-top-level): If the value of $TERM indicates
8067 we are running from xterm or one of its work-alikes, default to a
8068 light background mode.
8069
45b84006
EZ
8070 Support for -fg, -bg, and -rv command-line arguments for TTYs:
8071 * faces.el (tty-handle-reverse-video): New function.
8072 (tty-create-frame-with-faces): Call it.
8073
8074 * frame.el (frame-notice-user-settings): Don't apply
8075 default-frame-alist and initial-frame-alist to MS-DOS frames.
8076 Call tty-handle-reverse-video, frame-set-background-mode, and
8077 face-set-after-frame-default for non-MS-DOS frames.
8078
8079 * startup.el (tty-long-option-alist): New variable.
8080 (tty-handle-args): New function.
8081 (command-line): Call tty-handle-args.
8082
8083 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
8084 startup.el now does that for all character-terminal frames.
8085
eab6e8b9
MB
80862000-10-28 Miles Bader <miles@gnu.org>
8087
83c9cb8e
SM
8088 * emacs-lisp/easy-mmode.el (define-minor-mode):
8089 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
8090 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 8091 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
8092 version using `easy-mmode-define-global-mode'.
8093 Add :conditional-turn-on keyword argument.
eab6e8b9 8094
51a29efc
DL
80952000-10-28 Dave Love <fx@gnu.org>
8096
83c9cb8e
SM
8097 * international/latin1-disp.el (latin1-char-displayable-p):
8098 Don't use window-system.
51a29efc 8099
d71d7114
EZ
81002000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
8101
8102 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8103 Don't call find-buffer-file-type-coding-system. Instead, just
8104 set eol-type to -unix if inhibit-eol-conversion is in effect, or
8105 if the file is on an untranslated filesystem.
8106 (add-untranslated-filesystem): Use "D" instead of "f" inside
8107 interactive.
8108
1f9cab4b
DL
81092000-10-27 Dave Love <fx@gnu.org>
8110
70c825df 8111 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
8112 (refill-mode): Use it.
8113
70c825df
SM
81142000-10-27 Stefan Monnier <monnier@cs.yale.edu>
8115
8116 * international/quail.el (quail-activate): Don't make-local-hook.
8117
7432cf10
AS
81182000-10-27 Andre Spiegel <spiegel@gnu.org>
8119
4836835a 8120 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 8121 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
8122 (vc-make-version-backup): Don't do it on MS-DOS without long file
8123 names.
4836835a 8124
7432cf10
AS
8125 * vc.el (vc-version-other-window): If an automatic backup of the
8126 desired version exists, rename it instead of copying it.
8127
4836835a
TTN
8128 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
8129 after command. If there's an unexpected error, signal it instead
7432cf10 8130 of being silent.
e1483c38 8131 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 8132
05ea7ef2
MB
81332000-10-27 Miles Bader <miles@lsi.nec.co.jp>
8134
fd1035aa
MB
8135 * shell.el (shell): Add BUFFER argument.
8136 * comint.el (make-comint-in-buffer): New function.
8137 (make-comint): Use it.
8138
05ea7ef2
MB
8139 * faces.el (face-spec-choose): Change syntax so that the list of
8140 attribute-value pairs is now the cdr of each clause, not the cadr.
8141 Detect old-style entries, and handle them. Use pop.
8142
835a55fe
SM
81432000-10-26 Stefan Monnier <monnier@cs.yale.edu>
8144
f5ab1cdd
SM
8145 * cus-edit.el (custom-mode-map): Use a sparse map.
8146 (custom-mode): Don't bother with make-local-hook.
8147
8148 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
8149
835a55fe
SM
8150 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
8151
c13b0ec8
GM
81522000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8153
8154 * ps-print.el: Avoid compilation gripes.
8155 (ps-print-version): New version number (6.2.1).
4836835a 8156
e9f63196
DL
81572000-10-26 Dave Love <fx@gnu.org>
8158
0b95284b
DL
8159 * menu-bar.el: Modify some menu item help strings.
8160 (menu-bar-help-menu): Add link to MORE.STUFF.
8161
e9f63196
DL
8162 * cus-edit.el (custom-mode): Add `special' mode-class property.
8163
8164 * wid-browse.el (widget-browse-mode): Likewise.
8165
8166 * wid-edit.el (widget-specify-field): Revert to using local-map
8167 property, not keymap.
8168
e276a14a
MB
81692000-10-26 Miles Bader <miles@lsi.nec.co.jp>
8170
c1545d88
MB
8171 * wid-edit.el (widget-field-end): When checking for a `boundary'
8172 field, do so in the correct buffer.
8173
3c1b77ca
MB
8174 * simple.el (undo): Correctly distinguish between numeric and
8175 non-numeric prefix args in non-transient-mark-mode, as per the doc
8176 string. When in transient-mark-mode, treat all prefix-args as
8177 numeric.
8178
f5ab1cdd
SM
8179 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
8180 Position point on match. Handle N == 0 correctly.
22626d9d
MB
8181
8182 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
8183 (comint-mode-map): Reverse order of `comint-write-output' and
8184 `comint-append-output-to-file'.
8185 (comint-append-output-to-file): Reinstate this function, for the
8186 benefit of the menu.
8187
d97151cb
SM
81882000-10-25 Stefan Monnier <monnier@cs.yale.edu>
8189
8190 * vc.el (vc-version-other-window): Bind `file'.
8191
ea7d6f5b
GM
81922000-10-25 Gerd Moellmann <gerd@gnu.org>
8193
f5ab1cdd 8194 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
8195
8196 * emacs-lisp/authors.el (batch-update-authors): New function.
8197 (authors-fixed-entries): New defconst.
8198 (authors-add-fixed-entries): New function.
8199 (authors): Call it.: Don't process lispref/.
8200
17c25cea
JR
82012000-10-25 Jason Rumney <jasonr@gnu.org>
8202
8203 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8204 Merge x w32 and mac definitions.
8205
4ecda532
GM
82062000-10-25 Gerd Moellmann <gerd@gnu.org>
8207
8208 * menu-bar.el (menu-bar-options-menu): Add a help string for
8209 `uniquify'.
8210
b6735035
GM
82112000-10-25 Stephen Gildea <gildea@alum.mit.edu>
8212
f5ab1cdd
SM
8213 * time-stamp.el (time-stamp-string-preprocess):
8214 Fix a wrong type argument error.
b6735035 8215
f4cbc7a0
MB
82162000-10-25 Miles Bader <miles@gnu.org>
8217
8218 * recentf.el (recentf-mode): Variable removed.
8219 (recentf-mode): Use `define-minor-mode'.
8220
8221 * mwheel.el (mouse-wheel-mode): New global minor mode.
8222 (mwheel-install): Use `mouse-wheel-mode'.
8223
f4b020f6
DL
82242000-10-25 Dave Love <fx@gnu.org>
8225
f5ab1cdd
SM
8226 * progmodes/cperl-mode.el (cperl-mode):
8227 Set normal-auto-fill-function correctly.
072cb6f9 8228
83c9cb8e
SM
8229 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8230 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 8231 bindings.
f4b020f6 8232
ebe2a441
MB
82332000-10-25 Miles Bader <miles@lsi.nec.co.jp>
8234
ff4dcd4b
MB
8235 * wid-edit.el (widget-field-at): New function.
8236 (widget-at, widget-field-activate): Use it.
8237 (widget-tabable-at): Use `widget-at'.
8238 (widget-specify-field): If the terminating character of the widget
8239 field (which is read-only) is a newline, put it into a special
8240 `boundary' field so that C-n/C-p act more naturally.
8241 (widget-field-end): Also don't subtract one if a special
8242 `boundary' field has been added after the widget field.
8243
83c9cb8e
SM
8244 * comint.el (comint-output-filter, comint-send-input):
8245 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 8246 code, since it should notice the overlay insertion-types now.
ff4dcd4b 8247
ebe2a441
MB
8248 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8249 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8250 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8251
fe50b6ab
GM
82522000-10-24 Gerd Moellmann <gerd@gnu.org>
8253
53df4dda 8254 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
8255 (authors): Set file coding system to iso-2022-7bit.
8256 Add file-local variables to output buffer.
53df4dda 8257
4836835a 8258 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
8259 WARN is nil.
8260
53df4dda
GM
82612000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8262
8263 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
8264
8265 * delim-col.el: Now there is a column formatting mechanism.
8266 Modified to customization mechanisms convention. Doc fix.
8267 (columns): New group for delim-col.
8268 (delimit-columns-before, delimit-columns-after)
8269 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
8270 (delimit-columns-end): New vars.
8271 (delimit-columns-customize, delimit-columns-format): New funs.
8272 (delimit-columns-region, delimit-columns-rectangle)
8273 (delimit-columns-rectangle-line): Modified to support column
8274 formatting.
4836835a 8275
a9839779
DL
82762000-10-24 Dave Love <fx@gnu.org>
8277
8278 * log-edit.el (log-edit): Add :version and a :group for vc.
8279
df0267b8
GM
82802000-10-24 Gerd Moellmann <gerd@gnu.org>
8281
9acc3873
GM
8282 * files.el (after-find-file): Don't print a message ``New file''
8283 if WARN is nil.
8284
83c9cb8e
SM
8285 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8286 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
8287 get duplicate tool-bar entries because we'll see the global ones
8288 on more than one path through keymaps.
8289
1946f901
GM
8290 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8291
df0267b8
GM
8292 * progmodes/cmacexp.el: Change Francesco's email address.
8293
ae3b264b
KH
82942000-10-24 Kenichi Handa <handa@etl.go.jp>
8295
8296 * window.el (fit-window-to-buffer): Adjust point of the window
8297 buffer, not that of the current buffer.
8298
23afac01
EZ
82992000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
8300
8301 * progmodes/cmacexp.el: Update the euthor's email address.
8302
22d1a4ed
MB
83032000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8304
8305 * faces.el (face-spec-set-match-display): Add `graphic' display
8306 type (the inverse of `tty'). Use `display-graphic-p' instead of
8307 the window-system variable.
8308
f408aa48
KH
83092000-10-24 Kenichi Handa <handa@etl.go.jp>
8310
83c9cb8e
SM
8311 * international/isearch-x.el (isearch-with-input-method):
8312 Call input-method-function with the first event in
f408aa48
KH
8313 unread-command-events.
8314
94fe8a31
MB
83152000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8316
83c9cb8e 8317 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 8318
8f47302e
AC
83192000-10-24 Andrew Choi <akochoi@i-cable.com>
8320
8321 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8322 New charsets.
8323
8324 * term/mac-win.el: Remove definitions of mac-roman-lower and
8325 mac-roman-upper, require dired, and define instead of set
8326 mac-ready-for-drag-n-drop to avoid compilation error.
8327
446c097e
AI
83282000-10-23 Andrew Innes <andrewi@gnu.org>
8329
83c9cb8e
SM
8330 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8331 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
8332 expand-file-name after convert-standard-filename to ensure
8333 expected directory separators are used.
8334
379b70e7
EZ
83352000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
8336
8337 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8338
85c766e9
DL
83392000-10-23 Dave Love <fx@gnu.org>
8340
b7e03a67
DL
8341 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8342 (tool-bar-add-item): Set foreground and background for XBM icons.
8343
83c9cb8e
SM
8344 * international/latin1-disp.el (latin1-char-displayable-p):
8345 New function (from Handa).
b7e03a67
DL
8346 (latin1-display-check-font): Use it.
8347
0dcf8835 8348 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
8349 using :key-sequence, making it much more usable.
8350 Use nconc, not append.
0dcf8835
DL
8351 (imenu--create-keymap-1): Avoid append.
8352
85c766e9 8353 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 8354
cb3069bb
MB
83552000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8356
8357 [the following changes fix a bug where `define-minor-mode' didn't
8358 correctly generate :require clauses for defcustoms in compiled files]
8359 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8360 (byte-compile-log-file, byte-compile-log-1): Don't set
8361 `byte-compile-current-file' to nil. Instead set
8362 `byte-compile-last-logged-file' to it. Test whether
8363 byte-compile-current-file equals byte-compile-last-logged-file
8364 instead of whether its nil.
3b6542ba 8365 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 8366
6db6243b
SM
83672000-10-23 Stefan Monnier <monnier@cs.yale.edu>
8368
8369 * textmodes/refill.el: Fix var names in doc.
8370 (refill-mode): Don't bother with make-local-hook anymore.
8371
98490598
MB
83722000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8373
e01cd227
MB
8374 * faces.el (face-user-default-spec, face-default-spec): New functions.
8375 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 8376 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
8377 Use `face-user-default-spec'. Simplify code slightly.
8378
4836835a 8379 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
8380 (woman-unknown-face): Add dark-background variants.
8381 (woman-default-faces): Renamed from `woman-colour-faces'.
8382 Set using the stored defaults, rather than using hard-wired colors.
8383 (woman-monochrome-faces): Renamed from `woman-black-faces'.
8384 Just make the foreground `unspecified' rather than "black".
8385 (woman-menu): Rename menu entries accordingly.
8386
98490598
MB
8387 * faces.el (header-line): Make more reasonable on mono/grayscale
8388 displays.
8389
1a578e9b
AC
83902000-10-23 Andrew Choi <akochoi@i-cable.com>
8391
8392 * cus-edit.el (custom-button-face): Use 3D look for mac.
8393 (custom-button-pressed-face): Likewise.
8394
8395 * faces.el (set-face-attributes-from-resources): Handle mac frames
8396 in the same way as x and w32 frames.
8397 (face-valid-attribute-values): Likewise.
8398 (read-face-attribute): Likewise.
8399 (defined-colors): Likewise.
8400 (color-defined-p): Likewise.
8401 (color-values): Likewise.
8402 (display-grayscale-p): Likewise.
8403 (face-set-after-frame-default): Likewise.
8404 (mode-line): Same default face as for x and w32.
8405 (tool-bar): Likewise.
8406
8407 * frame.el: Remove call to frame-notice-user-settings at end of
8408 the file.
8409
83c9cb8e 8410 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
8411 as for x, pc, and w32 frame types.
8412
8413 * term/mac-win.el: New file.
8414
aaaf7be7
DL
84152000-10-22 Dave Love <fx@gnu.org>
8416
8417 * textmodes/refill.el: New file.
8418
5392d654
AS
84192000-10-22 Andre Spiegel <spiegel@gnu.org>
8420
4836835a 8421 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 8422 MANUAL and REGEXP.
4836835a 8423 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
8424 New functions.
8425 (vc-before-save): Use the latter.
8426 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8427 confusion.
8428
4836835a 8429 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
8430 expected by vc[-hooks].el.
8431
8432 * vc.el (vc-checkout): Added `-p' suffix in call to
8433 vc-make-version-backups-p; use vc-make-version-backup to actually
8434 make the backup.
8435 (vc-version-other-window, vc-version-backup-file): Handle both
8436 automatic and manual backups.
8437 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8438 of all of them.
8439
1e221c16
MB
84402000-10-22 Miles Bader <miles@gnu.org>
8441
7ff4fda5
MB
8442 * comint.el (comint-highlight-input, comint-highlight-prompt):
8443 Renamed, `-face' at end removed.
8444 (comint-send-input, comint-output-filter): Use renamed faces.
8445
3511cde8
MB
8446 * window.el (fit-window-to-buffer): Change defaulting of
8447 MAX-HEIGHT slightly.
8448
1e221c16
MB
8449 * faces.el (color-values, color-defined-p): Use `member', not
8450 `memq', because it works correctly for strings.
8451 (frame-set-background-mode): Actually, "unspecified-fg" and
8452 "unspecified-bg" *are* strings. Use `member', not `memq', and
8453 `equal', not `eq', when a string value is possible.
8454
b6ef4898
EZ
84552000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
8456
8457 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8458
34939e2c
SM
84592000-10-21 Stefan Monnier <monnier@cs.yale.edu>
8460
8461 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8462 sh-electric-rparen, sh-electric-less and sh-electric-hash.
8463 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8464 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8465 (sh-font-lock-syntactic-keywords): Use them.
8466 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8467 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8468 (sh-mode): Don't override font-lock-unfontify-region-function.
8469 Use a copy of sh-font-lock-syntactic-keywords.
8470 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8471 Don't call sh-scan-buffer since font-lock does it on the fly.
8472 (sh-get-indent-info): Use `face' rather than `syntax-table'
8473 text-property to detect here-documents.
8474 Replace sh-special-syntax with sh-st-punc.
8475 (sh-prev-line): Use `face' rather than `syntax-table'
8476 text-property to skip over here-documents.
8477 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8478 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8479 (sh-electric-less, sh-set-here-doc-region)
4836835a 8480 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
8481 (sh-scan-buffer, sh-rescan-buffer): Remove.
8482
f3d3c491
AI
84832000-10-21 Andrew Innes <andrewi@gnu.org>
8484
8485 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8486 remote (ange-ftp) file names.
8487
b86c791c
MB
84882000-10-21 Miles Bader <miles@gnu.org>
8489
d9c30bdf
MB
8490 * window.el (fit-window-to-buffer): New function.
8491 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
8492 (window-text-height): Don't expect minibuffers to have mode-lines.
8493
d9c30bdf 8494 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
8495 * international/quail.el (quail-update-guidance):
8496 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 8497
617fee5a
MB
8498 * international/quail.el (quail-show-guidance-buf): Make sure
8499 guidance window really has enough room.
8500 (quail-update-guidance): If quail-guidance-win is already shown,
8501 make sure its height is OK.
8502
b86c791c
MB
8503 * window.el (window-text-height, set-window-text-height):
8504 New functions.
8505 (shrink-window-if-larger-than-buffer): Use `window-text-height'
8506 instead of `window-height' & `mode-line-window-height-fudge'.
8507 (mode-line-window-height-fudge): Add FACE parameter.
8508 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8509 instead of `enlarge-window' & `mode-line-window-height-fudge'.
8510
e34850d1
MB
85112000-10-20 Miles Bader <miles@gnu.org>
8512
8513 * window.el (height-affecting-face-attributes): Use `defconst'.
8514
8515 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8516 New function, conditionally aliased to `mode-line-window-height-fudge'.
8517 (ispell-help): Use it.
8518 (ispell-choices-win-default-height): Don't include mode-line fudge.
8519 (ispell-choices-win-default-height): New function.
8520 (ispell-show-choices, ispell-command-loop): Use function
8521 `ispell-choices-win-default-height' instead of variable.
8522
a8b883c2
MB
85232000-10-20 Miles Bader <miles@lsi.nec.co.jp>
8524
8c6e4a58
MB
8525 * window.el (mode-line-window-height-fudge): New variable.
8526 (height-affecting-face-attributes): New variable.
8527 (mode-line-window-height-fudge): New function.
8528 (shrink-window-if-larger-than-buffer): Use it.
8529 * help.el (resize-temp-buffer-window): Likewise.
8530
a8b883c2
MB
8531 * info.el (Info-fontify-node): Add support for @subsubsection
8532 titles, which use `Info-title-4-face'.
8533 (Info-title-4-face): New face.
8534 (Info-title-3-face): Inherit from Info-title-4-face instead of
8535 variable-pitch.
8536
e64c3a75
JR
85372000-10-19 Jason Rumney <jasonr@gnu.org>
8538
8539 * dired.el (dired-insert-directory): Do not let errors signalled by
8540 attempt to run dired-free-space-program prevent dired from working.
8541
c70fe852
SM
85422000-10-19 Stefan Monnier <monnier@cs.yale.edu>
8543
8544 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8545
877cf6b4
GM
85462000-10-19 Gerd Moellmann <gerd@gnu.org>
8547
5de037e0
GM
8548 * dirtrack.el (dirtrack): Fix call to run-hooks.
8549
6deb9af9
GM
8550 * cmuscheme.el (cmuscheme-program-name): Renamed from
8551 scheme-program-name because xscheme.el contains a defcustom with
8552 the same name. As a consequence, customizing group `cmuscheme'
8553 loaded `xscheme' which redefined run-scheme.
8554 (run-scheme): Use cmuscheme-program-name.
8555
83c9cb8e 8556 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 8557
e597d8fb 8558 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 8559 anonymous address, and add a website for Befrienders International.
4836835a 8560
3e9cb08f
GM
85612000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8562
c70fe852
SM
8563 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
8564 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
8565 (ps-print-version): New version number (6.2).
8566 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8567 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8568 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8569 (ps-x-extent-priority, ps-x-extent-start-position)
8570 (ps-x-face-font-instance, ps-x-find-coding-system)
8571 (ps-x-font-instance-properties, ps-x-make-color-instance)
8572 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8573 avoid compilation gripes without defining functions.
8574 (ps-e-find-composition): Alias for function find-composition, to have a
8575 suitable function depending on Emacs version.
8576 (ps-color-device, ps-color-values, ps-face-foreground-name)
8577 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8578 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8579 (ps-print-ensure-fontified): Function definitions surrounded by
8580 `eval-and-compile' to avoid compilation gripes.
8581 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8582 by symbol-value to avoid compilation gripes.
8583 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8584 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8585
d8abcd91
MB
85862000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8587
13ab33c4
MB
8588 * startup.el (normal-top-level): Call `frame-set-background-mode'
8589 after `frame-notice-user-settings' because the latter doesn't call
8590 the former on a tty.
8591
d8abcd91
MB
8592 * faces.el (frame-set-background-mode): `unspecified' &c are
8593 symbols, not strings.
8594
e8bce0a9
EZ
85952000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8596
c70fe852
SM
8597 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8598 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 8599
c70fe852
SM
8600 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8601 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 8602
773272d8
KH
86032000-10-19 Kenichi Handa <handa@etl.go.jp>
8604
c70fe852 8605 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
8606 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
8607 for ISO10646-1 fonts.
8608 (x-font-name-charset-alist): Add an entry for "iso10646-1".
8609
772139c0
EZ
86102000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8611
8612 * faces.el (frame-set-background-mode): If a tty frame defines a
8613 background color, use that to compute the background mode, instead
8614 of always defaulting to "dark".
8615
d134a19f
MB
86162000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8617
8bb84cb2
MB
8618 * comint.el (comint-write-output): New function.
8619 (comint-mode-map): Add it to the menu.
e40a778f 8620 Bind `C-c C-s' to comint-write-output.
d134a19f 8621
dada41e1
GM
86222000-10-18 Gerd Moellmann <gerd@gnu.org>
8623
8624 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8625 Use fancy-splash-delay.
8626
9b5360aa
GM
86272000-10-18 Alex Schroeder <alex@gnu.org>
8628
8629 * progmodes/sql.el (sql-sybase-options): New option.
8630 (sql-sybase): Use it. Add sql-database to the list of parameters
8631 provided for login. The options -w 2048 -n are not used any more.
8632
9035a35a
GM
8633 * comint.el (comint-read-input-ring): Bugfix such that the first
8634 and the last entry of the input ring file are not lost.
8635
3556c6dd
GM
86362000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8637
8638 * ps-print.el: Internal variable changes to defcustom,
8639 make-local-hook changes to defvar. Doc fix.
8640 (ps-print-version): New version number (6.1).
8641 (ps-setup, ps-do-despool): Code fix.
8642 (ps-printer-name): Customization fix.
8643 (ps-printer-name-option): Now is a defcustom instead of an
8644 internal variable.
8645 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8646 (ps-print-begin-column-hook): Now are defvar instead of
8647 make-local-hook.
4836835a 8648
4e217e50
MB
86492000-10-18 Miles Bader <miles@gnu.org>
8650
8651 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8652 (comint-kill-output): Changed into an alias for `comint-delete-output',
8653 and made obsolete.
8654 (comint-mode-map): Rename references to comint-kill-output.
8655
34460354
EZ
86562000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
8657
8658 * diff-mode.el (diff-header-face, diff-file-header-face)
8659 (diff-changed-face): Add bold and italic attributes to tty faces.
8660 (diff-function-face): New face.
8661 (diff-font-lock-keywords): Use it.
8662
17ea3cdb
MB
86632000-10-18 Miles Bader <miles@lsi.nec.co.jp>
8664
8665 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8666 Remove commented-out call to force-mode-line-update.
8667 (comint-kill-output): Use `forward-line 0' instead of
8668 beginning-of-line to make sure we get past the prompt.
8669
9244f2c7
SM
86702000-10-17 Stefan Monnier <monnier@cs.yale.edu>
8671
8672 * diff-mode.el (diff-header-face, diff-file-header-face):
8673 Add specific setting for dark background.
8674 (diff-context-face): Renamed from diff-comment-face.
8675 Set explicitly rather than inheriting from font-lock-comment-face.
8676
1592c1ef
EZ
86772000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8678
8679 * startup.el (command-line): Move the code which sets the default
8680 TTY colors to before before-init-hook.
8681
f86292a9
GM
86822000-10-17 Gerd Moellmann <gerd@gnu.org>
8683
8684 * jit-lock.el (jit-lock-stealth-time): Doc fix.
8685
f7f2e883
EZ
86862000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8687
e854cc22
EZ
8688 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8689 extensions, for MS-DOS.
8690
f7f2e883
EZ
8691 * diff-mode.el (diff-header-face, diff-file-header-face)
8692 (diff-changed-face): Define tty-specific colors.
8693
c7b4f0f9
GM
86942000-10-17 Gerd Moellmann <gerd@gnu.org>
8695
8696 * startup.el (fancy-splash-text): Realign the text.
8697
12a72271
EZ
86982000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8699
8700 * font-lock.el (font-lock-comment-face): Define a separate default
8701 for dark-background tty's.
8702
61dfccfd
MB
87032000-10-17 Miles Bader <miles@gnu.org>
8704
8705 * help.el (resize-temp-buffer-window): Add hack to avoid last line
8706 being obscured by whizzy mode-lines on graphics displays.
8707
333cd59e
EZ
87082000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8709
8710 * info.el (Info-title-1-face, Info-title-2-face)
8711 (Info-title-3-face): Define colors for tty's.
dada41e1 8712 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 8713
dbf1fcc1
EZ
87142000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8715
8716 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8717 reverse from the frame parameters, and don't invert foreground and
8718 background colors.
8719
ac629823
MB
87202000-10-16 Miles Bader <miles@gnu.org>
8721
8722 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8723 string "*Info*". Call propertized-buffer-identification to spruce
8724 up the result.
8725
76eebffc
GM
87262000-10-16 Gerd Moellmann <gerd@gnu.org>
8727
3a6b59d9
GM
8728 * help.el: Provide `help' for the sake of define-minor-mode
8729 which generates defcustoms with requires.
8730
6569c3d3
GM
8731 * jit-lock.el (jit-lock-after-change): If we're in text that
8732 matches a multi-line font-lock pattern, make sure the whole text
8733 will be redisplayed.
8734
c2e0a611
GM
8735 * emacs-lisp/authors.el (authors-add): Don't add an entry if
8736 author's name is unknown.
8737
76eebffc
GM
8738 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8739 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8740 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8741 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8742 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8743 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8744 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8745 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8746 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8747 Add author information.
8748
cf1e7b12
MB
87492000-10-16 Miles Bader <miles@lsi.nec.co.jp>
8750
8751 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8752 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8753 full-color version (using the Gimp) to eliminate dithering artifacts.
8754
5586f3eb
SM
87552000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8756
8757 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8758
8759 * simple.el (syntax-flag-table, string-to-syntax): Remove.
8760
ad64a888
DL
87612000-10-15 Dave Love <fx@gnu.org>
8762
83c9cb8e 8763 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
8764
8765 * pcomplete.el (pcomplete) <defgroup>: Add :version.
8766
8767 * whitespace.el: Doc fixes.
8768 (top-level): Don't add hooks here.
8769 (whitespace-running-emacs): Deleted.
8770 (timer): Don't require.
8771 (whitespace): Add back :version conditional on xemacs test.
8772 (whitespace-spacetab-regexp, whitespace-indent-regexp)
8773 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8774 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8775 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8776 Avoid specific xemacs test.
8777 (whitespace-global-mode): New option.
8778 (whitespace-global-mode): New command.
8779 (whitespace-unload-hook): New function.
8780
8781 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 8782 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
8783 (Info-fontify-node): `Goto' goes to `Go to'.
8784 (Info-fontify-node): Add help-echo to xref links.
8785
1ef49fc6
EZ
87862000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
8787
8788 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8789
8b7707e1
SM
87902000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8791
b3b7f42f
SM
8792 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8793 Use plist-get and allow :inherit.
8794
8795 * emacs-lisp/cl-macs.el (cl-do-arglist):
8796 Use plist-get and plist-member instead of memq.
8797
3c7fafc7
SM
8798 * emacs-lisp/ewoc.el (ewoc-location): New function.
8799 (ewoc-enter-after, ewoc-enter-before): Document return value.
8800 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8801 Don't need make-local-hook any more.
8802 (cvs-addto-collection): Return the new tin.
8803 (cvs-mode-insert): Jump to the new line.
8804
8b7707e1
SM
8805 * jit-lock.el (jit-lock-fontify-buffer): Remove.
8806
8807 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8808
8809 * font-lock.el (font-lock-syntactically-fontified): New var.
8810 (font-lock-fontify-syntactic-keywords-region): Use it.
8811 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
8812
8813 * diff-mode.el (diff-find-file-name): Fix regexp.
8814
8815 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8816 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8817
8818 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8819 (sh-mode-syntax-table): Add punctuation syntax for < and >.
8820 (sh-mode): Don't make all vars local here.
8821 (sh-kw): Reformat.
8822 (sh-set-shell): Use dolist. Don't set indent-region-function.
8823 (sh-mode-syntax-table): Use pop.
8824 (sh-remember-variable): Use push.
8825 (sh-help-string-for-variable): Use memq.
8826 (sh-safe-backward-sexp): Remove.
8827 (sh-safe-forward-sexp): Add ARG.
8828 (sh-get-indent-info, sh-prev-stmt): Use it.
8829 (sh-prev-line): Simplify by using forward-comment.
8830 (sh-this-is-a-continuation): Simplify.
8831 (sh-learn-buffer-indent): Use dolist.
8832 (sh-do-nothing): Remove.
8833 (sh-set-char-syntax, sh-set-here-doc-region):
8834 Use inhibit-modification-hooks.
8835 (sh-name-style): Use mapcar and push.
8836 (sh-load-style): Use dolist.
8837 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8838 (sh-case, sh-while-getopts): Use propertize directly rather
8839 than sh-electric-rparen.
8840
88412000-10-14 Stefan Monnier <monnier@cs.yale.edu>
8842
8843 * textmodes/tex-mode.el: Require CL when compiling.
8844 (tex-mode-syntax-table): Init immediately.
8845 (tex-mode-map): Bind M-RET to latex-insert-item.
8846 (latex-mode): Set indent-line-function to latex-indent.
8847 (tex-common-initialization): Don't setup the syntax-table any more.
8848 (latex-insert-item): New skeleton.
8849 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 8850 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 8851 (latex-indent, latex-find-indent): New functions.
4836835a 8852 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
8853 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8854 (tex-compilation-parse-errors): Use with-syntax-table.
8855
86b7fcbb
MB
88562000-10-15 Miles Bader <miles@gnu.org>
8857
8858 * font-lock.el (font-lock-comment-face): Change dark-background,
8859 color, non-tty, default to `chocolate1'.
8860
57a24508
JW
88612000-10-13 John Wiegley <johnw@gnu.org>
8862
8863 * eshell/esh-util.el (require): Added a missing `require' form,
8864 needed when compiling (for an ange-ftp macro definition).
8865
40ad3db4
DL
88662000-10-13 Dave Love <fx@gnu.org>
8867
8868 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8869
db460189
GM
88702000-10-13 Gerd Moellmann <gerd@gnu.org>
8871
83c9cb8e 8872 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 8873
4836835a 8874 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
8875 transparent -colors 8).
8876
3b5e21df
GM
88772000-10-13 Stephen Gildea <gildea@alum.mit.edu>
8878
8879 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8880 that breaks with old list format timestamps.
8881 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 8882 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 8883
16908a3f
JW
88842000-10-13 John Wiegley <johnw@gnu.org>
8885
d7103dda
JW
8886 * align.el, pcomplete.el, calendar/timeclock.el,
8887 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8888
dace60cf 8889 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
8890 faulty math, where holiday hours were being computing as seconds.
8891
b6b70cda
JW
88922000-10-13 John Wiegley <johnw@gnu.org>
8893
8894 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
8895 specifying what "other" kinds of buffers should be saved.
8896 This used to be hard-coded.
b6b70cda
JW
8897 (desktop-buffer-misc-functions): A global for specifying how
8898 auxiliary data should be determined for special buffer types.
8899 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8900 instead of hard-coding the special buffer types.
8901 (desktop-save): Run `desktop-buffer-misc-functions' to gather
8902 auxiliary data, instead of hard-coding for Info buffers and dired.
8903 (desktop-buffer-info-misc-data): Aux function for determining Info
8904 buffer auxiliary info.
8905 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8906 (desktop-buffer-info): Changed this function to use the info
8907 gathered above.
8908 (desktop-create-buffer): Be a little more careful about what
8909 `minor-mode' means before calling it. This is important for some
8910 buffer types.
8911
8c6b1d83
JW
89122000-10-13 John Wiegley <johnw@gnu.org>
8913
8914 * eshell/esh-util.el: Added a global form which declares an
8915 autoload for `parse-time-string', if that function is not already
8916 defined, and if parse-time.el is available on the user's system.
8917
8918 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
8919 to be aware of ange-ftp user info.
83c9cb8e 8920 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
8921 (eshell-ls-annotate): Use `eshell-file-attributes'.
8922 (eshell-ls-file): Made the user-id printing code a bit smarter.
8923
8924 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
8925 allow identification of alias user ids in remote directories.
83c9cb8e
SM
8926 It's manual, but there's no other way to know when the current user
8927 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
8928 (fboundp): Bind `ange-cache'.
8929 (eshell-directory-files-and-attributes): Re-organized the logic a
8930 bit to use `eshell-file-attributes' instead of `file-attributes'.
8931 The former is more sensitive to directories that are read via FTP,
8932 and knows how to use ange-ftp to determine full attribute
8933 information, instead of just the name and last modtime.
8934 (eshell-current-ange-uids): Return the current user id when in a
8935 remote directory.
8936 (eshell-parse-ange-ls): Parse a full directory listing that has
8937 been returned by ange-ftp.
8938 (eshell-file-attributes): This beefed up version of
8939 `file-attributes' is only special if the user is currently in a
8940 remote directory, in which case it does a lot of work to find out
8941 what the real attributes of a file are, as they appear on the
8942 remote machine. This makes usage of remote directories (i.e.,
8943 ange-ftp pathnames) much more useful. You can now use Eshell as a
8944 full-fledged FTP client, with much more manipulation ability than
8945 most other clients.
8946
8947 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
8948 variable, which means that Eshell's du should always be preferred
8949 in remote directories.
8950 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
8951 just `file-attributes'.
8952 (eshell-mvcp-template): Bind `ange-cache', to improve performance
8953 when reading remote directories. This is an Eshell-specific
8954 variable (not part of ange-ftp).
8955 (eshell/ln): Bind `ange-cache'.
8956 (eshell/du): Added some extra logic for determining when to use
8957 Eshell's du (which is slow), and when to use the external version
8958 (which may or may not exist).
8959
83c9cb8e
SM
8960 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8961 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
8962 `get-buffer-process', since backgrounded processes don't count in
8963 the context of this function's logic.
8964
8965 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
8966 `forward-char', so that null strings are parsed correctly.
8967
87730e84 89682000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 8969
83c9cb8e
SM
8970 * eshell/em-pred.el (eshell-pred-file-type)
8971 (eshell-pred-file-links, eshell-pred-file-size):
8972 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
8973
8974 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
8975 that remote file globbing is more efficient.
8976
8977 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
8978 gathering the files and attributes within a directory.
8979
8980 * eshell/em-unix.el (eshell/cat): If any of the files passed on
8981 the command line is a special file (not a regular file, directory
8982 or symlink), always attempt to call the external version of cat.
8983
87730e84 89842000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
8985
8986 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
8987 Eshell-friendly version of find-tag.
8988
1c7e37a9
MB
89892000-10-13 Miles Bader <miles@lsi.nec.co.jp>
8990
4836835a 8991 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
8992 (image-file-name-regexps): Add autoload cookies.
8993
11a7f341
KH
89942000-10-13 Kenichi Handa <handa@etl.go.jp>
8995
8996 * international/mule-cmds.el (select-safe-coding-system): If FROM
8997 is string, show it in *Warning* buffer.
8998
8ddddcb0
EZ
89992000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9000
9001 * startup.el (normal-top-level): Use display-popup-menus-p instead
9002 of window-system.
9003 (command-line): Use display-graphic-p instead of window-system.
9004 (command-line-1): Use display-popup-menus-p and display-mouse-p
9005 instead of window-system.
9006
72200f89
SS
90072000-10-12 Sam Steingold <sds@gnu.org>
9008
9009 * tooltip.el (tooltip-use-echo-area): New user variable.
9010 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
9011
8661c643
DL
90122000-10-12 Dave Love <fx@gnu.org>
9013
d0b40dc1
DL
9014 * recentf.el: Maintainer's checkdoc fixes.
9015
83c9cb8e
SM
9016 * startup.el (normal-top-level-add-subdirs-to-load-path):
9017 Use character class, not ASCII when matching file names.
a622451f
DL
9018 (fancy-splash-head): Add trailing slash to URL.
9019 (command-line): Don't require XPM support for toolbar.
9020
8661c643
DL
9021 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
9022 (cperl-invalid-face): Revert last change.
9023 (cperl-init-faces): Quote cperl-invalid-face.
9024
ef2ed8ab
KH
90252000-10-12 Kenichi Handa <handa@etl.go.jp>
9026
9027 * startup.el (fancy-splash-text): Remove superfluous quote.
9028
b0da379e
GM
90292000-10-12 Gerd Moellmann <gerd@gnu.org>
9030
dbeb499b
GM
9031 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
9032 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
9033 (command-line-1): Don't use fancy-splash-pending-command.
9034 (fancy-splash-screens-1): Goto point-min after inserting text.
9035
d861718a
GM
9036 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
9037
b0da379e
GM
9038 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
9039 instead of shared-lisp-mode-map.
9040
4fb2ad98
MB
90412000-10-12 Miles Bader <miles@lsi.nec.co.jp>
9042
1cb4393e
MB
9043 * faces.el (header-line): Change tty-variant to use underlining.
9044
4fb2ad98
MB
9045 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
9046 (isearch-highlight): Restore lazy-isearch face properties at old
9047 position, and suppress them at new position.
9048 (isearch-dehighlight): Restore lazy-isearch face properties.
9049 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
9050 over the real isearch overlay, but in that case, don't give it a
9051 face property. Use `push'.
9052
eb991b25
KH
90532000-10-12 Kenichi Handa <handa@etl.go.jp>
9054
9055 * man.el (Man-getpage-in-background): Fix previous change.
9056 Decode the process output only when we are in multibyte mode.
9057
a818c1c0
DL
90582000-10-11 Dave Love <fx@gnu.org>
9059
c990f53a
DL
9060 * info.el (Info-mode-menu): Fix some help.
9061 (info-tool-bar-map): Add entry for Info-last.
9062
a818c1c0
DL
9063 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
9064 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
9065 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
9066 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
9067 * toolbar/search-replace.xpm, toolbar/exit.xpm:
9068 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
9069 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
9070 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
9071 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
9072 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
9073 Reduce colour requirements to 25 overall. (Probably wants
9074 revisiting from the originals to reduce further.)
9075
c1b096cb
EZ
90762000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
9077
9078 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
9079 buffer-file-coding-system, instead of raw-text.
9080 (dehexlify-buffer): Bind coding-system-for-read to
9081 buffer-file-coding-system, instead of raw-text.
9082
5c8b7eaf
SS
90832000-10-11 Sam Steingold <sds@gnu.org>
9084
83c9cb8e 9085 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
9086 `underline' - fixes the bug introduced on 2000-09-21.
9087
2cfbdb7a
DL
90882000-10-11 Dave Love <fx@gnu.org>
9089
83c9cb8e
SM
9090 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
9091 Avoid compiler warnings.
2cfbdb7a
DL
9092 (scheme-mode): Doc fix.
9093 (scheme-font-lock-keywords-1): Match `define-syntax'.
9094
90952000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
9096
9097 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
9098 face specs as well as default ones. Only do anything if the
9099 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 9100 (region): Make dark-background `region' face less in-your-face.
4b33f290 9101
690ec649
SS
91022000-10-10 Sam Steingold <sds@gnu.org>
9103
9104 * chistory.el, ielm.el, ledit.el:
9105 * progmodes/inf-lisp.el, progmodes/scheme.el:
9106 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
9107
3b95d6bb
SM
91082000-10-10 Stefan Monnier <monnier@cs.yale.edu>
9109
9110 * textmodes/texinfo.el: Update copyright and fix typo.
9111
9112 * desktop.el (desktop-modes-not-to-save): New var.
9113 (desktop-save-buffer-p): Use it.
a30eb617
DL
9114 Also, obey desktop-buffers-not-to-save even for non-file buffers.
9115 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
9116
91172000-10-10 Dave Love <fx@gnu.org>
9118
9119 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 9120 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
9121
9122 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
9123 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
9124 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
9125 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
9126 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
9127 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
9128 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
9129 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
9130 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
9131 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
9132 the .xpms; probably need retouching.
9133
91342000-10-10 Miles Bader <miles@lsi.nec.co.jp>
9135
9136 * subr.el (add-to-list): Add optional argument APPEND.
9137 * battery.el (display-battery): Use `add-to-list'.
9138
91392000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
9140
83c9cb8e
SM
9141 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
9142 properties.
a30eb617
DL
9143 (zone, zone-when-idle, zone-leave-me-alone)
9144 (zone-pgm-whack-chars): Use new symbol properties.
9145
9146 * battery.el (display-battery): Doc spelling fix.
9147
9148 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
9149 property.
9150
91512000-10-09 Dave Love <fx@gnu.org>
9152
9153 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
9154 has been initialized before calling tool-bar-setup.
9155 (tool-bar-add-item-from-menu): Add autoload cookie.
9156
91572000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
9158
9159 * menu-bar.el (send-mail-item-name): New function.
9160 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
9161 of mail-user-agent in the menu. Don't display the "Send Mail"
9162 item if mail-user-agent is nil or its value is ignore.
9163 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
9164 if read-mail-command is nil or its value is ignore.
9165
9166 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
9167
91682000-10-09 Miles Bader <miles@gnu.org>
9169
9170 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
9171 Correct image size.
9172 * toolbar/left_arrow.xpm: Correct image size.
9173
9174 * jka-compr.el: Don't call `jka-compr-install' when loading (it
9175 will be done by the definition of `auto-compression-mode' if
9176 necessary. Move code to uninstall existing file-name handler
9177 before definition of `auto-compression-mode'.
9178
9179 * image-file.el (auto-image-file-mode): Move to the end of the
9180 file, because `define-minor-mode' actually calls the mode-function
9181 if the associated variable is non-nil, which requires that all
9182 needed functions be already defined.
9183
9184 * mouse.el (popup-menu): Balance parens.
9185
91862000-10-08 Stefan Monnier <monnier@cs.yale.edu>
9187
9188 * mouse.el (popup-menu): Move the command call outside the loop
9189 so that popup-menu returns whatever the command returns.
9190
9191 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
9192 (initialize-new-tags-table): Use run-hook-with-args-until-success.
9193 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
9194 (tags-table-format-functions): Renamed from tags-table-format-hooks.
9195
9196 * vc.el (vc-version-diff): diff-switches can be a list.
9197 Use relative filenames for prettier output.
9198
9199 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
9200 (vc-post-command-functions): Remove old-VC compatibility code.
9201
9202 * newcomment.el (comment-indent-default): Autoload.
9203
9204 * font-lock.el (font-lock-defaults): Make buffer-local.
9205 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
9206 (font-lock-choose-keywords):
9207 Ignore LEVEL unless KEYWORDS is a list of syms.
9208 (c-keywords, c++-keywords, objc-keywords, java-keywords):
9209 Don't wrap regexp-opt things in \(...\) unnecessarily.
9210
9211 * jit-lock.el: Don't require font-lock any more.
9212 (jit-lock-functions): Make buffer-local.
9213 (jit-lock-saved-fontify-buffer-function): Remove.
9214 (jit-lock-mode): Remove autoload cookie.
9215 Remove font-lock specific code.
9216 (jit-lock-unregister): Don't bother handling complex hooks any more.
9217 (jit-lock-refontify): New function.
9218 (jit-lock-fontify-buffer): Use it.
9219 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9220 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9221 Add optional args START and END.
9222 Never call font-lock-fontify-region directly.
9223 (jit-lock-function, jit-lock-stealth-fontify): Use it.
9224
9225 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9226
92272000-10-08 Dave Love <fx@gnu.org>
9228
9229 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9230
9231 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9232
9233 * play/studly.el (studlify-region, studlify-word): Add autoload
9234 cookie.
9235
9236 * play/morse.el (morse-region, unmorse-region): Add autoload
9237 cookie.
9238
9239 * play/spook.el (spook-phrases-file): Use expand-file-name, not
9240 concat.
9241
9242 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9243 insist on symbols starting with word syntax.
9244 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9245 (eval-defun-1): Doc fix.
9246 (indent-sexp): Use nconc to build up indent-stack.
9247
9248 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9249 Gnus with little use.
9250 (mail-setup-hook): Add mail-abbrevs-setup to options.
9251
9252 * recentf.el: Doc fixes.
9253
9254 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9255 Clean up remainder.
9256
9257 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
9258 without timezone and (8) with timezone to enforce some whitespace.
9259 Simplify code somewhat.
9260
9261 * options.el (list-options): Doc that you should use customize.
9262
9263 * iswitchb.el (iswitchb-mode): Add :require.
9264
9265 * info.el (Info-goto-node, Info-menu): Doc fix.
9266 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
9267 (info-tool-bar-map): New variable.
9268 (Info-mode): Use it.
9269 (Info-edit-map): Define all in defvar.
9270 (speedbar-attached-frame): Avoid compiler warning.
9271
9272 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
9273 (global-map): Bind [tool-bar] to a filtered map.
9274 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
9275 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
9276 Allow PBM icons.
9277 (tool-bar-setup): Adjust calls of tool-bar-add-item.
9278
9279 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
9280 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
9281 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
9282 icons, except up_arrow, which is left-arrow rotated.
9283
9284 * imenu.el (imenu-add-to-menubar): Fix last change.
9285
92862000-10-08 Peter Breton <pbreton@ne.mediaone.net>
9287
9288 * generic-x.el (rul-generic-mode): Remove eval-when-compile
9289 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
9290
92912000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9292
9293 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9294 typos in doc strings.
9295
9296 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9297 the doc strings how to customize Font Lock faces.
9298
9299 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9300 computing growth when dragging the header line.
9301
93022000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9303
9304 * simple.el (kill-line): Doc fix.
9305
93062000-10-08 Miles Bader <miles@gnu.org>
9307
9308 * faces.el (secondary-selection): Make foreground visible on tty.
9309
9310 * jka-compr.el (auto-compression-mode): Move to the end of the
9311 file, because `define-minor-mode' actually calls the mode-function
9312 if the associated variable is non-nil, which requires that all
9313 needed functions be already defined.
9314 (with-auto-compression-mode): Add autoload cookie.
9315
93162000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
9317
9318 * files.el (find-backup-file-name) [ms-dos]: If support for long
9319 file names is not available, behave as if version-control were set
9320 to never.
9321
93222000-10-07 Dave Love <fx@gnu.org>
9323
9324 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9325 (browse-url-gnome-moz): New function.
9326 (browse-url-browser-function): Use it.
9327 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9328
93292000-10-07 Stefan Monnier <monnier@cs.yale.edu>
9330
9331 * indent.el (tab-always-indent): New var.
9332 (indent-for-tab-command): Use it.
9333
9334 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9335 raise an error. This way it can still default to a sane value.
9336
93372000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9338
9339 * startup.el (fancy-splash-screens): Use local rather than global map.
9340 Don't use `update-menu-bindings' any more.
9341 Get rid of assumptions about keymap representation.
9342
93432000-10-06 Dave Love <fx@gnu.org>
9344
9345 * textmodes/fill.el (sentence-end-double-space)
9346 (sentence-end-without-period): Doc fix.
9347 (adaptive-fill-regexp): Purecopy.
9348 (unjustify-current-line): Use line-end-position.
9349 (fill-individual-paragraphs-prefix): Use line-beginning-position.
9350
9351 * net/eudc-vars.el (eudc): Add :version, :link.
9352
9353 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9354
9355 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9356 Fix for define-minor-mode.
9357 (function-at-point): Alias to function-called-at-point.
9358
9359 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9360
9361 * simple.el (backward-word): Doc fix.
9362
9363 * image-file.el (image-file-name-regexp): image-file-regexps ->
9364 image-file-name-regexps.
9365 (image-file-name-extensions): Add pbm.
9366
93672000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9368
9369 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9370 and add filename to the names so that diff-mode can jump to source.
9371
9372 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9373 (tex-font-lock-keywords, tex-font-lock-keywords-2)
9374 (tex-font-lock-keywords-1): Remove.
9375 (font-lock-turn-on-thing-lock): Use jit-lock-register.
9376 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9377 (font-lock-default-fontify-region):
9378 Expand beg..end correctly when just following a multiline region.
9379 (font-lock-fontify-anchored-keywords):
9380 Include the anchor text as part of the multiline.
9381
93822000-10-06 Gerd Moellmann <gerd@gnu.org>
9383
9384 * loadup.el (toplevel): Load `loaddefs' before `help' because the
9385 latter needs the autoloaded define-minor-mode macro during the
9386 bootstrap.
9387
9388 * startup.el (command-line): For now, activate tool-bar-mode only
9389 if XPM images are supported.
9390
9391 * mouse.el (mouse-drag-header-line): Don't allow resizing a
9392 window by dragging a header-line at the top of the frame; that's
9393 confusing because the header-line doesn't move.
9394 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9395 of treating the event as a list. Some cleanup.
9396
93972000-10-06 Miles Bader <miles@gnu.org>
9398
9399 * simple.el (display-message-or-buffer): New function.
9400 (shell-command-on-region): Use `display-message-or-buffer'.
9401
9402 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9403 docstring parts.
9404
9405 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9406 (smbclient-prompt-regexp): Add usage note to doc string.
9407 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9408 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9409 Use add-hook for adding the comint filter function, and only do so
9410 if it's not already in the global hook list.
9411 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9412 to `make-local-variable'.
9413 (nslookup-font-lock-keywords): Remove prompt entry.
9414 (nslookup): Don't set the process-filter.
9415 (finger): Exit the loop correctly when the regexps list runs out.
9416 (ftp, smbclient, smbclient-list-shares):
9417 Set the real major mode immediately, not after execing.
9418 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9419
9420 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9421
94222000-10-05 Stefan Monnier <monnier@cs.yale.edu>
9423
9424 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9425
9426 * which-func.el (which-func-format): Remove spurious space.
9427 (which-func-mode): Don't make it permanent-local.
9428 (which-func-ff-hook): Allow which-func-maxout to be nil.
9429 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
9430 (which-func-mode): Simplify.
9431 Use post-command-idle-hook rather than post-command-hook.
9432 Go through all buffers and update their state.
9433 (which-function): Also try add-log-current-defun-function.
9434
9435 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9436 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9437 Update call to with-vc-properties accordingly.
9438 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9439 (vc-revert-buffer): More careful about window selection and deletion.
9440 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9441
9442 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9443 (cvs-retrieve-revision): Reuse a pre-existing buffer.
9444 (cvs-dired-action): Change the default to quickdir.
9445
9446 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9447 if comment-indent-function returns nil.
9448 (comment-indent-default): New function.
9449 (comment-indent-function): Use it and document the new semantics.
9450
9451 * image-file.el: Docstring fixes.
9452
9453 * help.el (help-xref-on-pp): Use match-string.
9454 (describe-variable): New arg BUFFER.
9455 Store the current buffer in the help-xref-stack.
9456 (temp-buffer-resize-mode): Use define-minor-mode.
9457
9458 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9459 consistently with its docstring.
9460 Set jit-lock-first-unfontify-pos in an idempotent way.
9461 (jit-lock-register): Autoload and add arg CONTEXTUAL.
9462
94632000-10-05 Alex Schroeder <alex@gnu.org>
9464
9465 * sql.el (sql-mysql-options): New variable.
9466 (sql-mysql): Use it.
9467
94682000-10-05 Miles Bader <miles@lsi.nec.co.jp>
9469
9470 * image.el (image): New group.
9471
9472 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9473 (smerge-base-face, smerge-markers-face): Add dark-background variants.
9474
94752000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9476
9477 * net/net-utils.el (nslookup-font-lock-keywords)
9478 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9479 Ignore the value of wqindow-system; always define keywords
9480
94812000-10-05 Kenichi Handa <handa@etl.go.jp>
9482
9483 * startup.el (fancy-splash-screens): Remove the code for
9484 debugging; `(trace-to-stderr "EXITTT\n")'.
9485
94862000-10-05 Miles Bader <miles@gnu.org>
9487
9488 * diff-mode.el (diff-goto-source): Update call to
9489 `diff-hunk-status-msg' to reflect new REV variable.
9490
94912000-10-04 Stefan Monnier <monnier@cs.yale.edu>
9492
9493 * progmodes/icon.el (icon-mode):
9494 Don't gratuitously override the default for comment-column.
9495
9496 * vc-hooks.el (vc-mode-line): Fix interactive spec.
9497
9498 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9499 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9500 (jit-lock-functions): New var.
9501 (jit-lock-function-1): Use it if non-nil.
9502 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
9503 Set the `fontified' property before doing the fontification to avoid
9504 repeatedly going through the same error.
9505 Don't turn errors into messages.
9506 (jit-lock-register, jit-lock-unregister): New functions.
9507
9508 * dired.el (dired-mark-pop-up): Turn comment into docstring.
9509 Use with-current-buffer.
9510
9511 * dired-aux.el (dired-do-create-files, dired-kill-tree):
9512 Turn comment into docstring.
9513
9514 * apropos.el (apropos-mode): Use define-derived-mode.
9515
95162000-10-04 Gerd Moellmann <gerd@gnu.org>
9517
9518 * startup.el (fancy-splash-pending-command): New variable.
9519 (fancy-splash-pre-command): New function.
9520 (fancy-splash-screens): Rewritten.
9521 (command-line-1): If fancy-splash-pending-command is set, call it
9522 interactively.
9523
95242000-10-04 Dave Love <fx@gnu.org>
9525
9526 * toolbar/tool-bar.el (tool-bar-setup): New function.
9527 (tool-bar-mode): Use it.
9528
9529 * subr.el (substitute-key-definition): Doc fix.
9530 (play-sound-file): New command.
9531
95322000-10-04 Andre Spiegel <spiegel@gnu.org>
9533
9534 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9535 vc-version-backup-file-name): New functions.
9536
9537 * files.el (basic-save-buffer): Call vc-before-save before saving.
9538
9539 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9540 vc-cvs-stay-local-p.
9541
9542 * vc.el (vc-revert-buffer): Handle empty diff properly.
9543 (vc-version-backup-file): New function.
9544 (vc-checkout): Create a version backup if necessary.
9545 (vc-checkin): If a version backup file exists, delete it.
9546 (vc-version-diff): Diff locally using version backups, if available.
9547 (vc-revert-file): If there's a version backup, revert locally.
9548 (vc-transfer-file): Use version backup for base version, if
9549 available. If not, ask for confirmation whether to get it from the
9550 server. Update mode line before check-in.
9551
95522000-10-04 Dave Love <fx@gnu.org>
9553
9554 * toolbar/tool-bar.el (tool-bar-setup): New function.
9555 (tool-bar-mode): Use it.
9556
95572000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9558
9559 * net/net-utils.el (nslookup-font-lock-keywords)
9560 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9561 Only set if window-system is non-nil
9562 (net-utils-run-program): Returns buffer.
9563 (network-connection-reconnect): Added this function.
9564
9565 * generic.el:
9566 Incorporates extensive cleanup and docfixes by
9567 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9568 Uses cl compile-time macros.
9569 (generic-mode-name, generic-comment-list)
9570 (generic-keywords-list, generic-font-lock-expressions)
9571 (generic-mode-function-list, generic-mode-syntax-table):
9572 Removed variables.
9573 (generic-mode-alist): Renamed to generic-mode-list.
9574 (generic-find-file-regexp): Default changed to "^#".
9575 (generic-read-type): Uses completing read on generic-mode-list.
9576 (generic-mode-sanity-check): removed this function.
9577 (generic-add-to-auto-mode): Removed this function
9578 (generic-mode-internal): Bind mode-specific definitions
9579 into function instead of putting them in alist.
9580 (generic-mode-set-comments): Reworked extensively.
9581 (generic-mode-find-file-hook): Simplified regexp searching
9582 (generic-make-keywords-list): Omit extra pair of parens
9583
9584 * find-lisp.el (find-lisp-find-files-internal):
9585 Make sure directory name ends with "/".
9586
9587 * generic-x.el (apache-conf-generic-mode):
9588 Regexp now allows leading whitespace.
9589 (rc-generic-mode): Added eval-when-compile
9590 around generic-make-keywords-list.
9591 Deleted duplicate regexp
9592 (rul-generic-mode): Added eval-when-compile
9593 around generic-make-keywords-list.
9594 (etc-fstab-generic-mode): New generic mode.
9595 (rul-generic-mode): Removed one eval-when-compile
9596 which caused a max-specpdl-size exceeded error.
9597
95982000-10-04 Miles Bader <miles@gnu.org>
9599
9600 * simple.el (minibuffer-temporary-goal-position): New variable.
9601 (next-history-element): Try to keep the position of point in the
9602 input string constant.
9603
9604 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9605 (dired-do-create-files): If there's only one file, pass it in as
9606 the DEFAULT arg to dired-mark-read-file-name.
9607
96082000-10-03 Stefan Monnier <monnier@cs.yale.edu>
9609
9610 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9611 (diff-goto-source): Be smarter when choosing REVERSE or not.
9612
9613 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9614 (texinfo-mode-menu): Add an explicit shortcut for update all.
9615
96162000-10-03 Andre Spiegel <spiegel@gnu.org>
9617
9618 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9619 factorize backend-specific code cleanly (this was essentially
9620 conceived by Stefan Monnier).
9621 (vc-unregister): Function removed.
9622 (vc-revert-file): New function.
9623 (vc-revert-buffer): Delegate some of the work to it.
9624
9625 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9626 default branch unconditionally.
9627 (vc-rcs-set-default-branch): New function.
9628 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9629 (vc-rcs-checkin): If an appropriate default branch has been set,
9630 force creation of that branch.
9631 (vc-rcs-receive-file): Rewritten to contain only backend-specific
9632 code (as suggested by Stefan Monnier).
9633
96342000-10-02 Gerd Moellmann <gerd@gnu.org>
9635
9636 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9637 highlighting overlay with a different face over the overlay
9638 isearch uses to highlight the current match because that can lead
9639 to bad face combinations.
9640
9641 * loadup.el (toplevel): Load faces before isearch.
9642
9643 * isearch.el (isearch-faces): New custom group.
9644 (isearch): New defface; was already tested for in the code.
9645 (isearch-lazy-highlight-face): Changed to defface from defcustom.
9646 (isearch-highlight): Always use face `isearch'.
9647
96482000-10-02 Dave Love <fx@gnu.org>
9649
9650 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9651 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
9652 comparison of opcode with operand.
9653
96542000-10-03 Miles Bader <miles@gnu.org>
9655
9656 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9657 buffer, since the echo area will now grow to accommodate them.
9658
96592000-10-02 Andre Spiegel <spiegel@gnu.org>
9660
9661 * vc-hooks.el (vc-registered): If FILE used to be registered under
9662 a certain backend, try that one first.
9663
9664 * vc.el (vc-responsible-backend): Undo the previous change in the
9665 argument list. Handle multiple backends correctly.
9666 (vc-find-new-backend): Function removed.
9667 (vc-register): Use vc-responsible-backend, as before.
9668 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9669
96702000-10-02 Gerd Moellmann <gerd@gnu.org>
9671
9672 * startup.el (fancy-splash-head): Change message below the
9673 logo.
9674
96752000-10-02 Miles Bader <miles@lsi.nec.co.jp>
9676
9677 * diff-mode.el (diff-goto-source): Emit a status message.
9678 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9679 (diff-test-hunk): Fix doc string.
9680 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9681 (diff-advance-after-apply-hunk): New variable.
9682 (diff-apply-hunk): Don't return a value.
9683
96842000-10-01 Stefan Monnier <monnier@cs.yale.edu>
9685
9686 * vc.el (vc-editable-p): Minor optimization.
9687 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9688 (vc-find-new-backend): New function split from vc-responsible-backend.
9689 (vc-register): Use it.
9690 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9691 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9692 (vc-default-unregister, vc-revert-buffer): Docstring fix.
9693 (vc-clear-headers): Don't use find-file.
9694 (vc-revert-buffer): Use `and' again (must have been a braino).
9695 (vc-switch-backend): Only prompt if requested.
9696 Short circuit if nothing is to be done.
9697 Don't use vc-resynch-buffer which could lose unsaved editing.
9698 (vc-default-receive-file): Update call to vc-unregister.
9699 (with-vc-file, vc-next-action-on-file):
9700 Use vc-backend rather than vc-registered.
9701 (vc-next-action-on-file): Use intern-soft.
9702 Deal with read-only *vc-diff* buffer.
9703 (vc-transfer-file): Docstring fix.
9704
9705 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9706 (vc-rcs-receive-file): Avoid with-vc-properties.
9707 Update call to vc-unregister.
9708 Use constant `RCS' rather than (dynamically bound) var `backend'.
9709
97102000-10-01 Andre Spiegel <spiegel@gnu.org>
9711
9712 * vc.el (vc-next-action-on-file): Update mode line only if file
9713 is visited.
9714 (vc-start-entry): New argument initial-contents. Don't visit the file
9715 if it isn't already visited. Brought documentation up-to-date.
9716 (vc-next-action, vc-register): Updated calls to vc-start-entry.
9717 (vc-checkin): New optional arg initial-contents, which is passed to
9718 vc-start-entry.
9719 (vc-finish-logentry): Make sure to bury log buffer only if there
9720 really is one. Call `vc-resynch-buffer' on log-file, not
9721 buffer-file-name.
9722 (vc-default-comment-history, vc-default-wash-log): New functions.
9723 (vc-index-of): Removed.
9724 (vc-transfer-file): Make do without the above.
9725 (vc-default-receive-file): Call comment-history unconditionally. Pass
9726 the resulting string to vc-checkin, instead of inserting it into the
9727 comment ring.
9728
9729 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9730 unconditionally. Use the comments as initial contents of the log
9731 entry buffer. Document the trick to force branch creation with no
9732 changes.
9733
97342000-10-01 Miles Bader <miles@gnu.org>
9735
9736 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9737 `recenter' with an arg to prevent redrawing the display.
9738
97392000-09-30 Stefan Monnier <monnier@cs.yale.edu>
9740
9741 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9742
9743 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9744
9745 * progmodes/c-mode.el (c-mode):
9746 Don't gratuitously override the default for comment-column.
9747
9748 * textmodes/tex-mode.el (latex-metasection-list): New var.
9749 (latex-imenu-create-index): Use it.
9750 Move the regexp construction outside loops (and use push).
9751 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9752 (tex-font-lock-keywords): Moved from font-lock.el.
9753 (tex-comment-indent): Remove.
9754 (tex-common-initialization): Don't set comment-indent-function.
9755 (latex-block-default): New var.
9756 (tex-latex-block): Use it to provide a default choice.
9757 Add any unknown choice to latex-block-names.
9758 Insert [...] after {...}.
9759 (tex-last-unended-begin): Simplify regexp.
9760 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9761 (latex-forward-sexp-1, latex-forward-sexp): New functions.
9762 (latex-mode): Set forward-sexp-function.
9763
9764 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9765 Add regexp for @ignore ... @end ignore.
9766 (texinfo-heading-face): New face.
9767 (texinfo-font-lock-keywords): Use it.
9768 (texinfo-mode-menu): New menu.
9769 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9770 New functions.
9771 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9772 (texinfo-section-types-regexp, texinfo-section-level-regexp)
9773 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9774 Remove declaration.
9775 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9776
9777 * delsel.el (delete-selection-mode): Use define-minor-mode.
9778
9779 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9780
97812000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9782
9783 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9784
97852000-09-30 Gerd Moellmann <gerd@gnu.org>
9786
9787 * replace.el (keep-lines-read-args): New function.
9788 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9789 read arguments interactively. Add parameters RSTART and REND.
9790 Operate on the active region in Transient Mark mode.
9791
9792 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9793
9794 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9795 (authors-obsolete-files-regexps): New variable.
9796 (authors-add): Don't record changes in obsolete files.
9797
97982000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9799
9800 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9801
9802 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9803 (comment-indent): Make sure there's a space between code and comment.
9804 Shift comments left to avoid going past fill-column.
9805
98062000-09-29 Gerd Moellmann <gerd@gnu.org>
9807
9808 * startup.el (startup-echo-area-message): New function.
9809 (display-startup-echo-area-message): Use it.
9810 (fancy-splash-screens): Rewritten to use keymaps and a timer.
9811 (fancy-splash-default-action): New function.
9812 (fancy-splash-screens-1): New function.
9813 (fancy-splash-head): Put a help-echo and a keymap under the image.
9814
98152000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9816
9817 * diff-mode.el (diff-add-log-file-name): Remove.
9818 (diff-mode): Use add-log-buffer-file-name-function.
9819
9820 * add-log.el (find-change-log): New arg BUFFER-FILE.
9821 (add-log-file-name): Obey add-log-file-name-function.
9822 (add-log-buffer-file-name-function): New var.
9823 (add-change-log-entry): Use it.
9824
98252000-09-29 Miles Bader <miles@gnu.org>
9826
9827 * image-file.el (image-file-name-extensions): New variable.
9828 (image-file-name-regexps): Renamed from `image-file-regexps'.
9829 New default value is nil. Call `auto-image-file-mode'.
9830 (image-file-name-regexp): New function.
9831 (auto-image-file-mode): New minor mode.
9832 (insert-image-file): Don't make conditional on the image-file
9833 handler being enabled.
9834 (image-file-handler): Make the call here conditional instead.
9835 (set-image-file-handler-enabled, enable-image-file-handler)
9836 (disable-image-file-handler): Functions removed.
9837
9838 * emacs-lisp/authors.el (authors-print): Rephrase many-files
9839 string.
9840
98412000-09-29 Gerd Moellmann <gerd@gnu.org>
9842
9843 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9844 it's a function from CL.
9845 (latex-imenu-create-index): Replace eval-when-compile with progn
9846 because latex-section-alist is not bound while compiling.
9847
98482000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9849
9850 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9851 (outline-mode): Use define-derived-mode.
9852
9853 * progmodes/perl-mode.el (perl-mode):
9854 * progmodes/awk-mode.el (awk-mode):
9855 * progmodes/asm-mode.el (asm-mode):
9856 Don't gratuitously override the default for comment-column.
9857
9858 * emacs-lisp/lisp.el (lisp-complete-symbol):
9859 Distinguish the let-binding case from the funcall case.
9860 (forward-sexp-function): New variable.
9861 (forward-sexp): Use it.
9862
9863 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9864 (easy-mmode-defmap): Remove the now useless autoload.
9865
9866 * time.el (display-time-mode): Use define-minor-mode.
9867
9868 * subr.el (add-minor-mode): Don't eval NAME.
9869 Don't depend on the presence of TOGGLE-FUN for any special behavior.
9870 Use if rather than cond.
9871
9872 * simple.el (read-expression-map): Define more properly.
9873 (comment-indent-hook): Remove.
9874 (string-to-syntax): Bug fix.
9875
9876 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9877 (cvs-ediff-diff): Fix typo.
9878 (cvs-revert-if-needed): Don't bother preserving read-only.
9879
9880 * paren.el (show-paren-mode): Use define-minor-mode.
9881
9882 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9883 (toggle-auto-compression): Remove.
9884 (jka-compr-build-file-regexp): Remove useless grouping.
9885
9886 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9887 Avoid user-reserved bindings.
9888 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9889 (diff-header-face): Revert to grey85.
9890
9891 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9892
9893 * complete.el (partial-completion-mode) <defcustom>: Remove.
9894 (partial-completion-mode): Use define-minor-mode.
9895 (PC-do-completion): Understand `completion-auto-help = delay'
9896 to mean to popup the completion buffer only the second time.
9897 (PC-include-file-all-completions, PC-include-file-all-completions)
9898 (PC-include-file-all-completions): Don't quote lambda.
9899
9900 * comint.el (comint-mode-hook): Docstring fix.
9901 (comint-mode): Use define-derived-mode.
9902 (comint-mode-map): Remove obsolete comment.
9903 (make-comint): Minor stylistic change.
9904 (comint-insert-clicked-input): Be more careful to find the overlay.
9905 Use this-command-keys rather than hardcoding mouse-2.
9906
9907 * font-lock.el: Replace confusing (,@ with ,
9908 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
9909 Don't use regexp-opt-depth. Spice up the regexp for args.
9910 Don't distinguish between cmds that can take an opt arg or not.
9911 Use `append' and `prepend' rather than `keep'.
9912
9913 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
9914 (latex-outline-regexp): New var.
9915 (latex-outline-level): New fun.
9916 (latex-section-alist): New var.
9917 (latex-imenu-create-index): Use it. Use `push' as well.
9918 (tex-shell-map): Initialize it properly.
9919 (tex-mode): Minor stylistic change.
9920 (plain-tex-mode): Use define-derived-mode.
9921 (latex-mode): Use define-derived-mode.
9922 Construct the paragraph regexps in a more readable way.
9923 Set the buffer-local outline-{level,regexp} vars.
9924 (slitex-mode): Derive from latex-mode.
9925 (tex-common-initialization): Don't kill-all-vars anymore.
9926 Add setting for comment-add and font-lock-defaults.
9927 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
9928 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
9929 (tex-start-tex): New arg DIR (and send a chdir command for it).
9930 Also display the shell buffer and save it in tex-last-buffer-texed.
9931 (tex-region): Use expand-file-name rather than concat.
9932 Remove code made useless by changes in tex-start-tex.
9933 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
9934
9935 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
9936
99372000-09-28 Dave Love <fx@gnu.org>
9938
9939 * eshell/eshell.el (eshell) <defgroup>: Add :version.
9940
99412000-09-28 Gerd Moellmann <gerd@gnu.org>
9942
9943 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
9944 `append'.
9945
99462000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9947
9948 * info.el (Info-extract-pointer): Undo last change.
9949 Instead, fix the position of the `bound' arg to re-search-backward.
9950
99512000-09-27 Stefan Monnier <monnier@cs.yale.edu>
9952
9953 * info.el (Info-extract-pointer):
9954 Widen more carefully, to avoid finding pointers in other nodes.
9955 (Info-index): Use push.
9956
99572000-09-27 Gerd Moellmann <gerd@gnu.org>
9958
9959 * frame.el (set-frame-font): Remove call to obsolete function
9960 frame-update-faces.
9961 (set-foreground-color, set-background-color): Likewise for
9962 frame-update-face-colors.
9963
99642000-09-27 Miles Bader <miles@gnu.org>
9965
9966 * image-file.el: New file.
9967
99682000-09-27 Gerd Moellmann <gerd@gnu.org>
9969
9970 * frame.el (frame-notice-user-settings): Don't call
9971 frame-update-faces, which is a no-op now.
9972
9973 * ediff-wind.el (ediff-control-frame-parameters): Add zero
9974 tool-bar-lines.
9975
99762000-09-27 Dave Love <fx@gnu.org>
9977
9978 * mouse.el: Fix last change.
9979
99802000-09-27 Miles Bader <miles@lsi.nec.co.jp>
9981
9982 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
9983
99842000-09-22 Kenichi Handa <handa@etl.go.jp>
9985
9986 * international/quail.el (quail-help): The output message is
9987 improved.
9988
99892000-09-26 Dave Love <fx@gnu.org>
9990
9991 * mouse.el (popup-menu): If POSITION is nil, set it using
9992 mouse-position.
9993
99942000-09-25 Sam Steingold <sds@gnu.org>
9995
9996 * net/browse-url.el (browse-url-file-url): Check for null maps.
9997
99982000-09-26 Gerd Moellmann <gerd@gnu.org>
9999
10000 * frame.el (frame-notice-user-settings): Don't add a
10001 tool-bar-lines frame parameter to default-frame-alist in batch mode.
10002
10003 * frame.el (frame-notice-user-settings):
10004 Make tool-bar-mode and default-frame-alist consistent.
10005
10006 * toolbar/tool-bar.el (tool-bar-help): New function.
10007
100082000-09-25 Gerd Moellmann <gerd@gnu.org>
10009
10010 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
10011 current-load-list in top-level forms. Else this leaks a cons cell
10012 every time a defun is called.
10013
10014 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
10015
100162000-09-25 Dave Love <fx@gnu.org>
10017
10018 * startup.el (fancy-splash-head): Check XPM is available.
10019
10020 * autoinsert.el (auto-insert): Doc fix.
10021 (auto-insert-alist): Following GNU notices, don't say `copyright
10022 _by_'. Use line-beginning-position.
10023 (auto-insert): Check buffer-file-name is non-nil before use.
10024
100252000-09-25 Gerd Moellmann <gerd@gnu.org>
10026
10027 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
10028 starting with `@def' or `@multitable', in addition to ones
10029 specified by the user in auto-fill-inhibit-regexp.
10030
100312000-09-25 Markus Rost <rost@math.ohio-state.edu>
10032
10033 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
10034 rmail-dont-reply-to-names matches the empty string.
10035
100362000-09-25 Gerd Moellmann <gerd@gnu.org>
10037
10038 * startup.el (command-line-1, fancy-splash-text): Change the
10039 text to sound more friendly.
10040
100412000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
10042
10043 * progmodes/hideshow.el: Update author email address.
10044 Generally, sync w/ maintainer version 5.22.
10045 (hs-hide-all-non-comment-function): New var.
10046 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
10047 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
10048 (hs-show-region): Delete this command.
10049 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
10050
100512000-09-22 Dave Love <fx@gnu.org>
10052
10053 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
10054 (hl-line-highlight): Specify buffer when moving overlay.
10055
10056 * progmodes/fortran.el (fortran-mode): Locally set
10057 normal-auto-fill-function.
10058 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
10059 (fortran-mode-map): Adjust auto-fill menu entry.
10060
100612000-09-22 Gerd Moellmann <gerd@gnu.org>
10062
10063 * vc-rcs.el (toplevel): Require `vc' when compiling.
10064
10065 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
10066
100672000-09-22 Andre Spiegel <spiegel@gnu.org>
10068
10069 * vc.el (vc-switch-backend): Signal an error if the file is not
10070 registered under the new backend.
10071
10072 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
10073 without explicit revision number.
10074
100752000-09-21 Stefan Monnier <monnier@cs.yale.edu>
10076
10077 * diff-mode.el (diff-file-header-face): Reset to its previous value.
10078 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
10079 (diff-xor): New function.
10080 (diff-find-source-location): Use it. Fix a stupid name clash.
10081 (diff-hunk-status-msg): New function.
10082 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
10083 (diff-test-hunk): Use diff-find-source-location.
10084 (diff-goto-source): Favor the `reverse'.
10085 (diff-hunk-text): Properly handle one-sided context diffs.
10086 (diff-apply-hunk): When done, advance to the next hunk.
10087
100882000-09-21 Gerd Moellmann <gerd@gnu.org>
10089
10090 * startup.el (command-line): If frame was created with a non-zero
10091 tool-bar-lines parameter, switch tool-bar-mode on.
10092
10093 * add-log.el (change-log-date-face, change-log-name-face)
10094 (change-log-email-face, change-log-file-face)
10095 (change-log-list-face, change-log-conditionals-face)
10096 (change-log-function-face, change-log-acknowledgement-face):
10097 New faces, inheriting from font-lock faces.
10098 (change-log-font-lock-keywords): Use them.
10099
101002000-09-21 Dave Love <fx@gnu.org>
10101
10102 * progmodes/cperl-mode.el (top-level): Clean up
10103 `eval-when-compile's and assorted defvars.
10104 (cperl-invalid-face): Don't double-quote value. Change custom
10105 type.
10106 (cperl-mode): Set normal-auto-fill-function and don't zap
10107 auto-fill-function.
10108 (cperl-imenu--function-name-regexp-perl): Renamed from
10109 imenu-example--function-name-regexp-perl.
10110 (cperl-imenu--create-perl-index): Renamed from
10111 imenu-example--create-perl-index.
10112 (cperl-xsub-scan): Don't require cl.
10113
10114 * msb.el (msb-mode-map): Use substitute-key-definition.
10115 (msb-mode): Use msb-mode-map.
10116
101172000-09-21 Andre Spiegel <spiegel@gnu.org>
10118
10119 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
10120 New functions.
10121 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
10122 (vc-switch-backend): New function.
10123 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
10124 (vc-register): Fix prompt.
10125 (vc-unregister, vc-default-unregister): New functions.
10126 (vc-version-diff): Handle empty buffer in sentinel.
10127
10128 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
10129 (vc-rcs-state-heuristic): Use it to guess the state of files with
10130 non-strict locking.
10131 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
10132 been set with -b, but not created yet.
10133 (vc-rcs-fetch-master-state): With non-strict locking, compare file
10134 contents in order to find the state.
10135 (vc-rcs-checkin): Allow creation of branches with no changes.
10136 (vc-rcs-unregister, vc-rcs-receive-file)
10137 (vc-rcs-set-non-strict-locking): New functions.
10138
10139 * vc-hooks.el (vc-name): Force correct computation of the value
10140 in case it is missing.
10141
101422000-09-21 Gerd Moellmann <gerd@gnu.org>
10143
10144 * startup.el (fancy-splash-tail): Use a different foreground
10145 color on a dark frame background.
10146
101472000-09-21 Miles Bader <miles@lsi.nec.co.jp>
10148
10149 * info.el: Use the correct capitalization when making Info-mode
10150 and Info-edit-mode `special' modes.
10151
101522000-09-20 Stefan Monnier <monnier@cs.yale.edu>
10153
10154 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
10155 (diff-mode): Add support for add-log.el.
10156 (diff-hunk-text): Use char offsets rather than line offsets.
10157 (diff-find-source-location): Replace LINE with line-offset (nil
10158 if not found) and always set POS to a meaningful position.
10159 Adapt to the new char-offsets.
10160 (diff-apply-hunk): Drop support for the unused `select' POPUP.
10161 Adapt to the new diff-find-source-location.
10162 (diff-goto-source): Adapt to the new diff-find-source-location.
10163
10164 * add-log.el (add-log-file-name): New function (split out of
10165 add-change-log-entry).
10166 (add-change-log-entry): Use it.
10167 Call add-log-file-name-function with the changelog file name if
10168 the current buffer is not associated with any file.
10169 Avoid find-file if the selected window is dedicated.
10170
10171 * diff-mode.el (diff-find-source-location):
10172 Move code from diff-apply-hunk. Return buffer rather than file.
10173 (diff-apply-hunk): Use the new result from diff-find-source-location.
10174 (diff-goto-source): Use the new diff-find-source-location.
10175
101762000-09-20 Dave Love <fx@gnu.org>
10177
10178 * iswitchb.el: Some doc fixes.
10179 (iswitchb-mode-map): Define completely initially. Inherit
10180 minibuffer-local-map.
10181 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
10182 fundamental-mode.
10183 (iswitchb-global-map): New variable.
10184 (iswitchb-summaries-to-end): Amalgamate regexps.
10185 (iswitchb-mode): New.
10186 (iswitchb-mode-hook): New variable.
10187 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
10188 `extensions'.
10189
101902000-09-20 Gerd Moellmann <gerd@gnu.org>
10191
10192 * ehelp.el (electric-help): New defgroup.
10193 (electric-help-shrink-window): New user-option.
10194 (with-electric-help): Use it.
10195
10196 * window.el (shrink-window-if-larger-than-buffer): If face
10197 `mode-line' has a :box, and we're on a graphical frame, add 1
10198 to the needed window height.
10199
10200 * frame.el (frame-notice-user-settings): Add a last parameter nil
10201 to a call to `append', because the last list passed to `append' is
10202 not copied, and so subsequent calls to assq-delete-all will modify
10203 default-frame-alist.
10204
10205 * startup.el (fancy-splash-image): Change :type.
10206 (fancy-splash-head): Use an XBM image if appropriate.
10207 (command-line-1): Show splash screens in more cases.
10208
10209 * startup.el (fancy-splash-text): Don't quote faces.
10210
10211 * dired.el (dired-font-lock-keywords): Undo last change.
10212 (dired-readin): Bind indent-tabs-mode to nil.
10213
10214 * startup.el (fancy-splash-head): If frame's background mode
10215 is `dark', change the black background of the image to gray.
10216 (fancy-splash-screens): Display startup echo area message.
10217 (display-startup-echo-area-message): New function.
10218
102192000-09-20 Miles Bader <miles@lsi.nec.co.jp>
10220
10221 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10222
10223 * info.el (info-header-node): Tweak for color ttys.
10224
10225 * faces.el (face-valid-attribute-values): Make sure directories we
10226 search for stipples both exist and are readable before trying to
10227 search them.
10228
10229 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10230 in the dry-run case.
10231
10232 * jka-compr.el (with-auto-compression-mode): New macro.
10233
10234 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10235 (custom-group-tag-face, custom-variable-tag-face): Use relative
10236 :height and inherit from `variable-pitch' face instead of
10237 hardwiring :family.
10238 * hi-lock.el (hi-black-hb): Likewise.
10239
10240 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10241 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10242 toolbar-add-item, if image doesn't have a mask add a `:mask
10243 heuristic'.
10244
102452000-09-19 Stefan Monnier <monnier@cs.yale.edu>
10246
10247 * diff-mode.el: Docstring fixes.
10248 (diff-header-face, diff-comment-face): New faces.
10249 (diff-font-lock-keywords): Highlight a bit differently.
10250 (diff-find-source-location): Don't return SPAN any more.
10251 (diff-hunk-text): Don't bother erasing the temp buffer.
10252 (diff-find-text): Drop argument LINE.
10253 (diff-apply-hunk): Update calls to diff-find-text.
10254 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10255
10256 * calendar/calendar.el: Docstring fixes.
10257 (calendar-make-alist): Don't quote lambda.
10258 (calendar-star-date): Use make-local-variable.
10259
102602000-09-19 Dave Love <fx@gnu.org>
10261
10262 * toolbar/tool-bar.el: Renamed from toolbar.el.
10263 Change `toolbar' to `tool-bar' generally in symbols.
10264 Make some items invisible in `special' major modes.
10265 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
10266 Add arg PROPS.
10267
10268 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
10269 Add :version here.
10270 (fancy-splash-delay, fancy-splash-image): Remove :version here.
10271
102722000-09-19 Gerd Moellmann <gerd@gnu.org>
10273
10274 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
10275
10276 * files.el (find-file-suppress-same-file-warnings): New user-option.
10277 (find-file-noselect): Use it.
10278
10279 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
10280 (fancy-splash-screen): Defgroup.
10281
10282 * add-log.el (change-log-font-lock-keywords): Match names
10283 more exactly for the case that font-lock-constant-face is
10284 underlined.
10285
102862000-09-19 Richard M. Stallman <rms@gnu.org>
10287
10288 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10289
102902000-09-19 Andre Spiegel <spiegel@gnu.org>
10291
10292 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10293
102942000-09-19 Gerd Moellmann <gerd@gnu.org>
10295
10296 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10297 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10298 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10299 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10300 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10301 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10302 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10303 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10304 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10305 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10306 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10307 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10308
10309 * startup.el (fancy-splash-text): New variable.
10310 (fancy-splash-delay, fancy-splash-image): New user-options.
10311 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10312 (fancy-splash-screens): New functions.
10313 (command-line-1): If display has a `display' frame parameter, has
10314 colors, and we have XPM support, show more fancy splash screens.
10315
103162000-09-19 Dave Love <fx@gnu.org>
10317
10318 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
10319 with null `help'. Use modern backquote syntax.
10320
103212000-09-19 Gerd Moellmann <gerd@gnu.org>
10322
10323 * font-lock.el (font-lock-mode): Change message telling the user
10324 that ``the buffer is too big''.
10325
10326 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10327 for instance for the case that tab-width is 2.
10328
103292000-09-18 Gerd Moellmann <gerd@gnu.org>
10330
10331 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10332 toolbar-add-item, if image doesn't have a mask add a `:mask
10333 heuristic'.
10334
103352000-09-18 Miles Bader <miles@lsi.nec.co.jp>
10336
10337 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10338 and return a cons if it's non-nil.
10339 (diff-apply-hunk): Try to jump to the line in the source text
10340 corresponding to the position of point in the in the hunk.
10341
10342 * info.el (Info-title-3-face, Info-title-2-face)
10343 (Info-title-1-face): Use face inheritance and relative sizes
10344 instead of hard-wiring things.
10345
10346 * faces.el (secondary-selection): Make dark-background variant sane.
10347
103482000-09-16 Andrew Innes <andrewi@gnu.org>
10349
10350 * makefile.w32-in (compile-files-CMD): No need to make .elc files
10351 read-only, since they aren't under VC now.
10352
103532000-09-17 Dave Love <fx@gnu.org>
10354
10355 * tmm.el: Replace mapcar with mapc in several places.
10356
10357 * loadhist.el (unload-feature): Maybe call elp-restore-list and
10358 ad-unadvise.
10359
10360 * international/latin1-disp.el: New file.
10361
10362 * calendar/cal-move.el (scroll-calendar-left)
10363 (scroll-calendar-right): Make arg optional (for active mode line).
10364
10365 * calendar/calendar.el (calendar-mode-line-format): Make fields
10366 mouse-sensitive.
10367 (calendar-read-date, calendar-read-date, calendar-window-list):
10368 Unquote lambda.
10369 (calendar-month-name): Use aref, not sref.
10370
10371 * view.el (minor-mode-alist): Propertize the string.
10372
10373 * international/characters.el (standard-case-table): Add entries
10374 for Greek.
10375
103762000-09-18 Miles Bader <miles@gnu.org>
10377
10378 * info.el (info-node, info-xref): Add dark-background variants.
10379
10380 * faces.el (header-line): Change defaults to be less confusing
10381 when mixed with mode-lines.
10382
10383 * info.el (Info-fontify-node): Make a few cleanups.
10384 Add extra `help-echo' and `local-map' props to node xrefs.
10385 Use header-specific faces for node-names & xrefs.
10386 (Info-use-header-line): New variable.
10387 (info-header-xref, info-header-node): New faces.
10388 (Info-setup-header-line): New function.
10389 (Info-select-node): Call Info-setup-header-line when enabled.
10390 (Info-extract-pointer): Work even if the header line is hidden.
10391 (Info-header-line): New variable.
10392
103932000-09-16 Stefan Monnier <monnier@cs.yale.edu>
10394
10395 * vms-patch.el (print-region-function): Don't quote lambda.
10396
10397 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10398
10399 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10400 (lm-get-header-re): Allow spaces between the header and the colon.
10401 (lm-header): Allow $ in non-RCS headers.
10402 (lm-header-multiline): Put the strings back into order.
10403 Stop at an empty line. Don't require two space chars if the
10404 line is clearly not another header line.
10405
10406 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10407 (popup-menu-popup): Remove.
10408
104092000-09-15 Gerd Moellmann <gerd@gnu.org>
10410
10411 * toolbar/toolbar.el (toolbar-add-item): Use the same image
10412 specification if or if not tool-bar item contains an `:enabled'
10413 property.
10414
10415 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10416 current buffer has no file name.
10417
104182000-09-15 Dave Love <fx@gnu.org>
10419
10420 * strokes.el: Sync with maintainer's current version with changes
10421 for Emacs, but avoid runtime cl and levents.
10422 (toplevel): Change autoloads and compilation requires.
10423 (strokes-version, strokes-bug-address, strokes-lift): Values
10424 changed.
10425 (strokes-xpm-header, strokes-insinuated): New variable.
10426 (strokes): Add :link.
10427 (strokes-mode): Customized.
10428 (strokes-while-inhibiting-garbage-collector): New macro.
10429 (strokes-remassoc): Avoid remove-if.
10430 (strokes-fix-button2-command): Don't use ad-do-it.
10431 (strokes-insinuate): New function.
10432 (strokes-button-press-event-p, strokes-button-release-event-p):
10433 New functions, used instead of non-`strokes-' versions..
10434 (strokes-mouse-event-p): Rewritten.
10435 (strokes-event-closest-point): Avoid event-point.
10436 (strokes-get-grid-position): Avoid cdadr, caadr
10437 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10438 functions.
10439 (strokes-help): Use with-output-to-temp-buffer.
10440 (strokes-window-configuration-changed-p): New function.
10441 (strokes-update-window-configuration): Use buffer-live-p,
10442 strokes-window-configuration-changed-p.
10443 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
10444 (strokes-char-face): New face.
10445 (strokes-char-table, strokes-base64-chars): New variable.
10446 (strokes-xpm-for-stroke, strokes-list-strokes)
10447 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10448 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10449 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10450 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10451 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10452 functions.
10453
104542000-09-15 Gerd Moellmann <gerd@gnu.org>
10455
10456 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10457
10458 * image.el (create-image): Doc fix.
10459
10460 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10461 instead of `:heuristic-mask t'.
10462
104632000-09-14 Andrew Innes <andrewi@gnu.org>
10464
10465 * makefile.w32-in: Revert to Unix line endings.
10466
104672000-09-14 Andrew Innes <andrewi@gnu.org>
10468
10469 * makefile.w32-in: Add bootstrap support. Also copy lisp source
10470 when installing.
10471
10472 * makefile.nt (DONTCOMPILE): Fix typo.
10473
10474 * shell.el (shell-write-history-on-exit): New function.
10475 (shell-dumb-shell-regexp): New custom variable.
10476 (shell-mode): Make shell-write-history-on-exit the process
10477 sentinel if shell name matches shell-dumb-shell-regexp.
10478
10479 * w32-fns.el: Comment out before-init-hook function which resets
10480 source-directory based; this breaks bootstrap.
10481
104822000-09-14 Dave Love <fx@gnu.org>
10483
10484 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10485 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10486 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10487 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10488 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10489 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10490 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
10491 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
10492 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10493
10494 * toolbar/toolbar.el: New.
10495
10496 * subdirs.el: Add toolbar.
10497
104982000-09-14 Gerd Moellmann <gerd@gnu.org>
10499
10500 * indent.el (indent-for-tab-command): Doc fix.
10501
105022000-09-14 Alex Schroeder <alex@gnu.org>
10503
10504 * ansi-color.el (ansi-colors): Doc change.
10505 (ansi-color-get-face): Simplified regexp.
10506 (ansi-color-faces-vector): Added more faces, doc change.
10507 (ansi-color-names-vector): Doc change.
10508 (ansi-color-regexp): Simplified regexp.
10509 (ansi-color-parameter-regexp): New regexp.
10510 (ansi-color-filter-apply): Doc change.
10511 (ansi-color-filter-region): Doc change.
10512 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10513 deal with zero length parameters.
10514 (ansi-color-apply-on-region): Doc change.
10515 (ansi-color-map): Doc change.
10516 (ansi-color-map-update): Removed debugging message.
10517 (ansi-color-get-face-1): Added condition-case to trap
10518 args-out-of-range errors.
10519 (ansi-color-get-face): Doc change.
10520 (ansi-color-make-face): Removed.
10521 (ansi-color-for-shell-mode): New option.
10522
105232000-09-13 Kenichi Handa <handa@etl.go.jp>
10524
10525 * international/quail.el (quail-start-translation): Translate KEY
10526 if necessary even if it doesn't have any mapping in the current
10527 input method.
10528 (quail-start-conversion): Likewise.
10529 (quail-help): The output message is improved.
10530
105312000-09-13 Miles Bader <miles@gnu.org>
10532
10533 * comint.el (comint-output-filter): Revert to using
10534 `insert-before-markers'. Add bletcherous hack to undo damage
10535 caused by `insert-before-markers'. Put `front-sticky' property on
10536 overlays created here so that the field code understands how the
10537 overlay works. Use a let when making comint-last-prompt-overlay,
10538 so that the code is easier to read.
10539
105402000-09-13 Dave Love <fx@gnu.org>
10541
10542 * wid-edit.el (widget-default-format-handler): DTRT when
10543 doc-property is a function.
10544
105452000-09-12 Francesco Potorti` <pot@gnu.org>
10546
10547 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10548 filed name if it's not there.
10549
105502000-09-12 Dave Love <fx@gnu.org>
10551
10552 * simple.el (read-mail-command): Doc fix.
10553 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10554
10555 * vc.el (vc-dired-listing-switches): Fix :version.
10556
10557 * vc-hooks.el: Doc fixes.
10558
10559 * subr.el (add-minor-mode): Use toggle-fun arg.
10560
10561 * speedbar.el: Add :version to several defcustoms.
10562
10563 * imenu.el (imenu--truncate-items, imenu--cleanup)
10564 (imenu--generic-function): Avoid mapcar.
10565 (imenu--replace-spaces): Function removed.
10566 (imenu--completion-buffer): Use subst-char-in-string.
10567 (imenu-add-to-menubar): Use keymap inheritance.
10568
105692000-09-12 Miles Bader <miles@gnu.org>
10570
10571 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10572 (diff-mode-map): Bind `diff-test-hunk'.
10573 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10574
105752000-09-11 Gerd Moellmann <gerd@gnu.org>
10576
10577 * bytecomp.el (byte-compile-defvar): Undo last change
10578 because it breaks '(make-variable-buffer-local (defvar ...)'
10579 which is used at least in dired.
10580
105812000-09-12 Kenichi Handa <handa@etl.go.jp>
10582
10583 * international/quail.el (quail-define-package): Docstring
10584 modified.
10585
105862000-09-12 Kenichi Handa <handa@etl.go.jp>
10587
10588 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10589 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10590 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
10591 docstring of "chinese-py".
10592
10593 * international/quail.el (quail-translation-docstring): New
10594 variable.
10595 (quail-show-keyboard-layout): Docstring modified.
10596 (quail-select-current): Likewise.
10597 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10598 infinite recursive call.
10599 (quail-help): Check quail-translation-docstring. Format of the
10600 output changed.
10601 (quail-help-insert-keymap-description): Adjusted for the above
10602 change.
10603
106042000-09-11 Gerd Moellmann <gerd@gnu.org>
10605
10606 * bytecomp.el (byte-compile-defvar): Only cons onto
10607 current-load-list in top-level forms. Else this leaks a cons cell
10608 every time a defun is called.
10609
106102000-09-11 Miles Bader <miles@lsi.nec.co.jp>
10611
10612 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10613 Now understands non-unified diffs. Some functionality moved into
10614 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
10615 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
10616 modify anything. Only reposition point in the patched file if the
10617 patch succeeds. Only pop up another window if POPUP is true.
10618 Emit a message describing what happened if successful, and at what
10619 line-offset. Automatically detect reversed hunks and do something
10620 appropriate.
10621 (diff-hunk-text, diff-find-text): New functions.
10622 (diff-filter-lines): Function removed.
10623 (diff-test-hunk): New function.
10624 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10625
106262000-09-10 Dave Love <fx@gnu.org>
10627
10628 * textmodes/tildify.el: Minor doc/commentary fixes.
10629 (tildify) <defgroup>: Add :version.
10630
10631 * faces.el (face-x-resources): Make custom type more specific.
10632 (frame-background-mode): Use mapc.
10633 (region) <defcustom>: Add :version.
10634
106352000-09-08 Stefan Monnier <monnier@cs.yale.edu>
10636
10637 * vc-sccs.el (vc-sccs-register):
10638 * vc-rcs.el (vc-rcs-register):
10639 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10640 * vc.el (vc-register): Clear file's properties.
10641
106422000-09-08 Gerd Moellmann <gerd@gnu.org>
10643
10644 * faces.el (face-spec-set): Only face-spec-reset-face when
10645 ATTRS is non-nil.
10646
106472000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10648
10649 * help.el (help-insert-xref-button): Fix a typo in doc string.
10650
106512000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
10652
10653 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10654 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10655 methods.
10656
10657 * menu-bar.el (read-mail-item-name): New function.
10658 (menu-bar-tools-menu): Use it to compute and display the package
10659 used to read email.
10660 (menu-bar-tools-menu): Fix typo in GUD's help string.
10661
106622000-09-07 Dave Love <fx@gnu.org>
10663
10664 * diff-mode.el (diff-mouse-goto-source): New function.
10665
10666 * vc-sccs.el: Doc fixes.
10667 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10668
10669 * vc-rcs.el: Doc fixes.
10670 (vc-rcs-register-switches, vc-rcs-checkin-switches)
10671 (vc-rcs-checkout-switches, vc-rcs-header)
10672 (vc-rcs-master-templates): Add or change :version.
10673
10674 * vc-cvs.el: Doc fixes.
10675 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10676 (vc-cvs-stay-local): Add :version.
10677
10678 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10679
106802000-09-07 Kenichi Handa <handa@etl.go.jp>
10681
10682 * international/quail.el (quail-help): Fix previous change.
10683
106842000-09-07 Gerd Moellmann <gerd@gnu.org>
10685
10686 * faces.el (color-values): Doc fix.
10687
10688 * faces.el (frame-set-background-mode): Use frame-parameter
10689 instead of frame-parameters.
10690
10691 * frame.el (filtered-frame-list): Reduce consing.
10692 (frames-on-display-list): Call frame-parameter instead of
10693 frame-parameters.
10694
106952000-09-07 Kenichi Handa <handa@etl.go.jp>
10696
10697 * language/devan-util.el (devanagari-to-indian-region): In the
10698 loop, change the following char, not preceding char.
10699
107002000-09-07 Gerd Moellmann <gerd@gnu.org>
10701
10702 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10703 instead of frame-parameters.
10704
10705 * faces.el (set-face-attribute): Simplify by calling
10706 internal-set-lisp-face-attribute with FRAME being 0.
10707
10708 * vc.el: Remove `Id' version control keyword.
10709
107102000-09-07 Kenichi Handa <handa@etl.go.jp>
10711
10712 * help.el (help-make-xrefs): Adjusted for the change of
10713 help-xref-mule-regexp.
10714 (help-insert-xref-button): New function.
10715
10716 * international/mule-cmds.el (help-xref-mule-regexp-template):
10717 Include the pattern for character set.
10718 (leim): New group.
10719
10720 * international/quail.el: Don't require face.
10721 (quail): New group.
10722 (quail-other-command): Dummy command to make quail-help work better.
10723 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10724 (quail-keyboard-layout-substitution): New variable.
10725 (quail-update-keyboard-layout): New function.
10726 (quail-keyboard-layout-type): New customizable variable.
10727 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10728 (quail-keyboard-translate): Pay attention to
10729 quail-keyboard-layout-substitution.
10730 (quail-insert-kbd-layout): New function.
10731 (quail-show-keyboard-layout): New function.
10732 (quail-get-translation): If the definition is a vector of length
10733 1, and the element is a string of length 1, return the character
10734 in that string.
10735 (quail-update-current-translations): Fix the case of
10736 relative-index out of range.
10737 (quail-build-decode-map, quail-insert-decode-map): New Functions.
10738 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10739 Show key sequences for all available characters.
10740 (quail-help-insert-keymap-description): Don't show such verbose
10741 key bindings as quail-self-insert-command.
10742
10743 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10744 Format changed, and each element now have extra documentations.
10745 (tit-process-header): Delete invalid characters from TIT-PROMPT.
10746 Adjusted for the change of quail-cxterm-package-ext-info.
10747
107482000-09-06 Gerd Moellmann <gerd@gnu.org>
10749
10750 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10751 requiring it leads to a recursive loading of vc.el and vc-hooks.el
10752 during bootstrap.
10753
107542000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10755
10756 * vc.el: (toplevel): Don't require `dired' at run-time.
10757 (vc-dired-resynch-file): Remove autoload cookie.
10758
107592000-09-05 Andre Spiegel <spiegel@gnu.org>
10760
10761 * vc.el: Made several backend functions optional.
10762 (vc-default-responsible-p): New function.
10763 (vc-merge): Use RET for first version to trigger merge-news, not
10764 prefix arg.
10765 (vc-annotate): Handle backends that do not support annotation.
10766 (vc-default-merge-news): Removed. The existence of a merge-news
10767 implementation is now checked on caller sites.
10768
10769 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10770 case.
10771
10772 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10773 special case that has been removed from the default in vc-hooks.el.
10774
107752000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10776
10777 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10778
107792000-09-05 Andre Spiegel <spiegel@gnu.org>
10780
10781 * vc-hooks.el: Require vc during compilation.
10782 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10783 macro `with-vc-properties' in vc.el.
10784 (vc-file-getprop): Doc fix.
10785 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10786
10787 * vc.el: Require dired-aux during compilation.
10788 (vc-name-assoc-file): Moved to vc-sccs.el.
10789 (with-vc-properties): New macro.
10790 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10791 vc-finish-steal): Use it.
10792 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
10793 to the backend-specific function is now supposed to do the checkout,
10794 too.
10795 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10796
10797 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10798 set file properties; that gets done in the generic code now.
10799
10800 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10801 Changed parameter list, added code from vc.el that does the
10802 checkout, possibly with a double-take.
10803
10804 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10805 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10806 the above under the new name.
10807 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
10808 parameter list, added checkout command.
10809 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10810 properties; that gets done in the generic code now.
10811
108122000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10813
10814 * vc.el: Docstring fixes (courtesy of checkdoc).
10815
108162000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10817
10818 * vc.el (vc-checkout-writable-buffer-hook)
10819 (vc-checkout-writable-buffer): Remove.
10820 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10821 (vc-log-mode): Make it into a clean derived major mode.
10822 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10823 vc-log-mode if log-edit is not available.
10824 (vc-dired-mode-map): Don't set-keymap-parent yet.
10825 (vc-dired-mode): Do set-keymap-parent here.
10826 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10827
108282000-09-05 Gerd Moellmann <gerd@gnu.org>
10829
10830 * faces.el (set-face-attribute, face-spec-reset-face)
10831 (face-spec-set): Avoid consing by removing calls to `apply'.
10832
10833 * frame.el (frame-parameter): Move to C code.
10834
108352000-09-05 Dave Love <fx@gnu.org>
10836
10837 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10838 insert-before-markers-and-inherit. Now checked systematically!
10839
108402000-09-05 Alex Schroeder <alex@gnu.org>
10841
10842 * sql.el (sql-postgres): Use sql-postgres-options.
10843 (sql-postgres-options): New variable.
10844
108452000-09-05 Alex Schroeder <alex@gnu.org>
10846
10847 * sql.el (sql-mode-menu): Work around missing variable mark-active
10848 in XEmacs.
10849 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10850 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10851 compatibility.
10852
108532000-09-04 Gerd Moellmann <gerd@gnu.org>
10854
10855 * vc.el (vc-dired-resynch-file): Add autoload cookie.
10856
10857 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10858
10859 * Makefile.in (DONTCOMPILE): Fix typo in file name.
10860
108612000-09-04 Andre Spiegel <spiegel@gnu.org>
10862
10863 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10864 don't support anything else under SCCS yet.
10865
10866 * vc-hooks.el: Minor doc fixes.
10867
108682000-09-04 Andre Spiegel <spiegel@gnu.org>
10869
10870 * vc.el (vc-next-action-on-file): Do not visit the file if it's
10871 not necessary. If verbose in state `needs-patch', do the same as
10872 under `up-to-date'. When NOT verbose and `needs-patch', check out
10873 latest version instead of `merge-news'.
10874 (vc-next-action-dired): Don't mess with default-directory here; it
10875 breaks other parts of dired. It is the job of the
10876 backend-specific functions to adjust it temporarily if they need it.
10877 (vc-next-action): Remove a special CVS case.
10878 (vc-clear-headers): New optional arg FILE.
10879 (vc-checkin, vc-checkout): Set properties vc-state and
10880 vc-checkout-time properly.
10881 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10882 (vc-print-log): Use new backend function `show-log-entry'.
10883 (vc-cancel-version): Do the checks in a different order. Added a
10884 FIXME concerning RCS-only code.
10885
10886 * vc-rcs.el (vc-rcs-show-log-entry): New function.
10887 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10888
10889 * vc-cvs.el (vc-cvs-show-log-entry): New function.
10890
10891 * vc-hooks.el (vc-default-mode-line-string): Show state
10892 `needs-patch' as a `-' too.
10893
108942000-09-04 Andre Spiegel <spiegel@gnu.org>
10895
10896 * vc.el (vc-responsible-backend): New optional arg REGISTER.
10897 (vc-default-could-register): New function.
10898 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10899 (vc-resynch-buffer): Call vc-dired-resynch-file.
10900 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10901 vc-resynch-buffer instead of vc-resynch-window.
10902 (vc-next-action-dired): Don't redisplay here, that gets done as a
10903 result of the individual file operations.
10904 (vc-retrieve-snapshot): Corrected prompt order.
10905
10906 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10907
10908 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
10909 as well.
10910 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
10911 hostname regexps. Updated all callers.
10912 (vc-cvs-responsible-p): Handle directories as well.
10913 (vc-cvs-could-register): New function.
10914 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
10915 properties up-to-date.
10916
10917 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
10918 user whether to create one.
10919
109202000-09-04 Andre Spiegel <spiegel@gnu.org>
10921
10922 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
10923 check out a non-existing file.
10924
10925 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
10926 workfile does not exist.
10927
10928 * vc.el (vc-version-diff): Use `require' to check for existence of
10929 diff-mode.
10930
109312000-09-04 Andre Spiegel <spiegel@gnu.org>
10932
10933 * vc-cvs.el (vc-cvs-registered): Use new function
10934 vc-cvs-parse-entry to do the actual work.
10935
109362000-09-04 Andre Spiegel <spiegel@gnu.org>
10937
10938 * vc-hooks.el (vc-find-backend-function): If function doesn't
10939 exist, return nil instead of error.
10940 (vc-call-backend): Doc fix.
10941
10942 * vc.el (vc-do-command): Doc fix.
10943 (vc-finish-logentry): When checking in from vc-dired, choose the
10944 right backend for logentry check.
10945 (vc-dired-mode-map): Inherit from dired-mode-map.
10946 (vc-dired-mode): Local value of dired-move-to-filename-regexp
10947 simplified.
10948 (vc-dired-state-info): Removed, updated caller.
10949 (vc-default-dired-state-info): Use parentheses instead of hyphens.
10950 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
10951 (vc-dired-listing-switches): New variable.
10952 (vc-directory): Use it, instead of dired-listing-switches.
10953
10954 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
10955 (vc-cvs-dir-state): New function.
10956 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
10957 (vc-cvs-parse-entry): New function, also to be used in
10958 vc-cvs-registered.
10959
109602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10961
10962 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
10963 *or* single-window-frames.
10964
109652000-09-04 Andre Spiegel <spiegel@gnu.org>
10966
10967 * vc.el (vc-update-changelog): Split into generic part and default
10968 implementation. Doc string adapted.
10969 (vc-default-update-changelog): New function. Call the `rcs2log'
10970 script in exec-directory, to fix a long-standing nuisance.
10971
10972 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
10973 simply signals an error.
10974
109752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10976
10977 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
10978 control-flow more clear and to avoid running `cvs' twice.
10979
10980 * vc.el (vc-next-action-on-file): Doc fix.
10981 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
10982 (vc-print-log): Eval `file' before constructing the continuation.
10983
109842000-09-04 Andre Spiegel <spiegel@gnu.org>
10985
10986 * vc.el (vc-next-action-on-file): Corrected several messages.
10987 (vc-merge): Add prefix arg `merge-news'; handle it.
10988
10989 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
10990 is not reached. It is.
10991 (vc-cvs-merge): Set state to 'edited after merge.
10992 (vc-cvs-merge-news): Set workfile version to nil if not known.
10993 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
10994
10995 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
10996 via stdout. (Merge from main line.)
10997
109982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10999
11000 * vc.el (vc-finish-logentry): Thinko in the "same comment"
11001 detection.
11002
110032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11004
11005 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
11006 against kill-all-local-variables.
11007 (vc-log-edit): Don't save vc-parent-buffer any more.
11008 (vc-last-comment-match): Initialize to an empty string.
11009 (vc-post-command-functions): New hook.
11010 (vc-do-command): Run it.
11011 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
11012 (vc-finish-logentry): Only add the comment to the ring if it's
11013 different from the last comment entered.
11014 (vc-new-comment-index): New function.
11015 (vc-previous-comment): Use it. Make the minibuffer message
11016 slightly less terse.
11017 (vc-comment-search-reverse): Make it work forward as well. Don't
11018 set vc-comment-ring-index if no match is found. Use
11019 vc-new-comment-index.
11020 (vc-comment-search-forward): Use vc-comment-search-reverse.
11021 (vc-dired-mode-map): Don't inherit from dired-mode-map since
11022 define-derived-mode will do it for us. Bind `v' to a keymap that
11023 inherits from vc-prefix-map so that we can bind `vt' without
11024 binding C-x v t.
11025 (vc-retrieve-snapshot): Parenthesis typo.
11026
11027 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
11028 to 1. Make sure to switch to *vc* before looking for an error
11029 message. Use vc-parse-buffer.
11030
110312000-09-04 Andre Spiegel <spiegel@gnu.org>
11032
11033 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
11034 and NAME.
11035 (vc-retrieve-snapshot): Split into two parts.
11036 (vc-default-retrieve-snapshot): New function.
11037
11038 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
11039 (vc-cvs-retrieve-snapshot): New function (untested).
11040 (vc-cvs-stay-local): Default to t.
11041 (vc-cvs-remote-p): New function and property.
11042 (vc-cvs-state): Stay local only if the above is t.
11043 (vc-handle-cvs): Removed.
11044 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
11045 done via vc-handled-backends now.
11046 (vc-cvs-header): Escape Id.
11047
110482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11049
11050 * vc.el (vc-do-command): Remove unused commands.
11051 (vc-version-diff): Make sure default-directory ends with a slash.
11052 Move the window commands into a vc-exec-after.
11053 (vc-print-log): Move more of the code into the `vc-exec-after'.
11054
110552000-09-04 Andre Spiegel <spiegel@gnu.org>
11056
11057 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
11058 (vc-print-log): Search current revision from beginning of buffer.
11059 (vc-revert-buffer): Clear echo area after the diff is finished.
11060 (vc-prefix-map): Removed definition of "t" for terse display in vc
11061 dired.
11062 (vc-dired-mode-map): Inherit from dired-mode-map. Added
11063 definition of "vt" for terse display.
11064 (vc-dired-mode): Fix dired-move-to-filename-regexp.
11065
110662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11067
11068 * vc.el (vc-exec-after): Avoid caddr.
11069
110702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11071
11072 * vc.el (vc-exec-after): New function.
11073 (vc-do-command): Use it to add a termination message for async
11074 procs.
11075 (vc-checkout): Try to handle a missing-backend situation.
11076 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
11077 of a directory with a backend using async diffs.
11078 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
11079 present.
11080
11081 * vc-sccs.el (vc-sccs-state-heuristic): Use
11082 file-ownership-preserved-p.
11083
11084 * vc-rcs.el (vc-rcs-state-heuristic): Use
11085 file-ownership-preserved-p.
11086 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
11087
110882000-09-04 Andre Spiegel <spiegel@gnu.org>
11089
11090 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
11091 vc-do-command.
11092
11093 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
11094 when there are no changes.
11095
110962000-09-04 Andre Spiegel <spiegel@gnu.org>
11097
11098 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
11099
11100 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
11101
111022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11103
11104 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
11105
11106 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
11107 the `fset' outside of the defvar so that it works even if
11108 vc-prefix-map was already defined.
11109 (vc-setup-buffer): New function, split out of vc-do-command.
11110 (vc-do-command): Allow BUFFER to be t to mean `just use the
11111 current buffer without any fuss'.
11112 (vc-version-diff): Change the `diff' backend operation to just put
11113 the diff in the current buffer without erasing it. Always use
11114 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
11115 shrink-window-if-larger-than-buffer.
11116 (vc-print-log): Change the `print-log' backend operation to just
11117 put the log in the current buffer without erasing it. Protect
11118 shrink-window-if-larger-than-buffer.
11119 (vc-update-change-log): Fix setd typo.
11120
11121 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
11122 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
11123
11124 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
11125 (vc-rcs-diff): Insert in the current buffer and remove unused arg
11126 CMP.
11127
11128 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
11129 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
11130 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
11131
111322000-09-04 Andre Spiegel <spiegel@gnu.org>
11133
11134 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
11135 not possible, use vc-BACKEND-workfile-unchanged-p.
11136 (vc-default-workfile-unchanged-p): New function. Delegates to a
11137 full vc-BACKEND-diff.
11138
11139 * vc-hooks.el (vc-simple-command): Removed.
11140
11141 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
11142 instead of vc-simple-command.
11143 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
11144 avoid doing a diff when opening a file.
11145 (vc-rcs-state): Added check for unlocked-changes.
11146 (vc-rcs-header): Escape Id.
11147 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
11148 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
11149 version.
11150
11151 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
11152 (vc-sccs-diff): Remove optional arg CMP.
11153 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
11154 SCCS-specific function.
11155
11156 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
11157 vc-simple-command.
11158
111592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11160
11161 * vc.el (vc-editable-p): Renamed from vc-writable-p.
11162 (with-vc-file, vc-merge): Use vc-editable-p.
11163 (vc-do-command): Remove unused var vc-file and fix the
11164 doubly-defined `status' var. Add a user message when starting an
11165 async command.
11166 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
11167 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
11168 Use with-current-buffer.
11169 (vc-buffer-sync): Use unless.
11170 (vc-next-action-on-file): If the file is 'edited by read-only,
11171 make it read-write instead of trying to commit.
11172 (vc-version-diff, vc-update-change-log): Use `setq
11173 default-directory' rather than `cd'.
11174 (vc-log-edit): Don't forget to set default-directory in the
11175 buffer.
11176
11177 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
11178 (vc-sccs-state-heuristic): Use file-writable-p instead of
11179 comparing userids.
11180 (vc-sccs-checkout): Use `unless'.
11181
11182 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
11183 of comparing userids.
11184 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
11185 Simplify the logic by eliminating unreachable code.
11186 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
11187 just do a recursive call if we need to retry.
11188 (vc-rcs-checkout): Handle the case where rcs is missing by making
11189 the buffer read-write if requested and re-signalling the error.
11190
11191 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
11192
111932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11194
11195 * vc-hooks.el (vc-handled-backends): Docstring change.
11196 (vc-ignore-vc-files): Mark obsolete.
11197 (vc-registered): Check vc-ignore-vc-files.
11198 (vc-find-file-hook, vc-file-not-found-hook): Don't check
11199 vc-ignore-vc-files.
11200
11201 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
11202
112032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11204
11205 * vc.el (vc-checkout): Don't do anything special for ange-ftp
11206 files since ange-ftp already has vc-registered return nil.
11207
11208 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
11209 (vc-sccs-workfile-version): Use with-temp-buffer and new
11210 vc-parse-buffer and don't bother setting the property.
11211 (vc-sccs-add-triple): Use with-current-buffer and
11212 find-file-noselect.
11213 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11214
11215 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
11216 derives from the old vc-parse-buffer but uses the revision number
11217 rather than the date (much easier to compare robustly).
11218 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
11219 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
11220 locking-user more directly. Check strict locking and set
11221 checkout-model appropriately.
11222 (vc-rcs-parse-locks): Remove.
11223 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11224 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11225 (vc-rcs-system-release): Use with-current-buffer and
11226 vc-parse-buffer.
11227 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11228
11229 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11230 (vc-simple-command): Docstring fix.
11231 (vc-registered): Align the way the file-handler is called with the
11232 way the function itself works.
11233 (vc-file-owner): Remove.
11234
11235 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
11236 extraction of fields and call to file-attributes because of a
11237 temporary bug in rcp.el.
11238 (vc-cvs-fetch-status): Use with-current-buffer.
11239
112402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11241
11242 * vc.el (vc-do-command): Use file-relative-name.
11243 (vc-responsible-backend): Use vc-backend if possible.
11244 (vc-create-snapshot): Improve the `interactive' spec. Add support
11245 for branches and dispatch to backend-specific `create-snapshot'.
11246 (vc-default-create-snapshot): New function, containing the bulk of
11247 the old vc-create-snapshot.
11248 (vc-retrieve-snapshot): Improve the interactive spec.
11249
11250 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11251 (vc-backend-hook-functions): Remove.
11252 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11253 (vc-backend): Reintroduce the test for `file = nil' now that I
11254 know why it was there (and added a comment to better remember).
11255
11256 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11257 code from vc-sccs-hooks.el.
11258 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
11259 'vc anymore.
11260 (vc-sccs-responsible-p): Use expand-file-name instead of concat
11261 and file-directory-p instead of file-exists-p.
11262 (vc-sccs-check-headers): Simplify the regexp.
11263
11264 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
11265 from vc-rcs-hooks.el. Don't require 'vc anymore.
11266 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
11267 file-directory-p instead of file-exists-p.
11268
11269 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
11270 from vc-cvs-hooks.el.
11271 (proto vc-cvs-registered): Require 'vc-cvs instead of
11272 'vc-cvs-hooks. Don't require 'vc anymore.
11273 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
11274 file-directory-p instead of file-exists-p.
11275 (vc-cvs-create-snapshot): New function, replacing
11276 vc-cvs-assign-name.
11277 (vc-cvs-assign-name): Remove.
11278
112792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11280
11281 * vc-cvs.el (vc-cvs-header): New var.
11282
11283 * vc-rcs.el (vc-rcs-exists): Remove.
11284 (vc-rcs-header): New var.
11285
11286 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11287 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11288 (vc-sccs-header): New var.
11289
11290 * vc.el (vc-do-command): Get rid of the `last' argument.
11291 (vc-header-alist): Remove, replaced by vc-X-header.
11292 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11293 (vc-dired-hook): Use expand-file-name instead of concat.
11294 (vc-directory): Use file-name-as-directory.
11295 (vc-snapshot-precondition, vc-create-snapshot)
11296 (vc-retrieve-snapshot): Allow the command to operate on any
11297 directory.
11298
11299 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11300 just removing the 'WORKFILE argument or by removing the 'MASTER
11301 argument and replacing `file' with (vc-name file).
11302
113032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11304
11305 * vc.el: Update Copyright and add a crude list of backend funs.
11306 (vc-writable-p): New function.
11307 (with-vc-file): Use vc-writable-p.
11308 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11309 (vc-register): Avoid vc-name.
11310 (vc-locking-user): Remove.
11311 (vc-steal-lock): Make the `owner' arg non-optional.
11312 (vc-merge): Use vc-writable-p instead of vc-locking-user and
11313 vc-checkout-model.
11314 (vc-default-dired-state-info): Use vc-state instead of
11315 vc-locking-user and return special strings for special states.
11316 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11317 and get rid of one of the special CVS cases.
11318 (vc-cancel-version): prettify error message with \\[...].
11319 (vc-rename-master): New function.
11320 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11321 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
11322 the CVS special case generic.
11323 (vc-default-record-rename): Remove.
11324 (vc-file-tree-walk-internal): Only call FUNC for files that are
11325 under control of some VC backend and replace `concat' with
11326 expand-file-name.
11327 (vc-file-tree-walk): Update docstring.
11328 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11329 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11330
11331 * vc-sccs.el (vc-sccs-rename-file): Renamed from
11332 vc-sccs-record-rename. Use `find-file-noselect' rather than
11333 `find-file' and call `vc-rename-master' to do the actual move.
11334 (vc-sccs-diff): Remove unused `backend' variable.
11335
11336 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11337 to delay loading of vc-sccs until it is really used.
11338 (vc-sccs-master-templates): Preload.
11339 (vc-sccs-state): Update call to vc-sccs-parse-locks.
11340 (vc-sccs-project-dir): Remove (merged into
11341 vc-sccs-search-project-dir).
11342 (vc-sccs-search-project-dir): Rewrite using file name handling ops
11343 rather than `concat', make sure it is preloaded and don't bother
11344 to check that the file actually exists.
11345 (vc-sccs-parse-locks): Remove unused `file' argument, remove
11346 `locks' argument (use buffer's content instead) and eliminate n^2
11347 behavior.
11348
11349 * vc-rcs.el: Update Copyright.
11350 (vc-rcs-rename-file): New function.
11351 (vc-rcs-diff): Remove unused `backend' variable.
11352
11353 * vc-hooks.el: Update Copyright.
11354 (vc-backend): Don't accept a nil argument any more.
11355 (vc-up-to-date-p): Turn into a defsubst.
11356 (vc-possible-master): New function.
11357 (vc-check-master-templates): Use `vc-possible-master' and allow
11358 funs in vc-X-master-templates to return a non-existent file.
11359
11360 * vc-cvs.el: Update Copyright.
11361 (vc-cvs-diff): Remove unused `backend' variable.
11362 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11363
11364 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11365
113662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11367
11368 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11369 since it can be called from vc-rcs.el.
11370 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11371
113722000-09-04 Andre Spiegel <spiegel@gnu.org>
11373
11374 * vc.el (vc-version-diff): Expand file name read from the
11375 minibuffer. Handle the case when a previous version number can't
11376 be guessed. Give suitable messages when there were no differences
11377 found.
11378 (vc-clear-headers): Call backend-specific implementation, if one
11379 exists.
11380 (vc-cancel-version): Made error checks generic. When done, clear
11381 headers generically, too.
11382
11383 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11384 from vc-clear-headers in vc.el.
11385
11386 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11387 correctly.
11388 (vc-rcs-latest-on-branch-p): Made second argument VERSION
11389 optional. Handle the case when it's not there.
11390
113912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11392
11393 * vc.el (vc-locking-user): Moved from vc-hooks.el.
11394
113952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11396
11397 * vc-hooks.el (vc-loadup): Remove.
11398 (vc-find-backend-function): Use `require'. Also, handle the case
11399 where vc-BACKEND-hooks.el doesn't exist.
11400 (vc-call-backend): Cleanup.
11401
114022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11403
11404 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11405 vc-rcs-grab-templates)
11406 (vc-rcs-registered): Remove. The default function works as well.
11407 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11408 vc-sccs-grab-templates)
11409 (vc-sccs-registered): Remove. The default function works as well.
11410
11411 * vc.el (vc-version-diff): Left out a vc- in call to
11412 vc-call-backend.
11413 (vc-default-dired-state-info, vc-default-record-rename)
11414 (vc-default-merge-news): Update for the new backend argument.
11415
11416 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11417 using the default function.
11418 (vc-call-backend): If calling the default function, pass it the
11419 backend as first argument. Update the docstring accordingly.
11420 (vc-default-state-heuristic, vc-default-mode-line-string): Update
11421 for the new backend argument.
11422 (vc-make-backend-sym): Renamed from vc-make-backend-function.
11423 (vc-find-backend-function): Use the new name.
11424 (vc-default-registered): New function.
11425
114262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11427
11428 * vc.el (vc-merge): Use vc-find-backend-function.
11429
11430 * vc-hooks.el (vc-backend-functions): Remove.
11431 (vc-loadup): Don't setup 'vc-functions.
11432 (vc-find-backend-function): New function.
11433 (vc-call-backend): Use above fun and populate 'vc-functions
11434 lazily.
11435 (vc-backend-defines): Remove.
11436
114372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11438
11439 * vc.el (vc-register): Put a FIXME note for a newly found bug.
11440 Call vc-call-backend without the leading vc-.
11441 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11442 (vc-check-headers): Call vc-call-backend without the leading vc-.
11443 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11444 (vc-annotate-display): Replace confusing use of `cond' with `or'.
11445 Call vc-call-backend without the leading vc-.
11446
11447 * vc-cvs.el (tail): Provide vc-cvs.
11448 * vc-sccs.el (tail): Provide vc-sccs.
11449 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11450
11451 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11452 (vc-make-backend-function, vc-call): Pass names without leading
11453 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11454 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11455 (vc-call-backend): Always try to load vc-X-hooks.
11456 (vc-registered): Remove vc- in call to vc-call-backend.
11457
114582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11459
11460 * vc.el (vc-process-filter): New function.
11461 (vc-do-command): Setup `vc-process-filter' for the async process.
11462 (vc-maybe-resolve-conflicts): New function to reduce
11463 code-duplication. Additionally, it puts the buffer in
11464 `smerge-mode' if applicable.
11465 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11466 calling `merge-news'.
11467 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11468 (vc-log-edit): New function. Replacement for `vc-log-mode' by
11469 interfacing to log-edit.el.
11470 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11471 log-edit is available.
11472 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11473
114742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11475
11476 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11477 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11478 defvar and the initialization.
11479 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11480
11481 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11482 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11483
11484 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11485
114862000-09-04 Andre Spiegel <spiegel@gnu.org>
11487
11488 * vc.el (vc-file-clear-masterprops): Removed.
11489 (vc-checkin, vc-revert-buffer): Removed calls to the above.
11490 (vc-version-diff): Use buffer-size without argument.
11491 (vc-register): Heed vc-initial-comment.
11492
11493 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11494 default branch.
11495
11496 * vc-rcs.el (vc-rcs-register): Parse command output to find master
11497 file name and workfile version.
11498 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11499
11500 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11501 vc-file-clear-masterprops.
11502
11503 * vc-sccs.el (vc-sccs-checkout): Removed call to
11504 vc-file-clear-masterprops. If writable, set vc-state to 'edited
11505 rather than user login name.
11506
11507
115082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11509
11510 * vc.el (vc-workfile-unchanged-p): Remove unused argument
11511 `want-differences-if-changed' and simplify.
11512 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11513 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11514 output (which is invalid for async vc-diff) to decide whether to
11515 do the revert silently or not.
11516
115172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11518
11519 * vc-hooks.el (vc-loadup): Load files quietly.
11520 (vc-call-backend): Oops, brain fart.
11521
115222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11523
11524 * vc-cvs.el (vc-cvs-state): Typo.
11525 (vc-cvs-merge-news): Return the status code rather than the error msg.
11526
115272000-09-04 Andre Spiegel <spiegel@gnu.org>
11528
11529 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11530 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11531 vc-state or vc-up-to-date-p.
11532 (vc-merge): Use vc-backend-defines to check whether merging is
11533 possible. Set state to 'edited after successful merge.
11534
11535 * vc-hooks.el (vc-locking-user): If locked by the calling user,
11536 return that name. Redocumented.
11537
115382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11539
11540 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11541 new `vc-state' semantics.
11542 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11543 'vc-locking-user to the current user.
11544 (vc-merge): Inline vc-backend-merge. Comment out code that I
11545 don't understand and hence can't adapt to the new `vc-state' and
11546 `vc-locking-user' semantics.
11547 (vc-backend-merge): Remove.
11548
11549 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11550 rather than 'vc-locking-user.
11551
11552 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11553
11554 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11555 (vc-state): Don't use 'reserved any more. Just use the same
11556 convention as the one used for vc-<backend>-state where the
11557 locking user (as a string) is returned.
11558 (vc-locking-user): Update, based on the above convention. The
11559 'vc-locking-user property has disappeared.
11560 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11561
11562 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11563 with a heuristic one.
11564 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11565 (vc-cvs-checkin): Do a trivial parse to set the state in case of
11566 error. That allows us to get to 'needs-merge even in the
11567 stay-local case. There's still no way to detect 'needs-patch in
11568 such a setup (or to force an update for that matter).
11569 (vc-cvs-logentry-check): Remove, the default works as well.
11570
115712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11572
11573 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11574
11575 * vc.el (vc-do-command): kill-all-local-variables, to reset any
11576 major-mode in which the buffer might have been put earlier. Use
11577 `remove' and `when'. Allow `okstatus' to be `async' and use
11578 `start-process' in this case.
11579 (vc-version-diff): Handle the case where the diff looks empty
11580 because of the use of an async process.
11581
115822000-09-04 Andre Spiegel <spiegel@gnu.org>
11583
11584 * vc.el (vc-next-action-on-file): Removed optional parameter
11585 `simple'. Recompute state unconditionally.
11586 (vc-default-toggle-read-only): Removed.
11587
11588 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11589 (vc-toggle-read-only): Undid prev change.
11590
11591 * vc-cvs.el (vc-cvs-stay-local): Renamed from
11592 vc-cvs-simple-toggle. Redocumented.
11593 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11594 (vc-cvs-toggle-read-only): Removed.
11595
115962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11597
11598 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11599 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11600 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11601 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
11602 still is. So maybe it should be removed.
11603 (vc-head-version, vc-find-binary): Remove.
11604 (vc-recompute-state): Move from vc-hooks.el.
11605 (vc-next-action-on-file): Add a `simple' argument to allow
11606 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11607 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11608 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11609 (vc-dired-mode-map): Properly defvar it.
11610 (vc-print-log): Call log-view-mode if available.
11611 (small-temporary-file-directory): defvar instead of use boundp.
11612 (vc-merge-news): Moved to vc-cvs.el.
11613 (vc-default-merge-news): New function.
11614
11615 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11616 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11617 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11618 unknown `vc-latest-version' function. It should probably refer to
11619 vc-workfile-version or somesuch, but it's very unclear to me and I
11620 don't have SCCS to test things.
11621
11622 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11623 (vc-sccs-state-heuristic): Fix typo.
11624 (vc-sccs-workfile-unchanged-p): Add missing argument.
11625
11626 * vc-rcs.el: Require vc and vc-rcs-hooks.
11627 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11628 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11629 (vc-release-greater-or-equal-p): Move from vc.
11630 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11631 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11632 (vc-rcs-checkout): Add a missing `new-version' argument in the
11633 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
11634
11635 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11636 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11637 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11638 than the apparently unbound `workfile-version'.
11639
11640 * vc-hooks.el (vc-master-templates): Def the obsolete var.
11641 (vc-file-prop-obarray): Use `make-vector'.
11642 (vc-backend-functions): Add new hookable functions
11643 vc-toggle-read-only, vc-record-rename and vc-merge-news.
11644 (vc-loadup): If neither backend nor default functions exist, use
11645 the backend function rather than nil.
11646 (vc-call-backend): If the function if not bound yet, try to load
11647 the non-hook file to see if it provides it.
11648 (vc-call): New macro plus use it wherever possible.
11649 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11650 nor `vc-find-binary' since it's only called from
11651 vc-mistrust-permission which is only used once the backend is known.
11652 (vc-checkout-model): Fix parenthesis.
11653 (vc-recompute-state, vc-prefix-map): Move to vc.el.
11654
11655 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11656 (vc-cvs-release, vc-cvs-system-release): Remove.
11657 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11658 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11659 status symbols.
11660 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11661 (vc-cvs-toggle-read-only): First cut at a function to allow a
11662 cvs-status-free vc-toggle-read-only.
11663 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11664 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11665 vc-cvs-status. Also set vc-state rather than vc-locking-user.
11666 (vc-cvs-checkout): Modify access rights directly if the user
11667 requested not to use `cvs edit'. And refresh the mode line.
11668
11669 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11670 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11671
116722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11673
11674 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
11675 workfile' that got lost when the code was extracted from vc.el.
11676 And merged the tail with the rest of the code (not possible in the
11677 old vc.el where the tail was shared among all backends). And
11678 explicitly set the state to 'edited if `writable' is set.
11679
11680 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11681 (vc-cvs-state): Be careful to return the value from
11682 vc-cvs-parse-state.
11683 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
11684 property but return it instead. Also be careful to handle a nil
11685 or "" `rev' when workfile is non-nil (it was handled properly when
11686 workfile was nil).
11687
11688 * vc.el: Removed those pesky unnecessary `(function' quotes.
11689 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11690 directly in the defvar.
11691 (vc-do-command): Bind inhibit-read-only so as to properly handle
11692 the case where the destination buffer has been made read-only.
11693 (vc-diff): Delegate to vc-version-diff in all cases.
11694 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11695 (vc-annotate-mode-variables): Removed (code moved partly to
11696 defvars and partly to vc-annotate-add-menu).
11697 (vc-annotate-mode): Turned into a derived-mode.
11698 (vc-annotate-add-menu): Moved in code in
11699 vc-annotate-mode-variables.
11700 (vc-update-change-log): Use make-temp-file if available.
11701
117022000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
11703
11704 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11705 `vc-checkout-model' updated to `vc-cvs-update-model'.
11706
117072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11708
11709 * vc.el (vc-next-action-on-file): Added handling of state
11710 `unlocked-changes'.
11711 (vc-checkout-carefully): Is now practically obsolete, unless the
11712 above is too slow to be enabled unconditionally.
11713 (vc-update-change-log): Fixed typo.
11714
11715 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11716
11717 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11718 Now handles state `unlocked-changes'.
11719 (vc-sccs-workfile-unchanged-p): New function, to support the above.
11720
11721 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11722
11723 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11724 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
11725 `unlocked-changes'.
11726 (vc-rcs-workfile-unchanged-p): Renamed from
11727 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
11728 function yet, but supposed to become one soon.
11729
11730 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11731 `vc-steal-lock'.
11732 (vc-call-backend): Changed error message.
11733 (vc-state): Added description of state `unlocked-changes'.
11734
117352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11736
11737 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11738 always return t in CVS-controlled directories.
11739
11740 * vc.el (vc-responsible-backend): New function.
11741 (vc-register): Largely rewritten.
11742 (vc-admin): Removed (implementation moved into vc-register).
11743 (vc-checkin): Redocumented.
11744 (vc-finish-logentry): If no backend defined yet (because we are in
11745 the process of registering), use the responsible backend.
11746
11747 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11748 Updated function lists.
11749 (vc-call-backend): Fixed typo.
11750
11751 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11752 New functions.
11753 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11754 Removed query option. Redocumented.
11755
117562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11757
11758 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11759
11760 * vc.el: Updated callers of `vc-checkout-required' to use
11761 `vc-checkout-model'.
11762
117632000-09-04 Martin Lorentzson <martinl@gnu.org>
11764
11765 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
11766 stuff updated to reference this function instead of the old
11767 `vc-backend-release-p'.
11768
117692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11770
11771 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11772 vc-checkout-model. Return appropriate values. Updated callers.
11773
117742000-09-04 Martin Lorentzson <martinl@gnu.org>
11775
11776 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11777 (vc-backend-revert): Function moved into `vc-revert';
11778 `vc-next-action' must be updated to accomodate this change.
11779 (vc-backend-steal): Function moved into `vc-finish-steal'.
11780 (vc-backend-logentry-check): Function moved into
11781 `vc-finish-logentry'.
11782 (vc-backend-printlog): Function moved into `vc-print-log'.
11783 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11784 (vc-backend-assign-name): Function moved into
11785 `vc-create-snapshot'.
11786
117872000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11788
11789 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11790 Rename to vc-checkout-model. Return appropriate values.
11791 Update callers.
11792
11793 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11794 to vc-checkout-model.
11795 (vc-checkout-required): Rename to vc-checkout-model.
11796 Re-implement and re-comment.
11797 (vc-after-save): Use vc-checkout-model.
11798
117992000-09-04 Martin Lorentzson <martinl@gnu.org>
11800
11801 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11802 Update to use the vc-BACKEND-diff functions instead.
11803 `vc-diff' is now working.
11804
11805 * vc-rcs.el (vc-rcs-logentry-check): New function.
11806
11807 * vc-cvs.el (vc-cvs-logentry-check): New function.
11808
11809 * vc-sccs.el (vc-sccs-diff): Function changed name from
11810 `vc-backend-diff'. This makes `vc-diff' work.
11811
11812 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11813 of functions possibly implemented in a vc-BACKEND library.
11814 (vc-checkout-required): Fix bug that caused an error to be
11815 signaled during `vc-after-save'.
11816
11817 * vc.el: Fix typo.
11818 This checkin is made with our new VC code base for the very first time.
11819 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11820
11821 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11822 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11823
11824 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11825 updated to `vc-uses-locking'.
11826 (vc-checkout-required): Call to backend function.
11827 `vc-checkout-required' updated to `vc-uses-locking' instead.
11828
11829 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11830 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11831
11832 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11833 to match the split into various backends.
11834 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
11835 (vc-retrieve-snapshot): Bug fix.
11836
118372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11838
11839 * vc-sccs.el (vc-sccs-release): Doc fix.
11840
118412000-09-04 Martin Lorentzson <martinl@gnu.org>
11842
11843 * vc.el (vc-next-action-on-file): Bug found and fixed.
11844 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11845 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11846
11847 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11848 (vc-rcs-checkout): Name space cleaned up. No more revision number
11849 crunching function names that are not prefixed with vc-rcs.
11850 (vc-rcs-checkout-model): Function added. References to
11851 `vc-checkout-model' replaced.
11852
118532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11854
11855 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11856 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
11857 still need to be split, and implemented for RCS).
11858
118592000-09-04 Martin Lorentzson <martinl@gnu.org>
11860
11861 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11862
11863 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11864 required by the vc.el file.
11865
11866 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11867 required by the vc.el file.
11868 (vc-rcs-exists): Function added.
11869
11870 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11871 required by the vc.el file.
11872
11873 * vc.el (vc-admin): Updated to handle selection of appropriate
11874 backend. Current implementation is crufty and need re-thinking.
11875
11876 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11877
118782000-09-04 Martin Lorentzson <martinl@gnu.org>
11879
11880 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11881 beginning of annotate buffers correctly.
11882
11883 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11884 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11885 functionality updated quite a lot to support multiple backends.
11886 Variables `vc-annotate-mode', `vc-annotate-buffers',
11887 `vc-annotate-backend' added.
11888
11889 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11890 `vc-annotate-difference' added to supported backend functions.
11891
118922000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11893
11894 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
11895 Use with-temp-file instead of /bin/sh. Merged from mainline
11896
118972000-09-04 Martin Lorentzson <martinl@gnu.org>
11898
11899 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11900
11901 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11902
11903 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11904
119052000-09-04 Martin Lorentzson <martinl@gnu.org>
11906
11907 * vc-hooks.el: vc-state-heuristic added to
11908 vc-backend-hook-functions.
11909
11910 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
11911
11912 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
11913
11914 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
11915 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
11916 state to `reserved'.
11917
11918 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
11919 `vc-checkout-required'. Rename the `locked' state to `reserved'.
11920
119212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11922
11923 * vc-rcs-hooks.el: Implement new state model. Hardly anything
11924 untouched.
11925
11926 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
11927
11928 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
11929 if defined. (Merged from main line, slightly adapted.)
11930
11931 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
11932 millenium problem (merged from mainline).
11933
119342000-09-04 Martin Lorentzson <martinl@gnu.org>
11935
11936 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
11937 part and moved the non-BACKEND stuff to vc.el.
11938
11939 * vc.el: Split the annotate feature into a BACKEND specific part
11940 and moved it from the vc-cvs.el file to this one.
11941
119422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11943
11944 * vc-hooks.el: Implement new state model.
11945 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
11946 (vc-locking-user): Simplify. Now only needed if the file is
11947 locked by somebody else.
11948 (vc-lock-from-permissions): Remove. Functionality is in
11949 vc-sccs-hooks.el and vc-rcs-hooks.el now.
11950 (vc-mode-line-string): New name for former vc-status. Adapted.
11951 (vc-mode-line): Adapt to use the above. Remove optional parameter.
11952
11953 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
11954 Various simplifications and adaptations all over the place.
11955
11956 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
11957 Simplify and adapt the rest.
11958
11959 * vc.el (vc-resynch-window): Add TODO comment: check for
11960 interaction with view mode according to recent RCS change.
11961 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
11962
119632000-09-04 Martin Lorentzson <martinl@gnu.org>
11964
11965 * vc.el: Convert the remaining function comments to docstrings.
11966
119672000-09-04 Martin Lorentzson <martinl@gnu.org>
11968
11969 * vc.el (vc-backend-release, vc-release-greater-or-equal)
11970 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
11971 (vc-minor-part, vc-previous-version): Functions that operate and
11972 compare revision numbers got proper documentation. Comments added
11973 about their possible removal.
11974
119752000-09-04 Martin Lorentzson <martinl@gnu.org>
11976
11977 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
11978 the vc-backend.el files.
11979
11980 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
11981
11982 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
11983 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
11984 (vc-rcs-previous-version): Functions added.
11985
11986 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
11987
11988 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
11989
119902000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11991
11992 * vc-hooks.el (vc-master-templates): Is really obsolete.
11993 Comment out the definition for now. What is the right procedure
11994 to get rid of it?
11995 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
11996 rewritten.
11997 (vc-default-registered): Remove.
11998 (vc-check-master-templates): New function; does mostly what the
11999 above did before.
12000 (vc-locking-user): Don't rely on the backend to set the property.
12001
12002 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
12003 Rewrite documentation.
12004 (vc-rcs-templates-grabbed): New variable.
12005 (vc-rcs-grab-templates): New function.
12006 (vc-rcs-registered): Rewrite to use above mechanism.
12007
12008 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
12009 Rewrite documentation.
12010 (vc-sccs-templates-grabbed): New variable.
12011 (vc-sccs-grab-templates): New function.
12012 (vc-sccs-registered): Rewrite to use above mechanism.
12013 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
12014 Don't throw the result, simply return it.
12015
12016 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
12017 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
12018 (vc-cvs-registered): Does the check itself now. Simplify.
12019
12020 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
12021 from main line.
12022
120232000-09-04 Martin Lorentzson <martinl@gnu.org>
12024
12025 * vc-cvs.el (vc-cvs-diff): New function.
12026
12027 * vc-sccs.el (vc-sccs-diff): New function.
12028
12029 * vc-rcs.el (vc-rcs-diff): New function.
12030 (vc-rcs-checkout): Bug (typo) found and fixed.
12031 (vc-rcs-register-switches): New variable.
12032
12033 * vc.el (vc-backend-diff): Function removed and placed in the
12034 backend files.
12035
120362000-09-04 Martin Lorentzson <martinl@gnu.org>
12037
12038 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
12039
12040 * vc.el (vc-backend-checkout): Function removed and replaced in
12041 the vc-backend.el files.
12042
12043 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
12044
12045 * vc.el (vc-backend-admin): Removed and replaced in the
12046 vc-backend.el files.
12047
12048 * vc.el (Martin): Removed all the annotate functionality since it
12049 is CVS backend specific.
12050
120512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12052
12053 * spec.txt: Added specification of vc-state.
12054
12055 * vc-sccs-hooks.el (vc-sccs-master-properties):
12056 Remove handling of vc-latest-version and
12057 vc-your-latest-version. What used to be vc-latest-version, is now
12058 returned as vc-workfile-version.
12059 (vc-sccs-workfile-version): Adapt.
12060
120612000-09-04 Dave Love <fx@gnu.org>
12062
12063 * vc.el: [Merged from mainline.]
12064 (vc-dired-mode): Make the dired-move-to-filename-regexp
12065 regexp match the date, to avoid treating date as file size.
12066 Add YYYY S option to WESTERN/
12067
120682000-09-04 Dave Love <fx@gnu.org>
12069
12070 * vc.el: Require `compile' when compiling.
12071 (vc-logentry-check-hook): New option.
12072 (vc-steal-lock): Use compose-mail.
12073 (vc-dired-mode-map): Defvar when compiling.
12074 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
12075 vc-sccs.el and renamed. Callers changed.
12076 (vc-backend-checkout, vc-backend-logentry-check)
12077 (vc-backend-merge-news): Doc fix.
12078 (vc-default-logentry-check): New function.
12079 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
12080 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
12081 (vc-backend-merge): Doc fix. Use backend functions.
12082 (vc-check-headers): Use backend functions.
12083
12084 * vc-cvs.el: Require vc when compiling.
12085 (vc-cvs-register-switches): Doc fix.
12086 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
12087 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
12088 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
12089 New functions (code from vc.el).
12090 (vc-annotate-display-default): Fix interactive spec.
12091 (vc-annotate-time-span): Doc fix.
12092
12093 * vc-rcs.el: Require vc when compiling.
12094 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
12095 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
12096 (vc-rcs-checkin): New functions (code from vc.el).
12097 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
12098 Doc fix.
12099 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
12100
12101 * vc-sccs.el: Require vc when compiling.
12102 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
12103 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
12104 (vc-sccs-revert)
12105 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
12106 from vc.el).
12107 (vc-sccs-add-triple, vc-sccs-record-rename)
12108 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
12109 (vc-sccs-admin): Doc fix.
12110
121112000-09-04 Martin Lorentzson <martinl@gnu.org>
12112
12113 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
12114 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
12115 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
12116 from vc.el.
12117
12118 * vc-sccs.el (vc-admin-sccs): Added from vc.el
12119
12120 * vc-cvs.el: Moved the annotate functionality from vc.el.
12121 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
12122
121232000-09-04 Dave Love <fx@gnu.org>
12124
12125 * vc.el (vc-backend-release): Call vc-system-release.
12126
12127 * vc-sccs.el (vc-sccs-system-release):
12128 Renamed from vc-sccs-backend-release.
12129
12130 * vc-rcs.el (vc-rcs-system-release):
12131 Renamed from vc-rcs-backend-release.
12132
12133 * vc-cvs.el (vc-cvs-system-release):
12134 Renamed from vc-cvs-backend-release.
12135
121362000-09-04 Dave Love <fx@gnu.org>
12137
12138 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
12139 backend files.
12140 (vc-backend-release): Dispatch to backend functions.
12141 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
12142 probably needs attention.]
12143
12144 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
12145 (vc-sccs-backend-release): New function.
12146
12147 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
12148 (vc-cvs-backend-release): New function.
12149
12150 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
12151 Doc fix.
12152 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
12153 (vc-default-dired-state-info): New function.
12154 (vc-dired-state-info): Dispatch to backends.
12155 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
12156
12157 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
12158 from vc.el and renamed.
12159
121602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12161
12162 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
12163 (vc-version-other-window, vc-backend-assign-name): Removed
12164 references to vc-latest-version; sometimes changed into
12165 vc-workfile-version.
12166
12167 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
12168 vc-rcs-master-workfile-version.
12169 (vc-rcs-workfile-version): Use the above. Don't call
12170 vc-latest-version (that was unreachable code, anyway).
12171 (vc-rcs-fetch-master-properties): Doc fix.
12172
12173 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
12174 (vc-backend-hook-functions): Removed them from this list, too.
12175 (vc-fetch-properties): Removed.
12176 (vc-workfile-version): Doc fix.
12177
12178 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
12179 (vc-rcs-workfile-version, vc-rcs-locking-user)
12180 (vc-rcs-uses-locking): Use it.
12181
12182 * vc-hooks.el (vc-consult-rcs-headers):
12183 Moved into vc-rcs-hooks.el, under the name
12184 vc-rcs-consult-headers.
12185
12186 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
12187 headers.
12188 (vc-cvs-find-master): Use this name only; correct different
12189 versions of the name.
12190
12191 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
12192 New functions.
12193 (vc-sccs-locking-user): Use the latter.
12194
12195 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
12196 New functions.
12197
12198 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
12199 Moved into both
12200 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
12201 functions are implementation details of those two backends.
12202
122032000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12204
12205 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
12206 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
12207
12208 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
12209 (vc-sccs-parse-locks): SCCS-specific code moved here from
12210 vc-hooks.
12211
12212 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
12213 code moved here from vc-hooks.
12214
12215 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12216 into back-end specific parts and removed. Callers not updated
12217 yet; because I guess these callers will disappear into back-end
12218 specific files anyway.
12219
122202000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12221
12222 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12223 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12224 `vc-uses-locking'.
12225
12226 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12227 Store yes/no in the property, and return t/nil. Updated all
12228 callers.
12229
12230 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12231 vc-sccs-uses-locking. Don't set property.
12232 (vc-sccs-locking-user): Don't set property.
12233
12234 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12235 vc-cvs-uses-locking. Don't set property here; leave that to
12236 vc-hooks.
12237 (vc-cvs-locking-user): Reflect above change. Streamlined.
12238
12239 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12240 vc-rcs-uses-locking.
12241 (vc-rcs-locking-user): Reflect above change.
12242
122432000-09-04 Dave Love <fx@gnu.org>
12244
12245 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12246
12247 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12248
12249 * vc-hooks.el (vc-checkout-model): Punt to backends.
12250
12251 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12252
12253 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12254
12255 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12256 New functions.
12257
12258 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12259 New functions.
12260
12261 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
12262 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
12263
12264 * vc-hooks.el (vc-default-locking-user): New function.
12265 (vc-locking-user, vc-workfile-version): Punt to backends.
12266
122672000-09-04 Dave Love <fx@gnu.org>
12268
12269 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
12270 (vc-master-workfile-version): Moved from vc-hooks.
12271
12272 * vc-rcs-hooks.el: Fix duplicate code in last change.
12273
12274 * vc-rcs-hooks.el: Require vc-hooks when compiling.
12275 (vc-rcs-master-templates): Improve :type.
12276 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
12277 vc-master-workfile-version): Moved from vc-hooks.
12278
12279 * vc-sccs-hooks.el: Require vc-hooks when compiling.
12280 (vc-sccs-master-templates): Improve :type.
12281 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
12282
12283 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
12284
12285 * vc-cvs-hooks.el: Require vc-hooks when compiling.
12286 (vc-cvs-master-templates): Improve :type. Use
12287 vc-cvs-find-cvs-master.
12288 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12289 from vc-hooks.
12290 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12291
12292 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12293 Moved to vc-cvs-hooks.
12294
12295 * vc-hooks.el: Add doc strings in various places. Simplify the
12296 minor mode setup.
12297 (vc-handled-backends): New user variable.
12298 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12299 simplification.
12300
123012000-09-04 Dave Love <fx@gnu.org>
12302
12303 * vc.el: Some doc fixes for autoloaded and interactive functions.
12304 Fix compilation warnings from ediff stuff.
12305 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12306
12307 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12308
12309 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12310
12311 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12312
123132000-09-04 Dave Love <fx@gnu.org>
12314
12315 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12316 New variable.
12317 (vc-make-backend-function, vc-loadup, vc-call-backend)
12318 (vc-backend-defines): New functions.
12319
12320 * vc-hooks.el: Various doc fixes.
12321 (vc-default-back-end, vc-follow-symlinks): Custom fix.
12322 (vc-match-substring): Function removed. Callers changed to use
12323 match-string.
12324 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12325 Simplify.
12326
123272000-09-04 Dave Love <fx@gnu.org>
12328
12329 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12330 type.
12331 (vc-sccs-project-dir, vc-search-sccs-project-dir)
12332 (vc-sccs-registered): Doc fix.
12333
12334 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12335 (vc-cvs-registered): Doc fix.
12336
12337 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12338 (vc-rcs-registered): Doc fix.
12339
123402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12341
12342 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12343
12344 * vc-hooks.el: vc-registered has been renamed
12345 vc-default-registered. Some functions have been moved to the
12346 backend specific files. they all support the
12347 vc-BACKEND-registered functions.
12348
123492000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12350
12351 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12352
12353 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12354
123552000-09-04 Dave Love <fx@gnu.org>
12356
12357 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12358 menu-bar-update-hook.
12359
12360 * help.el (help-manyarg-func-alist): Add
12361 find-operation-coding-system.
12362
12363 * wid-edit.el (widget-sexp-validate): Fix garbled code.
12364
12365 * custom.el (custom-set-variables): Print message about errors in
12366 setting.
12367
123682000-09-03 Andrew Innes <andrewi@gnu.org>
12369
12370 * makefile.w32-in: Change to DOS line endings.
12371
123722000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12373
12374 * mouse.el (mouse-popup-menubar): Supply the prompt string for
12375 minor-mode keymaps, if they don't have one.
12376
123772000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12378
12379 * eshell/esh-module.el (eval-when-compile): Don't lose if
12380 esh-module.el's file name is truncated to DOS 8+3 limits.
12381
123822000-09-01 John Wiegley <johnw@gnu.org>
12383
12384 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12385 predicate, which caused entries in the completion list to be
12386 doubled.
12387
123882000-08-30 John Wiegley <johnw@gnu.org>
12389
12390 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12391 sending to subprocesses. Also, hook pre-command-hook if
12392 `eshell-send-direct-to-subprocesses' is non-nil.
12393 (eshell-send-direct-to-subprocesses): New config variable. If t,
12394 subprocess input is send immediately.
12395 (eshell-toggle-direct-send): New function.
12396 (eshell-self-insert-command): New function.
12397 (eshell-intercept-commands): New function.
12398 (eshell-send-input): If direct subprocess sending is enabled,
12399 don't echo any input to the Eshell buffer. Let the subprocess
12400 handle that. This requires "stty echo" in bash, for example.
12401
124022000-08-28 John Wiegley <johnw@gnu.org>
12403
12404 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12405 completion function for Eshell's implementation of `unset'.
12406
124072000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12408
12409 * info.el (Info-directory-list): Doc fix.
12410
124112000-08-31 Peter Breton <pbreton@ne.mediaone.net>
12412
12413 * filecache.el (file-cache-add-directory-using-find): Don't quote
12414 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12415
124162000-08-31 Kenichi Handa <handa@etl.go.jp>
12417
12418 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12419 coding systems.
12420
124212000-08-30 Andrew Innes <andrewi@gnu.org>
12422
12423 * timer.el (run-with-idle-timer): Undo last change, so that timer
12424 is not activated immediately if Emacs is already idle. Some
12425 existing code relies on this behaviour.
12426
124272000-08-30 Miles Bader <miles@gnu.org>
12428
12429 * frame.el (set-frame-font): Do completion of font-name for
12430 interactive use.
12431
124322000-08-30 Kenichi Handa <handa@etl.go.jp>
12433
12434 * international/quail.el (quail-start-translation): Bind locally
12435 last-command-event, last-command, and this-command.
12436 (quail-start-conversion): Likewise.
12437 (quail-self-insert-command): Fix docstring.
12438
124392000-08-29 Gerd Moellmann <gerd@gnu.org>
12440
12441 * progmodes/executable.el
12442 (executable-make-buffer-file-executable-if-script-p): Check that
12443 buffer contains at least 2 characters.
12444
124452000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
12446
12447 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12448
124492000-08-29 Dave Love <fx@gnu.org>
12450
12451 * diff-mode.el (diff-mode) <defgroup>: Add :version.
12452 (diff-mode-shared-map): Bind mouse-2.
12453 (diff-imenu-generic-expression): New variable.
12454 (diff-mode): Use it.
12455
12456 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12457 (mouse-popup-menubar): Add minor mode menus.
12458 (popup-menu): Check for lookup-key returning number.
12459
124602000-08-29 Miles Bader <miles@gnu.org>
12461
12462 * comint.el (comint-send-input): Create overlays using the proper
12463 front/read-advance arguments.
12464
124652000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12466
12467 * ps-print.el: Even/odd pages printing. Doc fix.
12468 (ps-print-version): New version number (6.0).
12469 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12470 (ps-background, ps-begin-file, ps-begin-job): Code fix.
12471 (ps-print-duplex-feature): Variable eliminated.
12472 (ps-even-or-odd-pages): New variable.
12473
12474 * progmodes/ebnf2ps.el: Doc fix.
12475 (ebnf-version): New version (3.3).
12476 (ebnf-user-arrow): Change variable customization to sexp.
12477 (ebnf-user-arrow): Function eliminated.
12478 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12479
124802000-08-29 Kenichi Handa <handa@etl.go.jp>
12481
12482 * help.el (help-xref-mule-regexp): New variable.
12483 (help-make-xrefs): Handle help-xref-mule-regexp.
12484
12485 * international/mule-cmds.el (help-xref-mule-regexp-template): New
12486 variable.
12487 (describe-input-method): Temporarily activate the specfied input
12488 method to display the information.
12489 (describe-language-environment): Hyperlinks to mule related items.
12490
12491 * international/mule-diag.el (charset-multibyte-form-string): New
12492 function.
12493 (list-character-sets-1): Use charset-multibyte-form-string.
12494 (describe-character-set): New function.
12495 (describe-coding-system): Hyperlinks to safe character sets.
12496
12497 * international/quail.el (quail-help): New arg PACKAGE.
12498 Hyperlinks to mule related items.
12499 (quail-help-insert-keymap-description): Use
12500 substitute-command-keys instead of describe-bindings.
12501 (quail-translation-help): Hyperlinks to mule related items.
12502
125032000-08-28 John Wiegley <johnw@gnu.org>
12504
12505 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12506 have a defsubst call itself. Made `eshell-flatten-list' back into
12507 a function again.
12508
12509 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12510 catch, in case re-centering point at bottom messes up the display.
12511 This happens frequently in Emacs 21, due I believe to variable
12512 line heights.
12513
12514 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12515 to call `find-tag-interactive'.
12516
12517 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12518 the list of remember directories.
12519
125202000-08-28 John Wiegley <johnw@gnu.org>
12521
12522 * align.el: Test align-region-separate to see if it's a symbol.
12523
125242000-08-28 John Wiegley <johnw@gnu.org>
12525
12526 * eshell/esh-util.el (eshell-flatten-list): Made this function
12527 into a defsubst form. It gets used very frequently, although
12528 calls don't occur all that often.
12529
12530 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12531 examining it.
12532
12533 * eshell/esh-cmd.el (eshell-rewrite-while-command):
12534 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12535 `eshell-protect'.
12536 (eshell-copy-handles): Created a new macro for duplicating the
12537 current set of open handles. This is needed by the looping
12538 functions.
12539 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12540 is not incorrectly stomped on.
12541
12542 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12543 declaration for pcomplete-use-paring.
12544 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12545 value of eshell-cmpl-use-paring.
12546 * pcomplete.el (pcomplete-use-paring): New config variable, to
12547 indicate whether paring should be used.
12548 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12549 completion alternatives that have already been used.
12550
12551 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12552 bound to C-c C-y, which will repeat the previous N arguments
12553 (based on prefix argument).
12554 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12555
12556 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12557 if there is no *Help* buffer. This is for XEmacs, which renames
12558 its help buffers uniquely. TODO: Find out what the current buffer
12559 name to delete is.
12560
12561 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12562 first entry that correlates to a passwd/group number. Later
12563 entries (used for group/user name aliasing to multiple IDs) are
12564 ignored.
12565
12566 * eshell/em-xtra.el (eshell/expr):
12567 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12568 (eshell-grep, eshell/diff, eshell/locate):
12569 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12570 argument list, before passing it to the system command.
12571
12572 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12573 `find-tag' for use at final position in Eshell buffers (which
12574 otherwise triggers an error on Emacs 21).
12575 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12576 buffer, if it is currently bound to `find-tag'.
12577
12578 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12579 in the list of matched Makefile names.
12580 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12581 directory, prefer its contents to Makefile.
12582
12583 * eshell/em-dirs.el (eshell/cd): cd commands that look up
12584 directory parts (like "cd old new", or "cd =regexp"), are now case
12585 sensitive on non-Windows/DOS platforms.
12586
12587 * eshell/esh-mode.el (eshell-parse-command-input): When a user
12588 types RET after an open delimiter (like "), display a message
12589 indicating that Eshell is waiting for the closing delimiter.
12590
12591 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12592 environment variables.
12593
12594 * eshell/em-unix.el (eshell/diff): Added logic to fail more
12595 gracefully if the user enters incorrect arguments.
12596
12597 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12598 Eshell buffers.
12599
12600 * eshell/esh-var.el (eshell-interpolate-variable):
12601 * eshell/esh-mode.el (eshell-move-argument):
12602 * eshell/em-unix.el (eshell-du-sum-directory):
12603 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12604 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12605 (not (= ...)).
12606
12607 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12608 to ensure the `preserve' flag gets propagated when doing recursive
12609 directory copies.
12610
126112000-08-28 Stefan Monnier <monnier@cs.yale.edu>
12612
12613 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12614 Don't convert \n into \0177 in memory.
12615 (eshell-read-history, eshell-write-history): Convert \n to \0177,
12616 and back again, when reading and writing.
12617
126182000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
12619
12620 * eshell/esh-util.el (eshell-processp): Added to relieve constant
12621 testing of `fboundp' on `processp'.
12622
12623 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12624 (eshell/jobs): Don't call process-list if it is not bound.
12625 (eshell-gather-process-output): Support systems where async
12626 subprocesses aren't supported.
12627 (eshell-scratch-buffer, eshell-last-sync-output-start): New
12628 variables.
12629
12630 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12631 eshell-do-eval returns t.
12632 (eshell-do-pipelines-synchronously): New defmacro.
12633 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12634 when async subprocesses aren't supported.
12635 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
12636 if async subprocesses aren't supported.
12637 (eshell-resume-command): Don't assume STATUS is a string.
12638
12639 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12640
12641 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12642 (eshell-close-target, eshell-get-target): Use eshell-processp.
12643 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12644 fix.
12645 (eshell-get-target, eshell-create-handles): Doc fix.
12646
126472000-08-28 Miles Bader <miles@lsi.nec.co.jp>
12648
12649 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12650 criterion to include commands that output something, as long as it
12651 leaves both the command and the end-of-buffer visible when the
12652 command has exited.
12653 (eshell-review-quick-commands): Adjust the help doc string
12654 accordingly.
12655
126562000-08-28 Peter Breton <pbreton@ne.mediaone.net>
12657
12658 * locate.el (locate): Cleaned up locate command's interactive prompting
12659 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12660
12661 * filecache.el (file-cache-case-fold-search): New variable
12662 (file-cache-assoc-function): New variable
12663 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12664 Use file-cache-case-fold-search variable
12665 (file-cache-add-file): Use file-cache-assoc-function
12666 (file-cache-delete-file): likewise
12667 (file-cache-directory-name): likewise
12668 (file-cache-debug-read-from-minibuffer): likewise
12669
126702000-08-28 Gerd Moellmann <gerd@gnu.org>
12671
12672 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12673 (abbrev-table-name): New function.
12674 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12675 If non-nil list local abbrev, only.
12676
126772000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
12678
12679 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12680 from Gnus support code, and use special article copy buffer
12681 `(gnus-original-article-buffer)' instead. This allows to get rid
12682 of article-hide-headers usage (which breaks in the latest Gnus
12683 version). Thanks to Detlev Zundel.
12684
126852000-08-28 Kenichi Handa <handa@etl.go.jp>
12686
12687 * international/quail.el (quail-use-package): Hide "... loaded"
12688 message.
12689 (quail-start-translation, quail-start-conversion): Likewise.
12690
12691 * international/kkc.el (kkc-region): Hide "... loaded" message.
12692
126932000-08-27 Dave Love <fx@gnu.org>
12694
12695 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12696
126972000-08-27 Miles Bader <miles@gnu.org>
12698
12699 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12700
127012000-08-27 Kenichi Handa <handa@etl.go.jp>
12702
12703 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12704 'ja-dic-cnv), not (require 'skkdic-cnv).
12705
127062000-08-26 Miles Bader <miles@gnu.org>
12707
12708 * faces.el (face-x-resources): Add entry for :inherit.
12709 * cus-face.el (custom-face-attributes): Add support for :inherit
12710 attribute. Add support for relative face heights.
12711 (custom-face-attributes-get): Treat `nil' as being a default value
12712 for :inherit (as well as `unspecified').
12713
12714 * faces.el (set-face-attribute): Update doc string.
12715 (face-attribute-name-alist): Add :inherit.
12716 (face-valid-attribute-values): Handle :inherit.
12717 (face-read-string): Rephrase prompt to be less confusing.
12718 Assume that DEFAULT is a string, since we must return a string.
12719 (face-read-integer): Use `format' to turn DEFAULT into an
12720 acceptable default for face-read-string. Match NEW-VALUE against
12721 the string "unspecified", not the symbol `unspecified', since
12722 that's what face-read-string returns.
12723 (read-face-attribute): Lookup a name for old-value in valid, and
12724 use it as a default if we find one. Treat all values from
12725 face-read-string as strings. If the default is used, don't do any
12726 more processing on the value, just use the old value directly.
12727 (read-face-and-attribute, modify-face): Tweak prompt.
12728 (read-face-name): Don't assume prompt ends with a space.
12729
12730 * faces.el (describe-face): Add support for :inherit attribute.
12731
127322000-08-25 Kenichi Handa <handa@etl.go.jp>
12733
12734 * terminal.el (terminal-emulator): Fix args to `concat'. Now
12735 concat doesn't accept interger.
12736
12737 * international/kkc.el: Remove SKK from Keywords. Require
12738 ja-dic-utl instead of skkdic-utl.
12739
12740 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12741 Provide ja-dic-cnv instead of skkdic-cnv.
12742 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
12743 (iso-2022-7bit-short): Add safe-charsets property.
12744 (skkdic-convert-postfix): Search Japanese chou-on character in
12745 addition to Hiragana character.
12746 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12747 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12748 (batch-skkdic-convert): Likewise.
12749
12750 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12751 Provide ja-dic-utl instead of skkdic-utl.
12752 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12753
127542000-08-24 Dave Love <fx@gnu.org>
12755
12756 * disp-table.el (standard-display-default): Make the test of `l'
12757 useful.
12758
12759 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12760 mod sample text.
12761
12762 * international/iso-ascii.el: Make pilcrow convenient string
12763 consistent with section.
12764 (iso-ascii-display): Set up multibyte characters as well as
12765 unibyte.
12766
127672000-08-24 Kenichi Handa <handa@etl.go.jp>
12768
12769 * international/mule-cmds.el (reset-language-environment): Set
12770 default-process-coding-system to '(undecided . iso-latin-1), which
12771 makes process I/O almost consistent with file I/O. Call this
12772 function when mule-cmds.el[c] is loaded.
12773
127742000-08-22 Andrew Innes <andrewi@gnu.org>
12775
12776 * makefile.w32-in: New file.
12777
127782000-08-22 Miles Bader <miles@lsi.nec.co.jp>
12779
12780 * comint.el (comint-output-filter): Compare end of
12781 comint-last-output-overlay with the start of the newly inserted
12782 text, not the end, when deciding whether to extend it.
12783 Set saved-point's insertion type to advance after insertion.
12784
12785 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12786 since this is now done independently of font-lock mode.
12787
127882000-08-21 Gerd Moellmann <gerd@gnu.org>
12789
12790 * server.el (server-kill-new-buffers): New user option.
12791 (server-existing-buffer): New buffer-local variable.
12792 (server-visit-files): When using an existing buffer, set
12793 server-existing-buffer to t.
12794 (server-buffer-done): If server-kill-new-buffers is t, kill the
12795 buffer, unless it was already present before visiting it with
12796 Emacs server.
12797
127982000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
12799
12800 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12801 even if the display doesn't support colors: some displays will
12802 support bold/underline faces.
12803
128042000-08-21 Gerd Moellmann <gerd@gnu.org>
12805
12806 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12807
12808 * startup.el (command-line): If user's init file had an error,
12809 add explanatory text to *Messages*.
12810
128112000-08-21 Kenichi Handa <handa@etl.go.jp>
12812
12813 * man.el (Man-getpage-in-background): Decode the process output by
12814 the system locale coding system.
12815
128162000-08-20 Dave Love <fx@gnu.org>
12817
12818 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12819 Don't test x-popup-menu.
12820 (function) <complete-function>: Complete only fbound symbols.
12821 <validate, value>: New.
12822 (variable) <complete-function>: Complete only bound symbols.
12823 (coding-system): Add :base-only, :complete-function, :validate,
12824 :value, :prompt-match.
12825 (widget-coding-system-prompt-value): Use read-coding-system and
12826 act on :base-only.
12827 (editable-field): Add :help-echo.
12828 (widget-push-button-gui, widget-push-button-cache)
12829 (widget-gui-action, widget-editable-list-gui): COmment out, along
12830 with uses.
12831 (widget-at): Make arg optional.
12832 (widget-echo-help): Adjust for current help-echo calling sequence.
12833 (widget-specify-field, widget-specify-button)
12834 (widget-specify-insert, widget-get-sibling, widget-image-find)
12835 (widget-convert, widget-insert, widget-leave-text)
12836 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12837 (widget-setup, widget-field-find, widget-before-change)
12838 (widget-after-change, widget-default-complete)
12839 (widget-default-create, widget-default-delete)
12840 (widget-push-button-value-create, editable-field)
12841 (widget-field-prompt-value, widget-field-validate)
12842 (widget-choice-value-create, widget-choice-action)
12843 (widget-choice-validate, widget-checklist-add-item)
12844 (widget-radio-add-item, widget-radio-chosen)
12845 (widget-radio-value-inline, widget-editable-list-value-create)
12846 (widget-editable-list-entry-create)
12847 (widget-documentation-link-add)
12848 (widget-documentation-string-value-create)
12849 (widget-regexp-validate, widget-file-complete)
12850 (widget-sexp-validate, widget-plist-convert-widget)
12851 (widget-plist-convert-widget, widget-alist-convert-widget)
12852 (widget-alist-convert-widget, widget-color-complete): Simplify,
12853 particularly to avoid bindings which aren't optimized out.
12854
12855 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12856 Doc fix.
12857 (down-list, backward-up-list, up-list, kill-sexp)
12858 (backward-kill-sexp, mark-sexp): Make arg optional.
12859 (lisp-complete-symbol): Add optional arg PREDICATE.
12860
12861 * cus-start.el: Add display-buffer-reuse-frames,
12862 file-coding-system-alist.
12863
128642000-08-20 Gerd Moellmann <gerd@gnu.org>
12865
12866 * startup.el (command-line): Clear realized faces after
12867 modifying TTY color mappings.
12868
128692000-08-20 Miles Bader <miles@gnu.org>
12870
12871 * faces.el (face-attr-match-p): Don't return true if ATTRS are
12872 merely a subset of FACE's attributes.
12873
128742000-08-19 Miles Bader <miles@gnu.org>
12875
12876 * comint.el (comint-output-filter): Save the point with a marker,
12877 not just a buffer position.
12878
12879 * international/mule.el (set-buffer-process-coding-system): Make
12880 interactive prompt less confusing.
12881
128822000-08-19 Gerd Moellmann <gerd@gnu.org>
12883
12884 * hilit-chg.el: General cleanup of doc strings, comments and
12885 code formatting.
12886
128872000-08-19 Miles Bader <miles@gnu.org>
12888
12889 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12890 Compiler macro removed; beginning-of-line is no longer always
12891 equivalent to forward-line, in the presence of fields.
12892
12893 * comint.el (comint-output-filter): Remove ad-hoc saving of
12894 restriction, and just use save-restriction, now that it works
12895 correctly. Don't adjust comint-last-input-start to account for
12896 our insertion; it shouldn't have moved because we don't use
12897 insert-before-markers anymore. Comment out call to
12898 `force-mode-line-update'; why is it here?
12899
12900 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12901 while checking for prompt to delete. Use `forward-line 0'
12902 instead of beginning-of-line.
12903 (gud-filter): Temporarily widen gud comint buffer while
12904 examining output.
12905
129062000-08-18 Stefan Monnier <monnier@cs.yale.edu>
12907
12908 * progmodes/sh-script.el: Big bag of typos.
12909
12910 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
12911 check since ispell-process is not bound when ispell is not yet loaded.
12912
129132000-08-18 Dave Love <fx@gnu.org>
12914
12915 * image.el (find-image): Copy `spec' before using plist-put.
12916
129172000-08-18 Gerd Moellmann <gerd@gnu.org>
12918
12919 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
12920 `portugues'.
12921
12922 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
12923 backward-kill-sexp, analogous to kill-sexp.
12924
12925 * progmodes/icon.el (icon-indent-line)
12926 (icon-is-continuation-line): Handle comments specially.
12927
129282000-08-17 Ken Stevens <k.stevens@ieee.org>
12929
12930 * ispell.el: Set to standard author/maintainer/keyword fields.
12931 Fine tuning to menu map appearance and operation, and added help.
12932 Remove `start' and `end' error messages when compiling.
12933 (ispell-choices-win-default-height): Fixed comment string.
12934 (ispell-dictionary-alist-1): Fixed regexp in castellano and
12935 castellano8 dictionaries.
12936 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
12937 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
12938 dictionary, added italiano dictionary.
12939 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
12940 word character
12941 (ispell-tex-skip-alists): Added psfig support.
12942 (ispell-skip-html): Renamed from ispell-skip-sgml.
12943 (ispell-begin-skip-region-regexp, ispell-skip-region)
12944 (ispell-minor-check): Improved html skipping support to skip across
12945 code, and recognize `&' commands without propper `;' syntax;
12946 (ispell-process-line): Fix alignment error when manually
12947 correcting spelling.
12948 (ispell): Fix comment string.
12949 (ispell-add-per-file-word-list): Always put word list on new line.
12950
129512000-08-17 Gerd Moellmann <gerd@gnu.org>
12952
12953 * format.el (format-encode-run-method): Fix error message to say
12954 `encode' instead of `decode'. Use save-window-excursion around
12955 shell-command-on-region as in format-decode-run-method because
12956 shell-command-on-region can display a buffer with error output.
12957 (format-decode): Don't record undo information for the decoding.
12958 (format-annotate-function): Add parameter FORMAT-COUNT. Make
12959 that number part of the temporary buffer name so that more than
12960 one decoding using a temporary buffer can happen safely.
12961
12962 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
12963 of `A-z' in the regexp.
12964
12965 * hilit-chg.el: Fix typos in commentary.
12966
12967 * help.el (view-emacs-news): Rewritten for new naming scheme
12968 for old NEWS files.
12969
12970 * startup.el (command-line): Pop to *Messages* in case an error
12971 is signaled while loading user-init-file.
12972
129732000-08-17 Andreas Schwab <schwab@suse.de>
12974
12975 * files.el (insert-directory): Don't lose original file name,
12976 undoing an undocumented change.
12977
129782000-08-17 Alex Schroeder <alex@gnu.org>
12979
12980 * sql.el (sql-magic-go): Use comint-bol.
12981 (sql-copy-column): Use comint-line-beginning-position.
12982 (comint-line-beginning-position): Define a replacement for
12983 comint-line-beginning-position if it is not fboundp.
12984
129852000-08-17 Alex Schroeder <alex@gnu.org>
12986
12987 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
12988 it didn't have any effect anyway.
12989
129902000-08-17 Alex Schroeder <alex@gnu.org>
12991
12992 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
12993 --pset and pager=off instead of sending \\o|cat at the beginning
12994 of the session.
12995
129962000-08-17 Miles Bader <miles@gnu.org>
12997
12998 * progmodes/octave-inf.el: Add compatibility definition of
12999 comint-line-beginning-position.
13000
130012000-08-17 Kenichi Handa <handa@etl.go.jp>
13002
13003 * startup.el (normal-top-level): Look in each dir in load-path for
13004 a leim-list.el file too. This assures of loading leim-list.el
13005 that is created at Emacs installation time even if a user have his
13006 own leim-list.el.
13007
130082000-08-17 Miles Bader <miles@gnu.org>
13009
13010 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
13011 foreground color to black if the background is dark.
13012
130132000-08-16 Stefan Monnier <monnier@cs.yale.edu>
13014
13015 * loadhist.el (unload-feature): Typo.
13016
13017 * finder.el (finder-compile-keywords):
13018 * cus-dep.el (custom-make-dependencies): Add local-variable settings
13019 to the generated file.
13020
13021 * mail/mh-e.el (mh-make-local-vars):
13022 Replace make-variable-buffer-local with make-local-variable.
13023
13024 * play/landmark.el:
13025 * options.el (Edit-options-{set,toggle,t,nil}):
13026 * mail/mailabbrev.el (mail-abbrevs-mode):
13027 * textmodes/tex-mode.el (tex-expand-files):
13028 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
13029
13030 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
13031
13032 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
13033 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
13034 Allow going past the last element.
13035 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
13036 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
13037 (cvs-mouse-toggle-mark): Don't move point.
13038 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
13039
13040 * progmodes/compile.el (grep): Provide a default set of files.
13041 (next-error): Docstring fix.
13042 (compilation-find-file): Avoid find-file (fails in a dedicated window).
13043
13044 * emacs-lisp/easy-mmode.el (define-minor-mode):
13045 Use `symbol-value' to keep the byte-compiler quiet.
13046
13047 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
13048 (diff-find-source-location): New fun, extracted from diff-goto-source.
13049 (diff-goto-source): Use it.
13050 (diff-next-complex-hunk, diff-filter-lines): New function.
13051 (diff-apply-hunk): New command.
13052
13053 * smerge-mode.el (smerge-mode-menu): Doc fix.
13054
13055 * msb.el (msb-mode): Define it in terms of define-minor-mode.
13056
130572000-08-16 Dave Love <fx@gnu.org>
13058
13059 * windmove.el (windmove) <defgroup>: Add :version.
13060
13061 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
13062 (goto-address-fontify-p, goto-address-highlight-p)
13063 (goto-address-url-face, goto-address-url-mouse-face)
13064 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
13065 (goto-address-url-regexp): Use thing-at-point-url-regexp.
13066 (goto-address-fontify, goto-address-at-mouse): Simplify,
13067 (goto-address-at-point): browse-url-url-at-point,
13068 goto-address-find-address-at-point can return nil.
13069 (goto-address-find-address-at-point): Return nil on failure.
13070
13071 * align.el (align) <defgroup>: Add :version.
13072
13073 * calculator.el (calculator): Add :version.
13074 (calculator): Use two lines for calculator window if `modeline'
13075 face is boxed.
13076
13077 * play/5x5.el: Doc fixes.
13078 (5x5) <defgroup>: Add :version.
13079
13080 * play/fortune.el (fortune) <defgroup>: Add :version.
13081 (fortune-append): Fix error message.
13082 (fortune-from-region): Doc fix.
13083
13084 * play/pong.el (pong): Doc fix.
13085
13086 * play/morse.el: Keywords, commentary, autoloads.
13087
130882000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
13089
13090 * desktop.el (desktop-save): Don't look at symbol-value of a
13091 member of minor-mode-alist, unless it is boundp.
13092
130932000-08-16 Sam Steingold <sds@gnu.org>
13094
13095 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
13096 `while'; use `with-current-buffer' instead of `save-excursion'.
13097 Removed unnecessary kludges now that "*Buffer List*" is excluded.
13098
130992000-08-16 Kenichi Handa <handa@etl.go.jp>
13100
13101 * international/ccl.el (declare-ccl-program): Docstring modified.
13102 (ccl-execute-with-args): Likewise.
13103
131042000-08-16 Miles Bader <miles@gnu.org>
13105
13106 * progmodes/sql.el: Add compatibility definition of
13107 comint-line-beginning-position.
13108
131092000-08-15 Gerd Moellmann <gerd@gnu.org>
13110
13111 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
13112 'buffer-menu' property.
13113 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
13114 fails.
13115 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
13116 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
13117 wasn't killed.
13118
13119 * buff-menu.el (list-buffers-noselect): Don't display the
13120 *Buffer List* buffer.
13121
13122 * font-lock.el: Require jit-lock to prevent a very late
13123 `Loading jit-lock' message.
13124
13125 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
13126 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
13127 mail address.
13128
131292000-08-15 Miles Bader <miles@gnu.org>
13130
13131 * textmodes/ispell.el (ispell-graphic-p): New constant.
13132 (ispell-choices-win-default-height, ispell-help): Use
13133 `ispell-graphic-p' instead of `xemacsp'.
13134
131352000-08-15 Dave Love <fx@gnu.org>
13136
13137 * simple.el: Autoload widget-convert when compiling.
13138 (mail-user-agent): Doc fix.
13139
13140 * help.el (function-called-at-point, variable-at-point): Use
13141 with-syntax-table.
13142 (help-manyarg-func-alist): Add insert-and-inherit.
13143
13144 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
13145
13146 * delsel.el (delsel-unload-hook): New function.
13147
13148 * find-file.el: Doc fixes. Move provide to end.
13149 (ff) <defgroup>: Add :link.
13150 (ff-goto-click): Deleted.
13151 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
13152 Use mouse-set-point.
13153
13154 * textmodes/tildify.el: Doc fixes.
13155 (tildify) <defgroup>: Add:version.
13156
13157 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
13158 (glasses-custom-set): Use set-default, not set.
13159 (minor-mode-alist): Propertize the lighter.
13160 (glasses-mode): Provide optional arg.
13161
13162 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
13163 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
13164 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
13165 option. Provide :type.
13166 (cwarn-configuration): Provide :type.
13167 (cwarn-mode): Doc fix.
13168
13169 * add-log.el (change-log-merge): Doc fix.
13170 (change-log-redate): New command.
13171
13172 * net/browse-url.el (browse-url-filename-alist): Add a clause for
13173 Doze and Dog.
13174 (browse-url): Use dolist, not mapcar.
13175 (browse-url-at-point): Check for null url.
13176 (browse-url-event-buffer, browse-url-event-point): Functions
13177 deleted.
13178 (browse-url-at-mouse, browse-url-netscape): Simplify.
13179
13180 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
13181 modes.
13182 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
13183 Fix previous change to mapcan.
13184 (msb--init-file-alist, msb--add-separators)
13185 (msb--make-keymap-menu): Simplify.
13186 (msb--choose-file-menu): Use copy-sequence.
13187 (msb-mode-map): Add title to keymap.
13188 (msb-unload-hook): New function.
13189
13190 * bs.el: Fix indentation.
13191 (bs) <defgroup>: Add :links.
13192 (bs-show): Doc fix.
13193 (bs-apply-sort-faces): Don't use window-system.
13194 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
13195
131962000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
13197
13198 * calendar/timeclock.el (timeclock-file): Run .timelog through
13199 convert-standard-filename.
13200
132012000-08-14 Gerd Moellmann <gerd@gnu.org>
13202
13203 * emacs-lisp/authors.el: New file.
13204
13205 * paren.el (show-paren-priority): New user option.
13206 (show-paren-function): Set overlay priorities to
13207 show-paren-priority.
13208
132092000-08-14 Miles Bader <miles@gnu.org>
13210
13211 * comint.el (comint-bol): Use `forward-line 0' instead of calling
13212 beginning-of-line with inhibit-field-text-motion bound.
13213
132142000-08-14 Gerd Moellmann <gerd@gnu.org>
13215
13216 * calendar/timeclock.el: New file.
13217
132182000-08-14 David Ponce <david@dponce.com>
13219
13220 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13221 `widget-button-click'. so that one can use left mouse button to
13222 click on dialog buttons.
13223
132242000-08-14 Emmanuel Briot <briot@gnat.com>
13225
13226 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13227 identifiers, since XML is case sensitive
13228
132292000-08-12 Miles Bader <miles@gnu.org>
13230
13231 * comint.el (comint-output-filter): Don't bother frobbing
13232 window-start, it doesn't seem to be necessary.
13233
13234 * comint.el (comint-send-string, comint-send-region): Make into
13235 real functions. Snapshot the prompt before sending.
13236
132372000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13238
13239 * info.el (Info-find-emacs-command-nodes): Rewrite to use
13240 technique similar to Info-index, instead of relying on specific
13241 names of relevant Index nodes.
13242 (Info-goto-emacs-command-node): Bind Info-history to nil when
13243 going to the first node found by Info-find-emacs-command-nodes.
13244
132452000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13246
13247 * menu-bar.el (menu-bar-help-menu): Add a :help string.
13248
132492000-08-10 Miles Bader <miles@gnu.org>
13250
13251 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13252
132532000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13254
13255 * info.el (Info-file-list-for-emacs): More elements for the
13256 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13257 and woman manuals.
13258
132592000-08-10 Miles Bader <miles@lsi.nec.co.jp>
13260
13261 * comint.el (comint-send-input): Make the newline boundary overlay
13262 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
13263 (comint-output-filter): Use `insert' instead of
13264 `insert-before-markers'. Extend comint-last-output-overlay when
13265 necessary since we can't rely on insert-before-markers to do it.
13266 * gud.el (gud-filter): Use `with-current-buffer' instead of
13267 save-excursion when inserting the output, so that point gets
13268 updated correctly; the old method relied on a rather dodgy
13269 side-effect of comint-output-filter to avoid the effect of
13270 save-excursion.
13271
132722000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13273
13274 * files.el (recover-file): Call insert-directory instead of
13275 invoking `ls' directly.
13276
132772000-08-10 Miles Bader <miles@gnu.org>
13278
13279 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
13280 (comint-last-prompt-overlay): New variables.
13281 (comint-output-filter): Implement prompt highlighting.
13282 (comint-snapshot-last-prompt): New function.
13283 (comint-send-input): Snapshot the last prompt.
13284 Use comint-highlight-input-face.
13285 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
13286 Use defface instead of defcustom.
13287 (send-invisible, comint-send-eof): Snapshot the last prompt.
13288 (comint-delchar-or-maybe-eof): Use comint-send-eof.
13289 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13290
132912000-08-09 Stefan Monnier <monnier@cs.yale.edu>
13292
13293 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13294 (regexp-opt-group): Use a list of chars for `letters'.
13295 (regexp-opt-charset): `chars' is now a list of chars.
13296 Use a char-table rather than a vector so it works for multibyte chars.
13297
13298 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
13299 Set cvs-minor-current-files to the selected fileinfo.
13300 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13301 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13302
133032000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
13304
13305 * files.el (insert-directory): Don't call access-file on
13306 directories on DOS and Windows.
13307
133082000-08-09 Kenichi Handa <handa@etl.go.jp>
13309
13310 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13311 longer if necessary.
13312 (ccl-embed-code): Call ccl-embed-data to store CODE in
13313 ccl-program-vector.
13314
133152000-08-09 Miles Bader <miles@gnu.org>
13316
13317 * comint.el (comint-output-filter): Properly handle the case where
13318 the text surrounded by comint-last-output-overlay was deleted.
13319
133202000-08-08 Gerd Moellmann <gerd@gnu.org>
13321
13322 * info.el (Info-insert-dir): Use Info-additional-directory-list if
13323 non-nil.
13324 (Info-file-list-for-emacs): Remove "info" from the list because
13325 that leads to trying to use the documentation from file `info'
13326 in various situations where it isn't appropriate, for instance
13327 C-h C-k C-h i.
13328
13329 * ffap.el (ffap-read-file-or-url-internal): Handle case that
13330 DIR and/or STRING are nil.
13331
13332 * progmodes/compile.el (compilation-setup): Make variable
13333 compilation-error-screen-columns buffer-local, as some comment
13334 in the code suggests it should be.
13335
13336 * files.el (auto-mode-interpreter-regexp): New variable.
13337 (set-auto-mode): Use it.
13338
13339 * indent.el (indent-for-tab-command): Doc fix.
13340
13341 * mouse-sel.el (mouse-sel-mode): Doc fix.
13342
13343 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13344 labels.
13345
13346 * help.el (print-help-return-message): When
13347 display-buffer-reuse-frames is set, let the help window been quit,
13348 instead of deleting it, which might delete a reused frame.
13349
133502000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
13351
13352 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13353 rename a directory to a name that differs only by its letter case.
13354
133552000-08-08 Kenichi Handa <handa@etl.go.jp>
13356
13357 * international/quail.el (quail-define-rules): Handle Quail decode
13358 map correctly. Add code for supporting annotations.
13359 (quail-install-decode-map): New function.
13360 (quail-defrule-internal): New optional arguments decode-map and
13361 props.
13362 (quail-advice): New function.
13363
133642000-08-07 Sam Steingold <sds@gnu.org>
13365
13366 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13367 `defconst', `define-condition', `with-slots'.
13368 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13369
133702000-08-03 Miles Bader <miles@gnu.org>
13371
13372 * comint.el (comint-use-prompt-regexp-instead-of-fields):
13373 New variable.
13374 (comint-prompt-regexp, comint-get-old-input): Document dependence on
13375 comint-use-prompt-regexp-instead-of-fields.
13376 (comint-send-input): Add `input' field property to stuff we send to
13377 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13378 (comint-output-filter): Add `output' field property to process
13379 output, if comint-use-prompt-regexp-instead-of-fields is nil.
13380 (comint-replace-by-expanded-history)
13381 (comint-get-old-input-default, comint-show-output)
13382 (comint-backward-matching-input, comint-forward-matching-input)
13383 (comint-next-prompt, comint-previous-prompt): Use field
13384 properties if comint-use-prompt-regexp-instead-of-fields is nil.
13385 (comint-line-beginning-position): New function.
13386 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
13387 (comint-replace-by-expanded-history-before-point): Use
13388 comint-line-beginning-position and line-end-position.
13389 (comint-last-output-overlay): New variable.
13390 (comint-mode): Make `comint-last-output-overlay' buffer-local.
13391
13392 * shell.el (shell-prompt-pattern): Doc change.
13393 (shell-backward-command): Use line-beginning-position.
13394
13395 * gud.el (gud-gdb-complete-command): Use
13396 comint-line-beginning-position.
13397
13398 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13399 comint-bol doesn't actually go to the beginning of the line.
13400
13401 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13402 if comint-use-prompt-regexp-instead-of-fields is non-nil.
13403 (try-expand-line-all-buffers): Likewise.
13404
13405 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13406 explicitly matching comint-prompt-regexp.
13407 (sql-copy-column): Use comint-line-beginning-position instead of
13408 explicitly matching comint-prompt-regexp.
13409
13410 * progmodes/octave-inf.el (inferior-octave-complete): Use
13411 comint-line-beginning-position.
13412
13413 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13414
13415 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13416 looking for a prompt, use `forward-line 0' instead of
13417 `beginning-of-line', to avoid getting caught by an input field.
13418
134192000-08-07 Gerd Moellmann <gerd@gnu.org>
13420
13421 * files.el (shell-quote-wildcard-pattern): Make sure to return
13422 PATTERN, in the Unix case.
13423
134242000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
13425
13426 * play/zone.el (zone): Discard any pending input before running
13427 the randomly-chosen pgm.
13428
134292000-08-07 Kenichi Handa <handa@etl.go.jp>
13430
13431 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13432 checking the existence of any multibyte characters.
13433
134342000-08-06 Gerd Moellmann <gerd@gnu.org>
13435
13436 * help.el (describe-mode): Test minor-mode symbol for being
13437 bound before testing its value for being nil.
13438
13439 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13440 `first', `second', and `third'.
13441
13442 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13443 (second): Make it an alias for `cadr'.
13444
134452000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
13446
13447 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13448 types of display support faces now.
13449
134502000-08-05 Gerd Moellmann <gerd@gnu.org>
13451
13452 * pcvs.el (require): Require `cl' during compilation, only.
13453
13454 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13455 (toplevel): Remove `remq' and `remove' from autoloads.
13456 (cl-fake-autoloads): New variable. If set, arrange for an error
13457 when CL functions etc. are autoloaded.
13458
134592000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
13460
13461 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13462
13463 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13464 popped up, but the user clicks outside the menu, return an empty
13465 regexp (that causes unhighlight-regexp to have no effect).
13466
13467 * menu-bar.el (menu-bar-games-menu): Add Zone.
13468
13469 * hi-lock.el (toplevel): Require font-lock.
13470
134712000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13472
13473 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13474 (ebnf-8-bit-chars): New var for bug fix.
13475 (ebnf-string): Bug fix.
13476
134772000-08-03 Sam Steingold <sds@gnu.org>
13478
13479 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13480 instead of `buffer-string'.
13481 (require 'cl): Always, not just when compiling.
13482 `ignore-errors' in `interactive', `list*', `defun*' &c make this
13483 necessary.
13484
134852000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
13486
13487 * international/mule-cmds.el (select-safe-coding-system): Make
13488 the message text about selecting a safe coding system more clear.
13489
134902000-08-02 Gerd Moellmann <gerd@gnu.org>
13491
13492 * hi-lock.el: New file.
13493
13494 * play/zone.el: New file.
13495
13496 * replace.el (occur): Set tab-width in the *Occur* buffer to the
13497 value of tab-width in the original buffer. Choose a line number
13498 format that's a multiple of the original buffer's tab width, so
13499 that lines appear right.
13500
13501 * textmodes/ispell.el (ispell): New function, replacing an alias.
13502 Spell-check active region if in transient-mark-mode and mark
13503 is active; otherwise spell-check buffer.
13504
135052000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13506
13507 * ps-mule.el: Fix a customization problem on
13508 ps-mule-font-info-database-default.
13509
135102000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
13511
13512 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13513 display-mouse-p instead of window-system.
13514 (ebrowse-member-mode-map): Ditto.
13515
135162000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13517
13518 * progmodes/ebnf2ps.el: Update ps-print functions call.
13519 Indentation fix. Doc fix.
13520 (ebnf-version): New version number (3.2).
13521 (ebnf-format-color, ebnf-begin-job): Code fix.
13522
135232000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
13524
13525 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13526 font lock support on window-system.
13527 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13528
13529 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13530 display-color-p, if fboundp, instead of window-system.
13531
135322000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
13533
13534 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13535 instead of window-system.
13536
13537 * wid-edit.el (widget-choose): Use display-mouse-p instead of
13538 window-system.
13539 (widget-choice-mouse-down-action): Use display-popup-menus-p
13540 instead of window-system.
13541
13542 * strokes.el (strokes-file): Run the file name through
13543 convert-standard-filename.
13544 (strokes-mode): Call display-mouse-p instead of looking at
13545 window-system. Change the error message accordingly.
13546
13547 * progmodes/cpp.el (toplevel): Support faces on tty's.
13548
13549 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13550 (lm-plot-square, lm-init-display): Don't use window-system.
13551
13552 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13553 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13554
13555 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13556 instead of looking at window-system.
13557
135582000-07-30 Gerd Moellmann <gerd@gnu.org>
13559
13560 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13561 of testing if iswitchb-prepost-hooks is bound, because the
13562 latter will always be true when invoking a recursive minibuffer
13563 from an active Iswitchb buffer.
13564
135652000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
13566
13567 * files.el (shell-quote-wildcard-pattern): New function.
13568 (insert-directory): Call it. Only prepend "\" to command on Unix
13569 and GNU/Linux systems.
13570
135712000-07-30 Gerd Moellmann <gerd@gnu.org>
13572
13573 * eshell/esh-groups.el: Change custom :link file names
13574 from `eshell.info' to `eshell'.
13575
135762000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
13577
13578 * dired.el (dired-build-subdir-alist): Expand subdirectory names
13579 correctly in recursive ange-ftp listings.
13580
135812000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13582
13583 * ps-print.el: Fix bug 1: if ps-font-size-internal,
13584 ps-header-font-size-internal and
13585 ps-header-title-font-size-internal variables are not set,
13586 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
13587 face text property is (foreground-color . COLOR) or
13588 `(background-color . COLOR)', ps-print crashes. Doc fix.
13589 (ps-print-version): New version number (5.2.4).
13590 (ps-plot-region): Code fix.
13591 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13592 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13593 Bug fix 2.
13594
135952000-07-30 Milan Zamazal <pdm@freesoft.cz>
13596
13597 * glasses.el (glasses-make-readable): Fix uncapitalization of
13598 identifiers like `myXMLDocument'.
13599
136002000-07-28 Karl Fogel <kfogel@red-bean.com>
13601
13602 * mail/mail-hist.el (mail-hist-previous-input)
13603 (mail-hist-next-input): Do the obvious code factorization.
13604 (mail-hist-retrieve-and-insert): New func, contains common
13605 code of above two.
13606 If inserting a message body, leave point at top.
13607
136082000-07-28 Sam Steingold <sds@gnu.org>
13609
13610 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13611 Use `<=', not `<' to compare times!
13612 (ange-ftp-ls): Remove.
13613
136142000-07-27 Gerd Moellmann <gerd@gnu.org>
13615
13616 * play/cookie1.el: Add explanation of how to make cookie.el
13617 compatible with strfile(1) to comment.
13618
13619 * subr.el (remove, remq): New functions.
13620
13621 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13622 escape `*' in regexps.
13623 (midnight-find): Reverse order of arguments in the funcall of
13624 TEST.
13625
13626 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13627 and `.class'.
13628
13629 * play/meese.el: Add Commentary section.
13630
136312000-07-27 Alex Schroeder <alex@gnu.org>
13632
13633 * sql.el (sql-ms): Added autoload cookie.
13634 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13635 (sql-oracle): Ditto.
13636 (sql-help): Doc change.
13637
13638 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13639 types and exceptions.
13640
136412000-07-27 Alex Schroeder <alex@gnu.org>
13642
13643 * sql.el (sql-placeholder-history): New variable.
13644 (sql-query-placeholders-and-send): New function that will query
13645 the user and replace placeholders with user input.
13646 (sql-oracle): If running on NT, set comint-input-sender to
13647 sql-query-placeholders-and-send.
13648
13649 (sql-stop): If in the SQLi buffer, insert stop notification, else
13650 present it as a message.
13651
136522000-07-27 Alex Schroeder <alex@gnu.org>
13653
13654 * sql.el (sql-input-ring-separator): Doc change.
13655 (sql-input-ring-file-name): Doc change.
13656 (sql-interactive-mode): Use `sql-input-ring-separator' and
13657 `sql-input-ring-file-name' to set the comint-mode equivalents
13658 without making them local variables.
13659 (sql-stop): Don't bind `sql-input-ring-separator' and
13660 `sql-input-ring-file-name' dynamically to their comint-mode
13661 equivalents.
13662
136632000-07-27 Kenichi Handa <handa@etl.go.jp>
13664
13665 * international/mule.el (register-char-codings): New function.
13666 (make-coding-system): Handle `safe-chars' specification in the arg
13667 PROPERTY.
13668
13669 * international/mule-cmds.el
13670 (find-coding-systems-region-subset-p): This function deleted.
13671 (sort-coding-systems-predicate): New variable.
13672 (sort-coding-systems): New function.
13673 (find-coding-systems-region): Use
13674 find-coding-systems-region-internal.
13675 (find-coding-systems-string): Use find-coding-systems-region.
13676 (find-coding-systems-for-charsets): Check
13677 char-coding-system-table.
13678 (select-safe-coding-system-accept-default-p): New variable.
13679 (select-safe-coding-system): Mostly rewritten. New argument
13680 ACCEPT-DEFAULT-P.
13681 (select-message-coding-system): Call select-safe-coding-system
13682 with ACCEPT-DEFAULT-P arg.
13683 (reset-language-environment): Reset default-sendmail-coding-system
13684 to the default value iso-latin-1.
13685 (set-language-environment): Don't set the obsolete variable
13686 charset-origin-alist.
13687
13688 * international/codepage.el (cp-coding-system-for-codepage-1):
13689 Give `safe-chars' property to make-coding-system.
13690
13691 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13692 calling select-message-coding-system twice.
13693
13694 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13695 instead of `safe-charsets'.
13696 (cyrillic-alternativnyj): Likewise.
13697 (ccl-encode-alternativnyj): Don't check the charset
13698 cyrillic-iso8859-5.
13699
137002000-07-27 Kenichi Handa <handa@etl.go.jp>
13701
13702 * composite.el (compose-chars-after): Preserve match data.
13703
137042000-07-26 Sam Steingold <sds@gnu.org>
13705
13706 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13707 (ange-ftp-real-file-newer-than-file-p): New function.
13708 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13709 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13710
13711 * tooltip.el (tooltip-float-time): Removed (use `float-time').
13712 * midnight.el (midnight-float-time): Ditto.
13713
137142000-07-26 Andreas Schwab <schwab@suse.de>
13715
13716 * files.el (normal-backup-enable-predicate): Correct
13717 interpretation of the return value of compare-strings.
13718
137192000-07-26 Gerd Moellmann <gerd@gnu.org>
13720
13721 * isearch.el (isearch-resume): New function.
13722 (isearch-done): Add something to command-history to resume
13723 the search.
13724 (isearch-yank-line, isearch-yank-word): Use
13725 buffer-substring-no-properties instead of buffer-substring.
13726
13727 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13728 of flyspell-mouse-map.
13729
13730 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13731 duplicate definition.
13732 (makefile-mode): Remove duplicate setting of local-abbrev-table.
13733
13734 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13735 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13736
137372000-07-25 Sam Steingold <sds@gnu.org>
13738
13739 * net/ange-ftp.el: Get modtime over the net.
13740 (ange-ftp-file-modtime): New function.
13741 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13742 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13743 Use it.
13744 (ange-ftp-dot-to-slash): New function.
13745 (ange-ftp-fix-name-for-vms): Use it.
13746
13747 * midnight.el (midnight-buffer-display-time): Use
13748 `with-current-buffer'.
13749
137502000-07-25 Gerd Moellmann <gerd@gnu.org>
13751
13752 * find-dired.el: Update copyright notice.
13753 (find-dired): Offer to kill a running `find'.
13754
13755 * enriched.el (enriched-face-ans): For a `foreground-color'
13756 property, return '(("x-color" COLOR))' so that COLOR will be
13757 output as a parameter of the x-color annotation. Likewise for the
13758 `background-color' property. In the case of normal face
13759 properties, don't return annotations for unspecified foreground
13760 and background face attributes.
13761
137622000-07-25 Kenichi Handa <handa@etl.go.jp>
13763
13764 * language/japan-util.el (japanese-katakana-region): Fix handling
13765 HANKAKU argument.
13766
137672000-07-25 Miles Bader <miles@gnu.org>
13768
13769 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13770 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
13771 constrain-to-field.
13772
137732000-07-24 Andrew Innes <andrewi@gnu.org>
13774
13775 * timer.el (timer-activate-when-idle): Add optional parameter
13776 DONT-WAIT. Update docstring.
13777 (run-with-idle-timer): Specify extra parameter to
13778 timer-activate-when-idle, so that timer will be activated
13779 immediately if Emacs is already idle.
13780
13781 * w32-fns.el (w32-using-nt): Fix docstring.
13782
137832000-07-24 Dave Love <fx@gnu.org>
13784
13785 * mouse.el (popup-menu): Set last-command-event.
13786 (mouse-major-mode-menu-prefix): Declare.
13787
137882000-07-24 Gerd Moellmann <gerd@gnu.org>
13789
13790 * textmodes/flyspell.el: Update to author's version 1.5d.
13791
13792 * progmodes/hideshow.el: Update copyright notice.
13793
13794 * vcursor.el: Set maintainer to FSF, since author cannot
13795 be reached.
13796
137972000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
13798
13799 * info.el (Info-goto-emacs-key-command-node): Leave a space after
13800 the prompt.
13801
13802 * mouse.el (popup-menu): Run the keymap through indirect-function,
13803 in case it was defined with define-prefix-key. If the menu is a
13804 list of keymaps, look up the binding of user's choice in each one
13805 of the keymaps.
13806 (mouse-popup-menubar): If the global and local menu-bar keymaps
13807 don't have a prompt string, create one and insert it into the
13808 keymap. Don't barf if current-local-map returns nil.
13809
138102000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
13811
13812 * dired.el (dired-sort-R-check): Added to allow recursive listing
13813 to be undone.
13814 (dired-sort-other): Use it.
13815
138162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13817
13818 * Release of cc-mode 5.27
13819
138202000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13821
13822 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13823 c-beginning-of-statement-1 that caused a bad case of recursion
13824 which could consume a lot of CPU in large classes in languages
13825 that have in-expression classes (i.e. Java and Pike).
13826
13827 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13828 statements before top level constructs (i.e. case 6 is moved
13829 before case 5 and is now case 4) to catch in-expression
13830 classes in top level expressions correctly.
13831
138322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13833
13834 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13835 objc-method-intro. Case 4 removed and case 5I added.
13836
13837 * cc-langs.el (c-append-paragraph-start): New variable used by
13838 c-common-init to get paragraph-start correct.
13839 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13840 initialize paragraph-start to make it correct both with and
13841 without the javadoc special case.
13842
13843 * cc-mode.el (java-mode): Use c-append-paragraph-start to
13844 initialize paragraph-start for javadoc markup.
13845
13846 * cc-vars.el (c-style-variables-are-local-p): Incompatible
13847 change by defaulting this to t. It's motivated by the
13848 confusing behavior that otherwise arise from the style system
13849 when editing both java and non-java files at the same time
13850 (see the comments about style setting in c-common-init).
13851
138522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13853
13854 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13855 similar to the one in c-fill-paragraph to check the fill
13856 prefix from the adaptive fill function for sanity.
13857
138582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13859
13860 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13861 defun block.
13862
a30eb617
DL
138632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13864
13865 * cc-align.el (c-lineup-multi-inher): Handle lines with
13866 leading comma nicely. Extended to handle member initializers
13867 too.
13868
13869 * cc-engine.el: (c-beginning-of-inheritance-list,
13870 c-guess-basic-syntax): Fixed recognition of inheritance lists
13871 when the lines begins with a comma.
13872
a30eb617
DL
13873 * cc-vars.el (c-offsets-alist): Changed default for
13874 member-init-cont to c-lineup-multi-inher since it now handles
13875 member initializers and indents better for leading commas.
13876
138772000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13878
13879 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13880 handling that caused class open lines to be recognized as
13881 statement-conts in some cases.
13882
13883 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13884 guessed by the adaptive fill function unless point is on the
13885 first line of a block comment.
13886
13887 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13888 when the buffer ends with a macro continuation char.
13889
13890 * cc-engine.el (c-guess-basic-syntax): Added support for
13891 function definitions as statements in Pike. The first
13892 statement in a lambda block is now labeled defun-block-intro
13893 instead of statement-block-intro.
13894
13895 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
13896 so that the class surrounding point is selected, not the one
13897 innermost in the state.
13898
13899 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13900 recognition of switch labels having hanging multiline
13901 statements.
13902
13903 * cc-engine.el (c-beginning-of-member-init-list): Broke out
13904 some code in c-guess-basic-syntax to a separate function.
13905 * cc-engine.el (c-just-after-func-arglist-p): Fixed
13906 recognition of member inits with multiple line arglists.
13907 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13908 member-init-cont when the commas are in funny places.
13909
139102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13911
13912 * cc-defs.el (c-auto-newline): Removed this macro since it's
13913 not used anymore.
13914
13915 * cc-engine.el (c-looking-at-bos): New helper function.
13916 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
13917 inexpr and toplevel classes apart in Pike.
13918
13919 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
13920 of case 9A.
13921
13922 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
13923 constant, since "class" can introduce an in-expression class
13924 in Pike nowadays.
13925
139262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13927
13928 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
13929 indentation on cpp-macro lines.
13930
13931 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
13932 a syntax modifier like comment-intro, to make it possible to
13933 get syntactic indentation for preprocessor directives. It's
13934 incompatible wrt to lineup functions on cpp-macro, but it has
13935 no observable effect in the 99.9% common case where cpp-macro
13936 is set to -1000.
13937
139382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13939
13940 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
13941 member-init-cont when the preceding arglist is several lines.
13942
139432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13944
13945 * cc-styles.el (c-style-alist): The basic offset for the BSD
13946 style corrected to 8.
13947
139482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13949
13950 * cc-styles.el (c-style-alist): Adjusted the indentation of
13951 brace list openers in the gnu style.
13952
139532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13954
13955 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
13956
13957 * cc-cmds.el (c-electric-brace, c-electric-slash,
13958 c-electric-star, c-electric-semi&comma, c-electric-colon,
13959 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
13960 when c-syntactic-indentation is nil.
13961
13962 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
13963 we were left at comments preceding the first statement when
13964 reaching the beginning of the buffer.
13965
13966 * cc-vars.el (c-syntactic-indentation): New variable to turn
13967 off all syntactic indentation.
13968
139692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13970
13971 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
13972 between the text and the block comment ender when it hangs,
13973 depending on how many there are before the fill.
13974
139752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13976
13977 * cc-engine.el (c-beginning-of-closest-statement): New helper
13978 function to go back to the closest preceding statement start,
13979 which could be inside a conditional statement.
13980 * cc-engine.el (c-guess-basic-syntax): Use
13981 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
13982
13983 * cc-engine.el (c-guess-basic-syntax): Better handling of
13984 arglist-intro, arglist-cont-nonempty and arglist-close when
13985 the arglist is nested inside parens. Cases 7A, 7C and 7F
13986 changed.
13987
13988 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
13989 up-to-date with javadoc 1.2.
13990
139912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13992
13993 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
13994 multiline Pike type decls.
13995
139962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13997
13998 * cc-cmds.el (c-indent-new-comment-line): Always break
13999 multiline comments in multiline mode, regardless of
14000 comment-multi-line.
14001
140022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14003
14004 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
14005 fully::qualified::names in C++ member init lists. Preamble in
14006 case 5D changed.
14007
140082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14009
14010 * cc-langs.el (c-common-init): Handling of obsolete variables
14011 moved to c-initialize-cc-mode. More compatible style override
14012 when using global style variables.
14013 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
14014 variables moved here.
14015
a30eb617
DL
14016 * cc-styles.el (c-make-styles-buffer-local): Flag style
14017 variable localness in c-style-variables-are-local-p to make
14018 the compatibility measure in c-common-init work well.
14019
14020 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
14021 longer contain set-from-style.
14022 * cc-styles.el (c-initialize-builtin-style): Don't check for
14023 set-from-style on c-special-indent-hook.
14024 * cc-styles.el (c-copy-tree): Obsolete. The standard function
14025 copy-alist is sufficient now.
14026
14027 * cc-styles.el (c-set-style, c-set-style-1,
14028 c-get-style-variables): Fixes to variable initialization so
14029 that duplicate entries in styles have the same effect
14030 regardless of DONT-OVERRIDE.
14031
14032 * cc-styles.el (c-set-style-2): Fixed bug where the
14033 initialization of inheriting styles failed when the
14034 dont-override flag is set.
14035
14036 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
14037 on this.
14038
140392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14040
14041 * cc-defs.el (c-forward-comment): Removed the workaround
14042 introduced in 5.38 since it had worse side-effects. If a line
14043 contains the string "//\"", it regarded the // as a comment
14044 start since the \ temporarily doesn't have escape syntax.
14045
eb04d6cd 140462000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
14047
14048 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
14049 ada-xref.el before ada-prj.el, so that the Project menu is created
14050 when ada-prj tries to add to it.
14051 (ada-activate-keys-for-case): Suppress the characters that are not
14052 part of the Ada syntax. Better compatibility with else-mode
14053 (ada-adjust-case-interactive): When auto-casing is not active,
14054 correctly insert newlines (used to insert only ^M). Prevent the
14055 syntax table from being changed in case of an error
14056 (or '_' becomes part of a word and some commands are confused).
14057 Do nothing if ada-auto-case is nil.
14058 (ada-after-keyword-p): Ignore keywords that are also attributes
14059 (ada-batch-reformat): Update usage comment
14060 (ada-call-from-contextual-menu): New function
14061 (ada-case-read-exceptions): Reinitialize the casing exception list
14062 first to nil first, so that the casing exception file can be
14063 shared.
14064 (ada-check-defun-name): Handles "configure" keyword for gnatdist
14065 files.
14066 (ada-compile-goto-error): Fix regexp used to detect a file:line
14067 anywhere in the error message
14068 (ada-contextual-menu-last-point): New variable
14069 (ada-create-keymap): If the variable delete-key-deletes-forward is
14070 t on XEmacs, it means that DEL should delete one character
14071 forward.
14072 (ada-create-menu): Use :included instead of :visible for XEmacs.
14073 New submenu "Options".
14074 (ada-end-stmt-re): Correctly indent "select ... then abort"
14075 statements.
14076 (ada-fill-comment-paragraph): Correctly delete all leading '--'
14077 even if they don't match ada-fill-comment-prefix Fix handling of
14078 paragraphs on the first or last line of a file.
14079 (ada-format-paramlist): Fix handling of default parameter values.
14080 (ada-get-body-name): New function.
14081 (ada-get-current-indent): Optimized by searchling directly for an
14082 existing generic part or a statement outside of it. Handle
14083 ada-indent-align-comments when indenting comments Replaced some
14084 regexps by testing directly the next character. This results in a
14085 huge speedup on some files. New indentation scheme for renames
14086 statements. Stop looking for the 'while' or 'for' associated with
14087 a 'loop' at the first semicolon encountered. A "return" can also
14088 match an anonymous access subprogram declaration.
14089 (ada-get-indent-noindent): Ignore strings and comments when
14090 looking for the keywords "record" and "private".
14091 (ada-goto-matching-decl-start): When matching "if", make sure we
14092 are not in fact seeing "end if". Ignore "when" statements except
14093 when initial keyword was "begin". Fix handling of nested
14094 procedures. Add a recursive call to this function to skip over
14095 other 'end' statmts. Fix indentation for "when .. => begin"
14096 (ada-in-open-paren-p): Fix indentation for complex boolean
14097 expressions, where 'and then', 'or else' and parenthesis
14098 statements are mixed up.
14099 (ada-in-paramlist-p): Skip comments while searching for the
14100 beginning Fix handling of operator declarations.
14101 (ada-indent-align-comments): New variable
14102 (ada-indent-current): Change the syntax table only in the
14103 protected section, so that we are sure it is restored correctly.
14104 (ada-indent-on-previous-lines): Use ada-use-indent and
14105 ada-with-indent Correctly indent "select ... then"
14106 (ada-indent-region): Slight speedup.
14107 (ada-indent-renames): New variable.
14108 (ada-last-which-function-subprog, ada-last-which-function-line):
14109 New variables
14110 (ada-looking-at-semi-private): Correctly indent the 'private'
14111 keyword when it is the first word in a package declaration.
14112 (ada-loose-case-word): Stop searching if at the end of the buffer.
14113 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
14114 even if point is not initially at the end of the word.
14115 (ada-matching-decl-start-re): Add "when".
14116 (ada-mode): Add support for abbrev-mode, outline-mode and
14117 which-func-mode Override the old find-file.el entry in
14118 ff-special-constructs since it is using the obsolete
14119 ada-spec-suffix variable
14120 (ada-no-auto-case): New function
14121 (ada-scan-paramlist): When parsing the argument type, accept
14122 spaces (as in "X 'Class", generated by Rational Rose).
14123 (ada-other-file-name): No longer loads the other file.
14124 (ada-popup-menu): Save and restore the current buffer and cursor
14125 position before and after displaying the menu.
14126 (ada-search-ignore-complex-boolean): New function.
14127 (ada-uncomment-region): Emacs21 already knows how to delete
14128 comments not starting in the first column.
14129 (ada-use-indent): New variable
14130 (ada-which-function): New function.
14131 (ada-with-indent): New variable
14132 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
14133 can be batch-compiled from the command line.
14134
14135 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
14136 Add to the menu when the file is loaded, not in ada-mode-hook.
14137 Add -toolbar to the default ddd command Switches moved from
14138 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
14139 ada-prj-default-comp-opt
14140 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
14141 Reference Manual to the menu
14142 (ada-check-current): rewritten as a call to ada-compile-current
14143 (ada-compile): Removed.
14144 (ada-compile-application, ada-compile-current, ada-check-current):
14145 Set the compilation-search-path so that compile.el automatically
14146 finds the sources in src_dir. Automatic scrollong of the
14147 compilation buffer. C-uC-cC-c asks for confirmation before
14148 compiling
14149 (ada-compile-current): New parameter, prj-field
14150 (ada-complete-identifier): Load the .ali file before doing
14151 processing
14152 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
14153 conform to gnatmake's behavior.
14154 (ada-find-file-in-dir): New function
14155 (ada-find-references): Set the environment variables for gnatfind
14156 (ada-find-src-file-in-dir): New function.
14157 (ada-first-non-nil): Removed
14158 (ada-gdb-application): Add support for jdb, the java debugger.
14159 (ada-get-ada-file-name): Load the original-file first if not done
14160 yet.
14161 (ada-get-all-references): Handles the new ali syntax (parent types
14162 are found between <>).
14163 (ada-initialize-runtime-library): New function
14164 (ada-mode-hook): Always load a project file when a file is opened,
14165 so that the casing exceptions are correctly read.
14166 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
14167 (ada-parse-prj-file): Use find-file-noselect instead of find-file
14168 to open the project file, since the latter does not work with
14169 speedbar Get default values before loading the prj file, or the
14170 default executable file name is wrong. Use the absolute value of
14171 src_dir to initialize ada-search-directories and
14172 compilation-search-path,... Add the standard runtime library to
14173 the search path for find-file.
14174 (ada-prj-default-debugger): Was missing an opening '{'
14175 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
14176 variables.
14177 (ada-prj-default-gnatmake-opt): New variable
14178 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
14179 buffers, the project file is the default one Save the windows
14180 configuration before displaying the menu.
14181 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
14182 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
14183 ...) regexp-quote identifiers names to support operators +,
14184 -,... in regexps.
14185 (ada-remote): New function.
14186 (ada-run-application): Erase the output buffer before starting the
14187 run Support remote execution of the application. Use
14188 call-process, or the arguments are incorrectly parsed
14189 (ada-set-default-project-file): Reread the content of the active
14190 project file, not the one from the current buffer When a project
14191 file is set as the default project, all directories are
14192 automatically associated with it.
14193 (ada-set-environment): New function
14194 (ada-treat-cmd-string): New special variable ${current}
14195 (ada-treat-cmd-string): Revised. The substitution is now done for
14196 any ${...} substring
14197 (ada-xref-current): If no body was found, compiles the spec
14198 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
14199 compiler to get rid of command line length limitations.
14200 (ada-xref-get-project-field): New function
14201 (ada-xref-project-files): New variable
14202 (ada-xref-runtime-library-specs-path)
14203 (ada-xref-runtime-library-ali-path): New variables
14204 (ada-xref-set-default-prj-values): Default run command now does a
14205 cd to the build directory. New field: main_unit Provide a default
14206 file name even if the current buffer has no prj file.
14207
14208 * ada-prj.el:
14209 Rewritten to show a tabbed-dialog.
14210 (ada-prj-add-ada-menu): Remove the map and name parameters.
14211 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
14212 New function
14213 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14214 (ada-prj-load-from-file): New function
14215 (ada-prj-save): Always save fields that depend on the current buffer
14216 (ada-prj-show-value): New function
14217
14218 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14219 Ada mode. This will allow us to display the Ada menu in any buffer
14220 we want (for project items).
14221 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14222 number of spaces in the header.
14223
142242000-07-24 Dave Love <fx@gnu.org>
14225
14226 * ediff-init.el (ediff-region-help-echo): Bind face-help.
14227
142282000-07-23 Noah Friedman <friedman@splode.com>
14229
14230 * type-break.el (type-break): perform autosave.
14231 Suggested by Stephen Gildea <gildea@intouchsys.com>.
14232 (type-break-do-query): Cancel query schedule while performing
14233 actual query, to avoid possibility of a second query being made
14234 while first one is already in progress.
14235 (type-break-time-stamp-format): New variable.
14236 (type-break-time-stamp): New function.
14237 (type-break-time-warning): Use it.
14238 (type-break-keystroke-warning): Use it.
14239 (type-break-noninteractive-query): Use it.
14240
14241 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14242 cookie.
14243 Use add-minor-mode to set minor-mode-alist, if available.
14244 (eldoc-echo-area-use-multiline-p): New user option.
14245 (eldoc-echo-area-multiline-supported-p): New variable.
14246 (eldoc-docstring-format-sym-doc): Use them.
14247 (eldoc-mode): If not using idle timers, append to local post and
14248 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
14249 (eldoc-display-message-no-interference-p): Don't interfere with
14250 edebug.
14251 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14252 (eldoc-function-arglist): New function.
14253 (eldoc-function-argstring): Use it.
14254
14255 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14256 auto save directory exists before calling directory-files.
14257
142582000-07-23 Dave Love <fx@gnu.org>
14259
14260 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
14261 ^o, ^u.
14262
142632000-07-21 Dave Love <fx@gnu.org>
14264
14265 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
14266 now passed to the function. It now works properly.
14267
14268 * smerge-mode.el (smerge-mode-menu): Fill it out.
14269
142702000-07-20 Gerd Moellmann <gerd@gnu.org>
14271
14272 * info-look.el (info-lookup): If *info* is shown in another frame
14273 on the same display, select that frame, instead of switching to
14274 the Info buffer in another window of the selected frame.
14275
14276 * simple.el (universal-argument-map): Bind numeric keypad keys
14277 kp-0 to kp-9 and kp-subtract.
14278 (digit-argument): Handle these keys.
14279
142802000-07-20 Dave Love <fx@gnu.org>
14281
14282 * net/goto-addr.el (goto-address-fontify): Don't bother with
14283 buffer-modified and read-only stuff -- irrelevant with overlays.
14284 Put an extra property on the overlays and use it to clean up in
14285 case goto-address is re-run.
14286
142872000-07-19 Richard M. Stallman <rms@gnu.org>
14288
14289 * timer.el (run-with-idle-timer): Doc fix.
14290
14291 * mail/mail-utils.el (mail-strip-quoted-names):
14292 Handle case where <...> appears inside "...".
14293 Use replace-match to edit the string more simply.
14294 (rmail-dont-reply-to): Cope with an unmatched ".
14295
142962000-07-19 Dave Love <fx@gnu.org>
14297
14298 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14299 implementation.
14300
14301 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14302 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14303 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14304
143052000-07-19 Gerd Moellmann <gerd@gnu.org>
14306
14307 * textmodes/refer.el: Correct maintainer's email address.
14308
14309 * progmodes/hideif.el: Correct author's email address.
14310 Fix typo in comment.
14311
14312 * xml.el: New file.
14313
14314 * mail/mailheader.el: Correct author's mail address.
14315
14316 * gnus/parse-time.el: Correct author's mail address.
14317
143182000-07-19 Colin Walters <walters@cis.ohio-state.edu>
14319
14320 * comint.el (comint-highlight-input, comint-highlight-face):
14321 New user options.
14322 (comint-input-ring-file-name): Change custom type.
14323 (comint-mode-map): Bind mouse-2.
14324 (comint-insert-clicked-input): New function.
14325 (comint-send-input): Handle input highlighting.
14326
143272000-07-18 Stefan Monnier <monnier@cs.yale.edu>
14328
14329 * mouse.el (popup-menu): New function.
14330 (mouse-major-mode-menu): Use it.
14331
143322000-07-18 Dave Love <fx@gnu.org>
14333
14334 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14335 improvements.
14336
143372000-07-18 Gerd Moellmann <gerd@gnu.org>
14338
14339 * faces.el (face-font-selection-order)
14340 (face-font-family-alternatives): Add custom type.
14341
143422000-07-18 Dave Love <fx@gnu.org>
14343
14344 * cus-edit.el (custom-variable-reset-saved)
14345 (custom-variable-reset-standard): Remove unused bindings.
14346
14347 * rect.el (open-rectangle-line): Remove unused let.
14348
14349 * hl-line.el (hl-line-highlight): Check hl-line-mode.
14350
143512000-07-18 Gerd Moellmann <gerd@gnu.org>
14352
14353 * cdl.el: Fix `Maintainer' keyword.
14354
14355 * play/pong.el: Add author's email address.
14356
143572000-07-17 Sam Steingold <sds@gnu.org>
14358
14359 * files.el (insert-directory): Call `split-string' instead of
14360 re-implementing it.
14361
143622000-07-18 Gerd Moellmann <gerd@gnu.org>
14363
14364 * mail/vms-pmail.el: Change maintainer to FSF.
14365
14366 * net/goto-addr.el: Change maintainer to FSF.
14367
14368 * info.el (Info-title-face-alist): Removed.
14369
143702000-07-18 David Ponce <david@dponce.com>
14371
14372 * recentf.el (recentf-open-files): New command that works like
14373 `recentf-open-more-files', but shows the whole list of files (not just
14374 those omitted from the menu). Useful if you don't use a menu-bar!
14375 (recentf-open-more-files) Modified to use `recentf-open-files'.
14376
14377 (recentf-open-files, recentf-open-more-files)
14378 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14379
14380 (recentf-dialog-mode): New mode for dialogs. You can now just type
14381 "q" to cancel the dialogs.
14382
143832000-07-18 David Ponce <david@dponce.com>
14384
14385 * recentf.el: This is a major update of recentf.el. It adds new
14386 features to better organize the recentf menu and "More..." buffer.
14387
14388 Using new provided menu filtering functions you can now organize the
14389 recent files list:
14390
14391 - by major modes
14392 - by directories
14393 - by user defined rules
14394
14395 Finally, with the new `recentf-filter-changer' customizable filter you
14396 can define a ring of filters and dynamically (via the menu) cycle on
14397 each menu organization in the ring (a la msb).
14398
143992000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
14400
14401 * eshell/eshell.el (eshell): Replace links to eshell.info with
14402 links to eshell, to avoid problems on systems where the manual is
14403 installed as `eshell'.
14404 * eshell/esh-cmd.el (eshell-cmd): Ditto.
14405 * eshell/em-smart.el (eshell-smart): Ditto.
14406 * eshell/em-banner.el (eshell-banner): Ditto.
14407 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14408
14409 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14410 same-file check in the MS-DOS version (it does support inodes).
14411
14412 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14413
14414 * eshell/eshell.el (eshell-directory-name):
14415 Run default directory name through convert-standard-filename.
14416
144172000-07-18 Kenichi Handa <handa@etl.go.jp>
14418
14419 * international/mule-cmds.el (select-safe-coding-system):
14420 Fix typo in the comment.
14421
14422 * language/european.el (compound-text):
14423 Force katakana-jisx0201 to be designated to G1.
14424
14425 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14426 Don't translate some national variant characters of latin-jisx0201.
14427 (x-ctext): Force katakana-jisx0201 to be designated to G1.
14428
14429 * international/kkc.el (kkc-after-update-conversion-functions):
14430 New variable.
14431 (kkc-update-conversion): Run functions in it at the tail.
14432
144332000-07-16 John Wiegley <johnw@gnu.org>
14434
14435 * lisp/align.el (align-newline-and-indent):
14436 Adding new function. for auto-aligning blocks of code on RET.
14437 (align-region): Fixed badly formatted minibuffer message.
14438
144392000-07-17 Kenichi Handa <handa@etl.go.jp>
14440
14441 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14442 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
14443 the conversion list at first if appropriate.
14444 (kkc-next): Don't update kkc-next-count here.
14445 (kkc-prev): Don't update kkc-prev-count here.
14446 (kkc-show-conversion-list-update): Fix setting up of conversion
14447 list message.
14448
144492000-07-16 Stefan Monnier <monnier@cs.yale.edu>
14450
14451 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14452
144532000-07-16 Dave Love <fx@gnu.org>
14454
14455 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14456 function to be more specific.
14457
14458 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14459 non-string help-echo.
14460 (widget-types-convert-widget): Defsubst it.
14461 (widget-echo-help): Try to cope with a help-echo function of two
14462 possible sorts.
14463
144642000-07-15 Jason Rumney <jasonr@gnu.org>
14465
14466 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14467 Declare as obsolete.
14468
14469 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14470
144712000-07-14 Gerd Moellmann <gerd@gnu.org>
14472
14473 * hilit-chg.el: Fix typo.
14474
144752000-07-14 Dave Love <fx@gnu.org>
14476
14477 * info.el (Info-mode-menu): Fix use of :help, :enable.
14478
144792000-07-14 Stefan Monnier <monnier@cs.yale.edu>
14480
14481 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14482
144832000-07-13 Dave Love <fx@gnu.org>
14484
14485 * emacs-lisp/easymenu.el: Doc fixes.
14486 (easy-menu-remove): Defalias to ignore.
14487
14488 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14489 Call throw correctly.
14490
144912000-07-13 Gerd Moellmann <gerd@gnu.org>
14492
14493 * faces.el (frame-background-mode): Doc fix.
14494
14495 * simple.el (eval-expression-print-length): Change custom type to
14496 allow entering nil as value.
14497
144982000-07-13 Dave Love <fx@gnu.org>
14499
14500 * progmodes/fortran.el (fortran-imenu-generic-expression):
14501 Change definition layout.
14502 (fortran-mode-menu): Reinstate customize entries.
14503
14504 * cus-edit.el (custom-group-menu-create, customize-menu-create):
14505 Use :filter, per old XEmacs code.
14506
145072000-07-12 Gerd Moellmann <gerd@gnu.org>
14508
14509 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14510 event when deciding what to send to the terminal.
14511
145122000-07-12 Dave Love <fx@gnu.org>
14513
14514 * cus-start.el: Add optional version as 4th element of specs and
14515 use it for several things new in v21. Remove load-path. Fix type
14516 of line-number-display-limit.
14517
145182000-07-11 Dave Love <fx@gnu.org>
14519
14520 * progmodes/fortran.el: Don't require easymenu.
14521 Use repeat counts in various regexps.
14522 (fortran-mode-syntax-table): Defvar directly.
14523 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14524 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14525 Use defvar, not defconst.
14526 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
14527 (fortran-mode): Set fortran-comment-line-start-skip,
14528 fortran-comment-line-start-skip, dabbrev-case-fold-search.
14529 (fortran-comment-indent): Use defsubst.
14530 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14531 Use fortran-comment-indent, not fortran-comment-indent-function.
14532 (fortran-comment-region, fortran-electric-line-number): Simplify.
14533 (fortran-auto-fill): New function.
14534 (fortran-do-auto-fill): Deleted.
14535 (fortran-find-comment-start-skip):
14536 Check for non-null comment-start-skip.
14537 (fortran-auto-fill-mode, fortran-fill-statement):
14538 Use fortran-auto-fill.
14539 (fortran-fill): Use fortran-auto-fill. Check for null
14540 comment-start-skip. Simplify final clause and use end-of-line finally.
14541
14542 * widget.el (widget-plist-member): New alias.
14543
145442000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
14545
14546 * eshell/esh-module.el (toplevel): Reference
14547 byte-compile-current-file only if it is bound.
14548
145492000-07-10 Gerd Moellmann <gerd@gnu.org>
14550
14551 * dired.el: Don't require `dired-aux'.
14552
145532000-07-10 Miles Bader <miles@lsi.nec.co.jp>
14554
14555 * dired-aux.el (dired-show-file-type): New function.
14556 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14557 (dired-show-file-type): Add autoload.
14558
145592000-07-10 Kenichi Handa <handa@etl.go.jp>
14560
14561 * international/mule-diag.el (describe-font): Adjusted for the
14562 change of fontset-info.
14563 (print-fontset): Likewise.
14564
145652000-07-09 Stefan Monnier <monnier@cs.yale.edu>
14566
14567 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14568
145692000-07-07 Gerd Moellmann <gerd@gnu.org>
14570
14571 * bindings.el: Bind `[delete]' to delete-char.
14572
14573 * dired.el (dired-find-alternate-file): New function.
14574 (dired-mode-map): Bind `a' to dired-find-alternate-file.
14575 (toplevel): Require dired-aux when compiling.
14576 (dired-buffers): Move defvar within file to avoid compiler warning.
14577
14578 * info.el (Info-last-search): Variable removed.
14579 (Info-search-history): New variable.
14580 (Info-search): New Info-search-history.
14581
14582 * battery.el, info-look.el: Change author's mail address.
14583
145842000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
14585
14586 * mail/rmail.el (rmail-clear-headers): Don't throw an error
14587 if rmail-ignored-headers is nil.
14588 (rmail-retry-failure): Bind rmail-ignored-headers and
14589 rmail-displayed-headers to nil.
14590
145912000-07-06 Gerd Moellmann <gerd@gnu.org>
14592
14593 * lpr.el (lpr-page-header-switches): Add `-h' switch.
14594 (print-region-1): Don't hard code `-h' here.
14595
14596 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14597
145982000-07-01 Francesco Potorti` <pot@gnu.org>
14599
14600 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14601 exim can use "your message" instead of "the message".
14602
146032000-07-06 Stefan Monnier <monnier@cs.yale.edu>
14604
14605 * facemenu.el: Docstrings fixes.
14606 (facemenu-get-face): Don't use internal-find-face.
14607 (facemenu-iterate): Rename arg to match the docstring.
14608
14609 * newcomment.el (uncomment-region): Be more careful when skipping
14610 backwards over `=' not to bump into BOBP.
14611
146122000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
14613
14614 * ediff-diff.el (ediff-wordify): Use syntax table.
14615 * ediff-init.el (ediff-has-face-support-p): Use
14616 ediff-color-display-p.
14617 (ediff-color-display-p): Use display-color-p, changed to defun
14618 from defsubst.
14619 Got rid of special cases for NeXT and OS/2.
14620 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14621 face.
14622
146232000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14624
14625 * emacs-lisp/lucid.el: Require CL.
14626 (copy-tree, remprop): Remove, it's provided by CL.
14627 (map-keymap): Define in terms of cl-map-keymap.
14628 (extent-property, set-extent-end-glyph): New functions.
14629
14630 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14631
146322000-07-05 Gerd Moellmann <gerd@gnu.org>
14633
14634 * Makefile.in (DONTCOMPILE): Add comment that the name may
14635 not be changed without changing the make-dist script.
14636
14637 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14638 (cl-mapc): Use mapc instead of cl-old-mapc.
14639
146402000-07-05 Andrew Innes <andrewi@gnu.org>
14641
14642 * makefile.nt: Add support for `bootstrap' and related targets.
14643
146442000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14645
14646 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14647 (easy-menu-do-define): Use `menu-item' format.
14648 Handle case where easy-menu-create-menu returns a symbol.
14649 Manually call the potential top-level filter in the function binding.
14650 (easy-menu-filter-return): New arg NAME.
14651 Convert to a keymap if MENU is an XEmacs menu.
14652 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
14653 (easy-menu-converted-items-table, easy-menu-convert-item):
14654 New var and fun to memoize easy-menu-convert-item-1.
14655 (easy-menu-do-add-item): Use it.
14656 (easy-menu-create-menu): Use easy-menu-convert-item.
14657 Wrap easy-menu-filter-return around any :filter specification.
14658 Don't convert the menu if a filter was specified.
14659 Tell easy-menu-make-symbol not to check for MENU being an expression.
14660 (easy-menu-make-symbol): New arg NOEXP.
14661
146622000-07-05 Gerd Moellmann <gerd@gnu.org>
14663
14664 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14665 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14666 (eval-defun): If called with prefix arg, instrument code for
14667 Edebug.
14668
14669 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14670 similar to that of eval-defun.
14671
146722000-07-04 Dave Love <fx@gnu.org>
14673
14674 * hl-line.el (hl-line-overlay): Make it permanent-local.
14675
14676 * calendar/todo-mode.el: Replaced with a working version, based on
14677 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14678
146792000-07-03 Miles Bader <miles@lsi.nec.co.jp>
14680
14681 * paths.el (prune-directory-list): New function.
14682 (Info-default-directory-list): Rewritten to more methodically
14683 enumerate a big list of possible info directories (based on the
14684 list used by the standalone info reader).
14685
14686 * info.el (info-initialize): Use prune-directory-list to remove
14687 non-existent directories from Info-directory-list.
14688
14689 * paths.el (Info-default-directory-list): Try a list of possible
14690 info-directories instead of a single one. Add the possible
14691 info directory "/usr/share/info".
14692
14693 * woman.el (woman-man.conf-path): Explicitly include the debian
14694 man-db config file "/etc/manpath.config".
14695 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14696 are present in `manpath.config'.
14697 (woman-manpath): Include "/usr/share/man".
14698
146992000-07-03 Gerd Moellmann <gerd@gnu.org>
14700
14701 * frame.el (blink-cursor-mode): Don't hide cursor initially.
14702
14703 * startup.el (command-line): Initialize blink-cursor based
14704 on window-system.
14705
14706 * frame.el (blink-cursor): Default to nil if not running under
14707 a window-system.
14708
14709 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14710 (face-x-resources): Remove duplicate entry for :font.
14711
14712 * textmodes/refer.el (refer-find-entry-internal): Use some-window
14713 instead of cycling through windows with next-window.
14714
14715 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14716 of cycling through windows with next-window.
14717
14718 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14719 of cycling through windows with next-window.
14720
14721 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14722 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14723 instead of cycling through windows with next-window.
14724
14725 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14726 instead of cycling through windows with next-window.
14727
14728 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14729 of cycling through windows with next-window.
14730
14731 * terminal.el (te-process-output): Use walk-windows instead of
14732 cycling through windows with next-window.
14733
14734 * server.el (server-switch-buffer): Use some-window instead of
14735 cycling through windows with next-window.
14736
14737 * window.el (some-window): New function.
14738 (walk-windows): Remove reference to walk-windows-start.
14739
14740 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14741
147422000-07-03 Richard Stallman <rms@gnu.org>
14743
14744 * window.el (walk-windows): Guarantee termination by keeping a list
14745 of all the windows already handled.
14746
147472000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14748
14749 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14750 window-system.
14751
14752 * man.el (Man-notify-when-ready): Don't use window-system. If
14753 Man-notify-method is newframe, and the display is not
14754 multi-frame, select the frame created for the man page.
14755 (Man-init-defvars): Doc fix.
14756
147572000-06-28 Gerd Moellmann <gerd@gnu.org>
14758
14759 * faces.el (region): Change background color for light background.
14760
14761 * ediff-wind.el (ediff-setup-control-frame): Remove :box
14762 attribute from mode-line face of Ediff control frame.
14763
14764 * replace.el (query-replace-map): Bind `e' like `E'.
14765
147662000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14767
14768 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14769 Change name to "Select All".
14770
14771 * dos-fns.el (convert-standard-filename): Fix last change.
14772
147732000-06-27 Gerd Moellmann <gerd@gnu.org>
14774
14775 * help.el (describe-variable): Don't insert a second `'s' in front
14776 of the string `value is shown below'. Since the syntax-table is
14777 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14778 an existing `'s', so that this won't be deleted.
14779
14780 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14781 * pcmpl-unix.el: New files.
14782
147832000-06-26 Stefan Monnier <monnier@cs.yale.edu>
14784
14785 * wid-edit.el (widget-member): Use the new plist-member.
14786
147872000-06-26 Gerd Moellmann <gerd@gnu.org>
14788
14789 * replace.el (perform-replace): Undo change of 2000-04-04.
14790 Instead, move backward 1 character at the end of the loop when
14791 necessary.
14792
14793 * faces.el (fringe): Change face for different backgrounds.
14794
14795 * eshell/esh-module.el (toplevel): Load defgroup's differently;
14796 patch from John.
14797
14798 * eshell/*.el: Change spelling of the Free Software Foundation.
14799
14800 * eshell/esh-toggle.el: Removed.
14801
14802 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14803
14804 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14805 interactively.
14806
148072000-06-26 Alex Schroeder <alex@gnu.org>
14808
14809 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14810 `define-key'; instead of checking `(emacs-version)' check for
14811 `set-keymap-parent' and `set-keymap-name' directly. Add entries
14812 for `;' and `o' which might be electric.
14813
14814 (sql-electric-stuff): New user option.
14815 (sql-magic-go): New function which uses `sql-electric-stuff'.
14816 (sql-magic-semicolon): New function which uses
14817 `sql-electric-stuff'.
14818
14819 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14820 is not fboundp.
14821
14822 (sql-oracle-options): New variable.
14823 (sql-oracle): Use it.
14824
14825 (sql-imenu-generic-expression): Doc change.
14826 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14827 is used.
14828
14829 (sql-informix): Added command line parameter "-" to force
14830 sql-informix-program to use stdout.
14831
148322000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
14833
14834 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14835 (cp864-decode-table): Doc fix.
14836 (cp720-decode-table): New variable, supports the Arabic OEM
14837 codepage used by Windows.
14838 (cp737-decode-table): New, Greek OEM codepage used by Windows.
14839
148402000-06-23 Dave Love <fx@gnu.org>
14841
14842 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14843 (font-lock-fontify-anchored-keywords): Use
14844 line-beginning-position.
14845 (global-font-lock-mode): Use mapc.
14846
148472000-06-23 Stefan Monnier <monnier@cs.yale.edu>
14848
14849 * eshell/esh-module.el: Require CL when compiling.
14850
148512000-06-23 Gerd Moellmann <gerd@gnu.org>
14852
14853 * comint.el (comint-substitute-in-file-name): Call replace-match
14854 with second and third arg t.
14855
14856 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14857 Specify foreground color.
14858
14859 * faces.el (tool-bar, mode-line, header-line): Specify foreground
14860 color.
14861
14862 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14863
14864 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14865 cddr instead of cdddr.
14866
14867 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14868 instead of copy-list.
14869
14870 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14871 of copy-list.
14872
14873 * subdirs.el: Add eshell subdirectory.
14874
14875 * eshell: New subdirectory containing the Eshell package.
14876
14877 * pcomplete.el: New file.
14878
148792000-06-23 Paul Eggert <eggert@twinsun.com>
14880
14881 * mail/mailpost.el (post-mail-send-it): Make sure file has
14882 proper permissions from birth.
14883
14884 * files.el (basic-save-buffer-2): When temporarily setting
14885 file modes, set them to current modes plus 0200, not to 0777.
14886
14887 * emerge.el (emerge-make-temp-file): Make sure file has proper
14888 permissions from birth.
14889
148902000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
14891
14892 * files.el (make-backup-file-name-1): On DOS/Windows, run the
14893 backup file name through convert-standard-filename.
14894
14895 * dos-fns.el (convert-standard-filename): Convert leading
14896 directories as well. When long file names are supported, convert
14897 characters that are invalid in Windows file names.
14898
148992000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14900
14901 * ps-print.el: Fix bug: if ^L is the very first buffer character,
14902 ps-print crashes. New feature: page selection for printing. Create
14903 raw-text-unix coding system for XEmacs. Doc fix.
14904 (ps-print-version): New version number (5.2.3).
14905 (ps-plot-region): Bug fix.
14906 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14907 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14908 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
14909 funs.
14910 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
14911 (ps-last-page): New vars.
14912
149132000-06-21 Gerd Moellmann <gerd@gnu.org>
14914
14915 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
14916 empty option string.
14917
149182000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
14919
14920 * man.el (man): Doc fix.
14921
149222000-06-21 Kenichi Handa <handa@etl.go.jp>
14923
14924 * international/mule-cmds.el (set-language-info-alist): Docstring
14925 fixed.
14926
149272000-06-20 Gerd Moellmann <gerd@gnu.org>
14928
14929 * version.el (emacs-version): Use ISO date format.
14930
14931 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
14932 instead of `M-backspace'.
14933
14934 * simple.el (turn-off-auto-fill): New function.
14935
149362000-06-20 Stefan Monnier <monnier@cs.yale.edu>
14937
14938 * jit-lock.el (with-buffer-prepared-for-jit-lock):
14939 Renamed from with-buffer-prepared-for-font-lock and use
14940 inhibit-modification-hooks rather than setting *-change-functions.
14941 Update all functions to use the new name.
14942 (jit-lock-first-unfontify-pos): New semantics (and doc).
14943 (jit-lock-mode): Make non-interactive.
14944 Don't automatically turn on font-lock.
14945 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
14946 Always use jit-lock-after-change.
14947 Remove and restore font-lock-after-change-function.
14948 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
14949 (jit-lock-after-unfontify-buffer): Remove.
14950 (jit-lock-stealth-fontify):
14951 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
14952 (jit-lock-after-change): Set the `fontified' text-prop to nil.
14953
149542000-06-20 Sam Steingold <sds@gnu.org>
14955
14956 * emacs-lisp/cl-indent.el (toplevel): Indent
14957 `print-unreadable-object' properly. Untabify.
14958
149592000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14960
14961 * textmodes/reftex.el (reftex-find-citation-regexp-format):
14962 Support for bibentry.
14963 (reftex-compile-variables): Fixed problem with end of section-re.
14964
14965 * texmodes/reftex-dcr.el (reftex-view-crossref,
14966 reftex-view-crossref-from-bibtex):
14967 Deal with changed `reftex-find-citation-regexp-format'.
14968 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
14969 Replaced `remprop' with `put'.
14970 (reftex-view-crossref, reftex-view-crossref-when-idle):
14971 Support for bibentry.
14972
14973 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14974 New entry for bibentry package.
14975
14976 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14977 Regexp also matches "\nobibliography".
14978
14979 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
14980 Call `reftex-ensure-write-access' before doing anything.
14981 (reftex-ensure-write-access): New function.
14982
149832000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14984
14985 * progmodes/idlwave.el: File re-installed (update to version 4.2)
14986
14987 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
14988
14989 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
14990
14991 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
14992
14993
149942000-06-20 Dave Love <fx@gnu.org>
14995
14996 * faces.el (frame-background-mode): Use set-default, not set, in
14997 setter.
14998 (frame-update-faces, frame-update-face-colors): Define with
14999 defalias.
15000
15001 * enriched.el (enriched-decode-foreground)
15002 (enriched-decode-background): Don't use internal-find-face.
15003
15004 * apropos.el: Doc fixes.
15005
15006 * cus-edit.el (customize-changed-options): Check arg.
15007 (customize-version-lessp): Don't require decimal point.
15008
15009 * custom.el (defcustom, defgroup): Doc fix.
15010
15011 * newcomment.el (comment) <defgroup>: Add :version.
15012 (comment-multi-line): Doc fix.
15013
15014 * emulation/mlsupport.el (define-hooked-local-abbrev,
15015 define-hooked-global-abbrev): Fix, using define-abbrev.
15016
150172000-06-19 Gerd Moellmann <gerd@gnu.org>
15018
15019 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
15020 the whole buffer.
15021
150222000-06-19 Dave Love <fx@gnu.org>
15023
15024 * menu-bar.el (menu-bar-options-save): New function.
15025 (menu-bar-options-menu): Use it.
15026 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
15027 Simplify.
15028
150292000-06-19 Andreas Schwab <schwab@suse.de>
15030
15031 * progmodes/etags.el (tags-query-replace): Put new parameters
15032 START and END at the end, for backward compatibility.
15033
150342000-06-19 Kenichi Handa <handa@etl.go.jp>
15035
15036 * international/codepage.el:
15037 (cp-coding-system-for-codepage-1): Delete special codes for
15038 generating xxx-dos coding system because now a CCL based coding
15039 system can handle EOL conversion by default.
15040
15041 * international/mule.el (make-coding-system): Generate subsidiary
15042 coding systems for EOL handling variants even for a CCL based
15043 coding system.
15044
150452000-06-19 Kenichi Handa <handa@etl.go.jp>
15046
15047 * international/isearch-x.el (isearch-minibuffer-input-method)
15048 (isearch-minibuffer-input-method-function): These variables
15049 deleted.
15050 (isearch-with-input-method): Don't use the above variables.
15051 (isearch-process-search-multibyte-characters): Likewise. Call
15052 read-string with the arg INHERIT-INPUT-METHOD t.
15053
150542000-06-17 Stefan Monnier <monnier@cs.yale.edu>
15055
15056 * font-lock.el (font-lock-after-fontify-buffer)
15057 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
15058
15059 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
15060 Use consistent make-local-variable style for font-lock-fontified.
15061 (jit-lock-fontify-buffer):
15062 Don't bother checking for font-lock-mode and jit-lock-mode.
15063
15064 * time.el: Remove trailing ^M that prevent CVS-merging.
15065
150662000-06-16 Gerd Moellmann <gerd@gnu.org>
15067
15068 * Makefile.in (distclean): New target.
15069
150702000-06-16 Stefan Monnier <monnier@cs.yale.edu>
15071
15072 * Makefile.in (srcdir): Define for update-subdirs.
15073
150742000-06-16 Gerd Moellmann <gerd@gnu.org>
15075
15076 * find-lisp.el: New file.
15077
150782000-06-16 Andrew Innes <andrewi@gnu.org>
15079
15080 * time.el (display-time-mail-function): New variable, to allow
15081 external packages to indicate when new mail is available.
15082 (display-time-update): Use it.
15083
150842000-06-16 Kenichi Handa <handa@etl.go.jp>
15085
15086 * international/mule.el (mule-version): Change version name to
15087 SAKAKI. AOI has already been used by Meadow.
15088
15089 * international/quail.el (quail-show-guidance-buf): To find the
15090 bottom window (but minibuffer), pay attention to the height of
15091 minibuffer.
15092
150932000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
15094
15095 * arc-mode.el (archive-mode-map): Use the new menu-item format for
15096 menu-bar menus. Add help strings. Don't remove the Edit menu
15097 from the menu bar, as the menu bar has enough space now.
15098
15099 * Makefile.in (SHELL): Make sure /bin/sh is used.
15100
15101 * woman.el (woman-man-buffer): Fix bold and underlined CJK
15102 characters, which use series of two ^H characters instead of one.
15103
151042000-06-15 Gerd Moellmann <gerd@gnu.org>
15105
15106 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
15107 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
15108 functions.
15109 (Info-find-node-2): Try a case-sensitive search first, then
15110 do a case-insensitive search.
15111
15112 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
15113 tutorials.
15114
15115 * complete.el (PC-env-vars-alist): New variable.
15116 (PC-complete-as-file-name): New function.
15117 (partial-completion-mode): Initialize PC-env-vars-alist from
15118 process-environment.
15119 (PC-do-completion): Handle completion of env vars.
15120
15121 * info.el (Info-set-mode-line): Show file name in mode line,
15122 use `*Info*' instead of `Info:'.
15123
15124 * startup.el (command-line-1): Change copyright messages to year
15125 2000.
15126
151272000-06-15 Dave Love <fx@gnu.org>
15128
15129 * net/goto-addr.el (goto-address-fontify): Use keymap property,
15130 not local-map.
15131
151322000-06-15 Kenichi Handa <handa@etl.go.jp>
15133
15134 * international/mule.el (set-buffer-file-coding-system): Almost
15135 rewritten to handle `undecided' as no-op.
15136
151372000-06-14 Gerd Moellmann <gerd@gnu.org>
15138
15139 * Makefile.in: New file.
15140
15141 * Makefile: Removed.
15142
15143 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
15144 (goto-address-highlight-keymap): Bind C-c RET.
15145
151462000-06-14 Kenichi Handa <handa@etl.go.jp>
15147
15148 * mail/sendmail.el (sendmail-send-it): The temporary buffer
15149 inherits buffer-file-coding-system of the current buffer.
15150
15151 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
15152 0. Give correct argument to set-auto-coding-function.
15153 (tar-expunge): For goto-char, use (point-min), not 0.
15154 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
15155 (tar-subfile-save-buffer): Likewize.
15156
15157 * international/mule.el
15158 (after-insert-file-set-buffer-file-coding-system): Call
15159 set-buffer-file-coding-system with the arg FORCE t.
15160
151612000-06-13 Gerd Moellmann <gerd@gnu.org>
15162
15163 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
15164 nil. Contemporary sendmails issue an X-Authentication-Warning if
15165 the sender is set with `-f'.
15166
151672000-06-13 Dave Love <fx@gnu.org>
15168
15169 * help.el (describe-function-1): Kluge around cases of functions
15170 fset to subrs whose doc doesn't match their symbol-name.
15171
15172 * image.el (insert-image): Default STRING to a space.
15173
15174 * info.el Doc fixes.
15175 (Info-build-node-completions): Match Ref tags.
15176
151772000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
15178
15179 * frame.el (display-multi-frame-p, display-multi-font-p): New
15180 defaliases for display-graphic-p.
15181
15182 * hl-line.el: Fixed a typo in commentary.
15183
151842000-06-13 Kenichi Handa <handa@etl.go.jp>
15185
15186 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
15187 fixed.
15188
151892000-06-12 Dave Love <fx@gnu.org>
15190
15191 * image.el (insert-image): Save a little consing.
15192
151932000-06-12 Kenichi Handa <handa@etl.go.jp>
15194
15195 * language/tibet-util.el: Convert all tibetan-1-column characters
15196 to the corresponding tibetan characters.
15197 (tibetan-add-components): Delete code for the special treatment of
15198 'a chung.
15199
15200 * language/tibetan.el (tibetan-composable-pattern): Fix previous
15201 change.
15202 (tibetan-vowel-transcription-alist): More rules added.
15203 (tibetan-composite-vowel-alist): New variable.
15204 (tibetan-precomposition-rule-alist): More rules added.
15205
152062000-06-12 Stefan Monnier <monnier@cs.yale.edu>
15207
15208 * startup.el (command-line): Only call menu-bar-mode if interactive.
15209
15210 * thingatpt.el (toplevel symbol-properties):
15211 * textmodes/makeinfo.el (makeinfo-compile):
15212 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
15213 * progmodes/hideif.el (hif-compress-define-list)
15214 (hide-ifdef-use-define-alist):
15215 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15216 (ange-ftp-vms-add-file-entry):
15217 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15218 * man.el (Man-build-man-command):
15219 * mail/rnewspost.el (news-reply-header-hook):
15220 * info.el (Info-insert-dir):
15221 * emulation/mlconvert.el (backward-word, forward-word, setq):
15222 * emacs-lisp/gulp.el (gulp-send-requests):
15223 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15224 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15225 (byte-optimize-apply, end of file):
15226 * emacs-lisp/advice.el (ad-advice-class-completion-table)
15227 (ad-make-freeze-definition):
15228 * startup.el (command-line, command-line-1): Don't quote lambdas.
15229
15230 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15231 (cvs-cleanup-removed): New function.
15232 (cvs-cleanup-functions): New var.
15233 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15234 some flexibility in specifying additional entries to auto-cleanup.
15235 (cvs-quickdir): New function.
15236 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15237 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15238 (cvs-mode-find-file): Check that we are on a filename or dirname
15239 when invoked through a mouse-click.
15240 (cvs-full-path): Remove.
15241 (cvs-dired-action): Re-introduced.
15242 (cvs-dired-noselect): Use it.
15243 (vc-post-command-functions): use this new hook if available.
15244
15245 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15246 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15247 (cvs-filename-map, cvs-dirname-map): Remove.
15248 (cvs-default-action): Remove.
15249 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15250 if the arg is really a keymap.
15251 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15252 Don't hardcode the mapping from state (aka type) to face, but check
15253 the var cvs-fi-<type>-face instead.
15254 (cvs-fileinfo-from-entries): New function.
15255
15256 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15257 Docstring fix.
15258 (cvs-find-file-and-jump): Change default to be safer.
15259 (cvs-mode-diff-map): Define it as a function as well.
15260 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
15261 Bind mouse-2 in this global map rather than with text-properties.
15262
15263 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
15264 file to resolve the ambiguity between C(conflict) and C(need-merge).
15265
152662000-06-12 Kenichi Handa <handa@etl.go.jp>
15267
15268 * international/mule.el (set-buffer-file-coding-system): If
15269 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
15270 unconditionally.
15271
152722000-06-12 Dave Love <fx@gnu.org>
15273
15274 * wid-edit.el (widget-specify-button): Really suppress the face if
15275 required.
15276
152772000-06-11 Gerd Moellmann <gerd@gnu.org>
15278
15279 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
15280
152812000-06-11 Stefan Monnier <monnier@cs.yale.edu>
15282
15283 * imenu.el (imenu-generic-expression): Docstring fix.
15284
15285 * composite.el (composition-function-table): Move the `put'
15286 below the autoload cookie so we can load the file before loaddefs.
15287
15288 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15289
15290 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15291 Handle easy-mmode-define-global-mode.
15292 For complex macros like define-minor-mode that can generate
15293 several autoload entries, try to autoload entries in the
15294 macroexpanded code.
15295
15296 * emacs-lisp/easy-mmode.el (define-minor-mode):
15297 If KEYMAP is a symbol, just use it.
15298 Use byte-compile-current-file and load-file-name to infer the
15299 proper :require to pass to defcustom.
15300 Wrap the hook var into `progn' so as not to autoload it.
15301 Add a :autoload-end cookie.
15302 Be more careful about the evaluation of KEYMAP.
15303 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15304 (define-derived-mode): Move define-abbrev-table outside of defvar.
15305
153062000-06-10 Stefan Monnier <monnier@cs.yale.edu>
15307
15308 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15309 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15310 (backup-compiled-files): Ignore errors during `tar'.
15311 (bootstrap): Make autoloads before elc files.
15312
153132000-06-10 Kenichi Handa <handa@etl.go.jp>
15314
15315 * international/mule.el (set-buffer-file-coding-system): If one of
15316 undecided-XXX is specified, change only EOL conversion.
15317
15318 * international/mule-conf.el (unix): New alias for the coding
15319 system undecided-unix.
15320
153212000-06-09 Dave Love <fx@gnu.org>
15322
15323 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15324
15325 * progmodes/executable.el: Byte compile dynamic.
15326 (executable-insert): Change custom type.
15327 (executable-find): Add autoload cookie.
15328 (executable-make-buffer-file-executable-if-script-p): New
15329 function. After Noah Friedman.
15330
15331 * files.el (after-save-hook): Customize, with
15332 executable-make-buffer-file-executable-if-script-p as an option.
15333
153342000-06-09 Kenichi Handa <handa@etl.go.jp>
15335
15336 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15337 "tib24p-mule.bdf" for Tibetan.
15338
15339 * composite.el (decompose-composite-char): Declare it as obsolete.
15340
15341 * man.el (Man-fontify-manpage): Pay attention to underline and
15342 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15343
153442000-06-08 Gerd Moellmann <gerd@gnu.org>
15345
15346 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15347 Set maintainer to FSF since author isn't reachable.
15348
153492000-06-08 Dave Love <fx@gnu.org>
15350
15351 * international/mule-cmds.el (select-safe-coding-system): If
15352 DEFAULT-CODING-SYSTEM is not specified, also check the most
15353 preferred coding-system if buffer-file-coding-system is
15354 `undecided'. From Handa.
15355
153562000-06-08 Kenichi Handa <handa@etl.go.jp>
15357
15358 * international/mule.el
15359 (after-insert-file-set-buffer-file-coding-system): If the buffer
15360 size is greater than INSERTED, judget that we are not visiting.
15361
153622000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
15363
15364 * whitespace.el (defgroup whitespace): Comment out `:version'.
15365 XEmacs 20.4 has problems defining the group with this present.
15366 We'll have this commented out till get resolve the problem.
15367
153682000-06-07 John Wiegley <johnw@gnu.org>
15369
15370 * align.el (align-dq-string-modes, align-sq-string-modes)
15371 (align-open-comment-modes): Add pyhton-mode.
15372 (align-rules-list): Use get-text-property instead of
15373 text-properties-at.
15374 (align-rules-list): Add python-assignment.
15375 (align-rules-list): Change perl-comma-delimiter to
15376 basic-comma-delimiter. Use if for Perl modes and python-mode.
15377 (align-rules-list): Add python-chain-logic and
15378 basic-line-continuation.
15379
153802000-06-07 Jari Aalto <jari.aalto@poboxes.com>
15381
15382 * apropos.el (apropos-mode-hook): New user variable.
15383 (apropos-mode): Run apropos-mode-hook.
15384
153852000-06-07 David Ponce <david@dponce.com>
15386
15387 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15388 commands. Require `wid-edit' at run-time.
15389
153902000-06-07 David Ponce <david@dponce.com>
15391
15392 * recentf.el: Added some "Commentary".
15393 (recentf-open-more-files, recentf-edit-list): Minor changes to
15394 move the point at the top of the file list. This behaviour is
15395 consistent with the menu one when the list contains a lot of
15396 files.
15397 (recentf-cleanup): Now displays the number of items removed from
15398 the list.
15399 (recentf-relative-filter) New menu filter to show filenames
15400 relative to `default-directory'.
15401
154022000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15403
15404 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
15405 with/without giving an error if PostScript printer doesn't have this
15406 kind of page size. Zebra Stripe continues or restarts on next page.
15407 Manual/automatic paper feeding. Switch or not the header.
15408 (ps-print-version): New version number (5.2.2).
15409 (ps-windows-system): Include emx as a Windows system.
15410 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15411 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15412 (ps-background-text): Code fix.
15413 (ps-error-handler-message, ps-user-defined-prologue)
15414 (ps-print-prologue-header, ps-printer-name)
15415 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15416 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15417 (ps-use-face-background): Customization fix.
15418 (ps-n-up-database): Data fix.
15419 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15420 (ps-switch-header): New vars.
15421 (ps-xemacs-color-name, ps-face-foreground-name)
15422 (ps-face-background-name, ps-boolean-constant): New funs.
15423
154242000-06-07 Dave Love <fx@gnu.org>
15425
15426 * allout.el: New version from Manheimer.
15427
154282000-06-07 Kenichi Handa <handa@etl.go.jp>
15429
15430 * textmodes/fill.el (fill-find-break-point): Check the validity of
15431 charset.
15432
154332000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15434
15435 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15436 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15437 Call display-color-p and display-mouse-p instead of looking at
15438 window-system.
15439
154402000-06-06 Dave Love <fx@gnu.org>
15441
15442 * image.el (find-image): Doc fix. Return nil if image not found.
15443 (put-image, insert-image): Make STRING arg optional.
15444
154452000-06-06 Kenichi Handa <handa@etl.go.jp>
15446
15447 * language/vietnamese.el: Remove eval-when-compile.
15448 (viet-viscii-nonascii-translation-table): Define it as a
15449 translation table made from viet-viscii-decode-table.
15450 (viet-viscii-encode-table): Define it as a translation table made
15451 from the reverse map of above.
15452 (viet-vscii-nonascii-translation-table): Define it as a
15453 translation table made from viet-vscii-decode-table.
15454 (viet-vscii-encode-table): Define it as a translation table made
15455 from the reverse map of above.
15456 (ccl-decode-viscii): Use translate-character.
15457 (ccl-encode-viscii, ccl-encode-viscii-font)
15458 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15459 Likewize.
15460
15461 * language/cyrillic.el: Remove eval-when-compile.
15462 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15463 translation table made from cyrillic-koi8-r-decode-table.
15464 (cyrillic-koi8-r-encode-table): Define it as a translation table
15465 made from the reverse map of above.
15466 (ccl-decode-koi8): Use translate-character.
15467 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15468 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15469 a translation table made from cyrillic-alternativnyj-decode-table.
15470 (cyrillic-alternativnyj-encode-table): Define it as a translation
15471 table made from the reverse map of above.
15472 (ccl-decode-alternativnyj): Use translate-character.
15473 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15474 Likewize
15475
15476 * international/mule-diag.el (non-iso-charset-alist): Specify
15477 translation table symbol instead of translation table itself.
15478 (list-block-of-chars): CHARSET may be a translation table symbol.
15479
15480 * international/mule.el (make-coding-system): If CODING-SYSTEM
15481 already exists, override it.
15482
15483 * international/fontset.el: Use family `proportional' for Tibetan
15484 fonts.
15485
15486 * international/ccl.el (ccl-compile-translate-character): Don't
15487 check if Rrr has property translation-table.
15488 (ccl-compile-map-multiple): Modified to avoid compiler warning.
15489
154902000-06-05 Gerd Moellmann <gerd@gnu.org>
15491
15492 * info.el: Bind case-fold-search to t when searching in case
15493 a user sets it to nil in a hook.
15494
154952000-06-05 Stefan Monnier <monnier@cs.yale.edu>
15496
15497 * autoarg.el (autoarg-mode, autoarg-kp-mode):
15498 * hl-line.el (hl-line-mode): Use the new :global key argument.
15499
15500 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15501 (tar-clip-time-string): Prepend a space.
15502 (tar-grind-file-mode): Construct a string rather than modifying one.
15503 (tar-header-block-summarize): Fix docstring.
15504 Use `format' rather than an error-prone set of copy-loops.
15505
15506 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15507 (diff-goto-source, diff-unified->context, diff-context->unified)
15508 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15509 understand the format output by the `-p' argument to diff.
15510
15511 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15512 (sh-re-done): Use defconst.
15513 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15514 (sh-help-string-for-variable, sh-guess-basic-offset):
15515 Don't quote lambdas.
15516 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15517 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15518
15519 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15520 (mh-letter-mode): Derive from text-mode.
15521 This implicitly means that it now calls kill-all-local-variables.
15522 Also remove the Emacs-18 compatibility code.
15523
15524 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15525 Make use of symbol-property doc-string-elt.
15526 Use memq rather than a sequence of eq.
15527 (doc-string-elt): Fix the wrong or missing previously unused values.
15528 (autoload-print-form): New function extracted from
15529 generate-file-autoloads to allow recursion when handling progn
15530 so that defvar's and defun's docstrings are properly printed.
15531 (generate-file-autoloads): Use it.
15532
15533 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15534 Use find-file-hooks in the minor-mode function.
15535 Be careful not to loop indefinitely in the post-command-hook function.
15536
155372000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
15538
15539 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15540 tty's.
15541 * ediff-diff.el (ediff-exec-process): Use --binary for fine
15542 differences whenever appropriate.
15543 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15544 * viper.el (find-file, find-file-other-window): Get viper to do
15545 wildcards.
15546
155472000-06-04 Stefan Monnier <monnier@cs.yale.edu>
15548
15549 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15550 (jit-lock-fontify-buffer): New function for JIT refontification.
15551 (jit-lock-mode): Fix docstring.
15552 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15553 Remove jit-lock-after-change from the _local_ hook.
15554 (jit-lock-function-1): Fix docstring.
15555
15556 * info.el (Info-on-current-buffer): Initialize info.
15557
15558 * newcomment.el (comment-indent): Ignore comment-indent-hook.
15559
15560 * progmodes/tcl.el (tcl-indent-for-comment):
15561 Ignore comment-indent-hook.
15562
15563 * emacs-lisp/easy-mmode.el: Require CL during compilation.
15564 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15565 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15566 and improve to use the lighter to guess the capitalization.
15567 (define-minor-mode): Inline code from easy-mmode-define-toggle.
15568 Add keyword arguments to specify global-ness or the custom group.
15569 Add local-map and help-echo properties to the lighter.
15570 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15571 (easy-mmode-define-global-mode): New macro.
15572
155732000-06-02 Dave Love <fx@gnu.org>
15574
15575 * wid-edit.el: byte-compile-dynamic since we typically don't use
15576 all the widgets. Don't require cl or widget. Remove
15577 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
15578 (widget-read-event): Removed. Callers changed to use read-event.
15579 (widget-button-release-event-p): Renamed from
15580 button-release-event-p.
15581 (widget-field-add-space, widget-field-use-before-change):
15582 Uncustomize.
15583 (widget-specify-field): Use keymap property, not local-map.
15584 (widget-specify-button): Obey :suppress-face.
15585 (widget-specify-insert): Use modern backquote syntax.
15586 (widget-image-directory): Renamed from widget-glyph-directory.
15587 (widget-image-enable): Renamed from widget-glyph-enable.
15588 (widget-image-find): Replaces widget-glyph-find.
15589 (widget-button-pressed-face): Move defvar.
15590 (widget-image-insert): Replaces widget-glyph-insert.
15591 (widget-convert): Use keywordp.
15592 (widget-leave-text, widget-children-value-delete): Use mapc.
15593 (widget-keymap): Remove XEmacs stuff.
15594 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15595 (widget-button-click): Don't set point at the click, but re-centre
15596 if we scroll out of window. Rewritten for images v. glyphs &c.
15597 (widget-tabable-at): Use POS arg, not point.
15598 (widget-beginning-of-line, widget-end-of-line)
15599 (widget-item-value-create, widget-sublist, widget-princ-to-string)
15600 (widget-sexp-prompt-value, widget-echo-help): Simplify.
15601 (widget-default-create): Use widget-image-insert; some rewriting.
15602 (widget-visibility-value-create)
15603 (widget-push-button-value-create, widget-toggle-value-create): Use
15604 widget-image-insert.
15605 (checkbox): Create on and off images dynamically.
15606 (documentation-link): Change :help-echo.
15607 (widget-documentation-link-echo-help): Remove.
15608
156092000-06-02 Stefan Monnier <monnier@cs.yale.edu>
15610
15611 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15612
15613 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15614 (easy-mmode-define-toggle, define-minor-mode): Use it.
15615 (easy-mmode-define-keymap): Docstring fix.
15616 (define-derived-mode): Default PARENT to fundamental-mode.
15617 Add the derived-mode-parent symbol-property.
15618 (easy-mmode-derived-mode-p): New function.
15619
156202000-06-02 Dave Love <fx@gnu.org>
15621
15622 * files.el (convert-standard-filename): Doc fix.
15623 (normal-backup-enable-predicate): New function.
15624 (backup-enable-predicate): Use it to replace the lambda form.
15625
15626 * calendar/todo-mode.el: [This needs more work on the outline
15627 stuff.] Doc fixes.
15628 (todo) <defgroup>: Add :version.
15629 (todo-add-category): Don't use pushnew.
15630 (todo-cmd-raise): Fix typo.
15631 (todo-top-priorities): Change temp buffer name.
15632 (todo-category-alist): Avoid redundant lambda.
15633 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15634 Use outline-next-heading.
15635
15636 * autoarg.el: Rewritten to use define-minor-mode.
15637 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15638 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15639
156402000-06-02 Kenichi Handa <handa@etl.go.jp>
15641
15642 * isearch.el (isearch-other-meta-char): Fix previous change.
15643
156442000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15645
15646 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15647 (log-edit-done): Only add the comment to the ring if it's different
15648 from the last comment entered.
15649
15650 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15651
156522000-06-01 Dave Love <fx@gnu.org>
15653
15654 * hl-line.el: Rewritten using define-minor-mode.
15655
15656 * help.el (describe-function-1): Distinguish special form from
15657 builtin function. Sanity-check presence of arglist for builtins.
15658
156592000-06-01 Kenichi Handa <handa@etl.go.jp>
15660
15661 * international/characters.el: Fix syntax/category setting of
15662 Tibetan characters.
15663
15664 * language/tibet-util.el (tibetan-add-components): Fixes for new
15665 encoding of Tibetan characters.
15666 (tibetan-decompose-precomposition-alist): New variable.
15667 (tibetan-decompose-region): Convert precomposed characters to
15668 non-precomposed characters.
15669 (tibetan-decompose-string): Likewise.
15670 (tibetan-composition-function): Fix args to
15671 thibetan-compose-string.
15672
15673 * language/tibetan.el (tibetan-composable-pattern): More
15674 characters included.
15675 (tibetan-consonant-transcription-alist): Rule for "R" added.
15676 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15677 "+R" added.
15678 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15679
15680 * language/lao-util.el (lao-composition-function): Fix args to
15681 compose-string.
15682
15683 * language/thai-util.el (thai-composition-function): Fix args to
15684 compose-string.
15685
15686 * isearch.el (isearch-update): Set disable-point-adjustment to t
15687 to prevent the point moving to the end of a composition when a
15688 part of a composition is searched.
15689 (isearch-other-meta-char): If the key invoking this command can be
15690 mapped by function-key-map to a printing char, call
15691 isearch-process-search-char directly.
15692
156932000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15694
15695 * emacs-lisp/bytecomp.el:
15696 * frame.el:
15697 * international/mule-cmds.el:
15698 * international/mule-util.el:
15699 * international/mule.el:
15700 * mouse.el:
15701 * subr.el:
15702 * faces.el: Update calls to make-obsolete with a WHEN argument.
15703
15704 * byte-run.el (make-obsolete, make-obsolete-variable):
15705 Add an optional WHEN argument and change the format of the
15706 symbol-property information.
15707 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15708 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15709 new obsolete-symbol-property format and print WHEN if it is provided.
15710
157112000-05-31 Dave Love <fx@gnu.org>
15712
15713 * loadhist.el (loadhist-hook-functions): Remove
15714 before-change-function, after-change-function.
15715 (unload-feature): Deal with symbols which are both bound and
15716 fbound.
15717
15718 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15719 before-change-function, after-change-function.
15720
15721 * simple.el (newline): Don't bind before-change-function,
15722 after-change-function.
15723
157242000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
15725
15726 * whitespace.el (whitespace-rescan-timer-time): Update interval
15727 set to 600 seconds (10 minutes) instead of 60 seconds since
15728 a large number of whitespace buffers causes emacs to `freeze'
15729 for a considerable amount of time.
15730
15731 * whitespace.el: Updated email address
15732
157332000-05-31 Dave Love <fx@gnu.org>
15734
15735 * add-log.el (change-log-font-lock-keywords) <function>: Add
15736 pattern for function of change.
15737 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15738 acknowledgements patterns.
15739
157402000-05-31 Kenichi Handa <handa@etl.go.jp>
15741
15742 * isearch.el (isearch-printing-char): If keyboard coding system is
15743 being used, call isearch-process-search-multibyte-characters.
15744
15745 * international/isearch-x.el: Mostly rewritten.
15746
15747 * international/quail.el (quail-start-conversion): Don't include
15748 unhandled events in the returned events, but set them in
15749 unread-command-events. Exit if all inputs are deleted.
15750
157512000-05-30 Jason Rumney <jasonr@gnu.org>
15752
15753 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15754
15755 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15756 Reenable code to create initial fontsets.
15757 Use set-fontset-font in place of put-charset-property.
15758
157592000-05-30 Gerd Moellmann <gerd@gnu.org>
15760
15761 * progmodes/perl-mode.el (perl-indent-line): When looking for a
15762 label, ensure that the first colon isn't followed by another.
15763
15764 * paths.el (Info-default-directory-list): Doc fix.
15765
15766 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15767 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15768 send a query containing USER only, not USER@HOST.
15769
15770 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15771 and rmail-msgend to compute the restriction at the end, instead of
15772 computing it.
15773
157742000-05-29 Gerd Moellmann <gerd@gnu.org>
15775
15776 * dabbrev.el (dabbrev-expand): Don't display messages in the
15777 echo area if the minibuffer window is active.
15778
15779 * jit-lock.el (jit-lock-mode): Add after change function to
15780 local hook.
15781
157822000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
15783
15784 * antlr-mode.el: New commands: hide/unhide actions,
15785 upcase/downcase literals.
15786 (antlr-tiny-action-length): New user option.
15787 (antlr-hide-actions): New command. Suggested by
15788 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15789 (antlr-mode-map): New binding [C-c C-v].
15790 (antlr-mode-menu): New entries.
15791 (antlr-downcase-literals): New command.
15792 (antlr-upcase-literals): Ditto.
15793
15794 * antlr-mode.el: Minor changes: indendation, mode-name.
15795 (antlr-indent-line): Indent cpp directive at column 0.
15796 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15797
15798 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15799 (antlr-font-lock-additional-keywords): Workaround for intentional
15800 bug in XEmacs version of font-lock.
15801 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
15802 be used by a smarter version of `buffers-menu-grouping-function'.
15803
158042000-05-29 Gerd Moellmann <gerd@gnu.org>
15805
15806 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15807 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15808
158092000-05-29 Kenichi Handa <handa@etl.go.jp>
15810
15811 * international/encoded-kb.el
15812 (encoded-kbd-iso2022-designation-map): Pay attention to that
15813 charset-iso-final-char return -1 for eight-bit-control and
15814 eight-bit-graphic.
15815
158162000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15817
15818 * speedbar.el (speedbar-use-images, speedbar-update-flag)
15819 (speedbar-easymenu-definition-base): Use display-graphic-p where
15820 available, instead of window-system.
15821
158222000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15823
15824 * international/codepage.el (cp-coding-system-for-codepage-1): Add
15825 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15826 coding systems.
15827
158282000-05-26 Dave Love <fx@gnu.org>
15829
15830 * disp-table.el (standard-display-underline): Don't use
15831 internal-find-face.
15832
15833 * mail/reporter.el: Maintainer change. Doc fixes.
15834 (reporter-version): Deleted.
15835
15836 * emacs-lisp/elp.el: Maintainer change.
15837 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15838
158392000-05-26 Stefan Monnier <monnier@cs.yale.edu>
15840
15841 * add-log.el (add-change-log-entry): Merge the current entry with the
15842 previous one if the previous one is empty.
15843
158442000-05-26 Dave Love <fx@gnu.org>
15845
15846 * loadhist.el (unload-feature): Fix interactive spec [from
15847 lijnzaad@ebi.ac.uk].
15848
15849 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15850 subr-arity to check primitives.
15851 (byte-compile-flush-pending, byte-compile-file-form-progn)
15852 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15853 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15854 mapcar.
15855
158562000-05-26 Kenichi Handa <handa@etl.go.jp>
15857
15858 * international/fontset.el: Set family names of non-latin charsets
15859 in default fontset to "*".
15860
15861 * international/mule-diag.el (print-fontset): Combine family part
15862 and registry part of the fontname by "-*-" instead of "-".
15863
15864 * international/mule-cmds.el (encode-coding-char): Make strings
15865 multibyte before calling encode-coding-string.
15866
158672000-05-25 Stefan Monnier <monnier@cs.yale.edu>
15868
15869 * derived.el: Fix keywords.
15870 (define-derived-mode): Only define if needed.
15871
15872 * simple.el (fill-comment, comment-column, comment-start)
15873 (comment-start-skip, comment-end, comment-indent-function)
15874 (block-comment-start, block-comment-end, indent-for-comment)
15875 (set-comment-column, kill-comment, comment-padding, comment-region)
15876 (comment-multi-line, indent-new-comment-line): Remove.
15877
15878 * bindings.el (esc-map): Change ; to comment-dwim and use the new
15879 function names for comment operations.
15880
15881 * newcomment.el: Add abundant autoload cookies.
15882 (comment-style): Don't depend on runtime data at compile-time.
15883 (comment-indent-hook): Remove.
15884 (comment-indent): Check if comment-indent-hook is bound.
15885 (comment-region): Docstring fix.
15886
158872000-05-25 Dave Love <fx@gnu.org>
15888
15889 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15890 byte-code-function-p.
15891
15892 * mail/rmailsum.el: Add provide.
15893
15894 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
15895
15896 * smerge-mode.el (smerge-diff-switches): Don't use list* in
15897 defcustom.
15898
158992000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
15900
15901 * ediff-diff.el (ediff-exec-process): delete --binary option from
15902 non-buffer ediff jobs.
15903
159042000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15905
15906 * hilit-chg.el (highlight-changes-mode): Ask about color or
15907 grayscale support, not about window-system.
15908
15909 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
15910 window-system.
15911 (ffap-highlight): Always default to t.
15912
15913 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
15914 display-popup-menus-p instead of looking at window-system.
15915
15916 * disp-table.el (standard-display-g1, standard-display-graphic):
15917 Only refuse to use string glyphs on X and MS-Windows.
15918
15919 * avoid.el: Remove window-system from commentary, suggest to use
15920 display-*-p instead.
15921
15922 * apropos.el (apropos-print): Use display-mouse-p instead of
15923 window-system.
15924
159252000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15926
15927 * international/codepage.el (cp-decoding-vector-for-codepage):
15928 Fill up unsupported characters with their own codes. From Kenichi
15929 Handa.
15930
159312000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15932
15933 * international/mule-diag.el (describe-char-after): Use
15934 display-graphic-p instead of window-system, so that this function
15935 works on MS-DOS.
15936
159372000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15938
15939 * international/codepage.el (cp-make-coding-systems-for-codepage):
15940 Remove the eight-bit-graphic and eight-bit-control charsets from
15941 the list of charsets which we convert into `?'.
15942
159432000-05-25 Kenichi Handa <handa@etl.go.jp>
15944
15945 * international/mule-conf.el: Specify CHARSET-ID explicitely for
15946 private charsets.
15947 (mule-unicode-0100-24ff, japanese-jisx0213-1,
15948 japanese-jisx0213-2): New charsets.
15949
15950 * international/fontset.el: Setup default fontset for new charsets.
15951
159522000-05-24 Dave Love <fx@gnu.org>
15953
15954 * info.el (Info-find-node-2): Restructure [following "Vadim
15955 S. Solomin" <sovs@uic.nnov.ru>].
15956
15957 * icomplete.el: Fix header for Finder.
15958
159592000-05-24 Eric M. Ludlam <zappo@ultranet.com>
15960
15961 * rmailout.el (rmail-output-to-rmail-file): Added optional param
15962 STAY.
15963
15964 * rmail.el (rmail-automatic-folder-directives): New user variable.
15965 (rmail-show-message): Add call to `rmail-auto-file' during
15966 display.
15967 (rmail-auto-file): New function.
15968
159692000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15970
15971 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
15972 account.
15973 (ediff-test-utility,ediff-diff-mandatory-option)
15974 (ediff-reset-diff-options): Utilities for proper initialization of
15975 ediff-diff-options and ediff-diff3-options on Windows.
15976
15977 * ediff-init.el (ediff-merge-filename-prefix): New customizable
15978 variable.
15979
15980 * ediff-mult.el (ediff-filegroup-action): Use
15981 ediff-merge-filename-prefix.
15982
159832000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15984
15985 * viper-ex.el (ex-write): Set selective display to nil.
15986
159872000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15988
15989 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
15990 aliases for hebrew-iso-8bit.
15991
159922000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15993
15994 * woman.el: New version from Francis J. Wright
15995 <F.J.Wright@Maths.QMW.ac.uk>.
15996 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
15997 names in environment variables regardless of the path separator.
15998 (woman-topic-all-completions-1): Don't call file-name-directory-p
15999 on all files, since woman-file-regexp already filters out any
16000 directories.
16001
160022000-05-24 Kenichi Handa <handa@etl.go.jp>
16003
16004 * international/quail.el (quail-start-translation): Don't change
16005 modified-p of the current buffer.
16006 (quail-start-conversion): Likewise.
16007
16008 * international/kkc.el (kkc-region): Don't change modified-p of
16009 the current buffer.
16010
16011 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
16012 conform to RFC1468.
16013 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
16014
160152000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
16016
16017 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
16018 (speedbar-insert-button): Invisible text property fix.
16019 (speedbar-directory-plus): Renamed from speedbar-directory-+
16020 (speedbar-directory-minus): Renamed from speedbar-directory--
16021 (speedbar-page-plus): Renamed from speedbar-file-+
16022 (speedbar-page-minus): Renamed from speedbar-file--
16023 (speedbar-page): Renamed from speedbar-file-
16024 (speedbar-tag): Renamed from speedbar-tag-
16025 (speedbar-tag-plus): Renamed from speedbar-tag-+
16026 (speedbar-tag-minus): Renamed from speedbar-tag--
16027 (speedbar-expand-image-button-alist): Use above renames.
16028
16029 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
16030 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
16031 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
16032 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
16033 * sb-pg.xpm: Renamed from sb-file.xpm
16034 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
16035 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
16036
160372000-05-24 Kenichi Handa <handa@etl.go.jp>
16038
16039 * international/quail.el (quail-show-guidance-buf): Set
16040 current-input-method of the guidance buffer to the name of the
16041 curren input method.
16042
160432000-05-23 Stefan Monnier <monnier@cs.yale.edu>
16044
16045 * progmodes/compile.el (compile-internal): Style typo.
16046
16047 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
16048 quote vars and functions in the docstring.
16049
16050 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
16051
16052 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
16053 Don't quote lambdas.
16054
16055 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
16056
160572000-05-23 Gerd Moellmann <gerd@gnu.org>
16058
16059 * startup.el (command-line): Determine source file of compiled
16060 user init file differently. Warn if compiled user init file
16061 is older than its source file.
16062
16063 * ffap.el (ffap-url-regexp): Add `https'.
16064
160652000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
16066
16067 * files.el (make-backup-file-name-1): Replace slashes with `!'
16068 rather than `|' (which is not allowed on Windows). Replace the
16069 drive letters with a string "drive_X".
16070
160712000-05-23 Gerd Moellmann <gerd@gnu.org>
16072
16073 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
16074
16075 * files.el (interpreter-mode-alist): Add `bash2'.
16076
160772000-05-22 Dave Love <fx@gnu.org>
16078
16079 * loadhist.el (feature-symbols, file-provides, file-requires): Use
16080 mapc.
16081 (feature-file): Avoid calling symbol-name. Doc fix.
16082 (file-set-intersect, file-dependents): Use dolist, not mapcar.
16083 (loadhist-hook-functions): Add mouse-position-function.
16084 (unload-feature): Change uses of mapcar.
16085
16086 * files.el (parse-colon-path): Doc fix.
16087 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
16088 (set-auto-mode): Use mapc.
16089
16090 * complete.el (PC-look-for-include-file): Use :alnum: character
16091 class.
16092 (partial-completion-mode): Add autoload cookie.
16093
160942000-05-22 Sam Steingold <sds@gnu.org>
16095
16096 * info.el (Info-fontify-node): Fixed the call to
16097 `add-text-properties' (bug introduced on 2000-05-18).
16098
160992000-05-22 Dave Love <fx@gnu.org>
16100
16101 * bindings.el: Remove debug-ignored-errors set in other files.
16102
16103 * progmodes/etags.el: Add to debug-ignored-errors.
16104 (visit-tags-table-buffer): Clear out buffers holding old tables
16105 when making a new list.
16106 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
16107 mapc.
16108
16109 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
16110 quote keywords.
16111 (cmpl-string-case-type): Use character classes.
16112
16113 * comint.el:
16114 * textmodes/ispell.el:
16115 * imenu.el:
16116 * mail/mh-e.el:
16117 * progmodes/compile.el: Add to debug-ignored-errors.
16118
16119 * dabbrev.el: Add to debug-ignored-errors.
16120 (dabbrev-completion): Use mapc.
16121
161222000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
16123
16124 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
16125 (woman-mapcan, woman-parse-man.conf)
16126 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
16127 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
16128 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
16129 path syntax better.
16130 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
16131 (woman-manpath): Call woman-parse-man.conf.
16132 (woman-emulation): New defcustom, defaults to nroff.
16133 (woman-font-support): New defconst.
16134 (woman-use-symbol-font): New defcustom.
16135 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
16136 "Emulation".
16137 Many functions: Doc fix.
16138
161392000-05-22 Kenichi Handa <handa@etl.go.jp>
16140
16141 * international/quail.el (quail-simple-translation-keymap): Map
16142 128..255 to quail-self-insert-command.
16143 (quail-keyboard-layout-alist): Add definition for "pc102-de".
16144
161452000-05-22 Stefan Monnier <monnier@cs.yale.edu>
16146
16147 * help.el (help-manyarg-func-alist): Typo.
16148
16149 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
16150 intervals which makes it heaps simpler.
16151
16152 * newcomment.el (comment-region-internal): Go back to BEG after quoting
16153 the nested comment markers.
16154
16155 * subr.el (remove-hook): Don't turn the hook's value into a list.
16156
161572000-05-21 Dave Love <fx@gnu.org>
16158
16159 * edmacro.el (edmacro-parse-keys): Return vector if any elements
16160 are invalid characters.
16161
16162 * international/mule-util.el (detect-coding-with-priority): Use
16163 mapc. Remove redundant lambda.
16164
16165 * international/mule-diag.el (list-non-iso-charset-chars)
16166 (describe-fontset): Remove redundant lambda.
16167
16168 * emulation/crisp.el (brief-mode): New alias.
16169
16170 * emacs-lisp/ring.el (ring-elements): New function.
16171
16172 * emacs-lisp/easymenu.el (easy-menu-create-menu)
16173 (easy-menu-do-add-item): Use keywordp.
16174
16175 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
16176
16177 * replace.el: Doc and error message fixes.
16178 (replace-highlight): Use facep, not internal-find-face.
16179
161802000-05-20 Stefan Monnier <monnier@cs.yale.edu>
16181
16182 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
16183
16184 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
16185 (log-edit-insert-changelog): Drop `:' as well.
16186
16187 * log-view.el: Fix file description.
16188 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
16189 available.
16190 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
16191 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
16192
16193 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
16194 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16195 Print a status message if the toggle is called interactively.
16196 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
16197 for global minor modes and use `defcustom' for them.
16198 Use add-minor-mode.
16199 (easy-mmode-define-derived-mode): Remove.
16200 (define-derived-mode): Fancier default docstring.
16201 (easy-mmode-define-navigation): Signal an error rather than (ding).
16202
16203 * newcomment.el (comment-styles): New `box-multi'.
16204 (comment-normalize-vars): Better default for comment-continue to
16205 avoid whitespace-only continuations.
16206 (comment-search-forward): Always move even in the no-syntax case.
16207 (comment-padright): Only obey N if it's only obeyed for padleft.
16208 (comment-make-extra-lines): Better handling of empty continuations.
16209 Use `=' for the filler if comment-start has only one character.
16210 (uncomment-region): Try handling the special `=' filler.
16211 (comment-region): Allow LINES even if MULTI is nil.
16212 (comment-box): Choose box style based on comment-style.
16213
162142000-05-20 Kenichi Handa <handa@etl.go.jp>
16215
16216 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16217 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16218
162192000-05-20 Kenichi HANDA <handa@etl.go.jp>
16220
16221 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16222 and insert, not subst-char-in-region.
16223
16224 * international/mule-diag.el (list-character-sets-1): Handle
16225 charsets eight-bit-control and eight-bit-graphic.
16226 (list-iso-charset-chars): Likewise.
16227 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16228 charactes as is. Use indent-to to align characters.
16229
16230 * international/mule-cmds.el (find-multibyte-characters): Never
16231 exclude charsets eight-bit-control and eight-bit-graphic.
16232
162332000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16234
16235 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16236 Don't quote lambdas.
16237
16238 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16239
162402000-05-19 Gerd Moellmann <gerd@gnu.org>
16241
16242 * gud.el (gud-jdb-directories): Doc fix.
16243
162442000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16245
16246 * newcomment.el: New file.
16247
162482000-05-19 Gerd Moellmann <gerd@gnu.org>
16249
16250 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16251
162522000-05-18 Andreas Schwab <schwab@suse.de>
16253
16254 * dired.el (dired-between-files): Also skip lines beginning with
16255 `used'.
16256
162572000-05-18 Gerd Moellmann <gerd@gnu.org>
16258
16259 * msb.el (msb-menu-cond): Add choice `user'.
16260
162612000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16262
16263 * ps-print.el: Compatibility, customization and doc fix.
16264 (ps-printer-name-option): Replace defconst by defvar.
16265 (ps-postscript-code-directory): XEmacs compatibility.
16266 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
16267 fix.
16268 (ps-user-defined-prologue, ps-print-prologue-header)
16269 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
16270 compatibility and code fix.
16271 (ps-print-background-image, ps-print-background-text):
16272 Customization fix.
16273 (ps-line-number-start, ps-n-up-on): New vars.
16274
162752000-05-18 Espen Skoglund <esk@ira.uka.de>
16276
16277 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
16278 the indent-comment function to just return the appropriate indent.
16279
162802000-05-18 Eric M. Ludlam <zappo@ultranet.com>
16281
16282 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
16283 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
16284 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
16285
162862000-05-18 Dave Love <fx@gnu.org>
16287
16288 * info.el (Info-fontify-node): Add intangible property as well as
16289 invisible.
16290
16291 * calendar/appt.el (appt-make-list): Match all lines of entry.
16292 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16293
162942000-05-18 Kenichi Handa <handa@etl.go.jp>
16295
16296 * international/mule-diag.el (describe-char-after): Call
16297 internal-char-font, not char-font. If internal-char-font returns
16298 nil, display "-- none --".
16299
163002000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16301
16302 * image.el (image-type-available-p): Don't reference image-types
16303 if it isn't bound.
16304
163052000-05-17 Stefan Monnier <monnier@cs.yale.edu>
16306
16307 * autoarg.el (autoarg-mode): Typo in the :set argument.
16308
163092000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16310
16311 * startup.el (command-line-1): Don't signal an error if the
16312 directory for auto-save-list files does not yet exist.
16313
163142000-05-17 Kenichi Handa <handa@etl.go.jp>
16315
16316 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16317
163182000-05-16 Stefan Monnier <monnier@cs.yale.edu>
16319
16320 * subr.el (remove-hook): `setq' hook-value, not `set'.
16321
163222000-05-16 Sam Steingold <sds@gnu.org>
16323
16324 * info.el (debug-ignored-errors): More errors to ignore.
16325
163262000-05-16 Dave Love <fx@gnu.org>
16327
16328 * cus-edit.el: Don't require cl or easymenu.
16329 (custom-variable-prompt): Test standard-value property, not
16330 user-variable-p.
16331
163322000-05-16 Sam Steingold <sds@gnu.org>
16333
16334 * subr.el (add-hook): `setq' hook-value, not `set'.
16335
163362000-05-16 Gerd Moellmann <gerd@gnu.org>
16337
16338 * startup.el (command-line-1): Mention the FAQ in the startup
16339 message.
16340
16341 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16342
16343 * progmodes/compile.el (compilation-parse-errors): Collect
16344 `nomessage' regexps last.
16345
16346 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16347
16348 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16349 to the function name.
16350
163512000-05-15 Dave Love <fx@gnu.org>
16352
16353 * speedbar.el (speedbar-recenter): Typo.
16354 (speedbar-expand-line): Make arg optional.
16355 (speedbar-mode): Avoid a compiler warning.
16356
163572000-05-15 Gerd Moellmann <gerd@gnu.org>
16358
16359 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16360 user-specified option string is empty.
16361
16362 * mouse.el (mouse-yank-at-click): Doc fix.
16363
163642000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
16365
16366 * term/internal.el (IT-character-translations): More updates of
16367 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16368 documents.
16369
163702000-05-15 Gerd Moellmann <gerd@gnu.org>
16371
16372 * env.el (getenv): New function, interactively callable.
16373 (setenv, getenv): Remove autoload cookies.
16374
16375 * loadup.el: Load `env'.
16376
16377 * progmodes/f90.el: Change author's mail address.
16378
163792000-05-14 Dave Love <fx@gnu.org>
16380
16381 * mail/rmail.el (rmail-show-message-hook): Customize and offer
16382 goto-addr as an option.
16383
16384 * help.el (help-xref-stack): Doc fix.
16385 (help-xref-following): New variable.
16386 (help-make-xrefs): Use it.
16387 (help-xref-go-back): Use position information from stack element.
16388 (help-follow): Make position in stack element a pair. Use
16389 help-xref-following.
16390
16391 * autoarg.el: New file.
16392
16393 * faces.el: Declare more functions obsolete.
16394
16395 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16396 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16397 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16398 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16399 Remove all the setup-...-environment functions.
16400
164012000-05-13 Eric M. Ludlam <zappo@ultranet.com>
16402
16403 * speedbar.el: Updated the commentary section. xemacs20p now uses
16404 >= when detecting. Require `defimage' safely.
16405 (speedbar-easymenu-definition-base): Add toggle for images.
16406 (speedbar-easymenu-definition-special): Add flush cache & expand.
16407 (speedbar-visiting-tag-hook): Set new defaults. Added options.
16408 (speedbar-reconfigure-keymaps-hook): New variable.
16409 (speedbar-frame-parameters): Updated documentation.
16410 (speedbar-use-imenu-flag): Updated custom tag
16411 (speedbar-dynamic-tags-function-list): New variable.
16412 (speedbar-tag-hierarchy-method): Updated doc & custom.
16413 (speedbar-indentation-width, speedbar-indentation-width) New
16414 variables.
16415 (speedbar-hide-button-brackets-flag): Customizable.
16416 (speedbar-vc-indicator): Doc update.
16417 (speedbar-ignored-path-expressions): Updated default value.
16418 (speedbar-supported-extension-expressions): Updated default value.
16419 (speedbar-syntax-table): Remove {} paren status.
16420 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16421 as "+". Added overlay aliases.
16422 (speedbar-mode): Use `speedbar-mode-line-update' instead of
16423 `force-mode-line-update'.
16424 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16425 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16426 `mouse-set-point'
16427 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16428 (speedbar-item-info-tag-helper): Revamped to handle a wider range
16429 of arbitrary text, and new helper functions.
16430 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16431 filename finder.
16432 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16433 (speedbar-directory-buttons): Update path search/expansion.
16434 (speedbar-make-tag-line): Pay attention to
16435 `speedbar-indentation-width'. Use more care w/ invisible
16436 properties.
16437 (speedbar-change-expand-button-char): Call
16438 `speedbar-insert-image-button-maybe'.
16439 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16440 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16441 (speedbar-trim-words-tag-hierarchy)
16442 (speedbar-simple-group-tag-hierarchy): New functions
16443 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16444 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16445 functions.
16446 (speedbar-mouse-set-point): New function
16447 (speedbar-power-click): Updated documentation.
16448 (speedbar-line-token, speedbar-goto-this-file): Handle more types
16449 of tag prefix text.
16450 (speedbar-expand-line, speedbar-contract-line): Make more robust
16451 to strange text.
16452 (speedbar-expand-line): Takes universal argument to flush the
16453 cache.
16454 (speedbar-flush-expand-line): New function.
16455 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16456 Use new generator insertion method.
16457 (speedbar-fetch-dynamic-tags): New function.
16458 (speedbar-fetch-dynamic-imenu): Removed code now handled in
16459 `speedbar-fetch-dynamic-imenu'.
16460 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16461 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16462 "Revert Buffer" menu items.
16463 (speedbar-buffer-buttons-engine): Be smarter when creating a
16464 filename tag (for expansion purposes.).
16465 (speedbar-highlight-one-tag-line,
16466 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16467 (speedbar-recenter): New functions.
16468 (defimage-speedbar): Image loading abstraction.
16469 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16470 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16471 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16472 (speedbar-tag-type, speedbar-tag-mail): New images.
16473 (speedbar-expand-image-button-alist): New variable.
16474 (speedbar-insert-image-button-maybe): Insert an image over some
16475 buttons.
16476
164772000-05-13 Kenichi Handa <handa@etl.go.jp>
16478
16479 * international/mule-cmds.el (encode-coding-char): An ASCII
16480 character is always encodable.
16481
16482 * international/mule-conf.el: Add more information in descriptions
16483 of character sets.
16484
16485 * international/mule-diag.el (describe-char-after): New function.
16486 (describe-font-internal): Adjusted for the change of font-info.
16487 (describe-font): Likewise.
16488 (print-fontset): Rewritten for the new fontset implementation.
16489 (describe-fontset): Include fontset alias names in completion.
16490 (list-fontsets): Adjusted for the change of print-fontset.
16491
16492 * simple.el (what-cursor-position): If DETAIL is non-nil, call
16493 describe-char-after instead of displaying the detail in the echo
16494 area.
16495 (syntax-code-table): Format changed.
16496 (string-to-syntax): Adjusted for the above change.
16497
164982000-05-12 Stefan Monnier <monnier@cs.yale.edu>
16499
16500 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16501
165022000-05-12 Dave Love <fx@gnu.org>
16503
16504 * calendar/todo-mode.el: Remove some compatibility stuff and CL
16505 dependence. Use line-{beginning,end}-position, not
16506 point-at{b,e}ol. Some doc fixes.
16507 (todo-position): New function. Fix callers of position to use it.
16508 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16509
165102000-05-12 Gerd Moellmann <gerd@gnu.org>
16511
16512 * time.el (display-time-mail-icon): Use `:ascent center'.
16513
16514 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16515 handling FTP security extensions.
16516
165172000-05-11 Dave Love <fx@gnu.org>
16518
16519 * calendar/todo-mode.el: New file.
16520
165212000-05-11 Gerd Moellmann <gerd@gnu.org>
16522
16523 * comint.el (comint-read-input-ring): Move reference to
16524 comint-input-ring-size outside of the save-excursion. It was
16525 causing the default value to be the only one ever seen.
16526
16527 * font-lock.el: Update copyright. Remove Simon Marshall's email
16528 address on request from him.
16529
16530 * subr.el (substitute-key-definition): Add comment describing
16531 the meaning of PREFIX.
16532
165332000-05-10 Stefan Monnier <monnier@cs.yale.edu>
16534
16535 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16536
16537 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16538 (add-minor-mode): Don't make the variable buffer-local and add a
16539 reference to define-minor-mode in the docstring.
16540
16541 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16542 HEADER/FOOTER and fix bug with trailing empty directory.
16543 (cvs-append-to-ignore): Use vc-editable-p if available.
16544 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16545 (vc-do-command): Tweak advice to handle the new VC.
16546
16547 * log-view.el (log-view-goto-rev): New function for the new VC.
16548 (log-view-minor-wrap): Use mark-active.
16549
16550 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16551 (log-edit-changelog-full-paragraphs): New var.
16552 (log-edit-insert-changelog): Remove a lonely leading `* file'.
16553 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16554 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16555 (log-edit-changelog-ours-p, log-edit-changelog-entries)
16556 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16557 Replace the `cvs' prefix with `log-edit'.
16558
16559 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16560
16561 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16562 (diff-font-lock-defaults): Explicitly turn off multiline.
16563 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16564 (diff-ediff-patch): Fix call to ediff-patch-file.
16565 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16566 Handle comments.
16567
16568 * frame.el (automatic-hscrolling): Typo.
16569
16570 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16571
165722000-05-09 Sam Steingold <sds@goems.com>
16573
16574 * apropos.el (apropos-print): use `describe-face' instead of
16575 `customize-face-other-window'.
16576
165772000-05-09 Dave Love <fx@gnu.org>
16578
16579 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16580
16581 * help.el (describe-variable): Have customize button pop the
16582 help-xref stack when invoked.
16583 (help-xref-symbol-regexp): Add `face'.
16584 (help-make-xrefs): Check for quoted face names and adapt regexp
16585 submatch numbers to cope.
16586 (help-xref-interned): Maybe insert face doc too. Separate
16587 sections with a line of hyphens.
16588
16589 * faces.el: Some doc fixes. Declare some functions obsolete.
16590 (describe-face): Add customize button. Return the help
16591 text. Fix prompt.
16592
165932000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
16594
16595 * term/internal.el (IT-character-translations): Fix last change.
16596
165972000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16598
16599 * woman.el: New file
16600 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16601
166022000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16603
16604 * term/internal.el (IT-character-translations): Update ASCII
16605 simulations for greek-iso8859-7, add latin-iso8859-14 and
16606 latin-iso8859-15.
16607
16608 * international/mule-cmds.el (set-language-info-alist): Call
16609 define-prefix-command with 3 arguments, to make the map suitable
16610 for a menu.
16611
166122000-05-07 Dave Love <fx@gnu.org>
16613
16614 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16615
166162000-05-05 Dave Love <fx@gnu.org>
16617
16618 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16619 list in doc string. Don't quote keyword symbols.
16620 * emacs-lisp/cl.el: Likewise
16621 * emacs-lisp/cl-seq.el: Likewise
16622
166232000-05-05 Gerd Moellmann <gerd@gnu.org>
16624
16625 * abbrev.el (abbrev-mode): Make ARG optional.
16626
166272000-05-04 Gerd Moellmann <gerd@gnu.org>
16628
16629 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16630
16631 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16632
16633 * subr.el (substitute-key-definition): Clarify documentation.
16634
166352000-05-04 Milan Zamazal <pdm@freesoft.cz>
16636
16637 * glasses.el (glasses-convert-to-unreadable): Use
16638 `glasses-separator' instead of the hard-wired "_".
16639 (glasses-mode): Call `glasses-make-unreadable' only in a single
16640 place.
16641
166422000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
16643
16644 * term/internal.el (cjk-codepages-alist): Add associations for
16645 Chinese and Korean codepages. Remove FIXME comment.
16646
166472000-05-03 Dave Love <fx@gnu.org>
16648
16649 * time.el (display-time-mail-face, display-time-use-mail-icon):
16650 New option.
16651 (display-time-mail-icon): New variable.
16652 (display-time-string-forms): Use the above. Fix the local-map.
16653
166542000-05-03 Gerd Moellmann <gerd@gnu.org>
16655
16656 * replace.el (query-replace-map): Add binding for `E'.
16657 (query-replace-help): Extend help text.
16658 (perform-replace): Allow editing the replacement string.
16659
16660 * make-mode.el (makefile-mode-abbrev-table): New variable.
16661 (makefile-mode): Set local abbrev table to
16662 makefile-mode-abbrev-table.
16663 (makefile-font-lock-keywords): Fontify includes and conditionals.
16664
16665 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16666 set TOGGLE's value.
16667
16668 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16669 mail-interactive-insert-alias.
16670 (mail-abbrev-complete-alias): New command.
16671 (mail-mode-map): Bind it to `M-TAB'.
16672
166732000-05-03 Kenichi Handa <handa@etl.go.jp>
16674
16675 * language/lao-util.el (lao-compose-region): New function.
16676
166772000-05-02 Gerd Moellmann <gerd@gnu.org>
16678
16679 * files.el (recover-session): Make directories as necessary
16680 if they don't exist yet.
16681
16682 * calendar/cal-french.el
16683 (french-calendar-multibyte-special-days-array)
16684 (french-calendar-special-days-array): Change French text.
16685 (calendar-french-date-string): Change output.
16686 (calendar-goto-french-date): Likewise.
16687
166882000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
16689
16690 * wid-edit.el (widget-default-active): Obey `:always-active'.
16691 (widget-documentation-string-value-create): Set `:always-active'.
16692
166932000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16694
16695 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16696 default prefix to `~/_emacs.d/auto-save.list/_s'.
16697 (normal-top-level): Create the directory for auto-save files, if
16698 it doesn't already exist (in the ms-dos case only).
16699
167002000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16701
16702 * international/mule-cmds.el (set-language-environment): Don't
16703 concat an integer (dos-codepage), use format instead.
16704
167052000-05-02 Dave Love <fx@gnu.org>
16706
16707 * help.el (help-xref-on-pp): Check for constant symbols.
16708
167092000-04-29 Gerd Moellmann <gerd@gnu.org>
16710
16711 * startup.el (normal-top-level): Put a condition-case around
16712 the code loading subdirs.el.
16713
167142000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16715
16716 * ps-print.el: Upside-down and face background color printing,
16717 line number step, doc fix.
16718 (ps-print-version): New version number (5.2).
16719 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16720 (ps-face-attribute-list, ps-plot-with-face): Code fix.
16721 (ps-spool-config): Var fix.
16722 (ps-printer-name-option): Const fix.
16723 (ps-print-upside-down, ps-use-face-background)
16724 (ps-line-number-step): New vars.
16725 (ps-window-system, ps-lp-system): New consts.
16726 (ps-face-background): New fun.
16727
167282000-04-28 Richard Stallman <rms@gnu.org>
16729
16730 * files.el (make-auto-save-file-name):
16731 Apply auto-save-file-name-transforms to visited file name
16732 before generating auto save file name.
16733 (auto-save-file-name-transforms): New variable.
16734
16735 * files.el (backup-enable-predicate):
16736 Correctly test for a file under a temporary directory.
16737
167382000-04-28 Gerd Moellmann <gerd@gnu.org>
16739
16740 * subr.el (add-minor-mode): Rewritten.
16741
167422000-04-28 Kenichi Handa <handa@etl.go.jp>
16743
16744 * mail/sendmail.el (sendmail-send-it): Set
16745 buffer-file-coding-system to the selected coding system for MIME
16746 header.
16747
167482000-04-27 Gerd Moellmann <gerd@gnu.org>
16749
16750 * dired.el (dired-move-to-filename-regexp): Allow format where
16751 YYYY is followed by two spaces.
16752
16753 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16754 in the second character class of the regexp.
16755
16756 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16757 mh-etc, too.
16758
16759 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16760 nil.
16761
16762 * subr.el (add-minor-mode): Use `set' instead of `setq'.
16763
16764 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16765 argument.
16766
167672000-04-27 Sen Nagata <sen@eccosys.com>
16768
16769 * emacs-lisp/crm.el (crm-completion-table): New variable.
16770 (crm-collection-fn, crm-test-completion)
16771 (completing-read-multiple): Use it.
16772
167732000-04-27 Dave Love <fx@gnu.org>
16774
16775 * help.el (locate-library): Use mapc.
16776 (help-manyarg-func-alist): Add call-process-region.
16777
167782000-04-26 Gerd Moellmann <gerd@gnu.org>
16779
16780 * subr.el (add-minor-mode): Make argument MAP optional.
16781
16782 * desktop.el (desktop-save): Save list of minor modes.
16783 (desktop-create-buffer): Restore minor modes.
16784 (desktop-minor-mode-table): New user-option.
16785
16786 * subr.el (add-minor-mode): New function.
16787
16788 * image.el (find-image): New function.
16789 (defimage): Rewritten to find image at load time.
16790
16791 * startup.el (normal-top-level-add-to-load-path): Handle
16792 case that the default directory is not in load-path.
16793
16794 * help.el: Old patch from Stefan Monnier.
16795 (help-xref-on-pp): New function.
16796 (describe-variable): Use it to display xrefs in a symbol's value.
16797
167982000-04-26 Stefan Monnier <monnier@cs.yale.edu>
16799
16800 * cus-edit.el (custom-face): Fix parenthesis.
16801
168022000-04-26 Kenichi Handa <handa@etl.go.jp>
16803
16804 * mail/rmail.el (rmail-expunge): When there are no deleted
16805 messages, do nothing.
16806
168072000-04-26 Dave Love <fx@gnu.org>
16808
16809 * international/mule-cmds.el (locale-translation-file-name):
16810 Defvar to nil.
16811 (set-locale-environment): Set it here (at runtime).
16812
168132000-04-25 Gerd Moellmann <gerd@gnu.org>
16814
16815 * replace.el (perform-replace): Add parameters START and END. Use
16816 them instead of the check for a region in Transient Mark mode.
16817 (query-replace-read-args): Return two more list elements for the
16818 start and end of the region in Transient Mark mode.
16819 (query-replace, query-replace-regexp, query-replace-regexp-eval)
16820 (map-query-replace-regexp, replace-string, replace-regexp): Add
16821 optional last arguments START and END and pass them to
16822 perform-replace.
16823
16824 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16825 form with additional arguments for perform-replace.
16826
16827 * progmodes/etags.el (tags-query-replace): Add parameters START
16828 and END. Construct a form with additional arguments for
16829 perform-replace.
16830
16831 * simple.el (shell-command): Set default directory for "*Shell
16832 Command Output" buffer.
16833
16834 * language/european.el (iso-latin-4): Fix typo.
16835
16836 * emacs-lisp/crm.el: New file.
16837
168382000-04-24 Dave Love <fx@gnu.org>
16839
16840 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16841 (Custom-reset-saved, Custom-reset-standard)
16842 (custom-group-value-create, custom-group-set, custom-group-save)
16843 (custom-group-reset-current, custom-group-reset-saved)
16844 (custom-group-reset-standard): Use mapc.
16845 (custom-buffer-create-internal): Disable undo when creating items.
16846 Use mapc.
16847 (custom-face): Avoid redundant lambda.
16848
168492000-04-24 Gerd Moellmann <gerd@gnu.org>
16850
16851 * startup.el (auto-save-list-file-prefix): Set default to
16852 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16853
168542000-04-24 Sam Steingold <sds@gnu.org>
16855
16856 * time-stamp.el (time-stamp-string-preprocess): Always convert
16857 `field-result' to a string.
16858
168592000-04-24 Gerd Moellmann <gerd@gnu.org>
16860
16861 * frame.el (scrolling): New group.
16862 (automatic-hscrolling): New user-option.
16863
16864 * startup.el (command-line-x-option-alist): Add `-lsp' and
16865 `--line-spacing'.
16866
168672000-04-19 Dave Love <fx@gnu.org>
16868
16869 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16870 (cl-mapc): Rename from mapc. Fix the funcall.
16871
168722000-04-19 Gerd Moellmann <gerd@gnu.org>
16873
16874 * simple.el (clone-indirect-buffer-other-window): New command.
16875 (clone-indirect-buffer): Add optional arg NORECROD.
16876 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16877
16878 * help.el (resize-temp-buffer-window): Use count-screen-lines.
16879
16880 * window.el (count-screen-lines): New function.
16881 (shrink-window-if-larger-than-buffer): Use count-screen-lines
16882 instead of window-buffer-height.
16883
16884 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16885 non-existing variable comint-input-sentinel.
16886 (inferior-lisp-args-to-list): Removed.
16887 (inferior-lisp): Use split-string instead of
16888 inferior-lisp-args-to-list.
16889
16890 * hexl.el (hexl-insert-hex-string): New command.
16891
16892 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16893 instead of concat.
16894
168952000-04-18 Gerd Moellmann <gerd@gnu.org>
16896
16897 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16898 at the start of an existing but empty folder.
16899
169002000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16901
16902 * ps-mule.el: Customization fix, doc fix.
16903 (ps-multibyte-buffer): Customization fix.
16904
169052000-04-17 Richard M. Stallman <rms@gnu.org>
16906
16907 * subr.el (read-passwd): Use read-char-exclusive.
16908
169092000-04-17 Gerd Moellmann <gerd@gnu.org>
16910
16911 * textmodes/texinfo.el (texinfo-insert-@email)
16912 (texinfo-insert-@emph, texinfo-insert-@quotation)
16913 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
16914 (texinfo-mode-map): Add key bindings for them.
16915
16916 * files.el (basic-save-buffer-2): Use a template with `$'
16917 instead of `#' for VMS.
16918
16919 * simple.el (clone-indirect-buffer): New function.
16920
169212000-04-16 Stephen Eglen <stephen@gnu.org>
16922
16923 * iswitchb.el (iswitchb-case): New function. If the user input
16924 contains any upper-case characters, the search is made
16925 case-sensitive.
16926
169272000-04-17 Stefan Monnier <monnier@cs.yale.edu>
16928
16929 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
16930 comment-end.
16931 (texinfo-font-lock-syntactic-keywords): New var.
16932 (texinfo-font-lock-keywords): Remove comment regexp.
16933 (texinfo-insert-block): New function.
16934 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
16935 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
16936 and font-lock-defaults. Use regexp-opt for outline-regexp.
16937 (texinfo-environments): New var.
16938 (texinfo-environment-regexp): Use regexp-opt and
16939 texinfo-environments.
16940
16941 * textmodes/ispell.el (ispell-menu-map-needed): Check that
16942 ispell-process is bound since this might be eval'd before ispell
16943 is loaded.
16944 (ispell-message): Use a tiny bit less magic and a bit more hard
16945 data to figure out what kind of sc-cite-regexp to use.
16946
16947 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
16948
16949 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
16950 (insert-cyclic-diary-entry): Unquote the lambda.
16951
16952 * gud.el (gud-jdb-build-source-files-list): Fix typo.
16953
16954 * files.el (backup-enable-predicate): Unquote the lambda.
16955
16956 * cus-edit.el (custom-face, face): Unquote the lambda.
16957
169582000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16959
16960 * ps-print.el: Check for line-beginning-position definition.
16961
16962 * ps-print.el: Fix counting lines in a region.
16963 (ps-print-version): New version number (5.1.5).
16964 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
16965 (ps-printing-region): Fun code fix.
16966
169672000-04-15 Gerd Moellmann <gerd@gnu.org>
16968
16969 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
16970 to file-directory-p.
16971
169722000-04-14 Gerd Moellmann <gerd@gnu.org>
16973
16974 * gud.el (gud-jdb-build-source-files-list): Check that directory
16975 exists before calling directory-files.
16976
169772000-04-13 Dave Love <fx@gnu.org>
16978
16979 * emacs-lisp/trace.el: Change maintainer. Use new backquote
16980 syntax.
16981
16982 * emacs-lisp/cl-specs.el: Remove when, unless.
16983
16984 * emacs-lisp/cl-extra.el: Don't quote keywords.
16985 (cl-old-mapc): New variable.
16986 (mapc): Use it.
16987 (cl-map-intervals): Use with-current-buffer. Don't check for
16988 next-property-change.
16989 (cl-map-overlays): Use with-current-buffer.
16990 (cl-expt): Remove.
16991 (copy-tree, remprop): Define unconditionally.
16992
16993 * emacs-lisp/cl-compat.el (keywordp): Remove.
16994
16995 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
16996 to use keywordp.
16997 (edebug-spec): Enable keywordp.
16998
16999 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
17000 string-lessp.
17001
17002 * cus-start.el: Use keywordp.
17003
170042000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17005
17006 * diary-lib.el (include-other-diary-files): Fix the fix of
17007 2000-02-18 by doing a save-excursion.
17008
170092000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17010
17011 * ps-print.el: Customization fix, doc fix.
17012 (ps-print-version): New version number (5.1.4).
17013 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
17014 (ps-print-preprint): Adjust code.
17015 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
17016 (ps-print-prologue-header, ps-print-control-characters)
17017 (ps-spool-config): Customization fix.
17018
170192000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
17020
17021 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
17022 converted to the new menu-item format, names silightly changed,
17023 help strings added.
17024
17025 Support for spelling without async subprocesses:
17026
17027 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
17028 (ispell-session-buffer): New variables.
17029 (ispell-start-process, ispell-process-status,
17030 ispell-accept-output, ispell-send-string): New functions, for
17031 Ispell invocation when async subprocesses aren't supported.
17032 (ispell-word, ispell-pdict-save, ispell-command-loop,
17033 ispell-process-line, ispell-buffer-local-parsing): Replace calls
17034 to process-send-string with calls to ispell-send-string, and
17035 accept-process-output with ispell-accept-output.
17036 (ispell-init-process): Call ispell-process-status instead of
17037 process-status with.
17038 (ispell-init-process): Call ispell-start-process. Call
17039 ispell-accept-output and ispell-send-string. Don't call
17040 process-kill-without-query and kill-process if they are unbound.
17041 (ispell-async-processp): New function.
17042
170432000-04-12 Dave Love <fx@gnu.org>
17044
17045 * info.el: Add debug-ignored-errors.
17046 (Info-mode-menu): Add some items.
17047 (Info-directory): Add autoload cookie.
17048
17049 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
17050 Modify `truncate-lines'. Make `describe-language-environment'
17051 always visible and add help. Modify `describe-key' help. Invoke
17052 Info-directory from `info'. New entry `emacs-manual'.
17053
170542000-04-10 Gerd Moellmann <gerd@gnu.org>
17055
b291c86c
SM
17056 * progmodes/ebrowse.el (ebrowse-tree-mode):
17057 Use propertized-buffer-identification.
a30eb617
DL
17058 (ebrowse-update-member-buffer-mode-line): Likewise.
17059 (ebrowse--mode-strings): Removed.
17060 (ebrowse--mode-line-props): Removed.
17061
17062 * files.el (auto-mode-alist): Add `EBROWSE'.
17063
17064 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
17065 space before testing for end of buffer.
17066 (ebrowse-load): Removed.
17067 (ebrowse-revert-tree-buffer-from-file): Rewritten.
17068 (ebrowse-create-tree-buffer): Rewritten.
17069 (ebrowse-tree-mode): Read tree from buffer.
17070
17071 * progmodes/ebrowse-ffh.el: Removed.
17072
170732000-04-10 Kenichi Handa <handa@etl.go.jp>
17074
17075 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
17076
170772000-04-10 Gerd Moellmann <gerd@gnu.org>
17078
17079 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
17080 at the wrong place.
17081
170822000-04-09 Dave Love <fx@gnu.org>
17083
b291c86c
SM
17084 * files.el (backup-enable-predicate):
17085 Use temporary-file-directory, small-temporary-file-directory.
17086 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
17087 (make-backup-file-name-1): New function.
17088 (make-backup-file-name): Use it.
b291c86c 17089 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
17090 (file-newest-backup): Use make-backup-file-name.
17091
170922000-04-09 Gerd Moellmann <gerd@gnu.org>
17093
17094 * progmodes/ebrowse-ffh.el: New file.
17095
86f6474c
SM
17096 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
17097 Moved to ebrowse-ffh.el.
a30eb617
DL
17098 (ebrowse-load): Add autoload.
17099
17100 * finder.el (finder-commentary): Add autoload cookie.
17101
17102 * mail/rfc2368.el: Correct author's email address.
17103
17104 * progmodes/ebrowse.el: New file.
17105
17106 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
17107 item help string.
17108 (easy-menu-do-add-item): Ditto.
17109 (easy-menu-define): Extend doc string.
17110
86f6474c 17111 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
17112 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
17113 (jit-lock-function, jit-lock-stealth-fontify): Don't use
17114 with-buffer-unmodified.
17115
171162000-04-08 Dave Love <fx@gnu.org>
17117
17118 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
17119 unless, when.
17120
171212000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
17122
17123 * viper-util.el (viper-put-on-search-overlay): New subroutine.
17124 (viper-flash-search-pattern): No operation when using Emacs
17125 doesn't support face.
17126 Use `viper-put-on-search-overlay'.
17127
171282000-04-04 Gerd Moellmann <gerd@gnu.org>
17129
17130 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
17131 like C-r.
17132
17133 * progmodes/make-mode.el: Some doc fixes.
17134 (makefile-mode-abbrev-table): New variable.
17135 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
17136 (makefile-font-lock-keywords): Fontify includes and conditionals.
17137 (toplevel): Require `dabbrev' and `add-log' when compiling.
17138
17139 * replace.el (perform-replace): Don't move forward one char
17140 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
17141 to do that because it leaves point 1 position after the last
17142 replacement, after everything has been replaced.
17143
17144 * jit-lock.el (with-buffer-unmodified): New macro.
17145 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
17146 modified state.
17147 (jit-lock-function-1): Extracted from jit-lock-function; not
17148 preserving buffer's modified state.
86f6474c
SM
17149 (jit-lock-function, jit-lock-stealth-fontify):
17150 Call jit-lock-function-1.
a30eb617
DL
17151
17152 * mail/rfc2368.el: Remove supernumerary copyright line.
17153
171542000-04-04 Milan Zamazal <pdm@freesoft.cz>
17155
17156 * glasses.el: Provide facilities for inserting space before left
17157 parentheses and uncapitalization of identifiers.
17158 (glasses-mode): Try to remove old overlays in all cases.
17159
171602000-04-03 Gerd Moellmann <gerd@gnu.org>
17161
17162 * progmodes/compile.el (compile-internal): Display the compilation
17163 buffer in a different frame, if it's already displayed there.
17164
17165 * mail/rfc2368.el: New file.
17166
17167 * simple.el (sendmail-user-agent-compose): Recognize a `body'
17168 header and insert its value as mail body.
17169
17170 * subr.el (member-ignore-case): New function.
17171
17172 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
17173 (dabbrev--find-expansion): Ignore buffers matching a regexp
17174 from dabbrev-ignored-regexps.
17175
17176 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
17177 to extensions handled by gzip.
17178
171792000-04-03 Richard M. Stallman <rms@gnu.org>
17180
17181 * files.el (insert-directory): List the total free space
17182 along with the used space.
17183
17184 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
17185 line is followed by one that matches CITATION-REGEXP, end the
17186 paragraph.
17187
171882000-04-03 Markus Rost <rost@delysid.gnu.org>
17189
17190 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
17191 (rmail-make-basic-summary-line): Use that option.
17192
171932000-04-03 Kenichi Handa <handa@etl.go.jp>
17194
17195 * international/mule-cmds.el (encoded-string-description):
17196 Rewritten. Try pretty description for ISO 2022 escape sequences
17197 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
17198 for hexadecimal format.
17199
172002000-04-01 Dave Love <fx@gnu.org>
17201
17202 * cpp.el: Change customization group to `c' from `C'.
17203
17204 * vcursor.el (vcursor-move): Use display-color-p.
17205
17206 * international/mule-util.el: Provide mule-utils.
17207 (string-to-sequence): Simplify and speed up.
17208
17209 * international/mule.el (make-coding-system): Purecopy doc-string.
17210
17211 * international/mule-cmds.el: Various menu changes.
17212 (describe-specified-language-support): Handle `Default'.
17213 (set-language-info): Purecopy `info'.
17214
172152000-03-31 Andrew Innes <andrewi@gnu.org>
17216
17217 * vc.el (vc-backend-diff): Return the correct status if we had to
17218 retry the rcsdiff command without the --brief option.
17219
172202000-03-31 Dave Love <fx@gnu.org>
17221
17222 * help.el (help-manyarg-func-alist): Correct several omissions.
17223
17224 * add-log.el: Don't require cl, fortran.
17225 (add-log-current-defun-function): Doc fix.
86f6474c 17226 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 17227 (change-log-version-rcs): Function deleted.
86f6474c
SM
17228 (change-log-version-number-search): Doc fix.
17229 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
17230 (add-change-log-entry): Just call add-log-current-defun to get
17231 defun. Simplify somewhat.
17232 (change-log-get-method-definition-1): Likewise.
17233 (add-log-current-defun): Return nil if calling
17234 add-log-current-defun-function does so. Move Fortran stuff to
17235 fortran.el. Return string without properties.
17236
17237 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17238 and :alpha: char classes.
17239
17240 * mail/supercite.el: Defvar curline when compiling.
17241 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17242 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17243 rather than a-zA-Z0-9 to allow non-ASCII characters.
17244
172452000-03-31 Gerd Moellmann <gerd@gnu.org>
17246
17247 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17248
17249 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17250 Re-enable new code.
17251
17252 * lpr.el (print-region-1): Use -d to specify printer name for
17253 systems `usg-unix-v*, `dgux', `hpux', `irix'.
17254
172552000-03-31 Dave Love <fx@gnu.org>
17256
86f6474c
SM
17257 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17258 Look for function definition in symbol's function value slot first
a30eb617
DL
17259 instead of first consulting byte-compile-function-environment.
17260
172612000-03-31 Kenichi Handa <handa@etl.go.jp>
17262
17263 * language/european.el ("Polish"): New language environment.
17264 (setup-polish-environment): New function.
17265
172662000-03-30 Gerd Moellmann <gerd@gnu.org>
17267
17268 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17269 Disable new code.
17270
17271 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
17272 trying to `load' the symbol of an autoload instead of the file
17273 recorded in the autoload. Fix error messages.
17274
172752000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17276
17277 * ps-print.el: PostScript programming fix for ghostview, doc fix.
17278 (ps-print-version): New version number (5.1.3).
17279 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
17280 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
17281 (ps-generate-postscript-with-faces): Code fix.
17282 (ps-color-values): XEmacs compatibility.
17283 (ps-print-background-image, ps-print-background-text, ps-printer-name)
17284 (ps-default-fg, ps-default-bg): Adjust customization.
17285 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
17286 (ps-color-scale): Renaming old ps-color-value fun.
17287 (ps-print-headers): Replace ps-print-header group to avoid conflict
17288 with ps-print-header variable.
17289 (ps-print-miscellany): New group.
17290 (ps-format-color, ps-rgb-color): New funs.
17291 (ps-default-foreground): New var.
17292 (ps-printer-name-option): New const.
17293
172942000-03-30 Peter Breton <pbreton@ne.mediaone.net>
17295
17296 * net/net-utils.el:
17297 (network-connection-host, network-connection-service): New variables
17298 (network-connection-mode): New mode, derived from comint-mode
17299 (network-connection-mode-setup): New function, saves host and
17300 service information in local variables.
17301
17302 * lisp/locate.el:
17303 (locate-word-at-point): Added this function
17304 (locate): Default to using locate-word-at-point as input
17305 Run dired-mode-hook
17306
173072000-03-29 Dave Love <fx@gnu.org>
17308
17309 * calendar/appt.el: Doc fixes.
17310 (appt-check): Convert min-to-app to a string before passing to
17311 appt-disp-window-function or concat.
17312 (appt-delete-window): Remove test for frame-root-window.
17313 (appt-select-lowest-window, appt-convert-time): Simplify.
17314
17315 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
17316 (byte-compile-file-form-autoload):
17317 Update byte-compile-function-environment.
a30eb617
DL
17318
173192000-03-29 Andreas Schwab <schwab@suse.de>
17320
86f6474c 17321 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
17322
17323 * dired.el (dired-insert-directory): If dired-free-space-program
17324 failed just delete its output.
17325
173262000-03-29 Dave Love <fx@gnu.org>
17327
17328 * international/iso-cvt.el: Move provide to end. Doc fixes.
17329 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17330 (iso-iso2sgml, iso-sgml2iso): New functions.
17331 (iso-cvt-define-menu): Fix some entries and use backquote for
17332 clarity.
17333
17334 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17335
173362000-03-28 Gerd Moellmann <gerd@gnu.org>
17337
17338 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17339 ISO-DATE. If non-nil, return date in ISO 8601 format.
17340
173412000-03-26 Stefan Monnier <monnier@cs.yale.edu>
17342
17343 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17344 if it ever becomes used.
17345 (log-edit-mode-hook): Default to vc-log-mode-hook.
17346 (log-edit-mode): Fix the docstring.
17347
17348 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17349 the code.
17350
173512000-03-26 Dave Love <fx@gnu.org>
17352
17353 * net/browse-url.el (browse-url): Re-fix case of
17354 browse-url-browser-function being an alist.
17355 (browse-url): Add :link to defgroup.
17356
17357 * files.el: Doc fixes.
17358 (file-truename): Include `[' in wildcard characters.
17359 (automount-dir-prefix): Customize.
17360 (find-file-wildcards): Add :version.
17361 (find-file-noselect): Simplify a mapcar call.
17362
17363 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17364 compatible with inf-lisp version.
17365 (eval-defun-1): Fix custom-declare-variable case.
17366
173672000-03-25 Stefan Monnier <monnier@cs.yale.edu>
17368
17369 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17370
173712000-03-24 Gerd Moellmann <gerd@gnu.org>
17372
17373 * Makefile (COMPILE_FIRST): New macro.
17374 (compile-files): Compile files from COMPILE_FIRST first.
17375
86f6474c 17376 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
17377
17378 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17379 matching open parenthesis in column 0 to defun-prompt-regexp
17380 only if open-paren-in-column-0-is-defun-start is set.
17381
17382 * sun-curs.el: Require CL at compile-time only.
17383
17384 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17385 instead of copy-list which is a function from CL.
17386 (msb--choose-menu, msb--mode-menu-cond)
17387 (msb--create-buffer-menu-2): Use dolist instead of mapc.
17388 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
17389 (msb--aggregate-alist): Use mapcar instead of mapcan.
17390 Fix `(' in column 0 in doc string.
a30eb617
DL
17391 (msb--add-separators): Use mapcar instead of mapcan.
17392
17393 * cus-dep.el: Require CL at compile-time only.
17394
173952000-03-24 Stefan Monnier <monnier@cs.yale.edu>
17396
17397 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17398 (byte-compile-warnings): New warning `noruntime'.
17399 (byte-compile-constants, byte-compile-variables): Fix docstring.
17400 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17401 execute `eval-whenc-compile's body.
17402 (byte-compile-unresolved-functions): Fix docstring.
17403 (byte-compile-eval): New function.
17404 (byte-compile-callargs-warn): Check if the function will be available
17405 at runtime (via property `byte-compile-noruntime').
17406 (byte-compile-print-syms): New function.
17407 (byte-compile-warn-about-unresolved-functions): Also warn about
17408 `noruntime' functions (and use `byte-compile-print-syms').
17409 (byte-compile-file): Capitalize the message.
17410
174112000-03-24 Gerd Moellmann <gerd@gnu.org>
17412
17413 * mail/rmail.el (rmail-confirm-expunge): New user-option.
17414 (rmail-expunge): Ask for confirmation depending on the setting
17415 of rmail-confirm-expunge.
17416
174172000-03-23 Gerd Moellmann <gerd@gnu.org>
17418
17419 * Makefile (bootstrap-clean): If $(emacs) exists, build
17420 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 17421 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
17422
174232000-03-23 Dave Love <fx@gnu.org>
17424
17425 * net/browse-url.el: Restore previous use of
17426 browse-url-maybe-new-window.
17427
174282000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17429
17430 * ps-print.el: Skip banner page fix.
17431 (ps-print-version): New version number (5.1.2).
17432 (ps-begin-file, ps-end-file, ps-generate): Code fix.
17433
174342000-03-23 Dave Pearson <davep@davep.org>
17435
17436 * net/quickurl.el Changed the type of parameter passed to the
17437 function defined by `quickurl-format-function'. Before only the
17438 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
17439 and the function is responsible for extracting the parts it requires.
17440 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
17441 (quickurl-insert): Changed the `funcall' of
17442 `quickurl-format-function' to match the above change.
17443 (quickurl-list-insert): Changed the `url' case so that it makes
17444 use of `quickurl-format-function', previous to this the format was
17445 hard wired.
17446
174472000-03-22 Gerd Moellmann <gerd@gnu.org>
17448
17449 * startup.el: Change some spellings for the X Window System.
17450
174512000-03-22 Stefan Monnier <monnier@cs.yale.edu>
17452
86f6474c
SM
17453 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17454 Clean up the code and the regexp and make sure the cursor is
17455 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
17456
174572000-03-22 Jason Rumney <jasonr@gnu.org>
17458
17459 * w32-fns.el (w32-charset-info-alist): Initialize.
17460
174612000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17462
17463 * ps-print.el: N-up last page fix.
17464 (ps-print-version): New version number (5.1.1).
17465 (ps-end-file, ps-end-job, ps-generate): Code fix.
17466
174672000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17468
17469 * files.el (find-file-run-dired): Update docstring.
17470 (find-directory-functions): New hook.
17471 (find-file-noselect): Run find-directory-functions rather than
17472 calling dired directly.
17473
17474 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17475
17476 * pcvs.el: Add a minimal leading commentary.
17477 (cvs-make-cvs-buffer): Change the header part by removing the startup
17478 message and adding a `Module' entry. Also replace the FOOTER and
17479 HEADER special fileinfos with the new support in ewoc for updating
17480 its own footer and header.
17481 (cvs-update-header): Update to use the header/footer of the ewoc.
17482 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17483 (cvs-is-within-p): New function.
17484 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17485 to only examine some subset of the buffers.
17486
17487 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17488 `format' instead of our own ad-hoc functions.
17489 Remove HEADER and FOOTER cases, now handled in the EWOC.
17490 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17491
17492 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17493 output to avoid scaring the user.
17494 (cvs-parse-table): Catch message for non-up-to-date commits.
17495
17496 * pcvs-defs.el (cvs-startup-message): Remove.
17497 (cvs-global-menu): New autoloaded menu.
17498
17499 * pcvs-util.el (cvs-string-fill): Remove.
17500
17501 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17502 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17503 PP part of it and also make it work for footers and headers.
17504 (ewoc-create): Drop POS and BUFFER arguments.
17505 Use the DLL's dummy node to store the end-of-footer position.
17506 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17507 (ewoc-refresh): Remove unused `header' variable.
17508 (ewoc-(get|set)-hf): New functions.
17509
17510 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17511 log-view-*-(message|file) and use easy-mmode-define-navigation.
17512 (log-view-message-re): Match SCCS format as well.
17513 And match the revision line rather than the dashed separator line.
17514 (log-view-mode): Use the new define-derived-mode.
17515 (log-view-current-tag): Fill in with an actual implementation.
17516
17517 * cvs-status.el (cvs-status-(prev|next)): Rename from
17518 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17519 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17520 to let the output "breathe" a little more (more readable).
17521 (cvs-status-mode): Use the new define-derived-mode.
17522
17523 * smerge-mode.el (smerge-auto-leave): New function and variable.
17524 (smerge-basic-map): Rename from smerge-basic-keymap.
17525 Change the bindings for smerge-diff-*.
17526 (smerge-*-map): Use easy-mmode-defmap.
17527 (smerge-(next|prev)): Use easy-mmode-define-navigation.
17528 (smerge-keep-*): Use smerge-auto-leave.
17529
175302000-03-21 Jason Rumney <jasonr@gnu.org>
17531
17532 * cus-edit.el (custom-button-face): Use 3D look for w32.
17533 (custom-button-pressed-face): Likewise.
17534
175352000-03-21 Gerd Moellmann <gerd@gnu.org>
17536
17537 * progmodes/etags.el (tags-case-fold-search): New user-option.
17538 (tags-loop-eval): New function. Bind case-fold-search around eval
17539 depending on the value of tags-case-fold-search.
17540 (tags-loop-continue): Use tags-loop-eval.
17541 (find-tag-in-order): Bind case-fold-search depending on the value
17542 of tags-case-fold-search.
17543
175442000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17545
86f6474c 17546 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
17547 (diff-end-of-hunk): Return the end position for use in
17548 `easy-mmode-define-navigation'.
17549 (diff-recenter): Remove.
17550 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17551 of `easy-mmode-define-navigation'.
17552 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17553 previous renaming) and fix to use new names.
17554 (diff-merge-strings): Use \n as separator: simpler, faster.
17555 (diff-mode): Use `define-derived-mode'.
17556
17557 * derived.el (define-derived-mode): Don't autoload anymore.
17558 Prefer the macro-only version provided by easy-mmode.el.
17559
17560 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 17561 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
17562 (easy-mmode-define-navigation): New macro.
17563
17564 * subr.el (combine-run-hooks): New function.
17565
175662000-03-21 Kenichi HANDA <handa@etl.go.jp>
17567
17568 * term/x-win.el: Fontsets related initialization is simplified.
17569
17570 * international/mule-diag.el (describe-font): Don't refer to
17571 global-fontset-alist, instead call font-list.
17572 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 17573 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 17574
86f6474c
SM
17575 * international/fontset.el (x-charset-registries): Variable removed,
17576 instead the corresponding data is stored in the default fontset.
a30eb617
DL
17577 (register-alternate-fontnames): Function removed.
17578 (resolved-ascii-font): Variable removed.
17579 (x-compose-font-name): Ignore the second argument REDOCE.
17580 (x-complement-fontset-spec): Complement only an ASCII font and
17581 element for those charsets than can use that ASCII font.
17582 (generate-fontset-menu): Don't refer to global-fontset-alist,
17583 instead call fontset-list.
17584 (uninstantiated-fontset-alist): Variable removed.
17585 (x-style-funcs-alist): Likewise.
17586 (fontset-default-styles): Likewise.
17587 (x-modify-font-name): Function removed.
86f6474c 17588 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
17589 (create-fontset-from-ascii-font): Docsting adjusted for the above
17590 change.
17591 (instantiate-fontset, resolve-fontset-name): Functions removed.
17592 (fontset-list): Now implemented by C code.
17593
17594 * faces.el (read-face-font): Fix TABLE arg to completing-read.
17595 (describe-face): Include `font' attribute in the description.
17596
175972000-03-21 Kenichi Handa <handa@etl.go.jp>
17598
17599 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17600
176012000-03-20 Gerd Moellmann <gerd@gnu.org>
17602
17603 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17604 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17605 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17606
17607 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17608 about behavior of set-buffer-modified-p wrt redisplay.
17609
176102000-03-19 Richard M. Stallman <rms@gnu.org>
17611
17612 * view.el (view-mode-disable): Kill local binding of view-read-only.
17613
176142000-03-18 Gerd Moellmann <gerd@gnu.org>
17615
86f6474c 17616 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
17617 is a string, convert it to a syntax cell using string-to-syntax.
17618
17619 * simple.el (syntax-code-table, syntax-flag-table): New variables.
17620 (string-to-syntax): New function.
17621
17622 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17623 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17624 try to use passive ftp mode.
17625
176262000-03-17 Gerd Moellmann <gerd@gnu.org>
17627
17628 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17629
17630 * simple.el (append-to-buffer): Update point of windows after
17631 insertion.
17632
17633 * abbrev.el (inverse-add-abbrev): Identify word by first moving
17634 forward then moving backward. Reindent.
17635
17636 * frame.el (other-frame): Call x-focus-frame only if
17637 focus-follows-mouse is off.
17638
176392000-03-17 Dave Love <fx@gnu.org>
17640
86f6474c 17641 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
17642
176432000-03-17 Stefan Monnier <monnier@cs.yale.edu>
17644
17645 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17646 regexp for labels cannot span several lines.
17647
17648 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17649 `(setq :<key> ':<key>)' to the macro expansion.
17650
176512000-03-16 Dave Love <fx@gnu.org>
17652
17653 * progmodes/f90.el (f90): Put custom group under `languages', not
17654 `fortran'.
17655 (f90-mode-hook): Customize.
17656 (f90-mode): Set add-log-current-defun-function.
17657 (f90-current-defun): New function.
17658
176592000-03-16 Gerd Moellmann <gerd@gnu.org>
17660
17661 * cus-edit.el (custom-variable-tag-face): Handle case that
17662 default face's height is not a number.
17663 (custom-face-tag-face, custom-group-tag-face-1)
17664 (custom-group-tag-face): Ditto.
17665 (custom-group-tag-face-1): Add :group.
17666
17667 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17668
176692000-03-15 Gerd Moellmann <gerd@gnu.org>
17670
17671 * pcvs-defs.el (toplevel): Remove autoload cookie for form
17672 requiring easymenu.
17673
176742000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17675
17676 * ps-print.el: PostScript user-defined prologue, PostScript error
17677 handler, doc fix.
17678 (ps-print-version): New version number (5.1).
17679 (ps-user-defined-prologue, ps-error-handler-message)
17680 (ps-print-prologue-0, ps-error-handler-alist): New vars.
17681 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17682 (ps-insert-string): New function.
17683
176842000-03-15 Kenichi Handa <handa@etl.go.jp>
17685
17686 * international/ccl.el (ccl-compile-expression): Don't generate
17687 invalid self-assignment code.
17688
176892000-03-14 Dave Love <fx@gnu.org>
17690
17691 * subr.el (replace-regexp-in-string): Renamed from
17692 replace-regexps-in-string. Doc fix.
17693
176942000-03-12 Dave Love <fx@gnu.org>
17695
17696 * cus-edit.el: Doc fixes.
86f6474c 17697 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
17698 (custom-variable-tag-face, custom-face-tag-face)
17699 (custom-group-tag-face-1, custom-group-tag-face): Modify from
17700 style which user identify as hyperlink.
17701 (hook): Don't add undefined functions to the hook.
17702 (debug-ignored-errors): Transfer message from bindings.el.
17703
177042000-03-12 Gerd Moellmann <gerd@gnu.org>
17705
86f6474c
SM
17706 * recentf.el (recentf-keep-non-readable-files-p):
17707 Remove double/nested definition.
a30eb617
DL
17708
177092000-03-12 Dave Love <fx@gnu.org>
17710
17711 * facemenu.el (facemenu-get-face): Use display-color-p.
17712 * enriched.el (enriched-decode-foreground): Likewise.
17713 (enriched-decode-background): Likewise.
17714 * isearch.el (isearch-highlight): Likewise.
17715 * info-look.el (info-lookup): Likewise.
17716 * simple.el (completion-setup-function): Likewise.
17717
17718 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17719 :options.
17720
17721 * bindings.el (mode-line-format): Fix line-number and
17722 column-number items. Add help-echo for the background.
17723 (mode-line-mule-info): Modify help-echo.
17724
17725 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17726
17727 * files.el (load-file): Allow completion to .elc.
17728
17729 * man.el: Doc fixes.
17730 (Man-init-defvars): Use display-color-p to set fontification.
17731
17732 * play/hanoi.el (hanoi-internal): Don't use oddp.
17733
177342000-03-12 Gerd Moellmann <gerd@gnu.org>
17735
17736 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17737
17738 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17739
177402000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17741
17742 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17743 Fix comment.
17744
177452000-03-10 Stefan Monnier <monnier@cs.yale.edu>
17746
17747 * font-lock.el (font-lock-keywords): Fix the doc now that
17748 regexp-opt-depth is unnecessary.
17749 (save-buffer-state): Set an edebug spec.
17750 (font-lock-fontify-anchored-keywords): Properly handle the case when
17751 the matcher goes past the limit.
17752
17753 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17754 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17755
17756 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
17757 dll.el and cookie.el (from Elib) with heavy renaming and other
17758 massaging.
17759
17760 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17761 Autoload the functions used.
17762 (easy-mmode-define-syntax): Fix CL typo.
17763 (easy-mmode-define-derived-mode): Improve the docstring generation.
17764
177652000-03-10 Gerd Moellmann <gerd@gnu.org>
17766
17767 * textmodes/texinfo.el (texinfo-version): Variable and function
17768 removed.
17769
177702000-03-09 Stefan Monnier <monnier@cs.yale.edu>
17771
17772 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17773 allow more flexibility.
ff39b9a1 17774 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
17775 (easy-mmode-defmap, easy-mmode-defsyntax)
17776 (easy-mmode-define-derived-mode): New macros.
17777
177782000-03-09 Didier Verna <didier@xemacs.org>
17779
17780 * rect.el (replace-rectangle): New function.
17781
177822000-03-09 Dave Love <fx@gnu.org>
17783
ff39b9a1 17784 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
17785 (fortran-comment-line-start-skip): Don't match cpp stuff.
17786 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
17787 (fortran-mode-map): Remove over-eager custom-menu-create for now.
17788 (fortran-mode): Don't set fortran-comment-line-start-skip,
17789 fortran-comment-line-start here. Set comment-start,
17790 add-log-current-defun.
17791 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17792 (fortran-current-defun): New function.
17793
177942000-03-09 Gerd Moellmann <gerd@gnu.org>
17795
17796 * emacs-lisp/re-builder.el: New file.
17797
17798 * mouse.el (mouse-drag-region): Don't run up-event handler
17799 if hscroll has changed.
17800
17801 * octave-mod.el (octave-font-lock-keywords): To font-lock the
17802 builtin operators, use `font-lock-builtin-face' for Emacs and
17803 `font-lock-preprocessor-face' otherwise.
17804
17805 * font-lock.el (lisp-font-lock-keywords-1): Highlight
17806 `(defun (setf foo)' differently.
17807
178082000-03-08 Stefan Monnier <monnier@cs.yale.edu>
17809
17810 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17811 (regexp-opt): Update comment and adapt the code the new meaning of
17812 the `paren' argument of regex-opt-group for shy-groups.
17813 (regexp-opt-depth): Handle shy groups as well as backslashed
17814 backslashes.
17815 (regexp-opt-group): Turn the leading comment into a docstring.
17816 Allow `paren' to be a string (the string to use to open a group).
17817 Remove open-presuf and close-presuf. Instead of checking for `all
17818 one-char' and then later on check for `several one-char', handle
17819 both cases close together. Also apply a more generic algorithm
17820 for suffixes (the mirror image of the algorithm used for
17821 prefixes). Use shy-groups. Use nreverse rather than reverse.
17822 (regexp-opt-try-suffix): Removed.
17823
17824 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17825 from comint-mode-map, so we can just inherit from it. Also, move
17826 the initialization into the `defvar' since there's no docstring
17827 anyway and it's fairly short.
17828 (inferior-scheme-mode): Define it as derived-mode: the code is
17829 shorter and this way we inherit from comint-mode-map rather than
17830 copying it.
17831
17832 * subr.el (replace-regexps-in-string): Properly handle the case
17833 where we match an empty string.
17834
17835 * comint.el (comint-exec-1): Add the current-dir to the exec-path
17836 when the command has a directory component (such as "./testml").
17837 Also fix a typo in the comment.
17838
178392000-03-08 Gerd Moellmann <gerd@gnu.org>
17840
17841 * Makefile (compile-files): Compile files one by one because
17842 that's the only way to ensure a clean compilation environment for
17843 each individual file.
17844
17845 * frame.el (other-frame): Call x-focus-frame.
17846
178472000-03-07 Dave Love <fx@gnu.org>
17848
17849 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17850 :require to defcustom.
17851
ff39b9a1 17852 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
17853
17854 * files.el (auto-mode-alist): Add configure.in.
17855
17856 * progmodes/autoconf.el: New file.
17857
178582000-03-07 Gerd Moellmann <gerd@gnu.org>
17859
17860 * mail/mh-e.el: Change maintainer to `none'.
17861
17862 * recentf.el (recentf-keep-non-readable-files-p): Quote args
17863 to remove-hook and add-hook.
17864
178652000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17866
17867 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17868 it as the default.
17869 (mail-send): Test mail-send-nonascii also for the new `mime' value.
17870 (sendmail-send-it): Conditionally add MIME headers specifying the
17871 used character set.
17872
178732000-03-07 Dave Love <fx@gnu.org>
17874
ff39b9a1
SM
17875 * winner.el: Fix keywords, autoload cookies.
17876 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
17877
178782000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
17879
17880 * international/mule.el: Modify comment about coding system
17881 property `coding-category'.
17882 (make-coding-system): New argument EOL-TYPE. Pay attention to
17883 coding-category property of PROPERTIES.
17884
ff39b9a1
SM
17885 * international/mule-conf.el (coding-category-utf-8)
17886 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
17887 categories. Include them in the argument for set-coding-priority.
17888
ff39b9a1
SM
17889 * international/mule-cmds.el (reset-language-environment):
17890 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
17891 coding-category-utf-16-le in the argument for set-coding-priority.
17892 (reset-language-environment): Initialize coding-category-utf-8,
17893 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17894
178952000-03-06 Karl Fogel <kfogel@red-bean.com>
17896
17897 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17898 code abstracted out of `bookmark-jump-noselect'. Now tries info
17899 extensions as well as compression extensions.
17900 (bookmark-jump-noselect): Use above new func.
17901
179022000-03-03 Gerd Moellmann <gerd@gnu.org>
17903
17904 * strokes.el: Change maintainer's mail address.
17905
179062000-03-03 Kenichi Handa <handa@etl.go.jp>
17907
17908 * international/mule-diag.el (list-character-sets): Make help-echo
17909 string by substitute-command-keys.
17910 (list-character-sets): Likewise.
17911 (sort-listed-character-sets): Call help-setup-xref.
17912
179132000-03-02 Gerd Moellmann <gerd@gnu.org>
17914
ff39b9a1 17915 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
17916
179172000-03-01 Dave Love <fx@gnu.org>
17918
17919 * help.el (help-xref-go-back): Don't try to set position.
17920
ff39b9a1
SM
17921 * international/mule-diag.el (list-character-sets):
17922 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
17923 (list-character-sets-1): Add help-echo to xrefs.
17924
179252000-03-02 Gerd Moellmann <gerd@gnu.org>
17926
17927 * frame.el (blink-cursor-mode): Switch cursor on when turning
17928 the mode off.
17929
17930 * add-log.el (add-log-current-defun): Add support for
17931 Autoconf mode.
17932
17933 * mail/rmail.el (rmail-quit-hook): New variable.
17934
179352000-03-01 Dave Love <fx@gnu.org>
17936
17937 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
17938
17939 * help.el (help-xref-button): Add help-echo arg.
17940 (describe-function-1, describe-variable, help-make-xrefs): Use it.
17941
ff39b9a1 17942 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 17943
ff39b9a1 17944 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
17945
179462000-03-01 Gerd Moellmann <gerd@gnu.org>
17947
17948 * image.el (defimage): Look for image files in load-path.
17949
ff39b9a1 17950 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
17951
179522000-03-01 David Ponce <david.ponce@wanadoo.fr>
17953
ff39b9a1 17954 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
17955
179562000-03-01 David Ponce <david.ponce@wanadoo.fr>
17957
ff39b9a1 17958 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
17959 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
17960 action to select/unselect a file.
17961 (recentf-edit-list): Code cleanup and improvement.
17962 (recentf-open-more-files-action): `recentf-open-more-files' button
17963 widget action to open a file.
ff39b9a1 17964 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
17965 (recentf-more-collection): Deleted.
17966 (recentf-more-history): Deleted.
17967 (recentf-setup-more-completion): Deleted.
17968
179692000-03-01 David Ponce <david.ponce@wanadoo.fr>
17970
17971 * recentf.el (recentf-mode): No more needs that Emacs is running
17972 under a window-system.
17973
ff39b9a1 179742000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17975
17976 * recentf.el (recentf-edit-list): New command to edit the recent
17977 list which allow the user to remove files.
17978 (recentf-edit-selected-items): New global variable, used by
17979 `recentf-edit-list' to hold the list of files to be removed from
17980 the recent list.
17981 (recentf-make-menu-items): Updated to display a "Edit list..."
17982 menu item. Minor code cleanup.
17983
ff39b9a1 179842000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17985
17986 * recentf.el (recentf-open-more-files): New command to open files
17987 that are not displayed in the menu.
17988 (recentf-more-collection): New global variable holding the set of
17989 permissible completions used by `recentf-open-more-files'.
17990 (recentf-more-history): New global variable holding the history list
17991 used by `recentf-open-more-files' completion.
17992 (recentf-setup-more-completion): New function to setup completion for
17993 `recentf-open-more-files'.
17994 (recentf-make-menu-items): Updated to display a "More..." menu item.
17995
ff39b9a1 179962000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17997
17998 * recentf.el (recentf-menu-action): Doc fixed.
17999
ff39b9a1 180002000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18001
18002 * recentf.el (recentf-menu-filter): Doc updated.
18003 (recentf-update-menu-hook): Allow menu filters to force menu update.
18004 (recentf-make-menu-items): New menu filter handling.
18005 (recentf-make-menu-item): New helper function.
18006 (recentf-menu-elements): New menu handling function.
18007 (recentf-sort-ascending): Updated to new menu filter handling.
18008 (recentf-sort-descending): Updated to new menu filter handling.
18009 (recentf-sort-basenames-ascending): New menu filter function.
18010 (recentf-sort-basenames-descending): New menu filter function.
18011 (recentf-show-basenames): New menu filter function.
18012 (recentf-show-basenames-ascending): New menu filter function.
18013 (recentf-show-basenames-descending): New menu filter function.
18014
180152000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18016
18017 * diary-lib.el (list-diary-entries): Don't try to go forward at
18018 the end of the buffer.
18019
180202000-02-29 Kenichi Handa <handa@etl.go.jp>
18021
ff39b9a1
SM
18022 * international/mule-diag.el (list-character-sets):
18023 Completely rewritten.
a30eb617
DL
18024 (sort-listed-character-sets): New function.
18025 (list-character-sets-1): Completely rewritten.
18026 (list-character-sets-2): New function.
18027 (non-iso-charset-alist): New variable.
18028 (decode-codepage-char): New function.
18029 (charset-history): New variable.
18030 (read-charset) (list-block-of-chars)
18031 (list-iso-charset-chars)
18032 (list-non-iso-charset-chars)
18033 (list-charset-chars): New functions.
86f6474c 18034 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
18035 (dump-charsets): Likewise.
18036
180372000-02-29 Gerd Moellmann <gerd@gnu.org>
18038
18039 * dired-x.el (dired-filename-at-point): Add `@' to valid
18040 file name characters.
18041 (dired-filename-at-point): Handle ange-ftp file names.
18042
18043 * frame.el (frame-notice-user-settings): Use assq-delete-all
18044 instead of assoc-delete-all.
18045 (frame-notice-user-settings): Ditto.
18046
18047 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
18048 Don't copy alist.
18049
180502000-02-28 Eli Barzilay <eli@cs.cornell.edu>
18051
18052 * calculator.el (calculator-use-menu): New option.
86f6474c 18053 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
18054 (calculator-forced-input): Removed.
18055 (calculator-restart-other-mode): New variable.
18056 (calculator-mode-map): Set up menu.
18057
180582000-02-28 Jari Aalto <jari.aalto@poboxes.com>
18059
86f6474c 18060 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
18061
180622000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
18063
86f6474c 18064 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 18065 translate all ESC key sequences.
86f6474c 18066 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 18067 they were saved.
86f6474c
SM
18068 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
18069 * viper-util.el (viper-set-replace-overlay-glyphs)
18070 (viper-set-replace-overlay): Always check if the replacement
a30eb617 18071 overlay is live.
86f6474c
SM
18072 * viper.el (viper-vi-state-mode-list): Add major modes.
18073 * ediff-wind.el: Minor comment changes.
18074 * ediff.el: Copyright notice date fix.
a30eb617
DL
18075
180762000-02-27 Jason Rumney <jasonr@gnu.org>
18077
18078 * faces.el (face-font-family-alternatives): Add arial to helv.
18079 (mode-line, header-line, tool-bar): Same default as x for w32.
18080 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
18081 face-font-family-alternatives from working.
18082 * term/w32-win.el (mouse-set-font): Do not build fontset from
18083 chosen font.
18084
180852000-02-25 Sam Steingold <sds@goems.com>
18086
18087 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
18088 properly.
18089
180902000-02-25 Richard M. Stallman <rms@gnu.org>
18091
18092 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
18093
180942000-02-25 Gerd Moellmann <gerd@gnu.org>
18095
86f6474c 18096 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
18097
18098 * frame.el (busy-cursor-delay-seconds): New option.
18099
181002000-02-24 Gerd Moellmann <gerd@gnu.org>
18101
18102 * frame.el (show-cursor-in-non-selected-windows): New option.
18103
181042000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18105
18106 * diary-lib.el (include-other-diary-files): Undo the selective
18107 display in any included file and don't kill it.
18108
181092000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
18110
86f6474c
SM
18111 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
18112 Menu items converted to (menu-item format, help strings added.
a30eb617 18113 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 18114 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
18115 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
18116
181172000-02-23 Dave Love <fx@gnu.org>
18118
18119 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
18120 (backward-kill-word): Revert addition of * to interactive spec --
18121 it's a feature.
18122
18123 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
18124 (backward-kill-sentence, kill-sentence): Likewise.
18125
18126 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
18127 scratch buffer name.
86f6474c 18128 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
18129
18130 * term/w32-win.el (internal-face-interactive): Update prompt for
18131 new read-face-name.
18132
18133 * mail/footnote.el (footnote): Add :version to defgroup.
18134 (footnote-section-tag-regexp): Customize.
18135 (footnote-start-tag, footnote-end-tag): New option.
18136 (footnote-latin-regexp): New variable.
18137 (Footnote-latin): New function.
18138 (footnote-style-alist): Add element for latin style.
18139 (footnote-style): Moved.
18140 (Footnote-goto-footnote): Use eq to test arg.
18141
18142 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
18143
18144 * emacs-lisp/byte-opt.el: Change old backquote syntax.
18145 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
18146 (byte-optimize-quote, byte-optimize-lapcode):
18147 Use byte-compile-const-symbol-p.
a30eb617
DL
18148 (byte-optimize-char-before): New optimization.
18149
18150 * emacs-lisp/bytecomp.el: Change old backquote syntax.
18151 (byte-compile-const-symbol-p): New function.
18152 (byte-compile-constp, byte-compile-out-toplevel)
18153 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
18154 Use it.
18155
18156 * subr.el (define-key-after): Default AFTER to t. Doc fix.
18157
181582000-02-23 Kenichi Handa <handa@etl.go.jp>
18159
18160 * international/encoded-kb.el: Be sure to update minor-mode-alist
18161 and minor-mode-map-alist.
18162 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
18163 codes SS2 and SS3 correctly.
18164 (encoded-kbd-self-insert-ccl): New function.
18165 (encoded-kbd-setup-keymap): New function.
18166 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
18167 by calling encoded-kbd-setup-keymap.
18168
86f6474c
SM
18169 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
18170 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
18171
181722000-02-22 Dave Love <fx@gnu.org>
18173
18174 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 18175 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
18176 (lisp-mode-syntax-table): Set up for #|...|# comments.
18177 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
18178 classes. Match `defface'.
18179 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
18180 (eval-defun-1): Fix for defcustom.
18181 (lisp-indent-region): Doc fix.
18182
18183 * subr.el (when, unless, split-string): Doc fix.
86f6474c 18184 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
18185 (replace-regexps-in-string): New function.
18186
181872000-02-22 Gerd Moellmann <gerd@gnu.org>
18188
18189 * help.el (describe-variable): Set syntax table to
18190 emacs-lisp-mode-syntax-table when moving forward over the
18191 symbol's name.
18192
181932000-02-22 Dave Love <fx@gnu.org>
18194
18195 * xt-mouse.el: Doc fixes.
18196 (xterm-mouse-position-function): New function, replacing advice of
18197 mouse-position.
18198 (xterm-mouse-mode): Use it. Don't turn on under a window system.
18199
18200 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
18201
182022000-02-21 Gerd Moellmann <gerd@gnu.org>
18203
86f6474c
SM
18204 * format.el (format-annotate-single-property-change):
18205 Handle properties.with dotted-list values.
a30eb617
DL
18206 (format-proper-list-p): New function.
18207
18208 * enriched.el (enriched-face-ans): Handle '(foreground-color
18209 . COLOR) and (background-color . COLOR).
18210
182112000-02-20 Dave Love <fx@gnu.org>
18212
18213 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18214 and assignments to it.
18215 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18216 current local map.
18217 (make-flyspell-overlay): Use it.
18218 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18219
18220 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18221 (lm-get-header-re): Defun, not defsubst.
18222 (lm-get-package-name): Defun, not defsubst. Simplify.
18223 (lm-version): Doc fix. Simplify.
18224 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18225 (lm-crack-address, lm-last-modified-date, lm-commentary)
18226 (lm-verify, lm-synopsis): Simplify.
18227 (lm-report-bug): Require emacsbug. Use compose-mail.
18228
182292000-02-20 Gerd Moellmann <gerd@gnu.org>
18230
18231 * dired.el (dired-mode): Call propertized-buffer-identification
18232 to set mode-line-buffer-identification to something having
18233 the right text properties.
18234
18235 * bindings.el (propertized-buffer-identification): New function.
18236
182372000-02-20 Dave Love <fx@gnu.org>
18238
18239 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18240 check for t-mouse too.
18241
18242 * cus-start.el: Make echo-keystrokes `number'.
18243
182442000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
18245
18246 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18247 Don't call ring-empty-p unless tags-location-ring is bound.
18248 From Noah Friedman <friedman@splode.com>.
18249
182502000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
18251
18252 * progmodes/hideshow.el (hs-flag-region): No longer use
18253 `intangible' overlay property.
18254
18255 (hs-toggle-hiding): New command.
18256 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18257
18258 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18259 Fix omission bug: Run `hs-minor-mode-hook' for both activation
18260 and deactivation.
18261
182622000-02-18 Gerd Moellmann <gerd@gnu.org>
18263
18264 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
18265
182662000-02-17 Gerd Moellmann <gerd@gnu.org>
18267
18268 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
18269
18270 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
18271 of `*' to handle `(* ... *)' comments.
18272
182732000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
18274
18275 * faces.el (list-faces-display): Use display-mouse-p instead of
18276 window-system.
18277
18278 * menu-bar.el (global-map): Menu-bar items converted to the new
18279 format (menu-item..., rearranged for better CUA compliance, and
18280 their names changed for better clarity. Help strings added.
18281
18282 * international/mule-cmds.el (mule-menu-keymap)
18283 (describe-language-environment-map, set-coding-system-map)
18284 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
18285 form, add help strings. Change names of menu items for better clarity.
18286 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
18287
182882000-02-17 Gerd Moellmann <gerd@gnu.org>
18289
18290 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18291 within the code.
18292
182932000-02-16 Dave Love <fx@gnu.org>
18294
18295 * faces.el: Don't require custom. Add more specific :groups to
18296 various deffaces.
18297 (set-face-attribute): Purecopy args.
18298 (read-face-name): Default to name at point and use it in prompt.
18299 Remove colon from arg in all callers.
18300 (list-faces-display): Hyperlink to face descriptions and customize
18301 buffers.
18302
183032000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
18304
86f6474c 18305 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
18306
183072000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18308
18309 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18310 at ':' characters by call to split-string.
18311
183122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18313
18314 * textmodes/bibtex.el: Added RCS version identification.
18315
183162000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18317
18318 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 18319 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
18320 (bibtex-field-const): Allow capital letters.
18321 (bibtex-start-of-string): Deleted because unused.
18322
18323 * textmodes/bibtex.el: Unified some nomenclature. We no longer
18324 use the term 'reference' to describe a bibtex entry as a whole.
18325 Further, reference keys are no longer called 'labels'.
18326 (bibtex-keys): Renamed to bibtex-reference-keys.
18327 (bibtex-reformat-previous-labels): Renamed to
18328 bibtex-reformat-previous-reference-keys.
18329 (bibtex-reference-type): Renamed to bibtex-entry-type.
18330 (bibtex-reference-head): Renamed to bibtex-entry-head.
18331 (bibtex-reference-maybe-empty-head): Renamed to
18332 bibtex-entry-maybe-empty-head.
18333 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18334 (bibtex-search-reference): Renamed to bibtex-search-entry.
18335 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18336 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
18337 (bibtex-entry-field-alist, bibtex-entry-head)
18338 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18339 (bibtex-map-entries, bibtex-search-entry)
18340 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18341 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18342 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18343 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18344 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18345 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18346 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
18347
183482000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18349
18350 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18351 comment.
18352 (bibtex-format-field-delimiters): New function, functionality
18353 extracted from bibtex-format-entry.
18354 (bibtex-autokey-get-yearfield-digits): New function, functionality
18355 extracted from bibtex-autokey-get-yearfield.
18356
18357 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18358 entries in order to avoid stack overflow in the regexp matcher if
18359 field contents become large.
86f6474c
SM
18360 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18361 (bibtex-field-string-part-not-braced)
18362 (bibtex-field-string-part-no-inner-braces)
18363 (bibtex-field-string-part-1-inner-brace)
18364 (bibtex-field-string-part-2-inner-braces)
18365 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18366 (bibtex-field-string-quoted, bibtex-field-string)
18367 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18368 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18369 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18370 Deleted as parsing is now performed by the following functions.
18371 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18372 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18373 (bibtex-parse-field-string, bibtex-search-forward-field-string)
18374 (bibtex-parse-association, bibtex-field-name-for-parsing)
18375 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18376 (bibtex-search-forward-field, bibtex-search-backward-field)
18377 (bibtex-start-of-field, bibtex-end-of-field)
18378 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18379 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18380 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18381 (bibtex-parse-string, bibtex-search-forward-string)
18382 (bibtex-search-backward-string, bibtex-start-of-string)
18383 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18384 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18385 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
18386 entries. Instead of reporting the results of the parsing by
18387 match-beginning or match-end, these functions return data structures
18388 that hold the corresponding positions.
18389 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
18390 return values rather than by match-beginning or match-end.
18391 The following functions have been adapted to use the new
18392 parsing functions.
18393 (bibtex-skip-to-valid-entry, bibtex-search-reference)
18394 (bibtex-enclosing-field, bibtex-format-entry)
18395 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18396 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18397 (bibtex-print-help-message, bibtex-end-of-entry)
18398 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18399 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18400 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18401 Use the new method for parsing.
18402 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18403 (bibtex-map-entries, bibtex-flash-head)
18404 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18405 (bibtex-autokey-change, bibtex-autokey-get-namefield)
18406 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18407 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18408 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18409 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18410 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18411 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
18412
184132000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18414
18415 * textmodes/bibtex.el: Copyright notice is up to date.
18416 Added constant 'bibtex-maintainer-salutation.
18417
86f6474c 18418 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
18419 than make-temp-name, use match-string-no-properties and eliminate
18420 a quadratic behavior when building bibtex-strings.
18421
18422 * bibtex.el (bibtex-reference-key): Accept string entries whose
18423 reference key contains upper case letters.
18424
184252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18426
18427 * bibtex.el (bibtex-reference-head): Allow entries to start with
18428 a new line.
18429
184302000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18431
18432 * bibtex.el: Hiding of entry bodies is not longer provided by
18433 bibtex.el directly. Instead the hideshow package can be used.
18434 Added a special bibtex entry to hs-special-modes-alist.
18435 (bibtex-hs-forward-sexp): Added for hideshow.el.
18436
184372000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18438
18439 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18440 proceedings entry type (for cross referencing). Thanks to Wagner
18441 Toledo Correa for the suggestion.
18442
18443 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18444
184452000-02-14 Kenichi Handa <handa@etl.go.jp>
18446
18447 * international/characters.el: Setup case table for Vietnamese.
18448
184492000-02-12 Gerd Moellmann <gerd@gnu.org>
18450
18451 * uniquify.el (toplevel): Require CL at compile time.
18452 (uniquify-push): Removed.
18453
18454 * shadowfile.el (shadow-when): Removed.
18455
18456 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 18457 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
18458
18459 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18460 regexp for paragraph-start.
18461
18462 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18463 commas as well.
18464
184652000-02-10 Dave Love <fx@gnu.org>
18466
18467 * wid-edit.el: (widgets) [defgroup]: Remove url link.
18468 (widget-color-choice-list, widget-color-history, widget-mouse-help):
18469 Deleted.
18470 (widget-specify-field, widget-specify-button): Don't use
18471 widget-mouse-help as help-echo property.
18472 (default): Use #'ignore for :validate and :mouse-down-action.
18473 (checkbox): Add help-echo.
18474 (widget-sexp-validate): Rewritten to clarify error messages.
18475 (character): Use char-valid-p in :match function.
18476 (widget-color-complete): Use facemenu-color-alist.
18477 (widget-color-action): Use facemenu-read-color.
18478
18479 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
18480 set up `caar' &c that we now have.
18481
184822000-02-09 Ray Blaak <blaak@gnu.org>
18483
18484 * delphi.el: Make resourcestring a declaration region, like const
18485 and var.
18486
184872000-02-09 Dave Love <fx@gnu.org>
18488
18489 * bindings.el (mode-line-input-method-map): New variable.
18490 (mode-line-mule-info): Use it; fix last change.
18491 (mode-line-mode-menu): Move definition.
18492 (mode-line-mouse-sensitive-p): Deleted.
18493 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 18494 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
18495
18496 * startup.el (command-line-1): Don't call
18497 make-mode-line-mouse-sensitive.
18498
184992000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18500
86f6474c
SM
18501 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18502 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
18503
185042000-02-06 Stefan Monnier <monnier@cs.yale.edu>
18505
18506 * diff-mode.el (diff-kill-junk): New interactive function.
18507 (diff-reverse-direction): Use delete-and-extract-region.
18508 (diff-post-command-hook): Restrict the area so that the hook also works
18509 outside of any diff hunk. This is necessary for the minor-mode.
18510 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18511 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18512
18513 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18514 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18515 so that it can be used more easily in <foo>-mode-hook. Also make sure
18516 to avoid duplicate entries.
18517 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18518 (font-lock-remove-keywords): Just as was done for `add', allow it to
18519 work even if font-lock-mode is nil. Also make sure we don't modify
18520 any pre-existing list by forcing a copy-sequence. Finally rename
18521 `major-mode' to `mode'.
18522 (font-lock-fontify-syntactic-anchored-keywords)
18523 (font-lock-fontify-anchored-keywords)
18524 (font-lock-fontify-keywords-region): Use line-end-position.
18525 Don't make `font-lock-multiline' local (it's now done in
18526 font-lock-set-defaults).
86f6474c
SM
18527 (font-lock-set-defaults): Make `font-lock-multiline' local.
18528 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
18529
185302000-02-06 Andrew Innes <andrewi@gnu.org>
18531
18532 * term/w32-win.el (x-handle-args): Comment out call to message,
18533 which occurs before window system is initialized.
18534
18535 * makefile.nt: Add support for recompiling lisp code.
18536
185372000-02-04 Dave Love <fx@gnu.org>
18538
18539 * bindings.el (mode-line-mule-info): Fix/extend last change.
18540
18541 * completion.el: Replace completion-dolist with dolist.
18542
86f6474c 18543 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
18544
185452000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
18546
86f6474c 18547 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
18548 environment names before they go into the section regexp.
18549
86f6474c 18550 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
18551 char class in regexp.
18552
86f6474c
SM
18553 * textmodes/reftex-parse.el (reftex-with-special-syntax):
18554 Bind `case-fold-search' to nil.
a30eb617 18555
86f6474c
SM
18556 * progmodes/idlwave.el (idlwave-template):
18557 Respect `idlwave-abbrev-change-case'.
18558 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18559 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18560 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
18561 (idlwave-rw-case): New function.
18562 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 18563 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
18564 (idlwave-surround): New argument LENGTH to support padding of
18565 operators longer than 1 char.
18566
18567 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18568 idlwave-shell-expression-overlay. Implemented printing of
18569 expressions on higher levels of the calling stack.
86f6474c 18570 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
18571 (idlwave-retrieve-expression-from-level): New function.
18572 (idlwave-shell-last-calling-stack): Variable removed.
18573 (idlwave-shell-reset): Argument action reversed (`visible' to
18574 `hidden'). Also remove stop-line overlay.
18575 (idlwave-shell-calling-stack-routine): New variable.
18576 (idlwave-shell-parse-stack-and-display): Messages now display
18577 negative level numbers.
18578 (idlwave-shell-mode): Set `modeline-format'.
18579 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 18580 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
18581 (idlwave-shell-print-expression-function): New option.
18582
86f6474c
SM
18583 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18584 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
18585 `tool-bar' instead of `toolbar'.
18586
185872000-02-02 Dave Love <fx@gnu.org>
18588
18589 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18590 emacs-lisp-mode-hook. Don't check for defalias being defined.
18591
18592 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
18593 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18594 Use the new builtins directly.
a30eb617
DL
18595
18596 * whitespace.el (whitespace): Add :version to defgroup.
18597
18598 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18599 Doc fix.
18600
18601 * thingatpt.el (sexp-at-point, symbol-at-point)
18602 (number-at-point, list-at-point): Add autoload cookie.
18603
18604 * recentf.el (recentf): Add :version to defgroup.
18605
18606 * quickurl.el (quickurl): Add :version to defgroup.
18607
18608 * elide-head.el (elide-head): Use point-marker more.
18609
18610 * bs.el (bs): Add :version to defgroup.
18611
18612 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18613
18614 * progmodes/delphi.el (delphi): Add :version to defgroup.
18615
186162000-02-02 Gerd Moellmann <gerd@gnu.org>
18617
18618 * ange-ftp.el (ange-ftp-write-region): Handle case that
18619 succeeding process operation sets a different coding system.
18620
18621 * calculator.el: New file.
18622
186232000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
18624
86f6474c 18625 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
18626 (display-mouse-p, display-popup-menus-p, display-graphic-p)
18627 (display-selections-p, display-screens, display-pixel-width)
18628 (display-pixel-height, display-mm-width, display-mm-height)
18629 (display-backing-store, display-save-under, display-planes)
18630 (display-color-cells, display-visual-class): New functions.
18631
18632 * term/tty-colors.el (tty-color-gray-shades): New function.
18633
18634 * faces.el (display-color-p): Use framep-on-display.
18635 (display-grayscale-p): New function.
18636
186372000-01-31 Dave Love <fx@gnu.org>
18638
18639 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18640 (create-fontset-from-x-resource): Don't concat integers.
18641
186422000-01-31 Inge Frick <inge@nada.kth.se>
18643
18644 * view.el: Some changes in documentation. Removed some trailing
86f6474c 18645 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
18646 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18647 window is not deleted. Modifies change 1998-04-26.
18648
186492000-01-31 Gerd Moellmann <gerd@gnu.org>
18650
18651 * windmove.el: New file.
18652
18653 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18654 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18655 progmodes/ebnf-yac.el: Update copyright and license info.
18656
86f6474c
SM
18657 * jit-lock.el (jit-lock-function): Widen before calculating
18658 end position.
a30eb617
DL
18659 (jit-lock-stealth-chunk-start): Rewritten.
18660
18661 * info.el (Info-title-face-alist): Removed.
86f6474c 18662 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
18663 (Info-fontify-node): Use these faces.
18664
186652000-01-30 Gerd Moellmann <gerd@gnu.org>
18666
18667 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18668 (cl-macro-list1): Recognize `&allow-other-keys' instead of
18669 `&allow-other-keywords'.
18670
18671 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18672 the list of directories scanned heuristically.
18673
86f6474c 18674 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
18675
186762000-01-30 Jason Rumney <jasonr@gnu.org>
18677
18678 * w32-fns.el: Define w32-tty-standard-colors.
18679
18680 * startup.el (command-line): Use w32-tty-standard-colors when in
18681 w32 console mode.
18682
186832000-01-30 Dave Love <fx@gnu.org>
18684
18685 * jka-compr.el (jka-compr-load): Fix up load-history.
18686
18687 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18688
18689 * emacs-lisp/cl-macs.el: Revert previous change.
18690
186912000-01-29 Dave Love <fx@gnu.org>
18692
18693 * facemenu.el: Purecopy various strings.
18694
18695 * timezone.el (timezone-fix-time): Window against 69 for two-digit
18696 years. Deal with three-digit years.
18697
86f6474c
SM
18698 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18699 Use defconst, purecopy.
a30eb617
DL
18700 (help-back-label): Purecopy it.
18701
187022000-01-18 Gerd Moellmann <gerd@gnu.org>
18703
18704 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18705 variable. If non-nil, order the buffer list according to the
18706 currently selected frame.
18707 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18708 non-nil, pass the selected frame to function buffer-list.
18709
187102000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18711
18712 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18713
187142000-01-28 Dave Love <fx@gnu.org>
18715
18716 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18717
18718 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18719 Don't use lisp-indent-hook property.
18720 (cl-abs): Remove.
18721
18722 * subr.el: Move out indent and edebug specs for when and unless.
18723
18724 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18725 when, unless.
18726
18727 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18728 unless, when.
18729
187302000-01-28 Gerd Moellmann <gerd@gnu.org>
18731
18732 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18733 `collecting' as synonym for `collect'.
18734
18735 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18736 for the case it contains spaces.
18737
86f6474c 18738 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
18739
18740 * frame.el (delete-other-frames): New function.
18741 (toplevel): Bind it to C-x 5 1.
18742
18743 * sort.el (sort-numeric-base): New option.
18744 (sort-numeric-fields): If number starts with `0' or `0[xX[',
18745 interpret it as octal or hexadecimal. Use sort-numeric-base
18746 as default base.
18747
18748 * progmodes/glasses.el: New file.
18749
187502000-01-27 Gerd Moellmann <gerd@gnu.org>
18751
18752 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18753 userids differently.
18754
18755 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18756 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18757 progmodes/ebnf-yac.el: New files.
18758
187592000-01-26 Dave Love <fx@gnu.org>
18760
18761 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18762 on a function with an empty body. [From Eric Ludlam.]
18763
187642000-01-25 Andre Spiegel <spiegel@gnu.org>
18765
18766 * vc.el (vc-version-diff): Make sure file name is expanded.
18767
187682000-01-25 Gerd Moellmann <gerd@gnu.org>
18769
18770 * scroll-bar.el (scroll-bar-timer): Variable removed.
18771 (scroll-bar-toolkit-scroll): Don't use a timer.
18772
187732000-01-25 Kenichi Handa <handa@etl.go.jp>
18774
86f6474c
SM
18775 * language/thai-util.el (thai-composition-function):
18776 Delete superfluous `a'.
a30eb617
DL
18777
187782000-01-24 Dave Love <fx@gnu.org>
18779
18780 * fortran.el (fortran-mode): Use beginning-of-defun-function,
18781 end-of-defun-function.
18782
86f6474c 18783 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
18784
187852000-01-22 Jason Rumney <jasonr@gnu.org>
18786
18787 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18788 conflicts with new face support.
18789
187902000-01-22 Richard M. Stallman <rms@gnu.org>
18791
18792 * replace.el (query-replace): Rename last arg to DELIMITED.
18793 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18794 (query-replace-regexp): Likewise.
18795
187962000-01-20 Richard M. Stallman <rms@gnu.org>
18797
18798 * subr.el (with-syntax-table): Use make-symbol, not gensym.
18799
18800 * emacs-lisp/lisp.el (beginning-of-defun-function):
18801 Variable renamed from beginning-of-defun.
18802 Do not call make-variable-buffer-local.
18803 (beginning-of-defun-raw): Use new variable name; doc fix.
18804 (beginning-of-defun): Doc fix.
18805 (end-of-defun-function): Variable renamed from end-of-defun.
18806 Do not call make-variable-buffer-local.
18807 (end-of-defun): Use new variable name; doc fix.
18808
18809 * subr.el (dolist, dotimes): Copied from cl-macs.el
18810 and made to work.
18811
18812 * mail/undigest.el (rmail-digest-end-regexps):
18813 Variable replaces rmail-digest-end-regexp.
18814 Allows multiple regexps for detecting the end line.
18815 (undigestify-rmail-message): Corresponding changes.
18816
188172000-01-19 Dave Love <fx@gnu.org>
18818
18819 * files.el (user-init-file): Don't declare here -- is primitive.
18820
18821 * startup.el (command-line): Check for compiled user-init-file and
18822 set to uncompiled version if necessary.
18823
188242000-01-18 Gerd Moellmann <gerd@gnu.org>
18825
18826 * mail/undigest.el (rmail-digest-end-regexp): New user option.
18827 (undigestify-rmail-message): Use it.
18828
18829 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18830
188312000-01-17 Gerd Moellmann <gerd@gnu.org>
18832
18833 * tmm.el (tmm-goto-completions): Adapt to prompt being part
18834 of mini-buffer.
18835
188362000-01-14 Gerd Moellmann <gerd@gnu.org>
18837
18838 * emacs-lisp/copyright.el (copyright-update): Removed the
18839 requirement for a trailing space from `copyright-regexp', to
18840 support copyrights with owner specified on a separate line..
18841
18842 * align.el: New file.
18843
18844 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18845
18846 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18847
188482000-01-13 Dave Love <fx@gnu.org>
18849
18850 * ph.el: Removed. (Obsoleted by EUDC.)
18851
188522000-01-13 Gerd Moellmann <gerd@gnu.org>
18853
18854 * net/eudc.el (toplevel): Remove autoloaded code installing
18855 menu with easymenu, because that causes build problems.
18856
18857 * frame.el (frame-notice-user-settings): New variable.
18858 (frame-notice-user-settings): Don't modify frame parameters
18859 if called a second time.
18860
188612000-01-13 Richard M. Stallman <rms@gnu.org>
18862
18863 * frame.el (frame-notice-user-settings):
18864 Notice default-frame-parameters even for non-window frames.
18865
188662000-01-13 Gerd Moellmann <gerd@gnu.org>
18867
18868 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18869 for Emacs.
18870 (eudc-bob-can-display-inline-images): Extend for Emacs.
18871 (eudc-bob-toggle-inline-display): Ditto.
18872 (eudc-bob-display-jpeg): Ditto.
18873
188742000-01-12 Gerd Moellmann <gerd@gnu.org>
18875
18876 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18877 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18878 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18879
86f6474c
SM
18880 * add-log.el (add-change-log-entry): Fix error trying an
18881 `(insert nil)'.
a30eb617
DL
18882
18883 * subdirs.el: Add `net' directory.
18884
18885 * net: New directory.
18886
18887 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18888 eval-last-sexp. Don't bind debug-on-error here.
18889 (eval-last-sexp): New function. Bind debug-on-error if
18890 eval-expression-debug-on-error is non-nil.
18891 (eval-defun-2, eval-defun): Likewise.
18892
18893 * simple.el (eval-expression): Don't bind debug-on-error if
18894 eval-expression-debug-on-error is nil. Detect changed
18895 debug-on-error, and propagate new value to global binding, if
18896 eval-expression-debug-on-error is non-nil,
18897 (eval-expression-debug-on-error): Change doc string.
18898
188992000-01-11 Richard M. Stallman <rms@gnu.org>
18900
18901 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18902
18903 * emacs-lisp/lisp-mode.el (with-syntax-table):
18904 Set up lisp-indent-function property.
18905
18906 * subr.el (with-syntax-table): Moved from simple.el.
18907
18908 * simple.el (with-syntax-table): Moved to subr.el.
18909
189102000-01-11 Gerd Moellmann <gerd@gnu.org>
18911
18912 * tmm.el (tmm-shortcut): Delete region after prompt instead
18913 of erasing buffer.
18914
18915 * textmodes/fill.el (fill-common-string-prefix): New function.
18916 (fill-context-prefix): Use the longest common prefix of first
18917 and second line fill prefix, if there is one.
18918
189192000-01-11 Richard M. Stallman <rms@gnu.org>
18920
18921 * array.el (array-mode): Don't use make-variable-buffer-local.
18922 Use make-local-variable for `truncate-lines'.
18923
189242000-01-11 Jari Aalto <jari.aalto@poboxes.com>
18925
18926 * add-log.el (add-log-current-defun): Handle user-defined
18927 add-log-current-function returning nil,
18928
18929 * add-log.el (add-change-log-entry): Insert version number
18930 if having found a current function
18931
86f6474c
SM
18932 * add-log.el (add-log-current-defun):
18933 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
18934 level 1. Strip whitespace from defun found.
18935
189362000-01-10 John Wiegley <johnw@gnu.org>
18937
18938 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 18939 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
18940
189412000-01-10 Dave Love <fx@gnu.org>
18942
18943 * elide-head.el (elide-head): Use point-marker, not point.
18944
189452000-01-10 Gerd Moellmann <gerd@gnu.org>
18946
18947 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
18948 before and after the year 2000.
18949
18950 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
18951 Add ispell- prefix.
18952
189532000-01-10 Ken Stevens <k.stevens@ieee.org>
18954
18955 * ispell.el: Only define dictionaries in menus when they exist.
18956 (version18p): New variable.
18957 (version20p): New variable.
18958 (xemacsp): New variable.
18959 (ispell-choices-win-default-height): Fix for XEmacs visibility.
18960 (ispell-dictionary-alist1): Added Brasileiro dictionary.
18961 (ispell-dictionary-alist6): Russian command lines no longer accept
18962 run-together words.
18963 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
18964 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
18965 (check-ispell-version): Added documentation string. Return library
18966 path when called non-interactively.
a30eb617
DL
18967 (ispell-menu-map-needed): Uses new variables.
18968 (ispell-library-path): New variable.
18969 (ispell-decode-string): XEmacs fix for bogus variable bindings.
18970 (ispell-word): Improved documentation string. Test for valid
18971 character mappings. Correctly check typed in word changes that can
86f6474c
SM
18972 result in single words split into multiple words.
18973 Return replacement word.
a30eb617
DL
18974 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
18975 replace in recursive query replace mode. Help message for
18976 recursive edit mode.
18977 (ispell-show-choices): Protect against bad framepop bindings.
18978 (ispell-help): Fix to work with XEmacs.
18979 (ispell-highlight-spelling-error): Use new variables.
18980 (ispell-overlay-window): Fix to work with XEmacs.
18981 (ispell-parse-output): Passed and returns location information
18982 tracking spelling corrections. Doesn't recheck same word on
18983 current line.
18984 (ispell-init-process): Protect against bogus XEmacs variable binding.
18985 Fix call to single argument in sleep-for. Use new variables.
18986 (ispell-region): Passed and returns location information tracking
18987 spelling corrections. Doesn't check same word on current line.
18988 Improved documentation string. Doesn't resend a line already
18989 checked to the ispell process - fixes bug in LaTeX parsing.
18990 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
18991 (ispell-skip-region): No longer skips <TT> in SGML.
18992 (ispell-process-line): Tracks location information with spelling
18993 corrections. Added documentation string. Accounts for words
18994 already accepted on this line. Don't allow query-replace on line
18995 starting with math characters. Doesn't resend a line already sent
18996 to ispell process. Fixes alignment error bug.
18997
189982000-01-10 Richard M. Stallman <rms@gnu.org>
18999
19000 * dired-x.el (dired-guess-shell-alist-default):
19001 Suggest xloadimage, which is free, not xv, which isn't.
19002
19003 * ange-ftp.el (ange-ftp-file-name-nondirectory):
19004 Don't ever include the host name or user name in the value.
19005
190062000-01-09 Gerd Moellmann <gerd@gnu.org>
19007
19008 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
19009 of a real newline.
19010
190112000-01-09 Stephen Eglen <stephen@gnu.org>
19012
19013 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
19014 for .png files.
19015
190162000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
19017
19018 * cus-edit.el (custom-hook-convert-widget): Fix comment.
19019
190202000-01-09 Gerd Moellmann <gerd@gnu.org>
19021
19022 * progmodes/cperl-mode.el: Replace ^F with ^L.
19023
86f6474c
SM
19024 * sendmail.el (toplevel): Provide `sendmail' when compiling before
19025 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
19026
190272000-01-08 Dave Love <fx@gnu.org>
19028
19029 * emacs-lisp/backquote.el: Remove inappropriate customization
19030 (allowing custom.el to use backquote).
19031
190322000-01-07 Dave Love <fx@gnu.org>
19033
19034 * add-log.el (add-log-debugging): Deleted.
19035 (add-change-log-entry): Treat a backup FILE-NAME as its parent
19036 file. Remove debugging code.
19037 (change-log-get-method-definition, change-log-name): Add doc.
19038 (change-log-sortable-date-at): New function.
19039 (change-log-merge): New command.
19040
19041 * time.el (display-time-string-forms): Make the Mail string active.
19042 (display-time-update): Provide help-echo for load average.
19043
19044 * bindings.el (make-mode-line-mouse2-map): New function.
19045 (mode-line-modified): Use it and simplify.
19046 (mode-line-mule-info): Provide help-echo info.
19047 (minor-mode-alist): Activate the strings.
19048 (make-mode-line-mouse-sensitive): Simplify for
19049 mode-line-buffer-identification.
19050
190512000-01-07 Gerd Moellmann <gerd@gnu.org>
19052
19053 * play/pong.el: New file.
19054
190552000-01-06 Dave Love <fx@gnu.org>
19056
19057 * array.el: Assorted cleanups for compiler warnings, doc strings,
19058 `array-' prefix for symbols.
19059
190602000-01-05 Dave Love <fx@gnu.org>
19061
86f6474c
SM
19062 * textmodes/outline.el (outline-mode-menu-bar-map):
19063 Add outline-headers-as-kill.
a30eb617
DL
19064 (outline-mode): Define imenu-generic-expression.
19065 (outline-headers-as-kill): New command.
19066
19067 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
19068 from paragraph-start.
19069 (paragraph-indent-minor-mode): New command.
19070
19071 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
19072 M-C-e, M-C-h, C-j, C-xnd, TAB.
19073 (fortran-mode): Set beginning-of-defun, end-of-defun.
19074 (fortran-column-ruler): Simplify.
19075 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
19076 (fortran-with-subprogram-narrowing): Likewise.
19077 (fortran-indent-subprogram): Call mark-defun.
19078 (fortran-check-for-matching-do): Change narrowing.
19079
19080 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
19081 (cl-lucid-hash-tag): Delete.
19082 (cl-hash-table-p): Correct test for native table.
19083 (cl-hash-table-count): Use hash-table-count.
19084
19085 * browse-url.el (browse-url): Fix case of
19086 browse-url-browser-function being an alist.
19087
190882000-01-05 Carsten Dominik <cd@gnu.org>
19089
19090 * textmodes/reftex-vars.el (reftex-parse-file-extension)
19091 (reftex-index-phrase-file-extension): New options.
19092
19093 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
19094 Use new option `reftex-index-phrase-file-extension'.
19095
19096 * textmodes/reftex.el (reftex-access-parse-file): Use new option
19097 `reftex-parse-file-extension'.
19098
190992000-01-05 Dave Love <fx@gnu.org>
19100
19101 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
19102 (beginning-of-defun-raw): Use it.
19103 (end-of-defun): New variable.
19104 (end-of-defun): Use it.
19105 (check-parens): New command.
19106
191072000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
19108
19109 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
19110 (hs-show-block): Don't use `mapcar' when not accumulating.
19111
19112 Fix buglet in local variables initialization.
19113
191142000-01-05 Andreas Schwab <schwab@suse.de>
19115
19116 * hscroll.el (hscroll): Doc fix.
19117
191182000-01-05 Carsten Dominik <cd@gnu.org>
19119
86f6474c
SM
19120 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
19121 Require idlw-toolbar.
a30eb617 19122
86f6474c 19123 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 19124 file idlw-rinfo.el.
86f6474c
SM
19125 (idlwave-customize): Load must read file idlw-shell.el.
19126 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
19127
191282000-01-05 Carsten Dominik <dominik@astro.uva.nl>
19129
19130 * progmodes/idlw-shell.el: Also provide idlwave-shell
19131 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
19132 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
19133
86f6474c 19134 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
19135 both reftex-dcr and reftex-vcr.
19136
19137 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
19138
191392000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19140
19141 * ps-print.el: PostScript code now is in separate files, doc fix.
19142 (ps-print-version): New version number (5.0.3).
19143 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
19144 local.
19145 (ps-spool-config): Initialization fix.
19146 (ps-print-prologue-1, ps-print-prologue-2)
19147 (ps-print-duplex-feature): PostScript code moved to separated file.
19148 (ps-background-image): Little code reformating.
19149 (ps-begin-file, ps-begin-job): Fix code.
19150 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
19151 (ps-prologue-file): New fun.
19152
191532000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19154
19155 * ps-vars.el: Eliminated.
19156
19157 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
19158 `;;;###autoload'.
19159
19160 * ps-print.el: ps-vars eliminated, doc fix.
19161 (ps-print-version): New version number (5.0.2).
19162 (ps-spool-config): Initialization fix.
19163 (ps-print-customize): New fun.
19164
191652000-01-04 Gerd Moellmann <gerd@gnu.org>
19166
86f6474c 19167 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
19168
191692000-01-04 Dave Love <fx@gnu.org>
19170
19171 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
19172 menu items.
19173
191742000-01-03 Dave Love <fx@gnu.org>
19175
19176 * elide-head.el (elide-head) [defgroup]: Add :version.
19177
19178 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
19179 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
19180 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
19181 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
19182
191832000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19184
19185 * faces.el (face-read-integer, read-face-attribute)
86f6474c 19186 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
19187
191882000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
19189
19190 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
19191 at comment end, and re-insert them after filling.
19192
191932000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19194
19195 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
19196 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
19197 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
19198
191992000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19200
19201 * term/x-win.el (xw-defined-colors): Call color-supported-p,
19202 the new name of face-color-supported-p.
19203
19204 * term/w32-win.el (xw-defined-colors): Likewise.
19205
192062000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19207
19208 * simple.el (completion-setup-function): Count completion-size
19209 from minibuffer-prompt-end, not from point-min.
19210
192112000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
19212
19213 * faces.el (read-face-attribute, defined-colors, color-defined-p):
19214 Pass the frame to tty-color-* functions.
19215 (display-color-p, frame-set-background-mode): Pass the frame to
19216 tty-display-color-p.
19217
19218 * term/tty-colors.el (tty-defined-color-alist): Renamed from
19219 tty-color-alist.
19220 (tty-color-alist, tty-modify-color-alist): New functions.
19221 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
19222 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19223 optional parameter FRAME.
a30eb617
DL
19224
192252000-01-01 Gerd Moellmann <gerd@gnu.org>
19226
86f6474c
SM
19227 * image.el (create-image, defimage): Don't assume image data is
19228 a string.
a30eb617
DL
19229
19230 * image.el (defimage): Handle specifications containing :data
19231 instead of :file.
19232 (image-type-from-data): New function.
19233 (image-type-from-file-header): Use it.
19234 (create-image): Add parameter DATA-P.
19235
19236See ChangeLog.8 for earlier changes.
19237
19238;; Local Variables:
19239;; coding: iso-2022-7bit
19240;; End: