add scripts for creating precompiled Windows distributions
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
ff4ec1f7
GM
12001-08-29 Gerd Moellmann <gerd@gnu.org>
2
3 * startup.el (fancy-splash-screens): Temporarily set
4 minor-mode-map-alist to nil while displaying splash screens.
5
042e6d91
AS
62001-08-28 Andre Spiegel <spiegel@gnu.org>
7
8 * vc.el (vc-revert-file): Call the backend even if the FILE's
9 contents can be reverted locally; pass new arg CONTENTS-DONE
10 down to the backend.
11
12 * vc-{cvs,rcs,sccs}.el (vc-*-revert-file): Handle new
13 optional arg CONTENTS-DONE.
14
33818c6c
AI
152001-08-28 Andrew Innes <andrewi@gnu.org>
16
17 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
18
0f76ca04
EZ
192001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
20
21 * makefile.nt (install): Copy more *.el files.
22
6b6e2422
GM
232001-08-28 Gerd Moellmann <gerd@gnu.org>
24
25 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
26 instead of `w' which is already in use.
27
5b52c296
GM
28 * gs.el (gs-load-image): Use sleep-for.
29 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
30
43744cb9
MB
312001-08-28 Miles Bader <miles@gnu.org>
32
33 * replace.el (query-replace-regexp-eval): Return args from
34 `interactive' form in correct order.
35
4b4ea1dc
EZ
362001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
37
38 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
39 major modes, don't create panes for modes for which
40 mouse-buffer-menu-alist returns an empty alist.
41
422001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
35cd9438
TTN
43
44 * progmodes/hideshow.el: Update first-line description.
45 Sync comments w/ maintainer version 5.31.
46
47 (hs-isearch-open): Default value now `code'.
48 Fix docstring to use "code blocks" vs "comment blocks",
49 as opposed to "block" vs "comment".
50 (hs-flag-region): Accept `hs-isearch-open' value
51 of `block' as synonymous w/ `code'.
52 (hs-hide-block-at-point): For code blocks, pass `code'
53 to `hs-flag-region' instead of `block'.
54
9ad62cf8
MB
552001-08-28 Miles Bader <miles@gnu.org>
56
57 * comint.el (comint-next-prompt): Don't loop infinitely if
58 {next,previous}-single-char-property-change returns its input
59 position when the search fails.
60
612001-08-27 Miles Bader <miles@gnu.org>
d3b98912
MB
62
63 * comint.el (comint-get-old-input-default): Don't signal an error
64 if point is not on an input field; instead, return the current
65 line (using `comint-bol' to skip any prompt, in case we're not
66 using fields at all).
67
68 * man.el (Man-mode-line-format): Variable removed.
69 (Man-mode): Change `mode-line-buffer-identification' instead of
70 `mode-line-format'.
71
d599a452
GM
722001-08-27 Gerd Moellmann <gerd@gnu.org>
73
74 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
75 From Simon Josefsson <jas@extundo.com>.
76
299248aa
EZ
772001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
78
5b02e712
EZ
79 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
80 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
81
89aea802
EZ
82 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
83 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
84
85 * emacs-lisp/lselect.el: Ditto.
86
3452efc2
SM
87 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
88 Remove periods from the end of error message strings.
89 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
165b4283 90
299248aa
EZ
91 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
92 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
93
94 * net/telnet.el: Ditto.
95
08ead67b
GM
962001-08-26 Gerd Moellmann <gerd@gnu.org>
97
98 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
99 KEYMAP to the call to define-minor-mode.
100
cf8f0b68
EZ
1012001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
102
103 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
104 Replace some of the undefined characters with emulations of bidi
105 formatting characters and Niqud as per SI 1311-1.
106 (IT-unicode-translations): Ditto.
3452efc2
SM
107 (IT-display-table-setup, IT-setup-unicode-display):
108 Fill characters without translations with dos-unsupported-char-glyph.
cf8f0b68 109
16837afc
GM
1102001-08-24 Simon Josefsson <jas@extundo.com>
111
112 * hl-line.el (hl-line-mode): Don't be a global mode.
113 (global-hl-line-mode): New function.
114
33954c45
GM
1152001-08-24 Gerd Moellmann <gerd@gnu.org>
116
117 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
118 being reset by Ghostscript. Don't kill the gs process.
119 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
120
fa05f6ac
AC
1212001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
122
123 * term/mac-win.el: Require scroll-bar.
124
3452efc2
SM
1252001-08-23 Stefan Monnier <monnier@cs.yale.edu>
126
127 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
128
02aec07b
EZ
1292001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
130
131 * hexl.el (hexl-insert-multibyte-char) New function.
132 (hexl-quoted-insert, hexl-self-insert-command)
133 (hexl-insert-hex-char, hexl-insert-decimal-char)
134 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
135 Fix the doc strings accordingly.
136 (hexl-insert-char): Reject characters whose code is above 255.
137 Doc fix.
138 (hexl-mode-map): Copy the global keymap instead of creating a
139 sparse keymap, and bind all self-inserting characters to
140 hexl-self-insert-command.
141
9bfc65eb
SM
1422001-08-22 Stefan Monnier <monnier@cs.yale.edu>
143
3452efc2
SM
144 * wid-edit.el (text): Re-order docstring correctly.
145
9bfc65eb
SM
146 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
147
148 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
149
32f2f98e
EZ
1502001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
151
152 * simple.el (line-number-mode): Mention the variable
153 line-number-display-limit-width in the doc string.
154
374388c3
GM
1552001-08-22 Gerd Moellmann <gerd@gnu.org>
156
157 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
158 Temporarily select EVENT's window for switching buffers.
159 (mode-line-bury-buffer): New function.
160 (mode-line-buffer-identification-keymap): Use it instead of
161 bury-buffer. Bind down-mouse events to prevent global down-mouse
b2130182 162 events from shining through.
374388c3 163
dde6824c
SM
1642001-08-21 Stefan Monnier <monnier@cs.yale.edu>
165
166 * newcomment.el (comment-beginning): Make sure the comment-start
167 we found isn't a comment-end (in cases where confusion is possible).
168
99bf1e74
MB
1692001-08-22 Miles Bader <miles@gnu.org>
170
171 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
172 before writing it, so that hard-links don't see new version.
173
37618c60
GM
1742001-08-21 Gerd Moellmann <gerd@gnu.org>
175
dde6824c
SM
176 * gs.el (gs-set-ghostview-colors-window-prop):
177 Call x-change-window-property with 3rd arg FRAME.
40e33037 178 (gs-load-image): Wait for a previous Ghostscript process
e98c601b
GM
179 to complete before starting a new one.
180
6ea3db8a
GM
181 * image.el (image-type-regexps): Make sure that the TIFF
182 pattern is only matched at the beginning of a string.
183 From Markus Rost <rost@math.ohio-state.edu>.
184
dde6824c 185 * international/swedish.el: Pre-Mule file removed. From Jonas
37618c60
GM
186 Oberg <jonas@gnu.org>.
187
1f8437c4
RV
1882001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
189
190 * whitespace.el (whitespace-abort-on-error): Add custom variable
dde6824c 191 to whitespace to abort a write-file if whitespace is detected in file.
1f8437c4
RV
192
193 * whitespace.el (whitespace-write-file-hook): Hook to be called
194 when writing a file. If `whitespace-abort-on-error' is set, the
dde6824c
SM
195 write will abort on detecting whitespaces.
196 If `whitespace-auto-cleanup' is set, the file will be cleaned
1f8437c4
RV
197 automatically prior to writing.
198
199 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
200 whitespaces in the error output!
201
dde6824c 202 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1f8437c4
RV
203 `indent-tabs-mode', since the latter notes user preferences on
204 TABs anyway.
205
206 * whitespace.el (whitespace-version): 3.1. All of the above issues
207 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
208
9b96c57d
GM
2092001-08-20 Gerd Moellmann <gerd@gnu.org>
210
8039284a
GM
211 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
212 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
213
9b96c57d
GM
214 * whitespace.el (whitespace-global-mode): Add autoload cookie.
215
1c71c0c3
GM
2162001-08-20 Alex Schroeder <alex@gnu.org>
217
218 * sql.el (sql-db2): Doc change.
219
2202001-08-20 Alex Schroeder <alex@gnu.org>
221
222 * sql.el (sql-postgres): Add the database at the end of the
223 parameters instead of at the beginning.
224 (sql-postgres-options): Doc change.
225
6c7f60a2
GM
2262001-08-17 Gerd Moellmann <gerd@gnu.org>
227
228 * custom.el (defcustom): Doc fix.
229
64ed6f71
GM
2302001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
231
6c7f60a2 232 * ps-mule.el (find-composition): Check if (char-after POS)
64ed6f71
GM
233 returns a valid character.
234
7851eb98
EZ
2352001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
236
237 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
238 original-point for extra CR characters that are added/removed when
239 the buffer is written/read whose EOL type is -dos.
240
b76dfd21
MB
2412001-08-16 Miles Bader <miles@gnu.org>
242
243 * simple.el (line-move): Undo previous change.
1f8437c4
RV
244
245 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
b76dfd21
MB
246 property to input-terminating `boundary' overlays to avoid
247 line-move wierdness.
248
e67d1843
GM
2492001-08-16 Gerd Moellmann <gerd@gnu.org>
250
251 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
252 buffer in a save-restriction. Under one test case with Ediff,
253 window-scroll-functions are run with a window start that's
254 temporarily outside of the restriction.
255
21324fae
GM
2562001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
257
dde6824c 258 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
21324fae
GM
259 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
260 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
261 (texinfo-update-menu-region-beginning)
262 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
263 command, @ifnottex, to regexps, so it is found.
264
0645d241
AI
2652001-08-16 Andrew Innes <andrewi@gnu.org>
266
267 * makefile.nt (DONTCOMPILE): Omit bindings.el.
268 (DONTCOMPILE): Omit sc.el.
269
270 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
271 (DONTCOMPILE): Omit sc.el.
272
ae13fc3c
GM
2732001-08-16 Gerd Moellmann <gerd@gnu.org>
274
275 * replace.el (occur): Bind inhibit-read-only to t.
276
1369261b
MB
2772001-08-16 Miles Bader <miles@gnu.org>
278
dde6824c
SM
279 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
280 calling `constrain-to-field', to avoid problems with comint prompts.
1369261b 281
8464af45
GM
2822001-08-15 Gerd Moellmann <gerd@gnu.org>
283
ec69d5ec 284 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
dde6824c 285 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
ec69d5ec 286
1f8437c4 287 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3e6f08e6
GM
288 of a while-loop.
289
93aba6fc 290 * Makefile.in (DONTCOMPILE): Remove sc.el.
1f8437c4 291
8464af45
GM
292 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
293 Don't include term/.
294
ae13fc3c
GM
295 * mail/sc.el: Moved to obsolete/.
296
8b313639
GM
2972001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
298
299 * ps-print.el: Change error function arguments to follow Emacs
300 message convention. Doc fix.
301 (ps-print-version): New version number (6.5.4).
302 (coding-system-for-write): Change declaration position to avoid
303 XEmacs compilation gripes.
dde6824c
SM
304 (coding-system-for-read, buffer-file-coding-system):
305 Declarations to avoid XEmacs compilation gripes.
8b313639
GM
306
307 * ps-mule.el: Doc fix.
308 (ps-mule-encode-header-string): If STRING is not a string, replace
309 STRING by empty string.
310
5fb125b4
EZ
3112001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
312
313 * frame.el (show-trailing-whitespace): Doc fix.
314
49e49b77
EZ
3152001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
316
317 * desktop.el (desktop-save): Insert the coding: tag before
318 desktop-header.
319
3e6385a4
GM
3202001-08-13 Gerd Moellmann <gerd@gnu.org>
321
0de73d5a
GM
322 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
323 its path from $els.
324
3e6385a4
GM
325 * image.el (image-jpeg-p): Fix call of substring.
326
4a9bf8a4
GM
3272001-08-10 Gerd Moellmann <gerd@gnu.org>
328
242e5463
GM
329 * play/animate.el (animate-string): Doc fix. Use a buffer
330 name with stars in it.
331 (animate-sequence): New function.
332 From Richard Stallman <rms@gnu.org>.
333
030f4537
GM
334 * frame.el (select-frame-set-input-focus): New function
335 extracted from other-frame.
336 (other-frame): Use it.
337 (next-multiframe-window, previous-multiframe-window): Use it.
338
346f18dc
GM
339 * isearch.el (isearch-other-meta-char): Don't switch to the
340 buffer of a window clicked on, when the current buffer is
341 in Isearch mode.
342
4a9bf8a4
GM
343 * image.el (image-jpeg-p): Test for APPn markers in the range
344 #xe0..#xef.
345
eaa2319f
GM
3462001-08-09 Gerd Moellmann <gerd@gnu.org>
347
3638868e
GM
348 * desktop.el (desktop-save): Don't use concat to form a file
349 name, use expand-file-name.
350
6b48d742
GM
351 * mouse.el (mouse-delete-window): Do nothing if frame has just
352 one window.
353
ed771c89
GM
354 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
355 for the minor mode name.
356
357 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
358 minor mode name.
359
dde6824c
SM
360 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
361 instead of make-mode-line-mouse2-map.
ed771c89
GM
362
363 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
364 the minor mode name.
365
dde6824c
SM
366 * emacs-lisp/easy-mmode.el (define-minor-mode):
367 Use mode-line-minor-mode-keymap for the minor mode name.
ed771c89 368
dde6824c
SM
369 * calendar/calendar.el (calendar-mode-line-format):
370 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
ed771c89 371
a4afe04e
GM
372 * bindings.el (make-mode-line-mouse-map): Renamed from
373 make-mode-line-mouse2-map. Take additional arg MOUSE.
374 (mode-line-modified): Use mouse-3 instead of mouse-2.
375 (mode-line-buffer-identification-keymap): Bind keys differently.
dde6824c 376 (propertized-buffer-identification): Adapt help-echo to new bindings.
a4afe04e 377
8e3189f0
GM
378 * bindings.el (mode-line-format): Specify help-echo for line
379 number, column number and buffer-percent part of the mode-line.
380
eaa2319f
GM
381 * image.el (image-type-regexps): Allow whitespace at the start
382 of the image data for XPM, XBM and Postscript, which are
383 text files.
384 (image-jpeg-p): Correct calculation of next field offset.
385
e3601cf6
PJ
3862001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
387
388 * battery.el: Fix typo.
389
057b57f6
GM
3902001-08-08 Gerd Moellmann <gerd@gnu.org>
391
8a8ef149
GM
392 * image.el (image-type-regexps): Allow predicates. Change the way
393 JPEG images are recognized.
394 (image-jpeg-p): New function.
395 (image-type-from-data): Handle predicates in image-type-regexps.
396
057b57f6
GM
397 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
398 #:, #x, #o, and similar constructs.
399
69ebef1d
GM
4002001-08-07 Gerd Moellmann <gerd@gnu.org>
401
22d01aed
GM
402 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
403
23f46f6f
GM
404 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
405 instead of `progn'.
406
e8421604
GM
407 * tar-mode.el (tar-extract): Avoid generating a new buffer
408 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
409
ea2c6478
GM
410 * textmodes/paragraphs.el (forward-sentence): Avoid building
411 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
412
dde6824c
SM
413 * progmodes/executable.el (executable-set-magic):
414 If executable-find returns a quoted file name, unquote it before
6c233cc0
GM
415 inserting it.
416
1155d483 417 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 418 derived from the JFIF spec.
1f8437c4 419
69ebef1d
GM
420 * image.el (image-type-regexps): Use `\`' instead of `^' in
421 most regular expressions.
422
d1d850d6
PJ
4232001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
424
dde6824c 425 * play/animate.el: Re-insert a reference to re-inserted function.
d1d850d6 426
98a8938c
GM
4272001-08-06 Gerd Moellmann <gerd@gnu.org>
428
dde6824c
SM
429 * help.el (describe-function-1): Use find-function-search-for-symbol
430 instead of find-function-noselect because the latter follows aliases.
8e3fe78e 431
5a397d28
GM
432 * play/animate.el (animate-birthday-present): Re-insert.
433
dde6824c
SM
434 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
435 Handle old-style menu definitions.
98a8938c 436
7b3220c0
PJ
4372001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
438
6228c05b 439 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 440 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 441
070c251e 442 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
443 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
444 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 445
dffb6224
PJ
4462001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
447
448 * textmodes/tildify.el: Milan Zamazal has new address.
449
698665d1
GM
4502001-08-03 Gerd Moellmann <gerd@gnu.org>
451
be48584d
GM
452 * custom.el (custom-set-variables): Don't test `custom-requests'
453 properties, check the third element of the options passed to
454 custom-set-variables instead.
455
5e1f85e0 456 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 457 instead of file-exists-p.
5e1f85e0 458
b0fa1513
GM
459 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
460 the mode-line face is restored. Fix several bugs.
461
698665d1
GM
462 * replace.el (perform-replace): Doc fix.
463
4a7641d9
FP
4642001-08-02 Francesco Potorti` <pot@gnu.org>
465
466 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
467 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
468 (uniquify-fix-item-base, uniquify-fix-item-filename)
469 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
470 Callers changed.
471 (uniquify-set-proposed): Changed to work with a vector item.
472 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
473 the fix list, and a list of strings for the non-file buffer
474 names. Both changes reduce consing.
475 (uniquify-rationalize-a-list): Local variable renaming.
476 (uniquify-rationalize-conflicting-sublist): Use member instead of
477 assoc.
478 (uniquify-rename-buffer): Use unless instead of if not.
479
77389930
GM
4802001-08-02 Gerd Moellmann <gerd@gnu.org>
481
dde6824c 482 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7f7d5b9e 483
cb3f945f
GM
484 * custom.el (custom-set-variables): Set options with :require
485 clauses last.
4a7641d9 486
fbc7f2a6
GM
487 * custom.el (defcustom): Doc fix.
488
77389930
GM
489 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
490
9761cd3a
EZ
4912001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
492
7e03f4c8
EZ
493 * man.el (man): Mention Man-switches in the doc string.
494 (Man-switches): Mention -a in the doc string.
495
dde6824c
SM
496 * textmodes/ispell.el (ispell-alternate-dictionary):
497 Add /usr/share/lib/dict/words, for Irix.
2b2eabed 498
9761cd3a
EZ
499 * bindings.el: Bind shifted and control-shifted kp-* keys to the
500 corresponding non-kp keys. Suggested by Stephen Gildea
501 <gildea@alum.mit.edu>.
502
cc46bfe7
FP
5032001-08-01 Francesco Potorti` <pot@gnu.org>
504
fc10ed8c
FP
505 * uniquify.el: These changes correct a corner case that the old
506 code managed correctly.
507 (uniquify-fix-item-proposed): Renamed from
508 uniquify-fix-item-min-proposed.
509 (uniquify-set-proposed): New function.
510 (uniquify-rationalize-file-buffer-names): Code reshuffled for
511 clarity and speed.
dde6824c
SM
512 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
513 This is equivalent to what the old code did.
fc10ed8c
FP
514 (uniquify-rationalize-a-list): Never recompute the proposed
515 name. Sort the conflicting sublist before rationalising it: this
516 is equivalent to what the old code did, but one directory element
517 at a time, and only when necessary.
518 (uniquify-rationalize-conflicting-sublist): Recompute here the
519 proposed name.
cc46bfe7 520
dd388130
GM
5212001-08-01 Gerd Moellmann <gerd@gnu.org>
522
81b1a79d
GM
523 * play/animate.el: Add Keywords and Maintainer. Remove a
524 reference to a removed function.
cc46bfe7 525
dd388130
GM
526 * play/animate.el (animate-string): Handle case that the string is
527 longer than the window is wide.
528
6b053e39
GM
5292001-07-31 Gerd Moellmann <gerd@gnu.org>
530
ed86208c
GM
531 * desktop.el (desktop-save): Bind coding-system-for-write to
532 `emacs-mule' for write-region.
533
10e922bd
GM
534 * delsel.el (delete-selection-pre-hook): Don't set this-command
535 to `ignore' if the region is empty.
536
dde6824c
SM
537 * international/mule.el (set-keyboard-coding-system):
538 Set keyboard-coding-system.
b23bad0b 539
6b053e39
GM
540 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
541 before accessing it.
542
d004e96a
AS
5432001-07-30 Andreas Schwab <schwab@suse.de>
544
dde6824c
SM
545 * menu-bar.el (toggle-highlight-paren-mode):
546 Use `(show-paren-mode)' as body.
d004e96a 547
892c8dea
AS
5482001-07-30 Andre Spiegel <spiegel@gnu.org>
549
550 * vc.el (vc-checkout-hook): New hook.
551 (vc-checkout): Run it.
552
21f79512
EZ
5532001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
554
dde6824c
SM
555 * progmodes/make-mode.el (makefile-macroassign-regex):
556 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
21f79512 557
291e3b68
GM
5582001-07-30 Gerd Moellmann <gerd@gnu.org>
559
6594ac22
GM
560 * vc.el (vc-switch-backend): Fix autoload cookie.
561
291e3b68
GM
562 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
563 the desktop file.
564
87449711
GM
5652001-07-30 Simon Josefsson <jas@extundo.com>
566
567 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
568 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
569
bf85004b
GM
5702001-07-27 Gerd Moellmann <gerd@gnu.org>
571
75c5350a
GM
572 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
573 (last-sexp-toggle-display): Renamed from last-sexp-print.
dde6824c
SM
574 (last-sexp-toggle-display, eval-last-sexp-1):
575 Use last-sexp-setup-props.
75c5350a 576
cc46bfe7 577 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
578 New user-options.
579 (mouse-wheel-change-button): New function.
580 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
581 (mwheel-scroll): Ditto.
582
16098288
GM
5832001-07-26 Gerd Moellmann <gerd@gnu.org>
584
ac49effe
GM
585 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
586 `...', compare with unabbreviated printed representation instead.
587 (last-sexp-print): Bind print-length and print-level to nil.
588
be4a68f9
GM
589 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
590 before assigning text properties. Make properties rear-nonsticky.
ac49effe 591
f6e6cdf2
GM
592 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
593 (eval-last-sexp-1): Give printed text a `keymap' property and bind
594 <mouse-2> and <RET> in that map to a function printing the
595 unabbreviated value.
596
16098288
GM
597 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
598 is a buffer, put a text property `printed-value' on the printed
599 representation, with the Lisp object printed as value.
600
343462ed
EZ
6012001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
602
603 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
604 Mention the effect of eval-expression-print-length and
605 eval-expression-print-level in the doc strings. Suggested by
606 Kevin Gallagher <kevingal@onramp.net>.
607
e043664a
GM
6082001-07-25 Gerd Moellmann <gerd@gnu.org>
609
4b09e331
GM
610 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
611 for buttons > 3.
612 (xterm-mouse-translate): Handle the case that we don't get a
613 down-event.
cc46bfe7 614
dde6824c
SM
615 * emacs-lisp/find-func.el (find-function-regexp):
616 Add easy-mmode-define-global-mode to the regexp. Allow newlines
b03dc47d
GM
617 in front of the function name.
618
17635d50 619 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 620
3fb01f36
GM
621 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
622 similar events for which fake prefix keys are generated. It's no
623 longer necessary since read_key_sequence doesn't modify these
624 events for internal purposes anymore.
625
e043664a
GM
626 * files.el (auto-mode-alist): Use nroff-mode for files ending
627 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
628
a9f73104
EZ
6292001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
630
631 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
632 tool-bar-lines parameter, behave as if its value were zero.
633 (mouse-avoidance-set-pointer-shape): Don't do anything if
634 x-pointer-shape is not boundp.
635
c02a76cc
FP
6362001-07-23 Francesco Potorti` <pot@gnu.org>
637
f0188953 638 * uniquify.el: Overall speedup changes when using many buffers.
dde6824c
SM
639 (uniquify-fix-item-base, uniquify-fix-item-filename)
640 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 641 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 642 place in the item, but was never used.
c02a76cc 643 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 644 in the item is now used as cache for the proposed name.
c02a76cc 645 (uniquify-rationalize-file-buffer-names): Move computation made on
dde6824c
SM
646 newbuffile out of the loop, in the newbuffile-nd local var.
647 Use dolist (cosmetic change). Compute the proposed name for the most
c02a76cc 648 common case and cache it in the fourth place in the item.
f0188953 649 (uniquify-rationalize-file-buffer-names): Used to return a a list
dde6824c 650 of buffer whose name was changed, but that return value was never used.
c02a76cc
FP
651 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
652 the cached proposed name, does much less consing and is quicker.
653 (uniquify-filename-lessp): Deleted.
dde6824c
SM
654 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
655 Do not bind locally the uniquify-possibly-resolvable flag. Use the
c02a76cc
FP
656 cached proposed name is possible.
657 (uniquify-get-proposed-name): Arguments changed, callers changed.
658 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
659 uniquify-possibly-resolvable flag, which is no more bound locally.
660 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 661 flag, which does not exist any more.
c02a76cc 662
31fac3b8
EZ
6632001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
664
be8cf99e
EZ
665 * term/internal.el (IT-unicode-translations): Fix the appearance of
666 "6`".
667
31fac3b8
EZ
668 * progmodes/compile.el (compile-internal): If EMACS is already
669 defined in the environment, don't override its value.
670
73496807
GM
6712001-07-23 Gerd Moellmann <gerd@gnu.org>
672
9e5a7f2a
GM
673 * play/fortune.el: Undo change of 2001-07-13.
674 Fix autoload cookies. Add types to defcustoms.
675 (fortune) <defgroup>: Add :link.
676 (fortune-from-region): Use eq, not eql.
677 From Dave Love <fx@gnu.org>.
c02a76cc 678
5247262a 679 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 680
73496807
GM
681 * play/animate.el: New file.
682
722a451d
EZ
6832001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
684
dde6824c
SM
685 * startup.el (normal-top-level-add-subdirs-to-load-path):
686 On Windows, put into normal-top-level-add-subdirs-inode-list the
722a451d
EZ
687 canonicalized names of the directories instead of inode numbers.
688
4960e757 6892001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 690
4960e757
MK
691 * ediff-util.el: Copyright years.
692 (ediff-choose-syntax-table): New function.
693 (ediff-setup): Use ediff-choose-syntax-table.
73496807 694 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 695 vc-state is available.
73496807 696 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 697
4960e757
MK
698 * ediff-init.el (ediff-with-syntax-table): New macro, uses
699 with-syntax-table.
73496807
GM
700 (ediff-coding-system-for-read): From ediff-diff.el
701 (ediff-coding-system-for-write): New variable.
702 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 703 overlays.
73496807
GM
704 (ediff-file-remote-p): Use file-remote-p, if available.
705 (ediff-listable-file): New function.
706 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 707
dde6824c
SM
708 * ediff-mult.el (ediff-meta-insert-file-info1):
709 Use ediff-listable-file.
c02a76cc 710
dde6824c
SM
711 * ediff-ptch.el (ediff-prompt-for-patch-file):
712 Use ediff-coding-system-for-read.
73496807 713 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 714
73496807
GM
715 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
716 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 717
4960e757 718 * ediff.el: Date of last update, copyright years.
c02a76cc 719
4960e757 720 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 721
4960e757
MK
722 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
723 of Scott Bronson.
724 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
725 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
726 Deleted functions.
727 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
728 ex-token-list.
73496807 729 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 730
dde6824c 731 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
73496807
GM
732 (viper-memq-char): Use viper-int-to-char.
733 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 734 vc-locking-state.
73496807 735 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 736
dde6824c
SM
737 * viper.el (viper-major-mode-modifier-list):
738 Added inferior-emacs-lisp-mode.
73496807 739 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 740 heuristics to decide if vi state is appropriate.
73496807
GM
741 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
742 (viper-non-hook-settings): Don't advise read-key-sequence.
743 (viper-read-key-sequence): New function that replaces the
4960e757 744 previously used advice to read-key-sequence.
c02a76cc 745
73496807
GM
746 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
747 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
748 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
749 (viper-open-line-at-point,viper-substitute,viper-overwrite)
750 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
751 Got rid of the negative character hack.
4960e757 752 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
753 Use viper-read-key-sequence.
754 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 755 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 756 Don't override existing minibuffer-setup-hook.
4960e757 757 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 758 Convert registers to char data type.
73496807 759 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
760
761 * viper-keym.el: Use viper-exec-key-in-emacs.
762
05824718
SM
7632001-07-20 Stefan Monnier <monnier@cs.yale.edu>
764
765 * server.el (server-visit-files): Fix variable name typo.
766
6e07c0a5
GM
7672001-07-20 Gerd Moellmann <gerd@gnu.org>
768
05824718 769 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
770 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
771
5b6858da
SM
7722001-07-19 Stefan Monnier <monnier@cs.yale.edu>
773
774 * progmodes/compile.el (compilation-parse-errors): `linenum' might
775 return a this-error using the alternative format (a pair of markers).
776
794d58ba
GM
7772001-07-19 Gerd Moellmann <gerd@gnu.org>
778
4e2a256b
GM
779 * font-lock.el (c++-keywords): Add Standard C++ operator names.
780
794d58ba
GM
781 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
782 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 783
381194d0
PJ
7842001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
785
786 * international/iso-transl.el: Fix typo in the header of the file.
787
788 * textmodes/picture.el (picture): Doc fix.
789
790 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
791 follow coding conventions in generated files.
792
27009a49
EZ
7932001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
794
5b6858da 795 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
796 (tool-bar-add-item): Don't call image-related primitives if the
797 display doesn't support images.
798
799 * frame.el (display-images-p): New function.
800
467f1209
GM
8012001-07-17 Gerd Moellmann <gerd@gnu.org>
802
803 * server.el (server-visit-files): Handle the case the specified
804 column number is <= 0.
805
8062001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
807
808 * startup.el (command-line-1): Add support for +LINE:COLUMN
809 command line argument.
810
8112000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
812
5b6858da
SM
813 * server.el (server-process-filter, server-visit-files):
814 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 815
9781053a
PJ
8162001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
817
818 * emacs-lisp/easy-mmode.el: Add Keywords header.
819
820 * play/pong.el: Author has new address.
821
822 * play/landmark.el: Author is no more reachable.
823
824 * play/handwrite.el: Author is no more reachable.
825
5b6858da
SM
8262001-07-17 Stefan Monnier <monnier@cs.yale.edu>
827
828 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
829 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
830 Complete bindings for F<1..12> keys.
831 (global-map): Remove `undo' binding (already in the default).
832 Replace `t<n>' bindings with `f<n>' bindings.
833
a38b71b0
SM
8342001-07-16 Stefan Monnier <monnier@cs.yale.edu>
835
836 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
837 (tcl-mode): Use tcl-add-log-defun.
838 (tcl-indent-line): Use tcl-calculate-indent.
839 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
840 (tcl-indent-exp): Renamed from indent-tcl-exp.
841 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
842 (tcl-indent-for-comment): Call comment-indent-function properly
843 and handle the case where it returns nil.
844
c1d61a7d
GM
8452001-07-16 Gerd Moellmann <gerd@gnu.org>
846
a38b71b0
SM
847 * calendar/cal-islam.el (calendar-goto-islamic-date):
848 Remove autoload cookie.
849
850 * calendar/calendar.el (calendar-goto-islamic-date):
851 Add call to autoload.
c1d61a7d 852
c59fb719
SM
8532001-07-16 Stefan Monnier <monnier@cs.yale.edu>
854
855 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
856 Don't change compile-auto-highlight globally.
857 Don't bother with `font-lock-defaults' property since XEmacs
858 also understands the `font-lock-defaults' variable.
859 Use make-local-variable rather than make-variable-buffer-local.
860 Don't `defconst' comment-indent-function: keep the default.
861 Call easy-menu-add unconditionally.
862 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
863 (ada-create-menu): Use :included for Emacs as well.
864
865 * vc.el (vc-do-command): Autoload.
866
867 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
868
652a9be9
PJ
8692001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
870
871 * ps-print.el: Fix Author: header.
872
c3d6be34
GM
8732001-07-16 Gerd Moellmann <gerd@gnu.org>
874
4391d40d
GM
875 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
876 mouse-1 etc., bind them to `ignore'.
877
c3d6be34
GM
878 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
879 send-invisible, which is already defined in Comint.
880 (eshell-watch-for-password-prompt): Use it.
881
e8af40ee
PJ
8822001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
883
3c3e43ef
PJ
884 * which-func.el (which-func-mode): Doc fix.
885
e8af40ee 886 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
887 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
888 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
889 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
890 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
891 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
892 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
893 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
894 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
895 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
896 * emulation/edt-mapper.el, emulation/edt-pc.el,
897 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
898 * emulation/tpu-edt.el, emulation/tpu-extras.el,
899 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
900 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
901 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
902 * international/isearch-x.el, international/iso-cvt.el,
903 * international/ogonek.el, international/quail.el,
904 * international/utf-8.el, jit-lock.el, language/devan-util.el,
905 * language/devanagari.el, language/ethio-util.el,
906 * language/ethiopic.el, language/european.el, language/indian.el,
907 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
908 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
909 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
910 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
911 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
912 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
913 * progmodes/autoconf.el, progmodes/cmacexp.el,
914 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
915 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
916 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
917 * progmodes/ebnf2ps.el, progmodes/executable.el,
918 * progmodes/fortran.el, progmodes/idlw-shell.el,
919 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
920 * progmodes/m4-mode.el, progmodes/mantemp.el,
921 * progmodes/meta-mode.el, progmodes/octave-inf.el,
922 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
923 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
924 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
925 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
926 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
927 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
928 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
929 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
930 * textmodes/two-column.el, time-stamp.el, timezone.el,
931 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
932 * which-func.el, whitespace.el, wid-browse.el, widget.el,
933 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
934 conventions.
935
bb24c64f
GM
9362001-07-16 Gerd Moellmann <gerd@gnu.org>
937
938 * simple.el (set-variable): Require 'cus-edit' instead of
939 `wid-edit', so that the Custom widgets get defined.
940
6a05d05f
PJ
9412001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
942
943 * allout.el: A fix to follow coding conventions.
944
945 * find-lisp.el: A fix to follow coding conventions.
946
947 * term/w32-win.el: A fix to follow coding conventions.
948
949 * textmodes/sgml-mode.el: A fix to follow coding conventions.
950
951 * term/xterm.el: A fix to follow coding conventions.
952
953 * term/news.el: A fix to follow coding conventions.
954
955 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
956 header line fixed.
957
958 * sun-curs.el: Fix Maintainer: header line.
959
960 * emacs-lisp/easymenu.el: Address of the author added.
961
1b85bd12
GM
9622001-07-16 Gerd Moellmann <gerd@gnu.org>
963
964 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
965 property.
966
6e44da43
PJ
9672001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
968
969 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 970 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
971 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
972 Some fixes to follow coding conventions.
6e44da43 973
6033fc96
GM
9742001-07-16 Gerd Moellmann <gerd@gnu.org>
975
976 * which-func.el (which-func-mode): Doc fix.
977
5d3d1e32
SM
9782001-07-15 Stefan Monnier <monnier@cs.yale.edu>
979
980 * net/rcompile.el (remote-compile): Use make-local-variable.
981
982 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
983
984 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
985
986 * mail/reporter.el (reporter-submit-bug-report):
987 Don't abuse make-variable-buffer-local. Fix call to add-hook.
988
55535639
PJ
9892001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
990
3afbc435 991 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
992 * calendar/cal-dst.el, calendar/cal-french.el,
993 * calendar/cal-hebrew.el, calendar/cal-islam.el,
994 * calendar/cal-iso.el, calendar/cal-julian.el,
995 * calendar/cal-mayan.el, calendar/cal-persia.el,
996 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
997 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
998 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
999 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
1000 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1001 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
1002 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
1003 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
1004 * progmodes/ada-xref.el, progmodes/cc-align.el,
1005 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
1006 * progmodes/cc-defs.el, progmodes/cc-engine.el,
1007 * progmodes/cc-langs.el, progmodes/cc-menus.el,
1008 * progmodes/cc-styles.el, progmodes/cc-vars.el,
1009 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
1010 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
1011 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
1012 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
1013 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
1014 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
1015 conventions in Eshell files with known maintainers.
1016
1017 * emulation/viper.el: A fix to follow coding conventions.
1018
60370d40 1019 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
1020 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
1021 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
1022 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
1023 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
1024 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
1025 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
1026 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
1027 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
1028 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
1029 conventions in Eshell files.
1030
1031 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
1032 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
1033 * emulation/pc-mode.el, emulation/viper-cmd.el,
1034 * emulation/viper-ex.el, emulation/viper-init.el,
1035 * emulation/viper-keym.el, emulation/viper-macs.el,
1036 * emulation/viper-mous.el, emulation/viper-util.el,
1037 * emulation/viper.el, forms-pass.el, international/ccl.el,
1038 * international/characters.el, international/encoded-kb.el,
1039 * international/fontset.el, international/ja-dic-cnv.el,
1040 * international/ja-dic-utl.el, international/kinsoku.el,
1041 * international/kkc.el, international/mule-cmds.el,
1042 * international/mule-diag.el, international/mule-util.el,
1043 * international/mule.el, international/titdic-cnv.el,
1044 * language/china-util.el, language/chinese.el,
1045 * language/cyril-util.el, language/cyrillic.el, language/english.el,
1046 * language/greek.el, language/hebrew.el, language/japan-util.el,
1047 * language/japanese.el, language/korea-util.el, language/korean.el,
1048 * language/lao-util.el, language/lao.el, language/misc-lang.el,
1049 * language/slovak.el, language/thai-util.el, language/thai.el,
1050 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
1051 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
1052 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
1053 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
1054 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
1055 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
1056 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
1057 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
1058 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
1059 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
1060 to follow coding conventions in files without maintainer or in files
1061 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
1062
1063 * emacs-lisp/elp.el: A fix to follow coding conventions.
1064
715a2ca2 1065 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
1066 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
1067 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
1068 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
1069 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
1070 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
1071 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
1072 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
1073 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
1074 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
1075 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
1076 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
1077 conventions in files from Gnus.
1078
55535639 1079 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
1080 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
1081 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
1082 * echistory.el, electric.el, emacs-lisp/authors.el,
1083 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
1084 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
1085 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
1086 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
1087 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
1088 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
1089 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
1090 * international/codepage.el, international/iso-ascii.el,
1091 * international/iso-insert.el, international/iso-transl.el,
1092 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
1093 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
1094 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
1095 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
1096 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
1097 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
1098 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
1099 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
1100 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
1101 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
1102 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
1103 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
1104 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
1105 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
1106 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
1107 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
1108 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
1109 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
1110 * textmodes/tex-mode.el, textmodes/text-mode.el,
1111 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
1112 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
1113 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
1114 files maintained by FSF.
1115
1cd7adc6
PJ
11162001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1117
1118 * arc-mode.el: A fix to follow coding conventions.
1119
1120 * bindings.el: Ditto.
1121
1122 * cdl.el: Ditto.
1123
1124 * comint.el: Ditto.
1125
1126 * cus-start.el: Ditto.
1127
1128 * shell.el: Ditto.
1129
1130 * skeleton.el: Ditto.
1131
07b1b912
SM
11322001-07-13 Stefan Monnier <monnier@cs.yale.edu>
1133
1134 * info.el (Info-build-node-completions):
1135 Make Info-current-file-completions buffer local.
1136
09938b67
GM
11372001-07-13 Gerd Moellmann <gerd@gnu.org>
1138
e0f82ad8 1139 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 1140 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 1141
07b1b912
SM
1142 * calendar/cal-islam.el (calendar-goto-islamic-date):
1143 Add autoload cookie.
aa11456f 1144
09938b67
GM
1145 * play/fortune.el: Add types to defcustoms.
1146
ebea5735
PJ
11472001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1148
09938b67 1149 * language/czech.el: A fix to follow coding conventions.
ebea5735 1150
ec7dc7e1
EZ
11512001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1152
1153 * speedbar.el (speedbar-supported-extension-expressions): Add .g
1154 to the extension list, for antlr-mode. From Christoph Wedler
1155 <Christoph.Wedler@sap.com>.
1156
ec402ad4
SM
11572001-07-11 Stefan Monnier <monnier@cs.yale.edu>
1158
1159 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
1160 (vc-dired-mode-map): Fix the madness.
1161
1162 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
1163 (vc-prefix-map): Moved back from vc.el.
1164
a777242c
GM
11652001-07-11 Gerd Moellmann <gerd@gnu.org>
1166
07b1b912
SM
1167 * mail/mail-extr.el (mail-extr-all-top-level-domains):
1168 Increase the size of the obarray.
a777242c
GM
1169 (mail-extr-all-top-level-domains): Add more toplevel domains,
1170 add more long names.
1171 From: Per Starback <starback@ling.uu.se>.
1172
874d7995
EZ
11732001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1174
1175 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
1176 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1177
1178 * progmodes/ada-mode.el: Ditto.
1179
1180 * progmodes/ada-xref.el: Ditto.
1181
ff524b84
MB
11822001-07-11 Miles Bader <miles@gnu.org>
1183
1184 * finder.el (finder-insert-at-column): Also move to the next line
1185 if exactly at COLUMN.
1186
6b05fae3
GM
11872001-07-10 Gerd Moellmann <gerd@gnu.org>
1188
6ce5615d
GM
1189 * help.el (describe-function-1): When printing FUNCTION's
1190 documentation, don't assume FUNCTION is a symbol.
1191
6b05fae3
GM
1192 * startup.el (normal-top-level): Don't operate on the initial
1193 frame if we failed to create one.
1194
19da29f9
GM
11952001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
1196
1197 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
1198 itself, i.e. only indent the contents in it.
1199
6f19114e
GM
12002001-07-10 Markus Rost <rost@math.ohio-state.edu>
1201
1202 * mail/rmail.el (rmail-show-message): Show beginning of message in
1203 all windows containing it.
1204
8184a578
EZ
12052001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
1206
1207 * term/tty-colors.el: Fix the header line and copyright years.
1208
524ac5b2
GM
12092001-07-09 Gerd Moellmann <gerd@gnu.org>
1210
4033ae9d
GM
1211 * emacs-lisp/advice.el (ad-make-advised-definition): If the
1212 original definition has an interactive form, but is Elp
1213 instrumented, use the interactive form of the function called by
1214 elp-wrapper.
1215
59c2dcf4
GM
1216 * winner.el (winner-equal): Make it a defun. Don't compare Winner
1217 configurations with compare-window-configuration; they aren't
1218 window configurations.
1219
524ac5b2
GM
1220 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
1221 from the server for the format we expect. Don't use it if it
c59fb719 1222 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 1223
06c66e1c 1224 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
1225 From Luis Fernandes <elf@ee.ryerson.ca>.
1226
524ac5b2 12272001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
1228
1229 * cc-cmds.el: Extended the kludge to interoperate with the
1230 delsel and pending-del packages wrt to the new function
1231 `c-electric-delete-forward'.
1232
851040a5
SM
12332001-07-08 Stefan Monnier <monnier@cs.yale.edu>
1234
1235 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
1236 to delay the call to <mode> for global minor modes.
1237 (easy-mmode-define-navigation): Only recenter if interactive.
1238
6573d87f
GM
12392001-07-06 Gerd Moellmann <gerd@gnu.org>
1240
a25e82a8
GM
1241 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
1242 to lisp-indent-line.
1243
6573d87f
GM
1244 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
1245 from the server. Call encode-time only when we are sure that we
1246 got a 213 response.
1247
c1a1fd60
GM
12482001-07-06 Simon Josefsson <jas@extundo.com>
1249
1250 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
1251 (mail-envelope-from): New user option.
1252 (sendmail-send-it): Use it.
1253
4b81a999
GM
12542001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1255
851040a5
SM
1256 * ps-print.el: Use locale dependant date to print date in header.
1257 Doc fix.
4b81a999
GM
1258 (ps-print-version): New version number (6.5.3).
1259 (ps-right-header, ps-right-footer): Initialization and doc fix.
1260 (ps-time-stamp-locale-default): New fun.
1261
a2cc5c4f
GM
12622001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1263
1264 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
1265 field problem with MIME-mode.
1266
1267 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
1268
12692001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1270
1271 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
1272 MIME-mode.
1273
a9b511e0
EZ
12742001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
1275
1276 * bindings.el (mode-line-mule-info): Don't show the tip with
1277 buffer-file-coding-system if that is nil.
1278
0f60e5ff
GM
12792001-07-05 Gerd Moellmann <gerd@gnu.org>
1280
f25cfe53
GM
1281 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
1282 instead of kill-line.
1283
5f72adc0
GM
1284 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
1285 <Pavel@Janik.cz>.
1286
1287 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
1288 <Pavel@Janik.cz>.
0f60e5ff 1289
b5e2c7a7
GM
12902001-07-04 Gerd Moellmann <gerd@gnu.org>
1291
1292 * font-lock.el (c-font-lock-keywords-3): When matching something
1293 like `struct X Y', finish with point after Y.
1294
e5836af8 12952001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 1296
e5836af8 1297 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 1298 in caller buffer.
e5836af8 1299
f1c53471
EZ
13002001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
1301
bf4041b6 1302 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
1303 instead of string-match to find the basename of the file.
1304 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 1305
851040a5
SM
1306 * net/browse-url.el (browse-url-default-windows-browser):
1307 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
1308 (browse-url-browser-function) [ms-dos]: Default to
1309 browse-url-default-windows-browser.
1310
f1c53471
EZ
1311 * help.el (locate-library): Enable code that looks for compressed
1312 libraries if auto-compression-mode is on.
1313
4ce5c223
SM
13142001-07-02 Stefan Monnier <monnier@cs.yale.edu>
1315
1316 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1317
dd441b46
GM
13182001-07-02 Gerd Moellmann <gerd@gnu.org>
1319
4ce5c223 1320 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 1321
7a3ee510
EZ
13222001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
1323
33e432b1
EZ
1324 * allout.el: Fix the header line, so that finder.el recognizes it.
1325 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1326
4ce5c223
SM
1327 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1328 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 1329
3024d920
EZ
13302001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1331
4ce5c223 1332 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 1333
3024d920
EZ
1334 * ps-bdf.el (bdf-directory-list): Use the value relative to
1335 installation-directory for MS-Windows as well.
1336
0c1baae8
RS
13372001-06-29 Richard M. Stallman <rms@gnu.org>
1338
1339 * wid-edit.el (widget-color-sample-face-get):
1340 Return ((foreground-color . COLOR)) instead of constructing a face.
1341
442ebe98
EZ
13422001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1343
1344 * faces.el (region): Change the background color for the
1345 light-background color display to lightgoldenrod2, to make it
1346 visible on some laptops.
1347
6519817e
RS
13482001-06-28 Richard M. Stallman <rms@gnu.org>
1349
1350 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
1351 (rmail-msg-restore-non-pruned-header): Likewise.
1352 If point was in the old pruned header, put it at the top.
1353 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 1354
6519817e
RS
1355 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
1356 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
1357
15533ae2
SM
13582001-06-28 Stefan Monnier <monnier@cs.yale.edu>
1359
1360 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
1361
19a448e3
KF
13622001-06-28 Karl Fogel <kfogel@red-bean.com>
1363
1364 * saveplace.el: Update maintainer email address.
1365
a17555fd
FP
13662001-06-27 Francesco Potorti` <pot@gnu.org>
1367
15533ae2
SM
1368 * uniquify.el: (uniquify-rationalize-file-buffer-names):
1369 Undo previous change.
a17555fd
FP
1370
13712001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
1372
1373 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1374 preliminary quick reordering. Can speed things up dramatically.
1375
555cc9ca
RS
13762001-06-26 Richard M. Stallman <rms@gnu.org>
1377
4d68abe0
RS
1378 * dired.el (dired-get-filename): A file name starting with ~
1379 is not absolute in this context.
1380
555cc9ca
RS
1381 * which-func.el (which-func-maxout): Increase default to 500000.
1382 (which-function-mode): This is now the "real" name of the function.
1383 (which-func-mode): Now an alias.
1384 (which-func-mode-global): Name deleted.
1385
1386 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1387 button-2, when binding hs-mouse-toggle-hiding.
1388
d9bad487
GM
13892001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1390
15533ae2 1391 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
1392 (rmail-msg-prune-header): Likewise.
1393 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1394 and `rmail-msg-prune-header'.
1395
da197e75
SM
13962001-06-25 Stefan Monnier <monnier@cs.yale.edu>
1397
1398 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1399 back than LINEBEG.
1400
9501b986
EZ
14012001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
1402
1403 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1404 window where they clicked the mouse has a header line, adjust
1405 vertical movement by one.
1406
7aee34d3
GM
14072001-06-25 Milan Zamazal <pdm@zamazal.org>
1408
da197e75
SM
1409 * progmodes/glasses.el (glasses-make-readable): Consider underscores
1410 too when separating a parenthesis.
7aee34d3 1411
b9cc92a4
EZ
14122001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
1413
1414 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1415 (bookmark-bmenu-hide-filenames): Add help-echo to
1416 mouse-highlighted text.
1417 (bookmark-bmenu-show-filenames): Remove help-echo property from
1418 the whitespace.
1419
e55c4863
EZ
14202001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
1421
da197e75
SM
1422 * files.el (auto-mode-alist): Add configure.ac (autoconf).
1423 From Karl Eichwalder <ke@suse.de>.
e55c4863 1424
4bd41f5a
RS
14252001-06-23 Richard M. Stallman <rms@gnu.org>
1426
1427 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1428
1429 * progmodes/cc-styles.el (c-set-style): Don't specify initial
1430 contents for completing-read.
1431
fdae95d4
RS
14322001-06-22 Richard M. Stallman <rms@gnu.org>
1433
1434 * menu-bar.el (menu-bar-make-toggle): Construct the
1435 function's doc string from HELP, not DOC, and make it accurate by
1436 adding "Toggle whether to " at the front and downcasing the initial.
1437 Change the HELP arg in some calls to make it fit this usage.
1438
1439 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1440 Undo previous change.
1441
5f0e1d42
EZ
14422001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
1443
1fd63d9b
EZ
1444 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1445
da197e75 1446 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 1447
2ebf8f54
EZ
14482001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
1449
7a03d9cd
EZ
1450 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1451
2ebf8f54
EZ
1452 * dabbrev.el (dabbrev--select-buffers): Fix last change.
1453
4de68712
RS
14542001-06-20 Richard M. Stallman <rms@gnu.org>
1455
1456 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1457 broken out from dabbrev--find-expansion. Handle minibuffer
1458 specially here.
1459 (dabbrev--find-expansion): Simplify code in various ways.
1460 Don't treat minibuffers specially.
1461 Call dabbrev--make-friend-buffer-list.
da197e75 1462 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
1463 (dabbrev--scanning-message): Do nothing when minibuffer is current.
1464
f84e9763 14652001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 1466
f84e9763
JW
1467 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1468 Also, added a comment describing how to greatly speedup Eshell
1469 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 1470
f5f3efaa 14712001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 1472
da197e75
SM
1473 * eshell/esh-mode.el: Disabled a test that often yields false failures.
1474
f84e9763
JW
14752001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
1476
1477 * woman.el (WoMan-highlight-references): Add help-echo to
1478 mouse-highlighted text.
b868ed49 1479
f7ac3e28
SM
14802001-06-18 Stefan Monnier <monnier@cs.yale.edu>
1481
1482 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1483
f6f1beba
GM
14842001-06-18 Gerd Moellmann <gerd@gnu.org>
1485
f7ac3e28
SM
1486 * international/quail.el (quail-start-conversion):
1487 Reset quail-translating to nil.
db8f7303 1488
f6f1beba
GM
1489 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1490 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1491
1a0b9ae6
EZ
14922001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
1493
855eca56
EZ
1494 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1495 mouse-highlighted text.
1496
1a0b9ae6
EZ
1497 * dired.el (dired-mark-pop-up): Fix last change.
1498
e75e894b
EZ
14992001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1500
218abc51
EZ
1501 * calendar/calendar.el (generate-calendar-month): Add help-echo to
1502 mouse-highlighted text.
1503
d36ca65d
EZ
1504 * net/quickurl.el (quickurl-url-file): Run through
1505 convert-standard-filename.
1506 (quickurl-list-populate-buffer): Add help-echo to
1507 mouse-highlighted text.
1508 (top-level): Update Dave's URL.
1509
092924fd
EZ
1510 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1511 mouse-highlighted text.
1512
f7ac3e28
SM
1513 * textmodes/page-ext.el (pages-copy-header-and-position):
1514 Add help-echo to mouse-highlighted text.
092924fd
EZ
1515
1516 * tar-mode.el (tar-header-block-summarize): Add help-echo to
1517 mouse-highlighted text.
1518
1519 * replace.el (occur): Add help-echo to mouse-highlighted text.
1520
1521 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1522 mouse-highlighted text.
1523
1524 * progmodes/cpp.el (cpp-make-button): Add help-echo to
1525 mouse-highlighted text.
1526
f7ac3e28
SM
1527 * progmodes/compile.el (compile-reinitialize-errors):
1528 Add help-echo to mouse-highlighted messages.
092924fd
EZ
1529 (compilation-forget-errors): Remove help-echo property as well.
1530
f7ac3e28
SM
1531 * play/landmark.el (lm-plot-square, lm-init-display):
1532 Add help-echo to mouse-highlighted text.
092924fd 1533
f7ac3e28
SM
1534 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1535 Add help-echo to mouse-highlighted text.
092924fd
EZ
1536
1537 * dired.el (dired-insert-set-properties): Add help-echo to
1538 mouse-highlighted text.
f7ac3e28 1539 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
1540
1541 * comint.el (comint-send-input): Add help-echo to
1542 mouse-highlighted text.
1543
1544 * buff-menu.el (list-buffers-noselect): Add help-echo to
1545 mouse-highlighted text.
1546
1547 * arc-mode.el (archive-summarize-files): Add help-echo to
1548 mouse-highlighted text.
1549
e75e894b
EZ
1550 * ffap.el (ffap-machine-p): Always return nil if
1551 open-network-stream is not fboundp.
1552
f621ed9d
SM
15532001-06-17 Stefan Monnier <monnier@cs.yale.edu>
1554
1555 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
1556 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1557 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1558 incorrectly binding chars between 128 and 256 to it.
1559 (sgml-maybe-name-self): Handle latin-1 chars properly.
1560 (sgml-tags-invisible): Bind buffer-file-name to nil.
1561 Use unwind-protect and restore-buffer-modified-p.
1562 (sgml-point-entered): Use buffer-substring-no-properties.
1563 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1564 (html-mode): Don't force `imenu-sort-function'.
1565
884e8578
EZ
15662001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1567
d5b49f47
EZ
1568 * tar-mode.el: Fix the copyright notice.
1569
ce6b1982
EZ
1570 * font-lock.el (font-lock-comment-face): For tty's with dark
1571 background, use "red1", since "lightred" is not one of the colors
1572 recognized by tty-colors.el.
1573
884e8578
EZ
1574 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1575 create a buffer for extracted file, in case there's more than one
1576 file by that name in an archive, possibly in different
1577 directories. From Kevin Rodgers <kevinr@ihs.com>.
1578
1579 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
1580 <alex@gnu.org>.
1581
72190a54
MB
15822001-06-15 Miles Bader <miles@gnu.org>
1583
f621ed9d
SM
1584 * textmodes/texinfmt.el (texinfo-format-syntax-table):
1585 Revert previous change.
72190a54 1586
e4cdc335
RS
15872001-06-14 Richard M. Stallman <rms@gnu.org>
1588
1589 * replace.el (keep-lines-read-args): Return just a regexp.
1590 Provide nil for the region args.
f621ed9d 1591 (keep-lines, flush-lines, how-many):
e4cdc335
RS
1592 Calculate the defaults for the region here, when args are nil.
1593
c8c6b45a
EZ
15942001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1595
1596 * rot13.el (rot13-other-window): Some more doc fix.
1597
f54701d1
EZ
15982001-06-14 Per Starback <starback@ling.uu.se>
1599
1600 * replace.el (case-replace, query-replace-from-history-variable)
1601 (query-replace-to-history-variable, keep-lines-read-args)
1602 (occur-revert-function, query-replace-help): Dox fix.
1603
1604ce98
EZ
16042001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1605
1606 * rot13.el (rot13-other-window): Doc fix.
1607
22058843
MB
16082001-06-14 Miles Bader <miles@gnu.org>
1609
1610 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1611 of " and \ to "." (punctuation).
1612 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1613
e4cdc335
RS
16142001-06-13 Richard M. Stallman <rms@gnu.org>
1615
1616 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1617
1618 * simple.el (shell-command-on-region): Never kill the
1619 *Shell Command Output* buffer.
1620
a62d56ab
SM
16212001-06-13 Stefan Monnier <monnier@cs.yale.edu>
1622
1623 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1624
4a0aa1d9
SM
16252001-06-10 Stefan Monnier <monnier@cs.yale.edu>
1626
1627 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1628 New var, to recognize ${ $' and PODs.
1629 (perl-font-lock-syntactic-face-function): New function.
1630 (perl-mode): Use them.
1631 (perl-continuation-line-p): New function, from perl-calculate-indent.
1632 (perl-calculate-indent): Use it, to properly handle continuation
1633 lines of continuation lines.
1634
b5a9911c
EZ
16352001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
1636
1637 * server.el (server-process, server-buffer-clients): Doc fix.
1638 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1639
0f056ec1
JW
16402001-06-09 John Wiegley <johnw@gnu.org>
1641
1642 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1643 test if the last command was Lisp or not.
1644 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1645 B x C".
1646
e5e316b0
EZ
16472001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
1648
1649 * dos-w32.el (grep-regexp-alist): Remove definition, since the
1650 general one on compile.el supports drive letters.
7f4350a7
CD
1651
16522001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
1653
5a905a7e 1654 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 1655 key description.
7f4350a7
CD
1656
1657 * textmodes/reftex-sel.el (reftex-select-jump): New command.
1658
5a905a7e 1659 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
1660 (reftex-toc-jump): New command.
1661
1662 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 1663 to parse international characters as well.
7f4350a7 1664
5a905a7e 1665 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 1666 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 1667
5a905a7e
SM
1668 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1669
1670 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 1671 TAB to the key separators.
7f4350a7 1672
73419021
EZ
16732001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
1674
1675 * international/mule.el (auto-coding-alist): Remove redundant
1676 up-cased versions of the extensions (auto-coding-alist-lookup is
1677 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
1678 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
1679
cada28bb
EZ
16802001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
1681
1682 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1683
4f7666dc
RS
16842001-06-01 Richard M. Stallman <rms@gnu.org>
1685
1686 * help.el (describe-variable): Put value on same line
1687 with preceding text, if it is short enough to look good that way.
1688
70079787
EZ
16892001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1690
1691 * term/internal.el (IT-unicode-translations): New variable.
1692 (IT-setup-unicode-display): New function.
1693
c86f4619
GM
16942001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1695
1696 * ps-print.el: Handle before-string and after-string overlay properties
1697 in ps-print-*-with-faces commands. Doc fix.
1698 (ps-print-version): New version number (6.5.2).
1699 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1700 for XEmacs.
1701 (ps-prefix-quote): Doc fix.
c6d452ad 1702 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
1703 (ps-basic-plot-str, ps-plot-string): New funs.
1704
1ea98518
SM
17052001-05-31 Stefan Monnier <monnier@cs.yale.edu>
1706
1707 * progmodes/etags.el (tags-compression-info-list): Fix docstring
1708 and :type spec.
1709
2b1ec973
GM
17102001-05-31 Gerd Moellmann <gerd@gnu.org>
1711
1ea98518
SM
1712 * international/mule-cmds.el (inactivate-input-method):
1713 Set input-method-function to nil.
2b1ec973 1714
94843cc1
GM
1715 * xml.el (xml-parse-tag): The document may contain invalid characters.
1716 From ShengHuo ZHU <zsh@cs.rochester.edu>
1717
9652931f
GM
17182001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1719
1720 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
1721 `rmail-summary-line-decoder' if the message does not have
1722 a Subject: field.
9652931f 1723
1ea98518 1724 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 1725
1ea98518
SM
1726 * mail/rmail.el (rmail-insert-mime-resent-message-function):
1727 New variable.
9652931f
GM
1728 (rmail-resend): Modify to work in `rmail-view-buffer'; call
1729 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1730 is non-nil.
1731
f7ac3e28
SM
17322001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
1733
1734 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1735
b781e739
SS
17362001-05-29 Sam Steingold <sds@gnu.org>
1737
00f51890
SS
1738 * faces.el (face-valid-attribute-values): Bind `valid' directly
1739 instead of using `setq'.
1740
b781e739
SS
1741 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1742 Use `tex-shell-buf'.
1743 (tex-shell-proc): Use `tex-shell-running'.
1744 (tex-shell-buf-no-error): New function.
1745 (tex-send-tex-command): Use it.
1746 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1747 (tex-kill-job): Check the process before calling `quit-process'.
1748
3d0e328b
GM
17492001-05-29 Gerd Moellmann <gerd@gnu.org>
1750
1ea98518
SM
1751 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1752 UTF-8 sequences.
3d0e328b 1753
8bd6307f
GM
17542001-05-28 Miles Bader <miles@gnu.org>
1755
1756 * comint.el (comint-carriage-motion): Renamed from
1757 `comint-cr-magic'. Operate on the buffer instead of the string
1758 (for use as a comint post-output filter, instead of as a
1759 pre-output filter). Handle backspaces too. Add to the
1760 `comint-output-filter-functions' hook instead of
1761 `comint-preoutput-filter-functions'.
1762
89c8dc6c
GM
17632001-05-28 Gerd Moellmann <gerd@gnu.org>
1764
1765 * language/japan-util.el (japanese-hankaku): Prefer the charset
1766 `jisx0201' when the optional argument `ascii-only' is not specified.
1767 (japanese-hankaku-region): Ditto.
1768 From Katsumi Yamaoka <yamaoka@jpl.org>
1769
f25c1b9b
SM
17702001-05-28 Stefan Monnier <monnier@cs.yale.edu>
1771
1772 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1773 (outline-invisible-p): New function.
1774 (hide-leaves): Save excursion.
1775 (hide-other): Stop looping when reaching bobp.
1776
719bb352
EZ
17772001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1778
1779 * cus-edit.el (custom-file): Fix last change.
1780
d686d354
SM
17812001-05-27 Stefan Monnier <monnier@cs.yale.edu>
1782
1783 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1784 same definition in byte-compile-function-environment as `autoload'
1785 would put in `symbol-function'.
1786
1787 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1788 patch to correct the error message as well.
1789
49b1a638
EZ
17902001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
1791
71261a01
EZ
1792 * cus-edit.el (custom-file): Don't assume we were invoked with -q
1793 unless ~/.emacs exists.
1794
49b1a638
EZ
1795 * novice.el (enable-command): If user-init-file is nil or does not
1796 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1797
a434b175
SM
17982001-05-25 Stefan Monnier <monnier@cs.yale.edu>
1799
15ca8de7
SM
1800 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1801 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1802 Allow spaces around macro arguments.
1803 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1804 indent-for-tab-command.
1805 (latex-mode-map, plain-tex-mode-map): New keymaps.
1806 Inherit from tex-mode-map.
1807 (tex-common-initialization): Don't setup the keymap any more
1808 since it's now done right by define-derived-mode.
1809 (latex-mode): Set skeleton-end-hook to nil.
1810 (latex-skeleton-end-hook): Remove.
1811 (tex-latex-block, latex-insert-item): Simplify.
1812 (latex-syntax-after): Use following-char rather than char-after.
1813 (tex-discount-args-cmds, tex-count-words): New functions.
1814
1815 * textmodes/tildify.el (tildify-ignored-environments-alist):
1816 Recognize \verb* as well.
1817
1818 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1819 (perl-comment-indent): Simplify to let newcomment.el do its job.
1820 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1821 (perl-mark-function): Cleanup the namespace.
1822 (perl-calculate-indent): Don't be fooled by nested functions.
1823
1824 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1825
a434b175
SM
1826 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1827 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
1828
4e7e1f03
AC
18292001-05-25 Andrew Choi <akochoi@i-cable.com>
1830
1831 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1832 actually be `\\'.
1833 (ctlau-b5-converter): Likewise.
1834
2bef0948
AC
18352001-05-24 Andrew Choi <akochoi@i-cable.com>
1836
1837 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
1838 Change CTLauB.el to CTLau-b5.el.
1839
d2d1851b
SM
18402001-05-23 Stefan Monnier <monnier@cs.yale.edu>
1841
1842 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1843 rather than beginning-of-line to avoid problems with fields.
1844 (gud-perldb-massage-args): Use unless and push.
1845 (gud-chdir-before-run): New var.
1846 (gud-common-init): Use it.
1847
5e3d4fbc
AC
18482001-05-24 Andrew Choi <akochoi@i-cable.com>
1849
1850 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1851 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 1852 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 1853 chinese-ctlaub.
d2d1851b
SM
1854 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1855 New functions.
5e3d4fbc 1856
0216c3df
GM
18572001-05-22 Gerd Moellmann <gerd@gnu.org>
1858
f1f65349
GM
1859 * cus-edit.el (custom-comment-show): Remove debug code.
1860
0216c3df
GM
1861 * language/japan-util.el (japanese-symbol-table): Fix handling of
1862 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
1863
e8a1ed31
SM
18642001-05-21 Stefan Monnier <monnier@cs.yale.edu>
1865
1866 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1867 Renamed by removing the silly `-flag' suffix.
1868 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1869
7246200c
SM
18702001-05-20 Stefan Monnier <monnier@cs.yale.edu>
1871
1872 * replace.el (keep-lines-read-args): Use `copy-marker'.
1873 (how-many): Save excursion properly.
1874 (occur-mode): Use define-derived-mode.
1875 (perform-replace): Use with-current-buffer.
1876
7e971261
RS
18772001-05-20 Richard M. Stallman <rms@gnu.org>
1878
65569e52
RS
1879 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1880
cc9684e8
RS
1881 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1882
9ca00e71
RS
1883 * info.el (Info-read-subfile): Widen before finding the
1884 desired node in the subfile.
1885
7e971261
RS
1886 * startup.el (command-line-1): When >2 files visited,
1887 leave the last one visible, and make that the selected window.
1888
7c5312b2
GM
18892001-05-20 Gerd Moellmann <gerd@gnu.org>
1890
1891 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1892
310e9a21
EZ
18932001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
1894
7246200c
SM
1895 * international/ccl.el (define-ccl-program): Fix a typo.
1896 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
1897
1898 * international/mule.el (decode-char): Fix a typo. From Pavel
1899 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1900
1901 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
1902 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1903
310e9a21
EZ
1904 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
1905 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1906
ef55aa6c
SS
19072001-05-18 Sam Steingold <sds@gnu.org>
1908
7246200c 1909 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
1910 and [RET] to `cvs-mode-find-file'.
1911
c9f3bebe
JW
19122001-05-18 John Wiegley <johnw@gnu.org>
1913
1914 * eshell/esh-ext.el (eshell-explicit-command-char): A new
1915 configuration variable, which determines the initial character
1916 that forces use of an external version of a command. The default
1917 is *, but may be set to \, for example.
1918
1919 * eshell/esh-ext.el (eshell-explicit-command):
1920 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 1921
c9f3bebe
JW
1922 * eshell/esh-cmd.el (eshell/which):
1923 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 1924
7c5312b2
GM
1925 * eshell/em-cmpl.el (eshell-completion-command-name)
1926 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
1927 instead of ?*.
1928
1c66d9fb
GM
19292001-05-18 Gerd Moellmann <gerd@gnu.org>
1930
a724ed38
GM
1931 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1932 subst-char-in-string.
1933 (ange-ftp-after-parse-ls-hook): New variable.
1934 (ange-ftp-ls): Run that hook.
1935 From Peter Milliken <Peter.Milliken@GTECH.COM>.
1936
0595722b
GM
1937 * tmm.el (tmm-get-keymap): Fix handling of :filter.
1938 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1939 text into *Completions*.
1940
1c66d9fb
GM
1941 * net/goto-addr.el (goto-address-at-point): Deal with URLs
1942 part of which look like email addresses.
1943
c5bdb93d
AI
19442001-05-18 Andrew Innes <andrewi@gnu.org>
1945
7246200c
SM
1946 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1947 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
1948 cmd.exe's handling of FOR loops.
1949 (autoloads): Set find-file-suppress-same-file-warnings to t to
1950 avoid slew of spurious messages.
1951
9a1211f2
GM
19522001-05-18 Simon Josefsson <simon@josefsson.org>
1953
1954 * mail/smtpmail.el (maybe-append-domain): Renamed to
1955 `smtpmail-maybe-append-domain'.
1956 (smtpmail-via-smtp): Use the new name.
1957
29148a3f
GM
1958 * net/browse-url.el (browse-url-browser-function): Add kde.
1959 (browse-url-kde-program, browse-url-kde-args): New variables.
1960 (browse-url-kde): New function.
1961
9ab59a1a
MB
19622001-05-18 Miles Bader <miles@gnu.org>
1963
7246200c
SM
1964 * simple.el (delete-horizontal-space, just-one-space):
1965 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
1966 because it's more efficient for large files.
1967
cebf1b97
GM
19682001-05-17 Gerd Moellmann <gerd@gnu.org>
1969
f90c23ca
GM
1970 * mail/rmail.el (rmail-require-mime-maybe): New function.
1971 (rmail): Use it.
1972 (rmail-mode): Handle the case of finding Rmail files.
1973
cebf1b97
GM
1974 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1975 functions.
1976
df22166e
SM
19772001-05-17 Stefan Monnier <monnier@cs.yale.edu>
1978
1979 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1980 text-property after moving to the beginning of line and regardless
1981 of the value of font-lock-multiline.
1982
2ca0d5f1
GM
19832001-05-17 Gerd Moellmann <gerd@gnu.org>
1984
e85e809a
GM
1985 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
1986
2ca0d5f1
GM
1987 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
1988 last coding system used before calling set-buffer-modified-p
1989 because that function changes last-coding-system.
1990
4c6a4739
EZ
19912001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1992
1993 * files.el (switch-to-buffer-other-window)
1994 (switch-to-buffer-other-frame): Add an xref to display-buffer in
1995 the doc string.
1996
f08cf35b
GM
19972001-05-17 Gerd Moellmann <gerd@gnu.org>
1998
1999 * language/slovak.el, language/czech.el: New maintainer.
2000
2180ea97
SS
20012001-05-16 Sam Steingold <sds@gnu.org>
2002
f08cf35b 2003 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
2004 sub-form of `defgeneric' correctly.
2005
9bae8781
GM
20062001-05-16 Gerd Moellmann <gerd@gnu.org>
2007
a90b3d3c
GM
2008 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
2009 of `c'.
2010
1b7818b4 2011 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
2012 condition-case, test what outline-level returns instead, to
2013 ease debugging.
1b7818b4 2014
9bae8781
GM
2015 * international/mule.el (auto-coding-regexp-alist): New user-option.
2016 (auto-coding-from-file-contents): New function.
2017 (set-auto-coding): Use it to determine a coding system.
2018
7644c605
GM
20192001-05-15 Gerd Moellmann <gerd@gnu.org>
2020
18a0a39e
GM
2021 * mouse.el (mouse-delete-other-windows): Doc fix.
2022
df22166e
SM
2023 * emacs-lisp/lisp-mode.el (lisp-mode):
2024 Make font-lock-keywords-case-fold-search a buffer-local variable with
2025 make-local-variable before setting it.
7644c605 2026
940cf42e
EZ
20272001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
2028
2029 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
2030 prefixes.
2031
557f7c34
GM
20322001-05-14 Gerd Moellmann <gerd@gnu.org>
2033
2034 * hexl.el (hexl-current-address): Print a message when called
2035 interactively.
2036
14d9b141
SM
20372001-05-11 Stefan Monnier <monnier@cs.yale.edu>
2038
2039 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
2040
2041 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
2042
2043 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
2044
7bd2d083
GM
20452001-05-11 Gerd Moellmann <gerd@gnu.org>
2046
47e72862
GM
2047 * startup.el (command-line): If parameters have been changed in
2048 the init files which influence font selection, clear the face
2049 cache so that faces get realized with the new parameters.
2050
14d9b141 2051 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 2052
0f49941f
SM
20532001-05-10 Stefan Monnier <monnier@cs.yale.edu>
2054
2055 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
2056
cbeed4a8
EZ
20572001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
2058
2059 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
2060 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
2061
ff9aa2ca
GM
20622001-05-10 Gerd Moellmann <gerd@gnu.org>
2063
2064 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 2065 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 2066
b2c99950
JW
20672001-05-09 John Wiegley <johnw@gnu.org>
2068
0f49941f
SM
2069 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2070 Annotated the documentation string to tell users about
3cb27fd7
JW
2071 `eshell-no-numeric-conversions'.
2072
c26f6b27
JW
2073 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
2074 conversions if a Lisp function has the property
2075 `eshell-no-numeric-conversions' set to a non-nil value.
2076
2077 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
2078 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
2079 property `eshell-no-numeric-conversions' on the following
2080 functions (which all deal with filesystem entities, and never Lisp
2081 numerical values): eshell/cd, eshell/pushd, eshell/popd,
2082 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
2083 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
2084 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
2085 eshell/which, eshell/addpath.
2086
20872001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 2088
d089e299
JW
2089 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
2090 encountered as an argument, don't convert it right away, but tag
2091 the first character of the string with the text properties
2092 `number', which signifies to `eshell-lisp-command' that the
2093 argument should be passed through `string-to-number' if it is
2094 actually used in the call to a Lisp function.
2095
2096 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
2097 function, convert any string arguments that have been tagged as
2098 "numbers", by calling string-to-number.
2099
2100 * eshell/esh-util.el (eshell-number-regexp): Now that number
2101 conversions only happen for Lisp function calls, the number regexp
2102 should now match all integer and floating point forms.
2103
2104 * eshell/esh-proc.el: Disable `eshell-stop-process' and
2105 `eshell-continue-process', since they are both nonfunctional at
2106 the moment.
2107 (eshell-proc-initialize): Don't bind keys for
2108 `eshell-stop-process' or `eshell-continue-process'.
2109
0f49941f
SM
2110 * eshell/em-unix.el (eshell-shuffle-files):
2111 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
2112
2113 * eshell/em-hist.el (eshell-add-to-history): Reference to
2114 `eshell-history-ring' needed to be `eshell-history-index'.
2115
0f49941f
SM
2116 * calendar/timeclock.el (timeclock-find-discrep):
2117 Initialize `elapsed' to 0.
cb89da0f
JW
2118 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
2119 it's still nil.
b2c99950 2120
ff39b9a1
SM
21212001-05-09 Stefan Monnier <monnier@cs.yale.edu>
2122
2123 * arc-mode.el (archive-int-to-mode): Construct the string directly.
2124 (archive-mode): Use capitalize.
2125 (archive-unique-fname): Use make-temp-file.
2126
9e53a675
GM
21272001-05-09 Gerd Moellmann <gerd@gnu.org>
2128
2129 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
2130
c8224de6
EZ
21312001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
2132
c533a7e2
EZ
2133 * tar-mode.el (tar-extract): Pay attention to the value of
2134 coding-system-for-read, if it is non-nil.
2135
ff39b9a1
SM
2136 * calendar/holidays.el (holidays): Add an autoload cookie.
2137 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 2138
1c8c9fb8
JW
21392001-05-08 John Wiegley <johnw@gnu.org>
2140
ff39b9a1
SM
2141 * calendar/timeclock.el (timeclock-workday-remaining):
2142 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
2143 (timeclock-workday-elapsed): Don't accept a "relative" argument
2144 for the current day's elapsed time. What could that have meant?
ff39b9a1 2145 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
2146 (timeclock-when-to-leave): Changed logic, similarly to what was
2147 done for `timeclock-workday-remaining'.
2148 (timeclock-find-discrep): Removed "today-only" argument, which had
2149 no meaning. Fixed some more math problems. The function now
2150 returns a three member list: (TOTAL-TIME-DISCREPANCY
2151 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
2152
5f47fb28
EZ
21532001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
2154
2155 * w32-fns.el (convert-standard-filename): Start replacing slashes
2156 from the beginning of the file name, not from where the last
2157 invalid character was. From "Andrew Maguire (SWW)"
2158 <Andrew.Maguire@Smallworld.co.uk>
2159
6da5c7da
GM
21602001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
2161
2162 The following changes are to provide infrastructure for handling
2163 MIME messages to rmail. They don't affect the original behaviour
2164 if rmail-enable-mime is nil.
2165
2166 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
2167 (rmail-search-mime-message-function)
2168 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
2169 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
2170 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
2171 `rmail-view-buffer' is hidden.
6da5c7da
GM
2172 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
2173 call rmai-show-mime-function.
2174 (rmail-display-labels): If rmail-enable-mime is non-nil, update
2175 mode-line-process of rmail-view-buffer.
2176 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
2177 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
2178 buffer.
ff39b9a1
SM
2179 (rmail-next-message, rmail-next-undeleted-message): Be sure to
2180 set-buffer to the Rmail buffer.
6da5c7da
GM
2181 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
2182 rmail-search-mime-header-function.
2183 (rmail-search-message): New function.
2184 (rmail-search): Call rmail-search-message to check if a message
2185 matches REGEXP, lastly update point after calling
2186 rmail-show-message.
ff39b9a1
SM
2187 (rmail-undelete-previous-message, rmail-expunge-confirmed)
2188 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
2189 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
2190 header region, refer to rmail-msgref-vector while setting the
2191 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
2192 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
2193 If rmail-enable-mime is non-nil, call
6da5c7da
GM
2194 rmail-insert-mime-forwarded-message-function instead of inserting
2195 forwarded message by itself.
2196
2197 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
2198 Rmail buffer.
2199 (rmail-set-label, rmail-next-labeled-message): Likewise.
2200
2201 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
2202 set-buffer to the Rmail buffer.
2203 (rmail-output-to-rmail-file): Likewise.
2204 (rmail-output): Likewise.
2205
2206 * mail/rmailsum.el (rmail-message-subject-p): Process the result
2207 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
2208 (rmail-new-summary): Be sure to go to the Rmail buffer.
2209 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
2210 rmail-view-buffer to nil.
2211 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
2212 rmail-view-buffer.
2213 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
2214 rmail-buffer.
2215 (rmail-summary-scroll-msg-down): Likewise.
2216 (rmail-summary-beginning-of-message): Likewise.
2217 (rmail-summary-wipe): Likewise.
2218 (rmail-summary-toggle-header): Use save-window-excursion, not
2219 save-excursion. Update point in rmail-view-buffer, not in
2220 rmail-buffer.
2221 (rmail-summary-reply): Before calling rmail-reply, set buffer to
2222 rmail-view-buffer, not rmail-buffer.
2223
5092477a
GM
22242001-05-07 Gerd Moellmann <gerd@gnu.org>
2225
1e9fc92e
GM
2226 * cus-edit.el (custom-file): Signal an error if user-init-file is
2227 nil (running -q).
2228
1d053370
GM
2229 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
2230
ff39b9a1
SM
2231 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2232 Add :version.
2233
2234 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2235 New option.
1b62b062
GM
2236 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
2237 only if smtpmail-warn-about-unknown-extensions is set.
2238
f851a71c
GM
2239 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
2240 instead of rmail-sort-by-keywords.
2241
ff39b9a1 2242 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
2243 rmail-sort-by-keywords.
2244
ff39b9a1
SM
2245 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
2246 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
2247 (rmail-summary-mode): Doc fix.
2248
5092477a
GM
2249 * mail/rmail.el (rmail-edit): New Custom group.
2250
2251 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
2252 (rmail-edit-mode-hook): New user-option.
2253
05be3833
RS
22542001-05-05 Richard M. Stallman <rms@gnu.org>
2255
2256 * help.el (help-xref-symbol-regexp): Recognize "source of"
2257 and friends, meaning make a link to the source file.
2258 (help-make-xrefs): Handle "source of" and friends
2259 by constructing a link that visits the source file.
2260
2261 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
2262
7dfb000f
SM
22632001-05-04 Stefan Monnier <monnier@cs.yale.edu>
2264
5efe6a56
SM
2265 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
2266 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
2267 Renamed from perl-font-lock-keywords to avoid clashes.
2268 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
2269 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
2270 Updated correspondingly.
2271
7dfb000f
SM
2272 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
2273 Typo `nonexistant' -> `nonexistent'.
2274
88bbb8cb
EZ
22752001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
2276
7dfb000f
SM
2277 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
2278 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
2279 `c-electric-delete-forward' always deletes forward and
2280 `c-electric-delete' only contains the code necessary for XEmacs to
2281 choose between backward and forward deletion.
7dfb000f 2282
88bbb8cb
EZ
2283 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
2284 get the electric behavior on that key too.
2285 (c-fill-paragraph): Fixed bogus direct use of
2286 c-comment-prefix-regexp, which caused an error when it's a list.
2287
a1af8dcf
EZ
22882001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2289
2290 * dired-aux.el (dired-diff): Doc fix.
2291
2292 * dired.el (dired-diff): Likewise.
2293
ddfb4005
EZ
22942001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2295
2296 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2297
b36581fb
SM
22982001-05-02 Stefan Monnier <monnier@cs.yale.edu>
2299
80a00b6a
SM
2300 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2301 if both the buffer and the file are read-only.
2302
b36581fb
SM
2303 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2304 rather than font-lock-string-face.
2305 (sh-get-indent-info): Treat heredocs like strings.
2306
470bbe9b
GM
23072001-05-02 Gerd Moellmann <gerd@gnu.org>
2308
b36581fb
SM
2309 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2310 a newline following `}'.
3356df63
GM
2311 (texinfo-format-email): New function.
2312 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
2313 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2314 Add `display'.
3356df63
GM
2315 (texinfo-sort-region): Goto point-min before sorting.
2316 (texinfo-set): Remove leading white space from value.
2317 From yagi@is.titech.ac.jp.
2318
470bbe9b
GM
2319 * replace.el (query-replace-regexp-eval): Doc fix.
2320
a9d2fd1d
SM
23212001-05-01 Stefan Monnier <monnier@cs.yale.edu>
2322
2323 * diff-mode.el (diff-nonexistant-face): New face.
2324 (diff-font-lock-keywords): Use it.
2325
2b3e941a
EZ
23262001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
2327
22cd6fd3
EZ
2328 * font-lock.el (font-lock-mode): Doc fix.
2329
2b3e941a
EZ
2330 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2331 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2332
50df7214
GM
23332001-04-30 Gerd Moellmann <gerd@gnu.org>
2334
a9d2fd1d
SM
2335 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2336 backslash at the start of the here-document delimiter.
a9793e45
GM
2337 (sh-font-lock-syntactic-keywords): Likewise.
2338
50df7214
GM
2339 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2340
e2f599e9
EZ
23412001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
2342
2343 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
2344 (tty-color-translate, tty-color-by-index, tty-color-values)
2345 (tty-color-desc): Doc fix.
2346
dcaf31d3
EZ
23472001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
2348
2349 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
2350 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
2351 Mention dired-dwim-target in the doc string.
dcaf31d3 2352
a6a06429
MB
23532001-04-28 Miles Bader <miles@gnu.org>
2354
2355 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
2356 (dabbrev--find-expansion): Use it.
2357 (dabbrev--select-buffers): Don't select ignored buffers.
2358
5a5d9185
GM
23592001-04-27 Gerd Moellmann <gerd@gnu.org>
2360
a9d2fd1d 2361 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 2362
c5b82005
RS
23632001-04-26 Richard M. Stallman <rms@gnu.org>
2364
2365 * dabbrev.el: Add doc strings for some functions.
2366 (dabbrev--eliminate-newlines): New variable.
2367 (dabbrev--substitute-expansion): Convert newlines to spaces
2368 if dabbrev--eliminate-newlines is set.
2369 If abbrev and expansion are both all-lower-case,
2370 leave dabbrev--last-case-pattern nil.
2371
7cff9c6f
GM
23722001-04-26 Gerd Moellmann <gerd@gnu.org>
2373
2374 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2375 if necessary, like in rmail-show-message.
2376
efa89c1f
GM
23772001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2378
2379 * ps-print.el: Color specified by number is forced to be float number.
2380 (ps-print-version): New version number (6.5.1.1).
2381 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2382 initialization.
2383 (ps-prefix-quote): New internal var.
2384 (ps-print-quote): New fun.
2385 (ps-setup, ps-output-frame-properties, ps-float-format)
2386 (ps-format-color): Code fix.
a9d2fd1d
SM
2387 (ps-plot-region): Eliminate redundant foreground color text setting.
2388
d3111e5a
EZ
23892001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
2390
2391 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2392
a728644c
GM
23932001-04-25 Gerd Moellmann <gerd@gnu.org>
2394
2395 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2396
4ecdf04d
EZ
23972001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
2398
4645bb68
EZ
2399 * info.el (Info-additional-directory-list): Doc fix.
2400
4ecdf04d 2401 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
2402 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2403 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 2404
7cd512f2
SM
24052001-04-25 Stefan Monnier <monnier@cs.yale.edu>
2406
1dc64fca
SM
2407 * progmodes/make-mode.el (makefile-font-lock-keywords):
2408 Rationalize the rules for includes and conditionals and use the
2409 keyword face for them.
2410
7cd512f2
SM
2411 * faces.el (modify-face): Add compatibility for non-interactive use.
2412
ffeb5c1c
JW
24132001-04-24 John Wiegley <johnw@gnu.org>
2414
2415 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2416 fix from last night, since it wasn't finding eshell/cd.
2417
35f901fa
GM
24182001-04-24 Gerd Moellmann <gerd@gnu.org>
2419
2420 * rect.el (string-rectangle): Revert to 20.x behaviour.
2421 (replace-rectangle): Make it an alias for string-rectangle.
2422 (string-insert-rectangle): New function.
2423
c7b1b508
JW
24242001-04-23 John Wiegley <johnw@gnu.org>
2425
2426 * eshell/em-unix.el (eshell/diff): Fixed problems that were
2427 occurring with Emacs 21's diff.el/compile.el interaction layer.
2428
24292001-04-23 Colin Walters <walters@cis.ohio-state.edu>
2430
2431 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2432 case where the function was defined in a file, but not part of an
2433 eshell module.
2434
157975e3
JW
24352001-04-23 John Wiegley <johnw@gnu.org>
2436
2437 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2438 code to work around a redisplay problem I've been having.
2439
3dc630b9
JW
24402001-04-23 John Wiegley <johnw@gnu.org>
2441
2442 * calendar/timeclock.el (timeclock-day-required): If the time
2443 required for a particular day is not set, use `timeclock-workday'.
2444 (timeclock-find-discrep): Added some sample code in a comment.
2445
2446 * eshell/eshell.el (eshell-command): Made a few changes so that
2447 `eshell-command' could be called programmatically.
2448
7cd512f2 2449 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 2450
7cd512f2 2451 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 2452
3ae14dd9 24532001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
2454
2455 * calendar/timeclock.el: Updated copyright.
2456 (timeclock-generate-report): Don't report the daily or two-week
2457 total, if no time has been worked in that period.
2458 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2459 final computational form, which was unnecessary; corrected a
2460 parsing problem when timeclock-relative was nil.
2461
3ae14dd9 24622001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
2463
2464 * calendar/timeclock.el (timeclock-modeline-display): Check if
2465 `list-entry' is null.
2466 (timeclock-use-display-time): The first argument to `set-variable'
2467 must be a symbol.
2468
53e1a74c
EZ
24692001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
2470
2471 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
2472 (calendar-today-marker, calendar-holiday-marker):
2473 Use display-color-p instead of window-system.
53e1a74c
EZ
2474 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2475 instead of window-system.
2476 (calendar-hide-window): Use display-multi-frame-p instead of
2477 window-system.
2478
2479 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
2480 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2481 Use display-multi-frame-p instead of window-system.
53e1a74c 2482
23b809c2
GM
24832001-04-23 Gerd Moellmann <gerd@gnu.org>
2484
1d14e80c
GM
2485 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2486
23b809c2
GM
2487 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2488 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2489
b5eeaa1d
GM
24902001-04-23 Alex Schroeder <alex@gnu.org>
2491
2492 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
2493 line-end-position a defalias is used for point-at-bol and point-at-eol.
2494
b5eeaa1d
GM
24952001-04-23 Alex Schroeder <alex@gnu.org>
2496
2497 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 2498 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 2499
ac1470eb
EZ
25002001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
2501
2502 * textmodes/paragraphs.el (sentence-end): Doc fix.
2503
624ef9b3
GM
25042001-04-20 Alex Schroeder <alex@gnu.org>
2505
2506 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 2507 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
2508
25092001-04-20 Alex Schroeder <alex@gnu.org>
2510
2511 * sql.el (sql-db2-program): New option.
2512 (sql-db2-options): New option.
2513 (sql-db2): New function.
2514
25152001-04-20 Alex Schroeder <alex@gnu.org>
2516
2517 * sql.el (sql-mode-menu): Added highlighting entries.
2518 (sql-highlight-oracle-keywords): New function.
2519 (sql-highlight-postgres-keywords): New function.
2520 (sql-highlight-ansi-keywords): New function.
2521
25222001-04-20 Alex Schroeder <alex@gnu.org>
2523
2524 * sql.el (sql-help): Doc change.
2525
9f3703ab
KF
25262001-04-19 Karl Fogel <kfogel@collab.net>
2527
2528 * saveplace.el (save-place-alist-to-file): Removed no-effect code
2529 that inserted file content only to delete it immediately.
2530 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
2531 <lektu@uol.com.br> for the patch.
2532
2a83a11d
SM
25332001-04-19 Stefan Monnier <monnier@cs.yale.edu>
2534
2535 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2536
6f4dd4dc
GM
25372001-04-18 Gerd Moellmann <gerd@gnu.org>
2538
0f8d6dc7
GM
2539 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2540 for defmethod.
2541
6f4dd4dc
GM
2542 * comint.el (comint-cr-magic): New function.
2543 (toplevel): Add it to comint-preoutput-filter-functions.
2544
90200fcc
AI
25452001-04-18 Andrew Innes <andrewi@gnu.org>
2546
2547 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 2548 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
2549 (recompile): Remove stuff to set EMACSLOADPATH.
2550
daa66f34
GM
25512001-04-18 Gerd Moellmann <gerd@gnu.org>
2552
edc5c81d
GM
2553 * language/slovak.el ("Slovak"): Add tutorial entry.
2554
daa66f34
GM
2555 * net/browse-url.el (browse-url-new-window-flag): Renamed from
2556 browse-url-new-window-p.
2557
5d5845dc
EZ
25582001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2559
2560 * info.el (Info-menu-update): When there are no menus and/or no
2561 cross references in the node, make the respective items of the
2562 Info menu-bar menu inactive.
2563
1c8addd0
GM
25642001-04-17 Gerd Moellmann <gerd@gnu.org>
2565
f4f480bd
GM
2566 * indent.el (indent-for-tab-command): Call indent-line-function
2567 with no argument if PREFIX-ARG is non-nil.
2568
1c8addd0
GM
2569 * frame.el (delete-other-frames): Handle minibuffer-only frames.
2570
8f9ab403
EZ
25712001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2572
2573 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2574 an async subprocess if start-process is unavailable. Suggested by
2575 Tim Van Holder <tim.van.holder@pandora.be>.
2576
60322163
EZ
25772001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2578
2579 * info.el (Info-additional-directory-list): Doc fix. Suggested by
2580 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2581
e372bc67
EZ
25822001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2583
2584 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2585 manual.
2586
28037ecf
SM
25872001-04-13 Stefan Monnier <monnier@cs.yale.edu>
2588
2589 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2590 (cvs-menu): Add a few entries.
2591
2592 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2593 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2594 lock file appears to be reachable from Emacs.
2595 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2596 (cvs-mode-find-file): Look for cvs-header-face rather than
2597 cvs-dirname-face (which doesn't exist).
2598 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2599
2600 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2601
5d5e7f53
EZ
26022001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2603
2604 * emulation/pc-select.el (pc-selection-mode): Don't turn on
2605 normal-erase-is-backspace on a tty. Instead, bind some keys such
2606 as [delete] directly, like pc-select.el did before
2607 normal-erase-is-backspace was invented.
2608
118562e1 26092001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
2610
2611 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2612
6c9e58c4
JW
26132001-04-11 John Wiegley <johnw@gnu.org>
2614
28037ecf
SM
2615 * eshell/em-ls.el (eshell-ls-insert-directory):
2616 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
2617 buffers, if Eshell's ls is being used.
2618
118562e1 26192001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 2620
28037ecf
SM
2621 * calendar/timeclock.el (timeclock-completing-read): New function.
2622 (timeclock-ask-for-project, timeclock-ask-for-reason):
2623 Call `timeclock-completing-read'.
978bd3ea
JW
2624
2625 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2626 required where `member' was being used.
2627
118562e1 26282001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 2629
28037ecf
SM
2630 * eshell/em-hist.el (eshell-previous-matching-input):
2631 Don't display "History item" if the the minibuffer is active.
978bd3ea 2632
30cb0001
GM
26332001-04-11 Gerd Moellmann <gerd@gnu.org>
2634
2635 * startup.el (command-line): Output a newline after printing
2636 an error from loading the window system's init file.
2637
e38af9bd
EZ
26382001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
2639
28037ecf
SM
2640 * textmodes/texinfo.el (texinfo-font-lock-keywords):
2641 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
2642 @inforef. Add an OVERRIDE of `keep' to highlight specs of
2643 keywords whose arguments routinely include @@.
2644
bbf63a7b
GM
26452001-04-10 Gerd Moellmann <gerd@gnu.org>
2646
28037ecf
SM
2647 * emacs-lisp/advice.el (ad-make-advised-definition):
2648 Construct advice for subrs differently.
afffeb57 2649
3fe35f35 2650 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 2651 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 2652
c8d6d636 2653 * simple.el (completion-list-mode-finish): New function.
28037ecf 2654 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 2655
2a52f40e 2656 * language/european.el ("Polish"): Change sample text.
28037ecf 2657 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 2658
cf8b1bef
GM
2659 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2660 parameter.
2661
bbf63a7b
GM
2662 * faces.el (menu): Doc fix.
2663
719d83ad 26642001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
2665
2666 * ps-print.el: Footer implementation. Doc fix.
2667 (ps-print-version): New version number (6.5.1).
2668 (ps-header-frame-alist): New customization var for header frame
2669 properties.
2670 (ps-line-number-color): New customization var for line number color.
2671 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2672 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2673 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2674 (ps-right-footer): New customization vars for footers.
2675 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2676 footers.
2677 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
2678 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2679 Code fix.
319acba0
GM
2680 (ps-prologue-file): Indentation fix.
2681 (ps-print-quote): Fun eliminated.
2682 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2683 (ps-output-frame-properties): New fun.
2684 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2685 (ps-skip-newline): Replace defun by defsubst.
28037ecf 2686
e372bc67 26872001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
2688
2689 * eshell/eshell.el (eshell-command): Needed a "%s" format
2690 specifier, in case the buffer contains percent characters.
2691
e372bc67 26922001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
2693
2694 * calendar/timeclock.el (timeclock-generate-report): Added a
2695 missing insert of the project name.
2696
9f9a5e7a
GM
26972001-04-09 Gerd Moellmann <gerd@gnu.org>
2698
9170e5d4 2699 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 2700
865e97c1 2701 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 2702 (finder-data): Use it instead of `setwins'.
865e97c1
GM
2703 From: Dave Love <fx@gnu.org>.
2704
cf3885ac 2705 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
2706 (server-visit-files): Run server-visit-hook after going to
2707 line 1 so that the hook can set point as it sees fit.
2708
9f9a5e7a
GM
2709 * bindings.el (mode-line-modified): Unify help messages.
2710
51f32106
EZ
27112001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
2712
2713 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2714 All callers changed.
2715
e02160a3
EZ
27162001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
2717
8e6bb0d0
EZ
2718 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2719 long file names aren't supported, truncate the file names in
2720 quail-misc-package-ext-info to 8+3 before matching them against
2721 FILENAME.
2722
2723 * dos-fns.el (dos-truncate-to-8+3): New function.
2724
ec321d77
EZ
2725 * progmodes/compile.el (grep-compute-defaults): Use null-device
2726 instead of literal /dev/null. Reported by Jens Schmidt
2727 <schmidt@mathematik.uni-kl.de>.
2728
e02160a3
EZ
2729 * simple.el (normal-erase-is-backspace-mode): Doc fix.
2730
cf3885ac
SM
27312001-04-06 Stefan Monnier <monnier@cs.yale.edu>
2732
2733 * textmodes/sgml-mode.el: Add unknown maintainer.
2734 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2735 (html-mode-map): Use set-keymap-parent.
2736
3ffb33bb
DL
27372001-04-06 Dave Love <fx@gnu.org>
2738
2739 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2740 Remove redundant string-to-list.
2741
8f625692
SM
27422001-04-05 Stefan Monnier <monnier@cs.yale.edu>
2743
2744 * composite.el (reference-point-alist): Doc fix.
2745
1087f198
SS
27462001-04-05 Sam Steingold <sds@gnu.org>
2747
8f625692
SM
2748 * font-lock.el (font-lock-keywords-case-fold-search):
2749 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
2750 file made font-lock case-insensitive.
2751
a55e4e68
GM
27522001-04-05 Gerd Moellmann <gerd@gnu.org>
2753
0e4892e2
GM
2754 * faces.el (defface menu): Doc fix.
2755
4d664b04
GM
2756 * wid-edit.el (widget-color-sample-face-get): Don't make
2757 faces for undefined colors.
2758
a55e4e68
GM
2759 * version.el (emacs-version): Include LessTif/Motif version info.
2760
f383cd0d
GM
27612001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2762
2763 * ps-mule.el: Eliminate cl package dependence.
2764 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2765 if they aren't defined yet.
2766 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2767 Eliminate cl package dependence.
2768
de28797f
SM
27692001-04-04 Stefan Monnier <monnier@cs.yale.edu>
2770
2771 * progmodes/cc-cmds.el (c-outline-level):
2772 Bind buffer-invisibility-spec. Originally from Dave Love, but
2773 got lost when incorporating version 5.26.
2774
32df8b47
EZ
27752001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
2776
de28797f
SM
2777 * emulation/pc-select.el (pc-selection-mode):
2778 Call normal-erase-is-backspace-mode instead of binding
2779 keys individually.
58e4f61d 2780
7f62656b
EZ
2781 * cus-load.el (normal-erase-is-backspace): Use it instead of
2782 delete-key-deletes-forward.
2783
2784 * startup.el (command-line): Use normal-erase-is-backspace and
2785 normal-erase-is-backspace-mode.
2786
2787 * simple.el (normal-erase-is-backspace): Rename from
2788 delete-key-deletes-forward. Doc fix.
2789 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
2790 delete-key-deletes-forward-mode. Doc fix.
2791 Run normal-erase-is-backspace-hook.
7f62656b 2792
32df8b47 2793 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
2794 ``human-readable'' format produced by GNU `ls'.
2795 (dired-move-to-filename-regexp): Recognize ISO format dates.
2796 From Paul Eggert <eggert@twinsun.com>.
32df8b47 2797
5efa6032
GM
27982001-04-04 Gerd Moellmann <gerd@gnu.org>
2799
2800 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2801 New functions.
de28797f
SM
2802 (lm-verify): Check keywords.
2803 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 2804
d757aac1
EL
28052001-04-03 Eric M. Ludlam <eric@siege-engine.com>
2806
2807 * speedbar.el (speedbar-insert-image-button-maybe): Check for
2808 `xemacs' feature instead of for the function `set-extent-property'.
2809
9832760a
SM
28102001-04-03 Stefan Monnier <monnier@cs.yale.edu>
2811
2812 * mail/mh-utils.el (mh-folder-hist): New var.
2813 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2814
d565f6aa
EZ
28152001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
2816
2817 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2818 region, position point on the first or last 16-byte group.
2819 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2820 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
2821 hexl-beginning-of-line.
2822
24c0fd39
GM
28232001-04-03 Gerd Moellmann <gerd@gnu.org>
2824
5efa6032
GM
2825 * icomplete.el (icomplete-mode): Treat an argument like other
2826 modes do.
2827
b3f6107b
GM
2828 * startup.el (fancy-splash-head): Use splash8.xpm for color
2829 depth 8.
2830
24d451c5
SM
2831 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2832 Add an antry for ``converts''.
476bf681 2833
24d451c5
SM
2834 * language/slovak.el ("Slovak"): Add documentation string.
2835 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 2836
450f6970
GM
2837 * language/czech.el ("Czech"): Add documentation string.
2838 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2839
24d451c5
SM
2840 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2841 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
2842
28432001-04-02 Stefan Monnier <monnier@cs.yale.edu>
2844
2845 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2846 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2847 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2848 Use `defsubst' rather than a macro to ease debugging.
2849 (mail-extr-last): Remove (use `last' instead).
2850 (mail-extract-address-components): Properly reset the syntax-table
2851 after parsing an address. Use `last' rather than mail-extr-last.
2852 Make sure the end marker stays at the very end.
24c0fd39 2853
2b908342
EZ
28542001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
2855
2856 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2857 last change.
2858
acfb077d
GM
28592001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2860
2861 * ps-print.el: Line and paragraph spacing feature. Region to cut
2862 out when printing. Doc fix.
2863 (ps-print-version): New version number (6.5).
24d451c5
SM
2864 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2865 New vars. Line and paragraph spacing feature.
acfb077d
GM
2866 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
2867 out when printing.
2868 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2869 (ps-get-font-size, ps-begin-job, ps-continue-line)
2870 (ps-plot-region): Code fix.
2871 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
2872 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2873 New internal vars.
acfb077d
GM
2874 (ps-get-size): New fun.
2875 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2876 (ps-next-line): Replace defun by defsubst.
2877 (ps-mule-plot-string): Autoload doc fix.
2878
2879 * ps-bdf.el: XEmacs compatibility. Doc fix.
2880 (installation-directory, coding-system-for-read): Declare vars if
2881 it's not declared yet.
2882 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2883
2884 * ps-mule.el: XEmacs compatibility. Doc fix.
2885 (leading-code-private-22): Declare var if it's not declared yet.
2886 (charset-bytes, charset-dimension, charset-id, charset-width)
2887 (find-charset-region, split-char, char-width, chars-in-region)
2888 (forward-point, decompose-composite-char, encode-coding-string)
2889 (coding-system-p, ccl-execute-on-string, define-ccl-program):
2890 Define funs if not defined yet.
2891 (encode-composition-rule, find-composition): Define funs if not
2892 loaded yet.
2893 (ps-mule-prologue): PostScript code fix.
2894
28952001-04-02 Kenichi Handa <handa@etl.go.jp>
2896
2897 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
2898 non-nil, generate font for the header strings.
2899 (ps-mule-prepare-font): Likewise.
2900 (ps-mule-generate-glyphs): Likewise.
2901 (ps-mule-string-encoding): Likewise.
2902 (ps-mule-header-charsets): New variable.
2903 (ps-mule-encode-header-string): New function.
2904 (ps-mule-header-string-charsets): New function.
2905 (ps-mule-begin-job): Check charsets in the header strings. If there
2906 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2907
2908 * ps-print.el (ps-generate-header-line): Encode the header string by
2909 ps-mule-encode-header-string.
2910 (ps-mule-encode-header-string): Declare autoload.
2911
c0eb3c10
GM
29122001-04-02 Gerd Moellmann <gerd@gnu.org>
2913
24d451c5
SM
2914 * frame.el (cursor-in-non-selected-windows):
2915 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 2916
a3d0b0e0
KH
29172001-03-31 Kenichi Handa <handa@etl.go.jp>
2918
2919 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2920 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 2921 (quail-misc-package-ext-info): New variable.
a3d0b0e0 2922 (tsang-quick-converter): New function.
24d451c5
SM
2923 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2924 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
2925 (miscdic-convert, batch-miscdic-convert): New functions.
2926
55f7832c
KH
29272001-03-30 Kenichi Handa <handa@etl.go.jp>
2928
a2217cd8
KH
2929 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2930 eight-bit-control chars.
2931
55f7832c 2932 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 2933 Reduce making temporary vector (suggested by Dave Love).
55f7832c 2934
911a2406
EZ
29352001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2936
2937 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2938 string as well.
2939
1a518f2c
AS
29402001-03-30 Andreas Schwab <schwab@suse.de>
2941
2942 * files.el (backup-directory-alist): Fix typo.
2943
ef080b16
EZ
29442001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2945
2946 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
2947 <eggert@twinsun.com>.
2948
e4174a55
DL
29492001-03-30 Dave Love <fx@gnu.org>
2950
2951 * progmodes/fortran.el (fortran-comment-region): Fix typo.
2952
9d5d1075
EZ
29532001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2954
2955 * simple.el (transient-mark-mode): Mention C-g in the doc string.
2956
a27b451e
MB
29572001-03-30 Miles Bader <miles@gnu.org>
2958
2959 * subr.el (interactive-form): Fix paren typo.
2960
aea51abe
EZ
29612001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
2962
2963 * emacs-lisp/profile.el: Say that it's obsolete in the header
2964 line, so that finder.el puts that into its data-base.
2965 Suggested by Alex Schroeder <alex@gnu.org>.
2966
249dd409
EZ
29672001-03-29 Paul Eggert <eggert@twinsun.com>
2968
2969 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2970 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
2971
1ac1fa96
SM
29722001-03-29 Stefan Monnier <monnier@cs.yale.edu>
2973
2974 * generic.el (generic-mode-set-comments): Use "" rather than nil
2975 for comment-end.
2976
e2b8a830
GM
29772001-03-29 Gerd Moellmann <gerd@gnu.org>
2978
1ac1fa96
SM
2979 * emacs-lisp/advice.el (ad-make-advised-definition):
2980 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
2981
2982 * subr.el (interactive-form): New function.
2983
8b2375e7
AS
29842001-03-29 Andre Spiegel <spiegel@gnu.org>
2985
2986 * vc-sccs.el (vc-sccs-register): Use relative file names.
2987
f827b862
GM
29882001-03-28 Gerd Moellmann <gerd@gnu.org>
2989
e59d0e9d
GM
2990 * bookmark.el (bookmark-get-bookmark): Handle case that
2991 BOOKMARK is not a string.
2992
deb2613a
GM
2993 * image.el (image-type-regexps): Change type for PS files
2994 to `postscript'.
2995
f827b862
GM
2996 * subr.el (read-passwd): Clear command history after each
2997 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
2998
3c9449d0
KH
29992001-03-27 Kenichi Handa <handa@etl.go.jp>
3000
3001 * international/kkc.el (kkc-save-init-file): Locally bind
3002 print-length to nil.
3003
e6b13c74
GM
30042001-03-26 Gerd Moellmann <gerd@gnu.org>
3005
e120bebf
GM
3006 * textmodes/flyspell.el: Some doc fixes.
3007 (flyspell-maybe-correct-transposition)
3008 (flyspell-maybe-correct-doubling): Use a temporary buffer
3009
3010 * textmodes/ispell.el (ispell-parse-output): Doc fix.
3011
5f6c5771 3012 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
3013 (byte-optimize-form-code-walker): Diagnose too few arguments
3014 for `if' and `while'.
3015
2b984c45
KH
30162001-03-26 Kenichi Handa <handa@etl.go.jp>
3017
3018 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3019 Prepend `\' to "\<quail-translation-docstring>".
3020
bf2150fa
GM
30212001-03-26 Gerd Moellmann <gerd@gnu.org>
3022
5f6c5771
SM
3023 * autorevert.el (global-auto-revert-non-file-buffers):
3024 Remove duplicate defcustom.
bf2150fa 3025
a0d59316
MB
30262001-03-26 Miles Bader <miles@gnu.org>
3027
5f6c5771
SM
3028 * international/latin1-disp.el (latin1-char-displayable-p):
3029 Add leading "-" for X font pattern.
a0d59316 3030
9edbff6c
KH
30312001-03-26 Kenichi Handa <handa@etl.go.jp>
3032
5f6c5771
SM
3033 * international/mule-diag.el (describe-coding-system):
3034 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
3035 charsets they can encode.
3036
50b57199
EZ
30372001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
3038
3039 * help.el (view-lossage): Mention open-dribble-file in the doc
3040 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
3041
5b83f9c0
SM
30422001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3043
3044 * skeleton.el (skeleton-internal-list): Fix bogus logic.
3045 (skeleton-pair-insert-maybe): Don't pair after a backslash.
3046
e0ecbf5c
KH
30472001-03-23 Kenichi Handa <handa@etl.go.jp>
3048
5b83f9c0
SM
3049 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3050 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
3051 multibyte sequence can work correctly.
3052 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
3053 property of the coding system.
3054
1cc218de
SM
30552001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3056
3057 * textmodes/fill.el (fill-individual-paragraphs-prefix):
3058 Fix transcription typo.
3059
a3db02ad
RV
30602001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
3061
3062 * whitespace.el: Add buffer local variables to toggle testing of
3063 whitespaces in buffers without affecting the default values.
a3db02ad 3064 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
3065 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
3066 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
3067 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 3068
83c9cb8e
SM
30692001-03-21 Stefan Monnier <monnier@cs.yale.edu>
3070
3071 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
3072
180d5509
GM
30732001-03-21 Gerd Moellmann <gerd@gnu.org>
3074
eeb5b5c1
GM
3075 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
3076 bs-cycle-configuration-name. From Juanma Barranquero
3077 <lektu@uol.com.br>.
3078
170a9e70
GM
3079 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
3080 and cc-vars.el.
3081
180d5509
GM
3082 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
3083 headers. Always invoke sendmail with option -t.
3084
130c507e
GM
30852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3086
3087 * Release of cc-mode 5.28.
3088
30892000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3090
3091 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
3092 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 3093 It's instead taken care of by the default value for c-default-style.
130c507e 3094
130c507e
GM
30952000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3096
3097 * cc-align.el (c-lineup-math): Fix bug where lineup was
3098 triggered by equal signs in string literals.
3099
31002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3101
3102 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
3103 limit detection when at the ends of the buffer.
3104
3105 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
3106 "for" statement clause in case 7F; a better one is done
3107 earlier in case 7D anyway.
3108
31092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3110
3111 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
3112 somewhat more and did a small optimization.
3113
31142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3115
3116 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
3117 Use the limit argument only to limit the syntactic context
3118 search, not to limit the actual movement.
3119
3120 * cc-cmds.el (c-beginning-of-statement): Move by sentence
3121 inside multiline strings, just like in comments. Also various
3122 fixes to the paragraph and comment prefix recognition, block
3123 comment ender handling etc.
3124
31252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3126
3127 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
3128 the relative position of the point.
3129
3130 * cc-cmds.el (c-electric-continued-statement): New function to
3131 use as abbrev hook to reindent for keywords such as "else"
3132 that continues an earlier statement.
3133
3134 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
3135 like classes.
3136
3137 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
3138 (pike-mode): Populate the default abbrev tables to reindent for
3139 keywords such as "else" that can continue earlier statements.
3140 Abbrev mode is therefore turned on by default now. (Note that
3141 this doesn't apply to idl-mode, since IDL afaik doesn't have
3142 statements at all.)
3143
31442000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3145
3146 * cc-engine.el (c-inside-bracelist-p): Fix for handling
3147 bracelists where the declaration contains template arguments.
3148
31492000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3150
83c9cb8e
SM
3151 * cc-cmds.el (c-comment-indent):
3152 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
3153 syntactic indentation. Fixes bug with lineup functions that
3154 return vectors.
3155
3156 * cc-engine.el (c-get-syntactic-indentation): Split the
3157 indentation sum calculation from `c-indent-line' to a separate
3158 function.
3159
31602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3161
3162 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
3163 Fixed places where it was assumed that preprocessor directives
3164 have to start in column zero.
3165
3166 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
3167 template arguments after a class identifier properly.
3168
3169 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
3170 lists for `new Foo[]' constructs in Java as expressions and
3171 not top level definition brace lists on the top level, so that
3172 they'll get indented consistently with the same type of
3173 expression in a normal block.
3174
31752000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3176
3177 * cc-cmds.el (c-fill-paragraph): The kludge that checks
3178 whether the adaptive filling package fails to keep the comment
3179 prefix is now kludged further to check for filladapt-mode
3180 which doesn't have that problem. This is really icky, but it's
3181 the only way that works with the current misfeatures/bugs in
3182 both adaptive-fill-mode and filladapt-mode.
3183
3184 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
3185 around point is recognized more robust.
3186
31872000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3188
3189 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
3190 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
3191 (c-lit-type): Fixed all internal variables used dynamically so
3192 that they are always bound.
3193
3194 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
3195 errors:
3196
3197 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
3198 the region is fully reindented even when an error occurs.
3199 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
3200 whole lot of code that tried to optimize indentation of whole
3201 sexps but in reality accomplishes nothing.
3202
3203 (c-indent-sexp): Use c-indent-region.
3204
3205 (c-parsing-error): Changed this variable to hold the message
3206 for any syntactic error that is discovered.
3207
3208 (c-parse-state): Search backward from point instead of the bod
3209 position when the latter is invalid. This makes CC Mode
3210 recover faster when there are unbalanced close braces.
3211
3212 (c-backward-to-start-of-if): Use c-parsing-error to report
3213 dangling "else" clauses instead of throwing an error, and fall
3214 back to a reasonable position.
3215
83c9cb8e 3216 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 3217
83c9cb8e 3218 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
3219
32202000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3221
3222 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
3223 paragraph recognition when moving by sentence in literals.
3224
83c9cb8e
SM
3225 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
3226 start regexp for javadoc to recognize javadoc markup in general instead
3227 of a specific set of keywords, to be more future-safe.
130c507e
GM
3228
3229 (c-Pike-pikedoc-paragraph-start)
3230 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
3231 pikedoc markup.
3232
83c9cb8e 3233 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 3234
83c9cb8e 3235 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
3236
3237 * cc-vars.el (c-default-style): Made a nicer Customize widget.
3238
3239 (c-comment-prefix-regexp): Made it possible to use an
3240 association list on this to specify mode specific regexps.
3241 The default value now use a special regexp in Pike mode to
3242 recognize pikedoc markup.
3243
3244 (c-current-comment-prefix): New variable containing the actual
3245 regexp from c-comment-prefix-regexp for the current buffer.
3246
32472000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3248
3249 * cc-cmds.el (c-electric-brace): Fixed check for special brace
3250 lists: We can't look at the syntax, since a brace list can get
3251 recognized as a plain statement-cont.
3252
3253 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
3254 special brace list opener broken over two lines got recognized
3255 as a statement on the second line. Case 9A changed.
3256
32572000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3258
3259 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
3260 adjustment after line is reindented.
3261
32622000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3263
3264 * cc-defs.el (c-point): Added optional argument for position
3265 to use instead of the current point.
3266
3267 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
3268 the in-expression block symbols when the construct starts at
3269 boi, to avoid the extra level of indentation in that case.
3270 Cases 4, 16A and 17E affected.
3271
32722000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3273
3274 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 3275 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
3276
3277 * cc-engine.el (c-indent-line): Use the syntax already bound
3278 to `c-syntactic-context', if there is any.
3279
32802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3281
3282 * cc-engine.el (c-get-offset): Fixed bug where the indentation
3283 wasn't added up correctly when a lineup function returned nil.
3284
32852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3286
3287 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 3288 empty lines were ignored when collecting line comments backwards.
130c507e
GM
3289
32902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3291
3292 * cc-align.el (c-lineup-dont-change): Return an absolute
3293 indentation column to work correctly in the case when several
3294 syntactic elements are processed for the same line.
3295
3296 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3297 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3298 (c-set-offset): Added absolute indentation column settings by
3299 using the vector type.
3300
130c507e
GM
33012000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3302
3303 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3304 Implemented two new cleanups `space-before-funcall' and
3305 `compact-empty-funcall'.
3306
130c507e
GM
33072000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3308
3309 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3310 helping building regexps.
3311
3312 * cc-engine.el (c-on-identifier): New function for detecting
3313 identifiers. It takes keywords into account.
3314
3315 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3316 lists. `c-keywords' is set to a regexp matching all keywords
3317 in the current language.
3318
33192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3320
3321 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3322 list of characters to skip backwards over at the beginning of
3323 a statement, since it can precede string literals in Pike.
3324
33252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3326
3327 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3328 recognition when standing on the last line in a C++ comment
3329 with nothing but whitespace after the prefix.
3330
3331 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3332 given no limit argument.
3333
33342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3335
3336 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
3337 recognition for the `[]= operator symbol in Pike.
3338
33392000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3340
3341 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
3342 around a bug in `eval-when-compile' in the byte compiler.
3343
3344 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 3345 value when count is zero and there's no token start within the limit.
130c507e
GM
3346
3347 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
3348 "prefix comments", i.e. comments which are followed by code on
3349 the same line.
3350
3351 * cc-mode-19.el: Fixes so that checks that must be done at
3352 compile time also are done then.
3353
33542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3355
3356 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
3357 time and at runtime, and only when it's needed.
3358
33592000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3360
3361 Major cleanup for less error prone and more warning free
3362 compilation, including some fixes for bugs due to different
3363 compilation orders. Thanks to Martin Buchholz for providing
3364 the basis for all this.
3365
3366 * cc-bytecomp.el: New file that provides some byte compilation
3367 features: It ensures that files always are loaded from the
3368 current source directory during compilation, and it provides a
3369 set of macros to turn off specific compiler warnings for
3370 specific symbols. (It's not CC Mode specific in any way.)
3371
3372 Fixed a nearly acyclic dependency tree (both runtime and
3373 compile-time) between all files.
3374
3375 * cc-defs.el: Separated all macros before the inline functions,
3376 to ensure correct compilation.
3377
3378 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3379 cc-defs.el to cc-engine.el and made it a function instead.
3380
3381 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3382 about char-after.
3383
3384 * cc-vars.el: Cope even when there isn't a custom package
3385 containing defcustom available.
3386
3387 * cc-make.el: Removed since it's no longer necessary.
3388
3389 README: Updated installation instructions.
3390
33912000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3392
3393 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3394 improve the modularity: Moved all mode init stuff from
3395 cc-langs.el to cc-mode.el, including the keymap
3396 initialization; cc-langs now only contains the various
3397 variables for configuring the language syntax.
3398
83c9cb8e
SM
3399 * cc-engine.el, cc-styles.el (c-evaluate-offset)
3400 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 3401 dependency analysis suggests they belong there (which also
83c9cb8e 3402 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
3403
34042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3405
3406 * cc-cmds.el (c-fn-region-is-active-p): New function that
3407 wraps the corresponding macro, for use in places that aren't
3408 compiled. Thanks to Martin Buchholz for pointing out this.
3409
83c9cb8e 3410 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
3411
3412 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3413 add things to the bug report.
3414
34152000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3416
3417 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3418 returned prefix could contain a newline when the search for a
3419 good prefix line failed.
3420
34212000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3422
3423 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3424 (c-toggle-auto-hungry-state): Made the argument optional, as
3425 the documentation says it is.
3426
34272000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3428
3429 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3430 multiline string syntax, #"...", as a cpp macro.
3431
7008ccac
GM
34322001-03-21 Paul Eggert <eggert@twinsun.com>
3433
83c9cb8e
SM
3434 * international/mule-cmds.el (set-locale-environment):
3435 Set system-messages-locale and system-time-locale, but only if the
7008ccac 3436 caller specifies a non-nil locale name.
3c9449d0 3437
c2478129 34382001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
3439
3440 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 3441 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 3442
117e4b0c
GM
34432001-03-20 Gerd Moellmann <gerd@gnu.org>
3444
7194219d
GM
3445 * follow.el (follow-avoid-tail-recenter): Doc fix.
3446
5721ae13
GM
3447 * custom.el (custom-set-variables): Avoid reversing the list
3448 of args needlessly.
3449
7b8bbf72
GM
3450 * startup.el (fancy-splash-head): Don't change the colors of the
3451 XPM image on a dark background.
3452
a91ad7c9
GM
3453 * comint.el (comint-exec-1): Set columns of the terminal to
3454 window-width instead of frame-width.
3455
fa88947e
GM
3456 * info.el (Info-scroll-down): Add missing WINDOW arg for
3457 pos-visible-in-window-p.
3458
1741905c
GM
3459 * ehelp.el (electric-help-mode-hook): Add defcustom.
3460
117e4b0c
GM
3461 * mail/sendmail.el (mail-mode): Activate case-folding in
3462 font-lock-defaults.
3463
e84c695d
SM
34642001-03-19 Stefan Monnier <monnier@cs.yale.edu>
3465
3466 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3467 (completion-ignored-extensions): Remove duplicate ".class".
3468
fc774041
AS
34692001-03-19 Andreas Schwab <schwab@suse.de>
3470
83c9cb8e
SM
3471 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3472 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 3473
c2c097cc
GM
34742001-03-19 Gerd Moellmann <gerd@gnu.org>
3475
3476 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3477 methods since there are not prefix input methods.
3478
fbe2e958
KH
34792001-03-19 Kenichi Handa <handa@etl.go.jp>
3480
83c9cb8e
SM
3481 * international/mule-cmds.el (read-input-method-name):
3482 Locally bind enable-recursive-minibuffers to t.
fbe2e958 3483
da47e491
SM
34842001-03-18 Stefan Monnier <monnier@cs.yale.edu>
3485
3486 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3487
4986c2c6 34882001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 3489
4986c2c6
MK
3490 * ediff-util.el: Copyright years.
3491 (ediff-choose-syntax-table): New function.
3492 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 3493
4986c2c6
MK
3494 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3495 with-syntax-table.
83c9cb8e 3496
4986c2c6 3497 * ediff.el: Date of last update, copyright years.
83c9cb8e 3498
4986c2c6 3499 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 3500
4986c2c6
MK
3501 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3502 of Scott Bronson.
3503 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3504 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3505 Deleted functions.
3506 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3507 ex-token-list.
83c9cb8e 3508
4986c2c6 3509 * viper-util.el: Spaces, indentation.
83c9cb8e 3510
4986c2c6 3511 * viper.el: Changed version, modification time.
83c9cb8e 3512
3c799aec 35132001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
3514
3515 * calendar/timeclock.el (timeclock-workday-remaining):
3516 Check whether `discrep' is non-null before using it.
3c799aec 3517
ae3ce418
JW
35182001-03-16 John Wiegley <johnw@gnu.org>
3519
3520 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3521 first-time checkins.
3522 (timeclock-log-data): Fixed problem with reading timelog log file.
3523 Resulting data in the "day list" was incorrect.
3524 (timeclock-find-discrep): Check if `timeclock-file' is readable
3525 before opening it.
3526 (timeclock-time-less-p): New function.
3527 (timeclock-day-base): New function.
3528 (timeclock-geometric-mean): New function.
3529 (timeclock-generate-report): Generate a summary report based on
3530 the contents of the log file. This uses `timeclock-log-data', and
3531 is an example of writing a timelog manipulation function.
3532 (timeclock-visit-timelog): A quick command for opening the timelog
3533 file.
3534 (timeclock-log-data): Bound the variable event.
3535
c8d4a9bb
KH
35362001-03-16 Kenichi Handa <handa@etl.go.jp>
3537
83c9cb8e
SM
3538 * international/mule-cmds.el (select-safe-coding-system):
3539 Fix typo: symbol-name -> symbol-value.
11d56c64 3540
c8d4a9bb
KH
3541 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3542 before substitute-in-file-name to handle double slashes in FILE
3543 correctly.
3544
c899e7e6
GM
35452001-03-15 Gerd Moellmann <gerd@gnu.org>
3546
3547 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3548 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3549
819dce0f
GM
35502001-03-14 Gerd Moellmann <gerd@gnu.org>
3551
697617d9
GM
3552 * bindings.el (features): Add `md5' and `overlay' to the list.
3553
819dce0f
GM
3554 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3555 bound before using it. It's not bound when configured without X,
3556 for instance.
3557
e0067a9d
TTN
35582001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
3559
3560 * progmodes/hideshow.el: Update copyright.
3561 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 3562 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 3563
afcdc0a1
GM
35642001-03-13 Gerd Moellmann <gerd@gnu.org>
3565
e0067a9d 3566 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
3567 a non-list.
3568
30564c48
EZ
35692001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
3570
3571 * startup.el (fancy-splash-tail, command-line-1): Fix the
3572 copyright year.
3573
2b8e24b3
KH
35742001-03-13 Kenichi Handa <handa@etl.go.jp>
3575
3576 * term.el: These changes are based on a patch sent from Yong Lu
3577 <lyongu@yahoo.com>.
3578 (term-set-escape-char): Bind M-x to execute-extended-command in
3579 term-raw-escape-map.
3580 (term-move-columns): Don't try to move to negagive column.
3581 (term-emulate-terminal): Insert a string before deleting a text to
3582 overwrite.
3583
789b6186
GM
35842001-03-12 Gerd Moellmann <gerd@gnu.org>
3585
b0778a31
GM
3586 * play/life.el (life): Rearrange code so that all calls to
3587 life-display-generation are in a catch-form.
3588
04528cda
GM
3589 * progmodes/etags.el (tags-loop-continue): Don't change point in a
3590 file that isn't interesting. In an interesting file, push the old
3591 value of point on the mark ring.
3592
760cefb5
GM
3593 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3594 New function.
3595 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3596 Use it.
3597
83c9cb8e
SM
3598 * emacs-lisp/autoload.el (generate-file-autoloads):
3599 Remove warning about line lengths.
789b6186 3600
a2ffbafe
FP
36012001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3602
3603 * progmodes/etags.el (tags-compression-info-list): New variable.
3604 (find-tag-in-order): Use it to deal with compressed source files.
3605 (tag-file-name-match-p): New function.
3606 (etags-recognize-tags-table): Use it for better match of file names.
3607
5c9d9d92
KH
36082001-03-12 Kenichi Handa <handa@etl.go.jp>
3609
ba3e9b9b
KH
3610 * international/mule-cmds.el (register-input-method): Doc fix.
3611
5c9d9d92
KH
3612 * international/quail.el (quail-translate-key): Fix condition to
3613 check if there's another breaking point in the current key.
3614
40beecee
EZ
36152001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
3616
3617 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3618 Babyl header to the newly-created output file, bind
3619 coding-system-for-write to either rmail-file-coding-system or
3620 emacs-mule-unix.
3621
75c6cb7f
SM
36222001-03-11 Stefan Monnier <monnier@cs.yale.edu>
3623
3624 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3625 Fix the name and regexp used for subsubsections.
3626
5ec17636
DL
36272001-03-10 Dave Love <fx@gnu.org>
3628
3629 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3630 and save-buffer if buffer-file-name non-nil. From rms.
3631
6d2e2c02
AS
36322001-03-10 Andre Spiegel <spiegel@gnu.org>
3633
3634 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 3635 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
3636 to reflect that.
3637 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 3638 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
3639 variable bindings that might affect the diff command.
3640 (vc-print-log): Don't switch to the *vc* buffer before the
3641 command, so that local variable bindings are preserved.
3642
789b6186 3643 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
3644 not the current buffer.
3645 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3646
789b6186 3647 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 3648 make output go to buffer *vc*, not the current buffer.
a2ffbafe 3649
b18f5523
SM
36502001-03-09 Stefan Monnier <monnier@cs.yale.edu>
3651
3652 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3653 so ^, $, *, ? and + are interpreted correctly.
3654
3cfd8357
GM
36552001-03-09 Gerd Moellmann <gerd@gnu.org>
3656
c085b77c 3657 * help.el (string-key-binding): Renamed from
f9db8f19
SM
3658 mode-line-key-binding. Handle any event on a string.
3659 Check for `keymap' properties as well as `local-map' properties.
c085b77c 3660
3cfd8357
GM
3661 * comint.el (comint-insert-clicked-input): Use the last key
3662 from this-command-keys to lookup the global key definition.
3663
348f797a
KH
36642001-03-09 Kenichi Handa <handa@etl.go.jp>
3665
3ebf3717
KH
3666 * international/characters.el: Add category `j' for
3667 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
3668
348f797a
KH
3669 * international/mule-conf.el (no-conversion): Fix docstring.
3670 (raw-text): Fix docstring.
3671
e1fbabaf
GM
36722001-03-08 Gerd Moellmann <gerd@gnu.org>
3673
96e8e603
GM
3674 * simple.el (choose-completion-string): When not leaving the
3675 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3676 is set.
3677
e1fbabaf
GM
3678 * window.el (shrink-window-if-larger-than-buffer): Handle frame
3679 parameter `(minibuffer . t)'.
3680
f9db8f19
SM
36812001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3682
3683 * progmodes/sh-script.el (sh-st-symbol): New symbol.
3684 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3685 (sh-mode): Remove `make-local-variable' for unused var
3686 `font-lock-unfontify-region-function'.
3687
02756877
RS
36882001-03-07 Richard M. Stallman <rms@gnu.org>
3689
132bf46d
RS
3690 * info.el (Info-scroll-down): Fix previous change.
3691
02756877
RS
3692 * mail/rmail.el (rmail-toggle-header): Use a window which
3693 is showing the Rmail buffer, rather than the selected window.
3694
eeb24429
DL
36952001-03-07 Dave Love <fx@gnu.org>
3696
3697 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3698 now, to avoid problems with binding imenu directly to a mouse event.
3699
3bdf2660
GM
37002001-03-07 Gerd Moellmann <gerd@gnu.org>
3701
3702 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3703 second arg t.
3704
37052001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
3706
3707 * log-edit.el (log-edit-common-indent): New var.
3708 (log-edit-set-common-indentation): Renamed from
3709 log-edit-delete-common-indentation. Use the new var.
3710 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3711
3712 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3713 (cvs-mode-add-change-log-entry-other-window):
3714 Don't presume change-log-default-name is defined.
3715
3716 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3717
3718 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3719 the "tree" operation as well.
3720
3721 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3722
3723 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3724 to match paragraph-start.
3725
3726 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3727 comment-start-skip and set comment-end-skip as well.
3728 (sgml-comment-indent): Fix for new value of comment-start-skip.
3729 (html-autoview-mode): Don't bother using make-local-hook.
3730
2ad02767
GM
37312001-03-07 Gerd Moellmann <gerd@gnu.org>
3732
189638d5 3733 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 3734 variables, otherwise long Custom entries would make them ineffective.
189638d5 3735
2ad02767
GM
3736 * uniquify.el: Set maintainer to FSF.
3737
656f8cae
EZ
37382001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
3739
3740 * dired-aux.el (dired-do-shell-command): Doc fix.
3741
c83965c4
SM
37422001-03-06 Stefan Monnier <monnier@cs.yale.edu>
3743
04af43bc
SM
3744 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3745
3746 * which-func.el (which-func-modes): Add cperl-mode.
3747 (which-func-mode-global): Use define-minor-mode.
3748
3749 * info-look.el: Docstring fixes and dead code eliminated.
3750 (cperl-mode): Add support.
3751 (emacs-lisp-mode): List all entries from elisp manual, whether
3752 or not they are currently (f)bound or not. Update regexp.
3753
3754 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3755
c83965c4
SM
3756 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3757 so that C-h m shows the correct information.
3758 Use make-local-variable rather than make-variable-buffer-local.
3759 (cperl-info-buffer, cperl-setup-tmp-buf):
3760 Use make-local-variable rather than make-variable-buffer-local.
3761 (cperl-msb-fix, cperl-get-help-defer):
3762 Check major-mode for `cperl-mode' as well.
3763
3764 * progmodes/cperl-mode.el: Updated to author version 4.23.
3765 (cperl-electric-pod): SYNOPSIS was misspelled.
3766 (cperl-find-pods-heres): @if ? a : b was considered a REx.
3767 (cperl-after-expr-p): Make true after __END__.
3768
f16a7aa5
GM
37692001-03-06 Gerd Moellmann <gerd@gnu.org>
3770
157ae273 3771 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 3772 bookmark-completion-ignore-case is t.
157ae273 3773
f16a7aa5
GM
3774 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3775 switch, like xterm, and concat resource strings, with a newline
3776 between them.
3777
abaddb98
EZ
37782001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
3779
a2ffbafe 3780 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
3781 (cp773-decode-table, cp774-decode-table): New variables.
3782
abaddb98
EZ
3783 * man.el (Man-hyphenated-reference-regexp): New variable.
3784 (Man-build-references-alist): Use it to search for referenced
3785 manpages. If hyphenated is non-nil, record a concatenated word in
3786 Man-refpages-alist only if it matches Man-reference-regexp.
3787 Update word's length when it is concatenated. Reverse the list,
3788 to get the first manpage at the head.
3789 (Man-possibly-hyphenated-word): New function.
3790 (Man-follow-manual-reference): Use it instead of current-word to
3791 find a manpage at point, in a way that accounts for hyphenated
3792 references.
3793
eb3f61dd
GM
37942001-03-06 Alex Schroeder <alex@gnu.org>
3795
3796 * sql.el (sql-interbase): New function.
3797 (sql-interbase-program): New option.
3798 (sql-interbase-options): New option.
3799 And some typos fixed: "customise" to "customize".
3800
fa84f42a
DL
38012001-03-06 Dave Love <fx@gnu.org>
3802
83c9cb8e
SM
3803 * textmodes/flyspell.el (flyspell-region):
3804 Set up flyspell-local-mouse-map.
fa84f42a 3805
fda3411d
RS
38062001-03-05 Richard M. Stallman <rms@gnu.org>
3807
a2ffbafe 3808 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
3809 Don't call rmail-beginning-of-message.
3810 Don't discard From: field. Do discard Received: field.
3811 Use unwind-protect to re-prune.
3812 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 3813
e972ab1f
KH
38142001-03-06 Kenichi Handa <handa@etl.go.jp>
3815
3816 * international/quail.el (quail-title): Add autoload cookie.
3817
335db3c1
DL
38182001-03-05 Dave Love <fx@gnu.org>
3819
3820 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3821 new defs.
3822
278dd6ac
KH
38232001-03-05 Kenichi Handa <handa@etl.go.jp>
3824
83c9cb8e
SM
3825 * language/ethio-util.el (ethio-toggle-space):
3826 Update current-input-method-title if necessary.
36d5e61d
KH
3827 (ethio-toggle-punctuation): Likewise.
3828
341cd4f0
KH
3829 * international/quail.el (quail-title): Fix for the case that a
3830 title of an input method is specified by a list of the same form
3831 as used in mode-line-format.
3832
83c9cb8e
SM
3833 * international/mule-cmds.el (activate-input-method):
3834 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
3835 respect that value.
3836
10ebaeb6
GM
38372001-03-05 Gerd Moellmann <gerd@gnu.org>
3838
3839 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3840
7a65c85c
GM
38412001-03-05 Alex Schroeder <alex@gnu.org>
3842
3843 * sql.el (sql-sybase): Fix typo (was: query user about server two
3844 times instead of server and database).
3845
3846 * sql.el (sql-sybase): Doc change.
3847 (sql-mysql): Doc change.
3848 (sql-postgres): Doc change.
3849
b86644f2
KH
38502001-03-05 Kenichi Handa <handa@etl.go.jp>
3851
83c9cb8e
SM
3852 * international/mule-conf.el (emacs-mule, raw-text):
3853 Docstring modified.
b86644f2 3854
e30bd7b7
EZ
38552001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
3856
3857 * term/internal.el: Update copyright notice.
3858
3859 * term/pc-win.el: Update copyright notice.
3860
7e365285
DL
38612001-03-02 Dave Love <fx@gnu.org>
3862
83c9cb8e
SM
3863 * files.el (insert-file-contents-literally):
3864 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3865 not jka-compr-compression-info-list.
7e365285 3866
75ed43a6
SM
38672001-03-02 Stefan Monnier <monnier@cs.yale.edu>
3868
3869 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3870 spaces in default comment-start-skip settings rather than \s-.
3871
53c4b1e6
EZ
38722001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
3873
3874 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3875 default-frame-alist as well.
3876
028d739a
DL
38772001-03-01 Dave Love <fx@gnu.org>
3878
3879 * textmodes/reftex.el (defvar): Wrap some defvars in
3880 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
3881
3882 * subr.el (event-basic-type): Doc fix.
3883
3884 * international/quail.el: Doc fixes.
3885
3886 * international/utf-8.el: Doc fixes.
3887
3888 * international/mule-cmds.el: Doc fixes.
3889 (leim-list-header): Fix header text.
3890
3891 * international/mule.el (coding-system-category): Doc fix.
3892
3893 * international/ccl.el (ccl-compile): Doc fix.
3894
15d1caef
SM
38952001-03-01 Stefan Monnier <monnier@cs.yale.edu>
3896
3897 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3898 rather than (before|after)-change-functions.
3899
f84ff02c
GM
39002001-03-01 Gerd Moellmann <gerd@gnu.org>
3901
3902 * ediff-util.el (ediff-scroll-horizontally): Arrange for
3903 scroll-left and scroll-right being called interactively so that
3904 they set the window's min_hscroll.
3905
e0c1e774
EZ
39062001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
3907
3908 * info.el (info-insert-file-contents-1): Accept an additional
3909 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
3910 `suffix'; otherwise use the complicated MS-DOS code.
3911 All callers changed.
e0c1e774
EZ
3912 (info-insert-file-contents, Info-find-node): If the MS-DOS port
3913 can access long file names, try the long file-name version of
3914 `info-insert-file-contents-1', then the short file-name version.
3915
b8b2ea31 39162001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 3917
af122766
KH
3918 * language/ethio-util.el (setup-ethiopic-environment-internal):
3919 Change bindings of functions keys to conform to "Emacs Lisp Coding
3920 Convention".
3921
3922 * language/ethiopic.el ("Ethiopic"): Add documentation.
3923
b8b2ea31
KH
39242001-02-28 Kenichi Handa <handa@etl.go.jp>
3925
1d64e2ad
KH
3926 * international/utf-8.el (mule-utf-8): Set coding-category
3927 property to coding-category-utf-8.
3928
91cb6e51
RS
39292001-02-27 Richard M. Stallman <rms@gnu.org>
3930
3931 * lpr.el (lpr-page-header-switches, print-region-1):
3932 Undo 2000-07-06 change.
7298f3f7
RS
3933 (lpr-add-switches): Default to t on gnu/linux.
3934
c0cb1027
GM
39352001-02-27 Gerd Moellmann <gerd@gnu.org>
3936
3937 * bs.el (bs-attributes-list): Doc fix.
3938
01459648
GM
39392001-02-26 Gerd Moellmann <gerd@gnu.org>
3940
baebd8a5 3941 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 3942
01459648
GM
3943 * help.el (view-order-manuals): Use goto-address.
3944
3945 * startup.el (command-line-1): Add info about ordering manuals
3946 to the not so fancy splash screens.
3947
f93e614e
AS
39482001-02-26 Andre Spiegel <spiegel@gnu.org>
3949
01459648
GM
3950 * vc.el (vc-default-workfile-unchanged-p)
3951 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 3952
12435002
GM
39532001-02-26 Gerd Moellmann <gerd@gnu.org>
3954
a2ffbafe 3955 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
3956 fontify in the right buffer.
3957
12435002
GM
3958 * allout.el (outline-flag-region): Move macro in front of first
3959 use to avoid a run-time error.
3960
425de386
AI
39612001-02-24 Andrew Innes <andrewi@gnu.org>
3962
3963 * makefile.w32-in: Fix copyright notice.
3964
66c56ed1
KH
39652001-02-24 Kenichi Handa <handa@etl.go.jp>
3966
4c1593ce
KH
3967 * international/utf-8.el (mule-utf-8): Set correct value for
3968 valid-codes property.
3969
66c56ed1
KH
3970 * international/fontset.el (x-complement-fontset-spec): In the
3971 case that we use ASCII font for the other charsets, use only
15d1caef 3972 family and registry part of it.
66c56ed1 3973
119171dd
EZ
39742001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3975
3976 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3977 (shrink-window-if-larger-than-buffer): Doc fix.
3978
932c309e
SM
39792001-02-23 Stefan Monnier <monnier@cs.yale.edu>
3980
3981 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3982 predicate passed to completing-read.
3983
9b760e36
EZ
39842001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3985
3986 * startup.el (command-line): Fix last change.
3987
5c39a60f
JR
39882001-02-23 Jason Rumney <jasonr@gnu.org>
3989
3990 * startup.el (tool-bar-originally-present): New variable.
3991 (command-line): Set it if the tool-bar is switched on at startup.
3992
3993 * frame.el (frame-notice-user-settings): Only adjust frame height
3994 for no tool-bar case if tool-bar was originally switched on.
796ead7e 3995 From E. Jay Berkenbilt.
5c39a60f 3996
cb91b2c7
SM
39972001-02-22 Stefan Monnier <monnier@cs.yale.edu>
3998
39b557e8
SM
3999 * server.el (server-switch-buffer): Only switch window if the
4000 current one is dedicated.
4001
cb91b2c7
SM
4002 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
4003 rather than using (match-beginning 0) when searching for break point.
4004
9238a8df
EZ
40052001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
4006
4007 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
4008 @ follows an accent command such as @'. Support optional braces
4009 in commands that insert accents, like makeinfo does.
4010
3473f362
GM
40112001-02-22 Gerd Moellmann <gerd@gnu.org>
4012
4013 * startup.el (fancy-splash-text): Add a line for ordering
4014 manuals. Reverse order of splash screens shown.
4015 (use-fancy-splash-screens-p): Adapt to the text line added.
4016
4017 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
4018 manuals from the FSF.
4019
4020 * help.el (view-order-manuals): New function.
4021 (toplevel): Bind C-h C-m to this function.
4022
76a4de07
SM
40232001-02-21 Stefan Monnier <monnier@cs.yale.edu>
4024
4025 * newcomment.el (comment-forward): Skip the comment-start before
4026 searching for the comment-end.
4027
75b71d85
DL
40282001-02-21 Dave Love <fx@gnu.org>
4029
2f4c9a87
DL
4030 * custom.el (custom-initialize-changed, defcustom): Doc fix.
4031
75b71d85
DL
4032 * international/mule-cmds.el, international/mule.el: Doc fixes.
4033
ffc9ff0c
GM
40342001-02-21 Gerd Moellmann <gerd@gnu.org>
4035
4036 * startup.el (fancy-splash-screens): Use display-hourglass
4037 instead of display-busy-cursor.
4038
4039 * frame.el (display-hourglass): Renamed from busy-cursor.
4040 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
4041 (show-cursor-in-non-selected-windows): Doc fix.
4042
f34eb373
DL
40432001-02-20 Dave Love <fx@gnu.org>
4044
4045 * international/utf-8.el: Doc and commentary fixes.
4046
f55e4a7e
EZ
40472001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
4048
4049 * ehelp.el (with-electric-help): Doc fix.
4050
fa97adf6
GM
40512001-02-20 Gerd Moellmann <gerd@gnu.org>
4052
4053 * msb.el (msb-mode): Call the update-buffers function explicitly
4054 with a FORCE argument.
4055
4056 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
4057 FORCE. If set, update the menu even if frame-or-buffer-changed-p
4058 returns nil.
4059
54ed3bd2
GM
40602001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4061
4062 * ps-print.el: Timestamp package replacement. Some enhancements.
4063 Some XEmacs compatibility. Doc fix.
4064 (ps-print-version): New version number (6.4).
4065 (ps-printer-name): Initialization fix.
4066 (ps-zebra-stripe-follow): Funcionality enhancement.
4067 (ps-prologue-file): Code enhancement.
4068 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
4069 (ps-setup, ps-face-bold-p, ps-face-italic-p)
4070 (ps-get-page-dimensions)
54ed3bd2
GM
4071 (ps-generate-header, ps-begin-file, ps-begin-job)
4072 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
4073 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
4074 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
4075 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 4076
e8ebf97d
MB
40772001-02-20 Miles Bader <miles@gnu.org>
4078
4079 * image-file.el (image-file-name-extensions): Add "tif".
4080
136b27c5
GM
40812001-02-19 Gerd Moellmann <gerd@gnu.org>
4082
4083 * wid-edit.el (widget-button-click): Save the selected window
4084 around the code handling clicks on buttons.
4085
6ebbcf59
DL
40862001-02-18 Dave Love <fx@gnu.org>
4087
4088 * imenu.el (imenu--generic-function): Use mapc to iterate over
4089 syntax characters.
4090
595ded73
RS
40912001-02-17 Richard M. Stallman <rms@gnu.org>
4092
b9fe3dc8
RS
4093 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
4094
595ded73
RS
4095 * uniquify.el (uniquify-buffer-name-style): Doc fix.
4096
f3f053f3
GM
40972001-02-16 Gerd Moellmann <gerd@gnu.org>
4098
4099 * mouse.el (mouse-save-then-kill): If the distance from the new
4100 point to the mark is equal to the distance of point from the new
4101 point, move point instead of the mark.
4102
11570a8f
DL
41032001-02-16 Dave Love <fx@gnu.org>
4104
4105 * textmodes/flyspell.el (flyspell-get-word): Return string without
4106 properties.
4107
fb339cd5
EZ
41082001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4109
4110 * generic.el (generic-find-file-regexp): Doc fix.
4111 (generic-ignore-files-regexp): New defcustom.
4112 (generic-mode-find-file-hook): If the file's name matches the
4113 regexp in `generic-ignore-files-regexp', don't enter
4114 default-generic-mode. Doc fix.
4115
c56b1c1b
GM
41162001-02-16 Gerd Moellmann <gerd@gnu.org>
4117
a2ffbafe 4118 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
4119 Add autoload cookies.
4120
a2ffbafe 4121 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
4122 of cal-tex-24.
4123
0d140e65
EZ
41242001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4125
81558867
EZ
4126 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
4127
0d140e65
EZ
4128 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
4129 the character class after the (optional) drive, to support file
4130 names with embedded blanks.
4131
713f7b15
SS
41322001-02-15 Sam Steingold <sds@gnu.org>
4133
4134 * textmodes/tex-mode.el (tex-shell-running):
4135 Check the process buffer too.
4136
9a2a6f73
DL
41372001-02-15 Dave Love <fx@gnu.org>
4138
4139 * battery.el (battery-status-function): Fix doc, :type.
4140
15d1caef 4141 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 4142
fe10cef0
GM
41432001-02-15 Gerd Moellmann <gerd@gnu.org>
4144
4145 * subr.el (read-passwd): Clear Lisp memory holding password.
4146
126f5d4d
MB
41472001-02-15 Miles Bader <miles@gnu.org>
4148
4149 * info.el (Info-copy-current-node-name): New function.
4150 (Info-mode-menu): Add it to the menu.
4151
92e98d63
RS
41522001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
4153
4154 * international/mule-cmds.el (toggle-input-method): Doc fix.
4155
dd4e0e55
SM
41562001-02-13 Stefan Monnier <monnier@cs.yale.edu>
4157
4158 * replace.el (occur): Stop at end of buffer.
4159
402dbbd1
EZ
41602001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
4161
4162 * international/mule-cmds.el (set-input-method): Another doc fix.
4163
e9fcba3d
GM
41642001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
4165
4166 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
4167
78ad1cd5
MB
41682001-02-13 Miles Bader <miles@gnu.org>
4169
713f7b15 4170 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
4171 (set-face-stipple): Treat a value of nil as being `unspecified'.
4172
fce9d9dc
DL
41732001-02-12 Dave Love <d.love@dl.ac.uk>
4174
4175 * international/latin1-disp.el: Doc fixes.
4176 (latin1-display) <defgroup>: Add :link.
4177 (latin1-display) <function>: Set variable latin1-display.
4178
bc406911
EZ
41792001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
4180
4181 * international/mule-cmds.el (set-input-method): Doc fix.
4182
68514d48
EL
41832001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
4184
4185 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
4186 (speedbar-line-file): Return nil if not a file.
4187 (speedbar-buffers-line-path): Return file for tags, and dir for files.
4188
513bea45 41892001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 4190
513bea45
MK
4191 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
4192 for remote files.
bc406911 4193 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 4194 with raw-text.
713f7b15 4195
513bea45 4196 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 4197
83c9cb8e
SM
4198 * ediff-util.el (ediff-compute-custom-diffs-maybe):
4199 Better handling of the diff mode.
713f7b15 4200
513bea45 4201 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 4202
bc406911 4203 * viper.texi: Fix typos.
713f7b15 4204
521d4010
DL
42052001-02-11 Dave Love <fx@gnu.org>
4206
36fd8e17
DL
4207 * shadowfile.el: Doc fixes.
4208 (shadow) <defgroup>: Add :link.
4209 (shadowfile-unload-hook): New function.
4210 (shadow-initialize): Use defalias, not fset.
4211 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 4212 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 4213
521d4010
DL
4214 * international/mule.el: Doc and message fixes.
4215
36fd8e17
DL
4216 * international/ccl.el (define-ccl-program): Doc fix.
4217
92395bbe
KH
42182001-02-11 Kenichi Handa <handa@etl.go.jp>
4219
4220 * faces.el (mode-line): Set :line-width property to -1.
4221
103db06c
RS
42222001-02-10 Richard M. Stallman <rms@gnu.org>
4223
08b78974
RS
4224 * complete.el (partial-completion-mode): Doc fix.
4225
103db06c
RS
4226 * simple.el (delete-key-deletes-forward-mode):
4227 Change `let' to `let*' to fix gross bug in last change.
4228
4229 * repeat.el (repeat): Don't let execute-kbd-macro alter
4230 real-last-command.
4231
a6a1ee53
EZ
42322001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
4233
4234 * simple.el (eval-expression): Doc fix.
4235
d2f288c6
DL
42362001-02-09 Dave Love <fx@gnu.org>
4237
038f4ae3
DL
4238 * imenu.el (imenu-generic-expression): Doc fix.
4239
83c9cb8e
SM
4240 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
4241 From Juanma Barranquero.
038f4ae3 4242
15d1caef 4243 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 4244
9804b846
KH
42452001-02-09 Kenichi Handa <handa@etl.go.jp>
4246
4247 * faces.el (set-face-attribute): Describe the case of a negative
4248 value specified for :line-width.
4249
532f5197
SM
42502001-02-08 Stefan Monnier <monnier@cs.yale.edu>
4251
4252 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 4253 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 4254
1d279666
DL
42552001-02-08 Dave Love <fx@gnu.org>
4256
4681ca3a
DL
4257 * wid-edit.el (widget-plist-convert-widget): Replace binding of
4258 widget-plist-value-type.
4259 (widget-alist-convert-widget): Replace binding of
4260 widget-alist-value-type.
4261
1d279666
DL
4262 * textmodes/paragraphs.el (sentence-end): Doc fix.
4263
83c9cb8e
SM
4264 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
4265 Remove `backward-line'.
1d279666 4266
532f5197
SM
4267 * play/pong.el (pong-blank-color, pong-bat-color)
4268 (pong-ball-color, pong-border-color, pong-left-key)
4269 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
4270 (pong-pause-key, pong-resume-key, pong-timer-delay):
4271 * mail/mh-comp.el (mh-compose-letter-function):
4272 * eshell/esh-mode.el (eshell-skip-prompt-function):
4273 * emulation/viper-ex.el (ex-unix-type-shell-options):
4274 * recentf.el (recentf-menu-filter):
4275 * ps-print.el (ps-print-region-function):
4276 * lpr.el (print-region-function):
4277 * forms.el (forms-mode-hooks):
4278 * dirtrack.el (dirtrack-directory-change-hook):
4279 * cus-start.el (temp-buffer-show-function, display-buffer-function):
4280 * textmodes/spell.el (spell-filter):
4281 * textmodes/fill.el (adaptive-fill-function):
4282 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
4283 * progmodes/etags.el (find-tag-default-function):
4284 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
4285 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4286
6f676109
EZ
42872001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
4288
751d3bc4
EZ
4289 * emulation/viper-init.el (viper-fast-keyseq-timeout)
4290 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
4291 Meyering <jim@meyering.net>.
4292
6f676109
EZ
4293 * loadup.el: Revert last change.
4294
d3c26cdf
KH
42952001-02-07 Kenichi Handa <handa@etl.go.jp>
4296
83c9cb8e
SM
4297 * international/mule.el (transform-make-coding-system-args):
4298 Make it work also for coding systems not using CCL.
d3c26cdf 4299
44806980
EZ
43002001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4301
9889af08
EZ
4302 * simple.el (previous-matching-history-element)
4303 (next-matching-history-element): Doc fix.
4304
44806980
EZ
4305 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4306 specific part.
4307
1e36ff68
DL
43082001-02-06 Dave Love <fx@gnu.org>
4309
713f7b15 4310 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
4311 (add-log-buffer-file-name-function, add-log-file-name-function):
4312 Fix :type.
4313 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4314
c7ca58df
EZ
43152001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4316
fecd556a
EZ
4317 * info.el (info-initialize): Remove the test for system-type when
4318 invocation-directory is non-nil.
4319
c7ca58df
EZ
4320 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4321 of `font-lock-defaults' to `backward-paragraph' rather than nil.
4322
587b5737
AI
43232001-02-06 Andrew Innes <andrewi@gnu.org>
4324
4325 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4326 absolute.
4327
baf7eee4
GM
43282001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
4329
4330 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4331 buffers. When hi-lock turned on rather than only checking current
4332 buffer for regexps, all buffers are checked. Moved activation of
4333 font-lock to hi-lock-refontify. When font-lock turned off rather
4334 than removing added highlighting just in current buffer, remove it
4335 in all buffers. Changed edit menu text from "Automatic
4336 Highlighting" to "Regexp Highlighting" Documentation for
4337 highlighting phrases, minor documentation changes.
4338 (hi-lock-set-file-patterns): Execute only if there are new or
4339 existing file patterns.
4340 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
4341 unfontify and, if a support mode is active, will not refontify the
4342 whole buffer. If necessary, turn on font lock. (Removed
4343 font-lock-unfontify and font-lock support-mode-specific calls,
4344 such as lazy-lock-fontify-window.)
4345 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
4346 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 4347 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
4348 (hi-lock-face-phrase-buffer): New function. Also added related
4349 menu item and keybinding.
4350 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
4351 (hi-lock-process-phrase): New function.
4352 (hi-lock-line-face-buffer): Doc fixes.
4353 (hi-lock-face-buffer): Doc fixes.
4354 (hi-lock-unface-buffer): Doc fixes.
713f7b15 4355
36710aa6
GM
43562001-02-06 Gerd Moellmann <gerd@gnu.org>
4357
4358 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
4359 dabbrev-ignored-regexps.
4360
d3f22784
EZ
43612001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4362
4363 * simple.el (kill-line): Doc fix.
4364
5cb3c8d4
DL
43652001-02-05 Dave Love <fx@gnu.org>
4366
4367 * loadup.el: Revert last two changes -- bootstrapping works with
4368 regenerated loaddefs.
4369
e6297e7d
EZ
43702001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
4371
1e14b095
EZ
4372 * isearch.el (isearch-forward): Doc fix.
4373
e6297e7d
EZ
4374 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4375 of font-lock-defaults to backward-paragraph.
4376
e16f52ce
GM
43772001-02-05 Gerd Moellmann <gerd@gnu.org>
4378
4379 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4380 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4381
01d19dd7
GM
43822001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4383
4384 * ebnf2ps.el: Eliminate time-stamp functions.
4385 (ebnf-version): New version (3.5).
4386 (ebnf-eps-finish-and-write): Replace time-stamp functions by
4387 format-time-string.
4388
24886813
GM
43892001-02-05 Gerd Moellmann <gerd@gnu.org>
4390
4391 * simple.el (next-line): Goto end-of-line before inserting a newline.
4392
65e70fc4
MB
43932001-02-05 Miles Bader <miles@gnu.org>
4394
4395 * image-file.el (insert-image-file): When visiting an image, also
4396 set `truncate-lines' to t so that any fringe arrow looks correct.
4397
482f06c9
KH
43982001-02-05 Kenichi Handa <handa@etl.go.jp>
4399
4400 * isearch.el (isearch-forward): Add description about input method
4401 in the docsting.
4402
02399da7
SM
44032001-02-04 Stefan Monnier <monnier@cs.yale.edu>
4404
4405 * skeleton.el (skeleton-internal-1): Always push the mark for @.
4406
2c366083
EZ
44072001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
4408
4409 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 4410 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 4411
bdadfce3
GM
44122001-02-02 Gerd Moellmann <gerd@gnu.org>
4413
79fb38c0
GM
4414 * wid-edit.el (widget-button-click): Fix last change.
4415
bdadfce3
GM
4416 * frame.el (frame-notice-user-settings): When resizing the initial
4417 frame because the tool bar is off, also change the frame's top
4418 position if a negative top position was specified.
4419
33155ffb
MB
44202001-02-02 Miles Bader <miles@gnu.org>
4421
4422 * image-file.el (insert-image-file): When visiting an image,
4423 suppress the cursor in the image buffer.
4424
1355ba0c
DL
44252001-02-01 Dave Love <fx@gnu.org>
4426
4427 * progmodes/f90.el (f90-mode): Remove startup message.
4428
fb758d2d 4429 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 4430
01acdb05
GM
44312001-02-01 Gerd Moellmann <gerd@gnu.org>
4432
4433 * startup.el (command-line): Fix code determining whether or not
4434 to use delete-key-deletes-forward-mode.
4435
5b1ee316
AS
44362001-02-01 Andre Spiegel <spiegel@gnu.org>
4437
4438 * vc.el (vc-diff-switches): New user option.
4439 (vc-version-diff): Use it.
4440 (vc-diff-switches-list): New macro.
4441
83c9cb8e
SM
4442 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4443 New customization options.
5b1ee316
AS
4444 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4445
4446 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4447
00b1e7a1
GM
44482001-02-01 Gerd Moellmann <gerd@gnu.org>
4449
4450 * msb.el (toplevel): Quote hook symbols.
4451
85827036
KH
44522001-02-01 Kenichi Handa <handa@etl.go.jp>
4453
8e028499 4454 * international/mule.el (make-coding-system): Add description
3c948dde 4455 about recognized properties in the docstring.
8e028499 4456
85827036
KH
4457 * international/mule-conf.el: Remove unused charsets
4458 mac-roman-lower and mac-roman-upper.
4459
7ccf7ab9
GM
44602001-01-31 Gerd Moellmann <gerd@gnu.org>
4461
2441692d
GM
4462 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4463 is in front of the left-margin, if any.
4464
ee5cece0
GM
4465 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4466 like `delete'.
4467
83c9cb8e 4468 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 4469
7ccf7ab9
GM
4470 * term/w32-win.el (mouse-set-font): Doc fix.
4471
b4f30ec5 44722001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 4473
b4f30ec5
GM
4474 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4475 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4476 on already.
4477
03e0fe6e
GM
44782001-01-31 Markus Rost <rost@math.ohio-state.edu>
4479
4480 * files.el (save-buffer): Don't give message if (buffer-file-name)
4481 returns nil.
713f7b15 4482
8f289acc
EZ
44832001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
4484
cb4aae04
EZ
4485 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4486
dbd98b19
EZ
4487 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4488 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
4489
8f289acc
EZ
4490 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4491 display problems.
4492
c12553c1
KH
44932001-01-31 Kenichi Handa <handa@etl.go.jp>
4494
c7bf5db9
KH
4495 * international/mule.el (charset-info): Fix docstring.
4496
4497 * international/mule-diag.el (describe-character-set): Check final
4498 char valid before printing it.
c12553c1 4499
14f16b9c
GM
45002001-01-30 Gerd Moellmann <gerd@gnu.org>
4501
efaa080b
GM
4502 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4503
eef93f99
GM
4504 * frame.el (frame-notice-user-settings): Do the tool-bar
4505 stuff only for graphical displays. Fix a braino.
713f7b15 4506
14f16b9c
GM
4507 * frame.el (frame-initialize): Create initial frame visible.
4508 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 4509 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
4510
4511 * startup.el (command-line): Remove manipulation of frame
4512 height for tool bars.
4513
4ad25e43
EZ
45142001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4515
4516 * lpr.el: Compatibility with XEmacs and doc fixes.
4517 (lpr-windows-system, lpr-lp-system): New vars.
4518 (lpr-printer-switch): New defcustom.
4519 (printer-name, lpr-command): Customization fix.
4520 (print-region-1): Code fix.
4521 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
4522 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4523 New functions.
4ad25e43 4524
e8f044a0
GM
45252001-01-29 Gerd Moellmann <gerd@gnu.org>
4526
4527 * msb.el (toplevel): Fix the eval-after-load.
4528
850d5045
GM
45292001-01-29 Dave Love <fx@gnu.org>
4530
762fe76e
DL
4531 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4532
4533 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4534
83c9cb8e 4535 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
4536 (tcl-using-emacs-19-23): Consider Emacs 21+.
4537 (tcl-help-directory-list, tcl-command-switches): Fix :type.
4538 (tcl-add-emacs-menu): Supply menu name.
4539 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4540
3a768251
GM
45412001-01-29 Gerd Moellmann <gerd@gnu.org>
4542
4543 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4544
274d02f7
SM
45452001-01-29 Stefan Monnier <monnier@cs.yale.edu>
4546
4547 * pcvs.el (cvs-mark-fis-dead): New function.
4548 (cvs-mode-add): Use it.
4549 (cvs-mode-add-change-log-entry-other-window):
4550 Rebind change-log-default-name to itself rather than to nil.
4551
ed5d446e
SS
45522001-01-29 Sam Steingold <sds@gnu.org>
4553
efaa080b 4554 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
4555 `autoload' statements.
4556
e2a80284
EZ
45572001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
4558
8e1db7b3
EZ
4559 * files.el (confirm-kill-emacs): Doc fix.
4560
ff2a1c79
EZ
4561 * frame.el (frame-initialize): Doc fix.
4562
e7b0deaf
EZ
4563 * time-stamp.el (time-stamp-string): Doc fix.
4564
83c9cb8e
SM
4565 * woman.el (WoMan-log-1): Make the log buffer writable.
4566 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 4567
005913e4
GM
45682001-01-29 Gerd Moellmann <gerd@gnu.org>
4569
4570 * imenu.el (imenu-syntax-alist): Add autoload cookie for
4571 the `make-variable-buffer-local'.
4572
58622cc5
GM
45732001-01-29 Dave Love <fx@gnu.org>
4574
4575 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
4576 (ansi-color-for-comint-mode-on, ansi-color-process-output):
4577 Add autoload cookie.
58622cc5
GM
4578 (ansi-color-apply-sequence): Fix typo.
4579
0404d031
GM
45802001-01-29 Gerd Moellmann <gerd@gnu.org>
4581
ed5d446e 4582 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
4583 Postscript printing in black and white.
4584
0404d031
GM
4585 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4586 X-Mailman-Version, Precedence, List-Help, List-Post,
4587 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4588 Content-Type, Content-Length.
4589
3b6ed359
DL
45902001-01-29 Dave Love <fx@gnu.org>
4591
ddd16e7a
DL
4592 * elide-head.el (elide-head): Make overlay evaporate.
4593
83c9cb8e 4594 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 4595
8005142f
EZ
45962001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
4597
4598 * isearch.el (isearch-highlight): Don't punt if the display
4599 doesn't support colors, since isearch faces are defined for
4600 monochrome displays as well.
4601
84728570
SS
46022001-01-27 Sam Steingold <sds@gnu.org>
4603
4604 * shell.el (shell-write-history-on-exit): Make sure that we are in
4605 the shell buffer (M-x tex-file RET inserted the error message into
4606 the TeX buffer).
4607
e26f9ced
EZ
46082001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4609
4610 * simple.el (transient-mark-mode): Doc fix.
4611
dc0274bd
GM
46122001-01-27 Gerd Moellmann <gerd@gnu.org>
4613
83c9cb8e 4614 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 4615
c1acacc4
EZ
46162001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4617
f5058b96
EZ
4618 * shell.el (shell-unquote-argument): If the shell is one of the
4619 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4620 quote character.
4621 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 4622 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 4623
c1acacc4 4624 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 4625 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 4626
103db06c 46272001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 4628
84728570 4629 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
4630 Treat a one-capital-letter abbrev as "not all upper case",
4631 so as to force preservation of the expansion's pattern
4632 if the expansion starts with a capital letter.
4633
cfa70244
EZ
46342001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4635
cfee9de7
EZ
4636 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4637 Doc fix.
4638
cfa70244
EZ
4639 * simple.el (transient-mark-mode): Document the fact that many
4640 commands act on the region when mark is active.
4641
17d90d6b
KH
46422001-01-27 Kenichi Handa <handa@etl.go.jp>
4643
4644 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 4645 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
4646 (quail-show-guidance-buf): Make the multibyteness of current
4647 buffer inherited to Quail guidance buffer.
4648 (quail-help): Make the multibyteness of current buffer inherited
4649 to Quail help buffer.
4650
61076b20
DL
46512001-01-26 Dave Love <fx@gnu.org>
4652
c47e2c68
DL
4653 * time-stamp.el: Doc fixes.
4654
84728570 4655 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
4656 (delphi-keyword-face, delphi-other-face): Fix :type.
4657
940f14b4
DL
4658 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
4659
4660 * mail/feedmail.el (feedmail): Add :link.
4661 (feedmail-send-it): Doc fix.
4662
4663 * mail/sendmail.el: Doc fixes.
4664 (sendmail-send-it): Fix the non-ASCII regexp and use
4665 rfc2047-encode-string.
4666
61076b20
DL
4667 * dired.el, dired-aux.el: Revert last change.
4668
6c317bd2
GM
46692001-01-26 Gerd Moellmann <gerd@gnu.org>
4670
4671 * makefile.w32-in (DONTCOMPILE): Add various term files.
4672
46732001-01-26 Dave Love <fx@gnu.org>
4674
4675 * Makefile.in (DONTCOMPILE): Add various term files.
4676
1c636b5f
GM
46772001-01-26 Gerd Moellmann <gerd@gnu.org>
4678
af900b23
GM
4679 * man.el (Man-default-man-entry, Man-mode): Doc fix.
4680
15fa6db0 4681 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 4682 the echo area is resized to fit the size of the startup message.
15fa6db0 4683
1c636b5f
GM
4684 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4685 part of which is a constant.
4686
9b1adbd5
EZ
46872001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
4688
83c9cb8e 4689 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 4690
103db06c 46912001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
4692
4693 * simple.el (next-line): Don't let `newline' expand abbrevs.
4694 Simplify slightly.
4695 (open-line): Don't let `newline' expand abbrevs.
4696
219227ea
JW
46972001-01-25 John Wiegley <johnw@gnu.org>
4698
4699 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4700 to `repeat' in the :type field.
4701
4702 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4703 allow a choice of regexp or nil.
d2906bf8 4704 (pcomplete-dir-ignore): Same.
219227ea
JW
4705
4706 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4707 a command) to always fail.
4708
ceba0dac
GM
47092001-01-25 Gerd Moellmann <gerd@gnu.org>
4710
4711 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4712 discard the result.
4713 (iswitchb-to-end): Likewise.
4714
9b0630e5
SS
47152001-01-25 Sam Steingold <sds@gnu.org>
4716
4717 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 4718 Require vc.
9b0630e5 4719
a2ed9670
SM
47202001-01-25 Stefan Monnier <monnier@cs.yale.edu>
4721
f0c1adab
SM
4722 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4723
a2ed9670
SM
4724 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4725
34ac3367
DL
47262001-01-25 Dave Love <fx@gnu.org>
4727
61076b20
DL
4728 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4729 (describe-coding-system): Tweak the English text.
4730
34ac3367
DL
4731 * loadup.el: Preload international/ccl for utf-8.
4732
4685e6b7
EZ
47332001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
4734
4735 * mail/rmail.el (rmail-redecode-body): Doc fix.
4736
0fdb4475
KH
47372001-01-25 Kenichi Handa <handa@etl.go.jp>
4738
83c9cb8e
SM
4739 * international/mule-cmds.el (reset-language-environment):
4740 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 4741
83c9cb8e
SM
4742 * international/mule-conf.el (coding-category-utf-8):
4743 Initialize to mule-utf-8.
0fdb4475 4744
9b0630e5 4745 * loadup.el: Preload international/utf-8.
0fdb4475
KH
4746
4747 * international/utf-8.el: New file.
4748
245ed2b1
SM
47492001-01-24 Stefan Monnier <monnier@cs.yale.edu>
4750
4751 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4752
e95b0c08
SS
47532001-01-24 Sam Steingold <sds@gnu.org>
4754
4755 * dired.el (dired-replace-in-string): Removed.
4756 (dired-sort-toggle): Use `replace-regexps-in-string'
4757 instead of `dired-replace-in-string'.
9b0630e5 4758
ceba0dac
GM
4759 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4760 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 4761
e95b0c08
SS
4762 * gs.el (gs-replace-in-string): Removed.
4763 (gs-options): Use `replace-regexps-in-string'
4764 instead of `gs-replace-in-string'.
4765
c3902c3e
EZ
47662001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
4767
4768 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4769 bug report is mailed to an email list and posted to a news group.
4770
b66b6aeb
GM
47712001-01-24 Gerd Moellmann <gerd@gnu.org>
4772
83c9cb8e
SM
4773 * comint.el (comint-replace-by-expanded-history-before-point):
4774 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 4775
b66b6aeb
GM
4776 * startup.el (tool-bar-images-pixel-height): New variable.
4777 (command-line): After loading the user's init file, when
4778 tool-bar-mode is on, increase the frame's size by some lines for
4779 the tool-bar.
4780
4781 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 4782
ff890e66
SZ
47832001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
4784
4785 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4786 (chinese-big5): MIME:Big5.
4787
04363179
GM
47882001-01-24 Gerd Moellmann <gerd@gnu.org>
4789
e95b0c08 4790 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
4791 Handle commands with prefix args.
4792
d56aaa64
GM
47932001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4794
4795 * calendar/diary-lib.el (diary-float): Fix case of MONTH
4796 being a list of numbers.
4797 (diary-mail-entries): Rewritten.
4798
99858627
DL
47992001-01-23 Dave Love <fx@gnu.org>
4800
7aeb1fa9
DL
4801 * international/mule.el (make-coding-system): Fix typo.
4802
83c9cb8e
SM
4803 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4804 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 4805
5a43decf
EZ
48062001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
4807
4808 * font-lock.el (font-lock-mode): Doc fix.
4809
b0e98867
KH
48102001-01-23 Kenichi Handa <handa@etl.go.jp>
4811
4812 * international/mule.el (make-translation-table): Fix docstring.
4813
9c8acefd
EZ
48142001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
4815
fd4976b8
EZ
4816 * mail/rmail.el (rmail-redecode-body): New function.
4817
9c8acefd
EZ
4818 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4819
871e0439
GM
48202001-01-22 Gerd Moellmann <gerd@gnu.org>
4821
21c2bbe0
GM
4822 * isearch.el (isearch-lazy-highlight-case-fold-search)
4823 (isearch-lazy-highlight-regexp): New variables.
4824 (isearch-lazy-highlight-cleanup): Update lazy highlight if
4825 case-fold search or regexp search has been toggled.
4826
5710730c
GM
4827 * wid-edit.el (widget-button-click): Avoid a save-excursion
4828 around running a global binding.
4829
871e0439
GM
4830 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4831 to 0.25.
4832
d0554957
MB
48332001-01-20 Miles Bader <miles@gnu.org>
4834
4835 * cus-edit.el (custom-face-save): Do post-processing on the face's
4836 new value like `custom-face-set' does.
4837
1519f618
EZ
48382001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4839
ccd87890
EZ
4840 * mail/emacsbug.el (report-emacs-bug): Report the value of
4841 LC_CTYPE, not LC_TYPE.
4842
1519f618
EZ
4843 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4844 isearch-toggle-regexp and isearch-edit-string to doc string.
4845
9724173b
GM
48462001-01-19 Gerd Moellmann <gerd@gnu.org>
4847
48bb9196
GM
4848 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4849 as font-lock-beginning-of-syntax-function in font-lock-defaults.
4850
e95b0c08 4851 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
4852 font-lock-beginning-of-syntax-function to nil.
4853
dc81f8a2
EZ
48542001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4855
4856 * mail/emacsbug.el (report-emacs-bug): Report values of
4857 locale-coding-system, default-enable-multibyte-characters, and the
4858 environment variables LC_ALL, LC_TYPE, and LANG.
4859
99327974
GM
48602001-01-19 Gerd Moellmann <gerd@gnu.org>
4861
83c9cb8e 4862 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 4863
2be6ecc6
GM
4864 * font-lock.el (font-lock-multiline): Default to nil.
4865 (font-lock-default-fontify-region): If font-lock-multiline is
4866 nil, don't check the property `font-lock-multiline'.
4867
99327974
GM
4868 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4869 is nil, don't check the `font-lock-multiline' text property.
4870
2550055a
MK
48712001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
4872
0a949811 4873 * viper.el: Call initial-major-mode on startup.
e95b0c08 4874
0a949811 4875 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 4876
8501998a 4877 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 4878
2550055a 48792001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 4880
0a949811 4881 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 4882 diff mode, if available.
e95b0c08 4883
0a949811 48842001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 4885
8501998a 4886 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 4887
2550055a
MK
4888 * ediff-init.el (subst-char-in-string): Define and use it, unless
4889 it's already defined.
e95b0c08 4890
8962e303
GM
48912001-01-18 Gerd Moellmann <gerd@gnu.org>
4892
4893 * tooltip.el (tooltip-hide-delay): New user-option.
4894 (tooltip-show): Use tooltip-hide-delay instead of the default.
4895
6b453381
KH
48962001-01-18 Kenichi Handa <handa@etl.go.jp>
4897
4898 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4899 kill-local-variable doesn't work for enable-multibyte-characters.
4900
9eaf396b
DL
49012001-01-17 Dave Love <fx@gnu.org>
4902
cebd37ce
DL
4903 * ediff-init.el (ediff-before-setup-hook)
4904 (ediff-merge-filename-prefix): Add :version.
4905
9eaf396b
DL
4906 * international/latin1-disp.el: Require disp-table.
4907 (latin1-display): Fix :set.
4908
4909 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4910
f864120f
GM
49112001-01-17 Gerd Moellmann <gerd@gnu.org>
4912
4913 * isearch.el (isearch-lazy-highlight-initial-delay)
4914 (isearch-lazy-highlight-interval): Default to 0.
4915
49162001-01-17 Bob Glickstein <bobg@zanshin.com>
4917
4918 * isearch.el (isearch-highlight): Set isearch-overlay priority to
4919 1 here rather than each time through
4920 isearch-lazy-highlight-new-loop.
4921 (isearch-lazy-highlight-max): Variable deleted.
4922 (isearch-lazy-highlight-max-at-a-time): New user variable, like
4923 isearch-lazy-highlight-max but controls a single invocation of
4924 isearch-lazy-highlight-update.
4925 (isearch-lazy-highlight-wrapped): Variable recreated.
4926 (isearch-lazy-highlight-window-start): New variable.
4927 (isearch-lazy-highlight-cleanup): Restored to behavior of
4928 before 2-Jan.
4929 (isearch-lazy-highlight-remove-overlays): Function deleted;
4930 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
4931 behavior removed.
4932 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4933 isearch-lazy-highlight-update in a loop rather than just once.
4934 Test isearch-invalid-regexp here and decide not to start a new
4935 loop, rather than testing it each time through
4936 isearch-lazy-highlight-update.
4937 (isearch-lazy-highlight-search): Function restored.
4938 (isearch-lazy-highlight-update): Get called in a timer loop again,
4939 but this time highlight more than one match each time through.
83c9cb8e
SM
4940 Only highlight matches in the visible part of the window.
4941 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
4942 the edge of the window. Use sit-for to force redisplay and ensure
4943 window-start is credible. "Face suppressing" behavior removed;
4944 overlay priorities should make it unnecessary, right?
4945 (isearch-highlight): Face suppressing behavior removed.
4946 (isearch-dehighlight): Face suppressing behavior removed.
4947 (isearch-set-lazy-highlight-faces-at): Removed.
4948
076ec540
KH
49492001-01-17 Kenichi Handa <handa@etl.go.jp>
4950
4951 * language/european.el ("Latin-1"): Make the format of description
4952 about additional language environments same as that of Latin-2.
4953
92328ec5
DL
49542001-01-16 Dave Love <fx@gnu.org>
4955
39f2174e
DL
4956 * isearch.el (isearch-lazy-highlight): Add :version.
4957
92328ec5
DL
4958 * simple.el (backward-delete-char-untabify-method)
4959 (next-line-add-newlines): Add :version.
4960
f251459d
GM
49612001-01-16 Gerd Moellmann <gerd@gnu.org>
4962
9d4850e5
GM
4963 * bindings.el: Bind <backspace> and <delete> via function-key-map.
4964 Don't bind <delete> otherwise.
4965
4966 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4967 and <delete> via function-key-map.
4968
f251459d
GM
4969 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4970 Subject line only if point is after the `Subject:'.
4971
771ffcf7
KH
49722001-01-16 Kenichi Handa <handa@etl.go.jp>
4973
bda6b481
KH
4974 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4975 japanese-jisx0213-2 in `charset' property of this lang. env.
4976
35793af7
KH
4977 * language/european.el ("Latin-1"): Add description for Dutch and
4978 Spanish lang. env.
4979
771ffcf7
KH
4980 * international/mule.el (decode-char): Fix conditions.
4981 (encode-char): Handle eight-bit-control too.
1c8102ff 4982 (transform-make-coding-system-args): New function.
50c29104
KH
4983 (make-coding-system): Accept XEmacs style arguments for CCL base
4984 coding system.
771ffcf7 4985
e1cf67b6
GM
49862001-01-15 Gerd Moellmann <gerd@gnu.org>
4987
4988 * progmodes/etags.el (find-tag-noselect): Save the value of
4989 tags-file-name before switching buffers, for the case it has a
4990 buffer-local value.
4991
b3287acf
GM
49922001-01-15 Alex Schroeder <alex@gnu.org>
4993
9eaf396b
DL
4994 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4995 From Dave Love <fx@gnu.org>.
b3287acf
GM
4996 (ansi-color-for-comint-mode): Fix :version.
4997
49982001-01-15 Alex Schroeder <alex@gnu.org>
4999
5000 * ansi-color.el (ansi-color-unfontify-region): Doc change.
5001
8d7ff9c8
EZ
50022001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
5003
5004 * dired.el (dired-insert-directory): If file-system-info fails,
5005 remove the " free " part, but don't signal an error.
5006
dbe99ae9
SS
50072001-01-12 Sam Steingold <sds@gnu.org>
5008
5009 * bookmark.el (bookmark-maybe-historicize-string):
5010 Use new backquote syntax.
5011
103db06c 50122001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
5013
5014 * subr.el (last): Handle a list that doesn't end in nil.
5015
ca2ddd8e
SS
50162001-01-12 Sam Steingold <sds@gnu.org>
5017
5018 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
5019 to `backward-delete-char-untabify'.
5020
1751c874
DL
50212001-01-12 Dave Love <fx@gnu.org>
5022
5023 * cus-edit.el (customize-menu-create): Fix the :filter following
5024 easymenu change.
5025
5026 * wid-edit.el (function): Add :match-alternatives.
5027 (widget-color-action): Doc fix.
5028
3cccce8d
GM
50292001-01-12 Gerd Moellmann <gerd@gnu.org>
5030
5031 * calendar/calendar.el (calendar-basic-setup): Doc fix.
5032
18bfd6b5
KH
50332001-01-12 Kenichi Handa <handa@etl.go.jp>
5034
83c9cb8e 5035 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 5036
18bfd6b5
KH
5037 * international/ccl.el (define-ccl-program): Fix docstring.
5038
562e00da
DL
50392001-01-11 Dave Love <fx@gnu.org>
5040
14fd0da3
DL
5041 * international/mule-cmds.el (standard-display-european-internal):
5042 Set display table for 2208 as for 160.
5043
5044 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
5045
562e00da
DL
5046 * progmodes/fortran.el (fortran-mode-map): Modify Customization
5047 entry for custom-menu-create change.
5048 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
5049 don't cons it in the search loop.
5050
5051 * imenu.el (imenu--truncate-items): Revert last change.
5052
6e961dcd
EZ
50532001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5054
5055 * info.el (Info-setup-header-line): If the node header includes
5056 either Next: or Prev: links, don't show the File: and Node: parts
5057 in the header line.
5058
2c2ff7f2
GM
50592001-01-11 Gerd Moellmann <gerd@gnu.org>
5060
a7ee2d2e
GM
5061 * comint.el (comint-goto-process-mark): Don't print a message
5062 when running in batch mode.
5063
c5348233
GM
5064 * isearch.el (isearch-search): In the condition-case handler for
5065 `error', set isearch-invalid-regexp to the whole error message.
5066
422717d1
GM
5067 * subr.el (eval-after-load): Call load-symbol-file-load-history to
5068 ensure that eval-after-load works for files dumped with Emacs.
5069
5070 * help.el (load-symbol-file-load-history): New function extracted
5071 from function symbol-file.
5072 (symbol-file): Use it.
5073
83c9cb8e 5074 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 5075
926861fb
EZ
50762001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5077
5078 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
5079 behave as if there were no prefix argument.
5080 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
5081 argument were nil.
5082
afa1f52c
RS
50832001-01-11 Richard M. Stallman <rms@gnu.org>
5084
ca2ddd8e 5085 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
5086 Don't look for more potential matches once maximum is exceeded.
5087 Use overlays-in to check correctly for overlap with current match.
5088 Ignore empty matches.
5089
47a9f362
MB
50902001-01-11 Miles Bader <miles@gnu.org>
5091
5092 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
5093 (ispell-overlay-window, ispell-help, ispell-show-choices)
5094 (ispell-command-loop): Use it instead of `window-height'.
5095
d196f58d
GM
50962001-01-10 Gerd Moellmann <gerd@gnu.org>
5097
cf523f0e
GM
5098 * files.el (confirm-kill-emacs): New user-option.
5099 (save-buffers-kill-emacs): Ask for final confirmation before
5100 killing Emacs.
5101
d196f58d
GM
5102 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
5103 to nil.
5104
7c6c3d8e
GM
51052001-01-10 Dave Love <fx@gnu.org>
5106
1f8be15d
DL
5107 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
5108
83c9cb8e 5109 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
5110
5111 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
5112
5113 * calculator.el (calculator-number-digits): Fix :type.
5114
0d5184de
DL
5115 * vc-cvs.el (vc-cvs-header): Fix :type.
5116 * vc-rcs.el (vc-rcs-header): Fix :type.
5117 * vc-sccs.el (vc-sccs-header): Fix :type.
5118
5119 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5120
7c6c3d8e
GM
5121 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5122
8c9f73a2
GM
5123 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
5124
457b792c
GM
51252001-01-10 Gerd Moellmann <gerd@gnu.org>
5126
5127 * simple.el (set-variable): Force a thorough redisplay for the
5128 case that the variable has an effect on the display, like
5129 `tab-width' has.
5130
d2622d08
AS
51312001-01-10 Andre Spiegel <spiegel@gnu.org>
5132
5133 * vc.el: Add documentation for backend interface.
5134
ae4b5f4f
KH
51352001-01-10 Kenichi Handa <handa@etl.go.jp>
5136
e0844717
KH
5137 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
5138
ae4b5f4f
KH
5139 * international/mule-conf.el (latin-extra-code-table): Set to t
5140 for \223 and \224.
5141
3184082b
KH
51422001-01-09 Kenichi Handa <handa@etl.go.jp>
5143
5144 * international/mule-cmds.el (locale-language-names): Map "es" to
5145 "Spanish" and "nl" to "Dutch".
5146
732b9cdd
GM
51472001-01-09 Gerd Moellmann <gerd@gnu.org>
5148
1dfca644
GM
5149 * bindings.el (global-map): Bind <home> to beginning-of-line,
5150 <end> to end-of-line, C-<home> to beginning-of-buffer, and
5151 C-<end> to end-of-buffer.
5152
732b9cdd
GM
5153 * language/european.el: Add Dutch and Spanish language info
5154 to be able to use the appropriate tutorials.
5155
51562001-01-09 Alex Schroeder <alex@gnu.org>
5157
5158 * ansi-color.el (ansi-color-process-output): Use markers instead
5159 of positions for start and end of region.
5160 (ansi-color-apply-on-region): Rewrote code to make it more robust.
5161 Previously, occasional mistakes happend when fontifying many
5162 chunks of output (eg. ls --color=yes /dev). This happened
5163 whenever an overlay was created up to the end of the region, which
5164 coincided with the process-mark. New text would then be added
5165 within that overlay instead of after it.
5166 (ansi-color-make-extent): Overlays are created with the property
5167 `modification-hooks' set to '(ansi-color-freeze-overlay).
5168 (ansi-color-freeze-overlay): New function. When inserting text at
5169 the end of the overlay, the overlay will resize.
5170
51712000-01-09 Alex Schroeder <alex@gnu.org>
5172
5173 * ansi-color.el (ansi-color-process-output): Doc change.
5174 (ansi-color-unfontify-region): Doc change. No longer installed
5175 automatically in font-lock-unfontify-region-function.
5176 (ansi-color-apply): Doc change.
5177 (ansi-color-apply-on-region): Use extents or overlays instead of
5178 text-properties.
5179 (ansi-color-make-extent): New function.
5180 (ansi-color-set-extent-face): New function.
5181
51822000-01-09 Alex Schroeder <alex@gnu.org>
5183
5184 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
5185 both use ansi-color-process-output, now.
5186 (ansi-color-process-output): Doesn't return string anymore. It is
5187 installed in comint-output-filter-functions for both Emacs and
5188 XEmacs, now.
5189 (ansi-color-unfontify-region): Simplified code removing variables
5190 pos and start-ansi.
5191 (ansi-color-apply): Put text-property ansi-color before putting
5192 text-property face because ansi-color-unfontify-region is called
5193 immediately after the call to put-text-property.
5194 (ansi-color-context-region): Doc change.
5195 (ansi-color-filter-region): Simplified code.
5196 (ansi-color-apply-on-region): Changed start to start-marker, using
5197 a marker explicitly. Put text-property ansi-color before putting
5198 text-property face because ansi-color-unfontify-region is called
5199 immediately after the call to put-text-property.
5200
52012000-01-09 Alex Schroeder <alex@gnu.org>
5202
5203 * ansi-color.el (ansi-color-faces-vector): Doc change.
5204 (ansi-color-for-comint-mode): Changed :type property to choice.
5205 (ansi-color-last-context): Removed.
5206 (ansi-color-process-output): Don't use ansi-color-last-context, as
5207 the main functions will store their context now.
5208 (ansi-color-context): Doc change.
5209 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
5210 Uses ansi-color-context such that repeated calls will strip
5211 partial escape sequences, too.
5212 (ansi-color-apply): Simplified code. Colorize end of string if
5213 face is not null. Store context in new (FACE STRING) format, such
5214 that repeated calls will strip partial escape sequences, too.
5215 Append faces to face property using ansi-color-apply-sequence such
5216 that cumulative mode actually works.
5217 (ansi-color-context-region): New variable.
5218 (ansi-color-filter-region): Rewrote it based on
5219 ansi-color-apply-on-region. Uses ansi-color-context-region such
5220 that repeated calls will strip partial escape sequences, too.
5221 (ansi-color-apply-on-region): Simplified code. Colorize end of
5222 region if face is not null. Store context in new (FACE POS)
5223 format, such that repeated calls will strip partial escape
5224 sequences, too. Append faces to face property using
83c9cb8e 5225 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
5226 (ansi-color-apply-sequence): New function.
5227 (ansi-color-get-face): When the default face is added to the list
5228 of faces, all previous settings are discarded and the list of
5229 faces is set to '(default).
5230
52312000-01-09 Alex Schroeder <alex@gnu.org>
5232
5233 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
5234 face, such that ansi-color-apply and ansi-color-apply-on-region
5235 will do the right thing.
5236 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
5237 returns nil, set the list of faces back to nil instead of
83c9cb8e 5238 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
5239
52402000-01-09 Alex Schroeder <alex@gnu.org>
5241
5242 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
5243 (ansi-color-process): Doc change.
5244 (ansi-color-last-context): New buffer-local variable.
5245 (ansi-color-process-output): New function. It is automatically
5246 added to comint-output-filter-functions if this is XEmacs.
5247 (ansi-color-unfontify-region): New optional parameter for XEmacs
5248 compatibility. Check wether font-lock-syntactic-keywords is
5249 boundp before removing the syntax table text property, as XEmacs
5250 doesn't have it.
5251 (ansi-color-filter-region): Doc change.
5252 (ansi-color-apply-on-region): Doc change.
5253 (ansi-color-make-face): New function. Compatibility layer for
5254 XEmacs. Return temporary faces instead of cons cells for XEmacs.
5255 (ansi-color-make-color-map): Use ansi-color-make-face.
5256 (ansi-color-get-face): Avoid face text property '(nil) as results
5257 in an errow for XEmacs.
5258
52592000-01-09 Alex Schroeder <alex@gnu.org>
5260
83c9cb8e
SM
5261 * ansi-color.el (ansi-color-unfontify-region): New function.
5262 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
5263 ansi-color. When the package is loaded, a lambda expression is
5264 put onto font-lock-mode-hook. This lambda expression will check
5265 font-lock-unfontify-region-function and replace
83c9cb8e 5266 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
5267 (ansi-color-apply): Add text-property ansi-color in addition to
5268 text-property face.
5269 (ansi-color-apply-on-region): Add text-property ansi-color in
5270 addition to text-property face.
5271 (save-buffer-state): Copy of the macro that is also used by
5272 lazy-lock and font-lock.
5273
5274 (ansi-color-for-comint-mode): New option.
5275 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
5276 (ansi-color-for-comint-mode-off): Ditto.
5277 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
5278 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
5279 decide what to do. This function is added to
5280 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
5281
5282 (ansi-color-for-shell-mode-set): Removed.
5283 (ansi-color-for-shell-mode): Removed.
5284
52852000-01-09 Alex Schroeder <alex@gnu.org>
5286
5287 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
5288 the lambda expression from the ansi-color-for-shell-mode :set
5289 property. Additionally, modify shell-mode-hook to enable or
5290 disable font-lock-mode for future shell buffers.
5291 (ansi-color-for-shell-mode): The :set property calls
5292 ansi-color-for-shell-mode-set instead of a lambda expression.
5293
52942000-01-09 Alex Schroeder <alex@gnu.org>
5295
5296 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5297 (ansi-color-context): New variable.
5298 (ansi-color-apply): Save context between calls.
5299
fb55ff10
EZ
53002001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
5301
83c9cb8e
SM
5302 * isearch.el (isearch, isearch-lazy-highlight-face):
5303 New definitions for face colors and attributes.
29910493 5304
fb55ff10
EZ
5305 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5306 of display-mouse-p.
5307
134d6265
KH
53082001-01-09 Kenichi Handa <handa@etl.go.jp>
5309
5310 * international/mule.el (make-coding-system): If the coding system
5311 accepts extra latin codes, register such codes as safe for the
5312 coding system.
5313
103db06c 53142001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 5315
984c9f75
RS
5316 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5317 don't mention the file name or the date here, because they are
5318 logged at the start of the file.
5319
53202001-01-08 Richard M. Stallman <rms@gnu.org>
5321
78b8eee8
RS
5322 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5323 Change screen-width to frame-width.
5324
1460e5d4
EZ
53252001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5326
5327 * info.el (Info-search): Print the default as part of the prompt.
5328
56f24bc1
AS
53292001-01-08 Andre Spiegel <spiegel@gnu.org>
5330
ca2ddd8e 5331 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
5332 constant implementations in backends.
5333
5334 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5335 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5336
5337 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
5338 WRITABLE to EDITABLE.
5339
5340 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
5341 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
5342 to EDITABLE.
5343
b7812d30
EZ
53442001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5345
5346 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 5347 (copyright, copyright-update): Compute the current year at run time.
b7812d30 5348
7e56ea04
GM
53492001-01-08 Gerd Moellmann <gerd@gnu.org>
5350
5351 * isearch.el (isearch-old-signal-hook): Removed.
5352 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5353 instead of setting signal-hook-function.
5354 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
5355
a758f97d
GM
53562001-01-08 Kevin Gallagher <kevingal@onramp.net>
5357
5358 * emulation/edt.el: Update to version 4.0. Provide support for
5359 EDT scroll margins at top and bottom of the window. Provide an
5360 emulation of the EDT SUBS command (bound to GOLD-Enter, by
5361 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
5362 user when file-related buffer modifications exist.
5363 Provide support for running EDT Emulation in XEmacs.
5364 Provide customize access to some user updatable variables.
5365 Add Commentary section to file header.
5366 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
5367
5368 * emulation/edt-mapper.el: Update to version 4.0. Provide support
5369 for detecting a keypress that generates an ASCII key sequence.
5370 (Previously, only a keypress that generates a vector was
5371 recognized.) Embed Window Manager name into name of the generated
5372 EDT Emulation initialization file since the initialization file is
5373 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 5374
30db89f9
EZ
53752001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
5376
4deb3ba9
EZ
5377 * mail/sendmail.el (mail-mode): Doc fix.
5378
30db89f9
EZ
5379 * info.el (Info-goto-emacs-command-node): Doc fix.
5380 (Info-goto-emacs-key-command-node): Doc fix.
5381
c3f2772b
EZ
53822001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5383
8726e79b 5384 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
5385 systems without long file-name support.
5386
0dac6924
AI
53872001-01-06 Andrew Innes <andrewi@gnu.org>
5388
5389 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5390
4e6ef391
EZ
53912001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5392
380866a2
EZ
5393 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5394 (isearch-lazy-highlight-update): Doc fix.
5395
148b5960
EZ
5396 * ffap.el (ffap-bindings): Doc fix.
5397
4e6ef391
EZ
5398 * dired-x.el (dired-virtual-guess-dir): Doc fix.
5399
4cb1bcc2
DL
54002001-01-05 Dave Love <fx@gnu.org>
5401
5402 * emacs-lisp/cl-seq.el (remove, remq): Remove.
5403
3828218c
GM
54042001-01-05 Gerd Moellmann <gerd@gnu.org>
5405
83c9cb8e
SM
5406 * mouse-drag.el (mouse-drag-safe-scroll):
5407 Bind scroll-preserve-screen-position to nil.
f1ade7d3 5408
1f4139d5
GM
5409 * isearch.el (isearch-old-signal-hook): New variable.
5410 (isearch-mode): Set signal-hook-function to isearch-done.
5411 (isearch-done): Restore old signal-hook-function.
5412
3828218c
GM
5413 * info.el (Info-fontify-node): Mark one more char as intangible.
5414
3970013f
KH
54152000-01-05 Kenichi Handa <handa@etl.go.jp>
5416
83c9cb8e
SM
5417 * composite.el (compose-last-chars): New argument COMPONENTS.
5418 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
5419 COMPONENTS.
5420
5421 * international/quail.el (quail-input-string-to-events): New function.
5422 (quail-input-method): Convert input string to events here.
5423 (quail-start-translation): Return input string, not event list.
5424 (quail-start-conversion): Likewise.
5425
f3b05e99
GM
54262001-01-04 Gerd Moellmann <gerd@gnu.org>
5427
ca2ddd8e 5428 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
5429 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5430 and tooltip-add-timeout.
5431 (tooltip-show): Set border color from faces's foreground.
5432 (tooltip-show-help-function): If called with the same help string
5433 as last time, do nothing.
5434 (tooltip-help-tips): Don't set tooltip-help-message to nil.
5435
0f2ac578
GM
5436 * startup.el (fancy-splash-screens): Don't bind show-help-function
5437 to nil.
5438
f3b05e99
GM
5439 * tooltip.el (tooltip-frame-parameters): Remove colors.
5440 (tooltip): New face
5441 (tooltip-set-param): New function.
5442 (tooltip-show): Set up color frame parameters from face `tooltip'.
5443 Display the tooltip text in face `tooltip'.
5444
8416e94a
DL
54452001-01-04 Dave Love <fx@gnu.org>
5446
5447 * whitespace.el (whitespace-global-mode): Fix typo.
5448
5449 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5450
30db89f9
EZ
54512001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5452
83c9cb8e
SM
5453 * help.el (help-for-help): Fix a typo in a doc string.
5454 From kwzh@gnu.org (Karl Heuer).
30db89f9 5455
b847eb8c
DL
54562001-01-03 Dave Love <fx@gnu.org>
5457
5458 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 5459 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
5460 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5461 (dired-guess-shell-alist-user): Customize.
5462 (dired-x-help-address): Set to bug-gnu-emacs.
5463 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5464 (dired-default-directory): Renamed from default-directory.
5465
5466 * hl-line.el (hl-line): Doc fix.
5467
43c4b570
KF
54682001-01-03 Karl Fogel <kfogel@red-bean.com>
5469
1bf6b1bf 5470 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 5471
984c9f75 54722001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
5473
5474 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5475 to remove all the current alternative-match highlighting.
5476 If nil, remove only what's outside the current window.
5477 (isearch-lazy-highlight-remove-overlays): Take optional
5478 region within which NOT to remove them.
5479 (isearch-lazy-highlight-new-loop): Greatly simplified.
5480 (isearch-lazy-highlight-update): Find all the other occurrences
5481 visible in the window, in just one call.
5482 (isearch-lazy-highlight-start): Now holds start of region to scan.
5483 (isearch-lazy-highlight-end): Now holds end of region to scan.
5484 (isearch-lazy-highlight-wrapped): Variable deleted.
5485 (isearch-lazy-highlight-search): Function deleted.
5486
13d6a61c
AI
54872000-01-02 Andrew Innes <andrewi@gnu.org>
5488
5489 * w32-fns.el (convert-standard-filename): Do length check on name
5490 before aref.
5491
064866e7
DL
54922001-01-02 Dave Love <fx@gnu.org>
5493
b33e041b
DL
5494 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5495 value.
5496 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5497
5498 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5499
8166ffd5
DL
5500 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5501 read syntax.
5502
064866e7
DL
5503 * calendar/todo-mode.el (todo): Add :link, :version.
5504 (todo-save-top-priorities): Remove autoload cookie.
5505 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 5506 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 5507
6dde6abc
GM
55082001-01-02 Gerd Moellmann <gerd@gnu.org>
5509
5510 * comint.el (comint-input-history-ignore): New variable.
5511 (comint-read-input-ring): Ignore entries matching
5512 comint-input-history-ignore.
5513
1a8a9daf
GM
55142001-01-02 Eric M. Ludlam <zappo@gnu.org>
5515
5516 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5517 (lm-copyright-mark): New function.
5518 (lm-crack-copyright): New function.
5519 (lm-verify): Check that the file has a copyright.
5520 Check that the file is copyright Free Software Foundation.
5521
9c92eb53
KH
55222000-12-30 Kenichi Handa <handa@etl.go.jp>
5523
5524 * international/mule-diag.el (print-fontset): Indent font name by
5525 24 columns, not 25.
5526
49172314
GM
55272000-12-29 Gerd Moellmann <gerd@gnu.org>
5528
762a68ec
GM
5529 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5530 in Subject line.
5531
49172314 5532 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
5533 Use mail-mode-hook instead of mail-setup-hook.
5534 Otherwise continuing an interrupted message with C-u C-x m for
5535 instance, winds up in Mail mode without abbrevs.
49172314 5536
bd7a2e26
GM
55372000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5538
5539 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
5540 non-nil. Adding almost all customization variables on ps-setup.
5541 Doc fix.
bd7a2e26
GM
5542 (ps-print-version): New version number (6.3.3).
5543 (ps-end-with-control-d): Initialization fix.
5544 (ps-lines-printed): New var.
5545 (ps-skip-newline): New fun.
5546 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5547 (ps-next-line, ps-continue-line, ps-plot-region)
5548 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 5549
2b3f28a4
KH
55502000-12-29 Kenichi Handa <handa@etl.go.jp>
5551
83c9cb8e
SM
5552 * international/fontset.el (x-complement-fontset-spec):
5553 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
5554 registered in x-font-name-charset-alist.
5555 (create-fontset-from-fontset-spec): Adjusted for the above change.
5556 The name of fontset alias should be a unresolved ASCII font name.
5557
2ece9174
GM
55582000-12-28 Gerd Moellmann <gerd@gnu.org>
5559
5560 * simple.el (delete-key-deletes-forward-mode): Bind backspace
5561 and delete in isearch-mode-map.
5562
cbe3ad7a
RS
55632000-12-28 Richard M. Stallman <rms@gnu.org>
5564
ca2ddd8e 5565 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
5566 Use xpdf instead of acroread.
5567
a816f1c5
KH
55682000-12-28 Kenichi Handa <handa@etl.go.jp>
5569
f086e73c
KH
5570 * textmodes/artist.el (artist-butlast): Deleted.
5571 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 5572 artist-butlast.
f086e73c 5573
a816f1c5
KH
5574 * subr.el (butlast, nbutlast): Moved from cl.el to here.
5575
5576 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5577
b202115b
EZ
55782000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5579
5580 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5581
5582 * ls-lisp.el: Better support for the Mac and MS-Windows.
5583 (ls-lisp): New defgroup.
5584 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 5585 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
5586 (ls-lisp-support-shell-wildcards): New defcustoms.
5587 (ls-lisp-parse-symlink): New function.
5588 (insert-directory): Code to convert switches to a list and set up
5589 the wildcard argument copied from ls-lisp-insert-directory.
5590 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
5591 for -C and -R switches.
5592 (ls-lisp-column-format): New function.
ca2ddd8e 5593 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
5594 (ls-lisp-format-time): Add doc strings.
5595 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5596 Support ls-lisp-dirs-first.
5597 (ls-lisp-classify, ls-lisp-extension): New functions.
5598 (ls-lisp-format): Optionally support emulation of symlinks.
5599 Support -i, -s, and -G switches.
5600
6061fbf0
GM
56012000-12-27 Gerd Moellmann <gerd@gnu.org>
5602
5e25feee
GM
5603 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5604
6061fbf0
GM
5605 * version.el (emacs-version): Print X scroll bar information.
5606
5607 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5608 instead of x-toolkit-scroll-bars-p.
5609
5610 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5611 of x-toolkit-scroll-bars-p.
5612
25050dab
EZ
56132000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5614
83c9cb8e 5615 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
5616 (ffap-bindings): Doc fix, to reflect the above change.
5617
c1786874
KH
56182000-12-27 Kenichi Handa <handa@etl.go.jp>
5619
5620 * term.el (term-char-mode): Define all non-ascii self-inserting
5621 characters to 'term-send-raw in term-raw-map.
5622
7261ece3 56232000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 5624
83c9cb8e 5625 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 5626
83c9cb8e
SM
5627 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5628 Changed initialization; use add-hook.
6061fbf0 5629 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 5630
6061fbf0 5631 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 5632
6061fbf0
GM
5633 * ediff.el (ediff-patch-buffer): Bug fix.
5634 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 5635
83f40583
SM
56362000-12-23 Stefan Monnier <monnier@cs.yale.edu>
5637
5638 * subr.el (combine-run-hooks): Remove.
5639
5640 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5641 and remove the rogue second spec.
5642
bdd6d4e8
GM
56432000-12-23 Gerd Moellmann <gerd@gnu.org>
5644
5645 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5646
26736ce3
SM
56472000-12-22 Stefan Monnier <monnier@cs.yale.edu>
5648
0e86b6b0
SM
5649 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5650 Use minibuffer menu prompt for the `=' prefix.
5651 (smerge-command-prefix): Change default to C-^.
6eabfb26 5652 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 5653
26736ce3
SM
5654 * skeleton.el (skeleton-internal-1): Make sure the first line of
5655 the region is also re-indented.
d21584d6
SM
5656 (skeleton-end-newline): New var.
5657 (skeleton-end-hook): Use it.
26736ce3 5658
95fa4fd7
MB
56592000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5660
5661 * comint.el (comint-password-prompt-regexp): Support CVS.
5662
f060b834
GM
56632000-12-22 Gerd Moellmann <gerd@gnu.org>
5664
83c9cb8e
SM
5665 * simple.el (delete-key-deletes-forward-mode): Simplify.
5666 Also backspace key combinations, depending on
856ff7a7
GM
5667 delete-key-deletes-forward.
5668
5669 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5670
f060b834
GM
5671 * simple.el (delete-key-deletes-forward): Doc fix.
5672
653558a1
GM
56732000-08-22 Emmanuel Briot <briot@gnat.com>
5674
5675 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 5676 white spaces are relevant in the XML file.
653558a1
GM
5677 (xml-parse-file): Do not kill an existing Emacs buffer if the file
5678 to parse was already edited. This allows for on-the-fly analysis
26736ce3 5679 of XML files.
653558a1
GM
5680 (xml-parse-tag): Check that the casing is the same in the start
5681 tag and end tag, since XML is case-sensitive. Allows for spaces
5682 in the end tag, after the name of the tag.
5683 (xml-parse-attlist): Allow for the character '-' in the name of
5684 attributes, as in the standard http-equiv attribute Do not save
26736ce3 5685 the properties in the XML tree, since they are not relevant.
653558a1 5686
3ad93d8d
SM
56872000-12-21 Stefan Monnier <monnier@cs.yale.edu>
5688
5689 * generic.el (generic-read-type): Undo last change, inline into
5690 `generic-mode' and then remove.
5691 (generic-mode): Inline generic-read-type.
5692 (define-generic-mode): Push the symbol name rather than the symbol
5693 onto generic-mode-list.
5694
177f4e88
GM
56952000-12-21 Gerd Moellmann <gerd@gnu.org>
5696
8e15274f
GM
5697 * generic.el (generic-read-type): Build an alist for
5698 completing-read as in 20.7.
5699
5700 * play/landmark.el (lm): Use interactive spec `P'.
5701 (toplevel): Don't set debug-on-error.
5702
83c9cb8e 5703 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 5704
6ba384dc
GM
57052000-12-21 Dave Pearson <davep@davep.org>
5706
5707 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 5708
647a066c
GM
57092000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5710
5711 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5712 ranges like \177-\237, but accepts the character sequence from \177 to
5713 \237. Doc fix.
5714 (ebnf-version): New version (3.4).
5715 (ebnf-setup): Code fix.
5716 (ebnf-range-regexp): New fun.
5717 (ebnf-8-bit-chars): Const fix.
5718
5719 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5720 entry. Doc fix.
5721 (ebnf-bnf-lex): Code fix.
5722 (ebnf-bnf-comment-chars): Const fix.
5723
5724 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5725 entry. Doc fix.
5726 (ebnf-iso-comment-chars): Const fix.
5727
5728 * ebnf-otz.el: Doc fix.
5729
5730 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5731 entry. Doc fix.
5732 (ebnf-yac-skip-code): Code fix.
5733 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 5734
bc22fd18
EZ
57352000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5736
5737 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
5738 (recover-file): Use it instead of insert-directory.
5739 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 5740
587fc3f9
KH
57412000-12-21 Kenichi Handa <handa@etl.go.jp>
5742
83c9cb8e
SM
5743 * international/mule-cmds.el (select-safe-coding-system):
5744 Check coding-category-list more rigidly. Improve help message.
eeefcfde 5745
587fc3f9
KH
5746 * dired.el (dired-move-to-filename-regexp): Fix previous change.
5747
01860fb9
MB
57482000-12-21 Miles Bader <miles@gnu.org>
5749
83c9cb8e 5750 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 5751
3f9d67a6
KH
57522000-12-21 Kenichi Handa <handa@etl.go.jp>
5753
9fd1c1f7
KH
5754 * international/mule-diag.el (describe-char-after): Make *Help*
5755 buffer inherit multibyteness of the current buffer.
5756
3f9d67a6
KH
5757 * international/mule.el (make-char): Docstring adjusted for the
5758 change of make-char-internal.
5759
c9669fac
SM
57602000-12-20 Stefan Monnier <monnier@cs.yale.edu>
5761
5762 * international/iso-cvt.el: Docstrings fix.
5763
19594307
DL
57642000-12-20 Dave Love <fx@gnu.org>
5765
5766 * subr.el (eval-after-load): Doc fix.
5767
b1a447b3
KH
57682000-12-20 Kenichi Handa <handa@etl.go.jp>
5769
5770 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5771 for numbers.
5772
09877d5d
MB
57732000-12-20 Miles Bader <miles@gnu.org>
5774
5775 * international/quail.el (quail-help): Resize the help window
5776 again after it has all its contents. Remove unneeded progn.
5777
71d4497a
GM
57782000-12-19 Gerd Moellmann <gerd@gnu.org>
5779
5780 * pcmpl-linux.el: Fix copy/paste error.
5781
741e56a0
AI
57822000-12-19 Andrew Innes <andrewi@gnu.org>
5783
83c9cb8e 5784 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 5785
cc24d91c
CD
57862000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
5787
ba4c05aa
CD
5788 * progmodes/idlw-rinfo.el: Fixed copyright notice.
5789
5790 * progmodes/idlw-toolbar.el: Fixed copyright notice.
5791
5792 * progmodes/idlw-shell.el: Fixed copyright notice.
5793
5794 * progmodes/idlwave.el: Fixed copyright notice.
5795
71d4497a 5796 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
5797 TAB as key separators.
5798
524c8caf
GM
57992000-12-19 Alex Schroeder <alex@gnu.org>
5800
5801 * sql.el (sql-sybase-options): New option.
5802 (sql-sybase): Use it. Add sql-database to the list of parameters
5803 provided for login. The options -w 2048 -n are not used any more.
5804 (sql-postgres-options): Changed default from "--pset" to "-P".
5805 (sql-mysql-options): Doc change.
5806 (sql-stop): Doc change.
5807
b5fa513d
KH
58082000-12-19 Kenichi Handa <handa@etl.go.jp>
5809
5810 * international/quail.el (quail-input-method): Always hide
5811 the guidance buffer on exiting.
5812
91c9e6ce
GM
58132000-12-18 Gerd Moellmann <gerd@gnu.org>
5814
c6da4eb4
GM
5815 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5816 isn't fboundp.
5817
3d2a0e0b
GM
5818 * server.el (server-buffer-done): Bury the buffer before
5819 killing it.
5820
91c9e6ce
GM
5821 * faces.el (face-spec-set): Interpret a nil in specs for
5822 foreground and background colors as `unspecified', for
5823 compatibility with 20.x.
5824
40fa0008
DL
58252000-12-18 Dave Love <fx@gnu.org>
5826
22adbe54
DL
5827 * simple.el (mail-user-agent): Doc fix.
5828 (input-mode-8-bit): Removed.
5829
5830 * international/mule.el (set-keyboard-coding-system): Doc fix.
5831 (keyboard-coding-system): New option.
5832
40fa0008
DL
5833 * mail/sendmail.el (send-mail-function): Customize.
5834
6f4745e2
EZ
58352000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
5836
5837 * international/codepage.el (cp866-decode-table): New table.
5838
82b90229
GM
58392000-12-18 Gerd Moellmann <gerd@gnu.org>
5840
5841 * version.el (emacs-version): Remove `%a' from the time format
5842 because the weekday doesn't fit well into each locale.
5843
5a047002
MB
58442000-12-18 Miles Bader <miles@gnu.org>
5845
7f49aa07
MB
5846 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5847
ca2ddd8e 5848 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
5849 Check that emacs-major-version is `=' to 20, not `>='.
5850 (artist-replace-chars): Use `make-string' instead of a loop.
5851
22ea2607
EZ
58522000-12-17 Stefan Monnier <monnier@cs.yale.edu>
5853
5854 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5855 (cvs-execute-single-file): Don't change directory.
5856 Patch from Per Cederqvist.
5857
6c825f8e
EZ
58582000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
5859
83c9cb8e
SM
5860 * textmodes/ispell.el (check-ispell-version):
5861 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
5862 of -vv.
5863
8ff06845
KH
58642000-12-16 Kenichi Handa <handa@etl.go.jp>
5865
af4bb4c8
KH
5866 * international/mule-diag.el (mule-diag): Insert information about
5867 configure options, multibyte awareness, language env.
5868
8ff06845
KH
5869 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5870 regexp to search for candidates.
5871
b24e84ab
EZ
58722000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
5873
5874 * info.el (Info-forward-node): If the node has an
5875 Info-header-line, widen the buffer before searching for "next:"
5876 and "up:" pointers, and set the search limit to stay in the
5877 current node.
5878
7981d89f
MB
58792000-12-16 Miles Bader <miles@gnu.org>
5880
5881 * simple.el (delete-trailing-whitespace): Remove extraneous let.
5882
88ee7917
MB
58832000-12-15 Miles Bader <miles@gnu.org>
5884
5885 * comint.el (comint-send-string, comint-send-region): Also accept
5886 a buffer, buffer-name, or nil for PROCESS, for compatibility with
5887 process-send-string/region.
5888
0c28d842
GM
58892000-12-15 Gerd Moellmann <gerd@gnu.org>
5890
4ea7fdca
GM
5891 * isearch.el (isearch-lazy-highlight-max): New user-option.
5892 (isearch-lazy-highlight-update): Don't highlight more than
5893 isearch-lazy-highlight-max matches.
5894
0c28d842
GM
5895 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5896
984c9f75 58972000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 5898
8062e53a
GM
5899 * sort.el (sort-columns): Fix error message.
5900
3ffa545b
GM
5901 * dabbrev.el (dabbrev--last-case-pattern): Value is now
5902 `upcase' or `downcase' or nil.
5903 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5904 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5905 (dabbrev--substitute-expansion): New arg record-case-pattern.
5906 If it is non-nil, set dabbrev--last-case-pattern.
5907 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5908
5909 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5910
c2d7f289
MB
59112000-12-15 Miles Bader <miles@gnu.org>
5912
b6348438
MB
5913 * paths.el (Info-default-directory-list): Don't delete
5914 configure-info-directory from the list of standard info
83c9cb8e 5915 directories when appending it to the end -- their order is important.
b6348438 5916
f9056dd9
MB
5917 * faces.el (read-face-attribute): If there's no entry for the
5918 user's input in VALID, just use it as-is (this will often result
5919 in an error, but it may be OK for e.g. colors using hexadecimal
5920 notation, and at least will yield a better error message).
5921
c2d7f289 5922 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 5923 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
5924 Variables removed.
5925 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5926 window is really the right size. Use vertical-motion
5927 rather than forward-line.
5928 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5929 (ispell-command-loop, ispell-show-choices): Use the variable
5930 ispell-choices-win-default-height, rather than the function.
5931 (ispell-choices-win-default-height): Function removed.
5932 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 5933
8f530b95
SM
59342000-12-14 Stefan Monnier <monnier@cs.yale.edu>
5935
5936 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5937
6d435deb
EZ
59382000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5939
83c9cb8e
SM
5940 * paths.el (Info-default-directory-list):
5941 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
5942 put it first in the list; otherwise put it last. Doc string
5943 changed accordingly.
5944
5945 * info.el (Info-directory-list): Change doc string to reflect the
5946 change in Info-default-directory-list.
5947
6d435deb
EZ
5948 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5949 windows-nt as windowed environments, even under -nw.
5950
5951 * startup.el (command-line): Don't call x-backspace-delete-keys-p
5952 if not fboundp. Switch delete-forward mode for the <delete> key
5953 on all PC platforms, even under -nw.
5954
5955 * term/internal.el ([M-delete]): Remap to M-d.
5956
9d7d9263
GM
59572000-12-14 Gerd Moellmann <gerd@gnu.org>
5958
5959 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5960
7cf0153a
EZ
59612000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5962
5963 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5964
5e5b3d41
GM
59652000-12-14 Gerd Moellmann <gerd@gnu.org>
5966
5f368d29
GM
5967 * startup.el (command-line): Call delete-key-deletes-forward-mode,
5968 if appropriate.
5969
5970 * simple.el (delete-key-deletes-forward): New user-option.
5971 (delete-key-deletes-forward-mode): New function.
5972
9d7d9263 5973 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 5974
83c9cb8e
SM
5975 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5976 Test if symbol is bound before getting its value.
5e5b3d41
GM
5977
5978 * tooltip.el (tooltip-show): If an error is signaled in
5979 x-show-tip, display that error, and display the help in the
5980 echo area.
ca2ddd8e 5981
191b83b6
KH
59822000-12-14 Kenichi Handa <handa@etl.go.jp>
5983
83c9cb8e
SM
5984 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5985 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 5986
6192b604
KF
59872000-12-13 Karl Fogel <kfogel@red-bean.com>
5988
5989 * bookmark.el: Provide a generic exit hook, as suggested by
5990 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
5991 (bookmark-exit-hook): New var.
5992 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
5993 old raw lambda form in `kill-emacs-hook', and runs new
5994 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
5995 as logically that feature must have been provided if this function
5996 is running.
5997 Removed ;;;###autoload before the `add-hook' call.
5998
5edf6b55
SM
59992000-12-13 Stefan Monnier <monnier@cs.yale.edu>
6000
6001 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
6002 (easy-menu-current-active-maps): New function.
6003 (easy-menu-get-map): Use it.
6004 Make a proper menu entry when creating a new keymap.
6005
16b5e8e6
KH
60062000-12-13 Kenichi Handa <handa@etl.go.jp>
6007
d49fc4eb
KH
6008 * international/characters.el: Fix cases and syntaxes for
6009 mule-unicode-0100-24ff.
6010
3b53d876
KH
6011 * dired.el (dired-move-to-filename-regexp): Fixed for the case
6012 that a Japanese character is not appended after day and year.
6013
16b5e8e6
KH
6014 * info.el (Info-suffix-list): Change format for a command that
6015 requires arguments.
6016 (info-insert-file-contents): Adjusted for the above change.
6017
1df1c518
AS
60182000-12-12 Andreas Schwab <schwab@suse.de>
6019
6020 * tar-mode.el (tar-extract): Base the name of the subfile buffer
6021 on the name of the tar buffer. Verify that the existing buffer is
6022 visiting the same subfile.
6023
a7a07b98
DL
60242000-12-12 Dave Love <fx@gnu.org>
6025
6026 * subdirs.el: Add obsolete.
6027
4fdbd809
GM
60282000-12-12 Gerd Moellmann <gerd@gnu.org>
6029
bfdb75ee
GM
6030 * mail/rmailsum.el (rmail-summary-expunge)
6031 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
6032 instead of rmail-confirm-expunge.
6033
4fdbd809
GM
6034 * replace.el (perform-replace): Don't use an empty match adjacent
6035 to a non-empty match when computing the next match before the
6036 replacement is performed.
6037
e9a59cad
GM
60382000-12-12 Milan Zamazal <pdm@freesoft.cz>
6039
6040 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
6041 definition (patch by Stefan Monnier).
6042 (glasses-mode): Use jit-lock instead of `after-change-functions'
6043 (patch by Stefan Monnier).
6044
c2def7a0
MB
60452000-12-12 Miles Bader <miles@gnu.org>
6046
6047 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
6048 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
6049
591b63b4
AC
60502000-12-12 Andrew Choi <akochoi@i-cable.com>
6051
6052 * term/mac-win.el: Remove load for ls-lisp.
6053
a924cf63 6054 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 6055
5ff4ba3d
MB
60562000-12-12 Miles Bader <miles@gnu.org>
6057
6058 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
6059 Respect field end too.
6060 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
6061 (newline-and-indent, reindent-then-newline-and-indent):
6062 Use `delete-horizontal-space'.
5ff4ba3d 6063
d0c679bc
SM
60642000-12-11 Stefan Monnier <monnier@cs.yale.edu>
6065
adf9c994
SM
6066 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
6067 (so as to obey the field property in the minibuffer).
6068
4b0cd42d
SM
6069 * obsolete/c-mode.el: Moved from lisp/progmodes.
6070 * obsolete/auto-show.el: Moved from lisp.
6071 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 6072
89f85863
CD
60732000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
6074
6075 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 6076 changes to list them here.
89f85863 6077
83c9cb8e
SM
6078 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
6079 Too many changes to list them here.
89f85863 6080
83c9cb8e
SM
6081 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
6082 Too many changes to list them here.
89f85863
CD
6083
6084 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
6085
3e0d35ce
GM
60862000-12-11 Gerd Moellmann <gerd@gnu.org>
6087
83c9cb8e 6088 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 6089
ca2ddd8e 6090 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
6091 Comment fix.
6092
3e0d35ce
GM
6093 * hscroll.el: Moved to `obsolete' subdir.
6094
ff904dd6
MB
60952000-12-11 Miles Bader <miles@gnu.org>
6096
6097 * window.el (window-text-height): Function removed (now in C).
6098
fb97d87f
SM
60992000-12-10 Stefan Monnier <monnier@cs.yale.edu>
6100
6101 * log-edit.el (log-edit-parent-buffer): New var.
6102 (log-edit): Set it. Add BUFFER argument.
6103 (log-edit-done): Use char-before.
6104 Don't bother checking validity of vc-comment-ring.
6105 Only bury the buffer if log-edit popped it up.
6106
6107 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
6108 (cvs-mode-diff-help): Remove.
6109 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 6110 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
6111
6112 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
6113 Remove binding for ? now made unnecessary.
6114
7de77417
CD
61152000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
6116
83c9cb8e 6117 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
6118 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
6119
6120 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
6121 when master file is not open.
6122
4efa209f
SM
61232000-12-09 Stefan Monnier <monnier@cs.yale.edu>
6124
6125 * progmodes/ada-stmt.el: Update `maintainer'.
6126
0a8052bd
GM
61272000-12-09 Stephen Gildea <gildea@alum.mit.edu>
6128
6129 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
6130 choices to match documentation string.
6131
a12167c5
MB
61322000-12-09 Miles Bader <miles@gnu.org>
6133
2161605d
MB
6134 * minibuf-eldef.el: New file.
6135
a12167c5
MB
6136 * window.el (fit-window-to-buffer): Don't pass last argument to
6137 pos-visible-in-window-p, now that its meaning is inverted.
6138
9ea8de1b
EZ
61392000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
6140
6141 * image.el (create-image): Doc fix; spotted by Per Cederqvist
6142 <ceder@lysator.liu.se>.
6143
5002ddbb
SM
61442000-12-08 Stefan Monnier <monnier@cs.yale.edu>
6145
b6114d80
SM
6146 * autoinsert.el (auto-insert-alist): Add missing final \n.
6147
ee8d23ee
SM
6148 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
6149 (cvs-menu-map): Remove.
6150 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
6151 (cvs-mode-quit): Turn it back into a plain function.
6152
5002ddbb 6153 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 6154 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
6155
6156 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
6157 file where it's more visible.
6158 (texinfo-filter, texinfo-chapter-level-regexp): New variables
6159 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
6160 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
6161 (texinfo-inside-macro-p): Only catch `scan-error's.
6162 (texinfo-inside-env-p): Make better use of the match info.
6163 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
6164 (texinfo-insert-@end): Slight re-organization.
6165 Also remove useless `looking-at' call.
6166
30cd075d
AI
61672000-12-08 Andrew Innes <andrewi@gnu.org>
6168
6169 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
6170 accessible in -nw mode.
6171
6172 * term/w32-win.el: Remove stuff about selection timeout, which is
6173 irrelevant on Windows. Move clipboard support to w32-fns.el, so
6174 it is accessible in -nw mode.
6175
01b91009
DL
61762000-12-08 Dave Love <fx@gnu.org>
6177
83c9cb8e
SM
6178 * emacs-lisp/lisp-mode.el (lisp-mode):
6179 Set font-lock-keywords-case-fold-search.
01b91009 6180
842b2a94
GM
61812000-12-08 Gerd Moellmann <gerd@gnu.org>
6182
6183 * textmodes/ispell.el (ispell): Doc fix.
6184
f9d5f611
KH
61852000-12-08 Kenichi Handa <handa@etl.go.jp>
6186
6187 * international/quail.el (quail-insert-decode-map): Check the
6188 frame width of a window displaying the current buffer, not that of
6189 the selected frame.
6190 (quail-help): Make sure that the help buffer has window before
6191 inserting text in it.
6192
e04d21aa
SS
61932000-12-07 Sam Steingold <sds@gnu.org>
6194
6195 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
6196 Backquote is used in isearch.el, so autoloading saves nothing.
6197
fc3e23a4
EZ
61982000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
6199
83c9cb8e
SM
6200 * startup.el (normal-top-level-add-subdirs-to-load-path):
6201 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 6202
fc3e23a4
EZ
6203 * dired.el (dired-insert-directory): If file-system-info is
6204 fboundp, call it instead of invoking dired-free-space-program.
6205
796ecd10
GM
62062000-12-07 Gerd Moellmann <gerd@gnu.org>
6207
0f5f7c3e
GM
6208 * server.el (server-visit-files): Push files on file-name-history.
6209
3764ba49
GM
6210 * progmodes/cc-langs.el: Update copyright.
6211
8e7931da
GM
6212 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
6213
ae0d7485 6214 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 6215
796ecd10
GM
6216 * bindings.el (mode-line-mode-menu): Reverse the order
6217 of define-keys so that the menu appears in alphabetical order.
6218
ae0d7485
GM
62192000-12-07 Milan Zamazal <pdm@freesoft.cz>
6220
6221 * progmodes/glasses.el (glasses-mode): Update mode line at the end
6222 of the function.
6223
e2849090
DL
62242000-12-07 Dave Love <fx@gnu.org>
6225
6226 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
6227
6228 * facemenu.el (facemenu-unlisted-faces): Fix value.
6229
5c7f629c
SM
62302000-12-07 Stefan Monnier <monnier@cs.yale.edu>
6231
6232 * font-lock.el (font-lock-default-fontify-region):
6233 Include the terminating \n (off-by-one error).
6234 (font-lock-set-defaults): Use dolist.
6235
6236 * derived.el (define-derived-mode): Don't use combine-run-hooks.
6237
73481ae3
KH
62382000-12-07 Kenichi Handa <handa@etl.go.jp>
6239
83c9cb8e
SM
6240 * international/mule-cmds.el (describe-language-environment):
6241 Fix for the case that an input method title is not string but a list.
ffbaa122 6242
73481ae3
KH
6243 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
6244 of wrong SIZE record.
6245
e2896b22
DL
62462000-12-06 Dave Love <fx@gnu.org>
6247
67292061
DL
6248 * newcomment.el (comment-region, comment-dwim): Doc fix.
6249
6250 * textmodes/texinfo.el: Require tex-mode when compiling.
6251 (texinfo-update-node): Doc fix.
6252 (texinfo-imenu-generic-expression): Add @anchor.
6253 (texinfo-font-lock-keywords): Add @uref.
6254 (texinfo-inside-macro-p): Don't use ignore-errors.
6255 (texinfo-insert-quote): Match more contexts.
6256
e76938e7
DL
6257 * international/mule.el (decode-char, encode-char): Doc fix.
6258 (auto-coding-alist): Customize.
6259
6260 * files.el (load-file): Fix change of 2000-03-12.
6261
e2896b22
DL
6262 * wid-edit.el (widget-text-keymap): Doc fix.
6263
6610f4b2
AI
62642000-12-06 Andrew Innes <andrewi@gnu.org>
6265
6266 * makefile.w32-in (lisp): Set to an absolute directory, namely
6267 $(CURDIR).
6268
9e3366e4
EZ
62692000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
6270
6271 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
6272 read generated-autoload-file, and set buffer-file-coding-system to
6273 raw-text-unix after reading the file.
6274
83c9cb8e
SM
6275 * international/mule-conf.el (file-coding-system-alist):
6276 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 6277
d94d636f
GM
62782000-12-06 Gerd Moellmann <gerd@gnu.org>
6279
384333ee
GM
6280 * replace.el (occur): Make line-number-width 1 smaller for the
6281 colon following the line number.
6282
83c9cb8e
SM
6283 * startup.el (fancy-splash-text, command-line-1):
6284 Use `File' for the menu name instead of `Files'.
e04d21aa 6285
d4b72d58
GM
6286 * tmm.el: Update copyright.
6287
d94d636f
GM
6288 * cus-start.el: Add entry for even-window-heights.
6289
6e424019
MB
62902000-12-06 Miles Bader <miles@gnu.org>
6291
6292 * faces.el (frame-set-background-mode): Avoid stomping on
6293 locally modified faces.
6294
e6477b58
KH
62952000-12-06 Kenichi Handa <handa@etl.go.jp>
6296
6297 * international/fontset.el: Correct the font registries for
6298 japanese-jisx0213-1 and japanese-jisx0213-2.
6299
21999ab9
GM
63002000-12-05 Gerd Moellmann <gerd@gnu.org>
6301
57d6e381
GM
6302 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6303
21999ab9
GM
6304 * iswitchb.el: Update customization commentary.
6305
7422819c
GM
63062000-12-05 Rob Riepel <riepel@Stanford.EDU>
6307
6308 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6309 (tpu-search-highlight): Fixed comparison of overlay end positions.
6310 (tpu-trim-line-ends): Implemented trimming logic locally.
6311
6312 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 6313 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 6314
73daff18
KH
63152000-12-05 Kenichi Handa <handa@etl.go.jp>
6316
6317 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6318 to cn-gb.
6319 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6320
6a4cd002
DL
63212000-12-04 Dave Love <fx@gnu.org>
6322
6323 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6324
6452929e
GM
63252000-12-04 Gerd Moellmann <gerd@gnu.org>
6326
e04d21aa 6327 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
6328 (rmail-summary-expunge-and-save): Ask for confirmation with
6329 rmail-expunge-confirmed.
6330
6331 * mail/rmail.el (rmail-expunge-confirmed): New function.
6332 (rmail-expunge): Use it.
6333
1790abf4
FP
63342000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6335
0c68ce6f 6336 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
6337 (etags-recognize-tags-table, find-tag-in-order):
6338 New functionality: interpret file names as tags.
e04d21aa 6339
7a53d8c8
EZ
63402000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
6341
6342 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
6343 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
6344 the first subnode until the bottom of the current node is visible.
7a53d8c8 6345
caa15ef7
GM
63462000-12-04 Gerd Moellmann <gerd@gnu.org>
6347
6348 * format.el (format-decode): Don't change buffer's undo list.
6349
e225faa7
KH
63502000-12-04 Kenichi Handa <handa@etl.go.jp>
6351
6352 * faces.el (face-font-registry-alternatives): Add entries for CJK
6353 fonts. Doc-string adjusted for the actual usage of this data.
6354
6355 * international/fontset.el: Change the font registries for CJK
6356 fonts in the default fontset. Don't append '*' to registries.
6357
8b262a65
SM
63582000-12-03 Stefan Monnier <monnier@cs.yale.edu>
6359
e04d21aa 6360 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
6361 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
6362
6363 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6364 (derived-mode-p): New function.
6365 (derived-mode-make-docstring): Add `docstring' argument.
6366 Use it if available and complete it if necessary.
6367
33c4460b
AS
63682000-12-03 Andreas Schwab <schwab@suse.de>
6369
6370 * type-break.el (type-break): Don't make parent of itself.
6371
5c9b3fac
MB
63722000-12-03 Miles Bader <miles@gnu.org>
6373
6374 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6375
27ce741e
SM
63762000-12-02 Stefan Monnier <monnier@cs.yale.edu>
6377
07c16ec4
SM
6378 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6379 (tex-main-file, tex-file): Simplify.
6380 (tex-generate-zap-file-name): Use subst-char-in-string.
6381 (tex-strip-dots): Remove.
6382
c19cc275
SM
6383 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6384
27ce741e
SM
6385 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6386 to check if the match succeeded.
6387
285991dc
GM
63882000-12-02 Gerd Moellmann <gerd@gnu.org>
6389
6390 * startup.el (use-fancy-splash-screens-p): New function.
6391 (command-line-1): Use it to determine whether or not to use
6392 a fancy splash screen.
6393
52dca1b2
AS
63942000-12-02 Andreas Schwab <schwab@suse.de>
6395
6396 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6397
d3e7e7cf
EZ
63982000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6399
2dce2360
EZ
6400 * international/mule.el (make-char): Fix last change.
6401
9768eaa7
EZ
6402 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6403 New defcustoms.
6404 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
6405 autoloading tex-mode; instead, do the same manually.
6406 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
6407 with numeric argument. Docstring fix.
6408 (toplevel): Require cl when compiling.
e04d21aa 6409
285991dc 6410 * international/mule.el (make-char): Doc fix.
d3e7e7cf 6411
0dd5e255
JR
64122000-12-02 Jason Rumney <jasonr@gnu.org>
6413
6414 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6415 the Emacs Lisp manual)
6416
fbb87147
EZ
64172000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6418
5cbb3e93
EZ
6419 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6420
fbb87147
EZ
6421 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6422 the Emacs Lisp manual).
6423
1636ca09
GM
64242000-12-02 Gerd Moellmann <gerd@gnu.org>
6425
6426 * simple.el (next-line-add-newlines): Change default to nil.
6427
68875f0e
EZ
64282000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
6429
83c9cb8e
SM
6430 * files.el (revert-buffer, recover-file):
6431 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 6432
fd9ac94c
GM
64332000-12-01 Gerd Moellmann <gerd@gnu.org>
6434
6435 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6436
45450dd5
MB
64372000-12-01 Miles Bader <miles@gnu.org>
6438
6439 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6440
09df8881
KH
64412000-12-01 Kenichi Handa <handa@etl.go.jp>
6442
6443 * international/mule-diag.el (describe-char-after): Fix typo.
6444 (describe-character-set, non-iso-charset-alist): Fix typo.
6445
dea0a87d
MB
64462000-12-01 Miles Bader <miles@gnu.org>
6447
b170205b
MB
6448 * image-file.el (image-file-name-regexp): Automatically add
6449 upper-case variants of each filename extension in
6450 `image-file-name-extensions', since they seem to be common.
6451
e04d21aa 6452 * simple.el (minibuffer-contents)
dea0a87d
MB
6453 (minibuffer-contents-no-properties, delete-minibuffer-contents):
6454 New functions.
6455 * filecache.el (file-cache-directory-name)
6456 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6457
eb04d6cd 64582000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 6459
dea0a87d
MB
6460 * filecache.el (file-cache-minibuffer-complete): Don't try to
6461 delete the minibuffer prompt.
6462
a8a1b05d
DL
64632000-11-30 Dave Love <fx@gnu.org>
6464
6465 * cus-start.el: Fix read-buffer-function type.
6466
693c4692
GM
64672000-11-30 Gerd Moellmann <gerd@gnu.org>
6468
6469 * md5.el: Removed. There's a built-in function, now.
6470
2c0b1898
GM
64712000-11-30 Markus Rost <rost@math.ohio-state.edu>
6472
6473 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6474 as dummy 0-th char of rmail-deleted-vector.
6475
63dfcf4b
EZ
64762000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
6477
6478 * ps-print.el (ps-end-job): Bind case-fold-search only after
6479 switching to ps-spool-buffer.
6480
64812000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6482
6483 * ps-print.el: Line number font customization. PostScript: Lines and
6484 PageCount are initialized on each page. Doc Fix.
6485 (ps-print-version): New version number (6.3.2).
6486 (ps-lpr-switches, ps-font-info-database, ps-font-size)
6487 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6488 (ps-right-header): Customization fix.
6489 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6490 Fix code.
6491 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6492 New vars.
6493
df3aedcf
GM
64942000-11-30 Gerd Moellmann <gerd@gnu.org>
6495
edfb795e
GM
6496 * bs.el: Fix typos and spelling errors.
6497 (bs-appearance) <defgroup>: Renamed from bs-appearence.
6498 (bs-configuration): Doc fix.
e04d21aa 6499
df3aedcf
GM
6500 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
6501
8b8a7f01
GM
65022000-11-30 Rob Riepel <riepel@Stanford.EDU>
6503
6504 * emulation/tpu-edt.el (tpu-version): New version.
6505 (tpu-search-overlay, tpu-replace-overlay): New initial range.
6506 (tpu-original-mode-line): Variable deleted.
6507 (tpu-mark-flag): New initial value.
83c9cb8e
SM
6508 (tpu-set-mode-line): Don't redefine mode-line-format.
6509 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
6510 (tpu-update-mode-line): New mark flag logic.
6511 (tpu-get): Use find-file-wildcards.
6512 (tpu-search-highlight): Move overlay less, reset overlay properly.
6513 (tpu-unselect): Deactivate mark.
6514 (tpu-lm-replace): Reset overlay properly.
6515 (tpu-forward-line): Use forward-visible-line.
6516 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
6517
83c9cb8e 6518 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 6519
c069a9d3
GM
65202000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6521
6522 * cus-edit.el (custom-face-value-create): Always emphasize tag.
6523
b02cd40b
GM
65242000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6525
6526 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6527 and skip whitespace and newlines.
e04d21aa 6528
b7a90344
SM
65292000-11-30 Stefan Monnier <monnier@cs.yale.edu>
6530
6531 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6532
be6bbb55
GM
65332000-11-29 Gerd Moellmann <gerd@gnu.org>
6534
0383ed60
GM
6535 * help.el (describe-function-1): Regexp-quote function name
6536 when used as part of a regexp.
6537
83c9cb8e
SM
6538 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6539 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
6540 (tool-bar-add-item): Likewise, and handle unspecified colors.
6541
6542 * enriched.el (enriched-face-ans): Use face-attribute instead
6543 of face-foreground and face-background.
6544
6545 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 6546 Return nil if attribute is unspecified, for backward compatibility.
c7957947 6547
7423978d
GM
6548 * files.el (auto-mode-alist): Add an entry for antlr-mode.
6549
ef128c78
GM
6550 * play/5x5.el: Remove version info.
6551
a81fc510
GM
6552 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6553
be6bbb55
GM
6554 * frame.el (blink-cursor-mode): Doc fix.
6555
f9396e03
GM
65562000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6557
6558 * antlr-mode.el: New commands to run ANTLR from within Emacs and
6559 to create Makefile rules.
6560 (antlr-tool-command): New user option.
6561 (antlr-ask-about-save): New user option.
6562 (antlr-makefile-specification): New user option.
6563 (antlr-file-formats-alist): New variable.
6564 (antlr-special-file-formats): New variable.
6565 (antlr-unknown-file-formats): New user option.
6566 (antlr-help-unknown-file-text): New variable.
6567 (antlr-help-rules-intro): New variable.
6568 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6569 (antlr-mode-menu): Add entries.
6570 (antlr-file-dependencies): New function.
6571 (antlr-directory-dependencies): New function.
6572 (antlr-superclasses-glibs): New function.
6573 (antlr-run-tool): New command.
6574 (antlr-makefile-insert-variable): New function.
6575 (antlr-insert-makefile-rules): New function.
6576 (antlr-show-makefile-rules): New command.
6577
6578 * antlr-mode.el: More Emacs/XEmacs stuff.
6579 (antlr-no-action-keywords): New constant with value nil.
6580 (antlr-font-lock-keywords-alist): Use it. Old value would break
6581 syntax highlighting in Emacs-21.0.
6582 (antlr-default-directory): Emacs/XEmacs dependend function.
6583 (antlr-read-shell-command): Ditto.
6584 (antlr-with-displaying-help-buffer): Ditto.
6585
65862000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6587
6588 * antlr-mode.el: imenu, parsing and highlighting changes.
6589 (antlr-imenu-create-index-function): Don't create extra submenus
6590 for definitions in different grammar classes. It is not necessary
6591 for the menu and would make command `imenu' awkward to use.
6592 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6593 header actions and more than one.
6594 (antlr-font-lock-tokendef-face): Changed color.
6595 (antlr-font-lock-tokenref-face): Changed color.
6596 (antlr-font-lock-additional-keywords): Also highlight lowercase.
6597 (antlr-mode-syntax-table): New variable.
6598 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6599 (antlr-with-syntax-table): Don't copy syntax table.
6600
66012000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6602
6603 * antlr-mode.el: Minor changes: language setting.
6604 (antlr-language-alist): The value for file option "language" can
6605 be both an identifier and a string.
6606 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6607 (antlr-language-limit-n-regexp): Change accordingly.
6608
66092000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6610
6611 * antlr-mode.el: Minor changes: tabs, hiding.
6612 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6613 (antlr-action-visibility): Also allow value nil to also hide the
6614 braces. Renamed from `antlr-tiny-action-length'.
6615 Suggested by Jay@aol.com.
6616 (antlr-hide-actions): Change accordingly. Hide line if completely
6617 hidden action is on a line of its own.
e04d21aa 6618
6ad948eb
SM
66192000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6620
6621 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6622
6623 * sort.el (sort-columns): Don't concat strings with numbers.
6624
9c6a4107
DL
66252000-11-29 Dave Love <fx@gnu.org>
6626
6627 * cus-edit.el (face): Fix :format.
6628
6629 * mail/feedmail.el: Require smtpmail when compiling.
6630 (mail-do-fcc): Autoload.
6631 (feedmail) <defgroup>: Fix :link.
6632 (feedmail-nuke-body-in-fcc): Fix :type.
6633 (feedmail-send-it): Add autoload cookie.
6634
053b8d35
SM
66352000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6636
6637 * newcomment.el (comment-indent): Save excursion around call to
6638 comment-indent-function.
6639
242c13e8
MB
66402000-11-29 Miles Bader <miles@gnu.org>
6641
6642 * subr.el (member-ignore-case): Return the tail of the list who's
6643 car matches, like `member', not the matching element itself.
6644
8f4b5f28
KH
66452000-11-29 Kenichi Handa <handa@etl.go.jp>
6646
6647 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
6648 should not contain `\n'.
6649
bebe4a2c
GM
66502000-11-28 Gerd Moellmann <gerd@gnu.org>
6651
fd9ac94c 6652 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 6653
ba7e40eb
GM
6654 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6655
75ab0c79
GM
6656 * dired-aux.el (dired-do-create-files): Construct default file
6657 name for dired-mark-read-file-name so that when the user enters
6658 just RET, the target file will end up in the target directory.
6659
bebe4a2c
GM
6660 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6661 local-abbrev-table before changing buffers because it might
6662 have a buffer-local binding.
6663
fa6d1ca8
MB
66642000-11-28 Miles Bader <miles@gnu.org>
6665
6666 * simple.el (delete-horizontal-space): Handle fields more generally.
6667
8d2c2642
GM
66682000-11-28 Gerd Moellmann <gerd@gnu.org>
6669
6670 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6671
8b31236d
DL
66722000-11-28 Dave Love <fx@gnu.org>
6673
3cbd02d2
DL
6674 * progmodes/ps-mode.el (ps-mode): Set comment-start and
6675 comment-start-skip locally.
6676
8b31236d
DL
6677 * progmodes/fortran.el (fortran-mode): Don't set
6678 fortran-comment-line-start-skip. Set comment-start to
6679 fortran-comment-line-start.
6680 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6681 (fortran-comment-line-start-skip): Simplify slightly.
6682
ae4bf56d
GM
66832000-11-28 Gerd Moellmann <gerd@gnu.org>
6684
17ef7534
GM
6685 * play/5x5.el: Remove RCS keyword.
6686
fd9ac94c 6687 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 6688
665b27a6
GM
66892000-11-28 Milan Zamazal <pdm@freesoft.cz>
6690
83c9cb8e
SM
6691 * textmodes/tildify.el (tildify-string-alist):
6692 Add `plain-tex-mode' here.
665b27a6 6693
fe3c2ae3
GM
66942000-11-28 Colin Walters <walters@cis.ohio-state.edu>
6695
6696 * chistory.el (Command-history-setup): Remove extraneous `keymap'
6697 reference.
6698
d970106b
MB
66992000-11-28 Miles Bader <miles@gnu.org>
6700
36b80a0d
MB
6701 * cus-face.el (custom-face-attributes): Add post-filter function
6702 for :box. Make pre-filter function for :box handle all cases.
6703
d970106b
MB
6704 * wid-edit.el (widget-choose): Make sure pop-up window is large
6705 enough to display all the choices, as there's no way to scroll it.
6706
5a2bae6c
KH
67072000-11-28 Kenichi Handa <handa@etl.go.jp>
6708
6709 * international/mule-conf.el: Make the coding system no-conversion
6710 safe for all characters.
6711
9e836e23
DL
67122000-11-27 Dave Love <fx@gnu.org>
6713
8b31236d
DL
6714 * net/ldap.el (ldap) <defgroup>: Add :version.
6715
9e836e23
DL
6716 * tooltip.el (tooltip-use-echo-area): Doc fix.
6717
6718 * cus-start.el <minibuffer-prompt-properties>: Add version.
6719 <read-buffer-function>: Add.
6720
6721 * apropos.el (apropos-print): Add help-echo to active text.
6722
6723 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6724
4a74d071
GM
67252000-11-27 Gerd Moellmann <gerd@gnu.org>
6726
6727 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6728 type, group and version.
6729
76058c27
EZ
67302000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
6731
4a74d071 6732 * select.el (x-get-selection): Docstring fix.
76058c27 6733
fd9ac94c 67342000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 6735
fd9ac94c 6736 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 6737
49060c51
AI
67382000-11-27 Andrew Innes <andrewi@gnu.org>
6739
6740 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6741
6742 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6743
b2a8e429
MB
67442000-11-27 Miles Bader <miles@gnu.org>
6745
6746 * dired.el (dired-get-filename): Return filename verbatim if
6747 LOCALP is `verbatim'.
6748 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6749 `verbatim' so that we don't inadvertently delete a non-existant
6750 directory name.
6751
5ac0366d
KH
67522000-11-27 Kenichi Handa <handa@etl.go.jp>
6753
6754 * international/characters.el: Specify cases and syntaxes for
6755 mule-unicode-0100-24ff.
6756
67f1cf4c
GM
67572000-11-27 Gerd Moellmann <gerd@gnu.org>
6758
6759 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6760 that foreground and/or background colors of the face `tool-bar'
6761 are unspecified.
6762
46c56972
MB
67632000-11-27 Miles Bader <miles@gnu.org>
6764
e04d21aa 6765 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
6766 (widget-field-end): Handle widget field `pseudo-overlays'.
6767 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6768 if it's there instead of in `widget-field-list'.
6769
46c56972 6770 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
6771 (help-make-xrefs): Delete extraneous newlines at the end of the
6772 docstring.
46c56972 6773
640a9cdd
JR
67742000-11-25 Jason Rumney <jasonr@gnu.org>
6775
6776 * startup.el (command-line): Call set-locale-environment after
6777 Window System init file is read, as it can result in a call to
6778 redraw-frame.
6779
0b3f96d4
EZ
67802000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
6781
6782 * simple.el (shell-command): Mention the effect of the prefix
6783 argument in the doc string.
6784
8da6e2a1
MB
67852000-11-25 Miles Bader <miles@gnu.org>
6786
a658d039
MB
6787 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6788
8da6e2a1 6789 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 6790 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 6791
d3416cca
JR
67922000-11-24 Jason Rumney <jasonr@gnu.org>
6793
6794 * international/mule-cmds.el (locale-language-names): Add "jp" as
6795 a non-standard alternative for Japanese.
6796
17e37f53
AS
67972000-11-24 Andre Spiegel <spiegel@gnu.org>
6798
6799 * vc-hooks.el: Require 'cl during compilation.
6800
9aa5f148
GM
68012000-11-24 Gerd Moellmann <gerd@gnu.org>
6802
ba193890
GM
6803 * faces.el (face-set-after-frame-default): Let face attributes
6804 specified for new frames override frame parameters.
6805
9aa5f148
GM
6806 * startup.el (command-line): Fix computation of the source file
6807 for user-init-file when user-init-file is a compiled file.
6808
51a1edab
MB
68092000-11-24 Miles Bader <miles@gnu.org>
6810
e04d21aa 6811 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
6812 (custom-post-filter-face-spec): New functions.
6813 (custom-face-set, custom-face-value-create): Filter the face spec
6814 before and after customization.
6815 (custom-face-set): If VALUE specifies a null face, pass a
6816 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6817 * cus-face.el (custom-face-attributes): Remove SET and GET
6818 functions. Add some IN-FILTER and OUT-FILTER functions in the few
6819 cases they're needed.
6820
1ed74431
MB
6821 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6822 that it's distinguishable from the :off-glyph on dark-background
6823 displays. Set its background color too.
6824
67ee1125
MB
6825 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6826 so that people can easily turn it off.
6827
7d027816 68282000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 6829
7d027816 6830 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 6831
9aa5f148 6832 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 6833
9aa5f148 6834 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 6835
9aa5f148 6836 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 6837 redundant skip-small-frames test.
e04d21aa 6838
9aa5f148 6839 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 6840 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 6841
9aa5f148
GM
6842 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6843 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
6844 (viper-restore-cursor-type,viper-set-insert-cursor-type):
6845 New functions.
e04d21aa 6846
9aa5f148 6847 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 6848
9aa5f148 6849 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 6850
f07fa1b8
KH
68512000-11-24 Kenichi Handa <handa@etl.go.jp>
6852
83c9cb8e
SM
6853 * international/mule-diag.el (list-iso-charset-chars):
6854 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
6855 (list-non-iso-charset-chars): Fix the `while' condition.
6856
ba8299ff
SM
68572000-11-23 Stefan Monnier <monnier@cs.yale.edu>
6858
79372165
SM
6859 * subr.el (add-hook, remove-hook): Don't call make-local-hook
6860 if the variable is make-variable-buffer-local.
6861
83c9cb8e
SM
6862 * progmodes/ada-stmt.el (ada-template-map):
6863 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
6864 (ada-stmt-mode-hook): New function extracted from old code.
6865 Only change the buffer-local side of skeleton-*.
6866 (ada-mode-hook): Use it.
6867
68a887fa
EZ
68682000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6869
6870 * iswitchb.el (iswitchb-minibuf-depth): New variable.
6871 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6872 we expect to be returned by minibuffer-depth once we prompt the
6873 user in the minibuffer.
6874 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6875 as recorded in iswitchb-minibuf-depth, return non-nil.
6876
3b345582
EZ
68772000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6878
6879 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6880 (hscroll-window-maybe): Docstring fix.
6881
595dead2
DL
68822000-11-23 Dave Love <fx@gnu.org>
6883
6884 * rect.el (string-rectangle): Don't test delete-selection-mode.
6885
1e66b27a
GM
68862000-11-23 Gerd Moellmann <gerd@gnu.org>
6887
02790ce2
GM
6888 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6889 is in the tool bar.
6890
1e66b27a 6891 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 6892 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 6893
a4caa65d
SM
68942000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6895
6896 * textmodes/outline.el (outline-flag-region):
6897 Don't bind inhibit-read-only since we don't modify the buffer.
6898 (outline-isearch-open-invisible): Don't jump to overlay-start
6899 since we're trying to unhide text around point.
6900 (outline-discard-overlays): Use dolist.
6901
6902 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6903
03e757c1
GM
69042000-11-22 Gerd Moellmann <gerd@gnu.org>
6905
83c9cb8e 6906 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 6907
1598a961
SM
69082000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6909
6910 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6911 Fix ARG regexp to skip quoted braces.
6912 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6913 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6914 are (correctly) handled separately).
6915 Remove `caption' and `footnote' from `citations': they contain text.
6916 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6917 (latex-skeleton-end-hook): New function.
6918 (latex-mode): Use it.
6919 (tex-start-tex-marker): Remove.
6920 (tex-send-tex-command): Don't set tex-start-tex-marker.
6921 (tex-error-parse-syntax-table): New var.
6922 (tex-compilation-parse-errors): Use it.
6923 Ignore tex-start-tex-marker. Don't bother with marker-position.
6924 (tex-validate-buffer): Don't bother with marker-position.
6925
6926 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 6927 (flyspell-generic-progmode-verify): Use it.
1598a961 6928
eaae8106
SS
69292000-11-22 Sam Steingold <sds@gnu.org>
6930
83c9cb8e 6931 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 6932
eaae8106 6933 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 6934 `ada-remove-trailing-spaces'.
eaae8106 6935 (ada-remove-trailing-spaces): Removed.
e04d21aa 6936
eaae8106 6937 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 6938
1598a961
SM
6939 * textmodes/picture.el (picture-clean): Removed.
6940 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 6941
a41d49e9
GM
69422000-11-22 Gerd Moellmann <gerd@gnu.org>
6943
e053c60f
GM
6944 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6945
a41d49e9
GM
6946 * hi-lock.el (hi-lock-refontify): Don't call non-existent
6947 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 6948 do anything special when jit-lock is active.
a41d49e9
GM
6949 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6950
197615f3
DL
69512000-11-22 Dave Love <fx@gnu.org>
6952
ddbfaa9f
DL
6953 * calendar/todo-mode.el (todo-top-priorities): Use
6954 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6955
ddc3c695
DL
6956 * language/chinese.el, language/cyrillic.el:
6957 * language/devanagari.el, language/ethiopic.el, language/greek.el:
6958 * language/hebrew.el, language/indian.el, language/japanese.el:
6959 * language/korean.el, language/lao.el, language/misc-lang.el:
6960 * language/thai.el, language/tibetan.el, language/vietnamese.el:
6961 Use provide.
6962
fb9fa98d
DL
6963 * cus-edit.el (custom-buffer-create-internal): Save some consing.
6964 (custom-variable-set): Improve validation error mesage.
6965
197615f3
DL
6966 * rect.el (string-rectangle): Revert last change.
6967 (string-rectangle-line): New arg DELETE.
6968 (string-rectangle): Check delete-selection-mode.
6969
6970 * emacs-lisp/edebug.el (edebug-version)
6971 (edebug-maintainer-address): Deleted.
6972 (edebug-submit-bug-report): Just alias to report-emacs-bug.
6973 (edebug-read-function): Account for other `'#' read forms.
6974 (edebug-mode-menus): Make some items toggles.
6975 (edebug-outside-unread-command-event, unread-command-event):
6976 Remove these to avoid warnings.
6977
f4117c4d
GM
69782000-11-22 David Ponce <david@dponce.com>
6979
6980 * recentf.el (recentf-menu-items-for-commands)
6981 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 6982 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 6983
f4117c4d
GM
6984 (recentf-build-dir-rules, recentf-dump-variable)
6985 (recentf-edit-list, recentf-open-files-item)
6986 (recentf-open-files): Replaced unnecessary `mapcar' with new
6987 built-in `mapc'.
eaae8106 6988
f8e2f3f2
MB
69892000-11-23 Miles Bader <miles@gnu.org>
6990
6991 * faces.el (menu): Make inverse-video on ttys too.
6992
4c4a541d
SM
69932000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6994
6995 * simple.el (comment-line-break-function): Use the new name
6996 indent-new-comment-line -> comment-indent-new-line.
6997 (clone-indirect-buffer): Don't ignore NORECORD.
6998 (next-completion): Properly handle the case where items are adjacent.
6999
7000 * mouse.el (popup-menu): Stupid typo.
7001
980d836e
GM
70022000-11-22 Gerd Moellmann <gerd@gnu.org>
7003
60e8e0a5
GM
7004 * emacs-lisp/authors.el: Remove autoload cookies, add author,
7005 maintainer, keywords tags.
7006
980d836e
GM
7007 * rect.el (replace-rectangle): Don't call string-rectangle-line
7008 with too many arguments.
7009
e08b2069
AS
70102000-11-22 Andre Spiegel <spiegel@gnu.org>
7011
60e8e0a5 7012 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 7013 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
7014 vc-locking-user, which no longer exists.
7015
7016 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
7017
c6779d8d
DL
70182000-11-22 Dave Love <fx@gnu.org>
7019
7020 * md5.el (md5): Provide.
7021 (md5): Fix error call.
7022
e672fdce
MB
70232000-11-22 Miles Bader <miles@gnu.org>
7024
eaae8106 7025 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
7026 (refill-fill-paragraph-at): Remove debugging code.
7027
80e24c04
MB
7028 * calendar/calendar.el (generate-calendar-window): When we don't
7029 call `fit-window-to-buffer', make sure the top line is fully visible.
7030
3a17d6cc
MB
7031 * image-file.el (insert-image-file): Don't make `read-only'
7032 property rear-nonsticky.
7033
ae1a21c6
MB
7034 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
7035 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
7036 stashing away its original value.
7037 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
7038 in the recursive edit.
7039 Bind `isearch-original-minibuffer-message-timeout' to protect it.
7040 (isearch-done): Restore `minibuffer-message-timeout'.
7041
e672fdce
MB
7042 * cus-start.el: Remove entry for `mode-line-inverse-video'.
7043
3ea79df8
SM
70442000-11-21 Stefan Monnier <monnier@cs.yale.edu>
7045
7046 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
7047
7048 * find-lisp.el (find-lisp-find-files-internal):
7049 Use dolist, when and file-name-as-directory.
7050
980d836e 7051 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
7052 (define-derived-mode, define-minor-mode): Add specs.
7053
7054 * window.el: General comment and spacing fixes.
7055 (save-selected-window): Use backquotes.
7056 (window-safely-shrinkable-p): New function.
7057 (shrink-window-if-larger-than-buffer): Use it.
7058
7059 * subr.el (make-local-hook): Docstring fix.
7060
7061 * shell.el (shell-mode): Use define-derived-mode.
7062
7063 * newcomment.el (comment-indent): Insert comment before calling
7064 comment-indent-function. Don't insert in column 0.
7065 (comment-dwim): Indent before inserting comment.
7066
7067 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
7068 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
7069 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
7070 Use mapc rather than map.
7071
7072 * files.el (find-buffer-visiting): Compare all attributes before
7073 declaring two files identical (rather than just their inode-no).
7074 (auto-mode-alist): Use \' rather than $.
7075
7076 * which-func.el: Update maintainer line.
7077
7078 * pcvs.el (uniquify-buffer-file-name): Remove advice.
7079 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
7080 (uniquify-buffer-file-name): Use it.
7081
8f62f2b8
MB
70822000-11-22 Miles Bader <miles@gnu.org>
7083
7084 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
7085 * simple.el (minibuffer-avoid-prompt): New function.
7086
fb279a6d
GM
70872000-11-21 Gerd Moellmann <gerd@gnu.org>
7088
7089 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
7090
867092e9
MB
70912000-11-21 Miles Bader <miles@gnu.org>
7092
ef860850
MB
7093 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
7094 inclusion of `track-mouse'.
7095
867092e9
MB
7096 * textmodes/refill.el (refill-ignorable-overlay): New variable.
7097 (refill-adjust-ignorable-overlay): New function.
7098 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
7099 only the paragraph's tail if possible.
7100 Update `refill-ignorable-overlay'.
7101 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
7102
7103 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7104 point inside the fill-prefix.
7105
7106 * textmodes/refill.el (refill-post-command-function): Don't reset
7107 refill-doit in the case where a self-insertion command doesn't
7108 case a refill. Use `refill-fill-paragraph-at', getting position
7109 from `refill-doit'.
7110 (refill-after-change-function): Set `refill-doit' to END.
7111 (refill-fill-paragraph-at): New function, mostly from old
7112 refill-fill-paragraph.
7113 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
7114 (refill-pre-command-function): New function.
7115 (refill-mode): Add it to `pre-command-hook'.
7116
ff9ab414
GM
71172000-11-20 Gerd Moellmann <gerd@gnu.org>
7118
29a01b72
GM
7119 * textmodes/artist.el (artist-mode): Fix autoload cookie.
7120
ff9ab414
GM
7121 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
7122 javadoc tags.
eaae8106 7123
885b211b
AS
71242000-11-20 Andre Spiegel <spiegel@gnu.org>
7125
7126 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
7127 vc.el).
7128
eaae8106 7129 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 7130 require vc.
eaae8106
SS
7131
7132 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 7133 checkouts.
eaae8106 7134
d1838556
DL
71352000-11-20 Dave Love <fx@gnu.org>
7136
7137 * Makefile.in (DONTCOMPILE): Omit bindings.el.
7138
2b69bc11 71392000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 7140
2b69bc11
GM
7141 * calculator.el (calculator-paste): Use `if' instead of `and'
7142 and `or'.
7143 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 7144
b95b34e5
GM
71452000-11-19 Gerd Moellmann <gerd@gnu.org>
7146
030de92f
GM
7147 * info.el (info-menu-5): Doc fix.
7148
b95b34e5
GM
7149 * textmodes/artist.el: New file.
7150
54970452
AS
71512000-11-19 Andre Spiegel <spiegel@gnu.org>
7152
eaae8106 7153 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
7154 and differentiate according to checkout model.
7155 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
7156 since this function is only concerned with master state.
7157
83c9cb8e
SM
7158 * vc-hooks.el (vc-workfile-unchanged-p)
7159 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 7160
83c9cb8e
SM
7161 * vc.el (vc-workfile-unchanged-p)
7162 (vc-default-workfile-unchanged-p): See above.
54970452 7163
e5a9dabf
MB
71642000-11-19 Miles Bader <miles@gnu.org>
7165
7166 * image-file.el (insert-image-file): Make `intangible' and
7167 `read-only' properties rear-nonsticky too.
7168
24127af0
GM
71692000-11-18 Gerd Moellmann <gerd@gnu.org>
7170
d392e9c5 7171 * ps-print.el: Update copyright notice.
eaae8106 7172
d392e9c5
GM
7173 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
7174 (tooltip-show): Use the offsets.
7175
24127af0 7176 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 7177 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
7178 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
7179
2b69bc11 71802000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 7181
2b69bc11
GM
7182 * ps-print.el (toplevel): Test for find-coding-system being
7183 fboundp before calling ps-x-find-coding-system.
08ea6f17 7184
66321b2f
SM
71852000-11-16 Stefan Monnier <monnier@cs.yale.edu>
7186
7187 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
7188 (vc-version-backup-file): Docstring fix.
7189
046110c6
GM
71902000-11-16 Gerd Moellmann <gerd@gnu.org>
7191
4104194e
GM
7192 * files.el (basic-save-buffer): Don't add a newline if
7193 find-file-literally is non-nil.
7194 (find-file-literally): Extend doc string.
7195
046110c6
GM
7196 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
7197 sort(1) with the `-f' argument.
7198
6505c16e
AS
71992000-11-16 Andre Spiegel <spiegel@gnu.org>
7200
fd063975
AS
7201 * vc.el: Updated backend documentation.
7202 (vc-default-check-headers): New function.
7203
3d02dd81 7204 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
7205
7206 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 7207 up-to-date.
eaae8106 7208 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 7209 the minibuffer is not active.
fd063975 7210
eaae8106 7211 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 7212 `vc-cvs-use-edit' is on.
eaae8106
SS
7213 (vc-cvs-checkout): When this is used for reverting the workfile,
7214 make a backup of the original contents and revert to that in case
8791d617 7215 of error.
eaae8106 7216 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 7217 remote repositories.
eaae8106 7218
6505c16e
AS
7219 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
7220 for both version and ratio in the minibuffer.
fd063975 7221
eaae8106 7222 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 7223 Use vc-do-command to perform the annotation, not call-process.
6505c16e 7224
a13f0660
KH
72252000-11-16 Kenichi Handa <handa@etl.go.jp>
7226
7227 * international/quail.el (quail-start-translation): Don't call
7228 `message' before reading key sequence.
7229
1389a414
MB
72302000-11-16 Miles Bader <miles@lsi.nec.co.jp>
7231
7232 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
7233
9256a532
KH
72342000-11-16 Kenichi Handa <handa@etl.go.jp>
7235
7236 * window.el (fit-window-to-buffer): Be sure to acquire at least
7237 one text line even if the buffer is empty.
7238
0e14fe9f
GM
72392000-11-16 Gerd Moellmann <gerd@gnu.org>
7240
eaae8106 7241 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
7242 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
7243 Bind ange-ftp-process-verbose to nil.
0e14fe9f 7244
da645c53
DL
72452000-11-15 Dave Love <fx@gnu.org>
7246
83c9cb8e
SM
7247 * wid-edit.el (widget-specify-field, widget-specify-button):
7248 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
7249 widget-mouse-help.
7250 (widget-mouse-help): New function.
7251 (widget-echo-help): Rewritten for :help-echo functions only taking
7252 a widget arg.
7253
83c9cb8e
SM
7254 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
7255 Use display-graphic-p.
b12057b9
DL
7256 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
7257 and that JPEG is available.
7258 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
7259
da645c53
DL
7260 * international/mule-cmds.el (locale-charset-language-names):
7261 Match @euro.
7262
6d133d1f
GM
72632000-11-15 Gerd Moellmann <gerd@gnu.org>
7264
83c9cb8e
SM
7265 * faces.el (face-set-after-frame-default):
7266 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
7267 default face from X resources.
7268
49ac2ac5
EZ
72692000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7270
7271 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7272 Don't set EMACSLOADPATH.
7273
4fb0a34c
EZ
72742000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7275
7276 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
7277 texinfo-insert-@url.
7278 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
7279 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
7280
bb304a7a
SM
72812000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7282
82bc80bf
SM
7283 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
7284 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
7285 (checkdoc-minor-keymap): Backward compatibility.
7286 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
7287 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
7288 (checkdoc-this-string-valid-engine): Be a bit more strict
7289 to avoid matching substrings of `...' quoted vars/funs.
7290 (checkdoc-defun-info): Only look for `interactive' if alone.
7291 (debug-ignored-errors): Add "arg doesn't appear in docstring".
7292
e8c87124
SM
7293 * progmodes/compile.el (grep): `tag-default' can be nil.
7294
bb304a7a
SM
7295 * newcomment.el (comment-indent): Paren typo.
7296
8628686a
DL
72972000-11-14 Dave Love <fx@gnu.org>
7298
25c269ef
DL
7299 * calculator.el: New maintainer version.
7300
66321b2f 7301 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 7302
8628686a
DL
7303 * cmuscheme.el: Doc fixes.
7304 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 7305 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
7306
7307 * xscheme.el (scheme-program-name): Don't define here.
7308
7309 * progmodes/scheme.el (scheme-program-name): New variable
7310 (originally in cmuscheme).
7311
88f0a1eb
MB
73122000-11-14 Miles Bader <miles@gnu.org>
7313
7314 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7315 Handle header-lines. Don't loop forever if we can't enlarge the
7316 window anymore. Simplify a bit.
7317
cd9a000c
KH
73182000-11-14 Kenichi Handa <handa@etl.go.jp>
7319
7320 * window.el (fit-window-to-buffer): Don't check
7321 window-text-height. Assure that the last line is fully visible.
7322
83c9cb8e
SM
7323 * international/quail.el (quail-show-guidance-buf):
7324 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
7325 buffer.
7326 (quail-update-guidance): Avoid making the guidance buffer shorter.
7327
d3fcda22
SM
73282000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7329
bdbd9606
SM
7330 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7331 rather than `prepend' and add an interesting comment.
7332 (tex-math-face, tex-font-lock-syntactic-face-function):
7333 New face and function to use it.
7334 (tex-define-common-keys, tex-mode-map): Use menu-item rather
7335 than `menu-enable' symbol property.
7336 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
7337 (tex-mode): Add some latex-mode commands for auto-selection.
7338 Use tex-font-lock-syntactic-face-function.
7339 (tex-insert-quote): Simplify.
7340 (tex-shell): New mode.
7341 (tex-start-shell): Use it.
7342 (tex-shell-proc, tex-shell-buf): New functions.
7343 (tex-send-command): Use it.
7344 (tex-main-file): Fix the meaning of the new arg REALFILE.
7345 (tex-send-tex-command): New function split from `tex-start-tex'.
7346 Set compilation-last-buffer and compilation-parsing-end.
7347
d3fcda22
SM
7348 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
7349 when it follows non-comment text on the line.
7350
7351 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7352 Set font-lock-defaults.
7353 (lisp-mode-shared-map): Init inside the defvar.
7354 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
7355 Use define-derived-mode.
7356
bdab1d43
MB
73572000-11-14 Miles Bader <miles@lsi.nec.co.jp>
7358
7359 * faces.el (header-line): Use `:box nil' for color/gs displays too.
7360
936ae731
GM
73612000-11-14 Gerd Moellmann <gerd@gnu.org>
7362
83c9cb8e
SM
7363 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7364 Don't recursively optimize body because that can lead to infinite
936ae731
GM
7365 recursion; see comment there.
7366
1695ca2b
EZ
73672000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
7368
7369 * faces.el (face-spec-set-match-display): Revert the change from
7370 2000-10-24. Add a FIXME for after v21.1.
7371
9d348294
MB
73722000-11-13 Miles Bader <miles@gnu.org>
7373
7374 * textmodes/fill.el (skip-line-prefix): New function.
7375 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
7376 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
7377 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7378 point inside the fill-prefix.
9d348294 7379
b85fa13c
MB
73802000-11-13 Miles Bader <miles@lsi.nec.co.jp>
7381
83c9cb8e
SM
7382 * calendar/calendar.el (generate-calendar-window):
7383 Use `fit-window-to-buffer'.
b85fa13c 7384
a0b47716
SM
73852000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7386
7387 * gud.el (gud-minor-mode): New var.
7388 (gud-symbol, gud-val): New functions.
7389 (gud-find-file): Copy gud-minor-mode to the new buffer.
7390 (gud-menu-map): Include entries for commands that are not always
7391 available, using :enable to (de)activate them.
7392 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
7393 (gud-mode-map): New map.
eaae8106 7394 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
7395 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7396 Don't set up gud's menu (it's done by the minor-mode).
7397 (gud-minibuffer-local-map): New.
7398 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7399 (gud-query-cmdline): New function.
7400 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
7401 (gud-mode): Use define-derived-mode.
7402 Don't set up gud's menu (it's done by the minor-mode).
7403 (gud-chop-words): Remove.
7404 (gud-common-init): Use split-string instead.
7405 (gud-new-keymap, gud-make-debug-menu): Eradicate.
7406
7407 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7408 Add keyword arg :name.
7409
7410 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7411 (diff-count-matches, diff-split-hunk): New functions.
7412 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7413
7414 * pcvs-info.el (cvs-fi-conflict-face): New var.
7415
7416 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7417 Make it into a simple syntax-table, shared among all submodes.
7418 (sh-heredoc-face): Re-introduce.
7419 (sh-font-lock-syntactic-face-function): New function.
7420 (sh-mode): Use it. Also use define-derived-mode.
7421 Remove old bogus setting of indent-region-function.
7422 (sh-set-shell): Don't set the syntax-table any more.
7423 (sh-mode-syntax-table) <defun>: Remove.
7424
f5ed37df
MB
74252000-11-12 Miles Bader <miles@gnu.org>
7426
7427 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7428 message if interactive.
7429
0b074c2f
DL
74302000-11-12 Dave Love <fx@gnu.org>
7431
7432 * mail/feedmail.el: Fix header,
7433 (feedmail) <defgroup>: Add :link.
7434
7435 * view.el: Use local-map property, not keymap on mode-line string.
7436
83c9cb8e
SM
7437 * scroll-all.el (scroll-all-mode): Customize variable.
7438 Add autoload cookie to function.
0b074c2f
DL
7439
7440 * lazy-lock.el: Remove compatibility code.
7441
7442 * finder.el (finder-known-keywords): Add `files', remove `vms'.
7443 (finder-help-echo): New variable.
7444 (finder-mouse-face-on-line): Add help-echo stuff.
7445 (finder-list-keywords, finder-list-matches): Use mapc.
7446
7447 * faces.el (face-font-registry-alternatives): Add :version.
7448
7449 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7450 tags-table-list.
7451
a0b47716 7452 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 7453
a0b47716 7454 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
7455 (mail-mode): Use [:alnum:] in some regexps.
7456
6d502396
DL
74572000-11-10 Dave Love <fx@gnu.org>
7458
7459 * ediff.el (ediff-regions-internal, ediff-documentation):
7460 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7461 fundamental mode.
7462
7463 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7464 buffer into fundamental mode.
7465 (ediff-set-difference): Use copy-sequence if available.
7466
83c9cb8e
SM
7467 * ediff-ptch.el (ediff-dispatch-file-patching-job):
7468 Check ediff-patch-map non-nil.
6d502396
DL
7469 (ediff-fixup-patch-map, ediff-fixup-patch-map)
7470 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7471 buffer into fundamental mode.
7472
7473 * ediff-merg.el (state-or-merge): Defvar when compiling.
7474
a82fe213
JR
74752000-11-10 Jason Rumney <jasonr@gnu.org>
7476
7477 * w32-fns.el (w32-add-charset-info): New function.
7478 (w32-charset-info-alist): Use it.
7479
52d89894
GM
74802000-11-10 Gerd Moellmann <gerd@gnu.org>
7481
7482 * faces.el (face-font-registry-alternatives): New user-option.
7483
178932de
SM
74842000-11-10 Stefan Monnier <monnier@cs.yale.edu>
7485
d7fa3319
SM
7486 * textmodes/texinfo.el (texinfo-block-default): New var.
7487 (texinfo-insert-block): Use it. Insert a newline if needed.
7488
178932de
SM
7489 * textmodes/fill.el (fill-indent-according-to-mode): New var.
7490 (fill-region-as-paragraph): Use it.
7491
7492 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7493 (latex-mode): Tweak tex-*-(head|trail)er regexps.
7494 Tweak paragraph regexps to allow a leading [ \t]*.
7495 (tex-latex-block): Insert a newline if necessary.
7496 (latex-insert-item): Only insert a newline if necessary.
7497 (tex-guess-main-file): New function.
7498 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
7499 Set tex-main-file if TeX-master is provided.
7500 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7501
bd02b8e0
GM
75022000-11-10 Gerd Moellmann <gerd@gnu.org>
7503
7504 * startup.el (command-line): Set the default tooltip-mode
7505 to t for graphical displays which implement x-show-tip.
7506
7507 * tooltip.el (tooltip-mode): Add a comment about startup.el
7508 setting the default value of this user-option.
7509
b29b03eb
SM
75102000-11-09 Stefan Monnier <monnier@cs.yale.edu>
7511
7512 * font-lock.el (font-lock-*-face) <defvar>: Move.
7513 (font-lock-defaults-alist): Mark obsolete.
7514 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7515 (font-lock-mode): Use define-minor-mode.
7516 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7517 (font-lock-turn-off-thing-lock): Be more explicit.
7518 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7519 (font-lock-syntactic-face-function): New var.
7520 (font-lock-fontify-syntactically-region): Use it.
7521 (font-lock-doc-face): New.
7522
7523 * pcvs.el (cvs-enabledp): Ignore errors.
7524 (cvs-commit-filelist): Never query.
7525 (cvs-mode-insert): Always add a terminating / in the initial prompt.
7526 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7527 (cvs-do-removal): Use cvs-partition rather than delete-if.
7528 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7529 cvs-bury-buffer.
7530
7531 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7532 Allow `next' to jump to after the end of the last match.
7533
778fbc46
GM
75342000-11-09 Gerd Moellmann <gerd@gnu.org>
7535
730c746c
GM
7536 * simple.el (byte-compiling-files-p): New function.
7537
7538 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7539 if it is there.
7540
7541 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7542 nil again.
7543
778fbc46
GM
7544 * textmodes/ispell.el (ispell-library-path): Don't call
7545 check-ispell-version when byte-compiling because that starts
7546 an ispell process, and ispell might not be installed.
7547 (toplevel): Don't set up a menu when byte-compiling.
7548
7549 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7550 it, so that a boundp test can be used to determine if we're
7551 currently byte-compiling.
7552
5912c5bb
DL
75532000-11-09 Dave Love <fx@gnu.org>
7554
83c9cb8e 7555 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 7556
7bb054a5
GM
75572000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7558
83c9cb8e
SM
7559 * ps-print.el: Patch for variable initialization when spooling.
7560 Doc fix.
7bb054a5
GM
7561 (ps-output-list): Fun eliminated.
7562 (ps-begin-file, ps-begin-job): Code fix.
7563
9db2706e
DL
75642000-11-08 Dave Love <fx@gnu.org>
7565
83c9cb8e 7566 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 7567
f7eb32aa
GM
75682000-11-08 Gerd Moellmann <gerd@gnu.org>
7569
7570 * simple.el (shell-command, display-message-or-buffer)
7571 (shell-command-on-region): Mention resize-mini-windows in the doc
7572 string.
7573 (display-message-or-buffer): Take the value of resize-mini-windows
7574 into account.
7575
7b01b08c
GM
75762000-11-07 Gerd Moellmann <gerd@gnu.org>
7577
acad3c0b
GM
7578 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7579
7b01b08c
GM
7580 * dired.el (dired-between-files): Add `^. find' as an alternative
7581 to the regular expression, for find-dired.
7582
6f602bd0
SM
75832000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7584
7585 * textmodes/texnfo-upd.el: Require texinfo.
7586 (defmacro, defgroup): Remove.
7587 (texinfo-section-to-generic-alist): Remove.
7588 Use texinfo-section-list instead (i.e. level is changed string->int).
7589 (texinfo-filter): New function.
7590 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7591 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7592 Use it. And use regexp-opt.
7593 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7594 (texinfo-update-menu-region-beginning)
7595 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7596 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7597 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 7598 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
7599 (texinfo-sequential-node-update): Remove autoload cookie.
7600
7601 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7602 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7603 (texinfo-chapter-level-regexp): Remove.
7604 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7605
bb216218
DL
76062000-11-06 Dave Love <fx@gnu.org>
7607
6f602bd0 7608 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 7609
6f602bd0
SM
7610 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7611 Match defun*.
bb216218 7612
ff8dd5d5
KH
76132000-11-06 Kenichi Handa <handa@etl.go.jp>
7614
7615 * composite.el (composition-function-table): Variable declaration
7616 moved to src/composite.c.
7617 (compose-chars-after): New optional arg object.
7618
e9da51a1
GM
76192000-11-06 Gerd Moellmann <gerd@gnu.org>
7620
e0c12c68
GM
7621 * bindings.el (mode-line-toggle-read-only)
7622 (mode-line-toggle-modified, mode-line-widen)
7623 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7624 (make-mode-line-mouse2-map): Rewritten.
7625 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7626 functions so that C-h k can show something with a doc string.
eaae8106 7627
e9da51a1
GM
7628 * startup.el (fancy-splash-delay): Set to 10 seconds.
7629 (fancy-splash-max-time): New user-option.
7630 (fancy-splash-stop-time): New variable.
7631 (fancy-splash-screens): Set it. Catch `stop-splashing'.
7632 (fancy-splash-screens-1): Throw `stop-splashing' when current
7633 time is greater than fancy-splash-stop-time.
7634
611dbdf0
SM
76352000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7636
4d2806e2
SM
7637 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7638
611dbdf0
SM
7639 * pcvs.el (cvs-mode-marked): New arg `noquery'.
7640 Prompt user for a file rather than raising an error.
7641 (cvs-enabledp): Fix call to cvs-mode-marked.
7642 (cvs-insert-file): New function (extracted from cvs-mode-insert).
7643 (cvs-mode-insert): Use it. Change the init prompt' value.
7644 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7645
7646 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7647 Don't pass default arg to ewoc-locate.
7648 (ewoc-collect): Return result in the right order.
7649
7650 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7651
7652 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7653 (cvs-status-get-tags): Fix regexp.
7654 (cvs-status-trees, cvs-status-cvstrees):
7655 Combine after change hooks and don't sit-for.
4d2806e2
SM
7656 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7657 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
7658 Use make-char rather than hard-coded cryptic data.
7659 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7660
7661 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7662
7663 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7664 (cvs-insert-strings): New function.
7665
937b2877
MB
76662000-11-06 Miles Bader <miles@lsi.nec.co.jp>
7667
7668 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7669 `mwheel-scroll-amount'.
7670 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7671 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7672 string-matching against the version string.
7673
c6c97763
KH
76742000-11-06 Kenichi Handa <handa@etl.go.jp>
7675
6eaec747
KH
7676 * language/thai.el ("Thai"): Set a lisp form that produces
7677 composed string in `sample-text' language info.
7678
7679 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7680 composed string in `sample-text' language info.
7681
83c9cb8e
SM
7682 * international/mule-cmds.el (describe-language-environment):
7683 Eval `sample-text' data and insert the result.
6eaec747 7684
c6c97763
KH
7685 * international/mule-conf.el (compound-text): Define this coding
7686 system here. Make x-ctext and ctext aliases of it.
7687
7688 * language/european.el (compound-text, ctext): Moved to
7689 international/mule-conf.el.
7690
d1145f85
AI
76912000-11-05 Andrew Innes <andrewi@gnu.org>
7692
7693 * w32-fns.el (w32-version): New function.
7694
178a6a45
SM
76952000-11-05 Stefan Monnier <monnier@cs.yale.edu>
7696
7697 * progmodes/awk-mode.el: Update copyright.
7698 (awk-mode-abbrev-table): Remove.
7699 (awk-font-lock-keywords): Use regexp-opt.
7700 (awk-mode): Use define-derived-mode.
7701
7702 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7703 when extracting a suffix.
7704
1ba90166
AS
77052000-11-04 Andre Spiegel <spiegel@gnu.org>
7706
7707 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
7708 auto-save-mode.
7709
546790cb
JR
77102000-11-04 Jason Rumney <jasonr@gnu.org>
7711
7712 * language/european.el (decode-mac-roman): Test against r1 not r0.
7713
d247e32d
SM
77142000-11-03 Stefan Monnier <monnier@cs.yale.edu>
7715
fbf44f44
SM
7716 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7717 (icon-mode): Define indent-line-function.
7718 (icon-comment-indent): Simplify.
7719 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7720
7721 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7722
7723 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7724 Bind change-log-default-mode to defeat the caching done on it.
7725 Don't bother saving excursion any more.
7726
7727 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7728
7729 * frame.el (after-setting-font-hook): Rename hooks -> hook.
7730 (set-frame-font): Use the new name (and the old for compatibility).
7731
eaae8106
SS
7732 * toolbar/tool-bar.el (tool-bar-mode):
7733 * time.el (display-time-mode):
7734 * recentf.el (recentf-mode):
7735 * paren.el (show-paren-mode):
7736 * mwheel.el (mouse-wheel-mode):
7737 * msb.el (msb-mode):
7738 * jka-compr.el (auto-compression-mode):
7739 * image-file.el (auto-image-file-mode):
7740 * hl-line.el (hl-line-mode):
7741 * delsel.el (delete-selection-mode):
7742 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
7743 * complete.el (partial-completion-mode): Drop unneeded positional args.
7744
eaae8106 7745 * info.el (Info-mode):
79372165 7746 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 7747
d247e32d
SM
7748 * log-edit.el (log-edit-menu): New menu.
7749
4921558e
MB
77502000-11-03 Miles Bader <miles@gnu.org>
7751
7752 * wid-edit.el (widget-end-of-line): Reinstate, with a new
7753 definition, so that trailing spaces are handled properly.
7754 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7755
1fc02b3c
GM
77562000-11-03 Gerd Moellmann <gerd@gnu.org>
7757
7758 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7759 tab character.
7760 (fancy-splash-screens): Set tab-width to 20.
7761
51d001f7
DL
77622000-11-03 Dave Love <fx@gnu.org>
7763
7764 * comint.el (comint-completion-addsuffix): Fix custom type.
7765
ba22aeff
SM
77662000-11-02 Stefan Monnier <monnier@cs.yale.edu>
7767
7768 * font-lock.el (font-lock-buffers): Remove.
7769 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7770 (font-lock-change-major-mode): Remove.
7771 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7772 (font-lock-default-fontify-region): Extend the multiline
7773 fontification to whole lines.
7774 (font-lock-fontify-anchored-keywords)
7775 (font-lock-fontify-keywords-region): If matching just one
7776 line (with \n) only mark the \n as multiline.
7777
7778 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7779 Correctly handle the case where several :group args are supplied.
7780 Allow :extra-args.
7781 (easy-mmode-define-global-mode): Allow :extra-args.
7782 Correctly handle the case where several :group args are supplied.
7783
9c887ada
MB
77842000-11-02 Miles Bader <miles@gnu.org>
7785
eaae8106 7786 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
7787 (holiday-face): Remove dependency on `window-system'.
7788
7f25090d
KR
77892000-11-02 Ken Raeburn <raeburn@gnu.org>
7790
7791 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 7792 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 7793 (compile-files): Bomb out if compilation of a file fails.
7f25090d 7794
7dd6009c
DL
77952000-11-02 Dave Love <fx@gnu.org>
7796
7797 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7798
94821e4f
EZ
77992000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
7800
7801 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7802 punctuation in the warning inserted into the *mail* buffer.
7803
1ac3fc42
GM
78042000-11-02 Gerd Moellmann <gerd@gnu.org>
7805
57731876
GM
7806 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7807 (authors-public-domain-p): New function.
7808 (authors-print): Use it.
7809
975f82c9
GM
7810 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7811
1ac3fc42
GM
7812 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7813
4b3eb10f
GM
78142000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7815
975f82c9 7816 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
7817 (ps-print-version): New version number (6.3.1).
7818 (ps-even-or-odd-pages): Customization fix.
7819 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7820 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7821 (ps-page-count): Var replaced by `ps-page-column'.
7822 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7823 (ps-print-sheet-p): New fun.
7824
7da794df
MB
78252000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7826
7827 * tooltip.el (tooltip-gud-tips-setup): New function.
7828 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7829 (tooltip-mode): Call tooltip-gud-tips-setup.
7830 (tooltip-gud-tips): Use `gud-basic-call' instead of
7831 process-send-string, so the prompt gets frobbed appropriately.
7832 Handle nil return value from `tooltip-gud-print-command'.
7833
0e40b809
EL
78342000-11-01 Eric M. Ludlam <zappo@ultranet.com>
7835
7836 * comint.el (comint-add-to-input-history): New function.
7837 (comint-send-input): Use `comint-add-to-input-history'.
7838
50ada0db
MB
78392000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7840
973a3104
MB
7841 * info.el (info-menu-header): New face.
7842 (Info-fontify-menu-headers): New function.
7843 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7844
50ada0db
MB
7845 * info.el (Info-insert-dir): Don't include blank lines at
7846 beginning of additional dir files (one is added automatically).
7847
bff53411
SM
78482000-11-01 Stefan Monnier <monnier@cs.yale.edu>
7849
7850 * emacs-lisp/easy-mmode.el (define-minor-mode):
7851 Revert the latest changes.
7852 Allow the three positional arguments to be skipped and replaced
7853 by keyword arguments.
7854 Add a :toggle argument to determine whether a nil arg means toggle
7855 or means turn-on. The default is unchanged.
7856 Add a call to force-mode-line-update.
7857
6b8a0b2d
DL
78582000-11-01 Dave Love <fx@gnu.org>
7859
83c9cb8e 7860 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 7861
5bf99100
MB
78622000-11-01 Miles Bader <miles@lsi.nec.co.jp>
7863
83c9cb8e
SM
7864 * calendar/calendar.el (diary-face, holiday-face):
7865 Add dark-background variants.
5bf99100 7866
a4032611
SS
78672000-10-31 Sam Steingold <sds@gnu.org>
7868
7869 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7870 `tex-main-file' does not have directory in it.
7871
c286608e
SM
78722000-10-31 Stefan Monnier <monnier@cs.yale.edu>
7873
7874 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7875
4836835a
TTN
78762000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
7877
7878 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7879 functional change.
7880
26dcb81b
GM
78812000-10-31 Gerd Moellmann <gerd@gnu.org>
7882
7883 * files.el (find-file-noselect): When we expand a wildcard, return
7884 a list of buffers, as we should do according to the doc string.
7885
49fc4500
KR
78862000-10-31 Ken Raeburn <raeburn@gnu.org>
7887
7888 * loadup.el (top level): Adjust load path if program name is
7889 "../src/bootstrap-emacs", in case it's not dumped and thus the
7890 load path adjustment hasn't already been done.
7891
ea0c615d
GM
78922000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7893
83c9cb8e
SM
7894 * ps-print.el: Fix bug on selected pages for printing.
7895 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
7896 is on. Try to avoid warning messages when compiling. Doc Fix.
7897 (ps-print-version): New version number (6.3).
7898 (ps-color-device): Use `color-values' to determine if device
7899 supports color.
7900 (ps-color-values): Try to use `x-color-values' when using XEmacs.
7901 (ps-print-page-p): Changed from defsubst to defun.
7902 (ps-page-number): Changed from defmacro to defun.
7903 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7904 printing.
c286608e 7905 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
7906 (ps-end-file, ps-dummy-page): Funs eliminated.
7907 (ps-print-color-scale): Changed default value.
7908 (ps-page-n-up, ps-print-page-p): New internal vars.
7909 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7910 (ps-plot-region, ps-generate, ps-end-job): Code fix.
7911
9e20722f
GM
7912 * delim-col.el: Little programming improvement.
7913 (delimit-columns-str): New macro.
7914 (delimit-columns-region, delimit-columns-rectangle): Code fix.
7915
d7a0fd00
KH
79162000-10-31 Kenichi Handa <handa@etl.go.jp>
7917
c286608e
SM
7918 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7919 Moved to european.el.
d7a0fd00
KH
7920 (ccl-encode-mac-roman-font, fontset-mac): Modified for
7921 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
7922 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7923 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 7924
234be340
DL
79252000-10-30 Dave Love <fx@gnu.org>
7926
7927 * progmodes/cc-menus.el (imenu-generic-expression)
7928 (imenu-progress-message): Only defvar when compiling.
7929
4edc4a39
DL
7930 * emacs-lisp/elp.el (elp-unload-hook): New function.
7931
7932 * loadhist.el (unload-feature): Call elp-restore-function,
7933 checking for symbols; don't use elp-restore-all.
7934 (loadhist-hook-functions): Doc fix.
7935
70c825df
SM
79362000-10-30 Stefan Monnier <monnier@cs.yale.edu>
7937
7938 * log-edit.el (log-edit-confirm): Fix the default.
7939
1d3baf74
GM
79402000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7941
7942 * delim-col.el: Little fix: replace delimit-columns-align-columns by
7943 delimit-columns-format.
7944 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 7945
1ec321a7
MB
79462000-10-30 Miles Bader <miles@lsi.nec.co.jp>
7947
7948 * comint.el (comint-replace-by-expanded-history): Don't use
7949 comint-get-old-input (we're not looking at *old* input).
7950 (comint-get-old-input-default): If using fields, signal an error
7951 when the point is not in an input field.
7952
70737ea9
KH
79532000-10-30 Kenichi Handa <handa@etl.go.jp>
7954
7955 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7956 and mule-unicode-e000-ffff.
7957
fa0cb51d 7958 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
7959 (make-coding-system): Accept a symbol of translation table as a
7960 value of property `safe-chars'.
7961
7962 * international/mule-cmds.el (encode-coding-char): Check property
7963 safe-chars instead of safe-charsets.
7964
7965 * international/fontset.el (fontset-default): Modified for
7966 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7967 (x-font-name-charset-alist): Likewise.
7968 (ccl-encode-unicode-font): New CCL program. Record it in
7969 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
7970
70c825df
SM
7971 * language/european.el (mac-roman-decoder, mac-roman-encoder):
7972 New translation tables.
70737ea9
KH
7973 (decode-mac-roman, encode-mac-roman): Definition of these CCL
7974 programs are modified and moved from mac-win.el.
7975 (mac-roman): Definition of this coding system is modified and
7976 moved from mac-win.el.
4836835a 7977
fda2ce24 79782000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 7979
1d3baf74 7980 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 7981 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 7982
dd4d3cb6
MB
79832000-10-29 Miles Bader <miles@gnu.org>
7984
7985 * custom.el (custom-add-to-group): Allow multiple entries for a
7986 given value OPTION, as long as their widget types are different.
7987 * cus-edit.el (custom-face-value-create): If face name doesn't end
7988 with "face", add such here (similar to custom group widgets).
7989
7990 * comint.el (comint-highlight-prompt): Add :type.
7991
dace60cf
JW
79922000-10-28 John Wiegley <johnw@gnu.org>
7993
dace60cf
JW
7994 * calendar/timeclock.el (timeclock-log): Doc fix.
7995 (timeclock-last-event): Doc fix.
83c9cb8e 7996 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
7997 (timeclock-find-discrep): Use a temp buffer to read in the
7998 timelog, instead of visiting the file.
7999 (timeclock-log-data): A new function, along with a host of helper
8000 functions, for the purpose of making timelog data accessible to
8001 programmers.
8002
8003 * eshell/esh-mode.el (window-height test): Make certain that
8004 `eshell-stringify-t' is non-nil.
8005 (eshell-password-prompt-regexp): Changed to a much simpler
8006 password regexp.
8007 (eshell-send-input): If `eshell-invoke-directly' returns t,
8008 directly invoke the parsed command using `eval'. This improves
8009 turn-around time on simple commands by a factor of three or
8010 greater, such as cd, ls, pwd, etc. -- which get used very often.
8011 It also conserves thousands of cons cells per call (since
8012 `eshell-do-eval' consumes memory like a Cookie Monster set loose
8013 in the Pacific Cookie Company).
8014
8015 * eshell/esh-test.el (eshell-test): Whitespace fix.
8016
83c9cb8e
SM
8017 * eshell/em-ls.el (eshell-ls-insert-directory):
8018 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
8019
8020 * eshell/em-script.el (eshell-script-initialize): Add names to
8021 `eshell-complex-commands, since `source' and `.' are complex.
8022
0467b076
EZ
8023 * eshell/esh-cmd.el (eshell-rewrite-for-command)
8024 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
8025 `eshell-copy-handles'.
8026 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
8027 bodies.
8028 (eshell-separate-commands): Whitespace fix.
8029 (eshell-complex-commands): Added a new list of names, for
8030 determining whether a given command is as simple as it looks.
8031 (eshell-invoke-directly): New function. Returns t if a command
8032 should be invoked directly (using `eval'), rather than indirectly
8033 using `eshell-do-eval'.
8034 (eshell-do-eval): Whitespace fix.
8035
8036 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
8037 which provides an emulation of the DOS shell behavior of assuming
8038 that cp/mv/ln should copy/move/link to the current directory.
8039 (eshell-remove-entries): Added a doc string.
8040 (eshell-shuffle-files): Removed the check for `target' being null.
8041 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
8042 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
8043 it to do a smarter check of whether a destination was provided.
8044 (eshell/mv, eshell/cp): Enable `:preserve-args'.
8045 (eshell/ln): Enable `:preserve-args', and use
8046 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
8047 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
8048 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
8049 list after flattening it. This makes it possible to cat files
8050 with numerical names.
8051 (eshell-unix-initialize): Added several names to
8052 `eshell-complex-commands.
8053 (eshell-unix-command-complex-p): Return t if a given command name
8054 may result in external processes being invoked.
8055
8056 * eshell/em-glob.el (eshell-glob-show-progress): Make this
8057 variable nil by default, since it slows down glob processing by a
8058 factor of two or more, and increases memory consumption.
8059
8060 * eshell/em-smart.el: Added a note about how memory consumptive
8061 smart display mode can be (at least this is true in Emacs 21).
8062 (eshell-smart-initialize): Whitespace fix.
8063 (eshell-refresh-windows): Use `if' instead of `when'.
8064 (eshell-smart-scroll-window): Calling `save-current-buffer' was
8065 not necessary.
83c9cb8e 8066 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
8067
8068 * eshell/em-ls.el (eshell-do-ls): Code simplification.
8069 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
8070 Whitespace fix.
8071 (eshell-ls-exclude-hidden): Added this variable in addition to
8072 `eshell-ls-exclude-regexp'. This one prevents files beginning
8073 with . from even being read, which can improve memory consumption
8074 quite a bit.
8075 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
8076 read file entries beginning with a dot. In home directories with
8077 lots of hidden files, fully two-thirds of the time spent in ls is
8078 used to read directory entries that are immediately thrown away.
8079 (eshell-ls-initial-args): Added back this configuration variable,
8080 for specifying default initial arguments to every call to ls.
8081 Much faster than using an alias to do the same thing.
8082 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
8083 (eshell-ls-dir): Whitespace change.
8084
8085 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
8086
83c9cb8e 8087 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
8088 (eshell-stringify-t): Added a customization variable, to indicate
8089 whether `t' should be rendered as a string at all. If not, one
8090 can still determine if the result of an expression is true using
8091 "file-exists-p FILE && echo true".
8092 (eshell-stringify): If `eshell-stringify-t' is nil, don't
8093 stringify t!
8094
8095 * eshell/esh-module.el: Whitespace fix.
8096
83c9cb8e
SM
8097 * eshell/em-alias.el (eshell-alias-initialize):
8098 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
8099 (eshell-command-aliased-p): New function that returns t if a
8100 command name names an aliased.
8101
657f9cb8 81022000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 8103
0467b076 8104 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 8105 redrawing the screen when changing cursor color.
0467b076
EZ
8106 (viper-insert-state-pre-command-sentinel)
8107 (viper-replace-state-pre-command-sentinel)
70c825df
SM
8108 (viper-replace-state-post-command-sentinel):
8109 Use viper-preserve-cursor-color.
657f9cb8
MK
8110 Many functions changed to use viper= instead of = when comparing
8111 characters.
0467b076 8112 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 8113 working with characters.
0467b076 8114 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
8115 Many functions changed to use viper= instead of = when comparing
8116 characters.
0467b076 8117 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 8118
0467b076 8119 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 8120 Several typos fixed in various docstrings.
0467b076 8121 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 8122 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
8123 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
8124 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
8125 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
8126 (ediff-get-selected-buffers): New function.
8127 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
8128 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
8129 Use save-window-excursion.
0467b076 8130 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 8131 termination check in while loop.
0467b076 8132 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 8133 dired buffer.
0467b076
EZ
8134 (ediff-files,ediff-merge-files,ediff-files3)
8135 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 8136
4f490d99
DL
81372000-10-28 Dave Love <fx@gnu.org>
8138
8139 * info.el (Info-fontify-node): Add help-echo for menu items.
8140
45b84006
EZ
81412000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8142
5ebc02b3
EZ
8143 * startup.el (normal-top-level): If the value of $TERM indicates
8144 we are running from xterm or one of its work-alikes, default to a
8145 light background mode.
8146
45b84006
EZ
8147 Support for -fg, -bg, and -rv command-line arguments for TTYs:
8148 * faces.el (tty-handle-reverse-video): New function.
8149 (tty-create-frame-with-faces): Call it.
8150
8151 * frame.el (frame-notice-user-settings): Don't apply
8152 default-frame-alist and initial-frame-alist to MS-DOS frames.
8153 Call tty-handle-reverse-video, frame-set-background-mode, and
8154 face-set-after-frame-default for non-MS-DOS frames.
8155
8156 * startup.el (tty-long-option-alist): New variable.
8157 (tty-handle-args): New function.
8158 (command-line): Call tty-handle-args.
8159
8160 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
8161 startup.el now does that for all character-terminal frames.
8162
eab6e8b9
MB
81632000-10-28 Miles Bader <miles@gnu.org>
8164
83c9cb8e
SM
8165 * emacs-lisp/easy-mmode.el (define-minor-mode):
8166 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
8167 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 8168 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
8169 version using `easy-mmode-define-global-mode'.
8170 Add :conditional-turn-on keyword argument.
eab6e8b9 8171
51a29efc
DL
81722000-10-28 Dave Love <fx@gnu.org>
8173
83c9cb8e
SM
8174 * international/latin1-disp.el (latin1-char-displayable-p):
8175 Don't use window-system.
51a29efc 8176
d71d7114
EZ
81772000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
8178
8179 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8180 Don't call find-buffer-file-type-coding-system. Instead, just
8181 set eol-type to -unix if inhibit-eol-conversion is in effect, or
8182 if the file is on an untranslated filesystem.
8183 (add-untranslated-filesystem): Use "D" instead of "f" inside
8184 interactive.
8185
1f9cab4b
DL
81862000-10-27 Dave Love <fx@gnu.org>
8187
70c825df 8188 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
8189 (refill-mode): Use it.
8190
70c825df
SM
81912000-10-27 Stefan Monnier <monnier@cs.yale.edu>
8192
8193 * international/quail.el (quail-activate): Don't make-local-hook.
8194
7432cf10
AS
81952000-10-27 Andre Spiegel <spiegel@gnu.org>
8196
4836835a 8197 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 8198 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
8199 (vc-make-version-backup): Don't do it on MS-DOS without long file
8200 names.
4836835a 8201
7432cf10
AS
8202 * vc.el (vc-version-other-window): If an automatic backup of the
8203 desired version exists, rename it instead of copying it.
8204
4836835a
TTN
8205 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
8206 after command. If there's an unexpected error, signal it instead
7432cf10 8207 of being silent.
e1483c38 8208 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 8209
05ea7ef2
MB
82102000-10-27 Miles Bader <miles@lsi.nec.co.jp>
8211
fd1035aa
MB
8212 * shell.el (shell): Add BUFFER argument.
8213 * comint.el (make-comint-in-buffer): New function.
8214 (make-comint): Use it.
8215
05ea7ef2
MB
8216 * faces.el (face-spec-choose): Change syntax so that the list of
8217 attribute-value pairs is now the cdr of each clause, not the cadr.
8218 Detect old-style entries, and handle them. Use pop.
8219
835a55fe
SM
82202000-10-26 Stefan Monnier <monnier@cs.yale.edu>
8221
f5ab1cdd
SM
8222 * cus-edit.el (custom-mode-map): Use a sparse map.
8223 (custom-mode): Don't bother with make-local-hook.
8224
8225 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
8226
835a55fe
SM
8227 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
8228
c13b0ec8
GM
82292000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8230
8231 * ps-print.el: Avoid compilation gripes.
8232 (ps-print-version): New version number (6.2.1).
4836835a 8233
e9f63196
DL
82342000-10-26 Dave Love <fx@gnu.org>
8235
0b95284b
DL
8236 * menu-bar.el: Modify some menu item help strings.
8237 (menu-bar-help-menu): Add link to MORE.STUFF.
8238
e9f63196
DL
8239 * cus-edit.el (custom-mode): Add `special' mode-class property.
8240
8241 * wid-browse.el (widget-browse-mode): Likewise.
8242
8243 * wid-edit.el (widget-specify-field): Revert to using local-map
8244 property, not keymap.
8245
e276a14a
MB
82462000-10-26 Miles Bader <miles@lsi.nec.co.jp>
8247
c1545d88
MB
8248 * wid-edit.el (widget-field-end): When checking for a `boundary'
8249 field, do so in the correct buffer.
8250
3c1b77ca
MB
8251 * simple.el (undo): Correctly distinguish between numeric and
8252 non-numeric prefix args in non-transient-mark-mode, as per the doc
8253 string. When in transient-mark-mode, treat all prefix-args as
8254 numeric.
8255
f5ab1cdd
SM
8256 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
8257 Position point on match. Handle N == 0 correctly.
22626d9d
MB
8258
8259 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
8260 (comint-mode-map): Reverse order of `comint-write-output' and
8261 `comint-append-output-to-file'.
8262 (comint-append-output-to-file): Reinstate this function, for the
8263 benefit of the menu.
8264
d97151cb
SM
82652000-10-25 Stefan Monnier <monnier@cs.yale.edu>
8266
8267 * vc.el (vc-version-other-window): Bind `file'.
8268
ea7d6f5b
GM
82692000-10-25 Gerd Moellmann <gerd@gnu.org>
8270
f5ab1cdd 8271 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
8272
8273 * emacs-lisp/authors.el (batch-update-authors): New function.
8274 (authors-fixed-entries): New defconst.
8275 (authors-add-fixed-entries): New function.
8276 (authors): Call it.: Don't process lispref/.
8277
17c25cea
JR
82782000-10-25 Jason Rumney <jasonr@gnu.org>
8279
8280 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8281 Merge x w32 and mac definitions.
8282
4ecda532
GM
82832000-10-25 Gerd Moellmann <gerd@gnu.org>
8284
8285 * menu-bar.el (menu-bar-options-menu): Add a help string for
8286 `uniquify'.
8287
b6735035
GM
82882000-10-25 Stephen Gildea <gildea@alum.mit.edu>
8289
f5ab1cdd
SM
8290 * time-stamp.el (time-stamp-string-preprocess):
8291 Fix a wrong type argument error.
b6735035 8292
f4cbc7a0
MB
82932000-10-25 Miles Bader <miles@gnu.org>
8294
8295 * recentf.el (recentf-mode): Variable removed.
8296 (recentf-mode): Use `define-minor-mode'.
8297
8298 * mwheel.el (mouse-wheel-mode): New global minor mode.
8299 (mwheel-install): Use `mouse-wheel-mode'.
8300
f4b020f6
DL
83012000-10-25 Dave Love <fx@gnu.org>
8302
f5ab1cdd
SM
8303 * progmodes/cperl-mode.el (cperl-mode):
8304 Set normal-auto-fill-function correctly.
072cb6f9 8305
83c9cb8e
SM
8306 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8307 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 8308 bindings.
f4b020f6 8309
ebe2a441
MB
83102000-10-25 Miles Bader <miles@lsi.nec.co.jp>
8311
ff4dcd4b
MB
8312 * wid-edit.el (widget-field-at): New function.
8313 (widget-at, widget-field-activate): Use it.
8314 (widget-tabable-at): Use `widget-at'.
8315 (widget-specify-field): If the terminating character of the widget
8316 field (which is read-only) is a newline, put it into a special
8317 `boundary' field so that C-n/C-p act more naturally.
8318 (widget-field-end): Also don't subtract one if a special
8319 `boundary' field has been added after the widget field.
8320
83c9cb8e
SM
8321 * comint.el (comint-output-filter, comint-send-input):
8322 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 8323 code, since it should notice the overlay insertion-types now.
ff4dcd4b 8324
ebe2a441
MB
8325 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8326 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8327 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8328
fe50b6ab
GM
83292000-10-24 Gerd Moellmann <gerd@gnu.org>
8330
53df4dda 8331 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
8332 (authors): Set file coding system to iso-2022-7bit.
8333 Add file-local variables to output buffer.
53df4dda 8334
4836835a 8335 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
8336 WARN is nil.
8337
53df4dda
GM
83382000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8339
8340 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
8341
8342 * delim-col.el: Now there is a column formatting mechanism.
8343 Modified to customization mechanisms convention. Doc fix.
8344 (columns): New group for delim-col.
8345 (delimit-columns-before, delimit-columns-after)
8346 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
8347 (delimit-columns-end): New vars.
8348 (delimit-columns-customize, delimit-columns-format): New funs.
8349 (delimit-columns-region, delimit-columns-rectangle)
8350 (delimit-columns-rectangle-line): Modified to support column
8351 formatting.
4836835a 8352
a9839779
DL
83532000-10-24 Dave Love <fx@gnu.org>
8354
8355 * log-edit.el (log-edit): Add :version and a :group for vc.
8356
df0267b8
GM
83572000-10-24 Gerd Moellmann <gerd@gnu.org>
8358
9acc3873
GM
8359 * files.el (after-find-file): Don't print a message ``New file''
8360 if WARN is nil.
8361
83c9cb8e
SM
8362 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8363 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
8364 get duplicate tool-bar entries because we'll see the global ones
8365 on more than one path through keymaps.
8366
1946f901
GM
8367 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8368
df0267b8
GM
8369 * progmodes/cmacexp.el: Change Francesco's email address.
8370
ae3b264b
KH
83712000-10-24 Kenichi Handa <handa@etl.go.jp>
8372
8373 * window.el (fit-window-to-buffer): Adjust point of the window
8374 buffer, not that of the current buffer.
8375
23afac01
EZ
83762000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
8377
8378 * progmodes/cmacexp.el: Update the euthor's email address.
8379
22d1a4ed
MB
83802000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8381
8382 * faces.el (face-spec-set-match-display): Add `graphic' display
8383 type (the inverse of `tty'). Use `display-graphic-p' instead of
8384 the window-system variable.
8385
f408aa48
KH
83862000-10-24 Kenichi Handa <handa@etl.go.jp>
8387
83c9cb8e
SM
8388 * international/isearch-x.el (isearch-with-input-method):
8389 Call input-method-function with the first event in
f408aa48
KH
8390 unread-command-events.
8391
94fe8a31
MB
83922000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8393
83c9cb8e 8394 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 8395
8f47302e
AC
83962000-10-24 Andrew Choi <akochoi@i-cable.com>
8397
8398 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8399 New charsets.
8400
8401 * term/mac-win.el: Remove definitions of mac-roman-lower and
8402 mac-roman-upper, require dired, and define instead of set
8403 mac-ready-for-drag-n-drop to avoid compilation error.
8404
446c097e
AI
84052000-10-23 Andrew Innes <andrewi@gnu.org>
8406
83c9cb8e
SM
8407 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8408 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
8409 expand-file-name after convert-standard-filename to ensure
8410 expected directory separators are used.
8411
379b70e7
EZ
84122000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
8413
8414 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8415
85c766e9
DL
84162000-10-23 Dave Love <fx@gnu.org>
8417
b7e03a67
DL
8418 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8419 (tool-bar-add-item): Set foreground and background for XBM icons.
8420
83c9cb8e
SM
8421 * international/latin1-disp.el (latin1-char-displayable-p):
8422 New function (from Handa).
b7e03a67
DL
8423 (latin1-display-check-font): Use it.
8424
0dcf8835 8425 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
8426 using :key-sequence, making it much more usable.
8427 Use nconc, not append.
0dcf8835
DL
8428 (imenu--create-keymap-1): Avoid append.
8429
85c766e9 8430 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 8431
cb3069bb
MB
84322000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8433
8434 [the following changes fix a bug where `define-minor-mode' didn't
8435 correctly generate :require clauses for defcustoms in compiled files]
8436 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8437 (byte-compile-log-file, byte-compile-log-1): Don't set
8438 `byte-compile-current-file' to nil. Instead set
8439 `byte-compile-last-logged-file' to it. Test whether
8440 byte-compile-current-file equals byte-compile-last-logged-file
8441 instead of whether its nil.
3b6542ba 8442 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 8443
6db6243b
SM
84442000-10-23 Stefan Monnier <monnier@cs.yale.edu>
8445
8446 * textmodes/refill.el: Fix var names in doc.
8447 (refill-mode): Don't bother with make-local-hook anymore.
8448
98490598
MB
84492000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8450
e01cd227
MB
8451 * faces.el (face-user-default-spec, face-default-spec): New functions.
8452 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 8453 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
8454 Use `face-user-default-spec'. Simplify code slightly.
8455
4836835a 8456 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
8457 (woman-unknown-face): Add dark-background variants.
8458 (woman-default-faces): Renamed from `woman-colour-faces'.
8459 Set using the stored defaults, rather than using hard-wired colors.
8460 (woman-monochrome-faces): Renamed from `woman-black-faces'.
8461 Just make the foreground `unspecified' rather than "black".
8462 (woman-menu): Rename menu entries accordingly.
8463
98490598
MB
8464 * faces.el (header-line): Make more reasonable on mono/grayscale
8465 displays.
8466
1a578e9b
AC
84672000-10-23 Andrew Choi <akochoi@i-cable.com>
8468
8469 * cus-edit.el (custom-button-face): Use 3D look for mac.
8470 (custom-button-pressed-face): Likewise.
8471
8472 * faces.el (set-face-attributes-from-resources): Handle mac frames
8473 in the same way as x and w32 frames.
8474 (face-valid-attribute-values): Likewise.
8475 (read-face-attribute): Likewise.
8476 (defined-colors): Likewise.
8477 (color-defined-p): Likewise.
8478 (color-values): Likewise.
8479 (display-grayscale-p): Likewise.
8480 (face-set-after-frame-default): Likewise.
8481 (mode-line): Same default face as for x and w32.
8482 (tool-bar): Likewise.
8483
8484 * frame.el: Remove call to frame-notice-user-settings at end of
8485 the file.
8486
83c9cb8e 8487 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
8488 as for x, pc, and w32 frame types.
8489
8490 * term/mac-win.el: New file.
8491
aaaf7be7
DL
84922000-10-22 Dave Love <fx@gnu.org>
8493
8494 * textmodes/refill.el: New file.
8495
5392d654
AS
84962000-10-22 Andre Spiegel <spiegel@gnu.org>
8497
4836835a 8498 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 8499 MANUAL and REGEXP.
4836835a 8500 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
8501 New functions.
8502 (vc-before-save): Use the latter.
8503 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8504 confusion.
8505
4836835a 8506 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
8507 expected by vc[-hooks].el.
8508
8509 * vc.el (vc-checkout): Added `-p' suffix in call to
8510 vc-make-version-backups-p; use vc-make-version-backup to actually
8511 make the backup.
8512 (vc-version-other-window, vc-version-backup-file): Handle both
8513 automatic and manual backups.
8514 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8515 of all of them.
8516
1e221c16
MB
85172000-10-22 Miles Bader <miles@gnu.org>
8518
7ff4fda5
MB
8519 * comint.el (comint-highlight-input, comint-highlight-prompt):
8520 Renamed, `-face' at end removed.
8521 (comint-send-input, comint-output-filter): Use renamed faces.
8522
3511cde8
MB
8523 * window.el (fit-window-to-buffer): Change defaulting of
8524 MAX-HEIGHT slightly.
8525
1e221c16
MB
8526 * faces.el (color-values, color-defined-p): Use `member', not
8527 `memq', because it works correctly for strings.
8528 (frame-set-background-mode): Actually, "unspecified-fg" and
8529 "unspecified-bg" *are* strings. Use `member', not `memq', and
8530 `equal', not `eq', when a string value is possible.
8531
b6ef4898
EZ
85322000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
8533
8534 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8535
34939e2c
SM
85362000-10-21 Stefan Monnier <monnier@cs.yale.edu>
8537
8538 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8539 sh-electric-rparen, sh-electric-less and sh-electric-hash.
8540 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8541 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8542 (sh-font-lock-syntactic-keywords): Use them.
8543 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8544 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8545 (sh-mode): Don't override font-lock-unfontify-region-function.
8546 Use a copy of sh-font-lock-syntactic-keywords.
8547 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8548 Don't call sh-scan-buffer since font-lock does it on the fly.
8549 (sh-get-indent-info): Use `face' rather than `syntax-table'
8550 text-property to detect here-documents.
8551 Replace sh-special-syntax with sh-st-punc.
8552 (sh-prev-line): Use `face' rather than `syntax-table'
8553 text-property to skip over here-documents.
8554 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8555 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8556 (sh-electric-less, sh-set-here-doc-region)
4836835a 8557 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
8558 (sh-scan-buffer, sh-rescan-buffer): Remove.
8559
f3d3c491
AI
85602000-10-21 Andrew Innes <andrewi@gnu.org>
8561
8562 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8563 remote (ange-ftp) file names.
8564
b86c791c
MB
85652000-10-21 Miles Bader <miles@gnu.org>
8566
d9c30bdf
MB
8567 * window.el (fit-window-to-buffer): New function.
8568 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
8569 (window-text-height): Don't expect minibuffers to have mode-lines.
8570
d9c30bdf 8571 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
8572 * international/quail.el (quail-update-guidance):
8573 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 8574
617fee5a
MB
8575 * international/quail.el (quail-show-guidance-buf): Make sure
8576 guidance window really has enough room.
8577 (quail-update-guidance): If quail-guidance-win is already shown,
8578 make sure its height is OK.
8579
b86c791c
MB
8580 * window.el (window-text-height, set-window-text-height):
8581 New functions.
8582 (shrink-window-if-larger-than-buffer): Use `window-text-height'
8583 instead of `window-height' & `mode-line-window-height-fudge'.
8584 (mode-line-window-height-fudge): Add FACE parameter.
8585 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8586 instead of `enlarge-window' & `mode-line-window-height-fudge'.
8587
e34850d1
MB
85882000-10-20 Miles Bader <miles@gnu.org>
8589
8590 * window.el (height-affecting-face-attributes): Use `defconst'.
8591
8592 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8593 New function, conditionally aliased to `mode-line-window-height-fudge'.
8594 (ispell-help): Use it.
8595 (ispell-choices-win-default-height): Don't include mode-line fudge.
8596 (ispell-choices-win-default-height): New function.
8597 (ispell-show-choices, ispell-command-loop): Use function
8598 `ispell-choices-win-default-height' instead of variable.
8599
a8b883c2
MB
86002000-10-20 Miles Bader <miles@lsi.nec.co.jp>
8601
8c6e4a58
MB
8602 * window.el (mode-line-window-height-fudge): New variable.
8603 (height-affecting-face-attributes): New variable.
8604 (mode-line-window-height-fudge): New function.
8605 (shrink-window-if-larger-than-buffer): Use it.
8606 * help.el (resize-temp-buffer-window): Likewise.
8607
a8b883c2
MB
8608 * info.el (Info-fontify-node): Add support for @subsubsection
8609 titles, which use `Info-title-4-face'.
8610 (Info-title-4-face): New face.
8611 (Info-title-3-face): Inherit from Info-title-4-face instead of
8612 variable-pitch.
8613
e64c3a75
JR
86142000-10-19 Jason Rumney <jasonr@gnu.org>
8615
8616 * dired.el (dired-insert-directory): Do not let errors signalled by
8617 attempt to run dired-free-space-program prevent dired from working.
8618
c70fe852
SM
86192000-10-19 Stefan Monnier <monnier@cs.yale.edu>
8620
8621 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8622
877cf6b4
GM
86232000-10-19 Gerd Moellmann <gerd@gnu.org>
8624
5de037e0
GM
8625 * dirtrack.el (dirtrack): Fix call to run-hooks.
8626
6deb9af9
GM
8627 * cmuscheme.el (cmuscheme-program-name): Renamed from
8628 scheme-program-name because xscheme.el contains a defcustom with
8629 the same name. As a consequence, customizing group `cmuscheme'
8630 loaded `xscheme' which redefined run-scheme.
8631 (run-scheme): Use cmuscheme-program-name.
8632
83c9cb8e 8633 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 8634
e597d8fb 8635 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 8636 anonymous address, and add a website for Befrienders International.
4836835a 8637
3e9cb08f
GM
86382000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8639
c70fe852
SM
8640 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
8641 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
8642 (ps-print-version): New version number (6.2).
8643 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8644 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8645 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8646 (ps-x-extent-priority, ps-x-extent-start-position)
8647 (ps-x-face-font-instance, ps-x-find-coding-system)
8648 (ps-x-font-instance-properties, ps-x-make-color-instance)
8649 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8650 avoid compilation gripes without defining functions.
8651 (ps-e-find-composition): Alias for function find-composition, to have a
8652 suitable function depending on Emacs version.
8653 (ps-color-device, ps-color-values, ps-face-foreground-name)
8654 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8655 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8656 (ps-print-ensure-fontified): Function definitions surrounded by
8657 `eval-and-compile' to avoid compilation gripes.
8658 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8659 by symbol-value to avoid compilation gripes.
8660 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8661 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8662
d8abcd91
MB
86632000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8664
13ab33c4
MB
8665 * startup.el (normal-top-level): Call `frame-set-background-mode'
8666 after `frame-notice-user-settings' because the latter doesn't call
8667 the former on a tty.
8668
d8abcd91
MB
8669 * faces.el (frame-set-background-mode): `unspecified' &c are
8670 symbols, not strings.
8671
e8bce0a9
EZ
86722000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8673
c70fe852
SM
8674 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8675 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 8676
c70fe852
SM
8677 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8678 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 8679
773272d8
KH
86802000-10-19 Kenichi Handa <handa@etl.go.jp>
8681
c70fe852 8682 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
8683 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
8684 for ISO10646-1 fonts.
8685 (x-font-name-charset-alist): Add an entry for "iso10646-1".
8686
772139c0
EZ
86872000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8688
8689 * faces.el (frame-set-background-mode): If a tty frame defines a
8690 background color, use that to compute the background mode, instead
8691 of always defaulting to "dark".
8692
d134a19f
MB
86932000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8694
8bb84cb2
MB
8695 * comint.el (comint-write-output): New function.
8696 (comint-mode-map): Add it to the menu.
e40a778f 8697 Bind `C-c C-s' to comint-write-output.
d134a19f 8698
dada41e1
GM
86992000-10-18 Gerd Moellmann <gerd@gnu.org>
8700
8701 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8702 Use fancy-splash-delay.
8703
9b5360aa
GM
87042000-10-18 Alex Schroeder <alex@gnu.org>
8705
8706 * progmodes/sql.el (sql-sybase-options): New option.
8707 (sql-sybase): Use it. Add sql-database to the list of parameters
8708 provided for login. The options -w 2048 -n are not used any more.
8709
9035a35a
GM
8710 * comint.el (comint-read-input-ring): Bugfix such that the first
8711 and the last entry of the input ring file are not lost.
8712
3556c6dd
GM
87132000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8714
8715 * ps-print.el: Internal variable changes to defcustom,
8716 make-local-hook changes to defvar. Doc fix.
8717 (ps-print-version): New version number (6.1).
8718 (ps-setup, ps-do-despool): Code fix.
8719 (ps-printer-name): Customization fix.
8720 (ps-printer-name-option): Now is a defcustom instead of an
8721 internal variable.
8722 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8723 (ps-print-begin-column-hook): Now are defvar instead of
8724 make-local-hook.
4836835a 8725
4e217e50
MB
87262000-10-18 Miles Bader <miles@gnu.org>
8727
8728 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8729 (comint-kill-output): Changed into an alias for `comint-delete-output',
8730 and made obsolete.
8731 (comint-mode-map): Rename references to comint-kill-output.
8732
34460354
EZ
87332000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
8734
8735 * diff-mode.el (diff-header-face, diff-file-header-face)
8736 (diff-changed-face): Add bold and italic attributes to tty faces.
8737 (diff-function-face): New face.
8738 (diff-font-lock-keywords): Use it.
8739
17ea3cdb
MB
87402000-10-18 Miles Bader <miles@lsi.nec.co.jp>
8741
8742 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8743 Remove commented-out call to force-mode-line-update.
8744 (comint-kill-output): Use `forward-line 0' instead of
8745 beginning-of-line to make sure we get past the prompt.
8746
9244f2c7
SM
87472000-10-17 Stefan Monnier <monnier@cs.yale.edu>
8748
8749 * diff-mode.el (diff-header-face, diff-file-header-face):
8750 Add specific setting for dark background.
8751 (diff-context-face): Renamed from diff-comment-face.
8752 Set explicitly rather than inheriting from font-lock-comment-face.
8753
1592c1ef
EZ
87542000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8755
8756 * startup.el (command-line): Move the code which sets the default
8757 TTY colors to before before-init-hook.
8758
f86292a9
GM
87592000-10-17 Gerd Moellmann <gerd@gnu.org>
8760
8761 * jit-lock.el (jit-lock-stealth-time): Doc fix.
8762
f7f2e883
EZ
87632000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8764
e854cc22
EZ
8765 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8766 extensions, for MS-DOS.
8767
f7f2e883
EZ
8768 * diff-mode.el (diff-header-face, diff-file-header-face)
8769 (diff-changed-face): Define tty-specific colors.
8770
c7b4f0f9
GM
87712000-10-17 Gerd Moellmann <gerd@gnu.org>
8772
8773 * startup.el (fancy-splash-text): Realign the text.
8774
12a72271
EZ
87752000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8776
8777 * font-lock.el (font-lock-comment-face): Define a separate default
8778 for dark-background tty's.
8779
61dfccfd
MB
87802000-10-17 Miles Bader <miles@gnu.org>
8781
8782 * help.el (resize-temp-buffer-window): Add hack to avoid last line
8783 being obscured by whizzy mode-lines on graphics displays.
8784
333cd59e
EZ
87852000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8786
8787 * info.el (Info-title-1-face, Info-title-2-face)
8788 (Info-title-3-face): Define colors for tty's.
dada41e1 8789 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 8790
dbf1fcc1
EZ
87912000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8792
8793 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8794 reverse from the frame parameters, and don't invert foreground and
8795 background colors.
8796
ac629823
MB
87972000-10-16 Miles Bader <miles@gnu.org>
8798
8799 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8800 string "*Info*". Call propertized-buffer-identification to spruce
8801 up the result.
8802
76eebffc
GM
88032000-10-16 Gerd Moellmann <gerd@gnu.org>
8804
3a6b59d9
GM
8805 * help.el: Provide `help' for the sake of define-minor-mode
8806 which generates defcustoms with requires.
8807
6569c3d3
GM
8808 * jit-lock.el (jit-lock-after-change): If we're in text that
8809 matches a multi-line font-lock pattern, make sure the whole text
8810 will be redisplayed.
8811
c2e0a611
GM
8812 * emacs-lisp/authors.el (authors-add): Don't add an entry if
8813 author's name is unknown.
8814
76eebffc
GM
8815 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8816 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8817 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8818 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8819 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8820 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8821 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8822 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8823 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8824 Add author information.
8825
cf1e7b12
MB
88262000-10-16 Miles Bader <miles@lsi.nec.co.jp>
8827
8828 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8829 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8830 full-color version (using the Gimp) to eliminate dithering artifacts.
8831
5586f3eb
SM
88322000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8833
8834 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8835
8836 * simple.el (syntax-flag-table, string-to-syntax): Remove.
8837
ad64a888
DL
88382000-10-15 Dave Love <fx@gnu.org>
8839
83c9cb8e 8840 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
8841
8842 * pcomplete.el (pcomplete) <defgroup>: Add :version.
8843
8844 * whitespace.el: Doc fixes.
8845 (top-level): Don't add hooks here.
8846 (whitespace-running-emacs): Deleted.
8847 (timer): Don't require.
8848 (whitespace): Add back :version conditional on xemacs test.
8849 (whitespace-spacetab-regexp, whitespace-indent-regexp)
8850 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8851 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8852 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8853 Avoid specific xemacs test.
8854 (whitespace-global-mode): New option.
8855 (whitespace-global-mode): New command.
8856 (whitespace-unload-hook): New function.
8857
8858 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 8859 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
8860 (Info-fontify-node): `Goto' goes to `Go to'.
8861 (Info-fontify-node): Add help-echo to xref links.
8862
1ef49fc6
EZ
88632000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
8864
8865 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8866
8b7707e1
SM
88672000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8868
b3b7f42f
SM
8869 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8870 Use plist-get and allow :inherit.
8871
8872 * emacs-lisp/cl-macs.el (cl-do-arglist):
8873 Use plist-get and plist-member instead of memq.
8874
3c7fafc7
SM
8875 * emacs-lisp/ewoc.el (ewoc-location): New function.
8876 (ewoc-enter-after, ewoc-enter-before): Document return value.
8877 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8878 Don't need make-local-hook any more.
8879 (cvs-addto-collection): Return the new tin.
8880 (cvs-mode-insert): Jump to the new line.
8881
8b7707e1
SM
8882 * jit-lock.el (jit-lock-fontify-buffer): Remove.
8883
8884 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8885
8886 * font-lock.el (font-lock-syntactically-fontified): New var.
8887 (font-lock-fontify-syntactic-keywords-region): Use it.
8888 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
8889
8890 * diff-mode.el (diff-find-file-name): Fix regexp.
8891
8892 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8893 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8894
8895 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8896 (sh-mode-syntax-table): Add punctuation syntax for < and >.
8897 (sh-mode): Don't make all vars local here.
8898 (sh-kw): Reformat.
8899 (sh-set-shell): Use dolist. Don't set indent-region-function.
8900 (sh-mode-syntax-table): Use pop.
8901 (sh-remember-variable): Use push.
8902 (sh-help-string-for-variable): Use memq.
8903 (sh-safe-backward-sexp): Remove.
8904 (sh-safe-forward-sexp): Add ARG.
8905 (sh-get-indent-info, sh-prev-stmt): Use it.
8906 (sh-prev-line): Simplify by using forward-comment.
8907 (sh-this-is-a-continuation): Simplify.
8908 (sh-learn-buffer-indent): Use dolist.
8909 (sh-do-nothing): Remove.
8910 (sh-set-char-syntax, sh-set-here-doc-region):
8911 Use inhibit-modification-hooks.
8912 (sh-name-style): Use mapcar and push.
8913 (sh-load-style): Use dolist.
8914 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8915 (sh-case, sh-while-getopts): Use propertize directly rather
8916 than sh-electric-rparen.
8917
89182000-10-14 Stefan Monnier <monnier@cs.yale.edu>
8919
8920 * textmodes/tex-mode.el: Require CL when compiling.
8921 (tex-mode-syntax-table): Init immediately.
8922 (tex-mode-map): Bind M-RET to latex-insert-item.
8923 (latex-mode): Set indent-line-function to latex-indent.
8924 (tex-common-initialization): Don't setup the syntax-table any more.
8925 (latex-insert-item): New skeleton.
8926 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 8927 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 8928 (latex-indent, latex-find-indent): New functions.
4836835a 8929 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
8930 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8931 (tex-compilation-parse-errors): Use with-syntax-table.
8932
86b7fcbb
MB
89332000-10-15 Miles Bader <miles@gnu.org>
8934
8935 * font-lock.el (font-lock-comment-face): Change dark-background,
8936 color, non-tty, default to `chocolate1'.
8937
57a24508
JW
89382000-10-13 John Wiegley <johnw@gnu.org>
8939
8940 * eshell/esh-util.el (require): Added a missing `require' form,
8941 needed when compiling (for an ange-ftp macro definition).
8942
40ad3db4
DL
89432000-10-13 Dave Love <fx@gnu.org>
8944
8945 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8946
db460189
GM
89472000-10-13 Gerd Moellmann <gerd@gnu.org>
8948
83c9cb8e 8949 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 8950
4836835a 8951 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
8952 transparent -colors 8).
8953
3b5e21df
GM
89542000-10-13 Stephen Gildea <gildea@alum.mit.edu>
8955
8956 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8957 that breaks with old list format timestamps.
8958 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 8959 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 8960
16908a3f
JW
89612000-10-13 John Wiegley <johnw@gnu.org>
8962
d7103dda
JW
8963 * align.el, pcomplete.el, calendar/timeclock.el,
8964 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8965
dace60cf 8966 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
8967 faulty math, where holiday hours were being computing as seconds.
8968
b6b70cda
JW
89692000-10-13 John Wiegley <johnw@gnu.org>
8970
8971 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
8972 specifying what "other" kinds of buffers should be saved.
8973 This used to be hard-coded.
b6b70cda
JW
8974 (desktop-buffer-misc-functions): A global for specifying how
8975 auxiliary data should be determined for special buffer types.
8976 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8977 instead of hard-coding the special buffer types.
8978 (desktop-save): Run `desktop-buffer-misc-functions' to gather
8979 auxiliary data, instead of hard-coding for Info buffers and dired.
8980 (desktop-buffer-info-misc-data): Aux function for determining Info
8981 buffer auxiliary info.
8982 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8983 (desktop-buffer-info): Changed this function to use the info
8984 gathered above.
8985 (desktop-create-buffer): Be a little more careful about what
8986 `minor-mode' means before calling it. This is important for some
8987 buffer types.
8988
8c6b1d83
JW
89892000-10-13 John Wiegley <johnw@gnu.org>
8990
8991 * eshell/esh-util.el: Added a global form which declares an
8992 autoload for `parse-time-string', if that function is not already
8993 defined, and if parse-time.el is available on the user's system.
8994
8995 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
8996 to be aware of ange-ftp user info.
83c9cb8e 8997 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
8998 (eshell-ls-annotate): Use `eshell-file-attributes'.
8999 (eshell-ls-file): Made the user-id printing code a bit smarter.
9000
9001 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
9002 allow identification of alias user ids in remote directories.
83c9cb8e
SM
9003 It's manual, but there's no other way to know when the current user
9004 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
9005 (fboundp): Bind `ange-cache'.
9006 (eshell-directory-files-and-attributes): Re-organized the logic a
9007 bit to use `eshell-file-attributes' instead of `file-attributes'.
9008 The former is more sensitive to directories that are read via FTP,
9009 and knows how to use ange-ftp to determine full attribute
9010 information, instead of just the name and last modtime.
9011 (eshell-current-ange-uids): Return the current user id when in a
9012 remote directory.
9013 (eshell-parse-ange-ls): Parse a full directory listing that has
9014 been returned by ange-ftp.
9015 (eshell-file-attributes): This beefed up version of
9016 `file-attributes' is only special if the user is currently in a
9017 remote directory, in which case it does a lot of work to find out
9018 what the real attributes of a file are, as they appear on the
9019 remote machine. This makes usage of remote directories (i.e.,
9020 ange-ftp pathnames) much more useful. You can now use Eshell as a
9021 full-fledged FTP client, with much more manipulation ability than
9022 most other clients.
9023
9024 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
9025 variable, which means that Eshell's du should always be preferred
9026 in remote directories.
9027 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
9028 just `file-attributes'.
9029 (eshell-mvcp-template): Bind `ange-cache', to improve performance
9030 when reading remote directories. This is an Eshell-specific
9031 variable (not part of ange-ftp).
9032 (eshell/ln): Bind `ange-cache'.
9033 (eshell/du): Added some extra logic for determining when to use
9034 Eshell's du (which is slow), and when to use the external version
9035 (which may or may not exist).
9036
83c9cb8e
SM
9037 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9038 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
9039 `get-buffer-process', since backgrounded processes don't count in
9040 the context of this function's logic.
9041
9042 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
9043 `forward-char', so that null strings are parsed correctly.
9044
87730e84 90452000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 9046
83c9cb8e
SM
9047 * eshell/em-pred.el (eshell-pred-file-type)
9048 (eshell-pred-file-links, eshell-pred-file-size):
9049 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
9050
9051 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
9052 that remote file globbing is more efficient.
9053
9054 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
9055 gathering the files and attributes within a directory.
9056
9057 * eshell/em-unix.el (eshell/cat): If any of the files passed on
9058 the command line is a special file (not a regular file, directory
9059 or symlink), always attempt to call the external version of cat.
9060
87730e84 90612000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
9062
9063 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
9064 Eshell-friendly version of find-tag.
9065
1c7e37a9
MB
90662000-10-13 Miles Bader <miles@lsi.nec.co.jp>
9067
4836835a 9068 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
9069 (image-file-name-regexps): Add autoload cookies.
9070
11a7f341
KH
90712000-10-13 Kenichi Handa <handa@etl.go.jp>
9072
9073 * international/mule-cmds.el (select-safe-coding-system): If FROM
9074 is string, show it in *Warning* buffer.
9075
8ddddcb0
EZ
90762000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9077
9078 * startup.el (normal-top-level): Use display-popup-menus-p instead
9079 of window-system.
9080 (command-line): Use display-graphic-p instead of window-system.
9081 (command-line-1): Use display-popup-menus-p and display-mouse-p
9082 instead of window-system.
9083
72200f89
SS
90842000-10-12 Sam Steingold <sds@gnu.org>
9085
9086 * tooltip.el (tooltip-use-echo-area): New user variable.
9087 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
9088
8661c643
DL
90892000-10-12 Dave Love <fx@gnu.org>
9090
d0b40dc1
DL
9091 * recentf.el: Maintainer's checkdoc fixes.
9092
83c9cb8e
SM
9093 * startup.el (normal-top-level-add-subdirs-to-load-path):
9094 Use character class, not ASCII when matching file names.
a622451f
DL
9095 (fancy-splash-head): Add trailing slash to URL.
9096 (command-line): Don't require XPM support for toolbar.
9097
8661c643
DL
9098 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
9099 (cperl-invalid-face): Revert last change.
9100 (cperl-init-faces): Quote cperl-invalid-face.
9101
ef2ed8ab
KH
91022000-10-12 Kenichi Handa <handa@etl.go.jp>
9103
9104 * startup.el (fancy-splash-text): Remove superfluous quote.
9105
b0da379e
GM
91062000-10-12 Gerd Moellmann <gerd@gnu.org>
9107
dbeb499b
GM
9108 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
9109 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
9110 (command-line-1): Don't use fancy-splash-pending-command.
9111 (fancy-splash-screens-1): Goto point-min after inserting text.
9112
d861718a
GM
9113 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
9114
b0da379e
GM
9115 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
9116 instead of shared-lisp-mode-map.
9117
4fb2ad98
MB
91182000-10-12 Miles Bader <miles@lsi.nec.co.jp>
9119
1cb4393e
MB
9120 * faces.el (header-line): Change tty-variant to use underlining.
9121
4fb2ad98
MB
9122 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
9123 (isearch-highlight): Restore lazy-isearch face properties at old
9124 position, and suppress them at new position.
9125 (isearch-dehighlight): Restore lazy-isearch face properties.
9126 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
9127 over the real isearch overlay, but in that case, don't give it a
9128 face property. Use `push'.
9129
eb991b25
KH
91302000-10-12 Kenichi Handa <handa@etl.go.jp>
9131
9132 * man.el (Man-getpage-in-background): Fix previous change.
9133 Decode the process output only when we are in multibyte mode.
9134
a818c1c0
DL
91352000-10-11 Dave Love <fx@gnu.org>
9136
c990f53a
DL
9137 * info.el (Info-mode-menu): Fix some help.
9138 (info-tool-bar-map): Add entry for Info-last.
9139
a818c1c0
DL
9140 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
9141 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
9142 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
9143 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
9144 * toolbar/search-replace.xpm, toolbar/exit.xpm:
9145 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
9146 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
9147 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
9148 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
9149 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
9150 Reduce colour requirements to 25 overall. (Probably wants
9151 revisiting from the originals to reduce further.)
9152
c1b096cb
EZ
91532000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
9154
9155 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
9156 buffer-file-coding-system, instead of raw-text.
9157 (dehexlify-buffer): Bind coding-system-for-read to
9158 buffer-file-coding-system, instead of raw-text.
9159
5c8b7eaf
SS
91602000-10-11 Sam Steingold <sds@gnu.org>
9161
83c9cb8e 9162 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
9163 `underline' - fixes the bug introduced on 2000-09-21.
9164
2cfbdb7a
DL
91652000-10-11 Dave Love <fx@gnu.org>
9166
83c9cb8e
SM
9167 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
9168 Avoid compiler warnings.
2cfbdb7a
DL
9169 (scheme-mode): Doc fix.
9170 (scheme-font-lock-keywords-1): Match `define-syntax'.
9171
91722000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
9173
9174 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
9175 face specs as well as default ones. Only do anything if the
9176 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 9177 (region): Make dark-background `region' face less in-your-face.
4b33f290 9178
690ec649
SS
91792000-10-10 Sam Steingold <sds@gnu.org>
9180
9181 * chistory.el, ielm.el, ledit.el:
9182 * progmodes/inf-lisp.el, progmodes/scheme.el:
9183 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
9184
3b95d6bb
SM
91852000-10-10 Stefan Monnier <monnier@cs.yale.edu>
9186
9187 * textmodes/texinfo.el: Update copyright and fix typo.
9188
9189 * desktop.el (desktop-modes-not-to-save): New var.
9190 (desktop-save-buffer-p): Use it.
a30eb617
DL
9191 Also, obey desktop-buffers-not-to-save even for non-file buffers.
9192 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
9193
91942000-10-10 Dave Love <fx@gnu.org>
9195
9196 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 9197 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
9198
9199 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
9200 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
9201 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
9202 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
9203 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
9204 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
9205 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
9206 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
9207 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
9208 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
9209 the .xpms; probably need retouching.
9210
92112000-10-10 Miles Bader <miles@lsi.nec.co.jp>
9212
9213 * subr.el (add-to-list): Add optional argument APPEND.
9214 * battery.el (display-battery): Use `add-to-list'.
9215
92162000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
9217
83c9cb8e
SM
9218 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
9219 properties.
a30eb617
DL
9220 (zone, zone-when-idle, zone-leave-me-alone)
9221 (zone-pgm-whack-chars): Use new symbol properties.
9222
9223 * battery.el (display-battery): Doc spelling fix.
9224
9225 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
9226 property.
9227
92282000-10-09 Dave Love <fx@gnu.org>
9229
9230 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
9231 has been initialized before calling tool-bar-setup.
9232 (tool-bar-add-item-from-menu): Add autoload cookie.
9233
92342000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
9235
9236 * menu-bar.el (send-mail-item-name): New function.
9237 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
9238 of mail-user-agent in the menu. Don't display the "Send Mail"
9239 item if mail-user-agent is nil or its value is ignore.
9240 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
9241 if read-mail-command is nil or its value is ignore.
9242
9243 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
9244
92452000-10-09 Miles Bader <miles@gnu.org>
9246
9247 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
9248 Correct image size.
9249 * toolbar/left_arrow.xpm: Correct image size.
9250
9251 * jka-compr.el: Don't call `jka-compr-install' when loading (it
9252 will be done by the definition of `auto-compression-mode' if
9253 necessary. Move code to uninstall existing file-name handler
9254 before definition of `auto-compression-mode'.
9255
9256 * image-file.el (auto-image-file-mode): Move to the end of the
9257 file, because `define-minor-mode' actually calls the mode-function
9258 if the associated variable is non-nil, which requires that all
9259 needed functions be already defined.
9260
9261 * mouse.el (popup-menu): Balance parens.
9262
92632000-10-08 Stefan Monnier <monnier@cs.yale.edu>
9264
9265 * mouse.el (popup-menu): Move the command call outside the loop
9266 so that popup-menu returns whatever the command returns.
9267
9268 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
9269 (initialize-new-tags-table): Use run-hook-with-args-until-success.
9270 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
9271 (tags-table-format-functions): Renamed from tags-table-format-hooks.
9272
9273 * vc.el (vc-version-diff): diff-switches can be a list.
9274 Use relative filenames for prettier output.
9275
9276 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
9277 (vc-post-command-functions): Remove old-VC compatibility code.
9278
9279 * newcomment.el (comment-indent-default): Autoload.
9280
9281 * font-lock.el (font-lock-defaults): Make buffer-local.
9282 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
9283 (font-lock-choose-keywords):
9284 Ignore LEVEL unless KEYWORDS is a list of syms.
9285 (c-keywords, c++-keywords, objc-keywords, java-keywords):
9286 Don't wrap regexp-opt things in \(...\) unnecessarily.
9287
9288 * jit-lock.el: Don't require font-lock any more.
9289 (jit-lock-functions): Make buffer-local.
9290 (jit-lock-saved-fontify-buffer-function): Remove.
9291 (jit-lock-mode): Remove autoload cookie.
9292 Remove font-lock specific code.
9293 (jit-lock-unregister): Don't bother handling complex hooks any more.
9294 (jit-lock-refontify): New function.
9295 (jit-lock-fontify-buffer): Use it.
9296 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9297 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9298 Add optional args START and END.
9299 Never call font-lock-fontify-region directly.
9300 (jit-lock-function, jit-lock-stealth-fontify): Use it.
9301
9302 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9303
93042000-10-08 Dave Love <fx@gnu.org>
9305
9306 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9307
9308 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9309
9310 * play/studly.el (studlify-region, studlify-word): Add autoload
9311 cookie.
9312
9313 * play/morse.el (morse-region, unmorse-region): Add autoload
9314 cookie.
9315
9316 * play/spook.el (spook-phrases-file): Use expand-file-name, not
9317 concat.
9318
9319 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9320 insist on symbols starting with word syntax.
9321 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9322 (eval-defun-1): Doc fix.
9323 (indent-sexp): Use nconc to build up indent-stack.
9324
9325 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9326 Gnus with little use.
9327 (mail-setup-hook): Add mail-abbrevs-setup to options.
9328
9329 * recentf.el: Doc fixes.
9330
9331 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9332 Clean up remainder.
9333
9334 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
9335 without timezone and (8) with timezone to enforce some whitespace.
9336 Simplify code somewhat.
9337
9338 * options.el (list-options): Doc that you should use customize.
9339
9340 * iswitchb.el (iswitchb-mode): Add :require.
9341
9342 * info.el (Info-goto-node, Info-menu): Doc fix.
9343 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
9344 (info-tool-bar-map): New variable.
9345 (Info-mode): Use it.
9346 (Info-edit-map): Define all in defvar.
9347 (speedbar-attached-frame): Avoid compiler warning.
9348
9349 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
9350 (global-map): Bind [tool-bar] to a filtered map.
9351 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
9352 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
9353 Allow PBM icons.
9354 (tool-bar-setup): Adjust calls of tool-bar-add-item.
9355
9356 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
9357 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
9358 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
9359 icons, except up_arrow, which is left-arrow rotated.
9360
9361 * imenu.el (imenu-add-to-menubar): Fix last change.
9362
93632000-10-08 Peter Breton <pbreton@ne.mediaone.net>
9364
9365 * generic-x.el (rul-generic-mode): Remove eval-when-compile
9366 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
9367
93682000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9369
9370 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9371 typos in doc strings.
9372
9373 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9374 the doc strings how to customize Font Lock faces.
9375
9376 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9377 computing growth when dragging the header line.
9378
93792000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9380
9381 * simple.el (kill-line): Doc fix.
9382
93832000-10-08 Miles Bader <miles@gnu.org>
9384
9385 * faces.el (secondary-selection): Make foreground visible on tty.
9386
9387 * jka-compr.el (auto-compression-mode): Move to the end of the
9388 file, because `define-minor-mode' actually calls the mode-function
9389 if the associated variable is non-nil, which requires that all
9390 needed functions be already defined.
9391 (with-auto-compression-mode): Add autoload cookie.
9392
93932000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
9394
9395 * files.el (find-backup-file-name) [ms-dos]: If support for long
9396 file names is not available, behave as if version-control were set
9397 to never.
9398
93992000-10-07 Dave Love <fx@gnu.org>
9400
9401 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9402 (browse-url-gnome-moz): New function.
9403 (browse-url-browser-function): Use it.
9404 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9405
94062000-10-07 Stefan Monnier <monnier@cs.yale.edu>
9407
9408 * indent.el (tab-always-indent): New var.
9409 (indent-for-tab-command): Use it.
9410
9411 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9412 raise an error. This way it can still default to a sane value.
9413
94142000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9415
9416 * startup.el (fancy-splash-screens): Use local rather than global map.
9417 Don't use `update-menu-bindings' any more.
9418 Get rid of assumptions about keymap representation.
9419
94202000-10-06 Dave Love <fx@gnu.org>
9421
9422 * textmodes/fill.el (sentence-end-double-space)
9423 (sentence-end-without-period): Doc fix.
9424 (adaptive-fill-regexp): Purecopy.
9425 (unjustify-current-line): Use line-end-position.
9426 (fill-individual-paragraphs-prefix): Use line-beginning-position.
9427
9428 * net/eudc-vars.el (eudc): Add :version, :link.
9429
9430 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9431
9432 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9433 Fix for define-minor-mode.
9434 (function-at-point): Alias to function-called-at-point.
9435
9436 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9437
9438 * simple.el (backward-word): Doc fix.
9439
9440 * image-file.el (image-file-name-regexp): image-file-regexps ->
9441 image-file-name-regexps.
9442 (image-file-name-extensions): Add pbm.
9443
94442000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9445
9446 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9447 and add filename to the names so that diff-mode can jump to source.
9448
9449 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9450 (tex-font-lock-keywords, tex-font-lock-keywords-2)
9451 (tex-font-lock-keywords-1): Remove.
9452 (font-lock-turn-on-thing-lock): Use jit-lock-register.
9453 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9454 (font-lock-default-fontify-region):
9455 Expand beg..end correctly when just following a multiline region.
9456 (font-lock-fontify-anchored-keywords):
9457 Include the anchor text as part of the multiline.
9458
94592000-10-06 Gerd Moellmann <gerd@gnu.org>
9460
9461 * loadup.el (toplevel): Load `loaddefs' before `help' because the
9462 latter needs the autoloaded define-minor-mode macro during the
9463 bootstrap.
9464
9465 * startup.el (command-line): For now, activate tool-bar-mode only
9466 if XPM images are supported.
9467
9468 * mouse.el (mouse-drag-header-line): Don't allow resizing a
9469 window by dragging a header-line at the top of the frame; that's
9470 confusing because the header-line doesn't move.
9471 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9472 of treating the event as a list. Some cleanup.
9473
94742000-10-06 Miles Bader <miles@gnu.org>
9475
9476 * simple.el (display-message-or-buffer): New function.
9477 (shell-command-on-region): Use `display-message-or-buffer'.
9478
9479 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9480 docstring parts.
9481
9482 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9483 (smbclient-prompt-regexp): Add usage note to doc string.
9484 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9485 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9486 Use add-hook for adding the comint filter function, and only do so
9487 if it's not already in the global hook list.
9488 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9489 to `make-local-variable'.
9490 (nslookup-font-lock-keywords): Remove prompt entry.
9491 (nslookup): Don't set the process-filter.
9492 (finger): Exit the loop correctly when the regexps list runs out.
9493 (ftp, smbclient, smbclient-list-shares):
9494 Set the real major mode immediately, not after execing.
9495 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9496
9497 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9498
94992000-10-05 Stefan Monnier <monnier@cs.yale.edu>
9500
9501 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9502
9503 * which-func.el (which-func-format): Remove spurious space.
9504 (which-func-mode): Don't make it permanent-local.
9505 (which-func-ff-hook): Allow which-func-maxout to be nil.
9506 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
9507 (which-func-mode): Simplify.
9508 Use post-command-idle-hook rather than post-command-hook.
9509 Go through all buffers and update their state.
9510 (which-function): Also try add-log-current-defun-function.
9511
9512 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9513 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9514 Update call to with-vc-properties accordingly.
9515 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9516 (vc-revert-buffer): More careful about window selection and deletion.
9517 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9518
9519 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9520 (cvs-retrieve-revision): Reuse a pre-existing buffer.
9521 (cvs-dired-action): Change the default to quickdir.
9522
9523 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9524 if comment-indent-function returns nil.
9525 (comment-indent-default): New function.
9526 (comment-indent-function): Use it and document the new semantics.
9527
9528 * image-file.el: Docstring fixes.
9529
9530 * help.el (help-xref-on-pp): Use match-string.
9531 (describe-variable): New arg BUFFER.
9532 Store the current buffer in the help-xref-stack.
9533 (temp-buffer-resize-mode): Use define-minor-mode.
9534
9535 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9536 consistently with its docstring.
9537 Set jit-lock-first-unfontify-pos in an idempotent way.
9538 (jit-lock-register): Autoload and add arg CONTEXTUAL.
9539
95402000-10-05 Alex Schroeder <alex@gnu.org>
9541
9542 * sql.el (sql-mysql-options): New variable.
9543 (sql-mysql): Use it.
9544
95452000-10-05 Miles Bader <miles@lsi.nec.co.jp>
9546
9547 * image.el (image): New group.
9548
9549 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9550 (smerge-base-face, smerge-markers-face): Add dark-background variants.
9551
95522000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9553
9554 * net/net-utils.el (nslookup-font-lock-keywords)
9555 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9556 Ignore the value of wqindow-system; always define keywords
9557
95582000-10-05 Kenichi Handa <handa@etl.go.jp>
9559
9560 * startup.el (fancy-splash-screens): Remove the code for
9561 debugging; `(trace-to-stderr "EXITTT\n")'.
9562
95632000-10-05 Miles Bader <miles@gnu.org>
9564
9565 * diff-mode.el (diff-goto-source): Update call to
9566 `diff-hunk-status-msg' to reflect new REV variable.
9567
95682000-10-04 Stefan Monnier <monnier@cs.yale.edu>
9569
9570 * progmodes/icon.el (icon-mode):
9571 Don't gratuitously override the default for comment-column.
9572
9573 * vc-hooks.el (vc-mode-line): Fix interactive spec.
9574
9575 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9576 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9577 (jit-lock-functions): New var.
9578 (jit-lock-function-1): Use it if non-nil.
9579 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
9580 Set the `fontified' property before doing the fontification to avoid
9581 repeatedly going through the same error.
9582 Don't turn errors into messages.
9583 (jit-lock-register, jit-lock-unregister): New functions.
9584
9585 * dired.el (dired-mark-pop-up): Turn comment into docstring.
9586 Use with-current-buffer.
9587
9588 * dired-aux.el (dired-do-create-files, dired-kill-tree):
9589 Turn comment into docstring.
9590
9591 * apropos.el (apropos-mode): Use define-derived-mode.
9592
95932000-10-04 Gerd Moellmann <gerd@gnu.org>
9594
9595 * startup.el (fancy-splash-pending-command): New variable.
9596 (fancy-splash-pre-command): New function.
9597 (fancy-splash-screens): Rewritten.
9598 (command-line-1): If fancy-splash-pending-command is set, call it
9599 interactively.
9600
96012000-10-04 Dave Love <fx@gnu.org>
9602
9603 * toolbar/tool-bar.el (tool-bar-setup): New function.
9604 (tool-bar-mode): Use it.
9605
9606 * subr.el (substitute-key-definition): Doc fix.
9607 (play-sound-file): New command.
9608
96092000-10-04 Andre Spiegel <spiegel@gnu.org>
9610
9611 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9612 vc-version-backup-file-name): New functions.
9613
9614 * files.el (basic-save-buffer): Call vc-before-save before saving.
9615
9616 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9617 vc-cvs-stay-local-p.
9618
9619 * vc.el (vc-revert-buffer): Handle empty diff properly.
9620 (vc-version-backup-file): New function.
9621 (vc-checkout): Create a version backup if necessary.
9622 (vc-checkin): If a version backup file exists, delete it.
9623 (vc-version-diff): Diff locally using version backups, if available.
9624 (vc-revert-file): If there's a version backup, revert locally.
9625 (vc-transfer-file): Use version backup for base version, if
9626 available. If not, ask for confirmation whether to get it from the
9627 server. Update mode line before check-in.
9628
96292000-10-04 Dave Love <fx@gnu.org>
9630
9631 * toolbar/tool-bar.el (tool-bar-setup): New function.
9632 (tool-bar-mode): Use it.
9633
96342000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9635
9636 * net/net-utils.el (nslookup-font-lock-keywords)
9637 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9638 Only set if window-system is non-nil
9639 (net-utils-run-program): Returns buffer.
9640 (network-connection-reconnect): Added this function.
9641
9642 * generic.el:
9643 Incorporates extensive cleanup and docfixes by
9644 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9645 Uses cl compile-time macros.
9646 (generic-mode-name, generic-comment-list)
9647 (generic-keywords-list, generic-font-lock-expressions)
9648 (generic-mode-function-list, generic-mode-syntax-table):
9649 Removed variables.
9650 (generic-mode-alist): Renamed to generic-mode-list.
9651 (generic-find-file-regexp): Default changed to "^#".
9652 (generic-read-type): Uses completing read on generic-mode-list.
9653 (generic-mode-sanity-check): removed this function.
9654 (generic-add-to-auto-mode): Removed this function
9655 (generic-mode-internal): Bind mode-specific definitions
9656 into function instead of putting them in alist.
9657 (generic-mode-set-comments): Reworked extensively.
9658 (generic-mode-find-file-hook): Simplified regexp searching
9659 (generic-make-keywords-list): Omit extra pair of parens
9660
9661 * find-lisp.el (find-lisp-find-files-internal):
9662 Make sure directory name ends with "/".
9663
9664 * generic-x.el (apache-conf-generic-mode):
9665 Regexp now allows leading whitespace.
9666 (rc-generic-mode): Added eval-when-compile
9667 around generic-make-keywords-list.
9668 Deleted duplicate regexp
9669 (rul-generic-mode): Added eval-when-compile
9670 around generic-make-keywords-list.
9671 (etc-fstab-generic-mode): New generic mode.
9672 (rul-generic-mode): Removed one eval-when-compile
9673 which caused a max-specpdl-size exceeded error.
9674
96752000-10-04 Miles Bader <miles@gnu.org>
9676
9677 * simple.el (minibuffer-temporary-goal-position): New variable.
9678 (next-history-element): Try to keep the position of point in the
9679 input string constant.
9680
9681 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9682 (dired-do-create-files): If there's only one file, pass it in as
9683 the DEFAULT arg to dired-mark-read-file-name.
9684
96852000-10-03 Stefan Monnier <monnier@cs.yale.edu>
9686
9687 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9688 (diff-goto-source): Be smarter when choosing REVERSE or not.
9689
9690 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9691 (texinfo-mode-menu): Add an explicit shortcut for update all.
9692
96932000-10-03 Andre Spiegel <spiegel@gnu.org>
9694
9695 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9696 factorize backend-specific code cleanly (this was essentially
9697 conceived by Stefan Monnier).
9698 (vc-unregister): Function removed.
9699 (vc-revert-file): New function.
9700 (vc-revert-buffer): Delegate some of the work to it.
9701
9702 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9703 default branch unconditionally.
9704 (vc-rcs-set-default-branch): New function.
9705 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9706 (vc-rcs-checkin): If an appropriate default branch has been set,
9707 force creation of that branch.
9708 (vc-rcs-receive-file): Rewritten to contain only backend-specific
9709 code (as suggested by Stefan Monnier).
9710
97112000-10-02 Gerd Moellmann <gerd@gnu.org>
9712
9713 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9714 highlighting overlay with a different face over the overlay
9715 isearch uses to highlight the current match because that can lead
9716 to bad face combinations.
9717
9718 * loadup.el (toplevel): Load faces before isearch.
9719
9720 * isearch.el (isearch-faces): New custom group.
9721 (isearch): New defface; was already tested for in the code.
9722 (isearch-lazy-highlight-face): Changed to defface from defcustom.
9723 (isearch-highlight): Always use face `isearch'.
9724
97252000-10-02 Dave Love <fx@gnu.org>
9726
9727 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9728 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
9729 comparison of opcode with operand.
9730
97312000-10-03 Miles Bader <miles@gnu.org>
9732
9733 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9734 buffer, since the echo area will now grow to accommodate them.
9735
97362000-10-02 Andre Spiegel <spiegel@gnu.org>
9737
9738 * vc-hooks.el (vc-registered): If FILE used to be registered under
9739 a certain backend, try that one first.
9740
9741 * vc.el (vc-responsible-backend): Undo the previous change in the
9742 argument list. Handle multiple backends correctly.
9743 (vc-find-new-backend): Function removed.
9744 (vc-register): Use vc-responsible-backend, as before.
9745 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9746
97472000-10-02 Gerd Moellmann <gerd@gnu.org>
9748
9749 * startup.el (fancy-splash-head): Change message below the
9750 logo.
9751
97522000-10-02 Miles Bader <miles@lsi.nec.co.jp>
9753
9754 * diff-mode.el (diff-goto-source): Emit a status message.
9755 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9756 (diff-test-hunk): Fix doc string.
9757 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9758 (diff-advance-after-apply-hunk): New variable.
9759 (diff-apply-hunk): Don't return a value.
9760
97612000-10-01 Stefan Monnier <monnier@cs.yale.edu>
9762
9763 * vc.el (vc-editable-p): Minor optimization.
9764 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9765 (vc-find-new-backend): New function split from vc-responsible-backend.
9766 (vc-register): Use it.
9767 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9768 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9769 (vc-default-unregister, vc-revert-buffer): Docstring fix.
9770 (vc-clear-headers): Don't use find-file.
9771 (vc-revert-buffer): Use `and' again (must have been a braino).
9772 (vc-switch-backend): Only prompt if requested.
9773 Short circuit if nothing is to be done.
9774 Don't use vc-resynch-buffer which could lose unsaved editing.
9775 (vc-default-receive-file): Update call to vc-unregister.
9776 (with-vc-file, vc-next-action-on-file):
9777 Use vc-backend rather than vc-registered.
9778 (vc-next-action-on-file): Use intern-soft.
9779 Deal with read-only *vc-diff* buffer.
9780 (vc-transfer-file): Docstring fix.
9781
9782 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9783 (vc-rcs-receive-file): Avoid with-vc-properties.
9784 Update call to vc-unregister.
9785 Use constant `RCS' rather than (dynamically bound) var `backend'.
9786
97872000-10-01 Andre Spiegel <spiegel@gnu.org>
9788
9789 * vc.el (vc-next-action-on-file): Update mode line only if file
9790 is visited.
9791 (vc-start-entry): New argument initial-contents. Don't visit the file
9792 if it isn't already visited. Brought documentation up-to-date.
9793 (vc-next-action, vc-register): Updated calls to vc-start-entry.
9794 (vc-checkin): New optional arg initial-contents, which is passed to
9795 vc-start-entry.
9796 (vc-finish-logentry): Make sure to bury log buffer only if there
9797 really is one. Call `vc-resynch-buffer' on log-file, not
9798 buffer-file-name.
9799 (vc-default-comment-history, vc-default-wash-log): New functions.
9800 (vc-index-of): Removed.
9801 (vc-transfer-file): Make do without the above.
9802 (vc-default-receive-file): Call comment-history unconditionally. Pass
9803 the resulting string to vc-checkin, instead of inserting it into the
9804 comment ring.
9805
9806 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9807 unconditionally. Use the comments as initial contents of the log
9808 entry buffer. Document the trick to force branch creation with no
9809 changes.
9810
98112000-10-01 Miles Bader <miles@gnu.org>
9812
9813 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9814 `recenter' with an arg to prevent redrawing the display.
9815
98162000-09-30 Stefan Monnier <monnier@cs.yale.edu>
9817
9818 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9819
9820 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9821
9822 * progmodes/c-mode.el (c-mode):
9823 Don't gratuitously override the default for comment-column.
9824
9825 * textmodes/tex-mode.el (latex-metasection-list): New var.
9826 (latex-imenu-create-index): Use it.
9827 Move the regexp construction outside loops (and use push).
9828 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9829 (tex-font-lock-keywords): Moved from font-lock.el.
9830 (tex-comment-indent): Remove.
9831 (tex-common-initialization): Don't set comment-indent-function.
9832 (latex-block-default): New var.
9833 (tex-latex-block): Use it to provide a default choice.
9834 Add any unknown choice to latex-block-names.
9835 Insert [...] after {...}.
9836 (tex-last-unended-begin): Simplify regexp.
9837 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9838 (latex-forward-sexp-1, latex-forward-sexp): New functions.
9839 (latex-mode): Set forward-sexp-function.
9840
9841 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9842 Add regexp for @ignore ... @end ignore.
9843 (texinfo-heading-face): New face.
9844 (texinfo-font-lock-keywords): Use it.
9845 (texinfo-mode-menu): New menu.
9846 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9847 New functions.
9848 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9849 (texinfo-section-types-regexp, texinfo-section-level-regexp)
9850 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9851 Remove declaration.
9852 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9853
9854 * delsel.el (delete-selection-mode): Use define-minor-mode.
9855
9856 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9857
98582000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9859
9860 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9861
98622000-09-30 Gerd Moellmann <gerd@gnu.org>
9863
9864 * replace.el (keep-lines-read-args): New function.
9865 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9866 read arguments interactively. Add parameters RSTART and REND.
9867 Operate on the active region in Transient Mark mode.
9868
9869 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9870
9871 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9872 (authors-obsolete-files-regexps): New variable.
9873 (authors-add): Don't record changes in obsolete files.
9874
98752000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9876
9877 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9878
9879 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9880 (comment-indent): Make sure there's a space between code and comment.
9881 Shift comments left to avoid going past fill-column.
9882
98832000-09-29 Gerd Moellmann <gerd@gnu.org>
9884
9885 * startup.el (startup-echo-area-message): New function.
9886 (display-startup-echo-area-message): Use it.
9887 (fancy-splash-screens): Rewritten to use keymaps and a timer.
9888 (fancy-splash-default-action): New function.
9889 (fancy-splash-screens-1): New function.
9890 (fancy-splash-head): Put a help-echo and a keymap under the image.
9891
98922000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9893
9894 * diff-mode.el (diff-add-log-file-name): Remove.
9895 (diff-mode): Use add-log-buffer-file-name-function.
9896
9897 * add-log.el (find-change-log): New arg BUFFER-FILE.
9898 (add-log-file-name): Obey add-log-file-name-function.
9899 (add-log-buffer-file-name-function): New var.
9900 (add-change-log-entry): Use it.
9901
99022000-09-29 Miles Bader <miles@gnu.org>
9903
9904 * image-file.el (image-file-name-extensions): New variable.
9905 (image-file-name-regexps): Renamed from `image-file-regexps'.
9906 New default value is nil. Call `auto-image-file-mode'.
9907 (image-file-name-regexp): New function.
9908 (auto-image-file-mode): New minor mode.
9909 (insert-image-file): Don't make conditional on the image-file
9910 handler being enabled.
9911 (image-file-handler): Make the call here conditional instead.
9912 (set-image-file-handler-enabled, enable-image-file-handler)
9913 (disable-image-file-handler): Functions removed.
9914
9915 * emacs-lisp/authors.el (authors-print): Rephrase many-files
9916 string.
9917
99182000-09-29 Gerd Moellmann <gerd@gnu.org>
9919
9920 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9921 it's a function from CL.
9922 (latex-imenu-create-index): Replace eval-when-compile with progn
9923 because latex-section-alist is not bound while compiling.
9924
99252000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9926
9927 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9928 (outline-mode): Use define-derived-mode.
9929
9930 * progmodes/perl-mode.el (perl-mode):
9931 * progmodes/awk-mode.el (awk-mode):
9932 * progmodes/asm-mode.el (asm-mode):
9933 Don't gratuitously override the default for comment-column.
9934
9935 * emacs-lisp/lisp.el (lisp-complete-symbol):
9936 Distinguish the let-binding case from the funcall case.
9937 (forward-sexp-function): New variable.
9938 (forward-sexp): Use it.
9939
9940 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9941 (easy-mmode-defmap): Remove the now useless autoload.
9942
9943 * time.el (display-time-mode): Use define-minor-mode.
9944
9945 * subr.el (add-minor-mode): Don't eval NAME.
9946 Don't depend on the presence of TOGGLE-FUN for any special behavior.
9947 Use if rather than cond.
9948
9949 * simple.el (read-expression-map): Define more properly.
9950 (comment-indent-hook): Remove.
9951 (string-to-syntax): Bug fix.
9952
9953 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9954 (cvs-ediff-diff): Fix typo.
9955 (cvs-revert-if-needed): Don't bother preserving read-only.
9956
9957 * paren.el (show-paren-mode): Use define-minor-mode.
9958
9959 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9960 (toggle-auto-compression): Remove.
9961 (jka-compr-build-file-regexp): Remove useless grouping.
9962
9963 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9964 Avoid user-reserved bindings.
9965 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9966 (diff-header-face): Revert to grey85.
9967
9968 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9969
9970 * complete.el (partial-completion-mode) <defcustom>: Remove.
9971 (partial-completion-mode): Use define-minor-mode.
9972 (PC-do-completion): Understand `completion-auto-help = delay'
9973 to mean to popup the completion buffer only the second time.
9974 (PC-include-file-all-completions, PC-include-file-all-completions)
9975 (PC-include-file-all-completions): Don't quote lambda.
9976
9977 * comint.el (comint-mode-hook): Docstring fix.
9978 (comint-mode): Use define-derived-mode.
9979 (comint-mode-map): Remove obsolete comment.
9980 (make-comint): Minor stylistic change.
9981 (comint-insert-clicked-input): Be more careful to find the overlay.
9982 Use this-command-keys rather than hardcoding mouse-2.
9983
9984 * font-lock.el: Replace confusing (,@ with ,
9985 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
9986 Don't use regexp-opt-depth. Spice up the regexp for args.
9987 Don't distinguish between cmds that can take an opt arg or not.
9988 Use `append' and `prepend' rather than `keep'.
9989
9990 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
9991 (latex-outline-regexp): New var.
9992 (latex-outline-level): New fun.
9993 (latex-section-alist): New var.
9994 (latex-imenu-create-index): Use it. Use `push' as well.
9995 (tex-shell-map): Initialize it properly.
9996 (tex-mode): Minor stylistic change.
9997 (plain-tex-mode): Use define-derived-mode.
9998 (latex-mode): Use define-derived-mode.
9999 Construct the paragraph regexps in a more readable way.
10000 Set the buffer-local outline-{level,regexp} vars.
10001 (slitex-mode): Derive from latex-mode.
10002 (tex-common-initialization): Don't kill-all-vars anymore.
10003 Add setting for comment-add and font-lock-defaults.
10004 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
10005 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
10006 (tex-start-tex): New arg DIR (and send a chdir command for it).
10007 Also display the shell buffer and save it in tex-last-buffer-texed.
10008 (tex-region): Use expand-file-name rather than concat.
10009 Remove code made useless by changes in tex-start-tex.
10010 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
10011
10012 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
10013
100142000-09-28 Dave Love <fx@gnu.org>
10015
10016 * eshell/eshell.el (eshell) <defgroup>: Add :version.
10017
100182000-09-28 Gerd Moellmann <gerd@gnu.org>
10019
10020 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
10021 `append'.
10022
100232000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10024
10025 * info.el (Info-extract-pointer): Undo last change.
10026 Instead, fix the position of the `bound' arg to re-search-backward.
10027
100282000-09-27 Stefan Monnier <monnier@cs.yale.edu>
10029
10030 * info.el (Info-extract-pointer):
10031 Widen more carefully, to avoid finding pointers in other nodes.
10032 (Info-index): Use push.
10033
100342000-09-27 Gerd Moellmann <gerd@gnu.org>
10035
10036 * frame.el (set-frame-font): Remove call to obsolete function
10037 frame-update-faces.
10038 (set-foreground-color, set-background-color): Likewise for
10039 frame-update-face-colors.
10040
100412000-09-27 Miles Bader <miles@gnu.org>
10042
10043 * image-file.el: New file.
10044
100452000-09-27 Gerd Moellmann <gerd@gnu.org>
10046
10047 * frame.el (frame-notice-user-settings): Don't call
10048 frame-update-faces, which is a no-op now.
10049
10050 * ediff-wind.el (ediff-control-frame-parameters): Add zero
10051 tool-bar-lines.
10052
100532000-09-27 Dave Love <fx@gnu.org>
10054
10055 * mouse.el: Fix last change.
10056
100572000-09-27 Miles Bader <miles@lsi.nec.co.jp>
10058
10059 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
10060
100612000-09-22 Kenichi Handa <handa@etl.go.jp>
10062
10063 * international/quail.el (quail-help): The output message is
10064 improved.
10065
100662000-09-26 Dave Love <fx@gnu.org>
10067
10068 * mouse.el (popup-menu): If POSITION is nil, set it using
10069 mouse-position.
10070
100712000-09-25 Sam Steingold <sds@gnu.org>
10072
10073 * net/browse-url.el (browse-url-file-url): Check for null maps.
10074
100752000-09-26 Gerd Moellmann <gerd@gnu.org>
10076
10077 * frame.el (frame-notice-user-settings): Don't add a
10078 tool-bar-lines frame parameter to default-frame-alist in batch mode.
10079
10080 * frame.el (frame-notice-user-settings):
10081 Make tool-bar-mode and default-frame-alist consistent.
10082
10083 * toolbar/tool-bar.el (tool-bar-help): New function.
10084
100852000-09-25 Gerd Moellmann <gerd@gnu.org>
10086
10087 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
10088 current-load-list in top-level forms. Else this leaks a cons cell
10089 every time a defun is called.
10090
10091 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
10092
100932000-09-25 Dave Love <fx@gnu.org>
10094
10095 * startup.el (fancy-splash-head): Check XPM is available.
10096
10097 * autoinsert.el (auto-insert): Doc fix.
10098 (auto-insert-alist): Following GNU notices, don't say `copyright
10099 _by_'. Use line-beginning-position.
10100 (auto-insert): Check buffer-file-name is non-nil before use.
10101
101022000-09-25 Gerd Moellmann <gerd@gnu.org>
10103
10104 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
10105 starting with `@def' or `@multitable', in addition to ones
10106 specified by the user in auto-fill-inhibit-regexp.
10107
101082000-09-25 Markus Rost <rost@math.ohio-state.edu>
10109
10110 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
10111 rmail-dont-reply-to-names matches the empty string.
10112
101132000-09-25 Gerd Moellmann <gerd@gnu.org>
10114
10115 * startup.el (command-line-1, fancy-splash-text): Change the
10116 text to sound more friendly.
10117
101182000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
10119
10120 * progmodes/hideshow.el: Update author email address.
10121 Generally, sync w/ maintainer version 5.22.
10122 (hs-hide-all-non-comment-function): New var.
10123 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
10124 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
10125 (hs-show-region): Delete this command.
10126 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
10127
101282000-09-22 Dave Love <fx@gnu.org>
10129
10130 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
10131 (hl-line-highlight): Specify buffer when moving overlay.
10132
10133 * progmodes/fortran.el (fortran-mode): Locally set
10134 normal-auto-fill-function.
10135 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
10136 (fortran-mode-map): Adjust auto-fill menu entry.
10137
101382000-09-22 Gerd Moellmann <gerd@gnu.org>
10139
10140 * vc-rcs.el (toplevel): Require `vc' when compiling.
10141
10142 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
10143
101442000-09-22 Andre Spiegel <spiegel@gnu.org>
10145
10146 * vc.el (vc-switch-backend): Signal an error if the file is not
10147 registered under the new backend.
10148
10149 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
10150 without explicit revision number.
10151
101522000-09-21 Stefan Monnier <monnier@cs.yale.edu>
10153
10154 * diff-mode.el (diff-file-header-face): Reset to its previous value.
10155 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
10156 (diff-xor): New function.
10157 (diff-find-source-location): Use it. Fix a stupid name clash.
10158 (diff-hunk-status-msg): New function.
10159 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
10160 (diff-test-hunk): Use diff-find-source-location.
10161 (diff-goto-source): Favor the `reverse'.
10162 (diff-hunk-text): Properly handle one-sided context diffs.
10163 (diff-apply-hunk): When done, advance to the next hunk.
10164
101652000-09-21 Gerd Moellmann <gerd@gnu.org>
10166
10167 * startup.el (command-line): If frame was created with a non-zero
10168 tool-bar-lines parameter, switch tool-bar-mode on.
10169
10170 * add-log.el (change-log-date-face, change-log-name-face)
10171 (change-log-email-face, change-log-file-face)
10172 (change-log-list-face, change-log-conditionals-face)
10173 (change-log-function-face, change-log-acknowledgement-face):
10174 New faces, inheriting from font-lock faces.
10175 (change-log-font-lock-keywords): Use them.
10176
101772000-09-21 Dave Love <fx@gnu.org>
10178
10179 * progmodes/cperl-mode.el (top-level): Clean up
10180 `eval-when-compile's and assorted defvars.
10181 (cperl-invalid-face): Don't double-quote value. Change custom
10182 type.
10183 (cperl-mode): Set normal-auto-fill-function and don't zap
10184 auto-fill-function.
10185 (cperl-imenu--function-name-regexp-perl): Renamed from
10186 imenu-example--function-name-regexp-perl.
10187 (cperl-imenu--create-perl-index): Renamed from
10188 imenu-example--create-perl-index.
10189 (cperl-xsub-scan): Don't require cl.
10190
10191 * msb.el (msb-mode-map): Use substitute-key-definition.
10192 (msb-mode): Use msb-mode-map.
10193
101942000-09-21 Andre Spiegel <spiegel@gnu.org>
10195
10196 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
10197 New functions.
10198 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
10199 (vc-switch-backend): New function.
10200 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
10201 (vc-register): Fix prompt.
10202 (vc-unregister, vc-default-unregister): New functions.
10203 (vc-version-diff): Handle empty buffer in sentinel.
10204
10205 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
10206 (vc-rcs-state-heuristic): Use it to guess the state of files with
10207 non-strict locking.
10208 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
10209 been set with -b, but not created yet.
10210 (vc-rcs-fetch-master-state): With non-strict locking, compare file
10211 contents in order to find the state.
10212 (vc-rcs-checkin): Allow creation of branches with no changes.
10213 (vc-rcs-unregister, vc-rcs-receive-file)
10214 (vc-rcs-set-non-strict-locking): New functions.
10215
10216 * vc-hooks.el (vc-name): Force correct computation of the value
10217 in case it is missing.
10218
102192000-09-21 Gerd Moellmann <gerd@gnu.org>
10220
10221 * startup.el (fancy-splash-tail): Use a different foreground
10222 color on a dark frame background.
10223
102242000-09-21 Miles Bader <miles@lsi.nec.co.jp>
10225
10226 * info.el: Use the correct capitalization when making Info-mode
10227 and Info-edit-mode `special' modes.
10228
102292000-09-20 Stefan Monnier <monnier@cs.yale.edu>
10230
10231 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
10232 (diff-mode): Add support for add-log.el.
10233 (diff-hunk-text): Use char offsets rather than line offsets.
10234 (diff-find-source-location): Replace LINE with line-offset (nil
10235 if not found) and always set POS to a meaningful position.
10236 Adapt to the new char-offsets.
10237 (diff-apply-hunk): Drop support for the unused `select' POPUP.
10238 Adapt to the new diff-find-source-location.
10239 (diff-goto-source): Adapt to the new diff-find-source-location.
10240
10241 * add-log.el (add-log-file-name): New function (split out of
10242 add-change-log-entry).
10243 (add-change-log-entry): Use it.
10244 Call add-log-file-name-function with the changelog file name if
10245 the current buffer is not associated with any file.
10246 Avoid find-file if the selected window is dedicated.
10247
10248 * diff-mode.el (diff-find-source-location):
10249 Move code from diff-apply-hunk. Return buffer rather than file.
10250 (diff-apply-hunk): Use the new result from diff-find-source-location.
10251 (diff-goto-source): Use the new diff-find-source-location.
10252
102532000-09-20 Dave Love <fx@gnu.org>
10254
10255 * iswitchb.el: Some doc fixes.
10256 (iswitchb-mode-map): Define completely initially. Inherit
10257 minibuffer-local-map.
10258 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
10259 fundamental-mode.
10260 (iswitchb-global-map): New variable.
10261 (iswitchb-summaries-to-end): Amalgamate regexps.
10262 (iswitchb-mode): New.
10263 (iswitchb-mode-hook): New variable.
10264 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
10265 `extensions'.
10266
102672000-09-20 Gerd Moellmann <gerd@gnu.org>
10268
10269 * ehelp.el (electric-help): New defgroup.
10270 (electric-help-shrink-window): New user-option.
10271 (with-electric-help): Use it.
10272
10273 * window.el (shrink-window-if-larger-than-buffer): If face
10274 `mode-line' has a :box, and we're on a graphical frame, add 1
10275 to the needed window height.
10276
10277 * frame.el (frame-notice-user-settings): Add a last parameter nil
10278 to a call to `append', because the last list passed to `append' is
10279 not copied, and so subsequent calls to assq-delete-all will modify
10280 default-frame-alist.
10281
10282 * startup.el (fancy-splash-image): Change :type.
10283 (fancy-splash-head): Use an XBM image if appropriate.
10284 (command-line-1): Show splash screens in more cases.
10285
10286 * startup.el (fancy-splash-text): Don't quote faces.
10287
10288 * dired.el (dired-font-lock-keywords): Undo last change.
10289 (dired-readin): Bind indent-tabs-mode to nil.
10290
10291 * startup.el (fancy-splash-head): If frame's background mode
10292 is `dark', change the black background of the image to gray.
10293 (fancy-splash-screens): Display startup echo area message.
10294 (display-startup-echo-area-message): New function.
10295
102962000-09-20 Miles Bader <miles@lsi.nec.co.jp>
10297
10298 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10299
10300 * info.el (info-header-node): Tweak for color ttys.
10301
10302 * faces.el (face-valid-attribute-values): Make sure directories we
10303 search for stipples both exist and are readable before trying to
10304 search them.
10305
10306 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10307 in the dry-run case.
10308
10309 * jka-compr.el (with-auto-compression-mode): New macro.
10310
10311 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10312 (custom-group-tag-face, custom-variable-tag-face): Use relative
10313 :height and inherit from `variable-pitch' face instead of
10314 hardwiring :family.
10315 * hi-lock.el (hi-black-hb): Likewise.
10316
10317 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10318 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10319 toolbar-add-item, if image doesn't have a mask add a `:mask
10320 heuristic'.
10321
103222000-09-19 Stefan Monnier <monnier@cs.yale.edu>
10323
10324 * diff-mode.el: Docstring fixes.
10325 (diff-header-face, diff-comment-face): New faces.
10326 (diff-font-lock-keywords): Highlight a bit differently.
10327 (diff-find-source-location): Don't return SPAN any more.
10328 (diff-hunk-text): Don't bother erasing the temp buffer.
10329 (diff-find-text): Drop argument LINE.
10330 (diff-apply-hunk): Update calls to diff-find-text.
10331 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10332
10333 * calendar/calendar.el: Docstring fixes.
10334 (calendar-make-alist): Don't quote lambda.
10335 (calendar-star-date): Use make-local-variable.
10336
103372000-09-19 Dave Love <fx@gnu.org>
10338
10339 * toolbar/tool-bar.el: Renamed from toolbar.el.
10340 Change `toolbar' to `tool-bar' generally in symbols.
10341 Make some items invisible in `special' major modes.
10342 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
10343 Add arg PROPS.
10344
10345 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
10346 Add :version here.
10347 (fancy-splash-delay, fancy-splash-image): Remove :version here.
10348
103492000-09-19 Gerd Moellmann <gerd@gnu.org>
10350
10351 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
10352
10353 * files.el (find-file-suppress-same-file-warnings): New user-option.
10354 (find-file-noselect): Use it.
10355
10356 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
10357 (fancy-splash-screen): Defgroup.
10358
10359 * add-log.el (change-log-font-lock-keywords): Match names
10360 more exactly for the case that font-lock-constant-face is
10361 underlined.
10362
103632000-09-19 Richard M. Stallman <rms@gnu.org>
10364
10365 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10366
103672000-09-19 Andre Spiegel <spiegel@gnu.org>
10368
10369 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10370
103712000-09-19 Gerd Moellmann <gerd@gnu.org>
10372
10373 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10374 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10375 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10376 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10377 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10378 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10379 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10380 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10381 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10382 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10383 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10384 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10385
10386 * startup.el (fancy-splash-text): New variable.
10387 (fancy-splash-delay, fancy-splash-image): New user-options.
10388 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10389 (fancy-splash-screens): New functions.
10390 (command-line-1): If display has a `display' frame parameter, has
10391 colors, and we have XPM support, show more fancy splash screens.
10392
103932000-09-19 Dave Love <fx@gnu.org>
10394
10395 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
10396 with null `help'. Use modern backquote syntax.
10397
103982000-09-19 Gerd Moellmann <gerd@gnu.org>
10399
10400 * font-lock.el (font-lock-mode): Change message telling the user
10401 that ``the buffer is too big''.
10402
10403 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10404 for instance for the case that tab-width is 2.
10405
104062000-09-18 Gerd Moellmann <gerd@gnu.org>
10407
10408 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10409 toolbar-add-item, if image doesn't have a mask add a `:mask
10410 heuristic'.
10411
104122000-09-18 Miles Bader <miles@lsi.nec.co.jp>
10413
10414 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10415 and return a cons if it's non-nil.
10416 (diff-apply-hunk): Try to jump to the line in the source text
10417 corresponding to the position of point in the in the hunk.
10418
10419 * info.el (Info-title-3-face, Info-title-2-face)
10420 (Info-title-1-face): Use face inheritance and relative sizes
10421 instead of hard-wiring things.
10422
10423 * faces.el (secondary-selection): Make dark-background variant sane.
10424
104252000-09-16 Andrew Innes <andrewi@gnu.org>
10426
10427 * makefile.w32-in (compile-files-CMD): No need to make .elc files
10428 read-only, since they aren't under VC now.
10429
104302000-09-17 Dave Love <fx@gnu.org>
10431
10432 * tmm.el: Replace mapcar with mapc in several places.
10433
10434 * loadhist.el (unload-feature): Maybe call elp-restore-list and
10435 ad-unadvise.
10436
10437 * international/latin1-disp.el: New file.
10438
10439 * calendar/cal-move.el (scroll-calendar-left)
10440 (scroll-calendar-right): Make arg optional (for active mode line).
10441
10442 * calendar/calendar.el (calendar-mode-line-format): Make fields
10443 mouse-sensitive.
10444 (calendar-read-date, calendar-read-date, calendar-window-list):
10445 Unquote lambda.
10446 (calendar-month-name): Use aref, not sref.
10447
10448 * view.el (minor-mode-alist): Propertize the string.
10449
10450 * international/characters.el (standard-case-table): Add entries
10451 for Greek.
10452
104532000-09-18 Miles Bader <miles@gnu.org>
10454
10455 * info.el (info-node, info-xref): Add dark-background variants.
10456
10457 * faces.el (header-line): Change defaults to be less confusing
10458 when mixed with mode-lines.
10459
10460 * info.el (Info-fontify-node): Make a few cleanups.
10461 Add extra `help-echo' and `local-map' props to node xrefs.
10462 Use header-specific faces for node-names & xrefs.
10463 (Info-use-header-line): New variable.
10464 (info-header-xref, info-header-node): New faces.
10465 (Info-setup-header-line): New function.
10466 (Info-select-node): Call Info-setup-header-line when enabled.
10467 (Info-extract-pointer): Work even if the header line is hidden.
10468 (Info-header-line): New variable.
10469
104702000-09-16 Stefan Monnier <monnier@cs.yale.edu>
10471
10472 * vms-patch.el (print-region-function): Don't quote lambda.
10473
10474 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10475
10476 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10477 (lm-get-header-re): Allow spaces between the header and the colon.
10478 (lm-header): Allow $ in non-RCS headers.
10479 (lm-header-multiline): Put the strings back into order.
10480 Stop at an empty line. Don't require two space chars if the
10481 line is clearly not another header line.
10482
10483 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10484 (popup-menu-popup): Remove.
10485
104862000-09-15 Gerd Moellmann <gerd@gnu.org>
10487
10488 * toolbar/toolbar.el (toolbar-add-item): Use the same image
10489 specification if or if not tool-bar item contains an `:enabled'
10490 property.
10491
10492 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10493 current buffer has no file name.
10494
104952000-09-15 Dave Love <fx@gnu.org>
10496
10497 * strokes.el: Sync with maintainer's current version with changes
10498 for Emacs, but avoid runtime cl and levents.
10499 (toplevel): Change autoloads and compilation requires.
10500 (strokes-version, strokes-bug-address, strokes-lift): Values
10501 changed.
10502 (strokes-xpm-header, strokes-insinuated): New variable.
10503 (strokes): Add :link.
10504 (strokes-mode): Customized.
10505 (strokes-while-inhibiting-garbage-collector): New macro.
10506 (strokes-remassoc): Avoid remove-if.
10507 (strokes-fix-button2-command): Don't use ad-do-it.
10508 (strokes-insinuate): New function.
10509 (strokes-button-press-event-p, strokes-button-release-event-p):
10510 New functions, used instead of non-`strokes-' versions..
10511 (strokes-mouse-event-p): Rewritten.
10512 (strokes-event-closest-point): Avoid event-point.
10513 (strokes-get-grid-position): Avoid cdadr, caadr
10514 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10515 functions.
10516 (strokes-help): Use with-output-to-temp-buffer.
10517 (strokes-window-configuration-changed-p): New function.
10518 (strokes-update-window-configuration): Use buffer-live-p,
10519 strokes-window-configuration-changed-p.
10520 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
10521 (strokes-char-face): New face.
10522 (strokes-char-table, strokes-base64-chars): New variable.
10523 (strokes-xpm-for-stroke, strokes-list-strokes)
10524 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10525 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10526 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10527 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10528 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10529 functions.
10530
105312000-09-15 Gerd Moellmann <gerd@gnu.org>
10532
10533 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10534
10535 * image.el (create-image): Doc fix.
10536
10537 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10538 instead of `:heuristic-mask t'.
10539
105402000-09-14 Andrew Innes <andrewi@gnu.org>
10541
10542 * makefile.w32-in: Revert to Unix line endings.
10543
105442000-09-14 Andrew Innes <andrewi@gnu.org>
10545
10546 * makefile.w32-in: Add bootstrap support. Also copy lisp source
10547 when installing.
10548
10549 * makefile.nt (DONTCOMPILE): Fix typo.
10550
10551 * shell.el (shell-write-history-on-exit): New function.
10552 (shell-dumb-shell-regexp): New custom variable.
10553 (shell-mode): Make shell-write-history-on-exit the process
10554 sentinel if shell name matches shell-dumb-shell-regexp.
10555
10556 * w32-fns.el: Comment out before-init-hook function which resets
10557 source-directory based; this breaks bootstrap.
10558
105592000-09-14 Dave Love <fx@gnu.org>
10560
10561 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10562 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10563 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10564 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10565 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10566 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10567 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
10568 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
10569 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10570
10571 * toolbar/toolbar.el: New.
10572
10573 * subdirs.el: Add toolbar.
10574
105752000-09-14 Gerd Moellmann <gerd@gnu.org>
10576
10577 * indent.el (indent-for-tab-command): Doc fix.
10578
105792000-09-14 Alex Schroeder <alex@gnu.org>
10580
10581 * ansi-color.el (ansi-colors): Doc change.
10582 (ansi-color-get-face): Simplified regexp.
10583 (ansi-color-faces-vector): Added more faces, doc change.
10584 (ansi-color-names-vector): Doc change.
10585 (ansi-color-regexp): Simplified regexp.
10586 (ansi-color-parameter-regexp): New regexp.
10587 (ansi-color-filter-apply): Doc change.
10588 (ansi-color-filter-region): Doc change.
10589 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10590 deal with zero length parameters.
10591 (ansi-color-apply-on-region): Doc change.
10592 (ansi-color-map): Doc change.
10593 (ansi-color-map-update): Removed debugging message.
10594 (ansi-color-get-face-1): Added condition-case to trap
10595 args-out-of-range errors.
10596 (ansi-color-get-face): Doc change.
10597 (ansi-color-make-face): Removed.
10598 (ansi-color-for-shell-mode): New option.
10599
106002000-09-13 Kenichi Handa <handa@etl.go.jp>
10601
10602 * international/quail.el (quail-start-translation): Translate KEY
10603 if necessary even if it doesn't have any mapping in the current
10604 input method.
10605 (quail-start-conversion): Likewise.
10606 (quail-help): The output message is improved.
10607
106082000-09-13 Miles Bader <miles@gnu.org>
10609
10610 * comint.el (comint-output-filter): Revert to using
10611 `insert-before-markers'. Add bletcherous hack to undo damage
10612 caused by `insert-before-markers'. Put `front-sticky' property on
10613 overlays created here so that the field code understands how the
10614 overlay works. Use a let when making comint-last-prompt-overlay,
10615 so that the code is easier to read.
10616
106172000-09-13 Dave Love <fx@gnu.org>
10618
10619 * wid-edit.el (widget-default-format-handler): DTRT when
10620 doc-property is a function.
10621
106222000-09-12 Francesco Potorti` <pot@gnu.org>
10623
10624 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10625 filed name if it's not there.
10626
106272000-09-12 Dave Love <fx@gnu.org>
10628
10629 * simple.el (read-mail-command): Doc fix.
10630 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10631
10632 * vc.el (vc-dired-listing-switches): Fix :version.
10633
10634 * vc-hooks.el: Doc fixes.
10635
10636 * subr.el (add-minor-mode): Use toggle-fun arg.
10637
10638 * speedbar.el: Add :version to several defcustoms.
10639
10640 * imenu.el (imenu--truncate-items, imenu--cleanup)
10641 (imenu--generic-function): Avoid mapcar.
10642 (imenu--replace-spaces): Function removed.
10643 (imenu--completion-buffer): Use subst-char-in-string.
10644 (imenu-add-to-menubar): Use keymap inheritance.
10645
106462000-09-12 Miles Bader <miles@gnu.org>
10647
10648 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10649 (diff-mode-map): Bind `diff-test-hunk'.
10650 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10651
106522000-09-11 Gerd Moellmann <gerd@gnu.org>
10653
10654 * bytecomp.el (byte-compile-defvar): Undo last change
10655 because it breaks '(make-variable-buffer-local (defvar ...)'
10656 which is used at least in dired.
10657
106582000-09-12 Kenichi Handa <handa@etl.go.jp>
10659
10660 * international/quail.el (quail-define-package): Docstring
10661 modified.
10662
106632000-09-12 Kenichi Handa <handa@etl.go.jp>
10664
10665 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10666 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10667 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
10668 docstring of "chinese-py".
10669
10670 * international/quail.el (quail-translation-docstring): New
10671 variable.
10672 (quail-show-keyboard-layout): Docstring modified.
10673 (quail-select-current): Likewise.
10674 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10675 infinite recursive call.
10676 (quail-help): Check quail-translation-docstring. Format of the
10677 output changed.
10678 (quail-help-insert-keymap-description): Adjusted for the above
10679 change.
10680
106812000-09-11 Gerd Moellmann <gerd@gnu.org>
10682
10683 * bytecomp.el (byte-compile-defvar): Only cons onto
10684 current-load-list in top-level forms. Else this leaks a cons cell
10685 every time a defun is called.
10686
106872000-09-11 Miles Bader <miles@lsi.nec.co.jp>
10688
10689 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10690 Now understands non-unified diffs. Some functionality moved into
10691 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
10692 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
10693 modify anything. Only reposition point in the patched file if the
10694 patch succeeds. Only pop up another window if POPUP is true.
10695 Emit a message describing what happened if successful, and at what
10696 line-offset. Automatically detect reversed hunks and do something
10697 appropriate.
10698 (diff-hunk-text, diff-find-text): New functions.
10699 (diff-filter-lines): Function removed.
10700 (diff-test-hunk): New function.
10701 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10702
107032000-09-10 Dave Love <fx@gnu.org>
10704
10705 * textmodes/tildify.el: Minor doc/commentary fixes.
10706 (tildify) <defgroup>: Add :version.
10707
10708 * faces.el (face-x-resources): Make custom type more specific.
10709 (frame-background-mode): Use mapc.
10710 (region) <defcustom>: Add :version.
10711
107122000-09-08 Stefan Monnier <monnier@cs.yale.edu>
10713
10714 * vc-sccs.el (vc-sccs-register):
10715 * vc-rcs.el (vc-rcs-register):
10716 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10717 * vc.el (vc-register): Clear file's properties.
10718
107192000-09-08 Gerd Moellmann <gerd@gnu.org>
10720
10721 * faces.el (face-spec-set): Only face-spec-reset-face when
10722 ATTRS is non-nil.
10723
107242000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10725
10726 * help.el (help-insert-xref-button): Fix a typo in doc string.
10727
107282000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
10729
10730 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10731 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10732 methods.
10733
10734 * menu-bar.el (read-mail-item-name): New function.
10735 (menu-bar-tools-menu): Use it to compute and display the package
10736 used to read email.
10737 (menu-bar-tools-menu): Fix typo in GUD's help string.
10738
107392000-09-07 Dave Love <fx@gnu.org>
10740
10741 * diff-mode.el (diff-mouse-goto-source): New function.
10742
10743 * vc-sccs.el: Doc fixes.
10744 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10745
10746 * vc-rcs.el: Doc fixes.
10747 (vc-rcs-register-switches, vc-rcs-checkin-switches)
10748 (vc-rcs-checkout-switches, vc-rcs-header)
10749 (vc-rcs-master-templates): Add or change :version.
10750
10751 * vc-cvs.el: Doc fixes.
10752 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10753 (vc-cvs-stay-local): Add :version.
10754
10755 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10756
107572000-09-07 Kenichi Handa <handa@etl.go.jp>
10758
10759 * international/quail.el (quail-help): Fix previous change.
10760
107612000-09-07 Gerd Moellmann <gerd@gnu.org>
10762
10763 * faces.el (color-values): Doc fix.
10764
10765 * faces.el (frame-set-background-mode): Use frame-parameter
10766 instead of frame-parameters.
10767
10768 * frame.el (filtered-frame-list): Reduce consing.
10769 (frames-on-display-list): Call frame-parameter instead of
10770 frame-parameters.
10771
107722000-09-07 Kenichi Handa <handa@etl.go.jp>
10773
10774 * language/devan-util.el (devanagari-to-indian-region): In the
10775 loop, change the following char, not preceding char.
10776
107772000-09-07 Gerd Moellmann <gerd@gnu.org>
10778
10779 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10780 instead of frame-parameters.
10781
10782 * faces.el (set-face-attribute): Simplify by calling
10783 internal-set-lisp-face-attribute with FRAME being 0.
10784
10785 * vc.el: Remove `Id' version control keyword.
10786
107872000-09-07 Kenichi Handa <handa@etl.go.jp>
10788
10789 * help.el (help-make-xrefs): Adjusted for the change of
10790 help-xref-mule-regexp.
10791 (help-insert-xref-button): New function.
10792
10793 * international/mule-cmds.el (help-xref-mule-regexp-template):
10794 Include the pattern for character set.
10795 (leim): New group.
10796
10797 * international/quail.el: Don't require face.
10798 (quail): New group.
10799 (quail-other-command): Dummy command to make quail-help work better.
10800 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10801 (quail-keyboard-layout-substitution): New variable.
10802 (quail-update-keyboard-layout): New function.
10803 (quail-keyboard-layout-type): New customizable variable.
10804 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10805 (quail-keyboard-translate): Pay attention to
10806 quail-keyboard-layout-substitution.
10807 (quail-insert-kbd-layout): New function.
10808 (quail-show-keyboard-layout): New function.
10809 (quail-get-translation): If the definition is a vector of length
10810 1, and the element is a string of length 1, return the character
10811 in that string.
10812 (quail-update-current-translations): Fix the case of
10813 relative-index out of range.
10814 (quail-build-decode-map, quail-insert-decode-map): New Functions.
10815 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10816 Show key sequences for all available characters.
10817 (quail-help-insert-keymap-description): Don't show such verbose
10818 key bindings as quail-self-insert-command.
10819
10820 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10821 Format changed, and each element now have extra documentations.
10822 (tit-process-header): Delete invalid characters from TIT-PROMPT.
10823 Adjusted for the change of quail-cxterm-package-ext-info.
10824
108252000-09-06 Gerd Moellmann <gerd@gnu.org>
10826
10827 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10828 requiring it leads to a recursive loading of vc.el and vc-hooks.el
10829 during bootstrap.
10830
108312000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10832
10833 * vc.el: (toplevel): Don't require `dired' at run-time.
10834 (vc-dired-resynch-file): Remove autoload cookie.
10835
108362000-09-05 Andre Spiegel <spiegel@gnu.org>
10837
10838 * vc.el: Made several backend functions optional.
10839 (vc-default-responsible-p): New function.
10840 (vc-merge): Use RET for first version to trigger merge-news, not
10841 prefix arg.
10842 (vc-annotate): Handle backends that do not support annotation.
10843 (vc-default-merge-news): Removed. The existence of a merge-news
10844 implementation is now checked on caller sites.
10845
10846 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10847 case.
10848
10849 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10850 special case that has been removed from the default in vc-hooks.el.
10851
108522000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10853
10854 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10855
108562000-09-05 Andre Spiegel <spiegel@gnu.org>
10857
10858 * vc-hooks.el: Require vc during compilation.
10859 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10860 macro `with-vc-properties' in vc.el.
10861 (vc-file-getprop): Doc fix.
10862 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10863
10864 * vc.el: Require dired-aux during compilation.
10865 (vc-name-assoc-file): Moved to vc-sccs.el.
10866 (with-vc-properties): New macro.
10867 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10868 vc-finish-steal): Use it.
10869 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
10870 to the backend-specific function is now supposed to do the checkout,
10871 too.
10872 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10873
10874 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10875 set file properties; that gets done in the generic code now.
10876
10877 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10878 Changed parameter list, added code from vc.el that does the
10879 checkout, possibly with a double-take.
10880
10881 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10882 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10883 the above under the new name.
10884 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
10885 parameter list, added checkout command.
10886 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10887 properties; that gets done in the generic code now.
10888
108892000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10890
10891 * vc.el: Docstring fixes (courtesy of checkdoc).
10892
108932000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10894
10895 * vc.el (vc-checkout-writable-buffer-hook)
10896 (vc-checkout-writable-buffer): Remove.
10897 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10898 (vc-log-mode): Make it into a clean derived major mode.
10899 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10900 vc-log-mode if log-edit is not available.
10901 (vc-dired-mode-map): Don't set-keymap-parent yet.
10902 (vc-dired-mode): Do set-keymap-parent here.
10903 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10904
109052000-09-05 Gerd Moellmann <gerd@gnu.org>
10906
10907 * faces.el (set-face-attribute, face-spec-reset-face)
10908 (face-spec-set): Avoid consing by removing calls to `apply'.
10909
10910 * frame.el (frame-parameter): Move to C code.
10911
109122000-09-05 Dave Love <fx@gnu.org>
10913
10914 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10915 insert-before-markers-and-inherit. Now checked systematically!
10916
109172000-09-05 Alex Schroeder <alex@gnu.org>
10918
10919 * sql.el (sql-postgres): Use sql-postgres-options.
10920 (sql-postgres-options): New variable.
10921
109222000-09-05 Alex Schroeder <alex@gnu.org>
10923
10924 * sql.el (sql-mode-menu): Work around missing variable mark-active
10925 in XEmacs.
10926 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10927 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10928 compatibility.
10929
109302000-09-04 Gerd Moellmann <gerd@gnu.org>
10931
10932 * vc.el (vc-dired-resynch-file): Add autoload cookie.
10933
10934 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10935
10936 * Makefile.in (DONTCOMPILE): Fix typo in file name.
10937
109382000-09-04 Andre Spiegel <spiegel@gnu.org>
10939
10940 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10941 don't support anything else under SCCS yet.
10942
10943 * vc-hooks.el: Minor doc fixes.
10944
109452000-09-04 Andre Spiegel <spiegel@gnu.org>
10946
10947 * vc.el (vc-next-action-on-file): Do not visit the file if it's
10948 not necessary. If verbose in state `needs-patch', do the same as
10949 under `up-to-date'. When NOT verbose and `needs-patch', check out
10950 latest version instead of `merge-news'.
10951 (vc-next-action-dired): Don't mess with default-directory here; it
10952 breaks other parts of dired. It is the job of the
10953 backend-specific functions to adjust it temporarily if they need it.
10954 (vc-next-action): Remove a special CVS case.
10955 (vc-clear-headers): New optional arg FILE.
10956 (vc-checkin, vc-checkout): Set properties vc-state and
10957 vc-checkout-time properly.
10958 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10959 (vc-print-log): Use new backend function `show-log-entry'.
10960 (vc-cancel-version): Do the checks in a different order. Added a
10961 FIXME concerning RCS-only code.
10962
10963 * vc-rcs.el (vc-rcs-show-log-entry): New function.
10964 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10965
10966 * vc-cvs.el (vc-cvs-show-log-entry): New function.
10967
10968 * vc-hooks.el (vc-default-mode-line-string): Show state
10969 `needs-patch' as a `-' too.
10970
109712000-09-04 Andre Spiegel <spiegel@gnu.org>
10972
10973 * vc.el (vc-responsible-backend): New optional arg REGISTER.
10974 (vc-default-could-register): New function.
10975 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10976 (vc-resynch-buffer): Call vc-dired-resynch-file.
10977 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10978 vc-resynch-buffer instead of vc-resynch-window.
10979 (vc-next-action-dired): Don't redisplay here, that gets done as a
10980 result of the individual file operations.
10981 (vc-retrieve-snapshot): Corrected prompt order.
10982
10983 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10984
10985 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
10986 as well.
10987 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
10988 hostname regexps. Updated all callers.
10989 (vc-cvs-responsible-p): Handle directories as well.
10990 (vc-cvs-could-register): New function.
10991 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
10992 properties up-to-date.
10993
10994 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
10995 user whether to create one.
10996
109972000-09-04 Andre Spiegel <spiegel@gnu.org>
10998
10999 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
11000 check out a non-existing file.
11001
11002 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
11003 workfile does not exist.
11004
11005 * vc.el (vc-version-diff): Use `require' to check for existence of
11006 diff-mode.
11007
110082000-09-04 Andre Spiegel <spiegel@gnu.org>
11009
11010 * vc-cvs.el (vc-cvs-registered): Use new function
11011 vc-cvs-parse-entry to do the actual work.
11012
110132000-09-04 Andre Spiegel <spiegel@gnu.org>
11014
11015 * vc-hooks.el (vc-find-backend-function): If function doesn't
11016 exist, return nil instead of error.
11017 (vc-call-backend): Doc fix.
11018
11019 * vc.el (vc-do-command): Doc fix.
11020 (vc-finish-logentry): When checking in from vc-dired, choose the
11021 right backend for logentry check.
11022 (vc-dired-mode-map): Inherit from dired-mode-map.
11023 (vc-dired-mode): Local value of dired-move-to-filename-regexp
11024 simplified.
11025 (vc-dired-state-info): Removed, updated caller.
11026 (vc-default-dired-state-info): Use parentheses instead of hyphens.
11027 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
11028 (vc-dired-listing-switches): New variable.
11029 (vc-directory): Use it, instead of dired-listing-switches.
11030
11031 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
11032 (vc-cvs-dir-state): New function.
11033 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
11034 (vc-cvs-parse-entry): New function, also to be used in
11035 vc-cvs-registered.
11036
110372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11038
11039 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
11040 *or* single-window-frames.
11041
110422000-09-04 Andre Spiegel <spiegel@gnu.org>
11043
11044 * vc.el (vc-update-changelog): Split into generic part and default
11045 implementation. Doc string adapted.
11046 (vc-default-update-changelog): New function. Call the `rcs2log'
11047 script in exec-directory, to fix a long-standing nuisance.
11048
11049 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
11050 simply signals an error.
11051
110522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11053
11054 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
11055 control-flow more clear and to avoid running `cvs' twice.
11056
11057 * vc.el (vc-next-action-on-file): Doc fix.
11058 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
11059 (vc-print-log): Eval `file' before constructing the continuation.
11060
110612000-09-04 Andre Spiegel <spiegel@gnu.org>
11062
11063 * vc.el (vc-next-action-on-file): Corrected several messages.
11064 (vc-merge): Add prefix arg `merge-news'; handle it.
11065
11066 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
11067 is not reached. It is.
11068 (vc-cvs-merge): Set state to 'edited after merge.
11069 (vc-cvs-merge-news): Set workfile version to nil if not known.
11070 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
11071
11072 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
11073 via stdout. (Merge from main line.)
11074
110752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11076
11077 * vc.el (vc-finish-logentry): Thinko in the "same comment"
11078 detection.
11079
110802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11081
11082 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
11083 against kill-all-local-variables.
11084 (vc-log-edit): Don't save vc-parent-buffer any more.
11085 (vc-last-comment-match): Initialize to an empty string.
11086 (vc-post-command-functions): New hook.
11087 (vc-do-command): Run it.
11088 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
11089 (vc-finish-logentry): Only add the comment to the ring if it's
11090 different from the last comment entered.
11091 (vc-new-comment-index): New function.
11092 (vc-previous-comment): Use it. Make the minibuffer message
11093 slightly less terse.
11094 (vc-comment-search-reverse): Make it work forward as well. Don't
11095 set vc-comment-ring-index if no match is found. Use
11096 vc-new-comment-index.
11097 (vc-comment-search-forward): Use vc-comment-search-reverse.
11098 (vc-dired-mode-map): Don't inherit from dired-mode-map since
11099 define-derived-mode will do it for us. Bind `v' to a keymap that
11100 inherits from vc-prefix-map so that we can bind `vt' without
11101 binding C-x v t.
11102 (vc-retrieve-snapshot): Parenthesis typo.
11103
11104 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
11105 to 1. Make sure to switch to *vc* before looking for an error
11106 message. Use vc-parse-buffer.
11107
111082000-09-04 Andre Spiegel <spiegel@gnu.org>
11109
11110 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
11111 and NAME.
11112 (vc-retrieve-snapshot): Split into two parts.
11113 (vc-default-retrieve-snapshot): New function.
11114
11115 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
11116 (vc-cvs-retrieve-snapshot): New function (untested).
11117 (vc-cvs-stay-local): Default to t.
11118 (vc-cvs-remote-p): New function and property.
11119 (vc-cvs-state): Stay local only if the above is t.
11120 (vc-handle-cvs): Removed.
11121 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
11122 done via vc-handled-backends now.
11123 (vc-cvs-header): Escape Id.
11124
111252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11126
11127 * vc.el (vc-do-command): Remove unused commands.
11128 (vc-version-diff): Make sure default-directory ends with a slash.
11129 Move the window commands into a vc-exec-after.
11130 (vc-print-log): Move more of the code into the `vc-exec-after'.
11131
111322000-09-04 Andre Spiegel <spiegel@gnu.org>
11133
11134 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
11135 (vc-print-log): Search current revision from beginning of buffer.
11136 (vc-revert-buffer): Clear echo area after the diff is finished.
11137 (vc-prefix-map): Removed definition of "t" for terse display in vc
11138 dired.
11139 (vc-dired-mode-map): Inherit from dired-mode-map. Added
11140 definition of "vt" for terse display.
11141 (vc-dired-mode): Fix dired-move-to-filename-regexp.
11142
111432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11144
11145 * vc.el (vc-exec-after): Avoid caddr.
11146
111472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11148
11149 * vc.el (vc-exec-after): New function.
11150 (vc-do-command): Use it to add a termination message for async
11151 procs.
11152 (vc-checkout): Try to handle a missing-backend situation.
11153 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
11154 of a directory with a backend using async diffs.
11155 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
11156 present.
11157
11158 * vc-sccs.el (vc-sccs-state-heuristic): Use
11159 file-ownership-preserved-p.
11160
11161 * vc-rcs.el (vc-rcs-state-heuristic): Use
11162 file-ownership-preserved-p.
11163 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
11164
111652000-09-04 Andre Spiegel <spiegel@gnu.org>
11166
11167 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
11168 vc-do-command.
11169
11170 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
11171 when there are no changes.
11172
111732000-09-04 Andre Spiegel <spiegel@gnu.org>
11174
11175 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
11176
11177 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
11178
111792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11180
11181 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
11182
11183 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
11184 the `fset' outside of the defvar so that it works even if
11185 vc-prefix-map was already defined.
11186 (vc-setup-buffer): New function, split out of vc-do-command.
11187 (vc-do-command): Allow BUFFER to be t to mean `just use the
11188 current buffer without any fuss'.
11189 (vc-version-diff): Change the `diff' backend operation to just put
11190 the diff in the current buffer without erasing it. Always use
11191 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
11192 shrink-window-if-larger-than-buffer.
11193 (vc-print-log): Change the `print-log' backend operation to just
11194 put the log in the current buffer without erasing it. Protect
11195 shrink-window-if-larger-than-buffer.
11196 (vc-update-change-log): Fix setd typo.
11197
11198 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
11199 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
11200
11201 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
11202 (vc-rcs-diff): Insert in the current buffer and remove unused arg
11203 CMP.
11204
11205 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
11206 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
11207 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
11208
112092000-09-04 Andre Spiegel <spiegel@gnu.org>
11210
11211 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
11212 not possible, use vc-BACKEND-workfile-unchanged-p.
11213 (vc-default-workfile-unchanged-p): New function. Delegates to a
11214 full vc-BACKEND-diff.
11215
11216 * vc-hooks.el (vc-simple-command): Removed.
11217
11218 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
11219 instead of vc-simple-command.
11220 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
11221 avoid doing a diff when opening a file.
11222 (vc-rcs-state): Added check for unlocked-changes.
11223 (vc-rcs-header): Escape Id.
11224 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
11225 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
11226 version.
11227
11228 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
11229 (vc-sccs-diff): Remove optional arg CMP.
11230 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
11231 SCCS-specific function.
11232
11233 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
11234 vc-simple-command.
11235
112362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11237
11238 * vc.el (vc-editable-p): Renamed from vc-writable-p.
11239 (with-vc-file, vc-merge): Use vc-editable-p.
11240 (vc-do-command): Remove unused var vc-file and fix the
11241 doubly-defined `status' var. Add a user message when starting an
11242 async command.
11243 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
11244 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
11245 Use with-current-buffer.
11246 (vc-buffer-sync): Use unless.
11247 (vc-next-action-on-file): If the file is 'edited by read-only,
11248 make it read-write instead of trying to commit.
11249 (vc-version-diff, vc-update-change-log): Use `setq
11250 default-directory' rather than `cd'.
11251 (vc-log-edit): Don't forget to set default-directory in the
11252 buffer.
11253
11254 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
11255 (vc-sccs-state-heuristic): Use file-writable-p instead of
11256 comparing userids.
11257 (vc-sccs-checkout): Use `unless'.
11258
11259 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
11260 of comparing userids.
11261 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
11262 Simplify the logic by eliminating unreachable code.
11263 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
11264 just do a recursive call if we need to retry.
11265 (vc-rcs-checkout): Handle the case where rcs is missing by making
11266 the buffer read-write if requested and re-signalling the error.
11267
11268 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
11269
112702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11271
11272 * vc-hooks.el (vc-handled-backends): Docstring change.
11273 (vc-ignore-vc-files): Mark obsolete.
11274 (vc-registered): Check vc-ignore-vc-files.
11275 (vc-find-file-hook, vc-file-not-found-hook): Don't check
11276 vc-ignore-vc-files.
11277
11278 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
11279
112802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11281
11282 * vc.el (vc-checkout): Don't do anything special for ange-ftp
11283 files since ange-ftp already has vc-registered return nil.
11284
11285 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
11286 (vc-sccs-workfile-version): Use with-temp-buffer and new
11287 vc-parse-buffer and don't bother setting the property.
11288 (vc-sccs-add-triple): Use with-current-buffer and
11289 find-file-noselect.
11290 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11291
11292 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
11293 derives from the old vc-parse-buffer but uses the revision number
11294 rather than the date (much easier to compare robustly).
11295 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
11296 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
11297 locking-user more directly. Check strict locking and set
11298 checkout-model appropriately.
11299 (vc-rcs-parse-locks): Remove.
11300 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11301 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11302 (vc-rcs-system-release): Use with-current-buffer and
11303 vc-parse-buffer.
11304 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11305
11306 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11307 (vc-simple-command): Docstring fix.
11308 (vc-registered): Align the way the file-handler is called with the
11309 way the function itself works.
11310 (vc-file-owner): Remove.
11311
11312 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
11313 extraction of fields and call to file-attributes because of a
11314 temporary bug in rcp.el.
11315 (vc-cvs-fetch-status): Use with-current-buffer.
11316
113172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11318
11319 * vc.el (vc-do-command): Use file-relative-name.
11320 (vc-responsible-backend): Use vc-backend if possible.
11321 (vc-create-snapshot): Improve the `interactive' spec. Add support
11322 for branches and dispatch to backend-specific `create-snapshot'.
11323 (vc-default-create-snapshot): New function, containing the bulk of
11324 the old vc-create-snapshot.
11325 (vc-retrieve-snapshot): Improve the interactive spec.
11326
11327 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11328 (vc-backend-hook-functions): Remove.
11329 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11330 (vc-backend): Reintroduce the test for `file = nil' now that I
11331 know why it was there (and added a comment to better remember).
11332
11333 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11334 code from vc-sccs-hooks.el.
11335 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
11336 'vc anymore.
11337 (vc-sccs-responsible-p): Use expand-file-name instead of concat
11338 and file-directory-p instead of file-exists-p.
11339 (vc-sccs-check-headers): Simplify the regexp.
11340
11341 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
11342 from vc-rcs-hooks.el. Don't require 'vc anymore.
11343 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
11344 file-directory-p instead of file-exists-p.
11345
11346 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
11347 from vc-cvs-hooks.el.
11348 (proto vc-cvs-registered): Require 'vc-cvs instead of
11349 'vc-cvs-hooks. Don't require 'vc anymore.
11350 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
11351 file-directory-p instead of file-exists-p.
11352 (vc-cvs-create-snapshot): New function, replacing
11353 vc-cvs-assign-name.
11354 (vc-cvs-assign-name): Remove.
11355
113562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11357
11358 * vc-cvs.el (vc-cvs-header): New var.
11359
11360 * vc-rcs.el (vc-rcs-exists): Remove.
11361 (vc-rcs-header): New var.
11362
11363 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11364 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11365 (vc-sccs-header): New var.
11366
11367 * vc.el (vc-do-command): Get rid of the `last' argument.
11368 (vc-header-alist): Remove, replaced by vc-X-header.
11369 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11370 (vc-dired-hook): Use expand-file-name instead of concat.
11371 (vc-directory): Use file-name-as-directory.
11372 (vc-snapshot-precondition, vc-create-snapshot)
11373 (vc-retrieve-snapshot): Allow the command to operate on any
11374 directory.
11375
11376 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11377 just removing the 'WORKFILE argument or by removing the 'MASTER
11378 argument and replacing `file' with (vc-name file).
11379
113802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11381
11382 * vc.el: Update Copyright and add a crude list of backend funs.
11383 (vc-writable-p): New function.
11384 (with-vc-file): Use vc-writable-p.
11385 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11386 (vc-register): Avoid vc-name.
11387 (vc-locking-user): Remove.
11388 (vc-steal-lock): Make the `owner' arg non-optional.
11389 (vc-merge): Use vc-writable-p instead of vc-locking-user and
11390 vc-checkout-model.
11391 (vc-default-dired-state-info): Use vc-state instead of
11392 vc-locking-user and return special strings for special states.
11393 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11394 and get rid of one of the special CVS cases.
11395 (vc-cancel-version): prettify error message with \\[...].
11396 (vc-rename-master): New function.
11397 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11398 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
11399 the CVS special case generic.
11400 (vc-default-record-rename): Remove.
11401 (vc-file-tree-walk-internal): Only call FUNC for files that are
11402 under control of some VC backend and replace `concat' with
11403 expand-file-name.
11404 (vc-file-tree-walk): Update docstring.
11405 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11406 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11407
11408 * vc-sccs.el (vc-sccs-rename-file): Renamed from
11409 vc-sccs-record-rename. Use `find-file-noselect' rather than
11410 `find-file' and call `vc-rename-master' to do the actual move.
11411 (vc-sccs-diff): Remove unused `backend' variable.
11412
11413 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11414 to delay loading of vc-sccs until it is really used.
11415 (vc-sccs-master-templates): Preload.
11416 (vc-sccs-state): Update call to vc-sccs-parse-locks.
11417 (vc-sccs-project-dir): Remove (merged into
11418 vc-sccs-search-project-dir).
11419 (vc-sccs-search-project-dir): Rewrite using file name handling ops
11420 rather than `concat', make sure it is preloaded and don't bother
11421 to check that the file actually exists.
11422 (vc-sccs-parse-locks): Remove unused `file' argument, remove
11423 `locks' argument (use buffer's content instead) and eliminate n^2
11424 behavior.
11425
11426 * vc-rcs.el: Update Copyright.
11427 (vc-rcs-rename-file): New function.
11428 (vc-rcs-diff): Remove unused `backend' variable.
11429
11430 * vc-hooks.el: Update Copyright.
11431 (vc-backend): Don't accept a nil argument any more.
11432 (vc-up-to-date-p): Turn into a defsubst.
11433 (vc-possible-master): New function.
11434 (vc-check-master-templates): Use `vc-possible-master' and allow
11435 funs in vc-X-master-templates to return a non-existent file.
11436
11437 * vc-cvs.el: Update Copyright.
11438 (vc-cvs-diff): Remove unused `backend' variable.
11439 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11440
11441 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11442
114432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11444
11445 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11446 since it can be called from vc-rcs.el.
11447 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11448
114492000-09-04 Andre Spiegel <spiegel@gnu.org>
11450
11451 * vc.el (vc-version-diff): Expand file name read from the
11452 minibuffer. Handle the case when a previous version number can't
11453 be guessed. Give suitable messages when there were no differences
11454 found.
11455 (vc-clear-headers): Call backend-specific implementation, if one
11456 exists.
11457 (vc-cancel-version): Made error checks generic. When done, clear
11458 headers generically, too.
11459
11460 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11461 from vc-clear-headers in vc.el.
11462
11463 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11464 correctly.
11465 (vc-rcs-latest-on-branch-p): Made second argument VERSION
11466 optional. Handle the case when it's not there.
11467
114682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11469
11470 * vc.el (vc-locking-user): Moved from vc-hooks.el.
11471
114722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11473
11474 * vc-hooks.el (vc-loadup): Remove.
11475 (vc-find-backend-function): Use `require'. Also, handle the case
11476 where vc-BACKEND-hooks.el doesn't exist.
11477 (vc-call-backend): Cleanup.
11478
114792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11480
11481 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11482 vc-rcs-grab-templates)
11483 (vc-rcs-registered): Remove. The default function works as well.
11484 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11485 vc-sccs-grab-templates)
11486 (vc-sccs-registered): Remove. The default function works as well.
11487
11488 * vc.el (vc-version-diff): Left out a vc- in call to
11489 vc-call-backend.
11490 (vc-default-dired-state-info, vc-default-record-rename)
11491 (vc-default-merge-news): Update for the new backend argument.
11492
11493 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11494 using the default function.
11495 (vc-call-backend): If calling the default function, pass it the
11496 backend as first argument. Update the docstring accordingly.
11497 (vc-default-state-heuristic, vc-default-mode-line-string): Update
11498 for the new backend argument.
11499 (vc-make-backend-sym): Renamed from vc-make-backend-function.
11500 (vc-find-backend-function): Use the new name.
11501 (vc-default-registered): New function.
11502
115032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11504
11505 * vc.el (vc-merge): Use vc-find-backend-function.
11506
11507 * vc-hooks.el (vc-backend-functions): Remove.
11508 (vc-loadup): Don't setup 'vc-functions.
11509 (vc-find-backend-function): New function.
11510 (vc-call-backend): Use above fun and populate 'vc-functions
11511 lazily.
11512 (vc-backend-defines): Remove.
11513
115142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11515
11516 * vc.el (vc-register): Put a FIXME note for a newly found bug.
11517 Call vc-call-backend without the leading vc-.
11518 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11519 (vc-check-headers): Call vc-call-backend without the leading vc-.
11520 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11521 (vc-annotate-display): Replace confusing use of `cond' with `or'.
11522 Call vc-call-backend without the leading vc-.
11523
11524 * vc-cvs.el (tail): Provide vc-cvs.
11525 * vc-sccs.el (tail): Provide vc-sccs.
11526 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11527
11528 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11529 (vc-make-backend-function, vc-call): Pass names without leading
11530 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11531 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11532 (vc-call-backend): Always try to load vc-X-hooks.
11533 (vc-registered): Remove vc- in call to vc-call-backend.
11534
115352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11536
11537 * vc.el (vc-process-filter): New function.
11538 (vc-do-command): Setup `vc-process-filter' for the async process.
11539 (vc-maybe-resolve-conflicts): New function to reduce
11540 code-duplication. Additionally, it puts the buffer in
11541 `smerge-mode' if applicable.
11542 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11543 calling `merge-news'.
11544 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11545 (vc-log-edit): New function. Replacement for `vc-log-mode' by
11546 interfacing to log-edit.el.
11547 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11548 log-edit is available.
11549 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11550
115512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11552
11553 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11554 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11555 defvar and the initialization.
11556 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11557
11558 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11559 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11560
11561 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11562
115632000-09-04 Andre Spiegel <spiegel@gnu.org>
11564
11565 * vc.el (vc-file-clear-masterprops): Removed.
11566 (vc-checkin, vc-revert-buffer): Removed calls to the above.
11567 (vc-version-diff): Use buffer-size without argument.
11568 (vc-register): Heed vc-initial-comment.
11569
11570 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11571 default branch.
11572
11573 * vc-rcs.el (vc-rcs-register): Parse command output to find master
11574 file name and workfile version.
11575 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11576
11577 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11578 vc-file-clear-masterprops.
11579
11580 * vc-sccs.el (vc-sccs-checkout): Removed call to
11581 vc-file-clear-masterprops. If writable, set vc-state to 'edited
11582 rather than user login name.
11583
11584
115852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11586
11587 * vc.el (vc-workfile-unchanged-p): Remove unused argument
11588 `want-differences-if-changed' and simplify.
11589 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11590 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11591 output (which is invalid for async vc-diff) to decide whether to
11592 do the revert silently or not.
11593
115942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11595
11596 * vc-hooks.el (vc-loadup): Load files quietly.
11597 (vc-call-backend): Oops, brain fart.
11598
115992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11600
11601 * vc-cvs.el (vc-cvs-state): Typo.
11602 (vc-cvs-merge-news): Return the status code rather than the error msg.
11603
116042000-09-04 Andre Spiegel <spiegel@gnu.org>
11605
11606 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11607 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11608 vc-state or vc-up-to-date-p.
11609 (vc-merge): Use vc-backend-defines to check whether merging is
11610 possible. Set state to 'edited after successful merge.
11611
11612 * vc-hooks.el (vc-locking-user): If locked by the calling user,
11613 return that name. Redocumented.
11614
116152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11616
11617 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11618 new `vc-state' semantics.
11619 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11620 'vc-locking-user to the current user.
11621 (vc-merge): Inline vc-backend-merge. Comment out code that I
11622 don't understand and hence can't adapt to the new `vc-state' and
11623 `vc-locking-user' semantics.
11624 (vc-backend-merge): Remove.
11625
11626 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11627 rather than 'vc-locking-user.
11628
11629 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11630
11631 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11632 (vc-state): Don't use 'reserved any more. Just use the same
11633 convention as the one used for vc-<backend>-state where the
11634 locking user (as a string) is returned.
11635 (vc-locking-user): Update, based on the above convention. The
11636 'vc-locking-user property has disappeared.
11637 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11638
11639 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11640 with a heuristic one.
11641 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11642 (vc-cvs-checkin): Do a trivial parse to set the state in case of
11643 error. That allows us to get to 'needs-merge even in the
11644 stay-local case. There's still no way to detect 'needs-patch in
11645 such a setup (or to force an update for that matter).
11646 (vc-cvs-logentry-check): Remove, the default works as well.
11647
116482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11649
11650 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11651
11652 * vc.el (vc-do-command): kill-all-local-variables, to reset any
11653 major-mode in which the buffer might have been put earlier. Use
11654 `remove' and `when'. Allow `okstatus' to be `async' and use
11655 `start-process' in this case.
11656 (vc-version-diff): Handle the case where the diff looks empty
11657 because of the use of an async process.
11658
116592000-09-04 Andre Spiegel <spiegel@gnu.org>
11660
11661 * vc.el (vc-next-action-on-file): Removed optional parameter
11662 `simple'. Recompute state unconditionally.
11663 (vc-default-toggle-read-only): Removed.
11664
11665 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11666 (vc-toggle-read-only): Undid prev change.
11667
11668 * vc-cvs.el (vc-cvs-stay-local): Renamed from
11669 vc-cvs-simple-toggle. Redocumented.
11670 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11671 (vc-cvs-toggle-read-only): Removed.
11672
116732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11674
11675 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11676 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11677 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11678 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
11679 still is. So maybe it should be removed.
11680 (vc-head-version, vc-find-binary): Remove.
11681 (vc-recompute-state): Move from vc-hooks.el.
11682 (vc-next-action-on-file): Add a `simple' argument to allow
11683 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11684 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11685 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11686 (vc-dired-mode-map): Properly defvar it.
11687 (vc-print-log): Call log-view-mode if available.
11688 (small-temporary-file-directory): defvar instead of use boundp.
11689 (vc-merge-news): Moved to vc-cvs.el.
11690 (vc-default-merge-news): New function.
11691
11692 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11693 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11694 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11695 unknown `vc-latest-version' function. It should probably refer to
11696 vc-workfile-version or somesuch, but it's very unclear to me and I
11697 don't have SCCS to test things.
11698
11699 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11700 (vc-sccs-state-heuristic): Fix typo.
11701 (vc-sccs-workfile-unchanged-p): Add missing argument.
11702
11703 * vc-rcs.el: Require vc and vc-rcs-hooks.
11704 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11705 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11706 (vc-release-greater-or-equal-p): Move from vc.
11707 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11708 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11709 (vc-rcs-checkout): Add a missing `new-version' argument in the
11710 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
11711
11712 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11713 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11714 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11715 than the apparently unbound `workfile-version'.
11716
11717 * vc-hooks.el (vc-master-templates): Def the obsolete var.
11718 (vc-file-prop-obarray): Use `make-vector'.
11719 (vc-backend-functions): Add new hookable functions
11720 vc-toggle-read-only, vc-record-rename and vc-merge-news.
11721 (vc-loadup): If neither backend nor default functions exist, use
11722 the backend function rather than nil.
11723 (vc-call-backend): If the function if not bound yet, try to load
11724 the non-hook file to see if it provides it.
11725 (vc-call): New macro plus use it wherever possible.
11726 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11727 nor `vc-find-binary' since it's only called from
11728 vc-mistrust-permission which is only used once the backend is known.
11729 (vc-checkout-model): Fix parenthesis.
11730 (vc-recompute-state, vc-prefix-map): Move to vc.el.
11731
11732 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11733 (vc-cvs-release, vc-cvs-system-release): Remove.
11734 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11735 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11736 status symbols.
11737 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11738 (vc-cvs-toggle-read-only): First cut at a function to allow a
11739 cvs-status-free vc-toggle-read-only.
11740 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11741 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11742 vc-cvs-status. Also set vc-state rather than vc-locking-user.
11743 (vc-cvs-checkout): Modify access rights directly if the user
11744 requested not to use `cvs edit'. And refresh the mode line.
11745
11746 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11747 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11748
117492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11750
11751 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
11752 workfile' that got lost when the code was extracted from vc.el.
11753 And merged the tail with the rest of the code (not possible in the
11754 old vc.el where the tail was shared among all backends). And
11755 explicitly set the state to 'edited if `writable' is set.
11756
11757 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11758 (vc-cvs-state): Be careful to return the value from
11759 vc-cvs-parse-state.
11760 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
11761 property but return it instead. Also be careful to handle a nil
11762 or "" `rev' when workfile is non-nil (it was handled properly when
11763 workfile was nil).
11764
11765 * vc.el: Removed those pesky unnecessary `(function' quotes.
11766 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11767 directly in the defvar.
11768 (vc-do-command): Bind inhibit-read-only so as to properly handle
11769 the case where the destination buffer has been made read-only.
11770 (vc-diff): Delegate to vc-version-diff in all cases.
11771 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11772 (vc-annotate-mode-variables): Removed (code moved partly to
11773 defvars and partly to vc-annotate-add-menu).
11774 (vc-annotate-mode): Turned into a derived-mode.
11775 (vc-annotate-add-menu): Moved in code in
11776 vc-annotate-mode-variables.
11777 (vc-update-change-log): Use make-temp-file if available.
11778
117792000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
11780
11781 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11782 `vc-checkout-model' updated to `vc-cvs-update-model'.
11783
117842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11785
11786 * vc.el (vc-next-action-on-file): Added handling of state
11787 `unlocked-changes'.
11788 (vc-checkout-carefully): Is now practically obsolete, unless the
11789 above is too slow to be enabled unconditionally.
11790 (vc-update-change-log): Fixed typo.
11791
11792 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11793
11794 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11795 Now handles state `unlocked-changes'.
11796 (vc-sccs-workfile-unchanged-p): New function, to support the above.
11797
11798 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11799
11800 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11801 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
11802 `unlocked-changes'.
11803 (vc-rcs-workfile-unchanged-p): Renamed from
11804 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
11805 function yet, but supposed to become one soon.
11806
11807 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11808 `vc-steal-lock'.
11809 (vc-call-backend): Changed error message.
11810 (vc-state): Added description of state `unlocked-changes'.
11811
118122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11813
11814 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11815 always return t in CVS-controlled directories.
11816
11817 * vc.el (vc-responsible-backend): New function.
11818 (vc-register): Largely rewritten.
11819 (vc-admin): Removed (implementation moved into vc-register).
11820 (vc-checkin): Redocumented.
11821 (vc-finish-logentry): If no backend defined yet (because we are in
11822 the process of registering), use the responsible backend.
11823
11824 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11825 Updated function lists.
11826 (vc-call-backend): Fixed typo.
11827
11828 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11829 New functions.
11830 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11831 Removed query option. Redocumented.
11832
118332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11834
11835 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11836
11837 * vc.el: Updated callers of `vc-checkout-required' to use
11838 `vc-checkout-model'.
11839
118402000-09-04 Martin Lorentzson <martinl@gnu.org>
11841
11842 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
11843 stuff updated to reference this function instead of the old
11844 `vc-backend-release-p'.
11845
118462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11847
11848 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11849 vc-checkout-model. Return appropriate values. Updated callers.
11850
118512000-09-04 Martin Lorentzson <martinl@gnu.org>
11852
11853 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11854 (vc-backend-revert): Function moved into `vc-revert';
11855 `vc-next-action' must be updated to accomodate this change.
11856 (vc-backend-steal): Function moved into `vc-finish-steal'.
11857 (vc-backend-logentry-check): Function moved into
11858 `vc-finish-logentry'.
11859 (vc-backend-printlog): Function moved into `vc-print-log'.
11860 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11861 (vc-backend-assign-name): Function moved into
11862 `vc-create-snapshot'.
11863
118642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11865
11866 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11867 Rename to vc-checkout-model. Return appropriate values.
11868 Update callers.
11869
11870 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11871 to vc-checkout-model.
11872 (vc-checkout-required): Rename to vc-checkout-model.
11873 Re-implement and re-comment.
11874 (vc-after-save): Use vc-checkout-model.
11875
118762000-09-04 Martin Lorentzson <martinl@gnu.org>
11877
11878 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11879 Update to use the vc-BACKEND-diff functions instead.
11880 `vc-diff' is now working.
11881
11882 * vc-rcs.el (vc-rcs-logentry-check): New function.
11883
11884 * vc-cvs.el (vc-cvs-logentry-check): New function.
11885
11886 * vc-sccs.el (vc-sccs-diff): Function changed name from
11887 `vc-backend-diff'. This makes `vc-diff' work.
11888
11889 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11890 of functions possibly implemented in a vc-BACKEND library.
11891 (vc-checkout-required): Fix bug that caused an error to be
11892 signaled during `vc-after-save'.
11893
11894 * vc.el: Fix typo.
11895 This checkin is made with our new VC code base for the very first time.
11896 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11897
11898 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11899 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11900
11901 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11902 updated to `vc-uses-locking'.
11903 (vc-checkout-required): Call to backend function.
11904 `vc-checkout-required' updated to `vc-uses-locking' instead.
11905
11906 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11907 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11908
11909 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11910 to match the split into various backends.
11911 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
11912 (vc-retrieve-snapshot): Bug fix.
11913
119142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11915
11916 * vc-sccs.el (vc-sccs-release): Doc fix.
11917
119182000-09-04 Martin Lorentzson <martinl@gnu.org>
11919
11920 * vc.el (vc-next-action-on-file): Bug found and fixed.
11921 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11922 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11923
11924 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11925 (vc-rcs-checkout): Name space cleaned up. No more revision number
11926 crunching function names that are not prefixed with vc-rcs.
11927 (vc-rcs-checkout-model): Function added. References to
11928 `vc-checkout-model' replaced.
11929
119302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11931
11932 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11933 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
11934 still need to be split, and implemented for RCS).
11935
119362000-09-04 Martin Lorentzson <martinl@gnu.org>
11937
11938 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11939
11940 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11941 required by the vc.el file.
11942
11943 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11944 required by the vc.el file.
11945 (vc-rcs-exists): Function added.
11946
11947 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11948 required by the vc.el file.
11949
11950 * vc.el (vc-admin): Updated to handle selection of appropriate
11951 backend. Current implementation is crufty and need re-thinking.
11952
11953 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11954
119552000-09-04 Martin Lorentzson <martinl@gnu.org>
11956
11957 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11958 beginning of annotate buffers correctly.
11959
11960 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11961 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11962 functionality updated quite a lot to support multiple backends.
11963 Variables `vc-annotate-mode', `vc-annotate-buffers',
11964 `vc-annotate-backend' added.
11965
11966 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11967 `vc-annotate-difference' added to supported backend functions.
11968
119692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11970
11971 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
11972 Use with-temp-file instead of /bin/sh. Merged from mainline
11973
119742000-09-04 Martin Lorentzson <martinl@gnu.org>
11975
11976 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11977
11978 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11979
11980 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11981
119822000-09-04 Martin Lorentzson <martinl@gnu.org>
11983
11984 * vc-hooks.el: vc-state-heuristic added to
11985 vc-backend-hook-functions.
11986
11987 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
11988
11989 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
11990
11991 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
11992 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
11993 state to `reserved'.
11994
11995 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
11996 `vc-checkout-required'. Rename the `locked' state to `reserved'.
11997
119982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11999
12000 * vc-rcs-hooks.el: Implement new state model. Hardly anything
12001 untouched.
12002
12003 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
12004
12005 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
12006 if defined. (Merged from main line, slightly adapted.)
12007
12008 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
12009 millenium problem (merged from mainline).
12010
120112000-09-04 Martin Lorentzson <martinl@gnu.org>
12012
12013 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
12014 part and moved the non-BACKEND stuff to vc.el.
12015
12016 * vc.el: Split the annotate feature into a BACKEND specific part
12017 and moved it from the vc-cvs.el file to this one.
12018
120192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12020
12021 * vc-hooks.el: Implement new state model.
12022 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
12023 (vc-locking-user): Simplify. Now only needed if the file is
12024 locked by somebody else.
12025 (vc-lock-from-permissions): Remove. Functionality is in
12026 vc-sccs-hooks.el and vc-rcs-hooks.el now.
12027 (vc-mode-line-string): New name for former vc-status. Adapted.
12028 (vc-mode-line): Adapt to use the above. Remove optional parameter.
12029
12030 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
12031 Various simplifications and adaptations all over the place.
12032
12033 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
12034 Simplify and adapt the rest.
12035
12036 * vc.el (vc-resynch-window): Add TODO comment: check for
12037 interaction with view mode according to recent RCS change.
12038 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
12039
120402000-09-04 Martin Lorentzson <martinl@gnu.org>
12041
12042 * vc.el: Convert the remaining function comments to docstrings.
12043
120442000-09-04 Martin Lorentzson <martinl@gnu.org>
12045
12046 * vc.el (vc-backend-release, vc-release-greater-or-equal)
12047 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
12048 (vc-minor-part, vc-previous-version): Functions that operate and
12049 compare revision numbers got proper documentation. Comments added
12050 about their possible removal.
12051
120522000-09-04 Martin Lorentzson <martinl@gnu.org>
12053
12054 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
12055 the vc-backend.el files.
12056
12057 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
12058
12059 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
12060 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
12061 (vc-rcs-previous-version): Functions added.
12062
12063 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
12064
12065 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
12066
120672000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12068
12069 * vc-hooks.el (vc-master-templates): Is really obsolete.
12070 Comment out the definition for now. What is the right procedure
12071 to get rid of it?
12072 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
12073 rewritten.
12074 (vc-default-registered): Remove.
12075 (vc-check-master-templates): New function; does mostly what the
12076 above did before.
12077 (vc-locking-user): Don't rely on the backend to set the property.
12078
12079 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
12080 Rewrite documentation.
12081 (vc-rcs-templates-grabbed): New variable.
12082 (vc-rcs-grab-templates): New function.
12083 (vc-rcs-registered): Rewrite to use above mechanism.
12084
12085 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
12086 Rewrite documentation.
12087 (vc-sccs-templates-grabbed): New variable.
12088 (vc-sccs-grab-templates): New function.
12089 (vc-sccs-registered): Rewrite to use above mechanism.
12090 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
12091 Don't throw the result, simply return it.
12092
12093 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
12094 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
12095 (vc-cvs-registered): Does the check itself now. Simplify.
12096
12097 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
12098 from main line.
12099
121002000-09-04 Martin Lorentzson <martinl@gnu.org>
12101
12102 * vc-cvs.el (vc-cvs-diff): New function.
12103
12104 * vc-sccs.el (vc-sccs-diff): New function.
12105
12106 * vc-rcs.el (vc-rcs-diff): New function.
12107 (vc-rcs-checkout): Bug (typo) found and fixed.
12108 (vc-rcs-register-switches): New variable.
12109
12110 * vc.el (vc-backend-diff): Function removed and placed in the
12111 backend files.
12112
121132000-09-04 Martin Lorentzson <martinl@gnu.org>
12114
12115 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
12116
12117 * vc.el (vc-backend-checkout): Function removed and replaced in
12118 the vc-backend.el files.
12119
12120 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
12121
12122 * vc.el (vc-backend-admin): Removed and replaced in the
12123 vc-backend.el files.
12124
12125 * vc.el (Martin): Removed all the annotate functionality since it
12126 is CVS backend specific.
12127
121282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12129
12130 * spec.txt: Added specification of vc-state.
12131
12132 * vc-sccs-hooks.el (vc-sccs-master-properties):
12133 Remove handling of vc-latest-version and
12134 vc-your-latest-version. What used to be vc-latest-version, is now
12135 returned as vc-workfile-version.
12136 (vc-sccs-workfile-version): Adapt.
12137
121382000-09-04 Dave Love <fx@gnu.org>
12139
12140 * vc.el: [Merged from mainline.]
12141 (vc-dired-mode): Make the dired-move-to-filename-regexp
12142 regexp match the date, to avoid treating date as file size.
12143 Add YYYY S option to WESTERN/
12144
121452000-09-04 Dave Love <fx@gnu.org>
12146
12147 * vc.el: Require `compile' when compiling.
12148 (vc-logentry-check-hook): New option.
12149 (vc-steal-lock): Use compose-mail.
12150 (vc-dired-mode-map): Defvar when compiling.
12151 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
12152 vc-sccs.el and renamed. Callers changed.
12153 (vc-backend-checkout, vc-backend-logentry-check)
12154 (vc-backend-merge-news): Doc fix.
12155 (vc-default-logentry-check): New function.
12156 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
12157 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
12158 (vc-backend-merge): Doc fix. Use backend functions.
12159 (vc-check-headers): Use backend functions.
12160
12161 * vc-cvs.el: Require vc when compiling.
12162 (vc-cvs-register-switches): Doc fix.
12163 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
12164 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
12165 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
12166 New functions (code from vc.el).
12167 (vc-annotate-display-default): Fix interactive spec.
12168 (vc-annotate-time-span): Doc fix.
12169
12170 * vc-rcs.el: Require vc when compiling.
12171 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
12172 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
12173 (vc-rcs-checkin): New functions (code from vc.el).
12174 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
12175 Doc fix.
12176 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
12177
12178 * vc-sccs.el: Require vc when compiling.
12179 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
12180 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
12181 (vc-sccs-revert)
12182 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
12183 from vc.el).
12184 (vc-sccs-add-triple, vc-sccs-record-rename)
12185 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
12186 (vc-sccs-admin): Doc fix.
12187
121882000-09-04 Martin Lorentzson <martinl@gnu.org>
12189
12190 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
12191 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
12192 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
12193 from vc.el.
12194
12195 * vc-sccs.el (vc-admin-sccs): Added from vc.el
12196
12197 * vc-cvs.el: Moved the annotate functionality from vc.el.
12198 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
12199
122002000-09-04 Dave Love <fx@gnu.org>
12201
12202 * vc.el (vc-backend-release): Call vc-system-release.
12203
12204 * vc-sccs.el (vc-sccs-system-release):
12205 Renamed from vc-sccs-backend-release.
12206
12207 * vc-rcs.el (vc-rcs-system-release):
12208 Renamed from vc-rcs-backend-release.
12209
12210 * vc-cvs.el (vc-cvs-system-release):
12211 Renamed from vc-cvs-backend-release.
12212
122132000-09-04 Dave Love <fx@gnu.org>
12214
12215 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
12216 backend files.
12217 (vc-backend-release): Dispatch to backend functions.
12218 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
12219 probably needs attention.]
12220
12221 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
12222 (vc-sccs-backend-release): New function.
12223
12224 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
12225 (vc-cvs-backend-release): New function.
12226
12227 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
12228 Doc fix.
12229 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
12230 (vc-default-dired-state-info): New function.
12231 (vc-dired-state-info): Dispatch to backends.
12232 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
12233
12234 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
12235 from vc.el and renamed.
12236
122372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12238
12239 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
12240 (vc-version-other-window, vc-backend-assign-name): Removed
12241 references to vc-latest-version; sometimes changed into
12242 vc-workfile-version.
12243
12244 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
12245 vc-rcs-master-workfile-version.
12246 (vc-rcs-workfile-version): Use the above. Don't call
12247 vc-latest-version (that was unreachable code, anyway).
12248 (vc-rcs-fetch-master-properties): Doc fix.
12249
12250 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
12251 (vc-backend-hook-functions): Removed them from this list, too.
12252 (vc-fetch-properties): Removed.
12253 (vc-workfile-version): Doc fix.
12254
12255 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
12256 (vc-rcs-workfile-version, vc-rcs-locking-user)
12257 (vc-rcs-uses-locking): Use it.
12258
12259 * vc-hooks.el (vc-consult-rcs-headers):
12260 Moved into vc-rcs-hooks.el, under the name
12261 vc-rcs-consult-headers.
12262
12263 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
12264 headers.
12265 (vc-cvs-find-master): Use this name only; correct different
12266 versions of the name.
12267
12268 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
12269 New functions.
12270 (vc-sccs-locking-user): Use the latter.
12271
12272 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
12273 New functions.
12274
12275 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
12276 Moved into both
12277 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
12278 functions are implementation details of those two backends.
12279
122802000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12281
12282 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
12283 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
12284
12285 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
12286 (vc-sccs-parse-locks): SCCS-specific code moved here from
12287 vc-hooks.
12288
12289 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
12290 code moved here from vc-hooks.
12291
12292 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12293 into back-end specific parts and removed. Callers not updated
12294 yet; because I guess these callers will disappear into back-end
12295 specific files anyway.
12296
122972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12298
12299 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12300 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12301 `vc-uses-locking'.
12302
12303 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12304 Store yes/no in the property, and return t/nil. Updated all
12305 callers.
12306
12307 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12308 vc-sccs-uses-locking. Don't set property.
12309 (vc-sccs-locking-user): Don't set property.
12310
12311 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12312 vc-cvs-uses-locking. Don't set property here; leave that to
12313 vc-hooks.
12314 (vc-cvs-locking-user): Reflect above change. Streamlined.
12315
12316 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12317 vc-rcs-uses-locking.
12318 (vc-rcs-locking-user): Reflect above change.
12319
123202000-09-04 Dave Love <fx@gnu.org>
12321
12322 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12323
12324 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12325
12326 * vc-hooks.el (vc-checkout-model): Punt to backends.
12327
12328 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12329
12330 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12331
12332 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12333 New functions.
12334
12335 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12336 New functions.
12337
12338 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
12339 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
12340
12341 * vc-hooks.el (vc-default-locking-user): New function.
12342 (vc-locking-user, vc-workfile-version): Punt to backends.
12343
123442000-09-04 Dave Love <fx@gnu.org>
12345
12346 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
12347 (vc-master-workfile-version): Moved from vc-hooks.
12348
12349 * vc-rcs-hooks.el: Fix duplicate code in last change.
12350
12351 * vc-rcs-hooks.el: Require vc-hooks when compiling.
12352 (vc-rcs-master-templates): Improve :type.
12353 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
12354 vc-master-workfile-version): Moved from vc-hooks.
12355
12356 * vc-sccs-hooks.el: Require vc-hooks when compiling.
12357 (vc-sccs-master-templates): Improve :type.
12358 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
12359
12360 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
12361
12362 * vc-cvs-hooks.el: Require vc-hooks when compiling.
12363 (vc-cvs-master-templates): Improve :type. Use
12364 vc-cvs-find-cvs-master.
12365 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12366 from vc-hooks.
12367 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12368
12369 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12370 Moved to vc-cvs-hooks.
12371
12372 * vc-hooks.el: Add doc strings in various places. Simplify the
12373 minor mode setup.
12374 (vc-handled-backends): New user variable.
12375 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12376 simplification.
12377
123782000-09-04 Dave Love <fx@gnu.org>
12379
12380 * vc.el: Some doc fixes for autoloaded and interactive functions.
12381 Fix compilation warnings from ediff stuff.
12382 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12383
12384 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12385
12386 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12387
12388 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12389
123902000-09-04 Dave Love <fx@gnu.org>
12391
12392 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12393 New variable.
12394 (vc-make-backend-function, vc-loadup, vc-call-backend)
12395 (vc-backend-defines): New functions.
12396
12397 * vc-hooks.el: Various doc fixes.
12398 (vc-default-back-end, vc-follow-symlinks): Custom fix.
12399 (vc-match-substring): Function removed. Callers changed to use
12400 match-string.
12401 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12402 Simplify.
12403
124042000-09-04 Dave Love <fx@gnu.org>
12405
12406 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12407 type.
12408 (vc-sccs-project-dir, vc-search-sccs-project-dir)
12409 (vc-sccs-registered): Doc fix.
12410
12411 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12412 (vc-cvs-registered): Doc fix.
12413
12414 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12415 (vc-rcs-registered): Doc fix.
12416
124172000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12418
12419 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12420
12421 * vc-hooks.el: vc-registered has been renamed
12422 vc-default-registered. Some functions have been moved to the
12423 backend specific files. they all support the
12424 vc-BACKEND-registered functions.
12425
124262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12427
12428 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12429
12430 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12431
124322000-09-04 Dave Love <fx@gnu.org>
12433
12434 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12435 menu-bar-update-hook.
12436
12437 * help.el (help-manyarg-func-alist): Add
12438 find-operation-coding-system.
12439
12440 * wid-edit.el (widget-sexp-validate): Fix garbled code.
12441
12442 * custom.el (custom-set-variables): Print message about errors in
12443 setting.
12444
124452000-09-03 Andrew Innes <andrewi@gnu.org>
12446
12447 * makefile.w32-in: Change to DOS line endings.
12448
124492000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12450
12451 * mouse.el (mouse-popup-menubar): Supply the prompt string for
12452 minor-mode keymaps, if they don't have one.
12453
124542000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12455
12456 * eshell/esh-module.el (eval-when-compile): Don't lose if
12457 esh-module.el's file name is truncated to DOS 8+3 limits.
12458
124592000-09-01 John Wiegley <johnw@gnu.org>
12460
12461 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12462 predicate, which caused entries in the completion list to be
12463 doubled.
12464
124652000-08-30 John Wiegley <johnw@gnu.org>
12466
12467 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12468 sending to subprocesses. Also, hook pre-command-hook if
12469 `eshell-send-direct-to-subprocesses' is non-nil.
12470 (eshell-send-direct-to-subprocesses): New config variable. If t,
12471 subprocess input is send immediately.
12472 (eshell-toggle-direct-send): New function.
12473 (eshell-self-insert-command): New function.
12474 (eshell-intercept-commands): New function.
12475 (eshell-send-input): If direct subprocess sending is enabled,
12476 don't echo any input to the Eshell buffer. Let the subprocess
12477 handle that. This requires "stty echo" in bash, for example.
12478
124792000-08-28 John Wiegley <johnw@gnu.org>
12480
12481 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12482 completion function for Eshell's implementation of `unset'.
12483
124842000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12485
12486 * info.el (Info-directory-list): Doc fix.
12487
124882000-08-31 Peter Breton <pbreton@ne.mediaone.net>
12489
12490 * filecache.el (file-cache-add-directory-using-find): Don't quote
12491 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12492
124932000-08-31 Kenichi Handa <handa@etl.go.jp>
12494
12495 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12496 coding systems.
12497
124982000-08-30 Andrew Innes <andrewi@gnu.org>
12499
12500 * timer.el (run-with-idle-timer): Undo last change, so that timer
12501 is not activated immediately if Emacs is already idle. Some
12502 existing code relies on this behaviour.
12503
125042000-08-30 Miles Bader <miles@gnu.org>
12505
12506 * frame.el (set-frame-font): Do completion of font-name for
12507 interactive use.
12508
125092000-08-30 Kenichi Handa <handa@etl.go.jp>
12510
12511 * international/quail.el (quail-start-translation): Bind locally
12512 last-command-event, last-command, and this-command.
12513 (quail-start-conversion): Likewise.
12514 (quail-self-insert-command): Fix docstring.
12515
125162000-08-29 Gerd Moellmann <gerd@gnu.org>
12517
12518 * progmodes/executable.el
12519 (executable-make-buffer-file-executable-if-script-p): Check that
12520 buffer contains at least 2 characters.
12521
125222000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
12523
12524 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12525
125262000-08-29 Dave Love <fx@gnu.org>
12527
12528 * diff-mode.el (diff-mode) <defgroup>: Add :version.
12529 (diff-mode-shared-map): Bind mouse-2.
12530 (diff-imenu-generic-expression): New variable.
12531 (diff-mode): Use it.
12532
12533 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12534 (mouse-popup-menubar): Add minor mode menus.
12535 (popup-menu): Check for lookup-key returning number.
12536
125372000-08-29 Miles Bader <miles@gnu.org>
12538
12539 * comint.el (comint-send-input): Create overlays using the proper
12540 front/read-advance arguments.
12541
125422000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12543
12544 * ps-print.el: Even/odd pages printing. Doc fix.
12545 (ps-print-version): New version number (6.0).
12546 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12547 (ps-background, ps-begin-file, ps-begin-job): Code fix.
12548 (ps-print-duplex-feature): Variable eliminated.
12549 (ps-even-or-odd-pages): New variable.
12550
12551 * progmodes/ebnf2ps.el: Doc fix.
12552 (ebnf-version): New version (3.3).
12553 (ebnf-user-arrow): Change variable customization to sexp.
12554 (ebnf-user-arrow): Function eliminated.
12555 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12556
125572000-08-29 Kenichi Handa <handa@etl.go.jp>
12558
12559 * help.el (help-xref-mule-regexp): New variable.
12560 (help-make-xrefs): Handle help-xref-mule-regexp.
12561
12562 * international/mule-cmds.el (help-xref-mule-regexp-template): New
12563 variable.
12564 (describe-input-method): Temporarily activate the specfied input
12565 method to display the information.
12566 (describe-language-environment): Hyperlinks to mule related items.
12567
12568 * international/mule-diag.el (charset-multibyte-form-string): New
12569 function.
12570 (list-character-sets-1): Use charset-multibyte-form-string.
12571 (describe-character-set): New function.
12572 (describe-coding-system): Hyperlinks to safe character sets.
12573
12574 * international/quail.el (quail-help): New arg PACKAGE.
12575 Hyperlinks to mule related items.
12576 (quail-help-insert-keymap-description): Use
12577 substitute-command-keys instead of describe-bindings.
12578 (quail-translation-help): Hyperlinks to mule related items.
12579
125802000-08-28 John Wiegley <johnw@gnu.org>
12581
12582 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12583 have a defsubst call itself. Made `eshell-flatten-list' back into
12584 a function again.
12585
12586 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12587 catch, in case re-centering point at bottom messes up the display.
12588 This happens frequently in Emacs 21, due I believe to variable
12589 line heights.
12590
12591 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12592 to call `find-tag-interactive'.
12593
12594 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12595 the list of remember directories.
12596
125972000-08-28 John Wiegley <johnw@gnu.org>
12598
12599 * align.el: Test align-region-separate to see if it's a symbol.
12600
126012000-08-28 John Wiegley <johnw@gnu.org>
12602
12603 * eshell/esh-util.el (eshell-flatten-list): Made this function
12604 into a defsubst form. It gets used very frequently, although
12605 calls don't occur all that often.
12606
12607 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12608 examining it.
12609
12610 * eshell/esh-cmd.el (eshell-rewrite-while-command):
12611 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12612 `eshell-protect'.
12613 (eshell-copy-handles): Created a new macro for duplicating the
12614 current set of open handles. This is needed by the looping
12615 functions.
12616 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12617 is not incorrectly stomped on.
12618
12619 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12620 declaration for pcomplete-use-paring.
12621 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12622 value of eshell-cmpl-use-paring.
12623 * pcomplete.el (pcomplete-use-paring): New config variable, to
12624 indicate whether paring should be used.
12625 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12626 completion alternatives that have already been used.
12627
12628 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12629 bound to C-c C-y, which will repeat the previous N arguments
12630 (based on prefix argument).
12631 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12632
12633 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12634 if there is no *Help* buffer. This is for XEmacs, which renames
12635 its help buffers uniquely. TODO: Find out what the current buffer
12636 name to delete is.
12637
12638 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12639 first entry that correlates to a passwd/group number. Later
12640 entries (used for group/user name aliasing to multiple IDs) are
12641 ignored.
12642
12643 * eshell/em-xtra.el (eshell/expr):
12644 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12645 (eshell-grep, eshell/diff, eshell/locate):
12646 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12647 argument list, before passing it to the system command.
12648
12649 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12650 `find-tag' for use at final position in Eshell buffers (which
12651 otherwise triggers an error on Emacs 21).
12652 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12653 buffer, if it is currently bound to `find-tag'.
12654
12655 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12656 in the list of matched Makefile names.
12657 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12658 directory, prefer its contents to Makefile.
12659
12660 * eshell/em-dirs.el (eshell/cd): cd commands that look up
12661 directory parts (like "cd old new", or "cd =regexp"), are now case
12662 sensitive on non-Windows/DOS platforms.
12663
12664 * eshell/esh-mode.el (eshell-parse-command-input): When a user
12665 types RET after an open delimiter (like "), display a message
12666 indicating that Eshell is waiting for the closing delimiter.
12667
12668 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12669 environment variables.
12670
12671 * eshell/em-unix.el (eshell/diff): Added logic to fail more
12672 gracefully if the user enters incorrect arguments.
12673
12674 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12675 Eshell buffers.
12676
12677 * eshell/esh-var.el (eshell-interpolate-variable):
12678 * eshell/esh-mode.el (eshell-move-argument):
12679 * eshell/em-unix.el (eshell-du-sum-directory):
12680 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12681 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12682 (not (= ...)).
12683
12684 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12685 to ensure the `preserve' flag gets propagated when doing recursive
12686 directory copies.
12687
126882000-08-28 Stefan Monnier <monnier@cs.yale.edu>
12689
12690 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12691 Don't convert \n into \0177 in memory.
12692 (eshell-read-history, eshell-write-history): Convert \n to \0177,
12693 and back again, when reading and writing.
12694
126952000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
12696
12697 * eshell/esh-util.el (eshell-processp): Added to relieve constant
12698 testing of `fboundp' on `processp'.
12699
12700 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12701 (eshell/jobs): Don't call process-list if it is not bound.
12702 (eshell-gather-process-output): Support systems where async
12703 subprocesses aren't supported.
12704 (eshell-scratch-buffer, eshell-last-sync-output-start): New
12705 variables.
12706
12707 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12708 eshell-do-eval returns t.
12709 (eshell-do-pipelines-synchronously): New defmacro.
12710 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12711 when async subprocesses aren't supported.
12712 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
12713 if async subprocesses aren't supported.
12714 (eshell-resume-command): Don't assume STATUS is a string.
12715
12716 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12717
12718 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12719 (eshell-close-target, eshell-get-target): Use eshell-processp.
12720 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12721 fix.
12722 (eshell-get-target, eshell-create-handles): Doc fix.
12723
127242000-08-28 Miles Bader <miles@lsi.nec.co.jp>
12725
12726 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12727 criterion to include commands that output something, as long as it
12728 leaves both the command and the end-of-buffer visible when the
12729 command has exited.
12730 (eshell-review-quick-commands): Adjust the help doc string
12731 accordingly.
12732
127332000-08-28 Peter Breton <pbreton@ne.mediaone.net>
12734
12735 * locate.el (locate): Cleaned up locate command's interactive prompting
12736 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12737
12738 * filecache.el (file-cache-case-fold-search): New variable
12739 (file-cache-assoc-function): New variable
12740 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12741 Use file-cache-case-fold-search variable
12742 (file-cache-add-file): Use file-cache-assoc-function
12743 (file-cache-delete-file): likewise
12744 (file-cache-directory-name): likewise
12745 (file-cache-debug-read-from-minibuffer): likewise
12746
127472000-08-28 Gerd Moellmann <gerd@gnu.org>
12748
12749 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12750 (abbrev-table-name): New function.
12751 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12752 If non-nil list local abbrev, only.
12753
127542000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
12755
12756 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12757 from Gnus support code, and use special article copy buffer
12758 `(gnus-original-article-buffer)' instead. This allows to get rid
12759 of article-hide-headers usage (which breaks in the latest Gnus
12760 version). Thanks to Detlev Zundel.
12761
127622000-08-28 Kenichi Handa <handa@etl.go.jp>
12763
12764 * international/quail.el (quail-use-package): Hide "... loaded"
12765 message.
12766 (quail-start-translation, quail-start-conversion): Likewise.
12767
12768 * international/kkc.el (kkc-region): Hide "... loaded" message.
12769
127702000-08-27 Dave Love <fx@gnu.org>
12771
12772 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12773
127742000-08-27 Miles Bader <miles@gnu.org>
12775
12776 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12777
127782000-08-27 Kenichi Handa <handa@etl.go.jp>
12779
12780 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12781 'ja-dic-cnv), not (require 'skkdic-cnv).
12782
127832000-08-26 Miles Bader <miles@gnu.org>
12784
12785 * faces.el (face-x-resources): Add entry for :inherit.
12786 * cus-face.el (custom-face-attributes): Add support for :inherit
12787 attribute. Add support for relative face heights.
12788 (custom-face-attributes-get): Treat `nil' as being a default value
12789 for :inherit (as well as `unspecified').
12790
12791 * faces.el (set-face-attribute): Update doc string.
12792 (face-attribute-name-alist): Add :inherit.
12793 (face-valid-attribute-values): Handle :inherit.
12794 (face-read-string): Rephrase prompt to be less confusing.
12795 Assume that DEFAULT is a string, since we must return a string.
12796 (face-read-integer): Use `format' to turn DEFAULT into an
12797 acceptable default for face-read-string. Match NEW-VALUE against
12798 the string "unspecified", not the symbol `unspecified', since
12799 that's what face-read-string returns.
12800 (read-face-attribute): Lookup a name for old-value in valid, and
12801 use it as a default if we find one. Treat all values from
12802 face-read-string as strings. If the default is used, don't do any
12803 more processing on the value, just use the old value directly.
12804 (read-face-and-attribute, modify-face): Tweak prompt.
12805 (read-face-name): Don't assume prompt ends with a space.
12806
12807 * faces.el (describe-face): Add support for :inherit attribute.
12808
128092000-08-25 Kenichi Handa <handa@etl.go.jp>
12810
12811 * terminal.el (terminal-emulator): Fix args to `concat'. Now
12812 concat doesn't accept interger.
12813
12814 * international/kkc.el: Remove SKK from Keywords. Require
12815 ja-dic-utl instead of skkdic-utl.
12816
12817 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12818 Provide ja-dic-cnv instead of skkdic-cnv.
12819 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
12820 (iso-2022-7bit-short): Add safe-charsets property.
12821 (skkdic-convert-postfix): Search Japanese chou-on character in
12822 addition to Hiragana character.
12823 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12824 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12825 (batch-skkdic-convert): Likewise.
12826
12827 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12828 Provide ja-dic-utl instead of skkdic-utl.
12829 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12830
128312000-08-24 Dave Love <fx@gnu.org>
12832
12833 * disp-table.el (standard-display-default): Make the test of `l'
12834 useful.
12835
12836 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12837 mod sample text.
12838
12839 * international/iso-ascii.el: Make pilcrow convenient string
12840 consistent with section.
12841 (iso-ascii-display): Set up multibyte characters as well as
12842 unibyte.
12843
128442000-08-24 Kenichi Handa <handa@etl.go.jp>
12845
12846 * international/mule-cmds.el (reset-language-environment): Set
12847 default-process-coding-system to '(undecided . iso-latin-1), which
12848 makes process I/O almost consistent with file I/O. Call this
12849 function when mule-cmds.el[c] is loaded.
12850
128512000-08-22 Andrew Innes <andrewi@gnu.org>
12852
12853 * makefile.w32-in: New file.
12854
128552000-08-22 Miles Bader <miles@lsi.nec.co.jp>
12856
12857 * comint.el (comint-output-filter): Compare end of
12858 comint-last-output-overlay with the start of the newly inserted
12859 text, not the end, when deciding whether to extend it.
12860 Set saved-point's insertion type to advance after insertion.
12861
12862 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12863 since this is now done independently of font-lock mode.
12864
128652000-08-21 Gerd Moellmann <gerd@gnu.org>
12866
12867 * server.el (server-kill-new-buffers): New user option.
12868 (server-existing-buffer): New buffer-local variable.
12869 (server-visit-files): When using an existing buffer, set
12870 server-existing-buffer to t.
12871 (server-buffer-done): If server-kill-new-buffers is t, kill the
12872 buffer, unless it was already present before visiting it with
12873 Emacs server.
12874
128752000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
12876
12877 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12878 even if the display doesn't support colors: some displays will
12879 support bold/underline faces.
12880
128812000-08-21 Gerd Moellmann <gerd@gnu.org>
12882
12883 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12884
12885 * startup.el (command-line): If user's init file had an error,
12886 add explanatory text to *Messages*.
12887
128882000-08-21 Kenichi Handa <handa@etl.go.jp>
12889
12890 * man.el (Man-getpage-in-background): Decode the process output by
12891 the system locale coding system.
12892
128932000-08-20 Dave Love <fx@gnu.org>
12894
12895 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12896 Don't test x-popup-menu.
12897 (function) <complete-function>: Complete only fbound symbols.
12898 <validate, value>: New.
12899 (variable) <complete-function>: Complete only bound symbols.
12900 (coding-system): Add :base-only, :complete-function, :validate,
12901 :value, :prompt-match.
12902 (widget-coding-system-prompt-value): Use read-coding-system and
12903 act on :base-only.
12904 (editable-field): Add :help-echo.
12905 (widget-push-button-gui, widget-push-button-cache)
12906 (widget-gui-action, widget-editable-list-gui): COmment out, along
12907 with uses.
12908 (widget-at): Make arg optional.
12909 (widget-echo-help): Adjust for current help-echo calling sequence.
12910 (widget-specify-field, widget-specify-button)
12911 (widget-specify-insert, widget-get-sibling, widget-image-find)
12912 (widget-convert, widget-insert, widget-leave-text)
12913 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12914 (widget-setup, widget-field-find, widget-before-change)
12915 (widget-after-change, widget-default-complete)
12916 (widget-default-create, widget-default-delete)
12917 (widget-push-button-value-create, editable-field)
12918 (widget-field-prompt-value, widget-field-validate)
12919 (widget-choice-value-create, widget-choice-action)
12920 (widget-choice-validate, widget-checklist-add-item)
12921 (widget-radio-add-item, widget-radio-chosen)
12922 (widget-radio-value-inline, widget-editable-list-value-create)
12923 (widget-editable-list-entry-create)
12924 (widget-documentation-link-add)
12925 (widget-documentation-string-value-create)
12926 (widget-regexp-validate, widget-file-complete)
12927 (widget-sexp-validate, widget-plist-convert-widget)
12928 (widget-plist-convert-widget, widget-alist-convert-widget)
12929 (widget-alist-convert-widget, widget-color-complete): Simplify,
12930 particularly to avoid bindings which aren't optimized out.
12931
12932 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12933 Doc fix.
12934 (down-list, backward-up-list, up-list, kill-sexp)
12935 (backward-kill-sexp, mark-sexp): Make arg optional.
12936 (lisp-complete-symbol): Add optional arg PREDICATE.
12937
12938 * cus-start.el: Add display-buffer-reuse-frames,
12939 file-coding-system-alist.
12940
129412000-08-20 Gerd Moellmann <gerd@gnu.org>
12942
12943 * startup.el (command-line): Clear realized faces after
12944 modifying TTY color mappings.
12945
129462000-08-20 Miles Bader <miles@gnu.org>
12947
12948 * faces.el (face-attr-match-p): Don't return true if ATTRS are
12949 merely a subset of FACE's attributes.
12950
129512000-08-19 Miles Bader <miles@gnu.org>
12952
12953 * comint.el (comint-output-filter): Save the point with a marker,
12954 not just a buffer position.
12955
12956 * international/mule.el (set-buffer-process-coding-system): Make
12957 interactive prompt less confusing.
12958
129592000-08-19 Gerd Moellmann <gerd@gnu.org>
12960
12961 * hilit-chg.el: General cleanup of doc strings, comments and
12962 code formatting.
12963
129642000-08-19 Miles Bader <miles@gnu.org>
12965
12966 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12967 Compiler macro removed; beginning-of-line is no longer always
12968 equivalent to forward-line, in the presence of fields.
12969
12970 * comint.el (comint-output-filter): Remove ad-hoc saving of
12971 restriction, and just use save-restriction, now that it works
12972 correctly. Don't adjust comint-last-input-start to account for
12973 our insertion; it shouldn't have moved because we don't use
12974 insert-before-markers anymore. Comment out call to
12975 `force-mode-line-update'; why is it here?
12976
12977 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12978 while checking for prompt to delete. Use `forward-line 0'
12979 instead of beginning-of-line.
12980 (gud-filter): Temporarily widen gud comint buffer while
12981 examining output.
12982
129832000-08-18 Stefan Monnier <monnier@cs.yale.edu>
12984
12985 * progmodes/sh-script.el: Big bag of typos.
12986
12987 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
12988 check since ispell-process is not bound when ispell is not yet loaded.
12989
129902000-08-18 Dave Love <fx@gnu.org>
12991
12992 * image.el (find-image): Copy `spec' before using plist-put.
12993
129942000-08-18 Gerd Moellmann <gerd@gnu.org>
12995
12996 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
12997 `portugues'.
12998
12999 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
13000 backward-kill-sexp, analogous to kill-sexp.
13001
13002 * progmodes/icon.el (icon-indent-line)
13003 (icon-is-continuation-line): Handle comments specially.
13004
130052000-08-17 Ken Stevens <k.stevens@ieee.org>
13006
13007 * ispell.el: Set to standard author/maintainer/keyword fields.
13008 Fine tuning to menu map appearance and operation, and added help.
13009 Remove `start' and `end' error messages when compiling.
13010 (ispell-choices-win-default-height): Fixed comment string.
13011 (ispell-dictionary-alist-1): Fixed regexp in castellano and
13012 castellano8 dictionaries.
13013 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
13014 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
13015 dictionary, added italiano dictionary.
13016 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
13017 word character
13018 (ispell-tex-skip-alists): Added psfig support.
13019 (ispell-skip-html): Renamed from ispell-skip-sgml.
13020 (ispell-begin-skip-region-regexp, ispell-skip-region)
13021 (ispell-minor-check): Improved html skipping support to skip across
13022 code, and recognize `&' commands without propper `;' syntax;
13023 (ispell-process-line): Fix alignment error when manually
13024 correcting spelling.
13025 (ispell): Fix comment string.
13026 (ispell-add-per-file-word-list): Always put word list on new line.
13027
130282000-08-17 Gerd Moellmann <gerd@gnu.org>
13029
13030 * format.el (format-encode-run-method): Fix error message to say
13031 `encode' instead of `decode'. Use save-window-excursion around
13032 shell-command-on-region as in format-decode-run-method because
13033 shell-command-on-region can display a buffer with error output.
13034 (format-decode): Don't record undo information for the decoding.
13035 (format-annotate-function): Add parameter FORMAT-COUNT. Make
13036 that number part of the temporary buffer name so that more than
13037 one decoding using a temporary buffer can happen safely.
13038
13039 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
13040 of `A-z' in the regexp.
13041
13042 * hilit-chg.el: Fix typos in commentary.
13043
13044 * help.el (view-emacs-news): Rewritten for new naming scheme
13045 for old NEWS files.
13046
13047 * startup.el (command-line): Pop to *Messages* in case an error
13048 is signaled while loading user-init-file.
13049
130502000-08-17 Andreas Schwab <schwab@suse.de>
13051
13052 * files.el (insert-directory): Don't lose original file name,
13053 undoing an undocumented change.
13054
130552000-08-17 Alex Schroeder <alex@gnu.org>
13056
13057 * sql.el (sql-magic-go): Use comint-bol.
13058 (sql-copy-column): Use comint-line-beginning-position.
13059 (comint-line-beginning-position): Define a replacement for
13060 comint-line-beginning-position if it is not fboundp.
13061
130622000-08-17 Alex Schroeder <alex@gnu.org>
13063
13064 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
13065 it didn't have any effect anyway.
13066
130672000-08-17 Alex Schroeder <alex@gnu.org>
13068
13069 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
13070 --pset and pager=off instead of sending \\o|cat at the beginning
13071 of the session.
13072
130732000-08-17 Miles Bader <miles@gnu.org>
13074
13075 * progmodes/octave-inf.el: Add compatibility definition of
13076 comint-line-beginning-position.
13077
130782000-08-17 Kenichi Handa <handa@etl.go.jp>
13079
13080 * startup.el (normal-top-level): Look in each dir in load-path for
13081 a leim-list.el file too. This assures of loading leim-list.el
13082 that is created at Emacs installation time even if a user have his
13083 own leim-list.el.
13084
130852000-08-17 Miles Bader <miles@gnu.org>
13086
13087 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
13088 foreground color to black if the background is dark.
13089
130902000-08-16 Stefan Monnier <monnier@cs.yale.edu>
13091
13092 * loadhist.el (unload-feature): Typo.
13093
13094 * finder.el (finder-compile-keywords):
13095 * cus-dep.el (custom-make-dependencies): Add local-variable settings
13096 to the generated file.
13097
13098 * mail/mh-e.el (mh-make-local-vars):
13099 Replace make-variable-buffer-local with make-local-variable.
13100
13101 * play/landmark.el:
13102 * options.el (Edit-options-{set,toggle,t,nil}):
13103 * mail/mailabbrev.el (mail-abbrevs-mode):
13104 * textmodes/tex-mode.el (tex-expand-files):
13105 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
13106
13107 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
13108
13109 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
13110 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
13111 Allow going past the last element.
13112 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
13113 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
13114 (cvs-mouse-toggle-mark): Don't move point.
13115 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
13116
13117 * progmodes/compile.el (grep): Provide a default set of files.
13118 (next-error): Docstring fix.
13119 (compilation-find-file): Avoid find-file (fails in a dedicated window).
13120
13121 * emacs-lisp/easy-mmode.el (define-minor-mode):
13122 Use `symbol-value' to keep the byte-compiler quiet.
13123
13124 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
13125 (diff-find-source-location): New fun, extracted from diff-goto-source.
13126 (diff-goto-source): Use it.
13127 (diff-next-complex-hunk, diff-filter-lines): New function.
13128 (diff-apply-hunk): New command.
13129
13130 * smerge-mode.el (smerge-mode-menu): Doc fix.
13131
13132 * msb.el (msb-mode): Define it in terms of define-minor-mode.
13133
131342000-08-16 Dave Love <fx@gnu.org>
13135
13136 * windmove.el (windmove) <defgroup>: Add :version.
13137
13138 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
13139 (goto-address-fontify-p, goto-address-highlight-p)
13140 (goto-address-url-face, goto-address-url-mouse-face)
13141 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
13142 (goto-address-url-regexp): Use thing-at-point-url-regexp.
13143 (goto-address-fontify, goto-address-at-mouse): Simplify,
13144 (goto-address-at-point): browse-url-url-at-point,
13145 goto-address-find-address-at-point can return nil.
13146 (goto-address-find-address-at-point): Return nil on failure.
13147
13148 * align.el (align) <defgroup>: Add :version.
13149
13150 * calculator.el (calculator): Add :version.
13151 (calculator): Use two lines for calculator window if `modeline'
13152 face is boxed.
13153
13154 * play/5x5.el: Doc fixes.
13155 (5x5) <defgroup>: Add :version.
13156
13157 * play/fortune.el (fortune) <defgroup>: Add :version.
13158 (fortune-append): Fix error message.
13159 (fortune-from-region): Doc fix.
13160
13161 * play/pong.el (pong): Doc fix.
13162
13163 * play/morse.el: Keywords, commentary, autoloads.
13164
131652000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
13166
13167 * desktop.el (desktop-save): Don't look at symbol-value of a
13168 member of minor-mode-alist, unless it is boundp.
13169
131702000-08-16 Sam Steingold <sds@gnu.org>
13171
13172 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
13173 `while'; use `with-current-buffer' instead of `save-excursion'.
13174 Removed unnecessary kludges now that "*Buffer List*" is excluded.
13175
131762000-08-16 Kenichi Handa <handa@etl.go.jp>
13177
13178 * international/ccl.el (declare-ccl-program): Docstring modified.
13179 (ccl-execute-with-args): Likewise.
13180
131812000-08-16 Miles Bader <miles@gnu.org>
13182
13183 * progmodes/sql.el: Add compatibility definition of
13184 comint-line-beginning-position.
13185
131862000-08-15 Gerd Moellmann <gerd@gnu.org>
13187
13188 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
13189 'buffer-menu' property.
13190 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
13191 fails.
13192 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
13193 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
13194 wasn't killed.
13195
13196 * buff-menu.el (list-buffers-noselect): Don't display the
13197 *Buffer List* buffer.
13198
13199 * font-lock.el: Require jit-lock to prevent a very late
13200 `Loading jit-lock' message.
13201
13202 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
13203 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
13204 mail address.
13205
132062000-08-15 Miles Bader <miles@gnu.org>
13207
13208 * textmodes/ispell.el (ispell-graphic-p): New constant.
13209 (ispell-choices-win-default-height, ispell-help): Use
13210 `ispell-graphic-p' instead of `xemacsp'.
13211
132122000-08-15 Dave Love <fx@gnu.org>
13213
13214 * simple.el: Autoload widget-convert when compiling.
13215 (mail-user-agent): Doc fix.
13216
13217 * help.el (function-called-at-point, variable-at-point): Use
13218 with-syntax-table.
13219 (help-manyarg-func-alist): Add insert-and-inherit.
13220
13221 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
13222
13223 * delsel.el (delsel-unload-hook): New function.
13224
13225 * find-file.el: Doc fixes. Move provide to end.
13226 (ff) <defgroup>: Add :link.
13227 (ff-goto-click): Deleted.
13228 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
13229 Use mouse-set-point.
13230
13231 * textmodes/tildify.el: Doc fixes.
13232 (tildify) <defgroup>: Add:version.
13233
13234 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
13235 (glasses-custom-set): Use set-default, not set.
13236 (minor-mode-alist): Propertize the lighter.
13237 (glasses-mode): Provide optional arg.
13238
13239 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
13240 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
13241 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
13242 option. Provide :type.
13243 (cwarn-configuration): Provide :type.
13244 (cwarn-mode): Doc fix.
13245
13246 * add-log.el (change-log-merge): Doc fix.
13247 (change-log-redate): New command.
13248
13249 * net/browse-url.el (browse-url-filename-alist): Add a clause for
13250 Doze and Dog.
13251 (browse-url): Use dolist, not mapcar.
13252 (browse-url-at-point): Check for null url.
13253 (browse-url-event-buffer, browse-url-event-point): Functions
13254 deleted.
13255 (browse-url-at-mouse, browse-url-netscape): Simplify.
13256
13257 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
13258 modes.
13259 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
13260 Fix previous change to mapcan.
13261 (msb--init-file-alist, msb--add-separators)
13262 (msb--make-keymap-menu): Simplify.
13263 (msb--choose-file-menu): Use copy-sequence.
13264 (msb-mode-map): Add title to keymap.
13265 (msb-unload-hook): New function.
13266
13267 * bs.el: Fix indentation.
13268 (bs) <defgroup>: Add :links.
13269 (bs-show): Doc fix.
13270 (bs-apply-sort-faces): Don't use window-system.
13271 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
13272
132732000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
13274
13275 * calendar/timeclock.el (timeclock-file): Run .timelog through
13276 convert-standard-filename.
13277
132782000-08-14 Gerd Moellmann <gerd@gnu.org>
13279
13280 * emacs-lisp/authors.el: New file.
13281
13282 * paren.el (show-paren-priority): New user option.
13283 (show-paren-function): Set overlay priorities to
13284 show-paren-priority.
13285
132862000-08-14 Miles Bader <miles@gnu.org>
13287
13288 * comint.el (comint-bol): Use `forward-line 0' instead of calling
13289 beginning-of-line with inhibit-field-text-motion bound.
13290
132912000-08-14 Gerd Moellmann <gerd@gnu.org>
13292
13293 * calendar/timeclock.el: New file.
13294
132952000-08-14 David Ponce <david@dponce.com>
13296
13297 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13298 `widget-button-click'. so that one can use left mouse button to
13299 click on dialog buttons.
13300
133012000-08-14 Emmanuel Briot <briot@gnat.com>
13302
13303 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13304 identifiers, since XML is case sensitive
13305
133062000-08-12 Miles Bader <miles@gnu.org>
13307
13308 * comint.el (comint-output-filter): Don't bother frobbing
13309 window-start, it doesn't seem to be necessary.
13310
13311 * comint.el (comint-send-string, comint-send-region): Make into
13312 real functions. Snapshot the prompt before sending.
13313
133142000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13315
13316 * info.el (Info-find-emacs-command-nodes): Rewrite to use
13317 technique similar to Info-index, instead of relying on specific
13318 names of relevant Index nodes.
13319 (Info-goto-emacs-command-node): Bind Info-history to nil when
13320 going to the first node found by Info-find-emacs-command-nodes.
13321
133222000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13323
13324 * menu-bar.el (menu-bar-help-menu): Add a :help string.
13325
133262000-08-10 Miles Bader <miles@gnu.org>
13327
13328 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13329
133302000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13331
13332 * info.el (Info-file-list-for-emacs): More elements for the
13333 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13334 and woman manuals.
13335
133362000-08-10 Miles Bader <miles@lsi.nec.co.jp>
13337
13338 * comint.el (comint-send-input): Make the newline boundary overlay
13339 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
13340 (comint-output-filter): Use `insert' instead of
13341 `insert-before-markers'. Extend comint-last-output-overlay when
13342 necessary since we can't rely on insert-before-markers to do it.
13343 * gud.el (gud-filter): Use `with-current-buffer' instead of
13344 save-excursion when inserting the output, so that point gets
13345 updated correctly; the old method relied on a rather dodgy
13346 side-effect of comint-output-filter to avoid the effect of
13347 save-excursion.
13348
133492000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13350
13351 * files.el (recover-file): Call insert-directory instead of
13352 invoking `ls' directly.
13353
133542000-08-10 Miles Bader <miles@gnu.org>
13355
13356 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
13357 (comint-last-prompt-overlay): New variables.
13358 (comint-output-filter): Implement prompt highlighting.
13359 (comint-snapshot-last-prompt): New function.
13360 (comint-send-input): Snapshot the last prompt.
13361 Use comint-highlight-input-face.
13362 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
13363 Use defface instead of defcustom.
13364 (send-invisible, comint-send-eof): Snapshot the last prompt.
13365 (comint-delchar-or-maybe-eof): Use comint-send-eof.
13366 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13367
133682000-08-09 Stefan Monnier <monnier@cs.yale.edu>
13369
13370 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13371 (regexp-opt-group): Use a list of chars for `letters'.
13372 (regexp-opt-charset): `chars' is now a list of chars.
13373 Use a char-table rather than a vector so it works for multibyte chars.
13374
13375 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
13376 Set cvs-minor-current-files to the selected fileinfo.
13377 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13378 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13379
133802000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
13381
13382 * files.el (insert-directory): Don't call access-file on
13383 directories on DOS and Windows.
13384
133852000-08-09 Kenichi Handa <handa@etl.go.jp>
13386
13387 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13388 longer if necessary.
13389 (ccl-embed-code): Call ccl-embed-data to store CODE in
13390 ccl-program-vector.
13391
133922000-08-09 Miles Bader <miles@gnu.org>
13393
13394 * comint.el (comint-output-filter): Properly handle the case where
13395 the text surrounded by comint-last-output-overlay was deleted.
13396
133972000-08-08 Gerd Moellmann <gerd@gnu.org>
13398
13399 * info.el (Info-insert-dir): Use Info-additional-directory-list if
13400 non-nil.
13401 (Info-file-list-for-emacs): Remove "info" from the list because
13402 that leads to trying to use the documentation from file `info'
13403 in various situations where it isn't appropriate, for instance
13404 C-h C-k C-h i.
13405
13406 * ffap.el (ffap-read-file-or-url-internal): Handle case that
13407 DIR and/or STRING are nil.
13408
13409 * progmodes/compile.el (compilation-setup): Make variable
13410 compilation-error-screen-columns buffer-local, as some comment
13411 in the code suggests it should be.
13412
13413 * files.el (auto-mode-interpreter-regexp): New variable.
13414 (set-auto-mode): Use it.
13415
13416 * indent.el (indent-for-tab-command): Doc fix.
13417
13418 * mouse-sel.el (mouse-sel-mode): Doc fix.
13419
13420 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13421 labels.
13422
13423 * help.el (print-help-return-message): When
13424 display-buffer-reuse-frames is set, let the help window been quit,
13425 instead of deleting it, which might delete a reused frame.
13426
134272000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
13428
13429 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13430 rename a directory to a name that differs only by its letter case.
13431
134322000-08-08 Kenichi Handa <handa@etl.go.jp>
13433
13434 * international/quail.el (quail-define-rules): Handle Quail decode
13435 map correctly. Add code for supporting annotations.
13436 (quail-install-decode-map): New function.
13437 (quail-defrule-internal): New optional arguments decode-map and
13438 props.
13439 (quail-advice): New function.
13440
134412000-08-07 Sam Steingold <sds@gnu.org>
13442
13443 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13444 `defconst', `define-condition', `with-slots'.
13445 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13446
134472000-08-03 Miles Bader <miles@gnu.org>
13448
13449 * comint.el (comint-use-prompt-regexp-instead-of-fields):
13450 New variable.
13451 (comint-prompt-regexp, comint-get-old-input): Document dependence on
13452 comint-use-prompt-regexp-instead-of-fields.
13453 (comint-send-input): Add `input' field property to stuff we send to
13454 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13455 (comint-output-filter): Add `output' field property to process
13456 output, if comint-use-prompt-regexp-instead-of-fields is nil.
13457 (comint-replace-by-expanded-history)
13458 (comint-get-old-input-default, comint-show-output)
13459 (comint-backward-matching-input, comint-forward-matching-input)
13460 (comint-next-prompt, comint-previous-prompt): Use field
13461 properties if comint-use-prompt-regexp-instead-of-fields is nil.
13462 (comint-line-beginning-position): New function.
13463 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
13464 (comint-replace-by-expanded-history-before-point): Use
13465 comint-line-beginning-position and line-end-position.
13466 (comint-last-output-overlay): New variable.
13467 (comint-mode): Make `comint-last-output-overlay' buffer-local.
13468
13469 * shell.el (shell-prompt-pattern): Doc change.
13470 (shell-backward-command): Use line-beginning-position.
13471
13472 * gud.el (gud-gdb-complete-command): Use
13473 comint-line-beginning-position.
13474
13475 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13476 comint-bol doesn't actually go to the beginning of the line.
13477
13478 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13479 if comint-use-prompt-regexp-instead-of-fields is non-nil.
13480 (try-expand-line-all-buffers): Likewise.
13481
13482 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13483 explicitly matching comint-prompt-regexp.
13484 (sql-copy-column): Use comint-line-beginning-position instead of
13485 explicitly matching comint-prompt-regexp.
13486
13487 * progmodes/octave-inf.el (inferior-octave-complete): Use
13488 comint-line-beginning-position.
13489
13490 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13491
13492 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13493 looking for a prompt, use `forward-line 0' instead of
13494 `beginning-of-line', to avoid getting caught by an input field.
13495
134962000-08-07 Gerd Moellmann <gerd@gnu.org>
13497
13498 * files.el (shell-quote-wildcard-pattern): Make sure to return
13499 PATTERN, in the Unix case.
13500
135012000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
13502
13503 * play/zone.el (zone): Discard any pending input before running
13504 the randomly-chosen pgm.
13505
135062000-08-07 Kenichi Handa <handa@etl.go.jp>
13507
13508 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13509 checking the existence of any multibyte characters.
13510
135112000-08-06 Gerd Moellmann <gerd@gnu.org>
13512
13513 * help.el (describe-mode): Test minor-mode symbol for being
13514 bound before testing its value for being nil.
13515
13516 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13517 `first', `second', and `third'.
13518
13519 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13520 (second): Make it an alias for `cadr'.
13521
135222000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
13523
13524 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13525 types of display support faces now.
13526
135272000-08-05 Gerd Moellmann <gerd@gnu.org>
13528
13529 * pcvs.el (require): Require `cl' during compilation, only.
13530
13531 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13532 (toplevel): Remove `remq' and `remove' from autoloads.
13533 (cl-fake-autoloads): New variable. If set, arrange for an error
13534 when CL functions etc. are autoloaded.
13535
135362000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
13537
13538 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13539
13540 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13541 popped up, but the user clicks outside the menu, return an empty
13542 regexp (that causes unhighlight-regexp to have no effect).
13543
13544 * menu-bar.el (menu-bar-games-menu): Add Zone.
13545
13546 * hi-lock.el (toplevel): Require font-lock.
13547
135482000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13549
13550 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13551 (ebnf-8-bit-chars): New var for bug fix.
13552 (ebnf-string): Bug fix.
13553
135542000-08-03 Sam Steingold <sds@gnu.org>
13555
13556 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13557 instead of `buffer-string'.
13558 (require 'cl): Always, not just when compiling.
13559 `ignore-errors' in `interactive', `list*', `defun*' &c make this
13560 necessary.
13561
135622000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
13563
13564 * international/mule-cmds.el (select-safe-coding-system): Make
13565 the message text about selecting a safe coding system more clear.
13566
135672000-08-02 Gerd Moellmann <gerd@gnu.org>
13568
13569 * hi-lock.el: New file.
13570
13571 * play/zone.el: New file.
13572
13573 * replace.el (occur): Set tab-width in the *Occur* buffer to the
13574 value of tab-width in the original buffer. Choose a line number
13575 format that's a multiple of the original buffer's tab width, so
13576 that lines appear right.
13577
13578 * textmodes/ispell.el (ispell): New function, replacing an alias.
13579 Spell-check active region if in transient-mark-mode and mark
13580 is active; otherwise spell-check buffer.
13581
135822000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13583
13584 * ps-mule.el: Fix a customization problem on
13585 ps-mule-font-info-database-default.
13586
135872000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
13588
13589 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13590 display-mouse-p instead of window-system.
13591 (ebrowse-member-mode-map): Ditto.
13592
135932000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13594
13595 * progmodes/ebnf2ps.el: Update ps-print functions call.
13596 Indentation fix. Doc fix.
13597 (ebnf-version): New version number (3.2).
13598 (ebnf-format-color, ebnf-begin-job): Code fix.
13599
136002000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
13601
13602 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13603 font lock support on window-system.
13604 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13605
13606 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13607 display-color-p, if fboundp, instead of window-system.
13608
136092000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
13610
13611 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13612 instead of window-system.
13613
13614 * wid-edit.el (widget-choose): Use display-mouse-p instead of
13615 window-system.
13616 (widget-choice-mouse-down-action): Use display-popup-menus-p
13617 instead of window-system.
13618
13619 * strokes.el (strokes-file): Run the file name through
13620 convert-standard-filename.
13621 (strokes-mode): Call display-mouse-p instead of looking at
13622 window-system. Change the error message accordingly.
13623
13624 * progmodes/cpp.el (toplevel): Support faces on tty's.
13625
13626 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13627 (lm-plot-square, lm-init-display): Don't use window-system.
13628
13629 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13630 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13631
13632 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13633 instead of looking at window-system.
13634
136352000-07-30 Gerd Moellmann <gerd@gnu.org>
13636
13637 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13638 of testing if iswitchb-prepost-hooks is bound, because the
13639 latter will always be true when invoking a recursive minibuffer
13640 from an active Iswitchb buffer.
13641
136422000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
13643
13644 * files.el (shell-quote-wildcard-pattern): New function.
13645 (insert-directory): Call it. Only prepend "\" to command on Unix
13646 and GNU/Linux systems.
13647
136482000-07-30 Gerd Moellmann <gerd@gnu.org>
13649
13650 * eshell/esh-groups.el: Change custom :link file names
13651 from `eshell.info' to `eshell'.
13652
136532000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
13654
13655 * dired.el (dired-build-subdir-alist): Expand subdirectory names
13656 correctly in recursive ange-ftp listings.
13657
136582000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13659
13660 * ps-print.el: Fix bug 1: if ps-font-size-internal,
13661 ps-header-font-size-internal and
13662 ps-header-title-font-size-internal variables are not set,
13663 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
13664 face text property is (foreground-color . COLOR) or
13665 `(background-color . COLOR)', ps-print crashes. Doc fix.
13666 (ps-print-version): New version number (5.2.4).
13667 (ps-plot-region): Code fix.
13668 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13669 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13670 Bug fix 2.
13671
136722000-07-30 Milan Zamazal <pdm@freesoft.cz>
13673
13674 * glasses.el (glasses-make-readable): Fix uncapitalization of
13675 identifiers like `myXMLDocument'.
13676
136772000-07-28 Karl Fogel <kfogel@red-bean.com>
13678
13679 * mail/mail-hist.el (mail-hist-previous-input)
13680 (mail-hist-next-input): Do the obvious code factorization.
13681 (mail-hist-retrieve-and-insert): New func, contains common
13682 code of above two.
13683 If inserting a message body, leave point at top.
13684
136852000-07-28 Sam Steingold <sds@gnu.org>
13686
13687 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13688 Use `<=', not `<' to compare times!
13689 (ange-ftp-ls): Remove.
13690
136912000-07-27 Gerd Moellmann <gerd@gnu.org>
13692
13693 * play/cookie1.el: Add explanation of how to make cookie.el
13694 compatible with strfile(1) to comment.
13695
13696 * subr.el (remove, remq): New functions.
13697
13698 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13699 escape `*' in regexps.
13700 (midnight-find): Reverse order of arguments in the funcall of
13701 TEST.
13702
13703 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13704 and `.class'.
13705
13706 * play/meese.el: Add Commentary section.
13707
137082000-07-27 Alex Schroeder <alex@gnu.org>
13709
13710 * sql.el (sql-ms): Added autoload cookie.
13711 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13712 (sql-oracle): Ditto.
13713 (sql-help): Doc change.
13714
13715 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13716 types and exceptions.
13717
137182000-07-27 Alex Schroeder <alex@gnu.org>
13719
13720 * sql.el (sql-placeholder-history): New variable.
13721 (sql-query-placeholders-and-send): New function that will query
13722 the user and replace placeholders with user input.
13723 (sql-oracle): If running on NT, set comint-input-sender to
13724 sql-query-placeholders-and-send.
13725
13726 (sql-stop): If in the SQLi buffer, insert stop notification, else
13727 present it as a message.
13728
137292000-07-27 Alex Schroeder <alex@gnu.org>
13730
13731 * sql.el (sql-input-ring-separator): Doc change.
13732 (sql-input-ring-file-name): Doc change.
13733 (sql-interactive-mode): Use `sql-input-ring-separator' and
13734 `sql-input-ring-file-name' to set the comint-mode equivalents
13735 without making them local variables.
13736 (sql-stop): Don't bind `sql-input-ring-separator' and
13737 `sql-input-ring-file-name' dynamically to their comint-mode
13738 equivalents.
13739
137402000-07-27 Kenichi Handa <handa@etl.go.jp>
13741
13742 * international/mule.el (register-char-codings): New function.
13743 (make-coding-system): Handle `safe-chars' specification in the arg
13744 PROPERTY.
13745
13746 * international/mule-cmds.el
13747 (find-coding-systems-region-subset-p): This function deleted.
13748 (sort-coding-systems-predicate): New variable.
13749 (sort-coding-systems): New function.
13750 (find-coding-systems-region): Use
13751 find-coding-systems-region-internal.
13752 (find-coding-systems-string): Use find-coding-systems-region.
13753 (find-coding-systems-for-charsets): Check
13754 char-coding-system-table.
13755 (select-safe-coding-system-accept-default-p): New variable.
13756 (select-safe-coding-system): Mostly rewritten. New argument
13757 ACCEPT-DEFAULT-P.
13758 (select-message-coding-system): Call select-safe-coding-system
13759 with ACCEPT-DEFAULT-P arg.
13760 (reset-language-environment): Reset default-sendmail-coding-system
13761 to the default value iso-latin-1.
13762 (set-language-environment): Don't set the obsolete variable
13763 charset-origin-alist.
13764
13765 * international/codepage.el (cp-coding-system-for-codepage-1):
13766 Give `safe-chars' property to make-coding-system.
13767
13768 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13769 calling select-message-coding-system twice.
13770
13771 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13772 instead of `safe-charsets'.
13773 (cyrillic-alternativnyj): Likewise.
13774 (ccl-encode-alternativnyj): Don't check the charset
13775 cyrillic-iso8859-5.
13776
137772000-07-27 Kenichi Handa <handa@etl.go.jp>
13778
13779 * composite.el (compose-chars-after): Preserve match data.
13780
137812000-07-26 Sam Steingold <sds@gnu.org>
13782
13783 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13784 (ange-ftp-real-file-newer-than-file-p): New function.
13785 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13786 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13787
13788 * tooltip.el (tooltip-float-time): Removed (use `float-time').
13789 * midnight.el (midnight-float-time): Ditto.
13790
137912000-07-26 Andreas Schwab <schwab@suse.de>
13792
13793 * files.el (normal-backup-enable-predicate): Correct
13794 interpretation of the return value of compare-strings.
13795
137962000-07-26 Gerd Moellmann <gerd@gnu.org>
13797
13798 * isearch.el (isearch-resume): New function.
13799 (isearch-done): Add something to command-history to resume
13800 the search.
13801 (isearch-yank-line, isearch-yank-word): Use
13802 buffer-substring-no-properties instead of buffer-substring.
13803
13804 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13805 of flyspell-mouse-map.
13806
13807 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13808 duplicate definition.
13809 (makefile-mode): Remove duplicate setting of local-abbrev-table.
13810
13811 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13812 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13813
138142000-07-25 Sam Steingold <sds@gnu.org>
13815
13816 * net/ange-ftp.el: Get modtime over the net.
13817 (ange-ftp-file-modtime): New function.
13818 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13819 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13820 Use it.
13821 (ange-ftp-dot-to-slash): New function.
13822 (ange-ftp-fix-name-for-vms): Use it.
13823
13824 * midnight.el (midnight-buffer-display-time): Use
13825 `with-current-buffer'.
13826
138272000-07-25 Gerd Moellmann <gerd@gnu.org>
13828
13829 * find-dired.el: Update copyright notice.
13830 (find-dired): Offer to kill a running `find'.
13831
13832 * enriched.el (enriched-face-ans): For a `foreground-color'
13833 property, return '(("x-color" COLOR))' so that COLOR will be
13834 output as a parameter of the x-color annotation. Likewise for the
13835 `background-color' property. In the case of normal face
13836 properties, don't return annotations for unspecified foreground
13837 and background face attributes.
13838
138392000-07-25 Kenichi Handa <handa@etl.go.jp>
13840
13841 * language/japan-util.el (japanese-katakana-region): Fix handling
13842 HANKAKU argument.
13843
138442000-07-25 Miles Bader <miles@gnu.org>
13845
13846 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13847 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
13848 constrain-to-field.
13849
138502000-07-24 Andrew Innes <andrewi@gnu.org>
13851
13852 * timer.el (timer-activate-when-idle): Add optional parameter
13853 DONT-WAIT. Update docstring.
13854 (run-with-idle-timer): Specify extra parameter to
13855 timer-activate-when-idle, so that timer will be activated
13856 immediately if Emacs is already idle.
13857
13858 * w32-fns.el (w32-using-nt): Fix docstring.
13859
138602000-07-24 Dave Love <fx@gnu.org>
13861
13862 * mouse.el (popup-menu): Set last-command-event.
13863 (mouse-major-mode-menu-prefix): Declare.
13864
138652000-07-24 Gerd Moellmann <gerd@gnu.org>
13866
13867 * textmodes/flyspell.el: Update to author's version 1.5d.
13868
13869 * progmodes/hideshow.el: Update copyright notice.
13870
13871 * vcursor.el: Set maintainer to FSF, since author cannot
13872 be reached.
13873
138742000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
13875
13876 * info.el (Info-goto-emacs-key-command-node): Leave a space after
13877 the prompt.
13878
13879 * mouse.el (popup-menu): Run the keymap through indirect-function,
13880 in case it was defined with define-prefix-key. If the menu is a
13881 list of keymaps, look up the binding of user's choice in each one
13882 of the keymaps.
13883 (mouse-popup-menubar): If the global and local menu-bar keymaps
13884 don't have a prompt string, create one and insert it into the
13885 keymap. Don't barf if current-local-map returns nil.
13886
138872000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
13888
13889 * dired.el (dired-sort-R-check): Added to allow recursive listing
13890 to be undone.
13891 (dired-sort-other): Use it.
13892
138932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13894
13895 * Release of cc-mode 5.27
13896
138972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13898
13899 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13900 c-beginning-of-statement-1 that caused a bad case of recursion
13901 which could consume a lot of CPU in large classes in languages
13902 that have in-expression classes (i.e. Java and Pike).
13903
13904 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13905 statements before top level constructs (i.e. case 6 is moved
13906 before case 5 and is now case 4) to catch in-expression
13907 classes in top level expressions correctly.
13908
139092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13910
13911 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13912 objc-method-intro. Case 4 removed and case 5I added.
13913
13914 * cc-langs.el (c-append-paragraph-start): New variable used by
13915 c-common-init to get paragraph-start correct.
13916 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13917 initialize paragraph-start to make it correct both with and
13918 without the javadoc special case.
13919
13920 * cc-mode.el (java-mode): Use c-append-paragraph-start to
13921 initialize paragraph-start for javadoc markup.
13922
13923 * cc-vars.el (c-style-variables-are-local-p): Incompatible
13924 change by defaulting this to t. It's motivated by the
13925 confusing behavior that otherwise arise from the style system
13926 when editing both java and non-java files at the same time
13927 (see the comments about style setting in c-common-init).
13928
139292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13930
13931 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13932 similar to the one in c-fill-paragraph to check the fill
13933 prefix from the adaptive fill function for sanity.
13934
139352000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13936
13937 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13938 defun block.
13939
a30eb617
DL
139402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13941
13942 * cc-align.el (c-lineup-multi-inher): Handle lines with
13943 leading comma nicely. Extended to handle member initializers
13944 too.
13945
13946 * cc-engine.el: (c-beginning-of-inheritance-list,
13947 c-guess-basic-syntax): Fixed recognition of inheritance lists
13948 when the lines begins with a comma.
13949
a30eb617
DL
13950 * cc-vars.el (c-offsets-alist): Changed default for
13951 member-init-cont to c-lineup-multi-inher since it now handles
13952 member initializers and indents better for leading commas.
13953
139542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13955
13956 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13957 handling that caused class open lines to be recognized as
13958 statement-conts in some cases.
13959
13960 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13961 guessed by the adaptive fill function unless point is on the
13962 first line of a block comment.
13963
13964 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13965 when the buffer ends with a macro continuation char.
13966
13967 * cc-engine.el (c-guess-basic-syntax): Added support for
13968 function definitions as statements in Pike. The first
13969 statement in a lambda block is now labeled defun-block-intro
13970 instead of statement-block-intro.
13971
13972 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
13973 so that the class surrounding point is selected, not the one
13974 innermost in the state.
13975
13976 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13977 recognition of switch labels having hanging multiline
13978 statements.
13979
13980 * cc-engine.el (c-beginning-of-member-init-list): Broke out
13981 some code in c-guess-basic-syntax to a separate function.
13982 * cc-engine.el (c-just-after-func-arglist-p): Fixed
13983 recognition of member inits with multiple line arglists.
13984 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13985 member-init-cont when the commas are in funny places.
13986
139872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13988
13989 * cc-defs.el (c-auto-newline): Removed this macro since it's
13990 not used anymore.
13991
13992 * cc-engine.el (c-looking-at-bos): New helper function.
13993 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
13994 inexpr and toplevel classes apart in Pike.
13995
13996 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
13997 of case 9A.
13998
13999 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
14000 constant, since "class" can introduce an in-expression class
14001 in Pike nowadays.
14002
140032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14004
14005 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
14006 indentation on cpp-macro lines.
14007
14008 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
14009 a syntax modifier like comment-intro, to make it possible to
14010 get syntactic indentation for preprocessor directives. It's
14011 incompatible wrt to lineup functions on cpp-macro, but it has
14012 no observable effect in the 99.9% common case where cpp-macro
14013 is set to -1000.
14014
140152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14016
14017 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
14018 member-init-cont when the preceding arglist is several lines.
14019
140202000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14021
14022 * cc-styles.el (c-style-alist): The basic offset for the BSD
14023 style corrected to 8.
14024
140252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14026
14027 * cc-styles.el (c-style-alist): Adjusted the indentation of
14028 brace list openers in the gnu style.
14029
140302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14031
14032 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
14033
14034 * cc-cmds.el (c-electric-brace, c-electric-slash,
14035 c-electric-star, c-electric-semi&comma, c-electric-colon,
14036 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
14037 when c-syntactic-indentation is nil.
14038
14039 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
14040 we were left at comments preceding the first statement when
14041 reaching the beginning of the buffer.
14042
14043 * cc-vars.el (c-syntactic-indentation): New variable to turn
14044 off all syntactic indentation.
14045
140462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14047
14048 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
14049 between the text and the block comment ender when it hangs,
14050 depending on how many there are before the fill.
14051
140522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14053
14054 * cc-engine.el (c-beginning-of-closest-statement): New helper
14055 function to go back to the closest preceding statement start,
14056 which could be inside a conditional statement.
14057 * cc-engine.el (c-guess-basic-syntax): Use
14058 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
14059
14060 * cc-engine.el (c-guess-basic-syntax): Better handling of
14061 arglist-intro, arglist-cont-nonempty and arglist-close when
14062 the arglist is nested inside parens. Cases 7A, 7C and 7F
14063 changed.
14064
14065 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
14066 up-to-date with javadoc 1.2.
14067
140682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14069
14070 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
14071 multiline Pike type decls.
14072
140732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14074
14075 * cc-cmds.el (c-indent-new-comment-line): Always break
14076 multiline comments in multiline mode, regardless of
14077 comment-multi-line.
14078
140792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14080
14081 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
14082 fully::qualified::names in C++ member init lists. Preamble in
14083 case 5D changed.
14084
140852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14086
14087 * cc-langs.el (c-common-init): Handling of obsolete variables
14088 moved to c-initialize-cc-mode. More compatible style override
14089 when using global style variables.
14090 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
14091 variables moved here.
14092
a30eb617
DL
14093 * cc-styles.el (c-make-styles-buffer-local): Flag style
14094 variable localness in c-style-variables-are-local-p to make
14095 the compatibility measure in c-common-init work well.
14096
14097 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
14098 longer contain set-from-style.
14099 * cc-styles.el (c-initialize-builtin-style): Don't check for
14100 set-from-style on c-special-indent-hook.
14101 * cc-styles.el (c-copy-tree): Obsolete. The standard function
14102 copy-alist is sufficient now.
14103
14104 * cc-styles.el (c-set-style, c-set-style-1,
14105 c-get-style-variables): Fixes to variable initialization so
14106 that duplicate entries in styles have the same effect
14107 regardless of DONT-OVERRIDE.
14108
14109 * cc-styles.el (c-set-style-2): Fixed bug where the
14110 initialization of inheriting styles failed when the
14111 dont-override flag is set.
14112
14113 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
14114 on this.
14115
141162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14117
14118 * cc-defs.el (c-forward-comment): Removed the workaround
14119 introduced in 5.38 since it had worse side-effects. If a line
14120 contains the string "//\"", it regarded the // as a comment
14121 start since the \ temporarily doesn't have escape syntax.
14122
eb04d6cd 141232000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
14124
14125 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
14126 ada-xref.el before ada-prj.el, so that the Project menu is created
14127 when ada-prj tries to add to it.
14128 (ada-activate-keys-for-case): Suppress the characters that are not
14129 part of the Ada syntax. Better compatibility with else-mode
14130 (ada-adjust-case-interactive): When auto-casing is not active,
14131 correctly insert newlines (used to insert only ^M). Prevent the
14132 syntax table from being changed in case of an error
14133 (or '_' becomes part of a word and some commands are confused).
14134 Do nothing if ada-auto-case is nil.
14135 (ada-after-keyword-p): Ignore keywords that are also attributes
14136 (ada-batch-reformat): Update usage comment
14137 (ada-call-from-contextual-menu): New function
14138 (ada-case-read-exceptions): Reinitialize the casing exception list
14139 first to nil first, so that the casing exception file can be
14140 shared.
14141 (ada-check-defun-name): Handles "configure" keyword for gnatdist
14142 files.
14143 (ada-compile-goto-error): Fix regexp used to detect a file:line
14144 anywhere in the error message
14145 (ada-contextual-menu-last-point): New variable
14146 (ada-create-keymap): If the variable delete-key-deletes-forward is
14147 t on XEmacs, it means that DEL should delete one character
14148 forward.
14149 (ada-create-menu): Use :included instead of :visible for XEmacs.
14150 New submenu "Options".
14151 (ada-end-stmt-re): Correctly indent "select ... then abort"
14152 statements.
14153 (ada-fill-comment-paragraph): Correctly delete all leading '--'
14154 even if they don't match ada-fill-comment-prefix Fix handling of
14155 paragraphs on the first or last line of a file.
14156 (ada-format-paramlist): Fix handling of default parameter values.
14157 (ada-get-body-name): New function.
14158 (ada-get-current-indent): Optimized by searchling directly for an
14159 existing generic part or a statement outside of it. Handle
14160 ada-indent-align-comments when indenting comments Replaced some
14161 regexps by testing directly the next character. This results in a
14162 huge speedup on some files. New indentation scheme for renames
14163 statements. Stop looking for the 'while' or 'for' associated with
14164 a 'loop' at the first semicolon encountered. A "return" can also
14165 match an anonymous access subprogram declaration.
14166 (ada-get-indent-noindent): Ignore strings and comments when
14167 looking for the keywords "record" and "private".
14168 (ada-goto-matching-decl-start): When matching "if", make sure we
14169 are not in fact seeing "end if". Ignore "when" statements except
14170 when initial keyword was "begin". Fix handling of nested
14171 procedures. Add a recursive call to this function to skip over
14172 other 'end' statmts. Fix indentation for "when .. => begin"
14173 (ada-in-open-paren-p): Fix indentation for complex boolean
14174 expressions, where 'and then', 'or else' and parenthesis
14175 statements are mixed up.
14176 (ada-in-paramlist-p): Skip comments while searching for the
14177 beginning Fix handling of operator declarations.
14178 (ada-indent-align-comments): New variable
14179 (ada-indent-current): Change the syntax table only in the
14180 protected section, so that we are sure it is restored correctly.
14181 (ada-indent-on-previous-lines): Use ada-use-indent and
14182 ada-with-indent Correctly indent "select ... then"
14183 (ada-indent-region): Slight speedup.
14184 (ada-indent-renames): New variable.
14185 (ada-last-which-function-subprog, ada-last-which-function-line):
14186 New variables
14187 (ada-looking-at-semi-private): Correctly indent the 'private'
14188 keyword when it is the first word in a package declaration.
14189 (ada-loose-case-word): Stop searching if at the end of the buffer.
14190 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
14191 even if point is not initially at the end of the word.
14192 (ada-matching-decl-start-re): Add "when".
14193 (ada-mode): Add support for abbrev-mode, outline-mode and
14194 which-func-mode Override the old find-file.el entry in
14195 ff-special-constructs since it is using the obsolete
14196 ada-spec-suffix variable
14197 (ada-no-auto-case): New function
14198 (ada-scan-paramlist): When parsing the argument type, accept
14199 spaces (as in "X 'Class", generated by Rational Rose).
14200 (ada-other-file-name): No longer loads the other file.
14201 (ada-popup-menu): Save and restore the current buffer and cursor
14202 position before and after displaying the menu.
14203 (ada-search-ignore-complex-boolean): New function.
14204 (ada-uncomment-region): Emacs21 already knows how to delete
14205 comments not starting in the first column.
14206 (ada-use-indent): New variable
14207 (ada-which-function): New function.
14208 (ada-with-indent): New variable
14209 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
14210 can be batch-compiled from the command line.
14211
14212 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
14213 Add to the menu when the file is loaded, not in ada-mode-hook.
14214 Add -toolbar to the default ddd command Switches moved from
14215 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
14216 ada-prj-default-comp-opt
14217 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
14218 Reference Manual to the menu
14219 (ada-check-current): rewritten as a call to ada-compile-current
14220 (ada-compile): Removed.
14221 (ada-compile-application, ada-compile-current, ada-check-current):
14222 Set the compilation-search-path so that compile.el automatically
14223 finds the sources in src_dir. Automatic scrollong of the
14224 compilation buffer. C-uC-cC-c asks for confirmation before
14225 compiling
14226 (ada-compile-current): New parameter, prj-field
14227 (ada-complete-identifier): Load the .ali file before doing
14228 processing
14229 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
14230 conform to gnatmake's behavior.
14231 (ada-find-file-in-dir): New function
14232 (ada-find-references): Set the environment variables for gnatfind
14233 (ada-find-src-file-in-dir): New function.
14234 (ada-first-non-nil): Removed
14235 (ada-gdb-application): Add support for jdb, the java debugger.
14236 (ada-get-ada-file-name): Load the original-file first if not done
14237 yet.
14238 (ada-get-all-references): Handles the new ali syntax (parent types
14239 are found between <>).
14240 (ada-initialize-runtime-library): New function
14241 (ada-mode-hook): Always load a project file when a file is opened,
14242 so that the casing exceptions are correctly read.
14243 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
14244 (ada-parse-prj-file): Use find-file-noselect instead of find-file
14245 to open the project file, since the latter does not work with
14246 speedbar Get default values before loading the prj file, or the
14247 default executable file name is wrong. Use the absolute value of
14248 src_dir to initialize ada-search-directories and
14249 compilation-search-path,... Add the standard runtime library to
14250 the search path for find-file.
14251 (ada-prj-default-debugger): Was missing an opening '{'
14252 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
14253 variables.
14254 (ada-prj-default-gnatmake-opt): New variable
14255 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
14256 buffers, the project file is the default one Save the windows
14257 configuration before displaying the menu.
14258 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
14259 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
14260 ...) regexp-quote identifiers names to support operators +,
14261 -,... in regexps.
14262 (ada-remote): New function.
14263 (ada-run-application): Erase the output buffer before starting the
14264 run Support remote execution of the application. Use
14265 call-process, or the arguments are incorrectly parsed
14266 (ada-set-default-project-file): Reread the content of the active
14267 project file, not the one from the current buffer When a project
14268 file is set as the default project, all directories are
14269 automatically associated with it.
14270 (ada-set-environment): New function
14271 (ada-treat-cmd-string): New special variable ${current}
14272 (ada-treat-cmd-string): Revised. The substitution is now done for
14273 any ${...} substring
14274 (ada-xref-current): If no body was found, compiles the spec
14275 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
14276 compiler to get rid of command line length limitations.
14277 (ada-xref-get-project-field): New function
14278 (ada-xref-project-files): New variable
14279 (ada-xref-runtime-library-specs-path)
14280 (ada-xref-runtime-library-ali-path): New variables
14281 (ada-xref-set-default-prj-values): Default run command now does a
14282 cd to the build directory. New field: main_unit Provide a default
14283 file name even if the current buffer has no prj file.
14284
14285 * ada-prj.el:
14286 Rewritten to show a tabbed-dialog.
14287 (ada-prj-add-ada-menu): Remove the map and name parameters.
14288 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
14289 New function
14290 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14291 (ada-prj-load-from-file): New function
14292 (ada-prj-save): Always save fields that depend on the current buffer
14293 (ada-prj-show-value): New function
14294
14295 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14296 Ada mode. This will allow us to display the Ada menu in any buffer
14297 we want (for project items).
14298 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14299 number of spaces in the header.
14300
143012000-07-24 Dave Love <fx@gnu.org>
14302
14303 * ediff-init.el (ediff-region-help-echo): Bind face-help.
14304
143052000-07-23 Noah Friedman <friedman@splode.com>
14306
14307 * type-break.el (type-break): perform autosave.
14308 Suggested by Stephen Gildea <gildea@intouchsys.com>.
14309 (type-break-do-query): Cancel query schedule while performing
14310 actual query, to avoid possibility of a second query being made
14311 while first one is already in progress.
14312 (type-break-time-stamp-format): New variable.
14313 (type-break-time-stamp): New function.
14314 (type-break-time-warning): Use it.
14315 (type-break-keystroke-warning): Use it.
14316 (type-break-noninteractive-query): Use it.
14317
14318 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14319 cookie.
14320 Use add-minor-mode to set minor-mode-alist, if available.
14321 (eldoc-echo-area-use-multiline-p): New user option.
14322 (eldoc-echo-area-multiline-supported-p): New variable.
14323 (eldoc-docstring-format-sym-doc): Use them.
14324 (eldoc-mode): If not using idle timers, append to local post and
14325 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
14326 (eldoc-display-message-no-interference-p): Don't interfere with
14327 edebug.
14328 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14329 (eldoc-function-arglist): New function.
14330 (eldoc-function-argstring): Use it.
14331
14332 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14333 auto save directory exists before calling directory-files.
14334
143352000-07-23 Dave Love <fx@gnu.org>
14336
14337 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
14338 ^o, ^u.
14339
143402000-07-21 Dave Love <fx@gnu.org>
14341
14342 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
14343 now passed to the function. It now works properly.
14344
14345 * smerge-mode.el (smerge-mode-menu): Fill it out.
14346
143472000-07-20 Gerd Moellmann <gerd@gnu.org>
14348
14349 * info-look.el (info-lookup): If *info* is shown in another frame
14350 on the same display, select that frame, instead of switching to
14351 the Info buffer in another window of the selected frame.
14352
14353 * simple.el (universal-argument-map): Bind numeric keypad keys
14354 kp-0 to kp-9 and kp-subtract.
14355 (digit-argument): Handle these keys.
14356
143572000-07-20 Dave Love <fx@gnu.org>
14358
14359 * net/goto-addr.el (goto-address-fontify): Don't bother with
14360 buffer-modified and read-only stuff -- irrelevant with overlays.
14361 Put an extra property on the overlays and use it to clean up in
14362 case goto-address is re-run.
14363
143642000-07-19 Richard M. Stallman <rms@gnu.org>
14365
14366 * timer.el (run-with-idle-timer): Doc fix.
14367
14368 * mail/mail-utils.el (mail-strip-quoted-names):
14369 Handle case where <...> appears inside "...".
14370 Use replace-match to edit the string more simply.
14371 (rmail-dont-reply-to): Cope with an unmatched ".
14372
143732000-07-19 Dave Love <fx@gnu.org>
14374
14375 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14376 implementation.
14377
14378 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14379 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14380 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14381
143822000-07-19 Gerd Moellmann <gerd@gnu.org>
14383
14384 * textmodes/refer.el: Correct maintainer's email address.
14385
14386 * progmodes/hideif.el: Correct author's email address.
14387 Fix typo in comment.
14388
14389 * xml.el: New file.
14390
14391 * mail/mailheader.el: Correct author's mail address.
14392
14393 * gnus/parse-time.el: Correct author's mail address.
14394
143952000-07-19 Colin Walters <walters@cis.ohio-state.edu>
14396
14397 * comint.el (comint-highlight-input, comint-highlight-face):
14398 New user options.
14399 (comint-input-ring-file-name): Change custom type.
14400 (comint-mode-map): Bind mouse-2.
14401 (comint-insert-clicked-input): New function.
14402 (comint-send-input): Handle input highlighting.
14403
144042000-07-18 Stefan Monnier <monnier@cs.yale.edu>
14405
14406 * mouse.el (popup-menu): New function.
14407 (mouse-major-mode-menu): Use it.
14408
144092000-07-18 Dave Love <fx@gnu.org>
14410
14411 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14412 improvements.
14413
144142000-07-18 Gerd Moellmann <gerd@gnu.org>
14415
14416 * faces.el (face-font-selection-order)
14417 (face-font-family-alternatives): Add custom type.
14418
144192000-07-18 Dave Love <fx@gnu.org>
14420
14421 * cus-edit.el (custom-variable-reset-saved)
14422 (custom-variable-reset-standard): Remove unused bindings.
14423
14424 * rect.el (open-rectangle-line): Remove unused let.
14425
14426 * hl-line.el (hl-line-highlight): Check hl-line-mode.
14427
144282000-07-18 Gerd Moellmann <gerd@gnu.org>
14429
14430 * cdl.el: Fix `Maintainer' keyword.
14431
14432 * play/pong.el: Add author's email address.
14433
144342000-07-17 Sam Steingold <sds@gnu.org>
14435
14436 * files.el (insert-directory): Call `split-string' instead of
14437 re-implementing it.
14438
144392000-07-18 Gerd Moellmann <gerd@gnu.org>
14440
14441 * mail/vms-pmail.el: Change maintainer to FSF.
14442
14443 * net/goto-addr.el: Change maintainer to FSF.
14444
14445 * info.el (Info-title-face-alist): Removed.
14446
144472000-07-18 David Ponce <david@dponce.com>
14448
14449 * recentf.el (recentf-open-files): New command that works like
14450 `recentf-open-more-files', but shows the whole list of files (not just
14451 those omitted from the menu). Useful if you don't use a menu-bar!
14452 (recentf-open-more-files) Modified to use `recentf-open-files'.
14453
14454 (recentf-open-files, recentf-open-more-files)
14455 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14456
14457 (recentf-dialog-mode): New mode for dialogs. You can now just type
14458 "q" to cancel the dialogs.
14459
144602000-07-18 David Ponce <david@dponce.com>
14461
14462 * recentf.el: This is a major update of recentf.el. It adds new
14463 features to better organize the recentf menu and "More..." buffer.
14464
14465 Using new provided menu filtering functions you can now organize the
14466 recent files list:
14467
14468 - by major modes
14469 - by directories
14470 - by user defined rules
14471
14472 Finally, with the new `recentf-filter-changer' customizable filter you
14473 can define a ring of filters and dynamically (via the menu) cycle on
14474 each menu organization in the ring (a la msb).
14475
144762000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
14477
14478 * eshell/eshell.el (eshell): Replace links to eshell.info with
14479 links to eshell, to avoid problems on systems where the manual is
14480 installed as `eshell'.
14481 * eshell/esh-cmd.el (eshell-cmd): Ditto.
14482 * eshell/em-smart.el (eshell-smart): Ditto.
14483 * eshell/em-banner.el (eshell-banner): Ditto.
14484 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14485
14486 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14487 same-file check in the MS-DOS version (it does support inodes).
14488
14489 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14490
14491 * eshell/eshell.el (eshell-directory-name):
14492 Run default directory name through convert-standard-filename.
14493
144942000-07-18 Kenichi Handa <handa@etl.go.jp>
14495
14496 * international/mule-cmds.el (select-safe-coding-system):
14497 Fix typo in the comment.
14498
14499 * language/european.el (compound-text):
14500 Force katakana-jisx0201 to be designated to G1.
14501
14502 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14503 Don't translate some national variant characters of latin-jisx0201.
14504 (x-ctext): Force katakana-jisx0201 to be designated to G1.
14505
14506 * international/kkc.el (kkc-after-update-conversion-functions):
14507 New variable.
14508 (kkc-update-conversion): Run functions in it at the tail.
14509
145102000-07-16 John Wiegley <johnw@gnu.org>
14511
14512 * lisp/align.el (align-newline-and-indent):
14513 Adding new function. for auto-aligning blocks of code on RET.
14514 (align-region): Fixed badly formatted minibuffer message.
14515
145162000-07-17 Kenichi Handa <handa@etl.go.jp>
14517
14518 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14519 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
14520 the conversion list at first if appropriate.
14521 (kkc-next): Don't update kkc-next-count here.
14522 (kkc-prev): Don't update kkc-prev-count here.
14523 (kkc-show-conversion-list-update): Fix setting up of conversion
14524 list message.
14525
145262000-07-16 Stefan Monnier <monnier@cs.yale.edu>
14527
14528 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14529
145302000-07-16 Dave Love <fx@gnu.org>
14531
14532 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14533 function to be more specific.
14534
14535 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14536 non-string help-echo.
14537 (widget-types-convert-widget): Defsubst it.
14538 (widget-echo-help): Try to cope with a help-echo function of two
14539 possible sorts.
14540
145412000-07-15 Jason Rumney <jasonr@gnu.org>
14542
14543 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14544 Declare as obsolete.
14545
14546 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14547
145482000-07-14 Gerd Moellmann <gerd@gnu.org>
14549
14550 * hilit-chg.el: Fix typo.
14551
145522000-07-14 Dave Love <fx@gnu.org>
14553
14554 * info.el (Info-mode-menu): Fix use of :help, :enable.
14555
145562000-07-14 Stefan Monnier <monnier@cs.yale.edu>
14557
14558 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14559
145602000-07-13 Dave Love <fx@gnu.org>
14561
14562 * emacs-lisp/easymenu.el: Doc fixes.
14563 (easy-menu-remove): Defalias to ignore.
14564
14565 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14566 Call throw correctly.
14567
145682000-07-13 Gerd Moellmann <gerd@gnu.org>
14569
14570 * faces.el (frame-background-mode): Doc fix.
14571
14572 * simple.el (eval-expression-print-length): Change custom type to
14573 allow entering nil as value.
14574
145752000-07-13 Dave Love <fx@gnu.org>
14576
14577 * progmodes/fortran.el (fortran-imenu-generic-expression):
14578 Change definition layout.
14579 (fortran-mode-menu): Reinstate customize entries.
14580
14581 * cus-edit.el (custom-group-menu-create, customize-menu-create):
14582 Use :filter, per old XEmacs code.
14583
145842000-07-12 Gerd Moellmann <gerd@gnu.org>
14585
14586 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14587 event when deciding what to send to the terminal.
14588
145892000-07-12 Dave Love <fx@gnu.org>
14590
14591 * cus-start.el: Add optional version as 4th element of specs and
14592 use it for several things new in v21. Remove load-path. Fix type
14593 of line-number-display-limit.
14594
145952000-07-11 Dave Love <fx@gnu.org>
14596
14597 * progmodes/fortran.el: Don't require easymenu.
14598 Use repeat counts in various regexps.
14599 (fortran-mode-syntax-table): Defvar directly.
14600 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14601 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14602 Use defvar, not defconst.
14603 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
14604 (fortran-mode): Set fortran-comment-line-start-skip,
14605 fortran-comment-line-start-skip, dabbrev-case-fold-search.
14606 (fortran-comment-indent): Use defsubst.
14607 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14608 Use fortran-comment-indent, not fortran-comment-indent-function.
14609 (fortran-comment-region, fortran-electric-line-number): Simplify.
14610 (fortran-auto-fill): New function.
14611 (fortran-do-auto-fill): Deleted.
14612 (fortran-find-comment-start-skip):
14613 Check for non-null comment-start-skip.
14614 (fortran-auto-fill-mode, fortran-fill-statement):
14615 Use fortran-auto-fill.
14616 (fortran-fill): Use fortran-auto-fill. Check for null
14617 comment-start-skip. Simplify final clause and use end-of-line finally.
14618
14619 * widget.el (widget-plist-member): New alias.
14620
146212000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
14622
14623 * eshell/esh-module.el (toplevel): Reference
14624 byte-compile-current-file only if it is bound.
14625
146262000-07-10 Gerd Moellmann <gerd@gnu.org>
14627
14628 * dired.el: Don't require `dired-aux'.
14629
146302000-07-10 Miles Bader <miles@lsi.nec.co.jp>
14631
14632 * dired-aux.el (dired-show-file-type): New function.
14633 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14634 (dired-show-file-type): Add autoload.
14635
146362000-07-10 Kenichi Handa <handa@etl.go.jp>
14637
14638 * international/mule-diag.el (describe-font): Adjusted for the
14639 change of fontset-info.
14640 (print-fontset): Likewise.
14641
146422000-07-09 Stefan Monnier <monnier@cs.yale.edu>
14643
14644 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14645
146462000-07-07 Gerd Moellmann <gerd@gnu.org>
14647
14648 * bindings.el: Bind `[delete]' to delete-char.
14649
14650 * dired.el (dired-find-alternate-file): New function.
14651 (dired-mode-map): Bind `a' to dired-find-alternate-file.
14652 (toplevel): Require dired-aux when compiling.
14653 (dired-buffers): Move defvar within file to avoid compiler warning.
14654
14655 * info.el (Info-last-search): Variable removed.
14656 (Info-search-history): New variable.
14657 (Info-search): New Info-search-history.
14658
14659 * battery.el, info-look.el: Change author's mail address.
14660
146612000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
14662
14663 * mail/rmail.el (rmail-clear-headers): Don't throw an error
14664 if rmail-ignored-headers is nil.
14665 (rmail-retry-failure): Bind rmail-ignored-headers and
14666 rmail-displayed-headers to nil.
14667
146682000-07-06 Gerd Moellmann <gerd@gnu.org>
14669
14670 * lpr.el (lpr-page-header-switches): Add `-h' switch.
14671 (print-region-1): Don't hard code `-h' here.
14672
14673 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14674
146752000-07-01 Francesco Potorti` <pot@gnu.org>
14676
14677 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14678 exim can use "your message" instead of "the message".
14679
146802000-07-06 Stefan Monnier <monnier@cs.yale.edu>
14681
14682 * facemenu.el: Docstrings fixes.
14683 (facemenu-get-face): Don't use internal-find-face.
14684 (facemenu-iterate): Rename arg to match the docstring.
14685
14686 * newcomment.el (uncomment-region): Be more careful when skipping
14687 backwards over `=' not to bump into BOBP.
14688
146892000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
14690
14691 * ediff-diff.el (ediff-wordify): Use syntax table.
14692 * ediff-init.el (ediff-has-face-support-p): Use
14693 ediff-color-display-p.
14694 (ediff-color-display-p): Use display-color-p, changed to defun
14695 from defsubst.
14696 Got rid of special cases for NeXT and OS/2.
14697 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14698 face.
14699
147002000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14701
14702 * emacs-lisp/lucid.el: Require CL.
14703 (copy-tree, remprop): Remove, it's provided by CL.
14704 (map-keymap): Define in terms of cl-map-keymap.
14705 (extent-property, set-extent-end-glyph): New functions.
14706
14707 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14708
147092000-07-05 Gerd Moellmann <gerd@gnu.org>
14710
14711 * Makefile.in (DONTCOMPILE): Add comment that the name may
14712 not be changed without changing the make-dist script.
14713
14714 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14715 (cl-mapc): Use mapc instead of cl-old-mapc.
14716
147172000-07-05 Andrew Innes <andrewi@gnu.org>
14718
14719 * makefile.nt: Add support for `bootstrap' and related targets.
14720
147212000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14722
14723 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14724 (easy-menu-do-define): Use `menu-item' format.
14725 Handle case where easy-menu-create-menu returns a symbol.
14726 Manually call the potential top-level filter in the function binding.
14727 (easy-menu-filter-return): New arg NAME.
14728 Convert to a keymap if MENU is an XEmacs menu.
14729 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
14730 (easy-menu-converted-items-table, easy-menu-convert-item):
14731 New var and fun to memoize easy-menu-convert-item-1.
14732 (easy-menu-do-add-item): Use it.
14733 (easy-menu-create-menu): Use easy-menu-convert-item.
14734 Wrap easy-menu-filter-return around any :filter specification.
14735 Don't convert the menu if a filter was specified.
14736 Tell easy-menu-make-symbol not to check for MENU being an expression.
14737 (easy-menu-make-symbol): New arg NOEXP.
14738
147392000-07-05 Gerd Moellmann <gerd@gnu.org>
14740
14741 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14742 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14743 (eval-defun): If called with prefix arg, instrument code for
14744 Edebug.
14745
14746 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14747 similar to that of eval-defun.
14748
147492000-07-04 Dave Love <fx@gnu.org>
14750
14751 * hl-line.el (hl-line-overlay): Make it permanent-local.
14752
14753 * calendar/todo-mode.el: Replaced with a working version, based on
14754 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14755
147562000-07-03 Miles Bader <miles@lsi.nec.co.jp>
14757
14758 * paths.el (prune-directory-list): New function.
14759 (Info-default-directory-list): Rewritten to more methodically
14760 enumerate a big list of possible info directories (based on the
14761 list used by the standalone info reader).
14762
14763 * info.el (info-initialize): Use prune-directory-list to remove
14764 non-existent directories from Info-directory-list.
14765
14766 * paths.el (Info-default-directory-list): Try a list of possible
14767 info-directories instead of a single one. Add the possible
14768 info directory "/usr/share/info".
14769
14770 * woman.el (woman-man.conf-path): Explicitly include the debian
14771 man-db config file "/etc/manpath.config".
14772 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14773 are present in `manpath.config'.
14774 (woman-manpath): Include "/usr/share/man".
14775
147762000-07-03 Gerd Moellmann <gerd@gnu.org>
14777
14778 * frame.el (blink-cursor-mode): Don't hide cursor initially.
14779
14780 * startup.el (command-line): Initialize blink-cursor based
14781 on window-system.
14782
14783 * frame.el (blink-cursor): Default to nil if not running under
14784 a window-system.
14785
14786 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14787 (face-x-resources): Remove duplicate entry for :font.
14788
14789 * textmodes/refer.el (refer-find-entry-internal): Use some-window
14790 instead of cycling through windows with next-window.
14791
14792 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14793 of cycling through windows with next-window.
14794
14795 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14796 of cycling through windows with next-window.
14797
14798 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14799 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14800 instead of cycling through windows with next-window.
14801
14802 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14803 instead of cycling through windows with next-window.
14804
14805 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14806 of cycling through windows with next-window.
14807
14808 * terminal.el (te-process-output): Use walk-windows instead of
14809 cycling through windows with next-window.
14810
14811 * server.el (server-switch-buffer): Use some-window instead of
14812 cycling through windows with next-window.
14813
14814 * window.el (some-window): New function.
14815 (walk-windows): Remove reference to walk-windows-start.
14816
14817 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14818
148192000-07-03 Richard Stallman <rms@gnu.org>
14820
14821 * window.el (walk-windows): Guarantee termination by keeping a list
14822 of all the windows already handled.
14823
148242000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14825
14826 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14827 window-system.
14828
14829 * man.el (Man-notify-when-ready): Don't use window-system. If
14830 Man-notify-method is newframe, and the display is not
14831 multi-frame, select the frame created for the man page.
14832 (Man-init-defvars): Doc fix.
14833
148342000-06-28 Gerd Moellmann <gerd@gnu.org>
14835
14836 * faces.el (region): Change background color for light background.
14837
14838 * ediff-wind.el (ediff-setup-control-frame): Remove :box
14839 attribute from mode-line face of Ediff control frame.
14840
14841 * replace.el (query-replace-map): Bind `e' like `E'.
14842
148432000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14844
14845 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14846 Change name to "Select All".
14847
14848 * dos-fns.el (convert-standard-filename): Fix last change.
14849
148502000-06-27 Gerd Moellmann <gerd@gnu.org>
14851
14852 * help.el (describe-variable): Don't insert a second `'s' in front
14853 of the string `value is shown below'. Since the syntax-table is
14854 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14855 an existing `'s', so that this won't be deleted.
14856
14857 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14858 * pcmpl-unix.el: New files.
14859
148602000-06-26 Stefan Monnier <monnier@cs.yale.edu>
14861
14862 * wid-edit.el (widget-member): Use the new plist-member.
14863
148642000-06-26 Gerd Moellmann <gerd@gnu.org>
14865
14866 * replace.el (perform-replace): Undo change of 2000-04-04.
14867 Instead, move backward 1 character at the end of the loop when
14868 necessary.
14869
14870 * faces.el (fringe): Change face for different backgrounds.
14871
14872 * eshell/esh-module.el (toplevel): Load defgroup's differently;
14873 patch from John.
14874
14875 * eshell/*.el: Change spelling of the Free Software Foundation.
14876
14877 * eshell/esh-toggle.el: Removed.
14878
14879 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14880
14881 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14882 interactively.
14883
148842000-06-26 Alex Schroeder <alex@gnu.org>
14885
14886 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14887 `define-key'; instead of checking `(emacs-version)' check for
14888 `set-keymap-parent' and `set-keymap-name' directly. Add entries
14889 for `;' and `o' which might be electric.
14890
14891 (sql-electric-stuff): New user option.
14892 (sql-magic-go): New function which uses `sql-electric-stuff'.
14893 (sql-magic-semicolon): New function which uses
14894 `sql-electric-stuff'.
14895
14896 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14897 is not fboundp.
14898
14899 (sql-oracle-options): New variable.
14900 (sql-oracle): Use it.
14901
14902 (sql-imenu-generic-expression): Doc change.
14903 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14904 is used.
14905
14906 (sql-informix): Added command line parameter "-" to force
14907 sql-informix-program to use stdout.
14908
149092000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
14910
14911 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14912 (cp864-decode-table): Doc fix.
14913 (cp720-decode-table): New variable, supports the Arabic OEM
14914 codepage used by Windows.
14915 (cp737-decode-table): New, Greek OEM codepage used by Windows.
14916
149172000-06-23 Dave Love <fx@gnu.org>
14918
14919 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14920 (font-lock-fontify-anchored-keywords): Use
14921 line-beginning-position.
14922 (global-font-lock-mode): Use mapc.
14923
149242000-06-23 Stefan Monnier <monnier@cs.yale.edu>
14925
14926 * eshell/esh-module.el: Require CL when compiling.
14927
149282000-06-23 Gerd Moellmann <gerd@gnu.org>
14929
14930 * comint.el (comint-substitute-in-file-name): Call replace-match
14931 with second and third arg t.
14932
14933 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14934 Specify foreground color.
14935
14936 * faces.el (tool-bar, mode-line, header-line): Specify foreground
14937 color.
14938
14939 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14940
14941 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14942 cddr instead of cdddr.
14943
14944 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14945 instead of copy-list.
14946
14947 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14948 of copy-list.
14949
14950 * subdirs.el: Add eshell subdirectory.
14951
14952 * eshell: New subdirectory containing the Eshell package.
14953
14954 * pcomplete.el: New file.
14955
149562000-06-23 Paul Eggert <eggert@twinsun.com>
14957
14958 * mail/mailpost.el (post-mail-send-it): Make sure file has
14959 proper permissions from birth.
14960
14961 * files.el (basic-save-buffer-2): When temporarily setting
14962 file modes, set them to current modes plus 0200, not to 0777.
14963
14964 * emerge.el (emerge-make-temp-file): Make sure file has proper
14965 permissions from birth.
14966
149672000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
14968
14969 * files.el (make-backup-file-name-1): On DOS/Windows, run the
14970 backup file name through convert-standard-filename.
14971
14972 * dos-fns.el (convert-standard-filename): Convert leading
14973 directories as well. When long file names are supported, convert
14974 characters that are invalid in Windows file names.
14975
149762000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14977
14978 * ps-print.el: Fix bug: if ^L is the very first buffer character,
14979 ps-print crashes. New feature: page selection for printing. Create
14980 raw-text-unix coding system for XEmacs. Doc fix.
14981 (ps-print-version): New version number (5.2.3).
14982 (ps-plot-region): Bug fix.
14983 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14984 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14985 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
14986 funs.
14987 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
14988 (ps-last-page): New vars.
14989
149902000-06-21 Gerd Moellmann <gerd@gnu.org>
14991
14992 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
14993 empty option string.
14994
149952000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
14996
14997 * man.el (man): Doc fix.
14998
149992000-06-21 Kenichi Handa <handa@etl.go.jp>
15000
15001 * international/mule-cmds.el (set-language-info-alist): Docstring
15002 fixed.
15003
150042000-06-20 Gerd Moellmann <gerd@gnu.org>
15005
15006 * version.el (emacs-version): Use ISO date format.
15007
15008 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
15009 instead of `M-backspace'.
15010
15011 * simple.el (turn-off-auto-fill): New function.
15012
150132000-06-20 Stefan Monnier <monnier@cs.yale.edu>
15014
15015 * jit-lock.el (with-buffer-prepared-for-jit-lock):
15016 Renamed from with-buffer-prepared-for-font-lock and use
15017 inhibit-modification-hooks rather than setting *-change-functions.
15018 Update all functions to use the new name.
15019 (jit-lock-first-unfontify-pos): New semantics (and doc).
15020 (jit-lock-mode): Make non-interactive.
15021 Don't automatically turn on font-lock.
15022 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
15023 Always use jit-lock-after-change.
15024 Remove and restore font-lock-after-change-function.
15025 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
15026 (jit-lock-after-unfontify-buffer): Remove.
15027 (jit-lock-stealth-fontify):
15028 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
15029 (jit-lock-after-change): Set the `fontified' text-prop to nil.
15030
150312000-06-20 Sam Steingold <sds@gnu.org>
15032
15033 * emacs-lisp/cl-indent.el (toplevel): Indent
15034 `print-unreadable-object' properly. Untabify.
15035
150362000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15037
15038 * textmodes/reftex.el (reftex-find-citation-regexp-format):
15039 Support for bibentry.
15040 (reftex-compile-variables): Fixed problem with end of section-re.
15041
15042 * texmodes/reftex-dcr.el (reftex-view-crossref,
15043 reftex-view-crossref-from-bibtex):
15044 Deal with changed `reftex-find-citation-regexp-format'.
15045 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
15046 Replaced `remprop' with `put'.
15047 (reftex-view-crossref, reftex-view-crossref-when-idle):
15048 Support for bibentry.
15049
15050 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15051 New entry for bibentry package.
15052
15053 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15054 Regexp also matches "\nobibliography".
15055
15056 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
15057 Call `reftex-ensure-write-access' before doing anything.
15058 (reftex-ensure-write-access): New function.
15059
150602000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15061
15062 * progmodes/idlwave.el: File re-installed (update to version 4.2)
15063
15064 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
15065
15066 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
15067
15068 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
15069
15070
150712000-06-20 Dave Love <fx@gnu.org>
15072
15073 * faces.el (frame-background-mode): Use set-default, not set, in
15074 setter.
15075 (frame-update-faces, frame-update-face-colors): Define with
15076 defalias.
15077
15078 * enriched.el (enriched-decode-foreground)
15079 (enriched-decode-background): Don't use internal-find-face.
15080
15081 * apropos.el: Doc fixes.
15082
15083 * cus-edit.el (customize-changed-options): Check arg.
15084 (customize-version-lessp): Don't require decimal point.
15085
15086 * custom.el (defcustom, defgroup): Doc fix.
15087
15088 * newcomment.el (comment) <defgroup>: Add :version.
15089 (comment-multi-line): Doc fix.
15090
15091 * emulation/mlsupport.el (define-hooked-local-abbrev,
15092 define-hooked-global-abbrev): Fix, using define-abbrev.
15093
150942000-06-19 Gerd Moellmann <gerd@gnu.org>
15095
15096 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
15097 the whole buffer.
15098
150992000-06-19 Dave Love <fx@gnu.org>
15100
15101 * menu-bar.el (menu-bar-options-save): New function.
15102 (menu-bar-options-menu): Use it.
15103 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
15104 Simplify.
15105
151062000-06-19 Andreas Schwab <schwab@suse.de>
15107
15108 * progmodes/etags.el (tags-query-replace): Put new parameters
15109 START and END at the end, for backward compatibility.
15110
151112000-06-19 Kenichi Handa <handa@etl.go.jp>
15112
15113 * international/codepage.el:
15114 (cp-coding-system-for-codepage-1): Delete special codes for
15115 generating xxx-dos coding system because now a CCL based coding
15116 system can handle EOL conversion by default.
15117
15118 * international/mule.el (make-coding-system): Generate subsidiary
15119 coding systems for EOL handling variants even for a CCL based
15120 coding system.
15121
151222000-06-19 Kenichi Handa <handa@etl.go.jp>
15123
15124 * international/isearch-x.el (isearch-minibuffer-input-method)
15125 (isearch-minibuffer-input-method-function): These variables
15126 deleted.
15127 (isearch-with-input-method): Don't use the above variables.
15128 (isearch-process-search-multibyte-characters): Likewise. Call
15129 read-string with the arg INHERIT-INPUT-METHOD t.
15130
151312000-06-17 Stefan Monnier <monnier@cs.yale.edu>
15132
15133 * font-lock.el (font-lock-after-fontify-buffer)
15134 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
15135
15136 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
15137 Use consistent make-local-variable style for font-lock-fontified.
15138 (jit-lock-fontify-buffer):
15139 Don't bother checking for font-lock-mode and jit-lock-mode.
15140
15141 * time.el: Remove trailing ^M that prevent CVS-merging.
15142
151432000-06-16 Gerd Moellmann <gerd@gnu.org>
15144
15145 * Makefile.in (distclean): New target.
15146
151472000-06-16 Stefan Monnier <monnier@cs.yale.edu>
15148
15149 * Makefile.in (srcdir): Define for update-subdirs.
15150
151512000-06-16 Gerd Moellmann <gerd@gnu.org>
15152
15153 * find-lisp.el: New file.
15154
151552000-06-16 Andrew Innes <andrewi@gnu.org>
15156
15157 * time.el (display-time-mail-function): New variable, to allow
15158 external packages to indicate when new mail is available.
15159 (display-time-update): Use it.
15160
151612000-06-16 Kenichi Handa <handa@etl.go.jp>
15162
15163 * international/mule.el (mule-version): Change version name to
15164 SAKAKI. AOI has already been used by Meadow.
15165
15166 * international/quail.el (quail-show-guidance-buf): To find the
15167 bottom window (but minibuffer), pay attention to the height of
15168 minibuffer.
15169
151702000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
15171
15172 * arc-mode.el (archive-mode-map): Use the new menu-item format for
15173 menu-bar menus. Add help strings. Don't remove the Edit menu
15174 from the menu bar, as the menu bar has enough space now.
15175
15176 * Makefile.in (SHELL): Make sure /bin/sh is used.
15177
15178 * woman.el (woman-man-buffer): Fix bold and underlined CJK
15179 characters, which use series of two ^H characters instead of one.
15180
151812000-06-15 Gerd Moellmann <gerd@gnu.org>
15182
15183 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
15184 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
15185 functions.
15186 (Info-find-node-2): Try a case-sensitive search first, then
15187 do a case-insensitive search.
15188
15189 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
15190 tutorials.
15191
15192 * complete.el (PC-env-vars-alist): New variable.
15193 (PC-complete-as-file-name): New function.
15194 (partial-completion-mode): Initialize PC-env-vars-alist from
15195 process-environment.
15196 (PC-do-completion): Handle completion of env vars.
15197
15198 * info.el (Info-set-mode-line): Show file name in mode line,
15199 use `*Info*' instead of `Info:'.
15200
15201 * startup.el (command-line-1): Change copyright messages to year
15202 2000.
15203
152042000-06-15 Dave Love <fx@gnu.org>
15205
15206 * net/goto-addr.el (goto-address-fontify): Use keymap property,
15207 not local-map.
15208
152092000-06-15 Kenichi Handa <handa@etl.go.jp>
15210
15211 * international/mule.el (set-buffer-file-coding-system): Almost
15212 rewritten to handle `undecided' as no-op.
15213
152142000-06-14 Gerd Moellmann <gerd@gnu.org>
15215
15216 * Makefile.in: New file.
15217
15218 * Makefile: Removed.
15219
15220 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
15221 (goto-address-highlight-keymap): Bind C-c RET.
15222
152232000-06-14 Kenichi Handa <handa@etl.go.jp>
15224
15225 * mail/sendmail.el (sendmail-send-it): The temporary buffer
15226 inherits buffer-file-coding-system of the current buffer.
15227
15228 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
15229 0. Give correct argument to set-auto-coding-function.
15230 (tar-expunge): For goto-char, use (point-min), not 0.
15231 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
15232 (tar-subfile-save-buffer): Likewize.
15233
15234 * international/mule.el
15235 (after-insert-file-set-buffer-file-coding-system): Call
15236 set-buffer-file-coding-system with the arg FORCE t.
15237
152382000-06-13 Gerd Moellmann <gerd@gnu.org>
15239
15240 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
15241 nil. Contemporary sendmails issue an X-Authentication-Warning if
15242 the sender is set with `-f'.
15243
152442000-06-13 Dave Love <fx@gnu.org>
15245
15246 * help.el (describe-function-1): Kluge around cases of functions
15247 fset to subrs whose doc doesn't match their symbol-name.
15248
15249 * image.el (insert-image): Default STRING to a space.
15250
15251 * info.el Doc fixes.
15252 (Info-build-node-completions): Match Ref tags.
15253
152542000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
15255
15256 * frame.el (display-multi-frame-p, display-multi-font-p): New
15257 defaliases for display-graphic-p.
15258
15259 * hl-line.el: Fixed a typo in commentary.
15260
152612000-06-13 Kenichi Handa <handa@etl.go.jp>
15262
15263 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
15264 fixed.
15265
152662000-06-12 Dave Love <fx@gnu.org>
15267
15268 * image.el (insert-image): Save a little consing.
15269
152702000-06-12 Kenichi Handa <handa@etl.go.jp>
15271
15272 * language/tibet-util.el: Convert all tibetan-1-column characters
15273 to the corresponding tibetan characters.
15274 (tibetan-add-components): Delete code for the special treatment of
15275 'a chung.
15276
15277 * language/tibetan.el (tibetan-composable-pattern): Fix previous
15278 change.
15279 (tibetan-vowel-transcription-alist): More rules added.
15280 (tibetan-composite-vowel-alist): New variable.
15281 (tibetan-precomposition-rule-alist): More rules added.
15282
152832000-06-12 Stefan Monnier <monnier@cs.yale.edu>
15284
15285 * startup.el (command-line): Only call menu-bar-mode if interactive.
15286
15287 * thingatpt.el (toplevel symbol-properties):
15288 * textmodes/makeinfo.el (makeinfo-compile):
15289 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
15290 * progmodes/hideif.el (hif-compress-define-list)
15291 (hide-ifdef-use-define-alist):
15292 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15293 (ange-ftp-vms-add-file-entry):
15294 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15295 * man.el (Man-build-man-command):
15296 * mail/rnewspost.el (news-reply-header-hook):
15297 * info.el (Info-insert-dir):
15298 * emulation/mlconvert.el (backward-word, forward-word, setq):
15299 * emacs-lisp/gulp.el (gulp-send-requests):
15300 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15301 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15302 (byte-optimize-apply, end of file):
15303 * emacs-lisp/advice.el (ad-advice-class-completion-table)
15304 (ad-make-freeze-definition):
15305 * startup.el (command-line, command-line-1): Don't quote lambdas.
15306
15307 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15308 (cvs-cleanup-removed): New function.
15309 (cvs-cleanup-functions): New var.
15310 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15311 some flexibility in specifying additional entries to auto-cleanup.
15312 (cvs-quickdir): New function.
15313 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15314 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15315 (cvs-mode-find-file): Check that we are on a filename or dirname
15316 when invoked through a mouse-click.
15317 (cvs-full-path): Remove.
15318 (cvs-dired-action): Re-introduced.
15319 (cvs-dired-noselect): Use it.
15320 (vc-post-command-functions): use this new hook if available.
15321
15322 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15323 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15324 (cvs-filename-map, cvs-dirname-map): Remove.
15325 (cvs-default-action): Remove.
15326 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15327 if the arg is really a keymap.
15328 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15329 Don't hardcode the mapping from state (aka type) to face, but check
15330 the var cvs-fi-<type>-face instead.
15331 (cvs-fileinfo-from-entries): New function.
15332
15333 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15334 Docstring fix.
15335 (cvs-find-file-and-jump): Change default to be safer.
15336 (cvs-mode-diff-map): Define it as a function as well.
15337 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
15338 Bind mouse-2 in this global map rather than with text-properties.
15339
15340 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
15341 file to resolve the ambiguity between C(conflict) and C(need-merge).
15342
153432000-06-12 Kenichi Handa <handa@etl.go.jp>
15344
15345 * international/mule.el (set-buffer-file-coding-system): If
15346 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
15347 unconditionally.
15348
153492000-06-12 Dave Love <fx@gnu.org>
15350
15351 * wid-edit.el (widget-specify-button): Really suppress the face if
15352 required.
15353
153542000-06-11 Gerd Moellmann <gerd@gnu.org>
15355
15356 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
15357
153582000-06-11 Stefan Monnier <monnier@cs.yale.edu>
15359
15360 * imenu.el (imenu-generic-expression): Docstring fix.
15361
15362 * composite.el (composition-function-table): Move the `put'
15363 below the autoload cookie so we can load the file before loaddefs.
15364
15365 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15366
15367 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15368 Handle easy-mmode-define-global-mode.
15369 For complex macros like define-minor-mode that can generate
15370 several autoload entries, try to autoload entries in the
15371 macroexpanded code.
15372
15373 * emacs-lisp/easy-mmode.el (define-minor-mode):
15374 If KEYMAP is a symbol, just use it.
15375 Use byte-compile-current-file and load-file-name to infer the
15376 proper :require to pass to defcustom.
15377 Wrap the hook var into `progn' so as not to autoload it.
15378 Add a :autoload-end cookie.
15379 Be more careful about the evaluation of KEYMAP.
15380 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15381 (define-derived-mode): Move define-abbrev-table outside of defvar.
15382
153832000-06-10 Stefan Monnier <monnier@cs.yale.edu>
15384
15385 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15386 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15387 (backup-compiled-files): Ignore errors during `tar'.
15388 (bootstrap): Make autoloads before elc files.
15389
153902000-06-10 Kenichi Handa <handa@etl.go.jp>
15391
15392 * international/mule.el (set-buffer-file-coding-system): If one of
15393 undecided-XXX is specified, change only EOL conversion.
15394
15395 * international/mule-conf.el (unix): New alias for the coding
15396 system undecided-unix.
15397
153982000-06-09 Dave Love <fx@gnu.org>
15399
15400 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15401
15402 * progmodes/executable.el: Byte compile dynamic.
15403 (executable-insert): Change custom type.
15404 (executable-find): Add autoload cookie.
15405 (executable-make-buffer-file-executable-if-script-p): New
15406 function. After Noah Friedman.
15407
15408 * files.el (after-save-hook): Customize, with
15409 executable-make-buffer-file-executable-if-script-p as an option.
15410
154112000-06-09 Kenichi Handa <handa@etl.go.jp>
15412
15413 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15414 "tib24p-mule.bdf" for Tibetan.
15415
15416 * composite.el (decompose-composite-char): Declare it as obsolete.
15417
15418 * man.el (Man-fontify-manpage): Pay attention to underline and
15419 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15420
154212000-06-08 Gerd Moellmann <gerd@gnu.org>
15422
15423 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15424 Set maintainer to FSF since author isn't reachable.
15425
154262000-06-08 Dave Love <fx@gnu.org>
15427
15428 * international/mule-cmds.el (select-safe-coding-system): If
15429 DEFAULT-CODING-SYSTEM is not specified, also check the most
15430 preferred coding-system if buffer-file-coding-system is
15431 `undecided'. From Handa.
15432
154332000-06-08 Kenichi Handa <handa@etl.go.jp>
15434
15435 * international/mule.el
15436 (after-insert-file-set-buffer-file-coding-system): If the buffer
15437 size is greater than INSERTED, judget that we are not visiting.
15438
154392000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
15440
15441 * whitespace.el (defgroup whitespace): Comment out `:version'.
15442 XEmacs 20.4 has problems defining the group with this present.
15443 We'll have this commented out till get resolve the problem.
15444
154452000-06-07 John Wiegley <johnw@gnu.org>
15446
15447 * align.el (align-dq-string-modes, align-sq-string-modes)
15448 (align-open-comment-modes): Add pyhton-mode.
15449 (align-rules-list): Use get-text-property instead of
15450 text-properties-at.
15451 (align-rules-list): Add python-assignment.
15452 (align-rules-list): Change perl-comma-delimiter to
15453 basic-comma-delimiter. Use if for Perl modes and python-mode.
15454 (align-rules-list): Add python-chain-logic and
15455 basic-line-continuation.
15456
154572000-06-07 Jari Aalto <jari.aalto@poboxes.com>
15458
15459 * apropos.el (apropos-mode-hook): New user variable.
15460 (apropos-mode): Run apropos-mode-hook.
15461
154622000-06-07 David Ponce <david@dponce.com>
15463
15464 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15465 commands. Require `wid-edit' at run-time.
15466
154672000-06-07 David Ponce <david@dponce.com>
15468
15469 * recentf.el: Added some "Commentary".
15470 (recentf-open-more-files, recentf-edit-list): Minor changes to
15471 move the point at the top of the file list. This behaviour is
15472 consistent with the menu one when the list contains a lot of
15473 files.
15474 (recentf-cleanup): Now displays the number of items removed from
15475 the list.
15476 (recentf-relative-filter) New menu filter to show filenames
15477 relative to `default-directory'.
15478
154792000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15480
15481 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
15482 with/without giving an error if PostScript printer doesn't have this
15483 kind of page size. Zebra Stripe continues or restarts on next page.
15484 Manual/automatic paper feeding. Switch or not the header.
15485 (ps-print-version): New version number (5.2.2).
15486 (ps-windows-system): Include emx as a Windows system.
15487 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15488 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15489 (ps-background-text): Code fix.
15490 (ps-error-handler-message, ps-user-defined-prologue)
15491 (ps-print-prologue-header, ps-printer-name)
15492 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15493 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15494 (ps-use-face-background): Customization fix.
15495 (ps-n-up-database): Data fix.
15496 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15497 (ps-switch-header): New vars.
15498 (ps-xemacs-color-name, ps-face-foreground-name)
15499 (ps-face-background-name, ps-boolean-constant): New funs.
15500
155012000-06-07 Dave Love <fx@gnu.org>
15502
15503 * allout.el: New version from Manheimer.
15504
155052000-06-07 Kenichi Handa <handa@etl.go.jp>
15506
15507 * textmodes/fill.el (fill-find-break-point): Check the validity of
15508 charset.
15509
155102000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15511
15512 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15513 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15514 Call display-color-p and display-mouse-p instead of looking at
15515 window-system.
15516
155172000-06-06 Dave Love <fx@gnu.org>
15518
15519 * image.el (find-image): Doc fix. Return nil if image not found.
15520 (put-image, insert-image): Make STRING arg optional.
15521
155222000-06-06 Kenichi Handa <handa@etl.go.jp>
15523
15524 * language/vietnamese.el: Remove eval-when-compile.
15525 (viet-viscii-nonascii-translation-table): Define it as a
15526 translation table made from viet-viscii-decode-table.
15527 (viet-viscii-encode-table): Define it as a translation table made
15528 from the reverse map of above.
15529 (viet-vscii-nonascii-translation-table): Define it as a
15530 translation table made from viet-vscii-decode-table.
15531 (viet-vscii-encode-table): Define it as a translation table made
15532 from the reverse map of above.
15533 (ccl-decode-viscii): Use translate-character.
15534 (ccl-encode-viscii, ccl-encode-viscii-font)
15535 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15536 Likewize.
15537
15538 * language/cyrillic.el: Remove eval-when-compile.
15539 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15540 translation table made from cyrillic-koi8-r-decode-table.
15541 (cyrillic-koi8-r-encode-table): Define it as a translation table
15542 made from the reverse map of above.
15543 (ccl-decode-koi8): Use translate-character.
15544 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15545 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15546 a translation table made from cyrillic-alternativnyj-decode-table.
15547 (cyrillic-alternativnyj-encode-table): Define it as a translation
15548 table made from the reverse map of above.
15549 (ccl-decode-alternativnyj): Use translate-character.
15550 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15551 Likewize
15552
15553 * international/mule-diag.el (non-iso-charset-alist): Specify
15554 translation table symbol instead of translation table itself.
15555 (list-block-of-chars): CHARSET may be a translation table symbol.
15556
15557 * international/mule.el (make-coding-system): If CODING-SYSTEM
15558 already exists, override it.
15559
15560 * international/fontset.el: Use family `proportional' for Tibetan
15561 fonts.
15562
15563 * international/ccl.el (ccl-compile-translate-character): Don't
15564 check if Rrr has property translation-table.
15565 (ccl-compile-map-multiple): Modified to avoid compiler warning.
15566
155672000-06-05 Gerd Moellmann <gerd@gnu.org>
15568
15569 * info.el: Bind case-fold-search to t when searching in case
15570 a user sets it to nil in a hook.
15571
155722000-06-05 Stefan Monnier <monnier@cs.yale.edu>
15573
15574 * autoarg.el (autoarg-mode, autoarg-kp-mode):
15575 * hl-line.el (hl-line-mode): Use the new :global key argument.
15576
15577 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15578 (tar-clip-time-string): Prepend a space.
15579 (tar-grind-file-mode): Construct a string rather than modifying one.
15580 (tar-header-block-summarize): Fix docstring.
15581 Use `format' rather than an error-prone set of copy-loops.
15582
15583 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15584 (diff-goto-source, diff-unified->context, diff-context->unified)
15585 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15586 understand the format output by the `-p' argument to diff.
15587
15588 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15589 (sh-re-done): Use defconst.
15590 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15591 (sh-help-string-for-variable, sh-guess-basic-offset):
15592 Don't quote lambdas.
15593 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15594 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15595
15596 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15597 (mh-letter-mode): Derive from text-mode.
15598 This implicitly means that it now calls kill-all-local-variables.
15599 Also remove the Emacs-18 compatibility code.
15600
15601 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15602 Make use of symbol-property doc-string-elt.
15603 Use memq rather than a sequence of eq.
15604 (doc-string-elt): Fix the wrong or missing previously unused values.
15605 (autoload-print-form): New function extracted from
15606 generate-file-autoloads to allow recursion when handling progn
15607 so that defvar's and defun's docstrings are properly printed.
15608 (generate-file-autoloads): Use it.
15609
15610 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15611 Use find-file-hooks in the minor-mode function.
15612 Be careful not to loop indefinitely in the post-command-hook function.
15613
156142000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
15615
15616 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15617 tty's.
15618 * ediff-diff.el (ediff-exec-process): Use --binary for fine
15619 differences whenever appropriate.
15620 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15621 * viper.el (find-file, find-file-other-window): Get viper to do
15622 wildcards.
15623
156242000-06-04 Stefan Monnier <monnier@cs.yale.edu>
15625
15626 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15627 (jit-lock-fontify-buffer): New function for JIT refontification.
15628 (jit-lock-mode): Fix docstring.
15629 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15630 Remove jit-lock-after-change from the _local_ hook.
15631 (jit-lock-function-1): Fix docstring.
15632
15633 * info.el (Info-on-current-buffer): Initialize info.
15634
15635 * newcomment.el (comment-indent): Ignore comment-indent-hook.
15636
15637 * progmodes/tcl.el (tcl-indent-for-comment):
15638 Ignore comment-indent-hook.
15639
15640 * emacs-lisp/easy-mmode.el: Require CL during compilation.
15641 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15642 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15643 and improve to use the lighter to guess the capitalization.
15644 (define-minor-mode): Inline code from easy-mmode-define-toggle.
15645 Add keyword arguments to specify global-ness or the custom group.
15646 Add local-map and help-echo properties to the lighter.
15647 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15648 (easy-mmode-define-global-mode): New macro.
15649
156502000-06-02 Dave Love <fx@gnu.org>
15651
15652 * wid-edit.el: byte-compile-dynamic since we typically don't use
15653 all the widgets. Don't require cl or widget. Remove
15654 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
15655 (widget-read-event): Removed. Callers changed to use read-event.
15656 (widget-button-release-event-p): Renamed from
15657 button-release-event-p.
15658 (widget-field-add-space, widget-field-use-before-change):
15659 Uncustomize.
15660 (widget-specify-field): Use keymap property, not local-map.
15661 (widget-specify-button): Obey :suppress-face.
15662 (widget-specify-insert): Use modern backquote syntax.
15663 (widget-image-directory): Renamed from widget-glyph-directory.
15664 (widget-image-enable): Renamed from widget-glyph-enable.
15665 (widget-image-find): Replaces widget-glyph-find.
15666 (widget-button-pressed-face): Move defvar.
15667 (widget-image-insert): Replaces widget-glyph-insert.
15668 (widget-convert): Use keywordp.
15669 (widget-leave-text, widget-children-value-delete): Use mapc.
15670 (widget-keymap): Remove XEmacs stuff.
15671 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15672 (widget-button-click): Don't set point at the click, but re-centre
15673 if we scroll out of window. Rewritten for images v. glyphs &c.
15674 (widget-tabable-at): Use POS arg, not point.
15675 (widget-beginning-of-line, widget-end-of-line)
15676 (widget-item-value-create, widget-sublist, widget-princ-to-string)
15677 (widget-sexp-prompt-value, widget-echo-help): Simplify.
15678 (widget-default-create): Use widget-image-insert; some rewriting.
15679 (widget-visibility-value-create)
15680 (widget-push-button-value-create, widget-toggle-value-create): Use
15681 widget-image-insert.
15682 (checkbox): Create on and off images dynamically.
15683 (documentation-link): Change :help-echo.
15684 (widget-documentation-link-echo-help): Remove.
15685
156862000-06-02 Stefan Monnier <monnier@cs.yale.edu>
15687
15688 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15689
15690 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15691 (easy-mmode-define-toggle, define-minor-mode): Use it.
15692 (easy-mmode-define-keymap): Docstring fix.
15693 (define-derived-mode): Default PARENT to fundamental-mode.
15694 Add the derived-mode-parent symbol-property.
15695 (easy-mmode-derived-mode-p): New function.
15696
156972000-06-02 Dave Love <fx@gnu.org>
15698
15699 * files.el (convert-standard-filename): Doc fix.
15700 (normal-backup-enable-predicate): New function.
15701 (backup-enable-predicate): Use it to replace the lambda form.
15702
15703 * calendar/todo-mode.el: [This needs more work on the outline
15704 stuff.] Doc fixes.
15705 (todo) <defgroup>: Add :version.
15706 (todo-add-category): Don't use pushnew.
15707 (todo-cmd-raise): Fix typo.
15708 (todo-top-priorities): Change temp buffer name.
15709 (todo-category-alist): Avoid redundant lambda.
15710 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15711 Use outline-next-heading.
15712
15713 * autoarg.el: Rewritten to use define-minor-mode.
15714 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15715 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15716
157172000-06-02 Kenichi Handa <handa@etl.go.jp>
15718
15719 * isearch.el (isearch-other-meta-char): Fix previous change.
15720
157212000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15722
15723 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15724 (log-edit-done): Only add the comment to the ring if it's different
15725 from the last comment entered.
15726
15727 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15728
157292000-06-01 Dave Love <fx@gnu.org>
15730
15731 * hl-line.el: Rewritten using define-minor-mode.
15732
15733 * help.el (describe-function-1): Distinguish special form from
15734 builtin function. Sanity-check presence of arglist for builtins.
15735
157362000-06-01 Kenichi Handa <handa@etl.go.jp>
15737
15738 * international/characters.el: Fix syntax/category setting of
15739 Tibetan characters.
15740
15741 * language/tibet-util.el (tibetan-add-components): Fixes for new
15742 encoding of Tibetan characters.
15743 (tibetan-decompose-precomposition-alist): New variable.
15744 (tibetan-decompose-region): Convert precomposed characters to
15745 non-precomposed characters.
15746 (tibetan-decompose-string): Likewise.
15747 (tibetan-composition-function): Fix args to
15748 thibetan-compose-string.
15749
15750 * language/tibetan.el (tibetan-composable-pattern): More
15751 characters included.
15752 (tibetan-consonant-transcription-alist): Rule for "R" added.
15753 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15754 "+R" added.
15755 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15756
15757 * language/lao-util.el (lao-composition-function): Fix args to
15758 compose-string.
15759
15760 * language/thai-util.el (thai-composition-function): Fix args to
15761 compose-string.
15762
15763 * isearch.el (isearch-update): Set disable-point-adjustment to t
15764 to prevent the point moving to the end of a composition when a
15765 part of a composition is searched.
15766 (isearch-other-meta-char): If the key invoking this command can be
15767 mapped by function-key-map to a printing char, call
15768 isearch-process-search-char directly.
15769
157702000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15771
15772 * emacs-lisp/bytecomp.el:
15773 * frame.el:
15774 * international/mule-cmds.el:
15775 * international/mule-util.el:
15776 * international/mule.el:
15777 * mouse.el:
15778 * subr.el:
15779 * faces.el: Update calls to make-obsolete with a WHEN argument.
15780
15781 * byte-run.el (make-obsolete, make-obsolete-variable):
15782 Add an optional WHEN argument and change the format of the
15783 symbol-property information.
15784 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15785 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15786 new obsolete-symbol-property format and print WHEN if it is provided.
15787
157882000-05-31 Dave Love <fx@gnu.org>
15789
15790 * loadhist.el (loadhist-hook-functions): Remove
15791 before-change-function, after-change-function.
15792 (unload-feature): Deal with symbols which are both bound and
15793 fbound.
15794
15795 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15796 before-change-function, after-change-function.
15797
15798 * simple.el (newline): Don't bind before-change-function,
15799 after-change-function.
15800
158012000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
15802
15803 * whitespace.el (whitespace-rescan-timer-time): Update interval
15804 set to 600 seconds (10 minutes) instead of 60 seconds since
15805 a large number of whitespace buffers causes emacs to `freeze'
15806 for a considerable amount of time.
15807
15808 * whitespace.el: Updated email address
15809
158102000-05-31 Dave Love <fx@gnu.org>
15811
15812 * add-log.el (change-log-font-lock-keywords) <function>: Add
15813 pattern for function of change.
15814 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15815 acknowledgements patterns.
15816
158172000-05-31 Kenichi Handa <handa@etl.go.jp>
15818
15819 * isearch.el (isearch-printing-char): If keyboard coding system is
15820 being used, call isearch-process-search-multibyte-characters.
15821
15822 * international/isearch-x.el: Mostly rewritten.
15823
15824 * international/quail.el (quail-start-conversion): Don't include
15825 unhandled events in the returned events, but set them in
15826 unread-command-events. Exit if all inputs are deleted.
15827
158282000-05-30 Jason Rumney <jasonr@gnu.org>
15829
15830 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15831
15832 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15833 Reenable code to create initial fontsets.
15834 Use set-fontset-font in place of put-charset-property.
15835
158362000-05-30 Gerd Moellmann <gerd@gnu.org>
15837
15838 * progmodes/perl-mode.el (perl-indent-line): When looking for a
15839 label, ensure that the first colon isn't followed by another.
15840
15841 * paths.el (Info-default-directory-list): Doc fix.
15842
15843 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15844 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15845 send a query containing USER only, not USER@HOST.
15846
15847 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15848 and rmail-msgend to compute the restriction at the end, instead of
15849 computing it.
15850
158512000-05-29 Gerd Moellmann <gerd@gnu.org>
15852
15853 * dabbrev.el (dabbrev-expand): Don't display messages in the
15854 echo area if the minibuffer window is active.
15855
15856 * jit-lock.el (jit-lock-mode): Add after change function to
15857 local hook.
15858
158592000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
15860
15861 * antlr-mode.el: New commands: hide/unhide actions,
15862 upcase/downcase literals.
15863 (antlr-tiny-action-length): New user option.
15864 (antlr-hide-actions): New command. Suggested by
15865 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15866 (antlr-mode-map): New binding [C-c C-v].
15867 (antlr-mode-menu): New entries.
15868 (antlr-downcase-literals): New command.
15869 (antlr-upcase-literals): Ditto.
15870
15871 * antlr-mode.el: Minor changes: indendation, mode-name.
15872 (antlr-indent-line): Indent cpp directive at column 0.
15873 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15874
15875 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15876 (antlr-font-lock-additional-keywords): Workaround for intentional
15877 bug in XEmacs version of font-lock.
15878 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
15879 be used by a smarter version of `buffers-menu-grouping-function'.
15880
158812000-05-29 Gerd Moellmann <gerd@gnu.org>
15882
15883 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15884 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15885
158862000-05-29 Kenichi Handa <handa@etl.go.jp>
15887
15888 * international/encoded-kb.el
15889 (encoded-kbd-iso2022-designation-map): Pay attention to that
15890 charset-iso-final-char return -1 for eight-bit-control and
15891 eight-bit-graphic.
15892
158932000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15894
15895 * speedbar.el (speedbar-use-images, speedbar-update-flag)
15896 (speedbar-easymenu-definition-base): Use display-graphic-p where
15897 available, instead of window-system.
15898
158992000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15900
15901 * international/codepage.el (cp-coding-system-for-codepage-1): Add
15902 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15903 coding systems.
15904
159052000-05-26 Dave Love <fx@gnu.org>
15906
15907 * disp-table.el (standard-display-underline): Don't use
15908 internal-find-face.
15909
15910 * mail/reporter.el: Maintainer change. Doc fixes.
15911 (reporter-version): Deleted.
15912
15913 * emacs-lisp/elp.el: Maintainer change.
15914 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15915
159162000-05-26 Stefan Monnier <monnier@cs.yale.edu>
15917
15918 * add-log.el (add-change-log-entry): Merge the current entry with the
15919 previous one if the previous one is empty.
15920
159212000-05-26 Dave Love <fx@gnu.org>
15922
15923 * loadhist.el (unload-feature): Fix interactive spec [from
15924 lijnzaad@ebi.ac.uk].
15925
15926 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15927 subr-arity to check primitives.
15928 (byte-compile-flush-pending, byte-compile-file-form-progn)
15929 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15930 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15931 mapcar.
15932
159332000-05-26 Kenichi Handa <handa@etl.go.jp>
15934
15935 * international/fontset.el: Set family names of non-latin charsets
15936 in default fontset to "*".
15937
15938 * international/mule-diag.el (print-fontset): Combine family part
15939 and registry part of the fontname by "-*-" instead of "-".
15940
15941 * international/mule-cmds.el (encode-coding-char): Make strings
15942 multibyte before calling encode-coding-string.
15943
159442000-05-25 Stefan Monnier <monnier@cs.yale.edu>
15945
15946 * derived.el: Fix keywords.
15947 (define-derived-mode): Only define if needed.
15948
15949 * simple.el (fill-comment, comment-column, comment-start)
15950 (comment-start-skip, comment-end, comment-indent-function)
15951 (block-comment-start, block-comment-end, indent-for-comment)
15952 (set-comment-column, kill-comment, comment-padding, comment-region)
15953 (comment-multi-line, indent-new-comment-line): Remove.
15954
15955 * bindings.el (esc-map): Change ; to comment-dwim and use the new
15956 function names for comment operations.
15957
15958 * newcomment.el: Add abundant autoload cookies.
15959 (comment-style): Don't depend on runtime data at compile-time.
15960 (comment-indent-hook): Remove.
15961 (comment-indent): Check if comment-indent-hook is bound.
15962 (comment-region): Docstring fix.
15963
159642000-05-25 Dave Love <fx@gnu.org>
15965
15966 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15967 byte-code-function-p.
15968
15969 * mail/rmailsum.el: Add provide.
15970
15971 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
15972
15973 * smerge-mode.el (smerge-diff-switches): Don't use list* in
15974 defcustom.
15975
159762000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
15977
15978 * ediff-diff.el (ediff-exec-process): delete --binary option from
15979 non-buffer ediff jobs.
15980
159812000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15982
15983 * hilit-chg.el (highlight-changes-mode): Ask about color or
15984 grayscale support, not about window-system.
15985
15986 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
15987 window-system.
15988 (ffap-highlight): Always default to t.
15989
15990 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
15991 display-popup-menus-p instead of looking at window-system.
15992
15993 * disp-table.el (standard-display-g1, standard-display-graphic):
15994 Only refuse to use string glyphs on X and MS-Windows.
15995
15996 * avoid.el: Remove window-system from commentary, suggest to use
15997 display-*-p instead.
15998
15999 * apropos.el (apropos-print): Use display-mouse-p instead of
16000 window-system.
16001
160022000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16003
16004 * international/codepage.el (cp-decoding-vector-for-codepage):
16005 Fill up unsupported characters with their own codes. From Kenichi
16006 Handa.
16007
160082000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16009
16010 * international/mule-diag.el (describe-char-after): Use
16011 display-graphic-p instead of window-system, so that this function
16012 works on MS-DOS.
16013
160142000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16015
16016 * international/codepage.el (cp-make-coding-systems-for-codepage):
16017 Remove the eight-bit-graphic and eight-bit-control charsets from
16018 the list of charsets which we convert into `?'.
16019
160202000-05-25 Kenichi Handa <handa@etl.go.jp>
16021
16022 * international/mule-conf.el: Specify CHARSET-ID explicitely for
16023 private charsets.
16024 (mule-unicode-0100-24ff, japanese-jisx0213-1,
16025 japanese-jisx0213-2): New charsets.
16026
16027 * international/fontset.el: Setup default fontset for new charsets.
16028
160292000-05-24 Dave Love <fx@gnu.org>
16030
16031 * info.el (Info-find-node-2): Restructure [following "Vadim
16032 S. Solomin" <sovs@uic.nnov.ru>].
16033
16034 * icomplete.el: Fix header for Finder.
16035
160362000-05-24 Eric M. Ludlam <zappo@ultranet.com>
16037
16038 * rmailout.el (rmail-output-to-rmail-file): Added optional param
16039 STAY.
16040
16041 * rmail.el (rmail-automatic-folder-directives): New user variable.
16042 (rmail-show-message): Add call to `rmail-auto-file' during
16043 display.
16044 (rmail-auto-file): New function.
16045
160462000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16047
16048 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
16049 account.
16050 (ediff-test-utility,ediff-diff-mandatory-option)
16051 (ediff-reset-diff-options): Utilities for proper initialization of
16052 ediff-diff-options and ediff-diff3-options on Windows.
16053
16054 * ediff-init.el (ediff-merge-filename-prefix): New customizable
16055 variable.
16056
16057 * ediff-mult.el (ediff-filegroup-action): Use
16058 ediff-merge-filename-prefix.
16059
160602000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16061
16062 * viper-ex.el (ex-write): Set selective display to nil.
16063
160642000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16065
16066 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
16067 aliases for hebrew-iso-8bit.
16068
160692000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16070
16071 * woman.el: New version from Francis J. Wright
16072 <F.J.Wright@Maths.QMW.ac.uk>.
16073 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
16074 names in environment variables regardless of the path separator.
16075 (woman-topic-all-completions-1): Don't call file-name-directory-p
16076 on all files, since woman-file-regexp already filters out any
16077 directories.
16078
160792000-05-24 Kenichi Handa <handa@etl.go.jp>
16080
16081 * international/quail.el (quail-start-translation): Don't change
16082 modified-p of the current buffer.
16083 (quail-start-conversion): Likewise.
16084
16085 * international/kkc.el (kkc-region): Don't change modified-p of
16086 the current buffer.
16087
16088 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
16089 conform to RFC1468.
16090 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
16091
160922000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
16093
16094 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
16095 (speedbar-insert-button): Invisible text property fix.
16096 (speedbar-directory-plus): Renamed from speedbar-directory-+
16097 (speedbar-directory-minus): Renamed from speedbar-directory--
16098 (speedbar-page-plus): Renamed from speedbar-file-+
16099 (speedbar-page-minus): Renamed from speedbar-file--
16100 (speedbar-page): Renamed from speedbar-file-
16101 (speedbar-tag): Renamed from speedbar-tag-
16102 (speedbar-tag-plus): Renamed from speedbar-tag-+
16103 (speedbar-tag-minus): Renamed from speedbar-tag--
16104 (speedbar-expand-image-button-alist): Use above renames.
16105
16106 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
16107 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
16108 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
16109 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
16110 * sb-pg.xpm: Renamed from sb-file.xpm
16111 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
16112 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
16113
161142000-05-24 Kenichi Handa <handa@etl.go.jp>
16115
16116 * international/quail.el (quail-show-guidance-buf): Set
16117 current-input-method of the guidance buffer to the name of the
16118 curren input method.
16119
161202000-05-23 Stefan Monnier <monnier@cs.yale.edu>
16121
16122 * progmodes/compile.el (compile-internal): Style typo.
16123
16124 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
16125 quote vars and functions in the docstring.
16126
16127 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
16128
16129 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
16130 Don't quote lambdas.
16131
16132 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
16133
161342000-05-23 Gerd Moellmann <gerd@gnu.org>
16135
16136 * startup.el (command-line): Determine source file of compiled
16137 user init file differently. Warn if compiled user init file
16138 is older than its source file.
16139
16140 * ffap.el (ffap-url-regexp): Add `https'.
16141
161422000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
16143
16144 * files.el (make-backup-file-name-1): Replace slashes with `!'
16145 rather than `|' (which is not allowed on Windows). Replace the
16146 drive letters with a string "drive_X".
16147
161482000-05-23 Gerd Moellmann <gerd@gnu.org>
16149
16150 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
16151
16152 * files.el (interpreter-mode-alist): Add `bash2'.
16153
161542000-05-22 Dave Love <fx@gnu.org>
16155
16156 * loadhist.el (feature-symbols, file-provides, file-requires): Use
16157 mapc.
16158 (feature-file): Avoid calling symbol-name. Doc fix.
16159 (file-set-intersect, file-dependents): Use dolist, not mapcar.
16160 (loadhist-hook-functions): Add mouse-position-function.
16161 (unload-feature): Change uses of mapcar.
16162
16163 * files.el (parse-colon-path): Doc fix.
16164 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
16165 (set-auto-mode): Use mapc.
16166
16167 * complete.el (PC-look-for-include-file): Use :alnum: character
16168 class.
16169 (partial-completion-mode): Add autoload cookie.
16170
161712000-05-22 Sam Steingold <sds@gnu.org>
16172
16173 * info.el (Info-fontify-node): Fixed the call to
16174 `add-text-properties' (bug introduced on 2000-05-18).
16175
161762000-05-22 Dave Love <fx@gnu.org>
16177
16178 * bindings.el: Remove debug-ignored-errors set in other files.
16179
16180 * progmodes/etags.el: Add to debug-ignored-errors.
16181 (visit-tags-table-buffer): Clear out buffers holding old tables
16182 when making a new list.
16183 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
16184 mapc.
16185
16186 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
16187 quote keywords.
16188 (cmpl-string-case-type): Use character classes.
16189
16190 * comint.el:
16191 * textmodes/ispell.el:
16192 * imenu.el:
16193 * mail/mh-e.el:
16194 * progmodes/compile.el: Add to debug-ignored-errors.
16195
16196 * dabbrev.el: Add to debug-ignored-errors.
16197 (dabbrev-completion): Use mapc.
16198
161992000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
16200
16201 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
16202 (woman-mapcan, woman-parse-man.conf)
16203 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
16204 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
16205 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
16206 path syntax better.
16207 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
16208 (woman-manpath): Call woman-parse-man.conf.
16209 (woman-emulation): New defcustom, defaults to nroff.
16210 (woman-font-support): New defconst.
16211 (woman-use-symbol-font): New defcustom.
16212 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
16213 "Emulation".
16214 Many functions: Doc fix.
16215
162162000-05-22 Kenichi Handa <handa@etl.go.jp>
16217
16218 * international/quail.el (quail-simple-translation-keymap): Map
16219 128..255 to quail-self-insert-command.
16220 (quail-keyboard-layout-alist): Add definition for "pc102-de".
16221
162222000-05-22 Stefan Monnier <monnier@cs.yale.edu>
16223
16224 * help.el (help-manyarg-func-alist): Typo.
16225
16226 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
16227 intervals which makes it heaps simpler.
16228
16229 * newcomment.el (comment-region-internal): Go back to BEG after quoting
16230 the nested comment markers.
16231
16232 * subr.el (remove-hook): Don't turn the hook's value into a list.
16233
162342000-05-21 Dave Love <fx@gnu.org>
16235
16236 * edmacro.el (edmacro-parse-keys): Return vector if any elements
16237 are invalid characters.
16238
16239 * international/mule-util.el (detect-coding-with-priority): Use
16240 mapc. Remove redundant lambda.
16241
16242 * international/mule-diag.el (list-non-iso-charset-chars)
16243 (describe-fontset): Remove redundant lambda.
16244
16245 * emulation/crisp.el (brief-mode): New alias.
16246
16247 * emacs-lisp/ring.el (ring-elements): New function.
16248
16249 * emacs-lisp/easymenu.el (easy-menu-create-menu)
16250 (easy-menu-do-add-item): Use keywordp.
16251
16252 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
16253
16254 * replace.el: Doc and error message fixes.
16255 (replace-highlight): Use facep, not internal-find-face.
16256
162572000-05-20 Stefan Monnier <monnier@cs.yale.edu>
16258
16259 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
16260
16261 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
16262 (log-edit-insert-changelog): Drop `:' as well.
16263
16264 * log-view.el: Fix file description.
16265 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
16266 available.
16267 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
16268 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
16269
16270 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
16271 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16272 Print a status message if the toggle is called interactively.
16273 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
16274 for global minor modes and use `defcustom' for them.
16275 Use add-minor-mode.
16276 (easy-mmode-define-derived-mode): Remove.
16277 (define-derived-mode): Fancier default docstring.
16278 (easy-mmode-define-navigation): Signal an error rather than (ding).
16279
16280 * newcomment.el (comment-styles): New `box-multi'.
16281 (comment-normalize-vars): Better default for comment-continue to
16282 avoid whitespace-only continuations.
16283 (comment-search-forward): Always move even in the no-syntax case.
16284 (comment-padright): Only obey N if it's only obeyed for padleft.
16285 (comment-make-extra-lines): Better handling of empty continuations.
16286 Use `=' for the filler if comment-start has only one character.
16287 (uncomment-region): Try handling the special `=' filler.
16288 (comment-region): Allow LINES even if MULTI is nil.
16289 (comment-box): Choose box style based on comment-style.
16290
162912000-05-20 Kenichi Handa <handa@etl.go.jp>
16292
16293 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16294 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16295
162962000-05-20 Kenichi HANDA <handa@etl.go.jp>
16297
16298 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16299 and insert, not subst-char-in-region.
16300
16301 * international/mule-diag.el (list-character-sets-1): Handle
16302 charsets eight-bit-control and eight-bit-graphic.
16303 (list-iso-charset-chars): Likewise.
16304 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16305 charactes as is. Use indent-to to align characters.
16306
16307 * international/mule-cmds.el (find-multibyte-characters): Never
16308 exclude charsets eight-bit-control and eight-bit-graphic.
16309
163102000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16311
16312 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16313 Don't quote lambdas.
16314
16315 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16316
163172000-05-19 Gerd Moellmann <gerd@gnu.org>
16318
16319 * gud.el (gud-jdb-directories): Doc fix.
16320
163212000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16322
16323 * newcomment.el: New file.
16324
163252000-05-19 Gerd Moellmann <gerd@gnu.org>
16326
16327 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16328
163292000-05-18 Andreas Schwab <schwab@suse.de>
16330
16331 * dired.el (dired-between-files): Also skip lines beginning with
16332 `used'.
16333
163342000-05-18 Gerd Moellmann <gerd@gnu.org>
16335
16336 * msb.el (msb-menu-cond): Add choice `user'.
16337
163382000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16339
16340 * ps-print.el: Compatibility, customization and doc fix.
16341 (ps-printer-name-option): Replace defconst by defvar.
16342 (ps-postscript-code-directory): XEmacs compatibility.
16343 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
16344 fix.
16345 (ps-user-defined-prologue, ps-print-prologue-header)
16346 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
16347 compatibility and code fix.
16348 (ps-print-background-image, ps-print-background-text):
16349 Customization fix.
16350 (ps-line-number-start, ps-n-up-on): New vars.
16351
163522000-05-18 Espen Skoglund <esk@ira.uka.de>
16353
16354 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
16355 the indent-comment function to just return the appropriate indent.
16356
163572000-05-18 Eric M. Ludlam <zappo@ultranet.com>
16358
16359 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
16360 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
16361 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
16362
163632000-05-18 Dave Love <fx@gnu.org>
16364
16365 * info.el (Info-fontify-node): Add intangible property as well as
16366 invisible.
16367
16368 * calendar/appt.el (appt-make-list): Match all lines of entry.
16369 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16370
163712000-05-18 Kenichi Handa <handa@etl.go.jp>
16372
16373 * international/mule-diag.el (describe-char-after): Call
16374 internal-char-font, not char-font. If internal-char-font returns
16375 nil, display "-- none --".
16376
163772000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16378
16379 * image.el (image-type-available-p): Don't reference image-types
16380 if it isn't bound.
16381
163822000-05-17 Stefan Monnier <monnier@cs.yale.edu>
16383
16384 * autoarg.el (autoarg-mode): Typo in the :set argument.
16385
163862000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16387
16388 * startup.el (command-line-1): Don't signal an error if the
16389 directory for auto-save-list files does not yet exist.
16390
163912000-05-17 Kenichi Handa <handa@etl.go.jp>
16392
16393 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16394
163952000-05-16 Stefan Monnier <monnier@cs.yale.edu>
16396
16397 * subr.el (remove-hook): `setq' hook-value, not `set'.
16398
163992000-05-16 Sam Steingold <sds@gnu.org>
16400
16401 * info.el (debug-ignored-errors): More errors to ignore.
16402
164032000-05-16 Dave Love <fx@gnu.org>
16404
16405 * cus-edit.el: Don't require cl or easymenu.
16406 (custom-variable-prompt): Test standard-value property, not
16407 user-variable-p.
16408
164092000-05-16 Sam Steingold <sds@gnu.org>
16410
16411 * subr.el (add-hook): `setq' hook-value, not `set'.
16412
164132000-05-16 Gerd Moellmann <gerd@gnu.org>
16414
16415 * startup.el (command-line-1): Mention the FAQ in the startup
16416 message.
16417
16418 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16419
16420 * progmodes/compile.el (compilation-parse-errors): Collect
16421 `nomessage' regexps last.
16422
16423 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16424
16425 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16426 to the function name.
16427
164282000-05-15 Dave Love <fx@gnu.org>
16429
16430 * speedbar.el (speedbar-recenter): Typo.
16431 (speedbar-expand-line): Make arg optional.
16432 (speedbar-mode): Avoid a compiler warning.
16433
164342000-05-15 Gerd Moellmann <gerd@gnu.org>
16435
16436 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16437 user-specified option string is empty.
16438
16439 * mouse.el (mouse-yank-at-click): Doc fix.
16440
164412000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
16442
16443 * term/internal.el (IT-character-translations): More updates of
16444 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16445 documents.
16446
164472000-05-15 Gerd Moellmann <gerd@gnu.org>
16448
16449 * env.el (getenv): New function, interactively callable.
16450 (setenv, getenv): Remove autoload cookies.
16451
16452 * loadup.el: Load `env'.
16453
16454 * progmodes/f90.el: Change author's mail address.
16455
164562000-05-14 Dave Love <fx@gnu.org>
16457
16458 * mail/rmail.el (rmail-show-message-hook): Customize and offer
16459 goto-addr as an option.
16460
16461 * help.el (help-xref-stack): Doc fix.
16462 (help-xref-following): New variable.
16463 (help-make-xrefs): Use it.
16464 (help-xref-go-back): Use position information from stack element.
16465 (help-follow): Make position in stack element a pair. Use
16466 help-xref-following.
16467
16468 * autoarg.el: New file.
16469
16470 * faces.el: Declare more functions obsolete.
16471
16472 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16473 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16474 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16475 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16476 Remove all the setup-...-environment functions.
16477
164782000-05-13 Eric M. Ludlam <zappo@ultranet.com>
16479
16480 * speedbar.el: Updated the commentary section. xemacs20p now uses
16481 >= when detecting. Require `defimage' safely.
16482 (speedbar-easymenu-definition-base): Add toggle for images.
16483 (speedbar-easymenu-definition-special): Add flush cache & expand.
16484 (speedbar-visiting-tag-hook): Set new defaults. Added options.
16485 (speedbar-reconfigure-keymaps-hook): New variable.
16486 (speedbar-frame-parameters): Updated documentation.
16487 (speedbar-use-imenu-flag): Updated custom tag
16488 (speedbar-dynamic-tags-function-list): New variable.
16489 (speedbar-tag-hierarchy-method): Updated doc & custom.
16490 (speedbar-indentation-width, speedbar-indentation-width) New
16491 variables.
16492 (speedbar-hide-button-brackets-flag): Customizable.
16493 (speedbar-vc-indicator): Doc update.
16494 (speedbar-ignored-path-expressions): Updated default value.
16495 (speedbar-supported-extension-expressions): Updated default value.
16496 (speedbar-syntax-table): Remove {} paren status.
16497 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16498 as "+". Added overlay aliases.
16499 (speedbar-mode): Use `speedbar-mode-line-update' instead of
16500 `force-mode-line-update'.
16501 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16502 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16503 `mouse-set-point'
16504 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16505 (speedbar-item-info-tag-helper): Revamped to handle a wider range
16506 of arbitrary text, and new helper functions.
16507 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16508 filename finder.
16509 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16510 (speedbar-directory-buttons): Update path search/expansion.
16511 (speedbar-make-tag-line): Pay attention to
16512 `speedbar-indentation-width'. Use more care w/ invisible
16513 properties.
16514 (speedbar-change-expand-button-char): Call
16515 `speedbar-insert-image-button-maybe'.
16516 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16517 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16518 (speedbar-trim-words-tag-hierarchy)
16519 (speedbar-simple-group-tag-hierarchy): New functions
16520 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16521 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16522 functions.
16523 (speedbar-mouse-set-point): New function
16524 (speedbar-power-click): Updated documentation.
16525 (speedbar-line-token, speedbar-goto-this-file): Handle more types
16526 of tag prefix text.
16527 (speedbar-expand-line, speedbar-contract-line): Make more robust
16528 to strange text.
16529 (speedbar-expand-line): Takes universal argument to flush the
16530 cache.
16531 (speedbar-flush-expand-line): New function.
16532 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16533 Use new generator insertion method.
16534 (speedbar-fetch-dynamic-tags): New function.
16535 (speedbar-fetch-dynamic-imenu): Removed code now handled in
16536 `speedbar-fetch-dynamic-imenu'.
16537 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16538 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16539 "Revert Buffer" menu items.
16540 (speedbar-buffer-buttons-engine): Be smarter when creating a
16541 filename tag (for expansion purposes.).
16542 (speedbar-highlight-one-tag-line,
16543 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16544 (speedbar-recenter): New functions.
16545 (defimage-speedbar): Image loading abstraction.
16546 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16547 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16548 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16549 (speedbar-tag-type, speedbar-tag-mail): New images.
16550 (speedbar-expand-image-button-alist): New variable.
16551 (speedbar-insert-image-button-maybe): Insert an image over some
16552 buttons.
16553
165542000-05-13 Kenichi Handa <handa@etl.go.jp>
16555
16556 * international/mule-cmds.el (encode-coding-char): An ASCII
16557 character is always encodable.
16558
16559 * international/mule-conf.el: Add more information in descriptions
16560 of character sets.
16561
16562 * international/mule-diag.el (describe-char-after): New function.
16563 (describe-font-internal): Adjusted for the change of font-info.
16564 (describe-font): Likewise.
16565 (print-fontset): Rewritten for the new fontset implementation.
16566 (describe-fontset): Include fontset alias names in completion.
16567 (list-fontsets): Adjusted for the change of print-fontset.
16568
16569 * simple.el (what-cursor-position): If DETAIL is non-nil, call
16570 describe-char-after instead of displaying the detail in the echo
16571 area.
16572 (syntax-code-table): Format changed.
16573 (string-to-syntax): Adjusted for the above change.
16574
165752000-05-12 Stefan Monnier <monnier@cs.yale.edu>
16576
16577 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16578
165792000-05-12 Dave Love <fx@gnu.org>
16580
16581 * calendar/todo-mode.el: Remove some compatibility stuff and CL
16582 dependence. Use line-{beginning,end}-position, not
16583 point-at{b,e}ol. Some doc fixes.
16584 (todo-position): New function. Fix callers of position to use it.
16585 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16586
165872000-05-12 Gerd Moellmann <gerd@gnu.org>
16588
16589 * time.el (display-time-mail-icon): Use `:ascent center'.
16590
16591 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16592 handling FTP security extensions.
16593
165942000-05-11 Dave Love <fx@gnu.org>
16595
16596 * calendar/todo-mode.el: New file.
16597
165982000-05-11 Gerd Moellmann <gerd@gnu.org>
16599
16600 * comint.el (comint-read-input-ring): Move reference to
16601 comint-input-ring-size outside of the save-excursion. It was
16602 causing the default value to be the only one ever seen.
16603
16604 * font-lock.el: Update copyright. Remove Simon Marshall's email
16605 address on request from him.
16606
16607 * subr.el (substitute-key-definition): Add comment describing
16608 the meaning of PREFIX.
16609
166102000-05-10 Stefan Monnier <monnier@cs.yale.edu>
16611
16612 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16613
16614 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16615 (add-minor-mode): Don't make the variable buffer-local and add a
16616 reference to define-minor-mode in the docstring.
16617
16618 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16619 HEADER/FOOTER and fix bug with trailing empty directory.
16620 (cvs-append-to-ignore): Use vc-editable-p if available.
16621 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16622 (vc-do-command): Tweak advice to handle the new VC.
16623
16624 * log-view.el (log-view-goto-rev): New function for the new VC.
16625 (log-view-minor-wrap): Use mark-active.
16626
16627 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16628 (log-edit-changelog-full-paragraphs): New var.
16629 (log-edit-insert-changelog): Remove a lonely leading `* file'.
16630 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16631 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16632 (log-edit-changelog-ours-p, log-edit-changelog-entries)
16633 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16634 Replace the `cvs' prefix with `log-edit'.
16635
16636 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16637
16638 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16639 (diff-font-lock-defaults): Explicitly turn off multiline.
16640 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16641 (diff-ediff-patch): Fix call to ediff-patch-file.
16642 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16643 Handle comments.
16644
16645 * frame.el (automatic-hscrolling): Typo.
16646
16647 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16648
166492000-05-09 Sam Steingold <sds@goems.com>
16650
16651 * apropos.el (apropos-print): use `describe-face' instead of
16652 `customize-face-other-window'.
16653
166542000-05-09 Dave Love <fx@gnu.org>
16655
16656 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16657
16658 * help.el (describe-variable): Have customize button pop the
16659 help-xref stack when invoked.
16660 (help-xref-symbol-regexp): Add `face'.
16661 (help-make-xrefs): Check for quoted face names and adapt regexp
16662 submatch numbers to cope.
16663 (help-xref-interned): Maybe insert face doc too. Separate
16664 sections with a line of hyphens.
16665
16666 * faces.el: Some doc fixes. Declare some functions obsolete.
16667 (describe-face): Add customize button. Return the help
16668 text. Fix prompt.
16669
166702000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
16671
16672 * term/internal.el (IT-character-translations): Fix last change.
16673
166742000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16675
16676 * woman.el: New file
16677 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16678
166792000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16680
16681 * term/internal.el (IT-character-translations): Update ASCII
16682 simulations for greek-iso8859-7, add latin-iso8859-14 and
16683 latin-iso8859-15.
16684
16685 * international/mule-cmds.el (set-language-info-alist): Call
16686 define-prefix-command with 3 arguments, to make the map suitable
16687 for a menu.
16688
166892000-05-07 Dave Love <fx@gnu.org>
16690
16691 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16692
166932000-05-05 Dave Love <fx@gnu.org>
16694
16695 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16696 list in doc string. Don't quote keyword symbols.
16697 * emacs-lisp/cl.el: Likewise
16698 * emacs-lisp/cl-seq.el: Likewise
16699
167002000-05-05 Gerd Moellmann <gerd@gnu.org>
16701
16702 * abbrev.el (abbrev-mode): Make ARG optional.
16703
167042000-05-04 Gerd Moellmann <gerd@gnu.org>
16705
16706 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16707
16708 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16709
16710 * subr.el (substitute-key-definition): Clarify documentation.
16711
167122000-05-04 Milan Zamazal <pdm@freesoft.cz>
16713
16714 * glasses.el (glasses-convert-to-unreadable): Use
16715 `glasses-separator' instead of the hard-wired "_".
16716 (glasses-mode): Call `glasses-make-unreadable' only in a single
16717 place.
16718
167192000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
16720
16721 * term/internal.el (cjk-codepages-alist): Add associations for
16722 Chinese and Korean codepages. Remove FIXME comment.
16723
167242000-05-03 Dave Love <fx@gnu.org>
16725
16726 * time.el (display-time-mail-face, display-time-use-mail-icon):
16727 New option.
16728 (display-time-mail-icon): New variable.
16729 (display-time-string-forms): Use the above. Fix the local-map.
16730
167312000-05-03 Gerd Moellmann <gerd@gnu.org>
16732
16733 * replace.el (query-replace-map): Add binding for `E'.
16734 (query-replace-help): Extend help text.
16735 (perform-replace): Allow editing the replacement string.
16736
16737 * make-mode.el (makefile-mode-abbrev-table): New variable.
16738 (makefile-mode): Set local abbrev table to
16739 makefile-mode-abbrev-table.
16740 (makefile-font-lock-keywords): Fontify includes and conditionals.
16741
16742 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16743 set TOGGLE's value.
16744
16745 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16746 mail-interactive-insert-alias.
16747 (mail-abbrev-complete-alias): New command.
16748 (mail-mode-map): Bind it to `M-TAB'.
16749
167502000-05-03 Kenichi Handa <handa@etl.go.jp>
16751
16752 * language/lao-util.el (lao-compose-region): New function.
16753
167542000-05-02 Gerd Moellmann <gerd@gnu.org>
16755
16756 * files.el (recover-session): Make directories as necessary
16757 if they don't exist yet.
16758
16759 * calendar/cal-french.el
16760 (french-calendar-multibyte-special-days-array)
16761 (french-calendar-special-days-array): Change French text.
16762 (calendar-french-date-string): Change output.
16763 (calendar-goto-french-date): Likewise.
16764
167652000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
16766
16767 * wid-edit.el (widget-default-active): Obey `:always-active'.
16768 (widget-documentation-string-value-create): Set `:always-active'.
16769
167702000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16771
16772 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16773 default prefix to `~/_emacs.d/auto-save.list/_s'.
16774 (normal-top-level): Create the directory for auto-save files, if
16775 it doesn't already exist (in the ms-dos case only).
16776
167772000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16778
16779 * international/mule-cmds.el (set-language-environment): Don't
16780 concat an integer (dos-codepage), use format instead.
16781
167822000-05-02 Dave Love <fx@gnu.org>
16783
16784 * help.el (help-xref-on-pp): Check for constant symbols.
16785
167862000-04-29 Gerd Moellmann <gerd@gnu.org>
16787
16788 * startup.el (normal-top-level): Put a condition-case around
16789 the code loading subdirs.el.
16790
167912000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16792
16793 * ps-print.el: Upside-down and face background color printing,
16794 line number step, doc fix.
16795 (ps-print-version): New version number (5.2).
16796 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16797 (ps-face-attribute-list, ps-plot-with-face): Code fix.
16798 (ps-spool-config): Var fix.
16799 (ps-printer-name-option): Const fix.
16800 (ps-print-upside-down, ps-use-face-background)
16801 (ps-line-number-step): New vars.
16802 (ps-window-system, ps-lp-system): New consts.
16803 (ps-face-background): New fun.
16804
168052000-04-28 Richard Stallman <rms@gnu.org>
16806
16807 * files.el (make-auto-save-file-name):
16808 Apply auto-save-file-name-transforms to visited file name
16809 before generating auto save file name.
16810 (auto-save-file-name-transforms): New variable.
16811
16812 * files.el (backup-enable-predicate):
16813 Correctly test for a file under a temporary directory.
16814
168152000-04-28 Gerd Moellmann <gerd@gnu.org>
16816
16817 * subr.el (add-minor-mode): Rewritten.
16818
168192000-04-28 Kenichi Handa <handa@etl.go.jp>
16820
16821 * mail/sendmail.el (sendmail-send-it): Set
16822 buffer-file-coding-system to the selected coding system for MIME
16823 header.
16824
168252000-04-27 Gerd Moellmann <gerd@gnu.org>
16826
16827 * dired.el (dired-move-to-filename-regexp): Allow format where
16828 YYYY is followed by two spaces.
16829
16830 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16831 in the second character class of the regexp.
16832
16833 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16834 mh-etc, too.
16835
16836 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16837 nil.
16838
16839 * subr.el (add-minor-mode): Use `set' instead of `setq'.
16840
16841 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16842 argument.
16843
168442000-04-27 Sen Nagata <sen@eccosys.com>
16845
16846 * emacs-lisp/crm.el (crm-completion-table): New variable.
16847 (crm-collection-fn, crm-test-completion)
16848 (completing-read-multiple): Use it.
16849
168502000-04-27 Dave Love <fx@gnu.org>
16851
16852 * help.el (locate-library): Use mapc.
16853 (help-manyarg-func-alist): Add call-process-region.
16854
168552000-04-26 Gerd Moellmann <gerd@gnu.org>
16856
16857 * subr.el (add-minor-mode): Make argument MAP optional.
16858
16859 * desktop.el (desktop-save): Save list of minor modes.
16860 (desktop-create-buffer): Restore minor modes.
16861 (desktop-minor-mode-table): New user-option.
16862
16863 * subr.el (add-minor-mode): New function.
16864
16865 * image.el (find-image): New function.
16866 (defimage): Rewritten to find image at load time.
16867
16868 * startup.el (normal-top-level-add-to-load-path): Handle
16869 case that the default directory is not in load-path.
16870
16871 * help.el: Old patch from Stefan Monnier.
16872 (help-xref-on-pp): New function.
16873 (describe-variable): Use it to display xrefs in a symbol's value.
16874
168752000-04-26 Stefan Monnier <monnier@cs.yale.edu>
16876
16877 * cus-edit.el (custom-face): Fix parenthesis.
16878
168792000-04-26 Kenichi Handa <handa@etl.go.jp>
16880
16881 * mail/rmail.el (rmail-expunge): When there are no deleted
16882 messages, do nothing.
16883
168842000-04-26 Dave Love <fx@gnu.org>
16885
16886 * international/mule-cmds.el (locale-translation-file-name):
16887 Defvar to nil.
16888 (set-locale-environment): Set it here (at runtime).
16889
168902000-04-25 Gerd Moellmann <gerd@gnu.org>
16891
16892 * replace.el (perform-replace): Add parameters START and END. Use
16893 them instead of the check for a region in Transient Mark mode.
16894 (query-replace-read-args): Return two more list elements for the
16895 start and end of the region in Transient Mark mode.
16896 (query-replace, query-replace-regexp, query-replace-regexp-eval)
16897 (map-query-replace-regexp, replace-string, replace-regexp): Add
16898 optional last arguments START and END and pass them to
16899 perform-replace.
16900
16901 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16902 form with additional arguments for perform-replace.
16903
16904 * progmodes/etags.el (tags-query-replace): Add parameters START
16905 and END. Construct a form with additional arguments for
16906 perform-replace.
16907
16908 * simple.el (shell-command): Set default directory for "*Shell
16909 Command Output" buffer.
16910
16911 * language/european.el (iso-latin-4): Fix typo.
16912
16913 * emacs-lisp/crm.el: New file.
16914
169152000-04-24 Dave Love <fx@gnu.org>
16916
16917 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16918 (Custom-reset-saved, Custom-reset-standard)
16919 (custom-group-value-create, custom-group-set, custom-group-save)
16920 (custom-group-reset-current, custom-group-reset-saved)
16921 (custom-group-reset-standard): Use mapc.
16922 (custom-buffer-create-internal): Disable undo when creating items.
16923 Use mapc.
16924 (custom-face): Avoid redundant lambda.
16925
169262000-04-24 Gerd Moellmann <gerd@gnu.org>
16927
16928 * startup.el (auto-save-list-file-prefix): Set default to
16929 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16930
169312000-04-24 Sam Steingold <sds@gnu.org>
16932
16933 * time-stamp.el (time-stamp-string-preprocess): Always convert
16934 `field-result' to a string.
16935
169362000-04-24 Gerd Moellmann <gerd@gnu.org>
16937
16938 * frame.el (scrolling): New group.
16939 (automatic-hscrolling): New user-option.
16940
16941 * startup.el (command-line-x-option-alist): Add `-lsp' and
16942 `--line-spacing'.
16943
169442000-04-19 Dave Love <fx@gnu.org>
16945
16946 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16947 (cl-mapc): Rename from mapc. Fix the funcall.
16948
169492000-04-19 Gerd Moellmann <gerd@gnu.org>
16950
16951 * simple.el (clone-indirect-buffer-other-window): New command.
16952 (clone-indirect-buffer): Add optional arg NORECROD.
16953 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16954
16955 * help.el (resize-temp-buffer-window): Use count-screen-lines.
16956
16957 * window.el (count-screen-lines): New function.
16958 (shrink-window-if-larger-than-buffer): Use count-screen-lines
16959 instead of window-buffer-height.
16960
16961 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16962 non-existing variable comint-input-sentinel.
16963 (inferior-lisp-args-to-list): Removed.
16964 (inferior-lisp): Use split-string instead of
16965 inferior-lisp-args-to-list.
16966
16967 * hexl.el (hexl-insert-hex-string): New command.
16968
16969 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16970 instead of concat.
16971
169722000-04-18 Gerd Moellmann <gerd@gnu.org>
16973
16974 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16975 at the start of an existing but empty folder.
16976
169772000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16978
16979 * ps-mule.el: Customization fix, doc fix.
16980 (ps-multibyte-buffer): Customization fix.
16981
169822000-04-17 Richard M. Stallman <rms@gnu.org>
16983
16984 * subr.el (read-passwd): Use read-char-exclusive.
16985
169862000-04-17 Gerd Moellmann <gerd@gnu.org>
16987
16988 * textmodes/texinfo.el (texinfo-insert-@email)
16989 (texinfo-insert-@emph, texinfo-insert-@quotation)
16990 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
16991 (texinfo-mode-map): Add key bindings for them.
16992
16993 * files.el (basic-save-buffer-2): Use a template with `$'
16994 instead of `#' for VMS.
16995
16996 * simple.el (clone-indirect-buffer): New function.
16997
169982000-04-16 Stephen Eglen <stephen@gnu.org>
16999
17000 * iswitchb.el (iswitchb-case): New function. If the user input
17001 contains any upper-case characters, the search is made
17002 case-sensitive.
17003
170042000-04-17 Stefan Monnier <monnier@cs.yale.edu>
17005
17006 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
17007 comment-end.
17008 (texinfo-font-lock-syntactic-keywords): New var.
17009 (texinfo-font-lock-keywords): Remove comment regexp.
17010 (texinfo-insert-block): New function.
17011 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
17012 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
17013 and font-lock-defaults. Use regexp-opt for outline-regexp.
17014 (texinfo-environments): New var.
17015 (texinfo-environment-regexp): Use regexp-opt and
17016 texinfo-environments.
17017
17018 * textmodes/ispell.el (ispell-menu-map-needed): Check that
17019 ispell-process is bound since this might be eval'd before ispell
17020 is loaded.
17021 (ispell-message): Use a tiny bit less magic and a bit more hard
17022 data to figure out what kind of sc-cite-regexp to use.
17023
17024 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
17025
17026 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
17027 (insert-cyclic-diary-entry): Unquote the lambda.
17028
17029 * gud.el (gud-jdb-build-source-files-list): Fix typo.
17030
17031 * files.el (backup-enable-predicate): Unquote the lambda.
17032
17033 * cus-edit.el (custom-face, face): Unquote the lambda.
17034
170352000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17036
17037 * ps-print.el: Check for line-beginning-position definition.
17038
17039 * ps-print.el: Fix counting lines in a region.
17040 (ps-print-version): New version number (5.1.5).
17041 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
17042 (ps-printing-region): Fun code fix.
17043
170442000-04-15 Gerd Moellmann <gerd@gnu.org>
17045
17046 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
17047 to file-directory-p.
17048
170492000-04-14 Gerd Moellmann <gerd@gnu.org>
17050
17051 * gud.el (gud-jdb-build-source-files-list): Check that directory
17052 exists before calling directory-files.
17053
170542000-04-13 Dave Love <fx@gnu.org>
17055
17056 * emacs-lisp/trace.el: Change maintainer. Use new backquote
17057 syntax.
17058
17059 * emacs-lisp/cl-specs.el: Remove when, unless.
17060
17061 * emacs-lisp/cl-extra.el: Don't quote keywords.
17062 (cl-old-mapc): New variable.
17063 (mapc): Use it.
17064 (cl-map-intervals): Use with-current-buffer. Don't check for
17065 next-property-change.
17066 (cl-map-overlays): Use with-current-buffer.
17067 (cl-expt): Remove.
17068 (copy-tree, remprop): Define unconditionally.
17069
17070 * emacs-lisp/cl-compat.el (keywordp): Remove.
17071
17072 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
17073 to use keywordp.
17074 (edebug-spec): Enable keywordp.
17075
17076 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
17077 string-lessp.
17078
17079 * cus-start.el: Use keywordp.
17080
170812000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17082
17083 * diary-lib.el (include-other-diary-files): Fix the fix of
17084 2000-02-18 by doing a save-excursion.
17085
170862000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17087
17088 * ps-print.el: Customization fix, doc fix.
17089 (ps-print-version): New version number (5.1.4).
17090 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
17091 (ps-print-preprint): Adjust code.
17092 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
17093 (ps-print-prologue-header, ps-print-control-characters)
17094 (ps-spool-config): Customization fix.
17095
170962000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
17097
17098 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
17099 converted to the new menu-item format, names silightly changed,
17100 help strings added.
17101
17102 Support for spelling without async subprocesses:
17103
17104 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
17105 (ispell-session-buffer): New variables.
17106 (ispell-start-process, ispell-process-status,
17107 ispell-accept-output, ispell-send-string): New functions, for
17108 Ispell invocation when async subprocesses aren't supported.
17109 (ispell-word, ispell-pdict-save, ispell-command-loop,
17110 ispell-process-line, ispell-buffer-local-parsing): Replace calls
17111 to process-send-string with calls to ispell-send-string, and
17112 accept-process-output with ispell-accept-output.
17113 (ispell-init-process): Call ispell-process-status instead of
17114 process-status with.
17115 (ispell-init-process): Call ispell-start-process. Call
17116 ispell-accept-output and ispell-send-string. Don't call
17117 process-kill-without-query and kill-process if they are unbound.
17118 (ispell-async-processp): New function.
17119
171202000-04-12 Dave Love <fx@gnu.org>
17121
17122 * info.el: Add debug-ignored-errors.
17123 (Info-mode-menu): Add some items.
17124 (Info-directory): Add autoload cookie.
17125
17126 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
17127 Modify `truncate-lines'. Make `describe-language-environment'
17128 always visible and add help. Modify `describe-key' help. Invoke
17129 Info-directory from `info'. New entry `emacs-manual'.
17130
171312000-04-10 Gerd Moellmann <gerd@gnu.org>
17132
b291c86c
SM
17133 * progmodes/ebrowse.el (ebrowse-tree-mode):
17134 Use propertized-buffer-identification.
a30eb617
DL
17135 (ebrowse-update-member-buffer-mode-line): Likewise.
17136 (ebrowse--mode-strings): Removed.
17137 (ebrowse--mode-line-props): Removed.
17138
17139 * files.el (auto-mode-alist): Add `EBROWSE'.
17140
17141 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
17142 space before testing for end of buffer.
17143 (ebrowse-load): Removed.
17144 (ebrowse-revert-tree-buffer-from-file): Rewritten.
17145 (ebrowse-create-tree-buffer): Rewritten.
17146 (ebrowse-tree-mode): Read tree from buffer.
17147
17148 * progmodes/ebrowse-ffh.el: Removed.
17149
171502000-04-10 Kenichi Handa <handa@etl.go.jp>
17151
17152 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
17153
171542000-04-10 Gerd Moellmann <gerd@gnu.org>
17155
17156 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
17157 at the wrong place.
17158
171592000-04-09 Dave Love <fx@gnu.org>
17160
b291c86c
SM
17161 * files.el (backup-enable-predicate):
17162 Use temporary-file-directory, small-temporary-file-directory.
17163 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
17164 (make-backup-file-name-1): New function.
17165 (make-backup-file-name): Use it.
b291c86c 17166 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
17167 (file-newest-backup): Use make-backup-file-name.
17168
171692000-04-09 Gerd Moellmann <gerd@gnu.org>
17170
17171 * progmodes/ebrowse-ffh.el: New file.
17172
86f6474c
SM
17173 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
17174 Moved to ebrowse-ffh.el.
a30eb617
DL
17175 (ebrowse-load): Add autoload.
17176
17177 * finder.el (finder-commentary): Add autoload cookie.
17178
17179 * mail/rfc2368.el: Correct author's email address.
17180
17181 * progmodes/ebrowse.el: New file.
17182
17183 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
17184 item help string.
17185 (easy-menu-do-add-item): Ditto.
17186 (easy-menu-define): Extend doc string.
17187
86f6474c 17188 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
17189 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
17190 (jit-lock-function, jit-lock-stealth-fontify): Don't use
17191 with-buffer-unmodified.
17192
171932000-04-08 Dave Love <fx@gnu.org>
17194
17195 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
17196 unless, when.
17197
171982000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
17199
17200 * viper-util.el (viper-put-on-search-overlay): New subroutine.
17201 (viper-flash-search-pattern): No operation when using Emacs
17202 doesn't support face.
17203 Use `viper-put-on-search-overlay'.
17204
172052000-04-04 Gerd Moellmann <gerd@gnu.org>
17206
17207 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
17208 like C-r.
17209
17210 * progmodes/make-mode.el: Some doc fixes.
17211 (makefile-mode-abbrev-table): New variable.
17212 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
17213 (makefile-font-lock-keywords): Fontify includes and conditionals.
17214 (toplevel): Require `dabbrev' and `add-log' when compiling.
17215
17216 * replace.el (perform-replace): Don't move forward one char
17217 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
17218 to do that because it leaves point 1 position after the last
17219 replacement, after everything has been replaced.
17220
17221 * jit-lock.el (with-buffer-unmodified): New macro.
17222 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
17223 modified state.
17224 (jit-lock-function-1): Extracted from jit-lock-function; not
17225 preserving buffer's modified state.
86f6474c
SM
17226 (jit-lock-function, jit-lock-stealth-fontify):
17227 Call jit-lock-function-1.
a30eb617
DL
17228
17229 * mail/rfc2368.el: Remove supernumerary copyright line.
17230
172312000-04-04 Milan Zamazal <pdm@freesoft.cz>
17232
17233 * glasses.el: Provide facilities for inserting space before left
17234 parentheses and uncapitalization of identifiers.
17235 (glasses-mode): Try to remove old overlays in all cases.
17236
172372000-04-03 Gerd Moellmann <gerd@gnu.org>
17238
17239 * progmodes/compile.el (compile-internal): Display the compilation
17240 buffer in a different frame, if it's already displayed there.
17241
17242 * mail/rfc2368.el: New file.
17243
17244 * simple.el (sendmail-user-agent-compose): Recognize a `body'
17245 header and insert its value as mail body.
17246
17247 * subr.el (member-ignore-case): New function.
17248
17249 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
17250 (dabbrev--find-expansion): Ignore buffers matching a regexp
17251 from dabbrev-ignored-regexps.
17252
17253 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
17254 to extensions handled by gzip.
17255
172562000-04-03 Richard M. Stallman <rms@gnu.org>
17257
17258 * files.el (insert-directory): List the total free space
17259 along with the used space.
17260
17261 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
17262 line is followed by one that matches CITATION-REGEXP, end the
17263 paragraph.
17264
172652000-04-03 Markus Rost <rost@delysid.gnu.org>
17266
17267 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
17268 (rmail-make-basic-summary-line): Use that option.
17269
172702000-04-03 Kenichi Handa <handa@etl.go.jp>
17271
17272 * international/mule-cmds.el (encoded-string-description):
17273 Rewritten. Try pretty description for ISO 2022 escape sequences
17274 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
17275 for hexadecimal format.
17276
172772000-04-01 Dave Love <fx@gnu.org>
17278
17279 * cpp.el: Change customization group to `c' from `C'.
17280
17281 * vcursor.el (vcursor-move): Use display-color-p.
17282
17283 * international/mule-util.el: Provide mule-utils.
17284 (string-to-sequence): Simplify and speed up.
17285
17286 * international/mule.el (make-coding-system): Purecopy doc-string.
17287
17288 * international/mule-cmds.el: Various menu changes.
17289 (describe-specified-language-support): Handle `Default'.
17290 (set-language-info): Purecopy `info'.
17291
172922000-03-31 Andrew Innes <andrewi@gnu.org>
17293
17294 * vc.el (vc-backend-diff): Return the correct status if we had to
17295 retry the rcsdiff command without the --brief option.
17296
172972000-03-31 Dave Love <fx@gnu.org>
17298
17299 * help.el (help-manyarg-func-alist): Correct several omissions.
17300
17301 * add-log.el: Don't require cl, fortran.
17302 (add-log-current-defun-function): Doc fix.
86f6474c 17303 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 17304 (change-log-version-rcs): Function deleted.
86f6474c
SM
17305 (change-log-version-number-search): Doc fix.
17306 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
17307 (add-change-log-entry): Just call add-log-current-defun to get
17308 defun. Simplify somewhat.
17309 (change-log-get-method-definition-1): Likewise.
17310 (add-log-current-defun): Return nil if calling
17311 add-log-current-defun-function does so. Move Fortran stuff to
17312 fortran.el. Return string without properties.
17313
17314 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17315 and :alpha: char classes.
17316
17317 * mail/supercite.el: Defvar curline when compiling.
17318 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17319 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17320 rather than a-zA-Z0-9 to allow non-ASCII characters.
17321
173222000-03-31 Gerd Moellmann <gerd@gnu.org>
17323
17324 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17325
17326 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17327 Re-enable new code.
17328
17329 * lpr.el (print-region-1): Use -d to specify printer name for
17330 systems `usg-unix-v*, `dgux', `hpux', `irix'.
17331
173322000-03-31 Dave Love <fx@gnu.org>
17333
86f6474c
SM
17334 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17335 Look for function definition in symbol's function value slot first
a30eb617
DL
17336 instead of first consulting byte-compile-function-environment.
17337
173382000-03-31 Kenichi Handa <handa@etl.go.jp>
17339
17340 * language/european.el ("Polish"): New language environment.
17341 (setup-polish-environment): New function.
17342
173432000-03-30 Gerd Moellmann <gerd@gnu.org>
17344
17345 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17346 Disable new code.
17347
17348 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
17349 trying to `load' the symbol of an autoload instead of the file
17350 recorded in the autoload. Fix error messages.
17351
173522000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17353
17354 * ps-print.el: PostScript programming fix for ghostview, doc fix.
17355 (ps-print-version): New version number (5.1.3).
17356 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
17357 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
17358 (ps-generate-postscript-with-faces): Code fix.
17359 (ps-color-values): XEmacs compatibility.
17360 (ps-print-background-image, ps-print-background-text, ps-printer-name)
17361 (ps-default-fg, ps-default-bg): Adjust customization.
17362 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
17363 (ps-color-scale): Renaming old ps-color-value fun.
17364 (ps-print-headers): Replace ps-print-header group to avoid conflict
17365 with ps-print-header variable.
17366 (ps-print-miscellany): New group.
17367 (ps-format-color, ps-rgb-color): New funs.
17368 (ps-default-foreground): New var.
17369 (ps-printer-name-option): New const.
17370
173712000-03-30 Peter Breton <pbreton@ne.mediaone.net>
17372
17373 * net/net-utils.el:
17374 (network-connection-host, network-connection-service): New variables
17375 (network-connection-mode): New mode, derived from comint-mode
17376 (network-connection-mode-setup): New function, saves host and
17377 service information in local variables.
17378
17379 * lisp/locate.el:
17380 (locate-word-at-point): Added this function
17381 (locate): Default to using locate-word-at-point as input
17382 Run dired-mode-hook
17383
173842000-03-29 Dave Love <fx@gnu.org>
17385
17386 * calendar/appt.el: Doc fixes.
17387 (appt-check): Convert min-to-app to a string before passing to
17388 appt-disp-window-function or concat.
17389 (appt-delete-window): Remove test for frame-root-window.
17390 (appt-select-lowest-window, appt-convert-time): Simplify.
17391
17392 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
17393 (byte-compile-file-form-autoload):
17394 Update byte-compile-function-environment.
a30eb617
DL
17395
173962000-03-29 Andreas Schwab <schwab@suse.de>
17397
86f6474c 17398 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
17399
17400 * dired.el (dired-insert-directory): If dired-free-space-program
17401 failed just delete its output.
17402
174032000-03-29 Dave Love <fx@gnu.org>
17404
17405 * international/iso-cvt.el: Move provide to end. Doc fixes.
17406 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17407 (iso-iso2sgml, iso-sgml2iso): New functions.
17408 (iso-cvt-define-menu): Fix some entries and use backquote for
17409 clarity.
17410
17411 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17412
174132000-03-28 Gerd Moellmann <gerd@gnu.org>
17414
17415 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17416 ISO-DATE. If non-nil, return date in ISO 8601 format.
17417
174182000-03-26 Stefan Monnier <monnier@cs.yale.edu>
17419
17420 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17421 if it ever becomes used.
17422 (log-edit-mode-hook): Default to vc-log-mode-hook.
17423 (log-edit-mode): Fix the docstring.
17424
17425 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17426 the code.
17427
174282000-03-26 Dave Love <fx@gnu.org>
17429
17430 * net/browse-url.el (browse-url): Re-fix case of
17431 browse-url-browser-function being an alist.
17432 (browse-url): Add :link to defgroup.
17433
17434 * files.el: Doc fixes.
17435 (file-truename): Include `[' in wildcard characters.
17436 (automount-dir-prefix): Customize.
17437 (find-file-wildcards): Add :version.
17438 (find-file-noselect): Simplify a mapcar call.
17439
17440 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17441 compatible with inf-lisp version.
17442 (eval-defun-1): Fix custom-declare-variable case.
17443
174442000-03-25 Stefan Monnier <monnier@cs.yale.edu>
17445
17446 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17447
174482000-03-24 Gerd Moellmann <gerd@gnu.org>
17449
17450 * Makefile (COMPILE_FIRST): New macro.
17451 (compile-files): Compile files from COMPILE_FIRST first.
17452
86f6474c 17453 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
17454
17455 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17456 matching open parenthesis in column 0 to defun-prompt-regexp
17457 only if open-paren-in-column-0-is-defun-start is set.
17458
17459 * sun-curs.el: Require CL at compile-time only.
17460
17461 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17462 instead of copy-list which is a function from CL.
17463 (msb--choose-menu, msb--mode-menu-cond)
17464 (msb--create-buffer-menu-2): Use dolist instead of mapc.
17465 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
17466 (msb--aggregate-alist): Use mapcar instead of mapcan.
17467 Fix `(' in column 0 in doc string.
a30eb617
DL
17468 (msb--add-separators): Use mapcar instead of mapcan.
17469
17470 * cus-dep.el: Require CL at compile-time only.
17471
174722000-03-24 Stefan Monnier <monnier@cs.yale.edu>
17473
17474 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17475 (byte-compile-warnings): New warning `noruntime'.
17476 (byte-compile-constants, byte-compile-variables): Fix docstring.
17477 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17478 execute `eval-whenc-compile's body.
17479 (byte-compile-unresolved-functions): Fix docstring.
17480 (byte-compile-eval): New function.
17481 (byte-compile-callargs-warn): Check if the function will be available
17482 at runtime (via property `byte-compile-noruntime').
17483 (byte-compile-print-syms): New function.
17484 (byte-compile-warn-about-unresolved-functions): Also warn about
17485 `noruntime' functions (and use `byte-compile-print-syms').
17486 (byte-compile-file): Capitalize the message.
17487
174882000-03-24 Gerd Moellmann <gerd@gnu.org>
17489
17490 * mail/rmail.el (rmail-confirm-expunge): New user-option.
17491 (rmail-expunge): Ask for confirmation depending on the setting
17492 of rmail-confirm-expunge.
17493
174942000-03-23 Gerd Moellmann <gerd@gnu.org>
17495
17496 * Makefile (bootstrap-clean): If $(emacs) exists, build
17497 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 17498 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
17499
175002000-03-23 Dave Love <fx@gnu.org>
17501
17502 * net/browse-url.el: Restore previous use of
17503 browse-url-maybe-new-window.
17504
175052000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17506
17507 * ps-print.el: Skip banner page fix.
17508 (ps-print-version): New version number (5.1.2).
17509 (ps-begin-file, ps-end-file, ps-generate): Code fix.
17510
175112000-03-23 Dave Pearson <davep@davep.org>
17512
17513 * net/quickurl.el Changed the type of parameter passed to the
17514 function defined by `quickurl-format-function'. Before only the
17515 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
17516 and the function is responsible for extracting the parts it requires.
17517 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
17518 (quickurl-insert): Changed the `funcall' of
17519 `quickurl-format-function' to match the above change.
17520 (quickurl-list-insert): Changed the `url' case so that it makes
17521 use of `quickurl-format-function', previous to this the format was
17522 hard wired.
17523
175242000-03-22 Gerd Moellmann <gerd@gnu.org>
17525
17526 * startup.el: Change some spellings for the X Window System.
17527
175282000-03-22 Stefan Monnier <monnier@cs.yale.edu>
17529
86f6474c
SM
17530 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17531 Clean up the code and the regexp and make sure the cursor is
17532 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
17533
175342000-03-22 Jason Rumney <jasonr@gnu.org>
17535
17536 * w32-fns.el (w32-charset-info-alist): Initialize.
17537
175382000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17539
17540 * ps-print.el: N-up last page fix.
17541 (ps-print-version): New version number (5.1.1).
17542 (ps-end-file, ps-end-job, ps-generate): Code fix.
17543
175442000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17545
17546 * files.el (find-file-run-dired): Update docstring.
17547 (find-directory-functions): New hook.
17548 (find-file-noselect): Run find-directory-functions rather than
17549 calling dired directly.
17550
17551 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17552
17553 * pcvs.el: Add a minimal leading commentary.
17554 (cvs-make-cvs-buffer): Change the header part by removing the startup
17555 message and adding a `Module' entry. Also replace the FOOTER and
17556 HEADER special fileinfos with the new support in ewoc for updating
17557 its own footer and header.
17558 (cvs-update-header): Update to use the header/footer of the ewoc.
17559 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17560 (cvs-is-within-p): New function.
17561 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17562 to only examine some subset of the buffers.
17563
17564 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17565 `format' instead of our own ad-hoc functions.
17566 Remove HEADER and FOOTER cases, now handled in the EWOC.
17567 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17568
17569 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17570 output to avoid scaring the user.
17571 (cvs-parse-table): Catch message for non-up-to-date commits.
17572
17573 * pcvs-defs.el (cvs-startup-message): Remove.
17574 (cvs-global-menu): New autoloaded menu.
17575
17576 * pcvs-util.el (cvs-string-fill): Remove.
17577
17578 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17579 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17580 PP part of it and also make it work for footers and headers.
17581 (ewoc-create): Drop POS and BUFFER arguments.
17582 Use the DLL's dummy node to store the end-of-footer position.
17583 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17584 (ewoc-refresh): Remove unused `header' variable.
17585 (ewoc-(get|set)-hf): New functions.
17586
17587 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17588 log-view-*-(message|file) and use easy-mmode-define-navigation.
17589 (log-view-message-re): Match SCCS format as well.
17590 And match the revision line rather than the dashed separator line.
17591 (log-view-mode): Use the new define-derived-mode.
17592 (log-view-current-tag): Fill in with an actual implementation.
17593
17594 * cvs-status.el (cvs-status-(prev|next)): Rename from
17595 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17596 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17597 to let the output "breathe" a little more (more readable).
17598 (cvs-status-mode): Use the new define-derived-mode.
17599
17600 * smerge-mode.el (smerge-auto-leave): New function and variable.
17601 (smerge-basic-map): Rename from smerge-basic-keymap.
17602 Change the bindings for smerge-diff-*.
17603 (smerge-*-map): Use easy-mmode-defmap.
17604 (smerge-(next|prev)): Use easy-mmode-define-navigation.
17605 (smerge-keep-*): Use smerge-auto-leave.
17606
176072000-03-21 Jason Rumney <jasonr@gnu.org>
17608
17609 * cus-edit.el (custom-button-face): Use 3D look for w32.
17610 (custom-button-pressed-face): Likewise.
17611
176122000-03-21 Gerd Moellmann <gerd@gnu.org>
17613
17614 * progmodes/etags.el (tags-case-fold-search): New user-option.
17615 (tags-loop-eval): New function. Bind case-fold-search around eval
17616 depending on the value of tags-case-fold-search.
17617 (tags-loop-continue): Use tags-loop-eval.
17618 (find-tag-in-order): Bind case-fold-search depending on the value
17619 of tags-case-fold-search.
17620
176212000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17622
86f6474c 17623 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
17624 (diff-end-of-hunk): Return the end position for use in
17625 `easy-mmode-define-navigation'.
17626 (diff-recenter): Remove.
17627 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17628 of `easy-mmode-define-navigation'.
17629 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17630 previous renaming) and fix to use new names.
17631 (diff-merge-strings): Use \n as separator: simpler, faster.
17632 (diff-mode): Use `define-derived-mode'.
17633
17634 * derived.el (define-derived-mode): Don't autoload anymore.
17635 Prefer the macro-only version provided by easy-mmode.el.
17636
17637 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 17638 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
17639 (easy-mmode-define-navigation): New macro.
17640
17641 * subr.el (combine-run-hooks): New function.
17642
176432000-03-21 Kenichi HANDA <handa@etl.go.jp>
17644
17645 * term/x-win.el: Fontsets related initialization is simplified.
17646
17647 * international/mule-diag.el (describe-font): Don't refer to
17648 global-fontset-alist, instead call font-list.
17649 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 17650 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 17651
86f6474c
SM
17652 * international/fontset.el (x-charset-registries): Variable removed,
17653 instead the corresponding data is stored in the default fontset.
a30eb617
DL
17654 (register-alternate-fontnames): Function removed.
17655 (resolved-ascii-font): Variable removed.
17656 (x-compose-font-name): Ignore the second argument REDOCE.
17657 (x-complement-fontset-spec): Complement only an ASCII font and
17658 element for those charsets than can use that ASCII font.
17659 (generate-fontset-menu): Don't refer to global-fontset-alist,
17660 instead call fontset-list.
17661 (uninstantiated-fontset-alist): Variable removed.
17662 (x-style-funcs-alist): Likewise.
17663 (fontset-default-styles): Likewise.
17664 (x-modify-font-name): Function removed.
86f6474c 17665 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
17666 (create-fontset-from-ascii-font): Docsting adjusted for the above
17667 change.
17668 (instantiate-fontset, resolve-fontset-name): Functions removed.
17669 (fontset-list): Now implemented by C code.
17670
17671 * faces.el (read-face-font): Fix TABLE arg to completing-read.
17672 (describe-face): Include `font' attribute in the description.
17673
176742000-03-21 Kenichi Handa <handa@etl.go.jp>
17675
17676 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17677
176782000-03-20 Gerd Moellmann <gerd@gnu.org>
17679
17680 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17681 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17682 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17683
17684 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17685 about behavior of set-buffer-modified-p wrt redisplay.
17686
176872000-03-19 Richard M. Stallman <rms@gnu.org>
17688
17689 * view.el (view-mode-disable): Kill local binding of view-read-only.
17690
176912000-03-18 Gerd Moellmann <gerd@gnu.org>
17692
86f6474c 17693 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
17694 is a string, convert it to a syntax cell using string-to-syntax.
17695
17696 * simple.el (syntax-code-table, syntax-flag-table): New variables.
17697 (string-to-syntax): New function.
17698
17699 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17700 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17701 try to use passive ftp mode.
17702
177032000-03-17 Gerd Moellmann <gerd@gnu.org>
17704
17705 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17706
17707 * simple.el (append-to-buffer): Update point of windows after
17708 insertion.
17709
17710 * abbrev.el (inverse-add-abbrev): Identify word by first moving
17711 forward then moving backward. Reindent.
17712
17713 * frame.el (other-frame): Call x-focus-frame only if
17714 focus-follows-mouse is off.
17715
177162000-03-17 Dave Love <fx@gnu.org>
17717
86f6474c 17718 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
17719
177202000-03-17 Stefan Monnier <monnier@cs.yale.edu>
17721
17722 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17723 regexp for labels cannot span several lines.
17724
17725 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17726 `(setq :<key> ':<key>)' to the macro expansion.
17727
177282000-03-16 Dave Love <fx@gnu.org>
17729
17730 * progmodes/f90.el (f90): Put custom group under `languages', not
17731 `fortran'.
17732 (f90-mode-hook): Customize.
17733 (f90-mode): Set add-log-current-defun-function.
17734 (f90-current-defun): New function.
17735
177362000-03-16 Gerd Moellmann <gerd@gnu.org>
17737
17738 * cus-edit.el (custom-variable-tag-face): Handle case that
17739 default face's height is not a number.
17740 (custom-face-tag-face, custom-group-tag-face-1)
17741 (custom-group-tag-face): Ditto.
17742 (custom-group-tag-face-1): Add :group.
17743
17744 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17745
177462000-03-15 Gerd Moellmann <gerd@gnu.org>
17747
17748 * pcvs-defs.el (toplevel): Remove autoload cookie for form
17749 requiring easymenu.
17750
177512000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17752
17753 * ps-print.el: PostScript user-defined prologue, PostScript error
17754 handler, doc fix.
17755 (ps-print-version): New version number (5.1).
17756 (ps-user-defined-prologue, ps-error-handler-message)
17757 (ps-print-prologue-0, ps-error-handler-alist): New vars.
17758 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17759 (ps-insert-string): New function.
17760
177612000-03-15 Kenichi Handa <handa@etl.go.jp>
17762
17763 * international/ccl.el (ccl-compile-expression): Don't generate
17764 invalid self-assignment code.
17765
177662000-03-14 Dave Love <fx@gnu.org>
17767
17768 * subr.el (replace-regexp-in-string): Renamed from
17769 replace-regexps-in-string. Doc fix.
17770
177712000-03-12 Dave Love <fx@gnu.org>
17772
17773 * cus-edit.el: Doc fixes.
86f6474c 17774 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
17775 (custom-variable-tag-face, custom-face-tag-face)
17776 (custom-group-tag-face-1, custom-group-tag-face): Modify from
17777 style which user identify as hyperlink.
17778 (hook): Don't add undefined functions to the hook.
17779 (debug-ignored-errors): Transfer message from bindings.el.
17780
177812000-03-12 Gerd Moellmann <gerd@gnu.org>
17782
86f6474c
SM
17783 * recentf.el (recentf-keep-non-readable-files-p):
17784 Remove double/nested definition.
a30eb617
DL
17785
177862000-03-12 Dave Love <fx@gnu.org>
17787
17788 * facemenu.el (facemenu-get-face): Use display-color-p.
17789 * enriched.el (enriched-decode-foreground): Likewise.
17790 (enriched-decode-background): Likewise.
17791 * isearch.el (isearch-highlight): Likewise.
17792 * info-look.el (info-lookup): Likewise.
17793 * simple.el (completion-setup-function): Likewise.
17794
17795 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17796 :options.
17797
17798 * bindings.el (mode-line-format): Fix line-number and
17799 column-number items. Add help-echo for the background.
17800 (mode-line-mule-info): Modify help-echo.
17801
17802 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17803
17804 * files.el (load-file): Allow completion to .elc.
17805
17806 * man.el: Doc fixes.
17807 (Man-init-defvars): Use display-color-p to set fontification.
17808
17809 * play/hanoi.el (hanoi-internal): Don't use oddp.
17810
178112000-03-12 Gerd Moellmann <gerd@gnu.org>
17812
17813 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17814
17815 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17816
178172000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17818
17819 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17820 Fix comment.
17821
178222000-03-10 Stefan Monnier <monnier@cs.yale.edu>
17823
17824 * font-lock.el (font-lock-keywords): Fix the doc now that
17825 regexp-opt-depth is unnecessary.
17826 (save-buffer-state): Set an edebug spec.
17827 (font-lock-fontify-anchored-keywords): Properly handle the case when
17828 the matcher goes past the limit.
17829
17830 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17831 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17832
17833 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
17834 dll.el and cookie.el (from Elib) with heavy renaming and other
17835 massaging.
17836
17837 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17838 Autoload the functions used.
17839 (easy-mmode-define-syntax): Fix CL typo.
17840 (easy-mmode-define-derived-mode): Improve the docstring generation.
17841
178422000-03-10 Gerd Moellmann <gerd@gnu.org>
17843
17844 * textmodes/texinfo.el (texinfo-version): Variable and function
17845 removed.
17846
178472000-03-09 Stefan Monnier <monnier@cs.yale.edu>
17848
17849 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17850 allow more flexibility.
ff39b9a1 17851 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
17852 (easy-mmode-defmap, easy-mmode-defsyntax)
17853 (easy-mmode-define-derived-mode): New macros.
17854
178552000-03-09 Didier Verna <didier@xemacs.org>
17856
17857 * rect.el (replace-rectangle): New function.
17858
178592000-03-09 Dave Love <fx@gnu.org>
17860
ff39b9a1 17861 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
17862 (fortran-comment-line-start-skip): Don't match cpp stuff.
17863 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
17864 (fortran-mode-map): Remove over-eager custom-menu-create for now.
17865 (fortran-mode): Don't set fortran-comment-line-start-skip,
17866 fortran-comment-line-start here. Set comment-start,
17867 add-log-current-defun.
17868 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17869 (fortran-current-defun): New function.
17870
178712000-03-09 Gerd Moellmann <gerd@gnu.org>
17872
17873 * emacs-lisp/re-builder.el: New file.
17874
17875 * mouse.el (mouse-drag-region): Don't run up-event handler
17876 if hscroll has changed.
17877
17878 * octave-mod.el (octave-font-lock-keywords): To font-lock the
17879 builtin operators, use `font-lock-builtin-face' for Emacs and
17880 `font-lock-preprocessor-face' otherwise.
17881
17882 * font-lock.el (lisp-font-lock-keywords-1): Highlight
17883 `(defun (setf foo)' differently.
17884
178852000-03-08 Stefan Monnier <monnier@cs.yale.edu>
17886
17887 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17888 (regexp-opt): Update comment and adapt the code the new meaning of
17889 the `paren' argument of regex-opt-group for shy-groups.
17890 (regexp-opt-depth): Handle shy groups as well as backslashed
17891 backslashes.
17892 (regexp-opt-group): Turn the leading comment into a docstring.
17893 Allow `paren' to be a string (the string to use to open a group).
17894 Remove open-presuf and close-presuf. Instead of checking for `all
17895 one-char' and then later on check for `several one-char', handle
17896 both cases close together. Also apply a more generic algorithm
17897 for suffixes (the mirror image of the algorithm used for
17898 prefixes). Use shy-groups. Use nreverse rather than reverse.
17899 (regexp-opt-try-suffix): Removed.
17900
17901 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17902 from comint-mode-map, so we can just inherit from it. Also, move
17903 the initialization into the `defvar' since there's no docstring
17904 anyway and it's fairly short.
17905 (inferior-scheme-mode): Define it as derived-mode: the code is
17906 shorter and this way we inherit from comint-mode-map rather than
17907 copying it.
17908
17909 * subr.el (replace-regexps-in-string): Properly handle the case
17910 where we match an empty string.
17911
17912 * comint.el (comint-exec-1): Add the current-dir to the exec-path
17913 when the command has a directory component (such as "./testml").
17914 Also fix a typo in the comment.
17915
179162000-03-08 Gerd Moellmann <gerd@gnu.org>
17917
17918 * Makefile (compile-files): Compile files one by one because
17919 that's the only way to ensure a clean compilation environment for
17920 each individual file.
17921
17922 * frame.el (other-frame): Call x-focus-frame.
17923
179242000-03-07 Dave Love <fx@gnu.org>
17925
17926 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17927 :require to defcustom.
17928
ff39b9a1 17929 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
17930
17931 * files.el (auto-mode-alist): Add configure.in.
17932
17933 * progmodes/autoconf.el: New file.
17934
179352000-03-07 Gerd Moellmann <gerd@gnu.org>
17936
17937 * mail/mh-e.el: Change maintainer to `none'.
17938
17939 * recentf.el (recentf-keep-non-readable-files-p): Quote args
17940 to remove-hook and add-hook.
17941
179422000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17943
17944 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17945 it as the default.
17946 (mail-send): Test mail-send-nonascii also for the new `mime' value.
17947 (sendmail-send-it): Conditionally add MIME headers specifying the
17948 used character set.
17949
179502000-03-07 Dave Love <fx@gnu.org>
17951
ff39b9a1
SM
17952 * winner.el: Fix keywords, autoload cookies.
17953 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
17954
179552000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
17956
17957 * international/mule.el: Modify comment about coding system
17958 property `coding-category'.
17959 (make-coding-system): New argument EOL-TYPE. Pay attention to
17960 coding-category property of PROPERTIES.
17961
ff39b9a1
SM
17962 * international/mule-conf.el (coding-category-utf-8)
17963 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
17964 categories. Include them in the argument for set-coding-priority.
17965
ff39b9a1
SM
17966 * international/mule-cmds.el (reset-language-environment):
17967 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
17968 coding-category-utf-16-le in the argument for set-coding-priority.
17969 (reset-language-environment): Initialize coding-category-utf-8,
17970 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17971
179722000-03-06 Karl Fogel <kfogel@red-bean.com>
17973
17974 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17975 code abstracted out of `bookmark-jump-noselect'. Now tries info
17976 extensions as well as compression extensions.
17977 (bookmark-jump-noselect): Use above new func.
17978
179792000-03-03 Gerd Moellmann <gerd@gnu.org>
17980
17981 * strokes.el: Change maintainer's mail address.
17982
179832000-03-03 Kenichi Handa <handa@etl.go.jp>
17984
17985 * international/mule-diag.el (list-character-sets): Make help-echo
17986 string by substitute-command-keys.
17987 (list-character-sets): Likewise.
17988 (sort-listed-character-sets): Call help-setup-xref.
17989
179902000-03-02 Gerd Moellmann <gerd@gnu.org>
17991
ff39b9a1 17992 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
17993
179942000-03-01 Dave Love <fx@gnu.org>
17995
17996 * help.el (help-xref-go-back): Don't try to set position.
17997
ff39b9a1
SM
17998 * international/mule-diag.el (list-character-sets):
17999 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
18000 (list-character-sets-1): Add help-echo to xrefs.
18001
180022000-03-02 Gerd Moellmann <gerd@gnu.org>
18003
18004 * frame.el (blink-cursor-mode): Switch cursor on when turning
18005 the mode off.
18006
18007 * add-log.el (add-log-current-defun): Add support for
18008 Autoconf mode.
18009
18010 * mail/rmail.el (rmail-quit-hook): New variable.
18011
180122000-03-01 Dave Love <fx@gnu.org>
18013
18014 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
18015
18016 * help.el (help-xref-button): Add help-echo arg.
18017 (describe-function-1, describe-variable, help-make-xrefs): Use it.
18018
ff39b9a1 18019 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 18020
ff39b9a1 18021 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
18022
180232000-03-01 Gerd Moellmann <gerd@gnu.org>
18024
18025 * image.el (defimage): Look for image files in load-path.
18026
ff39b9a1 18027 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
18028
180292000-03-01 David Ponce <david.ponce@wanadoo.fr>
18030
ff39b9a1 18031 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
18032
180332000-03-01 David Ponce <david.ponce@wanadoo.fr>
18034
ff39b9a1 18035 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
18036 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
18037 action to select/unselect a file.
18038 (recentf-edit-list): Code cleanup and improvement.
18039 (recentf-open-more-files-action): `recentf-open-more-files' button
18040 widget action to open a file.
ff39b9a1 18041 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
18042 (recentf-more-collection): Deleted.
18043 (recentf-more-history): Deleted.
18044 (recentf-setup-more-completion): Deleted.
18045
180462000-03-01 David Ponce <david.ponce@wanadoo.fr>
18047
18048 * recentf.el (recentf-mode): No more needs that Emacs is running
18049 under a window-system.
18050
ff39b9a1 180512000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18052
18053 * recentf.el (recentf-edit-list): New command to edit the recent
18054 list which allow the user to remove files.
18055 (recentf-edit-selected-items): New global variable, used by
18056 `recentf-edit-list' to hold the list of files to be removed from
18057 the recent list.
18058 (recentf-make-menu-items): Updated to display a "Edit list..."
18059 menu item. Minor code cleanup.
18060
ff39b9a1 180612000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18062
18063 * recentf.el (recentf-open-more-files): New command to open files
18064 that are not displayed in the menu.
18065 (recentf-more-collection): New global variable holding the set of
18066 permissible completions used by `recentf-open-more-files'.
18067 (recentf-more-history): New global variable holding the history list
18068 used by `recentf-open-more-files' completion.
18069 (recentf-setup-more-completion): New function to setup completion for
18070 `recentf-open-more-files'.
18071 (recentf-make-menu-items): Updated to display a "More..." menu item.
18072
ff39b9a1 180732000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18074
18075 * recentf.el (recentf-menu-action): Doc fixed.
18076
ff39b9a1 180772000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18078
18079 * recentf.el (recentf-menu-filter): Doc updated.
18080 (recentf-update-menu-hook): Allow menu filters to force menu update.
18081 (recentf-make-menu-items): New menu filter handling.
18082 (recentf-make-menu-item): New helper function.
18083 (recentf-menu-elements): New menu handling function.
18084 (recentf-sort-ascending): Updated to new menu filter handling.
18085 (recentf-sort-descending): Updated to new menu filter handling.
18086 (recentf-sort-basenames-ascending): New menu filter function.
18087 (recentf-sort-basenames-descending): New menu filter function.
18088 (recentf-show-basenames): New menu filter function.
18089 (recentf-show-basenames-ascending): New menu filter function.
18090 (recentf-show-basenames-descending): New menu filter function.
18091
180922000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18093
18094 * diary-lib.el (list-diary-entries): Don't try to go forward at
18095 the end of the buffer.
18096
180972000-02-29 Kenichi Handa <handa@etl.go.jp>
18098
ff39b9a1
SM
18099 * international/mule-diag.el (list-character-sets):
18100 Completely rewritten.
a30eb617
DL
18101 (sort-listed-character-sets): New function.
18102 (list-character-sets-1): Completely rewritten.
18103 (list-character-sets-2): New function.
18104 (non-iso-charset-alist): New variable.
18105 (decode-codepage-char): New function.
18106 (charset-history): New variable.
18107 (read-charset) (list-block-of-chars)
18108 (list-iso-charset-chars)
18109 (list-non-iso-charset-chars)
18110 (list-charset-chars): New functions.
86f6474c 18111 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
18112 (dump-charsets): Likewise.
18113
181142000-02-29 Gerd Moellmann <gerd@gnu.org>
18115
18116 * dired-x.el (dired-filename-at-point): Add `@' to valid
18117 file name characters.
18118 (dired-filename-at-point): Handle ange-ftp file names.
18119
18120 * frame.el (frame-notice-user-settings): Use assq-delete-all
18121 instead of assoc-delete-all.
18122 (frame-notice-user-settings): Ditto.
18123
18124 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
18125 Don't copy alist.
18126
181272000-02-28 Eli Barzilay <eli@cs.cornell.edu>
18128
18129 * calculator.el (calculator-use-menu): New option.
86f6474c 18130 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
18131 (calculator-forced-input): Removed.
18132 (calculator-restart-other-mode): New variable.
18133 (calculator-mode-map): Set up menu.
18134
181352000-02-28 Jari Aalto <jari.aalto@poboxes.com>
18136
86f6474c 18137 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
18138
181392000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
18140
86f6474c 18141 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 18142 translate all ESC key sequences.
86f6474c 18143 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 18144 they were saved.
86f6474c
SM
18145 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
18146 * viper-util.el (viper-set-replace-overlay-glyphs)
18147 (viper-set-replace-overlay): Always check if the replacement
a30eb617 18148 overlay is live.
86f6474c
SM
18149 * viper.el (viper-vi-state-mode-list): Add major modes.
18150 * ediff-wind.el: Minor comment changes.
18151 * ediff.el: Copyright notice date fix.
a30eb617
DL
18152
181532000-02-27 Jason Rumney <jasonr@gnu.org>
18154
18155 * faces.el (face-font-family-alternatives): Add arial to helv.
18156 (mode-line, header-line, tool-bar): Same default as x for w32.
18157 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
18158 face-font-family-alternatives from working.
18159 * term/w32-win.el (mouse-set-font): Do not build fontset from
18160 chosen font.
18161
181622000-02-25 Sam Steingold <sds@goems.com>
18163
18164 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
18165 properly.
18166
181672000-02-25 Richard M. Stallman <rms@gnu.org>
18168
18169 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
18170
181712000-02-25 Gerd Moellmann <gerd@gnu.org>
18172
86f6474c 18173 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
18174
18175 * frame.el (busy-cursor-delay-seconds): New option.
18176
181772000-02-24 Gerd Moellmann <gerd@gnu.org>
18178
18179 * frame.el (show-cursor-in-non-selected-windows): New option.
18180
181812000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18182
18183 * diary-lib.el (include-other-diary-files): Undo the selective
18184 display in any included file and don't kill it.
18185
181862000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
18187
86f6474c
SM
18188 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
18189 Menu items converted to (menu-item format, help strings added.
a30eb617 18190 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 18191 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
18192 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
18193
181942000-02-23 Dave Love <fx@gnu.org>
18195
18196 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
18197 (backward-kill-word): Revert addition of * to interactive spec --
18198 it's a feature.
18199
18200 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
18201 (backward-kill-sentence, kill-sentence): Likewise.
18202
18203 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
18204 scratch buffer name.
86f6474c 18205 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
18206
18207 * term/w32-win.el (internal-face-interactive): Update prompt for
18208 new read-face-name.
18209
18210 * mail/footnote.el (footnote): Add :version to defgroup.
18211 (footnote-section-tag-regexp): Customize.
18212 (footnote-start-tag, footnote-end-tag): New option.
18213 (footnote-latin-regexp): New variable.
18214 (Footnote-latin): New function.
18215 (footnote-style-alist): Add element for latin style.
18216 (footnote-style): Moved.
18217 (Footnote-goto-footnote): Use eq to test arg.
18218
18219 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
18220
18221 * emacs-lisp/byte-opt.el: Change old backquote syntax.
18222 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
18223 (byte-optimize-quote, byte-optimize-lapcode):
18224 Use byte-compile-const-symbol-p.
a30eb617
DL
18225 (byte-optimize-char-before): New optimization.
18226
18227 * emacs-lisp/bytecomp.el: Change old backquote syntax.
18228 (byte-compile-const-symbol-p): New function.
18229 (byte-compile-constp, byte-compile-out-toplevel)
18230 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
18231 Use it.
18232
18233 * subr.el (define-key-after): Default AFTER to t. Doc fix.
18234
182352000-02-23 Kenichi Handa <handa@etl.go.jp>
18236
18237 * international/encoded-kb.el: Be sure to update minor-mode-alist
18238 and minor-mode-map-alist.
18239 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
18240 codes SS2 and SS3 correctly.
18241 (encoded-kbd-self-insert-ccl): New function.
18242 (encoded-kbd-setup-keymap): New function.
18243 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
18244 by calling encoded-kbd-setup-keymap.
18245
86f6474c
SM
18246 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
18247 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
18248
182492000-02-22 Dave Love <fx@gnu.org>
18250
18251 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 18252 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
18253 (lisp-mode-syntax-table): Set up for #|...|# comments.
18254 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
18255 classes. Match `defface'.
18256 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
18257 (eval-defun-1): Fix for defcustom.
18258 (lisp-indent-region): Doc fix.
18259
18260 * subr.el (when, unless, split-string): Doc fix.
86f6474c 18261 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
18262 (replace-regexps-in-string): New function.
18263
182642000-02-22 Gerd Moellmann <gerd@gnu.org>
18265
18266 * help.el (describe-variable): Set syntax table to
18267 emacs-lisp-mode-syntax-table when moving forward over the
18268 symbol's name.
18269
182702000-02-22 Dave Love <fx@gnu.org>
18271
18272 * xt-mouse.el: Doc fixes.
18273 (xterm-mouse-position-function): New function, replacing advice of
18274 mouse-position.
18275 (xterm-mouse-mode): Use it. Don't turn on under a window system.
18276
18277 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
18278
182792000-02-21 Gerd Moellmann <gerd@gnu.org>
18280
86f6474c
SM
18281 * format.el (format-annotate-single-property-change):
18282 Handle properties.with dotted-list values.
a30eb617
DL
18283 (format-proper-list-p): New function.
18284
18285 * enriched.el (enriched-face-ans): Handle '(foreground-color
18286 . COLOR) and (background-color . COLOR).
18287
182882000-02-20 Dave Love <fx@gnu.org>
18289
18290 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18291 and assignments to it.
18292 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18293 current local map.
18294 (make-flyspell-overlay): Use it.
18295 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18296
18297 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18298 (lm-get-header-re): Defun, not defsubst.
18299 (lm-get-package-name): Defun, not defsubst. Simplify.
18300 (lm-version): Doc fix. Simplify.
18301 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18302 (lm-crack-address, lm-last-modified-date, lm-commentary)
18303 (lm-verify, lm-synopsis): Simplify.
18304 (lm-report-bug): Require emacsbug. Use compose-mail.
18305
183062000-02-20 Gerd Moellmann <gerd@gnu.org>
18307
18308 * dired.el (dired-mode): Call propertized-buffer-identification
18309 to set mode-line-buffer-identification to something having
18310 the right text properties.
18311
18312 * bindings.el (propertized-buffer-identification): New function.
18313
183142000-02-20 Dave Love <fx@gnu.org>
18315
18316 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18317 check for t-mouse too.
18318
18319 * cus-start.el: Make echo-keystrokes `number'.
18320
183212000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
18322
18323 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18324 Don't call ring-empty-p unless tags-location-ring is bound.
18325 From Noah Friedman <friedman@splode.com>.
18326
183272000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
18328
18329 * progmodes/hideshow.el (hs-flag-region): No longer use
18330 `intangible' overlay property.
18331
18332 (hs-toggle-hiding): New command.
18333 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18334
18335 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18336 Fix omission bug: Run `hs-minor-mode-hook' for both activation
18337 and deactivation.
18338
183392000-02-18 Gerd Moellmann <gerd@gnu.org>
18340
18341 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
18342
183432000-02-17 Gerd Moellmann <gerd@gnu.org>
18344
18345 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
18346
18347 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
18348 of `*' to handle `(* ... *)' comments.
18349
183502000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
18351
18352 * faces.el (list-faces-display): Use display-mouse-p instead of
18353 window-system.
18354
18355 * menu-bar.el (global-map): Menu-bar items converted to the new
18356 format (menu-item..., rearranged for better CUA compliance, and
18357 their names changed for better clarity. Help strings added.
18358
18359 * international/mule-cmds.el (mule-menu-keymap)
18360 (describe-language-environment-map, set-coding-system-map)
18361 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
18362 form, add help strings. Change names of menu items for better clarity.
18363 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
18364
183652000-02-17 Gerd Moellmann <gerd@gnu.org>
18366
18367 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18368 within the code.
18369
183702000-02-16 Dave Love <fx@gnu.org>
18371
18372 * faces.el: Don't require custom. Add more specific :groups to
18373 various deffaces.
18374 (set-face-attribute): Purecopy args.
18375 (read-face-name): Default to name at point and use it in prompt.
18376 Remove colon from arg in all callers.
18377 (list-faces-display): Hyperlink to face descriptions and customize
18378 buffers.
18379
183802000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
18381
86f6474c 18382 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
18383
183842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18385
18386 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18387 at ':' characters by call to split-string.
18388
183892000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18390
18391 * textmodes/bibtex.el: Added RCS version identification.
18392
183932000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18394
18395 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 18396 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
18397 (bibtex-field-const): Allow capital letters.
18398 (bibtex-start-of-string): Deleted because unused.
18399
18400 * textmodes/bibtex.el: Unified some nomenclature. We no longer
18401 use the term 'reference' to describe a bibtex entry as a whole.
18402 Further, reference keys are no longer called 'labels'.
18403 (bibtex-keys): Renamed to bibtex-reference-keys.
18404 (bibtex-reformat-previous-labels): Renamed to
18405 bibtex-reformat-previous-reference-keys.
18406 (bibtex-reference-type): Renamed to bibtex-entry-type.
18407 (bibtex-reference-head): Renamed to bibtex-entry-head.
18408 (bibtex-reference-maybe-empty-head): Renamed to
18409 bibtex-entry-maybe-empty-head.
18410 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18411 (bibtex-search-reference): Renamed to bibtex-search-entry.
18412 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18413 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
18414 (bibtex-entry-field-alist, bibtex-entry-head)
18415 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18416 (bibtex-map-entries, bibtex-search-entry)
18417 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18418 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18419 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18420 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18421 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18422 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18423 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
18424
184252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18426
18427 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18428 comment.
18429 (bibtex-format-field-delimiters): New function, functionality
18430 extracted from bibtex-format-entry.
18431 (bibtex-autokey-get-yearfield-digits): New function, functionality
18432 extracted from bibtex-autokey-get-yearfield.
18433
18434 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18435 entries in order to avoid stack overflow in the regexp matcher if
18436 field contents become large.
86f6474c
SM
18437 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18438 (bibtex-field-string-part-not-braced)
18439 (bibtex-field-string-part-no-inner-braces)
18440 (bibtex-field-string-part-1-inner-brace)
18441 (bibtex-field-string-part-2-inner-braces)
18442 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18443 (bibtex-field-string-quoted, bibtex-field-string)
18444 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18445 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18446 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18447 Deleted as parsing is now performed by the following functions.
18448 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18449 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18450 (bibtex-parse-field-string, bibtex-search-forward-field-string)
18451 (bibtex-parse-association, bibtex-field-name-for-parsing)
18452 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18453 (bibtex-search-forward-field, bibtex-search-backward-field)
18454 (bibtex-start-of-field, bibtex-end-of-field)
18455 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18456 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18457 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18458 (bibtex-parse-string, bibtex-search-forward-string)
18459 (bibtex-search-backward-string, bibtex-start-of-string)
18460 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18461 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18462 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
18463 entries. Instead of reporting the results of the parsing by
18464 match-beginning or match-end, these functions return data structures
18465 that hold the corresponding positions.
18466 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
18467 return values rather than by match-beginning or match-end.
18468 The following functions have been adapted to use the new
18469 parsing functions.
18470 (bibtex-skip-to-valid-entry, bibtex-search-reference)
18471 (bibtex-enclosing-field, bibtex-format-entry)
18472 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18473 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18474 (bibtex-print-help-message, bibtex-end-of-entry)
18475 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18476 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18477 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18478 Use the new method for parsing.
18479 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18480 (bibtex-map-entries, bibtex-flash-head)
18481 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18482 (bibtex-autokey-change, bibtex-autokey-get-namefield)
18483 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18484 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18485 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18486 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18487 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18488 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
18489
184902000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18491
18492 * textmodes/bibtex.el: Copyright notice is up to date.
18493 Added constant 'bibtex-maintainer-salutation.
18494
86f6474c 18495 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
18496 than make-temp-name, use match-string-no-properties and eliminate
18497 a quadratic behavior when building bibtex-strings.
18498
18499 * bibtex.el (bibtex-reference-key): Accept string entries whose
18500 reference key contains upper case letters.
18501
185022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18503
18504 * bibtex.el (bibtex-reference-head): Allow entries to start with
18505 a new line.
18506
185072000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18508
18509 * bibtex.el: Hiding of entry bodies is not longer provided by
18510 bibtex.el directly. Instead the hideshow package can be used.
18511 Added a special bibtex entry to hs-special-modes-alist.
18512 (bibtex-hs-forward-sexp): Added for hideshow.el.
18513
185142000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18515
18516 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18517 proceedings entry type (for cross referencing). Thanks to Wagner
18518 Toledo Correa for the suggestion.
18519
18520 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18521
185222000-02-14 Kenichi Handa <handa@etl.go.jp>
18523
18524 * international/characters.el: Setup case table for Vietnamese.
18525
185262000-02-12 Gerd Moellmann <gerd@gnu.org>
18527
18528 * uniquify.el (toplevel): Require CL at compile time.
18529 (uniquify-push): Removed.
18530
18531 * shadowfile.el (shadow-when): Removed.
18532
18533 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 18534 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
18535
18536 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18537 regexp for paragraph-start.
18538
18539 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18540 commas as well.
18541
185422000-02-10 Dave Love <fx@gnu.org>
18543
18544 * wid-edit.el: (widgets) [defgroup]: Remove url link.
18545 (widget-color-choice-list, widget-color-history, widget-mouse-help):
18546 Deleted.
18547 (widget-specify-field, widget-specify-button): Don't use
18548 widget-mouse-help as help-echo property.
18549 (default): Use #'ignore for :validate and :mouse-down-action.
18550 (checkbox): Add help-echo.
18551 (widget-sexp-validate): Rewritten to clarify error messages.
18552 (character): Use char-valid-p in :match function.
18553 (widget-color-complete): Use facemenu-color-alist.
18554 (widget-color-action): Use facemenu-read-color.
18555
18556 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
18557 set up `caar' &c that we now have.
18558
185592000-02-09 Ray Blaak <blaak@gnu.org>
18560
18561 * delphi.el: Make resourcestring a declaration region, like const
18562 and var.
18563
185642000-02-09 Dave Love <fx@gnu.org>
18565
18566 * bindings.el (mode-line-input-method-map): New variable.
18567 (mode-line-mule-info): Use it; fix last change.
18568 (mode-line-mode-menu): Move definition.
18569 (mode-line-mouse-sensitive-p): Deleted.
18570 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 18571 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
18572
18573 * startup.el (command-line-1): Don't call
18574 make-mode-line-mouse-sensitive.
18575
185762000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18577
86f6474c
SM
18578 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18579 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
18580
185812000-02-06 Stefan Monnier <monnier@cs.yale.edu>
18582
18583 * diff-mode.el (diff-kill-junk): New interactive function.
18584 (diff-reverse-direction): Use delete-and-extract-region.
18585 (diff-post-command-hook): Restrict the area so that the hook also works
18586 outside of any diff hunk. This is necessary for the minor-mode.
18587 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18588 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18589
18590 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18591 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18592 so that it can be used more easily in <foo>-mode-hook. Also make sure
18593 to avoid duplicate entries.
18594 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18595 (font-lock-remove-keywords): Just as was done for `add', allow it to
18596 work even if font-lock-mode is nil. Also make sure we don't modify
18597 any pre-existing list by forcing a copy-sequence. Finally rename
18598 `major-mode' to `mode'.
18599 (font-lock-fontify-syntactic-anchored-keywords)
18600 (font-lock-fontify-anchored-keywords)
18601 (font-lock-fontify-keywords-region): Use line-end-position.
18602 Don't make `font-lock-multiline' local (it's now done in
18603 font-lock-set-defaults).
86f6474c
SM
18604 (font-lock-set-defaults): Make `font-lock-multiline' local.
18605 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
18606
186072000-02-06 Andrew Innes <andrewi@gnu.org>
18608
18609 * term/w32-win.el (x-handle-args): Comment out call to message,
18610 which occurs before window system is initialized.
18611
18612 * makefile.nt: Add support for recompiling lisp code.
18613
186142000-02-04 Dave Love <fx@gnu.org>
18615
18616 * bindings.el (mode-line-mule-info): Fix/extend last change.
18617
18618 * completion.el: Replace completion-dolist with dolist.
18619
86f6474c 18620 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
18621
186222000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
18623
86f6474c 18624 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
18625 environment names before they go into the section regexp.
18626
86f6474c 18627 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
18628 char class in regexp.
18629
86f6474c
SM
18630 * textmodes/reftex-parse.el (reftex-with-special-syntax):
18631 Bind `case-fold-search' to nil.
a30eb617 18632
86f6474c
SM
18633 * progmodes/idlwave.el (idlwave-template):
18634 Respect `idlwave-abbrev-change-case'.
18635 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18636 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18637 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
18638 (idlwave-rw-case): New function.
18639 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 18640 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
18641 (idlwave-surround): New argument LENGTH to support padding of
18642 operators longer than 1 char.
18643
18644 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18645 idlwave-shell-expression-overlay. Implemented printing of
18646 expressions on higher levels of the calling stack.
86f6474c 18647 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
18648 (idlwave-retrieve-expression-from-level): New function.
18649 (idlwave-shell-last-calling-stack): Variable removed.
18650 (idlwave-shell-reset): Argument action reversed (`visible' to
18651 `hidden'). Also remove stop-line overlay.
18652 (idlwave-shell-calling-stack-routine): New variable.
18653 (idlwave-shell-parse-stack-and-display): Messages now display
18654 negative level numbers.
18655 (idlwave-shell-mode): Set `modeline-format'.
18656 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 18657 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
18658 (idlwave-shell-print-expression-function): New option.
18659
86f6474c
SM
18660 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18661 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
18662 `tool-bar' instead of `toolbar'.
18663
186642000-02-02 Dave Love <fx@gnu.org>
18665
18666 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18667 emacs-lisp-mode-hook. Don't check for defalias being defined.
18668
18669 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
18670 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18671 Use the new builtins directly.
a30eb617
DL
18672
18673 * whitespace.el (whitespace): Add :version to defgroup.
18674
18675 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18676 Doc fix.
18677
18678 * thingatpt.el (sexp-at-point, symbol-at-point)
18679 (number-at-point, list-at-point): Add autoload cookie.
18680
18681 * recentf.el (recentf): Add :version to defgroup.
18682
18683 * quickurl.el (quickurl): Add :version to defgroup.
18684
18685 * elide-head.el (elide-head): Use point-marker more.
18686
18687 * bs.el (bs): Add :version to defgroup.
18688
18689 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18690
18691 * progmodes/delphi.el (delphi): Add :version to defgroup.
18692
186932000-02-02 Gerd Moellmann <gerd@gnu.org>
18694
18695 * ange-ftp.el (ange-ftp-write-region): Handle case that
18696 succeeding process operation sets a different coding system.
18697
18698 * calculator.el: New file.
18699
187002000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
18701
86f6474c 18702 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
18703 (display-mouse-p, display-popup-menus-p, display-graphic-p)
18704 (display-selections-p, display-screens, display-pixel-width)
18705 (display-pixel-height, display-mm-width, display-mm-height)
18706 (display-backing-store, display-save-under, display-planes)
18707 (display-color-cells, display-visual-class): New functions.
18708
18709 * term/tty-colors.el (tty-color-gray-shades): New function.
18710
18711 * faces.el (display-color-p): Use framep-on-display.
18712 (display-grayscale-p): New function.
18713
187142000-01-31 Dave Love <fx@gnu.org>
18715
18716 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18717 (create-fontset-from-x-resource): Don't concat integers.
18718
187192000-01-31 Inge Frick <inge@nada.kth.se>
18720
18721 * view.el: Some changes in documentation. Removed some trailing
86f6474c 18722 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
18723 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18724 window is not deleted. Modifies change 1998-04-26.
18725
187262000-01-31 Gerd Moellmann <gerd@gnu.org>
18727
18728 * windmove.el: New file.
18729
18730 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18731 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18732 progmodes/ebnf-yac.el: Update copyright and license info.
18733
86f6474c
SM
18734 * jit-lock.el (jit-lock-function): Widen before calculating
18735 end position.
a30eb617
DL
18736 (jit-lock-stealth-chunk-start): Rewritten.
18737
18738 * info.el (Info-title-face-alist): Removed.
86f6474c 18739 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
18740 (Info-fontify-node): Use these faces.
18741
187422000-01-30 Gerd Moellmann <gerd@gnu.org>
18743
18744 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18745 (cl-macro-list1): Recognize `&allow-other-keys' instead of
18746 `&allow-other-keywords'.
18747
18748 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18749 the list of directories scanned heuristically.
18750
86f6474c 18751 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
18752
187532000-01-30 Jason Rumney <jasonr@gnu.org>
18754
18755 * w32-fns.el: Define w32-tty-standard-colors.
18756
18757 * startup.el (command-line): Use w32-tty-standard-colors when in
18758 w32 console mode.
18759
187602000-01-30 Dave Love <fx@gnu.org>
18761
18762 * jka-compr.el (jka-compr-load): Fix up load-history.
18763
18764 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18765
18766 * emacs-lisp/cl-macs.el: Revert previous change.
18767
187682000-01-29 Dave Love <fx@gnu.org>
18769
18770 * facemenu.el: Purecopy various strings.
18771
18772 * timezone.el (timezone-fix-time): Window against 69 for two-digit
18773 years. Deal with three-digit years.
18774
86f6474c
SM
18775 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18776 Use defconst, purecopy.
a30eb617
DL
18777 (help-back-label): Purecopy it.
18778
187792000-01-18 Gerd Moellmann <gerd@gnu.org>
18780
18781 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18782 variable. If non-nil, order the buffer list according to the
18783 currently selected frame.
18784 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18785 non-nil, pass the selected frame to function buffer-list.
18786
187872000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18788
18789 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18790
187912000-01-28 Dave Love <fx@gnu.org>
18792
18793 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18794
18795 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18796 Don't use lisp-indent-hook property.
18797 (cl-abs): Remove.
18798
18799 * subr.el: Move out indent and edebug specs for when and unless.
18800
18801 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18802 when, unless.
18803
18804 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18805 unless, when.
18806
188072000-01-28 Gerd Moellmann <gerd@gnu.org>
18808
18809 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18810 `collecting' as synonym for `collect'.
18811
18812 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18813 for the case it contains spaces.
18814
86f6474c 18815 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
18816
18817 * frame.el (delete-other-frames): New function.
18818 (toplevel): Bind it to C-x 5 1.
18819
18820 * sort.el (sort-numeric-base): New option.
18821 (sort-numeric-fields): If number starts with `0' or `0[xX[',
18822 interpret it as octal or hexadecimal. Use sort-numeric-base
18823 as default base.
18824
18825 * progmodes/glasses.el: New file.
18826
188272000-01-27 Gerd Moellmann <gerd@gnu.org>
18828
18829 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18830 userids differently.
18831
18832 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18833 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18834 progmodes/ebnf-yac.el: New files.
18835
188362000-01-26 Dave Love <fx@gnu.org>
18837
18838 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18839 on a function with an empty body. [From Eric Ludlam.]
18840
188412000-01-25 Andre Spiegel <spiegel@gnu.org>
18842
18843 * vc.el (vc-version-diff): Make sure file name is expanded.
18844
188452000-01-25 Gerd Moellmann <gerd@gnu.org>
18846
18847 * scroll-bar.el (scroll-bar-timer): Variable removed.
18848 (scroll-bar-toolkit-scroll): Don't use a timer.
18849
188502000-01-25 Kenichi Handa <handa@etl.go.jp>
18851
86f6474c
SM
18852 * language/thai-util.el (thai-composition-function):
18853 Delete superfluous `a'.
a30eb617
DL
18854
188552000-01-24 Dave Love <fx@gnu.org>
18856
18857 * fortran.el (fortran-mode): Use beginning-of-defun-function,
18858 end-of-defun-function.
18859
86f6474c 18860 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
18861
188622000-01-22 Jason Rumney <jasonr@gnu.org>
18863
18864 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18865 conflicts with new face support.
18866
188672000-01-22 Richard M. Stallman <rms@gnu.org>
18868
18869 * replace.el (query-replace): Rename last arg to DELIMITED.
18870 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18871 (query-replace-regexp): Likewise.
18872
188732000-01-20 Richard M. Stallman <rms@gnu.org>
18874
18875 * subr.el (with-syntax-table): Use make-symbol, not gensym.
18876
18877 * emacs-lisp/lisp.el (beginning-of-defun-function):
18878 Variable renamed from beginning-of-defun.
18879 Do not call make-variable-buffer-local.
18880 (beginning-of-defun-raw): Use new variable name; doc fix.
18881 (beginning-of-defun): Doc fix.
18882 (end-of-defun-function): Variable renamed from end-of-defun.
18883 Do not call make-variable-buffer-local.
18884 (end-of-defun): Use new variable name; doc fix.
18885
18886 * subr.el (dolist, dotimes): Copied from cl-macs.el
18887 and made to work.
18888
18889 * mail/undigest.el (rmail-digest-end-regexps):
18890 Variable replaces rmail-digest-end-regexp.
18891 Allows multiple regexps for detecting the end line.
18892 (undigestify-rmail-message): Corresponding changes.
18893
188942000-01-19 Dave Love <fx@gnu.org>
18895
18896 * files.el (user-init-file): Don't declare here -- is primitive.
18897
18898 * startup.el (command-line): Check for compiled user-init-file and
18899 set to uncompiled version if necessary.
18900
189012000-01-18 Gerd Moellmann <gerd@gnu.org>
18902
18903 * mail/undigest.el (rmail-digest-end-regexp): New user option.
18904 (undigestify-rmail-message): Use it.
18905
18906 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18907
189082000-01-17 Gerd Moellmann <gerd@gnu.org>
18909
18910 * tmm.el (tmm-goto-completions): Adapt to prompt being part
18911 of mini-buffer.
18912
189132000-01-14 Gerd Moellmann <gerd@gnu.org>
18914
18915 * emacs-lisp/copyright.el (copyright-update): Removed the
18916 requirement for a trailing space from `copyright-regexp', to
18917 support copyrights with owner specified on a separate line..
18918
18919 * align.el: New file.
18920
18921 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18922
18923 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18924
189252000-01-13 Dave Love <fx@gnu.org>
18926
18927 * ph.el: Removed. (Obsoleted by EUDC.)
18928
189292000-01-13 Gerd Moellmann <gerd@gnu.org>
18930
18931 * net/eudc.el (toplevel): Remove autoloaded code installing
18932 menu with easymenu, because that causes build problems.
18933
18934 * frame.el (frame-notice-user-settings): New variable.
18935 (frame-notice-user-settings): Don't modify frame parameters
18936 if called a second time.
18937
189382000-01-13 Richard M. Stallman <rms@gnu.org>
18939
18940 * frame.el (frame-notice-user-settings):
18941 Notice default-frame-parameters even for non-window frames.
18942
189432000-01-13 Gerd Moellmann <gerd@gnu.org>
18944
18945 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18946 for Emacs.
18947 (eudc-bob-can-display-inline-images): Extend for Emacs.
18948 (eudc-bob-toggle-inline-display): Ditto.
18949 (eudc-bob-display-jpeg): Ditto.
18950
189512000-01-12 Gerd Moellmann <gerd@gnu.org>
18952
18953 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18954 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18955 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18956
86f6474c
SM
18957 * add-log.el (add-change-log-entry): Fix error trying an
18958 `(insert nil)'.
a30eb617
DL
18959
18960 * subdirs.el: Add `net' directory.
18961
18962 * net: New directory.
18963
18964 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18965 eval-last-sexp. Don't bind debug-on-error here.
18966 (eval-last-sexp): New function. Bind debug-on-error if
18967 eval-expression-debug-on-error is non-nil.
18968 (eval-defun-2, eval-defun): Likewise.
18969
18970 * simple.el (eval-expression): Don't bind debug-on-error if
18971 eval-expression-debug-on-error is nil. Detect changed
18972 debug-on-error, and propagate new value to global binding, if
18973 eval-expression-debug-on-error is non-nil,
18974 (eval-expression-debug-on-error): Change doc string.
18975
189762000-01-11 Richard M. Stallman <rms@gnu.org>
18977
18978 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18979
18980 * emacs-lisp/lisp-mode.el (with-syntax-table):
18981 Set up lisp-indent-function property.
18982
18983 * subr.el (with-syntax-table): Moved from simple.el.
18984
18985 * simple.el (with-syntax-table): Moved to subr.el.
18986
189872000-01-11 Gerd Moellmann <gerd@gnu.org>
18988
18989 * tmm.el (tmm-shortcut): Delete region after prompt instead
18990 of erasing buffer.
18991
18992 * textmodes/fill.el (fill-common-string-prefix): New function.
18993 (fill-context-prefix): Use the longest common prefix of first
18994 and second line fill prefix, if there is one.
18995
189962000-01-11 Richard M. Stallman <rms@gnu.org>
18997
18998 * array.el (array-mode): Don't use make-variable-buffer-local.
18999 Use make-local-variable for `truncate-lines'.
19000
190012000-01-11 Jari Aalto <jari.aalto@poboxes.com>
19002
19003 * add-log.el (add-log-current-defun): Handle user-defined
19004 add-log-current-function returning nil,
19005
19006 * add-log.el (add-change-log-entry): Insert version number
19007 if having found a current function
19008
86f6474c
SM
19009 * add-log.el (add-log-current-defun):
19010 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
19011 level 1. Strip whitespace from defun found.
19012
190132000-01-10 John Wiegley <johnw@gnu.org>
19014
19015 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 19016 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
19017
190182000-01-10 Dave Love <fx@gnu.org>
19019
19020 * elide-head.el (elide-head): Use point-marker, not point.
19021
190222000-01-10 Gerd Moellmann <gerd@gnu.org>
19023
19024 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
19025 before and after the year 2000.
19026
19027 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
19028 Add ispell- prefix.
19029
190302000-01-10 Ken Stevens <k.stevens@ieee.org>
19031
19032 * ispell.el: Only define dictionaries in menus when they exist.
19033 (version18p): New variable.
19034 (version20p): New variable.
19035 (xemacsp): New variable.
19036 (ispell-choices-win-default-height): Fix for XEmacs visibility.
19037 (ispell-dictionary-alist1): Added Brasileiro dictionary.
19038 (ispell-dictionary-alist6): Russian command lines no longer accept
19039 run-together words.
19040 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
19041 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
19042 (check-ispell-version): Added documentation string. Return library
19043 path when called non-interactively.
a30eb617
DL
19044 (ispell-menu-map-needed): Uses new variables.
19045 (ispell-library-path): New variable.
19046 (ispell-decode-string): XEmacs fix for bogus variable bindings.
19047 (ispell-word): Improved documentation string. Test for valid
19048 character mappings. Correctly check typed in word changes that can
86f6474c
SM
19049 result in single words split into multiple words.
19050 Return replacement word.
a30eb617
DL
19051 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
19052 replace in recursive query replace mode. Help message for
19053 recursive edit mode.
19054 (ispell-show-choices): Protect against bad framepop bindings.
19055 (ispell-help): Fix to work with XEmacs.
19056 (ispell-highlight-spelling-error): Use new variables.
19057 (ispell-overlay-window): Fix to work with XEmacs.
19058 (ispell-parse-output): Passed and returns location information
19059 tracking spelling corrections. Doesn't recheck same word on
19060 current line.
19061 (ispell-init-process): Protect against bogus XEmacs variable binding.
19062 Fix call to single argument in sleep-for. Use new variables.
19063 (ispell-region): Passed and returns location information tracking
19064 spelling corrections. Doesn't check same word on current line.
19065 Improved documentation string. Doesn't resend a line already
19066 checked to the ispell process - fixes bug in LaTeX parsing.
19067 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
19068 (ispell-skip-region): No longer skips <TT> in SGML.
19069 (ispell-process-line): Tracks location information with spelling
19070 corrections. Added documentation string. Accounts for words
19071 already accepted on this line. Don't allow query-replace on line
19072 starting with math characters. Doesn't resend a line already sent
19073 to ispell process. Fixes alignment error bug.
19074
190752000-01-10 Richard M. Stallman <rms@gnu.org>
19076
19077 * dired-x.el (dired-guess-shell-alist-default):
19078 Suggest xloadimage, which is free, not xv, which isn't.
19079
19080 * ange-ftp.el (ange-ftp-file-name-nondirectory):
19081 Don't ever include the host name or user name in the value.
19082
190832000-01-09 Gerd Moellmann <gerd@gnu.org>
19084
19085 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
19086 of a real newline.
19087
190882000-01-09 Stephen Eglen <stephen@gnu.org>
19089
19090 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
19091 for .png files.
19092
190932000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
19094
19095 * cus-edit.el (custom-hook-convert-widget): Fix comment.
19096
190972000-01-09 Gerd Moellmann <gerd@gnu.org>
19098
19099 * progmodes/cperl-mode.el: Replace ^F with ^L.
19100
86f6474c
SM
19101 * sendmail.el (toplevel): Provide `sendmail' when compiling before
19102 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
19103
191042000-01-08 Dave Love <fx@gnu.org>
19105
19106 * emacs-lisp/backquote.el: Remove inappropriate customization
19107 (allowing custom.el to use backquote).
19108
191092000-01-07 Dave Love <fx@gnu.org>
19110
19111 * add-log.el (add-log-debugging): Deleted.
19112 (add-change-log-entry): Treat a backup FILE-NAME as its parent
19113 file. Remove debugging code.
19114 (change-log-get-method-definition, change-log-name): Add doc.
19115 (change-log-sortable-date-at): New function.
19116 (change-log-merge): New command.
19117
19118 * time.el (display-time-string-forms): Make the Mail string active.
19119 (display-time-update): Provide help-echo for load average.
19120
19121 * bindings.el (make-mode-line-mouse2-map): New function.
19122 (mode-line-modified): Use it and simplify.
19123 (mode-line-mule-info): Provide help-echo info.
19124 (minor-mode-alist): Activate the strings.
19125 (make-mode-line-mouse-sensitive): Simplify for
19126 mode-line-buffer-identification.
19127
191282000-01-07 Gerd Moellmann <gerd@gnu.org>
19129
19130 * play/pong.el: New file.
19131
191322000-01-06 Dave Love <fx@gnu.org>
19133
19134 * array.el: Assorted cleanups for compiler warnings, doc strings,
19135 `array-' prefix for symbols.
19136
191372000-01-05 Dave Love <fx@gnu.org>
19138
86f6474c
SM
19139 * textmodes/outline.el (outline-mode-menu-bar-map):
19140 Add outline-headers-as-kill.
a30eb617
DL
19141 (outline-mode): Define imenu-generic-expression.
19142 (outline-headers-as-kill): New command.
19143
19144 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
19145 from paragraph-start.
19146 (paragraph-indent-minor-mode): New command.
19147
19148 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
19149 M-C-e, M-C-h, C-j, C-xnd, TAB.
19150 (fortran-mode): Set beginning-of-defun, end-of-defun.
19151 (fortran-column-ruler): Simplify.
19152 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
19153 (fortran-with-subprogram-narrowing): Likewise.
19154 (fortran-indent-subprogram): Call mark-defun.
19155 (fortran-check-for-matching-do): Change narrowing.
19156
19157 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
19158 (cl-lucid-hash-tag): Delete.
19159 (cl-hash-table-p): Correct test for native table.
19160 (cl-hash-table-count): Use hash-table-count.
19161
19162 * browse-url.el (browse-url): Fix case of
19163 browse-url-browser-function being an alist.
19164
191652000-01-05 Carsten Dominik <cd@gnu.org>
19166
19167 * textmodes/reftex-vars.el (reftex-parse-file-extension)
19168 (reftex-index-phrase-file-extension): New options.
19169
19170 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
19171 Use new option `reftex-index-phrase-file-extension'.
19172
19173 * textmodes/reftex.el (reftex-access-parse-file): Use new option
19174 `reftex-parse-file-extension'.
19175
191762000-01-05 Dave Love <fx@gnu.org>
19177
19178 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
19179 (beginning-of-defun-raw): Use it.
19180 (end-of-defun): New variable.
19181 (end-of-defun): Use it.
19182 (check-parens): New command.
19183
191842000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
19185
19186 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
19187 (hs-show-block): Don't use `mapcar' when not accumulating.
19188
19189 Fix buglet in local variables initialization.
19190
191912000-01-05 Andreas Schwab <schwab@suse.de>
19192
19193 * hscroll.el (hscroll): Doc fix.
19194
191952000-01-05 Carsten Dominik <cd@gnu.org>
19196
86f6474c
SM
19197 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
19198 Require idlw-toolbar.
a30eb617 19199
86f6474c 19200 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 19201 file idlw-rinfo.el.
86f6474c
SM
19202 (idlwave-customize): Load must read file idlw-shell.el.
19203 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
19204
192052000-01-05 Carsten Dominik <dominik@astro.uva.nl>
19206
19207 * progmodes/idlw-shell.el: Also provide idlwave-shell
19208 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
19209 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
19210
86f6474c 19211 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
19212 both reftex-dcr and reftex-vcr.
19213
19214 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
19215
192162000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19217
19218 * ps-print.el: PostScript code now is in separate files, doc fix.
19219 (ps-print-version): New version number (5.0.3).
19220 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
19221 local.
19222 (ps-spool-config): Initialization fix.
19223 (ps-print-prologue-1, ps-print-prologue-2)
19224 (ps-print-duplex-feature): PostScript code moved to separated file.
19225 (ps-background-image): Little code reformating.
19226 (ps-begin-file, ps-begin-job): Fix code.
19227 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
19228 (ps-prologue-file): New fun.
19229
192302000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19231
19232 * ps-vars.el: Eliminated.
19233
19234 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
19235 `;;;###autoload'.
19236
19237 * ps-print.el: ps-vars eliminated, doc fix.
19238 (ps-print-version): New version number (5.0.2).
19239 (ps-spool-config): Initialization fix.
19240 (ps-print-customize): New fun.
19241
192422000-01-04 Gerd Moellmann <gerd@gnu.org>
19243
86f6474c 19244 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
19245
192462000-01-04 Dave Love <fx@gnu.org>
19247
19248 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
19249 menu items.
19250
192512000-01-03 Dave Love <fx@gnu.org>
19252
19253 * elide-head.el (elide-head) [defgroup]: Add :version.
19254
19255 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
19256 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
19257 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
19258 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
19259
192602000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19261
19262 * faces.el (face-read-integer, read-face-attribute)
86f6474c 19263 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
19264
192652000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
19266
19267 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
19268 at comment end, and re-insert them after filling.
19269
192702000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19271
19272 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
19273 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
19274 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
19275
192762000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19277
19278 * term/x-win.el (xw-defined-colors): Call color-supported-p,
19279 the new name of face-color-supported-p.
19280
19281 * term/w32-win.el (xw-defined-colors): Likewise.
19282
192832000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19284
19285 * simple.el (completion-setup-function): Count completion-size
19286 from minibuffer-prompt-end, not from point-min.
19287
192882000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
19289
19290 * faces.el (read-face-attribute, defined-colors, color-defined-p):
19291 Pass the frame to tty-color-* functions.
19292 (display-color-p, frame-set-background-mode): Pass the frame to
19293 tty-display-color-p.
19294
19295 * term/tty-colors.el (tty-defined-color-alist): Renamed from
19296 tty-color-alist.
19297 (tty-color-alist, tty-modify-color-alist): New functions.
19298 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
19299 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19300 optional parameter FRAME.
a30eb617
DL
19301
193022000-01-01 Gerd Moellmann <gerd@gnu.org>
19303
86f6474c
SM
19304 * image.el (create-image, defimage): Don't assume image data is
19305 a string.
a30eb617
DL
19306
19307 * image.el (defimage): Handle specifications containing :data
19308 instead of :file.
19309 (image-type-from-data): New function.
19310 (image-type-from-file-header): Use it.
19311 (create-image): Add parameter DATA-P.
19312
19313See ChangeLog.8 for earlier changes.
19314
19315;; Local Variables:
19316;; coding: iso-2022-7bit
19317;; End: