(x_update_menu_appearance): Don't call
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
8b313639
GM
12001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2
3 * ps-print.el: Change error function arguments to follow Emacs
4 message convention. Doc fix.
5 (ps-print-version): New version number (6.5.4).
6 (coding-system-for-write): Change declaration position to avoid
7 XEmacs compilation gripes.
8 (coding-system-for-read, buffer-file-coding-system): Declarations
9 to avoid XEmacs compilation gripes.
10
11 * ps-mule.el: Doc fix.
12 (ps-mule-encode-header-string): If STRING is not a string, replace
13 STRING by empty string.
14
5fb125b4
EZ
152001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
16
17 * frame.el (show-trailing-whitespace): Doc fix.
18
49e49b77
EZ
192001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
20
21 * desktop.el (desktop-save): Insert the coding: tag before
22 desktop-header.
23
3e6385a4
GM
242001-08-13 Gerd Moellmann <gerd@gnu.org>
25
0de73d5a
GM
26 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
27 its path from $els.
28
3e6385a4
GM
29 * image.el (image-jpeg-p): Fix call of substring.
30
4a9bf8a4
GM
312001-08-10 Gerd Moellmann <gerd@gnu.org>
32
242e5463
GM
33 * play/animate.el (animate-string): Doc fix. Use a buffer
34 name with stars in it.
35 (animate-sequence): New function.
36 From Richard Stallman <rms@gnu.org>.
37
030f4537
GM
38 * frame.el (select-frame-set-input-focus): New function
39 extracted from other-frame.
40 (other-frame): Use it.
41 (next-multiframe-window, previous-multiframe-window): Use it.
42
346f18dc
GM
43 * isearch.el (isearch-other-meta-char): Don't switch to the
44 buffer of a window clicked on, when the current buffer is
45 in Isearch mode.
46
4a9bf8a4
GM
47 * image.el (image-jpeg-p): Test for APPn markers in the range
48 #xe0..#xef.
49
eaa2319f
GM
502001-08-09 Gerd Moellmann <gerd@gnu.org>
51
3638868e
GM
52 * desktop.el (desktop-save): Don't use concat to form a file
53 name, use expand-file-name.
54
6b48d742
GM
55 * mouse.el (mouse-delete-window): Do nothing if frame has just
56 one window.
57
ed771c89
GM
58 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
59 for the minor mode name.
60
61 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
62 minor mode name.
63
64 * time.el (display-time-string-forms): Use
65 make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
66
67 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
68 the minor mode name.
69
70 * emacs-lisp/easy-mmode.el (define-minor-mode): Use
71 mode-line-minor-mode-keymap for the minor mode name.
72
73 * calendar/calendar.el (calendar-mode-line-format): Use
74 make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
75
a4afe04e
GM
76 * bindings.el (make-mode-line-mouse-map): Renamed from
77 make-mode-line-mouse2-map. Take additional arg MOUSE.
78 (mode-line-modified): Use mouse-3 instead of mouse-2.
79 (mode-line-buffer-identification-keymap): Bind keys differently.
80 (propertized-buffer-identification): Adapt help-echo to new
81 bindings.
82
8e3189f0
GM
83 * bindings.el (mode-line-format): Specify help-echo for line
84 number, column number and buffer-percent part of the mode-line.
85
eaa2319f
GM
86 * image.el (image-type-regexps): Allow whitespace at the start
87 of the image data for XPM, XBM and Postscript, which are
88 text files.
89 (image-jpeg-p): Correct calculation of next field offset.
90
e3601cf6
PJ
912001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
92
93 * battery.el: Fix typo.
94
057b57f6
GM
952001-08-08 Gerd Moellmann <gerd@gnu.org>
96
8a8ef149
GM
97 * image.el (image-type-regexps): Allow predicates. Change the way
98 JPEG images are recognized.
99 (image-jpeg-p): New function.
100 (image-type-from-data): Handle predicates in image-type-regexps.
101
057b57f6
GM
102 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
103 #:, #x, #o, and similar constructs.
104
69ebef1d
GM
1052001-08-07 Gerd Moellmann <gerd@gnu.org>
106
22d01aed
GM
107 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
108
23f46f6f
GM
109 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
110 instead of `progn'.
111
e8421604
GM
112 * tar-mode.el (tar-extract): Avoid generating a new buffer
113 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
114
ea2c6478
GM
115 * textmodes/paragraphs.el (forward-sentence): Avoid building
116 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
117
6c233cc0
GM
118 * progmodes/executable.el (executable-set-magic): If
119 executable-find returns a quoted file name, unquote it before
120 inserting it.
121
1155d483 122 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 123 derived from the JFIF spec.
1155d483 124
69ebef1d
GM
125 * image.el (image-type-regexps): Use `\`' instead of `^' in
126 most regular expressions.
127
d1d850d6
PJ
1282001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
129
130 * play/animate.el: re-insert a reference to re-inserted function.
131
98a8938c
GM
1322001-08-06 Gerd Moellmann <gerd@gnu.org>
133
8e3fe78e 134 * help.el (describe-function-1): Use
d1b5f629 135 find-function-search-for-symbol instead of find-function-noselect
8e3fe78e
GM
136 because the latter follows aliases.
137
5a397d28
GM
138 * play/animate.el (animate-birthday-present): Re-insert.
139
98a8938c
GM
140 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle
141 old-style menu definitions.
142
7b3220c0
PJ
1432001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
144
6228c05b 145 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 146 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 147
070c251e 148 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
149 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
150 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 151
dffb6224
PJ
1522001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
153
154 * textmodes/tildify.el: Milan Zamazal has new address.
155
698665d1
GM
1562001-08-03 Gerd Moellmann <gerd@gnu.org>
157
be48584d
GM
158 * custom.el (custom-set-variables): Don't test `custom-requests'
159 properties, check the third element of the options passed to
160 custom-set-variables instead.
161
5e1f85e0 162 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 163 instead of file-exists-p.
5e1f85e0 164
b0fa1513
GM
165 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
166 the mode-line face is restored. Fix several bugs.
167
698665d1
GM
168 * replace.el (perform-replace): Doc fix.
169
4a7641d9
FP
1702001-08-02 Francesco Potorti` <pot@gnu.org>
171
172 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
173 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
174 (uniquify-fix-item-base, uniquify-fix-item-filename)
175 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
176 Callers changed.
177 (uniquify-set-proposed): Changed to work with a vector item.
178 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
179 the fix list, and a list of strings for the non-file buffer
180 names. Both changes reduce consing.
181 (uniquify-rationalize-a-list): Local variable renaming.
182 (uniquify-rationalize-conflicting-sublist): Use member instead of
183 assoc.
184 (uniquify-rename-buffer): Use unless instead of if not.
185
77389930
GM
1862001-08-02 Gerd Moellmann <gerd@gnu.org>
187
7f7d5b9e
GM
188 * recentf.el (recentf-dump-variable): Handle a value of nil
189 correctly.
190
cb3f945f
GM
191 * custom.el (custom-set-variables): Set options with :require
192 clauses last.
4a7641d9 193
fbc7f2a6
GM
194 * custom.el (defcustom): Doc fix.
195
77389930
GM
196 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
197
9761cd3a
EZ
1982001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
199
7e03f4c8
EZ
200 * man.el (man): Mention Man-switches in the doc string.
201 (Man-switches): Mention -a in the doc string.
202
2b2eabed
EZ
203 * textmodes/ispell.el (ispell-alternate-dictionary): Add
204 /usr/share/lib/dict/words, for Irix.
205
9761cd3a
EZ
206 * bindings.el: Bind shifted and control-shifted kp-* keys to the
207 corresponding non-kp keys. Suggested by Stephen Gildea
208 <gildea@alum.mit.edu>.
209
cc46bfe7
FP
2102001-08-01 Francesco Potorti` <pot@gnu.org>
211
fc10ed8c
FP
212 * uniquify.el: These changes correct a corner case that the old
213 code managed correctly.
214 (uniquify-fix-item-proposed): Renamed from
215 uniquify-fix-item-min-proposed.
216 (uniquify-set-proposed): New function.
217 (uniquify-rationalize-file-buffer-names): Code reshuffled for
218 clarity and speed.
219 (uniquify-item-greaterp): Substitutes uniquify-item-lessp. This
220 is equivalent to what the old code did.
221 (uniquify-rationalize-a-list): Never recompute the proposed
222 name. Sort the conflicting sublist before rationalising it: this
223 is equivalent to what the old code did, but one directory element
224 at a time, and only when necessary.
225 (uniquify-rationalize-conflicting-sublist): Recompute here the
226 proposed name.
cc46bfe7 227
dd388130
GM
2282001-08-01 Gerd Moellmann <gerd@gnu.org>
229
81b1a79d
GM
230 * play/animate.el: Add Keywords and Maintainer. Remove a
231 reference to a removed function.
cc46bfe7 232
dd388130
GM
233 * play/animate.el (animate-string): Handle case that the string is
234 longer than the window is wide.
235
6b053e39
GM
2362001-07-31 Gerd Moellmann <gerd@gnu.org>
237
ed86208c
GM
238 * desktop.el (desktop-save): Bind coding-system-for-write to
239 `emacs-mule' for write-region.
240
10e922bd
GM
241 * delsel.el (delete-selection-pre-hook): Don't set this-command
242 to `ignore' if the region is empty.
243
b23bad0b
GM
244 * international/mule.el (set-keyboard-coding-system): Set
245 keyboard-coding-system.
246
6b053e39
GM
247 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
248 before accessing it.
249
d004e96a
AS
2502001-07-30 Andreas Schwab <schwab@suse.de>
251
252 * menu-bar.el (toggle-highlight-paren-mode): Use
253 `(show-paren-mode)' as body.
254
892c8dea
AS
2552001-07-30 Andre Spiegel <spiegel@gnu.org>
256
257 * vc.el (vc-checkout-hook): New hook.
258 (vc-checkout): Run it.
259
21f79512
EZ
2602001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
261
262 * progmodes/make-mode.el (makefile-macroassign-regex): Recognize
263 the ?= operator. From Jonathan Kamens <jik@curl.com>.
264
291e3b68
GM
2652001-07-30 Gerd Moellmann <gerd@gnu.org>
266
6594ac22
GM
267 * vc.el (vc-switch-backend): Fix autoload cookie.
268
291e3b68
GM
269 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
270 the desktop file.
271
87449711
GM
2722001-07-30 Simon Josefsson <jas@extundo.com>
273
274 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
275 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
276
bf85004b
GM
2772001-07-27 Gerd Moellmann <gerd@gnu.org>
278
75c5350a
GM
279 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
280 (last-sexp-toggle-display): Renamed from last-sexp-print.
281 (last-sexp-toggle-display, eval-last-sexp-1): Use
282 last-sexp-setup-props.
283
cc46bfe7 284 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
285 New user-options.
286 (mouse-wheel-change-button): New function.
287 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
288 (mwheel-scroll): Ditto.
289
16098288
GM
2902001-07-26 Gerd Moellmann <gerd@gnu.org>
291
ac49effe
GM
292 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
293 `...', compare with unabbreviated printed representation instead.
294 (last-sexp-print): Bind print-length and print-level to nil.
295
be4a68f9
GM
296 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
297 before assigning text properties. Make properties rear-nonsticky.
ac49effe 298
f6e6cdf2
GM
299 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
300 (eval-last-sexp-1): Give printed text a `keymap' property and bind
301 <mouse-2> and <RET> in that map to a function printing the
302 unabbreviated value.
303
16098288
GM
304 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
305 is a buffer, put a text property `printed-value' on the printed
306 representation, with the Lisp object printed as value.
307
343462ed
EZ
3082001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
309
310 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
311 Mention the effect of eval-expression-print-length and
312 eval-expression-print-level in the doc strings. Suggested by
313 Kevin Gallagher <kevingal@onramp.net>.
314
e043664a
GM
3152001-07-25 Gerd Moellmann <gerd@gnu.org>
316
4b09e331
GM
317 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
318 for buttons > 3.
319 (xterm-mouse-translate): Handle the case that we don't get a
320 down-event.
cc46bfe7 321
b03dc47d
GM
322 * emacs-lisp/find-func.el (find-function-regexp): Add
323 easy-mmode-define-global-mode to the regexp. Allow newlines
324 in front of the function name.
325
17635d50 326 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 327
3fb01f36
GM
328 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
329 similar events for which fake prefix keys are generated. It's no
330 longer necessary since read_key_sequence doesn't modify these
331 events for internal purposes anymore.
332
e043664a
GM
333 * files.el (auto-mode-alist): Use nroff-mode for files ending
334 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
335
a9f73104
EZ
3362001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
337
338 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
339 tool-bar-lines parameter, behave as if its value were zero.
340 (mouse-avoidance-set-pointer-shape): Don't do anything if
341 x-pointer-shape is not boundp.
342
c02a76cc
FP
3432001-07-23 Francesco Potorti` <pot@gnu.org>
344
f0188953 345 * uniquify.el: Overall speedup changes when using many buffers.
c02a76cc 346 (uniquify-fix-item-base, uniquify-fix-item-filename,
f0188953 347 uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 348 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 349 place in the item, but was never used.
c02a76cc 350 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 351 in the item is now used as cache for the proposed name.
c02a76cc
FP
352 (uniquify-rationalize-file-buffer-names): Move computation made on
353 newbuffile out of the loop, in the newbuffile-nd local var. Use
354 dolist (cosmetic change). Compute the proposed name for the most
355 common case and cache it in the fourth place in the item.
f0188953
FP
356 (uniquify-rationalize-file-buffer-names): Used to return a a list
357 of buffer whose name was changed, but that return value was never
c02a76cc
FP
358 used.
359 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
360 the cached proposed name, does much less consing and is quicker.
361 (uniquify-filename-lessp): Deleted.
362 (uniquify-rationalize-a-list): Use dolist (cosmetic change). Do
363 not bind locally the uniquify-possibly-resolvable flag. Use the
364 cached proposed name is possible.
365 (uniquify-get-proposed-name): Arguments changed, callers changed.
366 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
367 uniquify-possibly-resolvable flag, which is no more bound locally.
368 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 369 flag, which does not exist any more.
c02a76cc 370
31fac3b8
EZ
3712001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
372
be8cf99e
EZ
373 * term/internal.el (IT-unicode-translations): Fix the appearance of
374 "6`".
375
31fac3b8
EZ
376 * progmodes/compile.el (compile-internal): If EMACS is already
377 defined in the environment, don't override its value.
378
73496807
GM
3792001-07-23 Gerd Moellmann <gerd@gnu.org>
380
9e5a7f2a
GM
381 * play/fortune.el: Undo change of 2001-07-13.
382 Fix autoload cookies. Add types to defcustoms.
383 (fortune) <defgroup>: Add :link.
384 (fortune-from-region): Use eq, not eql.
385 From Dave Love <fx@gnu.org>.
c02a76cc 386
5247262a 387 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 388
73496807
GM
389 * play/animate.el: New file.
390
722a451d
EZ
3912001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
392
393 * startup.el (normal-top-level-add-subdirs-to-load-path): On
394 Windows, put into normal-top-level-add-subdirs-inode-list the
395 canonicalized names of the directories instead of inode numbers.
396
4960e757 3972001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 398
4960e757
MK
399 * ediff-util.el: Copyright years.
400 (ediff-choose-syntax-table): New function.
401 (ediff-setup): Use ediff-choose-syntax-table.
73496807 402 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 403 vc-state is available.
73496807 404 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 405
4960e757
MK
406 * ediff-init.el (ediff-with-syntax-table): New macro, uses
407 with-syntax-table.
73496807
GM
408 (ediff-coding-system-for-read): From ediff-diff.el
409 (ediff-coding-system-for-write): New variable.
410 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 411 overlays.
73496807
GM
412 (ediff-file-remote-p): Use file-remote-p, if available.
413 (ediff-listable-file): New function.
414 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 415
73496807 416 * ediff-mult.el (ediff-meta-insert-file-info1): Use
4960e757 417 ediff-listable-file.
c02a76cc 418
73496807 419 * ediff-ptch.el (ediff-prompt-for-patch-file): Use
4960e757 420 ediff-coding-system-for-read.
73496807 421 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 422
73496807
GM
423 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
424 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 425
4960e757 426 * ediff.el: Date of last update, copyright years.
c02a76cc 427
4960e757 428 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 429
4960e757
MK
430 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
431 of Scott Bronson.
432 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
433 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
434 Deleted functions.
435 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
436 ex-token-list.
73496807 437 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 438
73496807 439 * viper-util.el (viper-int-to-char,viper-char-equal): New
4960e757 440 functions.
73496807
GM
441 (viper-memq-char): Use viper-int-to-char.
442 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 443 vc-locking-state.
73496807 444 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 445
73496807 446 * viper.el (viper-major-mode-modifier-list): Added
4960e757 447 inferior-emacs-lisp-mode.
73496807 448 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 449 heuristics to decide if vi state is appropriate.
73496807
GM
450 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
451 (viper-non-hook-settings): Don't advise read-key-sequence.
452 (viper-read-key-sequence): New function that replaces the
4960e757 453 previously used advice to read-key-sequence.
c02a76cc 454
73496807
GM
455 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
456 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
457 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
458 (viper-open-line-at-point,viper-substitute,viper-overwrite)
459 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
460 Got rid of the negative character hack.
4960e757 461 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
462 Use viper-read-key-sequence.
463 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 464 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 465 Don't override existing minibuffer-setup-hook.
4960e757 466 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 467 Convert registers to char data type.
73496807 468 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
469
470 * viper-keym.el: Use viper-exec-key-in-emacs.
471
05824718
SM
4722001-07-20 Stefan Monnier <monnier@cs.yale.edu>
473
474 * server.el (server-visit-files): Fix variable name typo.
475
6e07c0a5
GM
4762001-07-20 Gerd Moellmann <gerd@gnu.org>
477
05824718 478 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
479 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
480
5b6858da
SM
4812001-07-19 Stefan Monnier <monnier@cs.yale.edu>
482
483 * progmodes/compile.el (compilation-parse-errors): `linenum' might
484 return a this-error using the alternative format (a pair of markers).
485
794d58ba
GM
4862001-07-19 Gerd Moellmann <gerd@gnu.org>
487
4e2a256b
GM
488 * font-lock.el (c++-keywords): Add Standard C++ operator names.
489
794d58ba
GM
490 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
491 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 492
381194d0
PJ
4932001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
494
495 * international/iso-transl.el: Fix typo in the header of the file.
496
497 * textmodes/picture.el (picture): Doc fix.
498
499 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
500 follow coding conventions in generated files.
501
27009a49
EZ
5022001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
503
5b6858da 504 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
505 (tool-bar-add-item): Don't call image-related primitives if the
506 display doesn't support images.
507
508 * frame.el (display-images-p): New function.
509
467f1209
GM
5102001-07-17 Gerd Moellmann <gerd@gnu.org>
511
512 * server.el (server-visit-files): Handle the case the specified
513 column number is <= 0.
514
5152001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
516
517 * startup.el (command-line-1): Add support for +LINE:COLUMN
518 command line argument.
519
5202000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
521
5b6858da
SM
522 * server.el (server-process-filter, server-visit-files):
523 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 524
9781053a
PJ
5252001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
526
527 * emacs-lisp/easy-mmode.el: Add Keywords header.
528
529 * play/pong.el: Author has new address.
530
531 * play/landmark.el: Author is no more reachable.
532
533 * play/handwrite.el: Author is no more reachable.
534
5b6858da
SM
5352001-07-17 Stefan Monnier <monnier@cs.yale.edu>
536
537 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
538 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
539 Complete bindings for F<1..12> keys.
540 (global-map): Remove `undo' binding (already in the default).
541 Replace `t<n>' bindings with `f<n>' bindings.
542
a38b71b0
SM
5432001-07-16 Stefan Monnier <monnier@cs.yale.edu>
544
545 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
546 (tcl-mode): Use tcl-add-log-defun.
547 (tcl-indent-line): Use tcl-calculate-indent.
548 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
549 (tcl-indent-exp): Renamed from indent-tcl-exp.
550 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
551 (tcl-indent-for-comment): Call comment-indent-function properly
552 and handle the case where it returns nil.
553
c1d61a7d
GM
5542001-07-16 Gerd Moellmann <gerd@gnu.org>
555
a38b71b0
SM
556 * calendar/cal-islam.el (calendar-goto-islamic-date):
557 Remove autoload cookie.
558
559 * calendar/calendar.el (calendar-goto-islamic-date):
560 Add call to autoload.
c1d61a7d 561
c59fb719
SM
5622001-07-16 Stefan Monnier <monnier@cs.yale.edu>
563
564 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
565 Don't change compile-auto-highlight globally.
566 Don't bother with `font-lock-defaults' property since XEmacs
567 also understands the `font-lock-defaults' variable.
568 Use make-local-variable rather than make-variable-buffer-local.
569 Don't `defconst' comment-indent-function: keep the default.
570 Call easy-menu-add unconditionally.
571 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
572 (ada-create-menu): Use :included for Emacs as well.
573
574 * vc.el (vc-do-command): Autoload.
575
576 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
577
652a9be9
PJ
5782001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
579
580 * ps-print.el: Fix Author: header.
581
c3d6be34
GM
5822001-07-16 Gerd Moellmann <gerd@gnu.org>
583
4391d40d
GM
584 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
585 mouse-1 etc., bind them to `ignore'.
586
c3d6be34
GM
587 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
588 send-invisible, which is already defined in Comint.
589 (eshell-watch-for-password-prompt): Use it.
590
e8af40ee
PJ
5912001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
592
3c3e43ef
PJ
593 * which-func.el (which-func-mode): Doc fix.
594
e8af40ee 595 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
596 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
597 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
598 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
599 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
600 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
601 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
602 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
603 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
604 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
605 * emulation/edt-mapper.el, emulation/edt-pc.el,
606 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
607 * emulation/tpu-edt.el, emulation/tpu-extras.el,
608 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
609 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
610 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
611 * international/isearch-x.el, international/iso-cvt.el,
612 * international/ogonek.el, international/quail.el,
613 * international/utf-8.el, jit-lock.el, language/devan-util.el,
614 * language/devanagari.el, language/ethio-util.el,
615 * language/ethiopic.el, language/european.el, language/indian.el,
616 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
617 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
618 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
619 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
620 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
621 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
622 * progmodes/autoconf.el, progmodes/cmacexp.el,
623 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
624 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
625 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
626 * progmodes/ebnf2ps.el, progmodes/executable.el,
627 * progmodes/fortran.el, progmodes/idlw-shell.el,
628 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
629 * progmodes/m4-mode.el, progmodes/mantemp.el,
630 * progmodes/meta-mode.el, progmodes/octave-inf.el,
631 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
632 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
633 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
634 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
635 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
636 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
637 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
638 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
639 * textmodes/two-column.el, time-stamp.el, timezone.el,
640 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
641 * which-func.el, whitespace.el, wid-browse.el, widget.el,
642 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
643 conventions.
644
bb24c64f
GM
6452001-07-16 Gerd Moellmann <gerd@gnu.org>
646
647 * simple.el (set-variable): Require 'cus-edit' instead of
648 `wid-edit', so that the Custom widgets get defined.
649
6a05d05f
PJ
6502001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
651
652 * allout.el: A fix to follow coding conventions.
653
654 * find-lisp.el: A fix to follow coding conventions.
655
656 * term/w32-win.el: A fix to follow coding conventions.
657
658 * textmodes/sgml-mode.el: A fix to follow coding conventions.
659
660 * term/xterm.el: A fix to follow coding conventions.
661
662 * term/news.el: A fix to follow coding conventions.
663
664 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
665 header line fixed.
666
667 * sun-curs.el: Fix Maintainer: header line.
668
669 * emacs-lisp/easymenu.el: Address of the author added.
670
1b85bd12
GM
6712001-07-16 Gerd Moellmann <gerd@gnu.org>
672
673 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
674 property.
675
6e44da43
PJ
6762001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
677
678 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 679 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
680 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
681 Some fixes to follow coding conventions.
6e44da43 682
6033fc96
GM
6832001-07-16 Gerd Moellmann <gerd@gnu.org>
684
685 * which-func.el (which-func-mode): Doc fix.
686
5d3d1e32
SM
6872001-07-15 Stefan Monnier <monnier@cs.yale.edu>
688
689 * net/rcompile.el (remote-compile): Use make-local-variable.
690
691 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
692
693 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
694
695 * mail/reporter.el (reporter-submit-bug-report):
696 Don't abuse make-variable-buffer-local. Fix call to add-hook.
697
55535639
PJ
6982001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
699
3afbc435 700 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
701 * calendar/cal-dst.el, calendar/cal-french.el,
702 * calendar/cal-hebrew.el, calendar/cal-islam.el,
703 * calendar/cal-iso.el, calendar/cal-julian.el,
704 * calendar/cal-mayan.el, calendar/cal-persia.el,
705 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
706 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
707 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
708 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
709 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
710 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
711 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
712 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
713 * progmodes/ada-xref.el, progmodes/cc-align.el,
714 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
715 * progmodes/cc-defs.el, progmodes/cc-engine.el,
716 * progmodes/cc-langs.el, progmodes/cc-menus.el,
717 * progmodes/cc-styles.el, progmodes/cc-vars.el,
718 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
719 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
720 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
721 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
722 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
723 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
724 conventions in Eshell files with known maintainers.
725
726 * emulation/viper.el: A fix to follow coding conventions.
727
60370d40 728 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
729 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
730 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
731 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
732 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
733 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
734 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
735 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
736 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
737 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
738 conventions in Eshell files.
739
740 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
741 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
742 * emulation/pc-mode.el, emulation/viper-cmd.el,
743 * emulation/viper-ex.el, emulation/viper-init.el,
744 * emulation/viper-keym.el, emulation/viper-macs.el,
745 * emulation/viper-mous.el, emulation/viper-util.el,
746 * emulation/viper.el, forms-pass.el, international/ccl.el,
747 * international/characters.el, international/encoded-kb.el,
748 * international/fontset.el, international/ja-dic-cnv.el,
749 * international/ja-dic-utl.el, international/kinsoku.el,
750 * international/kkc.el, international/mule-cmds.el,
751 * international/mule-diag.el, international/mule-util.el,
752 * international/mule.el, international/titdic-cnv.el,
753 * language/china-util.el, language/chinese.el,
754 * language/cyril-util.el, language/cyrillic.el, language/english.el,
755 * language/greek.el, language/hebrew.el, language/japan-util.el,
756 * language/japanese.el, language/korea-util.el, language/korean.el,
757 * language/lao-util.el, language/lao.el, language/misc-lang.el,
758 * language/slovak.el, language/thai-util.el, language/thai.el,
759 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
760 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
761 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
762 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
763 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
764 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
765 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
766 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
767 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
768 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
769 to follow coding conventions in files without maintainer or in files
770 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
771
772 * emacs-lisp/elp.el: A fix to follow coding conventions.
773
715a2ca2 774 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
775 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
776 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
777 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
778 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
779 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
780 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
781 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
782 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
783 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
784 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
785 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
786 conventions in files from Gnus.
787
55535639 788 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
789 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
790 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
791 * echistory.el, electric.el, emacs-lisp/authors.el,
792 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
793 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
794 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
795 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
796 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
797 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
798 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
799 * international/codepage.el, international/iso-ascii.el,
800 * international/iso-insert.el, international/iso-transl.el,
801 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
802 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
803 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
804 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
805 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
806 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
807 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
808 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
809 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
810 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
811 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
812 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
813 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
814 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
815 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
816 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
817 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
818 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
819 * textmodes/tex-mode.el, textmodes/text-mode.el,
820 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
821 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
822 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
823 files maintained by FSF.
824
1cd7adc6
PJ
8252001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
826
827 * arc-mode.el: A fix to follow coding conventions.
828
829 * bindings.el: Ditto.
830
831 * cdl.el: Ditto.
832
833 * comint.el: Ditto.
834
835 * cus-start.el: Ditto.
836
837 * shell.el: Ditto.
838
839 * skeleton.el: Ditto.
840
07b1b912
SM
8412001-07-13 Stefan Monnier <monnier@cs.yale.edu>
842
843 * info.el (Info-build-node-completions):
844 Make Info-current-file-completions buffer local.
845
09938b67
GM
8462001-07-13 Gerd Moellmann <gerd@gnu.org>
847
e0f82ad8 848 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 849 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 850
07b1b912
SM
851 * calendar/cal-islam.el (calendar-goto-islamic-date):
852 Add autoload cookie.
aa11456f 853
09938b67
GM
854 * play/fortune.el: Add types to defcustoms.
855
ebea5735
PJ
8562001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
857
09938b67 858 * language/czech.el: A fix to follow coding conventions.
ebea5735 859
ec7dc7e1
EZ
8602001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
861
862 * speedbar.el (speedbar-supported-extension-expressions): Add .g
863 to the extension list, for antlr-mode. From Christoph Wedler
864 <Christoph.Wedler@sap.com>.
865
ec402ad4
SM
8662001-07-11 Stefan Monnier <monnier@cs.yale.edu>
867
868 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
869 (vc-dired-mode-map): Fix the madness.
870
871 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
872 (vc-prefix-map): Moved back from vc.el.
873
a777242c
GM
8742001-07-11 Gerd Moellmann <gerd@gnu.org>
875
07b1b912
SM
876 * mail/mail-extr.el (mail-extr-all-top-level-domains):
877 Increase the size of the obarray.
a777242c
GM
878 (mail-extr-all-top-level-domains): Add more toplevel domains,
879 add more long names.
880 From: Per Starback <starback@ling.uu.se>.
881
874d7995
EZ
8822001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
883
884 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
885 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
886
887 * progmodes/ada-mode.el: Ditto.
888
889 * progmodes/ada-xref.el: Ditto.
890
ff524b84
MB
8912001-07-11 Miles Bader <miles@gnu.org>
892
893 * finder.el (finder-insert-at-column): Also move to the next line
894 if exactly at COLUMN.
895
6b05fae3
GM
8962001-07-10 Gerd Moellmann <gerd@gnu.org>
897
6ce5615d
GM
898 * help.el (describe-function-1): When printing FUNCTION's
899 documentation, don't assume FUNCTION is a symbol.
900
6b05fae3
GM
901 * startup.el (normal-top-level): Don't operate on the initial
902 frame if we failed to create one.
903
19da29f9
GM
9042001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
905
906 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
907 itself, i.e. only indent the contents in it.
908
6f19114e
GM
9092001-07-10 Markus Rost <rost@math.ohio-state.edu>
910
911 * mail/rmail.el (rmail-show-message): Show beginning of message in
912 all windows containing it.
913
8184a578
EZ
9142001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
915
916 * term/tty-colors.el: Fix the header line and copyright years.
917
524ac5b2
GM
9182001-07-09 Gerd Moellmann <gerd@gnu.org>
919
4033ae9d
GM
920 * emacs-lisp/advice.el (ad-make-advised-definition): If the
921 original definition has an interactive form, but is Elp
922 instrumented, use the interactive form of the function called by
923 elp-wrapper.
924
59c2dcf4
GM
925 * winner.el (winner-equal): Make it a defun. Don't compare Winner
926 configurations with compare-window-configuration; they aren't
927 window configurations.
928
524ac5b2
GM
929 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
930 from the server for the format we expect. Don't use it if it
c59fb719 931 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 932
06c66e1c 933 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
934 From Luis Fernandes <elf@ee.ryerson.ca>.
935
524ac5b2 9362001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
937
938 * cc-cmds.el: Extended the kludge to interoperate with the
939 delsel and pending-del packages wrt to the new function
940 `c-electric-delete-forward'.
941
851040a5
SM
9422001-07-08 Stefan Monnier <monnier@cs.yale.edu>
943
944 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
945 to delay the call to <mode> for global minor modes.
946 (easy-mmode-define-navigation): Only recenter if interactive.
947
6573d87f
GM
9482001-07-06 Gerd Moellmann <gerd@gnu.org>
949
a25e82a8
GM
950 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
951 to lisp-indent-line.
952
6573d87f
GM
953 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
954 from the server. Call encode-time only when we are sure that we
955 got a 213 response.
956
c1a1fd60
GM
9572001-07-06 Simon Josefsson <jas@extundo.com>
958
959 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
960 (mail-envelope-from): New user option.
961 (sendmail-send-it): Use it.
962
4b81a999
GM
9632001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
964
851040a5
SM
965 * ps-print.el: Use locale dependant date to print date in header.
966 Doc fix.
4b81a999
GM
967 (ps-print-version): New version number (6.5.3).
968 (ps-right-header, ps-right-footer): Initialization and doc fix.
969 (ps-time-stamp-locale-default): New fun.
970
a2cc5c4f
GM
9712001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
972
973 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
974 field problem with MIME-mode.
975
976 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
977
9782001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
979
980 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
981 MIME-mode.
982
a9b511e0
EZ
9832001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
984
985 * bindings.el (mode-line-mule-info): Don't show the tip with
986 buffer-file-coding-system if that is nil.
987
0f60e5ff
GM
9882001-07-05 Gerd Moellmann <gerd@gnu.org>
989
f25cfe53
GM
990 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
991 instead of kill-line.
992
5f72adc0
GM
993 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
994 <Pavel@Janik.cz>.
995
996 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
997 <Pavel@Janik.cz>.
0f60e5ff 998
b5e2c7a7
GM
9992001-07-04 Gerd Moellmann <gerd@gnu.org>
1000
1001 * font-lock.el (c-font-lock-keywords-3): When matching something
1002 like `struct X Y', finish with point after Y.
1003
e5836af8 10042001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 1005
e5836af8 1006 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 1007 in caller buffer.
e5836af8 1008
f1c53471
EZ
10092001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
1010
bf4041b6 1011 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
1012 instead of string-match to find the basename of the file.
1013 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 1014
851040a5
SM
1015 * net/browse-url.el (browse-url-default-windows-browser):
1016 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
1017 (browse-url-browser-function) [ms-dos]: Default to
1018 browse-url-default-windows-browser.
1019
f1c53471
EZ
1020 * help.el (locate-library): Enable code that looks for compressed
1021 libraries if auto-compression-mode is on.
1022
4ce5c223
SM
10232001-07-02 Stefan Monnier <monnier@cs.yale.edu>
1024
1025 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1026
dd441b46
GM
10272001-07-02 Gerd Moellmann <gerd@gnu.org>
1028
4ce5c223 1029 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 1030
7a3ee510
EZ
10312001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
1032
33e432b1
EZ
1033 * allout.el: Fix the header line, so that finder.el recognizes it.
1034 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1035
4ce5c223
SM
1036 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1037 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 1038
3024d920
EZ
10392001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1040
4ce5c223 1041 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 1042
3024d920
EZ
1043 * ps-bdf.el (bdf-directory-list): Use the value relative to
1044 installation-directory for MS-Windows as well.
1045
0c1baae8
RS
10462001-06-29 Richard M. Stallman <rms@gnu.org>
1047
1048 * wid-edit.el (widget-color-sample-face-get):
1049 Return ((foreground-color . COLOR)) instead of constructing a face.
1050
442ebe98
EZ
10512001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1052
1053 * faces.el (region): Change the background color for the
1054 light-background color display to lightgoldenrod2, to make it
1055 visible on some laptops.
1056
6519817e
RS
10572001-06-28 Richard M. Stallman <rms@gnu.org>
1058
1059 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
1060 (rmail-msg-restore-non-pruned-header): Likewise.
1061 If point was in the old pruned header, put it at the top.
1062 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 1063
6519817e
RS
1064 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
1065 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
1066
15533ae2
SM
10672001-06-28 Stefan Monnier <monnier@cs.yale.edu>
1068
1069 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
1070
19a448e3
KF
10712001-06-28 Karl Fogel <kfogel@red-bean.com>
1072
1073 * saveplace.el: Update maintainer email address.
1074
a17555fd
FP
10752001-06-27 Francesco Potorti` <pot@gnu.org>
1076
15533ae2
SM
1077 * uniquify.el: (uniquify-rationalize-file-buffer-names):
1078 Undo previous change.
a17555fd
FP
1079
10802001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
1081
1082 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1083 preliminary quick reordering. Can speed things up dramatically.
1084
555cc9ca
RS
10852001-06-26 Richard M. Stallman <rms@gnu.org>
1086
4d68abe0
RS
1087 * dired.el (dired-get-filename): A file name starting with ~
1088 is not absolute in this context.
1089
555cc9ca
RS
1090 * which-func.el (which-func-maxout): Increase default to 500000.
1091 (which-function-mode): This is now the "real" name of the function.
1092 (which-func-mode): Now an alias.
1093 (which-func-mode-global): Name deleted.
1094
1095 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1096 button-2, when binding hs-mouse-toggle-hiding.
1097
d9bad487
GM
10982001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1099
15533ae2 1100 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
1101 (rmail-msg-prune-header): Likewise.
1102 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1103 and `rmail-msg-prune-header'.
1104
da197e75
SM
11052001-06-25 Stefan Monnier <monnier@cs.yale.edu>
1106
1107 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1108 back than LINEBEG.
1109
9501b986
EZ
11102001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
1111
1112 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1113 window where they clicked the mouse has a header line, adjust
1114 vertical movement by one.
1115
7aee34d3
GM
11162001-06-25 Milan Zamazal <pdm@zamazal.org>
1117
da197e75
SM
1118 * progmodes/glasses.el (glasses-make-readable): Consider underscores
1119 too when separating a parenthesis.
7aee34d3 1120
b9cc92a4
EZ
11212001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
1122
1123 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1124 (bookmark-bmenu-hide-filenames): Add help-echo to
1125 mouse-highlighted text.
1126 (bookmark-bmenu-show-filenames): Remove help-echo property from
1127 the whitespace.
1128
e55c4863
EZ
11292001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
1130
da197e75
SM
1131 * files.el (auto-mode-alist): Add configure.ac (autoconf).
1132 From Karl Eichwalder <ke@suse.de>.
e55c4863 1133
4bd41f5a
RS
11342001-06-23 Richard M. Stallman <rms@gnu.org>
1135
1136 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1137
1138 * progmodes/cc-styles.el (c-set-style): Don't specify initial
1139 contents for completing-read.
1140
fdae95d4
RS
11412001-06-22 Richard M. Stallman <rms@gnu.org>
1142
1143 * menu-bar.el (menu-bar-make-toggle): Construct the
1144 function's doc string from HELP, not DOC, and make it accurate by
1145 adding "Toggle whether to " at the front and downcasing the initial.
1146 Change the HELP arg in some calls to make it fit this usage.
1147
1148 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1149 Undo previous change.
1150
5f0e1d42
EZ
11512001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
1152
1fd63d9b
EZ
1153 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1154
da197e75 1155 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 1156
2ebf8f54
EZ
11572001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
1158
7a03d9cd
EZ
1159 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1160
2ebf8f54
EZ
1161 * dabbrev.el (dabbrev--select-buffers): Fix last change.
1162
4de68712
RS
11632001-06-20 Richard M. Stallman <rms@gnu.org>
1164
1165 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1166 broken out from dabbrev--find-expansion. Handle minibuffer
1167 specially here.
1168 (dabbrev--find-expansion): Simplify code in various ways.
1169 Don't treat minibuffers specially.
1170 Call dabbrev--make-friend-buffer-list.
da197e75 1171 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
1172 (dabbrev--scanning-message): Do nothing when minibuffer is current.
1173
f84e9763 11742001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 1175
f84e9763
JW
1176 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1177 Also, added a comment describing how to greatly speedup Eshell
1178 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 1179
f5f3efaa 11802001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 1181
da197e75
SM
1182 * eshell/esh-mode.el: Disabled a test that often yields false failures.
1183
f84e9763
JW
11842001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
1185
1186 * woman.el (WoMan-highlight-references): Add help-echo to
1187 mouse-highlighted text.
b868ed49 1188
f7ac3e28
SM
11892001-06-18 Stefan Monnier <monnier@cs.yale.edu>
1190
1191 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1192
f6f1beba
GM
11932001-06-18 Gerd Moellmann <gerd@gnu.org>
1194
f7ac3e28
SM
1195 * international/quail.el (quail-start-conversion):
1196 Reset quail-translating to nil.
db8f7303 1197
f6f1beba
GM
1198 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1199 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1200
1a0b9ae6
EZ
12012001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
1202
855eca56
EZ
1203 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1204 mouse-highlighted text.
1205
1a0b9ae6
EZ
1206 * dired.el (dired-mark-pop-up): Fix last change.
1207
e75e894b
EZ
12082001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1209
218abc51
EZ
1210 * calendar/calendar.el (generate-calendar-month): Add help-echo to
1211 mouse-highlighted text.
1212
d36ca65d
EZ
1213 * net/quickurl.el (quickurl-url-file): Run through
1214 convert-standard-filename.
1215 (quickurl-list-populate-buffer): Add help-echo to
1216 mouse-highlighted text.
1217 (top-level): Update Dave's URL.
1218
092924fd
EZ
1219 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1220 mouse-highlighted text.
1221
f7ac3e28
SM
1222 * textmodes/page-ext.el (pages-copy-header-and-position):
1223 Add help-echo to mouse-highlighted text.
092924fd
EZ
1224
1225 * tar-mode.el (tar-header-block-summarize): Add help-echo to
1226 mouse-highlighted text.
1227
1228 * replace.el (occur): Add help-echo to mouse-highlighted text.
1229
1230 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1231 mouse-highlighted text.
1232
1233 * progmodes/cpp.el (cpp-make-button): Add help-echo to
1234 mouse-highlighted text.
1235
f7ac3e28
SM
1236 * progmodes/compile.el (compile-reinitialize-errors):
1237 Add help-echo to mouse-highlighted messages.
092924fd
EZ
1238 (compilation-forget-errors): Remove help-echo property as well.
1239
f7ac3e28
SM
1240 * play/landmark.el (lm-plot-square, lm-init-display):
1241 Add help-echo to mouse-highlighted text.
092924fd 1242
f7ac3e28
SM
1243 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1244 Add help-echo to mouse-highlighted text.
092924fd
EZ
1245
1246 * dired.el (dired-insert-set-properties): Add help-echo to
1247 mouse-highlighted text.
f7ac3e28 1248 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
1249
1250 * comint.el (comint-send-input): Add help-echo to
1251 mouse-highlighted text.
1252
1253 * buff-menu.el (list-buffers-noselect): Add help-echo to
1254 mouse-highlighted text.
1255
1256 * arc-mode.el (archive-summarize-files): Add help-echo to
1257 mouse-highlighted text.
1258
e75e894b
EZ
1259 * ffap.el (ffap-machine-p): Always return nil if
1260 open-network-stream is not fboundp.
1261
f621ed9d
SM
12622001-06-17 Stefan Monnier <monnier@cs.yale.edu>
1263
1264 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
1265 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1266 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1267 incorrectly binding chars between 128 and 256 to it.
1268 (sgml-maybe-name-self): Handle latin-1 chars properly.
1269 (sgml-tags-invisible): Bind buffer-file-name to nil.
1270 Use unwind-protect and restore-buffer-modified-p.
1271 (sgml-point-entered): Use buffer-substring-no-properties.
1272 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1273 (html-mode): Don't force `imenu-sort-function'.
1274
884e8578
EZ
12752001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1276
d5b49f47
EZ
1277 * tar-mode.el: Fix the copyright notice.
1278
ce6b1982
EZ
1279 * font-lock.el (font-lock-comment-face): For tty's with dark
1280 background, use "red1", since "lightred" is not one of the colors
1281 recognized by tty-colors.el.
1282
884e8578
EZ
1283 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1284 create a buffer for extracted file, in case there's more than one
1285 file by that name in an archive, possibly in different
1286 directories. From Kevin Rodgers <kevinr@ihs.com>.
1287
1288 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
1289 <alex@gnu.org>.
1290
72190a54
MB
12912001-06-15 Miles Bader <miles@gnu.org>
1292
f621ed9d
SM
1293 * textmodes/texinfmt.el (texinfo-format-syntax-table):
1294 Revert previous change.
72190a54 1295
e4cdc335
RS
12962001-06-14 Richard M. Stallman <rms@gnu.org>
1297
1298 * replace.el (keep-lines-read-args): Return just a regexp.
1299 Provide nil for the region args.
f621ed9d 1300 (keep-lines, flush-lines, how-many):
e4cdc335
RS
1301 Calculate the defaults for the region here, when args are nil.
1302
c8c6b45a
EZ
13032001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1304
1305 * rot13.el (rot13-other-window): Some more doc fix.
1306
f54701d1
EZ
13072001-06-14 Per Starback <starback@ling.uu.se>
1308
1309 * replace.el (case-replace, query-replace-from-history-variable)
1310 (query-replace-to-history-variable, keep-lines-read-args)
1311 (occur-revert-function, query-replace-help): Dox fix.
1312
1604ce98
EZ
13132001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1314
1315 * rot13.el (rot13-other-window): Doc fix.
1316
22058843
MB
13172001-06-14 Miles Bader <miles@gnu.org>
1318
1319 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1320 of " and \ to "." (punctuation).
1321 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1322
e4cdc335
RS
13232001-06-13 Richard M. Stallman <rms@gnu.org>
1324
1325 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1326
1327 * simple.el (shell-command-on-region): Never kill the
1328 *Shell Command Output* buffer.
1329
a62d56ab
SM
13302001-06-13 Stefan Monnier <monnier@cs.yale.edu>
1331
1332 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1333
4a0aa1d9
SM
13342001-06-10 Stefan Monnier <monnier@cs.yale.edu>
1335
1336 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1337 New var, to recognize ${ $' and PODs.
1338 (perl-font-lock-syntactic-face-function): New function.
1339 (perl-mode): Use them.
1340 (perl-continuation-line-p): New function, from perl-calculate-indent.
1341 (perl-calculate-indent): Use it, to properly handle continuation
1342 lines of continuation lines.
1343
b5a9911c
EZ
13442001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
1345
1346 * server.el (server-process, server-buffer-clients): Doc fix.
1347 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1348
0f056ec1
JW
13492001-06-09 John Wiegley <johnw@gnu.org>
1350
1351 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1352 test if the last command was Lisp or not.
1353 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1354 B x C".
1355
e5e316b0
EZ
13562001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
1357
1358 * dos-w32.el (grep-regexp-alist): Remove definition, since the
1359 general one on compile.el supports drive letters.
7f4350a7
CD
1360
13612001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
1362
5a905a7e 1363 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 1364 key description.
7f4350a7
CD
1365
1366 * textmodes/reftex-sel.el (reftex-select-jump): New command.
1367
5a905a7e 1368 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
1369 (reftex-toc-jump): New command.
1370
1371 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 1372 to parse international characters as well.
7f4350a7 1373
5a905a7e 1374 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 1375 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 1376
5a905a7e
SM
1377 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1378
1379 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 1380 TAB to the key separators.
7f4350a7 1381
73419021
EZ
13822001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
1383
1384 * international/mule.el (auto-coding-alist): Remove redundant
1385 up-cased versions of the extensions (auto-coding-alist-lookup is
1386 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
1387 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
1388
cada28bb
EZ
13892001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
1390
1391 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1392
4f7666dc
RS
13932001-06-01 Richard M. Stallman <rms@gnu.org>
1394
1395 * help.el (describe-variable): Put value on same line
1396 with preceding text, if it is short enough to look good that way.
1397
70079787
EZ
13982001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1399
1400 * term/internal.el (IT-unicode-translations): New variable.
1401 (IT-setup-unicode-display): New function.
1402
c86f4619
GM
14032001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1404
1405 * ps-print.el: Handle before-string and after-string overlay properties
1406 in ps-print-*-with-faces commands. Doc fix.
1407 (ps-print-version): New version number (6.5.2).
1408 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1409 for XEmacs.
1410 (ps-prefix-quote): Doc fix.
c6d452ad 1411 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
1412 (ps-basic-plot-str, ps-plot-string): New funs.
1413
1ea98518
SM
14142001-05-31 Stefan Monnier <monnier@cs.yale.edu>
1415
1416 * progmodes/etags.el (tags-compression-info-list): Fix docstring
1417 and :type spec.
1418
2b1ec973
GM
14192001-05-31 Gerd Moellmann <gerd@gnu.org>
1420
1ea98518
SM
1421 * international/mule-cmds.el (inactivate-input-method):
1422 Set input-method-function to nil.
2b1ec973 1423
94843cc1
GM
1424 * xml.el (xml-parse-tag): The document may contain invalid characters.
1425 From ShengHuo ZHU <zsh@cs.rochester.edu>
1426
9652931f
GM
14272001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1428
1429 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
1430 `rmail-summary-line-decoder' if the message does not have
1431 a Subject: field.
9652931f 1432
1ea98518 1433 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 1434
1ea98518
SM
1435 * mail/rmail.el (rmail-insert-mime-resent-message-function):
1436 New variable.
9652931f
GM
1437 (rmail-resend): Modify to work in `rmail-view-buffer'; call
1438 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1439 is non-nil.
1440
f7ac3e28
SM
14412001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
1442
1443 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1444
b781e739
SS
14452001-05-29 Sam Steingold <sds@gnu.org>
1446
00f51890
SS
1447 * faces.el (face-valid-attribute-values): Bind `valid' directly
1448 instead of using `setq'.
1449
b781e739
SS
1450 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1451 Use `tex-shell-buf'.
1452 (tex-shell-proc): Use `tex-shell-running'.
1453 (tex-shell-buf-no-error): New function.
1454 (tex-send-tex-command): Use it.
1455 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1456 (tex-kill-job): Check the process before calling `quit-process'.
1457
3d0e328b
GM
14582001-05-29 Gerd Moellmann <gerd@gnu.org>
1459
1ea98518
SM
1460 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1461 UTF-8 sequences.
3d0e328b 1462
8bd6307f
GM
14632001-05-28 Miles Bader <miles@gnu.org>
1464
1465 * comint.el (comint-carriage-motion): Renamed from
1466 `comint-cr-magic'. Operate on the buffer instead of the string
1467 (for use as a comint post-output filter, instead of as a
1468 pre-output filter). Handle backspaces too. Add to the
1469 `comint-output-filter-functions' hook instead of
1470 `comint-preoutput-filter-functions'.
1471
89c8dc6c
GM
14722001-05-28 Gerd Moellmann <gerd@gnu.org>
1473
1474 * language/japan-util.el (japanese-hankaku): Prefer the charset
1475 `jisx0201' when the optional argument `ascii-only' is not specified.
1476 (japanese-hankaku-region): Ditto.
1477 From Katsumi Yamaoka <yamaoka@jpl.org>
1478
f25c1b9b
SM
14792001-05-28 Stefan Monnier <monnier@cs.yale.edu>
1480
1481 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1482 (outline-invisible-p): New function.
1483 (hide-leaves): Save excursion.
1484 (hide-other): Stop looping when reaching bobp.
1485
719bb352
EZ
14862001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1487
1488 * cus-edit.el (custom-file): Fix last change.
1489
d686d354
SM
14902001-05-27 Stefan Monnier <monnier@cs.yale.edu>
1491
1492 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1493 same definition in byte-compile-function-environment as `autoload'
1494 would put in `symbol-function'.
1495
1496 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1497 patch to correct the error message as well.
1498
49b1a638
EZ
14992001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
1500
71261a01
EZ
1501 * cus-edit.el (custom-file): Don't assume we were invoked with -q
1502 unless ~/.emacs exists.
1503
49b1a638
EZ
1504 * novice.el (enable-command): If user-init-file is nil or does not
1505 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1506
a434b175
SM
15072001-05-25 Stefan Monnier <monnier@cs.yale.edu>
1508
15ca8de7
SM
1509 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1510 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1511 Allow spaces around macro arguments.
1512 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1513 indent-for-tab-command.
1514 (latex-mode-map, plain-tex-mode-map): New keymaps.
1515 Inherit from tex-mode-map.
1516 (tex-common-initialization): Don't setup the keymap any more
1517 since it's now done right by define-derived-mode.
1518 (latex-mode): Set skeleton-end-hook to nil.
1519 (latex-skeleton-end-hook): Remove.
1520 (tex-latex-block, latex-insert-item): Simplify.
1521 (latex-syntax-after): Use following-char rather than char-after.
1522 (tex-discount-args-cmds, tex-count-words): New functions.
1523
1524 * textmodes/tildify.el (tildify-ignored-environments-alist):
1525 Recognize \verb* as well.
1526
1527 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1528 (perl-comment-indent): Simplify to let newcomment.el do its job.
1529 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1530 (perl-mark-function): Cleanup the namespace.
1531 (perl-calculate-indent): Don't be fooled by nested functions.
1532
1533 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1534
a434b175
SM
1535 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1536 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
1537
4e7e1f03
AC
15382001-05-25 Andrew Choi <akochoi@i-cable.com>
1539
1540 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1541 actually be `\\'.
1542 (ctlau-b5-converter): Likewise.
1543
2bef0948
AC
15442001-05-24 Andrew Choi <akochoi@i-cable.com>
1545
1546 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
1547 Change CTLauB.el to CTLau-b5.el.
1548
d2d1851b
SM
15492001-05-23 Stefan Monnier <monnier@cs.yale.edu>
1550
1551 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1552 rather than beginning-of-line to avoid problems with fields.
1553 (gud-perldb-massage-args): Use unless and push.
1554 (gud-chdir-before-run): New var.
1555 (gud-common-init): Use it.
1556
5e3d4fbc
AC
15572001-05-24 Andrew Choi <akochoi@i-cable.com>
1558
1559 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1560 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 1561 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 1562 chinese-ctlaub.
d2d1851b
SM
1563 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1564 New functions.
5e3d4fbc 1565
0216c3df
GM
15662001-05-22 Gerd Moellmann <gerd@gnu.org>
1567
f1f65349
GM
1568 * cus-edit.el (custom-comment-show): Remove debug code.
1569
0216c3df
GM
1570 * language/japan-util.el (japanese-symbol-table): Fix handling of
1571 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
1572
e8a1ed31
SM
15732001-05-21 Stefan Monnier <monnier@cs.yale.edu>
1574
1575 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1576 Renamed by removing the silly `-flag' suffix.
1577 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1578
7246200c
SM
15792001-05-20 Stefan Monnier <monnier@cs.yale.edu>
1580
1581 * replace.el (keep-lines-read-args): Use `copy-marker'.
1582 (how-many): Save excursion properly.
1583 (occur-mode): Use define-derived-mode.
1584 (perform-replace): Use with-current-buffer.
1585
7e971261
RS
15862001-05-20 Richard M. Stallman <rms@gnu.org>
1587
65569e52
RS
1588 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1589
cc9684e8
RS
1590 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1591
9ca00e71
RS
1592 * info.el (Info-read-subfile): Widen before finding the
1593 desired node in the subfile.
1594
7e971261
RS
1595 * startup.el (command-line-1): When >2 files visited,
1596 leave the last one visible, and make that the selected window.
1597
7c5312b2
GM
15982001-05-20 Gerd Moellmann <gerd@gnu.org>
1599
1600 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1601
310e9a21
EZ
16022001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
1603
7246200c
SM
1604 * international/ccl.el (define-ccl-program): Fix a typo.
1605 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
1606
1607 * international/mule.el (decode-char): Fix a typo. From Pavel
1608 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1609
1610 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
1611 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1612
310e9a21
EZ
1613 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
1614 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1615
ef55aa6c
SS
16162001-05-18 Sam Steingold <sds@gnu.org>
1617
7246200c 1618 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
1619 and [RET] to `cvs-mode-find-file'.
1620
c9f3bebe
JW
16212001-05-18 John Wiegley <johnw@gnu.org>
1622
1623 * eshell/esh-ext.el (eshell-explicit-command-char): A new
1624 configuration variable, which determines the initial character
1625 that forces use of an external version of a command. The default
1626 is *, but may be set to \, for example.
1627
1628 * eshell/esh-ext.el (eshell-explicit-command):
1629 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 1630
c9f3bebe
JW
1631 * eshell/esh-cmd.el (eshell/which):
1632 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 1633
7c5312b2
GM
1634 * eshell/em-cmpl.el (eshell-completion-command-name)
1635 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
1636 instead of ?*.
1637
1c66d9fb
GM
16382001-05-18 Gerd Moellmann <gerd@gnu.org>
1639
a724ed38
GM
1640 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1641 subst-char-in-string.
1642 (ange-ftp-after-parse-ls-hook): New variable.
1643 (ange-ftp-ls): Run that hook.
1644 From Peter Milliken <Peter.Milliken@GTECH.COM>.
1645
0595722b
GM
1646 * tmm.el (tmm-get-keymap): Fix handling of :filter.
1647 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1648 text into *Completions*.
1649
1c66d9fb
GM
1650 * net/goto-addr.el (goto-address-at-point): Deal with URLs
1651 part of which look like email addresses.
1652
c5bdb93d
AI
16532001-05-18 Andrew Innes <andrewi@gnu.org>
1654
7246200c
SM
1655 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1656 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
1657 cmd.exe's handling of FOR loops.
1658 (autoloads): Set find-file-suppress-same-file-warnings to t to
1659 avoid slew of spurious messages.
1660
9a1211f2
GM
16612001-05-18 Simon Josefsson <simon@josefsson.org>
1662
1663 * mail/smtpmail.el (maybe-append-domain): Renamed to
1664 `smtpmail-maybe-append-domain'.
1665 (smtpmail-via-smtp): Use the new name.
1666
29148a3f
GM
1667 * net/browse-url.el (browse-url-browser-function): Add kde.
1668 (browse-url-kde-program, browse-url-kde-args): New variables.
1669 (browse-url-kde): New function.
1670
9ab59a1a
MB
16712001-05-18 Miles Bader <miles@gnu.org>
1672
7246200c
SM
1673 * simple.el (delete-horizontal-space, just-one-space):
1674 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
1675 because it's more efficient for large files.
1676
cebf1b97
GM
16772001-05-17 Gerd Moellmann <gerd@gnu.org>
1678
f90c23ca
GM
1679 * mail/rmail.el (rmail-require-mime-maybe): New function.
1680 (rmail): Use it.
1681 (rmail-mode): Handle the case of finding Rmail files.
1682
cebf1b97
GM
1683 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1684 functions.
1685
df22166e
SM
16862001-05-17 Stefan Monnier <monnier@cs.yale.edu>
1687
1688 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1689 text-property after moving to the beginning of line and regardless
1690 of the value of font-lock-multiline.
1691
2ca0d5f1
GM
16922001-05-17 Gerd Moellmann <gerd@gnu.org>
1693
e85e809a
GM
1694 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
1695
2ca0d5f1
GM
1696 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
1697 last coding system used before calling set-buffer-modified-p
1698 because that function changes last-coding-system.
1699
4c6a4739
EZ
17002001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1701
1702 * files.el (switch-to-buffer-other-window)
1703 (switch-to-buffer-other-frame): Add an xref to display-buffer in
1704 the doc string.
1705
f08cf35b
GM
17062001-05-17 Gerd Moellmann <gerd@gnu.org>
1707
1708 * language/slovak.el, language/czech.el: New maintainer.
1709
2180ea97
SS
17102001-05-16 Sam Steingold <sds@gnu.org>
1711
f08cf35b 1712 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
1713 sub-form of `defgeneric' correctly.
1714
9bae8781
GM
17152001-05-16 Gerd Moellmann <gerd@gnu.org>
1716
a90b3d3c
GM
1717 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
1718 of `c'.
1719
1b7818b4 1720 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
1721 condition-case, test what outline-level returns instead, to
1722 ease debugging.
1b7818b4 1723
9bae8781
GM
1724 * international/mule.el (auto-coding-regexp-alist): New user-option.
1725 (auto-coding-from-file-contents): New function.
1726 (set-auto-coding): Use it to determine a coding system.
1727
7644c605
GM
17282001-05-15 Gerd Moellmann <gerd@gnu.org>
1729
18a0a39e
GM
1730 * mouse.el (mouse-delete-other-windows): Doc fix.
1731
df22166e
SM
1732 * emacs-lisp/lisp-mode.el (lisp-mode):
1733 Make font-lock-keywords-case-fold-search a buffer-local variable with
1734 make-local-variable before setting it.
7644c605 1735
940cf42e
EZ
17362001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
1737
1738 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
1739 prefixes.
1740
557f7c34
GM
17412001-05-14 Gerd Moellmann <gerd@gnu.org>
1742
1743 * hexl.el (hexl-current-address): Print a message when called
1744 interactively.
1745
14d9b141
SM
17462001-05-11 Stefan Monnier <monnier@cs.yale.edu>
1747
1748 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
1749
1750 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
1751
1752 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
1753
7bd2d083
GM
17542001-05-11 Gerd Moellmann <gerd@gnu.org>
1755
47e72862
GM
1756 * startup.el (command-line): If parameters have been changed in
1757 the init files which influence font selection, clear the face
1758 cache so that faces get realized with the new parameters.
1759
14d9b141 1760 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 1761
0f49941f
SM
17622001-05-10 Stefan Monnier <monnier@cs.yale.edu>
1763
1764 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
1765
cbeed4a8
EZ
17662001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
1767
1768 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
1769 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
1770
ff9aa2ca
GM
17712001-05-10 Gerd Moellmann <gerd@gnu.org>
1772
1773 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 1774 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 1775
b2c99950
JW
17762001-05-09 John Wiegley <johnw@gnu.org>
1777
0f49941f
SM
1778 * eshell/esh-util.el (eshell-convert-numeric-arguments):
1779 Annotated the documentation string to tell users about
3cb27fd7
JW
1780 `eshell-no-numeric-conversions'.
1781
c26f6b27
JW
1782 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
1783 conversions if a Lisp function has the property
1784 `eshell-no-numeric-conversions' set to a non-nil value.
1785
1786 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
1787 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
1788 property `eshell-no-numeric-conversions' on the following
1789 functions (which all deal with filesystem entities, and never Lisp
1790 numerical values): eshell/cd, eshell/pushd, eshell/popd,
1791 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
1792 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
1793 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
1794 eshell/which, eshell/addpath.
1795
17962001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 1797
d089e299
JW
1798 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
1799 encountered as an argument, don't convert it right away, but tag
1800 the first character of the string with the text properties
1801 `number', which signifies to `eshell-lisp-command' that the
1802 argument should be passed through `string-to-number' if it is
1803 actually used in the call to a Lisp function.
1804
1805 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
1806 function, convert any string arguments that have been tagged as
1807 "numbers", by calling string-to-number.
1808
1809 * eshell/esh-util.el (eshell-number-regexp): Now that number
1810 conversions only happen for Lisp function calls, the number regexp
1811 should now match all integer and floating point forms.
1812
1813 * eshell/esh-proc.el: Disable `eshell-stop-process' and
1814 `eshell-continue-process', since they are both nonfunctional at
1815 the moment.
1816 (eshell-proc-initialize): Don't bind keys for
1817 `eshell-stop-process' or `eshell-continue-process'.
1818
0f49941f
SM
1819 * eshell/em-unix.el (eshell-shuffle-files):
1820 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
1821
1822 * eshell/em-hist.el (eshell-add-to-history): Reference to
1823 `eshell-history-ring' needed to be `eshell-history-index'.
1824
0f49941f
SM
1825 * calendar/timeclock.el (timeclock-find-discrep):
1826 Initialize `elapsed' to 0.
cb89da0f
JW
1827 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
1828 it's still nil.
b2c99950 1829
ff39b9a1
SM
18302001-05-09 Stefan Monnier <monnier@cs.yale.edu>
1831
1832 * arc-mode.el (archive-int-to-mode): Construct the string directly.
1833 (archive-mode): Use capitalize.
1834 (archive-unique-fname): Use make-temp-file.
1835
9e53a675
GM
18362001-05-09 Gerd Moellmann <gerd@gnu.org>
1837
1838 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
1839
c8224de6
EZ
18402001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
1841
c533a7e2
EZ
1842 * tar-mode.el (tar-extract): Pay attention to the value of
1843 coding-system-for-read, if it is non-nil.
1844
ff39b9a1
SM
1845 * calendar/holidays.el (holidays): Add an autoload cookie.
1846 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 1847
1c8c9fb8
JW
18482001-05-08 John Wiegley <johnw@gnu.org>
1849
ff39b9a1
SM
1850 * calendar/timeclock.el (timeclock-workday-remaining):
1851 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
1852 (timeclock-workday-elapsed): Don't accept a "relative" argument
1853 for the current day's elapsed time. What could that have meant?
ff39b9a1 1854 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
1855 (timeclock-when-to-leave): Changed logic, similarly to what was
1856 done for `timeclock-workday-remaining'.
1857 (timeclock-find-discrep): Removed "today-only" argument, which had
1858 no meaning. Fixed some more math problems. The function now
1859 returns a three member list: (TOTAL-TIME-DISCREPANCY
1860 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
1861
5f47fb28
EZ
18622001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1863
1864 * w32-fns.el (convert-standard-filename): Start replacing slashes
1865 from the beginning of the file name, not from where the last
1866 invalid character was. From "Andrew Maguire (SWW)"
1867 <Andrew.Maguire@Smallworld.co.uk>
1868
6da5c7da
GM
18692001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
1870
1871 The following changes are to provide infrastructure for handling
1872 MIME messages to rmail. They don't affect the original behaviour
1873 if rmail-enable-mime is nil.
1874
1875 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
1876 (rmail-search-mime-message-function)
1877 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
1878 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
1879 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
1880 `rmail-view-buffer' is hidden.
6da5c7da
GM
1881 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
1882 call rmai-show-mime-function.
1883 (rmail-display-labels): If rmail-enable-mime is non-nil, update
1884 mode-line-process of rmail-view-buffer.
1885 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
1886 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
1887 buffer.
ff39b9a1
SM
1888 (rmail-next-message, rmail-next-undeleted-message): Be sure to
1889 set-buffer to the Rmail buffer.
6da5c7da
GM
1890 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
1891 rmail-search-mime-header-function.
1892 (rmail-search-message): New function.
1893 (rmail-search): Call rmail-search-message to check if a message
1894 matches REGEXP, lastly update point after calling
1895 rmail-show-message.
ff39b9a1
SM
1896 (rmail-undelete-previous-message, rmail-expunge-confirmed)
1897 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
1898 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
1899 header region, refer to rmail-msgref-vector while setting the
1900 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
1901 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
1902 If rmail-enable-mime is non-nil, call
6da5c7da
GM
1903 rmail-insert-mime-forwarded-message-function instead of inserting
1904 forwarded message by itself.
1905
1906 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
1907 Rmail buffer.
1908 (rmail-set-label, rmail-next-labeled-message): Likewise.
1909
1910 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
1911 set-buffer to the Rmail buffer.
1912 (rmail-output-to-rmail-file): Likewise.
1913 (rmail-output): Likewise.
1914
1915 * mail/rmailsum.el (rmail-message-subject-p): Process the result
1916 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
1917 (rmail-new-summary): Be sure to go to the Rmail buffer.
1918 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
1919 rmail-view-buffer to nil.
1920 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
1921 rmail-view-buffer.
1922 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
1923 rmail-buffer.
1924 (rmail-summary-scroll-msg-down): Likewise.
1925 (rmail-summary-beginning-of-message): Likewise.
1926 (rmail-summary-wipe): Likewise.
1927 (rmail-summary-toggle-header): Use save-window-excursion, not
1928 save-excursion. Update point in rmail-view-buffer, not in
1929 rmail-buffer.
1930 (rmail-summary-reply): Before calling rmail-reply, set buffer to
1931 rmail-view-buffer, not rmail-buffer.
1932
5092477a
GM
19332001-05-07 Gerd Moellmann <gerd@gnu.org>
1934
1e9fc92e
GM
1935 * cus-edit.el (custom-file): Signal an error if user-init-file is
1936 nil (running -q).
1937
1d053370
GM
1938 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
1939
ff39b9a1
SM
1940 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1941 Add :version.
1942
1943 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1944 New option.
1b62b062
GM
1945 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
1946 only if smtpmail-warn-about-unknown-extensions is set.
1947
f851a71c
GM
1948 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
1949 instead of rmail-sort-by-keywords.
1950
ff39b9a1 1951 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
1952 rmail-sort-by-keywords.
1953
ff39b9a1
SM
1954 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
1955 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
1956 (rmail-summary-mode): Doc fix.
1957
5092477a
GM
1958 * mail/rmail.el (rmail-edit): New Custom group.
1959
1960 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
1961 (rmail-edit-mode-hook): New user-option.
1962
05be3833
RS
19632001-05-05 Richard M. Stallman <rms@gnu.org>
1964
1965 * help.el (help-xref-symbol-regexp): Recognize "source of"
1966 and friends, meaning make a link to the source file.
1967 (help-make-xrefs): Handle "source of" and friends
1968 by constructing a link that visits the source file.
1969
1970 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
1971
7dfb000f
SM
19722001-05-04 Stefan Monnier <monnier@cs.yale.edu>
1973
5efe6a56
SM
1974 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
1975 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
1976 Renamed from perl-font-lock-keywords to avoid clashes.
1977 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
1978 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
1979 Updated correspondingly.
1980
7dfb000f
SM
1981 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
1982 Typo `nonexistant' -> `nonexistent'.
1983
88bbb8cb
EZ
19842001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
1985
7dfb000f
SM
1986 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
1987 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
1988 `c-electric-delete-forward' always deletes forward and
1989 `c-electric-delete' only contains the code necessary for XEmacs to
1990 choose between backward and forward deletion.
7dfb000f 1991
88bbb8cb
EZ
1992 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
1993 get the electric behavior on that key too.
1994 (c-fill-paragraph): Fixed bogus direct use of
1995 c-comment-prefix-regexp, which caused an error when it's a list.
1996
a1af8dcf
EZ
19972001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1998
1999 * dired-aux.el (dired-diff): Doc fix.
2000
2001 * dired.el (dired-diff): Likewise.
2002
ddfb4005
EZ
20032001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2004
2005 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2006
b36581fb
SM
20072001-05-02 Stefan Monnier <monnier@cs.yale.edu>
2008
80a00b6a
SM
2009 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2010 if both the buffer and the file are read-only.
2011
b36581fb
SM
2012 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2013 rather than font-lock-string-face.
2014 (sh-get-indent-info): Treat heredocs like strings.
2015
470bbe9b
GM
20162001-05-02 Gerd Moellmann <gerd@gnu.org>
2017
b36581fb
SM
2018 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2019 a newline following `}'.
3356df63
GM
2020 (texinfo-format-email): New function.
2021 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
2022 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2023 Add `display'.
3356df63
GM
2024 (texinfo-sort-region): Goto point-min before sorting.
2025 (texinfo-set): Remove leading white space from value.
2026 From yagi@is.titech.ac.jp.
2027
470bbe9b
GM
2028 * replace.el (query-replace-regexp-eval): Doc fix.
2029
a9d2fd1d
SM
20302001-05-01 Stefan Monnier <monnier@cs.yale.edu>
2031
2032 * diff-mode.el (diff-nonexistant-face): New face.
2033 (diff-font-lock-keywords): Use it.
2034
2b3e941a
EZ
20352001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
2036
22cd6fd3
EZ
2037 * font-lock.el (font-lock-mode): Doc fix.
2038
2b3e941a
EZ
2039 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2040 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2041
50df7214
GM
20422001-04-30 Gerd Moellmann <gerd@gnu.org>
2043
a9d2fd1d
SM
2044 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2045 backslash at the start of the here-document delimiter.
a9793e45
GM
2046 (sh-font-lock-syntactic-keywords): Likewise.
2047
50df7214
GM
2048 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2049
e2f599e9
EZ
20502001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
2051
2052 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
2053 (tty-color-translate, tty-color-by-index, tty-color-values)
2054 (tty-color-desc): Doc fix.
2055
dcaf31d3
EZ
20562001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
2057
2058 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
2059 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
2060 Mention dired-dwim-target in the doc string.
dcaf31d3 2061
a6a06429
MB
20622001-04-28 Miles Bader <miles@gnu.org>
2063
2064 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
2065 (dabbrev--find-expansion): Use it.
2066 (dabbrev--select-buffers): Don't select ignored buffers.
2067
5a5d9185
GM
20682001-04-27 Gerd Moellmann <gerd@gnu.org>
2069
a9d2fd1d 2070 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 2071
c5b82005
RS
20722001-04-26 Richard M. Stallman <rms@gnu.org>
2073
2074 * dabbrev.el: Add doc strings for some functions.
2075 (dabbrev--eliminate-newlines): New variable.
2076 (dabbrev--substitute-expansion): Convert newlines to spaces
2077 if dabbrev--eliminate-newlines is set.
2078 If abbrev and expansion are both all-lower-case,
2079 leave dabbrev--last-case-pattern nil.
2080
7cff9c6f
GM
20812001-04-26 Gerd Moellmann <gerd@gnu.org>
2082
2083 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2084 if necessary, like in rmail-show-message.
2085
efa89c1f
GM
20862001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2087
2088 * ps-print.el: Color specified by number is forced to be float number.
2089 (ps-print-version): New version number (6.5.1.1).
2090 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2091 initialization.
2092 (ps-prefix-quote): New internal var.
2093 (ps-print-quote): New fun.
2094 (ps-setup, ps-output-frame-properties, ps-float-format)
2095 (ps-format-color): Code fix.
a9d2fd1d
SM
2096 (ps-plot-region): Eliminate redundant foreground color text setting.
2097
d3111e5a
EZ
20982001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
2099
2100 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2101
a728644c
GM
21022001-04-25 Gerd Moellmann <gerd@gnu.org>
2103
2104 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2105
4ecdf04d
EZ
21062001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
2107
4645bb68
EZ
2108 * info.el (Info-additional-directory-list): Doc fix.
2109
4ecdf04d 2110 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
2111 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2112 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 2113
7cd512f2
SM
21142001-04-25 Stefan Monnier <monnier@cs.yale.edu>
2115
1dc64fca
SM
2116 * progmodes/make-mode.el (makefile-font-lock-keywords):
2117 Rationalize the rules for includes and conditionals and use the
2118 keyword face for them.
2119
7cd512f2
SM
2120 * faces.el (modify-face): Add compatibility for non-interactive use.
2121
ffeb5c1c
JW
21222001-04-24 John Wiegley <johnw@gnu.org>
2123
2124 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2125 fix from last night, since it wasn't finding eshell/cd.
2126
35f901fa
GM
21272001-04-24 Gerd Moellmann <gerd@gnu.org>
2128
2129 * rect.el (string-rectangle): Revert to 20.x behaviour.
2130 (replace-rectangle): Make it an alias for string-rectangle.
2131 (string-insert-rectangle): New function.
2132
c7b1b508
JW
21332001-04-23 John Wiegley <johnw@gnu.org>
2134
2135 * eshell/em-unix.el (eshell/diff): Fixed problems that were
2136 occurring with Emacs 21's diff.el/compile.el interaction layer.
2137
21382001-04-23 Colin Walters <walters@cis.ohio-state.edu>
2139
2140 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2141 case where the function was defined in a file, but not part of an
2142 eshell module.
2143
157975e3
JW
21442001-04-23 John Wiegley <johnw@gnu.org>
2145
2146 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2147 code to work around a redisplay problem I've been having.
2148
3dc630b9
JW
21492001-04-23 John Wiegley <johnw@gnu.org>
2150
2151 * calendar/timeclock.el (timeclock-day-required): If the time
2152 required for a particular day is not set, use `timeclock-workday'.
2153 (timeclock-find-discrep): Added some sample code in a comment.
2154
2155 * eshell/eshell.el (eshell-command): Made a few changes so that
2156 `eshell-command' could be called programmatically.
2157
7cd512f2 2158 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 2159
7cd512f2 2160 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 2161
3ae14dd9 21622001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
2163
2164 * calendar/timeclock.el: Updated copyright.
2165 (timeclock-generate-report): Don't report the daily or two-week
2166 total, if no time has been worked in that period.
2167 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2168 final computational form, which was unnecessary; corrected a
2169 parsing problem when timeclock-relative was nil.
2170
3ae14dd9 21712001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
2172
2173 * calendar/timeclock.el (timeclock-modeline-display): Check if
2174 `list-entry' is null.
2175 (timeclock-use-display-time): The first argument to `set-variable'
2176 must be a symbol.
2177
53e1a74c
EZ
21782001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
2179
2180 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
2181 (calendar-today-marker, calendar-holiday-marker):
2182 Use display-color-p instead of window-system.
53e1a74c
EZ
2183 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2184 instead of window-system.
2185 (calendar-hide-window): Use display-multi-frame-p instead of
2186 window-system.
2187
2188 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
2189 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2190 Use display-multi-frame-p instead of window-system.
53e1a74c 2191
23b809c2
GM
21922001-04-23 Gerd Moellmann <gerd@gnu.org>
2193
1d14e80c
GM
2194 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2195
23b809c2
GM
2196 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2197 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2198
b5eeaa1d
GM
21992001-04-23 Alex Schroeder <alex@gnu.org>
2200
2201 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
2202 line-end-position a defalias is used for point-at-bol and point-at-eol.
2203
b5eeaa1d
GM
22042001-04-23 Alex Schroeder <alex@gnu.org>
2205
2206 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 2207 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 2208
ac1470eb
EZ
22092001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
2210
2211 * textmodes/paragraphs.el (sentence-end): Doc fix.
2212
624ef9b3
GM
22132001-04-20 Alex Schroeder <alex@gnu.org>
2214
2215 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 2216 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
2217
22182001-04-20 Alex Schroeder <alex@gnu.org>
2219
2220 * sql.el (sql-db2-program): New option.
2221 (sql-db2-options): New option.
2222 (sql-db2): New function.
2223
22242001-04-20 Alex Schroeder <alex@gnu.org>
2225
2226 * sql.el (sql-mode-menu): Added highlighting entries.
2227 (sql-highlight-oracle-keywords): New function.
2228 (sql-highlight-postgres-keywords): New function.
2229 (sql-highlight-ansi-keywords): New function.
2230
22312001-04-20 Alex Schroeder <alex@gnu.org>
2232
2233 * sql.el (sql-help): Doc change.
2234
9f3703ab
KF
22352001-04-19 Karl Fogel <kfogel@collab.net>
2236
2237 * saveplace.el (save-place-alist-to-file): Removed no-effect code
2238 that inserted file content only to delete it immediately.
2239 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
2240 <lektu@uol.com.br> for the patch.
2241
2a83a11d
SM
22422001-04-19 Stefan Monnier <monnier@cs.yale.edu>
2243
2244 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2245
6f4dd4dc
GM
22462001-04-18 Gerd Moellmann <gerd@gnu.org>
2247
0f8d6dc7
GM
2248 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2249 for defmethod.
2250
6f4dd4dc
GM
2251 * comint.el (comint-cr-magic): New function.
2252 (toplevel): Add it to comint-preoutput-filter-functions.
2253
90200fcc
AI
22542001-04-18 Andrew Innes <andrewi@gnu.org>
2255
2256 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 2257 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
2258 (recompile): Remove stuff to set EMACSLOADPATH.
2259
daa66f34
GM
22602001-04-18 Gerd Moellmann <gerd@gnu.org>
2261
edc5c81d
GM
2262 * language/slovak.el ("Slovak"): Add tutorial entry.
2263
daa66f34
GM
2264 * net/browse-url.el (browse-url-new-window-flag): Renamed from
2265 browse-url-new-window-p.
2266
5d5845dc
EZ
22672001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2268
2269 * info.el (Info-menu-update): When there are no menus and/or no
2270 cross references in the node, make the respective items of the
2271 Info menu-bar menu inactive.
2272
1c8addd0
GM
22732001-04-17 Gerd Moellmann <gerd@gnu.org>
2274
f4f480bd
GM
2275 * indent.el (indent-for-tab-command): Call indent-line-function
2276 with no argument if PREFIX-ARG is non-nil.
2277
1c8addd0
GM
2278 * frame.el (delete-other-frames): Handle minibuffer-only frames.
2279
8f9ab403
EZ
22802001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2281
2282 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2283 an async subprocess if start-process is unavailable. Suggested by
2284 Tim Van Holder <tim.van.holder@pandora.be>.
2285
60322163
EZ
22862001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2287
2288 * info.el (Info-additional-directory-list): Doc fix. Suggested by
2289 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2290
e372bc67
EZ
22912001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2292
2293 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2294 manual.
2295
28037ecf
SM
22962001-04-13 Stefan Monnier <monnier@cs.yale.edu>
2297
2298 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2299 (cvs-menu): Add a few entries.
2300
2301 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2302 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2303 lock file appears to be reachable from Emacs.
2304 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2305 (cvs-mode-find-file): Look for cvs-header-face rather than
2306 cvs-dirname-face (which doesn't exist).
2307 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2308
2309 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2310
5d5e7f53
EZ
23112001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2312
2313 * emulation/pc-select.el (pc-selection-mode): Don't turn on
2314 normal-erase-is-backspace on a tty. Instead, bind some keys such
2315 as [delete] directly, like pc-select.el did before
2316 normal-erase-is-backspace was invented.
2317
118562e1 23182001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
2319
2320 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2321
6c9e58c4
JW
23222001-04-11 John Wiegley <johnw@gnu.org>
2323
28037ecf
SM
2324 * eshell/em-ls.el (eshell-ls-insert-directory):
2325 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
2326 buffers, if Eshell's ls is being used.
2327
118562e1 23282001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 2329
28037ecf
SM
2330 * calendar/timeclock.el (timeclock-completing-read): New function.
2331 (timeclock-ask-for-project, timeclock-ask-for-reason):
2332 Call `timeclock-completing-read'.
978bd3ea
JW
2333
2334 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2335 required where `member' was being used.
2336
118562e1 23372001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 2338
28037ecf
SM
2339 * eshell/em-hist.el (eshell-previous-matching-input):
2340 Don't display "History item" if the the minibuffer is active.
978bd3ea 2341
30cb0001
GM
23422001-04-11 Gerd Moellmann <gerd@gnu.org>
2343
2344 * startup.el (command-line): Output a newline after printing
2345 an error from loading the window system's init file.
2346
e38af9bd
EZ
23472001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
2348
28037ecf
SM
2349 * textmodes/texinfo.el (texinfo-font-lock-keywords):
2350 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
2351 @inforef. Add an OVERRIDE of `keep' to highlight specs of
2352 keywords whose arguments routinely include @@.
2353
bbf63a7b
GM
23542001-04-10 Gerd Moellmann <gerd@gnu.org>
2355
28037ecf
SM
2356 * emacs-lisp/advice.el (ad-make-advised-definition):
2357 Construct advice for subrs differently.
afffeb57 2358
3fe35f35 2359 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 2360 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 2361
c8d6d636 2362 * simple.el (completion-list-mode-finish): New function.
28037ecf 2363 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 2364
2a52f40e 2365 * language/european.el ("Polish"): Change sample text.
28037ecf 2366 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 2367
cf8b1bef
GM
2368 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2369 parameter.
2370
bbf63a7b
GM
2371 * faces.el (menu): Doc fix.
2372
719d83ad 23732001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
2374
2375 * ps-print.el: Footer implementation. Doc fix.
2376 (ps-print-version): New version number (6.5.1).
2377 (ps-header-frame-alist): New customization var for header frame
2378 properties.
2379 (ps-line-number-color): New customization var for line number color.
2380 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2381 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2382 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2383 (ps-right-footer): New customization vars for footers.
2384 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2385 footers.
2386 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
2387 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2388 Code fix.
319acba0
GM
2389 (ps-prologue-file): Indentation fix.
2390 (ps-print-quote): Fun eliminated.
2391 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2392 (ps-output-frame-properties): New fun.
2393 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2394 (ps-skip-newline): Replace defun by defsubst.
28037ecf 2395
e372bc67 23962001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
2397
2398 * eshell/eshell.el (eshell-command): Needed a "%s" format
2399 specifier, in case the buffer contains percent characters.
2400
e372bc67 24012001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
2402
2403 * calendar/timeclock.el (timeclock-generate-report): Added a
2404 missing insert of the project name.
2405
9f9a5e7a
GM
24062001-04-09 Gerd Moellmann <gerd@gnu.org>
2407
9170e5d4 2408 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 2409
865e97c1 2410 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 2411 (finder-data): Use it instead of `setwins'.
865e97c1
GM
2412 From: Dave Love <fx@gnu.org>.
2413
cf3885ac 2414 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
2415 (server-visit-files): Run server-visit-hook after going to
2416 line 1 so that the hook can set point as it sees fit.
2417
9f9a5e7a
GM
2418 * bindings.el (mode-line-modified): Unify help messages.
2419
51f32106
EZ
24202001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
2421
2422 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2423 All callers changed.
2424
e02160a3
EZ
24252001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
2426
8e6bb0d0
EZ
2427 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2428 long file names aren't supported, truncate the file names in
2429 quail-misc-package-ext-info to 8+3 before matching them against
2430 FILENAME.
2431
2432 * dos-fns.el (dos-truncate-to-8+3): New function.
2433
ec321d77
EZ
2434 * progmodes/compile.el (grep-compute-defaults): Use null-device
2435 instead of literal /dev/null. Reported by Jens Schmidt
2436 <schmidt@mathematik.uni-kl.de>.
2437
e02160a3
EZ
2438 * simple.el (normal-erase-is-backspace-mode): Doc fix.
2439
cf3885ac
SM
24402001-04-06 Stefan Monnier <monnier@cs.yale.edu>
2441
2442 * textmodes/sgml-mode.el: Add unknown maintainer.
2443 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2444 (html-mode-map): Use set-keymap-parent.
2445
3ffb33bb
DL
24462001-04-06 Dave Love <fx@gnu.org>
2447
2448 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2449 Remove redundant string-to-list.
2450
8f625692
SM
24512001-04-05 Stefan Monnier <monnier@cs.yale.edu>
2452
2453 * composite.el (reference-point-alist): Doc fix.
2454
1087f198
SS
24552001-04-05 Sam Steingold <sds@gnu.org>
2456
8f625692
SM
2457 * font-lock.el (font-lock-keywords-case-fold-search):
2458 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
2459 file made font-lock case-insensitive.
2460
a55e4e68
GM
24612001-04-05 Gerd Moellmann <gerd@gnu.org>
2462
0e4892e2
GM
2463 * faces.el (defface menu): Doc fix.
2464
4d664b04
GM
2465 * wid-edit.el (widget-color-sample-face-get): Don't make
2466 faces for undefined colors.
2467
a55e4e68
GM
2468 * version.el (emacs-version): Include LessTif/Motif version info.
2469
f383cd0d
GM
24702001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2471
2472 * ps-mule.el: Eliminate cl package dependence.
2473 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2474 if they aren't defined yet.
2475 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2476 Eliminate cl package dependence.
2477
de28797f
SM
24782001-04-04 Stefan Monnier <monnier@cs.yale.edu>
2479
2480 * progmodes/cc-cmds.el (c-outline-level):
2481 Bind buffer-invisibility-spec. Originally from Dave Love, but
2482 got lost when incorporating version 5.26.
2483
32df8b47
EZ
24842001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
2485
de28797f
SM
2486 * emulation/pc-select.el (pc-selection-mode):
2487 Call normal-erase-is-backspace-mode instead of binding
2488 keys individually.
58e4f61d 2489
7f62656b
EZ
2490 * cus-load.el (normal-erase-is-backspace): Use it instead of
2491 delete-key-deletes-forward.
2492
2493 * startup.el (command-line): Use normal-erase-is-backspace and
2494 normal-erase-is-backspace-mode.
2495
2496 * simple.el (normal-erase-is-backspace): Rename from
2497 delete-key-deletes-forward. Doc fix.
2498 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
2499 delete-key-deletes-forward-mode. Doc fix.
2500 Run normal-erase-is-backspace-hook.
7f62656b 2501
32df8b47 2502 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
2503 ``human-readable'' format produced by GNU `ls'.
2504 (dired-move-to-filename-regexp): Recognize ISO format dates.
2505 From Paul Eggert <eggert@twinsun.com>.
32df8b47 2506
5efa6032
GM
25072001-04-04 Gerd Moellmann <gerd@gnu.org>
2508
2509 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2510 New functions.
de28797f
SM
2511 (lm-verify): Check keywords.
2512 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 2513
d757aac1
EL
25142001-04-03 Eric M. Ludlam <eric@siege-engine.com>
2515
2516 * speedbar.el (speedbar-insert-image-button-maybe): Check for
2517 `xemacs' feature instead of for the function `set-extent-property'.
2518
9832760a
SM
25192001-04-03 Stefan Monnier <monnier@cs.yale.edu>
2520
2521 * mail/mh-utils.el (mh-folder-hist): New var.
2522 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2523
d565f6aa
EZ
25242001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
2525
2526 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2527 region, position point on the first or last 16-byte group.
2528 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2529 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
2530 hexl-beginning-of-line.
2531
24c0fd39
GM
25322001-04-03 Gerd Moellmann <gerd@gnu.org>
2533
5efa6032
GM
2534 * icomplete.el (icomplete-mode): Treat an argument like other
2535 modes do.
2536
b3f6107b
GM
2537 * startup.el (fancy-splash-head): Use splash8.xpm for color
2538 depth 8.
2539
24d451c5
SM
2540 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2541 Add an antry for ``converts''.
476bf681 2542
24d451c5
SM
2543 * language/slovak.el ("Slovak"): Add documentation string.
2544 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 2545
450f6970
GM
2546 * language/czech.el ("Czech"): Add documentation string.
2547 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2548
24d451c5
SM
2549 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2550 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
2551
25522001-04-02 Stefan Monnier <monnier@cs.yale.edu>
2553
2554 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2555 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2556 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2557 Use `defsubst' rather than a macro to ease debugging.
2558 (mail-extr-last): Remove (use `last' instead).
2559 (mail-extract-address-components): Properly reset the syntax-table
2560 after parsing an address. Use `last' rather than mail-extr-last.
2561 Make sure the end marker stays at the very end.
24c0fd39 2562
2b908342
EZ
25632001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
2564
2565 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2566 last change.
2567
acfb077d
GM
25682001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2569
2570 * ps-print.el: Line and paragraph spacing feature. Region to cut
2571 out when printing. Doc fix.
2572 (ps-print-version): New version number (6.5).
24d451c5
SM
2573 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2574 New vars. Line and paragraph spacing feature.
acfb077d
GM
2575 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
2576 out when printing.
2577 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2578 (ps-get-font-size, ps-begin-job, ps-continue-line)
2579 (ps-plot-region): Code fix.
2580 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
2581 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2582 New internal vars.
acfb077d
GM
2583 (ps-get-size): New fun.
2584 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2585 (ps-next-line): Replace defun by defsubst.
2586 (ps-mule-plot-string): Autoload doc fix.
2587
2588 * ps-bdf.el: XEmacs compatibility. Doc fix.
2589 (installation-directory, coding-system-for-read): Declare vars if
2590 it's not declared yet.
2591 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2592
2593 * ps-mule.el: XEmacs compatibility. Doc fix.
2594 (leading-code-private-22): Declare var if it's not declared yet.
2595 (charset-bytes, charset-dimension, charset-id, charset-width)
2596 (find-charset-region, split-char, char-width, chars-in-region)
2597 (forward-point, decompose-composite-char, encode-coding-string)
2598 (coding-system-p, ccl-execute-on-string, define-ccl-program):
2599 Define funs if not defined yet.
2600 (encode-composition-rule, find-composition): Define funs if not
2601 loaded yet.
2602 (ps-mule-prologue): PostScript code fix.
2603
26042001-04-02 Kenichi Handa <handa@etl.go.jp>
2605
2606 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
2607 non-nil, generate font for the header strings.
2608 (ps-mule-prepare-font): Likewise.
2609 (ps-mule-generate-glyphs): Likewise.
2610 (ps-mule-string-encoding): Likewise.
2611 (ps-mule-header-charsets): New variable.
2612 (ps-mule-encode-header-string): New function.
2613 (ps-mule-header-string-charsets): New function.
2614 (ps-mule-begin-job): Check charsets in the header strings. If there
2615 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2616
2617 * ps-print.el (ps-generate-header-line): Encode the header string by
2618 ps-mule-encode-header-string.
2619 (ps-mule-encode-header-string): Declare autoload.
2620
c0eb3c10
GM
26212001-04-02 Gerd Moellmann <gerd@gnu.org>
2622
24d451c5
SM
2623 * frame.el (cursor-in-non-selected-windows):
2624 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 2625
a3d0b0e0
KH
26262001-03-31 Kenichi Handa <handa@etl.go.jp>
2627
2628 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2629 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 2630 (quail-misc-package-ext-info): New variable.
a3d0b0e0 2631 (tsang-quick-converter): New function.
24d451c5
SM
2632 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2633 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
2634 (miscdic-convert, batch-miscdic-convert): New functions.
2635
55f7832c
KH
26362001-03-30 Kenichi Handa <handa@etl.go.jp>
2637
a2217cd8
KH
2638 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2639 eight-bit-control chars.
2640
55f7832c 2641 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 2642 Reduce making temporary vector (suggested by Dave Love).
55f7832c 2643
911a2406
EZ
26442001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2645
2646 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2647 string as well.
2648
1a518f2c
AS
26492001-03-30 Andreas Schwab <schwab@suse.de>
2650
2651 * files.el (backup-directory-alist): Fix typo.
2652
ef080b16
EZ
26532001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2654
2655 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
2656 <eggert@twinsun.com>.
2657
e4174a55
DL
26582001-03-30 Dave Love <fx@gnu.org>
2659
2660 * progmodes/fortran.el (fortran-comment-region): Fix typo.
2661
9d5d1075
EZ
26622001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2663
2664 * simple.el (transient-mark-mode): Mention C-g in the doc string.
2665
a27b451e
MB
26662001-03-30 Miles Bader <miles@gnu.org>
2667
2668 * subr.el (interactive-form): Fix paren typo.
2669
aea51abe
EZ
26702001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
2671
2672 * emacs-lisp/profile.el: Say that it's obsolete in the header
2673 line, so that finder.el puts that into its data-base.
2674 Suggested by Alex Schroeder <alex@gnu.org>.
2675
249dd409
EZ
26762001-03-29 Paul Eggert <eggert@twinsun.com>
2677
2678 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2679 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
2680
1ac1fa96
SM
26812001-03-29 Stefan Monnier <monnier@cs.yale.edu>
2682
2683 * generic.el (generic-mode-set-comments): Use "" rather than nil
2684 for comment-end.
2685
e2b8a830
GM
26862001-03-29 Gerd Moellmann <gerd@gnu.org>
2687
1ac1fa96
SM
2688 * emacs-lisp/advice.el (ad-make-advised-definition):
2689 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
2690
2691 * subr.el (interactive-form): New function.
2692
8b2375e7
AS
26932001-03-29 Andre Spiegel <spiegel@gnu.org>
2694
2695 * vc-sccs.el (vc-sccs-register): Use relative file names.
2696
f827b862
GM
26972001-03-28 Gerd Moellmann <gerd@gnu.org>
2698
e59d0e9d
GM
2699 * bookmark.el (bookmark-get-bookmark): Handle case that
2700 BOOKMARK is not a string.
2701
deb2613a
GM
2702 * image.el (image-type-regexps): Change type for PS files
2703 to `postscript'.
2704
f827b862
GM
2705 * subr.el (read-passwd): Clear command history after each
2706 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
2707
3c9449d0
KH
27082001-03-27 Kenichi Handa <handa@etl.go.jp>
2709
2710 * international/kkc.el (kkc-save-init-file): Locally bind
2711 print-length to nil.
2712
e6b13c74
GM
27132001-03-26 Gerd Moellmann <gerd@gnu.org>
2714
e120bebf
GM
2715 * textmodes/flyspell.el: Some doc fixes.
2716 (flyspell-maybe-correct-transposition)
2717 (flyspell-maybe-correct-doubling): Use a temporary buffer
2718
2719 * textmodes/ispell.el (ispell-parse-output): Doc fix.
2720
5f6c5771 2721 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
2722 (byte-optimize-form-code-walker): Diagnose too few arguments
2723 for `if' and `while'.
2724
2b984c45
KH
27252001-03-26 Kenichi Handa <handa@etl.go.jp>
2726
2727 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2728 Prepend `\' to "\<quail-translation-docstring>".
2729
bf2150fa
GM
27302001-03-26 Gerd Moellmann <gerd@gnu.org>
2731
5f6c5771
SM
2732 * autorevert.el (global-auto-revert-non-file-buffers):
2733 Remove duplicate defcustom.
bf2150fa 2734
a0d59316
MB
27352001-03-26 Miles Bader <miles@gnu.org>
2736
5f6c5771
SM
2737 * international/latin1-disp.el (latin1-char-displayable-p):
2738 Add leading "-" for X font pattern.
a0d59316 2739
9edbff6c
KH
27402001-03-26 Kenichi Handa <handa@etl.go.jp>
2741
5f6c5771
SM
2742 * international/mule-diag.el (describe-coding-system):
2743 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
2744 charsets they can encode.
2745
50b57199
EZ
27462001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
2747
2748 * help.el (view-lossage): Mention open-dribble-file in the doc
2749 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2750
5b83f9c0
SM
27512001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2752
2753 * skeleton.el (skeleton-internal-list): Fix bogus logic.
2754 (skeleton-pair-insert-maybe): Don't pair after a backslash.
2755
e0ecbf5c
KH
27562001-03-23 Kenichi Handa <handa@etl.go.jp>
2757
5b83f9c0
SM
2758 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2759 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
2760 multibyte sequence can work correctly.
2761 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
2762 property of the coding system.
2763
1cc218de
SM
27642001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2765
2766 * textmodes/fill.el (fill-individual-paragraphs-prefix):
2767 Fix transcription typo.
2768
a3db02ad
RV
27692001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
2770
2771 * whitespace.el: Add buffer local variables to toggle testing of
2772 whitespaces in buffers without affecting the default values.
a3db02ad 2773 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
2774 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
2775 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
2776 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 2777
83c9cb8e
SM
27782001-03-21 Stefan Monnier <monnier@cs.yale.edu>
2779
2780 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
2781
180d5509
GM
27822001-03-21 Gerd Moellmann <gerd@gnu.org>
2783
eeb5b5c1
GM
2784 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
2785 bs-cycle-configuration-name. From Juanma Barranquero
2786 <lektu@uol.com.br>.
2787
170a9e70
GM
2788 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
2789 and cc-vars.el.
2790
180d5509
GM
2791 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
2792 headers. Always invoke sendmail with option -t.
2793
130c507e
GM
27942000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2795
2796 * Release of cc-mode 5.28.
2797
27982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2799
2800 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
2801 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 2802 It's instead taken care of by the default value for c-default-style.
130c507e 2803
130c507e
GM
28042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2805
2806 * cc-align.el (c-lineup-math): Fix bug where lineup was
2807 triggered by equal signs in string literals.
2808
28092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2810
2811 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
2812 limit detection when at the ends of the buffer.
2813
2814 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
2815 "for" statement clause in case 7F; a better one is done
2816 earlier in case 7D anyway.
2817
28182000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2819
2820 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
2821 somewhat more and did a small optimization.
2822
28232000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2824
2825 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
2826 Use the limit argument only to limit the syntactic context
2827 search, not to limit the actual movement.
2828
2829 * cc-cmds.el (c-beginning-of-statement): Move by sentence
2830 inside multiline strings, just like in comments. Also various
2831 fixes to the paragraph and comment prefix recognition, block
2832 comment ender handling etc.
2833
28342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2835
2836 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
2837 the relative position of the point.
2838
2839 * cc-cmds.el (c-electric-continued-statement): New function to
2840 use as abbrev hook to reindent for keywords such as "else"
2841 that continues an earlier statement.
2842
2843 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
2844 like classes.
2845
2846 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
2847 (pike-mode): Populate the default abbrev tables to reindent for
2848 keywords such as "else" that can continue earlier statements.
2849 Abbrev mode is therefore turned on by default now. (Note that
2850 this doesn't apply to idl-mode, since IDL afaik doesn't have
2851 statements at all.)
2852
28532000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2854
2855 * cc-engine.el (c-inside-bracelist-p): Fix for handling
2856 bracelists where the declaration contains template arguments.
2857
28582000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2859
83c9cb8e
SM
2860 * cc-cmds.el (c-comment-indent):
2861 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
2862 syntactic indentation. Fixes bug with lineup functions that
2863 return vectors.
2864
2865 * cc-engine.el (c-get-syntactic-indentation): Split the
2866 indentation sum calculation from `c-indent-line' to a separate
2867 function.
2868
28692000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2870
2871 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
2872 Fixed places where it was assumed that preprocessor directives
2873 have to start in column zero.
2874
2875 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
2876 template arguments after a class identifier properly.
2877
2878 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
2879 lists for `new Foo[]' constructs in Java as expressions and
2880 not top level definition brace lists on the top level, so that
2881 they'll get indented consistently with the same type of
2882 expression in a normal block.
2883
28842000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2885
2886 * cc-cmds.el (c-fill-paragraph): The kludge that checks
2887 whether the adaptive filling package fails to keep the comment
2888 prefix is now kludged further to check for filladapt-mode
2889 which doesn't have that problem. This is really icky, but it's
2890 the only way that works with the current misfeatures/bugs in
2891 both adaptive-fill-mode and filladapt-mode.
2892
2893 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
2894 around point is recognized more robust.
2895
28962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2897
2898 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
2899 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
2900 (c-lit-type): Fixed all internal variables used dynamically so
2901 that they are always bound.
2902
2903 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
2904 errors:
2905
2906 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
2907 the region is fully reindented even when an error occurs.
2908 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
2909 whole lot of code that tried to optimize indentation of whole
2910 sexps but in reality accomplishes nothing.
2911
2912 (c-indent-sexp): Use c-indent-region.
2913
2914 (c-parsing-error): Changed this variable to hold the message
2915 for any syntactic error that is discovered.
2916
2917 (c-parse-state): Search backward from point instead of the bod
2918 position when the latter is invalid. This makes CC Mode
2919 recover faster when there are unbalanced close braces.
2920
2921 (c-backward-to-start-of-if): Use c-parsing-error to report
2922 dangling "else" clauses instead of throwing an error, and fall
2923 back to a reasonable position.
2924
83c9cb8e 2925 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 2926
83c9cb8e 2927 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
2928
29292000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2930
2931 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
2932 paragraph recognition when moving by sentence in literals.
2933
83c9cb8e
SM
2934 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
2935 start regexp for javadoc to recognize javadoc markup in general instead
2936 of a specific set of keywords, to be more future-safe.
130c507e
GM
2937
2938 (c-Pike-pikedoc-paragraph-start)
2939 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
2940 pikedoc markup.
2941
83c9cb8e 2942 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 2943
83c9cb8e 2944 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
2945
2946 * cc-vars.el (c-default-style): Made a nicer Customize widget.
2947
2948 (c-comment-prefix-regexp): Made it possible to use an
2949 association list on this to specify mode specific regexps.
2950 The default value now use a special regexp in Pike mode to
2951 recognize pikedoc markup.
2952
2953 (c-current-comment-prefix): New variable containing the actual
2954 regexp from c-comment-prefix-regexp for the current buffer.
2955
29562000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2957
2958 * cc-cmds.el (c-electric-brace): Fixed check for special brace
2959 lists: We can't look at the syntax, since a brace list can get
2960 recognized as a plain statement-cont.
2961
2962 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
2963 special brace list opener broken over two lines got recognized
2964 as a statement on the second line. Case 9A changed.
2965
29662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2967
2968 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
2969 adjustment after line is reindented.
2970
29712000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2972
2973 * cc-defs.el (c-point): Added optional argument for position
2974 to use instead of the current point.
2975
2976 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
2977 the in-expression block symbols when the construct starts at
2978 boi, to avoid the extra level of indentation in that case.
2979 Cases 4, 16A and 17E affected.
2980
29812000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2982
2983 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 2984 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
2985
2986 * cc-engine.el (c-indent-line): Use the syntax already bound
2987 to `c-syntactic-context', if there is any.
2988
29892000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2990
2991 * cc-engine.el (c-get-offset): Fixed bug where the indentation
2992 wasn't added up correctly when a lineup function returned nil.
2993
29942000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2995
2996 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 2997 empty lines were ignored when collecting line comments backwards.
130c507e
GM
2998
29992000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3000
3001 * cc-align.el (c-lineup-dont-change): Return an absolute
3002 indentation column to work correctly in the case when several
3003 syntactic elements are processed for the same line.
3004
3005 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3006 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3007 (c-set-offset): Added absolute indentation column settings by
3008 using the vector type.
3009
130c507e
GM
30102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3011
3012 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3013 Implemented two new cleanups `space-before-funcall' and
3014 `compact-empty-funcall'.
3015
130c507e
GM
30162000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3017
3018 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3019 helping building regexps.
3020
3021 * cc-engine.el (c-on-identifier): New function for detecting
3022 identifiers. It takes keywords into account.
3023
3024 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3025 lists. `c-keywords' is set to a regexp matching all keywords
3026 in the current language.
3027
30282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3029
3030 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3031 list of characters to skip backwards over at the beginning of
3032 a statement, since it can precede string literals in Pike.
3033
30342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3035
3036 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3037 recognition when standing on the last line in a C++ comment
3038 with nothing but whitespace after the prefix.
3039
3040 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3041 given no limit argument.
3042
30432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3044
3045 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
3046 recognition for the `[]= operator symbol in Pike.
3047
30482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3049
3050 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
3051 around a bug in `eval-when-compile' in the byte compiler.
3052
3053 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 3054 value when count is zero and there's no token start within the limit.
130c507e
GM
3055
3056 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
3057 "prefix comments", i.e. comments which are followed by code on
3058 the same line.
3059
3060 * cc-mode-19.el: Fixes so that checks that must be done at
3061 compile time also are done then.
3062
30632000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3064
3065 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
3066 time and at runtime, and only when it's needed.
3067
30682000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3069
3070 Major cleanup for less error prone and more warning free
3071 compilation, including some fixes for bugs due to different
3072 compilation orders. Thanks to Martin Buchholz for providing
3073 the basis for all this.
3074
3075 * cc-bytecomp.el: New file that provides some byte compilation
3076 features: It ensures that files always are loaded from the
3077 current source directory during compilation, and it provides a
3078 set of macros to turn off specific compiler warnings for
3079 specific symbols. (It's not CC Mode specific in any way.)
3080
3081 Fixed a nearly acyclic dependency tree (both runtime and
3082 compile-time) between all files.
3083
3084 * cc-defs.el: Separated all macros before the inline functions,
3085 to ensure correct compilation.
3086
3087 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3088 cc-defs.el to cc-engine.el and made it a function instead.
3089
3090 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3091 about char-after.
3092
3093 * cc-vars.el: Cope even when there isn't a custom package
3094 containing defcustom available.
3095
3096 * cc-make.el: Removed since it's no longer necessary.
3097
3098 README: Updated installation instructions.
3099
31002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3101
3102 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3103 improve the modularity: Moved all mode init stuff from
3104 cc-langs.el to cc-mode.el, including the keymap
3105 initialization; cc-langs now only contains the various
3106 variables for configuring the language syntax.
3107
83c9cb8e
SM
3108 * cc-engine.el, cc-styles.el (c-evaluate-offset)
3109 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 3110 dependency analysis suggests they belong there (which also
83c9cb8e 3111 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
3112
31132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3114
3115 * cc-cmds.el (c-fn-region-is-active-p): New function that
3116 wraps the corresponding macro, for use in places that aren't
3117 compiled. Thanks to Martin Buchholz for pointing out this.
3118
83c9cb8e 3119 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
3120
3121 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3122 add things to the bug report.
3123
31242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3125
3126 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3127 returned prefix could contain a newline when the search for a
3128 good prefix line failed.
3129
31302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3131
3132 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3133 (c-toggle-auto-hungry-state): Made the argument optional, as
3134 the documentation says it is.
3135
31362000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3137
3138 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3139 multiline string syntax, #"...", as a cpp macro.
3140
7008ccac
GM
31412001-03-21 Paul Eggert <eggert@twinsun.com>
3142
83c9cb8e
SM
3143 * international/mule-cmds.el (set-locale-environment):
3144 Set system-messages-locale and system-time-locale, but only if the
7008ccac 3145 caller specifies a non-nil locale name.
3c9449d0 3146
c2478129 31472001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
3148
3149 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 3150 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 3151
117e4b0c
GM
31522001-03-20 Gerd Moellmann <gerd@gnu.org>
3153
7194219d
GM
3154 * follow.el (follow-avoid-tail-recenter): Doc fix.
3155
5721ae13
GM
3156 * custom.el (custom-set-variables): Avoid reversing the list
3157 of args needlessly.
3158
7b8bbf72
GM
3159 * startup.el (fancy-splash-head): Don't change the colors of the
3160 XPM image on a dark background.
3161
a91ad7c9
GM
3162 * comint.el (comint-exec-1): Set columns of the terminal to
3163 window-width instead of frame-width.
3164
fa88947e
GM
3165 * info.el (Info-scroll-down): Add missing WINDOW arg for
3166 pos-visible-in-window-p.
3167
1741905c
GM
3168 * ehelp.el (electric-help-mode-hook): Add defcustom.
3169
117e4b0c
GM
3170 * mail/sendmail.el (mail-mode): Activate case-folding in
3171 font-lock-defaults.
3172
e84c695d
SM
31732001-03-19 Stefan Monnier <monnier@cs.yale.edu>
3174
3175 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3176 (completion-ignored-extensions): Remove duplicate ".class".
3177
fc774041
AS
31782001-03-19 Andreas Schwab <schwab@suse.de>
3179
83c9cb8e
SM
3180 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3181 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 3182
c2c097cc
GM
31832001-03-19 Gerd Moellmann <gerd@gnu.org>
3184
3185 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3186 methods since there are not prefix input methods.
3187
fbe2e958
KH
31882001-03-19 Kenichi Handa <handa@etl.go.jp>
3189
83c9cb8e
SM
3190 * international/mule-cmds.el (read-input-method-name):
3191 Locally bind enable-recursive-minibuffers to t.
fbe2e958 3192
da47e491
SM
31932001-03-18 Stefan Monnier <monnier@cs.yale.edu>
3194
3195 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3196
4986c2c6 31972001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 3198
4986c2c6
MK
3199 * ediff-util.el: Copyright years.
3200 (ediff-choose-syntax-table): New function.
3201 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 3202
4986c2c6
MK
3203 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3204 with-syntax-table.
83c9cb8e 3205
4986c2c6 3206 * ediff.el: Date of last update, copyright years.
83c9cb8e 3207
4986c2c6 3208 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 3209
4986c2c6
MK
3210 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3211 of Scott Bronson.
3212 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3213 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3214 Deleted functions.
3215 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3216 ex-token-list.
83c9cb8e 3217
4986c2c6 3218 * viper-util.el: Spaces, indentation.
83c9cb8e 3219
4986c2c6 3220 * viper.el: Changed version, modification time.
83c9cb8e 3221
3c799aec 32222001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
3223
3224 * calendar/timeclock.el (timeclock-workday-remaining):
3225 Check whether `discrep' is non-null before using it.
3c799aec 3226
ae3ce418
JW
32272001-03-16 John Wiegley <johnw@gnu.org>
3228
3229 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3230 first-time checkins.
3231 (timeclock-log-data): Fixed problem with reading timelog log file.
3232 Resulting data in the "day list" was incorrect.
3233 (timeclock-find-discrep): Check if `timeclock-file' is readable
3234 before opening it.
3235 (timeclock-time-less-p): New function.
3236 (timeclock-day-base): New function.
3237 (timeclock-geometric-mean): New function.
3238 (timeclock-generate-report): Generate a summary report based on
3239 the contents of the log file. This uses `timeclock-log-data', and
3240 is an example of writing a timelog manipulation function.
3241 (timeclock-visit-timelog): A quick command for opening the timelog
3242 file.
3243 (timeclock-log-data): Bound the variable event.
3244
c8d4a9bb
KH
32452001-03-16 Kenichi Handa <handa@etl.go.jp>
3246
83c9cb8e
SM
3247 * international/mule-cmds.el (select-safe-coding-system):
3248 Fix typo: symbol-name -> symbol-value.
11d56c64 3249
c8d4a9bb
KH
3250 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3251 before substitute-in-file-name to handle double slashes in FILE
3252 correctly.
3253
c899e7e6
GM
32542001-03-15 Gerd Moellmann <gerd@gnu.org>
3255
3256 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3257 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3258
819dce0f
GM
32592001-03-14 Gerd Moellmann <gerd@gnu.org>
3260
697617d9
GM
3261 * bindings.el (features): Add `md5' and `overlay' to the list.
3262
819dce0f
GM
3263 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3264 bound before using it. It's not bound when configured without X,
3265 for instance.
3266
e0067a9d
TTN
32672001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
3268
3269 * progmodes/hideshow.el: Update copyright.
3270 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 3271 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 3272
afcdc0a1
GM
32732001-03-13 Gerd Moellmann <gerd@gnu.org>
3274
e0067a9d 3275 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
3276 a non-list.
3277
30564c48
EZ
32782001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
3279
3280 * startup.el (fancy-splash-tail, command-line-1): Fix the
3281 copyright year.
3282
2b8e24b3
KH
32832001-03-13 Kenichi Handa <handa@etl.go.jp>
3284
3285 * term.el: These changes are based on a patch sent from Yong Lu
3286 <lyongu@yahoo.com>.
3287 (term-set-escape-char): Bind M-x to execute-extended-command in
3288 term-raw-escape-map.
3289 (term-move-columns): Don't try to move to negagive column.
3290 (term-emulate-terminal): Insert a string before deleting a text to
3291 overwrite.
3292
789b6186
GM
32932001-03-12 Gerd Moellmann <gerd@gnu.org>
3294
b0778a31
GM
3295 * play/life.el (life): Rearrange code so that all calls to
3296 life-display-generation are in a catch-form.
3297
04528cda
GM
3298 * progmodes/etags.el (tags-loop-continue): Don't change point in a
3299 file that isn't interesting. In an interesting file, push the old
3300 value of point on the mark ring.
3301
760cefb5
GM
3302 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3303 New function.
3304 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3305 Use it.
3306
83c9cb8e
SM
3307 * emacs-lisp/autoload.el (generate-file-autoloads):
3308 Remove warning about line lengths.
789b6186 3309
a2ffbafe
FP
33102001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3311
3312 * progmodes/etags.el (tags-compression-info-list): New variable.
3313 (find-tag-in-order): Use it to deal with compressed source files.
3314 (tag-file-name-match-p): New function.
3315 (etags-recognize-tags-table): Use it for better match of file names.
3316
5c9d9d92
KH
33172001-03-12 Kenichi Handa <handa@etl.go.jp>
3318
ba3e9b9b
KH
3319 * international/mule-cmds.el (register-input-method): Doc fix.
3320
5c9d9d92
KH
3321 * international/quail.el (quail-translate-key): Fix condition to
3322 check if there's another breaking point in the current key.
3323
40beecee
EZ
33242001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
3325
3326 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3327 Babyl header to the newly-created output file, bind
3328 coding-system-for-write to either rmail-file-coding-system or
3329 emacs-mule-unix.
3330
75c6cb7f
SM
33312001-03-11 Stefan Monnier <monnier@cs.yale.edu>
3332
3333 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3334 Fix the name and regexp used for subsubsections.
3335
5ec17636
DL
33362001-03-10 Dave Love <fx@gnu.org>
3337
3338 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3339 and save-buffer if buffer-file-name non-nil. From rms.
3340
6d2e2c02
AS
33412001-03-10 Andre Spiegel <spiegel@gnu.org>
3342
3343 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 3344 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
3345 to reflect that.
3346 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 3347 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
3348 variable bindings that might affect the diff command.
3349 (vc-print-log): Don't switch to the *vc* buffer before the
3350 command, so that local variable bindings are preserved.
3351
789b6186 3352 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
3353 not the current buffer.
3354 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3355
789b6186 3356 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 3357 make output go to buffer *vc*, not the current buffer.
a2ffbafe 3358
b18f5523
SM
33592001-03-09 Stefan Monnier <monnier@cs.yale.edu>
3360
3361 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3362 so ^, $, *, ? and + are interpreted correctly.
3363
3cfd8357
GM
33642001-03-09 Gerd Moellmann <gerd@gnu.org>
3365
c085b77c 3366 * help.el (string-key-binding): Renamed from
f9db8f19
SM
3367 mode-line-key-binding. Handle any event on a string.
3368 Check for `keymap' properties as well as `local-map' properties.
c085b77c 3369
3cfd8357
GM
3370 * comint.el (comint-insert-clicked-input): Use the last key
3371 from this-command-keys to lookup the global key definition.
3372
348f797a
KH
33732001-03-09 Kenichi Handa <handa@etl.go.jp>
3374
3ebf3717
KH
3375 * international/characters.el: Add category `j' for
3376 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
3377
348f797a
KH
3378 * international/mule-conf.el (no-conversion): Fix docstring.
3379 (raw-text): Fix docstring.
3380
e1fbabaf
GM
33812001-03-08 Gerd Moellmann <gerd@gnu.org>
3382
96e8e603
GM
3383 * simple.el (choose-completion-string): When not leaving the
3384 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3385 is set.
3386
e1fbabaf
GM
3387 * window.el (shrink-window-if-larger-than-buffer): Handle frame
3388 parameter `(minibuffer . t)'.
3389
f9db8f19
SM
33902001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3391
3392 * progmodes/sh-script.el (sh-st-symbol): New symbol.
3393 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3394 (sh-mode): Remove `make-local-variable' for unused var
3395 `font-lock-unfontify-region-function'.
3396
02756877
RS
33972001-03-07 Richard M. Stallman <rms@gnu.org>
3398
132bf46d
RS
3399 * info.el (Info-scroll-down): Fix previous change.
3400
02756877
RS
3401 * mail/rmail.el (rmail-toggle-header): Use a window which
3402 is showing the Rmail buffer, rather than the selected window.
3403
eeb24429
DL
34042001-03-07 Dave Love <fx@gnu.org>
3405
3406 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3407 now, to avoid problems with binding imenu directly to a mouse event.
3408
3bdf2660
GM
34092001-03-07 Gerd Moellmann <gerd@gnu.org>
3410
3411 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3412 second arg t.
3413
34142001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
3415
3416 * log-edit.el (log-edit-common-indent): New var.
3417 (log-edit-set-common-indentation): Renamed from
3418 log-edit-delete-common-indentation. Use the new var.
3419 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3420
3421 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3422 (cvs-mode-add-change-log-entry-other-window):
3423 Don't presume change-log-default-name is defined.
3424
3425 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3426
3427 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3428 the "tree" operation as well.
3429
3430 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3431
3432 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3433 to match paragraph-start.
3434
3435 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3436 comment-start-skip and set comment-end-skip as well.
3437 (sgml-comment-indent): Fix for new value of comment-start-skip.
3438 (html-autoview-mode): Don't bother using make-local-hook.
3439
2ad02767
GM
34402001-03-07 Gerd Moellmann <gerd@gnu.org>
3441
189638d5 3442 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 3443 variables, otherwise long Custom entries would make them ineffective.
189638d5 3444
2ad02767
GM
3445 * uniquify.el: Set maintainer to FSF.
3446
656f8cae
EZ
34472001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
3448
3449 * dired-aux.el (dired-do-shell-command): Doc fix.
3450
c83965c4
SM
34512001-03-06 Stefan Monnier <monnier@cs.yale.edu>
3452
04af43bc
SM
3453 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3454
3455 * which-func.el (which-func-modes): Add cperl-mode.
3456 (which-func-mode-global): Use define-minor-mode.
3457
3458 * info-look.el: Docstring fixes and dead code eliminated.
3459 (cperl-mode): Add support.
3460 (emacs-lisp-mode): List all entries from elisp manual, whether
3461 or not they are currently (f)bound or not. Update regexp.
3462
3463 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3464
c83965c4
SM
3465 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3466 so that C-h m shows the correct information.
3467 Use make-local-variable rather than make-variable-buffer-local.
3468 (cperl-info-buffer, cperl-setup-tmp-buf):
3469 Use make-local-variable rather than make-variable-buffer-local.
3470 (cperl-msb-fix, cperl-get-help-defer):
3471 Check major-mode for `cperl-mode' as well.
3472
3473 * progmodes/cperl-mode.el: Updated to author version 4.23.
3474 (cperl-electric-pod): SYNOPSIS was misspelled.
3475 (cperl-find-pods-heres): @if ? a : b was considered a REx.
3476 (cperl-after-expr-p): Make true after __END__.
3477
f16a7aa5
GM
34782001-03-06 Gerd Moellmann <gerd@gnu.org>
3479
157ae273 3480 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 3481 bookmark-completion-ignore-case is t.
157ae273 3482
f16a7aa5
GM
3483 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3484 switch, like xterm, and concat resource strings, with a newline
3485 between them.
3486
abaddb98
EZ
34872001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
3488
a2ffbafe 3489 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
3490 (cp773-decode-table, cp774-decode-table): New variables.
3491
abaddb98
EZ
3492 * man.el (Man-hyphenated-reference-regexp): New variable.
3493 (Man-build-references-alist): Use it to search for referenced
3494 manpages. If hyphenated is non-nil, record a concatenated word in
3495 Man-refpages-alist only if it matches Man-reference-regexp.
3496 Update word's length when it is concatenated. Reverse the list,
3497 to get the first manpage at the head.
3498 (Man-possibly-hyphenated-word): New function.
3499 (Man-follow-manual-reference): Use it instead of current-word to
3500 find a manpage at point, in a way that accounts for hyphenated
3501 references.
3502
eb3f61dd
GM
35032001-03-06 Alex Schroeder <alex@gnu.org>
3504
3505 * sql.el (sql-interbase): New function.
3506 (sql-interbase-program): New option.
3507 (sql-interbase-options): New option.
3508 And some typos fixed: "customise" to "customize".
3509
fa84f42a
DL
35102001-03-06 Dave Love <fx@gnu.org>
3511
83c9cb8e
SM
3512 * textmodes/flyspell.el (flyspell-region):
3513 Set up flyspell-local-mouse-map.
fa84f42a 3514
fda3411d
RS
35152001-03-05 Richard M. Stallman <rms@gnu.org>
3516
a2ffbafe 3517 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
3518 Don't call rmail-beginning-of-message.
3519 Don't discard From: field. Do discard Received: field.
3520 Use unwind-protect to re-prune.
3521 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 3522
e972ab1f
KH
35232001-03-06 Kenichi Handa <handa@etl.go.jp>
3524
3525 * international/quail.el (quail-title): Add autoload cookie.
3526
335db3c1
DL
35272001-03-05 Dave Love <fx@gnu.org>
3528
3529 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3530 new defs.
3531
278dd6ac
KH
35322001-03-05 Kenichi Handa <handa@etl.go.jp>
3533
83c9cb8e
SM
3534 * language/ethio-util.el (ethio-toggle-space):
3535 Update current-input-method-title if necessary.
36d5e61d
KH
3536 (ethio-toggle-punctuation): Likewise.
3537
341cd4f0
KH
3538 * international/quail.el (quail-title): Fix for the case that a
3539 title of an input method is specified by a list of the same form
3540 as used in mode-line-format.
3541
83c9cb8e
SM
3542 * international/mule-cmds.el (activate-input-method):
3543 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
3544 respect that value.
3545
10ebaeb6
GM
35462001-03-05 Gerd Moellmann <gerd@gnu.org>
3547
3548 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3549
7a65c85c
GM
35502001-03-05 Alex Schroeder <alex@gnu.org>
3551
3552 * sql.el (sql-sybase): Fix typo (was: query user about server two
3553 times instead of server and database).
3554
3555 * sql.el (sql-sybase): Doc change.
3556 (sql-mysql): Doc change.
3557 (sql-postgres): Doc change.
3558
b86644f2
KH
35592001-03-05 Kenichi Handa <handa@etl.go.jp>
3560
83c9cb8e
SM
3561 * international/mule-conf.el (emacs-mule, raw-text):
3562 Docstring modified.
b86644f2 3563
e30bd7b7
EZ
35642001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
3565
3566 * term/internal.el: Update copyright notice.
3567
3568 * term/pc-win.el: Update copyright notice.
3569
7e365285
DL
35702001-03-02 Dave Love <fx@gnu.org>
3571
83c9cb8e
SM
3572 * files.el (insert-file-contents-literally):
3573 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3574 not jka-compr-compression-info-list.
7e365285 3575
75ed43a6
SM
35762001-03-02 Stefan Monnier <monnier@cs.yale.edu>
3577
3578 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3579 spaces in default comment-start-skip settings rather than \s-.
3580
53c4b1e6
EZ
35812001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
3582
3583 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3584 default-frame-alist as well.
3585
028d739a
DL
35862001-03-01 Dave Love <fx@gnu.org>
3587
3588 * textmodes/reftex.el (defvar): Wrap some defvars in
3589 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
3590
3591 * subr.el (event-basic-type): Doc fix.
3592
3593 * international/quail.el: Doc fixes.
3594
3595 * international/utf-8.el: Doc fixes.
3596
3597 * international/mule-cmds.el: Doc fixes.
3598 (leim-list-header): Fix header text.
3599
3600 * international/mule.el (coding-system-category): Doc fix.
3601
3602 * international/ccl.el (ccl-compile): Doc fix.
3603
15d1caef
SM
36042001-03-01 Stefan Monnier <monnier@cs.yale.edu>
3605
3606 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3607 rather than (before|after)-change-functions.
3608
f84ff02c
GM
36092001-03-01 Gerd Moellmann <gerd@gnu.org>
3610
3611 * ediff-util.el (ediff-scroll-horizontally): Arrange for
3612 scroll-left and scroll-right being called interactively so that
3613 they set the window's min_hscroll.
3614
e0c1e774
EZ
36152001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
3616
3617 * info.el (info-insert-file-contents-1): Accept an additional
3618 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
3619 `suffix'; otherwise use the complicated MS-DOS code.
3620 All callers changed.
e0c1e774
EZ
3621 (info-insert-file-contents, Info-find-node): If the MS-DOS port
3622 can access long file names, try the long file-name version of
3623 `info-insert-file-contents-1', then the short file-name version.
3624
b8b2ea31 36252001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 3626
af122766
KH
3627 * language/ethio-util.el (setup-ethiopic-environment-internal):
3628 Change bindings of functions keys to conform to "Emacs Lisp Coding
3629 Convention".
3630
3631 * language/ethiopic.el ("Ethiopic"): Add documentation.
3632
b8b2ea31
KH
36332001-02-28 Kenichi Handa <handa@etl.go.jp>
3634
1d64e2ad
KH
3635 * international/utf-8.el (mule-utf-8): Set coding-category
3636 property to coding-category-utf-8.
3637
91cb6e51
RS
36382001-02-27 Richard M. Stallman <rms@gnu.org>
3639
3640 * lpr.el (lpr-page-header-switches, print-region-1):
3641 Undo 2000-07-06 change.
7298f3f7
RS
3642 (lpr-add-switches): Default to t on gnu/linux.
3643
c0cb1027
GM
36442001-02-27 Gerd Moellmann <gerd@gnu.org>
3645
3646 * bs.el (bs-attributes-list): Doc fix.
3647
01459648
GM
36482001-02-26 Gerd Moellmann <gerd@gnu.org>
3649
baebd8a5 3650 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 3651
01459648
GM
3652 * help.el (view-order-manuals): Use goto-address.
3653
3654 * startup.el (command-line-1): Add info about ordering manuals
3655 to the not so fancy splash screens.
3656
f93e614e
AS
36572001-02-26 Andre Spiegel <spiegel@gnu.org>
3658
01459648
GM
3659 * vc.el (vc-default-workfile-unchanged-p)
3660 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 3661
12435002
GM
36622001-02-26 Gerd Moellmann <gerd@gnu.org>
3663
a2ffbafe 3664 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
3665 fontify in the right buffer.
3666
12435002
GM
3667 * allout.el (outline-flag-region): Move macro in front of first
3668 use to avoid a run-time error.
3669
425de386
AI
36702001-02-24 Andrew Innes <andrewi@gnu.org>
3671
3672 * makefile.w32-in: Fix copyright notice.
3673
66c56ed1
KH
36742001-02-24 Kenichi Handa <handa@etl.go.jp>
3675
4c1593ce
KH
3676 * international/utf-8.el (mule-utf-8): Set correct value for
3677 valid-codes property.
3678
66c56ed1
KH
3679 * international/fontset.el (x-complement-fontset-spec): In the
3680 case that we use ASCII font for the other charsets, use only
15d1caef 3681 family and registry part of it.
66c56ed1 3682
119171dd
EZ
36832001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3684
3685 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3686 (shrink-window-if-larger-than-buffer): Doc fix.
3687
932c309e
SM
36882001-02-23 Stefan Monnier <monnier@cs.yale.edu>
3689
3690 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3691 predicate passed to completing-read.
3692
9b760e36
EZ
36932001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3694
3695 * startup.el (command-line): Fix last change.
3696
5c39a60f
JR
36972001-02-23 Jason Rumney <jasonr@gnu.org>
3698
3699 * startup.el (tool-bar-originally-present): New variable.
3700 (command-line): Set it if the tool-bar is switched on at startup.
3701
3702 * frame.el (frame-notice-user-settings): Only adjust frame height
3703 for no tool-bar case if tool-bar was originally switched on.
796ead7e 3704 From E. Jay Berkenbilt.
5c39a60f 3705
cb91b2c7
SM
37062001-02-22 Stefan Monnier <monnier@cs.yale.edu>
3707
39b557e8
SM
3708 * server.el (server-switch-buffer): Only switch window if the
3709 current one is dedicated.
3710
cb91b2c7
SM
3711 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
3712 rather than using (match-beginning 0) when searching for break point.
3713
9238a8df
EZ
37142001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
3715
3716 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
3717 @ follows an accent command such as @'. Support optional braces
3718 in commands that insert accents, like makeinfo does.
3719
3473f362
GM
37202001-02-22 Gerd Moellmann <gerd@gnu.org>
3721
3722 * startup.el (fancy-splash-text): Add a line for ordering
3723 manuals. Reverse order of splash screens shown.
3724 (use-fancy-splash-screens-p): Adapt to the text line added.
3725
3726 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
3727 manuals from the FSF.
3728
3729 * help.el (view-order-manuals): New function.
3730 (toplevel): Bind C-h C-m to this function.
3731
76a4de07
SM
37322001-02-21 Stefan Monnier <monnier@cs.yale.edu>
3733
3734 * newcomment.el (comment-forward): Skip the comment-start before
3735 searching for the comment-end.
3736
75b71d85
DL
37372001-02-21 Dave Love <fx@gnu.org>
3738
2f4c9a87
DL
3739 * custom.el (custom-initialize-changed, defcustom): Doc fix.
3740
75b71d85
DL
3741 * international/mule-cmds.el, international/mule.el: Doc fixes.
3742
ffc9ff0c
GM
37432001-02-21 Gerd Moellmann <gerd@gnu.org>
3744
3745 * startup.el (fancy-splash-screens): Use display-hourglass
3746 instead of display-busy-cursor.
3747
3748 * frame.el (display-hourglass): Renamed from busy-cursor.
3749 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
3750 (show-cursor-in-non-selected-windows): Doc fix.
3751
f34eb373
DL
37522001-02-20 Dave Love <fx@gnu.org>
3753
3754 * international/utf-8.el: Doc and commentary fixes.
3755
f55e4a7e
EZ
37562001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
3757
3758 * ehelp.el (with-electric-help): Doc fix.
3759
fa97adf6
GM
37602001-02-20 Gerd Moellmann <gerd@gnu.org>
3761
3762 * msb.el (msb-mode): Call the update-buffers function explicitly
3763 with a FORCE argument.
3764
3765 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
3766 FORCE. If set, update the menu even if frame-or-buffer-changed-p
3767 returns nil.
3768
54ed3bd2
GM
37692001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3770
3771 * ps-print.el: Timestamp package replacement. Some enhancements.
3772 Some XEmacs compatibility. Doc fix.
3773 (ps-print-version): New version number (6.4).
3774 (ps-printer-name): Initialization fix.
3775 (ps-zebra-stripe-follow): Funcionality enhancement.
3776 (ps-prologue-file): Code enhancement.
3777 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
3778 (ps-setup, ps-face-bold-p, ps-face-italic-p)
3779 (ps-get-page-dimensions)
54ed3bd2
GM
3780 (ps-generate-header, ps-begin-file, ps-begin-job)
3781 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
3782 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
3783 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
3784 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 3785
e8ebf97d
MB
37862001-02-20 Miles Bader <miles@gnu.org>
3787
3788 * image-file.el (image-file-name-extensions): Add "tif".
3789
136b27c5
GM
37902001-02-19 Gerd Moellmann <gerd@gnu.org>
3791
3792 * wid-edit.el (widget-button-click): Save the selected window
3793 around the code handling clicks on buttons.
3794
6ebbcf59
DL
37952001-02-18 Dave Love <fx@gnu.org>
3796
3797 * imenu.el (imenu--generic-function): Use mapc to iterate over
3798 syntax characters.
3799
595ded73
RS
38002001-02-17 Richard M. Stallman <rms@gnu.org>
3801
b9fe3dc8
RS
3802 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
3803
595ded73
RS
3804 * uniquify.el (uniquify-buffer-name-style): Doc fix.
3805
f3f053f3
GM
38062001-02-16 Gerd Moellmann <gerd@gnu.org>
3807
3808 * mouse.el (mouse-save-then-kill): If the distance from the new
3809 point to the mark is equal to the distance of point from the new
3810 point, move point instead of the mark.
3811
11570a8f
DL
38122001-02-16 Dave Love <fx@gnu.org>
3813
3814 * textmodes/flyspell.el (flyspell-get-word): Return string without
3815 properties.
3816
fb339cd5
EZ
38172001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3818
3819 * generic.el (generic-find-file-regexp): Doc fix.
3820 (generic-ignore-files-regexp): New defcustom.
3821 (generic-mode-find-file-hook): If the file's name matches the
3822 regexp in `generic-ignore-files-regexp', don't enter
3823 default-generic-mode. Doc fix.
3824
c56b1c1b
GM
38252001-02-16 Gerd Moellmann <gerd@gnu.org>
3826
a2ffbafe 3827 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
3828 Add autoload cookies.
3829
a2ffbafe 3830 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
3831 of cal-tex-24.
3832
0d140e65
EZ
38332001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3834
81558867
EZ
3835 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
3836
0d140e65
EZ
3837 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
3838 the character class after the (optional) drive, to support file
3839 names with embedded blanks.
3840
713f7b15
SS
38412001-02-15 Sam Steingold <sds@gnu.org>
3842
3843 * textmodes/tex-mode.el (tex-shell-running):
3844 Check the process buffer too.
3845
9a2a6f73
DL
38462001-02-15 Dave Love <fx@gnu.org>
3847
3848 * battery.el (battery-status-function): Fix doc, :type.
3849
15d1caef 3850 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 3851
fe10cef0
GM
38522001-02-15 Gerd Moellmann <gerd@gnu.org>
3853
3854 * subr.el (read-passwd): Clear Lisp memory holding password.
3855
126f5d4d
MB
38562001-02-15 Miles Bader <miles@gnu.org>
3857
3858 * info.el (Info-copy-current-node-name): New function.
3859 (Info-mode-menu): Add it to the menu.
3860
92e98d63
RS
38612001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
3862
3863 * international/mule-cmds.el (toggle-input-method): Doc fix.
3864
dd4e0e55
SM
38652001-02-13 Stefan Monnier <monnier@cs.yale.edu>
3866
3867 * replace.el (occur): Stop at end of buffer.
3868
402dbbd1
EZ
38692001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
3870
3871 * international/mule-cmds.el (set-input-method): Another doc fix.
3872
e9fcba3d
GM
38732001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
3874
3875 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
3876
78ad1cd5
MB
38772001-02-13 Miles Bader <miles@gnu.org>
3878
713f7b15 3879 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
3880 (set-face-stipple): Treat a value of nil as being `unspecified'.
3881
fce9d9dc
DL
38822001-02-12 Dave Love <d.love@dl.ac.uk>
3883
3884 * international/latin1-disp.el: Doc fixes.
3885 (latin1-display) <defgroup>: Add :link.
3886 (latin1-display) <function>: Set variable latin1-display.
3887
bc406911
EZ
38882001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
3889
3890 * international/mule-cmds.el (set-input-method): Doc fix.
3891
68514d48
EL
38922001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
3893
3894 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
3895 (speedbar-line-file): Return nil if not a file.
3896 (speedbar-buffers-line-path): Return file for tags, and dir for files.
3897
513bea45 38982001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 3899
513bea45
MK
3900 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
3901 for remote files.
bc406911 3902 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 3903 with raw-text.
713f7b15 3904
513bea45 3905 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 3906
83c9cb8e
SM
3907 * ediff-util.el (ediff-compute-custom-diffs-maybe):
3908 Better handling of the diff mode.
713f7b15 3909
513bea45 3910 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 3911
bc406911 3912 * viper.texi: Fix typos.
713f7b15 3913
521d4010
DL
39142001-02-11 Dave Love <fx@gnu.org>
3915
36fd8e17
DL
3916 * shadowfile.el: Doc fixes.
3917 (shadow) <defgroup>: Add :link.
3918 (shadowfile-unload-hook): New function.
3919 (shadow-initialize): Use defalias, not fset.
3920 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 3921 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 3922
521d4010
DL
3923 * international/mule.el: Doc and message fixes.
3924
36fd8e17
DL
3925 * international/ccl.el (define-ccl-program): Doc fix.
3926
92395bbe
KH
39272001-02-11 Kenichi Handa <handa@etl.go.jp>
3928
3929 * faces.el (mode-line): Set :line-width property to -1.
3930
103db06c
RS
39312001-02-10 Richard M. Stallman <rms@gnu.org>
3932
08b78974
RS
3933 * complete.el (partial-completion-mode): Doc fix.
3934
103db06c
RS
3935 * simple.el (delete-key-deletes-forward-mode):
3936 Change `let' to `let*' to fix gross bug in last change.
3937
3938 * repeat.el (repeat): Don't let execute-kbd-macro alter
3939 real-last-command.
3940
a6a1ee53
EZ
39412001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
3942
3943 * simple.el (eval-expression): Doc fix.
3944
d2f288c6
DL
39452001-02-09 Dave Love <fx@gnu.org>
3946
038f4ae3
DL
3947 * imenu.el (imenu-generic-expression): Doc fix.
3948
83c9cb8e
SM
3949 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
3950 From Juanma Barranquero.
038f4ae3 3951
15d1caef 3952 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 3953
9804b846
KH
39542001-02-09 Kenichi Handa <handa@etl.go.jp>
3955
3956 * faces.el (set-face-attribute): Describe the case of a negative
3957 value specified for :line-width.
3958
532f5197
SM
39592001-02-08 Stefan Monnier <monnier@cs.yale.edu>
3960
3961 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 3962 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 3963
1d279666
DL
39642001-02-08 Dave Love <fx@gnu.org>
3965
4681ca3a
DL
3966 * wid-edit.el (widget-plist-convert-widget): Replace binding of
3967 widget-plist-value-type.
3968 (widget-alist-convert-widget): Replace binding of
3969 widget-alist-value-type.
3970
1d279666
DL
3971 * textmodes/paragraphs.el (sentence-end): Doc fix.
3972
83c9cb8e
SM
3973 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
3974 Remove `backward-line'.
1d279666 3975
532f5197
SM
3976 * play/pong.el (pong-blank-color, pong-bat-color)
3977 (pong-ball-color, pong-border-color, pong-left-key)
3978 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
3979 (pong-pause-key, pong-resume-key, pong-timer-delay):
3980 * mail/mh-comp.el (mh-compose-letter-function):
3981 * eshell/esh-mode.el (eshell-skip-prompt-function):
3982 * emulation/viper-ex.el (ex-unix-type-shell-options):
3983 * recentf.el (recentf-menu-filter):
3984 * ps-print.el (ps-print-region-function):
3985 * lpr.el (print-region-function):
3986 * forms.el (forms-mode-hooks):
3987 * dirtrack.el (dirtrack-directory-change-hook):
3988 * cus-start.el (temp-buffer-show-function, display-buffer-function):
3989 * textmodes/spell.el (spell-filter):
3990 * textmodes/fill.el (adaptive-fill-function):
3991 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
3992 * progmodes/etags.el (find-tag-default-function):
3993 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
3994 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3995
6f676109
EZ
39962001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
3997
751d3bc4
EZ
3998 * emulation/viper-init.el (viper-fast-keyseq-timeout)
3999 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
4000 Meyering <jim@meyering.net>.
4001
6f676109
EZ
4002 * loadup.el: Revert last change.
4003
d3c26cdf
KH
40042001-02-07 Kenichi Handa <handa@etl.go.jp>
4005
83c9cb8e
SM
4006 * international/mule.el (transform-make-coding-system-args):
4007 Make it work also for coding systems not using CCL.
d3c26cdf 4008
44806980
EZ
40092001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4010
9889af08
EZ
4011 * simple.el (previous-matching-history-element)
4012 (next-matching-history-element): Doc fix.
4013
44806980
EZ
4014 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4015 specific part.
4016
1e36ff68
DL
40172001-02-06 Dave Love <fx@gnu.org>
4018
713f7b15 4019 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
4020 (add-log-buffer-file-name-function, add-log-file-name-function):
4021 Fix :type.
4022 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4023
c7ca58df
EZ
40242001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4025
fecd556a
EZ
4026 * info.el (info-initialize): Remove the test for system-type when
4027 invocation-directory is non-nil.
4028
c7ca58df
EZ
4029 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4030 of `font-lock-defaults' to `backward-paragraph' rather than nil.
4031
587b5737
AI
40322001-02-06 Andrew Innes <andrewi@gnu.org>
4033
4034 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4035 absolute.
4036
baf7eee4
GM
40372001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
4038
4039 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4040 buffers. When hi-lock turned on rather than only checking current
4041 buffer for regexps, all buffers are checked. Moved activation of
4042 font-lock to hi-lock-refontify. When font-lock turned off rather
4043 than removing added highlighting just in current buffer, remove it
4044 in all buffers. Changed edit menu text from "Automatic
4045 Highlighting" to "Regexp Highlighting" Documentation for
4046 highlighting phrases, minor documentation changes.
4047 (hi-lock-set-file-patterns): Execute only if there are new or
4048 existing file patterns.
4049 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
4050 unfontify and, if a support mode is active, will not refontify the
4051 whole buffer. If necessary, turn on font lock. (Removed
4052 font-lock-unfontify and font-lock support-mode-specific calls,
4053 such as lazy-lock-fontify-window.)
4054 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
4055 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 4056 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
4057 (hi-lock-face-phrase-buffer): New function. Also added related
4058 menu item and keybinding.
4059 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
4060 (hi-lock-process-phrase): New function.
4061 (hi-lock-line-face-buffer): Doc fixes.
4062 (hi-lock-face-buffer): Doc fixes.
4063 (hi-lock-unface-buffer): Doc fixes.
713f7b15 4064
36710aa6
GM
40652001-02-06 Gerd Moellmann <gerd@gnu.org>
4066
4067 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
4068 dabbrev-ignored-regexps.
4069
d3f22784
EZ
40702001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4071
4072 * simple.el (kill-line): Doc fix.
4073
5cb3c8d4
DL
40742001-02-05 Dave Love <fx@gnu.org>
4075
4076 * loadup.el: Revert last two changes -- bootstrapping works with
4077 regenerated loaddefs.
4078
e6297e7d
EZ
40792001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
4080
1e14b095
EZ
4081 * isearch.el (isearch-forward): Doc fix.
4082
e6297e7d
EZ
4083 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4084 of font-lock-defaults to backward-paragraph.
4085
e16f52ce
GM
40862001-02-05 Gerd Moellmann <gerd@gnu.org>
4087
4088 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4089 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4090
01d19dd7
GM
40912001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4092
4093 * ebnf2ps.el: Eliminate time-stamp functions.
4094 (ebnf-version): New version (3.5).
4095 (ebnf-eps-finish-and-write): Replace time-stamp functions by
4096 format-time-string.
4097
24886813
GM
40982001-02-05 Gerd Moellmann <gerd@gnu.org>
4099
4100 * simple.el (next-line): Goto end-of-line before inserting a newline.
4101
65e70fc4
MB
41022001-02-05 Miles Bader <miles@gnu.org>
4103
4104 * image-file.el (insert-image-file): When visiting an image, also
4105 set `truncate-lines' to t so that any fringe arrow looks correct.
4106
482f06c9
KH
41072001-02-05 Kenichi Handa <handa@etl.go.jp>
4108
4109 * isearch.el (isearch-forward): Add description about input method
4110 in the docsting.
4111
02399da7
SM
41122001-02-04 Stefan Monnier <monnier@cs.yale.edu>
4113
4114 * skeleton.el (skeleton-internal-1): Always push the mark for @.
4115
2c366083
EZ
41162001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
4117
4118 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 4119 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 4120
bdadfce3
GM
41212001-02-02 Gerd Moellmann <gerd@gnu.org>
4122
79fb38c0
GM
4123 * wid-edit.el (widget-button-click): Fix last change.
4124
bdadfce3
GM
4125 * frame.el (frame-notice-user-settings): When resizing the initial
4126 frame because the tool bar is off, also change the frame's top
4127 position if a negative top position was specified.
4128
33155ffb
MB
41292001-02-02 Miles Bader <miles@gnu.org>
4130
4131 * image-file.el (insert-image-file): When visiting an image,
4132 suppress the cursor in the image buffer.
4133
1355ba0c
DL
41342001-02-01 Dave Love <fx@gnu.org>
4135
4136 * progmodes/f90.el (f90-mode): Remove startup message.
4137
fb758d2d 4138 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 4139
01acdb05
GM
41402001-02-01 Gerd Moellmann <gerd@gnu.org>
4141
4142 * startup.el (command-line): Fix code determining whether or not
4143 to use delete-key-deletes-forward-mode.
4144
5b1ee316
AS
41452001-02-01 Andre Spiegel <spiegel@gnu.org>
4146
4147 * vc.el (vc-diff-switches): New user option.
4148 (vc-version-diff): Use it.
4149 (vc-diff-switches-list): New macro.
4150
83c9cb8e
SM
4151 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4152 New customization options.
5b1ee316
AS
4153 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4154
4155 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4156
00b1e7a1
GM
41572001-02-01 Gerd Moellmann <gerd@gnu.org>
4158
4159 * msb.el (toplevel): Quote hook symbols.
4160
85827036
KH
41612001-02-01 Kenichi Handa <handa@etl.go.jp>
4162
8e028499 4163 * international/mule.el (make-coding-system): Add description
3c948dde 4164 about recognized properties in the docstring.
8e028499 4165
85827036
KH
4166 * international/mule-conf.el: Remove unused charsets
4167 mac-roman-lower and mac-roman-upper.
4168
7ccf7ab9
GM
41692001-01-31 Gerd Moellmann <gerd@gnu.org>
4170
2441692d
GM
4171 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4172 is in front of the left-margin, if any.
4173
ee5cece0
GM
4174 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4175 like `delete'.
4176
83c9cb8e 4177 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 4178
7ccf7ab9
GM
4179 * term/w32-win.el (mouse-set-font): Doc fix.
4180
b4f30ec5 41812001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 4182
b4f30ec5
GM
4183 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4184 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4185 on already.
4186
03e0fe6e
GM
41872001-01-31 Markus Rost <rost@math.ohio-state.edu>
4188
4189 * files.el (save-buffer): Don't give message if (buffer-file-name)
4190 returns nil.
713f7b15 4191
8f289acc
EZ
41922001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
4193
cb4aae04
EZ
4194 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4195
dbd98b19
EZ
4196 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4197 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
4198
8f289acc
EZ
4199 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4200 display problems.
4201
c12553c1
KH
42022001-01-31 Kenichi Handa <handa@etl.go.jp>
4203
c7bf5db9
KH
4204 * international/mule.el (charset-info): Fix docstring.
4205
4206 * international/mule-diag.el (describe-character-set): Check final
4207 char valid before printing it.
c12553c1 4208
14f16b9c
GM
42092001-01-30 Gerd Moellmann <gerd@gnu.org>
4210
efaa080b
GM
4211 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4212
eef93f99
GM
4213 * frame.el (frame-notice-user-settings): Do the tool-bar
4214 stuff only for graphical displays. Fix a braino.
713f7b15 4215
14f16b9c
GM
4216 * frame.el (frame-initialize): Create initial frame visible.
4217 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 4218 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
4219
4220 * startup.el (command-line): Remove manipulation of frame
4221 height for tool bars.
4222
4ad25e43
EZ
42232001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4224
4225 * lpr.el: Compatibility with XEmacs and doc fixes.
4226 (lpr-windows-system, lpr-lp-system): New vars.
4227 (lpr-printer-switch): New defcustom.
4228 (printer-name, lpr-command): Customization fix.
4229 (print-region-1): Code fix.
4230 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
4231 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4232 New functions.
4ad25e43 4233
e8f044a0
GM
42342001-01-29 Gerd Moellmann <gerd@gnu.org>
4235
4236 * msb.el (toplevel): Fix the eval-after-load.
4237
850d5045
GM
42382001-01-29 Dave Love <fx@gnu.org>
4239
762fe76e
DL
4240 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4241
4242 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4243
83c9cb8e 4244 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
4245 (tcl-using-emacs-19-23): Consider Emacs 21+.
4246 (tcl-help-directory-list, tcl-command-switches): Fix :type.
4247 (tcl-add-emacs-menu): Supply menu name.
4248 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4249
3a768251
GM
42502001-01-29 Gerd Moellmann <gerd@gnu.org>
4251
4252 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4253
274d02f7
SM
42542001-01-29 Stefan Monnier <monnier@cs.yale.edu>
4255
4256 * pcvs.el (cvs-mark-fis-dead): New function.
4257 (cvs-mode-add): Use it.
4258 (cvs-mode-add-change-log-entry-other-window):
4259 Rebind change-log-default-name to itself rather than to nil.
4260
ed5d446e
SS
42612001-01-29 Sam Steingold <sds@gnu.org>
4262
efaa080b 4263 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
4264 `autoload' statements.
4265
e2a80284
EZ
42662001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
4267
8e1db7b3
EZ
4268 * files.el (confirm-kill-emacs): Doc fix.
4269
ff2a1c79
EZ
4270 * frame.el (frame-initialize): Doc fix.
4271
e7b0deaf
EZ
4272 * time-stamp.el (time-stamp-string): Doc fix.
4273
83c9cb8e
SM
4274 * woman.el (WoMan-log-1): Make the log buffer writable.
4275 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 4276
005913e4
GM
42772001-01-29 Gerd Moellmann <gerd@gnu.org>
4278
4279 * imenu.el (imenu-syntax-alist): Add autoload cookie for
4280 the `make-variable-buffer-local'.
4281
58622cc5
GM
42822001-01-29 Dave Love <fx@gnu.org>
4283
4284 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
4285 (ansi-color-for-comint-mode-on, ansi-color-process-output):
4286 Add autoload cookie.
58622cc5
GM
4287 (ansi-color-apply-sequence): Fix typo.
4288
0404d031
GM
42892001-01-29 Gerd Moellmann <gerd@gnu.org>
4290
ed5d446e 4291 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
4292 Postscript printing in black and white.
4293
0404d031
GM
4294 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4295 X-Mailman-Version, Precedence, List-Help, List-Post,
4296 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4297 Content-Type, Content-Length.
4298
3b6ed359
DL
42992001-01-29 Dave Love <fx@gnu.org>
4300
ddd16e7a
DL
4301 * elide-head.el (elide-head): Make overlay evaporate.
4302
83c9cb8e 4303 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 4304
8005142f
EZ
43052001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
4306
4307 * isearch.el (isearch-highlight): Don't punt if the display
4308 doesn't support colors, since isearch faces are defined for
4309 monochrome displays as well.
4310
84728570
SS
43112001-01-27 Sam Steingold <sds@gnu.org>
4312
4313 * shell.el (shell-write-history-on-exit): Make sure that we are in
4314 the shell buffer (M-x tex-file RET inserted the error message into
4315 the TeX buffer).
4316
e26f9ced
EZ
43172001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4318
4319 * simple.el (transient-mark-mode): Doc fix.
4320
dc0274bd
GM
43212001-01-27 Gerd Moellmann <gerd@gnu.org>
4322
83c9cb8e 4323 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 4324
c1acacc4
EZ
43252001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4326
f5058b96
EZ
4327 * shell.el (shell-unquote-argument): If the shell is one of the
4328 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4329 quote character.
4330 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 4331 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 4332
c1acacc4 4333 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 4334 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 4335
103db06c 43362001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 4337
84728570 4338 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
4339 Treat a one-capital-letter abbrev as "not all upper case",
4340 so as to force preservation of the expansion's pattern
4341 if the expansion starts with a capital letter.
4342
cfa70244
EZ
43432001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4344
cfee9de7
EZ
4345 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4346 Doc fix.
4347
cfa70244
EZ
4348 * simple.el (transient-mark-mode): Document the fact that many
4349 commands act on the region when mark is active.
4350
17d90d6b
KH
43512001-01-27 Kenichi Handa <handa@etl.go.jp>
4352
4353 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 4354 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
4355 (quail-show-guidance-buf): Make the multibyteness of current
4356 buffer inherited to Quail guidance buffer.
4357 (quail-help): Make the multibyteness of current buffer inherited
4358 to Quail help buffer.
4359
61076b20
DL
43602001-01-26 Dave Love <fx@gnu.org>
4361
c47e2c68
DL
4362 * time-stamp.el: Doc fixes.
4363
84728570 4364 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
4365 (delphi-keyword-face, delphi-other-face): Fix :type.
4366
940f14b4
DL
4367 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
4368
4369 * mail/feedmail.el (feedmail): Add :link.
4370 (feedmail-send-it): Doc fix.
4371
4372 * mail/sendmail.el: Doc fixes.
4373 (sendmail-send-it): Fix the non-ASCII regexp and use
4374 rfc2047-encode-string.
4375
61076b20
DL
4376 * dired.el, dired-aux.el: Revert last change.
4377
6c317bd2
GM
43782001-01-26 Gerd Moellmann <gerd@gnu.org>
4379
4380 * makefile.w32-in (DONTCOMPILE): Add various term files.
4381
43822001-01-26 Dave Love <fx@gnu.org>
4383
4384 * Makefile.in (DONTCOMPILE): Add various term files.
4385
1c636b5f
GM
43862001-01-26 Gerd Moellmann <gerd@gnu.org>
4387
af900b23
GM
4388 * man.el (Man-default-man-entry, Man-mode): Doc fix.
4389
15fa6db0 4390 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 4391 the echo area is resized to fit the size of the startup message.
15fa6db0 4392
1c636b5f
GM
4393 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4394 part of which is a constant.
4395
9b1adbd5
EZ
43962001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
4397
83c9cb8e 4398 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 4399
103db06c 44002001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
4401
4402 * simple.el (next-line): Don't let `newline' expand abbrevs.
4403 Simplify slightly.
4404 (open-line): Don't let `newline' expand abbrevs.
4405
219227ea
JW
44062001-01-25 John Wiegley <johnw@gnu.org>
4407
4408 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4409 to `repeat' in the :type field.
4410
4411 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4412 allow a choice of regexp or nil.
d2906bf8 4413 (pcomplete-dir-ignore): Same.
219227ea
JW
4414
4415 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4416 a command) to always fail.
4417
ceba0dac
GM
44182001-01-25 Gerd Moellmann <gerd@gnu.org>
4419
4420 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4421 discard the result.
4422 (iswitchb-to-end): Likewise.
4423
9b0630e5
SS
44242001-01-25 Sam Steingold <sds@gnu.org>
4425
4426 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 4427 Require vc.
9b0630e5 4428
a2ed9670
SM
44292001-01-25 Stefan Monnier <monnier@cs.yale.edu>
4430
f0c1adab
SM
4431 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4432
a2ed9670
SM
4433 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4434
34ac3367
DL
44352001-01-25 Dave Love <fx@gnu.org>
4436
61076b20
DL
4437 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4438 (describe-coding-system): Tweak the English text.
4439
34ac3367
DL
4440 * loadup.el: Preload international/ccl for utf-8.
4441
4685e6b7
EZ
44422001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
4443
4444 * mail/rmail.el (rmail-redecode-body): Doc fix.
4445
0fdb4475
KH
44462001-01-25 Kenichi Handa <handa@etl.go.jp>
4447
83c9cb8e
SM
4448 * international/mule-cmds.el (reset-language-environment):
4449 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 4450
83c9cb8e
SM
4451 * international/mule-conf.el (coding-category-utf-8):
4452 Initialize to mule-utf-8.
0fdb4475 4453
9b0630e5 4454 * loadup.el: Preload international/utf-8.
0fdb4475
KH
4455
4456 * international/utf-8.el: New file.
4457
245ed2b1
SM
44582001-01-24 Stefan Monnier <monnier@cs.yale.edu>
4459
4460 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4461
e95b0c08
SS
44622001-01-24 Sam Steingold <sds@gnu.org>
4463
4464 * dired.el (dired-replace-in-string): Removed.
4465 (dired-sort-toggle): Use `replace-regexps-in-string'
4466 instead of `dired-replace-in-string'.
9b0630e5 4467
ceba0dac
GM
4468 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4469 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 4470
e95b0c08
SS
4471 * gs.el (gs-replace-in-string): Removed.
4472 (gs-options): Use `replace-regexps-in-string'
4473 instead of `gs-replace-in-string'.
4474
c3902c3e
EZ
44752001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
4476
4477 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4478 bug report is mailed to an email list and posted to a news group.
4479
b66b6aeb
GM
44802001-01-24 Gerd Moellmann <gerd@gnu.org>
4481
83c9cb8e
SM
4482 * comint.el (comint-replace-by-expanded-history-before-point):
4483 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 4484
b66b6aeb
GM
4485 * startup.el (tool-bar-images-pixel-height): New variable.
4486 (command-line): After loading the user's init file, when
4487 tool-bar-mode is on, increase the frame's size by some lines for
4488 the tool-bar.
4489
4490 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 4491
ff890e66
SZ
44922001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
4493
4494 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4495 (chinese-big5): MIME:Big5.
4496
04363179
GM
44972001-01-24 Gerd Moellmann <gerd@gnu.org>
4498
e95b0c08 4499 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
4500 Handle commands with prefix args.
4501
d56aaa64
GM
45022001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4503
4504 * calendar/diary-lib.el (diary-float): Fix case of MONTH
4505 being a list of numbers.
4506 (diary-mail-entries): Rewritten.
4507
99858627
DL
45082001-01-23 Dave Love <fx@gnu.org>
4509
7aeb1fa9
DL
4510 * international/mule.el (make-coding-system): Fix typo.
4511
83c9cb8e
SM
4512 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4513 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 4514
5a43decf
EZ
45152001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
4516
4517 * font-lock.el (font-lock-mode): Doc fix.
4518
b0e98867
KH
45192001-01-23 Kenichi Handa <handa@etl.go.jp>
4520
4521 * international/mule.el (make-translation-table): Fix docstring.
4522
9c8acefd
EZ
45232001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
4524
fd4976b8
EZ
4525 * mail/rmail.el (rmail-redecode-body): New function.
4526
9c8acefd
EZ
4527 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4528
871e0439
GM
45292001-01-22 Gerd Moellmann <gerd@gnu.org>
4530
21c2bbe0
GM
4531 * isearch.el (isearch-lazy-highlight-case-fold-search)
4532 (isearch-lazy-highlight-regexp): New variables.
4533 (isearch-lazy-highlight-cleanup): Update lazy highlight if
4534 case-fold search or regexp search has been toggled.
4535
5710730c
GM
4536 * wid-edit.el (widget-button-click): Avoid a save-excursion
4537 around running a global binding.
4538
871e0439
GM
4539 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4540 to 0.25.
4541
d0554957
MB
45422001-01-20 Miles Bader <miles@gnu.org>
4543
4544 * cus-edit.el (custom-face-save): Do post-processing on the face's
4545 new value like `custom-face-set' does.
4546
1519f618
EZ
45472001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4548
ccd87890
EZ
4549 * mail/emacsbug.el (report-emacs-bug): Report the value of
4550 LC_CTYPE, not LC_TYPE.
4551
1519f618
EZ
4552 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4553 isearch-toggle-regexp and isearch-edit-string to doc string.
4554
9724173b
GM
45552001-01-19 Gerd Moellmann <gerd@gnu.org>
4556
48bb9196
GM
4557 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4558 as font-lock-beginning-of-syntax-function in font-lock-defaults.
4559
e95b0c08 4560 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
4561 font-lock-beginning-of-syntax-function to nil.
4562
dc81f8a2
EZ
45632001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4564
4565 * mail/emacsbug.el (report-emacs-bug): Report values of
4566 locale-coding-system, default-enable-multibyte-characters, and the
4567 environment variables LC_ALL, LC_TYPE, and LANG.
4568
99327974
GM
45692001-01-19 Gerd Moellmann <gerd@gnu.org>
4570
83c9cb8e 4571 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 4572
2be6ecc6
GM
4573 * font-lock.el (font-lock-multiline): Default to nil.
4574 (font-lock-default-fontify-region): If font-lock-multiline is
4575 nil, don't check the property `font-lock-multiline'.
4576
99327974
GM
4577 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4578 is nil, don't check the `font-lock-multiline' text property.
4579
2550055a
MK
45802001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
4581
0a949811 4582 * viper.el: Call initial-major-mode on startup.
e95b0c08 4583
0a949811 4584 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 4585
8501998a 4586 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 4587
2550055a 45882001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 4589
0a949811 4590 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 4591 diff mode, if available.
e95b0c08 4592
0a949811 45932001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 4594
8501998a 4595 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 4596
2550055a
MK
4597 * ediff-init.el (subst-char-in-string): Define and use it, unless
4598 it's already defined.
e95b0c08 4599
8962e303
GM
46002001-01-18 Gerd Moellmann <gerd@gnu.org>
4601
4602 * tooltip.el (tooltip-hide-delay): New user-option.
4603 (tooltip-show): Use tooltip-hide-delay instead of the default.
4604
6b453381
KH
46052001-01-18 Kenichi Handa <handa@etl.go.jp>
4606
4607 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4608 kill-local-variable doesn't work for enable-multibyte-characters.
4609
9eaf396b
DL
46102001-01-17 Dave Love <fx@gnu.org>
4611
cebd37ce
DL
4612 * ediff-init.el (ediff-before-setup-hook)
4613 (ediff-merge-filename-prefix): Add :version.
4614
9eaf396b
DL
4615 * international/latin1-disp.el: Require disp-table.
4616 (latin1-display): Fix :set.
4617
4618 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4619
f864120f
GM
46202001-01-17 Gerd Moellmann <gerd@gnu.org>
4621
4622 * isearch.el (isearch-lazy-highlight-initial-delay)
4623 (isearch-lazy-highlight-interval): Default to 0.
4624
46252001-01-17 Bob Glickstein <bobg@zanshin.com>
4626
4627 * isearch.el (isearch-highlight): Set isearch-overlay priority to
4628 1 here rather than each time through
4629 isearch-lazy-highlight-new-loop.
4630 (isearch-lazy-highlight-max): Variable deleted.
4631 (isearch-lazy-highlight-max-at-a-time): New user variable, like
4632 isearch-lazy-highlight-max but controls a single invocation of
4633 isearch-lazy-highlight-update.
4634 (isearch-lazy-highlight-wrapped): Variable recreated.
4635 (isearch-lazy-highlight-window-start): New variable.
4636 (isearch-lazy-highlight-cleanup): Restored to behavior of
4637 before 2-Jan.
4638 (isearch-lazy-highlight-remove-overlays): Function deleted;
4639 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
4640 behavior removed.
4641 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4642 isearch-lazy-highlight-update in a loop rather than just once.
4643 Test isearch-invalid-regexp here and decide not to start a new
4644 loop, rather than testing it each time through
4645 isearch-lazy-highlight-update.
4646 (isearch-lazy-highlight-search): Function restored.
4647 (isearch-lazy-highlight-update): Get called in a timer loop again,
4648 but this time highlight more than one match each time through.
83c9cb8e
SM
4649 Only highlight matches in the visible part of the window.
4650 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
4651 the edge of the window. Use sit-for to force redisplay and ensure
4652 window-start is credible. "Face suppressing" behavior removed;
4653 overlay priorities should make it unnecessary, right?
4654 (isearch-highlight): Face suppressing behavior removed.
4655 (isearch-dehighlight): Face suppressing behavior removed.
4656 (isearch-set-lazy-highlight-faces-at): Removed.
4657
076ec540
KH
46582001-01-17 Kenichi Handa <handa@etl.go.jp>
4659
4660 * language/european.el ("Latin-1"): Make the format of description
4661 about additional language environments same as that of Latin-2.
4662
92328ec5
DL
46632001-01-16 Dave Love <fx@gnu.org>
4664
39f2174e
DL
4665 * isearch.el (isearch-lazy-highlight): Add :version.
4666
92328ec5
DL
4667 * simple.el (backward-delete-char-untabify-method)
4668 (next-line-add-newlines): Add :version.
4669
f251459d
GM
46702001-01-16 Gerd Moellmann <gerd@gnu.org>
4671
9d4850e5
GM
4672 * bindings.el: Bind <backspace> and <delete> via function-key-map.
4673 Don't bind <delete> otherwise.
4674
4675 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4676 and <delete> via function-key-map.
4677
f251459d
GM
4678 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4679 Subject line only if point is after the `Subject:'.
4680
771ffcf7
KH
46812001-01-16 Kenichi Handa <handa@etl.go.jp>
4682
bda6b481
KH
4683 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4684 japanese-jisx0213-2 in `charset' property of this lang. env.
4685
35793af7
KH
4686 * language/european.el ("Latin-1"): Add description for Dutch and
4687 Spanish lang. env.
4688
771ffcf7
KH
4689 * international/mule.el (decode-char): Fix conditions.
4690 (encode-char): Handle eight-bit-control too.
1c8102ff 4691 (transform-make-coding-system-args): New function.
50c29104
KH
4692 (make-coding-system): Accept XEmacs style arguments for CCL base
4693 coding system.
771ffcf7 4694
e1cf67b6
GM
46952001-01-15 Gerd Moellmann <gerd@gnu.org>
4696
4697 * progmodes/etags.el (find-tag-noselect): Save the value of
4698 tags-file-name before switching buffers, for the case it has a
4699 buffer-local value.
4700
b3287acf
GM
47012001-01-15 Alex Schroeder <alex@gnu.org>
4702
9eaf396b
DL
4703 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4704 From Dave Love <fx@gnu.org>.
b3287acf
GM
4705 (ansi-color-for-comint-mode): Fix :version.
4706
47072001-01-15 Alex Schroeder <alex@gnu.org>
4708
4709 * ansi-color.el (ansi-color-unfontify-region): Doc change.
4710
8d7ff9c8
EZ
47112001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
4712
4713 * dired.el (dired-insert-directory): If file-system-info fails,
4714 remove the " free " part, but don't signal an error.
4715
dbe99ae9
SS
47162001-01-12 Sam Steingold <sds@gnu.org>
4717
4718 * bookmark.el (bookmark-maybe-historicize-string):
4719 Use new backquote syntax.
4720
103db06c 47212001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
4722
4723 * subr.el (last): Handle a list that doesn't end in nil.
4724
ca2ddd8e
SS
47252001-01-12 Sam Steingold <sds@gnu.org>
4726
4727 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
4728 to `backward-delete-char-untabify'.
4729
1751c874
DL
47302001-01-12 Dave Love <fx@gnu.org>
4731
4732 * cus-edit.el (customize-menu-create): Fix the :filter following
4733 easymenu change.
4734
4735 * wid-edit.el (function): Add :match-alternatives.
4736 (widget-color-action): Doc fix.
4737
3cccce8d
GM
47382001-01-12 Gerd Moellmann <gerd@gnu.org>
4739
4740 * calendar/calendar.el (calendar-basic-setup): Doc fix.
4741
18bfd6b5
KH
47422001-01-12 Kenichi Handa <handa@etl.go.jp>
4743
83c9cb8e 4744 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 4745
18bfd6b5
KH
4746 * international/ccl.el (define-ccl-program): Fix docstring.
4747
562e00da
DL
47482001-01-11 Dave Love <fx@gnu.org>
4749
14fd0da3
DL
4750 * international/mule-cmds.el (standard-display-european-internal):
4751 Set display table for 2208 as for 160.
4752
4753 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
4754
562e00da
DL
4755 * progmodes/fortran.el (fortran-mode-map): Modify Customization
4756 entry for custom-menu-create change.
4757 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
4758 don't cons it in the search loop.
4759
4760 * imenu.el (imenu--truncate-items): Revert last change.
4761
6e961dcd
EZ
47622001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4763
4764 * info.el (Info-setup-header-line): If the node header includes
4765 either Next: or Prev: links, don't show the File: and Node: parts
4766 in the header line.
4767
2c2ff7f2
GM
47682001-01-11 Gerd Moellmann <gerd@gnu.org>
4769
a7ee2d2e
GM
4770 * comint.el (comint-goto-process-mark): Don't print a message
4771 when running in batch mode.
4772
c5348233
GM
4773 * isearch.el (isearch-search): In the condition-case handler for
4774 `error', set isearch-invalid-regexp to the whole error message.
4775
422717d1
GM
4776 * subr.el (eval-after-load): Call load-symbol-file-load-history to
4777 ensure that eval-after-load works for files dumped with Emacs.
4778
4779 * help.el (load-symbol-file-load-history): New function extracted
4780 from function symbol-file.
4781 (symbol-file): Use it.
4782
83c9cb8e 4783 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 4784
926861fb
EZ
47852001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4786
4787 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
4788 behave as if there were no prefix argument.
4789 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
4790 argument were nil.
4791
afa1f52c
RS
47922001-01-11 Richard M. Stallman <rms@gnu.org>
4793
ca2ddd8e 4794 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
4795 Don't look for more potential matches once maximum is exceeded.
4796 Use overlays-in to check correctly for overlap with current match.
4797 Ignore empty matches.
4798
47a9f362
MB
47992001-01-11 Miles Bader <miles@gnu.org>
4800
4801 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
4802 (ispell-overlay-window, ispell-help, ispell-show-choices)
4803 (ispell-command-loop): Use it instead of `window-height'.
4804
d196f58d
GM
48052001-01-10 Gerd Moellmann <gerd@gnu.org>
4806
cf523f0e
GM
4807 * files.el (confirm-kill-emacs): New user-option.
4808 (save-buffers-kill-emacs): Ask for final confirmation before
4809 killing Emacs.
4810
d196f58d
GM
4811 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
4812 to nil.
4813
7c6c3d8e
GM
48142001-01-10 Dave Love <fx@gnu.org>
4815
1f8be15d
DL
4816 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
4817
83c9cb8e 4818 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
4819
4820 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
4821
4822 * calculator.el (calculator-number-digits): Fix :type.
4823
0d5184de
DL
4824 * vc-cvs.el (vc-cvs-header): Fix :type.
4825 * vc-rcs.el (vc-rcs-header): Fix :type.
4826 * vc-sccs.el (vc-sccs-header): Fix :type.
4827
4828 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4829
7c6c3d8e
GM
4830 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4831
8c9f73a2
GM
4832 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
4833
457b792c
GM
48342001-01-10 Gerd Moellmann <gerd@gnu.org>
4835
4836 * simple.el (set-variable): Force a thorough redisplay for the
4837 case that the variable has an effect on the display, like
4838 `tab-width' has.
4839
d2622d08
AS
48402001-01-10 Andre Spiegel <spiegel@gnu.org>
4841
4842 * vc.el: Add documentation for backend interface.
4843
ae4b5f4f
KH
48442001-01-10 Kenichi Handa <handa@etl.go.jp>
4845
e0844717
KH
4846 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
4847
ae4b5f4f
KH
4848 * international/mule-conf.el (latin-extra-code-table): Set to t
4849 for \223 and \224.
4850
3184082b
KH
48512001-01-09 Kenichi Handa <handa@etl.go.jp>
4852
4853 * international/mule-cmds.el (locale-language-names): Map "es" to
4854 "Spanish" and "nl" to "Dutch".
4855
732b9cdd
GM
48562001-01-09 Gerd Moellmann <gerd@gnu.org>
4857
1dfca644
GM
4858 * bindings.el (global-map): Bind <home> to beginning-of-line,
4859 <end> to end-of-line, C-<home> to beginning-of-buffer, and
4860 C-<end> to end-of-buffer.
4861
732b9cdd
GM
4862 * language/european.el: Add Dutch and Spanish language info
4863 to be able to use the appropriate tutorials.
4864
48652001-01-09 Alex Schroeder <alex@gnu.org>
4866
4867 * ansi-color.el (ansi-color-process-output): Use markers instead
4868 of positions for start and end of region.
4869 (ansi-color-apply-on-region): Rewrote code to make it more robust.
4870 Previously, occasional mistakes happend when fontifying many
4871 chunks of output (eg. ls --color=yes /dev). This happened
4872 whenever an overlay was created up to the end of the region, which
4873 coincided with the process-mark. New text would then be added
4874 within that overlay instead of after it.
4875 (ansi-color-make-extent): Overlays are created with the property
4876 `modification-hooks' set to '(ansi-color-freeze-overlay).
4877 (ansi-color-freeze-overlay): New function. When inserting text at
4878 the end of the overlay, the overlay will resize.
4879
48802000-01-09 Alex Schroeder <alex@gnu.org>
4881
4882 * ansi-color.el (ansi-color-process-output): Doc change.
4883 (ansi-color-unfontify-region): Doc change. No longer installed
4884 automatically in font-lock-unfontify-region-function.
4885 (ansi-color-apply): Doc change.
4886 (ansi-color-apply-on-region): Use extents or overlays instead of
4887 text-properties.
4888 (ansi-color-make-extent): New function.
4889 (ansi-color-set-extent-face): New function.
4890
48912000-01-09 Alex Schroeder <alex@gnu.org>
4892
4893 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
4894 both use ansi-color-process-output, now.
4895 (ansi-color-process-output): Doesn't return string anymore. It is
4896 installed in comint-output-filter-functions for both Emacs and
4897 XEmacs, now.
4898 (ansi-color-unfontify-region): Simplified code removing variables
4899 pos and start-ansi.
4900 (ansi-color-apply): Put text-property ansi-color before putting
4901 text-property face because ansi-color-unfontify-region is called
4902 immediately after the call to put-text-property.
4903 (ansi-color-context-region): Doc change.
4904 (ansi-color-filter-region): Simplified code.
4905 (ansi-color-apply-on-region): Changed start to start-marker, using
4906 a marker explicitly. Put text-property ansi-color before putting
4907 text-property face because ansi-color-unfontify-region is called
4908 immediately after the call to put-text-property.
4909
49102000-01-09 Alex Schroeder <alex@gnu.org>
4911
4912 * ansi-color.el (ansi-color-faces-vector): Doc change.
4913 (ansi-color-for-comint-mode): Changed :type property to choice.
4914 (ansi-color-last-context): Removed.
4915 (ansi-color-process-output): Don't use ansi-color-last-context, as
4916 the main functions will store their context now.
4917 (ansi-color-context): Doc change.
4918 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
4919 Uses ansi-color-context such that repeated calls will strip
4920 partial escape sequences, too.
4921 (ansi-color-apply): Simplified code. Colorize end of string if
4922 face is not null. Store context in new (FACE STRING) format, such
4923 that repeated calls will strip partial escape sequences, too.
4924 Append faces to face property using ansi-color-apply-sequence such
4925 that cumulative mode actually works.
4926 (ansi-color-context-region): New variable.
4927 (ansi-color-filter-region): Rewrote it based on
4928 ansi-color-apply-on-region. Uses ansi-color-context-region such
4929 that repeated calls will strip partial escape sequences, too.
4930 (ansi-color-apply-on-region): Simplified code. Colorize end of
4931 region if face is not null. Store context in new (FACE POS)
4932 format, such that repeated calls will strip partial escape
4933 sequences, too. Append faces to face property using
83c9cb8e 4934 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
4935 (ansi-color-apply-sequence): New function.
4936 (ansi-color-get-face): When the default face is added to the list
4937 of faces, all previous settings are discarded and the list of
4938 faces is set to '(default).
4939
49402000-01-09 Alex Schroeder <alex@gnu.org>
4941
4942 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
4943 face, such that ansi-color-apply and ansi-color-apply-on-region
4944 will do the right thing.
4945 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
4946 returns nil, set the list of faces back to nil instead of
83c9cb8e 4947 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
4948
49492000-01-09 Alex Schroeder <alex@gnu.org>
4950
4951 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
4952 (ansi-color-process): Doc change.
4953 (ansi-color-last-context): New buffer-local variable.
4954 (ansi-color-process-output): New function. It is automatically
4955 added to comint-output-filter-functions if this is XEmacs.
4956 (ansi-color-unfontify-region): New optional parameter for XEmacs
4957 compatibility. Check wether font-lock-syntactic-keywords is
4958 boundp before removing the syntax table text property, as XEmacs
4959 doesn't have it.
4960 (ansi-color-filter-region): Doc change.
4961 (ansi-color-apply-on-region): Doc change.
4962 (ansi-color-make-face): New function. Compatibility layer for
4963 XEmacs. Return temporary faces instead of cons cells for XEmacs.
4964 (ansi-color-make-color-map): Use ansi-color-make-face.
4965 (ansi-color-get-face): Avoid face text property '(nil) as results
4966 in an errow for XEmacs.
4967
49682000-01-09 Alex Schroeder <alex@gnu.org>
4969
83c9cb8e
SM
4970 * ansi-color.el (ansi-color-unfontify-region): New function.
4971 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
4972 ansi-color. When the package is loaded, a lambda expression is
4973 put onto font-lock-mode-hook. This lambda expression will check
4974 font-lock-unfontify-region-function and replace
83c9cb8e 4975 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
4976 (ansi-color-apply): Add text-property ansi-color in addition to
4977 text-property face.
4978 (ansi-color-apply-on-region): Add text-property ansi-color in
4979 addition to text-property face.
4980 (save-buffer-state): Copy of the macro that is also used by
4981 lazy-lock and font-lock.
4982
4983 (ansi-color-for-comint-mode): New option.
4984 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
4985 (ansi-color-for-comint-mode-off): Ditto.
4986 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
4987 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
4988 decide what to do. This function is added to
4989 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
4990
4991 (ansi-color-for-shell-mode-set): Removed.
4992 (ansi-color-for-shell-mode): Removed.
4993
49942000-01-09 Alex Schroeder <alex@gnu.org>
4995
4996 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
4997 the lambda expression from the ansi-color-for-shell-mode :set
4998 property. Additionally, modify shell-mode-hook to enable or
4999 disable font-lock-mode for future shell buffers.
5000 (ansi-color-for-shell-mode): The :set property calls
5001 ansi-color-for-shell-mode-set instead of a lambda expression.
5002
50032000-01-09 Alex Schroeder <alex@gnu.org>
5004
5005 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5006 (ansi-color-context): New variable.
5007 (ansi-color-apply): Save context between calls.
5008
fb55ff10
EZ
50092001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
5010
83c9cb8e
SM
5011 * isearch.el (isearch, isearch-lazy-highlight-face):
5012 New definitions for face colors and attributes.
29910493 5013
fb55ff10
EZ
5014 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5015 of display-mouse-p.
5016
134d6265
KH
50172001-01-09 Kenichi Handa <handa@etl.go.jp>
5018
5019 * international/mule.el (make-coding-system): If the coding system
5020 accepts extra latin codes, register such codes as safe for the
5021 coding system.
5022
103db06c 50232001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 5024
984c9f75
RS
5025 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5026 don't mention the file name or the date here, because they are
5027 logged at the start of the file.
5028
50292001-01-08 Richard M. Stallman <rms@gnu.org>
5030
78b8eee8
RS
5031 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5032 Change screen-width to frame-width.
5033
1460e5d4
EZ
50342001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5035
5036 * info.el (Info-search): Print the default as part of the prompt.
5037
56f24bc1
AS
50382001-01-08 Andre Spiegel <spiegel@gnu.org>
5039
ca2ddd8e 5040 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
5041 constant implementations in backends.
5042
5043 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5044 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5045
5046 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
5047 WRITABLE to EDITABLE.
5048
5049 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
5050 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
5051 to EDITABLE.
5052
b7812d30
EZ
50532001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5054
5055 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 5056 (copyright, copyright-update): Compute the current year at run time.
b7812d30 5057
7e56ea04
GM
50582001-01-08 Gerd Moellmann <gerd@gnu.org>
5059
5060 * isearch.el (isearch-old-signal-hook): Removed.
5061 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5062 instead of setting signal-hook-function.
5063 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
5064
a758f97d
GM
50652001-01-08 Kevin Gallagher <kevingal@onramp.net>
5066
5067 * emulation/edt.el: Update to version 4.0. Provide support for
5068 EDT scroll margins at top and bottom of the window. Provide an
5069 emulation of the EDT SUBS command (bound to GOLD-Enter, by
5070 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
5071 user when file-related buffer modifications exist.
5072 Provide support for running EDT Emulation in XEmacs.
5073 Provide customize access to some user updatable variables.
5074 Add Commentary section to file header.
5075 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
5076
5077 * emulation/edt-mapper.el: Update to version 4.0. Provide support
5078 for detecting a keypress that generates an ASCII key sequence.
5079 (Previously, only a keypress that generates a vector was
5080 recognized.) Embed Window Manager name into name of the generated
5081 EDT Emulation initialization file since the initialization file is
5082 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 5083
30db89f9
EZ
50842001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
5085
4deb3ba9
EZ
5086 * mail/sendmail.el (mail-mode): Doc fix.
5087
30db89f9
EZ
5088 * info.el (Info-goto-emacs-command-node): Doc fix.
5089 (Info-goto-emacs-key-command-node): Doc fix.
5090
c3f2772b
EZ
50912001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5092
8726e79b 5093 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
5094 systems without long file-name support.
5095
0dac6924
AI
50962001-01-06 Andrew Innes <andrewi@gnu.org>
5097
5098 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5099
4e6ef391
EZ
51002001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5101
380866a2
EZ
5102 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5103 (isearch-lazy-highlight-update): Doc fix.
5104
148b5960
EZ
5105 * ffap.el (ffap-bindings): Doc fix.
5106
4e6ef391
EZ
5107 * dired-x.el (dired-virtual-guess-dir): Doc fix.
5108
4cb1bcc2
DL
51092001-01-05 Dave Love <fx@gnu.org>
5110
5111 * emacs-lisp/cl-seq.el (remove, remq): Remove.
5112
3828218c
GM
51132001-01-05 Gerd Moellmann <gerd@gnu.org>
5114
83c9cb8e
SM
5115 * mouse-drag.el (mouse-drag-safe-scroll):
5116 Bind scroll-preserve-screen-position to nil.
f1ade7d3 5117
1f4139d5
GM
5118 * isearch.el (isearch-old-signal-hook): New variable.
5119 (isearch-mode): Set signal-hook-function to isearch-done.
5120 (isearch-done): Restore old signal-hook-function.
5121
3828218c
GM
5122 * info.el (Info-fontify-node): Mark one more char as intangible.
5123
3970013f
KH
51242000-01-05 Kenichi Handa <handa@etl.go.jp>
5125
83c9cb8e
SM
5126 * composite.el (compose-last-chars): New argument COMPONENTS.
5127 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
5128 COMPONENTS.
5129
5130 * international/quail.el (quail-input-string-to-events): New function.
5131 (quail-input-method): Convert input string to events here.
5132 (quail-start-translation): Return input string, not event list.
5133 (quail-start-conversion): Likewise.
5134
f3b05e99
GM
51352001-01-04 Gerd Moellmann <gerd@gnu.org>
5136
ca2ddd8e 5137 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
5138 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5139 and tooltip-add-timeout.
5140 (tooltip-show): Set border color from faces's foreground.
5141 (tooltip-show-help-function): If called with the same help string
5142 as last time, do nothing.
5143 (tooltip-help-tips): Don't set tooltip-help-message to nil.
5144
0f2ac578
GM
5145 * startup.el (fancy-splash-screens): Don't bind show-help-function
5146 to nil.
5147
f3b05e99
GM
5148 * tooltip.el (tooltip-frame-parameters): Remove colors.
5149 (tooltip): New face
5150 (tooltip-set-param): New function.
5151 (tooltip-show): Set up color frame parameters from face `tooltip'.
5152 Display the tooltip text in face `tooltip'.
5153
8416e94a
DL
51542001-01-04 Dave Love <fx@gnu.org>
5155
5156 * whitespace.el (whitespace-global-mode): Fix typo.
5157
5158 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5159
30db89f9
EZ
51602001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5161
83c9cb8e
SM
5162 * help.el (help-for-help): Fix a typo in a doc string.
5163 From kwzh@gnu.org (Karl Heuer).
30db89f9 5164
b847eb8c
DL
51652001-01-03 Dave Love <fx@gnu.org>
5166
5167 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 5168 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
5169 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5170 (dired-guess-shell-alist-user): Customize.
5171 (dired-x-help-address): Set to bug-gnu-emacs.
5172 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5173 (dired-default-directory): Renamed from default-directory.
5174
5175 * hl-line.el (hl-line): Doc fix.
5176
43c4b570
KF
51772001-01-03 Karl Fogel <kfogel@red-bean.com>
5178
1bf6b1bf 5179 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 5180
984c9f75 51812001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
5182
5183 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5184 to remove all the current alternative-match highlighting.
5185 If nil, remove only what's outside the current window.
5186 (isearch-lazy-highlight-remove-overlays): Take optional
5187 region within which NOT to remove them.
5188 (isearch-lazy-highlight-new-loop): Greatly simplified.
5189 (isearch-lazy-highlight-update): Find all the other occurrences
5190 visible in the window, in just one call.
5191 (isearch-lazy-highlight-start): Now holds start of region to scan.
5192 (isearch-lazy-highlight-end): Now holds end of region to scan.
5193 (isearch-lazy-highlight-wrapped): Variable deleted.
5194 (isearch-lazy-highlight-search): Function deleted.
5195
13d6a61c
AI
51962000-01-02 Andrew Innes <andrewi@gnu.org>
5197
5198 * w32-fns.el (convert-standard-filename): Do length check on name
5199 before aref.
5200
064866e7
DL
52012001-01-02 Dave Love <fx@gnu.org>
5202
b33e041b
DL
5203 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5204 value.
5205 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5206
5207 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5208
8166ffd5
DL
5209 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5210 read syntax.
5211
064866e7
DL
5212 * calendar/todo-mode.el (todo): Add :link, :version.
5213 (todo-save-top-priorities): Remove autoload cookie.
5214 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 5215 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 5216
6dde6abc
GM
52172001-01-02 Gerd Moellmann <gerd@gnu.org>
5218
5219 * comint.el (comint-input-history-ignore): New variable.
5220 (comint-read-input-ring): Ignore entries matching
5221 comint-input-history-ignore.
5222
1a8a9daf
GM
52232001-01-02 Eric M. Ludlam <zappo@gnu.org>
5224
5225 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5226 (lm-copyright-mark): New function.
5227 (lm-crack-copyright): New function.
5228 (lm-verify): Check that the file has a copyright.
5229 Check that the file is copyright Free Software Foundation.
5230
9c92eb53
KH
52312000-12-30 Kenichi Handa <handa@etl.go.jp>
5232
5233 * international/mule-diag.el (print-fontset): Indent font name by
5234 24 columns, not 25.
5235
49172314
GM
52362000-12-29 Gerd Moellmann <gerd@gnu.org>
5237
762a68ec
GM
5238 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5239 in Subject line.
5240
49172314 5241 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
5242 Use mail-mode-hook instead of mail-setup-hook.
5243 Otherwise continuing an interrupted message with C-u C-x m for
5244 instance, winds up in Mail mode without abbrevs.
49172314 5245
bd7a2e26
GM
52462000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5247
5248 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
5249 non-nil. Adding almost all customization variables on ps-setup.
5250 Doc fix.
bd7a2e26
GM
5251 (ps-print-version): New version number (6.3.3).
5252 (ps-end-with-control-d): Initialization fix.
5253 (ps-lines-printed): New var.
5254 (ps-skip-newline): New fun.
5255 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5256 (ps-next-line, ps-continue-line, ps-plot-region)
5257 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 5258
2b3f28a4
KH
52592000-12-29 Kenichi Handa <handa@etl.go.jp>
5260
83c9cb8e
SM
5261 * international/fontset.el (x-complement-fontset-spec):
5262 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
5263 registered in x-font-name-charset-alist.
5264 (create-fontset-from-fontset-spec): Adjusted for the above change.
5265 The name of fontset alias should be a unresolved ASCII font name.
5266
2ece9174
GM
52672000-12-28 Gerd Moellmann <gerd@gnu.org>
5268
5269 * simple.el (delete-key-deletes-forward-mode): Bind backspace
5270 and delete in isearch-mode-map.
5271
cbe3ad7a
RS
52722000-12-28 Richard M. Stallman <rms@gnu.org>
5273
ca2ddd8e 5274 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
5275 Use xpdf instead of acroread.
5276
a816f1c5
KH
52772000-12-28 Kenichi Handa <handa@etl.go.jp>
5278
f086e73c
KH
5279 * textmodes/artist.el (artist-butlast): Deleted.
5280 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 5281 artist-butlast.
f086e73c 5282
a816f1c5
KH
5283 * subr.el (butlast, nbutlast): Moved from cl.el to here.
5284
5285 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5286
b202115b
EZ
52872000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5288
5289 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5290
5291 * ls-lisp.el: Better support for the Mac and MS-Windows.
5292 (ls-lisp): New defgroup.
5293 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 5294 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
5295 (ls-lisp-support-shell-wildcards): New defcustoms.
5296 (ls-lisp-parse-symlink): New function.
5297 (insert-directory): Code to convert switches to a list and set up
5298 the wildcard argument copied from ls-lisp-insert-directory.
5299 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
5300 for -C and -R switches.
5301 (ls-lisp-column-format): New function.
ca2ddd8e 5302 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
5303 (ls-lisp-format-time): Add doc strings.
5304 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5305 Support ls-lisp-dirs-first.
5306 (ls-lisp-classify, ls-lisp-extension): New functions.
5307 (ls-lisp-format): Optionally support emulation of symlinks.
5308 Support -i, -s, and -G switches.
5309
6061fbf0
GM
53102000-12-27 Gerd Moellmann <gerd@gnu.org>
5311
5e25feee
GM
5312 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5313
6061fbf0
GM
5314 * version.el (emacs-version): Print X scroll bar information.
5315
5316 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5317 instead of x-toolkit-scroll-bars-p.
5318
5319 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5320 of x-toolkit-scroll-bars-p.
5321
25050dab
EZ
53222000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5323
83c9cb8e 5324 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
5325 (ffap-bindings): Doc fix, to reflect the above change.
5326
c1786874
KH
53272000-12-27 Kenichi Handa <handa@etl.go.jp>
5328
5329 * term.el (term-char-mode): Define all non-ascii self-inserting
5330 characters to 'term-send-raw in term-raw-map.
5331
7261ece3 53322000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 5333
83c9cb8e 5334 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 5335
83c9cb8e
SM
5336 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5337 Changed initialization; use add-hook.
6061fbf0 5338 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 5339
6061fbf0 5340 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 5341
6061fbf0
GM
5342 * ediff.el (ediff-patch-buffer): Bug fix.
5343 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 5344
83f40583
SM
53452000-12-23 Stefan Monnier <monnier@cs.yale.edu>
5346
5347 * subr.el (combine-run-hooks): Remove.
5348
5349 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5350 and remove the rogue second spec.
5351
bdd6d4e8
GM
53522000-12-23 Gerd Moellmann <gerd@gnu.org>
5353
5354 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5355
26736ce3
SM
53562000-12-22 Stefan Monnier <monnier@cs.yale.edu>
5357
0e86b6b0
SM
5358 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5359 Use minibuffer menu prompt for the `=' prefix.
5360 (smerge-command-prefix): Change default to C-^.
6eabfb26 5361 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 5362
26736ce3
SM
5363 * skeleton.el (skeleton-internal-1): Make sure the first line of
5364 the region is also re-indented.
d21584d6
SM
5365 (skeleton-end-newline): New var.
5366 (skeleton-end-hook): Use it.
26736ce3 5367
95fa4fd7
MB
53682000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5369
5370 * comint.el (comint-password-prompt-regexp): Support CVS.
5371
f060b834
GM
53722000-12-22 Gerd Moellmann <gerd@gnu.org>
5373
83c9cb8e
SM
5374 * simple.el (delete-key-deletes-forward-mode): Simplify.
5375 Also backspace key combinations, depending on
856ff7a7
GM
5376 delete-key-deletes-forward.
5377
5378 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5379
f060b834
GM
5380 * simple.el (delete-key-deletes-forward): Doc fix.
5381
653558a1
GM
53822000-08-22 Emmanuel Briot <briot@gnat.com>
5383
5384 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 5385 white spaces are relevant in the XML file.
653558a1
GM
5386 (xml-parse-file): Do not kill an existing Emacs buffer if the file
5387 to parse was already edited. This allows for on-the-fly analysis
26736ce3 5388 of XML files.
653558a1
GM
5389 (xml-parse-tag): Check that the casing is the same in the start
5390 tag and end tag, since XML is case-sensitive. Allows for spaces
5391 in the end tag, after the name of the tag.
5392 (xml-parse-attlist): Allow for the character '-' in the name of
5393 attributes, as in the standard http-equiv attribute Do not save
26736ce3 5394 the properties in the XML tree, since they are not relevant.
653558a1 5395
3ad93d8d
SM
53962000-12-21 Stefan Monnier <monnier@cs.yale.edu>
5397
5398 * generic.el (generic-read-type): Undo last change, inline into
5399 `generic-mode' and then remove.
5400 (generic-mode): Inline generic-read-type.
5401 (define-generic-mode): Push the symbol name rather than the symbol
5402 onto generic-mode-list.
5403
177f4e88
GM
54042000-12-21 Gerd Moellmann <gerd@gnu.org>
5405
8e15274f
GM
5406 * generic.el (generic-read-type): Build an alist for
5407 completing-read as in 20.7.
5408
5409 * play/landmark.el (lm): Use interactive spec `P'.
5410 (toplevel): Don't set debug-on-error.
5411
83c9cb8e 5412 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 5413
6ba384dc
GM
54142000-12-21 Dave Pearson <davep@davep.org>
5415
5416 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 5417
647a066c
GM
54182000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5419
5420 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5421 ranges like \177-\237, but accepts the character sequence from \177 to
5422 \237. Doc fix.
5423 (ebnf-version): New version (3.4).
5424 (ebnf-setup): Code fix.
5425 (ebnf-range-regexp): New fun.
5426 (ebnf-8-bit-chars): Const fix.
5427
5428 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5429 entry. Doc fix.
5430 (ebnf-bnf-lex): Code fix.
5431 (ebnf-bnf-comment-chars): Const fix.
5432
5433 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5434 entry. Doc fix.
5435 (ebnf-iso-comment-chars): Const fix.
5436
5437 * ebnf-otz.el: Doc fix.
5438
5439 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5440 entry. Doc fix.
5441 (ebnf-yac-skip-code): Code fix.
5442 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 5443
bc22fd18
EZ
54442000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5445
5446 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
5447 (recover-file): Use it instead of insert-directory.
5448 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 5449
587fc3f9
KH
54502000-12-21 Kenichi Handa <handa@etl.go.jp>
5451
83c9cb8e
SM
5452 * international/mule-cmds.el (select-safe-coding-system):
5453 Check coding-category-list more rigidly. Improve help message.
eeefcfde 5454
587fc3f9
KH
5455 * dired.el (dired-move-to-filename-regexp): Fix previous change.
5456
01860fb9
MB
54572000-12-21 Miles Bader <miles@gnu.org>
5458
83c9cb8e 5459 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 5460
3f9d67a6
KH
54612000-12-21 Kenichi Handa <handa@etl.go.jp>
5462
9fd1c1f7
KH
5463 * international/mule-diag.el (describe-char-after): Make *Help*
5464 buffer inherit multibyteness of the current buffer.
5465
3f9d67a6
KH
5466 * international/mule.el (make-char): Docstring adjusted for the
5467 change of make-char-internal.
5468
c9669fac
SM
54692000-12-20 Stefan Monnier <monnier@cs.yale.edu>
5470
5471 * international/iso-cvt.el: Docstrings fix.
5472
19594307
DL
54732000-12-20 Dave Love <fx@gnu.org>
5474
5475 * subr.el (eval-after-load): Doc fix.
5476
b1a447b3
KH
54772000-12-20 Kenichi Handa <handa@etl.go.jp>
5478
5479 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5480 for numbers.
5481
09877d5d
MB
54822000-12-20 Miles Bader <miles@gnu.org>
5483
5484 * international/quail.el (quail-help): Resize the help window
5485 again after it has all its contents. Remove unneeded progn.
5486
71d4497a
GM
54872000-12-19 Gerd Moellmann <gerd@gnu.org>
5488
5489 * pcmpl-linux.el: Fix copy/paste error.
5490
741e56a0
AI
54912000-12-19 Andrew Innes <andrewi@gnu.org>
5492
83c9cb8e 5493 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 5494
cc24d91c
CD
54952000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
5496
ba4c05aa
CD
5497 * progmodes/idlw-rinfo.el: Fixed copyright notice.
5498
5499 * progmodes/idlw-toolbar.el: Fixed copyright notice.
5500
5501 * progmodes/idlw-shell.el: Fixed copyright notice.
5502
5503 * progmodes/idlwave.el: Fixed copyright notice.
5504
71d4497a 5505 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
5506 TAB as key separators.
5507
524c8caf
GM
55082000-12-19 Alex Schroeder <alex@gnu.org>
5509
5510 * sql.el (sql-sybase-options): New option.
5511 (sql-sybase): Use it. Add sql-database to the list of parameters
5512 provided for login. The options -w 2048 -n are not used any more.
5513 (sql-postgres-options): Changed default from "--pset" to "-P".
5514 (sql-mysql-options): Doc change.
5515 (sql-stop): Doc change.
5516
b5fa513d
KH
55172000-12-19 Kenichi Handa <handa@etl.go.jp>
5518
5519 * international/quail.el (quail-input-method): Always hide
5520 the guidance buffer on exiting.
5521
91c9e6ce
GM
55222000-12-18 Gerd Moellmann <gerd@gnu.org>
5523
c6da4eb4
GM
5524 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5525 isn't fboundp.
5526
3d2a0e0b
GM
5527 * server.el (server-buffer-done): Bury the buffer before
5528 killing it.
5529
91c9e6ce
GM
5530 * faces.el (face-spec-set): Interpret a nil in specs for
5531 foreground and background colors as `unspecified', for
5532 compatibility with 20.x.
5533
40fa0008
DL
55342000-12-18 Dave Love <fx@gnu.org>
5535
22adbe54
DL
5536 * simple.el (mail-user-agent): Doc fix.
5537 (input-mode-8-bit): Removed.
5538
5539 * international/mule.el (set-keyboard-coding-system): Doc fix.
5540 (keyboard-coding-system): New option.
5541
40fa0008
DL
5542 * mail/sendmail.el (send-mail-function): Customize.
5543
6f4745e2
EZ
55442000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
5545
5546 * international/codepage.el (cp866-decode-table): New table.
5547
82b90229
GM
55482000-12-18 Gerd Moellmann <gerd@gnu.org>
5549
5550 * version.el (emacs-version): Remove `%a' from the time format
5551 because the weekday doesn't fit well into each locale.
5552
5a047002
MB
55532000-12-18 Miles Bader <miles@gnu.org>
5554
7f49aa07
MB
5555 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5556
ca2ddd8e 5557 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
5558 Check that emacs-major-version is `=' to 20, not `>='.
5559 (artist-replace-chars): Use `make-string' instead of a loop.
5560
22ea2607
EZ
55612000-12-17 Stefan Monnier <monnier@cs.yale.edu>
5562
5563 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5564 (cvs-execute-single-file): Don't change directory.
5565 Patch from Per Cederqvist.
5566
6c825f8e
EZ
55672000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
5568
83c9cb8e
SM
5569 * textmodes/ispell.el (check-ispell-version):
5570 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
5571 of -vv.
5572
8ff06845
KH
55732000-12-16 Kenichi Handa <handa@etl.go.jp>
5574
af4bb4c8
KH
5575 * international/mule-diag.el (mule-diag): Insert information about
5576 configure options, multibyte awareness, language env.
5577
8ff06845
KH
5578 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5579 regexp to search for candidates.
5580
b24e84ab
EZ
55812000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
5582
5583 * info.el (Info-forward-node): If the node has an
5584 Info-header-line, widen the buffer before searching for "next:"
5585 and "up:" pointers, and set the search limit to stay in the
5586 current node.
5587
7981d89f
MB
55882000-12-16 Miles Bader <miles@gnu.org>
5589
5590 * simple.el (delete-trailing-whitespace): Remove extraneous let.
5591
88ee7917
MB
55922000-12-15 Miles Bader <miles@gnu.org>
5593
5594 * comint.el (comint-send-string, comint-send-region): Also accept
5595 a buffer, buffer-name, or nil for PROCESS, for compatibility with
5596 process-send-string/region.
5597
0c28d842
GM
55982000-12-15 Gerd Moellmann <gerd@gnu.org>
5599
4ea7fdca
GM
5600 * isearch.el (isearch-lazy-highlight-max): New user-option.
5601 (isearch-lazy-highlight-update): Don't highlight more than
5602 isearch-lazy-highlight-max matches.
5603
0c28d842
GM
5604 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5605
984c9f75 56062000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 5607
8062e53a
GM
5608 * sort.el (sort-columns): Fix error message.
5609
3ffa545b
GM
5610 * dabbrev.el (dabbrev--last-case-pattern): Value is now
5611 `upcase' or `downcase' or nil.
5612 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5613 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5614 (dabbrev--substitute-expansion): New arg record-case-pattern.
5615 If it is non-nil, set dabbrev--last-case-pattern.
5616 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5617
5618 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5619
c2d7f289
MB
56202000-12-15 Miles Bader <miles@gnu.org>
5621
b6348438
MB
5622 * paths.el (Info-default-directory-list): Don't delete
5623 configure-info-directory from the list of standard info
83c9cb8e 5624 directories when appending it to the end -- their order is important.
b6348438 5625
f9056dd9
MB
5626 * faces.el (read-face-attribute): If there's no entry for the
5627 user's input in VALID, just use it as-is (this will often result
5628 in an error, but it may be OK for e.g. colors using hexadecimal
5629 notation, and at least will yield a better error message).
5630
c2d7f289 5631 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 5632 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
5633 Variables removed.
5634 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5635 window is really the right size. Use vertical-motion
5636 rather than forward-line.
5637 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5638 (ispell-command-loop, ispell-show-choices): Use the variable
5639 ispell-choices-win-default-height, rather than the function.
5640 (ispell-choices-win-default-height): Function removed.
5641 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 5642
8f530b95
SM
56432000-12-14 Stefan Monnier <monnier@cs.yale.edu>
5644
5645 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5646
6d435deb
EZ
56472000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5648
83c9cb8e
SM
5649 * paths.el (Info-default-directory-list):
5650 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
5651 put it first in the list; otherwise put it last. Doc string
5652 changed accordingly.
5653
5654 * info.el (Info-directory-list): Change doc string to reflect the
5655 change in Info-default-directory-list.
5656
6d435deb
EZ
5657 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5658 windows-nt as windowed environments, even under -nw.
5659
5660 * startup.el (command-line): Don't call x-backspace-delete-keys-p
5661 if not fboundp. Switch delete-forward mode for the <delete> key
5662 on all PC platforms, even under -nw.
5663
5664 * term/internal.el ([M-delete]): Remap to M-d.
5665
9d7d9263
GM
56662000-12-14 Gerd Moellmann <gerd@gnu.org>
5667
5668 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5669
7cf0153a
EZ
56702000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5671
5672 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5673
5e5b3d41
GM
56742000-12-14 Gerd Moellmann <gerd@gnu.org>
5675
5f368d29
GM
5676 * startup.el (command-line): Call delete-key-deletes-forward-mode,
5677 if appropriate.
5678
5679 * simple.el (delete-key-deletes-forward): New user-option.
5680 (delete-key-deletes-forward-mode): New function.
5681
9d7d9263 5682 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 5683
83c9cb8e
SM
5684 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5685 Test if symbol is bound before getting its value.
5e5b3d41
GM
5686
5687 * tooltip.el (tooltip-show): If an error is signaled in
5688 x-show-tip, display that error, and display the help in the
5689 echo area.
ca2ddd8e 5690
191b83b6
KH
56912000-12-14 Kenichi Handa <handa@etl.go.jp>
5692
83c9cb8e
SM
5693 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5694 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 5695
6192b604
KF
56962000-12-13 Karl Fogel <kfogel@red-bean.com>
5697
5698 * bookmark.el: Provide a generic exit hook, as suggested by
5699 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
5700 (bookmark-exit-hook): New var.
5701 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
5702 old raw lambda form in `kill-emacs-hook', and runs new
5703 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
5704 as logically that feature must have been provided if this function
5705 is running.
5706 Removed ;;;###autoload before the `add-hook' call.
5707
5edf6b55
SM
57082000-12-13 Stefan Monnier <monnier@cs.yale.edu>
5709
5710 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
5711 (easy-menu-current-active-maps): New function.
5712 (easy-menu-get-map): Use it.
5713 Make a proper menu entry when creating a new keymap.
5714
16b5e8e6
KH
57152000-12-13 Kenichi Handa <handa@etl.go.jp>
5716
d49fc4eb
KH
5717 * international/characters.el: Fix cases and syntaxes for
5718 mule-unicode-0100-24ff.
5719
3b53d876
KH
5720 * dired.el (dired-move-to-filename-regexp): Fixed for the case
5721 that a Japanese character is not appended after day and year.
5722
16b5e8e6
KH
5723 * info.el (Info-suffix-list): Change format for a command that
5724 requires arguments.
5725 (info-insert-file-contents): Adjusted for the above change.
5726
1df1c518
AS
57272000-12-12 Andreas Schwab <schwab@suse.de>
5728
5729 * tar-mode.el (tar-extract): Base the name of the subfile buffer
5730 on the name of the tar buffer. Verify that the existing buffer is
5731 visiting the same subfile.
5732
a7a07b98
DL
57332000-12-12 Dave Love <fx@gnu.org>
5734
5735 * subdirs.el: Add obsolete.
5736
4fdbd809
GM
57372000-12-12 Gerd Moellmann <gerd@gnu.org>
5738
bfdb75ee
GM
5739 * mail/rmailsum.el (rmail-summary-expunge)
5740 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
5741 instead of rmail-confirm-expunge.
5742
4fdbd809
GM
5743 * replace.el (perform-replace): Don't use an empty match adjacent
5744 to a non-empty match when computing the next match before the
5745 replacement is performed.
5746
e9a59cad
GM
57472000-12-12 Milan Zamazal <pdm@freesoft.cz>
5748
5749 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
5750 definition (patch by Stefan Monnier).
5751 (glasses-mode): Use jit-lock instead of `after-change-functions'
5752 (patch by Stefan Monnier).
5753
c2def7a0
MB
57542000-12-12 Miles Bader <miles@gnu.org>
5755
5756 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
5757 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
5758
591b63b4
AC
57592000-12-12 Andrew Choi <akochoi@i-cable.com>
5760
5761 * term/mac-win.el: Remove load for ls-lisp.
5762
a924cf63 5763 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 5764
5ff4ba3d
MB
57652000-12-12 Miles Bader <miles@gnu.org>
5766
5767 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
5768 Respect field end too.
5769 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
5770 (newline-and-indent, reindent-then-newline-and-indent):
5771 Use `delete-horizontal-space'.
5ff4ba3d 5772
d0c679bc
SM
57732000-12-11 Stefan Monnier <monnier@cs.yale.edu>
5774
adf9c994
SM
5775 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
5776 (so as to obey the field property in the minibuffer).
5777
4b0cd42d
SM
5778 * obsolete/c-mode.el: Moved from lisp/progmodes.
5779 * obsolete/auto-show.el: Moved from lisp.
5780 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 5781
89f85863
CD
57822000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
5783
5784 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 5785 changes to list them here.
89f85863 5786
83c9cb8e
SM
5787 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
5788 Too many changes to list them here.
89f85863 5789
83c9cb8e
SM
5790 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
5791 Too many changes to list them here.
89f85863
CD
5792
5793 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
5794
3e0d35ce
GM
57952000-12-11 Gerd Moellmann <gerd@gnu.org>
5796
83c9cb8e 5797 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 5798
ca2ddd8e 5799 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
5800 Comment fix.
5801
3e0d35ce
GM
5802 * hscroll.el: Moved to `obsolete' subdir.
5803
ff904dd6
MB
58042000-12-11 Miles Bader <miles@gnu.org>
5805
5806 * window.el (window-text-height): Function removed (now in C).
5807
fb97d87f
SM
58082000-12-10 Stefan Monnier <monnier@cs.yale.edu>
5809
5810 * log-edit.el (log-edit-parent-buffer): New var.
5811 (log-edit): Set it. Add BUFFER argument.
5812 (log-edit-done): Use char-before.
5813 Don't bother checking validity of vc-comment-ring.
5814 Only bury the buffer if log-edit popped it up.
5815
5816 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
5817 (cvs-mode-diff-help): Remove.
5818 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 5819 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
5820
5821 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
5822 Remove binding for ? now made unnecessary.
5823
7de77417
CD
58242000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
5825
83c9cb8e 5826 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
5827 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
5828
5829 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
5830 when master file is not open.
5831
4efa209f
SM
58322000-12-09 Stefan Monnier <monnier@cs.yale.edu>
5833
5834 * progmodes/ada-stmt.el: Update `maintainer'.
5835
0a8052bd
GM
58362000-12-09 Stephen Gildea <gildea@alum.mit.edu>
5837
5838 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
5839 choices to match documentation string.
5840
a12167c5
MB
58412000-12-09 Miles Bader <miles@gnu.org>
5842
2161605d
MB
5843 * minibuf-eldef.el: New file.
5844
a12167c5
MB
5845 * window.el (fit-window-to-buffer): Don't pass last argument to
5846 pos-visible-in-window-p, now that its meaning is inverted.
5847
9ea8de1b
EZ
58482000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
5849
5850 * image.el (create-image): Doc fix; spotted by Per Cederqvist
5851 <ceder@lysator.liu.se>.
5852
5002ddbb
SM
58532000-12-08 Stefan Monnier <monnier@cs.yale.edu>
5854
b6114d80
SM
5855 * autoinsert.el (auto-insert-alist): Add missing final \n.
5856
ee8d23ee
SM
5857 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
5858 (cvs-menu-map): Remove.
5859 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
5860 (cvs-mode-quit): Turn it back into a plain function.
5861
5002ddbb 5862 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 5863 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
5864
5865 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
5866 file where it's more visible.
5867 (texinfo-filter, texinfo-chapter-level-regexp): New variables
5868 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
5869 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
5870 (texinfo-inside-macro-p): Only catch `scan-error's.
5871 (texinfo-inside-env-p): Make better use of the match info.
5872 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
5873 (texinfo-insert-@end): Slight re-organization.
5874 Also remove useless `looking-at' call.
5875
30cd075d
AI
58762000-12-08 Andrew Innes <andrewi@gnu.org>
5877
5878 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
5879 accessible in -nw mode.
5880
5881 * term/w32-win.el: Remove stuff about selection timeout, which is
5882 irrelevant on Windows. Move clipboard support to w32-fns.el, so
5883 it is accessible in -nw mode.
5884
01b91009
DL
58852000-12-08 Dave Love <fx@gnu.org>
5886
83c9cb8e
SM
5887 * emacs-lisp/lisp-mode.el (lisp-mode):
5888 Set font-lock-keywords-case-fold-search.
01b91009 5889
842b2a94
GM
58902000-12-08 Gerd Moellmann <gerd@gnu.org>
5891
5892 * textmodes/ispell.el (ispell): Doc fix.
5893
f9d5f611
KH
58942000-12-08 Kenichi Handa <handa@etl.go.jp>
5895
5896 * international/quail.el (quail-insert-decode-map): Check the
5897 frame width of a window displaying the current buffer, not that of
5898 the selected frame.
5899 (quail-help): Make sure that the help buffer has window before
5900 inserting text in it.
5901
e04d21aa
SS
59022000-12-07 Sam Steingold <sds@gnu.org>
5903
5904 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
5905 Backquote is used in isearch.el, so autoloading saves nothing.
5906
fc3e23a4
EZ
59072000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
5908
83c9cb8e
SM
5909 * startup.el (normal-top-level-add-subdirs-to-load-path):
5910 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 5911
fc3e23a4
EZ
5912 * dired.el (dired-insert-directory): If file-system-info is
5913 fboundp, call it instead of invoking dired-free-space-program.
5914
796ecd10
GM
59152000-12-07 Gerd Moellmann <gerd@gnu.org>
5916
0f5f7c3e
GM
5917 * server.el (server-visit-files): Push files on file-name-history.
5918
3764ba49
GM
5919 * progmodes/cc-langs.el: Update copyright.
5920
8e7931da
GM
5921 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
5922
ae0d7485 5923 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 5924
796ecd10
GM
5925 * bindings.el (mode-line-mode-menu): Reverse the order
5926 of define-keys so that the menu appears in alphabetical order.
5927
ae0d7485
GM
59282000-12-07 Milan Zamazal <pdm@freesoft.cz>
5929
5930 * progmodes/glasses.el (glasses-mode): Update mode line at the end
5931 of the function.
5932
e2849090
DL
59332000-12-07 Dave Love <fx@gnu.org>
5934
5935 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
5936
5937 * facemenu.el (facemenu-unlisted-faces): Fix value.
5938
5c7f629c
SM
59392000-12-07 Stefan Monnier <monnier@cs.yale.edu>
5940
5941 * font-lock.el (font-lock-default-fontify-region):
5942 Include the terminating \n (off-by-one error).
5943 (font-lock-set-defaults): Use dolist.
5944
5945 * derived.el (define-derived-mode): Don't use combine-run-hooks.
5946
73481ae3
KH
59472000-12-07 Kenichi Handa <handa@etl.go.jp>
5948
83c9cb8e
SM
5949 * international/mule-cmds.el (describe-language-environment):
5950 Fix for the case that an input method title is not string but a list.
ffbaa122 5951
73481ae3
KH
5952 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
5953 of wrong SIZE record.
5954
e2896b22
DL
59552000-12-06 Dave Love <fx@gnu.org>
5956
67292061
DL
5957 * newcomment.el (comment-region, comment-dwim): Doc fix.
5958
5959 * textmodes/texinfo.el: Require tex-mode when compiling.
5960 (texinfo-update-node): Doc fix.
5961 (texinfo-imenu-generic-expression): Add @anchor.
5962 (texinfo-font-lock-keywords): Add @uref.
5963 (texinfo-inside-macro-p): Don't use ignore-errors.
5964 (texinfo-insert-quote): Match more contexts.
5965
e76938e7
DL
5966 * international/mule.el (decode-char, encode-char): Doc fix.
5967 (auto-coding-alist): Customize.
5968
5969 * files.el (load-file): Fix change of 2000-03-12.
5970
e2896b22
DL
5971 * wid-edit.el (widget-text-keymap): Doc fix.
5972
6610f4b2
AI
59732000-12-06 Andrew Innes <andrewi@gnu.org>
5974
5975 * makefile.w32-in (lisp): Set to an absolute directory, namely
5976 $(CURDIR).
5977
9e3366e4
EZ
59782000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5979
5980 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
5981 read generated-autoload-file, and set buffer-file-coding-system to
5982 raw-text-unix after reading the file.
5983
83c9cb8e
SM
5984 * international/mule-conf.el (file-coding-system-alist):
5985 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 5986
d94d636f
GM
59872000-12-06 Gerd Moellmann <gerd@gnu.org>
5988
384333ee
GM
5989 * replace.el (occur): Make line-number-width 1 smaller for the
5990 colon following the line number.
5991
83c9cb8e
SM
5992 * startup.el (fancy-splash-text, command-line-1):
5993 Use `File' for the menu name instead of `Files'.
e04d21aa 5994
d4b72d58
GM
5995 * tmm.el: Update copyright.
5996
d94d636f
GM
5997 * cus-start.el: Add entry for even-window-heights.
5998
6e424019
MB
59992000-12-06 Miles Bader <miles@gnu.org>
6000
6001 * faces.el (frame-set-background-mode): Avoid stomping on
6002 locally modified faces.
6003
e6477b58
KH
60042000-12-06 Kenichi Handa <handa@etl.go.jp>
6005
6006 * international/fontset.el: Correct the font registries for
6007 japanese-jisx0213-1 and japanese-jisx0213-2.
6008
21999ab9
GM
60092000-12-05 Gerd Moellmann <gerd@gnu.org>
6010
57d6e381
GM
6011 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6012
21999ab9
GM
6013 * iswitchb.el: Update customization commentary.
6014
7422819c
GM
60152000-12-05 Rob Riepel <riepel@Stanford.EDU>
6016
6017 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6018 (tpu-search-highlight): Fixed comparison of overlay end positions.
6019 (tpu-trim-line-ends): Implemented trimming logic locally.
6020
6021 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 6022 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 6023
73daff18
KH
60242000-12-05 Kenichi Handa <handa@etl.go.jp>
6025
6026 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6027 to cn-gb.
6028 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6029
6a4cd002
DL
60302000-12-04 Dave Love <fx@gnu.org>
6031
6032 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6033
6452929e
GM
60342000-12-04 Gerd Moellmann <gerd@gnu.org>
6035
e04d21aa 6036 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
6037 (rmail-summary-expunge-and-save): Ask for confirmation with
6038 rmail-expunge-confirmed.
6039
6040 * mail/rmail.el (rmail-expunge-confirmed): New function.
6041 (rmail-expunge): Use it.
6042
1790abf4
FP
60432000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6044
0c68ce6f 6045 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
6046 (etags-recognize-tags-table, find-tag-in-order):
6047 New functionality: interpret file names as tags.
e04d21aa 6048
7a53d8c8
EZ
60492000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
6050
6051 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
6052 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
6053 the first subnode until the bottom of the current node is visible.
7a53d8c8 6054
caa15ef7
GM
60552000-12-04 Gerd Moellmann <gerd@gnu.org>
6056
6057 * format.el (format-decode): Don't change buffer's undo list.
6058
e225faa7
KH
60592000-12-04 Kenichi Handa <handa@etl.go.jp>
6060
6061 * faces.el (face-font-registry-alternatives): Add entries for CJK
6062 fonts. Doc-string adjusted for the actual usage of this data.
6063
6064 * international/fontset.el: Change the font registries for CJK
6065 fonts in the default fontset. Don't append '*' to registries.
6066
8b262a65
SM
60672000-12-03 Stefan Monnier <monnier@cs.yale.edu>
6068
e04d21aa 6069 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
6070 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
6071
6072 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6073 (derived-mode-p): New function.
6074 (derived-mode-make-docstring): Add `docstring' argument.
6075 Use it if available and complete it if necessary.
6076
33c4460b
AS
60772000-12-03 Andreas Schwab <schwab@suse.de>
6078
6079 * type-break.el (type-break): Don't make parent of itself.
6080
5c9b3fac
MB
60812000-12-03 Miles Bader <miles@gnu.org>
6082
6083 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6084
27ce741e
SM
60852000-12-02 Stefan Monnier <monnier@cs.yale.edu>
6086
07c16ec4
SM
6087 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6088 (tex-main-file, tex-file): Simplify.
6089 (tex-generate-zap-file-name): Use subst-char-in-string.
6090 (tex-strip-dots): Remove.
6091
c19cc275
SM
6092 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6093
27ce741e
SM
6094 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6095 to check if the match succeeded.
6096
285991dc
GM
60972000-12-02 Gerd Moellmann <gerd@gnu.org>
6098
6099 * startup.el (use-fancy-splash-screens-p): New function.
6100 (command-line-1): Use it to determine whether or not to use
6101 a fancy splash screen.
6102
52dca1b2
AS
61032000-12-02 Andreas Schwab <schwab@suse.de>
6104
6105 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6106
d3e7e7cf
EZ
61072000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6108
2dce2360
EZ
6109 * international/mule.el (make-char): Fix last change.
6110
9768eaa7
EZ
6111 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6112 New defcustoms.
6113 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
6114 autoloading tex-mode; instead, do the same manually.
6115 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
6116 with numeric argument. Docstring fix.
6117 (toplevel): Require cl when compiling.
e04d21aa 6118
285991dc 6119 * international/mule.el (make-char): Doc fix.
d3e7e7cf 6120
0dd5e255
JR
61212000-12-02 Jason Rumney <jasonr@gnu.org>
6122
6123 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6124 the Emacs Lisp manual)
6125
fbb87147
EZ
61262000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6127
5cbb3e93
EZ
6128 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6129
fbb87147
EZ
6130 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6131 the Emacs Lisp manual).
6132
1636ca09
GM
61332000-12-02 Gerd Moellmann <gerd@gnu.org>
6134
6135 * simple.el (next-line-add-newlines): Change default to nil.
6136
68875f0e
EZ
61372000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
6138
83c9cb8e
SM
6139 * files.el (revert-buffer, recover-file):
6140 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 6141
fd9ac94c
GM
61422000-12-01 Gerd Moellmann <gerd@gnu.org>
6143
6144 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6145
45450dd5
MB
61462000-12-01 Miles Bader <miles@gnu.org>
6147
6148 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6149
09df8881
KH
61502000-12-01 Kenichi Handa <handa@etl.go.jp>
6151
6152 * international/mule-diag.el (describe-char-after): Fix typo.
6153 (describe-character-set, non-iso-charset-alist): Fix typo.
6154
dea0a87d
MB
61552000-12-01 Miles Bader <miles@gnu.org>
6156
b170205b
MB
6157 * image-file.el (image-file-name-regexp): Automatically add
6158 upper-case variants of each filename extension in
6159 `image-file-name-extensions', since they seem to be common.
6160
e04d21aa 6161 * simple.el (minibuffer-contents)
dea0a87d
MB
6162 (minibuffer-contents-no-properties, delete-minibuffer-contents):
6163 New functions.
6164 * filecache.el (file-cache-directory-name)
6165 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6166
eb04d6cd 61672000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 6168
dea0a87d
MB
6169 * filecache.el (file-cache-minibuffer-complete): Don't try to
6170 delete the minibuffer prompt.
6171
a8a1b05d
DL
61722000-11-30 Dave Love <fx@gnu.org>
6173
6174 * cus-start.el: Fix read-buffer-function type.
6175
693c4692
GM
61762000-11-30 Gerd Moellmann <gerd@gnu.org>
6177
6178 * md5.el: Removed. There's a built-in function, now.
6179
2c0b1898
GM
61802000-11-30 Markus Rost <rost@math.ohio-state.edu>
6181
6182 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6183 as dummy 0-th char of rmail-deleted-vector.
6184
63dfcf4b
EZ
61852000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
6186
6187 * ps-print.el (ps-end-job): Bind case-fold-search only after
6188 switching to ps-spool-buffer.
6189
61902000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6191
6192 * ps-print.el: Line number font customization. PostScript: Lines and
6193 PageCount are initialized on each page. Doc Fix.
6194 (ps-print-version): New version number (6.3.2).
6195 (ps-lpr-switches, ps-font-info-database, ps-font-size)
6196 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6197 (ps-right-header): Customization fix.
6198 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6199 Fix code.
6200 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6201 New vars.
6202
df3aedcf
GM
62032000-11-30 Gerd Moellmann <gerd@gnu.org>
6204
edfb795e
GM
6205 * bs.el: Fix typos and spelling errors.
6206 (bs-appearance) <defgroup>: Renamed from bs-appearence.
6207 (bs-configuration): Doc fix.
e04d21aa 6208
df3aedcf
GM
6209 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
6210
8b8a7f01
GM
62112000-11-30 Rob Riepel <riepel@Stanford.EDU>
6212
6213 * emulation/tpu-edt.el (tpu-version): New version.
6214 (tpu-search-overlay, tpu-replace-overlay): New initial range.
6215 (tpu-original-mode-line): Variable deleted.
6216 (tpu-mark-flag): New initial value.
83c9cb8e
SM
6217 (tpu-set-mode-line): Don't redefine mode-line-format.
6218 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
6219 (tpu-update-mode-line): New mark flag logic.
6220 (tpu-get): Use find-file-wildcards.
6221 (tpu-search-highlight): Move overlay less, reset overlay properly.
6222 (tpu-unselect): Deactivate mark.
6223 (tpu-lm-replace): Reset overlay properly.
6224 (tpu-forward-line): Use forward-visible-line.
6225 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
6226
83c9cb8e 6227 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 6228
c069a9d3
GM
62292000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6230
6231 * cus-edit.el (custom-face-value-create): Always emphasize tag.
6232
b02cd40b
GM
62332000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6234
6235 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6236 and skip whitespace and newlines.
e04d21aa 6237
b7a90344
SM
62382000-11-30 Stefan Monnier <monnier@cs.yale.edu>
6239
6240 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6241
be6bbb55
GM
62422000-11-29 Gerd Moellmann <gerd@gnu.org>
6243
0383ed60
GM
6244 * help.el (describe-function-1): Regexp-quote function name
6245 when used as part of a regexp.
6246
83c9cb8e
SM
6247 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6248 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
6249 (tool-bar-add-item): Likewise, and handle unspecified colors.
6250
6251 * enriched.el (enriched-face-ans): Use face-attribute instead
6252 of face-foreground and face-background.
6253
6254 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 6255 Return nil if attribute is unspecified, for backward compatibility.
c7957947 6256
7423978d
GM
6257 * files.el (auto-mode-alist): Add an entry for antlr-mode.
6258
ef128c78
GM
6259 * play/5x5.el: Remove version info.
6260
a81fc510
GM
6261 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6262
be6bbb55
GM
6263 * frame.el (blink-cursor-mode): Doc fix.
6264
f9396e03
GM
62652000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6266
6267 * antlr-mode.el: New commands to run ANTLR from within Emacs and
6268 to create Makefile rules.
6269 (antlr-tool-command): New user option.
6270 (antlr-ask-about-save): New user option.
6271 (antlr-makefile-specification): New user option.
6272 (antlr-file-formats-alist): New variable.
6273 (antlr-special-file-formats): New variable.
6274 (antlr-unknown-file-formats): New user option.
6275 (antlr-help-unknown-file-text): New variable.
6276 (antlr-help-rules-intro): New variable.
6277 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6278 (antlr-mode-menu): Add entries.
6279 (antlr-file-dependencies): New function.
6280 (antlr-directory-dependencies): New function.
6281 (antlr-superclasses-glibs): New function.
6282 (antlr-run-tool): New command.
6283 (antlr-makefile-insert-variable): New function.
6284 (antlr-insert-makefile-rules): New function.
6285 (antlr-show-makefile-rules): New command.
6286
6287 * antlr-mode.el: More Emacs/XEmacs stuff.
6288 (antlr-no-action-keywords): New constant with value nil.
6289 (antlr-font-lock-keywords-alist): Use it. Old value would break
6290 syntax highlighting in Emacs-21.0.
6291 (antlr-default-directory): Emacs/XEmacs dependend function.
6292 (antlr-read-shell-command): Ditto.
6293 (antlr-with-displaying-help-buffer): Ditto.
6294
62952000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6296
6297 * antlr-mode.el: imenu, parsing and highlighting changes.
6298 (antlr-imenu-create-index-function): Don't create extra submenus
6299 for definitions in different grammar classes. It is not necessary
6300 for the menu and would make command `imenu' awkward to use.
6301 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6302 header actions and more than one.
6303 (antlr-font-lock-tokendef-face): Changed color.
6304 (antlr-font-lock-tokenref-face): Changed color.
6305 (antlr-font-lock-additional-keywords): Also highlight lowercase.
6306 (antlr-mode-syntax-table): New variable.
6307 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6308 (antlr-with-syntax-table): Don't copy syntax table.
6309
63102000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6311
6312 * antlr-mode.el: Minor changes: language setting.
6313 (antlr-language-alist): The value for file option "language" can
6314 be both an identifier and a string.
6315 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6316 (antlr-language-limit-n-regexp): Change accordingly.
6317
63182000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6319
6320 * antlr-mode.el: Minor changes: tabs, hiding.
6321 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6322 (antlr-action-visibility): Also allow value nil to also hide the
6323 braces. Renamed from `antlr-tiny-action-length'.
6324 Suggested by Jay@aol.com.
6325 (antlr-hide-actions): Change accordingly. Hide line if completely
6326 hidden action is on a line of its own.
e04d21aa 6327
6ad948eb
SM
63282000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6329
6330 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6331
6332 * sort.el (sort-columns): Don't concat strings with numbers.
6333
9c6a4107
DL
63342000-11-29 Dave Love <fx@gnu.org>
6335
6336 * cus-edit.el (face): Fix :format.
6337
6338 * mail/feedmail.el: Require smtpmail when compiling.
6339 (mail-do-fcc): Autoload.
6340 (feedmail) <defgroup>: Fix :link.
6341 (feedmail-nuke-body-in-fcc): Fix :type.
6342 (feedmail-send-it): Add autoload cookie.
6343
053b8d35
SM
63442000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6345
6346 * newcomment.el (comment-indent): Save excursion around call to
6347 comment-indent-function.
6348
242c13e8
MB
63492000-11-29 Miles Bader <miles@gnu.org>
6350
6351 * subr.el (member-ignore-case): Return the tail of the list who's
6352 car matches, like `member', not the matching element itself.
6353
8f4b5f28
KH
63542000-11-29 Kenichi Handa <handa@etl.go.jp>
6355
6356 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
6357 should not contain `\n'.
6358
bebe4a2c
GM
63592000-11-28 Gerd Moellmann <gerd@gnu.org>
6360
fd9ac94c 6361 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 6362
ba7e40eb
GM
6363 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6364
75ab0c79
GM
6365 * dired-aux.el (dired-do-create-files): Construct default file
6366 name for dired-mark-read-file-name so that when the user enters
6367 just RET, the target file will end up in the target directory.
6368
bebe4a2c
GM
6369 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6370 local-abbrev-table before changing buffers because it might
6371 have a buffer-local binding.
6372
fa6d1ca8
MB
63732000-11-28 Miles Bader <miles@gnu.org>
6374
6375 * simple.el (delete-horizontal-space): Handle fields more generally.
6376
8d2c2642
GM
63772000-11-28 Gerd Moellmann <gerd@gnu.org>
6378
6379 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6380
8b31236d
DL
63812000-11-28 Dave Love <fx@gnu.org>
6382
3cbd02d2
DL
6383 * progmodes/ps-mode.el (ps-mode): Set comment-start and
6384 comment-start-skip locally.
6385
8b31236d
DL
6386 * progmodes/fortran.el (fortran-mode): Don't set
6387 fortran-comment-line-start-skip. Set comment-start to
6388 fortran-comment-line-start.
6389 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6390 (fortran-comment-line-start-skip): Simplify slightly.
6391
ae4bf56d
GM
63922000-11-28 Gerd Moellmann <gerd@gnu.org>
6393
17ef7534
GM
6394 * play/5x5.el: Remove RCS keyword.
6395
fd9ac94c 6396 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 6397
665b27a6
GM
63982000-11-28 Milan Zamazal <pdm@freesoft.cz>
6399
83c9cb8e
SM
6400 * textmodes/tildify.el (tildify-string-alist):
6401 Add `plain-tex-mode' here.
665b27a6 6402
fe3c2ae3
GM
64032000-11-28 Colin Walters <walters@cis.ohio-state.edu>
6404
6405 * chistory.el (Command-history-setup): Remove extraneous `keymap'
6406 reference.
6407
d970106b
MB
64082000-11-28 Miles Bader <miles@gnu.org>
6409
36b80a0d
MB
6410 * cus-face.el (custom-face-attributes): Add post-filter function
6411 for :box. Make pre-filter function for :box handle all cases.
6412
d970106b
MB
6413 * wid-edit.el (widget-choose): Make sure pop-up window is large
6414 enough to display all the choices, as there's no way to scroll it.
6415
5a2bae6c
KH
64162000-11-28 Kenichi Handa <handa@etl.go.jp>
6417
6418 * international/mule-conf.el: Make the coding system no-conversion
6419 safe for all characters.
6420
9e836e23
DL
64212000-11-27 Dave Love <fx@gnu.org>
6422
8b31236d
DL
6423 * net/ldap.el (ldap) <defgroup>: Add :version.
6424
9e836e23
DL
6425 * tooltip.el (tooltip-use-echo-area): Doc fix.
6426
6427 * cus-start.el <minibuffer-prompt-properties>: Add version.
6428 <read-buffer-function>: Add.
6429
6430 * apropos.el (apropos-print): Add help-echo to active text.
6431
6432 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6433
4a74d071
GM
64342000-11-27 Gerd Moellmann <gerd@gnu.org>
6435
6436 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6437 type, group and version.
6438
76058c27
EZ
64392000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
6440
4a74d071 6441 * select.el (x-get-selection): Docstring fix.
76058c27 6442
fd9ac94c 64432000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 6444
fd9ac94c 6445 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 6446
49060c51
AI
64472000-11-27 Andrew Innes <andrewi@gnu.org>
6448
6449 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6450
6451 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6452
b2a8e429
MB
64532000-11-27 Miles Bader <miles@gnu.org>
6454
6455 * dired.el (dired-get-filename): Return filename verbatim if
6456 LOCALP is `verbatim'.
6457 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6458 `verbatim' so that we don't inadvertently delete a non-existant
6459 directory name.
6460
5ac0366d
KH
64612000-11-27 Kenichi Handa <handa@etl.go.jp>
6462
6463 * international/characters.el: Specify cases and syntaxes for
6464 mule-unicode-0100-24ff.
6465
67f1cf4c
GM
64662000-11-27 Gerd Moellmann <gerd@gnu.org>
6467
6468 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6469 that foreground and/or background colors of the face `tool-bar'
6470 are unspecified.
6471
46c56972
MB
64722000-11-27 Miles Bader <miles@gnu.org>
6473
e04d21aa 6474 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
6475 (widget-field-end): Handle widget field `pseudo-overlays'.
6476 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6477 if it's there instead of in `widget-field-list'.
6478
46c56972 6479 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
6480 (help-make-xrefs): Delete extraneous newlines at the end of the
6481 docstring.
46c56972 6482
640a9cdd
JR
64832000-11-25 Jason Rumney <jasonr@gnu.org>
6484
6485 * startup.el (command-line): Call set-locale-environment after
6486 Window System init file is read, as it can result in a call to
6487 redraw-frame.
6488
0b3f96d4
EZ
64892000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
6490
6491 * simple.el (shell-command): Mention the effect of the prefix
6492 argument in the doc string.
6493
8da6e2a1
MB
64942000-11-25 Miles Bader <miles@gnu.org>
6495
a658d039
MB
6496 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6497
8da6e2a1 6498 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 6499 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 6500
d3416cca
JR
65012000-11-24 Jason Rumney <jasonr@gnu.org>
6502
6503 * international/mule-cmds.el (locale-language-names): Add "jp" as
6504 a non-standard alternative for Japanese.
6505
17e37f53
AS
65062000-11-24 Andre Spiegel <spiegel@gnu.org>
6507
6508 * vc-hooks.el: Require 'cl during compilation.
6509
9aa5f148
GM
65102000-11-24 Gerd Moellmann <gerd@gnu.org>
6511
ba193890
GM
6512 * faces.el (face-set-after-frame-default): Let face attributes
6513 specified for new frames override frame parameters.
6514
9aa5f148
GM
6515 * startup.el (command-line): Fix computation of the source file
6516 for user-init-file when user-init-file is a compiled file.
6517
51a1edab
MB
65182000-11-24 Miles Bader <miles@gnu.org>
6519
e04d21aa 6520 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
6521 (custom-post-filter-face-spec): New functions.
6522 (custom-face-set, custom-face-value-create): Filter the face spec
6523 before and after customization.
6524 (custom-face-set): If VALUE specifies a null face, pass a
6525 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6526 * cus-face.el (custom-face-attributes): Remove SET and GET
6527 functions. Add some IN-FILTER and OUT-FILTER functions in the few
6528 cases they're needed.
6529
1ed74431
MB
6530 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6531 that it's distinguishable from the :off-glyph on dark-background
6532 displays. Set its background color too.
6533
67ee1125
MB
6534 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6535 so that people can easily turn it off.
6536
7d027816 65372000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 6538
7d027816 6539 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 6540
9aa5f148 6541 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 6542
9aa5f148 6543 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 6544
9aa5f148 6545 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 6546 redundant skip-small-frames test.
e04d21aa 6547
9aa5f148 6548 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 6549 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 6550
9aa5f148
GM
6551 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6552 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
6553 (viper-restore-cursor-type,viper-set-insert-cursor-type):
6554 New functions.
e04d21aa 6555
9aa5f148 6556 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 6557
9aa5f148 6558 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 6559
f07fa1b8
KH
65602000-11-24 Kenichi Handa <handa@etl.go.jp>
6561
83c9cb8e
SM
6562 * international/mule-diag.el (list-iso-charset-chars):
6563 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
6564 (list-non-iso-charset-chars): Fix the `while' condition.
6565
ba8299ff
SM
65662000-11-23 Stefan Monnier <monnier@cs.yale.edu>
6567
79372165
SM
6568 * subr.el (add-hook, remove-hook): Don't call make-local-hook
6569 if the variable is make-variable-buffer-local.
6570
83c9cb8e
SM
6571 * progmodes/ada-stmt.el (ada-template-map):
6572 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
6573 (ada-stmt-mode-hook): New function extracted from old code.
6574 Only change the buffer-local side of skeleton-*.
6575 (ada-mode-hook): Use it.
6576
68a887fa
EZ
65772000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6578
6579 * iswitchb.el (iswitchb-minibuf-depth): New variable.
6580 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6581 we expect to be returned by minibuffer-depth once we prompt the
6582 user in the minibuffer.
6583 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6584 as recorded in iswitchb-minibuf-depth, return non-nil.
6585
3b345582
EZ
65862000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6587
6588 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6589 (hscroll-window-maybe): Docstring fix.
6590
595dead2
DL
65912000-11-23 Dave Love <fx@gnu.org>
6592
6593 * rect.el (string-rectangle): Don't test delete-selection-mode.
6594
1e66b27a
GM
65952000-11-23 Gerd Moellmann <gerd@gnu.org>
6596
02790ce2
GM
6597 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6598 is in the tool bar.
6599
1e66b27a 6600 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 6601 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 6602
a4caa65d
SM
66032000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6604
6605 * textmodes/outline.el (outline-flag-region):
6606 Don't bind inhibit-read-only since we don't modify the buffer.
6607 (outline-isearch-open-invisible): Don't jump to overlay-start
6608 since we're trying to unhide text around point.
6609 (outline-discard-overlays): Use dolist.
6610
6611 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6612
03e757c1
GM
66132000-11-22 Gerd Moellmann <gerd@gnu.org>
6614
83c9cb8e 6615 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 6616
1598a961
SM
66172000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6618
6619 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6620 Fix ARG regexp to skip quoted braces.
6621 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6622 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6623 are (correctly) handled separately).
6624 Remove `caption' and `footnote' from `citations': they contain text.
6625 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6626 (latex-skeleton-end-hook): New function.
6627 (latex-mode): Use it.
6628 (tex-start-tex-marker): Remove.
6629 (tex-send-tex-command): Don't set tex-start-tex-marker.
6630 (tex-error-parse-syntax-table): New var.
6631 (tex-compilation-parse-errors): Use it.
6632 Ignore tex-start-tex-marker. Don't bother with marker-position.
6633 (tex-validate-buffer): Don't bother with marker-position.
6634
6635 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 6636 (flyspell-generic-progmode-verify): Use it.
1598a961 6637
eaae8106
SS
66382000-11-22 Sam Steingold <sds@gnu.org>
6639
83c9cb8e 6640 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 6641
eaae8106 6642 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 6643 `ada-remove-trailing-spaces'.
eaae8106 6644 (ada-remove-trailing-spaces): Removed.
e04d21aa 6645
eaae8106 6646 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 6647
1598a961
SM
6648 * textmodes/picture.el (picture-clean): Removed.
6649 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 6650
a41d49e9
GM
66512000-11-22 Gerd Moellmann <gerd@gnu.org>
6652
e053c60f
GM
6653 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6654
a41d49e9
GM
6655 * hi-lock.el (hi-lock-refontify): Don't call non-existent
6656 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 6657 do anything special when jit-lock is active.
a41d49e9
GM
6658 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6659
197615f3
DL
66602000-11-22 Dave Love <fx@gnu.org>
6661
ddbfaa9f
DL
6662 * calendar/todo-mode.el (todo-top-priorities): Use
6663 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6664
ddc3c695
DL
6665 * language/chinese.el, language/cyrillic.el:
6666 * language/devanagari.el, language/ethiopic.el, language/greek.el:
6667 * language/hebrew.el, language/indian.el, language/japanese.el:
6668 * language/korean.el, language/lao.el, language/misc-lang.el:
6669 * language/thai.el, language/tibetan.el, language/vietnamese.el:
6670 Use provide.
6671
fb9fa98d
DL
6672 * cus-edit.el (custom-buffer-create-internal): Save some consing.
6673 (custom-variable-set): Improve validation error mesage.
6674
197615f3
DL
6675 * rect.el (string-rectangle): Revert last change.
6676 (string-rectangle-line): New arg DELETE.
6677 (string-rectangle): Check delete-selection-mode.
6678
6679 * emacs-lisp/edebug.el (edebug-version)
6680 (edebug-maintainer-address): Deleted.
6681 (edebug-submit-bug-report): Just alias to report-emacs-bug.
6682 (edebug-read-function): Account for other `'#' read forms.
6683 (edebug-mode-menus): Make some items toggles.
6684 (edebug-outside-unread-command-event, unread-command-event):
6685 Remove these to avoid warnings.
6686
f4117c4d
GM
66872000-11-22 David Ponce <david@dponce.com>
6688
6689 * recentf.el (recentf-menu-items-for-commands)
6690 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 6691 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 6692
f4117c4d
GM
6693 (recentf-build-dir-rules, recentf-dump-variable)
6694 (recentf-edit-list, recentf-open-files-item)
6695 (recentf-open-files): Replaced unnecessary `mapcar' with new
6696 built-in `mapc'.
eaae8106 6697
f8e2f3f2
MB
66982000-11-23 Miles Bader <miles@gnu.org>
6699
6700 * faces.el (menu): Make inverse-video on ttys too.
6701
4c4a541d
SM
67022000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6703
6704 * simple.el (comment-line-break-function): Use the new name
6705 indent-new-comment-line -> comment-indent-new-line.
6706 (clone-indirect-buffer): Don't ignore NORECORD.
6707 (next-completion): Properly handle the case where items are adjacent.
6708
6709 * mouse.el (popup-menu): Stupid typo.
6710
980d836e
GM
67112000-11-22 Gerd Moellmann <gerd@gnu.org>
6712
60e8e0a5
GM
6713 * emacs-lisp/authors.el: Remove autoload cookies, add author,
6714 maintainer, keywords tags.
6715
980d836e
GM
6716 * rect.el (replace-rectangle): Don't call string-rectangle-line
6717 with too many arguments.
6718
e08b2069
AS
67192000-11-22 Andre Spiegel <spiegel@gnu.org>
6720
60e8e0a5 6721 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 6722 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
6723 vc-locking-user, which no longer exists.
6724
6725 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
6726
c6779d8d
DL
67272000-11-22 Dave Love <fx@gnu.org>
6728
6729 * md5.el (md5): Provide.
6730 (md5): Fix error call.
6731
e672fdce
MB
67322000-11-22 Miles Bader <miles@gnu.org>
6733
eaae8106 6734 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
6735 (refill-fill-paragraph-at): Remove debugging code.
6736
80e24c04
MB
6737 * calendar/calendar.el (generate-calendar-window): When we don't
6738 call `fit-window-to-buffer', make sure the top line is fully visible.
6739
3a17d6cc
MB
6740 * image-file.el (insert-image-file): Don't make `read-only'
6741 property rear-nonsticky.
6742
ae1a21c6
MB
6743 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
6744 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
6745 stashing away its original value.
6746 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
6747 in the recursive edit.
6748 Bind `isearch-original-minibuffer-message-timeout' to protect it.
6749 (isearch-done): Restore `minibuffer-message-timeout'.
6750
e672fdce
MB
6751 * cus-start.el: Remove entry for `mode-line-inverse-video'.
6752
3ea79df8
SM
67532000-11-21 Stefan Monnier <monnier@cs.yale.edu>
6754
6755 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
6756
6757 * find-lisp.el (find-lisp-find-files-internal):
6758 Use dolist, when and file-name-as-directory.
6759
980d836e 6760 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
6761 (define-derived-mode, define-minor-mode): Add specs.
6762
6763 * window.el: General comment and spacing fixes.
6764 (save-selected-window): Use backquotes.
6765 (window-safely-shrinkable-p): New function.
6766 (shrink-window-if-larger-than-buffer): Use it.
6767
6768 * subr.el (make-local-hook): Docstring fix.
6769
6770 * shell.el (shell-mode): Use define-derived-mode.
6771
6772 * newcomment.el (comment-indent): Insert comment before calling
6773 comment-indent-function. Don't insert in column 0.
6774 (comment-dwim): Indent before inserting comment.
6775
6776 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
6777 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
6778 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
6779 Use mapc rather than map.
6780
6781 * files.el (find-buffer-visiting): Compare all attributes before
6782 declaring two files identical (rather than just their inode-no).
6783 (auto-mode-alist): Use \' rather than $.
6784
6785 * which-func.el: Update maintainer line.
6786
6787 * pcvs.el (uniquify-buffer-file-name): Remove advice.
6788 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
6789 (uniquify-buffer-file-name): Use it.
6790
8f62f2b8
MB
67912000-11-22 Miles Bader <miles@gnu.org>
6792
6793 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
6794 * simple.el (minibuffer-avoid-prompt): New function.
6795
fb279a6d
GM
67962000-11-21 Gerd Moellmann <gerd@gnu.org>
6797
6798 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
6799
867092e9
MB
68002000-11-21 Miles Bader <miles@gnu.org>
6801
ef860850
MB
6802 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
6803 inclusion of `track-mouse'.
6804
867092e9
MB
6805 * textmodes/refill.el (refill-ignorable-overlay): New variable.
6806 (refill-adjust-ignorable-overlay): New function.
6807 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
6808 only the paragraph's tail if possible.
6809 Update `refill-ignorable-overlay'.
6810 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
6811
6812 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6813 point inside the fill-prefix.
6814
6815 * textmodes/refill.el (refill-post-command-function): Don't reset
6816 refill-doit in the case where a self-insertion command doesn't
6817 case a refill. Use `refill-fill-paragraph-at', getting position
6818 from `refill-doit'.
6819 (refill-after-change-function): Set `refill-doit' to END.
6820 (refill-fill-paragraph-at): New function, mostly from old
6821 refill-fill-paragraph.
6822 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
6823 (refill-pre-command-function): New function.
6824 (refill-mode): Add it to `pre-command-hook'.
6825
ff9ab414
GM
68262000-11-20 Gerd Moellmann <gerd@gnu.org>
6827
29a01b72
GM
6828 * textmodes/artist.el (artist-mode): Fix autoload cookie.
6829
ff9ab414
GM
6830 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
6831 javadoc tags.
eaae8106 6832
885b211b
AS
68332000-11-20 Andre Spiegel <spiegel@gnu.org>
6834
6835 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
6836 vc.el).
6837
eaae8106 6838 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 6839 require vc.
eaae8106
SS
6840
6841 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 6842 checkouts.
eaae8106 6843
d1838556
DL
68442000-11-20 Dave Love <fx@gnu.org>
6845
6846 * Makefile.in (DONTCOMPILE): Omit bindings.el.
6847
2b69bc11 68482000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 6849
2b69bc11
GM
6850 * calculator.el (calculator-paste): Use `if' instead of `and'
6851 and `or'.
6852 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 6853
b95b34e5
GM
68542000-11-19 Gerd Moellmann <gerd@gnu.org>
6855
030de92f
GM
6856 * info.el (info-menu-5): Doc fix.
6857
b95b34e5
GM
6858 * textmodes/artist.el: New file.
6859
54970452
AS
68602000-11-19 Andre Spiegel <spiegel@gnu.org>
6861
eaae8106 6862 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
6863 and differentiate according to checkout model.
6864 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
6865 since this function is only concerned with master state.
6866
83c9cb8e
SM
6867 * vc-hooks.el (vc-workfile-unchanged-p)
6868 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 6869
83c9cb8e
SM
6870 * vc.el (vc-workfile-unchanged-p)
6871 (vc-default-workfile-unchanged-p): See above.
54970452 6872
e5a9dabf
MB
68732000-11-19 Miles Bader <miles@gnu.org>
6874
6875 * image-file.el (insert-image-file): Make `intangible' and
6876 `read-only' properties rear-nonsticky too.
6877
24127af0
GM
68782000-11-18 Gerd Moellmann <gerd@gnu.org>
6879
d392e9c5 6880 * ps-print.el: Update copyright notice.
eaae8106 6881
d392e9c5
GM
6882 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
6883 (tooltip-show): Use the offsets.
6884
24127af0 6885 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 6886 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
6887 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
6888
2b69bc11 68892000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 6890
2b69bc11
GM
6891 * ps-print.el (toplevel): Test for find-coding-system being
6892 fboundp before calling ps-x-find-coding-system.
08ea6f17 6893
66321b2f
SM
68942000-11-16 Stefan Monnier <monnier@cs.yale.edu>
6895
6896 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
6897 (vc-version-backup-file): Docstring fix.
6898
046110c6
GM
68992000-11-16 Gerd Moellmann <gerd@gnu.org>
6900
4104194e
GM
6901 * files.el (basic-save-buffer): Don't add a newline if
6902 find-file-literally is non-nil.
6903 (find-file-literally): Extend doc string.
6904
046110c6
GM
6905 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
6906 sort(1) with the `-f' argument.
6907
6505c16e
AS
69082000-11-16 Andre Spiegel <spiegel@gnu.org>
6909
fd063975
AS
6910 * vc.el: Updated backend documentation.
6911 (vc-default-check-headers): New function.
6912
3d02dd81 6913 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
6914
6915 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 6916 up-to-date.
eaae8106 6917 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 6918 the minibuffer is not active.
fd063975 6919
eaae8106 6920 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 6921 `vc-cvs-use-edit' is on.
eaae8106
SS
6922 (vc-cvs-checkout): When this is used for reverting the workfile,
6923 make a backup of the original contents and revert to that in case
8791d617 6924 of error.
eaae8106 6925 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 6926 remote repositories.
eaae8106 6927
6505c16e
AS
6928 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
6929 for both version and ratio in the minibuffer.
fd063975 6930
eaae8106 6931 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 6932 Use vc-do-command to perform the annotation, not call-process.
6505c16e 6933
a13f0660
KH
69342000-11-16 Kenichi Handa <handa@etl.go.jp>
6935
6936 * international/quail.el (quail-start-translation): Don't call
6937 `message' before reading key sequence.
6938
1389a414
MB
69392000-11-16 Miles Bader <miles@lsi.nec.co.jp>
6940
6941 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
6942
9256a532
KH
69432000-11-16 Kenichi Handa <handa@etl.go.jp>
6944
6945 * window.el (fit-window-to-buffer): Be sure to acquire at least
6946 one text line even if the buffer is empty.
6947
0e14fe9f
GM
69482000-11-16 Gerd Moellmann <gerd@gnu.org>
6949
eaae8106 6950 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
6951 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
6952 Bind ange-ftp-process-verbose to nil.
0e14fe9f 6953
da645c53
DL
69542000-11-15 Dave Love <fx@gnu.org>
6955
83c9cb8e
SM
6956 * wid-edit.el (widget-specify-field, widget-specify-button):
6957 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
6958 widget-mouse-help.
6959 (widget-mouse-help): New function.
6960 (widget-echo-help): Rewritten for :help-echo functions only taking
6961 a widget arg.
6962
83c9cb8e
SM
6963 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
6964 Use display-graphic-p.
b12057b9
DL
6965 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
6966 and that JPEG is available.
6967 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
6968
da645c53
DL
6969 * international/mule-cmds.el (locale-charset-language-names):
6970 Match @euro.
6971
6d133d1f
GM
69722000-11-15 Gerd Moellmann <gerd@gnu.org>
6973
83c9cb8e
SM
6974 * faces.el (face-set-after-frame-default):
6975 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
6976 default face from X resources.
6977
49ac2ac5
EZ
69782000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
6979
6980 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6981 Don't set EMACSLOADPATH.
6982
4fb0a34c
EZ
69832000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
6984
6985 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
6986 texinfo-insert-@url.
6987 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
6988 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
6989
bb304a7a
SM
69902000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6991
82bc80bf
SM
6992 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
6993 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
6994 (checkdoc-minor-keymap): Backward compatibility.
6995 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
6996 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
6997 (checkdoc-this-string-valid-engine): Be a bit more strict
6998 to avoid matching substrings of `...' quoted vars/funs.
6999 (checkdoc-defun-info): Only look for `interactive' if alone.
7000 (debug-ignored-errors): Add "arg doesn't appear in docstring".
7001
e8c87124
SM
7002 * progmodes/compile.el (grep): `tag-default' can be nil.
7003
bb304a7a
SM
7004 * newcomment.el (comment-indent): Paren typo.
7005
8628686a
DL
70062000-11-14 Dave Love <fx@gnu.org>
7007
25c269ef
DL
7008 * calculator.el: New maintainer version.
7009
66321b2f 7010 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 7011
8628686a
DL
7012 * cmuscheme.el: Doc fixes.
7013 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 7014 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
7015
7016 * xscheme.el (scheme-program-name): Don't define here.
7017
7018 * progmodes/scheme.el (scheme-program-name): New variable
7019 (originally in cmuscheme).
7020
88f0a1eb
MB
70212000-11-14 Miles Bader <miles@gnu.org>
7022
7023 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7024 Handle header-lines. Don't loop forever if we can't enlarge the
7025 window anymore. Simplify a bit.
7026
cd9a000c
KH
70272000-11-14 Kenichi Handa <handa@etl.go.jp>
7028
7029 * window.el (fit-window-to-buffer): Don't check
7030 window-text-height. Assure that the last line is fully visible.
7031
83c9cb8e
SM
7032 * international/quail.el (quail-show-guidance-buf):
7033 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
7034 buffer.
7035 (quail-update-guidance): Avoid making the guidance buffer shorter.
7036
d3fcda22
SM
70372000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7038
bdbd9606
SM
7039 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7040 rather than `prepend' and add an interesting comment.
7041 (tex-math-face, tex-font-lock-syntactic-face-function):
7042 New face and function to use it.
7043 (tex-define-common-keys, tex-mode-map): Use menu-item rather
7044 than `menu-enable' symbol property.
7045 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
7046 (tex-mode): Add some latex-mode commands for auto-selection.
7047 Use tex-font-lock-syntactic-face-function.
7048 (tex-insert-quote): Simplify.
7049 (tex-shell): New mode.
7050 (tex-start-shell): Use it.
7051 (tex-shell-proc, tex-shell-buf): New functions.
7052 (tex-send-command): Use it.
7053 (tex-main-file): Fix the meaning of the new arg REALFILE.
7054 (tex-send-tex-command): New function split from `tex-start-tex'.
7055 Set compilation-last-buffer and compilation-parsing-end.
7056
d3fcda22
SM
7057 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
7058 when it follows non-comment text on the line.
7059
7060 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7061 Set font-lock-defaults.
7062 (lisp-mode-shared-map): Init inside the defvar.
7063 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
7064 Use define-derived-mode.
7065
bdab1d43
MB
70662000-11-14 Miles Bader <miles@lsi.nec.co.jp>
7067
7068 * faces.el (header-line): Use `:box nil' for color/gs displays too.
7069
936ae731
GM
70702000-11-14 Gerd Moellmann <gerd@gnu.org>
7071
83c9cb8e
SM
7072 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7073 Don't recursively optimize body because that can lead to infinite
936ae731
GM
7074 recursion; see comment there.
7075
1695ca2b
EZ
70762000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
7077
7078 * faces.el (face-spec-set-match-display): Revert the change from
7079 2000-10-24. Add a FIXME for after v21.1.
7080
9d348294
MB
70812000-11-13 Miles Bader <miles@gnu.org>
7082
7083 * textmodes/fill.el (skip-line-prefix): New function.
7084 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
7085 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
7086 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7087 point inside the fill-prefix.
9d348294 7088
b85fa13c
MB
70892000-11-13 Miles Bader <miles@lsi.nec.co.jp>
7090
83c9cb8e
SM
7091 * calendar/calendar.el (generate-calendar-window):
7092 Use `fit-window-to-buffer'.
b85fa13c 7093
a0b47716
SM
70942000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7095
7096 * gud.el (gud-minor-mode): New var.
7097 (gud-symbol, gud-val): New functions.
7098 (gud-find-file): Copy gud-minor-mode to the new buffer.
7099 (gud-menu-map): Include entries for commands that are not always
7100 available, using :enable to (de)activate them.
7101 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
7102 (gud-mode-map): New map.
eaae8106 7103 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
7104 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7105 Don't set up gud's menu (it's done by the minor-mode).
7106 (gud-minibuffer-local-map): New.
7107 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7108 (gud-query-cmdline): New function.
7109 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
7110 (gud-mode): Use define-derived-mode.
7111 Don't set up gud's menu (it's done by the minor-mode).
7112 (gud-chop-words): Remove.
7113 (gud-common-init): Use split-string instead.
7114 (gud-new-keymap, gud-make-debug-menu): Eradicate.
7115
7116 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7117 Add keyword arg :name.
7118
7119 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7120 (diff-count-matches, diff-split-hunk): New functions.
7121 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7122
7123 * pcvs-info.el (cvs-fi-conflict-face): New var.
7124
7125 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7126 Make it into a simple syntax-table, shared among all submodes.
7127 (sh-heredoc-face): Re-introduce.
7128 (sh-font-lock-syntactic-face-function): New function.
7129 (sh-mode): Use it. Also use define-derived-mode.
7130 Remove old bogus setting of indent-region-function.
7131 (sh-set-shell): Don't set the syntax-table any more.
7132 (sh-mode-syntax-table) <defun>: Remove.
7133
f5ed37df
MB
71342000-11-12 Miles Bader <miles@gnu.org>
7135
7136 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7137 message if interactive.
7138
0b074c2f
DL
71392000-11-12 Dave Love <fx@gnu.org>
7140
7141 * mail/feedmail.el: Fix header,
7142 (feedmail) <defgroup>: Add :link.
7143
7144 * view.el: Use local-map property, not keymap on mode-line string.
7145
83c9cb8e
SM
7146 * scroll-all.el (scroll-all-mode): Customize variable.
7147 Add autoload cookie to function.
0b074c2f
DL
7148
7149 * lazy-lock.el: Remove compatibility code.
7150
7151 * finder.el (finder-known-keywords): Add `files', remove `vms'.
7152 (finder-help-echo): New variable.
7153 (finder-mouse-face-on-line): Add help-echo stuff.
7154 (finder-list-keywords, finder-list-matches): Use mapc.
7155
7156 * faces.el (face-font-registry-alternatives): Add :version.
7157
7158 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7159 tags-table-list.
7160
a0b47716 7161 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 7162
a0b47716 7163 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
7164 (mail-mode): Use [:alnum:] in some regexps.
7165
6d502396
DL
71662000-11-10 Dave Love <fx@gnu.org>
7167
7168 * ediff.el (ediff-regions-internal, ediff-documentation):
7169 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7170 fundamental mode.
7171
7172 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7173 buffer into fundamental mode.
7174 (ediff-set-difference): Use copy-sequence if available.
7175
83c9cb8e
SM
7176 * ediff-ptch.el (ediff-dispatch-file-patching-job):
7177 Check ediff-patch-map non-nil.
6d502396
DL
7178 (ediff-fixup-patch-map, ediff-fixup-patch-map)
7179 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7180 buffer into fundamental mode.
7181
7182 * ediff-merg.el (state-or-merge): Defvar when compiling.
7183
a82fe213
JR
71842000-11-10 Jason Rumney <jasonr@gnu.org>
7185
7186 * w32-fns.el (w32-add-charset-info): New function.
7187 (w32-charset-info-alist): Use it.
7188
52d89894
GM
71892000-11-10 Gerd Moellmann <gerd@gnu.org>
7190
7191 * faces.el (face-font-registry-alternatives): New user-option.
7192
178932de
SM
71932000-11-10 Stefan Monnier <monnier@cs.yale.edu>
7194
d7fa3319
SM
7195 * textmodes/texinfo.el (texinfo-block-default): New var.
7196 (texinfo-insert-block): Use it. Insert a newline if needed.
7197
178932de
SM
7198 * textmodes/fill.el (fill-indent-according-to-mode): New var.
7199 (fill-region-as-paragraph): Use it.
7200
7201 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7202 (latex-mode): Tweak tex-*-(head|trail)er regexps.
7203 Tweak paragraph regexps to allow a leading [ \t]*.
7204 (tex-latex-block): Insert a newline if necessary.
7205 (latex-insert-item): Only insert a newline if necessary.
7206 (tex-guess-main-file): New function.
7207 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
7208 Set tex-main-file if TeX-master is provided.
7209 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7210
bd02b8e0
GM
72112000-11-10 Gerd Moellmann <gerd@gnu.org>
7212
7213 * startup.el (command-line): Set the default tooltip-mode
7214 to t for graphical displays which implement x-show-tip.
7215
7216 * tooltip.el (tooltip-mode): Add a comment about startup.el
7217 setting the default value of this user-option.
7218
b29b03eb
SM
72192000-11-09 Stefan Monnier <monnier@cs.yale.edu>
7220
7221 * font-lock.el (font-lock-*-face) <defvar>: Move.
7222 (font-lock-defaults-alist): Mark obsolete.
7223 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7224 (font-lock-mode): Use define-minor-mode.
7225 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7226 (font-lock-turn-off-thing-lock): Be more explicit.
7227 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7228 (font-lock-syntactic-face-function): New var.
7229 (font-lock-fontify-syntactically-region): Use it.
7230 (font-lock-doc-face): New.
7231
7232 * pcvs.el (cvs-enabledp): Ignore errors.
7233 (cvs-commit-filelist): Never query.
7234 (cvs-mode-insert): Always add a terminating / in the initial prompt.
7235 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7236 (cvs-do-removal): Use cvs-partition rather than delete-if.
7237 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7238 cvs-bury-buffer.
7239
7240 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7241 Allow `next' to jump to after the end of the last match.
7242
778fbc46
GM
72432000-11-09 Gerd Moellmann <gerd@gnu.org>
7244
730c746c
GM
7245 * simple.el (byte-compiling-files-p): New function.
7246
7247 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7248 if it is there.
7249
7250 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7251 nil again.
7252
778fbc46
GM
7253 * textmodes/ispell.el (ispell-library-path): Don't call
7254 check-ispell-version when byte-compiling because that starts
7255 an ispell process, and ispell might not be installed.
7256 (toplevel): Don't set up a menu when byte-compiling.
7257
7258 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7259 it, so that a boundp test can be used to determine if we're
7260 currently byte-compiling.
7261
5912c5bb
DL
72622000-11-09 Dave Love <fx@gnu.org>
7263
83c9cb8e 7264 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 7265
7bb054a5
GM
72662000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7267
83c9cb8e
SM
7268 * ps-print.el: Patch for variable initialization when spooling.
7269 Doc fix.
7bb054a5
GM
7270 (ps-output-list): Fun eliminated.
7271 (ps-begin-file, ps-begin-job): Code fix.
7272
9db2706e
DL
72732000-11-08 Dave Love <fx@gnu.org>
7274
83c9cb8e 7275 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 7276
f7eb32aa
GM
72772000-11-08 Gerd Moellmann <gerd@gnu.org>
7278
7279 * simple.el (shell-command, display-message-or-buffer)
7280 (shell-command-on-region): Mention resize-mini-windows in the doc
7281 string.
7282 (display-message-or-buffer): Take the value of resize-mini-windows
7283 into account.
7284
7b01b08c
GM
72852000-11-07 Gerd Moellmann <gerd@gnu.org>
7286
acad3c0b
GM
7287 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7288
7b01b08c
GM
7289 * dired.el (dired-between-files): Add `^. find' as an alternative
7290 to the regular expression, for find-dired.
7291
6f602bd0
SM
72922000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7293
7294 * textmodes/texnfo-upd.el: Require texinfo.
7295 (defmacro, defgroup): Remove.
7296 (texinfo-section-to-generic-alist): Remove.
7297 Use texinfo-section-list instead (i.e. level is changed string->int).
7298 (texinfo-filter): New function.
7299 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7300 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7301 Use it. And use regexp-opt.
7302 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7303 (texinfo-update-menu-region-beginning)
7304 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7305 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7306 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 7307 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
7308 (texinfo-sequential-node-update): Remove autoload cookie.
7309
7310 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7311 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7312 (texinfo-chapter-level-regexp): Remove.
7313 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7314
bb216218
DL
73152000-11-06 Dave Love <fx@gnu.org>
7316
6f602bd0 7317 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 7318
6f602bd0
SM
7319 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7320 Match defun*.
bb216218 7321
ff8dd5d5
KH
73222000-11-06 Kenichi Handa <handa@etl.go.jp>
7323
7324 * composite.el (composition-function-table): Variable declaration
7325 moved to src/composite.c.
7326 (compose-chars-after): New optional arg object.
7327
e9da51a1
GM
73282000-11-06 Gerd Moellmann <gerd@gnu.org>
7329
e0c12c68
GM
7330 * bindings.el (mode-line-toggle-read-only)
7331 (mode-line-toggle-modified, mode-line-widen)
7332 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7333 (make-mode-line-mouse2-map): Rewritten.
7334 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7335 functions so that C-h k can show something with a doc string.
eaae8106 7336
e9da51a1
GM
7337 * startup.el (fancy-splash-delay): Set to 10 seconds.
7338 (fancy-splash-max-time): New user-option.
7339 (fancy-splash-stop-time): New variable.
7340 (fancy-splash-screens): Set it. Catch `stop-splashing'.
7341 (fancy-splash-screens-1): Throw `stop-splashing' when current
7342 time is greater than fancy-splash-stop-time.
7343
611dbdf0
SM
73442000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7345
4d2806e2
SM
7346 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7347
611dbdf0
SM
7348 * pcvs.el (cvs-mode-marked): New arg `noquery'.
7349 Prompt user for a file rather than raising an error.
7350 (cvs-enabledp): Fix call to cvs-mode-marked.
7351 (cvs-insert-file): New function (extracted from cvs-mode-insert).
7352 (cvs-mode-insert): Use it. Change the init prompt' value.
7353 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7354
7355 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7356 Don't pass default arg to ewoc-locate.
7357 (ewoc-collect): Return result in the right order.
7358
7359 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7360
7361 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7362 (cvs-status-get-tags): Fix regexp.
7363 (cvs-status-trees, cvs-status-cvstrees):
7364 Combine after change hooks and don't sit-for.
4d2806e2
SM
7365 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7366 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
7367 Use make-char rather than hard-coded cryptic data.
7368 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7369
7370 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7371
7372 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7373 (cvs-insert-strings): New function.
7374
937b2877
MB
73752000-11-06 Miles Bader <miles@lsi.nec.co.jp>
7376
7377 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7378 `mwheel-scroll-amount'.
7379 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7380 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7381 string-matching against the version string.
7382
c6c97763
KH
73832000-11-06 Kenichi Handa <handa@etl.go.jp>
7384
6eaec747
KH
7385 * language/thai.el ("Thai"): Set a lisp form that produces
7386 composed string in `sample-text' language info.
7387
7388 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7389 composed string in `sample-text' language info.
7390
83c9cb8e
SM
7391 * international/mule-cmds.el (describe-language-environment):
7392 Eval `sample-text' data and insert the result.
6eaec747 7393
c6c97763
KH
7394 * international/mule-conf.el (compound-text): Define this coding
7395 system here. Make x-ctext and ctext aliases of it.
7396
7397 * language/european.el (compound-text, ctext): Moved to
7398 international/mule-conf.el.
7399
d1145f85
AI
74002000-11-05 Andrew Innes <andrewi@gnu.org>
7401
7402 * w32-fns.el (w32-version): New function.
7403
178a6a45
SM
74042000-11-05 Stefan Monnier <monnier@cs.yale.edu>
7405
7406 * progmodes/awk-mode.el: Update copyright.
7407 (awk-mode-abbrev-table): Remove.
7408 (awk-font-lock-keywords): Use regexp-opt.
7409 (awk-mode): Use define-derived-mode.
7410
7411 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7412 when extracting a suffix.
7413
1ba90166
AS
74142000-11-04 Andre Spiegel <spiegel@gnu.org>
7415
7416 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
7417 auto-save-mode.
7418
546790cb
JR
74192000-11-04 Jason Rumney <jasonr@gnu.org>
7420
7421 * language/european.el (decode-mac-roman): Test against r1 not r0.
7422
d247e32d
SM
74232000-11-03 Stefan Monnier <monnier@cs.yale.edu>
7424
fbf44f44
SM
7425 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7426 (icon-mode): Define indent-line-function.
7427 (icon-comment-indent): Simplify.
7428 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7429
7430 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7431
7432 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7433 Bind change-log-default-mode to defeat the caching done on it.
7434 Don't bother saving excursion any more.
7435
7436 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7437
7438 * frame.el (after-setting-font-hook): Rename hooks -> hook.
7439 (set-frame-font): Use the new name (and the old for compatibility).
7440
eaae8106
SS
7441 * toolbar/tool-bar.el (tool-bar-mode):
7442 * time.el (display-time-mode):
7443 * recentf.el (recentf-mode):
7444 * paren.el (show-paren-mode):
7445 * mwheel.el (mouse-wheel-mode):
7446 * msb.el (msb-mode):
7447 * jka-compr.el (auto-compression-mode):
7448 * image-file.el (auto-image-file-mode):
7449 * hl-line.el (hl-line-mode):
7450 * delsel.el (delete-selection-mode):
7451 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
7452 * complete.el (partial-completion-mode): Drop unneeded positional args.
7453
eaae8106 7454 * info.el (Info-mode):
79372165 7455 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 7456
d247e32d
SM
7457 * log-edit.el (log-edit-menu): New menu.
7458
4921558e
MB
74592000-11-03 Miles Bader <miles@gnu.org>
7460
7461 * wid-edit.el (widget-end-of-line): Reinstate, with a new
7462 definition, so that trailing spaces are handled properly.
7463 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7464
1fc02b3c
GM
74652000-11-03 Gerd Moellmann <gerd@gnu.org>
7466
7467 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7468 tab character.
7469 (fancy-splash-screens): Set tab-width to 20.
7470
51d001f7
DL
74712000-11-03 Dave Love <fx@gnu.org>
7472
7473 * comint.el (comint-completion-addsuffix): Fix custom type.
7474
ba22aeff
SM
74752000-11-02 Stefan Monnier <monnier@cs.yale.edu>
7476
7477 * font-lock.el (font-lock-buffers): Remove.
7478 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7479 (font-lock-change-major-mode): Remove.
7480 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7481 (font-lock-default-fontify-region): Extend the multiline
7482 fontification to whole lines.
7483 (font-lock-fontify-anchored-keywords)
7484 (font-lock-fontify-keywords-region): If matching just one
7485 line (with \n) only mark the \n as multiline.
7486
7487 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7488 Correctly handle the case where several :group args are supplied.
7489 Allow :extra-args.
7490 (easy-mmode-define-global-mode): Allow :extra-args.
7491 Correctly handle the case where several :group args are supplied.
7492
9c887ada
MB
74932000-11-02 Miles Bader <miles@gnu.org>
7494
eaae8106 7495 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
7496 (holiday-face): Remove dependency on `window-system'.
7497
7f25090d
KR
74982000-11-02 Ken Raeburn <raeburn@gnu.org>
7499
7500 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 7501 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 7502 (compile-files): Bomb out if compilation of a file fails.
7f25090d 7503
7dd6009c
DL
75042000-11-02 Dave Love <fx@gnu.org>
7505
7506 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7507
94821e4f
EZ
75082000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
7509
7510 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7511 punctuation in the warning inserted into the *mail* buffer.
7512
1ac3fc42
GM
75132000-11-02 Gerd Moellmann <gerd@gnu.org>
7514
57731876
GM
7515 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7516 (authors-public-domain-p): New function.
7517 (authors-print): Use it.
7518
975f82c9
GM
7519 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7520
1ac3fc42
GM
7521 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7522
4b3eb10f
GM
75232000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7524
975f82c9 7525 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
7526 (ps-print-version): New version number (6.3.1).
7527 (ps-even-or-odd-pages): Customization fix.
7528 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7529 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7530 (ps-page-count): Var replaced by `ps-page-column'.
7531 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7532 (ps-print-sheet-p): New fun.
7533
7da794df
MB
75342000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7535
7536 * tooltip.el (tooltip-gud-tips-setup): New function.
7537 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7538 (tooltip-mode): Call tooltip-gud-tips-setup.
7539 (tooltip-gud-tips): Use `gud-basic-call' instead of
7540 process-send-string, so the prompt gets frobbed appropriately.
7541 Handle nil return value from `tooltip-gud-print-command'.
7542
0e40b809
EL
75432000-11-01 Eric M. Ludlam <zappo@ultranet.com>
7544
7545 * comint.el (comint-add-to-input-history): New function.
7546 (comint-send-input): Use `comint-add-to-input-history'.
7547
50ada0db
MB
75482000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7549
973a3104
MB
7550 * info.el (info-menu-header): New face.
7551 (Info-fontify-menu-headers): New function.
7552 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7553
50ada0db
MB
7554 * info.el (Info-insert-dir): Don't include blank lines at
7555 beginning of additional dir files (one is added automatically).
7556
bff53411
SM
75572000-11-01 Stefan Monnier <monnier@cs.yale.edu>
7558
7559 * emacs-lisp/easy-mmode.el (define-minor-mode):
7560 Revert the latest changes.
7561 Allow the three positional arguments to be skipped and replaced
7562 by keyword arguments.
7563 Add a :toggle argument to determine whether a nil arg means toggle
7564 or means turn-on. The default is unchanged.
7565 Add a call to force-mode-line-update.
7566
6b8a0b2d
DL
75672000-11-01 Dave Love <fx@gnu.org>
7568
83c9cb8e 7569 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 7570
5bf99100
MB
75712000-11-01 Miles Bader <miles@lsi.nec.co.jp>
7572
83c9cb8e
SM
7573 * calendar/calendar.el (diary-face, holiday-face):
7574 Add dark-background variants.
5bf99100 7575
a4032611
SS
75762000-10-31 Sam Steingold <sds@gnu.org>
7577
7578 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7579 `tex-main-file' does not have directory in it.
7580
c286608e
SM
75812000-10-31 Stefan Monnier <monnier@cs.yale.edu>
7582
7583 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7584
4836835a
TTN
75852000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
7586
7587 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7588 functional change.
7589
26dcb81b
GM
75902000-10-31 Gerd Moellmann <gerd@gnu.org>
7591
7592 * files.el (find-file-noselect): When we expand a wildcard, return
7593 a list of buffers, as we should do according to the doc string.
7594
49fc4500
KR
75952000-10-31 Ken Raeburn <raeburn@gnu.org>
7596
7597 * loadup.el (top level): Adjust load path if program name is
7598 "../src/bootstrap-emacs", in case it's not dumped and thus the
7599 load path adjustment hasn't already been done.
7600
ea0c615d
GM
76012000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7602
83c9cb8e
SM
7603 * ps-print.el: Fix bug on selected pages for printing.
7604 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
7605 is on. Try to avoid warning messages when compiling. Doc Fix.
7606 (ps-print-version): New version number (6.3).
7607 (ps-color-device): Use `color-values' to determine if device
7608 supports color.
7609 (ps-color-values): Try to use `x-color-values' when using XEmacs.
7610 (ps-print-page-p): Changed from defsubst to defun.
7611 (ps-page-number): Changed from defmacro to defun.
7612 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7613 printing.
c286608e 7614 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
7615 (ps-end-file, ps-dummy-page): Funs eliminated.
7616 (ps-print-color-scale): Changed default value.
7617 (ps-page-n-up, ps-print-page-p): New internal vars.
7618 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7619 (ps-plot-region, ps-generate, ps-end-job): Code fix.
7620
9e20722f
GM
7621 * delim-col.el: Little programming improvement.
7622 (delimit-columns-str): New macro.
7623 (delimit-columns-region, delimit-columns-rectangle): Code fix.
7624
d7a0fd00
KH
76252000-10-31 Kenichi Handa <handa@etl.go.jp>
7626
c286608e
SM
7627 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7628 Moved to european.el.
d7a0fd00
KH
7629 (ccl-encode-mac-roman-font, fontset-mac): Modified for
7630 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
7631 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7632 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 7633
234be340
DL
76342000-10-30 Dave Love <fx@gnu.org>
7635
7636 * progmodes/cc-menus.el (imenu-generic-expression)
7637 (imenu-progress-message): Only defvar when compiling.
7638
4edc4a39
DL
7639 * emacs-lisp/elp.el (elp-unload-hook): New function.
7640
7641 * loadhist.el (unload-feature): Call elp-restore-function,
7642 checking for symbols; don't use elp-restore-all.
7643 (loadhist-hook-functions): Doc fix.
7644
70c825df
SM
76452000-10-30 Stefan Monnier <monnier@cs.yale.edu>
7646
7647 * log-edit.el (log-edit-confirm): Fix the default.
7648
1d3baf74
GM
76492000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7650
7651 * delim-col.el: Little fix: replace delimit-columns-align-columns by
7652 delimit-columns-format.
7653 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 7654
1ec321a7
MB
76552000-10-30 Miles Bader <miles@lsi.nec.co.jp>
7656
7657 * comint.el (comint-replace-by-expanded-history): Don't use
7658 comint-get-old-input (we're not looking at *old* input).
7659 (comint-get-old-input-default): If using fields, signal an error
7660 when the point is not in an input field.
7661
70737ea9
KH
76622000-10-30 Kenichi Handa <handa@etl.go.jp>
7663
7664 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7665 and mule-unicode-e000-ffff.
7666
fa0cb51d 7667 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
7668 (make-coding-system): Accept a symbol of translation table as a
7669 value of property `safe-chars'.
7670
7671 * international/mule-cmds.el (encode-coding-char): Check property
7672 safe-chars instead of safe-charsets.
7673
7674 * international/fontset.el (fontset-default): Modified for
7675 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7676 (x-font-name-charset-alist): Likewise.
7677 (ccl-encode-unicode-font): New CCL program. Record it in
7678 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
7679
70c825df
SM
7680 * language/european.el (mac-roman-decoder, mac-roman-encoder):
7681 New translation tables.
70737ea9
KH
7682 (decode-mac-roman, encode-mac-roman): Definition of these CCL
7683 programs are modified and moved from mac-win.el.
7684 (mac-roman): Definition of this coding system is modified and
7685 moved from mac-win.el.
4836835a 7686
fda2ce24 76872000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 7688
1d3baf74 7689 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 7690 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 7691
dd4d3cb6
MB
76922000-10-29 Miles Bader <miles@gnu.org>
7693
7694 * custom.el (custom-add-to-group): Allow multiple entries for a
7695 given value OPTION, as long as their widget types are different.
7696 * cus-edit.el (custom-face-value-create): If face name doesn't end
7697 with "face", add such here (similar to custom group widgets).
7698
7699 * comint.el (comint-highlight-prompt): Add :type.
7700
dace60cf
JW
77012000-10-28 John Wiegley <johnw@gnu.org>
7702
dace60cf
JW
7703 * calendar/timeclock.el (timeclock-log): Doc fix.
7704 (timeclock-last-event): Doc fix.
83c9cb8e 7705 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
7706 (timeclock-find-discrep): Use a temp buffer to read in the
7707 timelog, instead of visiting the file.
7708 (timeclock-log-data): A new function, along with a host of helper
7709 functions, for the purpose of making timelog data accessible to
7710 programmers.
7711
7712 * eshell/esh-mode.el (window-height test): Make certain that
7713 `eshell-stringify-t' is non-nil.
7714 (eshell-password-prompt-regexp): Changed to a much simpler
7715 password regexp.
7716 (eshell-send-input): If `eshell-invoke-directly' returns t,
7717 directly invoke the parsed command using `eval'. This improves
7718 turn-around time on simple commands by a factor of three or
7719 greater, such as cd, ls, pwd, etc. -- which get used very often.
7720 It also conserves thousands of cons cells per call (since
7721 `eshell-do-eval' consumes memory like a Cookie Monster set loose
7722 in the Pacific Cookie Company).
7723
7724 * eshell/esh-test.el (eshell-test): Whitespace fix.
7725
83c9cb8e
SM
7726 * eshell/em-ls.el (eshell-ls-insert-directory):
7727 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
7728
7729 * eshell/em-script.el (eshell-script-initialize): Add names to
7730 `eshell-complex-commands, since `source' and `.' are complex.
7731
0467b076
EZ
7732 * eshell/esh-cmd.el (eshell-rewrite-for-command)
7733 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
7734 `eshell-copy-handles'.
7735 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
7736 bodies.
7737 (eshell-separate-commands): Whitespace fix.
7738 (eshell-complex-commands): Added a new list of names, for
7739 determining whether a given command is as simple as it looks.
7740 (eshell-invoke-directly): New function. Returns t if a command
7741 should be invoked directly (using `eval'), rather than indirectly
7742 using `eshell-do-eval'.
7743 (eshell-do-eval): Whitespace fix.
7744
7745 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
7746 which provides an emulation of the DOS shell behavior of assuming
7747 that cp/mv/ln should copy/move/link to the current directory.
7748 (eshell-remove-entries): Added a doc string.
7749 (eshell-shuffle-files): Removed the check for `target' being null.
7750 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
7751 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
7752 it to do a smarter check of whether a destination was provided.
7753 (eshell/mv, eshell/cp): Enable `:preserve-args'.
7754 (eshell/ln): Enable `:preserve-args', and use
7755 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
7756 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
7757 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
7758 list after flattening it. This makes it possible to cat files
7759 with numerical names.
7760 (eshell-unix-initialize): Added several names to
7761 `eshell-complex-commands.
7762 (eshell-unix-command-complex-p): Return t if a given command name
7763 may result in external processes being invoked.
7764
7765 * eshell/em-glob.el (eshell-glob-show-progress): Make this
7766 variable nil by default, since it slows down glob processing by a
7767 factor of two or more, and increases memory consumption.
7768
7769 * eshell/em-smart.el: Added a note about how memory consumptive
7770 smart display mode can be (at least this is true in Emacs 21).
7771 (eshell-smart-initialize): Whitespace fix.
7772 (eshell-refresh-windows): Use `if' instead of `when'.
7773 (eshell-smart-scroll-window): Calling `save-current-buffer' was
7774 not necessary.
83c9cb8e 7775 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
7776
7777 * eshell/em-ls.el (eshell-do-ls): Code simplification.
7778 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
7779 Whitespace fix.
7780 (eshell-ls-exclude-hidden): Added this variable in addition to
7781 `eshell-ls-exclude-regexp'. This one prevents files beginning
7782 with . from even being read, which can improve memory consumption
7783 quite a bit.
7784 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
7785 read file entries beginning with a dot. In home directories with
7786 lots of hidden files, fully two-thirds of the time spent in ls is
7787 used to read directory entries that are immediately thrown away.
7788 (eshell-ls-initial-args): Added back this configuration variable,
7789 for specifying default initial arguments to every call to ls.
7790 Much faster than using an alias to do the same thing.
7791 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
7792 (eshell-ls-dir): Whitespace change.
7793
7794 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
7795
83c9cb8e 7796 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
7797 (eshell-stringify-t): Added a customization variable, to indicate
7798 whether `t' should be rendered as a string at all. If not, one
7799 can still determine if the result of an expression is true using
7800 "file-exists-p FILE && echo true".
7801 (eshell-stringify): If `eshell-stringify-t' is nil, don't
7802 stringify t!
7803
7804 * eshell/esh-module.el: Whitespace fix.
7805
83c9cb8e
SM
7806 * eshell/em-alias.el (eshell-alias-initialize):
7807 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
7808 (eshell-command-aliased-p): New function that returns t if a
7809 command name names an aliased.
7810
657f9cb8 78112000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 7812
0467b076 7813 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 7814 redrawing the screen when changing cursor color.
0467b076
EZ
7815 (viper-insert-state-pre-command-sentinel)
7816 (viper-replace-state-pre-command-sentinel)
70c825df
SM
7817 (viper-replace-state-post-command-sentinel):
7818 Use viper-preserve-cursor-color.
657f9cb8
MK
7819 Many functions changed to use viper= instead of = when comparing
7820 characters.
0467b076 7821 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 7822 working with characters.
0467b076 7823 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
7824 Many functions changed to use viper= instead of = when comparing
7825 characters.
0467b076 7826 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 7827
0467b076 7828 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 7829 Several typos fixed in various docstrings.
0467b076 7830 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 7831 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
7832 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
7833 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
7834 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
7835 (ediff-get-selected-buffers): New function.
7836 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
7837 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
7838 Use save-window-excursion.
0467b076 7839 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 7840 termination check in while loop.
0467b076 7841 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 7842 dired buffer.
0467b076
EZ
7843 (ediff-files,ediff-merge-files,ediff-files3)
7844 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 7845
4f490d99
DL
78462000-10-28 Dave Love <fx@gnu.org>
7847
7848 * info.el (Info-fontify-node): Add help-echo for menu items.
7849
45b84006
EZ
78502000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7851
5ebc02b3
EZ
7852 * startup.el (normal-top-level): If the value of $TERM indicates
7853 we are running from xterm or one of its work-alikes, default to a
7854 light background mode.
7855
45b84006
EZ
7856 Support for -fg, -bg, and -rv command-line arguments for TTYs:
7857 * faces.el (tty-handle-reverse-video): New function.
7858 (tty-create-frame-with-faces): Call it.
7859
7860 * frame.el (frame-notice-user-settings): Don't apply
7861 default-frame-alist and initial-frame-alist to MS-DOS frames.
7862 Call tty-handle-reverse-video, frame-set-background-mode, and
7863 face-set-after-frame-default for non-MS-DOS frames.
7864
7865 * startup.el (tty-long-option-alist): New variable.
7866 (tty-handle-args): New function.
7867 (command-line): Call tty-handle-args.
7868
7869 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
7870 startup.el now does that for all character-terminal frames.
7871
eab6e8b9
MB
78722000-10-28 Miles Bader <miles@gnu.org>
7873
83c9cb8e
SM
7874 * emacs-lisp/easy-mmode.el (define-minor-mode):
7875 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
7876 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 7877 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
7878 version using `easy-mmode-define-global-mode'.
7879 Add :conditional-turn-on keyword argument.
eab6e8b9 7880
51a29efc
DL
78812000-10-28 Dave Love <fx@gnu.org>
7882
83c9cb8e
SM
7883 * international/latin1-disp.el (latin1-char-displayable-p):
7884 Don't use window-system.
51a29efc 7885
d71d7114
EZ
78862000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
7887
7888 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7889 Don't call find-buffer-file-type-coding-system. Instead, just
7890 set eol-type to -unix if inhibit-eol-conversion is in effect, or
7891 if the file is on an untranslated filesystem.
7892 (add-untranslated-filesystem): Use "D" instead of "f" inside
7893 interactive.
7894
1f9cab4b
DL
78952000-10-27 Dave Love <fx@gnu.org>
7896
70c825df 7897 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
7898 (refill-mode): Use it.
7899
70c825df
SM
79002000-10-27 Stefan Monnier <monnier@cs.yale.edu>
7901
7902 * international/quail.el (quail-activate): Don't make-local-hook.
7903
7432cf10
AS
79042000-10-27 Andre Spiegel <spiegel@gnu.org>
7905
4836835a 7906 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 7907 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
7908 (vc-make-version-backup): Don't do it on MS-DOS without long file
7909 names.
4836835a 7910
7432cf10
AS
7911 * vc.el (vc-version-other-window): If an automatic backup of the
7912 desired version exists, rename it instead of copying it.
7913
4836835a
TTN
7914 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
7915 after command. If there's an unexpected error, signal it instead
7432cf10 7916 of being silent.
e1483c38 7917 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 7918
05ea7ef2
MB
79192000-10-27 Miles Bader <miles@lsi.nec.co.jp>
7920
fd1035aa
MB
7921 * shell.el (shell): Add BUFFER argument.
7922 * comint.el (make-comint-in-buffer): New function.
7923 (make-comint): Use it.
7924
05ea7ef2
MB
7925 * faces.el (face-spec-choose): Change syntax so that the list of
7926 attribute-value pairs is now the cdr of each clause, not the cadr.
7927 Detect old-style entries, and handle them. Use pop.
7928
835a55fe
SM
79292000-10-26 Stefan Monnier <monnier@cs.yale.edu>
7930
f5ab1cdd
SM
7931 * cus-edit.el (custom-mode-map): Use a sparse map.
7932 (custom-mode): Don't bother with make-local-hook.
7933
7934 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
7935
835a55fe
SM
7936 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
7937
c13b0ec8
GM
79382000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7939
7940 * ps-print.el: Avoid compilation gripes.
7941 (ps-print-version): New version number (6.2.1).
4836835a 7942
e9f63196
DL
79432000-10-26 Dave Love <fx@gnu.org>
7944
0b95284b
DL
7945 * menu-bar.el: Modify some menu item help strings.
7946 (menu-bar-help-menu): Add link to MORE.STUFF.
7947
e9f63196
DL
7948 * cus-edit.el (custom-mode): Add `special' mode-class property.
7949
7950 * wid-browse.el (widget-browse-mode): Likewise.
7951
7952 * wid-edit.el (widget-specify-field): Revert to using local-map
7953 property, not keymap.
7954
e276a14a
MB
79552000-10-26 Miles Bader <miles@lsi.nec.co.jp>
7956
c1545d88
MB
7957 * wid-edit.el (widget-field-end): When checking for a `boundary'
7958 field, do so in the correct buffer.
7959
3c1b77ca
MB
7960 * simple.el (undo): Correctly distinguish between numeric and
7961 non-numeric prefix args in non-transient-mark-mode, as per the doc
7962 string. When in transient-mark-mode, treat all prefix-args as
7963 numeric.
7964
f5ab1cdd
SM
7965 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
7966 Position point on match. Handle N == 0 correctly.
22626d9d
MB
7967
7968 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
7969 (comint-mode-map): Reverse order of `comint-write-output' and
7970 `comint-append-output-to-file'.
7971 (comint-append-output-to-file): Reinstate this function, for the
7972 benefit of the menu.
7973
d97151cb
SM
79742000-10-25 Stefan Monnier <monnier@cs.yale.edu>
7975
7976 * vc.el (vc-version-other-window): Bind `file'.
7977
ea7d6f5b
GM
79782000-10-25 Gerd Moellmann <gerd@gnu.org>
7979
f5ab1cdd 7980 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
7981
7982 * emacs-lisp/authors.el (batch-update-authors): New function.
7983 (authors-fixed-entries): New defconst.
7984 (authors-add-fixed-entries): New function.
7985 (authors): Call it.: Don't process lispref/.
7986
17c25cea
JR
79872000-10-25 Jason Rumney <jasonr@gnu.org>
7988
7989 * cus-edit.el (custom-button-face, custom-button-pressed-face):
7990 Merge x w32 and mac definitions.
7991
4ecda532
GM
79922000-10-25 Gerd Moellmann <gerd@gnu.org>
7993
7994 * menu-bar.el (menu-bar-options-menu): Add a help string for
7995 `uniquify'.
7996
b6735035
GM
79972000-10-25 Stephen Gildea <gildea@alum.mit.edu>
7998
f5ab1cdd
SM
7999 * time-stamp.el (time-stamp-string-preprocess):
8000 Fix a wrong type argument error.
b6735035 8001
f4cbc7a0
MB
80022000-10-25 Miles Bader <miles@gnu.org>
8003
8004 * recentf.el (recentf-mode): Variable removed.
8005 (recentf-mode): Use `define-minor-mode'.
8006
8007 * mwheel.el (mouse-wheel-mode): New global minor mode.
8008 (mwheel-install): Use `mouse-wheel-mode'.
8009
f4b020f6
DL
80102000-10-25 Dave Love <fx@gnu.org>
8011
f5ab1cdd
SM
8012 * progmodes/cperl-mode.el (cperl-mode):
8013 Set normal-auto-fill-function correctly.
072cb6f9 8014
83c9cb8e
SM
8015 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8016 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 8017 bindings.
f4b020f6 8018
ebe2a441
MB
80192000-10-25 Miles Bader <miles@lsi.nec.co.jp>
8020
ff4dcd4b
MB
8021 * wid-edit.el (widget-field-at): New function.
8022 (widget-at, widget-field-activate): Use it.
8023 (widget-tabable-at): Use `widget-at'.
8024 (widget-specify-field): If the terminating character of the widget
8025 field (which is read-only) is a newline, put it into a special
8026 `boundary' field so that C-n/C-p act more naturally.
8027 (widget-field-end): Also don't subtract one if a special
8028 `boundary' field has been added after the widget field.
8029
83c9cb8e
SM
8030 * comint.el (comint-output-filter, comint-send-input):
8031 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 8032 code, since it should notice the overlay insertion-types now.
ff4dcd4b 8033
ebe2a441
MB
8034 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8035 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8036 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8037
fe50b6ab
GM
80382000-10-24 Gerd Moellmann <gerd@gnu.org>
8039
53df4dda 8040 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
8041 (authors): Set file coding system to iso-2022-7bit.
8042 Add file-local variables to output buffer.
53df4dda 8043
4836835a 8044 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
8045 WARN is nil.
8046
53df4dda
GM
80472000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8048
8049 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
8050
8051 * delim-col.el: Now there is a column formatting mechanism.
8052 Modified to customization mechanisms convention. Doc fix.
8053 (columns): New group for delim-col.
8054 (delimit-columns-before, delimit-columns-after)
8055 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
8056 (delimit-columns-end): New vars.
8057 (delimit-columns-customize, delimit-columns-format): New funs.
8058 (delimit-columns-region, delimit-columns-rectangle)
8059 (delimit-columns-rectangle-line): Modified to support column
8060 formatting.
4836835a 8061
a9839779
DL
80622000-10-24 Dave Love <fx@gnu.org>
8063
8064 * log-edit.el (log-edit): Add :version and a :group for vc.
8065
df0267b8
GM
80662000-10-24 Gerd Moellmann <gerd@gnu.org>
8067
9acc3873
GM
8068 * files.el (after-find-file): Don't print a message ``New file''
8069 if WARN is nil.
8070
83c9cb8e
SM
8071 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8072 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
8073 get duplicate tool-bar entries because we'll see the global ones
8074 on more than one path through keymaps.
8075
1946f901
GM
8076 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8077
df0267b8
GM
8078 * progmodes/cmacexp.el: Change Francesco's email address.
8079
ae3b264b
KH
80802000-10-24 Kenichi Handa <handa@etl.go.jp>
8081
8082 * window.el (fit-window-to-buffer): Adjust point of the window
8083 buffer, not that of the current buffer.
8084
23afac01
EZ
80852000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
8086
8087 * progmodes/cmacexp.el: Update the euthor's email address.
8088
22d1a4ed
MB
80892000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8090
8091 * faces.el (face-spec-set-match-display): Add `graphic' display
8092 type (the inverse of `tty'). Use `display-graphic-p' instead of
8093 the window-system variable.
8094
f408aa48
KH
80952000-10-24 Kenichi Handa <handa@etl.go.jp>
8096
83c9cb8e
SM
8097 * international/isearch-x.el (isearch-with-input-method):
8098 Call input-method-function with the first event in
f408aa48
KH
8099 unread-command-events.
8100
94fe8a31
MB
81012000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8102
83c9cb8e 8103 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 8104
8f47302e
AC
81052000-10-24 Andrew Choi <akochoi@i-cable.com>
8106
8107 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8108 New charsets.
8109
8110 * term/mac-win.el: Remove definitions of mac-roman-lower and
8111 mac-roman-upper, require dired, and define instead of set
8112 mac-ready-for-drag-n-drop to avoid compilation error.
8113
446c097e
AI
81142000-10-23 Andrew Innes <andrewi@gnu.org>
8115
83c9cb8e
SM
8116 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8117 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
8118 expand-file-name after convert-standard-filename to ensure
8119 expected directory separators are used.
8120
379b70e7
EZ
81212000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
8122
8123 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8124
85c766e9
DL
81252000-10-23 Dave Love <fx@gnu.org>
8126
b7e03a67
DL
8127 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8128 (tool-bar-add-item): Set foreground and background for XBM icons.
8129
83c9cb8e
SM
8130 * international/latin1-disp.el (latin1-char-displayable-p):
8131 New function (from Handa).
b7e03a67
DL
8132 (latin1-display-check-font): Use it.
8133
0dcf8835 8134 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
8135 using :key-sequence, making it much more usable.
8136 Use nconc, not append.
0dcf8835
DL
8137 (imenu--create-keymap-1): Avoid append.
8138
85c766e9 8139 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 8140
cb3069bb
MB
81412000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8142
8143 [the following changes fix a bug where `define-minor-mode' didn't
8144 correctly generate :require clauses for defcustoms in compiled files]
8145 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8146 (byte-compile-log-file, byte-compile-log-1): Don't set
8147 `byte-compile-current-file' to nil. Instead set
8148 `byte-compile-last-logged-file' to it. Test whether
8149 byte-compile-current-file equals byte-compile-last-logged-file
8150 instead of whether its nil.
3b6542ba 8151 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 8152
6db6243b
SM
81532000-10-23 Stefan Monnier <monnier@cs.yale.edu>
8154
8155 * textmodes/refill.el: Fix var names in doc.
8156 (refill-mode): Don't bother with make-local-hook anymore.
8157
98490598
MB
81582000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8159
e01cd227
MB
8160 * faces.el (face-user-default-spec, face-default-spec): New functions.
8161 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 8162 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
8163 Use `face-user-default-spec'. Simplify code slightly.
8164
4836835a 8165 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
8166 (woman-unknown-face): Add dark-background variants.
8167 (woman-default-faces): Renamed from `woman-colour-faces'.
8168 Set using the stored defaults, rather than using hard-wired colors.
8169 (woman-monochrome-faces): Renamed from `woman-black-faces'.
8170 Just make the foreground `unspecified' rather than "black".
8171 (woman-menu): Rename menu entries accordingly.
8172
98490598
MB
8173 * faces.el (header-line): Make more reasonable on mono/grayscale
8174 displays.
8175
1a578e9b
AC
81762000-10-23 Andrew Choi <akochoi@i-cable.com>
8177
8178 * cus-edit.el (custom-button-face): Use 3D look for mac.
8179 (custom-button-pressed-face): Likewise.
8180
8181 * faces.el (set-face-attributes-from-resources): Handle mac frames
8182 in the same way as x and w32 frames.
8183 (face-valid-attribute-values): Likewise.
8184 (read-face-attribute): Likewise.
8185 (defined-colors): Likewise.
8186 (color-defined-p): Likewise.
8187 (color-values): Likewise.
8188 (display-grayscale-p): Likewise.
8189 (face-set-after-frame-default): Likewise.
8190 (mode-line): Same default face as for x and w32.
8191 (tool-bar): Likewise.
8192
8193 * frame.el: Remove call to frame-notice-user-settings at end of
8194 the file.
8195
83c9cb8e 8196 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
8197 as for x, pc, and w32 frame types.
8198
8199 * term/mac-win.el: New file.
8200
aaaf7be7
DL
82012000-10-22 Dave Love <fx@gnu.org>
8202
8203 * textmodes/refill.el: New file.
8204
5392d654
AS
82052000-10-22 Andre Spiegel <spiegel@gnu.org>
8206
4836835a 8207 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 8208 MANUAL and REGEXP.
4836835a 8209 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
8210 New functions.
8211 (vc-before-save): Use the latter.
8212 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8213 confusion.
8214
4836835a 8215 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
8216 expected by vc[-hooks].el.
8217
8218 * vc.el (vc-checkout): Added `-p' suffix in call to
8219 vc-make-version-backups-p; use vc-make-version-backup to actually
8220 make the backup.
8221 (vc-version-other-window, vc-version-backup-file): Handle both
8222 automatic and manual backups.
8223 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8224 of all of them.
8225
1e221c16
MB
82262000-10-22 Miles Bader <miles@gnu.org>
8227
7ff4fda5
MB
8228 * comint.el (comint-highlight-input, comint-highlight-prompt):
8229 Renamed, `-face' at end removed.
8230 (comint-send-input, comint-output-filter): Use renamed faces.
8231
3511cde8
MB
8232 * window.el (fit-window-to-buffer): Change defaulting of
8233 MAX-HEIGHT slightly.
8234
1e221c16
MB
8235 * faces.el (color-values, color-defined-p): Use `member', not
8236 `memq', because it works correctly for strings.
8237 (frame-set-background-mode): Actually, "unspecified-fg" and
8238 "unspecified-bg" *are* strings. Use `member', not `memq', and
8239 `equal', not `eq', when a string value is possible.
8240
b6ef4898
EZ
82412000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
8242
8243 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8244
34939e2c
SM
82452000-10-21 Stefan Monnier <monnier@cs.yale.edu>
8246
8247 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8248 sh-electric-rparen, sh-electric-less and sh-electric-hash.
8249 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8250 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8251 (sh-font-lock-syntactic-keywords): Use them.
8252 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8253 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8254 (sh-mode): Don't override font-lock-unfontify-region-function.
8255 Use a copy of sh-font-lock-syntactic-keywords.
8256 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8257 Don't call sh-scan-buffer since font-lock does it on the fly.
8258 (sh-get-indent-info): Use `face' rather than `syntax-table'
8259 text-property to detect here-documents.
8260 Replace sh-special-syntax with sh-st-punc.
8261 (sh-prev-line): Use `face' rather than `syntax-table'
8262 text-property to skip over here-documents.
8263 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8264 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8265 (sh-electric-less, sh-set-here-doc-region)
4836835a 8266 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
8267 (sh-scan-buffer, sh-rescan-buffer): Remove.
8268
f3d3c491
AI
82692000-10-21 Andrew Innes <andrewi@gnu.org>
8270
8271 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8272 remote (ange-ftp) file names.
8273
b86c791c
MB
82742000-10-21 Miles Bader <miles@gnu.org>
8275
d9c30bdf
MB
8276 * window.el (fit-window-to-buffer): New function.
8277 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
8278 (window-text-height): Don't expect minibuffers to have mode-lines.
8279
d9c30bdf 8280 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
8281 * international/quail.el (quail-update-guidance):
8282 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 8283
617fee5a
MB
8284 * international/quail.el (quail-show-guidance-buf): Make sure
8285 guidance window really has enough room.
8286 (quail-update-guidance): If quail-guidance-win is already shown,
8287 make sure its height is OK.
8288
b86c791c
MB
8289 * window.el (window-text-height, set-window-text-height):
8290 New functions.
8291 (shrink-window-if-larger-than-buffer): Use `window-text-height'
8292 instead of `window-height' & `mode-line-window-height-fudge'.
8293 (mode-line-window-height-fudge): Add FACE parameter.
8294 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8295 instead of `enlarge-window' & `mode-line-window-height-fudge'.
8296
e34850d1
MB
82972000-10-20 Miles Bader <miles@gnu.org>
8298
8299 * window.el (height-affecting-face-attributes): Use `defconst'.
8300
8301 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8302 New function, conditionally aliased to `mode-line-window-height-fudge'.
8303 (ispell-help): Use it.
8304 (ispell-choices-win-default-height): Don't include mode-line fudge.
8305 (ispell-choices-win-default-height): New function.
8306 (ispell-show-choices, ispell-command-loop): Use function
8307 `ispell-choices-win-default-height' instead of variable.
8308
a8b883c2
MB
83092000-10-20 Miles Bader <miles@lsi.nec.co.jp>
8310
8c6e4a58
MB
8311 * window.el (mode-line-window-height-fudge): New variable.
8312 (height-affecting-face-attributes): New variable.
8313 (mode-line-window-height-fudge): New function.
8314 (shrink-window-if-larger-than-buffer): Use it.
8315 * help.el (resize-temp-buffer-window): Likewise.
8316
a8b883c2
MB
8317 * info.el (Info-fontify-node): Add support for @subsubsection
8318 titles, which use `Info-title-4-face'.
8319 (Info-title-4-face): New face.
8320 (Info-title-3-face): Inherit from Info-title-4-face instead of
8321 variable-pitch.
8322
e64c3a75
JR
83232000-10-19 Jason Rumney <jasonr@gnu.org>
8324
8325 * dired.el (dired-insert-directory): Do not let errors signalled by
8326 attempt to run dired-free-space-program prevent dired from working.
8327
c70fe852
SM
83282000-10-19 Stefan Monnier <monnier@cs.yale.edu>
8329
8330 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8331
877cf6b4
GM
83322000-10-19 Gerd Moellmann <gerd@gnu.org>
8333
5de037e0
GM
8334 * dirtrack.el (dirtrack): Fix call to run-hooks.
8335
6deb9af9
GM
8336 * cmuscheme.el (cmuscheme-program-name): Renamed from
8337 scheme-program-name because xscheme.el contains a defcustom with
8338 the same name. As a consequence, customizing group `cmuscheme'
8339 loaded `xscheme' which redefined run-scheme.
8340 (run-scheme): Use cmuscheme-program-name.
8341
83c9cb8e 8342 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 8343
e597d8fb 8344 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 8345 anonymous address, and add a website for Befrienders International.
4836835a 8346
3e9cb08f
GM
83472000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8348
c70fe852
SM
8349 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
8350 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
8351 (ps-print-version): New version number (6.2).
8352 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8353 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8354 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8355 (ps-x-extent-priority, ps-x-extent-start-position)
8356 (ps-x-face-font-instance, ps-x-find-coding-system)
8357 (ps-x-font-instance-properties, ps-x-make-color-instance)
8358 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8359 avoid compilation gripes without defining functions.
8360 (ps-e-find-composition): Alias for function find-composition, to have a
8361 suitable function depending on Emacs version.
8362 (ps-color-device, ps-color-values, ps-face-foreground-name)
8363 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8364 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8365 (ps-print-ensure-fontified): Function definitions surrounded by
8366 `eval-and-compile' to avoid compilation gripes.
8367 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8368 by symbol-value to avoid compilation gripes.
8369 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8370 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8371
d8abcd91
MB
83722000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8373
13ab33c4
MB
8374 * startup.el (normal-top-level): Call `frame-set-background-mode'
8375 after `frame-notice-user-settings' because the latter doesn't call
8376 the former on a tty.
8377
d8abcd91
MB
8378 * faces.el (frame-set-background-mode): `unspecified' &c are
8379 symbols, not strings.
8380
e8bce0a9
EZ
83812000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8382
c70fe852
SM
8383 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8384 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 8385
c70fe852
SM
8386 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8387 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 8388
773272d8
KH
83892000-10-19 Kenichi Handa <handa@etl.go.jp>
8390
c70fe852 8391 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
8392 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
8393 for ISO10646-1 fonts.
8394 (x-font-name-charset-alist): Add an entry for "iso10646-1".
8395
772139c0
EZ
83962000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8397
8398 * faces.el (frame-set-background-mode): If a tty frame defines a
8399 background color, use that to compute the background mode, instead
8400 of always defaulting to "dark".
8401
d134a19f
MB
84022000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8403
8bb84cb2
MB
8404 * comint.el (comint-write-output): New function.
8405 (comint-mode-map): Add it to the menu.
e40a778f 8406 Bind `C-c C-s' to comint-write-output.
d134a19f 8407
dada41e1
GM
84082000-10-18 Gerd Moellmann <gerd@gnu.org>
8409
8410 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8411 Use fancy-splash-delay.
8412
9b5360aa
GM
84132000-10-18 Alex Schroeder <alex@gnu.org>
8414
8415 * progmodes/sql.el (sql-sybase-options): New option.
8416 (sql-sybase): Use it. Add sql-database to the list of parameters
8417 provided for login. The options -w 2048 -n are not used any more.
8418
9035a35a
GM
8419 * comint.el (comint-read-input-ring): Bugfix such that the first
8420 and the last entry of the input ring file are not lost.
8421
3556c6dd
GM
84222000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8423
8424 * ps-print.el: Internal variable changes to defcustom,
8425 make-local-hook changes to defvar. Doc fix.
8426 (ps-print-version): New version number (6.1).
8427 (ps-setup, ps-do-despool): Code fix.
8428 (ps-printer-name): Customization fix.
8429 (ps-printer-name-option): Now is a defcustom instead of an
8430 internal variable.
8431 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8432 (ps-print-begin-column-hook): Now are defvar instead of
8433 make-local-hook.
4836835a 8434
4e217e50
MB
84352000-10-18 Miles Bader <miles@gnu.org>
8436
8437 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8438 (comint-kill-output): Changed into an alias for `comint-delete-output',
8439 and made obsolete.
8440 (comint-mode-map): Rename references to comint-kill-output.
8441
34460354
EZ
84422000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
8443
8444 * diff-mode.el (diff-header-face, diff-file-header-face)
8445 (diff-changed-face): Add bold and italic attributes to tty faces.
8446 (diff-function-face): New face.
8447 (diff-font-lock-keywords): Use it.
8448
17ea3cdb
MB
84492000-10-18 Miles Bader <miles@lsi.nec.co.jp>
8450
8451 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8452 Remove commented-out call to force-mode-line-update.
8453 (comint-kill-output): Use `forward-line 0' instead of
8454 beginning-of-line to make sure we get past the prompt.
8455
9244f2c7
SM
84562000-10-17 Stefan Monnier <monnier@cs.yale.edu>
8457
8458 * diff-mode.el (diff-header-face, diff-file-header-face):
8459 Add specific setting for dark background.
8460 (diff-context-face): Renamed from diff-comment-face.
8461 Set explicitly rather than inheriting from font-lock-comment-face.
8462
1592c1ef
EZ
84632000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8464
8465 * startup.el (command-line): Move the code which sets the default
8466 TTY colors to before before-init-hook.
8467
f86292a9
GM
84682000-10-17 Gerd Moellmann <gerd@gnu.org>
8469
8470 * jit-lock.el (jit-lock-stealth-time): Doc fix.
8471
f7f2e883
EZ
84722000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8473
e854cc22
EZ
8474 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8475 extensions, for MS-DOS.
8476
f7f2e883
EZ
8477 * diff-mode.el (diff-header-face, diff-file-header-face)
8478 (diff-changed-face): Define tty-specific colors.
8479
c7b4f0f9
GM
84802000-10-17 Gerd Moellmann <gerd@gnu.org>
8481
8482 * startup.el (fancy-splash-text): Realign the text.
8483
12a72271
EZ
84842000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8485
8486 * font-lock.el (font-lock-comment-face): Define a separate default
8487 for dark-background tty's.
8488
61dfccfd
MB
84892000-10-17 Miles Bader <miles@gnu.org>
8490
8491 * help.el (resize-temp-buffer-window): Add hack to avoid last line
8492 being obscured by whizzy mode-lines on graphics displays.
8493
333cd59e
EZ
84942000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8495
8496 * info.el (Info-title-1-face, Info-title-2-face)
8497 (Info-title-3-face): Define colors for tty's.
dada41e1 8498 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 8499
dbf1fcc1
EZ
85002000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8501
8502 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8503 reverse from the frame parameters, and don't invert foreground and
8504 background colors.
8505
ac629823
MB
85062000-10-16 Miles Bader <miles@gnu.org>
8507
8508 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8509 string "*Info*". Call propertized-buffer-identification to spruce
8510 up the result.
8511
76eebffc
GM
85122000-10-16 Gerd Moellmann <gerd@gnu.org>
8513
3a6b59d9
GM
8514 * help.el: Provide `help' for the sake of define-minor-mode
8515 which generates defcustoms with requires.
8516
6569c3d3
GM
8517 * jit-lock.el (jit-lock-after-change): If we're in text that
8518 matches a multi-line font-lock pattern, make sure the whole text
8519 will be redisplayed.
8520
c2e0a611
GM
8521 * emacs-lisp/authors.el (authors-add): Don't add an entry if
8522 author's name is unknown.
8523
76eebffc
GM
8524 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8525 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8526 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8527 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8528 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8529 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8530 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8531 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8532 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8533 Add author information.
8534
cf1e7b12
MB
85352000-10-16 Miles Bader <miles@lsi.nec.co.jp>
8536
8537 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8538 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8539 full-color version (using the Gimp) to eliminate dithering artifacts.
8540
5586f3eb
SM
85412000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8542
8543 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8544
8545 * simple.el (syntax-flag-table, string-to-syntax): Remove.
8546
ad64a888
DL
85472000-10-15 Dave Love <fx@gnu.org>
8548
83c9cb8e 8549 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
8550
8551 * pcomplete.el (pcomplete) <defgroup>: Add :version.
8552
8553 * whitespace.el: Doc fixes.
8554 (top-level): Don't add hooks here.
8555 (whitespace-running-emacs): Deleted.
8556 (timer): Don't require.
8557 (whitespace): Add back :version conditional on xemacs test.
8558 (whitespace-spacetab-regexp, whitespace-indent-regexp)
8559 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8560 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8561 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8562 Avoid specific xemacs test.
8563 (whitespace-global-mode): New option.
8564 (whitespace-global-mode): New command.
8565 (whitespace-unload-hook): New function.
8566
8567 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 8568 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
8569 (Info-fontify-node): `Goto' goes to `Go to'.
8570 (Info-fontify-node): Add help-echo to xref links.
8571
1ef49fc6
EZ
85722000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
8573
8574 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8575
8b7707e1
SM
85762000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8577
b3b7f42f
SM
8578 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8579 Use plist-get and allow :inherit.
8580
8581 * emacs-lisp/cl-macs.el (cl-do-arglist):
8582 Use plist-get and plist-member instead of memq.
8583
3c7fafc7
SM
8584 * emacs-lisp/ewoc.el (ewoc-location): New function.
8585 (ewoc-enter-after, ewoc-enter-before): Document return value.
8586 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8587 Don't need make-local-hook any more.
8588 (cvs-addto-collection): Return the new tin.
8589 (cvs-mode-insert): Jump to the new line.
8590
8b7707e1
SM
8591 * jit-lock.el (jit-lock-fontify-buffer): Remove.
8592
8593 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8594
8595 * font-lock.el (font-lock-syntactically-fontified): New var.
8596 (font-lock-fontify-syntactic-keywords-region): Use it.
8597 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
8598
8599 * diff-mode.el (diff-find-file-name): Fix regexp.
8600
8601 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8602 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8603
8604 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8605 (sh-mode-syntax-table): Add punctuation syntax for < and >.
8606 (sh-mode): Don't make all vars local here.
8607 (sh-kw): Reformat.
8608 (sh-set-shell): Use dolist. Don't set indent-region-function.
8609 (sh-mode-syntax-table): Use pop.
8610 (sh-remember-variable): Use push.
8611 (sh-help-string-for-variable): Use memq.
8612 (sh-safe-backward-sexp): Remove.
8613 (sh-safe-forward-sexp): Add ARG.
8614 (sh-get-indent-info, sh-prev-stmt): Use it.
8615 (sh-prev-line): Simplify by using forward-comment.
8616 (sh-this-is-a-continuation): Simplify.
8617 (sh-learn-buffer-indent): Use dolist.
8618 (sh-do-nothing): Remove.
8619 (sh-set-char-syntax, sh-set-here-doc-region):
8620 Use inhibit-modification-hooks.
8621 (sh-name-style): Use mapcar and push.
8622 (sh-load-style): Use dolist.
8623 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8624 (sh-case, sh-while-getopts): Use propertize directly rather
8625 than sh-electric-rparen.
8626
86272000-10-14 Stefan Monnier <monnier@cs.yale.edu>
8628
8629 * textmodes/tex-mode.el: Require CL when compiling.
8630 (tex-mode-syntax-table): Init immediately.
8631 (tex-mode-map): Bind M-RET to latex-insert-item.
8632 (latex-mode): Set indent-line-function to latex-indent.
8633 (tex-common-initialization): Don't setup the syntax-table any more.
8634 (latex-insert-item): New skeleton.
8635 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 8636 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 8637 (latex-indent, latex-find-indent): New functions.
4836835a 8638 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
8639 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8640 (tex-compilation-parse-errors): Use with-syntax-table.
8641
86b7fcbb
MB
86422000-10-15 Miles Bader <miles@gnu.org>
8643
8644 * font-lock.el (font-lock-comment-face): Change dark-background,
8645 color, non-tty, default to `chocolate1'.
8646
57a24508
JW
86472000-10-13 John Wiegley <johnw@gnu.org>
8648
8649 * eshell/esh-util.el (require): Added a missing `require' form,
8650 needed when compiling (for an ange-ftp macro definition).
8651
40ad3db4
DL
86522000-10-13 Dave Love <fx@gnu.org>
8653
8654 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8655
db460189
GM
86562000-10-13 Gerd Moellmann <gerd@gnu.org>
8657
83c9cb8e 8658 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 8659
4836835a 8660 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
8661 transparent -colors 8).
8662
3b5e21df
GM
86632000-10-13 Stephen Gildea <gildea@alum.mit.edu>
8664
8665 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8666 that breaks with old list format timestamps.
8667 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 8668 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 8669
16908a3f
JW
86702000-10-13 John Wiegley <johnw@gnu.org>
8671
d7103dda
JW
8672 * align.el, pcomplete.el, calendar/timeclock.el,
8673 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8674
dace60cf 8675 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
8676 faulty math, where holiday hours were being computing as seconds.
8677
b6b70cda
JW
86782000-10-13 John Wiegley <johnw@gnu.org>
8679
8680 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
8681 specifying what "other" kinds of buffers should be saved.
8682 This used to be hard-coded.
b6b70cda
JW
8683 (desktop-buffer-misc-functions): A global for specifying how
8684 auxiliary data should be determined for special buffer types.
8685 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8686 instead of hard-coding the special buffer types.
8687 (desktop-save): Run `desktop-buffer-misc-functions' to gather
8688 auxiliary data, instead of hard-coding for Info buffers and dired.
8689 (desktop-buffer-info-misc-data): Aux function for determining Info
8690 buffer auxiliary info.
8691 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8692 (desktop-buffer-info): Changed this function to use the info
8693 gathered above.
8694 (desktop-create-buffer): Be a little more careful about what
8695 `minor-mode' means before calling it. This is important for some
8696 buffer types.
8697
8c6b1d83
JW
86982000-10-13 John Wiegley <johnw@gnu.org>
8699
8700 * eshell/esh-util.el: Added a global form which declares an
8701 autoload for `parse-time-string', if that function is not already
8702 defined, and if parse-time.el is available on the user's system.
8703
8704 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
8705 to be aware of ange-ftp user info.
83c9cb8e 8706 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
8707 (eshell-ls-annotate): Use `eshell-file-attributes'.
8708 (eshell-ls-file): Made the user-id printing code a bit smarter.
8709
8710 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
8711 allow identification of alias user ids in remote directories.
83c9cb8e
SM
8712 It's manual, but there's no other way to know when the current user
8713 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
8714 (fboundp): Bind `ange-cache'.
8715 (eshell-directory-files-and-attributes): Re-organized the logic a
8716 bit to use `eshell-file-attributes' instead of `file-attributes'.
8717 The former is more sensitive to directories that are read via FTP,
8718 and knows how to use ange-ftp to determine full attribute
8719 information, instead of just the name and last modtime.
8720 (eshell-current-ange-uids): Return the current user id when in a
8721 remote directory.
8722 (eshell-parse-ange-ls): Parse a full directory listing that has
8723 been returned by ange-ftp.
8724 (eshell-file-attributes): This beefed up version of
8725 `file-attributes' is only special if the user is currently in a
8726 remote directory, in which case it does a lot of work to find out
8727 what the real attributes of a file are, as they appear on the
8728 remote machine. This makes usage of remote directories (i.e.,
8729 ange-ftp pathnames) much more useful. You can now use Eshell as a
8730 full-fledged FTP client, with much more manipulation ability than
8731 most other clients.
8732
8733 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
8734 variable, which means that Eshell's du should always be preferred
8735 in remote directories.
8736 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
8737 just `file-attributes'.
8738 (eshell-mvcp-template): Bind `ange-cache', to improve performance
8739 when reading remote directories. This is an Eshell-specific
8740 variable (not part of ange-ftp).
8741 (eshell/ln): Bind `ange-cache'.
8742 (eshell/du): Added some extra logic for determining when to use
8743 Eshell's du (which is slow), and when to use the external version
8744 (which may or may not exist).
8745
83c9cb8e
SM
8746 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8747 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
8748 `get-buffer-process', since backgrounded processes don't count in
8749 the context of this function's logic.
8750
8751 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
8752 `forward-char', so that null strings are parsed correctly.
8753
87730e84 87542000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 8755
83c9cb8e
SM
8756 * eshell/em-pred.el (eshell-pred-file-type)
8757 (eshell-pred-file-links, eshell-pred-file-size):
8758 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
8759
8760 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
8761 that remote file globbing is more efficient.
8762
8763 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
8764 gathering the files and attributes within a directory.
8765
8766 * eshell/em-unix.el (eshell/cat): If any of the files passed on
8767 the command line is a special file (not a regular file, directory
8768 or symlink), always attempt to call the external version of cat.
8769
87730e84 87702000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
8771
8772 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
8773 Eshell-friendly version of find-tag.
8774
1c7e37a9
MB
87752000-10-13 Miles Bader <miles@lsi.nec.co.jp>
8776
4836835a 8777 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
8778 (image-file-name-regexps): Add autoload cookies.
8779
11a7f341
KH
87802000-10-13 Kenichi Handa <handa@etl.go.jp>
8781
8782 * international/mule-cmds.el (select-safe-coding-system): If FROM
8783 is string, show it in *Warning* buffer.
8784
8ddddcb0
EZ
87852000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8786
8787 * startup.el (normal-top-level): Use display-popup-menus-p instead
8788 of window-system.
8789 (command-line): Use display-graphic-p instead of window-system.
8790 (command-line-1): Use display-popup-menus-p and display-mouse-p
8791 instead of window-system.
8792
72200f89
SS
87932000-10-12 Sam Steingold <sds@gnu.org>
8794
8795 * tooltip.el (tooltip-use-echo-area): New user variable.
8796 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
8797
8661c643
DL
87982000-10-12 Dave Love <fx@gnu.org>
8799
d0b40dc1
DL
8800 * recentf.el: Maintainer's checkdoc fixes.
8801
83c9cb8e
SM
8802 * startup.el (normal-top-level-add-subdirs-to-load-path):
8803 Use character class, not ASCII when matching file names.
a622451f
DL
8804 (fancy-splash-head): Add trailing slash to URL.
8805 (command-line): Don't require XPM support for toolbar.
8806
8661c643
DL
8807 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
8808 (cperl-invalid-face): Revert last change.
8809 (cperl-init-faces): Quote cperl-invalid-face.
8810
ef2ed8ab
KH
88112000-10-12 Kenichi Handa <handa@etl.go.jp>
8812
8813 * startup.el (fancy-splash-text): Remove superfluous quote.
8814
b0da379e
GM
88152000-10-12 Gerd Moellmann <gerd@gnu.org>
8816
dbeb499b
GM
8817 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
8818 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
8819 (command-line-1): Don't use fancy-splash-pending-command.
8820 (fancy-splash-screens-1): Goto point-min after inserting text.
8821
d861718a
GM
8822 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
8823
b0da379e
GM
8824 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
8825 instead of shared-lisp-mode-map.
8826
4fb2ad98
MB
88272000-10-12 Miles Bader <miles@lsi.nec.co.jp>
8828
1cb4393e
MB
8829 * faces.el (header-line): Change tty-variant to use underlining.
8830
4fb2ad98
MB
8831 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
8832 (isearch-highlight): Restore lazy-isearch face properties at old
8833 position, and suppress them at new position.
8834 (isearch-dehighlight): Restore lazy-isearch face properties.
8835 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
8836 over the real isearch overlay, but in that case, don't give it a
8837 face property. Use `push'.
8838
eb991b25
KH
88392000-10-12 Kenichi Handa <handa@etl.go.jp>
8840
8841 * man.el (Man-getpage-in-background): Fix previous change.
8842 Decode the process output only when we are in multibyte mode.
8843
a818c1c0
DL
88442000-10-11 Dave Love <fx@gnu.org>
8845
c990f53a
DL
8846 * info.el (Info-mode-menu): Fix some help.
8847 (info-tool-bar-map): Add entry for Info-last.
8848
a818c1c0
DL
8849 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
8850 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
8851 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
8852 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
8853 * toolbar/search-replace.xpm, toolbar/exit.xpm:
8854 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
8855 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
8856 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
8857 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
8858 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
8859 Reduce colour requirements to 25 overall. (Probably wants
8860 revisiting from the originals to reduce further.)
8861
c1b096cb
EZ
88622000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
8863
8864 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
8865 buffer-file-coding-system, instead of raw-text.
8866 (dehexlify-buffer): Bind coding-system-for-read to
8867 buffer-file-coding-system, instead of raw-text.
8868
5c8b7eaf
SS
88692000-10-11 Sam Steingold <sds@gnu.org>
8870
83c9cb8e 8871 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
8872 `underline' - fixes the bug introduced on 2000-09-21.
8873
2cfbdb7a
DL
88742000-10-11 Dave Love <fx@gnu.org>
8875
83c9cb8e
SM
8876 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
8877 Avoid compiler warnings.
2cfbdb7a
DL
8878 (scheme-mode): Doc fix.
8879 (scheme-font-lock-keywords-1): Match `define-syntax'.
8880
88812000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
8882
8883 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
8884 face specs as well as default ones. Only do anything if the
8885 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 8886 (region): Make dark-background `region' face less in-your-face.
4b33f290 8887
690ec649
SS
88882000-10-10 Sam Steingold <sds@gnu.org>
8889
8890 * chistory.el, ielm.el, ledit.el:
8891 * progmodes/inf-lisp.el, progmodes/scheme.el:
8892 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
8893
3b95d6bb
SM
88942000-10-10 Stefan Monnier <monnier@cs.yale.edu>
8895
8896 * textmodes/texinfo.el: Update copyright and fix typo.
8897
8898 * desktop.el (desktop-modes-not-to-save): New var.
8899 (desktop-save-buffer-p): Use it.
a30eb617
DL
8900 Also, obey desktop-buffers-not-to-save even for non-file buffers.
8901 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
8902
89032000-10-10 Dave Love <fx@gnu.org>
8904
8905 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 8906 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
8907
8908 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
8909 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
8910 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
8911 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
8912 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
8913 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
8914 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
8915 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
8916 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
8917 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
8918 the .xpms; probably need retouching.
8919
89202000-10-10 Miles Bader <miles@lsi.nec.co.jp>
8921
8922 * subr.el (add-to-list): Add optional argument APPEND.
8923 * battery.el (display-battery): Use `add-to-list'.
8924
89252000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
8926
83c9cb8e
SM
8927 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
8928 properties.
a30eb617
DL
8929 (zone, zone-when-idle, zone-leave-me-alone)
8930 (zone-pgm-whack-chars): Use new symbol properties.
8931
8932 * battery.el (display-battery): Doc spelling fix.
8933
8934 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
8935 property.
8936
89372000-10-09 Dave Love <fx@gnu.org>
8938
8939 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
8940 has been initialized before calling tool-bar-setup.
8941 (tool-bar-add-item-from-menu): Add autoload cookie.
8942
89432000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
8944
8945 * menu-bar.el (send-mail-item-name): New function.
8946 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
8947 of mail-user-agent in the menu. Don't display the "Send Mail"
8948 item if mail-user-agent is nil or its value is ignore.
8949 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
8950 if read-mail-command is nil or its value is ignore.
8951
8952 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
8953
89542000-10-09 Miles Bader <miles@gnu.org>
8955
8956 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
8957 Correct image size.
8958 * toolbar/left_arrow.xpm: Correct image size.
8959
8960 * jka-compr.el: Don't call `jka-compr-install' when loading (it
8961 will be done by the definition of `auto-compression-mode' if
8962 necessary. Move code to uninstall existing file-name handler
8963 before definition of `auto-compression-mode'.
8964
8965 * image-file.el (auto-image-file-mode): Move to the end of the
8966 file, because `define-minor-mode' actually calls the mode-function
8967 if the associated variable is non-nil, which requires that all
8968 needed functions be already defined.
8969
8970 * mouse.el (popup-menu): Balance parens.
8971
89722000-10-08 Stefan Monnier <monnier@cs.yale.edu>
8973
8974 * mouse.el (popup-menu): Move the command call outside the loop
8975 so that popup-menu returns whatever the command returns.
8976
8977 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
8978 (initialize-new-tags-table): Use run-hook-with-args-until-success.
8979 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
8980 (tags-table-format-functions): Renamed from tags-table-format-hooks.
8981
8982 * vc.el (vc-version-diff): diff-switches can be a list.
8983 Use relative filenames for prettier output.
8984
8985 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
8986 (vc-post-command-functions): Remove old-VC compatibility code.
8987
8988 * newcomment.el (comment-indent-default): Autoload.
8989
8990 * font-lock.el (font-lock-defaults): Make buffer-local.
8991 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
8992 (font-lock-choose-keywords):
8993 Ignore LEVEL unless KEYWORDS is a list of syms.
8994 (c-keywords, c++-keywords, objc-keywords, java-keywords):
8995 Don't wrap regexp-opt things in \(...\) unnecessarily.
8996
8997 * jit-lock.el: Don't require font-lock any more.
8998 (jit-lock-functions): Make buffer-local.
8999 (jit-lock-saved-fontify-buffer-function): Remove.
9000 (jit-lock-mode): Remove autoload cookie.
9001 Remove font-lock specific code.
9002 (jit-lock-unregister): Don't bother handling complex hooks any more.
9003 (jit-lock-refontify): New function.
9004 (jit-lock-fontify-buffer): Use it.
9005 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9006 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9007 Add optional args START and END.
9008 Never call font-lock-fontify-region directly.
9009 (jit-lock-function, jit-lock-stealth-fontify): Use it.
9010
9011 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9012
90132000-10-08 Dave Love <fx@gnu.org>
9014
9015 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9016
9017 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9018
9019 * play/studly.el (studlify-region, studlify-word): Add autoload
9020 cookie.
9021
9022 * play/morse.el (morse-region, unmorse-region): Add autoload
9023 cookie.
9024
9025 * play/spook.el (spook-phrases-file): Use expand-file-name, not
9026 concat.
9027
9028 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9029 insist on symbols starting with word syntax.
9030 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9031 (eval-defun-1): Doc fix.
9032 (indent-sexp): Use nconc to build up indent-stack.
9033
9034 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9035 Gnus with little use.
9036 (mail-setup-hook): Add mail-abbrevs-setup to options.
9037
9038 * recentf.el: Doc fixes.
9039
9040 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9041 Clean up remainder.
9042
9043 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
9044 without timezone and (8) with timezone to enforce some whitespace.
9045 Simplify code somewhat.
9046
9047 * options.el (list-options): Doc that you should use customize.
9048
9049 * iswitchb.el (iswitchb-mode): Add :require.
9050
9051 * info.el (Info-goto-node, Info-menu): Doc fix.
9052 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
9053 (info-tool-bar-map): New variable.
9054 (Info-mode): Use it.
9055 (Info-edit-map): Define all in defvar.
9056 (speedbar-attached-frame): Avoid compiler warning.
9057
9058 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
9059 (global-map): Bind [tool-bar] to a filtered map.
9060 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
9061 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
9062 Allow PBM icons.
9063 (tool-bar-setup): Adjust calls of tool-bar-add-item.
9064
9065 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
9066 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
9067 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
9068 icons, except up_arrow, which is left-arrow rotated.
9069
9070 * imenu.el (imenu-add-to-menubar): Fix last change.
9071
90722000-10-08 Peter Breton <pbreton@ne.mediaone.net>
9073
9074 * generic-x.el (rul-generic-mode): Remove eval-when-compile
9075 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
9076
90772000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9078
9079 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9080 typos in doc strings.
9081
9082 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9083 the doc strings how to customize Font Lock faces.
9084
9085 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9086 computing growth when dragging the header line.
9087
90882000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9089
9090 * simple.el (kill-line): Doc fix.
9091
90922000-10-08 Miles Bader <miles@gnu.org>
9093
9094 * faces.el (secondary-selection): Make foreground visible on tty.
9095
9096 * jka-compr.el (auto-compression-mode): Move to the end of the
9097 file, because `define-minor-mode' actually calls the mode-function
9098 if the associated variable is non-nil, which requires that all
9099 needed functions be already defined.
9100 (with-auto-compression-mode): Add autoload cookie.
9101
91022000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
9103
9104 * files.el (find-backup-file-name) [ms-dos]: If support for long
9105 file names is not available, behave as if version-control were set
9106 to never.
9107
91082000-10-07 Dave Love <fx@gnu.org>
9109
9110 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9111 (browse-url-gnome-moz): New function.
9112 (browse-url-browser-function): Use it.
9113 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9114
91152000-10-07 Stefan Monnier <monnier@cs.yale.edu>
9116
9117 * indent.el (tab-always-indent): New var.
9118 (indent-for-tab-command): Use it.
9119
9120 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9121 raise an error. This way it can still default to a sane value.
9122
91232000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9124
9125 * startup.el (fancy-splash-screens): Use local rather than global map.
9126 Don't use `update-menu-bindings' any more.
9127 Get rid of assumptions about keymap representation.
9128
91292000-10-06 Dave Love <fx@gnu.org>
9130
9131 * textmodes/fill.el (sentence-end-double-space)
9132 (sentence-end-without-period): Doc fix.
9133 (adaptive-fill-regexp): Purecopy.
9134 (unjustify-current-line): Use line-end-position.
9135 (fill-individual-paragraphs-prefix): Use line-beginning-position.
9136
9137 * net/eudc-vars.el (eudc): Add :version, :link.
9138
9139 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9140
9141 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9142 Fix for define-minor-mode.
9143 (function-at-point): Alias to function-called-at-point.
9144
9145 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9146
9147 * simple.el (backward-word): Doc fix.
9148
9149 * image-file.el (image-file-name-regexp): image-file-regexps ->
9150 image-file-name-regexps.
9151 (image-file-name-extensions): Add pbm.
9152
91532000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9154
9155 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9156 and add filename to the names so that diff-mode can jump to source.
9157
9158 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9159 (tex-font-lock-keywords, tex-font-lock-keywords-2)
9160 (tex-font-lock-keywords-1): Remove.
9161 (font-lock-turn-on-thing-lock): Use jit-lock-register.
9162 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9163 (font-lock-default-fontify-region):
9164 Expand beg..end correctly when just following a multiline region.
9165 (font-lock-fontify-anchored-keywords):
9166 Include the anchor text as part of the multiline.
9167
91682000-10-06 Gerd Moellmann <gerd@gnu.org>
9169
9170 * loadup.el (toplevel): Load `loaddefs' before `help' because the
9171 latter needs the autoloaded define-minor-mode macro during the
9172 bootstrap.
9173
9174 * startup.el (command-line): For now, activate tool-bar-mode only
9175 if XPM images are supported.
9176
9177 * mouse.el (mouse-drag-header-line): Don't allow resizing a
9178 window by dragging a header-line at the top of the frame; that's
9179 confusing because the header-line doesn't move.
9180 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9181 of treating the event as a list. Some cleanup.
9182
91832000-10-06 Miles Bader <miles@gnu.org>
9184
9185 * simple.el (display-message-or-buffer): New function.
9186 (shell-command-on-region): Use `display-message-or-buffer'.
9187
9188 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9189 docstring parts.
9190
9191 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9192 (smbclient-prompt-regexp): Add usage note to doc string.
9193 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9194 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9195 Use add-hook for adding the comint filter function, and only do so
9196 if it's not already in the global hook list.
9197 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9198 to `make-local-variable'.
9199 (nslookup-font-lock-keywords): Remove prompt entry.
9200 (nslookup): Don't set the process-filter.
9201 (finger): Exit the loop correctly when the regexps list runs out.
9202 (ftp, smbclient, smbclient-list-shares):
9203 Set the real major mode immediately, not after execing.
9204 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9205
9206 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9207
92082000-10-05 Stefan Monnier <monnier@cs.yale.edu>
9209
9210 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9211
9212 * which-func.el (which-func-format): Remove spurious space.
9213 (which-func-mode): Don't make it permanent-local.
9214 (which-func-ff-hook): Allow which-func-maxout to be nil.
9215 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
9216 (which-func-mode): Simplify.
9217 Use post-command-idle-hook rather than post-command-hook.
9218 Go through all buffers and update their state.
9219 (which-function): Also try add-log-current-defun-function.
9220
9221 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9222 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9223 Update call to with-vc-properties accordingly.
9224 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9225 (vc-revert-buffer): More careful about window selection and deletion.
9226 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9227
9228 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9229 (cvs-retrieve-revision): Reuse a pre-existing buffer.
9230 (cvs-dired-action): Change the default to quickdir.
9231
9232 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9233 if comment-indent-function returns nil.
9234 (comment-indent-default): New function.
9235 (comment-indent-function): Use it and document the new semantics.
9236
9237 * image-file.el: Docstring fixes.
9238
9239 * help.el (help-xref-on-pp): Use match-string.
9240 (describe-variable): New arg BUFFER.
9241 Store the current buffer in the help-xref-stack.
9242 (temp-buffer-resize-mode): Use define-minor-mode.
9243
9244 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9245 consistently with its docstring.
9246 Set jit-lock-first-unfontify-pos in an idempotent way.
9247 (jit-lock-register): Autoload and add arg CONTEXTUAL.
9248
92492000-10-05 Alex Schroeder <alex@gnu.org>
9250
9251 * sql.el (sql-mysql-options): New variable.
9252 (sql-mysql): Use it.
9253
92542000-10-05 Miles Bader <miles@lsi.nec.co.jp>
9255
9256 * image.el (image): New group.
9257
9258 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9259 (smerge-base-face, smerge-markers-face): Add dark-background variants.
9260
92612000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9262
9263 * net/net-utils.el (nslookup-font-lock-keywords)
9264 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9265 Ignore the value of wqindow-system; always define keywords
9266
92672000-10-05 Kenichi Handa <handa@etl.go.jp>
9268
9269 * startup.el (fancy-splash-screens): Remove the code for
9270 debugging; `(trace-to-stderr "EXITTT\n")'.
9271
92722000-10-05 Miles Bader <miles@gnu.org>
9273
9274 * diff-mode.el (diff-goto-source): Update call to
9275 `diff-hunk-status-msg' to reflect new REV variable.
9276
92772000-10-04 Stefan Monnier <monnier@cs.yale.edu>
9278
9279 * progmodes/icon.el (icon-mode):
9280 Don't gratuitously override the default for comment-column.
9281
9282 * vc-hooks.el (vc-mode-line): Fix interactive spec.
9283
9284 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9285 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9286 (jit-lock-functions): New var.
9287 (jit-lock-function-1): Use it if non-nil.
9288 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
9289 Set the `fontified' property before doing the fontification to avoid
9290 repeatedly going through the same error.
9291 Don't turn errors into messages.
9292 (jit-lock-register, jit-lock-unregister): New functions.
9293
9294 * dired.el (dired-mark-pop-up): Turn comment into docstring.
9295 Use with-current-buffer.
9296
9297 * dired-aux.el (dired-do-create-files, dired-kill-tree):
9298 Turn comment into docstring.
9299
9300 * apropos.el (apropos-mode): Use define-derived-mode.
9301
93022000-10-04 Gerd Moellmann <gerd@gnu.org>
9303
9304 * startup.el (fancy-splash-pending-command): New variable.
9305 (fancy-splash-pre-command): New function.
9306 (fancy-splash-screens): Rewritten.
9307 (command-line-1): If fancy-splash-pending-command is set, call it
9308 interactively.
9309
93102000-10-04 Dave Love <fx@gnu.org>
9311
9312 * toolbar/tool-bar.el (tool-bar-setup): New function.
9313 (tool-bar-mode): Use it.
9314
9315 * subr.el (substitute-key-definition): Doc fix.
9316 (play-sound-file): New command.
9317
93182000-10-04 Andre Spiegel <spiegel@gnu.org>
9319
9320 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9321 vc-version-backup-file-name): New functions.
9322
9323 * files.el (basic-save-buffer): Call vc-before-save before saving.
9324
9325 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9326 vc-cvs-stay-local-p.
9327
9328 * vc.el (vc-revert-buffer): Handle empty diff properly.
9329 (vc-version-backup-file): New function.
9330 (vc-checkout): Create a version backup if necessary.
9331 (vc-checkin): If a version backup file exists, delete it.
9332 (vc-version-diff): Diff locally using version backups, if available.
9333 (vc-revert-file): If there's a version backup, revert locally.
9334 (vc-transfer-file): Use version backup for base version, if
9335 available. If not, ask for confirmation whether to get it from the
9336 server. Update mode line before check-in.
9337
93382000-10-04 Dave Love <fx@gnu.org>
9339
9340 * toolbar/tool-bar.el (tool-bar-setup): New function.
9341 (tool-bar-mode): Use it.
9342
93432000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9344
9345 * net/net-utils.el (nslookup-font-lock-keywords)
9346 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9347 Only set if window-system is non-nil
9348 (net-utils-run-program): Returns buffer.
9349 (network-connection-reconnect): Added this function.
9350
9351 * generic.el:
9352 Incorporates extensive cleanup and docfixes by
9353 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9354 Uses cl compile-time macros.
9355 (generic-mode-name, generic-comment-list)
9356 (generic-keywords-list, generic-font-lock-expressions)
9357 (generic-mode-function-list, generic-mode-syntax-table):
9358 Removed variables.
9359 (generic-mode-alist): Renamed to generic-mode-list.
9360 (generic-find-file-regexp): Default changed to "^#".
9361 (generic-read-type): Uses completing read on generic-mode-list.
9362 (generic-mode-sanity-check): removed this function.
9363 (generic-add-to-auto-mode): Removed this function
9364 (generic-mode-internal): Bind mode-specific definitions
9365 into function instead of putting them in alist.
9366 (generic-mode-set-comments): Reworked extensively.
9367 (generic-mode-find-file-hook): Simplified regexp searching
9368 (generic-make-keywords-list): Omit extra pair of parens
9369
9370 * find-lisp.el (find-lisp-find-files-internal):
9371 Make sure directory name ends with "/".
9372
9373 * generic-x.el (apache-conf-generic-mode):
9374 Regexp now allows leading whitespace.
9375 (rc-generic-mode): Added eval-when-compile
9376 around generic-make-keywords-list.
9377 Deleted duplicate regexp
9378 (rul-generic-mode): Added eval-when-compile
9379 around generic-make-keywords-list.
9380 (etc-fstab-generic-mode): New generic mode.
9381 (rul-generic-mode): Removed one eval-when-compile
9382 which caused a max-specpdl-size exceeded error.
9383
93842000-10-04 Miles Bader <miles@gnu.org>
9385
9386 * simple.el (minibuffer-temporary-goal-position): New variable.
9387 (next-history-element): Try to keep the position of point in the
9388 input string constant.
9389
9390 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9391 (dired-do-create-files): If there's only one file, pass it in as
9392 the DEFAULT arg to dired-mark-read-file-name.
9393
93942000-10-03 Stefan Monnier <monnier@cs.yale.edu>
9395
9396 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9397 (diff-goto-source): Be smarter when choosing REVERSE or not.
9398
9399 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9400 (texinfo-mode-menu): Add an explicit shortcut for update all.
9401
94022000-10-03 Andre Spiegel <spiegel@gnu.org>
9403
9404 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9405 factorize backend-specific code cleanly (this was essentially
9406 conceived by Stefan Monnier).
9407 (vc-unregister): Function removed.
9408 (vc-revert-file): New function.
9409 (vc-revert-buffer): Delegate some of the work to it.
9410
9411 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9412 default branch unconditionally.
9413 (vc-rcs-set-default-branch): New function.
9414 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9415 (vc-rcs-checkin): If an appropriate default branch has been set,
9416 force creation of that branch.
9417 (vc-rcs-receive-file): Rewritten to contain only backend-specific
9418 code (as suggested by Stefan Monnier).
9419
94202000-10-02 Gerd Moellmann <gerd@gnu.org>
9421
9422 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9423 highlighting overlay with a different face over the overlay
9424 isearch uses to highlight the current match because that can lead
9425 to bad face combinations.
9426
9427 * loadup.el (toplevel): Load faces before isearch.
9428
9429 * isearch.el (isearch-faces): New custom group.
9430 (isearch): New defface; was already tested for in the code.
9431 (isearch-lazy-highlight-face): Changed to defface from defcustom.
9432 (isearch-highlight): Always use face `isearch'.
9433
94342000-10-02 Dave Love <fx@gnu.org>
9435
9436 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9437 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
9438 comparison of opcode with operand.
9439
94402000-10-03 Miles Bader <miles@gnu.org>
9441
9442 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9443 buffer, since the echo area will now grow to accommodate them.
9444
94452000-10-02 Andre Spiegel <spiegel@gnu.org>
9446
9447 * vc-hooks.el (vc-registered): If FILE used to be registered under
9448 a certain backend, try that one first.
9449
9450 * vc.el (vc-responsible-backend): Undo the previous change in the
9451 argument list. Handle multiple backends correctly.
9452 (vc-find-new-backend): Function removed.
9453 (vc-register): Use vc-responsible-backend, as before.
9454 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9455
94562000-10-02 Gerd Moellmann <gerd@gnu.org>
9457
9458 * startup.el (fancy-splash-head): Change message below the
9459 logo.
9460
94612000-10-02 Miles Bader <miles@lsi.nec.co.jp>
9462
9463 * diff-mode.el (diff-goto-source): Emit a status message.
9464 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9465 (diff-test-hunk): Fix doc string.
9466 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9467 (diff-advance-after-apply-hunk): New variable.
9468 (diff-apply-hunk): Don't return a value.
9469
94702000-10-01 Stefan Monnier <monnier@cs.yale.edu>
9471
9472 * vc.el (vc-editable-p): Minor optimization.
9473 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9474 (vc-find-new-backend): New function split from vc-responsible-backend.
9475 (vc-register): Use it.
9476 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9477 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9478 (vc-default-unregister, vc-revert-buffer): Docstring fix.
9479 (vc-clear-headers): Don't use find-file.
9480 (vc-revert-buffer): Use `and' again (must have been a braino).
9481 (vc-switch-backend): Only prompt if requested.
9482 Short circuit if nothing is to be done.
9483 Don't use vc-resynch-buffer which could lose unsaved editing.
9484 (vc-default-receive-file): Update call to vc-unregister.
9485 (with-vc-file, vc-next-action-on-file):
9486 Use vc-backend rather than vc-registered.
9487 (vc-next-action-on-file): Use intern-soft.
9488 Deal with read-only *vc-diff* buffer.
9489 (vc-transfer-file): Docstring fix.
9490
9491 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9492 (vc-rcs-receive-file): Avoid with-vc-properties.
9493 Update call to vc-unregister.
9494 Use constant `RCS' rather than (dynamically bound) var `backend'.
9495
94962000-10-01 Andre Spiegel <spiegel@gnu.org>
9497
9498 * vc.el (vc-next-action-on-file): Update mode line only if file
9499 is visited.
9500 (vc-start-entry): New argument initial-contents. Don't visit the file
9501 if it isn't already visited. Brought documentation up-to-date.
9502 (vc-next-action, vc-register): Updated calls to vc-start-entry.
9503 (vc-checkin): New optional arg initial-contents, which is passed to
9504 vc-start-entry.
9505 (vc-finish-logentry): Make sure to bury log buffer only if there
9506 really is one. Call `vc-resynch-buffer' on log-file, not
9507 buffer-file-name.
9508 (vc-default-comment-history, vc-default-wash-log): New functions.
9509 (vc-index-of): Removed.
9510 (vc-transfer-file): Make do without the above.
9511 (vc-default-receive-file): Call comment-history unconditionally. Pass
9512 the resulting string to vc-checkin, instead of inserting it into the
9513 comment ring.
9514
9515 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9516 unconditionally. Use the comments as initial contents of the log
9517 entry buffer. Document the trick to force branch creation with no
9518 changes.
9519
95202000-10-01 Miles Bader <miles@gnu.org>
9521
9522 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9523 `recenter' with an arg to prevent redrawing the display.
9524
95252000-09-30 Stefan Monnier <monnier@cs.yale.edu>
9526
9527 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9528
9529 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9530
9531 * progmodes/c-mode.el (c-mode):
9532 Don't gratuitously override the default for comment-column.
9533
9534 * textmodes/tex-mode.el (latex-metasection-list): New var.
9535 (latex-imenu-create-index): Use it.
9536 Move the regexp construction outside loops (and use push).
9537 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9538 (tex-font-lock-keywords): Moved from font-lock.el.
9539 (tex-comment-indent): Remove.
9540 (tex-common-initialization): Don't set comment-indent-function.
9541 (latex-block-default): New var.
9542 (tex-latex-block): Use it to provide a default choice.
9543 Add any unknown choice to latex-block-names.
9544 Insert [...] after {...}.
9545 (tex-last-unended-begin): Simplify regexp.
9546 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9547 (latex-forward-sexp-1, latex-forward-sexp): New functions.
9548 (latex-mode): Set forward-sexp-function.
9549
9550 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9551 Add regexp for @ignore ... @end ignore.
9552 (texinfo-heading-face): New face.
9553 (texinfo-font-lock-keywords): Use it.
9554 (texinfo-mode-menu): New menu.
9555 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9556 New functions.
9557 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9558 (texinfo-section-types-regexp, texinfo-section-level-regexp)
9559 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9560 Remove declaration.
9561 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9562
9563 * delsel.el (delete-selection-mode): Use define-minor-mode.
9564
9565 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9566
95672000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9568
9569 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9570
95712000-09-30 Gerd Moellmann <gerd@gnu.org>
9572
9573 * replace.el (keep-lines-read-args): New function.
9574 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9575 read arguments interactively. Add parameters RSTART and REND.
9576 Operate on the active region in Transient Mark mode.
9577
9578 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9579
9580 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9581 (authors-obsolete-files-regexps): New variable.
9582 (authors-add): Don't record changes in obsolete files.
9583
95842000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9585
9586 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9587
9588 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9589 (comment-indent): Make sure there's a space between code and comment.
9590 Shift comments left to avoid going past fill-column.
9591
95922000-09-29 Gerd Moellmann <gerd@gnu.org>
9593
9594 * startup.el (startup-echo-area-message): New function.
9595 (display-startup-echo-area-message): Use it.
9596 (fancy-splash-screens): Rewritten to use keymaps and a timer.
9597 (fancy-splash-default-action): New function.
9598 (fancy-splash-screens-1): New function.
9599 (fancy-splash-head): Put a help-echo and a keymap under the image.
9600
96012000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9602
9603 * diff-mode.el (diff-add-log-file-name): Remove.
9604 (diff-mode): Use add-log-buffer-file-name-function.
9605
9606 * add-log.el (find-change-log): New arg BUFFER-FILE.
9607 (add-log-file-name): Obey add-log-file-name-function.
9608 (add-log-buffer-file-name-function): New var.
9609 (add-change-log-entry): Use it.
9610
96112000-09-29 Miles Bader <miles@gnu.org>
9612
9613 * image-file.el (image-file-name-extensions): New variable.
9614 (image-file-name-regexps): Renamed from `image-file-regexps'.
9615 New default value is nil. Call `auto-image-file-mode'.
9616 (image-file-name-regexp): New function.
9617 (auto-image-file-mode): New minor mode.
9618 (insert-image-file): Don't make conditional on the image-file
9619 handler being enabled.
9620 (image-file-handler): Make the call here conditional instead.
9621 (set-image-file-handler-enabled, enable-image-file-handler)
9622 (disable-image-file-handler): Functions removed.
9623
9624 * emacs-lisp/authors.el (authors-print): Rephrase many-files
9625 string.
9626
96272000-09-29 Gerd Moellmann <gerd@gnu.org>
9628
9629 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9630 it's a function from CL.
9631 (latex-imenu-create-index): Replace eval-when-compile with progn
9632 because latex-section-alist is not bound while compiling.
9633
96342000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9635
9636 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9637 (outline-mode): Use define-derived-mode.
9638
9639 * progmodes/perl-mode.el (perl-mode):
9640 * progmodes/awk-mode.el (awk-mode):
9641 * progmodes/asm-mode.el (asm-mode):
9642 Don't gratuitously override the default for comment-column.
9643
9644 * emacs-lisp/lisp.el (lisp-complete-symbol):
9645 Distinguish the let-binding case from the funcall case.
9646 (forward-sexp-function): New variable.
9647 (forward-sexp): Use it.
9648
9649 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9650 (easy-mmode-defmap): Remove the now useless autoload.
9651
9652 * time.el (display-time-mode): Use define-minor-mode.
9653
9654 * subr.el (add-minor-mode): Don't eval NAME.
9655 Don't depend on the presence of TOGGLE-FUN for any special behavior.
9656 Use if rather than cond.
9657
9658 * simple.el (read-expression-map): Define more properly.
9659 (comment-indent-hook): Remove.
9660 (string-to-syntax): Bug fix.
9661
9662 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9663 (cvs-ediff-diff): Fix typo.
9664 (cvs-revert-if-needed): Don't bother preserving read-only.
9665
9666 * paren.el (show-paren-mode): Use define-minor-mode.
9667
9668 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9669 (toggle-auto-compression): Remove.
9670 (jka-compr-build-file-regexp): Remove useless grouping.
9671
9672 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9673 Avoid user-reserved bindings.
9674 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9675 (diff-header-face): Revert to grey85.
9676
9677 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9678
9679 * complete.el (partial-completion-mode) <defcustom>: Remove.
9680 (partial-completion-mode): Use define-minor-mode.
9681 (PC-do-completion): Understand `completion-auto-help = delay'
9682 to mean to popup the completion buffer only the second time.
9683 (PC-include-file-all-completions, PC-include-file-all-completions)
9684 (PC-include-file-all-completions): Don't quote lambda.
9685
9686 * comint.el (comint-mode-hook): Docstring fix.
9687 (comint-mode): Use define-derived-mode.
9688 (comint-mode-map): Remove obsolete comment.
9689 (make-comint): Minor stylistic change.
9690 (comint-insert-clicked-input): Be more careful to find the overlay.
9691 Use this-command-keys rather than hardcoding mouse-2.
9692
9693 * font-lock.el: Replace confusing (,@ with ,
9694 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
9695 Don't use regexp-opt-depth. Spice up the regexp for args.
9696 Don't distinguish between cmds that can take an opt arg or not.
9697 Use `append' and `prepend' rather than `keep'.
9698
9699 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
9700 (latex-outline-regexp): New var.
9701 (latex-outline-level): New fun.
9702 (latex-section-alist): New var.
9703 (latex-imenu-create-index): Use it. Use `push' as well.
9704 (tex-shell-map): Initialize it properly.
9705 (tex-mode): Minor stylistic change.
9706 (plain-tex-mode): Use define-derived-mode.
9707 (latex-mode): Use define-derived-mode.
9708 Construct the paragraph regexps in a more readable way.
9709 Set the buffer-local outline-{level,regexp} vars.
9710 (slitex-mode): Derive from latex-mode.
9711 (tex-common-initialization): Don't kill-all-vars anymore.
9712 Add setting for comment-add and font-lock-defaults.
9713 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
9714 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
9715 (tex-start-tex): New arg DIR (and send a chdir command for it).
9716 Also display the shell buffer and save it in tex-last-buffer-texed.
9717 (tex-region): Use expand-file-name rather than concat.
9718 Remove code made useless by changes in tex-start-tex.
9719 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
9720
9721 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
9722
97232000-09-28 Dave Love <fx@gnu.org>
9724
9725 * eshell/eshell.el (eshell) <defgroup>: Add :version.
9726
97272000-09-28 Gerd Moellmann <gerd@gnu.org>
9728
9729 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
9730 `append'.
9731
97322000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9733
9734 * info.el (Info-extract-pointer): Undo last change.
9735 Instead, fix the position of the `bound' arg to re-search-backward.
9736
97372000-09-27 Stefan Monnier <monnier@cs.yale.edu>
9738
9739 * info.el (Info-extract-pointer):
9740 Widen more carefully, to avoid finding pointers in other nodes.
9741 (Info-index): Use push.
9742
97432000-09-27 Gerd Moellmann <gerd@gnu.org>
9744
9745 * frame.el (set-frame-font): Remove call to obsolete function
9746 frame-update-faces.
9747 (set-foreground-color, set-background-color): Likewise for
9748 frame-update-face-colors.
9749
97502000-09-27 Miles Bader <miles@gnu.org>
9751
9752 * image-file.el: New file.
9753
97542000-09-27 Gerd Moellmann <gerd@gnu.org>
9755
9756 * frame.el (frame-notice-user-settings): Don't call
9757 frame-update-faces, which is a no-op now.
9758
9759 * ediff-wind.el (ediff-control-frame-parameters): Add zero
9760 tool-bar-lines.
9761
97622000-09-27 Dave Love <fx@gnu.org>
9763
9764 * mouse.el: Fix last change.
9765
97662000-09-27 Miles Bader <miles@lsi.nec.co.jp>
9767
9768 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
9769
97702000-09-22 Kenichi Handa <handa@etl.go.jp>
9771
9772 * international/quail.el (quail-help): The output message is
9773 improved.
9774
97752000-09-26 Dave Love <fx@gnu.org>
9776
9777 * mouse.el (popup-menu): If POSITION is nil, set it using
9778 mouse-position.
9779
97802000-09-25 Sam Steingold <sds@gnu.org>
9781
9782 * net/browse-url.el (browse-url-file-url): Check for null maps.
9783
97842000-09-26 Gerd Moellmann <gerd@gnu.org>
9785
9786 * frame.el (frame-notice-user-settings): Don't add a
9787 tool-bar-lines frame parameter to default-frame-alist in batch mode.
9788
9789 * frame.el (frame-notice-user-settings):
9790 Make tool-bar-mode and default-frame-alist consistent.
9791
9792 * toolbar/tool-bar.el (tool-bar-help): New function.
9793
97942000-09-25 Gerd Moellmann <gerd@gnu.org>
9795
9796 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
9797 current-load-list in top-level forms. Else this leaks a cons cell
9798 every time a defun is called.
9799
9800 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
9801
98022000-09-25 Dave Love <fx@gnu.org>
9803
9804 * startup.el (fancy-splash-head): Check XPM is available.
9805
9806 * autoinsert.el (auto-insert): Doc fix.
9807 (auto-insert-alist): Following GNU notices, don't say `copyright
9808 _by_'. Use line-beginning-position.
9809 (auto-insert): Check buffer-file-name is non-nil before use.
9810
98112000-09-25 Gerd Moellmann <gerd@gnu.org>
9812
9813 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
9814 starting with `@def' or `@multitable', in addition to ones
9815 specified by the user in auto-fill-inhibit-regexp.
9816
98172000-09-25 Markus Rost <rost@math.ohio-state.edu>
9818
9819 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
9820 rmail-dont-reply-to-names matches the empty string.
9821
98222000-09-25 Gerd Moellmann <gerd@gnu.org>
9823
9824 * startup.el (command-line-1, fancy-splash-text): Change the
9825 text to sound more friendly.
9826
98272000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
9828
9829 * progmodes/hideshow.el: Update author email address.
9830 Generally, sync w/ maintainer version 5.22.
9831 (hs-hide-all-non-comment-function): New var.
9832 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
9833 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
9834 (hs-show-region): Delete this command.
9835 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
9836
98372000-09-22 Dave Love <fx@gnu.org>
9838
9839 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
9840 (hl-line-highlight): Specify buffer when moving overlay.
9841
9842 * progmodes/fortran.el (fortran-mode): Locally set
9843 normal-auto-fill-function.
9844 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
9845 (fortran-mode-map): Adjust auto-fill menu entry.
9846
98472000-09-22 Gerd Moellmann <gerd@gnu.org>
9848
9849 * vc-rcs.el (toplevel): Require `vc' when compiling.
9850
9851 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
9852
98532000-09-22 Andre Spiegel <spiegel@gnu.org>
9854
9855 * vc.el (vc-switch-backend): Signal an error if the file is not
9856 registered under the new backend.
9857
9858 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
9859 without explicit revision number.
9860
98612000-09-21 Stefan Monnier <monnier@cs.yale.edu>
9862
9863 * diff-mode.el (diff-file-header-face): Reset to its previous value.
9864 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
9865 (diff-xor): New function.
9866 (diff-find-source-location): Use it. Fix a stupid name clash.
9867 (diff-hunk-status-msg): New function.
9868 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
9869 (diff-test-hunk): Use diff-find-source-location.
9870 (diff-goto-source): Favor the `reverse'.
9871 (diff-hunk-text): Properly handle one-sided context diffs.
9872 (diff-apply-hunk): When done, advance to the next hunk.
9873
98742000-09-21 Gerd Moellmann <gerd@gnu.org>
9875
9876 * startup.el (command-line): If frame was created with a non-zero
9877 tool-bar-lines parameter, switch tool-bar-mode on.
9878
9879 * add-log.el (change-log-date-face, change-log-name-face)
9880 (change-log-email-face, change-log-file-face)
9881 (change-log-list-face, change-log-conditionals-face)
9882 (change-log-function-face, change-log-acknowledgement-face):
9883 New faces, inheriting from font-lock faces.
9884 (change-log-font-lock-keywords): Use them.
9885
98862000-09-21 Dave Love <fx@gnu.org>
9887
9888 * progmodes/cperl-mode.el (top-level): Clean up
9889 `eval-when-compile's and assorted defvars.
9890 (cperl-invalid-face): Don't double-quote value. Change custom
9891 type.
9892 (cperl-mode): Set normal-auto-fill-function and don't zap
9893 auto-fill-function.
9894 (cperl-imenu--function-name-regexp-perl): Renamed from
9895 imenu-example--function-name-regexp-perl.
9896 (cperl-imenu--create-perl-index): Renamed from
9897 imenu-example--create-perl-index.
9898 (cperl-xsub-scan): Don't require cl.
9899
9900 * msb.el (msb-mode-map): Use substitute-key-definition.
9901 (msb-mode): Use msb-mode-map.
9902
99032000-09-21 Andre Spiegel <spiegel@gnu.org>
9904
9905 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
9906 New functions.
9907 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
9908 (vc-switch-backend): New function.
9909 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
9910 (vc-register): Fix prompt.
9911 (vc-unregister, vc-default-unregister): New functions.
9912 (vc-version-diff): Handle empty buffer in sentinel.
9913
9914 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
9915 (vc-rcs-state-heuristic): Use it to guess the state of files with
9916 non-strict locking.
9917 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
9918 been set with -b, but not created yet.
9919 (vc-rcs-fetch-master-state): With non-strict locking, compare file
9920 contents in order to find the state.
9921 (vc-rcs-checkin): Allow creation of branches with no changes.
9922 (vc-rcs-unregister, vc-rcs-receive-file)
9923 (vc-rcs-set-non-strict-locking): New functions.
9924
9925 * vc-hooks.el (vc-name): Force correct computation of the value
9926 in case it is missing.
9927
99282000-09-21 Gerd Moellmann <gerd@gnu.org>
9929
9930 * startup.el (fancy-splash-tail): Use a different foreground
9931 color on a dark frame background.
9932
99332000-09-21 Miles Bader <miles@lsi.nec.co.jp>
9934
9935 * info.el: Use the correct capitalization when making Info-mode
9936 and Info-edit-mode `special' modes.
9937
99382000-09-20 Stefan Monnier <monnier@cs.yale.edu>
9939
9940 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
9941 (diff-mode): Add support for add-log.el.
9942 (diff-hunk-text): Use char offsets rather than line offsets.
9943 (diff-find-source-location): Replace LINE with line-offset (nil
9944 if not found) and always set POS to a meaningful position.
9945 Adapt to the new char-offsets.
9946 (diff-apply-hunk): Drop support for the unused `select' POPUP.
9947 Adapt to the new diff-find-source-location.
9948 (diff-goto-source): Adapt to the new diff-find-source-location.
9949
9950 * add-log.el (add-log-file-name): New function (split out of
9951 add-change-log-entry).
9952 (add-change-log-entry): Use it.
9953 Call add-log-file-name-function with the changelog file name if
9954 the current buffer is not associated with any file.
9955 Avoid find-file if the selected window is dedicated.
9956
9957 * diff-mode.el (diff-find-source-location):
9958 Move code from diff-apply-hunk. Return buffer rather than file.
9959 (diff-apply-hunk): Use the new result from diff-find-source-location.
9960 (diff-goto-source): Use the new diff-find-source-location.
9961
99622000-09-20 Dave Love <fx@gnu.org>
9963
9964 * iswitchb.el: Some doc fixes.
9965 (iswitchb-mode-map): Define completely initially. Inherit
9966 minibuffer-local-map.
9967 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
9968 fundamental-mode.
9969 (iswitchb-global-map): New variable.
9970 (iswitchb-summaries-to-end): Amalgamate regexps.
9971 (iswitchb-mode): New.
9972 (iswitchb-mode-hook): New variable.
9973 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
9974 `extensions'.
9975
99762000-09-20 Gerd Moellmann <gerd@gnu.org>
9977
9978 * ehelp.el (electric-help): New defgroup.
9979 (electric-help-shrink-window): New user-option.
9980 (with-electric-help): Use it.
9981
9982 * window.el (shrink-window-if-larger-than-buffer): If face
9983 `mode-line' has a :box, and we're on a graphical frame, add 1
9984 to the needed window height.
9985
9986 * frame.el (frame-notice-user-settings): Add a last parameter nil
9987 to a call to `append', because the last list passed to `append' is
9988 not copied, and so subsequent calls to assq-delete-all will modify
9989 default-frame-alist.
9990
9991 * startup.el (fancy-splash-image): Change :type.
9992 (fancy-splash-head): Use an XBM image if appropriate.
9993 (command-line-1): Show splash screens in more cases.
9994
9995 * startup.el (fancy-splash-text): Don't quote faces.
9996
9997 * dired.el (dired-font-lock-keywords): Undo last change.
9998 (dired-readin): Bind indent-tabs-mode to nil.
9999
10000 * startup.el (fancy-splash-head): If frame's background mode
10001 is `dark', change the black background of the image to gray.
10002 (fancy-splash-screens): Display startup echo area message.
10003 (display-startup-echo-area-message): New function.
10004
100052000-09-20 Miles Bader <miles@lsi.nec.co.jp>
10006
10007 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10008
10009 * info.el (info-header-node): Tweak for color ttys.
10010
10011 * faces.el (face-valid-attribute-values): Make sure directories we
10012 search for stipples both exist and are readable before trying to
10013 search them.
10014
10015 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10016 in the dry-run case.
10017
10018 * jka-compr.el (with-auto-compression-mode): New macro.
10019
10020 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10021 (custom-group-tag-face, custom-variable-tag-face): Use relative
10022 :height and inherit from `variable-pitch' face instead of
10023 hardwiring :family.
10024 * hi-lock.el (hi-black-hb): Likewise.
10025
10026 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10027 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10028 toolbar-add-item, if image doesn't have a mask add a `:mask
10029 heuristic'.
10030
100312000-09-19 Stefan Monnier <monnier@cs.yale.edu>
10032
10033 * diff-mode.el: Docstring fixes.
10034 (diff-header-face, diff-comment-face): New faces.
10035 (diff-font-lock-keywords): Highlight a bit differently.
10036 (diff-find-source-location): Don't return SPAN any more.
10037 (diff-hunk-text): Don't bother erasing the temp buffer.
10038 (diff-find-text): Drop argument LINE.
10039 (diff-apply-hunk): Update calls to diff-find-text.
10040 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10041
10042 * calendar/calendar.el: Docstring fixes.
10043 (calendar-make-alist): Don't quote lambda.
10044 (calendar-star-date): Use make-local-variable.
10045
100462000-09-19 Dave Love <fx@gnu.org>
10047
10048 * toolbar/tool-bar.el: Renamed from toolbar.el.
10049 Change `toolbar' to `tool-bar' generally in symbols.
10050 Make some items invisible in `special' major modes.
10051 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
10052 Add arg PROPS.
10053
10054 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
10055 Add :version here.
10056 (fancy-splash-delay, fancy-splash-image): Remove :version here.
10057
100582000-09-19 Gerd Moellmann <gerd@gnu.org>
10059
10060 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
10061
10062 * files.el (find-file-suppress-same-file-warnings): New user-option.
10063 (find-file-noselect): Use it.
10064
10065 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
10066 (fancy-splash-screen): Defgroup.
10067
10068 * add-log.el (change-log-font-lock-keywords): Match names
10069 more exactly for the case that font-lock-constant-face is
10070 underlined.
10071
100722000-09-19 Richard M. Stallman <rms@gnu.org>
10073
10074 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10075
100762000-09-19 Andre Spiegel <spiegel@gnu.org>
10077
10078 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10079
100802000-09-19 Gerd Moellmann <gerd@gnu.org>
10081
10082 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10083 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10084 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10085 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10086 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10087 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10088 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10089 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10090 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10091 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10092 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10093 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10094
10095 * startup.el (fancy-splash-text): New variable.
10096 (fancy-splash-delay, fancy-splash-image): New user-options.
10097 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10098 (fancy-splash-screens): New functions.
10099 (command-line-1): If display has a `display' frame parameter, has
10100 colors, and we have XPM support, show more fancy splash screens.
10101
101022000-09-19 Dave Love <fx@gnu.org>
10103
10104 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
10105 with null `help'. Use modern backquote syntax.
10106
101072000-09-19 Gerd Moellmann <gerd@gnu.org>
10108
10109 * font-lock.el (font-lock-mode): Change message telling the user
10110 that ``the buffer is too big''.
10111
10112 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10113 for instance for the case that tab-width is 2.
10114
101152000-09-18 Gerd Moellmann <gerd@gnu.org>
10116
10117 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10118 toolbar-add-item, if image doesn't have a mask add a `:mask
10119 heuristic'.
10120
101212000-09-18 Miles Bader <miles@lsi.nec.co.jp>
10122
10123 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10124 and return a cons if it's non-nil.
10125 (diff-apply-hunk): Try to jump to the line in the source text
10126 corresponding to the position of point in the in the hunk.
10127
10128 * info.el (Info-title-3-face, Info-title-2-face)
10129 (Info-title-1-face): Use face inheritance and relative sizes
10130 instead of hard-wiring things.
10131
10132 * faces.el (secondary-selection): Make dark-background variant sane.
10133
101342000-09-16 Andrew Innes <andrewi@gnu.org>
10135
10136 * makefile.w32-in (compile-files-CMD): No need to make .elc files
10137 read-only, since they aren't under VC now.
10138
101392000-09-17 Dave Love <fx@gnu.org>
10140
10141 * tmm.el: Replace mapcar with mapc in several places.
10142
10143 * loadhist.el (unload-feature): Maybe call elp-restore-list and
10144 ad-unadvise.
10145
10146 * international/latin1-disp.el: New file.
10147
10148 * calendar/cal-move.el (scroll-calendar-left)
10149 (scroll-calendar-right): Make arg optional (for active mode line).
10150
10151 * calendar/calendar.el (calendar-mode-line-format): Make fields
10152 mouse-sensitive.
10153 (calendar-read-date, calendar-read-date, calendar-window-list):
10154 Unquote lambda.
10155 (calendar-month-name): Use aref, not sref.
10156
10157 * view.el (minor-mode-alist): Propertize the string.
10158
10159 * international/characters.el (standard-case-table): Add entries
10160 for Greek.
10161
101622000-09-18 Miles Bader <miles@gnu.org>
10163
10164 * info.el (info-node, info-xref): Add dark-background variants.
10165
10166 * faces.el (header-line): Change defaults to be less confusing
10167 when mixed with mode-lines.
10168
10169 * info.el (Info-fontify-node): Make a few cleanups.
10170 Add extra `help-echo' and `local-map' props to node xrefs.
10171 Use header-specific faces for node-names & xrefs.
10172 (Info-use-header-line): New variable.
10173 (info-header-xref, info-header-node): New faces.
10174 (Info-setup-header-line): New function.
10175 (Info-select-node): Call Info-setup-header-line when enabled.
10176 (Info-extract-pointer): Work even if the header line is hidden.
10177 (Info-header-line): New variable.
10178
101792000-09-16 Stefan Monnier <monnier@cs.yale.edu>
10180
10181 * vms-patch.el (print-region-function): Don't quote lambda.
10182
10183 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10184
10185 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10186 (lm-get-header-re): Allow spaces between the header and the colon.
10187 (lm-header): Allow $ in non-RCS headers.
10188 (lm-header-multiline): Put the strings back into order.
10189 Stop at an empty line. Don't require two space chars if the
10190 line is clearly not another header line.
10191
10192 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10193 (popup-menu-popup): Remove.
10194
101952000-09-15 Gerd Moellmann <gerd@gnu.org>
10196
10197 * toolbar/toolbar.el (toolbar-add-item): Use the same image
10198 specification if or if not tool-bar item contains an `:enabled'
10199 property.
10200
10201 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10202 current buffer has no file name.
10203
102042000-09-15 Dave Love <fx@gnu.org>
10205
10206 * strokes.el: Sync with maintainer's current version with changes
10207 for Emacs, but avoid runtime cl and levents.
10208 (toplevel): Change autoloads and compilation requires.
10209 (strokes-version, strokes-bug-address, strokes-lift): Values
10210 changed.
10211 (strokes-xpm-header, strokes-insinuated): New variable.
10212 (strokes): Add :link.
10213 (strokes-mode): Customized.
10214 (strokes-while-inhibiting-garbage-collector): New macro.
10215 (strokes-remassoc): Avoid remove-if.
10216 (strokes-fix-button2-command): Don't use ad-do-it.
10217 (strokes-insinuate): New function.
10218 (strokes-button-press-event-p, strokes-button-release-event-p):
10219 New functions, used instead of non-`strokes-' versions..
10220 (strokes-mouse-event-p): Rewritten.
10221 (strokes-event-closest-point): Avoid event-point.
10222 (strokes-get-grid-position): Avoid cdadr, caadr
10223 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10224 functions.
10225 (strokes-help): Use with-output-to-temp-buffer.
10226 (strokes-window-configuration-changed-p): New function.
10227 (strokes-update-window-configuration): Use buffer-live-p,
10228 strokes-window-configuration-changed-p.
10229 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
10230 (strokes-char-face): New face.
10231 (strokes-char-table, strokes-base64-chars): New variable.
10232 (strokes-xpm-for-stroke, strokes-list-strokes)
10233 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10234 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10235 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10236 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10237 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10238 functions.
10239
102402000-09-15 Gerd Moellmann <gerd@gnu.org>
10241
10242 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10243
10244 * image.el (create-image): Doc fix.
10245
10246 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10247 instead of `:heuristic-mask t'.
10248
102492000-09-14 Andrew Innes <andrewi@gnu.org>
10250
10251 * makefile.w32-in: Revert to Unix line endings.
10252
102532000-09-14 Andrew Innes <andrewi@gnu.org>
10254
10255 * makefile.w32-in: Add bootstrap support. Also copy lisp source
10256 when installing.
10257
10258 * makefile.nt (DONTCOMPILE): Fix typo.
10259
10260 * shell.el (shell-write-history-on-exit): New function.
10261 (shell-dumb-shell-regexp): New custom variable.
10262 (shell-mode): Make shell-write-history-on-exit the process
10263 sentinel if shell name matches shell-dumb-shell-regexp.
10264
10265 * w32-fns.el: Comment out before-init-hook function which resets
10266 source-directory based; this breaks bootstrap.
10267
102682000-09-14 Dave Love <fx@gnu.org>
10269
10270 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10271 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10272 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10273 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10274 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10275 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10276 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
10277 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
10278 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10279
10280 * toolbar/toolbar.el: New.
10281
10282 * subdirs.el: Add toolbar.
10283
102842000-09-14 Gerd Moellmann <gerd@gnu.org>
10285
10286 * indent.el (indent-for-tab-command): Doc fix.
10287
102882000-09-14 Alex Schroeder <alex@gnu.org>
10289
10290 * ansi-color.el (ansi-colors): Doc change.
10291 (ansi-color-get-face): Simplified regexp.
10292 (ansi-color-faces-vector): Added more faces, doc change.
10293 (ansi-color-names-vector): Doc change.
10294 (ansi-color-regexp): Simplified regexp.
10295 (ansi-color-parameter-regexp): New regexp.
10296 (ansi-color-filter-apply): Doc change.
10297 (ansi-color-filter-region): Doc change.
10298 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10299 deal with zero length parameters.
10300 (ansi-color-apply-on-region): Doc change.
10301 (ansi-color-map): Doc change.
10302 (ansi-color-map-update): Removed debugging message.
10303 (ansi-color-get-face-1): Added condition-case to trap
10304 args-out-of-range errors.
10305 (ansi-color-get-face): Doc change.
10306 (ansi-color-make-face): Removed.
10307 (ansi-color-for-shell-mode): New option.
10308
103092000-09-13 Kenichi Handa <handa@etl.go.jp>
10310
10311 * international/quail.el (quail-start-translation): Translate KEY
10312 if necessary even if it doesn't have any mapping in the current
10313 input method.
10314 (quail-start-conversion): Likewise.
10315 (quail-help): The output message is improved.
10316
103172000-09-13 Miles Bader <miles@gnu.org>
10318
10319 * comint.el (comint-output-filter): Revert to using
10320 `insert-before-markers'. Add bletcherous hack to undo damage
10321 caused by `insert-before-markers'. Put `front-sticky' property on
10322 overlays created here so that the field code understands how the
10323 overlay works. Use a let when making comint-last-prompt-overlay,
10324 so that the code is easier to read.
10325
103262000-09-13 Dave Love <fx@gnu.org>
10327
10328 * wid-edit.el (widget-default-format-handler): DTRT when
10329 doc-property is a function.
10330
103312000-09-12 Francesco Potorti` <pot@gnu.org>
10332
10333 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10334 filed name if it's not there.
10335
103362000-09-12 Dave Love <fx@gnu.org>
10337
10338 * simple.el (read-mail-command): Doc fix.
10339 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10340
10341 * vc.el (vc-dired-listing-switches): Fix :version.
10342
10343 * vc-hooks.el: Doc fixes.
10344
10345 * subr.el (add-minor-mode): Use toggle-fun arg.
10346
10347 * speedbar.el: Add :version to several defcustoms.
10348
10349 * imenu.el (imenu--truncate-items, imenu--cleanup)
10350 (imenu--generic-function): Avoid mapcar.
10351 (imenu--replace-spaces): Function removed.
10352 (imenu--completion-buffer): Use subst-char-in-string.
10353 (imenu-add-to-menubar): Use keymap inheritance.
10354
103552000-09-12 Miles Bader <miles@gnu.org>
10356
10357 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10358 (diff-mode-map): Bind `diff-test-hunk'.
10359 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10360
103612000-09-11 Gerd Moellmann <gerd@gnu.org>
10362
10363 * bytecomp.el (byte-compile-defvar): Undo last change
10364 because it breaks '(make-variable-buffer-local (defvar ...)'
10365 which is used at least in dired.
10366
103672000-09-12 Kenichi Handa <handa@etl.go.jp>
10368
10369 * international/quail.el (quail-define-package): Docstring
10370 modified.
10371
103722000-09-12 Kenichi Handa <handa@etl.go.jp>
10373
10374 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10375 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10376 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
10377 docstring of "chinese-py".
10378
10379 * international/quail.el (quail-translation-docstring): New
10380 variable.
10381 (quail-show-keyboard-layout): Docstring modified.
10382 (quail-select-current): Likewise.
10383 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10384 infinite recursive call.
10385 (quail-help): Check quail-translation-docstring. Format of the
10386 output changed.
10387 (quail-help-insert-keymap-description): Adjusted for the above
10388 change.
10389
103902000-09-11 Gerd Moellmann <gerd@gnu.org>
10391
10392 * bytecomp.el (byte-compile-defvar): Only cons onto
10393 current-load-list in top-level forms. Else this leaks a cons cell
10394 every time a defun is called.
10395
103962000-09-11 Miles Bader <miles@lsi.nec.co.jp>
10397
10398 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10399 Now understands non-unified diffs. Some functionality moved into
10400 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
10401 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
10402 modify anything. Only reposition point in the patched file if the
10403 patch succeeds. Only pop up another window if POPUP is true.
10404 Emit a message describing what happened if successful, and at what
10405 line-offset. Automatically detect reversed hunks and do something
10406 appropriate.
10407 (diff-hunk-text, diff-find-text): New functions.
10408 (diff-filter-lines): Function removed.
10409 (diff-test-hunk): New function.
10410 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10411
104122000-09-10 Dave Love <fx@gnu.org>
10413
10414 * textmodes/tildify.el: Minor doc/commentary fixes.
10415 (tildify) <defgroup>: Add :version.
10416
10417 * faces.el (face-x-resources): Make custom type more specific.
10418 (frame-background-mode): Use mapc.
10419 (region) <defcustom>: Add :version.
10420
104212000-09-08 Stefan Monnier <monnier@cs.yale.edu>
10422
10423 * vc-sccs.el (vc-sccs-register):
10424 * vc-rcs.el (vc-rcs-register):
10425 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10426 * vc.el (vc-register): Clear file's properties.
10427
104282000-09-08 Gerd Moellmann <gerd@gnu.org>
10429
10430 * faces.el (face-spec-set): Only face-spec-reset-face when
10431 ATTRS is non-nil.
10432
104332000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10434
10435 * help.el (help-insert-xref-button): Fix a typo in doc string.
10436
104372000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
10438
10439 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10440 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10441 methods.
10442
10443 * menu-bar.el (read-mail-item-name): New function.
10444 (menu-bar-tools-menu): Use it to compute and display the package
10445 used to read email.
10446 (menu-bar-tools-menu): Fix typo in GUD's help string.
10447
104482000-09-07 Dave Love <fx@gnu.org>
10449
10450 * diff-mode.el (diff-mouse-goto-source): New function.
10451
10452 * vc-sccs.el: Doc fixes.
10453 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10454
10455 * vc-rcs.el: Doc fixes.
10456 (vc-rcs-register-switches, vc-rcs-checkin-switches)
10457 (vc-rcs-checkout-switches, vc-rcs-header)
10458 (vc-rcs-master-templates): Add or change :version.
10459
10460 * vc-cvs.el: Doc fixes.
10461 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10462 (vc-cvs-stay-local): Add :version.
10463
10464 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10465
104662000-09-07 Kenichi Handa <handa@etl.go.jp>
10467
10468 * international/quail.el (quail-help): Fix previous change.
10469
104702000-09-07 Gerd Moellmann <gerd@gnu.org>
10471
10472 * faces.el (color-values): Doc fix.
10473
10474 * faces.el (frame-set-background-mode): Use frame-parameter
10475 instead of frame-parameters.
10476
10477 * frame.el (filtered-frame-list): Reduce consing.
10478 (frames-on-display-list): Call frame-parameter instead of
10479 frame-parameters.
10480
104812000-09-07 Kenichi Handa <handa@etl.go.jp>
10482
10483 * language/devan-util.el (devanagari-to-indian-region): In the
10484 loop, change the following char, not preceding char.
10485
104862000-09-07 Gerd Moellmann <gerd@gnu.org>
10487
10488 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10489 instead of frame-parameters.
10490
10491 * faces.el (set-face-attribute): Simplify by calling
10492 internal-set-lisp-face-attribute with FRAME being 0.
10493
10494 * vc.el: Remove `Id' version control keyword.
10495
104962000-09-07 Kenichi Handa <handa@etl.go.jp>
10497
10498 * help.el (help-make-xrefs): Adjusted for the change of
10499 help-xref-mule-regexp.
10500 (help-insert-xref-button): New function.
10501
10502 * international/mule-cmds.el (help-xref-mule-regexp-template):
10503 Include the pattern for character set.
10504 (leim): New group.
10505
10506 * international/quail.el: Don't require face.
10507 (quail): New group.
10508 (quail-other-command): Dummy command to make quail-help work better.
10509 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10510 (quail-keyboard-layout-substitution): New variable.
10511 (quail-update-keyboard-layout): New function.
10512 (quail-keyboard-layout-type): New customizable variable.
10513 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10514 (quail-keyboard-translate): Pay attention to
10515 quail-keyboard-layout-substitution.
10516 (quail-insert-kbd-layout): New function.
10517 (quail-show-keyboard-layout): New function.
10518 (quail-get-translation): If the definition is a vector of length
10519 1, and the element is a string of length 1, return the character
10520 in that string.
10521 (quail-update-current-translations): Fix the case of
10522 relative-index out of range.
10523 (quail-build-decode-map, quail-insert-decode-map): New Functions.
10524 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10525 Show key sequences for all available characters.
10526 (quail-help-insert-keymap-description): Don't show such verbose
10527 key bindings as quail-self-insert-command.
10528
10529 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10530 Format changed, and each element now have extra documentations.
10531 (tit-process-header): Delete invalid characters from TIT-PROMPT.
10532 Adjusted for the change of quail-cxterm-package-ext-info.
10533
105342000-09-06 Gerd Moellmann <gerd@gnu.org>
10535
10536 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10537 requiring it leads to a recursive loading of vc.el and vc-hooks.el
10538 during bootstrap.
10539
105402000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10541
10542 * vc.el: (toplevel): Don't require `dired' at run-time.
10543 (vc-dired-resynch-file): Remove autoload cookie.
10544
105452000-09-05 Andre Spiegel <spiegel@gnu.org>
10546
10547 * vc.el: Made several backend functions optional.
10548 (vc-default-responsible-p): New function.
10549 (vc-merge): Use RET for first version to trigger merge-news, not
10550 prefix arg.
10551 (vc-annotate): Handle backends that do not support annotation.
10552 (vc-default-merge-news): Removed. The existence of a merge-news
10553 implementation is now checked on caller sites.
10554
10555 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10556 case.
10557
10558 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10559 special case that has been removed from the default in vc-hooks.el.
10560
105612000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10562
10563 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10564
105652000-09-05 Andre Spiegel <spiegel@gnu.org>
10566
10567 * vc-hooks.el: Require vc during compilation.
10568 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10569 macro `with-vc-properties' in vc.el.
10570 (vc-file-getprop): Doc fix.
10571 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10572
10573 * vc.el: Require dired-aux during compilation.
10574 (vc-name-assoc-file): Moved to vc-sccs.el.
10575 (with-vc-properties): New macro.
10576 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10577 vc-finish-steal): Use it.
10578 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
10579 to the backend-specific function is now supposed to do the checkout,
10580 too.
10581 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10582
10583 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10584 set file properties; that gets done in the generic code now.
10585
10586 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10587 Changed parameter list, added code from vc.el that does the
10588 checkout, possibly with a double-take.
10589
10590 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10591 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10592 the above under the new name.
10593 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
10594 parameter list, added checkout command.
10595 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10596 properties; that gets done in the generic code now.
10597
105982000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10599
10600 * vc.el: Docstring fixes (courtesy of checkdoc).
10601
106022000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10603
10604 * vc.el (vc-checkout-writable-buffer-hook)
10605 (vc-checkout-writable-buffer): Remove.
10606 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10607 (vc-log-mode): Make it into a clean derived major mode.
10608 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10609 vc-log-mode if log-edit is not available.
10610 (vc-dired-mode-map): Don't set-keymap-parent yet.
10611 (vc-dired-mode): Do set-keymap-parent here.
10612 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10613
106142000-09-05 Gerd Moellmann <gerd@gnu.org>
10615
10616 * faces.el (set-face-attribute, face-spec-reset-face)
10617 (face-spec-set): Avoid consing by removing calls to `apply'.
10618
10619 * frame.el (frame-parameter): Move to C code.
10620
106212000-09-05 Dave Love <fx@gnu.org>
10622
10623 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10624 insert-before-markers-and-inherit. Now checked systematically!
10625
106262000-09-05 Alex Schroeder <alex@gnu.org>
10627
10628 * sql.el (sql-postgres): Use sql-postgres-options.
10629 (sql-postgres-options): New variable.
10630
106312000-09-05 Alex Schroeder <alex@gnu.org>
10632
10633 * sql.el (sql-mode-menu): Work around missing variable mark-active
10634 in XEmacs.
10635 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10636 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10637 compatibility.
10638
106392000-09-04 Gerd Moellmann <gerd@gnu.org>
10640
10641 * vc.el (vc-dired-resynch-file): Add autoload cookie.
10642
10643 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10644
10645 * Makefile.in (DONTCOMPILE): Fix typo in file name.
10646
106472000-09-04 Andre Spiegel <spiegel@gnu.org>
10648
10649 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10650 don't support anything else under SCCS yet.
10651
10652 * vc-hooks.el: Minor doc fixes.
10653
106542000-09-04 Andre Spiegel <spiegel@gnu.org>
10655
10656 * vc.el (vc-next-action-on-file): Do not visit the file if it's
10657 not necessary. If verbose in state `needs-patch', do the same as
10658 under `up-to-date'. When NOT verbose and `needs-patch', check out
10659 latest version instead of `merge-news'.
10660 (vc-next-action-dired): Don't mess with default-directory here; it
10661 breaks other parts of dired. It is the job of the
10662 backend-specific functions to adjust it temporarily if they need it.
10663 (vc-next-action): Remove a special CVS case.
10664 (vc-clear-headers): New optional arg FILE.
10665 (vc-checkin, vc-checkout): Set properties vc-state and
10666 vc-checkout-time properly.
10667 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10668 (vc-print-log): Use new backend function `show-log-entry'.
10669 (vc-cancel-version): Do the checks in a different order. Added a
10670 FIXME concerning RCS-only code.
10671
10672 * vc-rcs.el (vc-rcs-show-log-entry): New function.
10673 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10674
10675 * vc-cvs.el (vc-cvs-show-log-entry): New function.
10676
10677 * vc-hooks.el (vc-default-mode-line-string): Show state
10678 `needs-patch' as a `-' too.
10679
106802000-09-04 Andre Spiegel <spiegel@gnu.org>
10681
10682 * vc.el (vc-responsible-backend): New optional arg REGISTER.
10683 (vc-default-could-register): New function.
10684 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10685 (vc-resynch-buffer): Call vc-dired-resynch-file.
10686 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10687 vc-resynch-buffer instead of vc-resynch-window.
10688 (vc-next-action-dired): Don't redisplay here, that gets done as a
10689 result of the individual file operations.
10690 (vc-retrieve-snapshot): Corrected prompt order.
10691
10692 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10693
10694 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
10695 as well.
10696 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
10697 hostname regexps. Updated all callers.
10698 (vc-cvs-responsible-p): Handle directories as well.
10699 (vc-cvs-could-register): New function.
10700 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
10701 properties up-to-date.
10702
10703 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
10704 user whether to create one.
10705
107062000-09-04 Andre Spiegel <spiegel@gnu.org>
10707
10708 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
10709 check out a non-existing file.
10710
10711 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
10712 workfile does not exist.
10713
10714 * vc.el (vc-version-diff): Use `require' to check for existence of
10715 diff-mode.
10716
107172000-09-04 Andre Spiegel <spiegel@gnu.org>
10718
10719 * vc-cvs.el (vc-cvs-registered): Use new function
10720 vc-cvs-parse-entry to do the actual work.
10721
107222000-09-04 Andre Spiegel <spiegel@gnu.org>
10723
10724 * vc-hooks.el (vc-find-backend-function): If function doesn't
10725 exist, return nil instead of error.
10726 (vc-call-backend): Doc fix.
10727
10728 * vc.el (vc-do-command): Doc fix.
10729 (vc-finish-logentry): When checking in from vc-dired, choose the
10730 right backend for logentry check.
10731 (vc-dired-mode-map): Inherit from dired-mode-map.
10732 (vc-dired-mode): Local value of dired-move-to-filename-regexp
10733 simplified.
10734 (vc-dired-state-info): Removed, updated caller.
10735 (vc-default-dired-state-info): Use parentheses instead of hyphens.
10736 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
10737 (vc-dired-listing-switches): New variable.
10738 (vc-directory): Use it, instead of dired-listing-switches.
10739
10740 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
10741 (vc-cvs-dir-state): New function.
10742 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
10743 (vc-cvs-parse-entry): New function, also to be used in
10744 vc-cvs-registered.
10745
107462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10747
10748 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
10749 *or* single-window-frames.
10750
107512000-09-04 Andre Spiegel <spiegel@gnu.org>
10752
10753 * vc.el (vc-update-changelog): Split into generic part and default
10754 implementation. Doc string adapted.
10755 (vc-default-update-changelog): New function. Call the `rcs2log'
10756 script in exec-directory, to fix a long-standing nuisance.
10757
10758 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
10759 simply signals an error.
10760
107612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10762
10763 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
10764 control-flow more clear and to avoid running `cvs' twice.
10765
10766 * vc.el (vc-next-action-on-file): Doc fix.
10767 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
10768 (vc-print-log): Eval `file' before constructing the continuation.
10769
107702000-09-04 Andre Spiegel <spiegel@gnu.org>
10771
10772 * vc.el (vc-next-action-on-file): Corrected several messages.
10773 (vc-merge): Add prefix arg `merge-news'; handle it.
10774
10775 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
10776 is not reached. It is.
10777 (vc-cvs-merge): Set state to 'edited after merge.
10778 (vc-cvs-merge-news): Set workfile version to nil if not known.
10779 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
10780
10781 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
10782 via stdout. (Merge from main line.)
10783
107842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10785
10786 * vc.el (vc-finish-logentry): Thinko in the "same comment"
10787 detection.
10788
107892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10790
10791 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
10792 against kill-all-local-variables.
10793 (vc-log-edit): Don't save vc-parent-buffer any more.
10794 (vc-last-comment-match): Initialize to an empty string.
10795 (vc-post-command-functions): New hook.
10796 (vc-do-command): Run it.
10797 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
10798 (vc-finish-logentry): Only add the comment to the ring if it's
10799 different from the last comment entered.
10800 (vc-new-comment-index): New function.
10801 (vc-previous-comment): Use it. Make the minibuffer message
10802 slightly less terse.
10803 (vc-comment-search-reverse): Make it work forward as well. Don't
10804 set vc-comment-ring-index if no match is found. Use
10805 vc-new-comment-index.
10806 (vc-comment-search-forward): Use vc-comment-search-reverse.
10807 (vc-dired-mode-map): Don't inherit from dired-mode-map since
10808 define-derived-mode will do it for us. Bind `v' to a keymap that
10809 inherits from vc-prefix-map so that we can bind `vt' without
10810 binding C-x v t.
10811 (vc-retrieve-snapshot): Parenthesis typo.
10812
10813 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
10814 to 1. Make sure to switch to *vc* before looking for an error
10815 message. Use vc-parse-buffer.
10816
108172000-09-04 Andre Spiegel <spiegel@gnu.org>
10818
10819 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
10820 and NAME.
10821 (vc-retrieve-snapshot): Split into two parts.
10822 (vc-default-retrieve-snapshot): New function.
10823
10824 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
10825 (vc-cvs-retrieve-snapshot): New function (untested).
10826 (vc-cvs-stay-local): Default to t.
10827 (vc-cvs-remote-p): New function and property.
10828 (vc-cvs-state): Stay local only if the above is t.
10829 (vc-handle-cvs): Removed.
10830 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
10831 done via vc-handled-backends now.
10832 (vc-cvs-header): Escape Id.
10833
108342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10835
10836 * vc.el (vc-do-command): Remove unused commands.
10837 (vc-version-diff): Make sure default-directory ends with a slash.
10838 Move the window commands into a vc-exec-after.
10839 (vc-print-log): Move more of the code into the `vc-exec-after'.
10840
108412000-09-04 Andre Spiegel <spiegel@gnu.org>
10842
10843 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
10844 (vc-print-log): Search current revision from beginning of buffer.
10845 (vc-revert-buffer): Clear echo area after the diff is finished.
10846 (vc-prefix-map): Removed definition of "t" for terse display in vc
10847 dired.
10848 (vc-dired-mode-map): Inherit from dired-mode-map. Added
10849 definition of "vt" for terse display.
10850 (vc-dired-mode): Fix dired-move-to-filename-regexp.
10851
108522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10853
10854 * vc.el (vc-exec-after): Avoid caddr.
10855
108562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10857
10858 * vc.el (vc-exec-after): New function.
10859 (vc-do-command): Use it to add a termination message for async
10860 procs.
10861 (vc-checkout): Try to handle a missing-backend situation.
10862 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
10863 of a directory with a backend using async diffs.
10864 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
10865 present.
10866
10867 * vc-sccs.el (vc-sccs-state-heuristic): Use
10868 file-ownership-preserved-p.
10869
10870 * vc-rcs.el (vc-rcs-state-heuristic): Use
10871 file-ownership-preserved-p.
10872 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
10873
108742000-09-04 Andre Spiegel <spiegel@gnu.org>
10875
10876 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
10877 vc-do-command.
10878
10879 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
10880 when there are no changes.
10881
108822000-09-04 Andre Spiegel <spiegel@gnu.org>
10883
10884 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
10885
10886 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
10887
108882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10889
10890 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
10891
10892 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
10893 the `fset' outside of the defvar so that it works even if
10894 vc-prefix-map was already defined.
10895 (vc-setup-buffer): New function, split out of vc-do-command.
10896 (vc-do-command): Allow BUFFER to be t to mean `just use the
10897 current buffer without any fuss'.
10898 (vc-version-diff): Change the `diff' backend operation to just put
10899 the diff in the current buffer without erasing it. Always use
10900 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
10901 shrink-window-if-larger-than-buffer.
10902 (vc-print-log): Change the `print-log' backend operation to just
10903 put the log in the current buffer without erasing it. Protect
10904 shrink-window-if-larger-than-buffer.
10905 (vc-update-change-log): Fix setd typo.
10906
10907 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
10908 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
10909
10910 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
10911 (vc-rcs-diff): Insert in the current buffer and remove unused arg
10912 CMP.
10913
10914 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
10915 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
10916 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
10917
109182000-09-04 Andre Spiegel <spiegel@gnu.org>
10919
10920 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
10921 not possible, use vc-BACKEND-workfile-unchanged-p.
10922 (vc-default-workfile-unchanged-p): New function. Delegates to a
10923 full vc-BACKEND-diff.
10924
10925 * vc-hooks.el (vc-simple-command): Removed.
10926
10927 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
10928 instead of vc-simple-command.
10929 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
10930 avoid doing a diff when opening a file.
10931 (vc-rcs-state): Added check for unlocked-changes.
10932 (vc-rcs-header): Escape Id.
10933 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
10934 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
10935 version.
10936
10937 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
10938 (vc-sccs-diff): Remove optional arg CMP.
10939 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
10940 SCCS-specific function.
10941
10942 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
10943 vc-simple-command.
10944
109452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10946
10947 * vc.el (vc-editable-p): Renamed from vc-writable-p.
10948 (with-vc-file, vc-merge): Use vc-editable-p.
10949 (vc-do-command): Remove unused var vc-file and fix the
10950 doubly-defined `status' var. Add a user message when starting an
10951 async command.
10952 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
10953 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
10954 Use with-current-buffer.
10955 (vc-buffer-sync): Use unless.
10956 (vc-next-action-on-file): If the file is 'edited by read-only,
10957 make it read-write instead of trying to commit.
10958 (vc-version-diff, vc-update-change-log): Use `setq
10959 default-directory' rather than `cd'.
10960 (vc-log-edit): Don't forget to set default-directory in the
10961 buffer.
10962
10963 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
10964 (vc-sccs-state-heuristic): Use file-writable-p instead of
10965 comparing userids.
10966 (vc-sccs-checkout): Use `unless'.
10967
10968 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
10969 of comparing userids.
10970 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
10971 Simplify the logic by eliminating unreachable code.
10972 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
10973 just do a recursive call if we need to retry.
10974 (vc-rcs-checkout): Handle the case where rcs is missing by making
10975 the buffer read-write if requested and re-signalling the error.
10976
10977 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
10978
109792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10980
10981 * vc-hooks.el (vc-handled-backends): Docstring change.
10982 (vc-ignore-vc-files): Mark obsolete.
10983 (vc-registered): Check vc-ignore-vc-files.
10984 (vc-find-file-hook, vc-file-not-found-hook): Don't check
10985 vc-ignore-vc-files.
10986
10987 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
10988
109892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10990
10991 * vc.el (vc-checkout): Don't do anything special for ange-ftp
10992 files since ange-ftp already has vc-registered return nil.
10993
10994 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
10995 (vc-sccs-workfile-version): Use with-temp-buffer and new
10996 vc-parse-buffer and don't bother setting the property.
10997 (vc-sccs-add-triple): Use with-current-buffer and
10998 find-file-noselect.
10999 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11000
11001 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
11002 derives from the old vc-parse-buffer but uses the revision number
11003 rather than the date (much easier to compare robustly).
11004 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
11005 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
11006 locking-user more directly. Check strict locking and set
11007 checkout-model appropriately.
11008 (vc-rcs-parse-locks): Remove.
11009 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11010 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11011 (vc-rcs-system-release): Use with-current-buffer and
11012 vc-parse-buffer.
11013 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11014
11015 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11016 (vc-simple-command): Docstring fix.
11017 (vc-registered): Align the way the file-handler is called with the
11018 way the function itself works.
11019 (vc-file-owner): Remove.
11020
11021 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
11022 extraction of fields and call to file-attributes because of a
11023 temporary bug in rcp.el.
11024 (vc-cvs-fetch-status): Use with-current-buffer.
11025
110262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11027
11028 * vc.el (vc-do-command): Use file-relative-name.
11029 (vc-responsible-backend): Use vc-backend if possible.
11030 (vc-create-snapshot): Improve the `interactive' spec. Add support
11031 for branches and dispatch to backend-specific `create-snapshot'.
11032 (vc-default-create-snapshot): New function, containing the bulk of
11033 the old vc-create-snapshot.
11034 (vc-retrieve-snapshot): Improve the interactive spec.
11035
11036 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11037 (vc-backend-hook-functions): Remove.
11038 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11039 (vc-backend): Reintroduce the test for `file = nil' now that I
11040 know why it was there (and added a comment to better remember).
11041
11042 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11043 code from vc-sccs-hooks.el.
11044 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
11045 'vc anymore.
11046 (vc-sccs-responsible-p): Use expand-file-name instead of concat
11047 and file-directory-p instead of file-exists-p.
11048 (vc-sccs-check-headers): Simplify the regexp.
11049
11050 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
11051 from vc-rcs-hooks.el. Don't require 'vc anymore.
11052 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
11053 file-directory-p instead of file-exists-p.
11054
11055 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
11056 from vc-cvs-hooks.el.
11057 (proto vc-cvs-registered): Require 'vc-cvs instead of
11058 'vc-cvs-hooks. Don't require 'vc anymore.
11059 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
11060 file-directory-p instead of file-exists-p.
11061 (vc-cvs-create-snapshot): New function, replacing
11062 vc-cvs-assign-name.
11063 (vc-cvs-assign-name): Remove.
11064
110652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11066
11067 * vc-cvs.el (vc-cvs-header): New var.
11068
11069 * vc-rcs.el (vc-rcs-exists): Remove.
11070 (vc-rcs-header): New var.
11071
11072 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11073 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11074 (vc-sccs-header): New var.
11075
11076 * vc.el (vc-do-command): Get rid of the `last' argument.
11077 (vc-header-alist): Remove, replaced by vc-X-header.
11078 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11079 (vc-dired-hook): Use expand-file-name instead of concat.
11080 (vc-directory): Use file-name-as-directory.
11081 (vc-snapshot-precondition, vc-create-snapshot)
11082 (vc-retrieve-snapshot): Allow the command to operate on any
11083 directory.
11084
11085 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11086 just removing the 'WORKFILE argument or by removing the 'MASTER
11087 argument and replacing `file' with (vc-name file).
11088
110892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11090
11091 * vc.el: Update Copyright and add a crude list of backend funs.
11092 (vc-writable-p): New function.
11093 (with-vc-file): Use vc-writable-p.
11094 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11095 (vc-register): Avoid vc-name.
11096 (vc-locking-user): Remove.
11097 (vc-steal-lock): Make the `owner' arg non-optional.
11098 (vc-merge): Use vc-writable-p instead of vc-locking-user and
11099 vc-checkout-model.
11100 (vc-default-dired-state-info): Use vc-state instead of
11101 vc-locking-user and return special strings for special states.
11102 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11103 and get rid of one of the special CVS cases.
11104 (vc-cancel-version): prettify error message with \\[...].
11105 (vc-rename-master): New function.
11106 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11107 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
11108 the CVS special case generic.
11109 (vc-default-record-rename): Remove.
11110 (vc-file-tree-walk-internal): Only call FUNC for files that are
11111 under control of some VC backend and replace `concat' with
11112 expand-file-name.
11113 (vc-file-tree-walk): Update docstring.
11114 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11115 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11116
11117 * vc-sccs.el (vc-sccs-rename-file): Renamed from
11118 vc-sccs-record-rename. Use `find-file-noselect' rather than
11119 `find-file' and call `vc-rename-master' to do the actual move.
11120 (vc-sccs-diff): Remove unused `backend' variable.
11121
11122 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11123 to delay loading of vc-sccs until it is really used.
11124 (vc-sccs-master-templates): Preload.
11125 (vc-sccs-state): Update call to vc-sccs-parse-locks.
11126 (vc-sccs-project-dir): Remove (merged into
11127 vc-sccs-search-project-dir).
11128 (vc-sccs-search-project-dir): Rewrite using file name handling ops
11129 rather than `concat', make sure it is preloaded and don't bother
11130 to check that the file actually exists.
11131 (vc-sccs-parse-locks): Remove unused `file' argument, remove
11132 `locks' argument (use buffer's content instead) and eliminate n^2
11133 behavior.
11134
11135 * vc-rcs.el: Update Copyright.
11136 (vc-rcs-rename-file): New function.
11137 (vc-rcs-diff): Remove unused `backend' variable.
11138
11139 * vc-hooks.el: Update Copyright.
11140 (vc-backend): Don't accept a nil argument any more.
11141 (vc-up-to-date-p): Turn into a defsubst.
11142 (vc-possible-master): New function.
11143 (vc-check-master-templates): Use `vc-possible-master' and allow
11144 funs in vc-X-master-templates to return a non-existent file.
11145
11146 * vc-cvs.el: Update Copyright.
11147 (vc-cvs-diff): Remove unused `backend' variable.
11148 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11149
11150 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11151
111522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11153
11154 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11155 since it can be called from vc-rcs.el.
11156 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11157
111582000-09-04 Andre Spiegel <spiegel@gnu.org>
11159
11160 * vc.el (vc-version-diff): Expand file name read from the
11161 minibuffer. Handle the case when a previous version number can't
11162 be guessed. Give suitable messages when there were no differences
11163 found.
11164 (vc-clear-headers): Call backend-specific implementation, if one
11165 exists.
11166 (vc-cancel-version): Made error checks generic. When done, clear
11167 headers generically, too.
11168
11169 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11170 from vc-clear-headers in vc.el.
11171
11172 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11173 correctly.
11174 (vc-rcs-latest-on-branch-p): Made second argument VERSION
11175 optional. Handle the case when it's not there.
11176
111772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11178
11179 * vc.el (vc-locking-user): Moved from vc-hooks.el.
11180
111812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11182
11183 * vc-hooks.el (vc-loadup): Remove.
11184 (vc-find-backend-function): Use `require'. Also, handle the case
11185 where vc-BACKEND-hooks.el doesn't exist.
11186 (vc-call-backend): Cleanup.
11187
111882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11189
11190 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11191 vc-rcs-grab-templates)
11192 (vc-rcs-registered): Remove. The default function works as well.
11193 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11194 vc-sccs-grab-templates)
11195 (vc-sccs-registered): Remove. The default function works as well.
11196
11197 * vc.el (vc-version-diff): Left out a vc- in call to
11198 vc-call-backend.
11199 (vc-default-dired-state-info, vc-default-record-rename)
11200 (vc-default-merge-news): Update for the new backend argument.
11201
11202 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11203 using the default function.
11204 (vc-call-backend): If calling the default function, pass it the
11205 backend as first argument. Update the docstring accordingly.
11206 (vc-default-state-heuristic, vc-default-mode-line-string): Update
11207 for the new backend argument.
11208 (vc-make-backend-sym): Renamed from vc-make-backend-function.
11209 (vc-find-backend-function): Use the new name.
11210 (vc-default-registered): New function.
11211
112122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11213
11214 * vc.el (vc-merge): Use vc-find-backend-function.
11215
11216 * vc-hooks.el (vc-backend-functions): Remove.
11217 (vc-loadup): Don't setup 'vc-functions.
11218 (vc-find-backend-function): New function.
11219 (vc-call-backend): Use above fun and populate 'vc-functions
11220 lazily.
11221 (vc-backend-defines): Remove.
11222
112232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11224
11225 * vc.el (vc-register): Put a FIXME note for a newly found bug.
11226 Call vc-call-backend without the leading vc-.
11227 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11228 (vc-check-headers): Call vc-call-backend without the leading vc-.
11229 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11230 (vc-annotate-display): Replace confusing use of `cond' with `or'.
11231 Call vc-call-backend without the leading vc-.
11232
11233 * vc-cvs.el (tail): Provide vc-cvs.
11234 * vc-sccs.el (tail): Provide vc-sccs.
11235 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11236
11237 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11238 (vc-make-backend-function, vc-call): Pass names without leading
11239 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11240 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11241 (vc-call-backend): Always try to load vc-X-hooks.
11242 (vc-registered): Remove vc- in call to vc-call-backend.
11243
112442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11245
11246 * vc.el (vc-process-filter): New function.
11247 (vc-do-command): Setup `vc-process-filter' for the async process.
11248 (vc-maybe-resolve-conflicts): New function to reduce
11249 code-duplication. Additionally, it puts the buffer in
11250 `smerge-mode' if applicable.
11251 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11252 calling `merge-news'.
11253 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11254 (vc-log-edit): New function. Replacement for `vc-log-mode' by
11255 interfacing to log-edit.el.
11256 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11257 log-edit is available.
11258 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11259
112602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11261
11262 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11263 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11264 defvar and the initialization.
11265 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11266
11267 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11268 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11269
11270 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11271
112722000-09-04 Andre Spiegel <spiegel@gnu.org>
11273
11274 * vc.el (vc-file-clear-masterprops): Removed.
11275 (vc-checkin, vc-revert-buffer): Removed calls to the above.
11276 (vc-version-diff): Use buffer-size without argument.
11277 (vc-register): Heed vc-initial-comment.
11278
11279 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11280 default branch.
11281
11282 * vc-rcs.el (vc-rcs-register): Parse command output to find master
11283 file name and workfile version.
11284 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11285
11286 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11287 vc-file-clear-masterprops.
11288
11289 * vc-sccs.el (vc-sccs-checkout): Removed call to
11290 vc-file-clear-masterprops. If writable, set vc-state to 'edited
11291 rather than user login name.
11292
11293
112942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11295
11296 * vc.el (vc-workfile-unchanged-p): Remove unused argument
11297 `want-differences-if-changed' and simplify.
11298 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11299 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11300 output (which is invalid for async vc-diff) to decide whether to
11301 do the revert silently or not.
11302
113032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11304
11305 * vc-hooks.el (vc-loadup): Load files quietly.
11306 (vc-call-backend): Oops, brain fart.
11307
113082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11309
11310 * vc-cvs.el (vc-cvs-state): Typo.
11311 (vc-cvs-merge-news): Return the status code rather than the error msg.
11312
113132000-09-04 Andre Spiegel <spiegel@gnu.org>
11314
11315 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11316 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11317 vc-state or vc-up-to-date-p.
11318 (vc-merge): Use vc-backend-defines to check whether merging is
11319 possible. Set state to 'edited after successful merge.
11320
11321 * vc-hooks.el (vc-locking-user): If locked by the calling user,
11322 return that name. Redocumented.
11323
113242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11325
11326 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11327 new `vc-state' semantics.
11328 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11329 'vc-locking-user to the current user.
11330 (vc-merge): Inline vc-backend-merge. Comment out code that I
11331 don't understand and hence can't adapt to the new `vc-state' and
11332 `vc-locking-user' semantics.
11333 (vc-backend-merge): Remove.
11334
11335 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11336 rather than 'vc-locking-user.
11337
11338 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11339
11340 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11341 (vc-state): Don't use 'reserved any more. Just use the same
11342 convention as the one used for vc-<backend>-state where the
11343 locking user (as a string) is returned.
11344 (vc-locking-user): Update, based on the above convention. The
11345 'vc-locking-user property has disappeared.
11346 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11347
11348 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11349 with a heuristic one.
11350 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11351 (vc-cvs-checkin): Do a trivial parse to set the state in case of
11352 error. That allows us to get to 'needs-merge even in the
11353 stay-local case. There's still no way to detect 'needs-patch in
11354 such a setup (or to force an update for that matter).
11355 (vc-cvs-logentry-check): Remove, the default works as well.
11356
113572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11358
11359 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11360
11361 * vc.el (vc-do-command): kill-all-local-variables, to reset any
11362 major-mode in which the buffer might have been put earlier. Use
11363 `remove' and `when'. Allow `okstatus' to be `async' and use
11364 `start-process' in this case.
11365 (vc-version-diff): Handle the case where the diff looks empty
11366 because of the use of an async process.
11367
113682000-09-04 Andre Spiegel <spiegel@gnu.org>
11369
11370 * vc.el (vc-next-action-on-file): Removed optional parameter
11371 `simple'. Recompute state unconditionally.
11372 (vc-default-toggle-read-only): Removed.
11373
11374 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11375 (vc-toggle-read-only): Undid prev change.
11376
11377 * vc-cvs.el (vc-cvs-stay-local): Renamed from
11378 vc-cvs-simple-toggle. Redocumented.
11379 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11380 (vc-cvs-toggle-read-only): Removed.
11381
113822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11383
11384 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11385 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11386 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11387 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
11388 still is. So maybe it should be removed.
11389 (vc-head-version, vc-find-binary): Remove.
11390 (vc-recompute-state): Move from vc-hooks.el.
11391 (vc-next-action-on-file): Add a `simple' argument to allow
11392 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11393 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11394 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11395 (vc-dired-mode-map): Properly defvar it.
11396 (vc-print-log): Call log-view-mode if available.
11397 (small-temporary-file-directory): defvar instead of use boundp.
11398 (vc-merge-news): Moved to vc-cvs.el.
11399 (vc-default-merge-news): New function.
11400
11401 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11402 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11403 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11404 unknown `vc-latest-version' function. It should probably refer to
11405 vc-workfile-version or somesuch, but it's very unclear to me and I
11406 don't have SCCS to test things.
11407
11408 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11409 (vc-sccs-state-heuristic): Fix typo.
11410 (vc-sccs-workfile-unchanged-p): Add missing argument.
11411
11412 * vc-rcs.el: Require vc and vc-rcs-hooks.
11413 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11414 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11415 (vc-release-greater-or-equal-p): Move from vc.
11416 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11417 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11418 (vc-rcs-checkout): Add a missing `new-version' argument in the
11419 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
11420
11421 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11422 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11423 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11424 than the apparently unbound `workfile-version'.
11425
11426 * vc-hooks.el (vc-master-templates): Def the obsolete var.
11427 (vc-file-prop-obarray): Use `make-vector'.
11428 (vc-backend-functions): Add new hookable functions
11429 vc-toggle-read-only, vc-record-rename and vc-merge-news.
11430 (vc-loadup): If neither backend nor default functions exist, use
11431 the backend function rather than nil.
11432 (vc-call-backend): If the function if not bound yet, try to load
11433 the non-hook file to see if it provides it.
11434 (vc-call): New macro plus use it wherever possible.
11435 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11436 nor `vc-find-binary' since it's only called from
11437 vc-mistrust-permission which is only used once the backend is known.
11438 (vc-checkout-model): Fix parenthesis.
11439 (vc-recompute-state, vc-prefix-map): Move to vc.el.
11440
11441 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11442 (vc-cvs-release, vc-cvs-system-release): Remove.
11443 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11444 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11445 status symbols.
11446 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11447 (vc-cvs-toggle-read-only): First cut at a function to allow a
11448 cvs-status-free vc-toggle-read-only.
11449 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11450 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11451 vc-cvs-status. Also set vc-state rather than vc-locking-user.
11452 (vc-cvs-checkout): Modify access rights directly if the user
11453 requested not to use `cvs edit'. And refresh the mode line.
11454
11455 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11456 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11457
114582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11459
11460 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
11461 workfile' that got lost when the code was extracted from vc.el.
11462 And merged the tail with the rest of the code (not possible in the
11463 old vc.el where the tail was shared among all backends). And
11464 explicitly set the state to 'edited if `writable' is set.
11465
11466 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11467 (vc-cvs-state): Be careful to return the value from
11468 vc-cvs-parse-state.
11469 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
11470 property but return it instead. Also be careful to handle a nil
11471 or "" `rev' when workfile is non-nil (it was handled properly when
11472 workfile was nil).
11473
11474 * vc.el: Removed those pesky unnecessary `(function' quotes.
11475 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11476 directly in the defvar.
11477 (vc-do-command): Bind inhibit-read-only so as to properly handle
11478 the case where the destination buffer has been made read-only.
11479 (vc-diff): Delegate to vc-version-diff in all cases.
11480 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11481 (vc-annotate-mode-variables): Removed (code moved partly to
11482 defvars and partly to vc-annotate-add-menu).
11483 (vc-annotate-mode): Turned into a derived-mode.
11484 (vc-annotate-add-menu): Moved in code in
11485 vc-annotate-mode-variables.
11486 (vc-update-change-log): Use make-temp-file if available.
11487
114882000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
11489
11490 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11491 `vc-checkout-model' updated to `vc-cvs-update-model'.
11492
114932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11494
11495 * vc.el (vc-next-action-on-file): Added handling of state
11496 `unlocked-changes'.
11497 (vc-checkout-carefully): Is now practically obsolete, unless the
11498 above is too slow to be enabled unconditionally.
11499 (vc-update-change-log): Fixed typo.
11500
11501 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11502
11503 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11504 Now handles state `unlocked-changes'.
11505 (vc-sccs-workfile-unchanged-p): New function, to support the above.
11506
11507 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11508
11509 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11510 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
11511 `unlocked-changes'.
11512 (vc-rcs-workfile-unchanged-p): Renamed from
11513 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
11514 function yet, but supposed to become one soon.
11515
11516 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11517 `vc-steal-lock'.
11518 (vc-call-backend): Changed error message.
11519 (vc-state): Added description of state `unlocked-changes'.
11520
115212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11522
11523 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11524 always return t in CVS-controlled directories.
11525
11526 * vc.el (vc-responsible-backend): New function.
11527 (vc-register): Largely rewritten.
11528 (vc-admin): Removed (implementation moved into vc-register).
11529 (vc-checkin): Redocumented.
11530 (vc-finish-logentry): If no backend defined yet (because we are in
11531 the process of registering), use the responsible backend.
11532
11533 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11534 Updated function lists.
11535 (vc-call-backend): Fixed typo.
11536
11537 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11538 New functions.
11539 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11540 Removed query option. Redocumented.
11541
115422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11543
11544 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11545
11546 * vc.el: Updated callers of `vc-checkout-required' to use
11547 `vc-checkout-model'.
11548
115492000-09-04 Martin Lorentzson <martinl@gnu.org>
11550
11551 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
11552 stuff updated to reference this function instead of the old
11553 `vc-backend-release-p'.
11554
115552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11556
11557 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11558 vc-checkout-model. Return appropriate values. Updated callers.
11559
115602000-09-04 Martin Lorentzson <martinl@gnu.org>
11561
11562 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11563 (vc-backend-revert): Function moved into `vc-revert';
11564 `vc-next-action' must be updated to accomodate this change.
11565 (vc-backend-steal): Function moved into `vc-finish-steal'.
11566 (vc-backend-logentry-check): Function moved into
11567 `vc-finish-logentry'.
11568 (vc-backend-printlog): Function moved into `vc-print-log'.
11569 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11570 (vc-backend-assign-name): Function moved into
11571 `vc-create-snapshot'.
11572
115732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11574
11575 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11576 Rename to vc-checkout-model. Return appropriate values.
11577 Update callers.
11578
11579 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11580 to vc-checkout-model.
11581 (vc-checkout-required): Rename to vc-checkout-model.
11582 Re-implement and re-comment.
11583 (vc-after-save): Use vc-checkout-model.
11584
115852000-09-04 Martin Lorentzson <martinl@gnu.org>
11586
11587 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11588 Update to use the vc-BACKEND-diff functions instead.
11589 `vc-diff' is now working.
11590
11591 * vc-rcs.el (vc-rcs-logentry-check): New function.
11592
11593 * vc-cvs.el (vc-cvs-logentry-check): New function.
11594
11595 * vc-sccs.el (vc-sccs-diff): Function changed name from
11596 `vc-backend-diff'. This makes `vc-diff' work.
11597
11598 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11599 of functions possibly implemented in a vc-BACKEND library.
11600 (vc-checkout-required): Fix bug that caused an error to be
11601 signaled during `vc-after-save'.
11602
11603 * vc.el: Fix typo.
11604 This checkin is made with our new VC code base for the very first time.
11605 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11606
11607 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11608 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11609
11610 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11611 updated to `vc-uses-locking'.
11612 (vc-checkout-required): Call to backend function.
11613 `vc-checkout-required' updated to `vc-uses-locking' instead.
11614
11615 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11616 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11617
11618 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11619 to match the split into various backends.
11620 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
11621 (vc-retrieve-snapshot): Bug fix.
11622
116232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11624
11625 * vc-sccs.el (vc-sccs-release): Doc fix.
11626
116272000-09-04 Martin Lorentzson <martinl@gnu.org>
11628
11629 * vc.el (vc-next-action-on-file): Bug found and fixed.
11630 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11631 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11632
11633 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11634 (vc-rcs-checkout): Name space cleaned up. No more revision number
11635 crunching function names that are not prefixed with vc-rcs.
11636 (vc-rcs-checkout-model): Function added. References to
11637 `vc-checkout-model' replaced.
11638
116392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11640
11641 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11642 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
11643 still need to be split, and implemented for RCS).
11644
116452000-09-04 Martin Lorentzson <martinl@gnu.org>
11646
11647 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11648
11649 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11650 required by the vc.el file.
11651
11652 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11653 required by the vc.el file.
11654 (vc-rcs-exists): Function added.
11655
11656 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11657 required by the vc.el file.
11658
11659 * vc.el (vc-admin): Updated to handle selection of appropriate
11660 backend. Current implementation is crufty and need re-thinking.
11661
11662 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11663
116642000-09-04 Martin Lorentzson <martinl@gnu.org>
11665
11666 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11667 beginning of annotate buffers correctly.
11668
11669 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11670 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11671 functionality updated quite a lot to support multiple backends.
11672 Variables `vc-annotate-mode', `vc-annotate-buffers',
11673 `vc-annotate-backend' added.
11674
11675 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11676 `vc-annotate-difference' added to supported backend functions.
11677
116782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11679
11680 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
11681 Use with-temp-file instead of /bin/sh. Merged from mainline
11682
116832000-09-04 Martin Lorentzson <martinl@gnu.org>
11684
11685 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11686
11687 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11688
11689 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11690
116912000-09-04 Martin Lorentzson <martinl@gnu.org>
11692
11693 * vc-hooks.el: vc-state-heuristic added to
11694 vc-backend-hook-functions.
11695
11696 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
11697
11698 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
11699
11700 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
11701 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
11702 state to `reserved'.
11703
11704 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
11705 `vc-checkout-required'. Rename the `locked' state to `reserved'.
11706
117072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11708
11709 * vc-rcs-hooks.el: Implement new state model. Hardly anything
11710 untouched.
11711
11712 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
11713
11714 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
11715 if defined. (Merged from main line, slightly adapted.)
11716
11717 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
11718 millenium problem (merged from mainline).
11719
117202000-09-04 Martin Lorentzson <martinl@gnu.org>
11721
11722 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
11723 part and moved the non-BACKEND stuff to vc.el.
11724
11725 * vc.el: Split the annotate feature into a BACKEND specific part
11726 and moved it from the vc-cvs.el file to this one.
11727
117282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11729
11730 * vc-hooks.el: Implement new state model.
11731 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
11732 (vc-locking-user): Simplify. Now only needed if the file is
11733 locked by somebody else.
11734 (vc-lock-from-permissions): Remove. Functionality is in
11735 vc-sccs-hooks.el and vc-rcs-hooks.el now.
11736 (vc-mode-line-string): New name for former vc-status. Adapted.
11737 (vc-mode-line): Adapt to use the above. Remove optional parameter.
11738
11739 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
11740 Various simplifications and adaptations all over the place.
11741
11742 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
11743 Simplify and adapt the rest.
11744
11745 * vc.el (vc-resynch-window): Add TODO comment: check for
11746 interaction with view mode according to recent RCS change.
11747 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
11748
117492000-09-04 Martin Lorentzson <martinl@gnu.org>
11750
11751 * vc.el: Convert the remaining function comments to docstrings.
11752
117532000-09-04 Martin Lorentzson <martinl@gnu.org>
11754
11755 * vc.el (vc-backend-release, vc-release-greater-or-equal)
11756 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
11757 (vc-minor-part, vc-previous-version): Functions that operate and
11758 compare revision numbers got proper documentation. Comments added
11759 about their possible removal.
11760
117612000-09-04 Martin Lorentzson <martinl@gnu.org>
11762
11763 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
11764 the vc-backend.el files.
11765
11766 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
11767
11768 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
11769 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
11770 (vc-rcs-previous-version): Functions added.
11771
11772 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
11773
11774 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
11775
117762000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11777
11778 * vc-hooks.el (vc-master-templates): Is really obsolete.
11779 Comment out the definition for now. What is the right procedure
11780 to get rid of it?
11781 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
11782 rewritten.
11783 (vc-default-registered): Remove.
11784 (vc-check-master-templates): New function; does mostly what the
11785 above did before.
11786 (vc-locking-user): Don't rely on the backend to set the property.
11787
11788 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
11789 Rewrite documentation.
11790 (vc-rcs-templates-grabbed): New variable.
11791 (vc-rcs-grab-templates): New function.
11792 (vc-rcs-registered): Rewrite to use above mechanism.
11793
11794 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
11795 Rewrite documentation.
11796 (vc-sccs-templates-grabbed): New variable.
11797 (vc-sccs-grab-templates): New function.
11798 (vc-sccs-registered): Rewrite to use above mechanism.
11799 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
11800 Don't throw the result, simply return it.
11801
11802 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
11803 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
11804 (vc-cvs-registered): Does the check itself now. Simplify.
11805
11806 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
11807 from main line.
11808
118092000-09-04 Martin Lorentzson <martinl@gnu.org>
11810
11811 * vc-cvs.el (vc-cvs-diff): New function.
11812
11813 * vc-sccs.el (vc-sccs-diff): New function.
11814
11815 * vc-rcs.el (vc-rcs-diff): New function.
11816 (vc-rcs-checkout): Bug (typo) found and fixed.
11817 (vc-rcs-register-switches): New variable.
11818
11819 * vc.el (vc-backend-diff): Function removed and placed in the
11820 backend files.
11821
118222000-09-04 Martin Lorentzson <martinl@gnu.org>
11823
11824 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
11825
11826 * vc.el (vc-backend-checkout): Function removed and replaced in
11827 the vc-backend.el files.
11828
11829 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
11830
11831 * vc.el (vc-backend-admin): Removed and replaced in the
11832 vc-backend.el files.
11833
11834 * vc.el (Martin): Removed all the annotate functionality since it
11835 is CVS backend specific.
11836
118372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11838
11839 * spec.txt: Added specification of vc-state.
11840
11841 * vc-sccs-hooks.el (vc-sccs-master-properties):
11842 Remove handling of vc-latest-version and
11843 vc-your-latest-version. What used to be vc-latest-version, is now
11844 returned as vc-workfile-version.
11845 (vc-sccs-workfile-version): Adapt.
11846
118472000-09-04 Dave Love <fx@gnu.org>
11848
11849 * vc.el: [Merged from mainline.]
11850 (vc-dired-mode): Make the dired-move-to-filename-regexp
11851 regexp match the date, to avoid treating date as file size.
11852 Add YYYY S option to WESTERN/
11853
118542000-09-04 Dave Love <fx@gnu.org>
11855
11856 * vc.el: Require `compile' when compiling.
11857 (vc-logentry-check-hook): New option.
11858 (vc-steal-lock): Use compose-mail.
11859 (vc-dired-mode-map): Defvar when compiling.
11860 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
11861 vc-sccs.el and renamed. Callers changed.
11862 (vc-backend-checkout, vc-backend-logentry-check)
11863 (vc-backend-merge-news): Doc fix.
11864 (vc-default-logentry-check): New function.
11865 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
11866 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
11867 (vc-backend-merge): Doc fix. Use backend functions.
11868 (vc-check-headers): Use backend functions.
11869
11870 * vc-cvs.el: Require vc when compiling.
11871 (vc-cvs-register-switches): Doc fix.
11872 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
11873 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
11874 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
11875 New functions (code from vc.el).
11876 (vc-annotate-display-default): Fix interactive spec.
11877 (vc-annotate-time-span): Doc fix.
11878
11879 * vc-rcs.el: Require vc when compiling.
11880 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
11881 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
11882 (vc-rcs-checkin): New functions (code from vc.el).
11883 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
11884 Doc fix.
11885 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
11886
11887 * vc-sccs.el: Require vc when compiling.
11888 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
11889 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
11890 (vc-sccs-revert)
11891 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
11892 from vc.el).
11893 (vc-sccs-add-triple, vc-sccs-record-rename)
11894 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
11895 (vc-sccs-admin): Doc fix.
11896
118972000-09-04 Martin Lorentzson <martinl@gnu.org>
11898
11899 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
11900 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
11901 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
11902 from vc.el.
11903
11904 * vc-sccs.el (vc-admin-sccs): Added from vc.el
11905
11906 * vc-cvs.el: Moved the annotate functionality from vc.el.
11907 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
11908
119092000-09-04 Dave Love <fx@gnu.org>
11910
11911 * vc.el (vc-backend-release): Call vc-system-release.
11912
11913 * vc-sccs.el (vc-sccs-system-release):
11914 Renamed from vc-sccs-backend-release.
11915
11916 * vc-rcs.el (vc-rcs-system-release):
11917 Renamed from vc-rcs-backend-release.
11918
11919 * vc-cvs.el (vc-cvs-system-release):
11920 Renamed from vc-cvs-backend-release.
11921
119222000-09-04 Dave Love <fx@gnu.org>
11923
11924 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
11925 backend files.
11926 (vc-backend-release): Dispatch to backend functions.
11927 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
11928 probably needs attention.]
11929
11930 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
11931 (vc-sccs-backend-release): New function.
11932
11933 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
11934 (vc-cvs-backend-release): New function.
11935
11936 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
11937 Doc fix.
11938 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
11939 (vc-default-dired-state-info): New function.
11940 (vc-dired-state-info): Dispatch to backends.
11941 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
11942
11943 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
11944 from vc.el and renamed.
11945
119462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11947
11948 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
11949 (vc-version-other-window, vc-backend-assign-name): Removed
11950 references to vc-latest-version; sometimes changed into
11951 vc-workfile-version.
11952
11953 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
11954 vc-rcs-master-workfile-version.
11955 (vc-rcs-workfile-version): Use the above. Don't call
11956 vc-latest-version (that was unreachable code, anyway).
11957 (vc-rcs-fetch-master-properties): Doc fix.
11958
11959 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
11960 (vc-backend-hook-functions): Removed them from this list, too.
11961 (vc-fetch-properties): Removed.
11962 (vc-workfile-version): Doc fix.
11963
11964 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
11965 (vc-rcs-workfile-version, vc-rcs-locking-user)
11966 (vc-rcs-uses-locking): Use it.
11967
11968 * vc-hooks.el (vc-consult-rcs-headers):
11969 Moved into vc-rcs-hooks.el, under the name
11970 vc-rcs-consult-headers.
11971
11972 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
11973 headers.
11974 (vc-cvs-find-master): Use this name only; correct different
11975 versions of the name.
11976
11977 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
11978 New functions.
11979 (vc-sccs-locking-user): Use the latter.
11980
11981 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
11982 New functions.
11983
11984 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
11985 Moved into both
11986 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
11987 functions are implementation details of those two backends.
11988
119892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11990
11991 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
11992 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
11993
11994 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
11995 (vc-sccs-parse-locks): SCCS-specific code moved here from
11996 vc-hooks.
11997
11998 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
11999 code moved here from vc-hooks.
12000
12001 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12002 into back-end specific parts and removed. Callers not updated
12003 yet; because I guess these callers will disappear into back-end
12004 specific files anyway.
12005
120062000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12007
12008 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12009 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12010 `vc-uses-locking'.
12011
12012 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12013 Store yes/no in the property, and return t/nil. Updated all
12014 callers.
12015
12016 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12017 vc-sccs-uses-locking. Don't set property.
12018 (vc-sccs-locking-user): Don't set property.
12019
12020 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12021 vc-cvs-uses-locking. Don't set property here; leave that to
12022 vc-hooks.
12023 (vc-cvs-locking-user): Reflect above change. Streamlined.
12024
12025 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12026 vc-rcs-uses-locking.
12027 (vc-rcs-locking-user): Reflect above change.
12028
120292000-09-04 Dave Love <fx@gnu.org>
12030
12031 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12032
12033 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12034
12035 * vc-hooks.el (vc-checkout-model): Punt to backends.
12036
12037 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12038
12039 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12040
12041 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12042 New functions.
12043
12044 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12045 New functions.
12046
12047 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
12048 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
12049
12050 * vc-hooks.el (vc-default-locking-user): New function.
12051 (vc-locking-user, vc-workfile-version): Punt to backends.
12052
120532000-09-04 Dave Love <fx@gnu.org>
12054
12055 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
12056 (vc-master-workfile-version): Moved from vc-hooks.
12057
12058 * vc-rcs-hooks.el: Fix duplicate code in last change.
12059
12060 * vc-rcs-hooks.el: Require vc-hooks when compiling.
12061 (vc-rcs-master-templates): Improve :type.
12062 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
12063 vc-master-workfile-version): Moved from vc-hooks.
12064
12065 * vc-sccs-hooks.el: Require vc-hooks when compiling.
12066 (vc-sccs-master-templates): Improve :type.
12067 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
12068
12069 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
12070
12071 * vc-cvs-hooks.el: Require vc-hooks when compiling.
12072 (vc-cvs-master-templates): Improve :type. Use
12073 vc-cvs-find-cvs-master.
12074 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12075 from vc-hooks.
12076 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12077
12078 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12079 Moved to vc-cvs-hooks.
12080
12081 * vc-hooks.el: Add doc strings in various places. Simplify the
12082 minor mode setup.
12083 (vc-handled-backends): New user variable.
12084 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12085 simplification.
12086
120872000-09-04 Dave Love <fx@gnu.org>
12088
12089 * vc.el: Some doc fixes for autoloaded and interactive functions.
12090 Fix compilation warnings from ediff stuff.
12091 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12092
12093 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12094
12095 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12096
12097 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12098
120992000-09-04 Dave Love <fx@gnu.org>
12100
12101 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12102 New variable.
12103 (vc-make-backend-function, vc-loadup, vc-call-backend)
12104 (vc-backend-defines): New functions.
12105
12106 * vc-hooks.el: Various doc fixes.
12107 (vc-default-back-end, vc-follow-symlinks): Custom fix.
12108 (vc-match-substring): Function removed. Callers changed to use
12109 match-string.
12110 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12111 Simplify.
12112
121132000-09-04 Dave Love <fx@gnu.org>
12114
12115 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12116 type.
12117 (vc-sccs-project-dir, vc-search-sccs-project-dir)
12118 (vc-sccs-registered): Doc fix.
12119
12120 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12121 (vc-cvs-registered): Doc fix.
12122
12123 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12124 (vc-rcs-registered): Doc fix.
12125
121262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12127
12128 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12129
12130 * vc-hooks.el: vc-registered has been renamed
12131 vc-default-registered. Some functions have been moved to the
12132 backend specific files. they all support the
12133 vc-BACKEND-registered functions.
12134
121352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12136
12137 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12138
12139 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12140
121412000-09-04 Dave Love <fx@gnu.org>
12142
12143 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12144 menu-bar-update-hook.
12145
12146 * help.el (help-manyarg-func-alist): Add
12147 find-operation-coding-system.
12148
12149 * wid-edit.el (widget-sexp-validate): Fix garbled code.
12150
12151 * custom.el (custom-set-variables): Print message about errors in
12152 setting.
12153
121542000-09-03 Andrew Innes <andrewi@gnu.org>
12155
12156 * makefile.w32-in: Change to DOS line endings.
12157
121582000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12159
12160 * mouse.el (mouse-popup-menubar): Supply the prompt string for
12161 minor-mode keymaps, if they don't have one.
12162
121632000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12164
12165 * eshell/esh-module.el (eval-when-compile): Don't lose if
12166 esh-module.el's file name is truncated to DOS 8+3 limits.
12167
121682000-09-01 John Wiegley <johnw@gnu.org>
12169
12170 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12171 predicate, which caused entries in the completion list to be
12172 doubled.
12173
121742000-08-30 John Wiegley <johnw@gnu.org>
12175
12176 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12177 sending to subprocesses. Also, hook pre-command-hook if
12178 `eshell-send-direct-to-subprocesses' is non-nil.
12179 (eshell-send-direct-to-subprocesses): New config variable. If t,
12180 subprocess input is send immediately.
12181 (eshell-toggle-direct-send): New function.
12182 (eshell-self-insert-command): New function.
12183 (eshell-intercept-commands): New function.
12184 (eshell-send-input): If direct subprocess sending is enabled,
12185 don't echo any input to the Eshell buffer. Let the subprocess
12186 handle that. This requires "stty echo" in bash, for example.
12187
121882000-08-28 John Wiegley <johnw@gnu.org>
12189
12190 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12191 completion function for Eshell's implementation of `unset'.
12192
121932000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12194
12195 * info.el (Info-directory-list): Doc fix.
12196
121972000-08-31 Peter Breton <pbreton@ne.mediaone.net>
12198
12199 * filecache.el (file-cache-add-directory-using-find): Don't quote
12200 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12201
122022000-08-31 Kenichi Handa <handa@etl.go.jp>
12203
12204 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12205 coding systems.
12206
122072000-08-30 Andrew Innes <andrewi@gnu.org>
12208
12209 * timer.el (run-with-idle-timer): Undo last change, so that timer
12210 is not activated immediately if Emacs is already idle. Some
12211 existing code relies on this behaviour.
12212
122132000-08-30 Miles Bader <miles@gnu.org>
12214
12215 * frame.el (set-frame-font): Do completion of font-name for
12216 interactive use.
12217
122182000-08-30 Kenichi Handa <handa@etl.go.jp>
12219
12220 * international/quail.el (quail-start-translation): Bind locally
12221 last-command-event, last-command, and this-command.
12222 (quail-start-conversion): Likewise.
12223 (quail-self-insert-command): Fix docstring.
12224
122252000-08-29 Gerd Moellmann <gerd@gnu.org>
12226
12227 * progmodes/executable.el
12228 (executable-make-buffer-file-executable-if-script-p): Check that
12229 buffer contains at least 2 characters.
12230
122312000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
12232
12233 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12234
122352000-08-29 Dave Love <fx@gnu.org>
12236
12237 * diff-mode.el (diff-mode) <defgroup>: Add :version.
12238 (diff-mode-shared-map): Bind mouse-2.
12239 (diff-imenu-generic-expression): New variable.
12240 (diff-mode): Use it.
12241
12242 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12243 (mouse-popup-menubar): Add minor mode menus.
12244 (popup-menu): Check for lookup-key returning number.
12245
122462000-08-29 Miles Bader <miles@gnu.org>
12247
12248 * comint.el (comint-send-input): Create overlays using the proper
12249 front/read-advance arguments.
12250
122512000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12252
12253 * ps-print.el: Even/odd pages printing. Doc fix.
12254 (ps-print-version): New version number (6.0).
12255 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12256 (ps-background, ps-begin-file, ps-begin-job): Code fix.
12257 (ps-print-duplex-feature): Variable eliminated.
12258 (ps-even-or-odd-pages): New variable.
12259
12260 * progmodes/ebnf2ps.el: Doc fix.
12261 (ebnf-version): New version (3.3).
12262 (ebnf-user-arrow): Change variable customization to sexp.
12263 (ebnf-user-arrow): Function eliminated.
12264 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12265
122662000-08-29 Kenichi Handa <handa@etl.go.jp>
12267
12268 * help.el (help-xref-mule-regexp): New variable.
12269 (help-make-xrefs): Handle help-xref-mule-regexp.
12270
12271 * international/mule-cmds.el (help-xref-mule-regexp-template): New
12272 variable.
12273 (describe-input-method): Temporarily activate the specfied input
12274 method to display the information.
12275 (describe-language-environment): Hyperlinks to mule related items.
12276
12277 * international/mule-diag.el (charset-multibyte-form-string): New
12278 function.
12279 (list-character-sets-1): Use charset-multibyte-form-string.
12280 (describe-character-set): New function.
12281 (describe-coding-system): Hyperlinks to safe character sets.
12282
12283 * international/quail.el (quail-help): New arg PACKAGE.
12284 Hyperlinks to mule related items.
12285 (quail-help-insert-keymap-description): Use
12286 substitute-command-keys instead of describe-bindings.
12287 (quail-translation-help): Hyperlinks to mule related items.
12288
122892000-08-28 John Wiegley <johnw@gnu.org>
12290
12291 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12292 have a defsubst call itself. Made `eshell-flatten-list' back into
12293 a function again.
12294
12295 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12296 catch, in case re-centering point at bottom messes up the display.
12297 This happens frequently in Emacs 21, due I believe to variable
12298 line heights.
12299
12300 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12301 to call `find-tag-interactive'.
12302
12303 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12304 the list of remember directories.
12305
123062000-08-28 John Wiegley <johnw@gnu.org>
12307
12308 * align.el: Test align-region-separate to see if it's a symbol.
12309
123102000-08-28 John Wiegley <johnw@gnu.org>
12311
12312 * eshell/esh-util.el (eshell-flatten-list): Made this function
12313 into a defsubst form. It gets used very frequently, although
12314 calls don't occur all that often.
12315
12316 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12317 examining it.
12318
12319 * eshell/esh-cmd.el (eshell-rewrite-while-command):
12320 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12321 `eshell-protect'.
12322 (eshell-copy-handles): Created a new macro for duplicating the
12323 current set of open handles. This is needed by the looping
12324 functions.
12325 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12326 is not incorrectly stomped on.
12327
12328 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12329 declaration for pcomplete-use-paring.
12330 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12331 value of eshell-cmpl-use-paring.
12332 * pcomplete.el (pcomplete-use-paring): New config variable, to
12333 indicate whether paring should be used.
12334 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12335 completion alternatives that have already been used.
12336
12337 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12338 bound to C-c C-y, which will repeat the previous N arguments
12339 (based on prefix argument).
12340 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12341
12342 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12343 if there is no *Help* buffer. This is for XEmacs, which renames
12344 its help buffers uniquely. TODO: Find out what the current buffer
12345 name to delete is.
12346
12347 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12348 first entry that correlates to a passwd/group number. Later
12349 entries (used for group/user name aliasing to multiple IDs) are
12350 ignored.
12351
12352 * eshell/em-xtra.el (eshell/expr):
12353 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12354 (eshell-grep, eshell/diff, eshell/locate):
12355 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12356 argument list, before passing it to the system command.
12357
12358 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12359 `find-tag' for use at final position in Eshell buffers (which
12360 otherwise triggers an error on Emacs 21).
12361 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12362 buffer, if it is currently bound to `find-tag'.
12363
12364 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12365 in the list of matched Makefile names.
12366 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12367 directory, prefer its contents to Makefile.
12368
12369 * eshell/em-dirs.el (eshell/cd): cd commands that look up
12370 directory parts (like "cd old new", or "cd =regexp"), are now case
12371 sensitive on non-Windows/DOS platforms.
12372
12373 * eshell/esh-mode.el (eshell-parse-command-input): When a user
12374 types RET after an open delimiter (like "), display a message
12375 indicating that Eshell is waiting for the closing delimiter.
12376
12377 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12378 environment variables.
12379
12380 * eshell/em-unix.el (eshell/diff): Added logic to fail more
12381 gracefully if the user enters incorrect arguments.
12382
12383 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12384 Eshell buffers.
12385
12386 * eshell/esh-var.el (eshell-interpolate-variable):
12387 * eshell/esh-mode.el (eshell-move-argument):
12388 * eshell/em-unix.el (eshell-du-sum-directory):
12389 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12390 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12391 (not (= ...)).
12392
12393 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12394 to ensure the `preserve' flag gets propagated when doing recursive
12395 directory copies.
12396
123972000-08-28 Stefan Monnier <monnier@cs.yale.edu>
12398
12399 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12400 Don't convert \n into \0177 in memory.
12401 (eshell-read-history, eshell-write-history): Convert \n to \0177,
12402 and back again, when reading and writing.
12403
124042000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
12405
12406 * eshell/esh-util.el (eshell-processp): Added to relieve constant
12407 testing of `fboundp' on `processp'.
12408
12409 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12410 (eshell/jobs): Don't call process-list if it is not bound.
12411 (eshell-gather-process-output): Support systems where async
12412 subprocesses aren't supported.
12413 (eshell-scratch-buffer, eshell-last-sync-output-start): New
12414 variables.
12415
12416 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12417 eshell-do-eval returns t.
12418 (eshell-do-pipelines-synchronously): New defmacro.
12419 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12420 when async subprocesses aren't supported.
12421 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
12422 if async subprocesses aren't supported.
12423 (eshell-resume-command): Don't assume STATUS is a string.
12424
12425 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12426
12427 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12428 (eshell-close-target, eshell-get-target): Use eshell-processp.
12429 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12430 fix.
12431 (eshell-get-target, eshell-create-handles): Doc fix.
12432
124332000-08-28 Miles Bader <miles@lsi.nec.co.jp>
12434
12435 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12436 criterion to include commands that output something, as long as it
12437 leaves both the command and the end-of-buffer visible when the
12438 command has exited.
12439 (eshell-review-quick-commands): Adjust the help doc string
12440 accordingly.
12441
124422000-08-28 Peter Breton <pbreton@ne.mediaone.net>
12443
12444 * locate.el (locate): Cleaned up locate command's interactive prompting
12445 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12446
12447 * filecache.el (file-cache-case-fold-search): New variable
12448 (file-cache-assoc-function): New variable
12449 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12450 Use file-cache-case-fold-search variable
12451 (file-cache-add-file): Use file-cache-assoc-function
12452 (file-cache-delete-file): likewise
12453 (file-cache-directory-name): likewise
12454 (file-cache-debug-read-from-minibuffer): likewise
12455
124562000-08-28 Gerd Moellmann <gerd@gnu.org>
12457
12458 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12459 (abbrev-table-name): New function.
12460 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12461 If non-nil list local abbrev, only.
12462
124632000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
12464
12465 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12466 from Gnus support code, and use special article copy buffer
12467 `(gnus-original-article-buffer)' instead. This allows to get rid
12468 of article-hide-headers usage (which breaks in the latest Gnus
12469 version). Thanks to Detlev Zundel.
12470
124712000-08-28 Kenichi Handa <handa@etl.go.jp>
12472
12473 * international/quail.el (quail-use-package): Hide "... loaded"
12474 message.
12475 (quail-start-translation, quail-start-conversion): Likewise.
12476
12477 * international/kkc.el (kkc-region): Hide "... loaded" message.
12478
124792000-08-27 Dave Love <fx@gnu.org>
12480
12481 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12482
124832000-08-27 Miles Bader <miles@gnu.org>
12484
12485 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12486
124872000-08-27 Kenichi Handa <handa@etl.go.jp>
12488
12489 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12490 'ja-dic-cnv), not (require 'skkdic-cnv).
12491
124922000-08-26 Miles Bader <miles@gnu.org>
12493
12494 * faces.el (face-x-resources): Add entry for :inherit.
12495 * cus-face.el (custom-face-attributes): Add support for :inherit
12496 attribute. Add support for relative face heights.
12497 (custom-face-attributes-get): Treat `nil' as being a default value
12498 for :inherit (as well as `unspecified').
12499
12500 * faces.el (set-face-attribute): Update doc string.
12501 (face-attribute-name-alist): Add :inherit.
12502 (face-valid-attribute-values): Handle :inherit.
12503 (face-read-string): Rephrase prompt to be less confusing.
12504 Assume that DEFAULT is a string, since we must return a string.
12505 (face-read-integer): Use `format' to turn DEFAULT into an
12506 acceptable default for face-read-string. Match NEW-VALUE against
12507 the string "unspecified", not the symbol `unspecified', since
12508 that's what face-read-string returns.
12509 (read-face-attribute): Lookup a name for old-value in valid, and
12510 use it as a default if we find one. Treat all values from
12511 face-read-string as strings. If the default is used, don't do any
12512 more processing on the value, just use the old value directly.
12513 (read-face-and-attribute, modify-face): Tweak prompt.
12514 (read-face-name): Don't assume prompt ends with a space.
12515
12516 * faces.el (describe-face): Add support for :inherit attribute.
12517
125182000-08-25 Kenichi Handa <handa@etl.go.jp>
12519
12520 * terminal.el (terminal-emulator): Fix args to `concat'. Now
12521 concat doesn't accept interger.
12522
12523 * international/kkc.el: Remove SKK from Keywords. Require
12524 ja-dic-utl instead of skkdic-utl.
12525
12526 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12527 Provide ja-dic-cnv instead of skkdic-cnv.
12528 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
12529 (iso-2022-7bit-short): Add safe-charsets property.
12530 (skkdic-convert-postfix): Search Japanese chou-on character in
12531 addition to Hiragana character.
12532 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12533 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12534 (batch-skkdic-convert): Likewise.
12535
12536 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12537 Provide ja-dic-utl instead of skkdic-utl.
12538 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12539
125402000-08-24 Dave Love <fx@gnu.org>
12541
12542 * disp-table.el (standard-display-default): Make the test of `l'
12543 useful.
12544
12545 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12546 mod sample text.
12547
12548 * international/iso-ascii.el: Make pilcrow convenient string
12549 consistent with section.
12550 (iso-ascii-display): Set up multibyte characters as well as
12551 unibyte.
12552
125532000-08-24 Kenichi Handa <handa@etl.go.jp>
12554
12555 * international/mule-cmds.el (reset-language-environment): Set
12556 default-process-coding-system to '(undecided . iso-latin-1), which
12557 makes process I/O almost consistent with file I/O. Call this
12558 function when mule-cmds.el[c] is loaded.
12559
125602000-08-22 Andrew Innes <andrewi@gnu.org>
12561
12562 * makefile.w32-in: New file.
12563
125642000-08-22 Miles Bader <miles@lsi.nec.co.jp>
12565
12566 * comint.el (comint-output-filter): Compare end of
12567 comint-last-output-overlay with the start of the newly inserted
12568 text, not the end, when deciding whether to extend it.
12569 Set saved-point's insertion type to advance after insertion.
12570
12571 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12572 since this is now done independently of font-lock mode.
12573
125742000-08-21 Gerd Moellmann <gerd@gnu.org>
12575
12576 * server.el (server-kill-new-buffers): New user option.
12577 (server-existing-buffer): New buffer-local variable.
12578 (server-visit-files): When using an existing buffer, set
12579 server-existing-buffer to t.
12580 (server-buffer-done): If server-kill-new-buffers is t, kill the
12581 buffer, unless it was already present before visiting it with
12582 Emacs server.
12583
125842000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
12585
12586 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12587 even if the display doesn't support colors: some displays will
12588 support bold/underline faces.
12589
125902000-08-21 Gerd Moellmann <gerd@gnu.org>
12591
12592 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12593
12594 * startup.el (command-line): If user's init file had an error,
12595 add explanatory text to *Messages*.
12596
125972000-08-21 Kenichi Handa <handa@etl.go.jp>
12598
12599 * man.el (Man-getpage-in-background): Decode the process output by
12600 the system locale coding system.
12601
126022000-08-20 Dave Love <fx@gnu.org>
12603
12604 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12605 Don't test x-popup-menu.
12606 (function) <complete-function>: Complete only fbound symbols.
12607 <validate, value>: New.
12608 (variable) <complete-function>: Complete only bound symbols.
12609 (coding-system): Add :base-only, :complete-function, :validate,
12610 :value, :prompt-match.
12611 (widget-coding-system-prompt-value): Use read-coding-system and
12612 act on :base-only.
12613 (editable-field): Add :help-echo.
12614 (widget-push-button-gui, widget-push-button-cache)
12615 (widget-gui-action, widget-editable-list-gui): COmment out, along
12616 with uses.
12617 (widget-at): Make arg optional.
12618 (widget-echo-help): Adjust for current help-echo calling sequence.
12619 (widget-specify-field, widget-specify-button)
12620 (widget-specify-insert, widget-get-sibling, widget-image-find)
12621 (widget-convert, widget-insert, widget-leave-text)
12622 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12623 (widget-setup, widget-field-find, widget-before-change)
12624 (widget-after-change, widget-default-complete)
12625 (widget-default-create, widget-default-delete)
12626 (widget-push-button-value-create, editable-field)
12627 (widget-field-prompt-value, widget-field-validate)
12628 (widget-choice-value-create, widget-choice-action)
12629 (widget-choice-validate, widget-checklist-add-item)
12630 (widget-radio-add-item, widget-radio-chosen)
12631 (widget-radio-value-inline, widget-editable-list-value-create)
12632 (widget-editable-list-entry-create)
12633 (widget-documentation-link-add)
12634 (widget-documentation-string-value-create)
12635 (widget-regexp-validate, widget-file-complete)
12636 (widget-sexp-validate, widget-plist-convert-widget)
12637 (widget-plist-convert-widget, widget-alist-convert-widget)
12638 (widget-alist-convert-widget, widget-color-complete): Simplify,
12639 particularly to avoid bindings which aren't optimized out.
12640
12641 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12642 Doc fix.
12643 (down-list, backward-up-list, up-list, kill-sexp)
12644 (backward-kill-sexp, mark-sexp): Make arg optional.
12645 (lisp-complete-symbol): Add optional arg PREDICATE.
12646
12647 * cus-start.el: Add display-buffer-reuse-frames,
12648 file-coding-system-alist.
12649
126502000-08-20 Gerd Moellmann <gerd@gnu.org>
12651
12652 * startup.el (command-line): Clear realized faces after
12653 modifying TTY color mappings.
12654
126552000-08-20 Miles Bader <miles@gnu.org>
12656
12657 * faces.el (face-attr-match-p): Don't return true if ATTRS are
12658 merely a subset of FACE's attributes.
12659
126602000-08-19 Miles Bader <miles@gnu.org>
12661
12662 * comint.el (comint-output-filter): Save the point with a marker,
12663 not just a buffer position.
12664
12665 * international/mule.el (set-buffer-process-coding-system): Make
12666 interactive prompt less confusing.
12667
126682000-08-19 Gerd Moellmann <gerd@gnu.org>
12669
12670 * hilit-chg.el: General cleanup of doc strings, comments and
12671 code formatting.
12672
126732000-08-19 Miles Bader <miles@gnu.org>
12674
12675 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12676 Compiler macro removed; beginning-of-line is no longer always
12677 equivalent to forward-line, in the presence of fields.
12678
12679 * comint.el (comint-output-filter): Remove ad-hoc saving of
12680 restriction, and just use save-restriction, now that it works
12681 correctly. Don't adjust comint-last-input-start to account for
12682 our insertion; it shouldn't have moved because we don't use
12683 insert-before-markers anymore. Comment out call to
12684 `force-mode-line-update'; why is it here?
12685
12686 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12687 while checking for prompt to delete. Use `forward-line 0'
12688 instead of beginning-of-line.
12689 (gud-filter): Temporarily widen gud comint buffer while
12690 examining output.
12691
126922000-08-18 Stefan Monnier <monnier@cs.yale.edu>
12693
12694 * progmodes/sh-script.el: Big bag of typos.
12695
12696 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
12697 check since ispell-process is not bound when ispell is not yet loaded.
12698
126992000-08-18 Dave Love <fx@gnu.org>
12700
12701 * image.el (find-image): Copy `spec' before using plist-put.
12702
127032000-08-18 Gerd Moellmann <gerd@gnu.org>
12704
12705 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
12706 `portugues'.
12707
12708 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
12709 backward-kill-sexp, analogous to kill-sexp.
12710
12711 * progmodes/icon.el (icon-indent-line)
12712 (icon-is-continuation-line): Handle comments specially.
12713
127142000-08-17 Ken Stevens <k.stevens@ieee.org>
12715
12716 * ispell.el: Set to standard author/maintainer/keyword fields.
12717 Fine tuning to menu map appearance and operation, and added help.
12718 Remove `start' and `end' error messages when compiling.
12719 (ispell-choices-win-default-height): Fixed comment string.
12720 (ispell-dictionary-alist-1): Fixed regexp in castellano and
12721 castellano8 dictionaries.
12722 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
12723 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
12724 dictionary, added italiano dictionary.
12725 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
12726 word character
12727 (ispell-tex-skip-alists): Added psfig support.
12728 (ispell-skip-html): Renamed from ispell-skip-sgml.
12729 (ispell-begin-skip-region-regexp, ispell-skip-region)
12730 (ispell-minor-check): Improved html skipping support to skip across
12731 code, and recognize `&' commands without propper `;' syntax;
12732 (ispell-process-line): Fix alignment error when manually
12733 correcting spelling.
12734 (ispell): Fix comment string.
12735 (ispell-add-per-file-word-list): Always put word list on new line.
12736
127372000-08-17 Gerd Moellmann <gerd@gnu.org>
12738
12739 * format.el (format-encode-run-method): Fix error message to say
12740 `encode' instead of `decode'. Use save-window-excursion around
12741 shell-command-on-region as in format-decode-run-method because
12742 shell-command-on-region can display a buffer with error output.
12743 (format-decode): Don't record undo information for the decoding.
12744 (format-annotate-function): Add parameter FORMAT-COUNT. Make
12745 that number part of the temporary buffer name so that more than
12746 one decoding using a temporary buffer can happen safely.
12747
12748 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
12749 of `A-z' in the regexp.
12750
12751 * hilit-chg.el: Fix typos in commentary.
12752
12753 * help.el (view-emacs-news): Rewritten for new naming scheme
12754 for old NEWS files.
12755
12756 * startup.el (command-line): Pop to *Messages* in case an error
12757 is signaled while loading user-init-file.
12758
127592000-08-17 Andreas Schwab <schwab@suse.de>
12760
12761 * files.el (insert-directory): Don't lose original file name,
12762 undoing an undocumented change.
12763
127642000-08-17 Alex Schroeder <alex@gnu.org>
12765
12766 * sql.el (sql-magic-go): Use comint-bol.
12767 (sql-copy-column): Use comint-line-beginning-position.
12768 (comint-line-beginning-position): Define a replacement for
12769 comint-line-beginning-position if it is not fboundp.
12770
127712000-08-17 Alex Schroeder <alex@gnu.org>
12772
12773 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
12774 it didn't have any effect anyway.
12775
127762000-08-17 Alex Schroeder <alex@gnu.org>
12777
12778 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
12779 --pset and pager=off instead of sending \\o|cat at the beginning
12780 of the session.
12781
127822000-08-17 Miles Bader <miles@gnu.org>
12783
12784 * progmodes/octave-inf.el: Add compatibility definition of
12785 comint-line-beginning-position.
12786
127872000-08-17 Kenichi Handa <handa@etl.go.jp>
12788
12789 * startup.el (normal-top-level): Look in each dir in load-path for
12790 a leim-list.el file too. This assures of loading leim-list.el
12791 that is created at Emacs installation time even if a user have his
12792 own leim-list.el.
12793
127942000-08-17 Miles Bader <miles@gnu.org>
12795
12796 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
12797 foreground color to black if the background is dark.
12798
127992000-08-16 Stefan Monnier <monnier@cs.yale.edu>
12800
12801 * loadhist.el (unload-feature): Typo.
12802
12803 * finder.el (finder-compile-keywords):
12804 * cus-dep.el (custom-make-dependencies): Add local-variable settings
12805 to the generated file.
12806
12807 * mail/mh-e.el (mh-make-local-vars):
12808 Replace make-variable-buffer-local with make-local-variable.
12809
12810 * play/landmark.el:
12811 * options.el (Edit-options-{set,toggle,t,nil}):
12812 * mail/mailabbrev.el (mail-abbrevs-mode):
12813 * textmodes/tex-mode.el (tex-expand-files):
12814 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
12815
12816 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
12817
12818 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
12819 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
12820 Allow going past the last element.
12821 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
12822 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
12823 (cvs-mouse-toggle-mark): Don't move point.
12824 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
12825
12826 * progmodes/compile.el (grep): Provide a default set of files.
12827 (next-error): Docstring fix.
12828 (compilation-find-file): Avoid find-file (fails in a dedicated window).
12829
12830 * emacs-lisp/easy-mmode.el (define-minor-mode):
12831 Use `symbol-value' to keep the byte-compiler quiet.
12832
12833 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
12834 (diff-find-source-location): New fun, extracted from diff-goto-source.
12835 (diff-goto-source): Use it.
12836 (diff-next-complex-hunk, diff-filter-lines): New function.
12837 (diff-apply-hunk): New command.
12838
12839 * smerge-mode.el (smerge-mode-menu): Doc fix.
12840
12841 * msb.el (msb-mode): Define it in terms of define-minor-mode.
12842
128432000-08-16 Dave Love <fx@gnu.org>
12844
12845 * windmove.el (windmove) <defgroup>: Add :version.
12846
12847 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
12848 (goto-address-fontify-p, goto-address-highlight-p)
12849 (goto-address-url-face, goto-address-url-mouse-face)
12850 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
12851 (goto-address-url-regexp): Use thing-at-point-url-regexp.
12852 (goto-address-fontify, goto-address-at-mouse): Simplify,
12853 (goto-address-at-point): browse-url-url-at-point,
12854 goto-address-find-address-at-point can return nil.
12855 (goto-address-find-address-at-point): Return nil on failure.
12856
12857 * align.el (align) <defgroup>: Add :version.
12858
12859 * calculator.el (calculator): Add :version.
12860 (calculator): Use two lines for calculator window if `modeline'
12861 face is boxed.
12862
12863 * play/5x5.el: Doc fixes.
12864 (5x5) <defgroup>: Add :version.
12865
12866 * play/fortune.el (fortune) <defgroup>: Add :version.
12867 (fortune-append): Fix error message.
12868 (fortune-from-region): Doc fix.
12869
12870 * play/pong.el (pong): Doc fix.
12871
12872 * play/morse.el: Keywords, commentary, autoloads.
12873
128742000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
12875
12876 * desktop.el (desktop-save): Don't look at symbol-value of a
12877 member of minor-mode-alist, unless it is boundp.
12878
128792000-08-16 Sam Steingold <sds@gnu.org>
12880
12881 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
12882 `while'; use `with-current-buffer' instead of `save-excursion'.
12883 Removed unnecessary kludges now that "*Buffer List*" is excluded.
12884
128852000-08-16 Kenichi Handa <handa@etl.go.jp>
12886
12887 * international/ccl.el (declare-ccl-program): Docstring modified.
12888 (ccl-execute-with-args): Likewise.
12889
128902000-08-16 Miles Bader <miles@gnu.org>
12891
12892 * progmodes/sql.el: Add compatibility definition of
12893 comint-line-beginning-position.
12894
128952000-08-15 Gerd Moellmann <gerd@gnu.org>
12896
12897 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
12898 'buffer-menu' property.
12899 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
12900 fails.
12901 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
12902 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
12903 wasn't killed.
12904
12905 * buff-menu.el (list-buffers-noselect): Don't display the
12906 *Buffer List* buffer.
12907
12908 * font-lock.el: Require jit-lock to prevent a very late
12909 `Loading jit-lock' message.
12910
12911 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
12912 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
12913 mail address.
12914
129152000-08-15 Miles Bader <miles@gnu.org>
12916
12917 * textmodes/ispell.el (ispell-graphic-p): New constant.
12918 (ispell-choices-win-default-height, ispell-help): Use
12919 `ispell-graphic-p' instead of `xemacsp'.
12920
129212000-08-15 Dave Love <fx@gnu.org>
12922
12923 * simple.el: Autoload widget-convert when compiling.
12924 (mail-user-agent): Doc fix.
12925
12926 * help.el (function-called-at-point, variable-at-point): Use
12927 with-syntax-table.
12928 (help-manyarg-func-alist): Add insert-and-inherit.
12929
12930 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
12931
12932 * delsel.el (delsel-unload-hook): New function.
12933
12934 * find-file.el: Doc fixes. Move provide to end.
12935 (ff) <defgroup>: Add :link.
12936 (ff-goto-click): Deleted.
12937 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
12938 Use mouse-set-point.
12939
12940 * textmodes/tildify.el: Doc fixes.
12941 (tildify) <defgroup>: Add:version.
12942
12943 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
12944 (glasses-custom-set): Use set-default, not set.
12945 (minor-mode-alist): Propertize the lighter.
12946 (glasses-mode): Provide optional arg.
12947
12948 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
12949 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
12950 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
12951 option. Provide :type.
12952 (cwarn-configuration): Provide :type.
12953 (cwarn-mode): Doc fix.
12954
12955 * add-log.el (change-log-merge): Doc fix.
12956 (change-log-redate): New command.
12957
12958 * net/browse-url.el (browse-url-filename-alist): Add a clause for
12959 Doze and Dog.
12960 (browse-url): Use dolist, not mapcar.
12961 (browse-url-at-point): Check for null url.
12962 (browse-url-event-buffer, browse-url-event-point): Functions
12963 deleted.
12964 (browse-url-at-mouse, browse-url-netscape): Simplify.
12965
12966 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
12967 modes.
12968 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
12969 Fix previous change to mapcan.
12970 (msb--init-file-alist, msb--add-separators)
12971 (msb--make-keymap-menu): Simplify.
12972 (msb--choose-file-menu): Use copy-sequence.
12973 (msb-mode-map): Add title to keymap.
12974 (msb-unload-hook): New function.
12975
12976 * bs.el: Fix indentation.
12977 (bs) <defgroup>: Add :links.
12978 (bs-show): Doc fix.
12979 (bs-apply-sort-faces): Don't use window-system.
12980 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
12981
129822000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
12983
12984 * calendar/timeclock.el (timeclock-file): Run .timelog through
12985 convert-standard-filename.
12986
129872000-08-14 Gerd Moellmann <gerd@gnu.org>
12988
12989 * emacs-lisp/authors.el: New file.
12990
12991 * paren.el (show-paren-priority): New user option.
12992 (show-paren-function): Set overlay priorities to
12993 show-paren-priority.
12994
129952000-08-14 Miles Bader <miles@gnu.org>
12996
12997 * comint.el (comint-bol): Use `forward-line 0' instead of calling
12998 beginning-of-line with inhibit-field-text-motion bound.
12999
130002000-08-14 Gerd Moellmann <gerd@gnu.org>
13001
13002 * calendar/timeclock.el: New file.
13003
130042000-08-14 David Ponce <david@dponce.com>
13005
13006 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13007 `widget-button-click'. so that one can use left mouse button to
13008 click on dialog buttons.
13009
130102000-08-14 Emmanuel Briot <briot@gnat.com>
13011
13012 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13013 identifiers, since XML is case sensitive
13014
130152000-08-12 Miles Bader <miles@gnu.org>
13016
13017 * comint.el (comint-output-filter): Don't bother frobbing
13018 window-start, it doesn't seem to be necessary.
13019
13020 * comint.el (comint-send-string, comint-send-region): Make into
13021 real functions. Snapshot the prompt before sending.
13022
130232000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13024
13025 * info.el (Info-find-emacs-command-nodes): Rewrite to use
13026 technique similar to Info-index, instead of relying on specific
13027 names of relevant Index nodes.
13028 (Info-goto-emacs-command-node): Bind Info-history to nil when
13029 going to the first node found by Info-find-emacs-command-nodes.
13030
130312000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13032
13033 * menu-bar.el (menu-bar-help-menu): Add a :help string.
13034
130352000-08-10 Miles Bader <miles@gnu.org>
13036
13037 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13038
130392000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13040
13041 * info.el (Info-file-list-for-emacs): More elements for the
13042 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13043 and woman manuals.
13044
130452000-08-10 Miles Bader <miles@lsi.nec.co.jp>
13046
13047 * comint.el (comint-send-input): Make the newline boundary overlay
13048 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
13049 (comint-output-filter): Use `insert' instead of
13050 `insert-before-markers'. Extend comint-last-output-overlay when
13051 necessary since we can't rely on insert-before-markers to do it.
13052 * gud.el (gud-filter): Use `with-current-buffer' instead of
13053 save-excursion when inserting the output, so that point gets
13054 updated correctly; the old method relied on a rather dodgy
13055 side-effect of comint-output-filter to avoid the effect of
13056 save-excursion.
13057
130582000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13059
13060 * files.el (recover-file): Call insert-directory instead of
13061 invoking `ls' directly.
13062
130632000-08-10 Miles Bader <miles@gnu.org>
13064
13065 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
13066 (comint-last-prompt-overlay): New variables.
13067 (comint-output-filter): Implement prompt highlighting.
13068 (comint-snapshot-last-prompt): New function.
13069 (comint-send-input): Snapshot the last prompt.
13070 Use comint-highlight-input-face.
13071 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
13072 Use defface instead of defcustom.
13073 (send-invisible, comint-send-eof): Snapshot the last prompt.
13074 (comint-delchar-or-maybe-eof): Use comint-send-eof.
13075 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13076
130772000-08-09 Stefan Monnier <monnier@cs.yale.edu>
13078
13079 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13080 (regexp-opt-group): Use a list of chars for `letters'.
13081 (regexp-opt-charset): `chars' is now a list of chars.
13082 Use a char-table rather than a vector so it works for multibyte chars.
13083
13084 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
13085 Set cvs-minor-current-files to the selected fileinfo.
13086 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13087 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13088
130892000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
13090
13091 * files.el (insert-directory): Don't call access-file on
13092 directories on DOS and Windows.
13093
130942000-08-09 Kenichi Handa <handa@etl.go.jp>
13095
13096 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13097 longer if necessary.
13098 (ccl-embed-code): Call ccl-embed-data to store CODE in
13099 ccl-program-vector.
13100
131012000-08-09 Miles Bader <miles@gnu.org>
13102
13103 * comint.el (comint-output-filter): Properly handle the case where
13104 the text surrounded by comint-last-output-overlay was deleted.
13105
131062000-08-08 Gerd Moellmann <gerd@gnu.org>
13107
13108 * info.el (Info-insert-dir): Use Info-additional-directory-list if
13109 non-nil.
13110 (Info-file-list-for-emacs): Remove "info" from the list because
13111 that leads to trying to use the documentation from file `info'
13112 in various situations where it isn't appropriate, for instance
13113 C-h C-k C-h i.
13114
13115 * ffap.el (ffap-read-file-or-url-internal): Handle case that
13116 DIR and/or STRING are nil.
13117
13118 * progmodes/compile.el (compilation-setup): Make variable
13119 compilation-error-screen-columns buffer-local, as some comment
13120 in the code suggests it should be.
13121
13122 * files.el (auto-mode-interpreter-regexp): New variable.
13123 (set-auto-mode): Use it.
13124
13125 * indent.el (indent-for-tab-command): Doc fix.
13126
13127 * mouse-sel.el (mouse-sel-mode): Doc fix.
13128
13129 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13130 labels.
13131
13132 * help.el (print-help-return-message): When
13133 display-buffer-reuse-frames is set, let the help window been quit,
13134 instead of deleting it, which might delete a reused frame.
13135
131362000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
13137
13138 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13139 rename a directory to a name that differs only by its letter case.
13140
131412000-08-08 Kenichi Handa <handa@etl.go.jp>
13142
13143 * international/quail.el (quail-define-rules): Handle Quail decode
13144 map correctly. Add code for supporting annotations.
13145 (quail-install-decode-map): New function.
13146 (quail-defrule-internal): New optional arguments decode-map and
13147 props.
13148 (quail-advice): New function.
13149
131502000-08-07 Sam Steingold <sds@gnu.org>
13151
13152 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13153 `defconst', `define-condition', `with-slots'.
13154 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13155
131562000-08-03 Miles Bader <miles@gnu.org>
13157
13158 * comint.el (comint-use-prompt-regexp-instead-of-fields):
13159 New variable.
13160 (comint-prompt-regexp, comint-get-old-input): Document dependence on
13161 comint-use-prompt-regexp-instead-of-fields.
13162 (comint-send-input): Add `input' field property to stuff we send to
13163 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13164 (comint-output-filter): Add `output' field property to process
13165 output, if comint-use-prompt-regexp-instead-of-fields is nil.
13166 (comint-replace-by-expanded-history)
13167 (comint-get-old-input-default, comint-show-output)
13168 (comint-backward-matching-input, comint-forward-matching-input)
13169 (comint-next-prompt, comint-previous-prompt): Use field
13170 properties if comint-use-prompt-regexp-instead-of-fields is nil.
13171 (comint-line-beginning-position): New function.
13172 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
13173 (comint-replace-by-expanded-history-before-point): Use
13174 comint-line-beginning-position and line-end-position.
13175 (comint-last-output-overlay): New variable.
13176 (comint-mode): Make `comint-last-output-overlay' buffer-local.
13177
13178 * shell.el (shell-prompt-pattern): Doc change.
13179 (shell-backward-command): Use line-beginning-position.
13180
13181 * gud.el (gud-gdb-complete-command): Use
13182 comint-line-beginning-position.
13183
13184 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13185 comint-bol doesn't actually go to the beginning of the line.
13186
13187 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13188 if comint-use-prompt-regexp-instead-of-fields is non-nil.
13189 (try-expand-line-all-buffers): Likewise.
13190
13191 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13192 explicitly matching comint-prompt-regexp.
13193 (sql-copy-column): Use comint-line-beginning-position instead of
13194 explicitly matching comint-prompt-regexp.
13195
13196 * progmodes/octave-inf.el (inferior-octave-complete): Use
13197 comint-line-beginning-position.
13198
13199 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13200
13201 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13202 looking for a prompt, use `forward-line 0' instead of
13203 `beginning-of-line', to avoid getting caught by an input field.
13204
132052000-08-07 Gerd Moellmann <gerd@gnu.org>
13206
13207 * files.el (shell-quote-wildcard-pattern): Make sure to return
13208 PATTERN, in the Unix case.
13209
132102000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
13211
13212 * play/zone.el (zone): Discard any pending input before running
13213 the randomly-chosen pgm.
13214
132152000-08-07 Kenichi Handa <handa@etl.go.jp>
13216
13217 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13218 checking the existence of any multibyte characters.
13219
132202000-08-06 Gerd Moellmann <gerd@gnu.org>
13221
13222 * help.el (describe-mode): Test minor-mode symbol for being
13223 bound before testing its value for being nil.
13224
13225 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13226 `first', `second', and `third'.
13227
13228 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13229 (second): Make it an alias for `cadr'.
13230
132312000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
13232
13233 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13234 types of display support faces now.
13235
132362000-08-05 Gerd Moellmann <gerd@gnu.org>
13237
13238 * pcvs.el (require): Require `cl' during compilation, only.
13239
13240 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13241 (toplevel): Remove `remq' and `remove' from autoloads.
13242 (cl-fake-autoloads): New variable. If set, arrange for an error
13243 when CL functions etc. are autoloaded.
13244
132452000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
13246
13247 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13248
13249 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13250 popped up, but the user clicks outside the menu, return an empty
13251 regexp (that causes unhighlight-regexp to have no effect).
13252
13253 * menu-bar.el (menu-bar-games-menu): Add Zone.
13254
13255 * hi-lock.el (toplevel): Require font-lock.
13256
132572000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13258
13259 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13260 (ebnf-8-bit-chars): New var for bug fix.
13261 (ebnf-string): Bug fix.
13262
132632000-08-03 Sam Steingold <sds@gnu.org>
13264
13265 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13266 instead of `buffer-string'.
13267 (require 'cl): Always, not just when compiling.
13268 `ignore-errors' in `interactive', `list*', `defun*' &c make this
13269 necessary.
13270
132712000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
13272
13273 * international/mule-cmds.el (select-safe-coding-system): Make
13274 the message text about selecting a safe coding system more clear.
13275
132762000-08-02 Gerd Moellmann <gerd@gnu.org>
13277
13278 * hi-lock.el: New file.
13279
13280 * play/zone.el: New file.
13281
13282 * replace.el (occur): Set tab-width in the *Occur* buffer to the
13283 value of tab-width in the original buffer. Choose a line number
13284 format that's a multiple of the original buffer's tab width, so
13285 that lines appear right.
13286
13287 * textmodes/ispell.el (ispell): New function, replacing an alias.
13288 Spell-check active region if in transient-mark-mode and mark
13289 is active; otherwise spell-check buffer.
13290
132912000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13292
13293 * ps-mule.el: Fix a customization problem on
13294 ps-mule-font-info-database-default.
13295
132962000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
13297
13298 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13299 display-mouse-p instead of window-system.
13300 (ebrowse-member-mode-map): Ditto.
13301
133022000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13303
13304 * progmodes/ebnf2ps.el: Update ps-print functions call.
13305 Indentation fix. Doc fix.
13306 (ebnf-version): New version number (3.2).
13307 (ebnf-format-color, ebnf-begin-job): Code fix.
13308
133092000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
13310
13311 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13312 font lock support on window-system.
13313 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13314
13315 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13316 display-color-p, if fboundp, instead of window-system.
13317
133182000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
13319
13320 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13321 instead of window-system.
13322
13323 * wid-edit.el (widget-choose): Use display-mouse-p instead of
13324 window-system.
13325 (widget-choice-mouse-down-action): Use display-popup-menus-p
13326 instead of window-system.
13327
13328 * strokes.el (strokes-file): Run the file name through
13329 convert-standard-filename.
13330 (strokes-mode): Call display-mouse-p instead of looking at
13331 window-system. Change the error message accordingly.
13332
13333 * progmodes/cpp.el (toplevel): Support faces on tty's.
13334
13335 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13336 (lm-plot-square, lm-init-display): Don't use window-system.
13337
13338 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13339 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13340
13341 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13342 instead of looking at window-system.
13343
133442000-07-30 Gerd Moellmann <gerd@gnu.org>
13345
13346 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13347 of testing if iswitchb-prepost-hooks is bound, because the
13348 latter will always be true when invoking a recursive minibuffer
13349 from an active Iswitchb buffer.
13350
133512000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
13352
13353 * files.el (shell-quote-wildcard-pattern): New function.
13354 (insert-directory): Call it. Only prepend "\" to command on Unix
13355 and GNU/Linux systems.
13356
133572000-07-30 Gerd Moellmann <gerd@gnu.org>
13358
13359 * eshell/esh-groups.el: Change custom :link file names
13360 from `eshell.info' to `eshell'.
13361
133622000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
13363
13364 * dired.el (dired-build-subdir-alist): Expand subdirectory names
13365 correctly in recursive ange-ftp listings.
13366
133672000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13368
13369 * ps-print.el: Fix bug 1: if ps-font-size-internal,
13370 ps-header-font-size-internal and
13371 ps-header-title-font-size-internal variables are not set,
13372 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
13373 face text property is (foreground-color . COLOR) or
13374 `(background-color . COLOR)', ps-print crashes. Doc fix.
13375 (ps-print-version): New version number (5.2.4).
13376 (ps-plot-region): Code fix.
13377 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13378 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13379 Bug fix 2.
13380
133812000-07-30 Milan Zamazal <pdm@freesoft.cz>
13382
13383 * glasses.el (glasses-make-readable): Fix uncapitalization of
13384 identifiers like `myXMLDocument'.
13385
133862000-07-28 Karl Fogel <kfogel@red-bean.com>
13387
13388 * mail/mail-hist.el (mail-hist-previous-input)
13389 (mail-hist-next-input): Do the obvious code factorization.
13390 (mail-hist-retrieve-and-insert): New func, contains common
13391 code of above two.
13392 If inserting a message body, leave point at top.
13393
133942000-07-28 Sam Steingold <sds@gnu.org>
13395
13396 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13397 Use `<=', not `<' to compare times!
13398 (ange-ftp-ls): Remove.
13399
134002000-07-27 Gerd Moellmann <gerd@gnu.org>
13401
13402 * play/cookie1.el: Add explanation of how to make cookie.el
13403 compatible with strfile(1) to comment.
13404
13405 * subr.el (remove, remq): New functions.
13406
13407 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13408 escape `*' in regexps.
13409 (midnight-find): Reverse order of arguments in the funcall of
13410 TEST.
13411
13412 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13413 and `.class'.
13414
13415 * play/meese.el: Add Commentary section.
13416
134172000-07-27 Alex Schroeder <alex@gnu.org>
13418
13419 * sql.el (sql-ms): Added autoload cookie.
13420 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13421 (sql-oracle): Ditto.
13422 (sql-help): Doc change.
13423
13424 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13425 types and exceptions.
13426
134272000-07-27 Alex Schroeder <alex@gnu.org>
13428
13429 * sql.el (sql-placeholder-history): New variable.
13430 (sql-query-placeholders-and-send): New function that will query
13431 the user and replace placeholders with user input.
13432 (sql-oracle): If running on NT, set comint-input-sender to
13433 sql-query-placeholders-and-send.
13434
13435 (sql-stop): If in the SQLi buffer, insert stop notification, else
13436 present it as a message.
13437
134382000-07-27 Alex Schroeder <alex@gnu.org>
13439
13440 * sql.el (sql-input-ring-separator): Doc change.
13441 (sql-input-ring-file-name): Doc change.
13442 (sql-interactive-mode): Use `sql-input-ring-separator' and
13443 `sql-input-ring-file-name' to set the comint-mode equivalents
13444 without making them local variables.
13445 (sql-stop): Don't bind `sql-input-ring-separator' and
13446 `sql-input-ring-file-name' dynamically to their comint-mode
13447 equivalents.
13448
134492000-07-27 Kenichi Handa <handa@etl.go.jp>
13450
13451 * international/mule.el (register-char-codings): New function.
13452 (make-coding-system): Handle `safe-chars' specification in the arg
13453 PROPERTY.
13454
13455 * international/mule-cmds.el
13456 (find-coding-systems-region-subset-p): This function deleted.
13457 (sort-coding-systems-predicate): New variable.
13458 (sort-coding-systems): New function.
13459 (find-coding-systems-region): Use
13460 find-coding-systems-region-internal.
13461 (find-coding-systems-string): Use find-coding-systems-region.
13462 (find-coding-systems-for-charsets): Check
13463 char-coding-system-table.
13464 (select-safe-coding-system-accept-default-p): New variable.
13465 (select-safe-coding-system): Mostly rewritten. New argument
13466 ACCEPT-DEFAULT-P.
13467 (select-message-coding-system): Call select-safe-coding-system
13468 with ACCEPT-DEFAULT-P arg.
13469 (reset-language-environment): Reset default-sendmail-coding-system
13470 to the default value iso-latin-1.
13471 (set-language-environment): Don't set the obsolete variable
13472 charset-origin-alist.
13473
13474 * international/codepage.el (cp-coding-system-for-codepage-1):
13475 Give `safe-chars' property to make-coding-system.
13476
13477 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13478 calling select-message-coding-system twice.
13479
13480 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13481 instead of `safe-charsets'.
13482 (cyrillic-alternativnyj): Likewise.
13483 (ccl-encode-alternativnyj): Don't check the charset
13484 cyrillic-iso8859-5.
13485
134862000-07-27 Kenichi Handa <handa@etl.go.jp>
13487
13488 * composite.el (compose-chars-after): Preserve match data.
13489
134902000-07-26 Sam Steingold <sds@gnu.org>
13491
13492 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13493 (ange-ftp-real-file-newer-than-file-p): New function.
13494 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13495 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13496
13497 * tooltip.el (tooltip-float-time): Removed (use `float-time').
13498 * midnight.el (midnight-float-time): Ditto.
13499
135002000-07-26 Andreas Schwab <schwab@suse.de>
13501
13502 * files.el (normal-backup-enable-predicate): Correct
13503 interpretation of the return value of compare-strings.
13504
135052000-07-26 Gerd Moellmann <gerd@gnu.org>
13506
13507 * isearch.el (isearch-resume): New function.
13508 (isearch-done): Add something to command-history to resume
13509 the search.
13510 (isearch-yank-line, isearch-yank-word): Use
13511 buffer-substring-no-properties instead of buffer-substring.
13512
13513 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13514 of flyspell-mouse-map.
13515
13516 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13517 duplicate definition.
13518 (makefile-mode): Remove duplicate setting of local-abbrev-table.
13519
13520 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13521 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13522
135232000-07-25 Sam Steingold <sds@gnu.org>
13524
13525 * net/ange-ftp.el: Get modtime over the net.
13526 (ange-ftp-file-modtime): New function.
13527 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13528 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13529 Use it.
13530 (ange-ftp-dot-to-slash): New function.
13531 (ange-ftp-fix-name-for-vms): Use it.
13532
13533 * midnight.el (midnight-buffer-display-time): Use
13534 `with-current-buffer'.
13535
135362000-07-25 Gerd Moellmann <gerd@gnu.org>
13537
13538 * find-dired.el: Update copyright notice.
13539 (find-dired): Offer to kill a running `find'.
13540
13541 * enriched.el (enriched-face-ans): For a `foreground-color'
13542 property, return '(("x-color" COLOR))' so that COLOR will be
13543 output as a parameter of the x-color annotation. Likewise for the
13544 `background-color' property. In the case of normal face
13545 properties, don't return annotations for unspecified foreground
13546 and background face attributes.
13547
135482000-07-25 Kenichi Handa <handa@etl.go.jp>
13549
13550 * language/japan-util.el (japanese-katakana-region): Fix handling
13551 HANKAKU argument.
13552
135532000-07-25 Miles Bader <miles@gnu.org>
13554
13555 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13556 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
13557 constrain-to-field.
13558
135592000-07-24 Andrew Innes <andrewi@gnu.org>
13560
13561 * timer.el (timer-activate-when-idle): Add optional parameter
13562 DONT-WAIT. Update docstring.
13563 (run-with-idle-timer): Specify extra parameter to
13564 timer-activate-when-idle, so that timer will be activated
13565 immediately if Emacs is already idle.
13566
13567 * w32-fns.el (w32-using-nt): Fix docstring.
13568
135692000-07-24 Dave Love <fx@gnu.org>
13570
13571 * mouse.el (popup-menu): Set last-command-event.
13572 (mouse-major-mode-menu-prefix): Declare.
13573
135742000-07-24 Gerd Moellmann <gerd@gnu.org>
13575
13576 * textmodes/flyspell.el: Update to author's version 1.5d.
13577
13578 * progmodes/hideshow.el: Update copyright notice.
13579
13580 * vcursor.el: Set maintainer to FSF, since author cannot
13581 be reached.
13582
135832000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
13584
13585 * info.el (Info-goto-emacs-key-command-node): Leave a space after
13586 the prompt.
13587
13588 * mouse.el (popup-menu): Run the keymap through indirect-function,
13589 in case it was defined with define-prefix-key. If the menu is a
13590 list of keymaps, look up the binding of user's choice in each one
13591 of the keymaps.
13592 (mouse-popup-menubar): If the global and local menu-bar keymaps
13593 don't have a prompt string, create one and insert it into the
13594 keymap. Don't barf if current-local-map returns nil.
13595
135962000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
13597
13598 * dired.el (dired-sort-R-check): Added to allow recursive listing
13599 to be undone.
13600 (dired-sort-other): Use it.
13601
136022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13603
13604 * Release of cc-mode 5.27
13605
136062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13607
13608 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13609 c-beginning-of-statement-1 that caused a bad case of recursion
13610 which could consume a lot of CPU in large classes in languages
13611 that have in-expression classes (i.e. Java and Pike).
13612
13613 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13614 statements before top level constructs (i.e. case 6 is moved
13615 before case 5 and is now case 4) to catch in-expression
13616 classes in top level expressions correctly.
13617
136182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13619
13620 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13621 objc-method-intro. Case 4 removed and case 5I added.
13622
13623 * cc-langs.el (c-append-paragraph-start): New variable used by
13624 c-common-init to get paragraph-start correct.
13625 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13626 initialize paragraph-start to make it correct both with and
13627 without the javadoc special case.
13628
13629 * cc-mode.el (java-mode): Use c-append-paragraph-start to
13630 initialize paragraph-start for javadoc markup.
13631
13632 * cc-vars.el (c-style-variables-are-local-p): Incompatible
13633 change by defaulting this to t. It's motivated by the
13634 confusing behavior that otherwise arise from the style system
13635 when editing both java and non-java files at the same time
13636 (see the comments about style setting in c-common-init).
13637
136382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13639
13640 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13641 similar to the one in c-fill-paragraph to check the fill
13642 prefix from the adaptive fill function for sanity.
13643
136442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13645
13646 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13647 defun block.
13648
a30eb617
DL
136492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13650
13651 * cc-align.el (c-lineup-multi-inher): Handle lines with
13652 leading comma nicely. Extended to handle member initializers
13653 too.
13654
13655 * cc-engine.el: (c-beginning-of-inheritance-list,
13656 c-guess-basic-syntax): Fixed recognition of inheritance lists
13657 when the lines begins with a comma.
13658
a30eb617
DL
13659 * cc-vars.el (c-offsets-alist): Changed default for
13660 member-init-cont to c-lineup-multi-inher since it now handles
13661 member initializers and indents better for leading commas.
13662
136632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13664
13665 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13666 handling that caused class open lines to be recognized as
13667 statement-conts in some cases.
13668
13669 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13670 guessed by the adaptive fill function unless point is on the
13671 first line of a block comment.
13672
13673 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13674 when the buffer ends with a macro continuation char.
13675
13676 * cc-engine.el (c-guess-basic-syntax): Added support for
13677 function definitions as statements in Pike. The first
13678 statement in a lambda block is now labeled defun-block-intro
13679 instead of statement-block-intro.
13680
13681 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
13682 so that the class surrounding point is selected, not the one
13683 innermost in the state.
13684
13685 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13686 recognition of switch labels having hanging multiline
13687 statements.
13688
13689 * cc-engine.el (c-beginning-of-member-init-list): Broke out
13690 some code in c-guess-basic-syntax to a separate function.
13691 * cc-engine.el (c-just-after-func-arglist-p): Fixed
13692 recognition of member inits with multiple line arglists.
13693 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13694 member-init-cont when the commas are in funny places.
13695
136962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13697
13698 * cc-defs.el (c-auto-newline): Removed this macro since it's
13699 not used anymore.
13700
13701 * cc-engine.el (c-looking-at-bos): New helper function.
13702 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
13703 inexpr and toplevel classes apart in Pike.
13704
13705 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
13706 of case 9A.
13707
13708 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
13709 constant, since "class" can introduce an in-expression class
13710 in Pike nowadays.
13711
137122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13713
13714 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
13715 indentation on cpp-macro lines.
13716
13717 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
13718 a syntax modifier like comment-intro, to make it possible to
13719 get syntactic indentation for preprocessor directives. It's
13720 incompatible wrt to lineup functions on cpp-macro, but it has
13721 no observable effect in the 99.9% common case where cpp-macro
13722 is set to -1000.
13723
137242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13725
13726 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
13727 member-init-cont when the preceding arglist is several lines.
13728
137292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13730
13731 * cc-styles.el (c-style-alist): The basic offset for the BSD
13732 style corrected to 8.
13733
137342000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13735
13736 * cc-styles.el (c-style-alist): Adjusted the indentation of
13737 brace list openers in the gnu style.
13738
137392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13740
13741 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
13742
13743 * cc-cmds.el (c-electric-brace, c-electric-slash,
13744 c-electric-star, c-electric-semi&comma, c-electric-colon,
13745 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
13746 when c-syntactic-indentation is nil.
13747
13748 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
13749 we were left at comments preceding the first statement when
13750 reaching the beginning of the buffer.
13751
13752 * cc-vars.el (c-syntactic-indentation): New variable to turn
13753 off all syntactic indentation.
13754
137552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13756
13757 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
13758 between the text and the block comment ender when it hangs,
13759 depending on how many there are before the fill.
13760
137612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13762
13763 * cc-engine.el (c-beginning-of-closest-statement): New helper
13764 function to go back to the closest preceding statement start,
13765 which could be inside a conditional statement.
13766 * cc-engine.el (c-guess-basic-syntax): Use
13767 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
13768
13769 * cc-engine.el (c-guess-basic-syntax): Better handling of
13770 arglist-intro, arglist-cont-nonempty and arglist-close when
13771 the arglist is nested inside parens. Cases 7A, 7C and 7F
13772 changed.
13773
13774 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
13775 up-to-date with javadoc 1.2.
13776
137772000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13778
13779 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
13780 multiline Pike type decls.
13781
137822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13783
13784 * cc-cmds.el (c-indent-new-comment-line): Always break
13785 multiline comments in multiline mode, regardless of
13786 comment-multi-line.
13787
137882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13789
13790 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
13791 fully::qualified::names in C++ member init lists. Preamble in
13792 case 5D changed.
13793
137942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13795
13796 * cc-langs.el (c-common-init): Handling of obsolete variables
13797 moved to c-initialize-cc-mode. More compatible style override
13798 when using global style variables.
13799 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
13800 variables moved here.
13801
a30eb617
DL
13802 * cc-styles.el (c-make-styles-buffer-local): Flag style
13803 variable localness in c-style-variables-are-local-p to make
13804 the compatibility measure in c-common-init work well.
13805
13806 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
13807 longer contain set-from-style.
13808 * cc-styles.el (c-initialize-builtin-style): Don't check for
13809 set-from-style on c-special-indent-hook.
13810 * cc-styles.el (c-copy-tree): Obsolete. The standard function
13811 copy-alist is sufficient now.
13812
13813 * cc-styles.el (c-set-style, c-set-style-1,
13814 c-get-style-variables): Fixes to variable initialization so
13815 that duplicate entries in styles have the same effect
13816 regardless of DONT-OVERRIDE.
13817
13818 * cc-styles.el (c-set-style-2): Fixed bug where the
13819 initialization of inheriting styles failed when the
13820 dont-override flag is set.
13821
13822 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
13823 on this.
13824
138252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13826
13827 * cc-defs.el (c-forward-comment): Removed the workaround
13828 introduced in 5.38 since it had worse side-effects. If a line
13829 contains the string "//\"", it regarded the // as a comment
13830 start since the \ temporarily doesn't have escape syntax.
13831
eb04d6cd 138322000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
13833
13834 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
13835 ada-xref.el before ada-prj.el, so that the Project menu is created
13836 when ada-prj tries to add to it.
13837 (ada-activate-keys-for-case): Suppress the characters that are not
13838 part of the Ada syntax. Better compatibility with else-mode
13839 (ada-adjust-case-interactive): When auto-casing is not active,
13840 correctly insert newlines (used to insert only ^M). Prevent the
13841 syntax table from being changed in case of an error
13842 (or '_' becomes part of a word and some commands are confused).
13843 Do nothing if ada-auto-case is nil.
13844 (ada-after-keyword-p): Ignore keywords that are also attributes
13845 (ada-batch-reformat): Update usage comment
13846 (ada-call-from-contextual-menu): New function
13847 (ada-case-read-exceptions): Reinitialize the casing exception list
13848 first to nil first, so that the casing exception file can be
13849 shared.
13850 (ada-check-defun-name): Handles "configure" keyword for gnatdist
13851 files.
13852 (ada-compile-goto-error): Fix regexp used to detect a file:line
13853 anywhere in the error message
13854 (ada-contextual-menu-last-point): New variable
13855 (ada-create-keymap): If the variable delete-key-deletes-forward is
13856 t on XEmacs, it means that DEL should delete one character
13857 forward.
13858 (ada-create-menu): Use :included instead of :visible for XEmacs.
13859 New submenu "Options".
13860 (ada-end-stmt-re): Correctly indent "select ... then abort"
13861 statements.
13862 (ada-fill-comment-paragraph): Correctly delete all leading '--'
13863 even if they don't match ada-fill-comment-prefix Fix handling of
13864 paragraphs on the first or last line of a file.
13865 (ada-format-paramlist): Fix handling of default parameter values.
13866 (ada-get-body-name): New function.
13867 (ada-get-current-indent): Optimized by searchling directly for an
13868 existing generic part or a statement outside of it. Handle
13869 ada-indent-align-comments when indenting comments Replaced some
13870 regexps by testing directly the next character. This results in a
13871 huge speedup on some files. New indentation scheme for renames
13872 statements. Stop looking for the 'while' or 'for' associated with
13873 a 'loop' at the first semicolon encountered. A "return" can also
13874 match an anonymous access subprogram declaration.
13875 (ada-get-indent-noindent): Ignore strings and comments when
13876 looking for the keywords "record" and "private".
13877 (ada-goto-matching-decl-start): When matching "if", make sure we
13878 are not in fact seeing "end if". Ignore "when" statements except
13879 when initial keyword was "begin". Fix handling of nested
13880 procedures. Add a recursive call to this function to skip over
13881 other 'end' statmts. Fix indentation for "when .. => begin"
13882 (ada-in-open-paren-p): Fix indentation for complex boolean
13883 expressions, where 'and then', 'or else' and parenthesis
13884 statements are mixed up.
13885 (ada-in-paramlist-p): Skip comments while searching for the
13886 beginning Fix handling of operator declarations.
13887 (ada-indent-align-comments): New variable
13888 (ada-indent-current): Change the syntax table only in the
13889 protected section, so that we are sure it is restored correctly.
13890 (ada-indent-on-previous-lines): Use ada-use-indent and
13891 ada-with-indent Correctly indent "select ... then"
13892 (ada-indent-region): Slight speedup.
13893 (ada-indent-renames): New variable.
13894 (ada-last-which-function-subprog, ada-last-which-function-line):
13895 New variables
13896 (ada-looking-at-semi-private): Correctly indent the 'private'
13897 keyword when it is the first word in a package declaration.
13898 (ada-loose-case-word): Stop searching if at the end of the buffer.
13899 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
13900 even if point is not initially at the end of the word.
13901 (ada-matching-decl-start-re): Add "when".
13902 (ada-mode): Add support for abbrev-mode, outline-mode and
13903 which-func-mode Override the old find-file.el entry in
13904 ff-special-constructs since it is using the obsolete
13905 ada-spec-suffix variable
13906 (ada-no-auto-case): New function
13907 (ada-scan-paramlist): When parsing the argument type, accept
13908 spaces (as in "X 'Class", generated by Rational Rose).
13909 (ada-other-file-name): No longer loads the other file.
13910 (ada-popup-menu): Save and restore the current buffer and cursor
13911 position before and after displaying the menu.
13912 (ada-search-ignore-complex-boolean): New function.
13913 (ada-uncomment-region): Emacs21 already knows how to delete
13914 comments not starting in the first column.
13915 (ada-use-indent): New variable
13916 (ada-which-function): New function.
13917 (ada-with-indent): New variable
13918 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
13919 can be batch-compiled from the command line.
13920
13921 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
13922 Add to the menu when the file is loaded, not in ada-mode-hook.
13923 Add -toolbar to the default ddd command Switches moved from
13924 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
13925 ada-prj-default-comp-opt
13926 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
13927 Reference Manual to the menu
13928 (ada-check-current): rewritten as a call to ada-compile-current
13929 (ada-compile): Removed.
13930 (ada-compile-application, ada-compile-current, ada-check-current):
13931 Set the compilation-search-path so that compile.el automatically
13932 finds the sources in src_dir. Automatic scrollong of the
13933 compilation buffer. C-uC-cC-c asks for confirmation before
13934 compiling
13935 (ada-compile-current): New parameter, prj-field
13936 (ada-complete-identifier): Load the .ali file before doing
13937 processing
13938 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
13939 conform to gnatmake's behavior.
13940 (ada-find-file-in-dir): New function
13941 (ada-find-references): Set the environment variables for gnatfind
13942 (ada-find-src-file-in-dir): New function.
13943 (ada-first-non-nil): Removed
13944 (ada-gdb-application): Add support for jdb, the java debugger.
13945 (ada-get-ada-file-name): Load the original-file first if not done
13946 yet.
13947 (ada-get-all-references): Handles the new ali syntax (parent types
13948 are found between <>).
13949 (ada-initialize-runtime-library): New function
13950 (ada-mode-hook): Always load a project file when a file is opened,
13951 so that the casing exceptions are correctly read.
13952 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
13953 (ada-parse-prj-file): Use find-file-noselect instead of find-file
13954 to open the project file, since the latter does not work with
13955 speedbar Get default values before loading the prj file, or the
13956 default executable file name is wrong. Use the absolute value of
13957 src_dir to initialize ada-search-directories and
13958 compilation-search-path,... Add the standard runtime library to
13959 the search path for find-file.
13960 (ada-prj-default-debugger): Was missing an opening '{'
13961 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
13962 variables.
13963 (ada-prj-default-gnatmake-opt): New variable
13964 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
13965 buffers, the project file is the default one Save the windows
13966 configuration before displaying the menu.
13967 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
13968 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
13969 ...) regexp-quote identifiers names to support operators +,
13970 -,... in regexps.
13971 (ada-remote): New function.
13972 (ada-run-application): Erase the output buffer before starting the
13973 run Support remote execution of the application. Use
13974 call-process, or the arguments are incorrectly parsed
13975 (ada-set-default-project-file): Reread the content of the active
13976 project file, not the one from the current buffer When a project
13977 file is set as the default project, all directories are
13978 automatically associated with it.
13979 (ada-set-environment): New function
13980 (ada-treat-cmd-string): New special variable ${current}
13981 (ada-treat-cmd-string): Revised. The substitution is now done for
13982 any ${...} substring
13983 (ada-xref-current): If no body was found, compiles the spec
13984 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
13985 compiler to get rid of command line length limitations.
13986 (ada-xref-get-project-field): New function
13987 (ada-xref-project-files): New variable
13988 (ada-xref-runtime-library-specs-path)
13989 (ada-xref-runtime-library-ali-path): New variables
13990 (ada-xref-set-default-prj-values): Default run command now does a
13991 cd to the build directory. New field: main_unit Provide a default
13992 file name even if the current buffer has no prj file.
13993
13994 * ada-prj.el:
13995 Rewritten to show a tabbed-dialog.
13996 (ada-prj-add-ada-menu): Remove the map and name parameters.
13997 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
13998 New function
13999 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14000 (ada-prj-load-from-file): New function
14001 (ada-prj-save): Always save fields that depend on the current buffer
14002 (ada-prj-show-value): New function
14003
14004 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14005 Ada mode. This will allow us to display the Ada menu in any buffer
14006 we want (for project items).
14007 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14008 number of spaces in the header.
14009
140102000-07-24 Dave Love <fx@gnu.org>
14011
14012 * ediff-init.el (ediff-region-help-echo): Bind face-help.
14013
140142000-07-23 Noah Friedman <friedman@splode.com>
14015
14016 * type-break.el (type-break): perform autosave.
14017 Suggested by Stephen Gildea <gildea@intouchsys.com>.
14018 (type-break-do-query): Cancel query schedule while performing
14019 actual query, to avoid possibility of a second query being made
14020 while first one is already in progress.
14021 (type-break-time-stamp-format): New variable.
14022 (type-break-time-stamp): New function.
14023 (type-break-time-warning): Use it.
14024 (type-break-keystroke-warning): Use it.
14025 (type-break-noninteractive-query): Use it.
14026
14027 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14028 cookie.
14029 Use add-minor-mode to set minor-mode-alist, if available.
14030 (eldoc-echo-area-use-multiline-p): New user option.
14031 (eldoc-echo-area-multiline-supported-p): New variable.
14032 (eldoc-docstring-format-sym-doc): Use them.
14033 (eldoc-mode): If not using idle timers, append to local post and
14034 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
14035 (eldoc-display-message-no-interference-p): Don't interfere with
14036 edebug.
14037 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14038 (eldoc-function-arglist): New function.
14039 (eldoc-function-argstring): Use it.
14040
14041 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14042 auto save directory exists before calling directory-files.
14043
140442000-07-23 Dave Love <fx@gnu.org>
14045
14046 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
14047 ^o, ^u.
14048
140492000-07-21 Dave Love <fx@gnu.org>
14050
14051 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
14052 now passed to the function. It now works properly.
14053
14054 * smerge-mode.el (smerge-mode-menu): Fill it out.
14055
140562000-07-20 Gerd Moellmann <gerd@gnu.org>
14057
14058 * info-look.el (info-lookup): If *info* is shown in another frame
14059 on the same display, select that frame, instead of switching to
14060 the Info buffer in another window of the selected frame.
14061
14062 * simple.el (universal-argument-map): Bind numeric keypad keys
14063 kp-0 to kp-9 and kp-subtract.
14064 (digit-argument): Handle these keys.
14065
140662000-07-20 Dave Love <fx@gnu.org>
14067
14068 * net/goto-addr.el (goto-address-fontify): Don't bother with
14069 buffer-modified and read-only stuff -- irrelevant with overlays.
14070 Put an extra property on the overlays and use it to clean up in
14071 case goto-address is re-run.
14072
140732000-07-19 Richard M. Stallman <rms@gnu.org>
14074
14075 * timer.el (run-with-idle-timer): Doc fix.
14076
14077 * mail/mail-utils.el (mail-strip-quoted-names):
14078 Handle case where <...> appears inside "...".
14079 Use replace-match to edit the string more simply.
14080 (rmail-dont-reply-to): Cope with an unmatched ".
14081
140822000-07-19 Dave Love <fx@gnu.org>
14083
14084 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14085 implementation.
14086
14087 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14088 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14089 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14090
140912000-07-19 Gerd Moellmann <gerd@gnu.org>
14092
14093 * textmodes/refer.el: Correct maintainer's email address.
14094
14095 * progmodes/hideif.el: Correct author's email address.
14096 Fix typo in comment.
14097
14098 * xml.el: New file.
14099
14100 * mail/mailheader.el: Correct author's mail address.
14101
14102 * gnus/parse-time.el: Correct author's mail address.
14103
141042000-07-19 Colin Walters <walters@cis.ohio-state.edu>
14105
14106 * comint.el (comint-highlight-input, comint-highlight-face):
14107 New user options.
14108 (comint-input-ring-file-name): Change custom type.
14109 (comint-mode-map): Bind mouse-2.
14110 (comint-insert-clicked-input): New function.
14111 (comint-send-input): Handle input highlighting.
14112
141132000-07-18 Stefan Monnier <monnier@cs.yale.edu>
14114
14115 * mouse.el (popup-menu): New function.
14116 (mouse-major-mode-menu): Use it.
14117
141182000-07-18 Dave Love <fx@gnu.org>
14119
14120 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14121 improvements.
14122
141232000-07-18 Gerd Moellmann <gerd@gnu.org>
14124
14125 * faces.el (face-font-selection-order)
14126 (face-font-family-alternatives): Add custom type.
14127
141282000-07-18 Dave Love <fx@gnu.org>
14129
14130 * cus-edit.el (custom-variable-reset-saved)
14131 (custom-variable-reset-standard): Remove unused bindings.
14132
14133 * rect.el (open-rectangle-line): Remove unused let.
14134
14135 * hl-line.el (hl-line-highlight): Check hl-line-mode.
14136
141372000-07-18 Gerd Moellmann <gerd@gnu.org>
14138
14139 * cdl.el: Fix `Maintainer' keyword.
14140
14141 * play/pong.el: Add author's email address.
14142
141432000-07-17 Sam Steingold <sds@gnu.org>
14144
14145 * files.el (insert-directory): Call `split-string' instead of
14146 re-implementing it.
14147
141482000-07-18 Gerd Moellmann <gerd@gnu.org>
14149
14150 * mail/vms-pmail.el: Change maintainer to FSF.
14151
14152 * net/goto-addr.el: Change maintainer to FSF.
14153
14154 * info.el (Info-title-face-alist): Removed.
14155
141562000-07-18 David Ponce <david@dponce.com>
14157
14158 * recentf.el (recentf-open-files): New command that works like
14159 `recentf-open-more-files', but shows the whole list of files (not just
14160 those omitted from the menu). Useful if you don't use a menu-bar!
14161 (recentf-open-more-files) Modified to use `recentf-open-files'.
14162
14163 (recentf-open-files, recentf-open-more-files)
14164 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14165
14166 (recentf-dialog-mode): New mode for dialogs. You can now just type
14167 "q" to cancel the dialogs.
14168
141692000-07-18 David Ponce <david@dponce.com>
14170
14171 * recentf.el: This is a major update of recentf.el. It adds new
14172 features to better organize the recentf menu and "More..." buffer.
14173
14174 Using new provided menu filtering functions you can now organize the
14175 recent files list:
14176
14177 - by major modes
14178 - by directories
14179 - by user defined rules
14180
14181 Finally, with the new `recentf-filter-changer' customizable filter you
14182 can define a ring of filters and dynamically (via the menu) cycle on
14183 each menu organization in the ring (a la msb).
14184
141852000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
14186
14187 * eshell/eshell.el (eshell): Replace links to eshell.info with
14188 links to eshell, to avoid problems on systems where the manual is
14189 installed as `eshell'.
14190 * eshell/esh-cmd.el (eshell-cmd): Ditto.
14191 * eshell/em-smart.el (eshell-smart): Ditto.
14192 * eshell/em-banner.el (eshell-banner): Ditto.
14193 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14194
14195 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14196 same-file check in the MS-DOS version (it does support inodes).
14197
14198 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14199
14200 * eshell/eshell.el (eshell-directory-name):
14201 Run default directory name through convert-standard-filename.
14202
142032000-07-18 Kenichi Handa <handa@etl.go.jp>
14204
14205 * international/mule-cmds.el (select-safe-coding-system):
14206 Fix typo in the comment.
14207
14208 * language/european.el (compound-text):
14209 Force katakana-jisx0201 to be designated to G1.
14210
14211 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14212 Don't translate some national variant characters of latin-jisx0201.
14213 (x-ctext): Force katakana-jisx0201 to be designated to G1.
14214
14215 * international/kkc.el (kkc-after-update-conversion-functions):
14216 New variable.
14217 (kkc-update-conversion): Run functions in it at the tail.
14218
142192000-07-16 John Wiegley <johnw@gnu.org>
14220
14221 * lisp/align.el (align-newline-and-indent):
14222 Adding new function. for auto-aligning blocks of code on RET.
14223 (align-region): Fixed badly formatted minibuffer message.
14224
142252000-07-17 Kenichi Handa <handa@etl.go.jp>
14226
14227 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14228 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
14229 the conversion list at first if appropriate.
14230 (kkc-next): Don't update kkc-next-count here.
14231 (kkc-prev): Don't update kkc-prev-count here.
14232 (kkc-show-conversion-list-update): Fix setting up of conversion
14233 list message.
14234
142352000-07-16 Stefan Monnier <monnier@cs.yale.edu>
14236
14237 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14238
142392000-07-16 Dave Love <fx@gnu.org>
14240
14241 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14242 function to be more specific.
14243
14244 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14245 non-string help-echo.
14246 (widget-types-convert-widget): Defsubst it.
14247 (widget-echo-help): Try to cope with a help-echo function of two
14248 possible sorts.
14249
142502000-07-15 Jason Rumney <jasonr@gnu.org>
14251
14252 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14253 Declare as obsolete.
14254
14255 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14256
142572000-07-14 Gerd Moellmann <gerd@gnu.org>
14258
14259 * hilit-chg.el: Fix typo.
14260
142612000-07-14 Dave Love <fx@gnu.org>
14262
14263 * info.el (Info-mode-menu): Fix use of :help, :enable.
14264
142652000-07-14 Stefan Monnier <monnier@cs.yale.edu>
14266
14267 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14268
142692000-07-13 Dave Love <fx@gnu.org>
14270
14271 * emacs-lisp/easymenu.el: Doc fixes.
14272 (easy-menu-remove): Defalias to ignore.
14273
14274 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14275 Call throw correctly.
14276
142772000-07-13 Gerd Moellmann <gerd@gnu.org>
14278
14279 * faces.el (frame-background-mode): Doc fix.
14280
14281 * simple.el (eval-expression-print-length): Change custom type to
14282 allow entering nil as value.
14283
142842000-07-13 Dave Love <fx@gnu.org>
14285
14286 * progmodes/fortran.el (fortran-imenu-generic-expression):
14287 Change definition layout.
14288 (fortran-mode-menu): Reinstate customize entries.
14289
14290 * cus-edit.el (custom-group-menu-create, customize-menu-create):
14291 Use :filter, per old XEmacs code.
14292
142932000-07-12 Gerd Moellmann <gerd@gnu.org>
14294
14295 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14296 event when deciding what to send to the terminal.
14297
142982000-07-12 Dave Love <fx@gnu.org>
14299
14300 * cus-start.el: Add optional version as 4th element of specs and
14301 use it for several things new in v21. Remove load-path. Fix type
14302 of line-number-display-limit.
14303
143042000-07-11 Dave Love <fx@gnu.org>
14305
14306 * progmodes/fortran.el: Don't require easymenu.
14307 Use repeat counts in various regexps.
14308 (fortran-mode-syntax-table): Defvar directly.
14309 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14310 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14311 Use defvar, not defconst.
14312 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
14313 (fortran-mode): Set fortran-comment-line-start-skip,
14314 fortran-comment-line-start-skip, dabbrev-case-fold-search.
14315 (fortran-comment-indent): Use defsubst.
14316 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14317 Use fortran-comment-indent, not fortran-comment-indent-function.
14318 (fortran-comment-region, fortran-electric-line-number): Simplify.
14319 (fortran-auto-fill): New function.
14320 (fortran-do-auto-fill): Deleted.
14321 (fortran-find-comment-start-skip):
14322 Check for non-null comment-start-skip.
14323 (fortran-auto-fill-mode, fortran-fill-statement):
14324 Use fortran-auto-fill.
14325 (fortran-fill): Use fortran-auto-fill. Check for null
14326 comment-start-skip. Simplify final clause and use end-of-line finally.
14327
14328 * widget.el (widget-plist-member): New alias.
14329
143302000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
14331
14332 * eshell/esh-module.el (toplevel): Reference
14333 byte-compile-current-file only if it is bound.
14334
143352000-07-10 Gerd Moellmann <gerd@gnu.org>
14336
14337 * dired.el: Don't require `dired-aux'.
14338
143392000-07-10 Miles Bader <miles@lsi.nec.co.jp>
14340
14341 * dired-aux.el (dired-show-file-type): New function.
14342 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14343 (dired-show-file-type): Add autoload.
14344
143452000-07-10 Kenichi Handa <handa@etl.go.jp>
14346
14347 * international/mule-diag.el (describe-font): Adjusted for the
14348 change of fontset-info.
14349 (print-fontset): Likewise.
14350
143512000-07-09 Stefan Monnier <monnier@cs.yale.edu>
14352
14353 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14354
143552000-07-07 Gerd Moellmann <gerd@gnu.org>
14356
14357 * bindings.el: Bind `[delete]' to delete-char.
14358
14359 * dired.el (dired-find-alternate-file): New function.
14360 (dired-mode-map): Bind `a' to dired-find-alternate-file.
14361 (toplevel): Require dired-aux when compiling.
14362 (dired-buffers): Move defvar within file to avoid compiler warning.
14363
14364 * info.el (Info-last-search): Variable removed.
14365 (Info-search-history): New variable.
14366 (Info-search): New Info-search-history.
14367
14368 * battery.el, info-look.el: Change author's mail address.
14369
143702000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
14371
14372 * mail/rmail.el (rmail-clear-headers): Don't throw an error
14373 if rmail-ignored-headers is nil.
14374 (rmail-retry-failure): Bind rmail-ignored-headers and
14375 rmail-displayed-headers to nil.
14376
143772000-07-06 Gerd Moellmann <gerd@gnu.org>
14378
14379 * lpr.el (lpr-page-header-switches): Add `-h' switch.
14380 (print-region-1): Don't hard code `-h' here.
14381
14382 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14383
143842000-07-01 Francesco Potorti` <pot@gnu.org>
14385
14386 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14387 exim can use "your message" instead of "the message".
14388
143892000-07-06 Stefan Monnier <monnier@cs.yale.edu>
14390
14391 * facemenu.el: Docstrings fixes.
14392 (facemenu-get-face): Don't use internal-find-face.
14393 (facemenu-iterate): Rename arg to match the docstring.
14394
14395 * newcomment.el (uncomment-region): Be more careful when skipping
14396 backwards over `=' not to bump into BOBP.
14397
143982000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
14399
14400 * ediff-diff.el (ediff-wordify): Use syntax table.
14401 * ediff-init.el (ediff-has-face-support-p): Use
14402 ediff-color-display-p.
14403 (ediff-color-display-p): Use display-color-p, changed to defun
14404 from defsubst.
14405 Got rid of special cases for NeXT and OS/2.
14406 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14407 face.
14408
144092000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14410
14411 * emacs-lisp/lucid.el: Require CL.
14412 (copy-tree, remprop): Remove, it's provided by CL.
14413 (map-keymap): Define in terms of cl-map-keymap.
14414 (extent-property, set-extent-end-glyph): New functions.
14415
14416 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14417
144182000-07-05 Gerd Moellmann <gerd@gnu.org>
14419
14420 * Makefile.in (DONTCOMPILE): Add comment that the name may
14421 not be changed without changing the make-dist script.
14422
14423 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14424 (cl-mapc): Use mapc instead of cl-old-mapc.
14425
144262000-07-05 Andrew Innes <andrewi@gnu.org>
14427
14428 * makefile.nt: Add support for `bootstrap' and related targets.
14429
144302000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14431
14432 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14433 (easy-menu-do-define): Use `menu-item' format.
14434 Handle case where easy-menu-create-menu returns a symbol.
14435 Manually call the potential top-level filter in the function binding.
14436 (easy-menu-filter-return): New arg NAME.
14437 Convert to a keymap if MENU is an XEmacs menu.
14438 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
14439 (easy-menu-converted-items-table, easy-menu-convert-item):
14440 New var and fun to memoize easy-menu-convert-item-1.
14441 (easy-menu-do-add-item): Use it.
14442 (easy-menu-create-menu): Use easy-menu-convert-item.
14443 Wrap easy-menu-filter-return around any :filter specification.
14444 Don't convert the menu if a filter was specified.
14445 Tell easy-menu-make-symbol not to check for MENU being an expression.
14446 (easy-menu-make-symbol): New arg NOEXP.
14447
144482000-07-05 Gerd Moellmann <gerd@gnu.org>
14449
14450 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14451 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14452 (eval-defun): If called with prefix arg, instrument code for
14453 Edebug.
14454
14455 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14456 similar to that of eval-defun.
14457
144582000-07-04 Dave Love <fx@gnu.org>
14459
14460 * hl-line.el (hl-line-overlay): Make it permanent-local.
14461
14462 * calendar/todo-mode.el: Replaced with a working version, based on
14463 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14464
144652000-07-03 Miles Bader <miles@lsi.nec.co.jp>
14466
14467 * paths.el (prune-directory-list): New function.
14468 (Info-default-directory-list): Rewritten to more methodically
14469 enumerate a big list of possible info directories (based on the
14470 list used by the standalone info reader).
14471
14472 * info.el (info-initialize): Use prune-directory-list to remove
14473 non-existent directories from Info-directory-list.
14474
14475 * paths.el (Info-default-directory-list): Try a list of possible
14476 info-directories instead of a single one. Add the possible
14477 info directory "/usr/share/info".
14478
14479 * woman.el (woman-man.conf-path): Explicitly include the debian
14480 man-db config file "/etc/manpath.config".
14481 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14482 are present in `manpath.config'.
14483 (woman-manpath): Include "/usr/share/man".
14484
144852000-07-03 Gerd Moellmann <gerd@gnu.org>
14486
14487 * frame.el (blink-cursor-mode): Don't hide cursor initially.
14488
14489 * startup.el (command-line): Initialize blink-cursor based
14490 on window-system.
14491
14492 * frame.el (blink-cursor): Default to nil if not running under
14493 a window-system.
14494
14495 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14496 (face-x-resources): Remove duplicate entry for :font.
14497
14498 * textmodes/refer.el (refer-find-entry-internal): Use some-window
14499 instead of cycling through windows with next-window.
14500
14501 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14502 of cycling through windows with next-window.
14503
14504 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14505 of cycling through windows with next-window.
14506
14507 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14508 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14509 instead of cycling through windows with next-window.
14510
14511 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14512 instead of cycling through windows with next-window.
14513
14514 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14515 of cycling through windows with next-window.
14516
14517 * terminal.el (te-process-output): Use walk-windows instead of
14518 cycling through windows with next-window.
14519
14520 * server.el (server-switch-buffer): Use some-window instead of
14521 cycling through windows with next-window.
14522
14523 * window.el (some-window): New function.
14524 (walk-windows): Remove reference to walk-windows-start.
14525
14526 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14527
145282000-07-03 Richard Stallman <rms@gnu.org>
14529
14530 * window.el (walk-windows): Guarantee termination by keeping a list
14531 of all the windows already handled.
14532
145332000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14534
14535 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14536 window-system.
14537
14538 * man.el (Man-notify-when-ready): Don't use window-system. If
14539 Man-notify-method is newframe, and the display is not
14540 multi-frame, select the frame created for the man page.
14541 (Man-init-defvars): Doc fix.
14542
145432000-06-28 Gerd Moellmann <gerd@gnu.org>
14544
14545 * faces.el (region): Change background color for light background.
14546
14547 * ediff-wind.el (ediff-setup-control-frame): Remove :box
14548 attribute from mode-line face of Ediff control frame.
14549
14550 * replace.el (query-replace-map): Bind `e' like `E'.
14551
145522000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14553
14554 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14555 Change name to "Select All".
14556
14557 * dos-fns.el (convert-standard-filename): Fix last change.
14558
145592000-06-27 Gerd Moellmann <gerd@gnu.org>
14560
14561 * help.el (describe-variable): Don't insert a second `'s' in front
14562 of the string `value is shown below'. Since the syntax-table is
14563 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14564 an existing `'s', so that this won't be deleted.
14565
14566 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14567 * pcmpl-unix.el: New files.
14568
145692000-06-26 Stefan Monnier <monnier@cs.yale.edu>
14570
14571 * wid-edit.el (widget-member): Use the new plist-member.
14572
145732000-06-26 Gerd Moellmann <gerd@gnu.org>
14574
14575 * replace.el (perform-replace): Undo change of 2000-04-04.
14576 Instead, move backward 1 character at the end of the loop when
14577 necessary.
14578
14579 * faces.el (fringe): Change face for different backgrounds.
14580
14581 * eshell/esh-module.el (toplevel): Load defgroup's differently;
14582 patch from John.
14583
14584 * eshell/*.el: Change spelling of the Free Software Foundation.
14585
14586 * eshell/esh-toggle.el: Removed.
14587
14588 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14589
14590 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14591 interactively.
14592
145932000-06-26 Alex Schroeder <alex@gnu.org>
14594
14595 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14596 `define-key'; instead of checking `(emacs-version)' check for
14597 `set-keymap-parent' and `set-keymap-name' directly. Add entries
14598 for `;' and `o' which might be electric.
14599
14600 (sql-electric-stuff): New user option.
14601 (sql-magic-go): New function which uses `sql-electric-stuff'.
14602 (sql-magic-semicolon): New function which uses
14603 `sql-electric-stuff'.
14604
14605 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14606 is not fboundp.
14607
14608 (sql-oracle-options): New variable.
14609 (sql-oracle): Use it.
14610
14611 (sql-imenu-generic-expression): Doc change.
14612 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14613 is used.
14614
14615 (sql-informix): Added command line parameter "-" to force
14616 sql-informix-program to use stdout.
14617
146182000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
14619
14620 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14621 (cp864-decode-table): Doc fix.
14622 (cp720-decode-table): New variable, supports the Arabic OEM
14623 codepage used by Windows.
14624 (cp737-decode-table): New, Greek OEM codepage used by Windows.
14625
146262000-06-23 Dave Love <fx@gnu.org>
14627
14628 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14629 (font-lock-fontify-anchored-keywords): Use
14630 line-beginning-position.
14631 (global-font-lock-mode): Use mapc.
14632
146332000-06-23 Stefan Monnier <monnier@cs.yale.edu>
14634
14635 * eshell/esh-module.el: Require CL when compiling.
14636
146372000-06-23 Gerd Moellmann <gerd@gnu.org>
14638
14639 * comint.el (comint-substitute-in-file-name): Call replace-match
14640 with second and third arg t.
14641
14642 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14643 Specify foreground color.
14644
14645 * faces.el (tool-bar, mode-line, header-line): Specify foreground
14646 color.
14647
14648 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14649
14650 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14651 cddr instead of cdddr.
14652
14653 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14654 instead of copy-list.
14655
14656 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14657 of copy-list.
14658
14659 * subdirs.el: Add eshell subdirectory.
14660
14661 * eshell: New subdirectory containing the Eshell package.
14662
14663 * pcomplete.el: New file.
14664
146652000-06-23 Paul Eggert <eggert@twinsun.com>
14666
14667 * mail/mailpost.el (post-mail-send-it): Make sure file has
14668 proper permissions from birth.
14669
14670 * files.el (basic-save-buffer-2): When temporarily setting
14671 file modes, set them to current modes plus 0200, not to 0777.
14672
14673 * emerge.el (emerge-make-temp-file): Make sure file has proper
14674 permissions from birth.
14675
146762000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
14677
14678 * files.el (make-backup-file-name-1): On DOS/Windows, run the
14679 backup file name through convert-standard-filename.
14680
14681 * dos-fns.el (convert-standard-filename): Convert leading
14682 directories as well. When long file names are supported, convert
14683 characters that are invalid in Windows file names.
14684
146852000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14686
14687 * ps-print.el: Fix bug: if ^L is the very first buffer character,
14688 ps-print crashes. New feature: page selection for printing. Create
14689 raw-text-unix coding system for XEmacs. Doc fix.
14690 (ps-print-version): New version number (5.2.3).
14691 (ps-plot-region): Bug fix.
14692 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14693 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14694 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
14695 funs.
14696 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
14697 (ps-last-page): New vars.
14698
146992000-06-21 Gerd Moellmann <gerd@gnu.org>
14700
14701 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
14702 empty option string.
14703
147042000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
14705
14706 * man.el (man): Doc fix.
14707
147082000-06-21 Kenichi Handa <handa@etl.go.jp>
14709
14710 * international/mule-cmds.el (set-language-info-alist): Docstring
14711 fixed.
14712
147132000-06-20 Gerd Moellmann <gerd@gnu.org>
14714
14715 * version.el (emacs-version): Use ISO date format.
14716
14717 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
14718 instead of `M-backspace'.
14719
14720 * simple.el (turn-off-auto-fill): New function.
14721
147222000-06-20 Stefan Monnier <monnier@cs.yale.edu>
14723
14724 * jit-lock.el (with-buffer-prepared-for-jit-lock):
14725 Renamed from with-buffer-prepared-for-font-lock and use
14726 inhibit-modification-hooks rather than setting *-change-functions.
14727 Update all functions to use the new name.
14728 (jit-lock-first-unfontify-pos): New semantics (and doc).
14729 (jit-lock-mode): Make non-interactive.
14730 Don't automatically turn on font-lock.
14731 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
14732 Always use jit-lock-after-change.
14733 Remove and restore font-lock-after-change-function.
14734 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
14735 (jit-lock-after-unfontify-buffer): Remove.
14736 (jit-lock-stealth-fontify):
14737 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
14738 (jit-lock-after-change): Set the `fontified' text-prop to nil.
14739
147402000-06-20 Sam Steingold <sds@gnu.org>
14741
14742 * emacs-lisp/cl-indent.el (toplevel): Indent
14743 `print-unreadable-object' properly. Untabify.
14744
147452000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14746
14747 * textmodes/reftex.el (reftex-find-citation-regexp-format):
14748 Support for bibentry.
14749 (reftex-compile-variables): Fixed problem with end of section-re.
14750
14751 * texmodes/reftex-dcr.el (reftex-view-crossref,
14752 reftex-view-crossref-from-bibtex):
14753 Deal with changed `reftex-find-citation-regexp-format'.
14754 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
14755 Replaced `remprop' with `put'.
14756 (reftex-view-crossref, reftex-view-crossref-when-idle):
14757 Support for bibentry.
14758
14759 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14760 New entry for bibentry package.
14761
14762 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14763 Regexp also matches "\nobibliography".
14764
14765 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
14766 Call `reftex-ensure-write-access' before doing anything.
14767 (reftex-ensure-write-access): New function.
14768
147692000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14770
14771 * progmodes/idlwave.el: File re-installed (update to version 4.2)
14772
14773 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
14774
14775 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
14776
14777 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
14778
14779
147802000-06-20 Dave Love <fx@gnu.org>
14781
14782 * faces.el (frame-background-mode): Use set-default, not set, in
14783 setter.
14784 (frame-update-faces, frame-update-face-colors): Define with
14785 defalias.
14786
14787 * enriched.el (enriched-decode-foreground)
14788 (enriched-decode-background): Don't use internal-find-face.
14789
14790 * apropos.el: Doc fixes.
14791
14792 * cus-edit.el (customize-changed-options): Check arg.
14793 (customize-version-lessp): Don't require decimal point.
14794
14795 * custom.el (defcustom, defgroup): Doc fix.
14796
14797 * newcomment.el (comment) <defgroup>: Add :version.
14798 (comment-multi-line): Doc fix.
14799
14800 * emulation/mlsupport.el (define-hooked-local-abbrev,
14801 define-hooked-global-abbrev): Fix, using define-abbrev.
14802
148032000-06-19 Gerd Moellmann <gerd@gnu.org>
14804
14805 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
14806 the whole buffer.
14807
148082000-06-19 Dave Love <fx@gnu.org>
14809
14810 * menu-bar.el (menu-bar-options-save): New function.
14811 (menu-bar-options-menu): Use it.
14812 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
14813 Simplify.
14814
148152000-06-19 Andreas Schwab <schwab@suse.de>
14816
14817 * progmodes/etags.el (tags-query-replace): Put new parameters
14818 START and END at the end, for backward compatibility.
14819
148202000-06-19 Kenichi Handa <handa@etl.go.jp>
14821
14822 * international/codepage.el:
14823 (cp-coding-system-for-codepage-1): Delete special codes for
14824 generating xxx-dos coding system because now a CCL based coding
14825 system can handle EOL conversion by default.
14826
14827 * international/mule.el (make-coding-system): Generate subsidiary
14828 coding systems for EOL handling variants even for a CCL based
14829 coding system.
14830
148312000-06-19 Kenichi Handa <handa@etl.go.jp>
14832
14833 * international/isearch-x.el (isearch-minibuffer-input-method)
14834 (isearch-minibuffer-input-method-function): These variables
14835 deleted.
14836 (isearch-with-input-method): Don't use the above variables.
14837 (isearch-process-search-multibyte-characters): Likewise. Call
14838 read-string with the arg INHERIT-INPUT-METHOD t.
14839
148402000-06-17 Stefan Monnier <monnier@cs.yale.edu>
14841
14842 * font-lock.el (font-lock-after-fontify-buffer)
14843 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
14844
14845 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
14846 Use consistent make-local-variable style for font-lock-fontified.
14847 (jit-lock-fontify-buffer):
14848 Don't bother checking for font-lock-mode and jit-lock-mode.
14849
14850 * time.el: Remove trailing ^M that prevent CVS-merging.
14851
148522000-06-16 Gerd Moellmann <gerd@gnu.org>
14853
14854 * Makefile.in (distclean): New target.
14855
148562000-06-16 Stefan Monnier <monnier@cs.yale.edu>
14857
14858 * Makefile.in (srcdir): Define for update-subdirs.
14859
148602000-06-16 Gerd Moellmann <gerd@gnu.org>
14861
14862 * find-lisp.el: New file.
14863
148642000-06-16 Andrew Innes <andrewi@gnu.org>
14865
14866 * time.el (display-time-mail-function): New variable, to allow
14867 external packages to indicate when new mail is available.
14868 (display-time-update): Use it.
14869
148702000-06-16 Kenichi Handa <handa@etl.go.jp>
14871
14872 * international/mule.el (mule-version): Change version name to
14873 SAKAKI. AOI has already been used by Meadow.
14874
14875 * international/quail.el (quail-show-guidance-buf): To find the
14876 bottom window (but minibuffer), pay attention to the height of
14877 minibuffer.
14878
148792000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
14880
14881 * arc-mode.el (archive-mode-map): Use the new menu-item format for
14882 menu-bar menus. Add help strings. Don't remove the Edit menu
14883 from the menu bar, as the menu bar has enough space now.
14884
14885 * Makefile.in (SHELL): Make sure /bin/sh is used.
14886
14887 * woman.el (woman-man-buffer): Fix bold and underlined CJK
14888 characters, which use series of two ^H characters instead of one.
14889
148902000-06-15 Gerd Moellmann <gerd@gnu.org>
14891
14892 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
14893 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
14894 functions.
14895 (Info-find-node-2): Try a case-sensitive search first, then
14896 do a case-insensitive search.
14897
14898 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
14899 tutorials.
14900
14901 * complete.el (PC-env-vars-alist): New variable.
14902 (PC-complete-as-file-name): New function.
14903 (partial-completion-mode): Initialize PC-env-vars-alist from
14904 process-environment.
14905 (PC-do-completion): Handle completion of env vars.
14906
14907 * info.el (Info-set-mode-line): Show file name in mode line,
14908 use `*Info*' instead of `Info:'.
14909
14910 * startup.el (command-line-1): Change copyright messages to year
14911 2000.
14912
149132000-06-15 Dave Love <fx@gnu.org>
14914
14915 * net/goto-addr.el (goto-address-fontify): Use keymap property,
14916 not local-map.
14917
149182000-06-15 Kenichi Handa <handa@etl.go.jp>
14919
14920 * international/mule.el (set-buffer-file-coding-system): Almost
14921 rewritten to handle `undecided' as no-op.
14922
149232000-06-14 Gerd Moellmann <gerd@gnu.org>
14924
14925 * Makefile.in: New file.
14926
14927 * Makefile: Removed.
14928
14929 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
14930 (goto-address-highlight-keymap): Bind C-c RET.
14931
149322000-06-14 Kenichi Handa <handa@etl.go.jp>
14933
14934 * mail/sendmail.el (sendmail-send-it): The temporary buffer
14935 inherits buffer-file-coding-system of the current buffer.
14936
14937 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
14938 0. Give correct argument to set-auto-coding-function.
14939 (tar-expunge): For goto-char, use (point-min), not 0.
14940 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
14941 (tar-subfile-save-buffer): Likewize.
14942
14943 * international/mule.el
14944 (after-insert-file-set-buffer-file-coding-system): Call
14945 set-buffer-file-coding-system with the arg FORCE t.
14946
149472000-06-13 Gerd Moellmann <gerd@gnu.org>
14948
14949 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
14950 nil. Contemporary sendmails issue an X-Authentication-Warning if
14951 the sender is set with `-f'.
14952
149532000-06-13 Dave Love <fx@gnu.org>
14954
14955 * help.el (describe-function-1): Kluge around cases of functions
14956 fset to subrs whose doc doesn't match their symbol-name.
14957
14958 * image.el (insert-image): Default STRING to a space.
14959
14960 * info.el Doc fixes.
14961 (Info-build-node-completions): Match Ref tags.
14962
149632000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
14964
14965 * frame.el (display-multi-frame-p, display-multi-font-p): New
14966 defaliases for display-graphic-p.
14967
14968 * hl-line.el: Fixed a typo in commentary.
14969
149702000-06-13 Kenichi Handa <handa@etl.go.jp>
14971
14972 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
14973 fixed.
14974
149752000-06-12 Dave Love <fx@gnu.org>
14976
14977 * image.el (insert-image): Save a little consing.
14978
149792000-06-12 Kenichi Handa <handa@etl.go.jp>
14980
14981 * language/tibet-util.el: Convert all tibetan-1-column characters
14982 to the corresponding tibetan characters.
14983 (tibetan-add-components): Delete code for the special treatment of
14984 'a chung.
14985
14986 * language/tibetan.el (tibetan-composable-pattern): Fix previous
14987 change.
14988 (tibetan-vowel-transcription-alist): More rules added.
14989 (tibetan-composite-vowel-alist): New variable.
14990 (tibetan-precomposition-rule-alist): More rules added.
14991
149922000-06-12 Stefan Monnier <monnier@cs.yale.edu>
14993
14994 * startup.el (command-line): Only call menu-bar-mode if interactive.
14995
14996 * thingatpt.el (toplevel symbol-properties):
14997 * textmodes/makeinfo.el (makeinfo-compile):
14998 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
14999 * progmodes/hideif.el (hif-compress-define-list)
15000 (hide-ifdef-use-define-alist):
15001 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15002 (ange-ftp-vms-add-file-entry):
15003 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15004 * man.el (Man-build-man-command):
15005 * mail/rnewspost.el (news-reply-header-hook):
15006 * info.el (Info-insert-dir):
15007 * emulation/mlconvert.el (backward-word, forward-word, setq):
15008 * emacs-lisp/gulp.el (gulp-send-requests):
15009 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15010 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15011 (byte-optimize-apply, end of file):
15012 * emacs-lisp/advice.el (ad-advice-class-completion-table)
15013 (ad-make-freeze-definition):
15014 * startup.el (command-line, command-line-1): Don't quote lambdas.
15015
15016 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15017 (cvs-cleanup-removed): New function.
15018 (cvs-cleanup-functions): New var.
15019 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15020 some flexibility in specifying additional entries to auto-cleanup.
15021 (cvs-quickdir): New function.
15022 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15023 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15024 (cvs-mode-find-file): Check that we are on a filename or dirname
15025 when invoked through a mouse-click.
15026 (cvs-full-path): Remove.
15027 (cvs-dired-action): Re-introduced.
15028 (cvs-dired-noselect): Use it.
15029 (vc-post-command-functions): use this new hook if available.
15030
15031 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15032 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15033 (cvs-filename-map, cvs-dirname-map): Remove.
15034 (cvs-default-action): Remove.
15035 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15036 if the arg is really a keymap.
15037 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15038 Don't hardcode the mapping from state (aka type) to face, but check
15039 the var cvs-fi-<type>-face instead.
15040 (cvs-fileinfo-from-entries): New function.
15041
15042 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15043 Docstring fix.
15044 (cvs-find-file-and-jump): Change default to be safer.
15045 (cvs-mode-diff-map): Define it as a function as well.
15046 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
15047 Bind mouse-2 in this global map rather than with text-properties.
15048
15049 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
15050 file to resolve the ambiguity between C(conflict) and C(need-merge).
15051
150522000-06-12 Kenichi Handa <handa@etl.go.jp>
15053
15054 * international/mule.el (set-buffer-file-coding-system): If
15055 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
15056 unconditionally.
15057
150582000-06-12 Dave Love <fx@gnu.org>
15059
15060 * wid-edit.el (widget-specify-button): Really suppress the face if
15061 required.
15062
150632000-06-11 Gerd Moellmann <gerd@gnu.org>
15064
15065 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
15066
150672000-06-11 Stefan Monnier <monnier@cs.yale.edu>
15068
15069 * imenu.el (imenu-generic-expression): Docstring fix.
15070
15071 * composite.el (composition-function-table): Move the `put'
15072 below the autoload cookie so we can load the file before loaddefs.
15073
15074 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15075
15076 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15077 Handle easy-mmode-define-global-mode.
15078 For complex macros like define-minor-mode that can generate
15079 several autoload entries, try to autoload entries in the
15080 macroexpanded code.
15081
15082 * emacs-lisp/easy-mmode.el (define-minor-mode):
15083 If KEYMAP is a symbol, just use it.
15084 Use byte-compile-current-file and load-file-name to infer the
15085 proper :require to pass to defcustom.
15086 Wrap the hook var into `progn' so as not to autoload it.
15087 Add a :autoload-end cookie.
15088 Be more careful about the evaluation of KEYMAP.
15089 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15090 (define-derived-mode): Move define-abbrev-table outside of defvar.
15091
150922000-06-10 Stefan Monnier <monnier@cs.yale.edu>
15093
15094 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15095 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15096 (backup-compiled-files): Ignore errors during `tar'.
15097 (bootstrap): Make autoloads before elc files.
15098
150992000-06-10 Kenichi Handa <handa@etl.go.jp>
15100
15101 * international/mule.el (set-buffer-file-coding-system): If one of
15102 undecided-XXX is specified, change only EOL conversion.
15103
15104 * international/mule-conf.el (unix): New alias for the coding
15105 system undecided-unix.
15106
151072000-06-09 Dave Love <fx@gnu.org>
15108
15109 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15110
15111 * progmodes/executable.el: Byte compile dynamic.
15112 (executable-insert): Change custom type.
15113 (executable-find): Add autoload cookie.
15114 (executable-make-buffer-file-executable-if-script-p): New
15115 function. After Noah Friedman.
15116
15117 * files.el (after-save-hook): Customize, with
15118 executable-make-buffer-file-executable-if-script-p as an option.
15119
151202000-06-09 Kenichi Handa <handa@etl.go.jp>
15121
15122 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15123 "tib24p-mule.bdf" for Tibetan.
15124
15125 * composite.el (decompose-composite-char): Declare it as obsolete.
15126
15127 * man.el (Man-fontify-manpage): Pay attention to underline and
15128 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15129
151302000-06-08 Gerd Moellmann <gerd@gnu.org>
15131
15132 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15133 Set maintainer to FSF since author isn't reachable.
15134
151352000-06-08 Dave Love <fx@gnu.org>
15136
15137 * international/mule-cmds.el (select-safe-coding-system): If
15138 DEFAULT-CODING-SYSTEM is not specified, also check the most
15139 preferred coding-system if buffer-file-coding-system is
15140 `undecided'. From Handa.
15141
151422000-06-08 Kenichi Handa <handa@etl.go.jp>
15143
15144 * international/mule.el
15145 (after-insert-file-set-buffer-file-coding-system): If the buffer
15146 size is greater than INSERTED, judget that we are not visiting.
15147
151482000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
15149
15150 * whitespace.el (defgroup whitespace): Comment out `:version'.
15151 XEmacs 20.4 has problems defining the group with this present.
15152 We'll have this commented out till get resolve the problem.
15153
151542000-06-07 John Wiegley <johnw@gnu.org>
15155
15156 * align.el (align-dq-string-modes, align-sq-string-modes)
15157 (align-open-comment-modes): Add pyhton-mode.
15158 (align-rules-list): Use get-text-property instead of
15159 text-properties-at.
15160 (align-rules-list): Add python-assignment.
15161 (align-rules-list): Change perl-comma-delimiter to
15162 basic-comma-delimiter. Use if for Perl modes and python-mode.
15163 (align-rules-list): Add python-chain-logic and
15164 basic-line-continuation.
15165
151662000-06-07 Jari Aalto <jari.aalto@poboxes.com>
15167
15168 * apropos.el (apropos-mode-hook): New user variable.
15169 (apropos-mode): Run apropos-mode-hook.
15170
151712000-06-07 David Ponce <david@dponce.com>
15172
15173 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15174 commands. Require `wid-edit' at run-time.
15175
151762000-06-07 David Ponce <david@dponce.com>
15177
15178 * recentf.el: Added some "Commentary".
15179 (recentf-open-more-files, recentf-edit-list): Minor changes to
15180 move the point at the top of the file list. This behaviour is
15181 consistent with the menu one when the list contains a lot of
15182 files.
15183 (recentf-cleanup): Now displays the number of items removed from
15184 the list.
15185 (recentf-relative-filter) New menu filter to show filenames
15186 relative to `default-directory'.
15187
151882000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15189
15190 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
15191 with/without giving an error if PostScript printer doesn't have this
15192 kind of page size. Zebra Stripe continues or restarts on next page.
15193 Manual/automatic paper feeding. Switch or not the header.
15194 (ps-print-version): New version number (5.2.2).
15195 (ps-windows-system): Include emx as a Windows system.
15196 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15197 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15198 (ps-background-text): Code fix.
15199 (ps-error-handler-message, ps-user-defined-prologue)
15200 (ps-print-prologue-header, ps-printer-name)
15201 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15202 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15203 (ps-use-face-background): Customization fix.
15204 (ps-n-up-database): Data fix.
15205 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15206 (ps-switch-header): New vars.
15207 (ps-xemacs-color-name, ps-face-foreground-name)
15208 (ps-face-background-name, ps-boolean-constant): New funs.
15209
152102000-06-07 Dave Love <fx@gnu.org>
15211
15212 * allout.el: New version from Manheimer.
15213
152142000-06-07 Kenichi Handa <handa@etl.go.jp>
15215
15216 * textmodes/fill.el (fill-find-break-point): Check the validity of
15217 charset.
15218
152192000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15220
15221 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15222 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15223 Call display-color-p and display-mouse-p instead of looking at
15224 window-system.
15225
152262000-06-06 Dave Love <fx@gnu.org>
15227
15228 * image.el (find-image): Doc fix. Return nil if image not found.
15229 (put-image, insert-image): Make STRING arg optional.
15230
152312000-06-06 Kenichi Handa <handa@etl.go.jp>
15232
15233 * language/vietnamese.el: Remove eval-when-compile.
15234 (viet-viscii-nonascii-translation-table): Define it as a
15235 translation table made from viet-viscii-decode-table.
15236 (viet-viscii-encode-table): Define it as a translation table made
15237 from the reverse map of above.
15238 (viet-vscii-nonascii-translation-table): Define it as a
15239 translation table made from viet-vscii-decode-table.
15240 (viet-vscii-encode-table): Define it as a translation table made
15241 from the reverse map of above.
15242 (ccl-decode-viscii): Use translate-character.
15243 (ccl-encode-viscii, ccl-encode-viscii-font)
15244 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15245 Likewize.
15246
15247 * language/cyrillic.el: Remove eval-when-compile.
15248 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15249 translation table made from cyrillic-koi8-r-decode-table.
15250 (cyrillic-koi8-r-encode-table): Define it as a translation table
15251 made from the reverse map of above.
15252 (ccl-decode-koi8): Use translate-character.
15253 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15254 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15255 a translation table made from cyrillic-alternativnyj-decode-table.
15256 (cyrillic-alternativnyj-encode-table): Define it as a translation
15257 table made from the reverse map of above.
15258 (ccl-decode-alternativnyj): Use translate-character.
15259 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15260 Likewize
15261
15262 * international/mule-diag.el (non-iso-charset-alist): Specify
15263 translation table symbol instead of translation table itself.
15264 (list-block-of-chars): CHARSET may be a translation table symbol.
15265
15266 * international/mule.el (make-coding-system): If CODING-SYSTEM
15267 already exists, override it.
15268
15269 * international/fontset.el: Use family `proportional' for Tibetan
15270 fonts.
15271
15272 * international/ccl.el (ccl-compile-translate-character): Don't
15273 check if Rrr has property translation-table.
15274 (ccl-compile-map-multiple): Modified to avoid compiler warning.
15275
152762000-06-05 Gerd Moellmann <gerd@gnu.org>
15277
15278 * info.el: Bind case-fold-search to t when searching in case
15279 a user sets it to nil in a hook.
15280
152812000-06-05 Stefan Monnier <monnier@cs.yale.edu>
15282
15283 * autoarg.el (autoarg-mode, autoarg-kp-mode):
15284 * hl-line.el (hl-line-mode): Use the new :global key argument.
15285
15286 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15287 (tar-clip-time-string): Prepend a space.
15288 (tar-grind-file-mode): Construct a string rather than modifying one.
15289 (tar-header-block-summarize): Fix docstring.
15290 Use `format' rather than an error-prone set of copy-loops.
15291
15292 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15293 (diff-goto-source, diff-unified->context, diff-context->unified)
15294 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15295 understand the format output by the `-p' argument to diff.
15296
15297 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15298 (sh-re-done): Use defconst.
15299 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15300 (sh-help-string-for-variable, sh-guess-basic-offset):
15301 Don't quote lambdas.
15302 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15303 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15304
15305 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15306 (mh-letter-mode): Derive from text-mode.
15307 This implicitly means that it now calls kill-all-local-variables.
15308 Also remove the Emacs-18 compatibility code.
15309
15310 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15311 Make use of symbol-property doc-string-elt.
15312 Use memq rather than a sequence of eq.
15313 (doc-string-elt): Fix the wrong or missing previously unused values.
15314 (autoload-print-form): New function extracted from
15315 generate-file-autoloads to allow recursion when handling progn
15316 so that defvar's and defun's docstrings are properly printed.
15317 (generate-file-autoloads): Use it.
15318
15319 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15320 Use find-file-hooks in the minor-mode function.
15321 Be careful not to loop indefinitely in the post-command-hook function.
15322
153232000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
15324
15325 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15326 tty's.
15327 * ediff-diff.el (ediff-exec-process): Use --binary for fine
15328 differences whenever appropriate.
15329 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15330 * viper.el (find-file, find-file-other-window): Get viper to do
15331 wildcards.
15332
153332000-06-04 Stefan Monnier <monnier@cs.yale.edu>
15334
15335 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15336 (jit-lock-fontify-buffer): New function for JIT refontification.
15337 (jit-lock-mode): Fix docstring.
15338 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15339 Remove jit-lock-after-change from the _local_ hook.
15340 (jit-lock-function-1): Fix docstring.
15341
15342 * info.el (Info-on-current-buffer): Initialize info.
15343
15344 * newcomment.el (comment-indent): Ignore comment-indent-hook.
15345
15346 * progmodes/tcl.el (tcl-indent-for-comment):
15347 Ignore comment-indent-hook.
15348
15349 * emacs-lisp/easy-mmode.el: Require CL during compilation.
15350 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15351 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15352 and improve to use the lighter to guess the capitalization.
15353 (define-minor-mode): Inline code from easy-mmode-define-toggle.
15354 Add keyword arguments to specify global-ness or the custom group.
15355 Add local-map and help-echo properties to the lighter.
15356 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15357 (easy-mmode-define-global-mode): New macro.
15358
153592000-06-02 Dave Love <fx@gnu.org>
15360
15361 * wid-edit.el: byte-compile-dynamic since we typically don't use
15362 all the widgets. Don't require cl or widget. Remove
15363 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
15364 (widget-read-event): Removed. Callers changed to use read-event.
15365 (widget-button-release-event-p): Renamed from
15366 button-release-event-p.
15367 (widget-field-add-space, widget-field-use-before-change):
15368 Uncustomize.
15369 (widget-specify-field): Use keymap property, not local-map.
15370 (widget-specify-button): Obey :suppress-face.
15371 (widget-specify-insert): Use modern backquote syntax.
15372 (widget-image-directory): Renamed from widget-glyph-directory.
15373 (widget-image-enable): Renamed from widget-glyph-enable.
15374 (widget-image-find): Replaces widget-glyph-find.
15375 (widget-button-pressed-face): Move defvar.
15376 (widget-image-insert): Replaces widget-glyph-insert.
15377 (widget-convert): Use keywordp.
15378 (widget-leave-text, widget-children-value-delete): Use mapc.
15379 (widget-keymap): Remove XEmacs stuff.
15380 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15381 (widget-button-click): Don't set point at the click, but re-centre
15382 if we scroll out of window. Rewritten for images v. glyphs &c.
15383 (widget-tabable-at): Use POS arg, not point.
15384 (widget-beginning-of-line, widget-end-of-line)
15385 (widget-item-value-create, widget-sublist, widget-princ-to-string)
15386 (widget-sexp-prompt-value, widget-echo-help): Simplify.
15387 (widget-default-create): Use widget-image-insert; some rewriting.
15388 (widget-visibility-value-create)
15389 (widget-push-button-value-create, widget-toggle-value-create): Use
15390 widget-image-insert.
15391 (checkbox): Create on and off images dynamically.
15392 (documentation-link): Change :help-echo.
15393 (widget-documentation-link-echo-help): Remove.
15394
153952000-06-02 Stefan Monnier <monnier@cs.yale.edu>
15396
15397 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15398
15399 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15400 (easy-mmode-define-toggle, define-minor-mode): Use it.
15401 (easy-mmode-define-keymap): Docstring fix.
15402 (define-derived-mode): Default PARENT to fundamental-mode.
15403 Add the derived-mode-parent symbol-property.
15404 (easy-mmode-derived-mode-p): New function.
15405
154062000-06-02 Dave Love <fx@gnu.org>
15407
15408 * files.el (convert-standard-filename): Doc fix.
15409 (normal-backup-enable-predicate): New function.
15410 (backup-enable-predicate): Use it to replace the lambda form.
15411
15412 * calendar/todo-mode.el: [This needs more work on the outline
15413 stuff.] Doc fixes.
15414 (todo) <defgroup>: Add :version.
15415 (todo-add-category): Don't use pushnew.
15416 (todo-cmd-raise): Fix typo.
15417 (todo-top-priorities): Change temp buffer name.
15418 (todo-category-alist): Avoid redundant lambda.
15419 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15420 Use outline-next-heading.
15421
15422 * autoarg.el: Rewritten to use define-minor-mode.
15423 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15424 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15425
154262000-06-02 Kenichi Handa <handa@etl.go.jp>
15427
15428 * isearch.el (isearch-other-meta-char): Fix previous change.
15429
154302000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15431
15432 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15433 (log-edit-done): Only add the comment to the ring if it's different
15434 from the last comment entered.
15435
15436 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15437
154382000-06-01 Dave Love <fx@gnu.org>
15439
15440 * hl-line.el: Rewritten using define-minor-mode.
15441
15442 * help.el (describe-function-1): Distinguish special form from
15443 builtin function. Sanity-check presence of arglist for builtins.
15444
154452000-06-01 Kenichi Handa <handa@etl.go.jp>
15446
15447 * international/characters.el: Fix syntax/category setting of
15448 Tibetan characters.
15449
15450 * language/tibet-util.el (tibetan-add-components): Fixes for new
15451 encoding of Tibetan characters.
15452 (tibetan-decompose-precomposition-alist): New variable.
15453 (tibetan-decompose-region): Convert precomposed characters to
15454 non-precomposed characters.
15455 (tibetan-decompose-string): Likewise.
15456 (tibetan-composition-function): Fix args to
15457 thibetan-compose-string.
15458
15459 * language/tibetan.el (tibetan-composable-pattern): More
15460 characters included.
15461 (tibetan-consonant-transcription-alist): Rule for "R" added.
15462 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15463 "+R" added.
15464 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15465
15466 * language/lao-util.el (lao-composition-function): Fix args to
15467 compose-string.
15468
15469 * language/thai-util.el (thai-composition-function): Fix args to
15470 compose-string.
15471
15472 * isearch.el (isearch-update): Set disable-point-adjustment to t
15473 to prevent the point moving to the end of a composition when a
15474 part of a composition is searched.
15475 (isearch-other-meta-char): If the key invoking this command can be
15476 mapped by function-key-map to a printing char, call
15477 isearch-process-search-char directly.
15478
154792000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15480
15481 * emacs-lisp/bytecomp.el:
15482 * frame.el:
15483 * international/mule-cmds.el:
15484 * international/mule-util.el:
15485 * international/mule.el:
15486 * mouse.el:
15487 * subr.el:
15488 * faces.el: Update calls to make-obsolete with a WHEN argument.
15489
15490 * byte-run.el (make-obsolete, make-obsolete-variable):
15491 Add an optional WHEN argument and change the format of the
15492 symbol-property information.
15493 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15494 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15495 new obsolete-symbol-property format and print WHEN if it is provided.
15496
154972000-05-31 Dave Love <fx@gnu.org>
15498
15499 * loadhist.el (loadhist-hook-functions): Remove
15500 before-change-function, after-change-function.
15501 (unload-feature): Deal with symbols which are both bound and
15502 fbound.
15503
15504 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15505 before-change-function, after-change-function.
15506
15507 * simple.el (newline): Don't bind before-change-function,
15508 after-change-function.
15509
155102000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
15511
15512 * whitespace.el (whitespace-rescan-timer-time): Update interval
15513 set to 600 seconds (10 minutes) instead of 60 seconds since
15514 a large number of whitespace buffers causes emacs to `freeze'
15515 for a considerable amount of time.
15516
15517 * whitespace.el: Updated email address
15518
155192000-05-31 Dave Love <fx@gnu.org>
15520
15521 * add-log.el (change-log-font-lock-keywords) <function>: Add
15522 pattern for function of change.
15523 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15524 acknowledgements patterns.
15525
155262000-05-31 Kenichi Handa <handa@etl.go.jp>
15527
15528 * isearch.el (isearch-printing-char): If keyboard coding system is
15529 being used, call isearch-process-search-multibyte-characters.
15530
15531 * international/isearch-x.el: Mostly rewritten.
15532
15533 * international/quail.el (quail-start-conversion): Don't include
15534 unhandled events in the returned events, but set them in
15535 unread-command-events. Exit if all inputs are deleted.
15536
155372000-05-30 Jason Rumney <jasonr@gnu.org>
15538
15539 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15540
15541 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15542 Reenable code to create initial fontsets.
15543 Use set-fontset-font in place of put-charset-property.
15544
155452000-05-30 Gerd Moellmann <gerd@gnu.org>
15546
15547 * progmodes/perl-mode.el (perl-indent-line): When looking for a
15548 label, ensure that the first colon isn't followed by another.
15549
15550 * paths.el (Info-default-directory-list): Doc fix.
15551
15552 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15553 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15554 send a query containing USER only, not USER@HOST.
15555
15556 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15557 and rmail-msgend to compute the restriction at the end, instead of
15558 computing it.
15559
155602000-05-29 Gerd Moellmann <gerd@gnu.org>
15561
15562 * dabbrev.el (dabbrev-expand): Don't display messages in the
15563 echo area if the minibuffer window is active.
15564
15565 * jit-lock.el (jit-lock-mode): Add after change function to
15566 local hook.
15567
155682000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
15569
15570 * antlr-mode.el: New commands: hide/unhide actions,
15571 upcase/downcase literals.
15572 (antlr-tiny-action-length): New user option.
15573 (antlr-hide-actions): New command. Suggested by
15574 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15575 (antlr-mode-map): New binding [C-c C-v].
15576 (antlr-mode-menu): New entries.
15577 (antlr-downcase-literals): New command.
15578 (antlr-upcase-literals): Ditto.
15579
15580 * antlr-mode.el: Minor changes: indendation, mode-name.
15581 (antlr-indent-line): Indent cpp directive at column 0.
15582 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15583
15584 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15585 (antlr-font-lock-additional-keywords): Workaround for intentional
15586 bug in XEmacs version of font-lock.
15587 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
15588 be used by a smarter version of `buffers-menu-grouping-function'.
15589
155902000-05-29 Gerd Moellmann <gerd@gnu.org>
15591
15592 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15593 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15594
155952000-05-29 Kenichi Handa <handa@etl.go.jp>
15596
15597 * international/encoded-kb.el
15598 (encoded-kbd-iso2022-designation-map): Pay attention to that
15599 charset-iso-final-char return -1 for eight-bit-control and
15600 eight-bit-graphic.
15601
156022000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15603
15604 * speedbar.el (speedbar-use-images, speedbar-update-flag)
15605 (speedbar-easymenu-definition-base): Use display-graphic-p where
15606 available, instead of window-system.
15607
156082000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15609
15610 * international/codepage.el (cp-coding-system-for-codepage-1): Add
15611 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15612 coding systems.
15613
156142000-05-26 Dave Love <fx@gnu.org>
15615
15616 * disp-table.el (standard-display-underline): Don't use
15617 internal-find-face.
15618
15619 * mail/reporter.el: Maintainer change. Doc fixes.
15620 (reporter-version): Deleted.
15621
15622 * emacs-lisp/elp.el: Maintainer change.
15623 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15624
156252000-05-26 Stefan Monnier <monnier@cs.yale.edu>
15626
15627 * add-log.el (add-change-log-entry): Merge the current entry with the
15628 previous one if the previous one is empty.
15629
156302000-05-26 Dave Love <fx@gnu.org>
15631
15632 * loadhist.el (unload-feature): Fix interactive spec [from
15633 lijnzaad@ebi.ac.uk].
15634
15635 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15636 subr-arity to check primitives.
15637 (byte-compile-flush-pending, byte-compile-file-form-progn)
15638 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15639 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15640 mapcar.
15641
156422000-05-26 Kenichi Handa <handa@etl.go.jp>
15643
15644 * international/fontset.el: Set family names of non-latin charsets
15645 in default fontset to "*".
15646
15647 * international/mule-diag.el (print-fontset): Combine family part
15648 and registry part of the fontname by "-*-" instead of "-".
15649
15650 * international/mule-cmds.el (encode-coding-char): Make strings
15651 multibyte before calling encode-coding-string.
15652
156532000-05-25 Stefan Monnier <monnier@cs.yale.edu>
15654
15655 * derived.el: Fix keywords.
15656 (define-derived-mode): Only define if needed.
15657
15658 * simple.el (fill-comment, comment-column, comment-start)
15659 (comment-start-skip, comment-end, comment-indent-function)
15660 (block-comment-start, block-comment-end, indent-for-comment)
15661 (set-comment-column, kill-comment, comment-padding, comment-region)
15662 (comment-multi-line, indent-new-comment-line): Remove.
15663
15664 * bindings.el (esc-map): Change ; to comment-dwim and use the new
15665 function names for comment operations.
15666
15667 * newcomment.el: Add abundant autoload cookies.
15668 (comment-style): Don't depend on runtime data at compile-time.
15669 (comment-indent-hook): Remove.
15670 (comment-indent): Check if comment-indent-hook is bound.
15671 (comment-region): Docstring fix.
15672
156732000-05-25 Dave Love <fx@gnu.org>
15674
15675 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15676 byte-code-function-p.
15677
15678 * mail/rmailsum.el: Add provide.
15679
15680 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
15681
15682 * smerge-mode.el (smerge-diff-switches): Don't use list* in
15683 defcustom.
15684
156852000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
15686
15687 * ediff-diff.el (ediff-exec-process): delete --binary option from
15688 non-buffer ediff jobs.
15689
156902000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15691
15692 * hilit-chg.el (highlight-changes-mode): Ask about color or
15693 grayscale support, not about window-system.
15694
15695 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
15696 window-system.
15697 (ffap-highlight): Always default to t.
15698
15699 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
15700 display-popup-menus-p instead of looking at window-system.
15701
15702 * disp-table.el (standard-display-g1, standard-display-graphic):
15703 Only refuse to use string glyphs on X and MS-Windows.
15704
15705 * avoid.el: Remove window-system from commentary, suggest to use
15706 display-*-p instead.
15707
15708 * apropos.el (apropos-print): Use display-mouse-p instead of
15709 window-system.
15710
157112000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15712
15713 * international/codepage.el (cp-decoding-vector-for-codepage):
15714 Fill up unsupported characters with their own codes. From Kenichi
15715 Handa.
15716
157172000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15718
15719 * international/mule-diag.el (describe-char-after): Use
15720 display-graphic-p instead of window-system, so that this function
15721 works on MS-DOS.
15722
157232000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15724
15725 * international/codepage.el (cp-make-coding-systems-for-codepage):
15726 Remove the eight-bit-graphic and eight-bit-control charsets from
15727 the list of charsets which we convert into `?'.
15728
157292000-05-25 Kenichi Handa <handa@etl.go.jp>
15730
15731 * international/mule-conf.el: Specify CHARSET-ID explicitely for
15732 private charsets.
15733 (mule-unicode-0100-24ff, japanese-jisx0213-1,
15734 japanese-jisx0213-2): New charsets.
15735
15736 * international/fontset.el: Setup default fontset for new charsets.
15737
157382000-05-24 Dave Love <fx@gnu.org>
15739
15740 * info.el (Info-find-node-2): Restructure [following "Vadim
15741 S. Solomin" <sovs@uic.nnov.ru>].
15742
15743 * icomplete.el: Fix header for Finder.
15744
157452000-05-24 Eric M. Ludlam <zappo@ultranet.com>
15746
15747 * rmailout.el (rmail-output-to-rmail-file): Added optional param
15748 STAY.
15749
15750 * rmail.el (rmail-automatic-folder-directives): New user variable.
15751 (rmail-show-message): Add call to `rmail-auto-file' during
15752 display.
15753 (rmail-auto-file): New function.
15754
157552000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15756
15757 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
15758 account.
15759 (ediff-test-utility,ediff-diff-mandatory-option)
15760 (ediff-reset-diff-options): Utilities for proper initialization of
15761 ediff-diff-options and ediff-diff3-options on Windows.
15762
15763 * ediff-init.el (ediff-merge-filename-prefix): New customizable
15764 variable.
15765
15766 * ediff-mult.el (ediff-filegroup-action): Use
15767 ediff-merge-filename-prefix.
15768
157692000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15770
15771 * viper-ex.el (ex-write): Set selective display to nil.
15772
157732000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15774
15775 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
15776 aliases for hebrew-iso-8bit.
15777
157782000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15779
15780 * woman.el: New version from Francis J. Wright
15781 <F.J.Wright@Maths.QMW.ac.uk>.
15782 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
15783 names in environment variables regardless of the path separator.
15784 (woman-topic-all-completions-1): Don't call file-name-directory-p
15785 on all files, since woman-file-regexp already filters out any
15786 directories.
15787
157882000-05-24 Kenichi Handa <handa@etl.go.jp>
15789
15790 * international/quail.el (quail-start-translation): Don't change
15791 modified-p of the current buffer.
15792 (quail-start-conversion): Likewise.
15793
15794 * international/kkc.el (kkc-region): Don't change modified-p of
15795 the current buffer.
15796
15797 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
15798 conform to RFC1468.
15799 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
15800
158012000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
15802
15803 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
15804 (speedbar-insert-button): Invisible text property fix.
15805 (speedbar-directory-plus): Renamed from speedbar-directory-+
15806 (speedbar-directory-minus): Renamed from speedbar-directory--
15807 (speedbar-page-plus): Renamed from speedbar-file-+
15808 (speedbar-page-minus): Renamed from speedbar-file--
15809 (speedbar-page): Renamed from speedbar-file-
15810 (speedbar-tag): Renamed from speedbar-tag-
15811 (speedbar-tag-plus): Renamed from speedbar-tag-+
15812 (speedbar-tag-minus): Renamed from speedbar-tag--
15813 (speedbar-expand-image-button-alist): Use above renames.
15814
15815 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
15816 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
15817 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
15818 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
15819 * sb-pg.xpm: Renamed from sb-file.xpm
15820 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
15821 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
15822
158232000-05-24 Kenichi Handa <handa@etl.go.jp>
15824
15825 * international/quail.el (quail-show-guidance-buf): Set
15826 current-input-method of the guidance buffer to the name of the
15827 curren input method.
15828
158292000-05-23 Stefan Monnier <monnier@cs.yale.edu>
15830
15831 * progmodes/compile.el (compile-internal): Style typo.
15832
15833 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
15834 quote vars and functions in the docstring.
15835
15836 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
15837
15838 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
15839 Don't quote lambdas.
15840
15841 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
15842
158432000-05-23 Gerd Moellmann <gerd@gnu.org>
15844
15845 * startup.el (command-line): Determine source file of compiled
15846 user init file differently. Warn if compiled user init file
15847 is older than its source file.
15848
15849 * ffap.el (ffap-url-regexp): Add `https'.
15850
158512000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
15852
15853 * files.el (make-backup-file-name-1): Replace slashes with `!'
15854 rather than `|' (which is not allowed on Windows). Replace the
15855 drive letters with a string "drive_X".
15856
158572000-05-23 Gerd Moellmann <gerd@gnu.org>
15858
15859 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
15860
15861 * files.el (interpreter-mode-alist): Add `bash2'.
15862
158632000-05-22 Dave Love <fx@gnu.org>
15864
15865 * loadhist.el (feature-symbols, file-provides, file-requires): Use
15866 mapc.
15867 (feature-file): Avoid calling symbol-name. Doc fix.
15868 (file-set-intersect, file-dependents): Use dolist, not mapcar.
15869 (loadhist-hook-functions): Add mouse-position-function.
15870 (unload-feature): Change uses of mapcar.
15871
15872 * files.el (parse-colon-path): Doc fix.
15873 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
15874 (set-auto-mode): Use mapc.
15875
15876 * complete.el (PC-look-for-include-file): Use :alnum: character
15877 class.
15878 (partial-completion-mode): Add autoload cookie.
15879
158802000-05-22 Sam Steingold <sds@gnu.org>
15881
15882 * info.el (Info-fontify-node): Fixed the call to
15883 `add-text-properties' (bug introduced on 2000-05-18).
15884
158852000-05-22 Dave Love <fx@gnu.org>
15886
15887 * bindings.el: Remove debug-ignored-errors set in other files.
15888
15889 * progmodes/etags.el: Add to debug-ignored-errors.
15890 (visit-tags-table-buffer): Clear out buffers holding old tables
15891 when making a new list.
15892 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
15893 mapc.
15894
15895 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
15896 quote keywords.
15897 (cmpl-string-case-type): Use character classes.
15898
15899 * comint.el:
15900 * textmodes/ispell.el:
15901 * imenu.el:
15902 * mail/mh-e.el:
15903 * progmodes/compile.el: Add to debug-ignored-errors.
15904
15905 * dabbrev.el: Add to debug-ignored-errors.
15906 (dabbrev-completion): Use mapc.
15907
159082000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
15909
15910 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
15911 (woman-mapcan, woman-parse-man.conf)
15912 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
15913 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
15914 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
15915 path syntax better.
15916 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
15917 (woman-manpath): Call woman-parse-man.conf.
15918 (woman-emulation): New defcustom, defaults to nroff.
15919 (woman-font-support): New defconst.
15920 (woman-use-symbol-font): New defcustom.
15921 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
15922 "Emulation".
15923 Many functions: Doc fix.
15924
159252000-05-22 Kenichi Handa <handa@etl.go.jp>
15926
15927 * international/quail.el (quail-simple-translation-keymap): Map
15928 128..255 to quail-self-insert-command.
15929 (quail-keyboard-layout-alist): Add definition for "pc102-de".
15930
159312000-05-22 Stefan Monnier <monnier@cs.yale.edu>
15932
15933 * help.el (help-manyarg-func-alist): Typo.
15934
15935 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
15936 intervals which makes it heaps simpler.
15937
15938 * newcomment.el (comment-region-internal): Go back to BEG after quoting
15939 the nested comment markers.
15940
15941 * subr.el (remove-hook): Don't turn the hook's value into a list.
15942
159432000-05-21 Dave Love <fx@gnu.org>
15944
15945 * edmacro.el (edmacro-parse-keys): Return vector if any elements
15946 are invalid characters.
15947
15948 * international/mule-util.el (detect-coding-with-priority): Use
15949 mapc. Remove redundant lambda.
15950
15951 * international/mule-diag.el (list-non-iso-charset-chars)
15952 (describe-fontset): Remove redundant lambda.
15953
15954 * emulation/crisp.el (brief-mode): New alias.
15955
15956 * emacs-lisp/ring.el (ring-elements): New function.
15957
15958 * emacs-lisp/easymenu.el (easy-menu-create-menu)
15959 (easy-menu-do-add-item): Use keywordp.
15960
15961 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
15962
15963 * replace.el: Doc and error message fixes.
15964 (replace-highlight): Use facep, not internal-find-face.
15965
159662000-05-20 Stefan Monnier <monnier@cs.yale.edu>
15967
15968 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
15969
15970 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
15971 (log-edit-insert-changelog): Drop `:' as well.
15972
15973 * log-view.el: Fix file description.
15974 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
15975 available.
15976 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
15977 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
15978
15979 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
15980 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
15981 Print a status message if the toggle is called interactively.
15982 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
15983 for global minor modes and use `defcustom' for them.
15984 Use add-minor-mode.
15985 (easy-mmode-define-derived-mode): Remove.
15986 (define-derived-mode): Fancier default docstring.
15987 (easy-mmode-define-navigation): Signal an error rather than (ding).
15988
15989 * newcomment.el (comment-styles): New `box-multi'.
15990 (comment-normalize-vars): Better default for comment-continue to
15991 avoid whitespace-only continuations.
15992 (comment-search-forward): Always move even in the no-syntax case.
15993 (comment-padright): Only obey N if it's only obeyed for padleft.
15994 (comment-make-extra-lines): Better handling of empty continuations.
15995 Use `=' for the filler if comment-start has only one character.
15996 (uncomment-region): Try handling the special `=' filler.
15997 (comment-region): Allow LINES even if MULTI is nil.
15998 (comment-box): Choose box style based on comment-style.
15999
160002000-05-20 Kenichi Handa <handa@etl.go.jp>
16001
16002 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16003 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16004
160052000-05-20 Kenichi HANDA <handa@etl.go.jp>
16006
16007 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16008 and insert, not subst-char-in-region.
16009
16010 * international/mule-diag.el (list-character-sets-1): Handle
16011 charsets eight-bit-control and eight-bit-graphic.
16012 (list-iso-charset-chars): Likewise.
16013 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16014 charactes as is. Use indent-to to align characters.
16015
16016 * international/mule-cmds.el (find-multibyte-characters): Never
16017 exclude charsets eight-bit-control and eight-bit-graphic.
16018
160192000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16020
16021 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16022 Don't quote lambdas.
16023
16024 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16025
160262000-05-19 Gerd Moellmann <gerd@gnu.org>
16027
16028 * gud.el (gud-jdb-directories): Doc fix.
16029
160302000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16031
16032 * newcomment.el: New file.
16033
160342000-05-19 Gerd Moellmann <gerd@gnu.org>
16035
16036 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16037
160382000-05-18 Andreas Schwab <schwab@suse.de>
16039
16040 * dired.el (dired-between-files): Also skip lines beginning with
16041 `used'.
16042
160432000-05-18 Gerd Moellmann <gerd@gnu.org>
16044
16045 * msb.el (msb-menu-cond): Add choice `user'.
16046
160472000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16048
16049 * ps-print.el: Compatibility, customization and doc fix.
16050 (ps-printer-name-option): Replace defconst by defvar.
16051 (ps-postscript-code-directory): XEmacs compatibility.
16052 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
16053 fix.
16054 (ps-user-defined-prologue, ps-print-prologue-header)
16055 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
16056 compatibility and code fix.
16057 (ps-print-background-image, ps-print-background-text):
16058 Customization fix.
16059 (ps-line-number-start, ps-n-up-on): New vars.
16060
160612000-05-18 Espen Skoglund <esk@ira.uka.de>
16062
16063 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
16064 the indent-comment function to just return the appropriate indent.
16065
160662000-05-18 Eric M. Ludlam <zappo@ultranet.com>
16067
16068 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
16069 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
16070 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
16071
160722000-05-18 Dave Love <fx@gnu.org>
16073
16074 * info.el (Info-fontify-node): Add intangible property as well as
16075 invisible.
16076
16077 * calendar/appt.el (appt-make-list): Match all lines of entry.
16078 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16079
160802000-05-18 Kenichi Handa <handa@etl.go.jp>
16081
16082 * international/mule-diag.el (describe-char-after): Call
16083 internal-char-font, not char-font. If internal-char-font returns
16084 nil, display "-- none --".
16085
160862000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16087
16088 * image.el (image-type-available-p): Don't reference image-types
16089 if it isn't bound.
16090
160912000-05-17 Stefan Monnier <monnier@cs.yale.edu>
16092
16093 * autoarg.el (autoarg-mode): Typo in the :set argument.
16094
160952000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16096
16097 * startup.el (command-line-1): Don't signal an error if the
16098 directory for auto-save-list files does not yet exist.
16099
161002000-05-17 Kenichi Handa <handa@etl.go.jp>
16101
16102 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16103
161042000-05-16 Stefan Monnier <monnier@cs.yale.edu>
16105
16106 * subr.el (remove-hook): `setq' hook-value, not `set'.
16107
161082000-05-16 Sam Steingold <sds@gnu.org>
16109
16110 * info.el (debug-ignored-errors): More errors to ignore.
16111
161122000-05-16 Dave Love <fx@gnu.org>
16113
16114 * cus-edit.el: Don't require cl or easymenu.
16115 (custom-variable-prompt): Test standard-value property, not
16116 user-variable-p.
16117
161182000-05-16 Sam Steingold <sds@gnu.org>
16119
16120 * subr.el (add-hook): `setq' hook-value, not `set'.
16121
161222000-05-16 Gerd Moellmann <gerd@gnu.org>
16123
16124 * startup.el (command-line-1): Mention the FAQ in the startup
16125 message.
16126
16127 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16128
16129 * progmodes/compile.el (compilation-parse-errors): Collect
16130 `nomessage' regexps last.
16131
16132 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16133
16134 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16135 to the function name.
16136
161372000-05-15 Dave Love <fx@gnu.org>
16138
16139 * speedbar.el (speedbar-recenter): Typo.
16140 (speedbar-expand-line): Make arg optional.
16141 (speedbar-mode): Avoid a compiler warning.
16142
161432000-05-15 Gerd Moellmann <gerd@gnu.org>
16144
16145 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16146 user-specified option string is empty.
16147
16148 * mouse.el (mouse-yank-at-click): Doc fix.
16149
161502000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
16151
16152 * term/internal.el (IT-character-translations): More updates of
16153 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16154 documents.
16155
161562000-05-15 Gerd Moellmann <gerd@gnu.org>
16157
16158 * env.el (getenv): New function, interactively callable.
16159 (setenv, getenv): Remove autoload cookies.
16160
16161 * loadup.el: Load `env'.
16162
16163 * progmodes/f90.el: Change author's mail address.
16164
161652000-05-14 Dave Love <fx@gnu.org>
16166
16167 * mail/rmail.el (rmail-show-message-hook): Customize and offer
16168 goto-addr as an option.
16169
16170 * help.el (help-xref-stack): Doc fix.
16171 (help-xref-following): New variable.
16172 (help-make-xrefs): Use it.
16173 (help-xref-go-back): Use position information from stack element.
16174 (help-follow): Make position in stack element a pair. Use
16175 help-xref-following.
16176
16177 * autoarg.el: New file.
16178
16179 * faces.el: Declare more functions obsolete.
16180
16181 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16182 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16183 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16184 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16185 Remove all the setup-...-environment functions.
16186
161872000-05-13 Eric M. Ludlam <zappo@ultranet.com>
16188
16189 * speedbar.el: Updated the commentary section. xemacs20p now uses
16190 >= when detecting. Require `defimage' safely.
16191 (speedbar-easymenu-definition-base): Add toggle for images.
16192 (speedbar-easymenu-definition-special): Add flush cache & expand.
16193 (speedbar-visiting-tag-hook): Set new defaults. Added options.
16194 (speedbar-reconfigure-keymaps-hook): New variable.
16195 (speedbar-frame-parameters): Updated documentation.
16196 (speedbar-use-imenu-flag): Updated custom tag
16197 (speedbar-dynamic-tags-function-list): New variable.
16198 (speedbar-tag-hierarchy-method): Updated doc & custom.
16199 (speedbar-indentation-width, speedbar-indentation-width) New
16200 variables.
16201 (speedbar-hide-button-brackets-flag): Customizable.
16202 (speedbar-vc-indicator): Doc update.
16203 (speedbar-ignored-path-expressions): Updated default value.
16204 (speedbar-supported-extension-expressions): Updated default value.
16205 (speedbar-syntax-table): Remove {} paren status.
16206 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16207 as "+". Added overlay aliases.
16208 (speedbar-mode): Use `speedbar-mode-line-update' instead of
16209 `force-mode-line-update'.
16210 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16211 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16212 `mouse-set-point'
16213 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16214 (speedbar-item-info-tag-helper): Revamped to handle a wider range
16215 of arbitrary text, and new helper functions.
16216 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16217 filename finder.
16218 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16219 (speedbar-directory-buttons): Update path search/expansion.
16220 (speedbar-make-tag-line): Pay attention to
16221 `speedbar-indentation-width'. Use more care w/ invisible
16222 properties.
16223 (speedbar-change-expand-button-char): Call
16224 `speedbar-insert-image-button-maybe'.
16225 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16226 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16227 (speedbar-trim-words-tag-hierarchy)
16228 (speedbar-simple-group-tag-hierarchy): New functions
16229 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16230 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16231 functions.
16232 (speedbar-mouse-set-point): New function
16233 (speedbar-power-click): Updated documentation.
16234 (speedbar-line-token, speedbar-goto-this-file): Handle more types
16235 of tag prefix text.
16236 (speedbar-expand-line, speedbar-contract-line): Make more robust
16237 to strange text.
16238 (speedbar-expand-line): Takes universal argument to flush the
16239 cache.
16240 (speedbar-flush-expand-line): New function.
16241 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16242 Use new generator insertion method.
16243 (speedbar-fetch-dynamic-tags): New function.
16244 (speedbar-fetch-dynamic-imenu): Removed code now handled in
16245 `speedbar-fetch-dynamic-imenu'.
16246 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16247 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16248 "Revert Buffer" menu items.
16249 (speedbar-buffer-buttons-engine): Be smarter when creating a
16250 filename tag (for expansion purposes.).
16251 (speedbar-highlight-one-tag-line,
16252 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16253 (speedbar-recenter): New functions.
16254 (defimage-speedbar): Image loading abstraction.
16255 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16256 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16257 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16258 (speedbar-tag-type, speedbar-tag-mail): New images.
16259 (speedbar-expand-image-button-alist): New variable.
16260 (speedbar-insert-image-button-maybe): Insert an image over some
16261 buttons.
16262
162632000-05-13 Kenichi Handa <handa@etl.go.jp>
16264
16265 * international/mule-cmds.el (encode-coding-char): An ASCII
16266 character is always encodable.
16267
16268 * international/mule-conf.el: Add more information in descriptions
16269 of character sets.
16270
16271 * international/mule-diag.el (describe-char-after): New function.
16272 (describe-font-internal): Adjusted for the change of font-info.
16273 (describe-font): Likewise.
16274 (print-fontset): Rewritten for the new fontset implementation.
16275 (describe-fontset): Include fontset alias names in completion.
16276 (list-fontsets): Adjusted for the change of print-fontset.
16277
16278 * simple.el (what-cursor-position): If DETAIL is non-nil, call
16279 describe-char-after instead of displaying the detail in the echo
16280 area.
16281 (syntax-code-table): Format changed.
16282 (string-to-syntax): Adjusted for the above change.
16283
162842000-05-12 Stefan Monnier <monnier@cs.yale.edu>
16285
16286 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16287
162882000-05-12 Dave Love <fx@gnu.org>
16289
16290 * calendar/todo-mode.el: Remove some compatibility stuff and CL
16291 dependence. Use line-{beginning,end}-position, not
16292 point-at{b,e}ol. Some doc fixes.
16293 (todo-position): New function. Fix callers of position to use it.
16294 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16295
162962000-05-12 Gerd Moellmann <gerd@gnu.org>
16297
16298 * time.el (display-time-mail-icon): Use `:ascent center'.
16299
16300 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16301 handling FTP security extensions.
16302
163032000-05-11 Dave Love <fx@gnu.org>
16304
16305 * calendar/todo-mode.el: New file.
16306
163072000-05-11 Gerd Moellmann <gerd@gnu.org>
16308
16309 * comint.el (comint-read-input-ring): Move reference to
16310 comint-input-ring-size outside of the save-excursion. It was
16311 causing the default value to be the only one ever seen.
16312
16313 * font-lock.el: Update copyright. Remove Simon Marshall's email
16314 address on request from him.
16315
16316 * subr.el (substitute-key-definition): Add comment describing
16317 the meaning of PREFIX.
16318
163192000-05-10 Stefan Monnier <monnier@cs.yale.edu>
16320
16321 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16322
16323 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16324 (add-minor-mode): Don't make the variable buffer-local and add a
16325 reference to define-minor-mode in the docstring.
16326
16327 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16328 HEADER/FOOTER and fix bug with trailing empty directory.
16329 (cvs-append-to-ignore): Use vc-editable-p if available.
16330 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16331 (vc-do-command): Tweak advice to handle the new VC.
16332
16333 * log-view.el (log-view-goto-rev): New function for the new VC.
16334 (log-view-minor-wrap): Use mark-active.
16335
16336 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16337 (log-edit-changelog-full-paragraphs): New var.
16338 (log-edit-insert-changelog): Remove a lonely leading `* file'.
16339 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16340 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16341 (log-edit-changelog-ours-p, log-edit-changelog-entries)
16342 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16343 Replace the `cvs' prefix with `log-edit'.
16344
16345 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16346
16347 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16348 (diff-font-lock-defaults): Explicitly turn off multiline.
16349 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16350 (diff-ediff-patch): Fix call to ediff-patch-file.
16351 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16352 Handle comments.
16353
16354 * frame.el (automatic-hscrolling): Typo.
16355
16356 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16357
163582000-05-09 Sam Steingold <sds@goems.com>
16359
16360 * apropos.el (apropos-print): use `describe-face' instead of
16361 `customize-face-other-window'.
16362
163632000-05-09 Dave Love <fx@gnu.org>
16364
16365 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16366
16367 * help.el (describe-variable): Have customize button pop the
16368 help-xref stack when invoked.
16369 (help-xref-symbol-regexp): Add `face'.
16370 (help-make-xrefs): Check for quoted face names and adapt regexp
16371 submatch numbers to cope.
16372 (help-xref-interned): Maybe insert face doc too. Separate
16373 sections with a line of hyphens.
16374
16375 * faces.el: Some doc fixes. Declare some functions obsolete.
16376 (describe-face): Add customize button. Return the help
16377 text. Fix prompt.
16378
163792000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
16380
16381 * term/internal.el (IT-character-translations): Fix last change.
16382
163832000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16384
16385 * woman.el: New file
16386 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16387
163882000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16389
16390 * term/internal.el (IT-character-translations): Update ASCII
16391 simulations for greek-iso8859-7, add latin-iso8859-14 and
16392 latin-iso8859-15.
16393
16394 * international/mule-cmds.el (set-language-info-alist): Call
16395 define-prefix-command with 3 arguments, to make the map suitable
16396 for a menu.
16397
163982000-05-07 Dave Love <fx@gnu.org>
16399
16400 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16401
164022000-05-05 Dave Love <fx@gnu.org>
16403
16404 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16405 list in doc string. Don't quote keyword symbols.
16406 * emacs-lisp/cl.el: Likewise
16407 * emacs-lisp/cl-seq.el: Likewise
16408
164092000-05-05 Gerd Moellmann <gerd@gnu.org>
16410
16411 * abbrev.el (abbrev-mode): Make ARG optional.
16412
164132000-05-04 Gerd Moellmann <gerd@gnu.org>
16414
16415 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16416
16417 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16418
16419 * subr.el (substitute-key-definition): Clarify documentation.
16420
164212000-05-04 Milan Zamazal <pdm@freesoft.cz>
16422
16423 * glasses.el (glasses-convert-to-unreadable): Use
16424 `glasses-separator' instead of the hard-wired "_".
16425 (glasses-mode): Call `glasses-make-unreadable' only in a single
16426 place.
16427
164282000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
16429
16430 * term/internal.el (cjk-codepages-alist): Add associations for
16431 Chinese and Korean codepages. Remove FIXME comment.
16432
164332000-05-03 Dave Love <fx@gnu.org>
16434
16435 * time.el (display-time-mail-face, display-time-use-mail-icon):
16436 New option.
16437 (display-time-mail-icon): New variable.
16438 (display-time-string-forms): Use the above. Fix the local-map.
16439
164402000-05-03 Gerd Moellmann <gerd@gnu.org>
16441
16442 * replace.el (query-replace-map): Add binding for `E'.
16443 (query-replace-help): Extend help text.
16444 (perform-replace): Allow editing the replacement string.
16445
16446 * make-mode.el (makefile-mode-abbrev-table): New variable.
16447 (makefile-mode): Set local abbrev table to
16448 makefile-mode-abbrev-table.
16449 (makefile-font-lock-keywords): Fontify includes and conditionals.
16450
16451 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16452 set TOGGLE's value.
16453
16454 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16455 mail-interactive-insert-alias.
16456 (mail-abbrev-complete-alias): New command.
16457 (mail-mode-map): Bind it to `M-TAB'.
16458
164592000-05-03 Kenichi Handa <handa@etl.go.jp>
16460
16461 * language/lao-util.el (lao-compose-region): New function.
16462
164632000-05-02 Gerd Moellmann <gerd@gnu.org>
16464
16465 * files.el (recover-session): Make directories as necessary
16466 if they don't exist yet.
16467
16468 * calendar/cal-french.el
16469 (french-calendar-multibyte-special-days-array)
16470 (french-calendar-special-days-array): Change French text.
16471 (calendar-french-date-string): Change output.
16472 (calendar-goto-french-date): Likewise.
16473
164742000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
16475
16476 * wid-edit.el (widget-default-active): Obey `:always-active'.
16477 (widget-documentation-string-value-create): Set `:always-active'.
16478
164792000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16480
16481 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16482 default prefix to `~/_emacs.d/auto-save.list/_s'.
16483 (normal-top-level): Create the directory for auto-save files, if
16484 it doesn't already exist (in the ms-dos case only).
16485
164862000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16487
16488 * international/mule-cmds.el (set-language-environment): Don't
16489 concat an integer (dos-codepage), use format instead.
16490
164912000-05-02 Dave Love <fx@gnu.org>
16492
16493 * help.el (help-xref-on-pp): Check for constant symbols.
16494
164952000-04-29 Gerd Moellmann <gerd@gnu.org>
16496
16497 * startup.el (normal-top-level): Put a condition-case around
16498 the code loading subdirs.el.
16499
165002000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16501
16502 * ps-print.el: Upside-down and face background color printing,
16503 line number step, doc fix.
16504 (ps-print-version): New version number (5.2).
16505 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16506 (ps-face-attribute-list, ps-plot-with-face): Code fix.
16507 (ps-spool-config): Var fix.
16508 (ps-printer-name-option): Const fix.
16509 (ps-print-upside-down, ps-use-face-background)
16510 (ps-line-number-step): New vars.
16511 (ps-window-system, ps-lp-system): New consts.
16512 (ps-face-background): New fun.
16513
165142000-04-28 Richard Stallman <rms@gnu.org>
16515
16516 * files.el (make-auto-save-file-name):
16517 Apply auto-save-file-name-transforms to visited file name
16518 before generating auto save file name.
16519 (auto-save-file-name-transforms): New variable.
16520
16521 * files.el (backup-enable-predicate):
16522 Correctly test for a file under a temporary directory.
16523
165242000-04-28 Gerd Moellmann <gerd@gnu.org>
16525
16526 * subr.el (add-minor-mode): Rewritten.
16527
165282000-04-28 Kenichi Handa <handa@etl.go.jp>
16529
16530 * mail/sendmail.el (sendmail-send-it): Set
16531 buffer-file-coding-system to the selected coding system for MIME
16532 header.
16533
165342000-04-27 Gerd Moellmann <gerd@gnu.org>
16535
16536 * dired.el (dired-move-to-filename-regexp): Allow format where
16537 YYYY is followed by two spaces.
16538
16539 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16540 in the second character class of the regexp.
16541
16542 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16543 mh-etc, too.
16544
16545 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16546 nil.
16547
16548 * subr.el (add-minor-mode): Use `set' instead of `setq'.
16549
16550 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16551 argument.
16552
165532000-04-27 Sen Nagata <sen@eccosys.com>
16554
16555 * emacs-lisp/crm.el (crm-completion-table): New variable.
16556 (crm-collection-fn, crm-test-completion)
16557 (completing-read-multiple): Use it.
16558
165592000-04-27 Dave Love <fx@gnu.org>
16560
16561 * help.el (locate-library): Use mapc.
16562 (help-manyarg-func-alist): Add call-process-region.
16563
165642000-04-26 Gerd Moellmann <gerd@gnu.org>
16565
16566 * subr.el (add-minor-mode): Make argument MAP optional.
16567
16568 * desktop.el (desktop-save): Save list of minor modes.
16569 (desktop-create-buffer): Restore minor modes.
16570 (desktop-minor-mode-table): New user-option.
16571
16572 * subr.el (add-minor-mode): New function.
16573
16574 * image.el (find-image): New function.
16575 (defimage): Rewritten to find image at load time.
16576
16577 * startup.el (normal-top-level-add-to-load-path): Handle
16578 case that the default directory is not in load-path.
16579
16580 * help.el: Old patch from Stefan Monnier.
16581 (help-xref-on-pp): New function.
16582 (describe-variable): Use it to display xrefs in a symbol's value.
16583
165842000-04-26 Stefan Monnier <monnier@cs.yale.edu>
16585
16586 * cus-edit.el (custom-face): Fix parenthesis.
16587
165882000-04-26 Kenichi Handa <handa@etl.go.jp>
16589
16590 * mail/rmail.el (rmail-expunge): When there are no deleted
16591 messages, do nothing.
16592
165932000-04-26 Dave Love <fx@gnu.org>
16594
16595 * international/mule-cmds.el (locale-translation-file-name):
16596 Defvar to nil.
16597 (set-locale-environment): Set it here (at runtime).
16598
165992000-04-25 Gerd Moellmann <gerd@gnu.org>
16600
16601 * replace.el (perform-replace): Add parameters START and END. Use
16602 them instead of the check for a region in Transient Mark mode.
16603 (query-replace-read-args): Return two more list elements for the
16604 start and end of the region in Transient Mark mode.
16605 (query-replace, query-replace-regexp, query-replace-regexp-eval)
16606 (map-query-replace-regexp, replace-string, replace-regexp): Add
16607 optional last arguments START and END and pass them to
16608 perform-replace.
16609
16610 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16611 form with additional arguments for perform-replace.
16612
16613 * progmodes/etags.el (tags-query-replace): Add parameters START
16614 and END. Construct a form with additional arguments for
16615 perform-replace.
16616
16617 * simple.el (shell-command): Set default directory for "*Shell
16618 Command Output" buffer.
16619
16620 * language/european.el (iso-latin-4): Fix typo.
16621
16622 * emacs-lisp/crm.el: New file.
16623
166242000-04-24 Dave Love <fx@gnu.org>
16625
16626 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16627 (Custom-reset-saved, Custom-reset-standard)
16628 (custom-group-value-create, custom-group-set, custom-group-save)
16629 (custom-group-reset-current, custom-group-reset-saved)
16630 (custom-group-reset-standard): Use mapc.
16631 (custom-buffer-create-internal): Disable undo when creating items.
16632 Use mapc.
16633 (custom-face): Avoid redundant lambda.
16634
166352000-04-24 Gerd Moellmann <gerd@gnu.org>
16636
16637 * startup.el (auto-save-list-file-prefix): Set default to
16638 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16639
166402000-04-24 Sam Steingold <sds@gnu.org>
16641
16642 * time-stamp.el (time-stamp-string-preprocess): Always convert
16643 `field-result' to a string.
16644
166452000-04-24 Gerd Moellmann <gerd@gnu.org>
16646
16647 * frame.el (scrolling): New group.
16648 (automatic-hscrolling): New user-option.
16649
16650 * startup.el (command-line-x-option-alist): Add `-lsp' and
16651 `--line-spacing'.
16652
166532000-04-19 Dave Love <fx@gnu.org>
16654
16655 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16656 (cl-mapc): Rename from mapc. Fix the funcall.
16657
166582000-04-19 Gerd Moellmann <gerd@gnu.org>
16659
16660 * simple.el (clone-indirect-buffer-other-window): New command.
16661 (clone-indirect-buffer): Add optional arg NORECROD.
16662 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16663
16664 * help.el (resize-temp-buffer-window): Use count-screen-lines.
16665
16666 * window.el (count-screen-lines): New function.
16667 (shrink-window-if-larger-than-buffer): Use count-screen-lines
16668 instead of window-buffer-height.
16669
16670 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16671 non-existing variable comint-input-sentinel.
16672 (inferior-lisp-args-to-list): Removed.
16673 (inferior-lisp): Use split-string instead of
16674 inferior-lisp-args-to-list.
16675
16676 * hexl.el (hexl-insert-hex-string): New command.
16677
16678 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16679 instead of concat.
16680
166812000-04-18 Gerd Moellmann <gerd@gnu.org>
16682
16683 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16684 at the start of an existing but empty folder.
16685
166862000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16687
16688 * ps-mule.el: Customization fix, doc fix.
16689 (ps-multibyte-buffer): Customization fix.
16690
166912000-04-17 Richard M. Stallman <rms@gnu.org>
16692
16693 * subr.el (read-passwd): Use read-char-exclusive.
16694
166952000-04-17 Gerd Moellmann <gerd@gnu.org>
16696
16697 * textmodes/texinfo.el (texinfo-insert-@email)
16698 (texinfo-insert-@emph, texinfo-insert-@quotation)
16699 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
16700 (texinfo-mode-map): Add key bindings for them.
16701
16702 * files.el (basic-save-buffer-2): Use a template with `$'
16703 instead of `#' for VMS.
16704
16705 * simple.el (clone-indirect-buffer): New function.
16706
167072000-04-16 Stephen Eglen <stephen@gnu.org>
16708
16709 * iswitchb.el (iswitchb-case): New function. If the user input
16710 contains any upper-case characters, the search is made
16711 case-sensitive.
16712
167132000-04-17 Stefan Monnier <monnier@cs.yale.edu>
16714
16715 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
16716 comment-end.
16717 (texinfo-font-lock-syntactic-keywords): New var.
16718 (texinfo-font-lock-keywords): Remove comment regexp.
16719 (texinfo-insert-block): New function.
16720 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
16721 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
16722 and font-lock-defaults. Use regexp-opt for outline-regexp.
16723 (texinfo-environments): New var.
16724 (texinfo-environment-regexp): Use regexp-opt and
16725 texinfo-environments.
16726
16727 * textmodes/ispell.el (ispell-menu-map-needed): Check that
16728 ispell-process is bound since this might be eval'd before ispell
16729 is loaded.
16730 (ispell-message): Use a tiny bit less magic and a bit more hard
16731 data to figure out what kind of sc-cite-regexp to use.
16732
16733 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
16734
16735 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
16736 (insert-cyclic-diary-entry): Unquote the lambda.
16737
16738 * gud.el (gud-jdb-build-source-files-list): Fix typo.
16739
16740 * files.el (backup-enable-predicate): Unquote the lambda.
16741
16742 * cus-edit.el (custom-face, face): Unquote the lambda.
16743
167442000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16745
16746 * ps-print.el: Check for line-beginning-position definition.
16747
16748 * ps-print.el: Fix counting lines in a region.
16749 (ps-print-version): New version number (5.1.5).
16750 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
16751 (ps-printing-region): Fun code fix.
16752
167532000-04-15 Gerd Moellmann <gerd@gnu.org>
16754
16755 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
16756 to file-directory-p.
16757
167582000-04-14 Gerd Moellmann <gerd@gnu.org>
16759
16760 * gud.el (gud-jdb-build-source-files-list): Check that directory
16761 exists before calling directory-files.
16762
167632000-04-13 Dave Love <fx@gnu.org>
16764
16765 * emacs-lisp/trace.el: Change maintainer. Use new backquote
16766 syntax.
16767
16768 * emacs-lisp/cl-specs.el: Remove when, unless.
16769
16770 * emacs-lisp/cl-extra.el: Don't quote keywords.
16771 (cl-old-mapc): New variable.
16772 (mapc): Use it.
16773 (cl-map-intervals): Use with-current-buffer. Don't check for
16774 next-property-change.
16775 (cl-map-overlays): Use with-current-buffer.
16776 (cl-expt): Remove.
16777 (copy-tree, remprop): Define unconditionally.
16778
16779 * emacs-lisp/cl-compat.el (keywordp): Remove.
16780
16781 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
16782 to use keywordp.
16783 (edebug-spec): Enable keywordp.
16784
16785 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
16786 string-lessp.
16787
16788 * cus-start.el: Use keywordp.
16789
167902000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16791
16792 * diary-lib.el (include-other-diary-files): Fix the fix of
16793 2000-02-18 by doing a save-excursion.
16794
167952000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16796
16797 * ps-print.el: Customization fix, doc fix.
16798 (ps-print-version): New version number (5.1.4).
16799 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
16800 (ps-print-preprint): Adjust code.
16801 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
16802 (ps-print-prologue-header, ps-print-control-characters)
16803 (ps-spool-config): Customization fix.
16804
168052000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
16806
16807 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
16808 converted to the new menu-item format, names silightly changed,
16809 help strings added.
16810
16811 Support for spelling without async subprocesses:
16812
16813 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
16814 (ispell-session-buffer): New variables.
16815 (ispell-start-process, ispell-process-status,
16816 ispell-accept-output, ispell-send-string): New functions, for
16817 Ispell invocation when async subprocesses aren't supported.
16818 (ispell-word, ispell-pdict-save, ispell-command-loop,
16819 ispell-process-line, ispell-buffer-local-parsing): Replace calls
16820 to process-send-string with calls to ispell-send-string, and
16821 accept-process-output with ispell-accept-output.
16822 (ispell-init-process): Call ispell-process-status instead of
16823 process-status with.
16824 (ispell-init-process): Call ispell-start-process. Call
16825 ispell-accept-output and ispell-send-string. Don't call
16826 process-kill-without-query and kill-process if they are unbound.
16827 (ispell-async-processp): New function.
16828
168292000-04-12 Dave Love <fx@gnu.org>
16830
16831 * info.el: Add debug-ignored-errors.
16832 (Info-mode-menu): Add some items.
16833 (Info-directory): Add autoload cookie.
16834
16835 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
16836 Modify `truncate-lines'. Make `describe-language-environment'
16837 always visible and add help. Modify `describe-key' help. Invoke
16838 Info-directory from `info'. New entry `emacs-manual'.
16839
168402000-04-10 Gerd Moellmann <gerd@gnu.org>
16841
b291c86c
SM
16842 * progmodes/ebrowse.el (ebrowse-tree-mode):
16843 Use propertized-buffer-identification.
a30eb617
DL
16844 (ebrowse-update-member-buffer-mode-line): Likewise.
16845 (ebrowse--mode-strings): Removed.
16846 (ebrowse--mode-line-props): Removed.
16847
16848 * files.el (auto-mode-alist): Add `EBROWSE'.
16849
16850 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
16851 space before testing for end of buffer.
16852 (ebrowse-load): Removed.
16853 (ebrowse-revert-tree-buffer-from-file): Rewritten.
16854 (ebrowse-create-tree-buffer): Rewritten.
16855 (ebrowse-tree-mode): Read tree from buffer.
16856
16857 * progmodes/ebrowse-ffh.el: Removed.
16858
168592000-04-10 Kenichi Handa <handa@etl.go.jp>
16860
16861 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
16862
168632000-04-10 Gerd Moellmann <gerd@gnu.org>
16864
16865 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
16866 at the wrong place.
16867
168682000-04-09 Dave Love <fx@gnu.org>
16869
b291c86c
SM
16870 * files.el (backup-enable-predicate):
16871 Use temporary-file-directory, small-temporary-file-directory.
16872 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
16873 (make-backup-file-name-1): New function.
16874 (make-backup-file-name): Use it.
b291c86c 16875 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
16876 (file-newest-backup): Use make-backup-file-name.
16877
168782000-04-09 Gerd Moellmann <gerd@gnu.org>
16879
16880 * progmodes/ebrowse-ffh.el: New file.
16881
86f6474c
SM
16882 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
16883 Moved to ebrowse-ffh.el.
a30eb617
DL
16884 (ebrowse-load): Add autoload.
16885
16886 * finder.el (finder-commentary): Add autoload cookie.
16887
16888 * mail/rfc2368.el: Correct author's email address.
16889
16890 * progmodes/ebrowse.el: New file.
16891
16892 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
16893 item help string.
16894 (easy-menu-do-add-item): Ditto.
16895 (easy-menu-define): Extend doc string.
16896
86f6474c 16897 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
16898 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
16899 (jit-lock-function, jit-lock-stealth-fontify): Don't use
16900 with-buffer-unmodified.
16901
169022000-04-08 Dave Love <fx@gnu.org>
16903
16904 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
16905 unless, when.
16906
169072000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
16908
16909 * viper-util.el (viper-put-on-search-overlay): New subroutine.
16910 (viper-flash-search-pattern): No operation when using Emacs
16911 doesn't support face.
16912 Use `viper-put-on-search-overlay'.
16913
169142000-04-04 Gerd Moellmann <gerd@gnu.org>
16915
16916 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
16917 like C-r.
16918
16919 * progmodes/make-mode.el: Some doc fixes.
16920 (makefile-mode-abbrev-table): New variable.
16921 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
16922 (makefile-font-lock-keywords): Fontify includes and conditionals.
16923 (toplevel): Require `dabbrev' and `add-log' when compiling.
16924
16925 * replace.el (perform-replace): Don't move forward one char
16926 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
16927 to do that because it leaves point 1 position after the last
16928 replacement, after everything has been replaced.
16929
16930 * jit-lock.el (with-buffer-unmodified): New macro.
16931 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
16932 modified state.
16933 (jit-lock-function-1): Extracted from jit-lock-function; not
16934 preserving buffer's modified state.
86f6474c
SM
16935 (jit-lock-function, jit-lock-stealth-fontify):
16936 Call jit-lock-function-1.
a30eb617
DL
16937
16938 * mail/rfc2368.el: Remove supernumerary copyright line.
16939
169402000-04-04 Milan Zamazal <pdm@freesoft.cz>
16941
16942 * glasses.el: Provide facilities for inserting space before left
16943 parentheses and uncapitalization of identifiers.
16944 (glasses-mode): Try to remove old overlays in all cases.
16945
169462000-04-03 Gerd Moellmann <gerd@gnu.org>
16947
16948 * progmodes/compile.el (compile-internal): Display the compilation
16949 buffer in a different frame, if it's already displayed there.
16950
16951 * mail/rfc2368.el: New file.
16952
16953 * simple.el (sendmail-user-agent-compose): Recognize a `body'
16954 header and insert its value as mail body.
16955
16956 * subr.el (member-ignore-case): New function.
16957
16958 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
16959 (dabbrev--find-expansion): Ignore buffers matching a regexp
16960 from dabbrev-ignored-regexps.
16961
16962 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
16963 to extensions handled by gzip.
16964
169652000-04-03 Richard M. Stallman <rms@gnu.org>
16966
16967 * files.el (insert-directory): List the total free space
16968 along with the used space.
16969
16970 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
16971 line is followed by one that matches CITATION-REGEXP, end the
16972 paragraph.
16973
169742000-04-03 Markus Rost <rost@delysid.gnu.org>
16975
16976 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
16977 (rmail-make-basic-summary-line): Use that option.
16978
169792000-04-03 Kenichi Handa <handa@etl.go.jp>
16980
16981 * international/mule-cmds.el (encoded-string-description):
16982 Rewritten. Try pretty description for ISO 2022 escape sequences
16983 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
16984 for hexadecimal format.
16985
169862000-04-01 Dave Love <fx@gnu.org>
16987
16988 * cpp.el: Change customization group to `c' from `C'.
16989
16990 * vcursor.el (vcursor-move): Use display-color-p.
16991
16992 * international/mule-util.el: Provide mule-utils.
16993 (string-to-sequence): Simplify and speed up.
16994
16995 * international/mule.el (make-coding-system): Purecopy doc-string.
16996
16997 * international/mule-cmds.el: Various menu changes.
16998 (describe-specified-language-support): Handle `Default'.
16999 (set-language-info): Purecopy `info'.
17000
170012000-03-31 Andrew Innes <andrewi@gnu.org>
17002
17003 * vc.el (vc-backend-diff): Return the correct status if we had to
17004 retry the rcsdiff command without the --brief option.
17005
170062000-03-31 Dave Love <fx@gnu.org>
17007
17008 * help.el (help-manyarg-func-alist): Correct several omissions.
17009
17010 * add-log.el: Don't require cl, fortran.
17011 (add-log-current-defun-function): Doc fix.
86f6474c 17012 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 17013 (change-log-version-rcs): Function deleted.
86f6474c
SM
17014 (change-log-version-number-search): Doc fix.
17015 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
17016 (add-change-log-entry): Just call add-log-current-defun to get
17017 defun. Simplify somewhat.
17018 (change-log-get-method-definition-1): Likewise.
17019 (add-log-current-defun): Return nil if calling
17020 add-log-current-defun-function does so. Move Fortran stuff to
17021 fortran.el. Return string without properties.
17022
17023 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17024 and :alpha: char classes.
17025
17026 * mail/supercite.el: Defvar curline when compiling.
17027 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17028 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17029 rather than a-zA-Z0-9 to allow non-ASCII characters.
17030
170312000-03-31 Gerd Moellmann <gerd@gnu.org>
17032
17033 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17034
17035 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17036 Re-enable new code.
17037
17038 * lpr.el (print-region-1): Use -d to specify printer name for
17039 systems `usg-unix-v*, `dgux', `hpux', `irix'.
17040
170412000-03-31 Dave Love <fx@gnu.org>
17042
86f6474c
SM
17043 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17044 Look for function definition in symbol's function value slot first
a30eb617
DL
17045 instead of first consulting byte-compile-function-environment.
17046
170472000-03-31 Kenichi Handa <handa@etl.go.jp>
17048
17049 * language/european.el ("Polish"): New language environment.
17050 (setup-polish-environment): New function.
17051
170522000-03-30 Gerd Moellmann <gerd@gnu.org>
17053
17054 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17055 Disable new code.
17056
17057 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
17058 trying to `load' the symbol of an autoload instead of the file
17059 recorded in the autoload. Fix error messages.
17060
170612000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17062
17063 * ps-print.el: PostScript programming fix for ghostview, doc fix.
17064 (ps-print-version): New version number (5.1.3).
17065 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
17066 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
17067 (ps-generate-postscript-with-faces): Code fix.
17068 (ps-color-values): XEmacs compatibility.
17069 (ps-print-background-image, ps-print-background-text, ps-printer-name)
17070 (ps-default-fg, ps-default-bg): Adjust customization.
17071 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
17072 (ps-color-scale): Renaming old ps-color-value fun.
17073 (ps-print-headers): Replace ps-print-header group to avoid conflict
17074 with ps-print-header variable.
17075 (ps-print-miscellany): New group.
17076 (ps-format-color, ps-rgb-color): New funs.
17077 (ps-default-foreground): New var.
17078 (ps-printer-name-option): New const.
17079
170802000-03-30 Peter Breton <pbreton@ne.mediaone.net>
17081
17082 * net/net-utils.el:
17083 (network-connection-host, network-connection-service): New variables
17084 (network-connection-mode): New mode, derived from comint-mode
17085 (network-connection-mode-setup): New function, saves host and
17086 service information in local variables.
17087
17088 * lisp/locate.el:
17089 (locate-word-at-point): Added this function
17090 (locate): Default to using locate-word-at-point as input
17091 Run dired-mode-hook
17092
170932000-03-29 Dave Love <fx@gnu.org>
17094
17095 * calendar/appt.el: Doc fixes.
17096 (appt-check): Convert min-to-app to a string before passing to
17097 appt-disp-window-function or concat.
17098 (appt-delete-window): Remove test for frame-root-window.
17099 (appt-select-lowest-window, appt-convert-time): Simplify.
17100
17101 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
17102 (byte-compile-file-form-autoload):
17103 Update byte-compile-function-environment.
a30eb617
DL
17104
171052000-03-29 Andreas Schwab <schwab@suse.de>
17106
86f6474c 17107 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
17108
17109 * dired.el (dired-insert-directory): If dired-free-space-program
17110 failed just delete its output.
17111
171122000-03-29 Dave Love <fx@gnu.org>
17113
17114 * international/iso-cvt.el: Move provide to end. Doc fixes.
17115 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17116 (iso-iso2sgml, iso-sgml2iso): New functions.
17117 (iso-cvt-define-menu): Fix some entries and use backquote for
17118 clarity.
17119
17120 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17121
171222000-03-28 Gerd Moellmann <gerd@gnu.org>
17123
17124 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17125 ISO-DATE. If non-nil, return date in ISO 8601 format.
17126
171272000-03-26 Stefan Monnier <monnier@cs.yale.edu>
17128
17129 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17130 if it ever becomes used.
17131 (log-edit-mode-hook): Default to vc-log-mode-hook.
17132 (log-edit-mode): Fix the docstring.
17133
17134 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17135 the code.
17136
171372000-03-26 Dave Love <fx@gnu.org>
17138
17139 * net/browse-url.el (browse-url): Re-fix case of
17140 browse-url-browser-function being an alist.
17141 (browse-url): Add :link to defgroup.
17142
17143 * files.el: Doc fixes.
17144 (file-truename): Include `[' in wildcard characters.
17145 (automount-dir-prefix): Customize.
17146 (find-file-wildcards): Add :version.
17147 (find-file-noselect): Simplify a mapcar call.
17148
17149 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17150 compatible with inf-lisp version.
17151 (eval-defun-1): Fix custom-declare-variable case.
17152
171532000-03-25 Stefan Monnier <monnier@cs.yale.edu>
17154
17155 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17156
171572000-03-24 Gerd Moellmann <gerd@gnu.org>
17158
17159 * Makefile (COMPILE_FIRST): New macro.
17160 (compile-files): Compile files from COMPILE_FIRST first.
17161
86f6474c 17162 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
17163
17164 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17165 matching open parenthesis in column 0 to defun-prompt-regexp
17166 only if open-paren-in-column-0-is-defun-start is set.
17167
17168 * sun-curs.el: Require CL at compile-time only.
17169
17170 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17171 instead of copy-list which is a function from CL.
17172 (msb--choose-menu, msb--mode-menu-cond)
17173 (msb--create-buffer-menu-2): Use dolist instead of mapc.
17174 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
17175 (msb--aggregate-alist): Use mapcar instead of mapcan.
17176 Fix `(' in column 0 in doc string.
a30eb617
DL
17177 (msb--add-separators): Use mapcar instead of mapcan.
17178
17179 * cus-dep.el: Require CL at compile-time only.
17180
171812000-03-24 Stefan Monnier <monnier@cs.yale.edu>
17182
17183 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17184 (byte-compile-warnings): New warning `noruntime'.
17185 (byte-compile-constants, byte-compile-variables): Fix docstring.
17186 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17187 execute `eval-whenc-compile's body.
17188 (byte-compile-unresolved-functions): Fix docstring.
17189 (byte-compile-eval): New function.
17190 (byte-compile-callargs-warn): Check if the function will be available
17191 at runtime (via property `byte-compile-noruntime').
17192 (byte-compile-print-syms): New function.
17193 (byte-compile-warn-about-unresolved-functions): Also warn about
17194 `noruntime' functions (and use `byte-compile-print-syms').
17195 (byte-compile-file): Capitalize the message.
17196
171972000-03-24 Gerd Moellmann <gerd@gnu.org>
17198
17199 * mail/rmail.el (rmail-confirm-expunge): New user-option.
17200 (rmail-expunge): Ask for confirmation depending on the setting
17201 of rmail-confirm-expunge.
17202
172032000-03-23 Gerd Moellmann <gerd@gnu.org>
17204
17205 * Makefile (bootstrap-clean): If $(emacs) exists, build
17206 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 17207 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
17208
172092000-03-23 Dave Love <fx@gnu.org>
17210
17211 * net/browse-url.el: Restore previous use of
17212 browse-url-maybe-new-window.
17213
172142000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17215
17216 * ps-print.el: Skip banner page fix.
17217 (ps-print-version): New version number (5.1.2).
17218 (ps-begin-file, ps-end-file, ps-generate): Code fix.
17219
172202000-03-23 Dave Pearson <davep@davep.org>
17221
17222 * net/quickurl.el Changed the type of parameter passed to the
17223 function defined by `quickurl-format-function'. Before only the
17224 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
17225 and the function is responsible for extracting the parts it requires.
17226 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
17227 (quickurl-insert): Changed the `funcall' of
17228 `quickurl-format-function' to match the above change.
17229 (quickurl-list-insert): Changed the `url' case so that it makes
17230 use of `quickurl-format-function', previous to this the format was
17231 hard wired.
17232
172332000-03-22 Gerd Moellmann <gerd@gnu.org>
17234
17235 * startup.el: Change some spellings for the X Window System.
17236
172372000-03-22 Stefan Monnier <monnier@cs.yale.edu>
17238
86f6474c
SM
17239 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17240 Clean up the code and the regexp and make sure the cursor is
17241 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
17242
172432000-03-22 Jason Rumney <jasonr@gnu.org>
17244
17245 * w32-fns.el (w32-charset-info-alist): Initialize.
17246
172472000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17248
17249 * ps-print.el: N-up last page fix.
17250 (ps-print-version): New version number (5.1.1).
17251 (ps-end-file, ps-end-job, ps-generate): Code fix.
17252
172532000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17254
17255 * files.el (find-file-run-dired): Update docstring.
17256 (find-directory-functions): New hook.
17257 (find-file-noselect): Run find-directory-functions rather than
17258 calling dired directly.
17259
17260 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17261
17262 * pcvs.el: Add a minimal leading commentary.
17263 (cvs-make-cvs-buffer): Change the header part by removing the startup
17264 message and adding a `Module' entry. Also replace the FOOTER and
17265 HEADER special fileinfos with the new support in ewoc for updating
17266 its own footer and header.
17267 (cvs-update-header): Update to use the header/footer of the ewoc.
17268 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17269 (cvs-is-within-p): New function.
17270 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17271 to only examine some subset of the buffers.
17272
17273 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17274 `format' instead of our own ad-hoc functions.
17275 Remove HEADER and FOOTER cases, now handled in the EWOC.
17276 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17277
17278 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17279 output to avoid scaring the user.
17280 (cvs-parse-table): Catch message for non-up-to-date commits.
17281
17282 * pcvs-defs.el (cvs-startup-message): Remove.
17283 (cvs-global-menu): New autoloaded menu.
17284
17285 * pcvs-util.el (cvs-string-fill): Remove.
17286
17287 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17288 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17289 PP part of it and also make it work for footers and headers.
17290 (ewoc-create): Drop POS and BUFFER arguments.
17291 Use the DLL's dummy node to store the end-of-footer position.
17292 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17293 (ewoc-refresh): Remove unused `header' variable.
17294 (ewoc-(get|set)-hf): New functions.
17295
17296 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17297 log-view-*-(message|file) and use easy-mmode-define-navigation.
17298 (log-view-message-re): Match SCCS format as well.
17299 And match the revision line rather than the dashed separator line.
17300 (log-view-mode): Use the new define-derived-mode.
17301 (log-view-current-tag): Fill in with an actual implementation.
17302
17303 * cvs-status.el (cvs-status-(prev|next)): Rename from
17304 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17305 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17306 to let the output "breathe" a little more (more readable).
17307 (cvs-status-mode): Use the new define-derived-mode.
17308
17309 * smerge-mode.el (smerge-auto-leave): New function and variable.
17310 (smerge-basic-map): Rename from smerge-basic-keymap.
17311 Change the bindings for smerge-diff-*.
17312 (smerge-*-map): Use easy-mmode-defmap.
17313 (smerge-(next|prev)): Use easy-mmode-define-navigation.
17314 (smerge-keep-*): Use smerge-auto-leave.
17315
173162000-03-21 Jason Rumney <jasonr@gnu.org>
17317
17318 * cus-edit.el (custom-button-face): Use 3D look for w32.
17319 (custom-button-pressed-face): Likewise.
17320
173212000-03-21 Gerd Moellmann <gerd@gnu.org>
17322
17323 * progmodes/etags.el (tags-case-fold-search): New user-option.
17324 (tags-loop-eval): New function. Bind case-fold-search around eval
17325 depending on the value of tags-case-fold-search.
17326 (tags-loop-continue): Use tags-loop-eval.
17327 (find-tag-in-order): Bind case-fold-search depending on the value
17328 of tags-case-fold-search.
17329
173302000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17331
86f6474c 17332 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
17333 (diff-end-of-hunk): Return the end position for use in
17334 `easy-mmode-define-navigation'.
17335 (diff-recenter): Remove.
17336 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17337 of `easy-mmode-define-navigation'.
17338 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17339 previous renaming) and fix to use new names.
17340 (diff-merge-strings): Use \n as separator: simpler, faster.
17341 (diff-mode): Use `define-derived-mode'.
17342
17343 * derived.el (define-derived-mode): Don't autoload anymore.
17344 Prefer the macro-only version provided by easy-mmode.el.
17345
17346 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 17347 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
17348 (easy-mmode-define-navigation): New macro.
17349
17350 * subr.el (combine-run-hooks): New function.
17351
173522000-03-21 Kenichi HANDA <handa@etl.go.jp>
17353
17354 * term/x-win.el: Fontsets related initialization is simplified.
17355
17356 * international/mule-diag.el (describe-font): Don't refer to
17357 global-fontset-alist, instead call font-list.
17358 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 17359 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 17360
86f6474c
SM
17361 * international/fontset.el (x-charset-registries): Variable removed,
17362 instead the corresponding data is stored in the default fontset.
a30eb617
DL
17363 (register-alternate-fontnames): Function removed.
17364 (resolved-ascii-font): Variable removed.
17365 (x-compose-font-name): Ignore the second argument REDOCE.
17366 (x-complement-fontset-spec): Complement only an ASCII font and
17367 element for those charsets than can use that ASCII font.
17368 (generate-fontset-menu): Don't refer to global-fontset-alist,
17369 instead call fontset-list.
17370 (uninstantiated-fontset-alist): Variable removed.
17371 (x-style-funcs-alist): Likewise.
17372 (fontset-default-styles): Likewise.
17373 (x-modify-font-name): Function removed.
86f6474c 17374 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
17375 (create-fontset-from-ascii-font): Docsting adjusted for the above
17376 change.
17377 (instantiate-fontset, resolve-fontset-name): Functions removed.
17378 (fontset-list): Now implemented by C code.
17379
17380 * faces.el (read-face-font): Fix TABLE arg to completing-read.
17381 (describe-face): Include `font' attribute in the description.
17382
173832000-03-21 Kenichi Handa <handa@etl.go.jp>
17384
17385 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17386
173872000-03-20 Gerd Moellmann <gerd@gnu.org>
17388
17389 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17390 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17391 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17392
17393 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17394 about behavior of set-buffer-modified-p wrt redisplay.
17395
173962000-03-19 Richard M. Stallman <rms@gnu.org>
17397
17398 * view.el (view-mode-disable): Kill local binding of view-read-only.
17399
174002000-03-18 Gerd Moellmann <gerd@gnu.org>
17401
86f6474c 17402 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
17403 is a string, convert it to a syntax cell using string-to-syntax.
17404
17405 * simple.el (syntax-code-table, syntax-flag-table): New variables.
17406 (string-to-syntax): New function.
17407
17408 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17409 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17410 try to use passive ftp mode.
17411
174122000-03-17 Gerd Moellmann <gerd@gnu.org>
17413
17414 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17415
17416 * simple.el (append-to-buffer): Update point of windows after
17417 insertion.
17418
17419 * abbrev.el (inverse-add-abbrev): Identify word by first moving
17420 forward then moving backward. Reindent.
17421
17422 * frame.el (other-frame): Call x-focus-frame only if
17423 focus-follows-mouse is off.
17424
174252000-03-17 Dave Love <fx@gnu.org>
17426
86f6474c 17427 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
17428
174292000-03-17 Stefan Monnier <monnier@cs.yale.edu>
17430
17431 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17432 regexp for labels cannot span several lines.
17433
17434 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17435 `(setq :<key> ':<key>)' to the macro expansion.
17436
174372000-03-16 Dave Love <fx@gnu.org>
17438
17439 * progmodes/f90.el (f90): Put custom group under `languages', not
17440 `fortran'.
17441 (f90-mode-hook): Customize.
17442 (f90-mode): Set add-log-current-defun-function.
17443 (f90-current-defun): New function.
17444
174452000-03-16 Gerd Moellmann <gerd@gnu.org>
17446
17447 * cus-edit.el (custom-variable-tag-face): Handle case that
17448 default face's height is not a number.
17449 (custom-face-tag-face, custom-group-tag-face-1)
17450 (custom-group-tag-face): Ditto.
17451 (custom-group-tag-face-1): Add :group.
17452
17453 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17454
174552000-03-15 Gerd Moellmann <gerd@gnu.org>
17456
17457 * pcvs-defs.el (toplevel): Remove autoload cookie for form
17458 requiring easymenu.
17459
174602000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17461
17462 * ps-print.el: PostScript user-defined prologue, PostScript error
17463 handler, doc fix.
17464 (ps-print-version): New version number (5.1).
17465 (ps-user-defined-prologue, ps-error-handler-message)
17466 (ps-print-prologue-0, ps-error-handler-alist): New vars.
17467 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17468 (ps-insert-string): New function.
17469
174702000-03-15 Kenichi Handa <handa@etl.go.jp>
17471
17472 * international/ccl.el (ccl-compile-expression): Don't generate
17473 invalid self-assignment code.
17474
174752000-03-14 Dave Love <fx@gnu.org>
17476
17477 * subr.el (replace-regexp-in-string): Renamed from
17478 replace-regexps-in-string. Doc fix.
17479
174802000-03-12 Dave Love <fx@gnu.org>
17481
17482 * cus-edit.el: Doc fixes.
86f6474c 17483 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
17484 (custom-variable-tag-face, custom-face-tag-face)
17485 (custom-group-tag-face-1, custom-group-tag-face): Modify from
17486 style which user identify as hyperlink.
17487 (hook): Don't add undefined functions to the hook.
17488 (debug-ignored-errors): Transfer message from bindings.el.
17489
174902000-03-12 Gerd Moellmann <gerd@gnu.org>
17491
86f6474c
SM
17492 * recentf.el (recentf-keep-non-readable-files-p):
17493 Remove double/nested definition.
a30eb617
DL
17494
174952000-03-12 Dave Love <fx@gnu.org>
17496
17497 * facemenu.el (facemenu-get-face): Use display-color-p.
17498 * enriched.el (enriched-decode-foreground): Likewise.
17499 (enriched-decode-background): Likewise.
17500 * isearch.el (isearch-highlight): Likewise.
17501 * info-look.el (info-lookup): Likewise.
17502 * simple.el (completion-setup-function): Likewise.
17503
17504 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17505 :options.
17506
17507 * bindings.el (mode-line-format): Fix line-number and
17508 column-number items. Add help-echo for the background.
17509 (mode-line-mule-info): Modify help-echo.
17510
17511 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17512
17513 * files.el (load-file): Allow completion to .elc.
17514
17515 * man.el: Doc fixes.
17516 (Man-init-defvars): Use display-color-p to set fontification.
17517
17518 * play/hanoi.el (hanoi-internal): Don't use oddp.
17519
175202000-03-12 Gerd Moellmann <gerd@gnu.org>
17521
17522 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17523
17524 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17525
175262000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17527
17528 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17529 Fix comment.
17530
175312000-03-10 Stefan Monnier <monnier@cs.yale.edu>
17532
17533 * font-lock.el (font-lock-keywords): Fix the doc now that
17534 regexp-opt-depth is unnecessary.
17535 (save-buffer-state): Set an edebug spec.
17536 (font-lock-fontify-anchored-keywords): Properly handle the case when
17537 the matcher goes past the limit.
17538
17539 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17540 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17541
17542 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
17543 dll.el and cookie.el (from Elib) with heavy renaming and other
17544 massaging.
17545
17546 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17547 Autoload the functions used.
17548 (easy-mmode-define-syntax): Fix CL typo.
17549 (easy-mmode-define-derived-mode): Improve the docstring generation.
17550
175512000-03-10 Gerd Moellmann <gerd@gnu.org>
17552
17553 * textmodes/texinfo.el (texinfo-version): Variable and function
17554 removed.
17555
175562000-03-09 Stefan Monnier <monnier@cs.yale.edu>
17557
17558 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17559 allow more flexibility.
ff39b9a1 17560 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
17561 (easy-mmode-defmap, easy-mmode-defsyntax)
17562 (easy-mmode-define-derived-mode): New macros.
17563
175642000-03-09 Didier Verna <didier@xemacs.org>
17565
17566 * rect.el (replace-rectangle): New function.
17567
175682000-03-09 Dave Love <fx@gnu.org>
17569
ff39b9a1 17570 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
17571 (fortran-comment-line-start-skip): Don't match cpp stuff.
17572 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
17573 (fortran-mode-map): Remove over-eager custom-menu-create for now.
17574 (fortran-mode): Don't set fortran-comment-line-start-skip,
17575 fortran-comment-line-start here. Set comment-start,
17576 add-log-current-defun.
17577 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17578 (fortran-current-defun): New function.
17579
175802000-03-09 Gerd Moellmann <gerd@gnu.org>
17581
17582 * emacs-lisp/re-builder.el: New file.
17583
17584 * mouse.el (mouse-drag-region): Don't run up-event handler
17585 if hscroll has changed.
17586
17587 * octave-mod.el (octave-font-lock-keywords): To font-lock the
17588 builtin operators, use `font-lock-builtin-face' for Emacs and
17589 `font-lock-preprocessor-face' otherwise.
17590
17591 * font-lock.el (lisp-font-lock-keywords-1): Highlight
17592 `(defun (setf foo)' differently.
17593
175942000-03-08 Stefan Monnier <monnier@cs.yale.edu>
17595
17596 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17597 (regexp-opt): Update comment and adapt the code the new meaning of
17598 the `paren' argument of regex-opt-group for shy-groups.
17599 (regexp-opt-depth): Handle shy groups as well as backslashed
17600 backslashes.
17601 (regexp-opt-group): Turn the leading comment into a docstring.
17602 Allow `paren' to be a string (the string to use to open a group).
17603 Remove open-presuf and close-presuf. Instead of checking for `all
17604 one-char' and then later on check for `several one-char', handle
17605 both cases close together. Also apply a more generic algorithm
17606 for suffixes (the mirror image of the algorithm used for
17607 prefixes). Use shy-groups. Use nreverse rather than reverse.
17608 (regexp-opt-try-suffix): Removed.
17609
17610 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17611 from comint-mode-map, so we can just inherit from it. Also, move
17612 the initialization into the `defvar' since there's no docstring
17613 anyway and it's fairly short.
17614 (inferior-scheme-mode): Define it as derived-mode: the code is
17615 shorter and this way we inherit from comint-mode-map rather than
17616 copying it.
17617
17618 * subr.el (replace-regexps-in-string): Properly handle the case
17619 where we match an empty string.
17620
17621 * comint.el (comint-exec-1): Add the current-dir to the exec-path
17622 when the command has a directory component (such as "./testml").
17623 Also fix a typo in the comment.
17624
176252000-03-08 Gerd Moellmann <gerd@gnu.org>
17626
17627 * Makefile (compile-files): Compile files one by one because
17628 that's the only way to ensure a clean compilation environment for
17629 each individual file.
17630
17631 * frame.el (other-frame): Call x-focus-frame.
17632
176332000-03-07 Dave Love <fx@gnu.org>
17634
17635 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17636 :require to defcustom.
17637
ff39b9a1 17638 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
17639
17640 * files.el (auto-mode-alist): Add configure.in.
17641
17642 * progmodes/autoconf.el: New file.
17643
176442000-03-07 Gerd Moellmann <gerd@gnu.org>
17645
17646 * mail/mh-e.el: Change maintainer to `none'.
17647
17648 * recentf.el (recentf-keep-non-readable-files-p): Quote args
17649 to remove-hook and add-hook.
17650
176512000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17652
17653 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17654 it as the default.
17655 (mail-send): Test mail-send-nonascii also for the new `mime' value.
17656 (sendmail-send-it): Conditionally add MIME headers specifying the
17657 used character set.
17658
176592000-03-07 Dave Love <fx@gnu.org>
17660
ff39b9a1
SM
17661 * winner.el: Fix keywords, autoload cookies.
17662 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
17663
176642000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
17665
17666 * international/mule.el: Modify comment about coding system
17667 property `coding-category'.
17668 (make-coding-system): New argument EOL-TYPE. Pay attention to
17669 coding-category property of PROPERTIES.
17670
ff39b9a1
SM
17671 * international/mule-conf.el (coding-category-utf-8)
17672 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
17673 categories. Include them in the argument for set-coding-priority.
17674
ff39b9a1
SM
17675 * international/mule-cmds.el (reset-language-environment):
17676 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
17677 coding-category-utf-16-le in the argument for set-coding-priority.
17678 (reset-language-environment): Initialize coding-category-utf-8,
17679 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17680
176812000-03-06 Karl Fogel <kfogel@red-bean.com>
17682
17683 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17684 code abstracted out of `bookmark-jump-noselect'. Now tries info
17685 extensions as well as compression extensions.
17686 (bookmark-jump-noselect): Use above new func.
17687
176882000-03-03 Gerd Moellmann <gerd@gnu.org>
17689
17690 * strokes.el: Change maintainer's mail address.
17691
176922000-03-03 Kenichi Handa <handa@etl.go.jp>
17693
17694 * international/mule-diag.el (list-character-sets): Make help-echo
17695 string by substitute-command-keys.
17696 (list-character-sets): Likewise.
17697 (sort-listed-character-sets): Call help-setup-xref.
17698
176992000-03-02 Gerd Moellmann <gerd@gnu.org>
17700
ff39b9a1 17701 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
17702
177032000-03-01 Dave Love <fx@gnu.org>
17704
17705 * help.el (help-xref-go-back): Don't try to set position.
17706
ff39b9a1
SM
17707 * international/mule-diag.el (list-character-sets):
17708 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
17709 (list-character-sets-1): Add help-echo to xrefs.
17710
177112000-03-02 Gerd Moellmann <gerd@gnu.org>
17712
17713 * frame.el (blink-cursor-mode): Switch cursor on when turning
17714 the mode off.
17715
17716 * add-log.el (add-log-current-defun): Add support for
17717 Autoconf mode.
17718
17719 * mail/rmail.el (rmail-quit-hook): New variable.
17720
177212000-03-01 Dave Love <fx@gnu.org>
17722
17723 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
17724
17725 * help.el (help-xref-button): Add help-echo arg.
17726 (describe-function-1, describe-variable, help-make-xrefs): Use it.
17727
ff39b9a1 17728 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 17729
ff39b9a1 17730 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
17731
177322000-03-01 Gerd Moellmann <gerd@gnu.org>
17733
17734 * image.el (defimage): Look for image files in load-path.
17735
ff39b9a1 17736 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
17737
177382000-03-01 David Ponce <david.ponce@wanadoo.fr>
17739
ff39b9a1 17740 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
17741
177422000-03-01 David Ponce <david.ponce@wanadoo.fr>
17743
ff39b9a1 17744 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
17745 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
17746 action to select/unselect a file.
17747 (recentf-edit-list): Code cleanup and improvement.
17748 (recentf-open-more-files-action): `recentf-open-more-files' button
17749 widget action to open a file.
ff39b9a1 17750 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
17751 (recentf-more-collection): Deleted.
17752 (recentf-more-history): Deleted.
17753 (recentf-setup-more-completion): Deleted.
17754
177552000-03-01 David Ponce <david.ponce@wanadoo.fr>
17756
17757 * recentf.el (recentf-mode): No more needs that Emacs is running
17758 under a window-system.
17759
ff39b9a1 177602000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17761
17762 * recentf.el (recentf-edit-list): New command to edit the recent
17763 list which allow the user to remove files.
17764 (recentf-edit-selected-items): New global variable, used by
17765 `recentf-edit-list' to hold the list of files to be removed from
17766 the recent list.
17767 (recentf-make-menu-items): Updated to display a "Edit list..."
17768 menu item. Minor code cleanup.
17769
ff39b9a1 177702000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17771
17772 * recentf.el (recentf-open-more-files): New command to open files
17773 that are not displayed in the menu.
17774 (recentf-more-collection): New global variable holding the set of
17775 permissible completions used by `recentf-open-more-files'.
17776 (recentf-more-history): New global variable holding the history list
17777 used by `recentf-open-more-files' completion.
17778 (recentf-setup-more-completion): New function to setup completion for
17779 `recentf-open-more-files'.
17780 (recentf-make-menu-items): Updated to display a "More..." menu item.
17781
ff39b9a1 177822000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17783
17784 * recentf.el (recentf-menu-action): Doc fixed.
17785
ff39b9a1 177862000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17787
17788 * recentf.el (recentf-menu-filter): Doc updated.
17789 (recentf-update-menu-hook): Allow menu filters to force menu update.
17790 (recentf-make-menu-items): New menu filter handling.
17791 (recentf-make-menu-item): New helper function.
17792 (recentf-menu-elements): New menu handling function.
17793 (recentf-sort-ascending): Updated to new menu filter handling.
17794 (recentf-sort-descending): Updated to new menu filter handling.
17795 (recentf-sort-basenames-ascending): New menu filter function.
17796 (recentf-sort-basenames-descending): New menu filter function.
17797 (recentf-show-basenames): New menu filter function.
17798 (recentf-show-basenames-ascending): New menu filter function.
17799 (recentf-show-basenames-descending): New menu filter function.
17800
178012000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17802
17803 * diary-lib.el (list-diary-entries): Don't try to go forward at
17804 the end of the buffer.
17805
178062000-02-29 Kenichi Handa <handa@etl.go.jp>
17807
ff39b9a1
SM
17808 * international/mule-diag.el (list-character-sets):
17809 Completely rewritten.
a30eb617
DL
17810 (sort-listed-character-sets): New function.
17811 (list-character-sets-1): Completely rewritten.
17812 (list-character-sets-2): New function.
17813 (non-iso-charset-alist): New variable.
17814 (decode-codepage-char): New function.
17815 (charset-history): New variable.
17816 (read-charset) (list-block-of-chars)
17817 (list-iso-charset-chars)
17818 (list-non-iso-charset-chars)
17819 (list-charset-chars): New functions.
86f6474c 17820 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
17821 (dump-charsets): Likewise.
17822
178232000-02-29 Gerd Moellmann <gerd@gnu.org>
17824
17825 * dired-x.el (dired-filename-at-point): Add `@' to valid
17826 file name characters.
17827 (dired-filename-at-point): Handle ange-ftp file names.
17828
17829 * frame.el (frame-notice-user-settings): Use assq-delete-all
17830 instead of assoc-delete-all.
17831 (frame-notice-user-settings): Ditto.
17832
17833 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
17834 Don't copy alist.
17835
178362000-02-28 Eli Barzilay <eli@cs.cornell.edu>
17837
17838 * calculator.el (calculator-use-menu): New option.
86f6474c 17839 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
17840 (calculator-forced-input): Removed.
17841 (calculator-restart-other-mode): New variable.
17842 (calculator-mode-map): Set up menu.
17843
178442000-02-28 Jari Aalto <jari.aalto@poboxes.com>
17845
86f6474c 17846 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
17847
178482000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
17849
86f6474c 17850 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 17851 translate all ESC key sequences.
86f6474c 17852 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 17853 they were saved.
86f6474c
SM
17854 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
17855 * viper-util.el (viper-set-replace-overlay-glyphs)
17856 (viper-set-replace-overlay): Always check if the replacement
a30eb617 17857 overlay is live.
86f6474c
SM
17858 * viper.el (viper-vi-state-mode-list): Add major modes.
17859 * ediff-wind.el: Minor comment changes.
17860 * ediff.el: Copyright notice date fix.
a30eb617
DL
17861
178622000-02-27 Jason Rumney <jasonr@gnu.org>
17863
17864 * faces.el (face-font-family-alternatives): Add arial to helv.
17865 (mode-line, header-line, tool-bar): Same default as x for w32.
17866 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
17867 face-font-family-alternatives from working.
17868 * term/w32-win.el (mouse-set-font): Do not build fontset from
17869 chosen font.
17870
178712000-02-25 Sam Steingold <sds@goems.com>
17872
17873 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
17874 properly.
17875
178762000-02-25 Richard M. Stallman <rms@gnu.org>
17877
17878 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
17879
178802000-02-25 Gerd Moellmann <gerd@gnu.org>
17881
86f6474c 17882 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
17883
17884 * frame.el (busy-cursor-delay-seconds): New option.
17885
178862000-02-24 Gerd Moellmann <gerd@gnu.org>
17887
17888 * frame.el (show-cursor-in-non-selected-windows): New option.
17889
178902000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17891
17892 * diary-lib.el (include-other-diary-files): Undo the selective
17893 display in any included file and don't kill it.
17894
178952000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
17896
86f6474c
SM
17897 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
17898 Menu items converted to (menu-item format, help strings added.
a30eb617 17899 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 17900 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
17901 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
17902
179032000-02-23 Dave Love <fx@gnu.org>
17904
17905 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
17906 (backward-kill-word): Revert addition of * to interactive spec --
17907 it's a feature.
17908
17909 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
17910 (backward-kill-sentence, kill-sentence): Likewise.
17911
17912 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
17913 scratch buffer name.
86f6474c 17914 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
17915
17916 * term/w32-win.el (internal-face-interactive): Update prompt for
17917 new read-face-name.
17918
17919 * mail/footnote.el (footnote): Add :version to defgroup.
17920 (footnote-section-tag-regexp): Customize.
17921 (footnote-start-tag, footnote-end-tag): New option.
17922 (footnote-latin-regexp): New variable.
17923 (Footnote-latin): New function.
17924 (footnote-style-alist): Add element for latin style.
17925 (footnote-style): Moved.
17926 (Footnote-goto-footnote): Use eq to test arg.
17927
17928 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
17929
17930 * emacs-lisp/byte-opt.el: Change old backquote syntax.
17931 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
17932 (byte-optimize-quote, byte-optimize-lapcode):
17933 Use byte-compile-const-symbol-p.
a30eb617
DL
17934 (byte-optimize-char-before): New optimization.
17935
17936 * emacs-lisp/bytecomp.el: Change old backquote syntax.
17937 (byte-compile-const-symbol-p): New function.
17938 (byte-compile-constp, byte-compile-out-toplevel)
17939 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
17940 Use it.
17941
17942 * subr.el (define-key-after): Default AFTER to t. Doc fix.
17943
179442000-02-23 Kenichi Handa <handa@etl.go.jp>
17945
17946 * international/encoded-kb.el: Be sure to update minor-mode-alist
17947 and minor-mode-map-alist.
17948 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
17949 codes SS2 and SS3 correctly.
17950 (encoded-kbd-self-insert-ccl): New function.
17951 (encoded-kbd-setup-keymap): New function.
17952 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
17953 by calling encoded-kbd-setup-keymap.
17954
86f6474c
SM
17955 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
17956 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
17957
179582000-02-22 Dave Love <fx@gnu.org>
17959
17960 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 17961 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
17962 (lisp-mode-syntax-table): Set up for #|...|# comments.
17963 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
17964 classes. Match `defface'.
17965 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
17966 (eval-defun-1): Fix for defcustom.
17967 (lisp-indent-region): Doc fix.
17968
17969 * subr.el (when, unless, split-string): Doc fix.
86f6474c 17970 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
17971 (replace-regexps-in-string): New function.
17972
179732000-02-22 Gerd Moellmann <gerd@gnu.org>
17974
17975 * help.el (describe-variable): Set syntax table to
17976 emacs-lisp-mode-syntax-table when moving forward over the
17977 symbol's name.
17978
179792000-02-22 Dave Love <fx@gnu.org>
17980
17981 * xt-mouse.el: Doc fixes.
17982 (xterm-mouse-position-function): New function, replacing advice of
17983 mouse-position.
17984 (xterm-mouse-mode): Use it. Don't turn on under a window system.
17985
17986 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
17987
179882000-02-21 Gerd Moellmann <gerd@gnu.org>
17989
86f6474c
SM
17990 * format.el (format-annotate-single-property-change):
17991 Handle properties.with dotted-list values.
a30eb617
DL
17992 (format-proper-list-p): New function.
17993
17994 * enriched.el (enriched-face-ans): Handle '(foreground-color
17995 . COLOR) and (background-color . COLOR).
17996
179972000-02-20 Dave Love <fx@gnu.org>
17998
17999 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18000 and assignments to it.
18001 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18002 current local map.
18003 (make-flyspell-overlay): Use it.
18004 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18005
18006 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18007 (lm-get-header-re): Defun, not defsubst.
18008 (lm-get-package-name): Defun, not defsubst. Simplify.
18009 (lm-version): Doc fix. Simplify.
18010 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18011 (lm-crack-address, lm-last-modified-date, lm-commentary)
18012 (lm-verify, lm-synopsis): Simplify.
18013 (lm-report-bug): Require emacsbug. Use compose-mail.
18014
180152000-02-20 Gerd Moellmann <gerd@gnu.org>
18016
18017 * dired.el (dired-mode): Call propertized-buffer-identification
18018 to set mode-line-buffer-identification to something having
18019 the right text properties.
18020
18021 * bindings.el (propertized-buffer-identification): New function.
18022
180232000-02-20 Dave Love <fx@gnu.org>
18024
18025 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18026 check for t-mouse too.
18027
18028 * cus-start.el: Make echo-keystrokes `number'.
18029
180302000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
18031
18032 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18033 Don't call ring-empty-p unless tags-location-ring is bound.
18034 From Noah Friedman <friedman@splode.com>.
18035
180362000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
18037
18038 * progmodes/hideshow.el (hs-flag-region): No longer use
18039 `intangible' overlay property.
18040
18041 (hs-toggle-hiding): New command.
18042 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18043
18044 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18045 Fix omission bug: Run `hs-minor-mode-hook' for both activation
18046 and deactivation.
18047
180482000-02-18 Gerd Moellmann <gerd@gnu.org>
18049
18050 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
18051
180522000-02-17 Gerd Moellmann <gerd@gnu.org>
18053
18054 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
18055
18056 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
18057 of `*' to handle `(* ... *)' comments.
18058
180592000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
18060
18061 * faces.el (list-faces-display): Use display-mouse-p instead of
18062 window-system.
18063
18064 * menu-bar.el (global-map): Menu-bar items converted to the new
18065 format (menu-item..., rearranged for better CUA compliance, and
18066 their names changed for better clarity. Help strings added.
18067
18068 * international/mule-cmds.el (mule-menu-keymap)
18069 (describe-language-environment-map, set-coding-system-map)
18070 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
18071 form, add help strings. Change names of menu items for better clarity.
18072 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
18073
180742000-02-17 Gerd Moellmann <gerd@gnu.org>
18075
18076 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18077 within the code.
18078
180792000-02-16 Dave Love <fx@gnu.org>
18080
18081 * faces.el: Don't require custom. Add more specific :groups to
18082 various deffaces.
18083 (set-face-attribute): Purecopy args.
18084 (read-face-name): Default to name at point and use it in prompt.
18085 Remove colon from arg in all callers.
18086 (list-faces-display): Hyperlink to face descriptions and customize
18087 buffers.
18088
180892000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
18090
86f6474c 18091 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
18092
180932000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18094
18095 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18096 at ':' characters by call to split-string.
18097
180982000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18099
18100 * textmodes/bibtex.el: Added RCS version identification.
18101
181022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18103
18104 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 18105 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
18106 (bibtex-field-const): Allow capital letters.
18107 (bibtex-start-of-string): Deleted because unused.
18108
18109 * textmodes/bibtex.el: Unified some nomenclature. We no longer
18110 use the term 'reference' to describe a bibtex entry as a whole.
18111 Further, reference keys are no longer called 'labels'.
18112 (bibtex-keys): Renamed to bibtex-reference-keys.
18113 (bibtex-reformat-previous-labels): Renamed to
18114 bibtex-reformat-previous-reference-keys.
18115 (bibtex-reference-type): Renamed to bibtex-entry-type.
18116 (bibtex-reference-head): Renamed to bibtex-entry-head.
18117 (bibtex-reference-maybe-empty-head): Renamed to
18118 bibtex-entry-maybe-empty-head.
18119 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18120 (bibtex-search-reference): Renamed to bibtex-search-entry.
18121 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18122 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
18123 (bibtex-entry-field-alist, bibtex-entry-head)
18124 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18125 (bibtex-map-entries, bibtex-search-entry)
18126 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18127 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18128 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18129 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18130 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18131 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18132 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
18133
181342000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18135
18136 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18137 comment.
18138 (bibtex-format-field-delimiters): New function, functionality
18139 extracted from bibtex-format-entry.
18140 (bibtex-autokey-get-yearfield-digits): New function, functionality
18141 extracted from bibtex-autokey-get-yearfield.
18142
18143 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18144 entries in order to avoid stack overflow in the regexp matcher if
18145 field contents become large.
86f6474c
SM
18146 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18147 (bibtex-field-string-part-not-braced)
18148 (bibtex-field-string-part-no-inner-braces)
18149 (bibtex-field-string-part-1-inner-brace)
18150 (bibtex-field-string-part-2-inner-braces)
18151 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18152 (bibtex-field-string-quoted, bibtex-field-string)
18153 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18154 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18155 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18156 Deleted as parsing is now performed by the following functions.
18157 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18158 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18159 (bibtex-parse-field-string, bibtex-search-forward-field-string)
18160 (bibtex-parse-association, bibtex-field-name-for-parsing)
18161 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18162 (bibtex-search-forward-field, bibtex-search-backward-field)
18163 (bibtex-start-of-field, bibtex-end-of-field)
18164 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18165 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18166 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18167 (bibtex-parse-string, bibtex-search-forward-string)
18168 (bibtex-search-backward-string, bibtex-start-of-string)
18169 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18170 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18171 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
18172 entries. Instead of reporting the results of the parsing by
18173 match-beginning or match-end, these functions return data structures
18174 that hold the corresponding positions.
18175 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
18176 return values rather than by match-beginning or match-end.
18177 The following functions have been adapted to use the new
18178 parsing functions.
18179 (bibtex-skip-to-valid-entry, bibtex-search-reference)
18180 (bibtex-enclosing-field, bibtex-format-entry)
18181 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18182 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18183 (bibtex-print-help-message, bibtex-end-of-entry)
18184 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18185 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18186 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18187 Use the new method for parsing.
18188 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18189 (bibtex-map-entries, bibtex-flash-head)
18190 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18191 (bibtex-autokey-change, bibtex-autokey-get-namefield)
18192 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18193 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18194 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18195 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18196 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18197 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
18198
181992000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18200
18201 * textmodes/bibtex.el: Copyright notice is up to date.
18202 Added constant 'bibtex-maintainer-salutation.
18203
86f6474c 18204 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
18205 than make-temp-name, use match-string-no-properties and eliminate
18206 a quadratic behavior when building bibtex-strings.
18207
18208 * bibtex.el (bibtex-reference-key): Accept string entries whose
18209 reference key contains upper case letters.
18210
182112000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18212
18213 * bibtex.el (bibtex-reference-head): Allow entries to start with
18214 a new line.
18215
182162000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18217
18218 * bibtex.el: Hiding of entry bodies is not longer provided by
18219 bibtex.el directly. Instead the hideshow package can be used.
18220 Added a special bibtex entry to hs-special-modes-alist.
18221 (bibtex-hs-forward-sexp): Added for hideshow.el.
18222
182232000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18224
18225 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18226 proceedings entry type (for cross referencing). Thanks to Wagner
18227 Toledo Correa for the suggestion.
18228
18229 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18230
182312000-02-14 Kenichi Handa <handa@etl.go.jp>
18232
18233 * international/characters.el: Setup case table for Vietnamese.
18234
182352000-02-12 Gerd Moellmann <gerd@gnu.org>
18236
18237 * uniquify.el (toplevel): Require CL at compile time.
18238 (uniquify-push): Removed.
18239
18240 * shadowfile.el (shadow-when): Removed.
18241
18242 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 18243 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
18244
18245 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18246 regexp for paragraph-start.
18247
18248 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18249 commas as well.
18250
182512000-02-10 Dave Love <fx@gnu.org>
18252
18253 * wid-edit.el: (widgets) [defgroup]: Remove url link.
18254 (widget-color-choice-list, widget-color-history, widget-mouse-help):
18255 Deleted.
18256 (widget-specify-field, widget-specify-button): Don't use
18257 widget-mouse-help as help-echo property.
18258 (default): Use #'ignore for :validate and :mouse-down-action.
18259 (checkbox): Add help-echo.
18260 (widget-sexp-validate): Rewritten to clarify error messages.
18261 (character): Use char-valid-p in :match function.
18262 (widget-color-complete): Use facemenu-color-alist.
18263 (widget-color-action): Use facemenu-read-color.
18264
18265 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
18266 set up `caar' &c that we now have.
18267
182682000-02-09 Ray Blaak <blaak@gnu.org>
18269
18270 * delphi.el: Make resourcestring a declaration region, like const
18271 and var.
18272
182732000-02-09 Dave Love <fx@gnu.org>
18274
18275 * bindings.el (mode-line-input-method-map): New variable.
18276 (mode-line-mule-info): Use it; fix last change.
18277 (mode-line-mode-menu): Move definition.
18278 (mode-line-mouse-sensitive-p): Deleted.
18279 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 18280 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
18281
18282 * startup.el (command-line-1): Don't call
18283 make-mode-line-mouse-sensitive.
18284
182852000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18286
86f6474c
SM
18287 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18288 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
18289
182902000-02-06 Stefan Monnier <monnier@cs.yale.edu>
18291
18292 * diff-mode.el (diff-kill-junk): New interactive function.
18293 (diff-reverse-direction): Use delete-and-extract-region.
18294 (diff-post-command-hook): Restrict the area so that the hook also works
18295 outside of any diff hunk. This is necessary for the minor-mode.
18296 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18297 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18298
18299 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18300 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18301 so that it can be used more easily in <foo>-mode-hook. Also make sure
18302 to avoid duplicate entries.
18303 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18304 (font-lock-remove-keywords): Just as was done for `add', allow it to
18305 work even if font-lock-mode is nil. Also make sure we don't modify
18306 any pre-existing list by forcing a copy-sequence. Finally rename
18307 `major-mode' to `mode'.
18308 (font-lock-fontify-syntactic-anchored-keywords)
18309 (font-lock-fontify-anchored-keywords)
18310 (font-lock-fontify-keywords-region): Use line-end-position.
18311 Don't make `font-lock-multiline' local (it's now done in
18312 font-lock-set-defaults).
86f6474c
SM
18313 (font-lock-set-defaults): Make `font-lock-multiline' local.
18314 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
18315
183162000-02-06 Andrew Innes <andrewi@gnu.org>
18317
18318 * term/w32-win.el (x-handle-args): Comment out call to message,
18319 which occurs before window system is initialized.
18320
18321 * makefile.nt: Add support for recompiling lisp code.
18322
183232000-02-04 Dave Love <fx@gnu.org>
18324
18325 * bindings.el (mode-line-mule-info): Fix/extend last change.
18326
18327 * completion.el: Replace completion-dolist with dolist.
18328
86f6474c 18329 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
18330
183312000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
18332
86f6474c 18333 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
18334 environment names before they go into the section regexp.
18335
86f6474c 18336 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
18337 char class in regexp.
18338
86f6474c
SM
18339 * textmodes/reftex-parse.el (reftex-with-special-syntax):
18340 Bind `case-fold-search' to nil.
a30eb617 18341
86f6474c
SM
18342 * progmodes/idlwave.el (idlwave-template):
18343 Respect `idlwave-abbrev-change-case'.
18344 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18345 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18346 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
18347 (idlwave-rw-case): New function.
18348 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 18349 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
18350 (idlwave-surround): New argument LENGTH to support padding of
18351 operators longer than 1 char.
18352
18353 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18354 idlwave-shell-expression-overlay. Implemented printing of
18355 expressions on higher levels of the calling stack.
86f6474c 18356 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
18357 (idlwave-retrieve-expression-from-level): New function.
18358 (idlwave-shell-last-calling-stack): Variable removed.
18359 (idlwave-shell-reset): Argument action reversed (`visible' to
18360 `hidden'). Also remove stop-line overlay.
18361 (idlwave-shell-calling-stack-routine): New variable.
18362 (idlwave-shell-parse-stack-and-display): Messages now display
18363 negative level numbers.
18364 (idlwave-shell-mode): Set `modeline-format'.
18365 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 18366 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
18367 (idlwave-shell-print-expression-function): New option.
18368
86f6474c
SM
18369 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18370 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
18371 `tool-bar' instead of `toolbar'.
18372
183732000-02-02 Dave Love <fx@gnu.org>
18374
18375 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18376 emacs-lisp-mode-hook. Don't check for defalias being defined.
18377
18378 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
18379 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18380 Use the new builtins directly.
a30eb617
DL
18381
18382 * whitespace.el (whitespace): Add :version to defgroup.
18383
18384 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18385 Doc fix.
18386
18387 * thingatpt.el (sexp-at-point, symbol-at-point)
18388 (number-at-point, list-at-point): Add autoload cookie.
18389
18390 * recentf.el (recentf): Add :version to defgroup.
18391
18392 * quickurl.el (quickurl): Add :version to defgroup.
18393
18394 * elide-head.el (elide-head): Use point-marker more.
18395
18396 * bs.el (bs): Add :version to defgroup.
18397
18398 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18399
18400 * progmodes/delphi.el (delphi): Add :version to defgroup.
18401
184022000-02-02 Gerd Moellmann <gerd@gnu.org>
18403
18404 * ange-ftp.el (ange-ftp-write-region): Handle case that
18405 succeeding process operation sets a different coding system.
18406
18407 * calculator.el: New file.
18408
184092000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
18410
86f6474c 18411 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
18412 (display-mouse-p, display-popup-menus-p, display-graphic-p)
18413 (display-selections-p, display-screens, display-pixel-width)
18414 (display-pixel-height, display-mm-width, display-mm-height)
18415 (display-backing-store, display-save-under, display-planes)
18416 (display-color-cells, display-visual-class): New functions.
18417
18418 * term/tty-colors.el (tty-color-gray-shades): New function.
18419
18420 * faces.el (display-color-p): Use framep-on-display.
18421 (display-grayscale-p): New function.
18422
184232000-01-31 Dave Love <fx@gnu.org>
18424
18425 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18426 (create-fontset-from-x-resource): Don't concat integers.
18427
184282000-01-31 Inge Frick <inge@nada.kth.se>
18429
18430 * view.el: Some changes in documentation. Removed some trailing
86f6474c 18431 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
18432 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18433 window is not deleted. Modifies change 1998-04-26.
18434
184352000-01-31 Gerd Moellmann <gerd@gnu.org>
18436
18437 * windmove.el: New file.
18438
18439 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18440 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18441 progmodes/ebnf-yac.el: Update copyright and license info.
18442
86f6474c
SM
18443 * jit-lock.el (jit-lock-function): Widen before calculating
18444 end position.
a30eb617
DL
18445 (jit-lock-stealth-chunk-start): Rewritten.
18446
18447 * info.el (Info-title-face-alist): Removed.
86f6474c 18448 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
18449 (Info-fontify-node): Use these faces.
18450
184512000-01-30 Gerd Moellmann <gerd@gnu.org>
18452
18453 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18454 (cl-macro-list1): Recognize `&allow-other-keys' instead of
18455 `&allow-other-keywords'.
18456
18457 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18458 the list of directories scanned heuristically.
18459
86f6474c 18460 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
18461
184622000-01-30 Jason Rumney <jasonr@gnu.org>
18463
18464 * w32-fns.el: Define w32-tty-standard-colors.
18465
18466 * startup.el (command-line): Use w32-tty-standard-colors when in
18467 w32 console mode.
18468
184692000-01-30 Dave Love <fx@gnu.org>
18470
18471 * jka-compr.el (jka-compr-load): Fix up load-history.
18472
18473 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18474
18475 * emacs-lisp/cl-macs.el: Revert previous change.
18476
184772000-01-29 Dave Love <fx@gnu.org>
18478
18479 * facemenu.el: Purecopy various strings.
18480
18481 * timezone.el (timezone-fix-time): Window against 69 for two-digit
18482 years. Deal with three-digit years.
18483
86f6474c
SM
18484 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18485 Use defconst, purecopy.
a30eb617
DL
18486 (help-back-label): Purecopy it.
18487
184882000-01-18 Gerd Moellmann <gerd@gnu.org>
18489
18490 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18491 variable. If non-nil, order the buffer list according to the
18492 currently selected frame.
18493 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18494 non-nil, pass the selected frame to function buffer-list.
18495
184962000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18497
18498 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18499
185002000-01-28 Dave Love <fx@gnu.org>
18501
18502 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18503
18504 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18505 Don't use lisp-indent-hook property.
18506 (cl-abs): Remove.
18507
18508 * subr.el: Move out indent and edebug specs for when and unless.
18509
18510 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18511 when, unless.
18512
18513 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18514 unless, when.
18515
185162000-01-28 Gerd Moellmann <gerd@gnu.org>
18517
18518 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18519 `collecting' as synonym for `collect'.
18520
18521 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18522 for the case it contains spaces.
18523
86f6474c 18524 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
18525
18526 * frame.el (delete-other-frames): New function.
18527 (toplevel): Bind it to C-x 5 1.
18528
18529 * sort.el (sort-numeric-base): New option.
18530 (sort-numeric-fields): If number starts with `0' or `0[xX[',
18531 interpret it as octal or hexadecimal. Use sort-numeric-base
18532 as default base.
18533
18534 * progmodes/glasses.el: New file.
18535
185362000-01-27 Gerd Moellmann <gerd@gnu.org>
18537
18538 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18539 userids differently.
18540
18541 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18542 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18543 progmodes/ebnf-yac.el: New files.
18544
185452000-01-26 Dave Love <fx@gnu.org>
18546
18547 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18548 on a function with an empty body. [From Eric Ludlam.]
18549
185502000-01-25 Andre Spiegel <spiegel@gnu.org>
18551
18552 * vc.el (vc-version-diff): Make sure file name is expanded.
18553
185542000-01-25 Gerd Moellmann <gerd@gnu.org>
18555
18556 * scroll-bar.el (scroll-bar-timer): Variable removed.
18557 (scroll-bar-toolkit-scroll): Don't use a timer.
18558
185592000-01-25 Kenichi Handa <handa@etl.go.jp>
18560
86f6474c
SM
18561 * language/thai-util.el (thai-composition-function):
18562 Delete superfluous `a'.
a30eb617
DL
18563
185642000-01-24 Dave Love <fx@gnu.org>
18565
18566 * fortran.el (fortran-mode): Use beginning-of-defun-function,
18567 end-of-defun-function.
18568
86f6474c 18569 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
18570
185712000-01-22 Jason Rumney <jasonr@gnu.org>
18572
18573 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18574 conflicts with new face support.
18575
185762000-01-22 Richard M. Stallman <rms@gnu.org>
18577
18578 * replace.el (query-replace): Rename last arg to DELIMITED.
18579 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18580 (query-replace-regexp): Likewise.
18581
185822000-01-20 Richard M. Stallman <rms@gnu.org>
18583
18584 * subr.el (with-syntax-table): Use make-symbol, not gensym.
18585
18586 * emacs-lisp/lisp.el (beginning-of-defun-function):
18587 Variable renamed from beginning-of-defun.
18588 Do not call make-variable-buffer-local.
18589 (beginning-of-defun-raw): Use new variable name; doc fix.
18590 (beginning-of-defun): Doc fix.
18591 (end-of-defun-function): Variable renamed from end-of-defun.
18592 Do not call make-variable-buffer-local.
18593 (end-of-defun): Use new variable name; doc fix.
18594
18595 * subr.el (dolist, dotimes): Copied from cl-macs.el
18596 and made to work.
18597
18598 * mail/undigest.el (rmail-digest-end-regexps):
18599 Variable replaces rmail-digest-end-regexp.
18600 Allows multiple regexps for detecting the end line.
18601 (undigestify-rmail-message): Corresponding changes.
18602
186032000-01-19 Dave Love <fx@gnu.org>
18604
18605 * files.el (user-init-file): Don't declare here -- is primitive.
18606
18607 * startup.el (command-line): Check for compiled user-init-file and
18608 set to uncompiled version if necessary.
18609
186102000-01-18 Gerd Moellmann <gerd@gnu.org>
18611
18612 * mail/undigest.el (rmail-digest-end-regexp): New user option.
18613 (undigestify-rmail-message): Use it.
18614
18615 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18616
186172000-01-17 Gerd Moellmann <gerd@gnu.org>
18618
18619 * tmm.el (tmm-goto-completions): Adapt to prompt being part
18620 of mini-buffer.
18621
186222000-01-14 Gerd Moellmann <gerd@gnu.org>
18623
18624 * emacs-lisp/copyright.el (copyright-update): Removed the
18625 requirement for a trailing space from `copyright-regexp', to
18626 support copyrights with owner specified on a separate line..
18627
18628 * align.el: New file.
18629
18630 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18631
18632 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18633
186342000-01-13 Dave Love <fx@gnu.org>
18635
18636 * ph.el: Removed. (Obsoleted by EUDC.)
18637
186382000-01-13 Gerd Moellmann <gerd@gnu.org>
18639
18640 * net/eudc.el (toplevel): Remove autoloaded code installing
18641 menu with easymenu, because that causes build problems.
18642
18643 * frame.el (frame-notice-user-settings): New variable.
18644 (frame-notice-user-settings): Don't modify frame parameters
18645 if called a second time.
18646
186472000-01-13 Richard M. Stallman <rms@gnu.org>
18648
18649 * frame.el (frame-notice-user-settings):
18650 Notice default-frame-parameters even for non-window frames.
18651
186522000-01-13 Gerd Moellmann <gerd@gnu.org>
18653
18654 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18655 for Emacs.
18656 (eudc-bob-can-display-inline-images): Extend for Emacs.
18657 (eudc-bob-toggle-inline-display): Ditto.
18658 (eudc-bob-display-jpeg): Ditto.
18659
186602000-01-12 Gerd Moellmann <gerd@gnu.org>
18661
18662 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18663 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18664 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18665
86f6474c
SM
18666 * add-log.el (add-change-log-entry): Fix error trying an
18667 `(insert nil)'.
a30eb617
DL
18668
18669 * subdirs.el: Add `net' directory.
18670
18671 * net: New directory.
18672
18673 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18674 eval-last-sexp. Don't bind debug-on-error here.
18675 (eval-last-sexp): New function. Bind debug-on-error if
18676 eval-expression-debug-on-error is non-nil.
18677 (eval-defun-2, eval-defun): Likewise.
18678
18679 * simple.el (eval-expression): Don't bind debug-on-error if
18680 eval-expression-debug-on-error is nil. Detect changed
18681 debug-on-error, and propagate new value to global binding, if
18682 eval-expression-debug-on-error is non-nil,
18683 (eval-expression-debug-on-error): Change doc string.
18684
186852000-01-11 Richard M. Stallman <rms@gnu.org>
18686
18687 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18688
18689 * emacs-lisp/lisp-mode.el (with-syntax-table):
18690 Set up lisp-indent-function property.
18691
18692 * subr.el (with-syntax-table): Moved from simple.el.
18693
18694 * simple.el (with-syntax-table): Moved to subr.el.
18695
186962000-01-11 Gerd Moellmann <gerd@gnu.org>
18697
18698 * tmm.el (tmm-shortcut): Delete region after prompt instead
18699 of erasing buffer.
18700
18701 * textmodes/fill.el (fill-common-string-prefix): New function.
18702 (fill-context-prefix): Use the longest common prefix of first
18703 and second line fill prefix, if there is one.
18704
187052000-01-11 Richard M. Stallman <rms@gnu.org>
18706
18707 * array.el (array-mode): Don't use make-variable-buffer-local.
18708 Use make-local-variable for `truncate-lines'.
18709
187102000-01-11 Jari Aalto <jari.aalto@poboxes.com>
18711
18712 * add-log.el (add-log-current-defun): Handle user-defined
18713 add-log-current-function returning nil,
18714
18715 * add-log.el (add-change-log-entry): Insert version number
18716 if having found a current function
18717
86f6474c
SM
18718 * add-log.el (add-log-current-defun):
18719 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
18720 level 1. Strip whitespace from defun found.
18721
187222000-01-10 John Wiegley <johnw@gnu.org>
18723
18724 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 18725 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
18726
187272000-01-10 Dave Love <fx@gnu.org>
18728
18729 * elide-head.el (elide-head): Use point-marker, not point.
18730
187312000-01-10 Gerd Moellmann <gerd@gnu.org>
18732
18733 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
18734 before and after the year 2000.
18735
18736 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
18737 Add ispell- prefix.
18738
187392000-01-10 Ken Stevens <k.stevens@ieee.org>
18740
18741 * ispell.el: Only define dictionaries in menus when they exist.
18742 (version18p): New variable.
18743 (version20p): New variable.
18744 (xemacsp): New variable.
18745 (ispell-choices-win-default-height): Fix for XEmacs visibility.
18746 (ispell-dictionary-alist1): Added Brasileiro dictionary.
18747 (ispell-dictionary-alist6): Russian command lines no longer accept
18748 run-together words.
18749 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
18750 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
18751 (check-ispell-version): Added documentation string. Return library
18752 path when called non-interactively.
a30eb617
DL
18753 (ispell-menu-map-needed): Uses new variables.
18754 (ispell-library-path): New variable.
18755 (ispell-decode-string): XEmacs fix for bogus variable bindings.
18756 (ispell-word): Improved documentation string. Test for valid
18757 character mappings. Correctly check typed in word changes that can
86f6474c
SM
18758 result in single words split into multiple words.
18759 Return replacement word.
a30eb617
DL
18760 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
18761 replace in recursive query replace mode. Help message for
18762 recursive edit mode.
18763 (ispell-show-choices): Protect against bad framepop bindings.
18764 (ispell-help): Fix to work with XEmacs.
18765 (ispell-highlight-spelling-error): Use new variables.
18766 (ispell-overlay-window): Fix to work with XEmacs.
18767 (ispell-parse-output): Passed and returns location information
18768 tracking spelling corrections. Doesn't recheck same word on
18769 current line.
18770 (ispell-init-process): Protect against bogus XEmacs variable binding.
18771 Fix call to single argument in sleep-for. Use new variables.
18772 (ispell-region): Passed and returns location information tracking
18773 spelling corrections. Doesn't check same word on current line.
18774 Improved documentation string. Doesn't resend a line already
18775 checked to the ispell process - fixes bug in LaTeX parsing.
18776 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
18777 (ispell-skip-region): No longer skips <TT> in SGML.
18778 (ispell-process-line): Tracks location information with spelling
18779 corrections. Added documentation string. Accounts for words
18780 already accepted on this line. Don't allow query-replace on line
18781 starting with math characters. Doesn't resend a line already sent
18782 to ispell process. Fixes alignment error bug.
18783
187842000-01-10 Richard M. Stallman <rms@gnu.org>
18785
18786 * dired-x.el (dired-guess-shell-alist-default):
18787 Suggest xloadimage, which is free, not xv, which isn't.
18788
18789 * ange-ftp.el (ange-ftp-file-name-nondirectory):
18790 Don't ever include the host name or user name in the value.
18791
187922000-01-09 Gerd Moellmann <gerd@gnu.org>
18793
18794 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
18795 of a real newline.
18796
187972000-01-09 Stephen Eglen <stephen@gnu.org>
18798
18799 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
18800 for .png files.
18801
188022000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
18803
18804 * cus-edit.el (custom-hook-convert-widget): Fix comment.
18805
188062000-01-09 Gerd Moellmann <gerd@gnu.org>
18807
18808 * progmodes/cperl-mode.el: Replace ^F with ^L.
18809
86f6474c
SM
18810 * sendmail.el (toplevel): Provide `sendmail' when compiling before
18811 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
18812
188132000-01-08 Dave Love <fx@gnu.org>
18814
18815 * emacs-lisp/backquote.el: Remove inappropriate customization
18816 (allowing custom.el to use backquote).
18817
188182000-01-07 Dave Love <fx@gnu.org>
18819
18820 * add-log.el (add-log-debugging): Deleted.
18821 (add-change-log-entry): Treat a backup FILE-NAME as its parent
18822 file. Remove debugging code.
18823 (change-log-get-method-definition, change-log-name): Add doc.
18824 (change-log-sortable-date-at): New function.
18825 (change-log-merge): New command.
18826
18827 * time.el (display-time-string-forms): Make the Mail string active.
18828 (display-time-update): Provide help-echo for load average.
18829
18830 * bindings.el (make-mode-line-mouse2-map): New function.
18831 (mode-line-modified): Use it and simplify.
18832 (mode-line-mule-info): Provide help-echo info.
18833 (minor-mode-alist): Activate the strings.
18834 (make-mode-line-mouse-sensitive): Simplify for
18835 mode-line-buffer-identification.
18836
188372000-01-07 Gerd Moellmann <gerd@gnu.org>
18838
18839 * play/pong.el: New file.
18840
188412000-01-06 Dave Love <fx@gnu.org>
18842
18843 * array.el: Assorted cleanups for compiler warnings, doc strings,
18844 `array-' prefix for symbols.
18845
188462000-01-05 Dave Love <fx@gnu.org>
18847
86f6474c
SM
18848 * textmodes/outline.el (outline-mode-menu-bar-map):
18849 Add outline-headers-as-kill.
a30eb617
DL
18850 (outline-mode): Define imenu-generic-expression.
18851 (outline-headers-as-kill): New command.
18852
18853 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
18854 from paragraph-start.
18855 (paragraph-indent-minor-mode): New command.
18856
18857 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
18858 M-C-e, M-C-h, C-j, C-xnd, TAB.
18859 (fortran-mode): Set beginning-of-defun, end-of-defun.
18860 (fortran-column-ruler): Simplify.
18861 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
18862 (fortran-with-subprogram-narrowing): Likewise.
18863 (fortran-indent-subprogram): Call mark-defun.
18864 (fortran-check-for-matching-do): Change narrowing.
18865
18866 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
18867 (cl-lucid-hash-tag): Delete.
18868 (cl-hash-table-p): Correct test for native table.
18869 (cl-hash-table-count): Use hash-table-count.
18870
18871 * browse-url.el (browse-url): Fix case of
18872 browse-url-browser-function being an alist.
18873
188742000-01-05 Carsten Dominik <cd@gnu.org>
18875
18876 * textmodes/reftex-vars.el (reftex-parse-file-extension)
18877 (reftex-index-phrase-file-extension): New options.
18878
18879 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
18880 Use new option `reftex-index-phrase-file-extension'.
18881
18882 * textmodes/reftex.el (reftex-access-parse-file): Use new option
18883 `reftex-parse-file-extension'.
18884
188852000-01-05 Dave Love <fx@gnu.org>
18886
18887 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
18888 (beginning-of-defun-raw): Use it.
18889 (end-of-defun): New variable.
18890 (end-of-defun): Use it.
18891 (check-parens): New command.
18892
188932000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
18894
18895 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
18896 (hs-show-block): Don't use `mapcar' when not accumulating.
18897
18898 Fix buglet in local variables initialization.
18899
189002000-01-05 Andreas Schwab <schwab@suse.de>
18901
18902 * hscroll.el (hscroll): Doc fix.
18903
189042000-01-05 Carsten Dominik <cd@gnu.org>
18905
86f6474c
SM
18906 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
18907 Require idlw-toolbar.
a30eb617 18908
86f6474c 18909 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 18910 file idlw-rinfo.el.
86f6474c
SM
18911 (idlwave-customize): Load must read file idlw-shell.el.
18912 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
18913
189142000-01-05 Carsten Dominik <dominik@astro.uva.nl>
18915
18916 * progmodes/idlw-shell.el: Also provide idlwave-shell
18917 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
18918 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
18919
86f6474c 18920 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
18921 both reftex-dcr and reftex-vcr.
18922
18923 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
18924
189252000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18926
18927 * ps-print.el: PostScript code now is in separate files, doc fix.
18928 (ps-print-version): New version number (5.0.3).
18929 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
18930 local.
18931 (ps-spool-config): Initialization fix.
18932 (ps-print-prologue-1, ps-print-prologue-2)
18933 (ps-print-duplex-feature): PostScript code moved to separated file.
18934 (ps-background-image): Little code reformating.
18935 (ps-begin-file, ps-begin-job): Fix code.
18936 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
18937 (ps-prologue-file): New fun.
18938
189392000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18940
18941 * ps-vars.el: Eliminated.
18942
18943 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
18944 `;;;###autoload'.
18945
18946 * ps-print.el: ps-vars eliminated, doc fix.
18947 (ps-print-version): New version number (5.0.2).
18948 (ps-spool-config): Initialization fix.
18949 (ps-print-customize): New fun.
18950
189512000-01-04 Gerd Moellmann <gerd@gnu.org>
18952
86f6474c 18953 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
18954
189552000-01-04 Dave Love <fx@gnu.org>
18956
18957 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
18958 menu items.
18959
189602000-01-03 Dave Love <fx@gnu.org>
18961
18962 * elide-head.el (elide-head) [defgroup]: Add :version.
18963
18964 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
18965 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
18966 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
18967 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
18968
189692000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18970
18971 * faces.el (face-read-integer, read-face-attribute)
86f6474c 18972 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
18973
189742000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
18975
18976 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
18977 at comment end, and re-insert them after filling.
18978
189792000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18980
18981 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
18982 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
18983 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
18984
189852000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18986
18987 * term/x-win.el (xw-defined-colors): Call color-supported-p,
18988 the new name of face-color-supported-p.
18989
18990 * term/w32-win.el (xw-defined-colors): Likewise.
18991
189922000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18993
18994 * simple.el (completion-setup-function): Count completion-size
18995 from minibuffer-prompt-end, not from point-min.
18996
189972000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
18998
18999 * faces.el (read-face-attribute, defined-colors, color-defined-p):
19000 Pass the frame to tty-color-* functions.
19001 (display-color-p, frame-set-background-mode): Pass the frame to
19002 tty-display-color-p.
19003
19004 * term/tty-colors.el (tty-defined-color-alist): Renamed from
19005 tty-color-alist.
19006 (tty-color-alist, tty-modify-color-alist): New functions.
19007 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
19008 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19009 optional parameter FRAME.
a30eb617
DL
19010
190112000-01-01 Gerd Moellmann <gerd@gnu.org>
19012
86f6474c
SM
19013 * image.el (create-image, defimage): Don't assume image data is
19014 a string.
a30eb617
DL
19015
19016 * image.el (defimage): Handle specifications containing :data
19017 instead of :file.
19018 (image-type-from-data): New function.
19019 (image-type-from-file-header): Use it.
19020 (create-image): Add parameter DATA-P.
19021
19022See ChangeLog.8 for earlier changes.
19023
19024;; Local Variables:
19025;; coding: iso-2022-7bit
19026;; End: