*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
eaa2319f
GM
12001-08-09 Gerd Moellmann <gerd@gnu.org>
2
8e3189f0
GM
3 * bindings.el (mode-line-format): Specify help-echo for line
4 number, column number and buffer-percent part of the mode-line.
5
eaa2319f
GM
6 * image.el (image-type-regexps): Allow whitespace at the start
7 of the image data for XPM, XBM and Postscript, which are
8 text files.
9 (image-jpeg-p): Correct calculation of next field offset.
10
e3601cf6
PJ
112001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
12
13 * battery.el: Fix typo.
14
057b57f6
GM
152001-08-08 Gerd Moellmann <gerd@gnu.org>
16
8a8ef149
GM
17 * image.el (image-type-regexps): Allow predicates. Change the way
18 JPEG images are recognized.
19 (image-jpeg-p): New function.
20 (image-type-from-data): Handle predicates in image-type-regexps.
21
057b57f6
GM
22 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
23 #:, #x, #o, and similar constructs.
24
69ebef1d
GM
252001-08-07 Gerd Moellmann <gerd@gnu.org>
26
22d01aed
GM
27 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
28
23f46f6f
GM
29 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
30 instead of `progn'.
31
e8421604
GM
32 * tar-mode.el (tar-extract): Avoid generating a new buffer
33 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
34
ea2c6478
GM
35 * textmodes/paragraphs.el (forward-sentence): Avoid building
36 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
37
6c233cc0
GM
38 * progmodes/executable.el (executable-set-magic): If
39 executable-find returns a quoted file name, unquote it before
40 inserting it.
41
1155d483 42 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 43 derived from the JFIF spec.
1155d483 44
69ebef1d
GM
45 * image.el (image-type-regexps): Use `\`' instead of `^' in
46 most regular expressions.
47
d1d850d6
PJ
482001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
49
50 * play/animate.el: re-insert a reference to re-inserted function.
51
98a8938c
GM
522001-08-06 Gerd Moellmann <gerd@gnu.org>
53
8e3fe78e
GM
54 * help.el (describe-function-1): Use
55 find-function-search-for-symbol instead of find-functin-noselect
56 because the latter follows aliases.
57
5a397d28
GM
58 * play/animate.el (animate-birthday-present): Re-insert.
59
98a8938c
GM
60 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle
61 old-style menu definitions.
62
7b3220c0
PJ
632001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
64
6228c05b 65 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 66 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 67
070c251e 68 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
69 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
70 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 71
dffb6224
PJ
722001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
73
74 * textmodes/tildify.el: Milan Zamazal has new address.
75
698665d1
GM
762001-08-03 Gerd Moellmann <gerd@gnu.org>
77
be48584d
GM
78 * custom.el (custom-set-variables): Don't test `custom-requests'
79 properties, check the third element of the options passed to
80 custom-set-variables instead.
81
5e1f85e0 82 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 83 instead of file-exists-p.
5e1f85e0 84
b0fa1513
GM
85 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
86 the mode-line face is restored. Fix several bugs.
87
698665d1
GM
88 * replace.el (perform-replace): Doc fix.
89
4a7641d9
FP
902001-08-02 Francesco Potorti` <pot@gnu.org>
91
92 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
93 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
94 (uniquify-fix-item-base, uniquify-fix-item-filename)
95 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
96 Callers changed.
97 (uniquify-set-proposed): Changed to work with a vector item.
98 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
99 the fix list, and a list of strings for the non-file buffer
100 names. Both changes reduce consing.
101 (uniquify-rationalize-a-list): Local variable renaming.
102 (uniquify-rationalize-conflicting-sublist): Use member instead of
103 assoc.
104 (uniquify-rename-buffer): Use unless instead of if not.
105
77389930
GM
1062001-08-02 Gerd Moellmann <gerd@gnu.org>
107
7f7d5b9e
GM
108 * recentf.el (recentf-dump-variable): Handle a value of nil
109 correctly.
110
cb3f945f
GM
111 * custom.el (custom-set-variables): Set options with :require
112 clauses last.
4a7641d9 113
fbc7f2a6
GM
114 * custom.el (defcustom): Doc fix.
115
77389930
GM
116 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
117
9761cd3a
EZ
1182001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
119
7e03f4c8
EZ
120 * man.el (man): Mention Man-switches in the doc string.
121 (Man-switches): Mention -a in the doc string.
122
2b2eabed
EZ
123 * textmodes/ispell.el (ispell-alternate-dictionary): Add
124 /usr/share/lib/dict/words, for Irix.
125
9761cd3a
EZ
126 * bindings.el: Bind shifted and control-shifted kp-* keys to the
127 corresponding non-kp keys. Suggested by Stephen Gildea
128 <gildea@alum.mit.edu>.
129
cc46bfe7
FP
1302001-08-01 Francesco Potorti` <pot@gnu.org>
131
fc10ed8c
FP
132 * uniquify.el: These changes correct a corner case that the old
133 code managed correctly.
134 (uniquify-fix-item-proposed): Renamed from
135 uniquify-fix-item-min-proposed.
136 (uniquify-set-proposed): New function.
137 (uniquify-rationalize-file-buffer-names): Code reshuffled for
138 clarity and speed.
139 (uniquify-item-greaterp): Substitutes uniquify-item-lessp. This
140 is equivalent to what the old code did.
141 (uniquify-rationalize-a-list): Never recompute the proposed
142 name. Sort the conflicting sublist before rationalising it: this
143 is equivalent to what the old code did, but one directory element
144 at a time, and only when necessary.
145 (uniquify-rationalize-conflicting-sublist): Recompute here the
146 proposed name.
cc46bfe7 147
dd388130
GM
1482001-08-01 Gerd Moellmann <gerd@gnu.org>
149
81b1a79d
GM
150 * play/animate.el: Add Keywords and Maintainer. Remove a
151 reference to a removed function.
cc46bfe7 152
dd388130
GM
153 * play/animate.el (animate-string): Handle case that the string is
154 longer than the window is wide.
155
6b053e39
GM
1562001-07-31 Gerd Moellmann <gerd@gnu.org>
157
ed86208c
GM
158 * desktop.el (desktop-save): Bind coding-system-for-write to
159 `emacs-mule' for write-region.
160
10e922bd
GM
161 * delsel.el (delete-selection-pre-hook): Don't set this-command
162 to `ignore' if the region is empty.
163
b23bad0b
GM
164 * international/mule.el (set-keyboard-coding-system): Set
165 keyboard-coding-system.
166
6b053e39
GM
167 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
168 before accessing it.
169
d004e96a
AS
1702001-07-30 Andreas Schwab <schwab@suse.de>
171
172 * menu-bar.el (toggle-highlight-paren-mode): Use
173 `(show-paren-mode)' as body.
174
892c8dea
AS
1752001-07-30 Andre Spiegel <spiegel@gnu.org>
176
177 * vc.el (vc-checkout-hook): New hook.
178 (vc-checkout): Run it.
179
21f79512
EZ
1802001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
181
182 * progmodes/make-mode.el (makefile-macroassign-regex): Recognize
183 the ?= operator. From Jonathan Kamens <jik@curl.com>.
184
291e3b68
GM
1852001-07-30 Gerd Moellmann <gerd@gnu.org>
186
6594ac22
GM
187 * vc.el (vc-switch-backend): Fix autoload cookie.
188
291e3b68
GM
189 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
190 the desktop file.
191
87449711
GM
1922001-07-30 Simon Josefsson <jas@extundo.com>
193
194 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
195 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
196
bf85004b
GM
1972001-07-27 Gerd Moellmann <gerd@gnu.org>
198
75c5350a
GM
199 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
200 (last-sexp-toggle-display): Renamed from last-sexp-print.
201 (last-sexp-toggle-display, eval-last-sexp-1): Use
202 last-sexp-setup-props.
203
cc46bfe7 204 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
205 New user-options.
206 (mouse-wheel-change-button): New function.
207 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
208 (mwheel-scroll): Ditto.
209
16098288
GM
2102001-07-26 Gerd Moellmann <gerd@gnu.org>
211
ac49effe
GM
212 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
213 `...', compare with unabbreviated printed representation instead.
214 (last-sexp-print): Bind print-length and print-level to nil.
215
be4a68f9
GM
216 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
217 before assigning text properties. Make properties rear-nonsticky.
ac49effe 218
f6e6cdf2
GM
219 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
220 (eval-last-sexp-1): Give printed text a `keymap' property and bind
221 <mouse-2> and <RET> in that map to a function printing the
222 unabbreviated value.
223
16098288
GM
224 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
225 is a buffer, put a text property `printed-value' on the printed
226 representation, with the Lisp object printed as value.
227
343462ed
EZ
2282001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
229
230 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
231 Mention the effect of eval-expression-print-length and
232 eval-expression-print-level in the doc strings. Suggested by
233 Kevin Gallagher <kevingal@onramp.net>.
234
e043664a
GM
2352001-07-25 Gerd Moellmann <gerd@gnu.org>
236
4b09e331
GM
237 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
238 for buttons > 3.
239 (xterm-mouse-translate): Handle the case that we don't get a
240 down-event.
cc46bfe7 241
b03dc47d
GM
242 * emacs-lisp/find-func.el (find-function-regexp): Add
243 easy-mmode-define-global-mode to the regexp. Allow newlines
244 in front of the function name.
245
17635d50 246 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 247
3fb01f36
GM
248 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
249 similar events for which fake prefix keys are generated. It's no
250 longer necessary since read_key_sequence doesn't modify these
251 events for internal purposes anymore.
252
e043664a
GM
253 * files.el (auto-mode-alist): Use nroff-mode for files ending
254 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
255
a9f73104
EZ
2562001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
257
258 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
259 tool-bar-lines parameter, behave as if its value were zero.
260 (mouse-avoidance-set-pointer-shape): Don't do anything if
261 x-pointer-shape is not boundp.
262
c02a76cc
FP
2632001-07-23 Francesco Potorti` <pot@gnu.org>
264
f0188953 265 * uniquify.el: Overall speedup changes when using many buffers.
c02a76cc 266 (uniquify-fix-item-base, uniquify-fix-item-filename,
f0188953 267 uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 268 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 269 place in the item, but was never used.
c02a76cc 270 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 271 in the item is now used as cache for the proposed name.
c02a76cc
FP
272 (uniquify-rationalize-file-buffer-names): Move computation made on
273 newbuffile out of the loop, in the newbuffile-nd local var. Use
274 dolist (cosmetic change). Compute the proposed name for the most
275 common case and cache it in the fourth place in the item.
f0188953
FP
276 (uniquify-rationalize-file-buffer-names): Used to return a a list
277 of buffer whose name was changed, but that return value was never
c02a76cc
FP
278 used.
279 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
280 the cached proposed name, does much less consing and is quicker.
281 (uniquify-filename-lessp): Deleted.
282 (uniquify-rationalize-a-list): Use dolist (cosmetic change). Do
283 not bind locally the uniquify-possibly-resolvable flag. Use the
284 cached proposed name is possible.
285 (uniquify-get-proposed-name): Arguments changed, callers changed.
286 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
287 uniquify-possibly-resolvable flag, which is no more bound locally.
288 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 289 flag, which does not exist any more.
c02a76cc 290
31fac3b8
EZ
2912001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
292
be8cf99e
EZ
293 * term/internal.el (IT-unicode-translations): Fix the appearance of
294 "6`".
295
31fac3b8
EZ
296 * progmodes/compile.el (compile-internal): If EMACS is already
297 defined in the environment, don't override its value.
298
73496807
GM
2992001-07-23 Gerd Moellmann <gerd@gnu.org>
300
9e5a7f2a
GM
301 * play/fortune.el: Undo change of 2001-07-13.
302 Fix autoload cookies. Add types to defcustoms.
303 (fortune) <defgroup>: Add :link.
304 (fortune-from-region): Use eq, not eql.
305 From Dave Love <fx@gnu.org>.
c02a76cc 306
5247262a 307 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 308
73496807
GM
309 * play/animate.el: New file.
310
722a451d
EZ
3112001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
312
313 * startup.el (normal-top-level-add-subdirs-to-load-path): On
314 Windows, put into normal-top-level-add-subdirs-inode-list the
315 canonicalized names of the directories instead of inode numbers.
316
4960e757 3172001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 318
4960e757
MK
319 * ediff-util.el: Copyright years.
320 (ediff-choose-syntax-table): New function.
321 (ediff-setup): Use ediff-choose-syntax-table.
73496807 322 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 323 vc-state is available.
73496807 324 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 325
4960e757
MK
326 * ediff-init.el (ediff-with-syntax-table): New macro, uses
327 with-syntax-table.
73496807
GM
328 (ediff-coding-system-for-read): From ediff-diff.el
329 (ediff-coding-system-for-write): New variable.
330 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 331 overlays.
73496807
GM
332 (ediff-file-remote-p): Use file-remote-p, if available.
333 (ediff-listable-file): New function.
334 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 335
73496807 336 * ediff-mult.el (ediff-meta-insert-file-info1): Use
4960e757 337 ediff-listable-file.
c02a76cc 338
73496807 339 * ediff-ptch.el (ediff-prompt-for-patch-file): Use
4960e757 340 ediff-coding-system-for-read.
73496807 341 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 342
73496807
GM
343 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
344 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 345
4960e757 346 * ediff.el: Date of last update, copyright years.
c02a76cc 347
4960e757 348 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 349
4960e757
MK
350 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
351 of Scott Bronson.
352 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
353 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
354 Deleted functions.
355 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
356 ex-token-list.
73496807 357 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 358
73496807 359 * viper-util.el (viper-int-to-char,viper-char-equal): New
4960e757 360 functions.
73496807
GM
361 (viper-memq-char): Use viper-int-to-char.
362 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 363 vc-locking-state.
73496807 364 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 365
73496807 366 * viper.el (viper-major-mode-modifier-list): Added
4960e757 367 inferior-emacs-lisp-mode.
73496807 368 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 369 heuristics to decide if vi state is appropriate.
73496807
GM
370 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
371 (viper-non-hook-settings): Don't advise read-key-sequence.
372 (viper-read-key-sequence): New function that replaces the
4960e757 373 previously used advice to read-key-sequence.
c02a76cc 374
73496807
GM
375 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
376 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
377 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
378 (viper-open-line-at-point,viper-substitute,viper-overwrite)
379 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
380 Got rid of the negative character hack.
4960e757 381 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
382 Use viper-read-key-sequence.
383 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 384 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 385 Don't override existing minibuffer-setup-hook.
4960e757 386 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 387 Convert registers to char data type.
73496807 388 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
389
390 * viper-keym.el: Use viper-exec-key-in-emacs.
391
05824718
SM
3922001-07-20 Stefan Monnier <monnier@cs.yale.edu>
393
394 * server.el (server-visit-files): Fix variable name typo.
395
6e07c0a5
GM
3962001-07-20 Gerd Moellmann <gerd@gnu.org>
397
05824718 398 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
399 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
400
5b6858da
SM
4012001-07-19 Stefan Monnier <monnier@cs.yale.edu>
402
403 * progmodes/compile.el (compilation-parse-errors): `linenum' might
404 return a this-error using the alternative format (a pair of markers).
405
794d58ba
GM
4062001-07-19 Gerd Moellmann <gerd@gnu.org>
407
4e2a256b
GM
408 * font-lock.el (c++-keywords): Add Standard C++ operator names.
409
794d58ba
GM
410 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
411 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 412
381194d0
PJ
4132001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
414
415 * international/iso-transl.el: Fix typo in the header of the file.
416
417 * textmodes/picture.el (picture): Doc fix.
418
419 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
420 follow coding conventions in generated files.
421
27009a49
EZ
4222001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
423
5b6858da 424 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
425 (tool-bar-add-item): Don't call image-related primitives if the
426 display doesn't support images.
427
428 * frame.el (display-images-p): New function.
429
467f1209
GM
4302001-07-17 Gerd Moellmann <gerd@gnu.org>
431
432 * server.el (server-visit-files): Handle the case the specified
433 column number is <= 0.
434
4352001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
436
437 * startup.el (command-line-1): Add support for +LINE:COLUMN
438 command line argument.
439
4402000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
441
5b6858da
SM
442 * server.el (server-process-filter, server-visit-files):
443 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 444
9781053a
PJ
4452001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
446
447 * emacs-lisp/easy-mmode.el: Add Keywords header.
448
449 * play/pong.el: Author has new address.
450
451 * play/landmark.el: Author is no more reachable.
452
453 * play/handwrite.el: Author is no more reachable.
454
5b6858da
SM
4552001-07-17 Stefan Monnier <monnier@cs.yale.edu>
456
457 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
458 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
459 Complete bindings for F<1..12> keys.
460 (global-map): Remove `undo' binding (already in the default).
461 Replace `t<n>' bindings with `f<n>' bindings.
462
a38b71b0
SM
4632001-07-16 Stefan Monnier <monnier@cs.yale.edu>
464
465 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
466 (tcl-mode): Use tcl-add-log-defun.
467 (tcl-indent-line): Use tcl-calculate-indent.
468 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
469 (tcl-indent-exp): Renamed from indent-tcl-exp.
470 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
471 (tcl-indent-for-comment): Call comment-indent-function properly
472 and handle the case where it returns nil.
473
c1d61a7d
GM
4742001-07-16 Gerd Moellmann <gerd@gnu.org>
475
a38b71b0
SM
476 * calendar/cal-islam.el (calendar-goto-islamic-date):
477 Remove autoload cookie.
478
479 * calendar/calendar.el (calendar-goto-islamic-date):
480 Add call to autoload.
c1d61a7d 481
c59fb719
SM
4822001-07-16 Stefan Monnier <monnier@cs.yale.edu>
483
484 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
485 Don't change compile-auto-highlight globally.
486 Don't bother with `font-lock-defaults' property since XEmacs
487 also understands the `font-lock-defaults' variable.
488 Use make-local-variable rather than make-variable-buffer-local.
489 Don't `defconst' comment-indent-function: keep the default.
490 Call easy-menu-add unconditionally.
491 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
492 (ada-create-menu): Use :included for Emacs as well.
493
494 * vc.el (vc-do-command): Autoload.
495
496 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
497
652a9be9
PJ
4982001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
499
500 * ps-print.el: Fix Author: header.
501
c3d6be34
GM
5022001-07-16 Gerd Moellmann <gerd@gnu.org>
503
4391d40d
GM
504 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
505 mouse-1 etc., bind them to `ignore'.
506
c3d6be34
GM
507 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
508 send-invisible, which is already defined in Comint.
509 (eshell-watch-for-password-prompt): Use it.
510
e8af40ee
PJ
5112001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
512
3c3e43ef
PJ
513 * which-func.el (which-func-mode): Doc fix.
514
e8af40ee 515 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
516 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
517 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
518 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
519 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
520 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
521 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
522 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
523 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
524 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
525 * emulation/edt-mapper.el, emulation/edt-pc.el,
526 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
527 * emulation/tpu-edt.el, emulation/tpu-extras.el,
528 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
529 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
530 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
531 * international/isearch-x.el, international/iso-cvt.el,
532 * international/ogonek.el, international/quail.el,
533 * international/utf-8.el, jit-lock.el, language/devan-util.el,
534 * language/devanagari.el, language/ethio-util.el,
535 * language/ethiopic.el, language/european.el, language/indian.el,
536 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
537 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
538 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
539 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
540 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
541 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
542 * progmodes/autoconf.el, progmodes/cmacexp.el,
543 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
544 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
545 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
546 * progmodes/ebnf2ps.el, progmodes/executable.el,
547 * progmodes/fortran.el, progmodes/idlw-shell.el,
548 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
549 * progmodes/m4-mode.el, progmodes/mantemp.el,
550 * progmodes/meta-mode.el, progmodes/octave-inf.el,
551 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
552 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
553 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
554 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
555 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
556 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
557 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
558 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
559 * textmodes/two-column.el, time-stamp.el, timezone.el,
560 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
561 * which-func.el, whitespace.el, wid-browse.el, widget.el,
562 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
563 conventions.
564
bb24c64f
GM
5652001-07-16 Gerd Moellmann <gerd@gnu.org>
566
567 * simple.el (set-variable): Require 'cus-edit' instead of
568 `wid-edit', so that the Custom widgets get defined.
569
6a05d05f
PJ
5702001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
571
572 * allout.el: A fix to follow coding conventions.
573
574 * find-lisp.el: A fix to follow coding conventions.
575
576 * term/w32-win.el: A fix to follow coding conventions.
577
578 * textmodes/sgml-mode.el: A fix to follow coding conventions.
579
580 * term/xterm.el: A fix to follow coding conventions.
581
582 * term/news.el: A fix to follow coding conventions.
583
584 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
585 header line fixed.
586
587 * sun-curs.el: Fix Maintainer: header line.
588
589 * emacs-lisp/easymenu.el: Address of the author added.
590
1b85bd12
GM
5912001-07-16 Gerd Moellmann <gerd@gnu.org>
592
593 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
594 property.
595
6e44da43
PJ
5962001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
597
598 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 599 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
600 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
601 Some fixes to follow coding conventions.
6e44da43 602
6033fc96
GM
6032001-07-16 Gerd Moellmann <gerd@gnu.org>
604
605 * which-func.el (which-func-mode): Doc fix.
606
5d3d1e32
SM
6072001-07-15 Stefan Monnier <monnier@cs.yale.edu>
608
609 * net/rcompile.el (remote-compile): Use make-local-variable.
610
611 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
612
613 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
614
615 * mail/reporter.el (reporter-submit-bug-report):
616 Don't abuse make-variable-buffer-local. Fix call to add-hook.
617
55535639
PJ
6182001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
619
3afbc435 620 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
621 * calendar/cal-dst.el, calendar/cal-french.el,
622 * calendar/cal-hebrew.el, calendar/cal-islam.el,
623 * calendar/cal-iso.el, calendar/cal-julian.el,
624 * calendar/cal-mayan.el, calendar/cal-persia.el,
625 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
626 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
627 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
628 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
629 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
630 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
631 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
632 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
633 * progmodes/ada-xref.el, progmodes/cc-align.el,
634 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
635 * progmodes/cc-defs.el, progmodes/cc-engine.el,
636 * progmodes/cc-langs.el, progmodes/cc-menus.el,
637 * progmodes/cc-styles.el, progmodes/cc-vars.el,
638 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
639 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
640 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
641 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
642 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
643 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
644 conventions in Eshell files with known maintainers.
645
646 * emulation/viper.el: A fix to follow coding conventions.
647
60370d40 648 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
649 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
650 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
651 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
652 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
653 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
654 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
655 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
656 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
657 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
658 conventions in Eshell files.
659
660 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
661 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
662 * emulation/pc-mode.el, emulation/viper-cmd.el,
663 * emulation/viper-ex.el, emulation/viper-init.el,
664 * emulation/viper-keym.el, emulation/viper-macs.el,
665 * emulation/viper-mous.el, emulation/viper-util.el,
666 * emulation/viper.el, forms-pass.el, international/ccl.el,
667 * international/characters.el, international/encoded-kb.el,
668 * international/fontset.el, international/ja-dic-cnv.el,
669 * international/ja-dic-utl.el, international/kinsoku.el,
670 * international/kkc.el, international/mule-cmds.el,
671 * international/mule-diag.el, international/mule-util.el,
672 * international/mule.el, international/titdic-cnv.el,
673 * language/china-util.el, language/chinese.el,
674 * language/cyril-util.el, language/cyrillic.el, language/english.el,
675 * language/greek.el, language/hebrew.el, language/japan-util.el,
676 * language/japanese.el, language/korea-util.el, language/korean.el,
677 * language/lao-util.el, language/lao.el, language/misc-lang.el,
678 * language/slovak.el, language/thai-util.el, language/thai.el,
679 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
680 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
681 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
682 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
683 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
684 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
685 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
686 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
687 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
688 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
689 to follow coding conventions in files without maintainer or in files
690 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
691
692 * emacs-lisp/elp.el: A fix to follow coding conventions.
693
715a2ca2 694 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
695 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
696 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
697 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
698 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
699 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
700 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
701 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
702 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
703 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
704 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
705 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
706 conventions in files from Gnus.
707
55535639 708 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
709 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
710 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
711 * echistory.el, electric.el, emacs-lisp/authors.el,
712 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
713 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
714 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
715 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
716 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
717 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
718 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
719 * international/codepage.el, international/iso-ascii.el,
720 * international/iso-insert.el, international/iso-transl.el,
721 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
722 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
723 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
724 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
725 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
726 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
727 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
728 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
729 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
730 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
731 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
732 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
733 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
734 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
735 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
736 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
737 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
738 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
739 * textmodes/tex-mode.el, textmodes/text-mode.el,
740 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
741 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
742 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
743 files maintained by FSF.
744
1cd7adc6
PJ
7452001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
746
747 * arc-mode.el: A fix to follow coding conventions.
748
749 * bindings.el: Ditto.
750
751 * cdl.el: Ditto.
752
753 * comint.el: Ditto.
754
755 * cus-start.el: Ditto.
756
757 * shell.el: Ditto.
758
759 * skeleton.el: Ditto.
760
07b1b912
SM
7612001-07-13 Stefan Monnier <monnier@cs.yale.edu>
762
763 * info.el (Info-build-node-completions):
764 Make Info-current-file-completions buffer local.
765
09938b67
GM
7662001-07-13 Gerd Moellmann <gerd@gnu.org>
767
e0f82ad8 768 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 769 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 770
07b1b912
SM
771 * calendar/cal-islam.el (calendar-goto-islamic-date):
772 Add autoload cookie.
aa11456f 773
09938b67
GM
774 * play/fortune.el: Add types to defcustoms.
775
ebea5735
PJ
7762001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
777
09938b67 778 * language/czech.el: A fix to follow coding conventions.
ebea5735 779
ec7dc7e1
EZ
7802001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
781
782 * speedbar.el (speedbar-supported-extension-expressions): Add .g
783 to the extension list, for antlr-mode. From Christoph Wedler
784 <Christoph.Wedler@sap.com>.
785
ec402ad4
SM
7862001-07-11 Stefan Monnier <monnier@cs.yale.edu>
787
788 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
789 (vc-dired-mode-map): Fix the madness.
790
791 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
792 (vc-prefix-map): Moved back from vc.el.
793
a777242c
GM
7942001-07-11 Gerd Moellmann <gerd@gnu.org>
795
07b1b912
SM
796 * mail/mail-extr.el (mail-extr-all-top-level-domains):
797 Increase the size of the obarray.
a777242c
GM
798 (mail-extr-all-top-level-domains): Add more toplevel domains,
799 add more long names.
800 From: Per Starback <starback@ling.uu.se>.
801
874d7995
EZ
8022001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
803
804 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
805 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
806
807 * progmodes/ada-mode.el: Ditto.
808
809 * progmodes/ada-xref.el: Ditto.
810
ff524b84
MB
8112001-07-11 Miles Bader <miles@gnu.org>
812
813 * finder.el (finder-insert-at-column): Also move to the next line
814 if exactly at COLUMN.
815
6b05fae3
GM
8162001-07-10 Gerd Moellmann <gerd@gnu.org>
817
6ce5615d
GM
818 * help.el (describe-function-1): When printing FUNCTION's
819 documentation, don't assume FUNCTION is a symbol.
820
6b05fae3
GM
821 * startup.el (normal-top-level): Don't operate on the initial
822 frame if we failed to create one.
823
19da29f9
GM
8242001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
825
826 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
827 itself, i.e. only indent the contents in it.
828
6f19114e
GM
8292001-07-10 Markus Rost <rost@math.ohio-state.edu>
830
831 * mail/rmail.el (rmail-show-message): Show beginning of message in
832 all windows containing it.
833
8184a578
EZ
8342001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
835
836 * term/tty-colors.el: Fix the header line and copyright years.
837
524ac5b2
GM
8382001-07-09 Gerd Moellmann <gerd@gnu.org>
839
4033ae9d
GM
840 * emacs-lisp/advice.el (ad-make-advised-definition): If the
841 original definition has an interactive form, but is Elp
842 instrumented, use the interactive form of the function called by
843 elp-wrapper.
844
59c2dcf4
GM
845 * winner.el (winner-equal): Make it a defun. Don't compare Winner
846 configurations with compare-window-configuration; they aren't
847 window configurations.
848
524ac5b2
GM
849 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
850 from the server for the format we expect. Don't use it if it
c59fb719 851 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 852
06c66e1c 853 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
854 From Luis Fernandes <elf@ee.ryerson.ca>.
855
524ac5b2 8562001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
857
858 * cc-cmds.el: Extended the kludge to interoperate with the
859 delsel and pending-del packages wrt to the new function
860 `c-electric-delete-forward'.
861
851040a5
SM
8622001-07-08 Stefan Monnier <monnier@cs.yale.edu>
863
864 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
865 to delay the call to <mode> for global minor modes.
866 (easy-mmode-define-navigation): Only recenter if interactive.
867
6573d87f
GM
8682001-07-06 Gerd Moellmann <gerd@gnu.org>
869
a25e82a8
GM
870 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
871 to lisp-indent-line.
872
6573d87f
GM
873 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
874 from the server. Call encode-time only when we are sure that we
875 got a 213 response.
876
c1a1fd60
GM
8772001-07-06 Simon Josefsson <jas@extundo.com>
878
879 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
880 (mail-envelope-from): New user option.
881 (sendmail-send-it): Use it.
882
4b81a999
GM
8832001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
884
851040a5
SM
885 * ps-print.el: Use locale dependant date to print date in header.
886 Doc fix.
4b81a999
GM
887 (ps-print-version): New version number (6.5.3).
888 (ps-right-header, ps-right-footer): Initialization and doc fix.
889 (ps-time-stamp-locale-default): New fun.
890
a2cc5c4f
GM
8912001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
892
893 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
894 field problem with MIME-mode.
895
896 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
897
8982001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
899
900 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
901 MIME-mode.
902
a9b511e0
EZ
9032001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
904
905 * bindings.el (mode-line-mule-info): Don't show the tip with
906 buffer-file-coding-system if that is nil.
907
0f60e5ff
GM
9082001-07-05 Gerd Moellmann <gerd@gnu.org>
909
f25cfe53
GM
910 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
911 instead of kill-line.
912
5f72adc0
GM
913 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
914 <Pavel@Janik.cz>.
915
916 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
917 <Pavel@Janik.cz>.
0f60e5ff 918
b5e2c7a7
GM
9192001-07-04 Gerd Moellmann <gerd@gnu.org>
920
921 * font-lock.el (c-font-lock-keywords-3): When matching something
922 like `struct X Y', finish with point after Y.
923
e5836af8 9242001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 925
e5836af8 926 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 927 in caller buffer.
e5836af8 928
f1c53471
EZ
9292001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
930
bf4041b6 931 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
932 instead of string-match to find the basename of the file.
933 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 934
851040a5
SM
935 * net/browse-url.el (browse-url-default-windows-browser):
936 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
937 (browse-url-browser-function) [ms-dos]: Default to
938 browse-url-default-windows-browser.
939
f1c53471
EZ
940 * help.el (locate-library): Enable code that looks for compressed
941 libraries if auto-compression-mode is on.
942
4ce5c223
SM
9432001-07-02 Stefan Monnier <monnier@cs.yale.edu>
944
945 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
946
dd441b46
GM
9472001-07-02 Gerd Moellmann <gerd@gnu.org>
948
4ce5c223 949 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 950
7a3ee510
EZ
9512001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
952
33e432b1
EZ
953 * allout.el: Fix the header line, so that finder.el recognizes it.
954 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
955
4ce5c223
SM
956 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
957 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 958
3024d920
EZ
9592001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
960
4ce5c223 961 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 962
3024d920
EZ
963 * ps-bdf.el (bdf-directory-list): Use the value relative to
964 installation-directory for MS-Windows as well.
965
0c1baae8
RS
9662001-06-29 Richard M. Stallman <rms@gnu.org>
967
968 * wid-edit.el (widget-color-sample-face-get):
969 Return ((foreground-color . COLOR)) instead of constructing a face.
970
442ebe98
EZ
9712001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
972
973 * faces.el (region): Change the background color for the
974 light-background color display to lightgoldenrod2, to make it
975 visible on some laptops.
976
6519817e
RS
9772001-06-28 Richard M. Stallman <rms@gnu.org>
978
979 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
980 (rmail-msg-restore-non-pruned-header): Likewise.
981 If point was in the old pruned header, put it at the top.
982 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 983
6519817e
RS
984 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
985 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
986
15533ae2
SM
9872001-06-28 Stefan Monnier <monnier@cs.yale.edu>
988
989 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
990
19a448e3
KF
9912001-06-28 Karl Fogel <kfogel@red-bean.com>
992
993 * saveplace.el: Update maintainer email address.
994
a17555fd
FP
9952001-06-27 Francesco Potorti` <pot@gnu.org>
996
15533ae2
SM
997 * uniquify.el: (uniquify-rationalize-file-buffer-names):
998 Undo previous change.
a17555fd
FP
999
10002001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
1001
1002 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1003 preliminary quick reordering. Can speed things up dramatically.
1004
555cc9ca
RS
10052001-06-26 Richard M. Stallman <rms@gnu.org>
1006
4d68abe0
RS
1007 * dired.el (dired-get-filename): A file name starting with ~
1008 is not absolute in this context.
1009
555cc9ca
RS
1010 * which-func.el (which-func-maxout): Increase default to 500000.
1011 (which-function-mode): This is now the "real" name of the function.
1012 (which-func-mode): Now an alias.
1013 (which-func-mode-global): Name deleted.
1014
1015 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1016 button-2, when binding hs-mouse-toggle-hiding.
1017
d9bad487
GM
10182001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1019
15533ae2 1020 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
1021 (rmail-msg-prune-header): Likewise.
1022 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1023 and `rmail-msg-prune-header'.
1024
da197e75
SM
10252001-06-25 Stefan Monnier <monnier@cs.yale.edu>
1026
1027 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1028 back than LINEBEG.
1029
9501b986
EZ
10302001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
1031
1032 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1033 window where they clicked the mouse has a header line, adjust
1034 vertical movement by one.
1035
7aee34d3
GM
10362001-06-25 Milan Zamazal <pdm@zamazal.org>
1037
da197e75
SM
1038 * progmodes/glasses.el (glasses-make-readable): Consider underscores
1039 too when separating a parenthesis.
7aee34d3 1040
b9cc92a4
EZ
10412001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
1042
1043 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1044 (bookmark-bmenu-hide-filenames): Add help-echo to
1045 mouse-highlighted text.
1046 (bookmark-bmenu-show-filenames): Remove help-echo property from
1047 the whitespace.
1048
e55c4863
EZ
10492001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
1050
da197e75
SM
1051 * files.el (auto-mode-alist): Add configure.ac (autoconf).
1052 From Karl Eichwalder <ke@suse.de>.
e55c4863 1053
4bd41f5a
RS
10542001-06-23 Richard M. Stallman <rms@gnu.org>
1055
1056 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1057
1058 * progmodes/cc-styles.el (c-set-style): Don't specify initial
1059 contents for completing-read.
1060
fdae95d4
RS
10612001-06-22 Richard M. Stallman <rms@gnu.org>
1062
1063 * menu-bar.el (menu-bar-make-toggle): Construct the
1064 function's doc string from HELP, not DOC, and make it accurate by
1065 adding "Toggle whether to " at the front and downcasing the initial.
1066 Change the HELP arg in some calls to make it fit this usage.
1067
1068 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1069 Undo previous change.
1070
5f0e1d42
EZ
10712001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
1072
1fd63d9b
EZ
1073 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1074
da197e75 1075 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 1076
2ebf8f54
EZ
10772001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
1078
7a03d9cd
EZ
1079 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1080
2ebf8f54
EZ
1081 * dabbrev.el (dabbrev--select-buffers): Fix last change.
1082
4de68712
RS
10832001-06-20 Richard M. Stallman <rms@gnu.org>
1084
1085 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1086 broken out from dabbrev--find-expansion. Handle minibuffer
1087 specially here.
1088 (dabbrev--find-expansion): Simplify code in various ways.
1089 Don't treat minibuffers specially.
1090 Call dabbrev--make-friend-buffer-list.
da197e75 1091 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
1092 (dabbrev--scanning-message): Do nothing when minibuffer is current.
1093
f84e9763 10942001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 1095
f84e9763
JW
1096 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1097 Also, added a comment describing how to greatly speedup Eshell
1098 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 1099
f5f3efaa 11002001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 1101
da197e75
SM
1102 * eshell/esh-mode.el: Disabled a test that often yields false failures.
1103
f84e9763
JW
11042001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
1105
1106 * woman.el (WoMan-highlight-references): Add help-echo to
1107 mouse-highlighted text.
b868ed49 1108
f7ac3e28
SM
11092001-06-18 Stefan Monnier <monnier@cs.yale.edu>
1110
1111 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1112
f6f1beba
GM
11132001-06-18 Gerd Moellmann <gerd@gnu.org>
1114
f7ac3e28
SM
1115 * international/quail.el (quail-start-conversion):
1116 Reset quail-translating to nil.
db8f7303 1117
f6f1beba
GM
1118 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1119 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1120
1a0b9ae6
EZ
11212001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
1122
855eca56
EZ
1123 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1124 mouse-highlighted text.
1125
1a0b9ae6
EZ
1126 * dired.el (dired-mark-pop-up): Fix last change.
1127
e75e894b
EZ
11282001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1129
218abc51
EZ
1130 * calendar/calendar.el (generate-calendar-month): Add help-echo to
1131 mouse-highlighted text.
1132
d36ca65d
EZ
1133 * net/quickurl.el (quickurl-url-file): Run through
1134 convert-standard-filename.
1135 (quickurl-list-populate-buffer): Add help-echo to
1136 mouse-highlighted text.
1137 (top-level): Update Dave's URL.
1138
092924fd
EZ
1139 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1140 mouse-highlighted text.
1141
f7ac3e28
SM
1142 * textmodes/page-ext.el (pages-copy-header-and-position):
1143 Add help-echo to mouse-highlighted text.
092924fd
EZ
1144
1145 * tar-mode.el (tar-header-block-summarize): Add help-echo to
1146 mouse-highlighted text.
1147
1148 * replace.el (occur): Add help-echo to mouse-highlighted text.
1149
1150 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1151 mouse-highlighted text.
1152
1153 * progmodes/cpp.el (cpp-make-button): Add help-echo to
1154 mouse-highlighted text.
1155
f7ac3e28
SM
1156 * progmodes/compile.el (compile-reinitialize-errors):
1157 Add help-echo to mouse-highlighted messages.
092924fd
EZ
1158 (compilation-forget-errors): Remove help-echo property as well.
1159
f7ac3e28
SM
1160 * play/landmark.el (lm-plot-square, lm-init-display):
1161 Add help-echo to mouse-highlighted text.
092924fd 1162
f7ac3e28
SM
1163 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1164 Add help-echo to mouse-highlighted text.
092924fd
EZ
1165
1166 * dired.el (dired-insert-set-properties): Add help-echo to
1167 mouse-highlighted text.
f7ac3e28 1168 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
1169
1170 * comint.el (comint-send-input): Add help-echo to
1171 mouse-highlighted text.
1172
1173 * buff-menu.el (list-buffers-noselect): Add help-echo to
1174 mouse-highlighted text.
1175
1176 * arc-mode.el (archive-summarize-files): Add help-echo to
1177 mouse-highlighted text.
1178
e75e894b
EZ
1179 * ffap.el (ffap-machine-p): Always return nil if
1180 open-network-stream is not fboundp.
1181
f621ed9d
SM
11822001-06-17 Stefan Monnier <monnier@cs.yale.edu>
1183
1184 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
1185 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1186 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1187 incorrectly binding chars between 128 and 256 to it.
1188 (sgml-maybe-name-self): Handle latin-1 chars properly.
1189 (sgml-tags-invisible): Bind buffer-file-name to nil.
1190 Use unwind-protect and restore-buffer-modified-p.
1191 (sgml-point-entered): Use buffer-substring-no-properties.
1192 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1193 (html-mode): Don't force `imenu-sort-function'.
1194
884e8578
EZ
11952001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1196
d5b49f47
EZ
1197 * tar-mode.el: Fix the copyright notice.
1198
ce6b1982
EZ
1199 * font-lock.el (font-lock-comment-face): For tty's with dark
1200 background, use "red1", since "lightred" is not one of the colors
1201 recognized by tty-colors.el.
1202
884e8578
EZ
1203 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1204 create a buffer for extracted file, in case there's more than one
1205 file by that name in an archive, possibly in different
1206 directories. From Kevin Rodgers <kevinr@ihs.com>.
1207
1208 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
1209 <alex@gnu.org>.
1210
72190a54
MB
12112001-06-15 Miles Bader <miles@gnu.org>
1212
f621ed9d
SM
1213 * textmodes/texinfmt.el (texinfo-format-syntax-table):
1214 Revert previous change.
72190a54 1215
e4cdc335
RS
12162001-06-14 Richard M. Stallman <rms@gnu.org>
1217
1218 * replace.el (keep-lines-read-args): Return just a regexp.
1219 Provide nil for the region args.
f621ed9d 1220 (keep-lines, flush-lines, how-many):
e4cdc335
RS
1221 Calculate the defaults for the region here, when args are nil.
1222
c8c6b45a
EZ
12232001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1224
1225 * rot13.el (rot13-other-window): Some more doc fix.
1226
f54701d1
EZ
12272001-06-14 Per Starback <starback@ling.uu.se>
1228
1229 * replace.el (case-replace, query-replace-from-history-variable)
1230 (query-replace-to-history-variable, keep-lines-read-args)
1231 (occur-revert-function, query-replace-help): Dox fix.
1232
1604ce98
EZ
12332001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1234
1235 * rot13.el (rot13-other-window): Doc fix.
1236
22058843
MB
12372001-06-14 Miles Bader <miles@gnu.org>
1238
1239 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1240 of " and \ to "." (punctuation).
1241 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1242
e4cdc335
RS
12432001-06-13 Richard M. Stallman <rms@gnu.org>
1244
1245 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1246
1247 * simple.el (shell-command-on-region): Never kill the
1248 *Shell Command Output* buffer.
1249
a62d56ab
SM
12502001-06-13 Stefan Monnier <monnier@cs.yale.edu>
1251
1252 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1253
4a0aa1d9
SM
12542001-06-10 Stefan Monnier <monnier@cs.yale.edu>
1255
1256 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1257 New var, to recognize ${ $' and PODs.
1258 (perl-font-lock-syntactic-face-function): New function.
1259 (perl-mode): Use them.
1260 (perl-continuation-line-p): New function, from perl-calculate-indent.
1261 (perl-calculate-indent): Use it, to properly handle continuation
1262 lines of continuation lines.
1263
b5a9911c
EZ
12642001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
1265
1266 * server.el (server-process, server-buffer-clients): Doc fix.
1267 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1268
0f056ec1
JW
12692001-06-09 John Wiegley <johnw@gnu.org>
1270
1271 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1272 test if the last command was Lisp or not.
1273 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1274 B x C".
1275
e5e316b0
EZ
12762001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
1277
1278 * dos-w32.el (grep-regexp-alist): Remove definition, since the
1279 general one on compile.el supports drive letters.
7f4350a7
CD
1280
12812001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
1282
5a905a7e 1283 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 1284 key description.
7f4350a7
CD
1285
1286 * textmodes/reftex-sel.el (reftex-select-jump): New command.
1287
5a905a7e 1288 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
1289 (reftex-toc-jump): New command.
1290
1291 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 1292 to parse international characters as well.
7f4350a7 1293
5a905a7e 1294 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 1295 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 1296
5a905a7e
SM
1297 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1298
1299 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 1300 TAB to the key separators.
7f4350a7 1301
73419021
EZ
13022001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
1303
1304 * international/mule.el (auto-coding-alist): Remove redundant
1305 up-cased versions of the extensions (auto-coding-alist-lookup is
1306 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
1307 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
1308
cada28bb
EZ
13092001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
1310
1311 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1312
4f7666dc
RS
13132001-06-01 Richard M. Stallman <rms@gnu.org>
1314
1315 * help.el (describe-variable): Put value on same line
1316 with preceding text, if it is short enough to look good that way.
1317
70079787
EZ
13182001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1319
1320 * term/internal.el (IT-unicode-translations): New variable.
1321 (IT-setup-unicode-display): New function.
1322
c86f4619
GM
13232001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1324
1325 * ps-print.el: Handle before-string and after-string overlay properties
1326 in ps-print-*-with-faces commands. Doc fix.
1327 (ps-print-version): New version number (6.5.2).
1328 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1329 for XEmacs.
1330 (ps-prefix-quote): Doc fix.
c6d452ad 1331 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
1332 (ps-basic-plot-str, ps-plot-string): New funs.
1333
1ea98518
SM
13342001-05-31 Stefan Monnier <monnier@cs.yale.edu>
1335
1336 * progmodes/etags.el (tags-compression-info-list): Fix docstring
1337 and :type spec.
1338
2b1ec973
GM
13392001-05-31 Gerd Moellmann <gerd@gnu.org>
1340
1ea98518
SM
1341 * international/mule-cmds.el (inactivate-input-method):
1342 Set input-method-function to nil.
2b1ec973 1343
94843cc1
GM
1344 * xml.el (xml-parse-tag): The document may contain invalid characters.
1345 From ShengHuo ZHU <zsh@cs.rochester.edu>
1346
9652931f
GM
13472001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1348
1349 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
1350 `rmail-summary-line-decoder' if the message does not have
1351 a Subject: field.
9652931f 1352
1ea98518 1353 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 1354
1ea98518
SM
1355 * mail/rmail.el (rmail-insert-mime-resent-message-function):
1356 New variable.
9652931f
GM
1357 (rmail-resend): Modify to work in `rmail-view-buffer'; call
1358 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1359 is non-nil.
1360
f7ac3e28
SM
13612001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
1362
1363 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1364
b781e739
SS
13652001-05-29 Sam Steingold <sds@gnu.org>
1366
00f51890
SS
1367 * faces.el (face-valid-attribute-values): Bind `valid' directly
1368 instead of using `setq'.
1369
b781e739
SS
1370 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1371 Use `tex-shell-buf'.
1372 (tex-shell-proc): Use `tex-shell-running'.
1373 (tex-shell-buf-no-error): New function.
1374 (tex-send-tex-command): Use it.
1375 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1376 (tex-kill-job): Check the process before calling `quit-process'.
1377
3d0e328b
GM
13782001-05-29 Gerd Moellmann <gerd@gnu.org>
1379
1ea98518
SM
1380 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1381 UTF-8 sequences.
3d0e328b 1382
8bd6307f
GM
13832001-05-28 Miles Bader <miles@gnu.org>
1384
1385 * comint.el (comint-carriage-motion): Renamed from
1386 `comint-cr-magic'. Operate on the buffer instead of the string
1387 (for use as a comint post-output filter, instead of as a
1388 pre-output filter). Handle backspaces too. Add to the
1389 `comint-output-filter-functions' hook instead of
1390 `comint-preoutput-filter-functions'.
1391
89c8dc6c
GM
13922001-05-28 Gerd Moellmann <gerd@gnu.org>
1393
1394 * language/japan-util.el (japanese-hankaku): Prefer the charset
1395 `jisx0201' when the optional argument `ascii-only' is not specified.
1396 (japanese-hankaku-region): Ditto.
1397 From Katsumi Yamaoka <yamaoka@jpl.org>
1398
f25c1b9b
SM
13992001-05-28 Stefan Monnier <monnier@cs.yale.edu>
1400
1401 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1402 (outline-invisible-p): New function.
1403 (hide-leaves): Save excursion.
1404 (hide-other): Stop looping when reaching bobp.
1405
719bb352
EZ
14062001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1407
1408 * cus-edit.el (custom-file): Fix last change.
1409
d686d354
SM
14102001-05-27 Stefan Monnier <monnier@cs.yale.edu>
1411
1412 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1413 same definition in byte-compile-function-environment as `autoload'
1414 would put in `symbol-function'.
1415
1416 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1417 patch to correct the error message as well.
1418
49b1a638
EZ
14192001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
1420
71261a01
EZ
1421 * cus-edit.el (custom-file): Don't assume we were invoked with -q
1422 unless ~/.emacs exists.
1423
49b1a638
EZ
1424 * novice.el (enable-command): If user-init-file is nil or does not
1425 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1426
a434b175
SM
14272001-05-25 Stefan Monnier <monnier@cs.yale.edu>
1428
15ca8de7
SM
1429 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1430 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1431 Allow spaces around macro arguments.
1432 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1433 indent-for-tab-command.
1434 (latex-mode-map, plain-tex-mode-map): New keymaps.
1435 Inherit from tex-mode-map.
1436 (tex-common-initialization): Don't setup the keymap any more
1437 since it's now done right by define-derived-mode.
1438 (latex-mode): Set skeleton-end-hook to nil.
1439 (latex-skeleton-end-hook): Remove.
1440 (tex-latex-block, latex-insert-item): Simplify.
1441 (latex-syntax-after): Use following-char rather than char-after.
1442 (tex-discount-args-cmds, tex-count-words): New functions.
1443
1444 * textmodes/tildify.el (tildify-ignored-environments-alist):
1445 Recognize \verb* as well.
1446
1447 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1448 (perl-comment-indent): Simplify to let newcomment.el do its job.
1449 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1450 (perl-mark-function): Cleanup the namespace.
1451 (perl-calculate-indent): Don't be fooled by nested functions.
1452
1453 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1454
a434b175
SM
1455 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1456 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
1457
4e7e1f03
AC
14582001-05-25 Andrew Choi <akochoi@i-cable.com>
1459
1460 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1461 actually be `\\'.
1462 (ctlau-b5-converter): Likewise.
1463
2bef0948
AC
14642001-05-24 Andrew Choi <akochoi@i-cable.com>
1465
1466 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
1467 Change CTLauB.el to CTLau-b5.el.
1468
d2d1851b
SM
14692001-05-23 Stefan Monnier <monnier@cs.yale.edu>
1470
1471 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1472 rather than beginning-of-line to avoid problems with fields.
1473 (gud-perldb-massage-args): Use unless and push.
1474 (gud-chdir-before-run): New var.
1475 (gud-common-init): Use it.
1476
5e3d4fbc
AC
14772001-05-24 Andrew Choi <akochoi@i-cable.com>
1478
1479 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1480 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 1481 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 1482 chinese-ctlaub.
d2d1851b
SM
1483 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1484 New functions.
5e3d4fbc 1485
0216c3df
GM
14862001-05-22 Gerd Moellmann <gerd@gnu.org>
1487
f1f65349
GM
1488 * cus-edit.el (custom-comment-show): Remove debug code.
1489
0216c3df
GM
1490 * language/japan-util.el (japanese-symbol-table): Fix handling of
1491 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
1492
e8a1ed31
SM
14932001-05-21 Stefan Monnier <monnier@cs.yale.edu>
1494
1495 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1496 Renamed by removing the silly `-flag' suffix.
1497 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1498
7246200c
SM
14992001-05-20 Stefan Monnier <monnier@cs.yale.edu>
1500
1501 * replace.el (keep-lines-read-args): Use `copy-marker'.
1502 (how-many): Save excursion properly.
1503 (occur-mode): Use define-derived-mode.
1504 (perform-replace): Use with-current-buffer.
1505
7e971261
RS
15062001-05-20 Richard M. Stallman <rms@gnu.org>
1507
65569e52
RS
1508 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1509
cc9684e8
RS
1510 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1511
9ca00e71
RS
1512 * info.el (Info-read-subfile): Widen before finding the
1513 desired node in the subfile.
1514
7e971261
RS
1515 * startup.el (command-line-1): When >2 files visited,
1516 leave the last one visible, and make that the selected window.
1517
7c5312b2
GM
15182001-05-20 Gerd Moellmann <gerd@gnu.org>
1519
1520 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1521
310e9a21
EZ
15222001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
1523
7246200c
SM
1524 * international/ccl.el (define-ccl-program): Fix a typo.
1525 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
1526
1527 * international/mule.el (decode-char): Fix a typo. From Pavel
1528 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1529
1530 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
1531 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1532
310e9a21
EZ
1533 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
1534 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1535
ef55aa6c
SS
15362001-05-18 Sam Steingold <sds@gnu.org>
1537
7246200c 1538 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
1539 and [RET] to `cvs-mode-find-file'.
1540
c9f3bebe
JW
15412001-05-18 John Wiegley <johnw@gnu.org>
1542
1543 * eshell/esh-ext.el (eshell-explicit-command-char): A new
1544 configuration variable, which determines the initial character
1545 that forces use of an external version of a command. The default
1546 is *, but may be set to \, for example.
1547
1548 * eshell/esh-ext.el (eshell-explicit-command):
1549 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 1550
c9f3bebe
JW
1551 * eshell/esh-cmd.el (eshell/which):
1552 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 1553
7c5312b2
GM
1554 * eshell/em-cmpl.el (eshell-completion-command-name)
1555 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
1556 instead of ?*.
1557
1c66d9fb
GM
15582001-05-18 Gerd Moellmann <gerd@gnu.org>
1559
a724ed38
GM
1560 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1561 subst-char-in-string.
1562 (ange-ftp-after-parse-ls-hook): New variable.
1563 (ange-ftp-ls): Run that hook.
1564 From Peter Milliken <Peter.Milliken@GTECH.COM>.
1565
0595722b
GM
1566 * tmm.el (tmm-get-keymap): Fix handling of :filter.
1567 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1568 text into *Completions*.
1569
1c66d9fb
GM
1570 * net/goto-addr.el (goto-address-at-point): Deal with URLs
1571 part of which look like email addresses.
1572
c5bdb93d
AI
15732001-05-18 Andrew Innes <andrewi@gnu.org>
1574
7246200c
SM
1575 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1576 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
1577 cmd.exe's handling of FOR loops.
1578 (autoloads): Set find-file-suppress-same-file-warnings to t to
1579 avoid slew of spurious messages.
1580
9a1211f2
GM
15812001-05-18 Simon Josefsson <simon@josefsson.org>
1582
1583 * mail/smtpmail.el (maybe-append-domain): Renamed to
1584 `smtpmail-maybe-append-domain'.
1585 (smtpmail-via-smtp): Use the new name.
1586
29148a3f
GM
1587 * net/browse-url.el (browse-url-browser-function): Add kde.
1588 (browse-url-kde-program, browse-url-kde-args): New variables.
1589 (browse-url-kde): New function.
1590
9ab59a1a
MB
15912001-05-18 Miles Bader <miles@gnu.org>
1592
7246200c
SM
1593 * simple.el (delete-horizontal-space, just-one-space):
1594 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
1595 because it's more efficient for large files.
1596
cebf1b97
GM
15972001-05-17 Gerd Moellmann <gerd@gnu.org>
1598
f90c23ca
GM
1599 * mail/rmail.el (rmail-require-mime-maybe): New function.
1600 (rmail): Use it.
1601 (rmail-mode): Handle the case of finding Rmail files.
1602
cebf1b97
GM
1603 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1604 functions.
1605
df22166e
SM
16062001-05-17 Stefan Monnier <monnier@cs.yale.edu>
1607
1608 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1609 text-property after moving to the beginning of line and regardless
1610 of the value of font-lock-multiline.
1611
2ca0d5f1
GM
16122001-05-17 Gerd Moellmann <gerd@gnu.org>
1613
e85e809a
GM
1614 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
1615
2ca0d5f1
GM
1616 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
1617 last coding system used before calling set-buffer-modified-p
1618 because that function changes last-coding-system.
1619
4c6a4739
EZ
16202001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1621
1622 * files.el (switch-to-buffer-other-window)
1623 (switch-to-buffer-other-frame): Add an xref to display-buffer in
1624 the doc string.
1625
f08cf35b
GM
16262001-05-17 Gerd Moellmann <gerd@gnu.org>
1627
1628 * language/slovak.el, language/czech.el: New maintainer.
1629
2180ea97
SS
16302001-05-16 Sam Steingold <sds@gnu.org>
1631
f08cf35b 1632 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
1633 sub-form of `defgeneric' correctly.
1634
9bae8781
GM
16352001-05-16 Gerd Moellmann <gerd@gnu.org>
1636
a90b3d3c
GM
1637 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
1638 of `c'.
1639
1b7818b4 1640 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
1641 condition-case, test what outline-level returns instead, to
1642 ease debugging.
1b7818b4 1643
9bae8781
GM
1644 * international/mule.el (auto-coding-regexp-alist): New user-option.
1645 (auto-coding-from-file-contents): New function.
1646 (set-auto-coding): Use it to determine a coding system.
1647
7644c605
GM
16482001-05-15 Gerd Moellmann <gerd@gnu.org>
1649
18a0a39e
GM
1650 * mouse.el (mouse-delete-other-windows): Doc fix.
1651
df22166e
SM
1652 * emacs-lisp/lisp-mode.el (lisp-mode):
1653 Make font-lock-keywords-case-fold-search a buffer-local variable with
1654 make-local-variable before setting it.
7644c605 1655
940cf42e
EZ
16562001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
1657
1658 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
1659 prefixes.
1660
557f7c34
GM
16612001-05-14 Gerd Moellmann <gerd@gnu.org>
1662
1663 * hexl.el (hexl-current-address): Print a message when called
1664 interactively.
1665
14d9b141
SM
16662001-05-11 Stefan Monnier <monnier@cs.yale.edu>
1667
1668 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
1669
1670 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
1671
1672 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
1673
7bd2d083
GM
16742001-05-11 Gerd Moellmann <gerd@gnu.org>
1675
47e72862
GM
1676 * startup.el (command-line): If parameters have been changed in
1677 the init files which influence font selection, clear the face
1678 cache so that faces get realized with the new parameters.
1679
14d9b141 1680 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 1681
0f49941f
SM
16822001-05-10 Stefan Monnier <monnier@cs.yale.edu>
1683
1684 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
1685
cbeed4a8
EZ
16862001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
1687
1688 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
1689 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
1690
ff9aa2ca
GM
16912001-05-10 Gerd Moellmann <gerd@gnu.org>
1692
1693 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 1694 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 1695
b2c99950
JW
16962001-05-09 John Wiegley <johnw@gnu.org>
1697
0f49941f
SM
1698 * eshell/esh-util.el (eshell-convert-numeric-arguments):
1699 Annotated the documentation string to tell users about
3cb27fd7
JW
1700 `eshell-no-numeric-conversions'.
1701
c26f6b27
JW
1702 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
1703 conversions if a Lisp function has the property
1704 `eshell-no-numeric-conversions' set to a non-nil value.
1705
1706 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
1707 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
1708 property `eshell-no-numeric-conversions' on the following
1709 functions (which all deal with filesystem entities, and never Lisp
1710 numerical values): eshell/cd, eshell/pushd, eshell/popd,
1711 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
1712 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
1713 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
1714 eshell/which, eshell/addpath.
1715
17162001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 1717
d089e299
JW
1718 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
1719 encountered as an argument, don't convert it right away, but tag
1720 the first character of the string with the text properties
1721 `number', which signifies to `eshell-lisp-command' that the
1722 argument should be passed through `string-to-number' if it is
1723 actually used in the call to a Lisp function.
1724
1725 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
1726 function, convert any string arguments that have been tagged as
1727 "numbers", by calling string-to-number.
1728
1729 * eshell/esh-util.el (eshell-number-regexp): Now that number
1730 conversions only happen for Lisp function calls, the number regexp
1731 should now match all integer and floating point forms.
1732
1733 * eshell/esh-proc.el: Disable `eshell-stop-process' and
1734 `eshell-continue-process', since they are both nonfunctional at
1735 the moment.
1736 (eshell-proc-initialize): Don't bind keys for
1737 `eshell-stop-process' or `eshell-continue-process'.
1738
0f49941f
SM
1739 * eshell/em-unix.el (eshell-shuffle-files):
1740 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
1741
1742 * eshell/em-hist.el (eshell-add-to-history): Reference to
1743 `eshell-history-ring' needed to be `eshell-history-index'.
1744
0f49941f
SM
1745 * calendar/timeclock.el (timeclock-find-discrep):
1746 Initialize `elapsed' to 0.
cb89da0f
JW
1747 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
1748 it's still nil.
b2c99950 1749
ff39b9a1
SM
17502001-05-09 Stefan Monnier <monnier@cs.yale.edu>
1751
1752 * arc-mode.el (archive-int-to-mode): Construct the string directly.
1753 (archive-mode): Use capitalize.
1754 (archive-unique-fname): Use make-temp-file.
1755
9e53a675
GM
17562001-05-09 Gerd Moellmann <gerd@gnu.org>
1757
1758 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
1759
c8224de6
EZ
17602001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
1761
c533a7e2
EZ
1762 * tar-mode.el (tar-extract): Pay attention to the value of
1763 coding-system-for-read, if it is non-nil.
1764
ff39b9a1
SM
1765 * calendar/holidays.el (holidays): Add an autoload cookie.
1766 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 1767
1c8c9fb8
JW
17682001-05-08 John Wiegley <johnw@gnu.org>
1769
ff39b9a1
SM
1770 * calendar/timeclock.el (timeclock-workday-remaining):
1771 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
1772 (timeclock-workday-elapsed): Don't accept a "relative" argument
1773 for the current day's elapsed time. What could that have meant?
ff39b9a1 1774 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
1775 (timeclock-when-to-leave): Changed logic, similarly to what was
1776 done for `timeclock-workday-remaining'.
1777 (timeclock-find-discrep): Removed "today-only" argument, which had
1778 no meaning. Fixed some more math problems. The function now
1779 returns a three member list: (TOTAL-TIME-DISCREPANCY
1780 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
1781
5f47fb28
EZ
17822001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1783
1784 * w32-fns.el (convert-standard-filename): Start replacing slashes
1785 from the beginning of the file name, not from where the last
1786 invalid character was. From "Andrew Maguire (SWW)"
1787 <Andrew.Maguire@Smallworld.co.uk>
1788
6da5c7da
GM
17892001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
1790
1791 The following changes are to provide infrastructure for handling
1792 MIME messages to rmail. They don't affect the original behaviour
1793 if rmail-enable-mime is nil.
1794
1795 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
1796 (rmail-search-mime-message-function)
1797 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
1798 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
1799 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
1800 `rmail-view-buffer' is hidden.
6da5c7da
GM
1801 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
1802 call rmai-show-mime-function.
1803 (rmail-display-labels): If rmail-enable-mime is non-nil, update
1804 mode-line-process of rmail-view-buffer.
1805 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
1806 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
1807 buffer.
ff39b9a1
SM
1808 (rmail-next-message, rmail-next-undeleted-message): Be sure to
1809 set-buffer to the Rmail buffer.
6da5c7da
GM
1810 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
1811 rmail-search-mime-header-function.
1812 (rmail-search-message): New function.
1813 (rmail-search): Call rmail-search-message to check if a message
1814 matches REGEXP, lastly update point after calling
1815 rmail-show-message.
ff39b9a1
SM
1816 (rmail-undelete-previous-message, rmail-expunge-confirmed)
1817 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
1818 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
1819 header region, refer to rmail-msgref-vector while setting the
1820 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
1821 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
1822 If rmail-enable-mime is non-nil, call
6da5c7da
GM
1823 rmail-insert-mime-forwarded-message-function instead of inserting
1824 forwarded message by itself.
1825
1826 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
1827 Rmail buffer.
1828 (rmail-set-label, rmail-next-labeled-message): Likewise.
1829
1830 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
1831 set-buffer to the Rmail buffer.
1832 (rmail-output-to-rmail-file): Likewise.
1833 (rmail-output): Likewise.
1834
1835 * mail/rmailsum.el (rmail-message-subject-p): Process the result
1836 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
1837 (rmail-new-summary): Be sure to go to the Rmail buffer.
1838 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
1839 rmail-view-buffer to nil.
1840 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
1841 rmail-view-buffer.
1842 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
1843 rmail-buffer.
1844 (rmail-summary-scroll-msg-down): Likewise.
1845 (rmail-summary-beginning-of-message): Likewise.
1846 (rmail-summary-wipe): Likewise.
1847 (rmail-summary-toggle-header): Use save-window-excursion, not
1848 save-excursion. Update point in rmail-view-buffer, not in
1849 rmail-buffer.
1850 (rmail-summary-reply): Before calling rmail-reply, set buffer to
1851 rmail-view-buffer, not rmail-buffer.
1852
5092477a
GM
18532001-05-07 Gerd Moellmann <gerd@gnu.org>
1854
1e9fc92e
GM
1855 * cus-edit.el (custom-file): Signal an error if user-init-file is
1856 nil (running -q).
1857
1d053370
GM
1858 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
1859
ff39b9a1
SM
1860 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1861 Add :version.
1862
1863 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1864 New option.
1b62b062
GM
1865 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
1866 only if smtpmail-warn-about-unknown-extensions is set.
1867
f851a71c
GM
1868 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
1869 instead of rmail-sort-by-keywords.
1870
ff39b9a1 1871 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
1872 rmail-sort-by-keywords.
1873
ff39b9a1
SM
1874 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
1875 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
1876 (rmail-summary-mode): Doc fix.
1877
5092477a
GM
1878 * mail/rmail.el (rmail-edit): New Custom group.
1879
1880 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
1881 (rmail-edit-mode-hook): New user-option.
1882
05be3833
RS
18832001-05-05 Richard M. Stallman <rms@gnu.org>
1884
1885 * help.el (help-xref-symbol-regexp): Recognize "source of"
1886 and friends, meaning make a link to the source file.
1887 (help-make-xrefs): Handle "source of" and friends
1888 by constructing a link that visits the source file.
1889
1890 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
1891
7dfb000f
SM
18922001-05-04 Stefan Monnier <monnier@cs.yale.edu>
1893
5efe6a56
SM
1894 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
1895 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
1896 Renamed from perl-font-lock-keywords to avoid clashes.
1897 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
1898 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
1899 Updated correspondingly.
1900
7dfb000f
SM
1901 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
1902 Typo `nonexistant' -> `nonexistent'.
1903
88bbb8cb
EZ
19042001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
1905
7dfb000f
SM
1906 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
1907 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
1908 `c-electric-delete-forward' always deletes forward and
1909 `c-electric-delete' only contains the code necessary for XEmacs to
1910 choose between backward and forward deletion.
7dfb000f 1911
88bbb8cb
EZ
1912 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
1913 get the electric behavior on that key too.
1914 (c-fill-paragraph): Fixed bogus direct use of
1915 c-comment-prefix-regexp, which caused an error when it's a list.
1916
a1af8dcf
EZ
19172001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1918
1919 * dired-aux.el (dired-diff): Doc fix.
1920
1921 * dired.el (dired-diff): Likewise.
1922
ddfb4005
EZ
19232001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1924
1925 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
1926
b36581fb
SM
19272001-05-02 Stefan Monnier <monnier@cs.yale.edu>
1928
80a00b6a
SM
1929 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
1930 if both the buffer and the file are read-only.
1931
b36581fb
SM
1932 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
1933 rather than font-lock-string-face.
1934 (sh-get-indent-info): Treat heredocs like strings.
1935
470bbe9b
GM
19362001-05-02 Gerd Moellmann <gerd@gnu.org>
1937
b36581fb
SM
1938 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
1939 a newline following `}'.
3356df63
GM
1940 (texinfo-format-email): New function.
1941 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
1942 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
1943 Add `display'.
3356df63
GM
1944 (texinfo-sort-region): Goto point-min before sorting.
1945 (texinfo-set): Remove leading white space from value.
1946 From yagi@is.titech.ac.jp.
1947
470bbe9b
GM
1948 * replace.el (query-replace-regexp-eval): Doc fix.
1949
a9d2fd1d
SM
19502001-05-01 Stefan Monnier <monnier@cs.yale.edu>
1951
1952 * diff-mode.el (diff-nonexistant-face): New face.
1953 (diff-font-lock-keywords): Use it.
1954
2b3e941a
EZ
19552001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
1956
22cd6fd3
EZ
1957 * font-lock.el (font-lock-mode): Doc fix.
1958
2b3e941a
EZ
1959 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
1960 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
1961
50df7214
GM
19622001-04-30 Gerd Moellmann <gerd@gnu.org>
1963
a9d2fd1d
SM
1964 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
1965 backslash at the start of the here-document delimiter.
a9793e45
GM
1966 (sh-font-lock-syntactic-keywords): Likewise.
1967
50df7214
GM
1968 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
1969
e2f599e9
EZ
19702001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
1971
1972 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
1973 (tty-color-translate, tty-color-by-index, tty-color-values)
1974 (tty-color-desc): Doc fix.
1975
dcaf31d3
EZ
19762001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
1977
1978 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
1979 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
1980 Mention dired-dwim-target in the doc string.
dcaf31d3 1981
a6a06429
MB
19822001-04-28 Miles Bader <miles@gnu.org>
1983
1984 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
1985 (dabbrev--find-expansion): Use it.
1986 (dabbrev--select-buffers): Don't select ignored buffers.
1987
5a5d9185
GM
19882001-04-27 Gerd Moellmann <gerd@gnu.org>
1989
a9d2fd1d 1990 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 1991
c5b82005
RS
19922001-04-26 Richard M. Stallman <rms@gnu.org>
1993
1994 * dabbrev.el: Add doc strings for some functions.
1995 (dabbrev--eliminate-newlines): New variable.
1996 (dabbrev--substitute-expansion): Convert newlines to spaces
1997 if dabbrev--eliminate-newlines is set.
1998 If abbrev and expansion are both all-lower-case,
1999 leave dabbrev--last-case-pattern nil.
2000
7cff9c6f
GM
20012001-04-26 Gerd Moellmann <gerd@gnu.org>
2002
2003 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2004 if necessary, like in rmail-show-message.
2005
efa89c1f
GM
20062001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2007
2008 * ps-print.el: Color specified by number is forced to be float number.
2009 (ps-print-version): New version number (6.5.1.1).
2010 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2011 initialization.
2012 (ps-prefix-quote): New internal var.
2013 (ps-print-quote): New fun.
2014 (ps-setup, ps-output-frame-properties, ps-float-format)
2015 (ps-format-color): Code fix.
a9d2fd1d
SM
2016 (ps-plot-region): Eliminate redundant foreground color text setting.
2017
d3111e5a
EZ
20182001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
2019
2020 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2021
a728644c
GM
20222001-04-25 Gerd Moellmann <gerd@gnu.org>
2023
2024 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2025
4ecdf04d
EZ
20262001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
2027
4645bb68
EZ
2028 * info.el (Info-additional-directory-list): Doc fix.
2029
4ecdf04d 2030 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
2031 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2032 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 2033
7cd512f2
SM
20342001-04-25 Stefan Monnier <monnier@cs.yale.edu>
2035
1dc64fca
SM
2036 * progmodes/make-mode.el (makefile-font-lock-keywords):
2037 Rationalize the rules for includes and conditionals and use the
2038 keyword face for them.
2039
7cd512f2
SM
2040 * faces.el (modify-face): Add compatibility for non-interactive use.
2041
ffeb5c1c
JW
20422001-04-24 John Wiegley <johnw@gnu.org>
2043
2044 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2045 fix from last night, since it wasn't finding eshell/cd.
2046
35f901fa
GM
20472001-04-24 Gerd Moellmann <gerd@gnu.org>
2048
2049 * rect.el (string-rectangle): Revert to 20.x behaviour.
2050 (replace-rectangle): Make it an alias for string-rectangle.
2051 (string-insert-rectangle): New function.
2052
c7b1b508
JW
20532001-04-23 John Wiegley <johnw@gnu.org>
2054
2055 * eshell/em-unix.el (eshell/diff): Fixed problems that were
2056 occurring with Emacs 21's diff.el/compile.el interaction layer.
2057
20582001-04-23 Colin Walters <walters@cis.ohio-state.edu>
2059
2060 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2061 case where the function was defined in a file, but not part of an
2062 eshell module.
2063
157975e3
JW
20642001-04-23 John Wiegley <johnw@gnu.org>
2065
2066 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2067 code to work around a redisplay problem I've been having.
2068
3dc630b9
JW
20692001-04-23 John Wiegley <johnw@gnu.org>
2070
2071 * calendar/timeclock.el (timeclock-day-required): If the time
2072 required for a particular day is not set, use `timeclock-workday'.
2073 (timeclock-find-discrep): Added some sample code in a comment.
2074
2075 * eshell/eshell.el (eshell-command): Made a few changes so that
2076 `eshell-command' could be called programmatically.
2077
7cd512f2 2078 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 2079
7cd512f2 2080 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 2081
3ae14dd9 20822001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
2083
2084 * calendar/timeclock.el: Updated copyright.
2085 (timeclock-generate-report): Don't report the daily or two-week
2086 total, if no time has been worked in that period.
2087 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2088 final computational form, which was unnecessary; corrected a
2089 parsing problem when timeclock-relative was nil.
2090
3ae14dd9 20912001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
2092
2093 * calendar/timeclock.el (timeclock-modeline-display): Check if
2094 `list-entry' is null.
2095 (timeclock-use-display-time): The first argument to `set-variable'
2096 must be a symbol.
2097
53e1a74c
EZ
20982001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
2099
2100 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
2101 (calendar-today-marker, calendar-holiday-marker):
2102 Use display-color-p instead of window-system.
53e1a74c
EZ
2103 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2104 instead of window-system.
2105 (calendar-hide-window): Use display-multi-frame-p instead of
2106 window-system.
2107
2108 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
2109 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2110 Use display-multi-frame-p instead of window-system.
53e1a74c 2111
23b809c2
GM
21122001-04-23 Gerd Moellmann <gerd@gnu.org>
2113
1d14e80c
GM
2114 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2115
23b809c2
GM
2116 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2117 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2118
b5eeaa1d
GM
21192001-04-23 Alex Schroeder <alex@gnu.org>
2120
2121 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
2122 line-end-position a defalias is used for point-at-bol and point-at-eol.
2123
b5eeaa1d
GM
21242001-04-23 Alex Schroeder <alex@gnu.org>
2125
2126 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 2127 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 2128
ac1470eb
EZ
21292001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
2130
2131 * textmodes/paragraphs.el (sentence-end): Doc fix.
2132
624ef9b3
GM
21332001-04-20 Alex Schroeder <alex@gnu.org>
2134
2135 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 2136 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
2137
21382001-04-20 Alex Schroeder <alex@gnu.org>
2139
2140 * sql.el (sql-db2-program): New option.
2141 (sql-db2-options): New option.
2142 (sql-db2): New function.
2143
21442001-04-20 Alex Schroeder <alex@gnu.org>
2145
2146 * sql.el (sql-mode-menu): Added highlighting entries.
2147 (sql-highlight-oracle-keywords): New function.
2148 (sql-highlight-postgres-keywords): New function.
2149 (sql-highlight-ansi-keywords): New function.
2150
21512001-04-20 Alex Schroeder <alex@gnu.org>
2152
2153 * sql.el (sql-help): Doc change.
2154
9f3703ab
KF
21552001-04-19 Karl Fogel <kfogel@collab.net>
2156
2157 * saveplace.el (save-place-alist-to-file): Removed no-effect code
2158 that inserted file content only to delete it immediately.
2159 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
2160 <lektu@uol.com.br> for the patch.
2161
2a83a11d
SM
21622001-04-19 Stefan Monnier <monnier@cs.yale.edu>
2163
2164 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2165
6f4dd4dc
GM
21662001-04-18 Gerd Moellmann <gerd@gnu.org>
2167
0f8d6dc7
GM
2168 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2169 for defmethod.
2170
6f4dd4dc
GM
2171 * comint.el (comint-cr-magic): New function.
2172 (toplevel): Add it to comint-preoutput-filter-functions.
2173
90200fcc
AI
21742001-04-18 Andrew Innes <andrewi@gnu.org>
2175
2176 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 2177 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
2178 (recompile): Remove stuff to set EMACSLOADPATH.
2179
daa66f34
GM
21802001-04-18 Gerd Moellmann <gerd@gnu.org>
2181
edc5c81d
GM
2182 * language/slovak.el ("Slovak"): Add tutorial entry.
2183
daa66f34
GM
2184 * net/browse-url.el (browse-url-new-window-flag): Renamed from
2185 browse-url-new-window-p.
2186
5d5845dc
EZ
21872001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2188
2189 * info.el (Info-menu-update): When there are no menus and/or no
2190 cross references in the node, make the respective items of the
2191 Info menu-bar menu inactive.
2192
1c8addd0
GM
21932001-04-17 Gerd Moellmann <gerd@gnu.org>
2194
f4f480bd
GM
2195 * indent.el (indent-for-tab-command): Call indent-line-function
2196 with no argument if PREFIX-ARG is non-nil.
2197
1c8addd0
GM
2198 * frame.el (delete-other-frames): Handle minibuffer-only frames.
2199
8f9ab403
EZ
22002001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2201
2202 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2203 an async subprocess if start-process is unavailable. Suggested by
2204 Tim Van Holder <tim.van.holder@pandora.be>.
2205
60322163
EZ
22062001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2207
2208 * info.el (Info-additional-directory-list): Doc fix. Suggested by
2209 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2210
e372bc67
EZ
22112001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2212
2213 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2214 manual.
2215
28037ecf
SM
22162001-04-13 Stefan Monnier <monnier@cs.yale.edu>
2217
2218 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2219 (cvs-menu): Add a few entries.
2220
2221 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2222 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2223 lock file appears to be reachable from Emacs.
2224 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2225 (cvs-mode-find-file): Look for cvs-header-face rather than
2226 cvs-dirname-face (which doesn't exist).
2227 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2228
2229 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2230
5d5e7f53
EZ
22312001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2232
2233 * emulation/pc-select.el (pc-selection-mode): Don't turn on
2234 normal-erase-is-backspace on a tty. Instead, bind some keys such
2235 as [delete] directly, like pc-select.el did before
2236 normal-erase-is-backspace was invented.
2237
118562e1 22382001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
2239
2240 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2241
6c9e58c4
JW
22422001-04-11 John Wiegley <johnw@gnu.org>
2243
28037ecf
SM
2244 * eshell/em-ls.el (eshell-ls-insert-directory):
2245 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
2246 buffers, if Eshell's ls is being used.
2247
118562e1 22482001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 2249
28037ecf
SM
2250 * calendar/timeclock.el (timeclock-completing-read): New function.
2251 (timeclock-ask-for-project, timeclock-ask-for-reason):
2252 Call `timeclock-completing-read'.
978bd3ea
JW
2253
2254 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2255 required where `member' was being used.
2256
118562e1 22572001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 2258
28037ecf
SM
2259 * eshell/em-hist.el (eshell-previous-matching-input):
2260 Don't display "History item" if the the minibuffer is active.
978bd3ea 2261
30cb0001
GM
22622001-04-11 Gerd Moellmann <gerd@gnu.org>
2263
2264 * startup.el (command-line): Output a newline after printing
2265 an error from loading the window system's init file.
2266
e38af9bd
EZ
22672001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
2268
28037ecf
SM
2269 * textmodes/texinfo.el (texinfo-font-lock-keywords):
2270 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
2271 @inforef. Add an OVERRIDE of `keep' to highlight specs of
2272 keywords whose arguments routinely include @@.
2273
bbf63a7b
GM
22742001-04-10 Gerd Moellmann <gerd@gnu.org>
2275
28037ecf
SM
2276 * emacs-lisp/advice.el (ad-make-advised-definition):
2277 Construct advice for subrs differently.
afffeb57 2278
3fe35f35 2279 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 2280 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 2281
c8d6d636 2282 * simple.el (completion-list-mode-finish): New function.
28037ecf 2283 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 2284
2a52f40e 2285 * language/european.el ("Polish"): Change sample text.
28037ecf 2286 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 2287
cf8b1bef
GM
2288 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2289 parameter.
2290
bbf63a7b
GM
2291 * faces.el (menu): Doc fix.
2292
719d83ad 22932001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
2294
2295 * ps-print.el: Footer implementation. Doc fix.
2296 (ps-print-version): New version number (6.5.1).
2297 (ps-header-frame-alist): New customization var for header frame
2298 properties.
2299 (ps-line-number-color): New customization var for line number color.
2300 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2301 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2302 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2303 (ps-right-footer): New customization vars for footers.
2304 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2305 footers.
2306 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
2307 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2308 Code fix.
319acba0
GM
2309 (ps-prologue-file): Indentation fix.
2310 (ps-print-quote): Fun eliminated.
2311 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2312 (ps-output-frame-properties): New fun.
2313 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2314 (ps-skip-newline): Replace defun by defsubst.
28037ecf 2315
e372bc67 23162001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
2317
2318 * eshell/eshell.el (eshell-command): Needed a "%s" format
2319 specifier, in case the buffer contains percent characters.
2320
e372bc67 23212001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
2322
2323 * calendar/timeclock.el (timeclock-generate-report): Added a
2324 missing insert of the project name.
2325
9f9a5e7a
GM
23262001-04-09 Gerd Moellmann <gerd@gnu.org>
2327
9170e5d4 2328 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 2329
865e97c1 2330 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 2331 (finder-data): Use it instead of `setwins'.
865e97c1
GM
2332 From: Dave Love <fx@gnu.org>.
2333
cf3885ac 2334 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
2335 (server-visit-files): Run server-visit-hook after going to
2336 line 1 so that the hook can set point as it sees fit.
2337
9f9a5e7a
GM
2338 * bindings.el (mode-line-modified): Unify help messages.
2339
51f32106
EZ
23402001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
2341
2342 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2343 All callers changed.
2344
e02160a3
EZ
23452001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
2346
8e6bb0d0
EZ
2347 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2348 long file names aren't supported, truncate the file names in
2349 quail-misc-package-ext-info to 8+3 before matching them against
2350 FILENAME.
2351
2352 * dos-fns.el (dos-truncate-to-8+3): New function.
2353
ec321d77
EZ
2354 * progmodes/compile.el (grep-compute-defaults): Use null-device
2355 instead of literal /dev/null. Reported by Jens Schmidt
2356 <schmidt@mathematik.uni-kl.de>.
2357
e02160a3
EZ
2358 * simple.el (normal-erase-is-backspace-mode): Doc fix.
2359
cf3885ac
SM
23602001-04-06 Stefan Monnier <monnier@cs.yale.edu>
2361
2362 * textmodes/sgml-mode.el: Add unknown maintainer.
2363 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2364 (html-mode-map): Use set-keymap-parent.
2365
3ffb33bb
DL
23662001-04-06 Dave Love <fx@gnu.org>
2367
2368 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2369 Remove redundant string-to-list.
2370
8f625692
SM
23712001-04-05 Stefan Monnier <monnier@cs.yale.edu>
2372
2373 * composite.el (reference-point-alist): Doc fix.
2374
1087f198
SS
23752001-04-05 Sam Steingold <sds@gnu.org>
2376
8f625692
SM
2377 * font-lock.el (font-lock-keywords-case-fold-search):
2378 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
2379 file made font-lock case-insensitive.
2380
a55e4e68
GM
23812001-04-05 Gerd Moellmann <gerd@gnu.org>
2382
0e4892e2
GM
2383 * faces.el (defface menu): Doc fix.
2384
4d664b04
GM
2385 * wid-edit.el (widget-color-sample-face-get): Don't make
2386 faces for undefined colors.
2387
a55e4e68
GM
2388 * version.el (emacs-version): Include LessTif/Motif version info.
2389
f383cd0d
GM
23902001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2391
2392 * ps-mule.el: Eliminate cl package dependence.
2393 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2394 if they aren't defined yet.
2395 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2396 Eliminate cl package dependence.
2397
de28797f
SM
23982001-04-04 Stefan Monnier <monnier@cs.yale.edu>
2399
2400 * progmodes/cc-cmds.el (c-outline-level):
2401 Bind buffer-invisibility-spec. Originally from Dave Love, but
2402 got lost when incorporating version 5.26.
2403
32df8b47
EZ
24042001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
2405
de28797f
SM
2406 * emulation/pc-select.el (pc-selection-mode):
2407 Call normal-erase-is-backspace-mode instead of binding
2408 keys individually.
58e4f61d 2409
7f62656b
EZ
2410 * cus-load.el (normal-erase-is-backspace): Use it instead of
2411 delete-key-deletes-forward.
2412
2413 * startup.el (command-line): Use normal-erase-is-backspace and
2414 normal-erase-is-backspace-mode.
2415
2416 * simple.el (normal-erase-is-backspace): Rename from
2417 delete-key-deletes-forward. Doc fix.
2418 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
2419 delete-key-deletes-forward-mode. Doc fix.
2420 Run normal-erase-is-backspace-hook.
7f62656b 2421
32df8b47 2422 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
2423 ``human-readable'' format produced by GNU `ls'.
2424 (dired-move-to-filename-regexp): Recognize ISO format dates.
2425 From Paul Eggert <eggert@twinsun.com>.
32df8b47 2426
5efa6032
GM
24272001-04-04 Gerd Moellmann <gerd@gnu.org>
2428
2429 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2430 New functions.
de28797f
SM
2431 (lm-verify): Check keywords.
2432 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 2433
d757aac1
EL
24342001-04-03 Eric M. Ludlam <eric@siege-engine.com>
2435
2436 * speedbar.el (speedbar-insert-image-button-maybe): Check for
2437 `xemacs' feature instead of for the function `set-extent-property'.
2438
9832760a
SM
24392001-04-03 Stefan Monnier <monnier@cs.yale.edu>
2440
2441 * mail/mh-utils.el (mh-folder-hist): New var.
2442 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2443
d565f6aa
EZ
24442001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
2445
2446 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2447 region, position point on the first or last 16-byte group.
2448 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2449 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
2450 hexl-beginning-of-line.
2451
24c0fd39
GM
24522001-04-03 Gerd Moellmann <gerd@gnu.org>
2453
5efa6032
GM
2454 * icomplete.el (icomplete-mode): Treat an argument like other
2455 modes do.
2456
b3f6107b
GM
2457 * startup.el (fancy-splash-head): Use splash8.xpm for color
2458 depth 8.
2459
24d451c5
SM
2460 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2461 Add an antry for ``converts''.
476bf681 2462
24d451c5
SM
2463 * language/slovak.el ("Slovak"): Add documentation string.
2464 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 2465
450f6970
GM
2466 * language/czech.el ("Czech"): Add documentation string.
2467 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2468
24d451c5
SM
2469 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2470 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
2471
24722001-04-02 Stefan Monnier <monnier@cs.yale.edu>
2473
2474 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2475 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2476 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2477 Use `defsubst' rather than a macro to ease debugging.
2478 (mail-extr-last): Remove (use `last' instead).
2479 (mail-extract-address-components): Properly reset the syntax-table
2480 after parsing an address. Use `last' rather than mail-extr-last.
2481 Make sure the end marker stays at the very end.
24c0fd39 2482
2b908342
EZ
24832001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
2484
2485 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2486 last change.
2487
acfb077d
GM
24882001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2489
2490 * ps-print.el: Line and paragraph spacing feature. Region to cut
2491 out when printing. Doc fix.
2492 (ps-print-version): New version number (6.5).
24d451c5
SM
2493 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2494 New vars. Line and paragraph spacing feature.
acfb077d
GM
2495 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
2496 out when printing.
2497 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2498 (ps-get-font-size, ps-begin-job, ps-continue-line)
2499 (ps-plot-region): Code fix.
2500 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
2501 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2502 New internal vars.
acfb077d
GM
2503 (ps-get-size): New fun.
2504 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2505 (ps-next-line): Replace defun by defsubst.
2506 (ps-mule-plot-string): Autoload doc fix.
2507
2508 * ps-bdf.el: XEmacs compatibility. Doc fix.
2509 (installation-directory, coding-system-for-read): Declare vars if
2510 it's not declared yet.
2511 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2512
2513 * ps-mule.el: XEmacs compatibility. Doc fix.
2514 (leading-code-private-22): Declare var if it's not declared yet.
2515 (charset-bytes, charset-dimension, charset-id, charset-width)
2516 (find-charset-region, split-char, char-width, chars-in-region)
2517 (forward-point, decompose-composite-char, encode-coding-string)
2518 (coding-system-p, ccl-execute-on-string, define-ccl-program):
2519 Define funs if not defined yet.
2520 (encode-composition-rule, find-composition): Define funs if not
2521 loaded yet.
2522 (ps-mule-prologue): PostScript code fix.
2523
25242001-04-02 Kenichi Handa <handa@etl.go.jp>
2525
2526 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
2527 non-nil, generate font for the header strings.
2528 (ps-mule-prepare-font): Likewise.
2529 (ps-mule-generate-glyphs): Likewise.
2530 (ps-mule-string-encoding): Likewise.
2531 (ps-mule-header-charsets): New variable.
2532 (ps-mule-encode-header-string): New function.
2533 (ps-mule-header-string-charsets): New function.
2534 (ps-mule-begin-job): Check charsets in the header strings. If there
2535 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2536
2537 * ps-print.el (ps-generate-header-line): Encode the header string by
2538 ps-mule-encode-header-string.
2539 (ps-mule-encode-header-string): Declare autoload.
2540
c0eb3c10
GM
25412001-04-02 Gerd Moellmann <gerd@gnu.org>
2542
24d451c5
SM
2543 * frame.el (cursor-in-non-selected-windows):
2544 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 2545
a3d0b0e0
KH
25462001-03-31 Kenichi Handa <handa@etl.go.jp>
2547
2548 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2549 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 2550 (quail-misc-package-ext-info): New variable.
a3d0b0e0 2551 (tsang-quick-converter): New function.
24d451c5
SM
2552 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2553 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
2554 (miscdic-convert, batch-miscdic-convert): New functions.
2555
55f7832c
KH
25562001-03-30 Kenichi Handa <handa@etl.go.jp>
2557
a2217cd8
KH
2558 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2559 eight-bit-control chars.
2560
55f7832c 2561 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 2562 Reduce making temporary vector (suggested by Dave Love).
55f7832c 2563
911a2406
EZ
25642001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2565
2566 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2567 string as well.
2568
1a518f2c
AS
25692001-03-30 Andreas Schwab <schwab@suse.de>
2570
2571 * files.el (backup-directory-alist): Fix typo.
2572
ef080b16
EZ
25732001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2574
2575 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
2576 <eggert@twinsun.com>.
2577
e4174a55
DL
25782001-03-30 Dave Love <fx@gnu.org>
2579
2580 * progmodes/fortran.el (fortran-comment-region): Fix typo.
2581
9d5d1075
EZ
25822001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2583
2584 * simple.el (transient-mark-mode): Mention C-g in the doc string.
2585
a27b451e
MB
25862001-03-30 Miles Bader <miles@gnu.org>
2587
2588 * subr.el (interactive-form): Fix paren typo.
2589
aea51abe
EZ
25902001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
2591
2592 * emacs-lisp/profile.el: Say that it's obsolete in the header
2593 line, so that finder.el puts that into its data-base.
2594 Suggested by Alex Schroeder <alex@gnu.org>.
2595
249dd409
EZ
25962001-03-29 Paul Eggert <eggert@twinsun.com>
2597
2598 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2599 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
2600
1ac1fa96
SM
26012001-03-29 Stefan Monnier <monnier@cs.yale.edu>
2602
2603 * generic.el (generic-mode-set-comments): Use "" rather than nil
2604 for comment-end.
2605
e2b8a830
GM
26062001-03-29 Gerd Moellmann <gerd@gnu.org>
2607
1ac1fa96
SM
2608 * emacs-lisp/advice.el (ad-make-advised-definition):
2609 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
2610
2611 * subr.el (interactive-form): New function.
2612
8b2375e7
AS
26132001-03-29 Andre Spiegel <spiegel@gnu.org>
2614
2615 * vc-sccs.el (vc-sccs-register): Use relative file names.
2616
f827b862
GM
26172001-03-28 Gerd Moellmann <gerd@gnu.org>
2618
e59d0e9d
GM
2619 * bookmark.el (bookmark-get-bookmark): Handle case that
2620 BOOKMARK is not a string.
2621
deb2613a
GM
2622 * image.el (image-type-regexps): Change type for PS files
2623 to `postscript'.
2624
f827b862
GM
2625 * subr.el (read-passwd): Clear command history after each
2626 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
2627
3c9449d0
KH
26282001-03-27 Kenichi Handa <handa@etl.go.jp>
2629
2630 * international/kkc.el (kkc-save-init-file): Locally bind
2631 print-length to nil.
2632
e6b13c74
GM
26332001-03-26 Gerd Moellmann <gerd@gnu.org>
2634
e120bebf
GM
2635 * textmodes/flyspell.el: Some doc fixes.
2636 (flyspell-maybe-correct-transposition)
2637 (flyspell-maybe-correct-doubling): Use a temporary buffer
2638
2639 * textmodes/ispell.el (ispell-parse-output): Doc fix.
2640
5f6c5771 2641 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
2642 (byte-optimize-form-code-walker): Diagnose too few arguments
2643 for `if' and `while'.
2644
2b984c45
KH
26452001-03-26 Kenichi Handa <handa@etl.go.jp>
2646
2647 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2648 Prepend `\' to "\<quail-translation-docstring>".
2649
bf2150fa
GM
26502001-03-26 Gerd Moellmann <gerd@gnu.org>
2651
5f6c5771
SM
2652 * autorevert.el (global-auto-revert-non-file-buffers):
2653 Remove duplicate defcustom.
bf2150fa 2654
a0d59316
MB
26552001-03-26 Miles Bader <miles@gnu.org>
2656
5f6c5771
SM
2657 * international/latin1-disp.el (latin1-char-displayable-p):
2658 Add leading "-" for X font pattern.
a0d59316 2659
9edbff6c
KH
26602001-03-26 Kenichi Handa <handa@etl.go.jp>
2661
5f6c5771
SM
2662 * international/mule-diag.el (describe-coding-system):
2663 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
2664 charsets they can encode.
2665
50b57199
EZ
26662001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
2667
2668 * help.el (view-lossage): Mention open-dribble-file in the doc
2669 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2670
5b83f9c0
SM
26712001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2672
2673 * skeleton.el (skeleton-internal-list): Fix bogus logic.
2674 (skeleton-pair-insert-maybe): Don't pair after a backslash.
2675
e0ecbf5c
KH
26762001-03-23 Kenichi Handa <handa@etl.go.jp>
2677
5b83f9c0
SM
2678 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2679 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
2680 multibyte sequence can work correctly.
2681 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
2682 property of the coding system.
2683
1cc218de
SM
26842001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2685
2686 * textmodes/fill.el (fill-individual-paragraphs-prefix):
2687 Fix transcription typo.
2688
a3db02ad
RV
26892001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
2690
2691 * whitespace.el: Add buffer local variables to toggle testing of
2692 whitespaces in buffers without affecting the default values.
a3db02ad 2693 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
2694 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
2695 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
2696 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 2697
83c9cb8e
SM
26982001-03-21 Stefan Monnier <monnier@cs.yale.edu>
2699
2700 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
2701
180d5509
GM
27022001-03-21 Gerd Moellmann <gerd@gnu.org>
2703
eeb5b5c1
GM
2704 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
2705 bs-cycle-configuration-name. From Juanma Barranquero
2706 <lektu@uol.com.br>.
2707
170a9e70
GM
2708 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
2709 and cc-vars.el.
2710
180d5509
GM
2711 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
2712 headers. Always invoke sendmail with option -t.
2713
130c507e
GM
27142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2715
2716 * Release of cc-mode 5.28.
2717
27182000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2719
2720 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
2721 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 2722 It's instead taken care of by the default value for c-default-style.
130c507e 2723
130c507e
GM
27242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2725
2726 * cc-align.el (c-lineup-math): Fix bug where lineup was
2727 triggered by equal signs in string literals.
2728
27292000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2730
2731 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
2732 limit detection when at the ends of the buffer.
2733
2734 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
2735 "for" statement clause in case 7F; a better one is done
2736 earlier in case 7D anyway.
2737
27382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2739
2740 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
2741 somewhat more and did a small optimization.
2742
27432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2744
2745 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
2746 Use the limit argument only to limit the syntactic context
2747 search, not to limit the actual movement.
2748
2749 * cc-cmds.el (c-beginning-of-statement): Move by sentence
2750 inside multiline strings, just like in comments. Also various
2751 fixes to the paragraph and comment prefix recognition, block
2752 comment ender handling etc.
2753
27542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2755
2756 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
2757 the relative position of the point.
2758
2759 * cc-cmds.el (c-electric-continued-statement): New function to
2760 use as abbrev hook to reindent for keywords such as "else"
2761 that continues an earlier statement.
2762
2763 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
2764 like classes.
2765
2766 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
2767 (pike-mode): Populate the default abbrev tables to reindent for
2768 keywords such as "else" that can continue earlier statements.
2769 Abbrev mode is therefore turned on by default now. (Note that
2770 this doesn't apply to idl-mode, since IDL afaik doesn't have
2771 statements at all.)
2772
27732000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2774
2775 * cc-engine.el (c-inside-bracelist-p): Fix for handling
2776 bracelists where the declaration contains template arguments.
2777
27782000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2779
83c9cb8e
SM
2780 * cc-cmds.el (c-comment-indent):
2781 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
2782 syntactic indentation. Fixes bug with lineup functions that
2783 return vectors.
2784
2785 * cc-engine.el (c-get-syntactic-indentation): Split the
2786 indentation sum calculation from `c-indent-line' to a separate
2787 function.
2788
27892000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2790
2791 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
2792 Fixed places where it was assumed that preprocessor directives
2793 have to start in column zero.
2794
2795 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
2796 template arguments after a class identifier properly.
2797
2798 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
2799 lists for `new Foo[]' constructs in Java as expressions and
2800 not top level definition brace lists on the top level, so that
2801 they'll get indented consistently with the same type of
2802 expression in a normal block.
2803
28042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2805
2806 * cc-cmds.el (c-fill-paragraph): The kludge that checks
2807 whether the adaptive filling package fails to keep the comment
2808 prefix is now kludged further to check for filladapt-mode
2809 which doesn't have that problem. This is really icky, but it's
2810 the only way that works with the current misfeatures/bugs in
2811 both adaptive-fill-mode and filladapt-mode.
2812
2813 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
2814 around point is recognized more robust.
2815
28162000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2817
2818 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
2819 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
2820 (c-lit-type): Fixed all internal variables used dynamically so
2821 that they are always bound.
2822
2823 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
2824 errors:
2825
2826 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
2827 the region is fully reindented even when an error occurs.
2828 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
2829 whole lot of code that tried to optimize indentation of whole
2830 sexps but in reality accomplishes nothing.
2831
2832 (c-indent-sexp): Use c-indent-region.
2833
2834 (c-parsing-error): Changed this variable to hold the message
2835 for any syntactic error that is discovered.
2836
2837 (c-parse-state): Search backward from point instead of the bod
2838 position when the latter is invalid. This makes CC Mode
2839 recover faster when there are unbalanced close braces.
2840
2841 (c-backward-to-start-of-if): Use c-parsing-error to report
2842 dangling "else" clauses instead of throwing an error, and fall
2843 back to a reasonable position.
2844
83c9cb8e 2845 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 2846
83c9cb8e 2847 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
2848
28492000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2850
2851 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
2852 paragraph recognition when moving by sentence in literals.
2853
83c9cb8e
SM
2854 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
2855 start regexp for javadoc to recognize javadoc markup in general instead
2856 of a specific set of keywords, to be more future-safe.
130c507e
GM
2857
2858 (c-Pike-pikedoc-paragraph-start)
2859 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
2860 pikedoc markup.
2861
83c9cb8e 2862 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 2863
83c9cb8e 2864 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
2865
2866 * cc-vars.el (c-default-style): Made a nicer Customize widget.
2867
2868 (c-comment-prefix-regexp): Made it possible to use an
2869 association list on this to specify mode specific regexps.
2870 The default value now use a special regexp in Pike mode to
2871 recognize pikedoc markup.
2872
2873 (c-current-comment-prefix): New variable containing the actual
2874 regexp from c-comment-prefix-regexp for the current buffer.
2875
28762000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2877
2878 * cc-cmds.el (c-electric-brace): Fixed check for special brace
2879 lists: We can't look at the syntax, since a brace list can get
2880 recognized as a plain statement-cont.
2881
2882 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
2883 special brace list opener broken over two lines got recognized
2884 as a statement on the second line. Case 9A changed.
2885
28862000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2887
2888 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
2889 adjustment after line is reindented.
2890
28912000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2892
2893 * cc-defs.el (c-point): Added optional argument for position
2894 to use instead of the current point.
2895
2896 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
2897 the in-expression block symbols when the construct starts at
2898 boi, to avoid the extra level of indentation in that case.
2899 Cases 4, 16A and 17E affected.
2900
29012000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2902
2903 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 2904 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
2905
2906 * cc-engine.el (c-indent-line): Use the syntax already bound
2907 to `c-syntactic-context', if there is any.
2908
29092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2910
2911 * cc-engine.el (c-get-offset): Fixed bug where the indentation
2912 wasn't added up correctly when a lineup function returned nil.
2913
29142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2915
2916 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 2917 empty lines were ignored when collecting line comments backwards.
130c507e
GM
2918
29192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2920
2921 * cc-align.el (c-lineup-dont-change): Return an absolute
2922 indentation column to work correctly in the case when several
2923 syntactic elements are processed for the same line.
2924
2925 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
2926 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
2927 (c-set-offset): Added absolute indentation column settings by
2928 using the vector type.
2929
130c507e
GM
29302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2931
2932 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
2933 Implemented two new cleanups `space-before-funcall' and
2934 `compact-empty-funcall'.
2935
130c507e
GM
29362000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2937
2938 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
2939 helping building regexps.
2940
2941 * cc-engine.el (c-on-identifier): New function for detecting
2942 identifiers. It takes keywords into account.
2943
2944 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
2945 lists. `c-keywords' is set to a regexp matching all keywords
2946 in the current language.
2947
29482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2949
2950 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
2951 list of characters to skip backwards over at the beginning of
2952 a statement, since it can precede string literals in Pike.
2953
29542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2955
2956 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
2957 recognition when standing on the last line in a C++ comment
2958 with nothing but whitespace after the prefix.
2959
2960 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
2961 given no limit argument.
2962
29632000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2964
2965 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
2966 recognition for the `[]= operator symbol in Pike.
2967
29682000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2969
2970 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
2971 around a bug in `eval-when-compile' in the byte compiler.
2972
2973 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 2974 value when count is zero and there's no token start within the limit.
130c507e
GM
2975
2976 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
2977 "prefix comments", i.e. comments which are followed by code on
2978 the same line.
2979
2980 * cc-mode-19.el: Fixes so that checks that must be done at
2981 compile time also are done then.
2982
29832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2984
2985 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
2986 time and at runtime, and only when it's needed.
2987
29882000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2989
2990 Major cleanup for less error prone and more warning free
2991 compilation, including some fixes for bugs due to different
2992 compilation orders. Thanks to Martin Buchholz for providing
2993 the basis for all this.
2994
2995 * cc-bytecomp.el: New file that provides some byte compilation
2996 features: It ensures that files always are loaded from the
2997 current source directory during compilation, and it provides a
2998 set of macros to turn off specific compiler warnings for
2999 specific symbols. (It's not CC Mode specific in any way.)
3000
3001 Fixed a nearly acyclic dependency tree (both runtime and
3002 compile-time) between all files.
3003
3004 * cc-defs.el: Separated all macros before the inline functions,
3005 to ensure correct compilation.
3006
3007 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3008 cc-defs.el to cc-engine.el and made it a function instead.
3009
3010 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3011 about char-after.
3012
3013 * cc-vars.el: Cope even when there isn't a custom package
3014 containing defcustom available.
3015
3016 * cc-make.el: Removed since it's no longer necessary.
3017
3018 README: Updated installation instructions.
3019
30202000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3021
3022 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3023 improve the modularity: Moved all mode init stuff from
3024 cc-langs.el to cc-mode.el, including the keymap
3025 initialization; cc-langs now only contains the various
3026 variables for configuring the language syntax.
3027
83c9cb8e
SM
3028 * cc-engine.el, cc-styles.el (c-evaluate-offset)
3029 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 3030 dependency analysis suggests they belong there (which also
83c9cb8e 3031 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
3032
30332000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3034
3035 * cc-cmds.el (c-fn-region-is-active-p): New function that
3036 wraps the corresponding macro, for use in places that aren't
3037 compiled. Thanks to Martin Buchholz for pointing out this.
3038
83c9cb8e 3039 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
3040
3041 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3042 add things to the bug report.
3043
30442000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3045
3046 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3047 returned prefix could contain a newline when the search for a
3048 good prefix line failed.
3049
30502000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3051
3052 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3053 (c-toggle-auto-hungry-state): Made the argument optional, as
3054 the documentation says it is.
3055
30562000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3057
3058 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3059 multiline string syntax, #"...", as a cpp macro.
3060
7008ccac
GM
30612001-03-21 Paul Eggert <eggert@twinsun.com>
3062
83c9cb8e
SM
3063 * international/mule-cmds.el (set-locale-environment):
3064 Set system-messages-locale and system-time-locale, but only if the
7008ccac 3065 caller specifies a non-nil locale name.
3c9449d0 3066
c2478129 30672001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
3068
3069 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 3070 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 3071
117e4b0c
GM
30722001-03-20 Gerd Moellmann <gerd@gnu.org>
3073
7194219d
GM
3074 * follow.el (follow-avoid-tail-recenter): Doc fix.
3075
5721ae13
GM
3076 * custom.el (custom-set-variables): Avoid reversing the list
3077 of args needlessly.
3078
7b8bbf72
GM
3079 * startup.el (fancy-splash-head): Don't change the colors of the
3080 XPM image on a dark background.
3081
a91ad7c9
GM
3082 * comint.el (comint-exec-1): Set columns of the terminal to
3083 window-width instead of frame-width.
3084
fa88947e
GM
3085 * info.el (Info-scroll-down): Add missing WINDOW arg for
3086 pos-visible-in-window-p.
3087
1741905c
GM
3088 * ehelp.el (electric-help-mode-hook): Add defcustom.
3089
117e4b0c
GM
3090 * mail/sendmail.el (mail-mode): Activate case-folding in
3091 font-lock-defaults.
3092
e84c695d
SM
30932001-03-19 Stefan Monnier <monnier@cs.yale.edu>
3094
3095 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3096 (completion-ignored-extensions): Remove duplicate ".class".
3097
fc774041
AS
30982001-03-19 Andreas Schwab <schwab@suse.de>
3099
83c9cb8e
SM
3100 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3101 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 3102
c2c097cc
GM
31032001-03-19 Gerd Moellmann <gerd@gnu.org>
3104
3105 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3106 methods since there are not prefix input methods.
3107
fbe2e958
KH
31082001-03-19 Kenichi Handa <handa@etl.go.jp>
3109
83c9cb8e
SM
3110 * international/mule-cmds.el (read-input-method-name):
3111 Locally bind enable-recursive-minibuffers to t.
fbe2e958 3112
da47e491
SM
31132001-03-18 Stefan Monnier <monnier@cs.yale.edu>
3114
3115 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3116
4986c2c6 31172001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 3118
4986c2c6
MK
3119 * ediff-util.el: Copyright years.
3120 (ediff-choose-syntax-table): New function.
3121 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 3122
4986c2c6
MK
3123 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3124 with-syntax-table.
83c9cb8e 3125
4986c2c6 3126 * ediff.el: Date of last update, copyright years.
83c9cb8e 3127
4986c2c6 3128 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 3129
4986c2c6
MK
3130 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3131 of Scott Bronson.
3132 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3133 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3134 Deleted functions.
3135 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3136 ex-token-list.
83c9cb8e 3137
4986c2c6 3138 * viper-util.el: Spaces, indentation.
83c9cb8e 3139
4986c2c6 3140 * viper.el: Changed version, modification time.
83c9cb8e 3141
3c799aec 31422001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
3143
3144 * calendar/timeclock.el (timeclock-workday-remaining):
3145 Check whether `discrep' is non-null before using it.
3c799aec 3146
ae3ce418
JW
31472001-03-16 John Wiegley <johnw@gnu.org>
3148
3149 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3150 first-time checkins.
3151 (timeclock-log-data): Fixed problem with reading timelog log file.
3152 Resulting data in the "day list" was incorrect.
3153 (timeclock-find-discrep): Check if `timeclock-file' is readable
3154 before opening it.
3155 (timeclock-time-less-p): New function.
3156 (timeclock-day-base): New function.
3157 (timeclock-geometric-mean): New function.
3158 (timeclock-generate-report): Generate a summary report based on
3159 the contents of the log file. This uses `timeclock-log-data', and
3160 is an example of writing a timelog manipulation function.
3161 (timeclock-visit-timelog): A quick command for opening the timelog
3162 file.
3163 (timeclock-log-data): Bound the variable event.
3164
c8d4a9bb
KH
31652001-03-16 Kenichi Handa <handa@etl.go.jp>
3166
83c9cb8e
SM
3167 * international/mule-cmds.el (select-safe-coding-system):
3168 Fix typo: symbol-name -> symbol-value.
11d56c64 3169
c8d4a9bb
KH
3170 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3171 before substitute-in-file-name to handle double slashes in FILE
3172 correctly.
3173
c899e7e6
GM
31742001-03-15 Gerd Moellmann <gerd@gnu.org>
3175
3176 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3177 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3178
819dce0f
GM
31792001-03-14 Gerd Moellmann <gerd@gnu.org>
3180
697617d9
GM
3181 * bindings.el (features): Add `md5' and `overlay' to the list.
3182
819dce0f
GM
3183 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3184 bound before using it. It's not bound when configured without X,
3185 for instance.
3186
e0067a9d
TTN
31872001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
3188
3189 * progmodes/hideshow.el: Update copyright.
3190 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 3191 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 3192
afcdc0a1
GM
31932001-03-13 Gerd Moellmann <gerd@gnu.org>
3194
e0067a9d 3195 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
3196 a non-list.
3197
30564c48
EZ
31982001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
3199
3200 * startup.el (fancy-splash-tail, command-line-1): Fix the
3201 copyright year.
3202
2b8e24b3
KH
32032001-03-13 Kenichi Handa <handa@etl.go.jp>
3204
3205 * term.el: These changes are based on a patch sent from Yong Lu
3206 <lyongu@yahoo.com>.
3207 (term-set-escape-char): Bind M-x to execute-extended-command in
3208 term-raw-escape-map.
3209 (term-move-columns): Don't try to move to negagive column.
3210 (term-emulate-terminal): Insert a string before deleting a text to
3211 overwrite.
3212
789b6186
GM
32132001-03-12 Gerd Moellmann <gerd@gnu.org>
3214
b0778a31
GM
3215 * play/life.el (life): Rearrange code so that all calls to
3216 life-display-generation are in a catch-form.
3217
04528cda
GM
3218 * progmodes/etags.el (tags-loop-continue): Don't change point in a
3219 file that isn't interesting. In an interesting file, push the old
3220 value of point on the mark ring.
3221
760cefb5
GM
3222 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3223 New function.
3224 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3225 Use it.
3226
83c9cb8e
SM
3227 * emacs-lisp/autoload.el (generate-file-autoloads):
3228 Remove warning about line lengths.
789b6186 3229
a2ffbafe
FP
32302001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3231
3232 * progmodes/etags.el (tags-compression-info-list): New variable.
3233 (find-tag-in-order): Use it to deal with compressed source files.
3234 (tag-file-name-match-p): New function.
3235 (etags-recognize-tags-table): Use it for better match of file names.
3236
5c9d9d92
KH
32372001-03-12 Kenichi Handa <handa@etl.go.jp>
3238
ba3e9b9b
KH
3239 * international/mule-cmds.el (register-input-method): Doc fix.
3240
5c9d9d92
KH
3241 * international/quail.el (quail-translate-key): Fix condition to
3242 check if there's another breaking point in the current key.
3243
40beecee
EZ
32442001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
3245
3246 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3247 Babyl header to the newly-created output file, bind
3248 coding-system-for-write to either rmail-file-coding-system or
3249 emacs-mule-unix.
3250
75c6cb7f
SM
32512001-03-11 Stefan Monnier <monnier@cs.yale.edu>
3252
3253 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3254 Fix the name and regexp used for subsubsections.
3255
5ec17636
DL
32562001-03-10 Dave Love <fx@gnu.org>
3257
3258 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3259 and save-buffer if buffer-file-name non-nil. From rms.
3260
6d2e2c02
AS
32612001-03-10 Andre Spiegel <spiegel@gnu.org>
3262
3263 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 3264 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
3265 to reflect that.
3266 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 3267 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
3268 variable bindings that might affect the diff command.
3269 (vc-print-log): Don't switch to the *vc* buffer before the
3270 command, so that local variable bindings are preserved.
3271
789b6186 3272 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
3273 not the current buffer.
3274 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3275
789b6186 3276 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 3277 make output go to buffer *vc*, not the current buffer.
a2ffbafe 3278
b18f5523
SM
32792001-03-09 Stefan Monnier <monnier@cs.yale.edu>
3280
3281 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3282 so ^, $, *, ? and + are interpreted correctly.
3283
3cfd8357
GM
32842001-03-09 Gerd Moellmann <gerd@gnu.org>
3285
c085b77c 3286 * help.el (string-key-binding): Renamed from
f9db8f19
SM
3287 mode-line-key-binding. Handle any event on a string.
3288 Check for `keymap' properties as well as `local-map' properties.
c085b77c 3289
3cfd8357
GM
3290 * comint.el (comint-insert-clicked-input): Use the last key
3291 from this-command-keys to lookup the global key definition.
3292
348f797a
KH
32932001-03-09 Kenichi Handa <handa@etl.go.jp>
3294
3ebf3717
KH
3295 * international/characters.el: Add category `j' for
3296 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
3297
348f797a
KH
3298 * international/mule-conf.el (no-conversion): Fix docstring.
3299 (raw-text): Fix docstring.
3300
e1fbabaf
GM
33012001-03-08 Gerd Moellmann <gerd@gnu.org>
3302
96e8e603
GM
3303 * simple.el (choose-completion-string): When not leaving the
3304 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3305 is set.
3306
e1fbabaf
GM
3307 * window.el (shrink-window-if-larger-than-buffer): Handle frame
3308 parameter `(minibuffer . t)'.
3309
f9db8f19
SM
33102001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3311
3312 * progmodes/sh-script.el (sh-st-symbol): New symbol.
3313 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3314 (sh-mode): Remove `make-local-variable' for unused var
3315 `font-lock-unfontify-region-function'.
3316
02756877
RS
33172001-03-07 Richard M. Stallman <rms@gnu.org>
3318
132bf46d
RS
3319 * info.el (Info-scroll-down): Fix previous change.
3320
02756877
RS
3321 * mail/rmail.el (rmail-toggle-header): Use a window which
3322 is showing the Rmail buffer, rather than the selected window.
3323
eeb24429
DL
33242001-03-07 Dave Love <fx@gnu.org>
3325
3326 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3327 now, to avoid problems with binding imenu directly to a mouse event.
3328
3bdf2660
GM
33292001-03-07 Gerd Moellmann <gerd@gnu.org>
3330
3331 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3332 second arg t.
3333
33342001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
3335
3336 * log-edit.el (log-edit-common-indent): New var.
3337 (log-edit-set-common-indentation): Renamed from
3338 log-edit-delete-common-indentation. Use the new var.
3339 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3340
3341 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3342 (cvs-mode-add-change-log-entry-other-window):
3343 Don't presume change-log-default-name is defined.
3344
3345 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3346
3347 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3348 the "tree" operation as well.
3349
3350 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3351
3352 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3353 to match paragraph-start.
3354
3355 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3356 comment-start-skip and set comment-end-skip as well.
3357 (sgml-comment-indent): Fix for new value of comment-start-skip.
3358 (html-autoview-mode): Don't bother using make-local-hook.
3359
2ad02767
GM
33602001-03-07 Gerd Moellmann <gerd@gnu.org>
3361
189638d5 3362 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 3363 variables, otherwise long Custom entries would make them ineffective.
189638d5 3364
2ad02767
GM
3365 * uniquify.el: Set maintainer to FSF.
3366
656f8cae
EZ
33672001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
3368
3369 * dired-aux.el (dired-do-shell-command): Doc fix.
3370
c83965c4
SM
33712001-03-06 Stefan Monnier <monnier@cs.yale.edu>
3372
04af43bc
SM
3373 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3374
3375 * which-func.el (which-func-modes): Add cperl-mode.
3376 (which-func-mode-global): Use define-minor-mode.
3377
3378 * info-look.el: Docstring fixes and dead code eliminated.
3379 (cperl-mode): Add support.
3380 (emacs-lisp-mode): List all entries from elisp manual, whether
3381 or not they are currently (f)bound or not. Update regexp.
3382
3383 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3384
c83965c4
SM
3385 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3386 so that C-h m shows the correct information.
3387 Use make-local-variable rather than make-variable-buffer-local.
3388 (cperl-info-buffer, cperl-setup-tmp-buf):
3389 Use make-local-variable rather than make-variable-buffer-local.
3390 (cperl-msb-fix, cperl-get-help-defer):
3391 Check major-mode for `cperl-mode' as well.
3392
3393 * progmodes/cperl-mode.el: Updated to author version 4.23.
3394 (cperl-electric-pod): SYNOPSIS was misspelled.
3395 (cperl-find-pods-heres): @if ? a : b was considered a REx.
3396 (cperl-after-expr-p): Make true after __END__.
3397
f16a7aa5
GM
33982001-03-06 Gerd Moellmann <gerd@gnu.org>
3399
157ae273 3400 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 3401 bookmark-completion-ignore-case is t.
157ae273 3402
f16a7aa5
GM
3403 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3404 switch, like xterm, and concat resource strings, with a newline
3405 between them.
3406
abaddb98
EZ
34072001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
3408
a2ffbafe 3409 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
3410 (cp773-decode-table, cp774-decode-table): New variables.
3411
abaddb98
EZ
3412 * man.el (Man-hyphenated-reference-regexp): New variable.
3413 (Man-build-references-alist): Use it to search for referenced
3414 manpages. If hyphenated is non-nil, record a concatenated word in
3415 Man-refpages-alist only if it matches Man-reference-regexp.
3416 Update word's length when it is concatenated. Reverse the list,
3417 to get the first manpage at the head.
3418 (Man-possibly-hyphenated-word): New function.
3419 (Man-follow-manual-reference): Use it instead of current-word to
3420 find a manpage at point, in a way that accounts for hyphenated
3421 references.
3422
eb3f61dd
GM
34232001-03-06 Alex Schroeder <alex@gnu.org>
3424
3425 * sql.el (sql-interbase): New function.
3426 (sql-interbase-program): New option.
3427 (sql-interbase-options): New option.
3428 And some typos fixed: "customise" to "customize".
3429
fa84f42a
DL
34302001-03-06 Dave Love <fx@gnu.org>
3431
83c9cb8e
SM
3432 * textmodes/flyspell.el (flyspell-region):
3433 Set up flyspell-local-mouse-map.
fa84f42a 3434
fda3411d
RS
34352001-03-05 Richard M. Stallman <rms@gnu.org>
3436
a2ffbafe 3437 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
3438 Don't call rmail-beginning-of-message.
3439 Don't discard From: field. Do discard Received: field.
3440 Use unwind-protect to re-prune.
3441 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 3442
e972ab1f
KH
34432001-03-06 Kenichi Handa <handa@etl.go.jp>
3444
3445 * international/quail.el (quail-title): Add autoload cookie.
3446
335db3c1
DL
34472001-03-05 Dave Love <fx@gnu.org>
3448
3449 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3450 new defs.
3451
278dd6ac
KH
34522001-03-05 Kenichi Handa <handa@etl.go.jp>
3453
83c9cb8e
SM
3454 * language/ethio-util.el (ethio-toggle-space):
3455 Update current-input-method-title if necessary.
36d5e61d
KH
3456 (ethio-toggle-punctuation): Likewise.
3457
341cd4f0
KH
3458 * international/quail.el (quail-title): Fix for the case that a
3459 title of an input method is specified by a list of the same form
3460 as used in mode-line-format.
3461
83c9cb8e
SM
3462 * international/mule-cmds.el (activate-input-method):
3463 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
3464 respect that value.
3465
10ebaeb6
GM
34662001-03-05 Gerd Moellmann <gerd@gnu.org>
3467
3468 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3469
7a65c85c
GM
34702001-03-05 Alex Schroeder <alex@gnu.org>
3471
3472 * sql.el (sql-sybase): Fix typo (was: query user about server two
3473 times instead of server and database).
3474
3475 * sql.el (sql-sybase): Doc change.
3476 (sql-mysql): Doc change.
3477 (sql-postgres): Doc change.
3478
b86644f2
KH
34792001-03-05 Kenichi Handa <handa@etl.go.jp>
3480
83c9cb8e
SM
3481 * international/mule-conf.el (emacs-mule, raw-text):
3482 Docstring modified.
b86644f2 3483
e30bd7b7
EZ
34842001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
3485
3486 * term/internal.el: Update copyright notice.
3487
3488 * term/pc-win.el: Update copyright notice.
3489
7e365285
DL
34902001-03-02 Dave Love <fx@gnu.org>
3491
83c9cb8e
SM
3492 * files.el (insert-file-contents-literally):
3493 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3494 not jka-compr-compression-info-list.
7e365285 3495
75ed43a6
SM
34962001-03-02 Stefan Monnier <monnier@cs.yale.edu>
3497
3498 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3499 spaces in default comment-start-skip settings rather than \s-.
3500
53c4b1e6
EZ
35012001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
3502
3503 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3504 default-frame-alist as well.
3505
028d739a
DL
35062001-03-01 Dave Love <fx@gnu.org>
3507
3508 * textmodes/reftex.el (defvar): Wrap some defvars in
3509 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
3510
3511 * subr.el (event-basic-type): Doc fix.
3512
3513 * international/quail.el: Doc fixes.
3514
3515 * international/utf-8.el: Doc fixes.
3516
3517 * international/mule-cmds.el: Doc fixes.
3518 (leim-list-header): Fix header text.
3519
3520 * international/mule.el (coding-system-category): Doc fix.
3521
3522 * international/ccl.el (ccl-compile): Doc fix.
3523
15d1caef
SM
35242001-03-01 Stefan Monnier <monnier@cs.yale.edu>
3525
3526 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3527 rather than (before|after)-change-functions.
3528
f84ff02c
GM
35292001-03-01 Gerd Moellmann <gerd@gnu.org>
3530
3531 * ediff-util.el (ediff-scroll-horizontally): Arrange for
3532 scroll-left and scroll-right being called interactively so that
3533 they set the window's min_hscroll.
3534
e0c1e774
EZ
35352001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
3536
3537 * info.el (info-insert-file-contents-1): Accept an additional
3538 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
3539 `suffix'; otherwise use the complicated MS-DOS code.
3540 All callers changed.
e0c1e774
EZ
3541 (info-insert-file-contents, Info-find-node): If the MS-DOS port
3542 can access long file names, try the long file-name version of
3543 `info-insert-file-contents-1', then the short file-name version.
3544
b8b2ea31 35452001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 3546
af122766
KH
3547 * language/ethio-util.el (setup-ethiopic-environment-internal):
3548 Change bindings of functions keys to conform to "Emacs Lisp Coding
3549 Convention".
3550
3551 * language/ethiopic.el ("Ethiopic"): Add documentation.
3552
b8b2ea31
KH
35532001-02-28 Kenichi Handa <handa@etl.go.jp>
3554
1d64e2ad
KH
3555 * international/utf-8.el (mule-utf-8): Set coding-category
3556 property to coding-category-utf-8.
3557
91cb6e51
RS
35582001-02-27 Richard M. Stallman <rms@gnu.org>
3559
3560 * lpr.el (lpr-page-header-switches, print-region-1):
3561 Undo 2000-07-06 change.
7298f3f7
RS
3562 (lpr-add-switches): Default to t on gnu/linux.
3563
c0cb1027
GM
35642001-02-27 Gerd Moellmann <gerd@gnu.org>
3565
3566 * bs.el (bs-attributes-list): Doc fix.
3567
01459648
GM
35682001-02-26 Gerd Moellmann <gerd@gnu.org>
3569
baebd8a5 3570 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 3571
01459648
GM
3572 * help.el (view-order-manuals): Use goto-address.
3573
3574 * startup.el (command-line-1): Add info about ordering manuals
3575 to the not so fancy splash screens.
3576
f93e614e
AS
35772001-02-26 Andre Spiegel <spiegel@gnu.org>
3578
01459648
GM
3579 * vc.el (vc-default-workfile-unchanged-p)
3580 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 3581
12435002
GM
35822001-02-26 Gerd Moellmann <gerd@gnu.org>
3583
a2ffbafe 3584 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
3585 fontify in the right buffer.
3586
12435002
GM
3587 * allout.el (outline-flag-region): Move macro in front of first
3588 use to avoid a run-time error.
3589
425de386
AI
35902001-02-24 Andrew Innes <andrewi@gnu.org>
3591
3592 * makefile.w32-in: Fix copyright notice.
3593
66c56ed1
KH
35942001-02-24 Kenichi Handa <handa@etl.go.jp>
3595
4c1593ce
KH
3596 * international/utf-8.el (mule-utf-8): Set correct value for
3597 valid-codes property.
3598
66c56ed1
KH
3599 * international/fontset.el (x-complement-fontset-spec): In the
3600 case that we use ASCII font for the other charsets, use only
15d1caef 3601 family and registry part of it.
66c56ed1 3602
119171dd
EZ
36032001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3604
3605 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3606 (shrink-window-if-larger-than-buffer): Doc fix.
3607
932c309e
SM
36082001-02-23 Stefan Monnier <monnier@cs.yale.edu>
3609
3610 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3611 predicate passed to completing-read.
3612
9b760e36
EZ
36132001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3614
3615 * startup.el (command-line): Fix last change.
3616
5c39a60f
JR
36172001-02-23 Jason Rumney <jasonr@gnu.org>
3618
3619 * startup.el (tool-bar-originally-present): New variable.
3620 (command-line): Set it if the tool-bar is switched on at startup.
3621
3622 * frame.el (frame-notice-user-settings): Only adjust frame height
3623 for no tool-bar case if tool-bar was originally switched on.
796ead7e 3624 From E. Jay Berkenbilt.
5c39a60f 3625
cb91b2c7
SM
36262001-02-22 Stefan Monnier <monnier@cs.yale.edu>
3627
39b557e8
SM
3628 * server.el (server-switch-buffer): Only switch window if the
3629 current one is dedicated.
3630
cb91b2c7
SM
3631 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
3632 rather than using (match-beginning 0) when searching for break point.
3633
9238a8df
EZ
36342001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
3635
3636 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
3637 @ follows an accent command such as @'. Support optional braces
3638 in commands that insert accents, like makeinfo does.
3639
3473f362
GM
36402001-02-22 Gerd Moellmann <gerd@gnu.org>
3641
3642 * startup.el (fancy-splash-text): Add a line for ordering
3643 manuals. Reverse order of splash screens shown.
3644 (use-fancy-splash-screens-p): Adapt to the text line added.
3645
3646 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
3647 manuals from the FSF.
3648
3649 * help.el (view-order-manuals): New function.
3650 (toplevel): Bind C-h C-m to this function.
3651
76a4de07
SM
36522001-02-21 Stefan Monnier <monnier@cs.yale.edu>
3653
3654 * newcomment.el (comment-forward): Skip the comment-start before
3655 searching for the comment-end.
3656
75b71d85
DL
36572001-02-21 Dave Love <fx@gnu.org>
3658
2f4c9a87
DL
3659 * custom.el (custom-initialize-changed, defcustom): Doc fix.
3660
75b71d85
DL
3661 * international/mule-cmds.el, international/mule.el: Doc fixes.
3662
ffc9ff0c
GM
36632001-02-21 Gerd Moellmann <gerd@gnu.org>
3664
3665 * startup.el (fancy-splash-screens): Use display-hourglass
3666 instead of display-busy-cursor.
3667
3668 * frame.el (display-hourglass): Renamed from busy-cursor.
3669 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
3670 (show-cursor-in-non-selected-windows): Doc fix.
3671
f34eb373
DL
36722001-02-20 Dave Love <fx@gnu.org>
3673
3674 * international/utf-8.el: Doc and commentary fixes.
3675
f55e4a7e
EZ
36762001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
3677
3678 * ehelp.el (with-electric-help): Doc fix.
3679
fa97adf6
GM
36802001-02-20 Gerd Moellmann <gerd@gnu.org>
3681
3682 * msb.el (msb-mode): Call the update-buffers function explicitly
3683 with a FORCE argument.
3684
3685 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
3686 FORCE. If set, update the menu even if frame-or-buffer-changed-p
3687 returns nil.
3688
54ed3bd2
GM
36892001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3690
3691 * ps-print.el: Timestamp package replacement. Some enhancements.
3692 Some XEmacs compatibility. Doc fix.
3693 (ps-print-version): New version number (6.4).
3694 (ps-printer-name): Initialization fix.
3695 (ps-zebra-stripe-follow): Funcionality enhancement.
3696 (ps-prologue-file): Code enhancement.
3697 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
3698 (ps-setup, ps-face-bold-p, ps-face-italic-p)
3699 (ps-get-page-dimensions)
54ed3bd2
GM
3700 (ps-generate-header, ps-begin-file, ps-begin-job)
3701 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
3702 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
3703 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
3704 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 3705
e8ebf97d
MB
37062001-02-20 Miles Bader <miles@gnu.org>
3707
3708 * image-file.el (image-file-name-extensions): Add "tif".
3709
136b27c5
GM
37102001-02-19 Gerd Moellmann <gerd@gnu.org>
3711
3712 * wid-edit.el (widget-button-click): Save the selected window
3713 around the code handling clicks on buttons.
3714
6ebbcf59
DL
37152001-02-18 Dave Love <fx@gnu.org>
3716
3717 * imenu.el (imenu--generic-function): Use mapc to iterate over
3718 syntax characters.
3719
595ded73
RS
37202001-02-17 Richard M. Stallman <rms@gnu.org>
3721
b9fe3dc8
RS
3722 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
3723
595ded73
RS
3724 * uniquify.el (uniquify-buffer-name-style): Doc fix.
3725
f3f053f3
GM
37262001-02-16 Gerd Moellmann <gerd@gnu.org>
3727
3728 * mouse.el (mouse-save-then-kill): If the distance from the new
3729 point to the mark is equal to the distance of point from the new
3730 point, move point instead of the mark.
3731
11570a8f
DL
37322001-02-16 Dave Love <fx@gnu.org>
3733
3734 * textmodes/flyspell.el (flyspell-get-word): Return string without
3735 properties.
3736
fb339cd5
EZ
37372001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3738
3739 * generic.el (generic-find-file-regexp): Doc fix.
3740 (generic-ignore-files-regexp): New defcustom.
3741 (generic-mode-find-file-hook): If the file's name matches the
3742 regexp in `generic-ignore-files-regexp', don't enter
3743 default-generic-mode. Doc fix.
3744
c56b1c1b
GM
37452001-02-16 Gerd Moellmann <gerd@gnu.org>
3746
a2ffbafe 3747 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
3748 Add autoload cookies.
3749
a2ffbafe 3750 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
3751 of cal-tex-24.
3752
0d140e65
EZ
37532001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3754
81558867
EZ
3755 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
3756
0d140e65
EZ
3757 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
3758 the character class after the (optional) drive, to support file
3759 names with embedded blanks.
3760
713f7b15
SS
37612001-02-15 Sam Steingold <sds@gnu.org>
3762
3763 * textmodes/tex-mode.el (tex-shell-running):
3764 Check the process buffer too.
3765
9a2a6f73
DL
37662001-02-15 Dave Love <fx@gnu.org>
3767
3768 * battery.el (battery-status-function): Fix doc, :type.
3769
15d1caef 3770 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 3771
fe10cef0
GM
37722001-02-15 Gerd Moellmann <gerd@gnu.org>
3773
3774 * subr.el (read-passwd): Clear Lisp memory holding password.
3775
126f5d4d
MB
37762001-02-15 Miles Bader <miles@gnu.org>
3777
3778 * info.el (Info-copy-current-node-name): New function.
3779 (Info-mode-menu): Add it to the menu.
3780
92e98d63
RS
37812001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
3782
3783 * international/mule-cmds.el (toggle-input-method): Doc fix.
3784
dd4e0e55
SM
37852001-02-13 Stefan Monnier <monnier@cs.yale.edu>
3786
3787 * replace.el (occur): Stop at end of buffer.
3788
402dbbd1
EZ
37892001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
3790
3791 * international/mule-cmds.el (set-input-method): Another doc fix.
3792
e9fcba3d
GM
37932001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
3794
3795 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
3796
78ad1cd5
MB
37972001-02-13 Miles Bader <miles@gnu.org>
3798
713f7b15 3799 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
3800 (set-face-stipple): Treat a value of nil as being `unspecified'.
3801
fce9d9dc
DL
38022001-02-12 Dave Love <d.love@dl.ac.uk>
3803
3804 * international/latin1-disp.el: Doc fixes.
3805 (latin1-display) <defgroup>: Add :link.
3806 (latin1-display) <function>: Set variable latin1-display.
3807
bc406911
EZ
38082001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
3809
3810 * international/mule-cmds.el (set-input-method): Doc fix.
3811
68514d48
EL
38122001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
3813
3814 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
3815 (speedbar-line-file): Return nil if not a file.
3816 (speedbar-buffers-line-path): Return file for tags, and dir for files.
3817
513bea45 38182001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 3819
513bea45
MK
3820 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
3821 for remote files.
bc406911 3822 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 3823 with raw-text.
713f7b15 3824
513bea45 3825 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 3826
83c9cb8e
SM
3827 * ediff-util.el (ediff-compute-custom-diffs-maybe):
3828 Better handling of the diff mode.
713f7b15 3829
513bea45 3830 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 3831
bc406911 3832 * viper.texi: Fix typos.
713f7b15 3833
521d4010
DL
38342001-02-11 Dave Love <fx@gnu.org>
3835
36fd8e17
DL
3836 * shadowfile.el: Doc fixes.
3837 (shadow) <defgroup>: Add :link.
3838 (shadowfile-unload-hook): New function.
3839 (shadow-initialize): Use defalias, not fset.
3840 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 3841 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 3842
521d4010
DL
3843 * international/mule.el: Doc and message fixes.
3844
36fd8e17
DL
3845 * international/ccl.el (define-ccl-program): Doc fix.
3846
92395bbe
KH
38472001-02-11 Kenichi Handa <handa@etl.go.jp>
3848
3849 * faces.el (mode-line): Set :line-width property to -1.
3850
103db06c
RS
38512001-02-10 Richard M. Stallman <rms@gnu.org>
3852
08b78974
RS
3853 * complete.el (partial-completion-mode): Doc fix.
3854
103db06c
RS
3855 * simple.el (delete-key-deletes-forward-mode):
3856 Change `let' to `let*' to fix gross bug in last change.
3857
3858 * repeat.el (repeat): Don't let execute-kbd-macro alter
3859 real-last-command.
3860
a6a1ee53
EZ
38612001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
3862
3863 * simple.el (eval-expression): Doc fix.
3864
d2f288c6
DL
38652001-02-09 Dave Love <fx@gnu.org>
3866
038f4ae3
DL
3867 * imenu.el (imenu-generic-expression): Doc fix.
3868
83c9cb8e
SM
3869 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
3870 From Juanma Barranquero.
038f4ae3 3871
15d1caef 3872 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 3873
9804b846
KH
38742001-02-09 Kenichi Handa <handa@etl.go.jp>
3875
3876 * faces.el (set-face-attribute): Describe the case of a negative
3877 value specified for :line-width.
3878
532f5197
SM
38792001-02-08 Stefan Monnier <monnier@cs.yale.edu>
3880
3881 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 3882 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 3883
1d279666
DL
38842001-02-08 Dave Love <fx@gnu.org>
3885
4681ca3a
DL
3886 * wid-edit.el (widget-plist-convert-widget): Replace binding of
3887 widget-plist-value-type.
3888 (widget-alist-convert-widget): Replace binding of
3889 widget-alist-value-type.
3890
1d279666
DL
3891 * textmodes/paragraphs.el (sentence-end): Doc fix.
3892
83c9cb8e
SM
3893 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
3894 Remove `backward-line'.
1d279666 3895
532f5197
SM
3896 * play/pong.el (pong-blank-color, pong-bat-color)
3897 (pong-ball-color, pong-border-color, pong-left-key)
3898 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
3899 (pong-pause-key, pong-resume-key, pong-timer-delay):
3900 * mail/mh-comp.el (mh-compose-letter-function):
3901 * eshell/esh-mode.el (eshell-skip-prompt-function):
3902 * emulation/viper-ex.el (ex-unix-type-shell-options):
3903 * recentf.el (recentf-menu-filter):
3904 * ps-print.el (ps-print-region-function):
3905 * lpr.el (print-region-function):
3906 * forms.el (forms-mode-hooks):
3907 * dirtrack.el (dirtrack-directory-change-hook):
3908 * cus-start.el (temp-buffer-show-function, display-buffer-function):
3909 * textmodes/spell.el (spell-filter):
3910 * textmodes/fill.el (adaptive-fill-function):
3911 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
3912 * progmodes/etags.el (find-tag-default-function):
3913 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
3914 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3915
6f676109
EZ
39162001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
3917
751d3bc4
EZ
3918 * emulation/viper-init.el (viper-fast-keyseq-timeout)
3919 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
3920 Meyering <jim@meyering.net>.
3921
6f676109
EZ
3922 * loadup.el: Revert last change.
3923
d3c26cdf
KH
39242001-02-07 Kenichi Handa <handa@etl.go.jp>
3925
83c9cb8e
SM
3926 * international/mule.el (transform-make-coding-system-args):
3927 Make it work also for coding systems not using CCL.
d3c26cdf 3928
44806980
EZ
39292001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3930
9889af08
EZ
3931 * simple.el (previous-matching-history-element)
3932 (next-matching-history-element): Doc fix.
3933
44806980
EZ
3934 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
3935 specific part.
3936
1e36ff68
DL
39372001-02-06 Dave Love <fx@gnu.org>
3938
713f7b15 3939 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
3940 (add-log-buffer-file-name-function, add-log-file-name-function):
3941 Fix :type.
3942 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
3943
c7ca58df
EZ
39442001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3945
fecd556a
EZ
3946 * info.el (info-initialize): Remove the test for system-type when
3947 invocation-directory is non-nil.
3948
c7ca58df
EZ
3949 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
3950 of `font-lock-defaults' to `backward-paragraph' rather than nil.
3951
587b5737
AI
39522001-02-06 Andrew Innes <andrewi@gnu.org>
3953
3954 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
3955 absolute.
3956
baf7eee4
GM
39572001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
3958
3959 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
3960 buffers. When hi-lock turned on rather than only checking current
3961 buffer for regexps, all buffers are checked. Moved activation of
3962 font-lock to hi-lock-refontify. When font-lock turned off rather
3963 than removing added highlighting just in current buffer, remove it
3964 in all buffers. Changed edit menu text from "Automatic
3965 Highlighting" to "Regexp Highlighting" Documentation for
3966 highlighting phrases, minor documentation changes.
3967 (hi-lock-set-file-patterns): Execute only if there are new or
3968 existing file patterns.
3969 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
3970 unfontify and, if a support mode is active, will not refontify the
3971 whole buffer. If necessary, turn on font lock. (Removed
3972 font-lock-unfontify and font-lock support-mode-specific calls,
3973 such as lazy-lock-fontify-window.)
3974 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
3975 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 3976 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
3977 (hi-lock-face-phrase-buffer): New function. Also added related
3978 menu item and keybinding.
3979 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
3980 (hi-lock-process-phrase): New function.
3981 (hi-lock-line-face-buffer): Doc fixes.
3982 (hi-lock-face-buffer): Doc fixes.
3983 (hi-lock-unface-buffer): Doc fixes.
713f7b15 3984
36710aa6
GM
39852001-02-06 Gerd Moellmann <gerd@gnu.org>
3986
3987 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
3988 dabbrev-ignored-regexps.
3989
d3f22784
EZ
39902001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3991
3992 * simple.el (kill-line): Doc fix.
3993
5cb3c8d4
DL
39942001-02-05 Dave Love <fx@gnu.org>
3995
3996 * loadup.el: Revert last two changes -- bootstrapping works with
3997 regenerated loaddefs.
3998
e6297e7d
EZ
39992001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
4000
1e14b095
EZ
4001 * isearch.el (isearch-forward): Doc fix.
4002
e6297e7d
EZ
4003 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4004 of font-lock-defaults to backward-paragraph.
4005
e16f52ce
GM
40062001-02-05 Gerd Moellmann <gerd@gnu.org>
4007
4008 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4009 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4010
01d19dd7
GM
40112001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4012
4013 * ebnf2ps.el: Eliminate time-stamp functions.
4014 (ebnf-version): New version (3.5).
4015 (ebnf-eps-finish-and-write): Replace time-stamp functions by
4016 format-time-string.
4017
24886813
GM
40182001-02-05 Gerd Moellmann <gerd@gnu.org>
4019
4020 * simple.el (next-line): Goto end-of-line before inserting a newline.
4021
65e70fc4
MB
40222001-02-05 Miles Bader <miles@gnu.org>
4023
4024 * image-file.el (insert-image-file): When visiting an image, also
4025 set `truncate-lines' to t so that any fringe arrow looks correct.
4026
482f06c9
KH
40272001-02-05 Kenichi Handa <handa@etl.go.jp>
4028
4029 * isearch.el (isearch-forward): Add description about input method
4030 in the docsting.
4031
02399da7
SM
40322001-02-04 Stefan Monnier <monnier@cs.yale.edu>
4033
4034 * skeleton.el (skeleton-internal-1): Always push the mark for @.
4035
2c366083
EZ
40362001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
4037
4038 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 4039 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 4040
bdadfce3
GM
40412001-02-02 Gerd Moellmann <gerd@gnu.org>
4042
79fb38c0
GM
4043 * wid-edit.el (widget-button-click): Fix last change.
4044
bdadfce3
GM
4045 * frame.el (frame-notice-user-settings): When resizing the initial
4046 frame because the tool bar is off, also change the frame's top
4047 position if a negative top position was specified.
4048
33155ffb
MB
40492001-02-02 Miles Bader <miles@gnu.org>
4050
4051 * image-file.el (insert-image-file): When visiting an image,
4052 suppress the cursor in the image buffer.
4053
1355ba0c
DL
40542001-02-01 Dave Love <fx@gnu.org>
4055
4056 * progmodes/f90.el (f90-mode): Remove startup message.
4057
fb758d2d 4058 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 4059
01acdb05
GM
40602001-02-01 Gerd Moellmann <gerd@gnu.org>
4061
4062 * startup.el (command-line): Fix code determining whether or not
4063 to use delete-key-deletes-forward-mode.
4064
5b1ee316
AS
40652001-02-01 Andre Spiegel <spiegel@gnu.org>
4066
4067 * vc.el (vc-diff-switches): New user option.
4068 (vc-version-diff): Use it.
4069 (vc-diff-switches-list): New macro.
4070
83c9cb8e
SM
4071 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4072 New customization options.
5b1ee316
AS
4073 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4074
4075 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4076
00b1e7a1
GM
40772001-02-01 Gerd Moellmann <gerd@gnu.org>
4078
4079 * msb.el (toplevel): Quote hook symbols.
4080
85827036
KH
40812001-02-01 Kenichi Handa <handa@etl.go.jp>
4082
8e028499 4083 * international/mule.el (make-coding-system): Add description
3c948dde 4084 about recognized properties in the docstring.
8e028499 4085
85827036
KH
4086 * international/mule-conf.el: Remove unused charsets
4087 mac-roman-lower and mac-roman-upper.
4088
7ccf7ab9
GM
40892001-01-31 Gerd Moellmann <gerd@gnu.org>
4090
2441692d
GM
4091 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4092 is in front of the left-margin, if any.
4093
ee5cece0
GM
4094 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4095 like `delete'.
4096
83c9cb8e 4097 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 4098
7ccf7ab9
GM
4099 * term/w32-win.el (mouse-set-font): Doc fix.
4100
b4f30ec5 41012001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 4102
b4f30ec5
GM
4103 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4104 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4105 on already.
4106
03e0fe6e
GM
41072001-01-31 Markus Rost <rost@math.ohio-state.edu>
4108
4109 * files.el (save-buffer): Don't give message if (buffer-file-name)
4110 returns nil.
713f7b15 4111
8f289acc
EZ
41122001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
4113
cb4aae04
EZ
4114 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4115
dbd98b19
EZ
4116 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4117 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
4118
8f289acc
EZ
4119 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4120 display problems.
4121
c12553c1
KH
41222001-01-31 Kenichi Handa <handa@etl.go.jp>
4123
c7bf5db9
KH
4124 * international/mule.el (charset-info): Fix docstring.
4125
4126 * international/mule-diag.el (describe-character-set): Check final
4127 char valid before printing it.
c12553c1 4128
14f16b9c
GM
41292001-01-30 Gerd Moellmann <gerd@gnu.org>
4130
efaa080b
GM
4131 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4132
eef93f99
GM
4133 * frame.el (frame-notice-user-settings): Do the tool-bar
4134 stuff only for graphical displays. Fix a braino.
713f7b15 4135
14f16b9c
GM
4136 * frame.el (frame-initialize): Create initial frame visible.
4137 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 4138 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
4139
4140 * startup.el (command-line): Remove manipulation of frame
4141 height for tool bars.
4142
4ad25e43
EZ
41432001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4144
4145 * lpr.el: Compatibility with XEmacs and doc fixes.
4146 (lpr-windows-system, lpr-lp-system): New vars.
4147 (lpr-printer-switch): New defcustom.
4148 (printer-name, lpr-command): Customization fix.
4149 (print-region-1): Code fix.
4150 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
4151 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4152 New functions.
4ad25e43 4153
e8f044a0
GM
41542001-01-29 Gerd Moellmann <gerd@gnu.org>
4155
4156 * msb.el (toplevel): Fix the eval-after-load.
4157
850d5045
GM
41582001-01-29 Dave Love <fx@gnu.org>
4159
762fe76e
DL
4160 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4161
4162 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4163
83c9cb8e 4164 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
4165 (tcl-using-emacs-19-23): Consider Emacs 21+.
4166 (tcl-help-directory-list, tcl-command-switches): Fix :type.
4167 (tcl-add-emacs-menu): Supply menu name.
4168 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4169
3a768251
GM
41702001-01-29 Gerd Moellmann <gerd@gnu.org>
4171
4172 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4173
274d02f7
SM
41742001-01-29 Stefan Monnier <monnier@cs.yale.edu>
4175
4176 * pcvs.el (cvs-mark-fis-dead): New function.
4177 (cvs-mode-add): Use it.
4178 (cvs-mode-add-change-log-entry-other-window):
4179 Rebind change-log-default-name to itself rather than to nil.
4180
ed5d446e
SS
41812001-01-29 Sam Steingold <sds@gnu.org>
4182
efaa080b 4183 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
4184 `autoload' statements.
4185
e2a80284
EZ
41862001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
4187
8e1db7b3
EZ
4188 * files.el (confirm-kill-emacs): Doc fix.
4189
ff2a1c79
EZ
4190 * frame.el (frame-initialize): Doc fix.
4191
e7b0deaf
EZ
4192 * time-stamp.el (time-stamp-string): Doc fix.
4193
83c9cb8e
SM
4194 * woman.el (WoMan-log-1): Make the log buffer writable.
4195 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 4196
005913e4
GM
41972001-01-29 Gerd Moellmann <gerd@gnu.org>
4198
4199 * imenu.el (imenu-syntax-alist): Add autoload cookie for
4200 the `make-variable-buffer-local'.
4201
58622cc5
GM
42022001-01-29 Dave Love <fx@gnu.org>
4203
4204 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
4205 (ansi-color-for-comint-mode-on, ansi-color-process-output):
4206 Add autoload cookie.
58622cc5
GM
4207 (ansi-color-apply-sequence): Fix typo.
4208
0404d031
GM
42092001-01-29 Gerd Moellmann <gerd@gnu.org>
4210
ed5d446e 4211 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
4212 Postscript printing in black and white.
4213
0404d031
GM
4214 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4215 X-Mailman-Version, Precedence, List-Help, List-Post,
4216 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4217 Content-Type, Content-Length.
4218
3b6ed359
DL
42192001-01-29 Dave Love <fx@gnu.org>
4220
ddd16e7a
DL
4221 * elide-head.el (elide-head): Make overlay evaporate.
4222
83c9cb8e 4223 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 4224
8005142f
EZ
42252001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
4226
4227 * isearch.el (isearch-highlight): Don't punt if the display
4228 doesn't support colors, since isearch faces are defined for
4229 monochrome displays as well.
4230
84728570
SS
42312001-01-27 Sam Steingold <sds@gnu.org>
4232
4233 * shell.el (shell-write-history-on-exit): Make sure that we are in
4234 the shell buffer (M-x tex-file RET inserted the error message into
4235 the TeX buffer).
4236
e26f9ced
EZ
42372001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4238
4239 * simple.el (transient-mark-mode): Doc fix.
4240
dc0274bd
GM
42412001-01-27 Gerd Moellmann <gerd@gnu.org>
4242
83c9cb8e 4243 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 4244
c1acacc4
EZ
42452001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4246
f5058b96
EZ
4247 * shell.el (shell-unquote-argument): If the shell is one of the
4248 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4249 quote character.
4250 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 4251 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 4252
c1acacc4 4253 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 4254 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 4255
103db06c 42562001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 4257
84728570 4258 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
4259 Treat a one-capital-letter abbrev as "not all upper case",
4260 so as to force preservation of the expansion's pattern
4261 if the expansion starts with a capital letter.
4262
cfa70244
EZ
42632001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4264
cfee9de7
EZ
4265 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4266 Doc fix.
4267
cfa70244
EZ
4268 * simple.el (transient-mark-mode): Document the fact that many
4269 commands act on the region when mark is active.
4270
17d90d6b
KH
42712001-01-27 Kenichi Handa <handa@etl.go.jp>
4272
4273 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 4274 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
4275 (quail-show-guidance-buf): Make the multibyteness of current
4276 buffer inherited to Quail guidance buffer.
4277 (quail-help): Make the multibyteness of current buffer inherited
4278 to Quail help buffer.
4279
61076b20
DL
42802001-01-26 Dave Love <fx@gnu.org>
4281
c47e2c68
DL
4282 * time-stamp.el: Doc fixes.
4283
84728570 4284 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
4285 (delphi-keyword-face, delphi-other-face): Fix :type.
4286
940f14b4
DL
4287 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
4288
4289 * mail/feedmail.el (feedmail): Add :link.
4290 (feedmail-send-it): Doc fix.
4291
4292 * mail/sendmail.el: Doc fixes.
4293 (sendmail-send-it): Fix the non-ASCII regexp and use
4294 rfc2047-encode-string.
4295
61076b20
DL
4296 * dired.el, dired-aux.el: Revert last change.
4297
6c317bd2
GM
42982001-01-26 Gerd Moellmann <gerd@gnu.org>
4299
4300 * makefile.w32-in (DONTCOMPILE): Add various term files.
4301
43022001-01-26 Dave Love <fx@gnu.org>
4303
4304 * Makefile.in (DONTCOMPILE): Add various term files.
4305
1c636b5f
GM
43062001-01-26 Gerd Moellmann <gerd@gnu.org>
4307
af900b23
GM
4308 * man.el (Man-default-man-entry, Man-mode): Doc fix.
4309
15fa6db0 4310 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 4311 the echo area is resized to fit the size of the startup message.
15fa6db0 4312
1c636b5f
GM
4313 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4314 part of which is a constant.
4315
9b1adbd5
EZ
43162001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
4317
83c9cb8e 4318 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 4319
103db06c 43202001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
4321
4322 * simple.el (next-line): Don't let `newline' expand abbrevs.
4323 Simplify slightly.
4324 (open-line): Don't let `newline' expand abbrevs.
4325
219227ea
JW
43262001-01-25 John Wiegley <johnw@gnu.org>
4327
4328 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4329 to `repeat' in the :type field.
4330
4331 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4332 allow a choice of regexp or nil.
d2906bf8 4333 (pcomplete-dir-ignore): Same.
219227ea
JW
4334
4335 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4336 a command) to always fail.
4337
ceba0dac
GM
43382001-01-25 Gerd Moellmann <gerd@gnu.org>
4339
4340 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4341 discard the result.
4342 (iswitchb-to-end): Likewise.
4343
9b0630e5
SS
43442001-01-25 Sam Steingold <sds@gnu.org>
4345
4346 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 4347 Require vc.
9b0630e5 4348
a2ed9670
SM
43492001-01-25 Stefan Monnier <monnier@cs.yale.edu>
4350
f0c1adab
SM
4351 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4352
a2ed9670
SM
4353 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4354
34ac3367
DL
43552001-01-25 Dave Love <fx@gnu.org>
4356
61076b20
DL
4357 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4358 (describe-coding-system): Tweak the English text.
4359
34ac3367
DL
4360 * loadup.el: Preload international/ccl for utf-8.
4361
4685e6b7
EZ
43622001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
4363
4364 * mail/rmail.el (rmail-redecode-body): Doc fix.
4365
0fdb4475
KH
43662001-01-25 Kenichi Handa <handa@etl.go.jp>
4367
83c9cb8e
SM
4368 * international/mule-cmds.el (reset-language-environment):
4369 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 4370
83c9cb8e
SM
4371 * international/mule-conf.el (coding-category-utf-8):
4372 Initialize to mule-utf-8.
0fdb4475 4373
9b0630e5 4374 * loadup.el: Preload international/utf-8.
0fdb4475
KH
4375
4376 * international/utf-8.el: New file.
4377
245ed2b1
SM
43782001-01-24 Stefan Monnier <monnier@cs.yale.edu>
4379
4380 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4381
e95b0c08
SS
43822001-01-24 Sam Steingold <sds@gnu.org>
4383
4384 * dired.el (dired-replace-in-string): Removed.
4385 (dired-sort-toggle): Use `replace-regexps-in-string'
4386 instead of `dired-replace-in-string'.
9b0630e5 4387
ceba0dac
GM
4388 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4389 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 4390
e95b0c08
SS
4391 * gs.el (gs-replace-in-string): Removed.
4392 (gs-options): Use `replace-regexps-in-string'
4393 instead of `gs-replace-in-string'.
4394
c3902c3e
EZ
43952001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
4396
4397 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4398 bug report is mailed to an email list and posted to a news group.
4399
b66b6aeb
GM
44002001-01-24 Gerd Moellmann <gerd@gnu.org>
4401
83c9cb8e
SM
4402 * comint.el (comint-replace-by-expanded-history-before-point):
4403 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 4404
b66b6aeb
GM
4405 * startup.el (tool-bar-images-pixel-height): New variable.
4406 (command-line): After loading the user's init file, when
4407 tool-bar-mode is on, increase the frame's size by some lines for
4408 the tool-bar.
4409
4410 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 4411
ff890e66
SZ
44122001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
4413
4414 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4415 (chinese-big5): MIME:Big5.
4416
04363179
GM
44172001-01-24 Gerd Moellmann <gerd@gnu.org>
4418
e95b0c08 4419 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
4420 Handle commands with prefix args.
4421
d56aaa64
GM
44222001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4423
4424 * calendar/diary-lib.el (diary-float): Fix case of MONTH
4425 being a list of numbers.
4426 (diary-mail-entries): Rewritten.
4427
99858627
DL
44282001-01-23 Dave Love <fx@gnu.org>
4429
7aeb1fa9
DL
4430 * international/mule.el (make-coding-system): Fix typo.
4431
83c9cb8e
SM
4432 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4433 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 4434
5a43decf
EZ
44352001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
4436
4437 * font-lock.el (font-lock-mode): Doc fix.
4438
b0e98867
KH
44392001-01-23 Kenichi Handa <handa@etl.go.jp>
4440
4441 * international/mule.el (make-translation-table): Fix docstring.
4442
9c8acefd
EZ
44432001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
4444
fd4976b8
EZ
4445 * mail/rmail.el (rmail-redecode-body): New function.
4446
9c8acefd
EZ
4447 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4448
871e0439
GM
44492001-01-22 Gerd Moellmann <gerd@gnu.org>
4450
21c2bbe0
GM
4451 * isearch.el (isearch-lazy-highlight-case-fold-search)
4452 (isearch-lazy-highlight-regexp): New variables.
4453 (isearch-lazy-highlight-cleanup): Update lazy highlight if
4454 case-fold search or regexp search has been toggled.
4455
5710730c
GM
4456 * wid-edit.el (widget-button-click): Avoid a save-excursion
4457 around running a global binding.
4458
871e0439
GM
4459 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4460 to 0.25.
4461
d0554957
MB
44622001-01-20 Miles Bader <miles@gnu.org>
4463
4464 * cus-edit.el (custom-face-save): Do post-processing on the face's
4465 new value like `custom-face-set' does.
4466
1519f618
EZ
44672001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4468
ccd87890
EZ
4469 * mail/emacsbug.el (report-emacs-bug): Report the value of
4470 LC_CTYPE, not LC_TYPE.
4471
1519f618
EZ
4472 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4473 isearch-toggle-regexp and isearch-edit-string to doc string.
4474
9724173b
GM
44752001-01-19 Gerd Moellmann <gerd@gnu.org>
4476
48bb9196
GM
4477 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4478 as font-lock-beginning-of-syntax-function in font-lock-defaults.
4479
e95b0c08 4480 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
4481 font-lock-beginning-of-syntax-function to nil.
4482
dc81f8a2
EZ
44832001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4484
4485 * mail/emacsbug.el (report-emacs-bug): Report values of
4486 locale-coding-system, default-enable-multibyte-characters, and the
4487 environment variables LC_ALL, LC_TYPE, and LANG.
4488
99327974
GM
44892001-01-19 Gerd Moellmann <gerd@gnu.org>
4490
83c9cb8e 4491 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 4492
2be6ecc6
GM
4493 * font-lock.el (font-lock-multiline): Default to nil.
4494 (font-lock-default-fontify-region): If font-lock-multiline is
4495 nil, don't check the property `font-lock-multiline'.
4496
99327974
GM
4497 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4498 is nil, don't check the `font-lock-multiline' text property.
4499
2550055a
MK
45002001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
4501
0a949811 4502 * viper.el: Call initial-major-mode on startup.
e95b0c08 4503
0a949811 4504 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 4505
8501998a 4506 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 4507
2550055a 45082001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 4509
0a949811 4510 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 4511 diff mode, if available.
e95b0c08 4512
0a949811 45132001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 4514
8501998a 4515 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 4516
2550055a
MK
4517 * ediff-init.el (subst-char-in-string): Define and use it, unless
4518 it's already defined.
e95b0c08 4519
8962e303
GM
45202001-01-18 Gerd Moellmann <gerd@gnu.org>
4521
4522 * tooltip.el (tooltip-hide-delay): New user-option.
4523 (tooltip-show): Use tooltip-hide-delay instead of the default.
4524
6b453381
KH
45252001-01-18 Kenichi Handa <handa@etl.go.jp>
4526
4527 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4528 kill-local-variable doesn't work for enable-multibyte-characters.
4529
9eaf396b
DL
45302001-01-17 Dave Love <fx@gnu.org>
4531
cebd37ce
DL
4532 * ediff-init.el (ediff-before-setup-hook)
4533 (ediff-merge-filename-prefix): Add :version.
4534
9eaf396b
DL
4535 * international/latin1-disp.el: Require disp-table.
4536 (latin1-display): Fix :set.
4537
4538 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4539
f864120f
GM
45402001-01-17 Gerd Moellmann <gerd@gnu.org>
4541
4542 * isearch.el (isearch-lazy-highlight-initial-delay)
4543 (isearch-lazy-highlight-interval): Default to 0.
4544
45452001-01-17 Bob Glickstein <bobg@zanshin.com>
4546
4547 * isearch.el (isearch-highlight): Set isearch-overlay priority to
4548 1 here rather than each time through
4549 isearch-lazy-highlight-new-loop.
4550 (isearch-lazy-highlight-max): Variable deleted.
4551 (isearch-lazy-highlight-max-at-a-time): New user variable, like
4552 isearch-lazy-highlight-max but controls a single invocation of
4553 isearch-lazy-highlight-update.
4554 (isearch-lazy-highlight-wrapped): Variable recreated.
4555 (isearch-lazy-highlight-window-start): New variable.
4556 (isearch-lazy-highlight-cleanup): Restored to behavior of
4557 before 2-Jan.
4558 (isearch-lazy-highlight-remove-overlays): Function deleted;
4559 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
4560 behavior removed.
4561 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4562 isearch-lazy-highlight-update in a loop rather than just once.
4563 Test isearch-invalid-regexp here and decide not to start a new
4564 loop, rather than testing it each time through
4565 isearch-lazy-highlight-update.
4566 (isearch-lazy-highlight-search): Function restored.
4567 (isearch-lazy-highlight-update): Get called in a timer loop again,
4568 but this time highlight more than one match each time through.
83c9cb8e
SM
4569 Only highlight matches in the visible part of the window.
4570 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
4571 the edge of the window. Use sit-for to force redisplay and ensure
4572 window-start is credible. "Face suppressing" behavior removed;
4573 overlay priorities should make it unnecessary, right?
4574 (isearch-highlight): Face suppressing behavior removed.
4575 (isearch-dehighlight): Face suppressing behavior removed.
4576 (isearch-set-lazy-highlight-faces-at): Removed.
4577
076ec540
KH
45782001-01-17 Kenichi Handa <handa@etl.go.jp>
4579
4580 * language/european.el ("Latin-1"): Make the format of description
4581 about additional language environments same as that of Latin-2.
4582
92328ec5
DL
45832001-01-16 Dave Love <fx@gnu.org>
4584
39f2174e
DL
4585 * isearch.el (isearch-lazy-highlight): Add :version.
4586
92328ec5
DL
4587 * simple.el (backward-delete-char-untabify-method)
4588 (next-line-add-newlines): Add :version.
4589
f251459d
GM
45902001-01-16 Gerd Moellmann <gerd@gnu.org>
4591
9d4850e5
GM
4592 * bindings.el: Bind <backspace> and <delete> via function-key-map.
4593 Don't bind <delete> otherwise.
4594
4595 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4596 and <delete> via function-key-map.
4597
f251459d
GM
4598 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4599 Subject line only if point is after the `Subject:'.
4600
771ffcf7
KH
46012001-01-16 Kenichi Handa <handa@etl.go.jp>
4602
bda6b481
KH
4603 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4604 japanese-jisx0213-2 in `charset' property of this lang. env.
4605
35793af7
KH
4606 * language/european.el ("Latin-1"): Add description for Dutch and
4607 Spanish lang. env.
4608
771ffcf7
KH
4609 * international/mule.el (decode-char): Fix conditions.
4610 (encode-char): Handle eight-bit-control too.
1c8102ff 4611 (transform-make-coding-system-args): New function.
50c29104
KH
4612 (make-coding-system): Accept XEmacs style arguments for CCL base
4613 coding system.
771ffcf7 4614
e1cf67b6
GM
46152001-01-15 Gerd Moellmann <gerd@gnu.org>
4616
4617 * progmodes/etags.el (find-tag-noselect): Save the value of
4618 tags-file-name before switching buffers, for the case it has a
4619 buffer-local value.
4620
b3287acf
GM
46212001-01-15 Alex Schroeder <alex@gnu.org>
4622
9eaf396b
DL
4623 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4624 From Dave Love <fx@gnu.org>.
b3287acf
GM
4625 (ansi-color-for-comint-mode): Fix :version.
4626
46272001-01-15 Alex Schroeder <alex@gnu.org>
4628
4629 * ansi-color.el (ansi-color-unfontify-region): Doc change.
4630
8d7ff9c8
EZ
46312001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
4632
4633 * dired.el (dired-insert-directory): If file-system-info fails,
4634 remove the " free " part, but don't signal an error.
4635
dbe99ae9
SS
46362001-01-12 Sam Steingold <sds@gnu.org>
4637
4638 * bookmark.el (bookmark-maybe-historicize-string):
4639 Use new backquote syntax.
4640
103db06c 46412001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
4642
4643 * subr.el (last): Handle a list that doesn't end in nil.
4644
ca2ddd8e
SS
46452001-01-12 Sam Steingold <sds@gnu.org>
4646
4647 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
4648 to `backward-delete-char-untabify'.
4649
1751c874
DL
46502001-01-12 Dave Love <fx@gnu.org>
4651
4652 * cus-edit.el (customize-menu-create): Fix the :filter following
4653 easymenu change.
4654
4655 * wid-edit.el (function): Add :match-alternatives.
4656 (widget-color-action): Doc fix.
4657
3cccce8d
GM
46582001-01-12 Gerd Moellmann <gerd@gnu.org>
4659
4660 * calendar/calendar.el (calendar-basic-setup): Doc fix.
4661
18bfd6b5
KH
46622001-01-12 Kenichi Handa <handa@etl.go.jp>
4663
83c9cb8e 4664 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 4665
18bfd6b5
KH
4666 * international/ccl.el (define-ccl-program): Fix docstring.
4667
562e00da
DL
46682001-01-11 Dave Love <fx@gnu.org>
4669
14fd0da3
DL
4670 * international/mule-cmds.el (standard-display-european-internal):
4671 Set display table for 2208 as for 160.
4672
4673 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
4674
562e00da
DL
4675 * progmodes/fortran.el (fortran-mode-map): Modify Customization
4676 entry for custom-menu-create change.
4677 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
4678 don't cons it in the search loop.
4679
4680 * imenu.el (imenu--truncate-items): Revert last change.
4681
6e961dcd
EZ
46822001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4683
4684 * info.el (Info-setup-header-line): If the node header includes
4685 either Next: or Prev: links, don't show the File: and Node: parts
4686 in the header line.
4687
2c2ff7f2
GM
46882001-01-11 Gerd Moellmann <gerd@gnu.org>
4689
a7ee2d2e
GM
4690 * comint.el (comint-goto-process-mark): Don't print a message
4691 when running in batch mode.
4692
c5348233
GM
4693 * isearch.el (isearch-search): In the condition-case handler for
4694 `error', set isearch-invalid-regexp to the whole error message.
4695
422717d1
GM
4696 * subr.el (eval-after-load): Call load-symbol-file-load-history to
4697 ensure that eval-after-load works for files dumped with Emacs.
4698
4699 * help.el (load-symbol-file-load-history): New function extracted
4700 from function symbol-file.
4701 (symbol-file): Use it.
4702
83c9cb8e 4703 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 4704
926861fb
EZ
47052001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4706
4707 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
4708 behave as if there were no prefix argument.
4709 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
4710 argument were nil.
4711
afa1f52c
RS
47122001-01-11 Richard M. Stallman <rms@gnu.org>
4713
ca2ddd8e 4714 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
4715 Don't look for more potential matches once maximum is exceeded.
4716 Use overlays-in to check correctly for overlap with current match.
4717 Ignore empty matches.
4718
47a9f362
MB
47192001-01-11 Miles Bader <miles@gnu.org>
4720
4721 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
4722 (ispell-overlay-window, ispell-help, ispell-show-choices)
4723 (ispell-command-loop): Use it instead of `window-height'.
4724
d196f58d
GM
47252001-01-10 Gerd Moellmann <gerd@gnu.org>
4726
cf523f0e
GM
4727 * files.el (confirm-kill-emacs): New user-option.
4728 (save-buffers-kill-emacs): Ask for final confirmation before
4729 killing Emacs.
4730
d196f58d
GM
4731 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
4732 to nil.
4733
7c6c3d8e
GM
47342001-01-10 Dave Love <fx@gnu.org>
4735
1f8be15d
DL
4736 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
4737
83c9cb8e 4738 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
4739
4740 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
4741
4742 * calculator.el (calculator-number-digits): Fix :type.
4743
0d5184de
DL
4744 * vc-cvs.el (vc-cvs-header): Fix :type.
4745 * vc-rcs.el (vc-rcs-header): Fix :type.
4746 * vc-sccs.el (vc-sccs-header): Fix :type.
4747
4748 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4749
7c6c3d8e
GM
4750 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4751
8c9f73a2
GM
4752 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
4753
457b792c
GM
47542001-01-10 Gerd Moellmann <gerd@gnu.org>
4755
4756 * simple.el (set-variable): Force a thorough redisplay for the
4757 case that the variable has an effect on the display, like
4758 `tab-width' has.
4759
d2622d08
AS
47602001-01-10 Andre Spiegel <spiegel@gnu.org>
4761
4762 * vc.el: Add documentation for backend interface.
4763
ae4b5f4f
KH
47642001-01-10 Kenichi Handa <handa@etl.go.jp>
4765
e0844717
KH
4766 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
4767
ae4b5f4f
KH
4768 * international/mule-conf.el (latin-extra-code-table): Set to t
4769 for \223 and \224.
4770
3184082b
KH
47712001-01-09 Kenichi Handa <handa@etl.go.jp>
4772
4773 * international/mule-cmds.el (locale-language-names): Map "es" to
4774 "Spanish" and "nl" to "Dutch".
4775
732b9cdd
GM
47762001-01-09 Gerd Moellmann <gerd@gnu.org>
4777
1dfca644
GM
4778 * bindings.el (global-map): Bind <home> to beginning-of-line,
4779 <end> to end-of-line, C-<home> to beginning-of-buffer, and
4780 C-<end> to end-of-buffer.
4781
732b9cdd
GM
4782 * language/european.el: Add Dutch and Spanish language info
4783 to be able to use the appropriate tutorials.
4784
47852001-01-09 Alex Schroeder <alex@gnu.org>
4786
4787 * ansi-color.el (ansi-color-process-output): Use markers instead
4788 of positions for start and end of region.
4789 (ansi-color-apply-on-region): Rewrote code to make it more robust.
4790 Previously, occasional mistakes happend when fontifying many
4791 chunks of output (eg. ls --color=yes /dev). This happened
4792 whenever an overlay was created up to the end of the region, which
4793 coincided with the process-mark. New text would then be added
4794 within that overlay instead of after it.
4795 (ansi-color-make-extent): Overlays are created with the property
4796 `modification-hooks' set to '(ansi-color-freeze-overlay).
4797 (ansi-color-freeze-overlay): New function. When inserting text at
4798 the end of the overlay, the overlay will resize.
4799
48002000-01-09 Alex Schroeder <alex@gnu.org>
4801
4802 * ansi-color.el (ansi-color-process-output): Doc change.
4803 (ansi-color-unfontify-region): Doc change. No longer installed
4804 automatically in font-lock-unfontify-region-function.
4805 (ansi-color-apply): Doc change.
4806 (ansi-color-apply-on-region): Use extents or overlays instead of
4807 text-properties.
4808 (ansi-color-make-extent): New function.
4809 (ansi-color-set-extent-face): New function.
4810
48112000-01-09 Alex Schroeder <alex@gnu.org>
4812
4813 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
4814 both use ansi-color-process-output, now.
4815 (ansi-color-process-output): Doesn't return string anymore. It is
4816 installed in comint-output-filter-functions for both Emacs and
4817 XEmacs, now.
4818 (ansi-color-unfontify-region): Simplified code removing variables
4819 pos and start-ansi.
4820 (ansi-color-apply): Put text-property ansi-color before putting
4821 text-property face because ansi-color-unfontify-region is called
4822 immediately after the call to put-text-property.
4823 (ansi-color-context-region): Doc change.
4824 (ansi-color-filter-region): Simplified code.
4825 (ansi-color-apply-on-region): Changed start to start-marker, using
4826 a marker explicitly. Put text-property ansi-color before putting
4827 text-property face because ansi-color-unfontify-region is called
4828 immediately after the call to put-text-property.
4829
48302000-01-09 Alex Schroeder <alex@gnu.org>
4831
4832 * ansi-color.el (ansi-color-faces-vector): Doc change.
4833 (ansi-color-for-comint-mode): Changed :type property to choice.
4834 (ansi-color-last-context): Removed.
4835 (ansi-color-process-output): Don't use ansi-color-last-context, as
4836 the main functions will store their context now.
4837 (ansi-color-context): Doc change.
4838 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
4839 Uses ansi-color-context such that repeated calls will strip
4840 partial escape sequences, too.
4841 (ansi-color-apply): Simplified code. Colorize end of string if
4842 face is not null. Store context in new (FACE STRING) format, such
4843 that repeated calls will strip partial escape sequences, too.
4844 Append faces to face property using ansi-color-apply-sequence such
4845 that cumulative mode actually works.
4846 (ansi-color-context-region): New variable.
4847 (ansi-color-filter-region): Rewrote it based on
4848 ansi-color-apply-on-region. Uses ansi-color-context-region such
4849 that repeated calls will strip partial escape sequences, too.
4850 (ansi-color-apply-on-region): Simplified code. Colorize end of
4851 region if face is not null. Store context in new (FACE POS)
4852 format, such that repeated calls will strip partial escape
4853 sequences, too. Append faces to face property using
83c9cb8e 4854 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
4855 (ansi-color-apply-sequence): New function.
4856 (ansi-color-get-face): When the default face is added to the list
4857 of faces, all previous settings are discarded and the list of
4858 faces is set to '(default).
4859
48602000-01-09 Alex Schroeder <alex@gnu.org>
4861
4862 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
4863 face, such that ansi-color-apply and ansi-color-apply-on-region
4864 will do the right thing.
4865 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
4866 returns nil, set the list of faces back to nil instead of
83c9cb8e 4867 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
4868
48692000-01-09 Alex Schroeder <alex@gnu.org>
4870
4871 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
4872 (ansi-color-process): Doc change.
4873 (ansi-color-last-context): New buffer-local variable.
4874 (ansi-color-process-output): New function. It is automatically
4875 added to comint-output-filter-functions if this is XEmacs.
4876 (ansi-color-unfontify-region): New optional parameter for XEmacs
4877 compatibility. Check wether font-lock-syntactic-keywords is
4878 boundp before removing the syntax table text property, as XEmacs
4879 doesn't have it.
4880 (ansi-color-filter-region): Doc change.
4881 (ansi-color-apply-on-region): Doc change.
4882 (ansi-color-make-face): New function. Compatibility layer for
4883 XEmacs. Return temporary faces instead of cons cells for XEmacs.
4884 (ansi-color-make-color-map): Use ansi-color-make-face.
4885 (ansi-color-get-face): Avoid face text property '(nil) as results
4886 in an errow for XEmacs.
4887
48882000-01-09 Alex Schroeder <alex@gnu.org>
4889
83c9cb8e
SM
4890 * ansi-color.el (ansi-color-unfontify-region): New function.
4891 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
4892 ansi-color. When the package is loaded, a lambda expression is
4893 put onto font-lock-mode-hook. This lambda expression will check
4894 font-lock-unfontify-region-function and replace
83c9cb8e 4895 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
4896 (ansi-color-apply): Add text-property ansi-color in addition to
4897 text-property face.
4898 (ansi-color-apply-on-region): Add text-property ansi-color in
4899 addition to text-property face.
4900 (save-buffer-state): Copy of the macro that is also used by
4901 lazy-lock and font-lock.
4902
4903 (ansi-color-for-comint-mode): New option.
4904 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
4905 (ansi-color-for-comint-mode-off): Ditto.
4906 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
4907 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
4908 decide what to do. This function is added to
4909 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
4910
4911 (ansi-color-for-shell-mode-set): Removed.
4912 (ansi-color-for-shell-mode): Removed.
4913
49142000-01-09 Alex Schroeder <alex@gnu.org>
4915
4916 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
4917 the lambda expression from the ansi-color-for-shell-mode :set
4918 property. Additionally, modify shell-mode-hook to enable or
4919 disable font-lock-mode for future shell buffers.
4920 (ansi-color-for-shell-mode): The :set property calls
4921 ansi-color-for-shell-mode-set instead of a lambda expression.
4922
49232000-01-09 Alex Schroeder <alex@gnu.org>
4924
4925 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
4926 (ansi-color-context): New variable.
4927 (ansi-color-apply): Save context between calls.
4928
fb55ff10
EZ
49292001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
4930
83c9cb8e
SM
4931 * isearch.el (isearch, isearch-lazy-highlight-face):
4932 New definitions for face colors and attributes.
29910493 4933
fb55ff10
EZ
4934 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
4935 of display-mouse-p.
4936
134d6265
KH
49372001-01-09 Kenichi Handa <handa@etl.go.jp>
4938
4939 * international/mule.el (make-coding-system): If the coding system
4940 accepts extra latin codes, register such codes as safe for the
4941 coding system.
4942
103db06c 49432001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 4944
984c9f75
RS
4945 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
4946 don't mention the file name or the date here, because they are
4947 logged at the start of the file.
4948
49492001-01-08 Richard M. Stallman <rms@gnu.org>
4950
78b8eee8
RS
4951 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4952 Change screen-width to frame-width.
4953
1460e5d4
EZ
49542001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4955
4956 * info.el (Info-search): Print the default as part of the prompt.
4957
56f24bc1
AS
49582001-01-08 Andre Spiegel <spiegel@gnu.org>
4959
ca2ddd8e 4960 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
4961 constant implementations in backends.
4962
4963 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
4964 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
4965
4966 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
4967 WRITABLE to EDITABLE.
4968
4969 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
4970 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
4971 to EDITABLE.
4972
b7812d30
EZ
49732001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4974
4975 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 4976 (copyright, copyright-update): Compute the current year at run time.
b7812d30 4977
7e56ea04
GM
49782001-01-08 Gerd Moellmann <gerd@gnu.org>
4979
4980 * isearch.el (isearch-old-signal-hook): Removed.
4981 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
4982 instead of setting signal-hook-function.
4983 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
4984
a758f97d
GM
49852001-01-08 Kevin Gallagher <kevingal@onramp.net>
4986
4987 * emulation/edt.el: Update to version 4.0. Provide support for
4988 EDT scroll margins at top and bottom of the window. Provide an
4989 emulation of the EDT SUBS command (bound to GOLD-Enter, by
4990 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
4991 user when file-related buffer modifications exist.
4992 Provide support for running EDT Emulation in XEmacs.
4993 Provide customize access to some user updatable variables.
4994 Add Commentary section to file header.
4995 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
4996
4997 * emulation/edt-mapper.el: Update to version 4.0. Provide support
4998 for detecting a keypress that generates an ASCII key sequence.
4999 (Previously, only a keypress that generates a vector was
5000 recognized.) Embed Window Manager name into name of the generated
5001 EDT Emulation initialization file since the initialization file is
5002 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 5003
30db89f9
EZ
50042001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
5005
4deb3ba9
EZ
5006 * mail/sendmail.el (mail-mode): Doc fix.
5007
30db89f9
EZ
5008 * info.el (Info-goto-emacs-command-node): Doc fix.
5009 (Info-goto-emacs-key-command-node): Doc fix.
5010
c3f2772b
EZ
50112001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5012
8726e79b 5013 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
5014 systems without long file-name support.
5015
0dac6924
AI
50162001-01-06 Andrew Innes <andrewi@gnu.org>
5017
5018 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5019
4e6ef391
EZ
50202001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5021
380866a2
EZ
5022 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5023 (isearch-lazy-highlight-update): Doc fix.
5024
148b5960
EZ
5025 * ffap.el (ffap-bindings): Doc fix.
5026
4e6ef391
EZ
5027 * dired-x.el (dired-virtual-guess-dir): Doc fix.
5028
4cb1bcc2
DL
50292001-01-05 Dave Love <fx@gnu.org>
5030
5031 * emacs-lisp/cl-seq.el (remove, remq): Remove.
5032
3828218c
GM
50332001-01-05 Gerd Moellmann <gerd@gnu.org>
5034
83c9cb8e
SM
5035 * mouse-drag.el (mouse-drag-safe-scroll):
5036 Bind scroll-preserve-screen-position to nil.
f1ade7d3 5037
1f4139d5
GM
5038 * isearch.el (isearch-old-signal-hook): New variable.
5039 (isearch-mode): Set signal-hook-function to isearch-done.
5040 (isearch-done): Restore old signal-hook-function.
5041
3828218c
GM
5042 * info.el (Info-fontify-node): Mark one more char as intangible.
5043
3970013f
KH
50442000-01-05 Kenichi Handa <handa@etl.go.jp>
5045
83c9cb8e
SM
5046 * composite.el (compose-last-chars): New argument COMPONENTS.
5047 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
5048 COMPONENTS.
5049
5050 * international/quail.el (quail-input-string-to-events): New function.
5051 (quail-input-method): Convert input string to events here.
5052 (quail-start-translation): Return input string, not event list.
5053 (quail-start-conversion): Likewise.
5054
f3b05e99
GM
50552001-01-04 Gerd Moellmann <gerd@gnu.org>
5056
ca2ddd8e 5057 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
5058 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5059 and tooltip-add-timeout.
5060 (tooltip-show): Set border color from faces's foreground.
5061 (tooltip-show-help-function): If called with the same help string
5062 as last time, do nothing.
5063 (tooltip-help-tips): Don't set tooltip-help-message to nil.
5064
0f2ac578
GM
5065 * startup.el (fancy-splash-screens): Don't bind show-help-function
5066 to nil.
5067
f3b05e99
GM
5068 * tooltip.el (tooltip-frame-parameters): Remove colors.
5069 (tooltip): New face
5070 (tooltip-set-param): New function.
5071 (tooltip-show): Set up color frame parameters from face `tooltip'.
5072 Display the tooltip text in face `tooltip'.
5073
8416e94a
DL
50742001-01-04 Dave Love <fx@gnu.org>
5075
5076 * whitespace.el (whitespace-global-mode): Fix typo.
5077
5078 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5079
30db89f9
EZ
50802001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5081
83c9cb8e
SM
5082 * help.el (help-for-help): Fix a typo in a doc string.
5083 From kwzh@gnu.org (Karl Heuer).
30db89f9 5084
b847eb8c
DL
50852001-01-03 Dave Love <fx@gnu.org>
5086
5087 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 5088 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
5089 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5090 (dired-guess-shell-alist-user): Customize.
5091 (dired-x-help-address): Set to bug-gnu-emacs.
5092 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5093 (dired-default-directory): Renamed from default-directory.
5094
5095 * hl-line.el (hl-line): Doc fix.
5096
43c4b570
KF
50972001-01-03 Karl Fogel <kfogel@red-bean.com>
5098
1bf6b1bf 5099 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 5100
984c9f75 51012001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
5102
5103 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5104 to remove all the current alternative-match highlighting.
5105 If nil, remove only what's outside the current window.
5106 (isearch-lazy-highlight-remove-overlays): Take optional
5107 region within which NOT to remove them.
5108 (isearch-lazy-highlight-new-loop): Greatly simplified.
5109 (isearch-lazy-highlight-update): Find all the other occurrences
5110 visible in the window, in just one call.
5111 (isearch-lazy-highlight-start): Now holds start of region to scan.
5112 (isearch-lazy-highlight-end): Now holds end of region to scan.
5113 (isearch-lazy-highlight-wrapped): Variable deleted.
5114 (isearch-lazy-highlight-search): Function deleted.
5115
13d6a61c
AI
51162000-01-02 Andrew Innes <andrewi@gnu.org>
5117
5118 * w32-fns.el (convert-standard-filename): Do length check on name
5119 before aref.
5120
064866e7
DL
51212001-01-02 Dave Love <fx@gnu.org>
5122
b33e041b
DL
5123 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5124 value.
5125 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5126
5127 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5128
8166ffd5
DL
5129 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5130 read syntax.
5131
064866e7
DL
5132 * calendar/todo-mode.el (todo): Add :link, :version.
5133 (todo-save-top-priorities): Remove autoload cookie.
5134 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 5135 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 5136
6dde6abc
GM
51372001-01-02 Gerd Moellmann <gerd@gnu.org>
5138
5139 * comint.el (comint-input-history-ignore): New variable.
5140 (comint-read-input-ring): Ignore entries matching
5141 comint-input-history-ignore.
5142
1a8a9daf
GM
51432001-01-02 Eric M. Ludlam <zappo@gnu.org>
5144
5145 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5146 (lm-copyright-mark): New function.
5147 (lm-crack-copyright): New function.
5148 (lm-verify): Check that the file has a copyright.
5149 Check that the file is copyright Free Software Foundation.
5150
9c92eb53
KH
51512000-12-30 Kenichi Handa <handa@etl.go.jp>
5152
5153 * international/mule-diag.el (print-fontset): Indent font name by
5154 24 columns, not 25.
5155
49172314
GM
51562000-12-29 Gerd Moellmann <gerd@gnu.org>
5157
762a68ec
GM
5158 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5159 in Subject line.
5160
49172314 5161 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
5162 Use mail-mode-hook instead of mail-setup-hook.
5163 Otherwise continuing an interrupted message with C-u C-x m for
5164 instance, winds up in Mail mode without abbrevs.
49172314 5165
bd7a2e26
GM
51662000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5167
5168 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
5169 non-nil. Adding almost all customization variables on ps-setup.
5170 Doc fix.
bd7a2e26
GM
5171 (ps-print-version): New version number (6.3.3).
5172 (ps-end-with-control-d): Initialization fix.
5173 (ps-lines-printed): New var.
5174 (ps-skip-newline): New fun.
5175 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5176 (ps-next-line, ps-continue-line, ps-plot-region)
5177 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 5178
2b3f28a4
KH
51792000-12-29 Kenichi Handa <handa@etl.go.jp>
5180
83c9cb8e
SM
5181 * international/fontset.el (x-complement-fontset-spec):
5182 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
5183 registered in x-font-name-charset-alist.
5184 (create-fontset-from-fontset-spec): Adjusted for the above change.
5185 The name of fontset alias should be a unresolved ASCII font name.
5186
2ece9174
GM
51872000-12-28 Gerd Moellmann <gerd@gnu.org>
5188
5189 * simple.el (delete-key-deletes-forward-mode): Bind backspace
5190 and delete in isearch-mode-map.
5191
cbe3ad7a
RS
51922000-12-28 Richard M. Stallman <rms@gnu.org>
5193
ca2ddd8e 5194 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
5195 Use xpdf instead of acroread.
5196
a816f1c5
KH
51972000-12-28 Kenichi Handa <handa@etl.go.jp>
5198
f086e73c
KH
5199 * textmodes/artist.el (artist-butlast): Deleted.
5200 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 5201 artist-butlast.
f086e73c 5202
a816f1c5
KH
5203 * subr.el (butlast, nbutlast): Moved from cl.el to here.
5204
5205 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5206
b202115b
EZ
52072000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5208
5209 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5210
5211 * ls-lisp.el: Better support for the Mac and MS-Windows.
5212 (ls-lisp): New defgroup.
5213 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 5214 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
5215 (ls-lisp-support-shell-wildcards): New defcustoms.
5216 (ls-lisp-parse-symlink): New function.
5217 (insert-directory): Code to convert switches to a list and set up
5218 the wildcard argument copied from ls-lisp-insert-directory.
5219 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
5220 for -C and -R switches.
5221 (ls-lisp-column-format): New function.
ca2ddd8e 5222 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
5223 (ls-lisp-format-time): Add doc strings.
5224 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5225 Support ls-lisp-dirs-first.
5226 (ls-lisp-classify, ls-lisp-extension): New functions.
5227 (ls-lisp-format): Optionally support emulation of symlinks.
5228 Support -i, -s, and -G switches.
5229
6061fbf0
GM
52302000-12-27 Gerd Moellmann <gerd@gnu.org>
5231
5e25feee
GM
5232 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5233
6061fbf0
GM
5234 * version.el (emacs-version): Print X scroll bar information.
5235
5236 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5237 instead of x-toolkit-scroll-bars-p.
5238
5239 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5240 of x-toolkit-scroll-bars-p.
5241
25050dab
EZ
52422000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5243
83c9cb8e 5244 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
5245 (ffap-bindings): Doc fix, to reflect the above change.
5246
c1786874
KH
52472000-12-27 Kenichi Handa <handa@etl.go.jp>
5248
5249 * term.el (term-char-mode): Define all non-ascii self-inserting
5250 characters to 'term-send-raw in term-raw-map.
5251
7261ece3 52522000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 5253
83c9cb8e 5254 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 5255
83c9cb8e
SM
5256 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5257 Changed initialization; use add-hook.
6061fbf0 5258 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 5259
6061fbf0 5260 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 5261
6061fbf0
GM
5262 * ediff.el (ediff-patch-buffer): Bug fix.
5263 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 5264
83f40583
SM
52652000-12-23 Stefan Monnier <monnier@cs.yale.edu>
5266
5267 * subr.el (combine-run-hooks): Remove.
5268
5269 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5270 and remove the rogue second spec.
5271
bdd6d4e8
GM
52722000-12-23 Gerd Moellmann <gerd@gnu.org>
5273
5274 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5275
26736ce3
SM
52762000-12-22 Stefan Monnier <monnier@cs.yale.edu>
5277
0e86b6b0
SM
5278 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5279 Use minibuffer menu prompt for the `=' prefix.
5280 (smerge-command-prefix): Change default to C-^.
6eabfb26 5281 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 5282
26736ce3
SM
5283 * skeleton.el (skeleton-internal-1): Make sure the first line of
5284 the region is also re-indented.
d21584d6
SM
5285 (skeleton-end-newline): New var.
5286 (skeleton-end-hook): Use it.
26736ce3 5287
95fa4fd7
MB
52882000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5289
5290 * comint.el (comint-password-prompt-regexp): Support CVS.
5291
f060b834
GM
52922000-12-22 Gerd Moellmann <gerd@gnu.org>
5293
83c9cb8e
SM
5294 * simple.el (delete-key-deletes-forward-mode): Simplify.
5295 Also backspace key combinations, depending on
856ff7a7
GM
5296 delete-key-deletes-forward.
5297
5298 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5299
f060b834
GM
5300 * simple.el (delete-key-deletes-forward): Doc fix.
5301
653558a1
GM
53022000-08-22 Emmanuel Briot <briot@gnat.com>
5303
5304 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 5305 white spaces are relevant in the XML file.
653558a1
GM
5306 (xml-parse-file): Do not kill an existing Emacs buffer if the file
5307 to parse was already edited. This allows for on-the-fly analysis
26736ce3 5308 of XML files.
653558a1
GM
5309 (xml-parse-tag): Check that the casing is the same in the start
5310 tag and end tag, since XML is case-sensitive. Allows for spaces
5311 in the end tag, after the name of the tag.
5312 (xml-parse-attlist): Allow for the character '-' in the name of
5313 attributes, as in the standard http-equiv attribute Do not save
26736ce3 5314 the properties in the XML tree, since they are not relevant.
653558a1 5315
3ad93d8d
SM
53162000-12-21 Stefan Monnier <monnier@cs.yale.edu>
5317
5318 * generic.el (generic-read-type): Undo last change, inline into
5319 `generic-mode' and then remove.
5320 (generic-mode): Inline generic-read-type.
5321 (define-generic-mode): Push the symbol name rather than the symbol
5322 onto generic-mode-list.
5323
177f4e88
GM
53242000-12-21 Gerd Moellmann <gerd@gnu.org>
5325
8e15274f
GM
5326 * generic.el (generic-read-type): Build an alist for
5327 completing-read as in 20.7.
5328
5329 * play/landmark.el (lm): Use interactive spec `P'.
5330 (toplevel): Don't set debug-on-error.
5331
83c9cb8e 5332 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 5333
6ba384dc
GM
53342000-12-21 Dave Pearson <davep@davep.org>
5335
5336 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 5337
647a066c
GM
53382000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5339
5340 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5341 ranges like \177-\237, but accepts the character sequence from \177 to
5342 \237. Doc fix.
5343 (ebnf-version): New version (3.4).
5344 (ebnf-setup): Code fix.
5345 (ebnf-range-regexp): New fun.
5346 (ebnf-8-bit-chars): Const fix.
5347
5348 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5349 entry. Doc fix.
5350 (ebnf-bnf-lex): Code fix.
5351 (ebnf-bnf-comment-chars): Const fix.
5352
5353 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5354 entry. Doc fix.
5355 (ebnf-iso-comment-chars): Const fix.
5356
5357 * ebnf-otz.el: Doc fix.
5358
5359 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5360 entry. Doc fix.
5361 (ebnf-yac-skip-code): Code fix.
5362 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 5363
bc22fd18
EZ
53642000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5365
5366 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
5367 (recover-file): Use it instead of insert-directory.
5368 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 5369
587fc3f9
KH
53702000-12-21 Kenichi Handa <handa@etl.go.jp>
5371
83c9cb8e
SM
5372 * international/mule-cmds.el (select-safe-coding-system):
5373 Check coding-category-list more rigidly. Improve help message.
eeefcfde 5374
587fc3f9
KH
5375 * dired.el (dired-move-to-filename-regexp): Fix previous change.
5376
01860fb9
MB
53772000-12-21 Miles Bader <miles@gnu.org>
5378
83c9cb8e 5379 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 5380
3f9d67a6
KH
53812000-12-21 Kenichi Handa <handa@etl.go.jp>
5382
9fd1c1f7
KH
5383 * international/mule-diag.el (describe-char-after): Make *Help*
5384 buffer inherit multibyteness of the current buffer.
5385
3f9d67a6
KH
5386 * international/mule.el (make-char): Docstring adjusted for the
5387 change of make-char-internal.
5388
c9669fac
SM
53892000-12-20 Stefan Monnier <monnier@cs.yale.edu>
5390
5391 * international/iso-cvt.el: Docstrings fix.
5392
19594307
DL
53932000-12-20 Dave Love <fx@gnu.org>
5394
5395 * subr.el (eval-after-load): Doc fix.
5396
b1a447b3
KH
53972000-12-20 Kenichi Handa <handa@etl.go.jp>
5398
5399 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5400 for numbers.
5401
09877d5d
MB
54022000-12-20 Miles Bader <miles@gnu.org>
5403
5404 * international/quail.el (quail-help): Resize the help window
5405 again after it has all its contents. Remove unneeded progn.
5406
71d4497a
GM
54072000-12-19 Gerd Moellmann <gerd@gnu.org>
5408
5409 * pcmpl-linux.el: Fix copy/paste error.
5410
741e56a0
AI
54112000-12-19 Andrew Innes <andrewi@gnu.org>
5412
83c9cb8e 5413 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 5414
cc24d91c
CD
54152000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
5416
ba4c05aa
CD
5417 * progmodes/idlw-rinfo.el: Fixed copyright notice.
5418
5419 * progmodes/idlw-toolbar.el: Fixed copyright notice.
5420
5421 * progmodes/idlw-shell.el: Fixed copyright notice.
5422
5423 * progmodes/idlwave.el: Fixed copyright notice.
5424
71d4497a 5425 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
5426 TAB as key separators.
5427
524c8caf
GM
54282000-12-19 Alex Schroeder <alex@gnu.org>
5429
5430 * sql.el (sql-sybase-options): New option.
5431 (sql-sybase): Use it. Add sql-database to the list of parameters
5432 provided for login. The options -w 2048 -n are not used any more.
5433 (sql-postgres-options): Changed default from "--pset" to "-P".
5434 (sql-mysql-options): Doc change.
5435 (sql-stop): Doc change.
5436
b5fa513d
KH
54372000-12-19 Kenichi Handa <handa@etl.go.jp>
5438
5439 * international/quail.el (quail-input-method): Always hide
5440 the guidance buffer on exiting.
5441
91c9e6ce
GM
54422000-12-18 Gerd Moellmann <gerd@gnu.org>
5443
c6da4eb4
GM
5444 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5445 isn't fboundp.
5446
3d2a0e0b
GM
5447 * server.el (server-buffer-done): Bury the buffer before
5448 killing it.
5449
91c9e6ce
GM
5450 * faces.el (face-spec-set): Interpret a nil in specs for
5451 foreground and background colors as `unspecified', for
5452 compatibility with 20.x.
5453
40fa0008
DL
54542000-12-18 Dave Love <fx@gnu.org>
5455
22adbe54
DL
5456 * simple.el (mail-user-agent): Doc fix.
5457 (input-mode-8-bit): Removed.
5458
5459 * international/mule.el (set-keyboard-coding-system): Doc fix.
5460 (keyboard-coding-system): New option.
5461
40fa0008
DL
5462 * mail/sendmail.el (send-mail-function): Customize.
5463
6f4745e2
EZ
54642000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
5465
5466 * international/codepage.el (cp866-decode-table): New table.
5467
82b90229
GM
54682000-12-18 Gerd Moellmann <gerd@gnu.org>
5469
5470 * version.el (emacs-version): Remove `%a' from the time format
5471 because the weekday doesn't fit well into each locale.
5472
5a047002
MB
54732000-12-18 Miles Bader <miles@gnu.org>
5474
7f49aa07
MB
5475 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5476
ca2ddd8e 5477 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
5478 Check that emacs-major-version is `=' to 20, not `>='.
5479 (artist-replace-chars): Use `make-string' instead of a loop.
5480
22ea2607
EZ
54812000-12-17 Stefan Monnier <monnier@cs.yale.edu>
5482
5483 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5484 (cvs-execute-single-file): Don't change directory.
5485 Patch from Per Cederqvist.
5486
6c825f8e
EZ
54872000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
5488
83c9cb8e
SM
5489 * textmodes/ispell.el (check-ispell-version):
5490 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
5491 of -vv.
5492
8ff06845
KH
54932000-12-16 Kenichi Handa <handa@etl.go.jp>
5494
af4bb4c8
KH
5495 * international/mule-diag.el (mule-diag): Insert information about
5496 configure options, multibyte awareness, language env.
5497
8ff06845
KH
5498 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5499 regexp to search for candidates.
5500
b24e84ab
EZ
55012000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
5502
5503 * info.el (Info-forward-node): If the node has an
5504 Info-header-line, widen the buffer before searching for "next:"
5505 and "up:" pointers, and set the search limit to stay in the
5506 current node.
5507
7981d89f
MB
55082000-12-16 Miles Bader <miles@gnu.org>
5509
5510 * simple.el (delete-trailing-whitespace): Remove extraneous let.
5511
88ee7917
MB
55122000-12-15 Miles Bader <miles@gnu.org>
5513
5514 * comint.el (comint-send-string, comint-send-region): Also accept
5515 a buffer, buffer-name, or nil for PROCESS, for compatibility with
5516 process-send-string/region.
5517
0c28d842
GM
55182000-12-15 Gerd Moellmann <gerd@gnu.org>
5519
4ea7fdca
GM
5520 * isearch.el (isearch-lazy-highlight-max): New user-option.
5521 (isearch-lazy-highlight-update): Don't highlight more than
5522 isearch-lazy-highlight-max matches.
5523
0c28d842
GM
5524 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5525
984c9f75 55262000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 5527
8062e53a
GM
5528 * sort.el (sort-columns): Fix error message.
5529
3ffa545b
GM
5530 * dabbrev.el (dabbrev--last-case-pattern): Value is now
5531 `upcase' or `downcase' or nil.
5532 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5533 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5534 (dabbrev--substitute-expansion): New arg record-case-pattern.
5535 If it is non-nil, set dabbrev--last-case-pattern.
5536 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5537
5538 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5539
c2d7f289
MB
55402000-12-15 Miles Bader <miles@gnu.org>
5541
b6348438
MB
5542 * paths.el (Info-default-directory-list): Don't delete
5543 configure-info-directory from the list of standard info
83c9cb8e 5544 directories when appending it to the end -- their order is important.
b6348438 5545
f9056dd9
MB
5546 * faces.el (read-face-attribute): If there's no entry for the
5547 user's input in VALID, just use it as-is (this will often result
5548 in an error, but it may be OK for e.g. colors using hexadecimal
5549 notation, and at least will yield a better error message).
5550
c2d7f289 5551 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 5552 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
5553 Variables removed.
5554 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5555 window is really the right size. Use vertical-motion
5556 rather than forward-line.
5557 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5558 (ispell-command-loop, ispell-show-choices): Use the variable
5559 ispell-choices-win-default-height, rather than the function.
5560 (ispell-choices-win-default-height): Function removed.
5561 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 5562
8f530b95
SM
55632000-12-14 Stefan Monnier <monnier@cs.yale.edu>
5564
5565 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5566
6d435deb
EZ
55672000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5568
83c9cb8e
SM
5569 * paths.el (Info-default-directory-list):
5570 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
5571 put it first in the list; otherwise put it last. Doc string
5572 changed accordingly.
5573
5574 * info.el (Info-directory-list): Change doc string to reflect the
5575 change in Info-default-directory-list.
5576
6d435deb
EZ
5577 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5578 windows-nt as windowed environments, even under -nw.
5579
5580 * startup.el (command-line): Don't call x-backspace-delete-keys-p
5581 if not fboundp. Switch delete-forward mode for the <delete> key
5582 on all PC platforms, even under -nw.
5583
5584 * term/internal.el ([M-delete]): Remap to M-d.
5585
9d7d9263
GM
55862000-12-14 Gerd Moellmann <gerd@gnu.org>
5587
5588 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5589
7cf0153a
EZ
55902000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5591
5592 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5593
5e5b3d41
GM
55942000-12-14 Gerd Moellmann <gerd@gnu.org>
5595
5f368d29
GM
5596 * startup.el (command-line): Call delete-key-deletes-forward-mode,
5597 if appropriate.
5598
5599 * simple.el (delete-key-deletes-forward): New user-option.
5600 (delete-key-deletes-forward-mode): New function.
5601
9d7d9263 5602 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 5603
83c9cb8e
SM
5604 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5605 Test if symbol is bound before getting its value.
5e5b3d41
GM
5606
5607 * tooltip.el (tooltip-show): If an error is signaled in
5608 x-show-tip, display that error, and display the help in the
5609 echo area.
ca2ddd8e 5610
191b83b6
KH
56112000-12-14 Kenichi Handa <handa@etl.go.jp>
5612
83c9cb8e
SM
5613 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5614 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 5615
6192b604
KF
56162000-12-13 Karl Fogel <kfogel@red-bean.com>
5617
5618 * bookmark.el: Provide a generic exit hook, as suggested by
5619 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
5620 (bookmark-exit-hook): New var.
5621 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
5622 old raw lambda form in `kill-emacs-hook', and runs new
5623 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
5624 as logically that feature must have been provided if this function
5625 is running.
5626 Removed ;;;###autoload before the `add-hook' call.
5627
5edf6b55
SM
56282000-12-13 Stefan Monnier <monnier@cs.yale.edu>
5629
5630 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
5631 (easy-menu-current-active-maps): New function.
5632 (easy-menu-get-map): Use it.
5633 Make a proper menu entry when creating a new keymap.
5634
16b5e8e6
KH
56352000-12-13 Kenichi Handa <handa@etl.go.jp>
5636
d49fc4eb
KH
5637 * international/characters.el: Fix cases and syntaxes for
5638 mule-unicode-0100-24ff.
5639
3b53d876
KH
5640 * dired.el (dired-move-to-filename-regexp): Fixed for the case
5641 that a Japanese character is not appended after day and year.
5642
16b5e8e6
KH
5643 * info.el (Info-suffix-list): Change format for a command that
5644 requires arguments.
5645 (info-insert-file-contents): Adjusted for the above change.
5646
1df1c518
AS
56472000-12-12 Andreas Schwab <schwab@suse.de>
5648
5649 * tar-mode.el (tar-extract): Base the name of the subfile buffer
5650 on the name of the tar buffer. Verify that the existing buffer is
5651 visiting the same subfile.
5652
a7a07b98
DL
56532000-12-12 Dave Love <fx@gnu.org>
5654
5655 * subdirs.el: Add obsolete.
5656
4fdbd809
GM
56572000-12-12 Gerd Moellmann <gerd@gnu.org>
5658
bfdb75ee
GM
5659 * mail/rmailsum.el (rmail-summary-expunge)
5660 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
5661 instead of rmail-confirm-expunge.
5662
4fdbd809
GM
5663 * replace.el (perform-replace): Don't use an empty match adjacent
5664 to a non-empty match when computing the next match before the
5665 replacement is performed.
5666
e9a59cad
GM
56672000-12-12 Milan Zamazal <pdm@freesoft.cz>
5668
5669 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
5670 definition (patch by Stefan Monnier).
5671 (glasses-mode): Use jit-lock instead of `after-change-functions'
5672 (patch by Stefan Monnier).
5673
c2def7a0
MB
56742000-12-12 Miles Bader <miles@gnu.org>
5675
5676 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
5677 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
5678
591b63b4
AC
56792000-12-12 Andrew Choi <akochoi@i-cable.com>
5680
5681 * term/mac-win.el: Remove load for ls-lisp.
5682
a924cf63 5683 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 5684
5ff4ba3d
MB
56852000-12-12 Miles Bader <miles@gnu.org>
5686
5687 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
5688 Respect field end too.
5689 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
5690 (newline-and-indent, reindent-then-newline-and-indent):
5691 Use `delete-horizontal-space'.
5ff4ba3d 5692
d0c679bc
SM
56932000-12-11 Stefan Monnier <monnier@cs.yale.edu>
5694
adf9c994
SM
5695 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
5696 (so as to obey the field property in the minibuffer).
5697
4b0cd42d
SM
5698 * obsolete/c-mode.el: Moved from lisp/progmodes.
5699 * obsolete/auto-show.el: Moved from lisp.
5700 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 5701
89f85863
CD
57022000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
5703
5704 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 5705 changes to list them here.
89f85863 5706
83c9cb8e
SM
5707 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
5708 Too many changes to list them here.
89f85863 5709
83c9cb8e
SM
5710 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
5711 Too many changes to list them here.
89f85863
CD
5712
5713 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
5714
3e0d35ce
GM
57152000-12-11 Gerd Moellmann <gerd@gnu.org>
5716
83c9cb8e 5717 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 5718
ca2ddd8e 5719 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
5720 Comment fix.
5721
3e0d35ce
GM
5722 * hscroll.el: Moved to `obsolete' subdir.
5723
ff904dd6
MB
57242000-12-11 Miles Bader <miles@gnu.org>
5725
5726 * window.el (window-text-height): Function removed (now in C).
5727
fb97d87f
SM
57282000-12-10 Stefan Monnier <monnier@cs.yale.edu>
5729
5730 * log-edit.el (log-edit-parent-buffer): New var.
5731 (log-edit): Set it. Add BUFFER argument.
5732 (log-edit-done): Use char-before.
5733 Don't bother checking validity of vc-comment-ring.
5734 Only bury the buffer if log-edit popped it up.
5735
5736 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
5737 (cvs-mode-diff-help): Remove.
5738 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 5739 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
5740
5741 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
5742 Remove binding for ? now made unnecessary.
5743
7de77417
CD
57442000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
5745
83c9cb8e 5746 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
5747 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
5748
5749 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
5750 when master file is not open.
5751
4efa209f
SM
57522000-12-09 Stefan Monnier <monnier@cs.yale.edu>
5753
5754 * progmodes/ada-stmt.el: Update `maintainer'.
5755
0a8052bd
GM
57562000-12-09 Stephen Gildea <gildea@alum.mit.edu>
5757
5758 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
5759 choices to match documentation string.
5760
a12167c5
MB
57612000-12-09 Miles Bader <miles@gnu.org>
5762
2161605d
MB
5763 * minibuf-eldef.el: New file.
5764
a12167c5
MB
5765 * window.el (fit-window-to-buffer): Don't pass last argument to
5766 pos-visible-in-window-p, now that its meaning is inverted.
5767
9ea8de1b
EZ
57682000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
5769
5770 * image.el (create-image): Doc fix; spotted by Per Cederqvist
5771 <ceder@lysator.liu.se>.
5772
5002ddbb
SM
57732000-12-08 Stefan Monnier <monnier@cs.yale.edu>
5774
b6114d80
SM
5775 * autoinsert.el (auto-insert-alist): Add missing final \n.
5776
ee8d23ee
SM
5777 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
5778 (cvs-menu-map): Remove.
5779 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
5780 (cvs-mode-quit): Turn it back into a plain function.
5781
5002ddbb 5782 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 5783 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
5784
5785 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
5786 file where it's more visible.
5787 (texinfo-filter, texinfo-chapter-level-regexp): New variables
5788 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
5789 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
5790 (texinfo-inside-macro-p): Only catch `scan-error's.
5791 (texinfo-inside-env-p): Make better use of the match info.
5792 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
5793 (texinfo-insert-@end): Slight re-organization.
5794 Also remove useless `looking-at' call.
5795
30cd075d
AI
57962000-12-08 Andrew Innes <andrewi@gnu.org>
5797
5798 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
5799 accessible in -nw mode.
5800
5801 * term/w32-win.el: Remove stuff about selection timeout, which is
5802 irrelevant on Windows. Move clipboard support to w32-fns.el, so
5803 it is accessible in -nw mode.
5804
01b91009
DL
58052000-12-08 Dave Love <fx@gnu.org>
5806
83c9cb8e
SM
5807 * emacs-lisp/lisp-mode.el (lisp-mode):
5808 Set font-lock-keywords-case-fold-search.
01b91009 5809
842b2a94
GM
58102000-12-08 Gerd Moellmann <gerd@gnu.org>
5811
5812 * textmodes/ispell.el (ispell): Doc fix.
5813
f9d5f611
KH
58142000-12-08 Kenichi Handa <handa@etl.go.jp>
5815
5816 * international/quail.el (quail-insert-decode-map): Check the
5817 frame width of a window displaying the current buffer, not that of
5818 the selected frame.
5819 (quail-help): Make sure that the help buffer has window before
5820 inserting text in it.
5821
e04d21aa
SS
58222000-12-07 Sam Steingold <sds@gnu.org>
5823
5824 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
5825 Backquote is used in isearch.el, so autoloading saves nothing.
5826
fc3e23a4
EZ
58272000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
5828
83c9cb8e
SM
5829 * startup.el (normal-top-level-add-subdirs-to-load-path):
5830 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 5831
fc3e23a4
EZ
5832 * dired.el (dired-insert-directory): If file-system-info is
5833 fboundp, call it instead of invoking dired-free-space-program.
5834
796ecd10
GM
58352000-12-07 Gerd Moellmann <gerd@gnu.org>
5836
0f5f7c3e
GM
5837 * server.el (server-visit-files): Push files on file-name-history.
5838
3764ba49
GM
5839 * progmodes/cc-langs.el: Update copyright.
5840
8e7931da
GM
5841 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
5842
ae0d7485 5843 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 5844
796ecd10
GM
5845 * bindings.el (mode-line-mode-menu): Reverse the order
5846 of define-keys so that the menu appears in alphabetical order.
5847
ae0d7485
GM
58482000-12-07 Milan Zamazal <pdm@freesoft.cz>
5849
5850 * progmodes/glasses.el (glasses-mode): Update mode line at the end
5851 of the function.
5852
e2849090
DL
58532000-12-07 Dave Love <fx@gnu.org>
5854
5855 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
5856
5857 * facemenu.el (facemenu-unlisted-faces): Fix value.
5858
5c7f629c
SM
58592000-12-07 Stefan Monnier <monnier@cs.yale.edu>
5860
5861 * font-lock.el (font-lock-default-fontify-region):
5862 Include the terminating \n (off-by-one error).
5863 (font-lock-set-defaults): Use dolist.
5864
5865 * derived.el (define-derived-mode): Don't use combine-run-hooks.
5866
73481ae3
KH
58672000-12-07 Kenichi Handa <handa@etl.go.jp>
5868
83c9cb8e
SM
5869 * international/mule-cmds.el (describe-language-environment):
5870 Fix for the case that an input method title is not string but a list.
ffbaa122 5871
73481ae3
KH
5872 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
5873 of wrong SIZE record.
5874
e2896b22
DL
58752000-12-06 Dave Love <fx@gnu.org>
5876
67292061
DL
5877 * newcomment.el (comment-region, comment-dwim): Doc fix.
5878
5879 * textmodes/texinfo.el: Require tex-mode when compiling.
5880 (texinfo-update-node): Doc fix.
5881 (texinfo-imenu-generic-expression): Add @anchor.
5882 (texinfo-font-lock-keywords): Add @uref.
5883 (texinfo-inside-macro-p): Don't use ignore-errors.
5884 (texinfo-insert-quote): Match more contexts.
5885
e76938e7
DL
5886 * international/mule.el (decode-char, encode-char): Doc fix.
5887 (auto-coding-alist): Customize.
5888
5889 * files.el (load-file): Fix change of 2000-03-12.
5890
e2896b22
DL
5891 * wid-edit.el (widget-text-keymap): Doc fix.
5892
6610f4b2
AI
58932000-12-06 Andrew Innes <andrewi@gnu.org>
5894
5895 * makefile.w32-in (lisp): Set to an absolute directory, namely
5896 $(CURDIR).
5897
9e3366e4
EZ
58982000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5899
5900 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
5901 read generated-autoload-file, and set buffer-file-coding-system to
5902 raw-text-unix after reading the file.
5903
83c9cb8e
SM
5904 * international/mule-conf.el (file-coding-system-alist):
5905 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 5906
d94d636f
GM
59072000-12-06 Gerd Moellmann <gerd@gnu.org>
5908
384333ee
GM
5909 * replace.el (occur): Make line-number-width 1 smaller for the
5910 colon following the line number.
5911
83c9cb8e
SM
5912 * startup.el (fancy-splash-text, command-line-1):
5913 Use `File' for the menu name instead of `Files'.
e04d21aa 5914
d4b72d58
GM
5915 * tmm.el: Update copyright.
5916
d94d636f
GM
5917 * cus-start.el: Add entry for even-window-heights.
5918
6e424019
MB
59192000-12-06 Miles Bader <miles@gnu.org>
5920
5921 * faces.el (frame-set-background-mode): Avoid stomping on
5922 locally modified faces.
5923
e6477b58
KH
59242000-12-06 Kenichi Handa <handa@etl.go.jp>
5925
5926 * international/fontset.el: Correct the font registries for
5927 japanese-jisx0213-1 and japanese-jisx0213-2.
5928
21999ab9
GM
59292000-12-05 Gerd Moellmann <gerd@gnu.org>
5930
57d6e381
GM
5931 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
5932
21999ab9
GM
5933 * iswitchb.el: Update customization commentary.
5934
7422819c
GM
59352000-12-05 Rob Riepel <riepel@Stanford.EDU>
5936
5937 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
5938 (tpu-search-highlight): Fixed comparison of overlay end positions.
5939 (tpu-trim-line-ends): Implemented trimming logic locally.
5940
5941 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 5942 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 5943
73daff18
KH
59442000-12-05 Kenichi Handa <handa@etl.go.jp>
5945
5946 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
5947 to cn-gb.
5948 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
5949
6a4cd002
DL
59502000-12-04 Dave Love <fx@gnu.org>
5951
5952 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
5953
6452929e
GM
59542000-12-04 Gerd Moellmann <gerd@gnu.org>
5955
e04d21aa 5956 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
5957 (rmail-summary-expunge-and-save): Ask for confirmation with
5958 rmail-expunge-confirmed.
5959
5960 * mail/rmail.el (rmail-expunge-confirmed): New function.
5961 (rmail-expunge): Use it.
5962
1790abf4
FP
59632000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
5964
0c68ce6f 5965 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
5966 (etags-recognize-tags-table, find-tag-in-order):
5967 New functionality: interpret file names as tags.
e04d21aa 5968
7a53d8c8
EZ
59692000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
5970
5971 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
5972 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
5973 the first subnode until the bottom of the current node is visible.
7a53d8c8 5974
caa15ef7
GM
59752000-12-04 Gerd Moellmann <gerd@gnu.org>
5976
5977 * format.el (format-decode): Don't change buffer's undo list.
5978
e225faa7
KH
59792000-12-04 Kenichi Handa <handa@etl.go.jp>
5980
5981 * faces.el (face-font-registry-alternatives): Add entries for CJK
5982 fonts. Doc-string adjusted for the actual usage of this data.
5983
5984 * international/fontset.el: Change the font registries for CJK
5985 fonts in the default fontset. Don't append '*' to registries.
5986
8b262a65
SM
59872000-12-03 Stefan Monnier <monnier@cs.yale.edu>
5988
e04d21aa 5989 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
5990 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
5991
5992 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
5993 (derived-mode-p): New function.
5994 (derived-mode-make-docstring): Add `docstring' argument.
5995 Use it if available and complete it if necessary.
5996
33c4460b
AS
59972000-12-03 Andreas Schwab <schwab@suse.de>
5998
5999 * type-break.el (type-break): Don't make parent of itself.
6000
5c9b3fac
MB
60012000-12-03 Miles Bader <miles@gnu.org>
6002
6003 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6004
27ce741e
SM
60052000-12-02 Stefan Monnier <monnier@cs.yale.edu>
6006
07c16ec4
SM
6007 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6008 (tex-main-file, tex-file): Simplify.
6009 (tex-generate-zap-file-name): Use subst-char-in-string.
6010 (tex-strip-dots): Remove.
6011
c19cc275
SM
6012 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6013
27ce741e
SM
6014 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6015 to check if the match succeeded.
6016
285991dc
GM
60172000-12-02 Gerd Moellmann <gerd@gnu.org>
6018
6019 * startup.el (use-fancy-splash-screens-p): New function.
6020 (command-line-1): Use it to determine whether or not to use
6021 a fancy splash screen.
6022
52dca1b2
AS
60232000-12-02 Andreas Schwab <schwab@suse.de>
6024
6025 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6026
d3e7e7cf
EZ
60272000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6028
2dce2360
EZ
6029 * international/mule.el (make-char): Fix last change.
6030
9768eaa7
EZ
6031 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6032 New defcustoms.
6033 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
6034 autoloading tex-mode; instead, do the same manually.
6035 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
6036 with numeric argument. Docstring fix.
6037 (toplevel): Require cl when compiling.
e04d21aa 6038
285991dc 6039 * international/mule.el (make-char): Doc fix.
d3e7e7cf 6040
0dd5e255
JR
60412000-12-02 Jason Rumney <jasonr@gnu.org>
6042
6043 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6044 the Emacs Lisp manual)
6045
fbb87147
EZ
60462000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6047
5cbb3e93
EZ
6048 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6049
fbb87147
EZ
6050 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6051 the Emacs Lisp manual).
6052
1636ca09
GM
60532000-12-02 Gerd Moellmann <gerd@gnu.org>
6054
6055 * simple.el (next-line-add-newlines): Change default to nil.
6056
68875f0e
EZ
60572000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
6058
83c9cb8e
SM
6059 * files.el (revert-buffer, recover-file):
6060 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 6061
fd9ac94c
GM
60622000-12-01 Gerd Moellmann <gerd@gnu.org>
6063
6064 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6065
45450dd5
MB
60662000-12-01 Miles Bader <miles@gnu.org>
6067
6068 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6069
09df8881
KH
60702000-12-01 Kenichi Handa <handa@etl.go.jp>
6071
6072 * international/mule-diag.el (describe-char-after): Fix typo.
6073 (describe-character-set, non-iso-charset-alist): Fix typo.
6074
dea0a87d
MB
60752000-12-01 Miles Bader <miles@gnu.org>
6076
b170205b
MB
6077 * image-file.el (image-file-name-regexp): Automatically add
6078 upper-case variants of each filename extension in
6079 `image-file-name-extensions', since they seem to be common.
6080
e04d21aa 6081 * simple.el (minibuffer-contents)
dea0a87d
MB
6082 (minibuffer-contents-no-properties, delete-minibuffer-contents):
6083 New functions.
6084 * filecache.el (file-cache-directory-name)
6085 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6086
eb04d6cd 60872000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 6088
dea0a87d
MB
6089 * filecache.el (file-cache-minibuffer-complete): Don't try to
6090 delete the minibuffer prompt.
6091
a8a1b05d
DL
60922000-11-30 Dave Love <fx@gnu.org>
6093
6094 * cus-start.el: Fix read-buffer-function type.
6095
693c4692
GM
60962000-11-30 Gerd Moellmann <gerd@gnu.org>
6097
6098 * md5.el: Removed. There's a built-in function, now.
6099
2c0b1898
GM
61002000-11-30 Markus Rost <rost@math.ohio-state.edu>
6101
6102 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6103 as dummy 0-th char of rmail-deleted-vector.
6104
63dfcf4b
EZ
61052000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
6106
6107 * ps-print.el (ps-end-job): Bind case-fold-search only after
6108 switching to ps-spool-buffer.
6109
61102000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6111
6112 * ps-print.el: Line number font customization. PostScript: Lines and
6113 PageCount are initialized on each page. Doc Fix.
6114 (ps-print-version): New version number (6.3.2).
6115 (ps-lpr-switches, ps-font-info-database, ps-font-size)
6116 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6117 (ps-right-header): Customization fix.
6118 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6119 Fix code.
6120 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6121 New vars.
6122
df3aedcf
GM
61232000-11-30 Gerd Moellmann <gerd@gnu.org>
6124
edfb795e
GM
6125 * bs.el: Fix typos and spelling errors.
6126 (bs-appearance) <defgroup>: Renamed from bs-appearence.
6127 (bs-configuration): Doc fix.
e04d21aa 6128
df3aedcf
GM
6129 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
6130
8b8a7f01
GM
61312000-11-30 Rob Riepel <riepel@Stanford.EDU>
6132
6133 * emulation/tpu-edt.el (tpu-version): New version.
6134 (tpu-search-overlay, tpu-replace-overlay): New initial range.
6135 (tpu-original-mode-line): Variable deleted.
6136 (tpu-mark-flag): New initial value.
83c9cb8e
SM
6137 (tpu-set-mode-line): Don't redefine mode-line-format.
6138 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
6139 (tpu-update-mode-line): New mark flag logic.
6140 (tpu-get): Use find-file-wildcards.
6141 (tpu-search-highlight): Move overlay less, reset overlay properly.
6142 (tpu-unselect): Deactivate mark.
6143 (tpu-lm-replace): Reset overlay properly.
6144 (tpu-forward-line): Use forward-visible-line.
6145 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
6146
83c9cb8e 6147 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 6148
c069a9d3
GM
61492000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6150
6151 * cus-edit.el (custom-face-value-create): Always emphasize tag.
6152
b02cd40b
GM
61532000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6154
6155 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6156 and skip whitespace and newlines.
e04d21aa 6157
b7a90344
SM
61582000-11-30 Stefan Monnier <monnier@cs.yale.edu>
6159
6160 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6161
be6bbb55
GM
61622000-11-29 Gerd Moellmann <gerd@gnu.org>
6163
0383ed60
GM
6164 * help.el (describe-function-1): Regexp-quote function name
6165 when used as part of a regexp.
6166
83c9cb8e
SM
6167 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6168 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
6169 (tool-bar-add-item): Likewise, and handle unspecified colors.
6170
6171 * enriched.el (enriched-face-ans): Use face-attribute instead
6172 of face-foreground and face-background.
6173
6174 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 6175 Return nil if attribute is unspecified, for backward compatibility.
c7957947 6176
7423978d
GM
6177 * files.el (auto-mode-alist): Add an entry for antlr-mode.
6178
ef128c78
GM
6179 * play/5x5.el: Remove version info.
6180
a81fc510
GM
6181 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6182
be6bbb55
GM
6183 * frame.el (blink-cursor-mode): Doc fix.
6184
f9396e03
GM
61852000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6186
6187 * antlr-mode.el: New commands to run ANTLR from within Emacs and
6188 to create Makefile rules.
6189 (antlr-tool-command): New user option.
6190 (antlr-ask-about-save): New user option.
6191 (antlr-makefile-specification): New user option.
6192 (antlr-file-formats-alist): New variable.
6193 (antlr-special-file-formats): New variable.
6194 (antlr-unknown-file-formats): New user option.
6195 (antlr-help-unknown-file-text): New variable.
6196 (antlr-help-rules-intro): New variable.
6197 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6198 (antlr-mode-menu): Add entries.
6199 (antlr-file-dependencies): New function.
6200 (antlr-directory-dependencies): New function.
6201 (antlr-superclasses-glibs): New function.
6202 (antlr-run-tool): New command.
6203 (antlr-makefile-insert-variable): New function.
6204 (antlr-insert-makefile-rules): New function.
6205 (antlr-show-makefile-rules): New command.
6206
6207 * antlr-mode.el: More Emacs/XEmacs stuff.
6208 (antlr-no-action-keywords): New constant with value nil.
6209 (antlr-font-lock-keywords-alist): Use it. Old value would break
6210 syntax highlighting in Emacs-21.0.
6211 (antlr-default-directory): Emacs/XEmacs dependend function.
6212 (antlr-read-shell-command): Ditto.
6213 (antlr-with-displaying-help-buffer): Ditto.
6214
62152000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6216
6217 * antlr-mode.el: imenu, parsing and highlighting changes.
6218 (antlr-imenu-create-index-function): Don't create extra submenus
6219 for definitions in different grammar classes. It is not necessary
6220 for the menu and would make command `imenu' awkward to use.
6221 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6222 header actions and more than one.
6223 (antlr-font-lock-tokendef-face): Changed color.
6224 (antlr-font-lock-tokenref-face): Changed color.
6225 (antlr-font-lock-additional-keywords): Also highlight lowercase.
6226 (antlr-mode-syntax-table): New variable.
6227 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6228 (antlr-with-syntax-table): Don't copy syntax table.
6229
62302000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6231
6232 * antlr-mode.el: Minor changes: language setting.
6233 (antlr-language-alist): The value for file option "language" can
6234 be both an identifier and a string.
6235 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6236 (antlr-language-limit-n-regexp): Change accordingly.
6237
62382000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6239
6240 * antlr-mode.el: Minor changes: tabs, hiding.
6241 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6242 (antlr-action-visibility): Also allow value nil to also hide the
6243 braces. Renamed from `antlr-tiny-action-length'.
6244 Suggested by Jay@aol.com.
6245 (antlr-hide-actions): Change accordingly. Hide line if completely
6246 hidden action is on a line of its own.
e04d21aa 6247
6ad948eb
SM
62482000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6249
6250 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6251
6252 * sort.el (sort-columns): Don't concat strings with numbers.
6253
9c6a4107
DL
62542000-11-29 Dave Love <fx@gnu.org>
6255
6256 * cus-edit.el (face): Fix :format.
6257
6258 * mail/feedmail.el: Require smtpmail when compiling.
6259 (mail-do-fcc): Autoload.
6260 (feedmail) <defgroup>: Fix :link.
6261 (feedmail-nuke-body-in-fcc): Fix :type.
6262 (feedmail-send-it): Add autoload cookie.
6263
053b8d35
SM
62642000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6265
6266 * newcomment.el (comment-indent): Save excursion around call to
6267 comment-indent-function.
6268
242c13e8
MB
62692000-11-29 Miles Bader <miles@gnu.org>
6270
6271 * subr.el (member-ignore-case): Return the tail of the list who's
6272 car matches, like `member', not the matching element itself.
6273
8f4b5f28
KH
62742000-11-29 Kenichi Handa <handa@etl.go.jp>
6275
6276 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
6277 should not contain `\n'.
6278
bebe4a2c
GM
62792000-11-28 Gerd Moellmann <gerd@gnu.org>
6280
fd9ac94c 6281 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 6282
ba7e40eb
GM
6283 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6284
75ab0c79
GM
6285 * dired-aux.el (dired-do-create-files): Construct default file
6286 name for dired-mark-read-file-name so that when the user enters
6287 just RET, the target file will end up in the target directory.
6288
bebe4a2c
GM
6289 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6290 local-abbrev-table before changing buffers because it might
6291 have a buffer-local binding.
6292
fa6d1ca8
MB
62932000-11-28 Miles Bader <miles@gnu.org>
6294
6295 * simple.el (delete-horizontal-space): Handle fields more generally.
6296
8d2c2642
GM
62972000-11-28 Gerd Moellmann <gerd@gnu.org>
6298
6299 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6300
8b31236d
DL
63012000-11-28 Dave Love <fx@gnu.org>
6302
3cbd02d2
DL
6303 * progmodes/ps-mode.el (ps-mode): Set comment-start and
6304 comment-start-skip locally.
6305
8b31236d
DL
6306 * progmodes/fortran.el (fortran-mode): Don't set
6307 fortran-comment-line-start-skip. Set comment-start to
6308 fortran-comment-line-start.
6309 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6310 (fortran-comment-line-start-skip): Simplify slightly.
6311
ae4bf56d
GM
63122000-11-28 Gerd Moellmann <gerd@gnu.org>
6313
17ef7534
GM
6314 * play/5x5.el: Remove RCS keyword.
6315
fd9ac94c 6316 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 6317
665b27a6
GM
63182000-11-28 Milan Zamazal <pdm@freesoft.cz>
6319
83c9cb8e
SM
6320 * textmodes/tildify.el (tildify-string-alist):
6321 Add `plain-tex-mode' here.
665b27a6 6322
fe3c2ae3
GM
63232000-11-28 Colin Walters <walters@cis.ohio-state.edu>
6324
6325 * chistory.el (Command-history-setup): Remove extraneous `keymap'
6326 reference.
6327
d970106b
MB
63282000-11-28 Miles Bader <miles@gnu.org>
6329
36b80a0d
MB
6330 * cus-face.el (custom-face-attributes): Add post-filter function
6331 for :box. Make pre-filter function for :box handle all cases.
6332
d970106b
MB
6333 * wid-edit.el (widget-choose): Make sure pop-up window is large
6334 enough to display all the choices, as there's no way to scroll it.
6335
5a2bae6c
KH
63362000-11-28 Kenichi Handa <handa@etl.go.jp>
6337
6338 * international/mule-conf.el: Make the coding system no-conversion
6339 safe for all characters.
6340
9e836e23
DL
63412000-11-27 Dave Love <fx@gnu.org>
6342
8b31236d
DL
6343 * net/ldap.el (ldap) <defgroup>: Add :version.
6344
9e836e23
DL
6345 * tooltip.el (tooltip-use-echo-area): Doc fix.
6346
6347 * cus-start.el <minibuffer-prompt-properties>: Add version.
6348 <read-buffer-function>: Add.
6349
6350 * apropos.el (apropos-print): Add help-echo to active text.
6351
6352 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6353
4a74d071
GM
63542000-11-27 Gerd Moellmann <gerd@gnu.org>
6355
6356 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6357 type, group and version.
6358
76058c27
EZ
63592000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
6360
4a74d071 6361 * select.el (x-get-selection): Docstring fix.
76058c27 6362
fd9ac94c 63632000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 6364
fd9ac94c 6365 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 6366
49060c51
AI
63672000-11-27 Andrew Innes <andrewi@gnu.org>
6368
6369 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6370
6371 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6372
b2a8e429
MB
63732000-11-27 Miles Bader <miles@gnu.org>
6374
6375 * dired.el (dired-get-filename): Return filename verbatim if
6376 LOCALP is `verbatim'.
6377 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6378 `verbatim' so that we don't inadvertently delete a non-existant
6379 directory name.
6380
5ac0366d
KH
63812000-11-27 Kenichi Handa <handa@etl.go.jp>
6382
6383 * international/characters.el: Specify cases and syntaxes for
6384 mule-unicode-0100-24ff.
6385
67f1cf4c
GM
63862000-11-27 Gerd Moellmann <gerd@gnu.org>
6387
6388 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6389 that foreground and/or background colors of the face `tool-bar'
6390 are unspecified.
6391
46c56972
MB
63922000-11-27 Miles Bader <miles@gnu.org>
6393
e04d21aa 6394 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
6395 (widget-field-end): Handle widget field `pseudo-overlays'.
6396 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6397 if it's there instead of in `widget-field-list'.
6398
46c56972 6399 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
6400 (help-make-xrefs): Delete extraneous newlines at the end of the
6401 docstring.
46c56972 6402
640a9cdd
JR
64032000-11-25 Jason Rumney <jasonr@gnu.org>
6404
6405 * startup.el (command-line): Call set-locale-environment after
6406 Window System init file is read, as it can result in a call to
6407 redraw-frame.
6408
0b3f96d4
EZ
64092000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
6410
6411 * simple.el (shell-command): Mention the effect of the prefix
6412 argument in the doc string.
6413
8da6e2a1
MB
64142000-11-25 Miles Bader <miles@gnu.org>
6415
a658d039
MB
6416 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6417
8da6e2a1 6418 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 6419 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 6420
d3416cca
JR
64212000-11-24 Jason Rumney <jasonr@gnu.org>
6422
6423 * international/mule-cmds.el (locale-language-names): Add "jp" as
6424 a non-standard alternative for Japanese.
6425
17e37f53
AS
64262000-11-24 Andre Spiegel <spiegel@gnu.org>
6427
6428 * vc-hooks.el: Require 'cl during compilation.
6429
9aa5f148
GM
64302000-11-24 Gerd Moellmann <gerd@gnu.org>
6431
ba193890
GM
6432 * faces.el (face-set-after-frame-default): Let face attributes
6433 specified for new frames override frame parameters.
6434
9aa5f148
GM
6435 * startup.el (command-line): Fix computation of the source file
6436 for user-init-file when user-init-file is a compiled file.
6437
51a1edab
MB
64382000-11-24 Miles Bader <miles@gnu.org>
6439
e04d21aa 6440 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
6441 (custom-post-filter-face-spec): New functions.
6442 (custom-face-set, custom-face-value-create): Filter the face spec
6443 before and after customization.
6444 (custom-face-set): If VALUE specifies a null face, pass a
6445 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6446 * cus-face.el (custom-face-attributes): Remove SET and GET
6447 functions. Add some IN-FILTER and OUT-FILTER functions in the few
6448 cases they're needed.
6449
1ed74431
MB
6450 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6451 that it's distinguishable from the :off-glyph on dark-background
6452 displays. Set its background color too.
6453
67ee1125
MB
6454 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6455 so that people can easily turn it off.
6456
7d027816 64572000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 6458
7d027816 6459 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 6460
9aa5f148 6461 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 6462
9aa5f148 6463 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 6464
9aa5f148 6465 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 6466 redundant skip-small-frames test.
e04d21aa 6467
9aa5f148 6468 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 6469 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 6470
9aa5f148
GM
6471 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6472 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
6473 (viper-restore-cursor-type,viper-set-insert-cursor-type):
6474 New functions.
e04d21aa 6475
9aa5f148 6476 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 6477
9aa5f148 6478 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 6479
f07fa1b8
KH
64802000-11-24 Kenichi Handa <handa@etl.go.jp>
6481
83c9cb8e
SM
6482 * international/mule-diag.el (list-iso-charset-chars):
6483 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
6484 (list-non-iso-charset-chars): Fix the `while' condition.
6485
ba8299ff
SM
64862000-11-23 Stefan Monnier <monnier@cs.yale.edu>
6487
79372165
SM
6488 * subr.el (add-hook, remove-hook): Don't call make-local-hook
6489 if the variable is make-variable-buffer-local.
6490
83c9cb8e
SM
6491 * progmodes/ada-stmt.el (ada-template-map):
6492 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
6493 (ada-stmt-mode-hook): New function extracted from old code.
6494 Only change the buffer-local side of skeleton-*.
6495 (ada-mode-hook): Use it.
6496
68a887fa
EZ
64972000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6498
6499 * iswitchb.el (iswitchb-minibuf-depth): New variable.
6500 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6501 we expect to be returned by minibuffer-depth once we prompt the
6502 user in the minibuffer.
6503 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6504 as recorded in iswitchb-minibuf-depth, return non-nil.
6505
3b345582
EZ
65062000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6507
6508 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6509 (hscroll-window-maybe): Docstring fix.
6510
595dead2
DL
65112000-11-23 Dave Love <fx@gnu.org>
6512
6513 * rect.el (string-rectangle): Don't test delete-selection-mode.
6514
1e66b27a
GM
65152000-11-23 Gerd Moellmann <gerd@gnu.org>
6516
02790ce2
GM
6517 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6518 is in the tool bar.
6519
1e66b27a 6520 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 6521 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 6522
a4caa65d
SM
65232000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6524
6525 * textmodes/outline.el (outline-flag-region):
6526 Don't bind inhibit-read-only since we don't modify the buffer.
6527 (outline-isearch-open-invisible): Don't jump to overlay-start
6528 since we're trying to unhide text around point.
6529 (outline-discard-overlays): Use dolist.
6530
6531 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6532
03e757c1
GM
65332000-11-22 Gerd Moellmann <gerd@gnu.org>
6534
83c9cb8e 6535 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 6536
1598a961
SM
65372000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6538
6539 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6540 Fix ARG regexp to skip quoted braces.
6541 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6542 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6543 are (correctly) handled separately).
6544 Remove `caption' and `footnote' from `citations': they contain text.
6545 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6546 (latex-skeleton-end-hook): New function.
6547 (latex-mode): Use it.
6548 (tex-start-tex-marker): Remove.
6549 (tex-send-tex-command): Don't set tex-start-tex-marker.
6550 (tex-error-parse-syntax-table): New var.
6551 (tex-compilation-parse-errors): Use it.
6552 Ignore tex-start-tex-marker. Don't bother with marker-position.
6553 (tex-validate-buffer): Don't bother with marker-position.
6554
6555 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 6556 (flyspell-generic-progmode-verify): Use it.
1598a961 6557
eaae8106
SS
65582000-11-22 Sam Steingold <sds@gnu.org>
6559
83c9cb8e 6560 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 6561
eaae8106 6562 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 6563 `ada-remove-trailing-spaces'.
eaae8106 6564 (ada-remove-trailing-spaces): Removed.
e04d21aa 6565
eaae8106 6566 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 6567
1598a961
SM
6568 * textmodes/picture.el (picture-clean): Removed.
6569 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 6570
a41d49e9
GM
65712000-11-22 Gerd Moellmann <gerd@gnu.org>
6572
e053c60f
GM
6573 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6574
a41d49e9
GM
6575 * hi-lock.el (hi-lock-refontify): Don't call non-existent
6576 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 6577 do anything special when jit-lock is active.
a41d49e9
GM
6578 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6579
197615f3
DL
65802000-11-22 Dave Love <fx@gnu.org>
6581
ddbfaa9f
DL
6582 * calendar/todo-mode.el (todo-top-priorities): Use
6583 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6584
ddc3c695
DL
6585 * language/chinese.el, language/cyrillic.el:
6586 * language/devanagari.el, language/ethiopic.el, language/greek.el:
6587 * language/hebrew.el, language/indian.el, language/japanese.el:
6588 * language/korean.el, language/lao.el, language/misc-lang.el:
6589 * language/thai.el, language/tibetan.el, language/vietnamese.el:
6590 Use provide.
6591
fb9fa98d
DL
6592 * cus-edit.el (custom-buffer-create-internal): Save some consing.
6593 (custom-variable-set): Improve validation error mesage.
6594
197615f3
DL
6595 * rect.el (string-rectangle): Revert last change.
6596 (string-rectangle-line): New arg DELETE.
6597 (string-rectangle): Check delete-selection-mode.
6598
6599 * emacs-lisp/edebug.el (edebug-version)
6600 (edebug-maintainer-address): Deleted.
6601 (edebug-submit-bug-report): Just alias to report-emacs-bug.
6602 (edebug-read-function): Account for other `'#' read forms.
6603 (edebug-mode-menus): Make some items toggles.
6604 (edebug-outside-unread-command-event, unread-command-event):
6605 Remove these to avoid warnings.
6606
f4117c4d
GM
66072000-11-22 David Ponce <david@dponce.com>
6608
6609 * recentf.el (recentf-menu-items-for-commands)
6610 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 6611 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 6612
f4117c4d
GM
6613 (recentf-build-dir-rules, recentf-dump-variable)
6614 (recentf-edit-list, recentf-open-files-item)
6615 (recentf-open-files): Replaced unnecessary `mapcar' with new
6616 built-in `mapc'.
eaae8106 6617
f8e2f3f2
MB
66182000-11-23 Miles Bader <miles@gnu.org>
6619
6620 * faces.el (menu): Make inverse-video on ttys too.
6621
4c4a541d
SM
66222000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6623
6624 * simple.el (comment-line-break-function): Use the new name
6625 indent-new-comment-line -> comment-indent-new-line.
6626 (clone-indirect-buffer): Don't ignore NORECORD.
6627 (next-completion): Properly handle the case where items are adjacent.
6628
6629 * mouse.el (popup-menu): Stupid typo.
6630
980d836e
GM
66312000-11-22 Gerd Moellmann <gerd@gnu.org>
6632
60e8e0a5
GM
6633 * emacs-lisp/authors.el: Remove autoload cookies, add author,
6634 maintainer, keywords tags.
6635
980d836e
GM
6636 * rect.el (replace-rectangle): Don't call string-rectangle-line
6637 with too many arguments.
6638
e08b2069
AS
66392000-11-22 Andre Spiegel <spiegel@gnu.org>
6640
60e8e0a5 6641 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 6642 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
6643 vc-locking-user, which no longer exists.
6644
6645 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
6646
c6779d8d
DL
66472000-11-22 Dave Love <fx@gnu.org>
6648
6649 * md5.el (md5): Provide.
6650 (md5): Fix error call.
6651
e672fdce
MB
66522000-11-22 Miles Bader <miles@gnu.org>
6653
eaae8106 6654 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
6655 (refill-fill-paragraph-at): Remove debugging code.
6656
80e24c04
MB
6657 * calendar/calendar.el (generate-calendar-window): When we don't
6658 call `fit-window-to-buffer', make sure the top line is fully visible.
6659
3a17d6cc
MB
6660 * image-file.el (insert-image-file): Don't make `read-only'
6661 property rear-nonsticky.
6662
ae1a21c6
MB
6663 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
6664 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
6665 stashing away its original value.
6666 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
6667 in the recursive edit.
6668 Bind `isearch-original-minibuffer-message-timeout' to protect it.
6669 (isearch-done): Restore `minibuffer-message-timeout'.
6670
e672fdce
MB
6671 * cus-start.el: Remove entry for `mode-line-inverse-video'.
6672
3ea79df8
SM
66732000-11-21 Stefan Monnier <monnier@cs.yale.edu>
6674
6675 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
6676
6677 * find-lisp.el (find-lisp-find-files-internal):
6678 Use dolist, when and file-name-as-directory.
6679
980d836e 6680 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
6681 (define-derived-mode, define-minor-mode): Add specs.
6682
6683 * window.el: General comment and spacing fixes.
6684 (save-selected-window): Use backquotes.
6685 (window-safely-shrinkable-p): New function.
6686 (shrink-window-if-larger-than-buffer): Use it.
6687
6688 * subr.el (make-local-hook): Docstring fix.
6689
6690 * shell.el (shell-mode): Use define-derived-mode.
6691
6692 * newcomment.el (comment-indent): Insert comment before calling
6693 comment-indent-function. Don't insert in column 0.
6694 (comment-dwim): Indent before inserting comment.
6695
6696 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
6697 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
6698 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
6699 Use mapc rather than map.
6700
6701 * files.el (find-buffer-visiting): Compare all attributes before
6702 declaring two files identical (rather than just their inode-no).
6703 (auto-mode-alist): Use \' rather than $.
6704
6705 * which-func.el: Update maintainer line.
6706
6707 * pcvs.el (uniquify-buffer-file-name): Remove advice.
6708 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
6709 (uniquify-buffer-file-name): Use it.
6710
8f62f2b8
MB
67112000-11-22 Miles Bader <miles@gnu.org>
6712
6713 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
6714 * simple.el (minibuffer-avoid-prompt): New function.
6715
fb279a6d
GM
67162000-11-21 Gerd Moellmann <gerd@gnu.org>
6717
6718 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
6719
867092e9
MB
67202000-11-21 Miles Bader <miles@gnu.org>
6721
ef860850
MB
6722 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
6723 inclusion of `track-mouse'.
6724
867092e9
MB
6725 * textmodes/refill.el (refill-ignorable-overlay): New variable.
6726 (refill-adjust-ignorable-overlay): New function.
6727 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
6728 only the paragraph's tail if possible.
6729 Update `refill-ignorable-overlay'.
6730 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
6731
6732 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6733 point inside the fill-prefix.
6734
6735 * textmodes/refill.el (refill-post-command-function): Don't reset
6736 refill-doit in the case where a self-insertion command doesn't
6737 case a refill. Use `refill-fill-paragraph-at', getting position
6738 from `refill-doit'.
6739 (refill-after-change-function): Set `refill-doit' to END.
6740 (refill-fill-paragraph-at): New function, mostly from old
6741 refill-fill-paragraph.
6742 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
6743 (refill-pre-command-function): New function.
6744 (refill-mode): Add it to `pre-command-hook'.
6745
ff9ab414
GM
67462000-11-20 Gerd Moellmann <gerd@gnu.org>
6747
29a01b72
GM
6748 * textmodes/artist.el (artist-mode): Fix autoload cookie.
6749
ff9ab414
GM
6750 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
6751 javadoc tags.
eaae8106 6752
885b211b
AS
67532000-11-20 Andre Spiegel <spiegel@gnu.org>
6754
6755 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
6756 vc.el).
6757
eaae8106 6758 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 6759 require vc.
eaae8106
SS
6760
6761 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 6762 checkouts.
eaae8106 6763
d1838556
DL
67642000-11-20 Dave Love <fx@gnu.org>
6765
6766 * Makefile.in (DONTCOMPILE): Omit bindings.el.
6767
2b69bc11 67682000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 6769
2b69bc11
GM
6770 * calculator.el (calculator-paste): Use `if' instead of `and'
6771 and `or'.
6772 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 6773
b95b34e5
GM
67742000-11-19 Gerd Moellmann <gerd@gnu.org>
6775
030de92f
GM
6776 * info.el (info-menu-5): Doc fix.
6777
b95b34e5
GM
6778 * textmodes/artist.el: New file.
6779
54970452
AS
67802000-11-19 Andre Spiegel <spiegel@gnu.org>
6781
eaae8106 6782 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
6783 and differentiate according to checkout model.
6784 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
6785 since this function is only concerned with master state.
6786
83c9cb8e
SM
6787 * vc-hooks.el (vc-workfile-unchanged-p)
6788 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 6789
83c9cb8e
SM
6790 * vc.el (vc-workfile-unchanged-p)
6791 (vc-default-workfile-unchanged-p): See above.
54970452 6792
e5a9dabf
MB
67932000-11-19 Miles Bader <miles@gnu.org>
6794
6795 * image-file.el (insert-image-file): Make `intangible' and
6796 `read-only' properties rear-nonsticky too.
6797
24127af0
GM
67982000-11-18 Gerd Moellmann <gerd@gnu.org>
6799
d392e9c5 6800 * ps-print.el: Update copyright notice.
eaae8106 6801
d392e9c5
GM
6802 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
6803 (tooltip-show): Use the offsets.
6804
24127af0 6805 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 6806 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
6807 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
6808
2b69bc11 68092000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 6810
2b69bc11
GM
6811 * ps-print.el (toplevel): Test for find-coding-system being
6812 fboundp before calling ps-x-find-coding-system.
08ea6f17 6813
66321b2f
SM
68142000-11-16 Stefan Monnier <monnier@cs.yale.edu>
6815
6816 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
6817 (vc-version-backup-file): Docstring fix.
6818
046110c6
GM
68192000-11-16 Gerd Moellmann <gerd@gnu.org>
6820
4104194e
GM
6821 * files.el (basic-save-buffer): Don't add a newline if
6822 find-file-literally is non-nil.
6823 (find-file-literally): Extend doc string.
6824
046110c6
GM
6825 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
6826 sort(1) with the `-f' argument.
6827
6505c16e
AS
68282000-11-16 Andre Spiegel <spiegel@gnu.org>
6829
fd063975
AS
6830 * vc.el: Updated backend documentation.
6831 (vc-default-check-headers): New function.
6832
3d02dd81 6833 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
6834
6835 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 6836 up-to-date.
eaae8106 6837 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 6838 the minibuffer is not active.
fd063975 6839
eaae8106 6840 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 6841 `vc-cvs-use-edit' is on.
eaae8106
SS
6842 (vc-cvs-checkout): When this is used for reverting the workfile,
6843 make a backup of the original contents and revert to that in case
8791d617 6844 of error.
eaae8106 6845 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 6846 remote repositories.
eaae8106 6847
6505c16e
AS
6848 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
6849 for both version and ratio in the minibuffer.
fd063975 6850
eaae8106 6851 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 6852 Use vc-do-command to perform the annotation, not call-process.
6505c16e 6853
a13f0660
KH
68542000-11-16 Kenichi Handa <handa@etl.go.jp>
6855
6856 * international/quail.el (quail-start-translation): Don't call
6857 `message' before reading key sequence.
6858
1389a414
MB
68592000-11-16 Miles Bader <miles@lsi.nec.co.jp>
6860
6861 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
6862
9256a532
KH
68632000-11-16 Kenichi Handa <handa@etl.go.jp>
6864
6865 * window.el (fit-window-to-buffer): Be sure to acquire at least
6866 one text line even if the buffer is empty.
6867
0e14fe9f
GM
68682000-11-16 Gerd Moellmann <gerd@gnu.org>
6869
eaae8106 6870 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
6871 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
6872 Bind ange-ftp-process-verbose to nil.
0e14fe9f 6873
da645c53
DL
68742000-11-15 Dave Love <fx@gnu.org>
6875
83c9cb8e
SM
6876 * wid-edit.el (widget-specify-field, widget-specify-button):
6877 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
6878 widget-mouse-help.
6879 (widget-mouse-help): New function.
6880 (widget-echo-help): Rewritten for :help-echo functions only taking
6881 a widget arg.
6882
83c9cb8e
SM
6883 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
6884 Use display-graphic-p.
b12057b9
DL
6885 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
6886 and that JPEG is available.
6887 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
6888
da645c53
DL
6889 * international/mule-cmds.el (locale-charset-language-names):
6890 Match @euro.
6891
6d133d1f
GM
68922000-11-15 Gerd Moellmann <gerd@gnu.org>
6893
83c9cb8e
SM
6894 * faces.el (face-set-after-frame-default):
6895 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
6896 default face from X resources.
6897
49ac2ac5
EZ
68982000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
6899
6900 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6901 Don't set EMACSLOADPATH.
6902
4fb0a34c
EZ
69032000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
6904
6905 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
6906 texinfo-insert-@url.
6907 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
6908 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
6909
bb304a7a
SM
69102000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6911
82bc80bf
SM
6912 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
6913 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
6914 (checkdoc-minor-keymap): Backward compatibility.
6915 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
6916 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
6917 (checkdoc-this-string-valid-engine): Be a bit more strict
6918 to avoid matching substrings of `...' quoted vars/funs.
6919 (checkdoc-defun-info): Only look for `interactive' if alone.
6920 (debug-ignored-errors): Add "arg doesn't appear in docstring".
6921
e8c87124
SM
6922 * progmodes/compile.el (grep): `tag-default' can be nil.
6923
bb304a7a
SM
6924 * newcomment.el (comment-indent): Paren typo.
6925
8628686a
DL
69262000-11-14 Dave Love <fx@gnu.org>
6927
25c269ef
DL
6928 * calculator.el: New maintainer version.
6929
66321b2f 6930 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 6931
8628686a
DL
6932 * cmuscheme.el: Doc fixes.
6933 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 6934 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
6935
6936 * xscheme.el (scheme-program-name): Don't define here.
6937
6938 * progmodes/scheme.el (scheme-program-name): New variable
6939 (originally in cmuscheme).
6940
88f0a1eb
MB
69412000-11-14 Miles Bader <miles@gnu.org>
6942
6943 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
6944 Handle header-lines. Don't loop forever if we can't enlarge the
6945 window anymore. Simplify a bit.
6946
cd9a000c
KH
69472000-11-14 Kenichi Handa <handa@etl.go.jp>
6948
6949 * window.el (fit-window-to-buffer): Don't check
6950 window-text-height. Assure that the last line is fully visible.
6951
83c9cb8e
SM
6952 * international/quail.el (quail-show-guidance-buf):
6953 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
6954 buffer.
6955 (quail-update-guidance): Avoid making the guidance buffer shorter.
6956
d3fcda22
SM
69572000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6958
bdbd9606
SM
6959 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
6960 rather than `prepend' and add an interesting comment.
6961 (tex-math-face, tex-font-lock-syntactic-face-function):
6962 New face and function to use it.
6963 (tex-define-common-keys, tex-mode-map): Use menu-item rather
6964 than `menu-enable' symbol property.
6965 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
6966 (tex-mode): Add some latex-mode commands for auto-selection.
6967 Use tex-font-lock-syntactic-face-function.
6968 (tex-insert-quote): Simplify.
6969 (tex-shell): New mode.
6970 (tex-start-shell): Use it.
6971 (tex-shell-proc, tex-shell-buf): New functions.
6972 (tex-send-command): Use it.
6973 (tex-main-file): Fix the meaning of the new arg REALFILE.
6974 (tex-send-tex-command): New function split from `tex-start-tex'.
6975 Set compilation-last-buffer and compilation-parsing-end.
6976
d3fcda22
SM
6977 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
6978 when it follows non-comment text on the line.
6979
6980 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6981 Set font-lock-defaults.
6982 (lisp-mode-shared-map): Init inside the defvar.
6983 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
6984 Use define-derived-mode.
6985
bdab1d43
MB
69862000-11-14 Miles Bader <miles@lsi.nec.co.jp>
6987
6988 * faces.el (header-line): Use `:box nil' for color/gs displays too.
6989
936ae731
GM
69902000-11-14 Gerd Moellmann <gerd@gnu.org>
6991
83c9cb8e
SM
6992 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
6993 Don't recursively optimize body because that can lead to infinite
936ae731
GM
6994 recursion; see comment there.
6995
1695ca2b
EZ
69962000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
6997
6998 * faces.el (face-spec-set-match-display): Revert the change from
6999 2000-10-24. Add a FIXME for after v21.1.
7000
9d348294
MB
70012000-11-13 Miles Bader <miles@gnu.org>
7002
7003 * textmodes/fill.el (skip-line-prefix): New function.
7004 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
7005 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
7006 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7007 point inside the fill-prefix.
9d348294 7008
b85fa13c
MB
70092000-11-13 Miles Bader <miles@lsi.nec.co.jp>
7010
83c9cb8e
SM
7011 * calendar/calendar.el (generate-calendar-window):
7012 Use `fit-window-to-buffer'.
b85fa13c 7013
a0b47716
SM
70142000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7015
7016 * gud.el (gud-minor-mode): New var.
7017 (gud-symbol, gud-val): New functions.
7018 (gud-find-file): Copy gud-minor-mode to the new buffer.
7019 (gud-menu-map): Include entries for commands that are not always
7020 available, using :enable to (de)activate them.
7021 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
7022 (gud-mode-map): New map.
eaae8106 7023 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
7024 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7025 Don't set up gud's menu (it's done by the minor-mode).
7026 (gud-minibuffer-local-map): New.
7027 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7028 (gud-query-cmdline): New function.
7029 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
7030 (gud-mode): Use define-derived-mode.
7031 Don't set up gud's menu (it's done by the minor-mode).
7032 (gud-chop-words): Remove.
7033 (gud-common-init): Use split-string instead.
7034 (gud-new-keymap, gud-make-debug-menu): Eradicate.
7035
7036 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7037 Add keyword arg :name.
7038
7039 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7040 (diff-count-matches, diff-split-hunk): New functions.
7041 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7042
7043 * pcvs-info.el (cvs-fi-conflict-face): New var.
7044
7045 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7046 Make it into a simple syntax-table, shared among all submodes.
7047 (sh-heredoc-face): Re-introduce.
7048 (sh-font-lock-syntactic-face-function): New function.
7049 (sh-mode): Use it. Also use define-derived-mode.
7050 Remove old bogus setting of indent-region-function.
7051 (sh-set-shell): Don't set the syntax-table any more.
7052 (sh-mode-syntax-table) <defun>: Remove.
7053
f5ed37df
MB
70542000-11-12 Miles Bader <miles@gnu.org>
7055
7056 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7057 message if interactive.
7058
0b074c2f
DL
70592000-11-12 Dave Love <fx@gnu.org>
7060
7061 * mail/feedmail.el: Fix header,
7062 (feedmail) <defgroup>: Add :link.
7063
7064 * view.el: Use local-map property, not keymap on mode-line string.
7065
83c9cb8e
SM
7066 * scroll-all.el (scroll-all-mode): Customize variable.
7067 Add autoload cookie to function.
0b074c2f
DL
7068
7069 * lazy-lock.el: Remove compatibility code.
7070
7071 * finder.el (finder-known-keywords): Add `files', remove `vms'.
7072 (finder-help-echo): New variable.
7073 (finder-mouse-face-on-line): Add help-echo stuff.
7074 (finder-list-keywords, finder-list-matches): Use mapc.
7075
7076 * faces.el (face-font-registry-alternatives): Add :version.
7077
7078 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7079 tags-table-list.
7080
a0b47716 7081 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 7082
a0b47716 7083 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
7084 (mail-mode): Use [:alnum:] in some regexps.
7085
6d502396
DL
70862000-11-10 Dave Love <fx@gnu.org>
7087
7088 * ediff.el (ediff-regions-internal, ediff-documentation):
7089 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7090 fundamental mode.
7091
7092 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7093 buffer into fundamental mode.
7094 (ediff-set-difference): Use copy-sequence if available.
7095
83c9cb8e
SM
7096 * ediff-ptch.el (ediff-dispatch-file-patching-job):
7097 Check ediff-patch-map non-nil.
6d502396
DL
7098 (ediff-fixup-patch-map, ediff-fixup-patch-map)
7099 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7100 buffer into fundamental mode.
7101
7102 * ediff-merg.el (state-or-merge): Defvar when compiling.
7103
a82fe213
JR
71042000-11-10 Jason Rumney <jasonr@gnu.org>
7105
7106 * w32-fns.el (w32-add-charset-info): New function.
7107 (w32-charset-info-alist): Use it.
7108
52d89894
GM
71092000-11-10 Gerd Moellmann <gerd@gnu.org>
7110
7111 * faces.el (face-font-registry-alternatives): New user-option.
7112
178932de
SM
71132000-11-10 Stefan Monnier <monnier@cs.yale.edu>
7114
d7fa3319
SM
7115 * textmodes/texinfo.el (texinfo-block-default): New var.
7116 (texinfo-insert-block): Use it. Insert a newline if needed.
7117
178932de
SM
7118 * textmodes/fill.el (fill-indent-according-to-mode): New var.
7119 (fill-region-as-paragraph): Use it.
7120
7121 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7122 (latex-mode): Tweak tex-*-(head|trail)er regexps.
7123 Tweak paragraph regexps to allow a leading [ \t]*.
7124 (tex-latex-block): Insert a newline if necessary.
7125 (latex-insert-item): Only insert a newline if necessary.
7126 (tex-guess-main-file): New function.
7127 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
7128 Set tex-main-file if TeX-master is provided.
7129 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7130
bd02b8e0
GM
71312000-11-10 Gerd Moellmann <gerd@gnu.org>
7132
7133 * startup.el (command-line): Set the default tooltip-mode
7134 to t for graphical displays which implement x-show-tip.
7135
7136 * tooltip.el (tooltip-mode): Add a comment about startup.el
7137 setting the default value of this user-option.
7138
b29b03eb
SM
71392000-11-09 Stefan Monnier <monnier@cs.yale.edu>
7140
7141 * font-lock.el (font-lock-*-face) <defvar>: Move.
7142 (font-lock-defaults-alist): Mark obsolete.
7143 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7144 (font-lock-mode): Use define-minor-mode.
7145 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7146 (font-lock-turn-off-thing-lock): Be more explicit.
7147 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7148 (font-lock-syntactic-face-function): New var.
7149 (font-lock-fontify-syntactically-region): Use it.
7150 (font-lock-doc-face): New.
7151
7152 * pcvs.el (cvs-enabledp): Ignore errors.
7153 (cvs-commit-filelist): Never query.
7154 (cvs-mode-insert): Always add a terminating / in the initial prompt.
7155 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7156 (cvs-do-removal): Use cvs-partition rather than delete-if.
7157 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7158 cvs-bury-buffer.
7159
7160 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7161 Allow `next' to jump to after the end of the last match.
7162
778fbc46
GM
71632000-11-09 Gerd Moellmann <gerd@gnu.org>
7164
730c746c
GM
7165 * simple.el (byte-compiling-files-p): New function.
7166
7167 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7168 if it is there.
7169
7170 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7171 nil again.
7172
778fbc46
GM
7173 * textmodes/ispell.el (ispell-library-path): Don't call
7174 check-ispell-version when byte-compiling because that starts
7175 an ispell process, and ispell might not be installed.
7176 (toplevel): Don't set up a menu when byte-compiling.
7177
7178 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7179 it, so that a boundp test can be used to determine if we're
7180 currently byte-compiling.
7181
5912c5bb
DL
71822000-11-09 Dave Love <fx@gnu.org>
7183
83c9cb8e 7184 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 7185
7bb054a5
GM
71862000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7187
83c9cb8e
SM
7188 * ps-print.el: Patch for variable initialization when spooling.
7189 Doc fix.
7bb054a5
GM
7190 (ps-output-list): Fun eliminated.
7191 (ps-begin-file, ps-begin-job): Code fix.
7192
9db2706e
DL
71932000-11-08 Dave Love <fx@gnu.org>
7194
83c9cb8e 7195 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 7196
f7eb32aa
GM
71972000-11-08 Gerd Moellmann <gerd@gnu.org>
7198
7199 * simple.el (shell-command, display-message-or-buffer)
7200 (shell-command-on-region): Mention resize-mini-windows in the doc
7201 string.
7202 (display-message-or-buffer): Take the value of resize-mini-windows
7203 into account.
7204
7b01b08c
GM
72052000-11-07 Gerd Moellmann <gerd@gnu.org>
7206
acad3c0b
GM
7207 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7208
7b01b08c
GM
7209 * dired.el (dired-between-files): Add `^. find' as an alternative
7210 to the regular expression, for find-dired.
7211
6f602bd0
SM
72122000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7213
7214 * textmodes/texnfo-upd.el: Require texinfo.
7215 (defmacro, defgroup): Remove.
7216 (texinfo-section-to-generic-alist): Remove.
7217 Use texinfo-section-list instead (i.e. level is changed string->int).
7218 (texinfo-filter): New function.
7219 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7220 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7221 Use it. And use regexp-opt.
7222 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7223 (texinfo-update-menu-region-beginning)
7224 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7225 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7226 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 7227 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
7228 (texinfo-sequential-node-update): Remove autoload cookie.
7229
7230 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7231 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7232 (texinfo-chapter-level-regexp): Remove.
7233 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7234
bb216218
DL
72352000-11-06 Dave Love <fx@gnu.org>
7236
6f602bd0 7237 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 7238
6f602bd0
SM
7239 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7240 Match defun*.
bb216218 7241
ff8dd5d5
KH
72422000-11-06 Kenichi Handa <handa@etl.go.jp>
7243
7244 * composite.el (composition-function-table): Variable declaration
7245 moved to src/composite.c.
7246 (compose-chars-after): New optional arg object.
7247
e9da51a1
GM
72482000-11-06 Gerd Moellmann <gerd@gnu.org>
7249
e0c12c68
GM
7250 * bindings.el (mode-line-toggle-read-only)
7251 (mode-line-toggle-modified, mode-line-widen)
7252 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7253 (make-mode-line-mouse2-map): Rewritten.
7254 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7255 functions so that C-h k can show something with a doc string.
eaae8106 7256
e9da51a1
GM
7257 * startup.el (fancy-splash-delay): Set to 10 seconds.
7258 (fancy-splash-max-time): New user-option.
7259 (fancy-splash-stop-time): New variable.
7260 (fancy-splash-screens): Set it. Catch `stop-splashing'.
7261 (fancy-splash-screens-1): Throw `stop-splashing' when current
7262 time is greater than fancy-splash-stop-time.
7263
611dbdf0
SM
72642000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7265
4d2806e2
SM
7266 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7267
611dbdf0
SM
7268 * pcvs.el (cvs-mode-marked): New arg `noquery'.
7269 Prompt user for a file rather than raising an error.
7270 (cvs-enabledp): Fix call to cvs-mode-marked.
7271 (cvs-insert-file): New function (extracted from cvs-mode-insert).
7272 (cvs-mode-insert): Use it. Change the init prompt' value.
7273 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7274
7275 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7276 Don't pass default arg to ewoc-locate.
7277 (ewoc-collect): Return result in the right order.
7278
7279 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7280
7281 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7282 (cvs-status-get-tags): Fix regexp.
7283 (cvs-status-trees, cvs-status-cvstrees):
7284 Combine after change hooks and don't sit-for.
4d2806e2
SM
7285 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7286 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
7287 Use make-char rather than hard-coded cryptic data.
7288 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7289
7290 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7291
7292 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7293 (cvs-insert-strings): New function.
7294
937b2877
MB
72952000-11-06 Miles Bader <miles@lsi.nec.co.jp>
7296
7297 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7298 `mwheel-scroll-amount'.
7299 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7300 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7301 string-matching against the version string.
7302
c6c97763
KH
73032000-11-06 Kenichi Handa <handa@etl.go.jp>
7304
6eaec747
KH
7305 * language/thai.el ("Thai"): Set a lisp form that produces
7306 composed string in `sample-text' language info.
7307
7308 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7309 composed string in `sample-text' language info.
7310
83c9cb8e
SM
7311 * international/mule-cmds.el (describe-language-environment):
7312 Eval `sample-text' data and insert the result.
6eaec747 7313
c6c97763
KH
7314 * international/mule-conf.el (compound-text): Define this coding
7315 system here. Make x-ctext and ctext aliases of it.
7316
7317 * language/european.el (compound-text, ctext): Moved to
7318 international/mule-conf.el.
7319
d1145f85
AI
73202000-11-05 Andrew Innes <andrewi@gnu.org>
7321
7322 * w32-fns.el (w32-version): New function.
7323
178a6a45
SM
73242000-11-05 Stefan Monnier <monnier@cs.yale.edu>
7325
7326 * progmodes/awk-mode.el: Update copyright.
7327 (awk-mode-abbrev-table): Remove.
7328 (awk-font-lock-keywords): Use regexp-opt.
7329 (awk-mode): Use define-derived-mode.
7330
7331 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7332 when extracting a suffix.
7333
1ba90166
AS
73342000-11-04 Andre Spiegel <spiegel@gnu.org>
7335
7336 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
7337 auto-save-mode.
7338
546790cb
JR
73392000-11-04 Jason Rumney <jasonr@gnu.org>
7340
7341 * language/european.el (decode-mac-roman): Test against r1 not r0.
7342
d247e32d
SM
73432000-11-03 Stefan Monnier <monnier@cs.yale.edu>
7344
fbf44f44
SM
7345 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7346 (icon-mode): Define indent-line-function.
7347 (icon-comment-indent): Simplify.
7348 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7349
7350 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7351
7352 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7353 Bind change-log-default-mode to defeat the caching done on it.
7354 Don't bother saving excursion any more.
7355
7356 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7357
7358 * frame.el (after-setting-font-hook): Rename hooks -> hook.
7359 (set-frame-font): Use the new name (and the old for compatibility).
7360
eaae8106
SS
7361 * toolbar/tool-bar.el (tool-bar-mode):
7362 * time.el (display-time-mode):
7363 * recentf.el (recentf-mode):
7364 * paren.el (show-paren-mode):
7365 * mwheel.el (mouse-wheel-mode):
7366 * msb.el (msb-mode):
7367 * jka-compr.el (auto-compression-mode):
7368 * image-file.el (auto-image-file-mode):
7369 * hl-line.el (hl-line-mode):
7370 * delsel.el (delete-selection-mode):
7371 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
7372 * complete.el (partial-completion-mode): Drop unneeded positional args.
7373
eaae8106 7374 * info.el (Info-mode):
79372165 7375 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 7376
d247e32d
SM
7377 * log-edit.el (log-edit-menu): New menu.
7378
4921558e
MB
73792000-11-03 Miles Bader <miles@gnu.org>
7380
7381 * wid-edit.el (widget-end-of-line): Reinstate, with a new
7382 definition, so that trailing spaces are handled properly.
7383 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7384
1fc02b3c
GM
73852000-11-03 Gerd Moellmann <gerd@gnu.org>
7386
7387 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7388 tab character.
7389 (fancy-splash-screens): Set tab-width to 20.
7390
51d001f7
DL
73912000-11-03 Dave Love <fx@gnu.org>
7392
7393 * comint.el (comint-completion-addsuffix): Fix custom type.
7394
ba22aeff
SM
73952000-11-02 Stefan Monnier <monnier@cs.yale.edu>
7396
7397 * font-lock.el (font-lock-buffers): Remove.
7398 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7399 (font-lock-change-major-mode): Remove.
7400 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7401 (font-lock-default-fontify-region): Extend the multiline
7402 fontification to whole lines.
7403 (font-lock-fontify-anchored-keywords)
7404 (font-lock-fontify-keywords-region): If matching just one
7405 line (with \n) only mark the \n as multiline.
7406
7407 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7408 Correctly handle the case where several :group args are supplied.
7409 Allow :extra-args.
7410 (easy-mmode-define-global-mode): Allow :extra-args.
7411 Correctly handle the case where several :group args are supplied.
7412
9c887ada
MB
74132000-11-02 Miles Bader <miles@gnu.org>
7414
eaae8106 7415 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
7416 (holiday-face): Remove dependency on `window-system'.
7417
7f25090d
KR
74182000-11-02 Ken Raeburn <raeburn@gnu.org>
7419
7420 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 7421 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 7422 (compile-files): Bomb out if compilation of a file fails.
7f25090d 7423
7dd6009c
DL
74242000-11-02 Dave Love <fx@gnu.org>
7425
7426 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7427
94821e4f
EZ
74282000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
7429
7430 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7431 punctuation in the warning inserted into the *mail* buffer.
7432
1ac3fc42
GM
74332000-11-02 Gerd Moellmann <gerd@gnu.org>
7434
57731876
GM
7435 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7436 (authors-public-domain-p): New function.
7437 (authors-print): Use it.
7438
975f82c9
GM
7439 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7440
1ac3fc42
GM
7441 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7442
4b3eb10f
GM
74432000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7444
975f82c9 7445 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
7446 (ps-print-version): New version number (6.3.1).
7447 (ps-even-or-odd-pages): Customization fix.
7448 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7449 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7450 (ps-page-count): Var replaced by `ps-page-column'.
7451 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7452 (ps-print-sheet-p): New fun.
7453
7da794df
MB
74542000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7455
7456 * tooltip.el (tooltip-gud-tips-setup): New function.
7457 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7458 (tooltip-mode): Call tooltip-gud-tips-setup.
7459 (tooltip-gud-tips): Use `gud-basic-call' instead of
7460 process-send-string, so the prompt gets frobbed appropriately.
7461 Handle nil return value from `tooltip-gud-print-command'.
7462
0e40b809
EL
74632000-11-01 Eric M. Ludlam <zappo@ultranet.com>
7464
7465 * comint.el (comint-add-to-input-history): New function.
7466 (comint-send-input): Use `comint-add-to-input-history'.
7467
50ada0db
MB
74682000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7469
973a3104
MB
7470 * info.el (info-menu-header): New face.
7471 (Info-fontify-menu-headers): New function.
7472 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7473
50ada0db
MB
7474 * info.el (Info-insert-dir): Don't include blank lines at
7475 beginning of additional dir files (one is added automatically).
7476
bff53411
SM
74772000-11-01 Stefan Monnier <monnier@cs.yale.edu>
7478
7479 * emacs-lisp/easy-mmode.el (define-minor-mode):
7480 Revert the latest changes.
7481 Allow the three positional arguments to be skipped and replaced
7482 by keyword arguments.
7483 Add a :toggle argument to determine whether a nil arg means toggle
7484 or means turn-on. The default is unchanged.
7485 Add a call to force-mode-line-update.
7486
6b8a0b2d
DL
74872000-11-01 Dave Love <fx@gnu.org>
7488
83c9cb8e 7489 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 7490
5bf99100
MB
74912000-11-01 Miles Bader <miles@lsi.nec.co.jp>
7492
83c9cb8e
SM
7493 * calendar/calendar.el (diary-face, holiday-face):
7494 Add dark-background variants.
5bf99100 7495
a4032611
SS
74962000-10-31 Sam Steingold <sds@gnu.org>
7497
7498 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7499 `tex-main-file' does not have directory in it.
7500
c286608e
SM
75012000-10-31 Stefan Monnier <monnier@cs.yale.edu>
7502
7503 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7504
4836835a
TTN
75052000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
7506
7507 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7508 functional change.
7509
26dcb81b
GM
75102000-10-31 Gerd Moellmann <gerd@gnu.org>
7511
7512 * files.el (find-file-noselect): When we expand a wildcard, return
7513 a list of buffers, as we should do according to the doc string.
7514
49fc4500
KR
75152000-10-31 Ken Raeburn <raeburn@gnu.org>
7516
7517 * loadup.el (top level): Adjust load path if program name is
7518 "../src/bootstrap-emacs", in case it's not dumped and thus the
7519 load path adjustment hasn't already been done.
7520
ea0c615d
GM
75212000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7522
83c9cb8e
SM
7523 * ps-print.el: Fix bug on selected pages for printing.
7524 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
7525 is on. Try to avoid warning messages when compiling. Doc Fix.
7526 (ps-print-version): New version number (6.3).
7527 (ps-color-device): Use `color-values' to determine if device
7528 supports color.
7529 (ps-color-values): Try to use `x-color-values' when using XEmacs.
7530 (ps-print-page-p): Changed from defsubst to defun.
7531 (ps-page-number): Changed from defmacro to defun.
7532 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7533 printing.
c286608e 7534 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
7535 (ps-end-file, ps-dummy-page): Funs eliminated.
7536 (ps-print-color-scale): Changed default value.
7537 (ps-page-n-up, ps-print-page-p): New internal vars.
7538 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7539 (ps-plot-region, ps-generate, ps-end-job): Code fix.
7540
9e20722f
GM
7541 * delim-col.el: Little programming improvement.
7542 (delimit-columns-str): New macro.
7543 (delimit-columns-region, delimit-columns-rectangle): Code fix.
7544
d7a0fd00
KH
75452000-10-31 Kenichi Handa <handa@etl.go.jp>
7546
c286608e
SM
7547 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7548 Moved to european.el.
d7a0fd00
KH
7549 (ccl-encode-mac-roman-font, fontset-mac): Modified for
7550 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
7551 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7552 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 7553
234be340
DL
75542000-10-30 Dave Love <fx@gnu.org>
7555
7556 * progmodes/cc-menus.el (imenu-generic-expression)
7557 (imenu-progress-message): Only defvar when compiling.
7558
4edc4a39
DL
7559 * emacs-lisp/elp.el (elp-unload-hook): New function.
7560
7561 * loadhist.el (unload-feature): Call elp-restore-function,
7562 checking for symbols; don't use elp-restore-all.
7563 (loadhist-hook-functions): Doc fix.
7564
70c825df
SM
75652000-10-30 Stefan Monnier <monnier@cs.yale.edu>
7566
7567 * log-edit.el (log-edit-confirm): Fix the default.
7568
1d3baf74
GM
75692000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7570
7571 * delim-col.el: Little fix: replace delimit-columns-align-columns by
7572 delimit-columns-format.
7573 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 7574
1ec321a7
MB
75752000-10-30 Miles Bader <miles@lsi.nec.co.jp>
7576
7577 * comint.el (comint-replace-by-expanded-history): Don't use
7578 comint-get-old-input (we're not looking at *old* input).
7579 (comint-get-old-input-default): If using fields, signal an error
7580 when the point is not in an input field.
7581
70737ea9
KH
75822000-10-30 Kenichi Handa <handa@etl.go.jp>
7583
7584 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7585 and mule-unicode-e000-ffff.
7586
fa0cb51d 7587 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
7588 (make-coding-system): Accept a symbol of translation table as a
7589 value of property `safe-chars'.
7590
7591 * international/mule-cmds.el (encode-coding-char): Check property
7592 safe-chars instead of safe-charsets.
7593
7594 * international/fontset.el (fontset-default): Modified for
7595 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7596 (x-font-name-charset-alist): Likewise.
7597 (ccl-encode-unicode-font): New CCL program. Record it in
7598 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
7599
70c825df
SM
7600 * language/european.el (mac-roman-decoder, mac-roman-encoder):
7601 New translation tables.
70737ea9
KH
7602 (decode-mac-roman, encode-mac-roman): Definition of these CCL
7603 programs are modified and moved from mac-win.el.
7604 (mac-roman): Definition of this coding system is modified and
7605 moved from mac-win.el.
4836835a 7606
fda2ce24 76072000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 7608
1d3baf74 7609 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 7610 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 7611
dd4d3cb6
MB
76122000-10-29 Miles Bader <miles@gnu.org>
7613
7614 * custom.el (custom-add-to-group): Allow multiple entries for a
7615 given value OPTION, as long as their widget types are different.
7616 * cus-edit.el (custom-face-value-create): If face name doesn't end
7617 with "face", add such here (similar to custom group widgets).
7618
7619 * comint.el (comint-highlight-prompt): Add :type.
7620
dace60cf
JW
76212000-10-28 John Wiegley <johnw@gnu.org>
7622
dace60cf
JW
7623 * calendar/timeclock.el (timeclock-log): Doc fix.
7624 (timeclock-last-event): Doc fix.
83c9cb8e 7625 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
7626 (timeclock-find-discrep): Use a temp buffer to read in the
7627 timelog, instead of visiting the file.
7628 (timeclock-log-data): A new function, along with a host of helper
7629 functions, for the purpose of making timelog data accessible to
7630 programmers.
7631
7632 * eshell/esh-mode.el (window-height test): Make certain that
7633 `eshell-stringify-t' is non-nil.
7634 (eshell-password-prompt-regexp): Changed to a much simpler
7635 password regexp.
7636 (eshell-send-input): If `eshell-invoke-directly' returns t,
7637 directly invoke the parsed command using `eval'. This improves
7638 turn-around time on simple commands by a factor of three or
7639 greater, such as cd, ls, pwd, etc. -- which get used very often.
7640 It also conserves thousands of cons cells per call (since
7641 `eshell-do-eval' consumes memory like a Cookie Monster set loose
7642 in the Pacific Cookie Company).
7643
7644 * eshell/esh-test.el (eshell-test): Whitespace fix.
7645
83c9cb8e
SM
7646 * eshell/em-ls.el (eshell-ls-insert-directory):
7647 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
7648
7649 * eshell/em-script.el (eshell-script-initialize): Add names to
7650 `eshell-complex-commands, since `source' and `.' are complex.
7651
0467b076
EZ
7652 * eshell/esh-cmd.el (eshell-rewrite-for-command)
7653 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
7654 `eshell-copy-handles'.
7655 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
7656 bodies.
7657 (eshell-separate-commands): Whitespace fix.
7658 (eshell-complex-commands): Added a new list of names, for
7659 determining whether a given command is as simple as it looks.
7660 (eshell-invoke-directly): New function. Returns t if a command
7661 should be invoked directly (using `eval'), rather than indirectly
7662 using `eshell-do-eval'.
7663 (eshell-do-eval): Whitespace fix.
7664
7665 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
7666 which provides an emulation of the DOS shell behavior of assuming
7667 that cp/mv/ln should copy/move/link to the current directory.
7668 (eshell-remove-entries): Added a doc string.
7669 (eshell-shuffle-files): Removed the check for `target' being null.
7670 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
7671 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
7672 it to do a smarter check of whether a destination was provided.
7673 (eshell/mv, eshell/cp): Enable `:preserve-args'.
7674 (eshell/ln): Enable `:preserve-args', and use
7675 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
7676 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
7677 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
7678 list after flattening it. This makes it possible to cat files
7679 with numerical names.
7680 (eshell-unix-initialize): Added several names to
7681 `eshell-complex-commands.
7682 (eshell-unix-command-complex-p): Return t if a given command name
7683 may result in external processes being invoked.
7684
7685 * eshell/em-glob.el (eshell-glob-show-progress): Make this
7686 variable nil by default, since it slows down glob processing by a
7687 factor of two or more, and increases memory consumption.
7688
7689 * eshell/em-smart.el: Added a note about how memory consumptive
7690 smart display mode can be (at least this is true in Emacs 21).
7691 (eshell-smart-initialize): Whitespace fix.
7692 (eshell-refresh-windows): Use `if' instead of `when'.
7693 (eshell-smart-scroll-window): Calling `save-current-buffer' was
7694 not necessary.
83c9cb8e 7695 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
7696
7697 * eshell/em-ls.el (eshell-do-ls): Code simplification.
7698 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
7699 Whitespace fix.
7700 (eshell-ls-exclude-hidden): Added this variable in addition to
7701 `eshell-ls-exclude-regexp'. This one prevents files beginning
7702 with . from even being read, which can improve memory consumption
7703 quite a bit.
7704 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
7705 read file entries beginning with a dot. In home directories with
7706 lots of hidden files, fully two-thirds of the time spent in ls is
7707 used to read directory entries that are immediately thrown away.
7708 (eshell-ls-initial-args): Added back this configuration variable,
7709 for specifying default initial arguments to every call to ls.
7710 Much faster than using an alias to do the same thing.
7711 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
7712 (eshell-ls-dir): Whitespace change.
7713
7714 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
7715
83c9cb8e 7716 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
7717 (eshell-stringify-t): Added a customization variable, to indicate
7718 whether `t' should be rendered as a string at all. If not, one
7719 can still determine if the result of an expression is true using
7720 "file-exists-p FILE && echo true".
7721 (eshell-stringify): If `eshell-stringify-t' is nil, don't
7722 stringify t!
7723
7724 * eshell/esh-module.el: Whitespace fix.
7725
83c9cb8e
SM
7726 * eshell/em-alias.el (eshell-alias-initialize):
7727 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
7728 (eshell-command-aliased-p): New function that returns t if a
7729 command name names an aliased.
7730
657f9cb8 77312000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 7732
0467b076 7733 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 7734 redrawing the screen when changing cursor color.
0467b076
EZ
7735 (viper-insert-state-pre-command-sentinel)
7736 (viper-replace-state-pre-command-sentinel)
70c825df
SM
7737 (viper-replace-state-post-command-sentinel):
7738 Use viper-preserve-cursor-color.
657f9cb8
MK
7739 Many functions changed to use viper= instead of = when comparing
7740 characters.
0467b076 7741 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 7742 working with characters.
0467b076 7743 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
7744 Many functions changed to use viper= instead of = when comparing
7745 characters.
0467b076 7746 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 7747
0467b076 7748 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 7749 Several typos fixed in various docstrings.
0467b076 7750 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 7751 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
7752 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
7753 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
7754 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
7755 (ediff-get-selected-buffers): New function.
7756 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
7757 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
7758 Use save-window-excursion.
0467b076 7759 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 7760 termination check in while loop.
0467b076 7761 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 7762 dired buffer.
0467b076
EZ
7763 (ediff-files,ediff-merge-files,ediff-files3)
7764 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 7765
4f490d99
DL
77662000-10-28 Dave Love <fx@gnu.org>
7767
7768 * info.el (Info-fontify-node): Add help-echo for menu items.
7769
45b84006
EZ
77702000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7771
5ebc02b3
EZ
7772 * startup.el (normal-top-level): If the value of $TERM indicates
7773 we are running from xterm or one of its work-alikes, default to a
7774 light background mode.
7775
45b84006
EZ
7776 Support for -fg, -bg, and -rv command-line arguments for TTYs:
7777 * faces.el (tty-handle-reverse-video): New function.
7778 (tty-create-frame-with-faces): Call it.
7779
7780 * frame.el (frame-notice-user-settings): Don't apply
7781 default-frame-alist and initial-frame-alist to MS-DOS frames.
7782 Call tty-handle-reverse-video, frame-set-background-mode, and
7783 face-set-after-frame-default for non-MS-DOS frames.
7784
7785 * startup.el (tty-long-option-alist): New variable.
7786 (tty-handle-args): New function.
7787 (command-line): Call tty-handle-args.
7788
7789 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
7790 startup.el now does that for all character-terminal frames.
7791
eab6e8b9
MB
77922000-10-28 Miles Bader <miles@gnu.org>
7793
83c9cb8e
SM
7794 * emacs-lisp/easy-mmode.el (define-minor-mode):
7795 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
7796 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 7797 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
7798 version using `easy-mmode-define-global-mode'.
7799 Add :conditional-turn-on keyword argument.
eab6e8b9 7800
51a29efc
DL
78012000-10-28 Dave Love <fx@gnu.org>
7802
83c9cb8e
SM
7803 * international/latin1-disp.el (latin1-char-displayable-p):
7804 Don't use window-system.
51a29efc 7805
d71d7114
EZ
78062000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
7807
7808 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7809 Don't call find-buffer-file-type-coding-system. Instead, just
7810 set eol-type to -unix if inhibit-eol-conversion is in effect, or
7811 if the file is on an untranslated filesystem.
7812 (add-untranslated-filesystem): Use "D" instead of "f" inside
7813 interactive.
7814
1f9cab4b
DL
78152000-10-27 Dave Love <fx@gnu.org>
7816
70c825df 7817 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
7818 (refill-mode): Use it.
7819
70c825df
SM
78202000-10-27 Stefan Monnier <monnier@cs.yale.edu>
7821
7822 * international/quail.el (quail-activate): Don't make-local-hook.
7823
7432cf10
AS
78242000-10-27 Andre Spiegel <spiegel@gnu.org>
7825
4836835a 7826 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 7827 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
7828 (vc-make-version-backup): Don't do it on MS-DOS without long file
7829 names.
4836835a 7830
7432cf10
AS
7831 * vc.el (vc-version-other-window): If an automatic backup of the
7832 desired version exists, rename it instead of copying it.
7833
4836835a
TTN
7834 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
7835 after command. If there's an unexpected error, signal it instead
7432cf10 7836 of being silent.
e1483c38 7837 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 7838
05ea7ef2
MB
78392000-10-27 Miles Bader <miles@lsi.nec.co.jp>
7840
fd1035aa
MB
7841 * shell.el (shell): Add BUFFER argument.
7842 * comint.el (make-comint-in-buffer): New function.
7843 (make-comint): Use it.
7844
05ea7ef2
MB
7845 * faces.el (face-spec-choose): Change syntax so that the list of
7846 attribute-value pairs is now the cdr of each clause, not the cadr.
7847 Detect old-style entries, and handle them. Use pop.
7848
835a55fe
SM
78492000-10-26 Stefan Monnier <monnier@cs.yale.edu>
7850
f5ab1cdd
SM
7851 * cus-edit.el (custom-mode-map): Use a sparse map.
7852 (custom-mode): Don't bother with make-local-hook.
7853
7854 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
7855
835a55fe
SM
7856 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
7857
c13b0ec8
GM
78582000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7859
7860 * ps-print.el: Avoid compilation gripes.
7861 (ps-print-version): New version number (6.2.1).
4836835a 7862
e9f63196
DL
78632000-10-26 Dave Love <fx@gnu.org>
7864
0b95284b
DL
7865 * menu-bar.el: Modify some menu item help strings.
7866 (menu-bar-help-menu): Add link to MORE.STUFF.
7867
e9f63196
DL
7868 * cus-edit.el (custom-mode): Add `special' mode-class property.
7869
7870 * wid-browse.el (widget-browse-mode): Likewise.
7871
7872 * wid-edit.el (widget-specify-field): Revert to using local-map
7873 property, not keymap.
7874
e276a14a
MB
78752000-10-26 Miles Bader <miles@lsi.nec.co.jp>
7876
c1545d88
MB
7877 * wid-edit.el (widget-field-end): When checking for a `boundary'
7878 field, do so in the correct buffer.
7879
3c1b77ca
MB
7880 * simple.el (undo): Correctly distinguish between numeric and
7881 non-numeric prefix args in non-transient-mark-mode, as per the doc
7882 string. When in transient-mark-mode, treat all prefix-args as
7883 numeric.
7884
f5ab1cdd
SM
7885 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
7886 Position point on match. Handle N == 0 correctly.
22626d9d
MB
7887
7888 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
7889 (comint-mode-map): Reverse order of `comint-write-output' and
7890 `comint-append-output-to-file'.
7891 (comint-append-output-to-file): Reinstate this function, for the
7892 benefit of the menu.
7893
d97151cb
SM
78942000-10-25 Stefan Monnier <monnier@cs.yale.edu>
7895
7896 * vc.el (vc-version-other-window): Bind `file'.
7897
ea7d6f5b
GM
78982000-10-25 Gerd Moellmann <gerd@gnu.org>
7899
f5ab1cdd 7900 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
7901
7902 * emacs-lisp/authors.el (batch-update-authors): New function.
7903 (authors-fixed-entries): New defconst.
7904 (authors-add-fixed-entries): New function.
7905 (authors): Call it.: Don't process lispref/.
7906
17c25cea
JR
79072000-10-25 Jason Rumney <jasonr@gnu.org>
7908
7909 * cus-edit.el (custom-button-face, custom-button-pressed-face):
7910 Merge x w32 and mac definitions.
7911
4ecda532
GM
79122000-10-25 Gerd Moellmann <gerd@gnu.org>
7913
7914 * menu-bar.el (menu-bar-options-menu): Add a help string for
7915 `uniquify'.
7916
b6735035
GM
79172000-10-25 Stephen Gildea <gildea@alum.mit.edu>
7918
f5ab1cdd
SM
7919 * time-stamp.el (time-stamp-string-preprocess):
7920 Fix a wrong type argument error.
b6735035 7921
f4cbc7a0
MB
79222000-10-25 Miles Bader <miles@gnu.org>
7923
7924 * recentf.el (recentf-mode): Variable removed.
7925 (recentf-mode): Use `define-minor-mode'.
7926
7927 * mwheel.el (mouse-wheel-mode): New global minor mode.
7928 (mwheel-install): Use `mouse-wheel-mode'.
7929
f4b020f6
DL
79302000-10-25 Dave Love <fx@gnu.org>
7931
f5ab1cdd
SM
7932 * progmodes/cperl-mode.el (cperl-mode):
7933 Set normal-auto-fill-function correctly.
072cb6f9 7934
83c9cb8e
SM
7935 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7936 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 7937 bindings.
f4b020f6 7938
ebe2a441
MB
79392000-10-25 Miles Bader <miles@lsi.nec.co.jp>
7940
ff4dcd4b
MB
7941 * wid-edit.el (widget-field-at): New function.
7942 (widget-at, widget-field-activate): Use it.
7943 (widget-tabable-at): Use `widget-at'.
7944 (widget-specify-field): If the terminating character of the widget
7945 field (which is read-only) is a newline, put it into a special
7946 `boundary' field so that C-n/C-p act more naturally.
7947 (widget-field-end): Also don't subtract one if a special
7948 `boundary' field has been added after the widget field.
7949
83c9cb8e
SM
7950 * comint.el (comint-output-filter, comint-send-input):
7951 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 7952 code, since it should notice the overlay insertion-types now.
ff4dcd4b 7953
ebe2a441
MB
7954 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
7955 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
7956 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
7957
fe50b6ab
GM
79582000-10-24 Gerd Moellmann <gerd@gnu.org>
7959
53df4dda 7960 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
7961 (authors): Set file coding system to iso-2022-7bit.
7962 Add file-local variables to output buffer.
53df4dda 7963
4836835a 7964 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
7965 WARN is nil.
7966
53df4dda
GM
79672000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7968
7969 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
7970
7971 * delim-col.el: Now there is a column formatting mechanism.
7972 Modified to customization mechanisms convention. Doc fix.
7973 (columns): New group for delim-col.
7974 (delimit-columns-before, delimit-columns-after)
7975 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
7976 (delimit-columns-end): New vars.
7977 (delimit-columns-customize, delimit-columns-format): New funs.
7978 (delimit-columns-region, delimit-columns-rectangle)
7979 (delimit-columns-rectangle-line): Modified to support column
7980 formatting.
4836835a 7981
a9839779
DL
79822000-10-24 Dave Love <fx@gnu.org>
7983
7984 * log-edit.el (log-edit): Add :version and a :group for vc.
7985
df0267b8
GM
79862000-10-24 Gerd Moellmann <gerd@gnu.org>
7987
9acc3873
GM
7988 * files.el (after-find-file): Don't print a message ``New file''
7989 if WARN is nil.
7990
83c9cb8e
SM
7991 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7992 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
7993 get duplicate tool-bar entries because we'll see the global ones
7994 on more than one path through keymaps.
7995
1946f901
GM
7996 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
7997
df0267b8
GM
7998 * progmodes/cmacexp.el: Change Francesco's email address.
7999
ae3b264b
KH
80002000-10-24 Kenichi Handa <handa@etl.go.jp>
8001
8002 * window.el (fit-window-to-buffer): Adjust point of the window
8003 buffer, not that of the current buffer.
8004
23afac01
EZ
80052000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
8006
8007 * progmodes/cmacexp.el: Update the euthor's email address.
8008
22d1a4ed
MB
80092000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8010
8011 * faces.el (face-spec-set-match-display): Add `graphic' display
8012 type (the inverse of `tty'). Use `display-graphic-p' instead of
8013 the window-system variable.
8014
f408aa48
KH
80152000-10-24 Kenichi Handa <handa@etl.go.jp>
8016
83c9cb8e
SM
8017 * international/isearch-x.el (isearch-with-input-method):
8018 Call input-method-function with the first event in
f408aa48
KH
8019 unread-command-events.
8020
94fe8a31
MB
80212000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8022
83c9cb8e 8023 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 8024
8f47302e
AC
80252000-10-24 Andrew Choi <akochoi@i-cable.com>
8026
8027 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8028 New charsets.
8029
8030 * term/mac-win.el: Remove definitions of mac-roman-lower and
8031 mac-roman-upper, require dired, and define instead of set
8032 mac-ready-for-drag-n-drop to avoid compilation error.
8033
446c097e
AI
80342000-10-23 Andrew Innes <andrewi@gnu.org>
8035
83c9cb8e
SM
8036 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8037 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
8038 expand-file-name after convert-standard-filename to ensure
8039 expected directory separators are used.
8040
379b70e7
EZ
80412000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
8042
8043 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8044
85c766e9
DL
80452000-10-23 Dave Love <fx@gnu.org>
8046
b7e03a67
DL
8047 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8048 (tool-bar-add-item): Set foreground and background for XBM icons.
8049
83c9cb8e
SM
8050 * international/latin1-disp.el (latin1-char-displayable-p):
8051 New function (from Handa).
b7e03a67
DL
8052 (latin1-display-check-font): Use it.
8053
0dcf8835 8054 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
8055 using :key-sequence, making it much more usable.
8056 Use nconc, not append.
0dcf8835
DL
8057 (imenu--create-keymap-1): Avoid append.
8058
85c766e9 8059 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 8060
cb3069bb
MB
80612000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8062
8063 [the following changes fix a bug where `define-minor-mode' didn't
8064 correctly generate :require clauses for defcustoms in compiled files]
8065 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8066 (byte-compile-log-file, byte-compile-log-1): Don't set
8067 `byte-compile-current-file' to nil. Instead set
8068 `byte-compile-last-logged-file' to it. Test whether
8069 byte-compile-current-file equals byte-compile-last-logged-file
8070 instead of whether its nil.
3b6542ba 8071 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 8072
6db6243b
SM
80732000-10-23 Stefan Monnier <monnier@cs.yale.edu>
8074
8075 * textmodes/refill.el: Fix var names in doc.
8076 (refill-mode): Don't bother with make-local-hook anymore.
8077
98490598
MB
80782000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8079
e01cd227
MB
8080 * faces.el (face-user-default-spec, face-default-spec): New functions.
8081 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 8082 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
8083 Use `face-user-default-spec'. Simplify code slightly.
8084
4836835a 8085 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
8086 (woman-unknown-face): Add dark-background variants.
8087 (woman-default-faces): Renamed from `woman-colour-faces'.
8088 Set using the stored defaults, rather than using hard-wired colors.
8089 (woman-monochrome-faces): Renamed from `woman-black-faces'.
8090 Just make the foreground `unspecified' rather than "black".
8091 (woman-menu): Rename menu entries accordingly.
8092
98490598
MB
8093 * faces.el (header-line): Make more reasonable on mono/grayscale
8094 displays.
8095
1a578e9b
AC
80962000-10-23 Andrew Choi <akochoi@i-cable.com>
8097
8098 * cus-edit.el (custom-button-face): Use 3D look for mac.
8099 (custom-button-pressed-face): Likewise.
8100
8101 * faces.el (set-face-attributes-from-resources): Handle mac frames
8102 in the same way as x and w32 frames.
8103 (face-valid-attribute-values): Likewise.
8104 (read-face-attribute): Likewise.
8105 (defined-colors): Likewise.
8106 (color-defined-p): Likewise.
8107 (color-values): Likewise.
8108 (display-grayscale-p): Likewise.
8109 (face-set-after-frame-default): Likewise.
8110 (mode-line): Same default face as for x and w32.
8111 (tool-bar): Likewise.
8112
8113 * frame.el: Remove call to frame-notice-user-settings at end of
8114 the file.
8115
83c9cb8e 8116 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
8117 as for x, pc, and w32 frame types.
8118
8119 * term/mac-win.el: New file.
8120
aaaf7be7
DL
81212000-10-22 Dave Love <fx@gnu.org>
8122
8123 * textmodes/refill.el: New file.
8124
5392d654
AS
81252000-10-22 Andre Spiegel <spiegel@gnu.org>
8126
4836835a 8127 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 8128 MANUAL and REGEXP.
4836835a 8129 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
8130 New functions.
8131 (vc-before-save): Use the latter.
8132 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8133 confusion.
8134
4836835a 8135 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
8136 expected by vc[-hooks].el.
8137
8138 * vc.el (vc-checkout): Added `-p' suffix in call to
8139 vc-make-version-backups-p; use vc-make-version-backup to actually
8140 make the backup.
8141 (vc-version-other-window, vc-version-backup-file): Handle both
8142 automatic and manual backups.
8143 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8144 of all of them.
8145
1e221c16
MB
81462000-10-22 Miles Bader <miles@gnu.org>
8147
7ff4fda5
MB
8148 * comint.el (comint-highlight-input, comint-highlight-prompt):
8149 Renamed, `-face' at end removed.
8150 (comint-send-input, comint-output-filter): Use renamed faces.
8151
3511cde8
MB
8152 * window.el (fit-window-to-buffer): Change defaulting of
8153 MAX-HEIGHT slightly.
8154
1e221c16
MB
8155 * faces.el (color-values, color-defined-p): Use `member', not
8156 `memq', because it works correctly for strings.
8157 (frame-set-background-mode): Actually, "unspecified-fg" and
8158 "unspecified-bg" *are* strings. Use `member', not `memq', and
8159 `equal', not `eq', when a string value is possible.
8160
b6ef4898
EZ
81612000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
8162
8163 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8164
34939e2c
SM
81652000-10-21 Stefan Monnier <monnier@cs.yale.edu>
8166
8167 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8168 sh-electric-rparen, sh-electric-less and sh-electric-hash.
8169 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8170 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8171 (sh-font-lock-syntactic-keywords): Use them.
8172 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8173 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8174 (sh-mode): Don't override font-lock-unfontify-region-function.
8175 Use a copy of sh-font-lock-syntactic-keywords.
8176 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8177 Don't call sh-scan-buffer since font-lock does it on the fly.
8178 (sh-get-indent-info): Use `face' rather than `syntax-table'
8179 text-property to detect here-documents.
8180 Replace sh-special-syntax with sh-st-punc.
8181 (sh-prev-line): Use `face' rather than `syntax-table'
8182 text-property to skip over here-documents.
8183 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8184 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8185 (sh-electric-less, sh-set-here-doc-region)
4836835a 8186 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
8187 (sh-scan-buffer, sh-rescan-buffer): Remove.
8188
f3d3c491
AI
81892000-10-21 Andrew Innes <andrewi@gnu.org>
8190
8191 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8192 remote (ange-ftp) file names.
8193
b86c791c
MB
81942000-10-21 Miles Bader <miles@gnu.org>
8195
d9c30bdf
MB
8196 * window.el (fit-window-to-buffer): New function.
8197 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
8198 (window-text-height): Don't expect minibuffers to have mode-lines.
8199
d9c30bdf 8200 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
8201 * international/quail.el (quail-update-guidance):
8202 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 8203
617fee5a
MB
8204 * international/quail.el (quail-show-guidance-buf): Make sure
8205 guidance window really has enough room.
8206 (quail-update-guidance): If quail-guidance-win is already shown,
8207 make sure its height is OK.
8208
b86c791c
MB
8209 * window.el (window-text-height, set-window-text-height):
8210 New functions.
8211 (shrink-window-if-larger-than-buffer): Use `window-text-height'
8212 instead of `window-height' & `mode-line-window-height-fudge'.
8213 (mode-line-window-height-fudge): Add FACE parameter.
8214 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8215 instead of `enlarge-window' & `mode-line-window-height-fudge'.
8216
e34850d1
MB
82172000-10-20 Miles Bader <miles@gnu.org>
8218
8219 * window.el (height-affecting-face-attributes): Use `defconst'.
8220
8221 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8222 New function, conditionally aliased to `mode-line-window-height-fudge'.
8223 (ispell-help): Use it.
8224 (ispell-choices-win-default-height): Don't include mode-line fudge.
8225 (ispell-choices-win-default-height): New function.
8226 (ispell-show-choices, ispell-command-loop): Use function
8227 `ispell-choices-win-default-height' instead of variable.
8228
a8b883c2
MB
82292000-10-20 Miles Bader <miles@lsi.nec.co.jp>
8230
8c6e4a58
MB
8231 * window.el (mode-line-window-height-fudge): New variable.
8232 (height-affecting-face-attributes): New variable.
8233 (mode-line-window-height-fudge): New function.
8234 (shrink-window-if-larger-than-buffer): Use it.
8235 * help.el (resize-temp-buffer-window): Likewise.
8236
a8b883c2
MB
8237 * info.el (Info-fontify-node): Add support for @subsubsection
8238 titles, which use `Info-title-4-face'.
8239 (Info-title-4-face): New face.
8240 (Info-title-3-face): Inherit from Info-title-4-face instead of
8241 variable-pitch.
8242
e64c3a75
JR
82432000-10-19 Jason Rumney <jasonr@gnu.org>
8244
8245 * dired.el (dired-insert-directory): Do not let errors signalled by
8246 attempt to run dired-free-space-program prevent dired from working.
8247
c70fe852
SM
82482000-10-19 Stefan Monnier <monnier@cs.yale.edu>
8249
8250 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8251
877cf6b4
GM
82522000-10-19 Gerd Moellmann <gerd@gnu.org>
8253
5de037e0
GM
8254 * dirtrack.el (dirtrack): Fix call to run-hooks.
8255
6deb9af9
GM
8256 * cmuscheme.el (cmuscheme-program-name): Renamed from
8257 scheme-program-name because xscheme.el contains a defcustom with
8258 the same name. As a consequence, customizing group `cmuscheme'
8259 loaded `xscheme' which redefined run-scheme.
8260 (run-scheme): Use cmuscheme-program-name.
8261
83c9cb8e 8262 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 8263
e597d8fb 8264 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 8265 anonymous address, and add a website for Befrienders International.
4836835a 8266
3e9cb08f
GM
82672000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8268
c70fe852
SM
8269 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
8270 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
8271 (ps-print-version): New version number (6.2).
8272 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8273 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8274 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8275 (ps-x-extent-priority, ps-x-extent-start-position)
8276 (ps-x-face-font-instance, ps-x-find-coding-system)
8277 (ps-x-font-instance-properties, ps-x-make-color-instance)
8278 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8279 avoid compilation gripes without defining functions.
8280 (ps-e-find-composition): Alias for function find-composition, to have a
8281 suitable function depending on Emacs version.
8282 (ps-color-device, ps-color-values, ps-face-foreground-name)
8283 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8284 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8285 (ps-print-ensure-fontified): Function definitions surrounded by
8286 `eval-and-compile' to avoid compilation gripes.
8287 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8288 by symbol-value to avoid compilation gripes.
8289 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8290 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8291
d8abcd91
MB
82922000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8293
13ab33c4
MB
8294 * startup.el (normal-top-level): Call `frame-set-background-mode'
8295 after `frame-notice-user-settings' because the latter doesn't call
8296 the former on a tty.
8297
d8abcd91
MB
8298 * faces.el (frame-set-background-mode): `unspecified' &c are
8299 symbols, not strings.
8300
e8bce0a9
EZ
83012000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8302
c70fe852
SM
8303 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8304 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 8305
c70fe852
SM
8306 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8307 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 8308
773272d8
KH
83092000-10-19 Kenichi Handa <handa@etl.go.jp>
8310
c70fe852 8311 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
8312 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
8313 for ISO10646-1 fonts.
8314 (x-font-name-charset-alist): Add an entry for "iso10646-1".
8315
772139c0
EZ
83162000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8317
8318 * faces.el (frame-set-background-mode): If a tty frame defines a
8319 background color, use that to compute the background mode, instead
8320 of always defaulting to "dark".
8321
d134a19f
MB
83222000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8323
8bb84cb2
MB
8324 * comint.el (comint-write-output): New function.
8325 (comint-mode-map): Add it to the menu.
e40a778f 8326 Bind `C-c C-s' to comint-write-output.
d134a19f 8327
dada41e1
GM
83282000-10-18 Gerd Moellmann <gerd@gnu.org>
8329
8330 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8331 Use fancy-splash-delay.
8332
9b5360aa
GM
83332000-10-18 Alex Schroeder <alex@gnu.org>
8334
8335 * progmodes/sql.el (sql-sybase-options): New option.
8336 (sql-sybase): Use it. Add sql-database to the list of parameters
8337 provided for login. The options -w 2048 -n are not used any more.
8338
9035a35a
GM
8339 * comint.el (comint-read-input-ring): Bugfix such that the first
8340 and the last entry of the input ring file are not lost.
8341
3556c6dd
GM
83422000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8343
8344 * ps-print.el: Internal variable changes to defcustom,
8345 make-local-hook changes to defvar. Doc fix.
8346 (ps-print-version): New version number (6.1).
8347 (ps-setup, ps-do-despool): Code fix.
8348 (ps-printer-name): Customization fix.
8349 (ps-printer-name-option): Now is a defcustom instead of an
8350 internal variable.
8351 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8352 (ps-print-begin-column-hook): Now are defvar instead of
8353 make-local-hook.
4836835a 8354
4e217e50
MB
83552000-10-18 Miles Bader <miles@gnu.org>
8356
8357 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8358 (comint-kill-output): Changed into an alias for `comint-delete-output',
8359 and made obsolete.
8360 (comint-mode-map): Rename references to comint-kill-output.
8361
34460354
EZ
83622000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
8363
8364 * diff-mode.el (diff-header-face, diff-file-header-face)
8365 (diff-changed-face): Add bold and italic attributes to tty faces.
8366 (diff-function-face): New face.
8367 (diff-font-lock-keywords): Use it.
8368
17ea3cdb
MB
83692000-10-18 Miles Bader <miles@lsi.nec.co.jp>
8370
8371 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8372 Remove commented-out call to force-mode-line-update.
8373 (comint-kill-output): Use `forward-line 0' instead of
8374 beginning-of-line to make sure we get past the prompt.
8375
9244f2c7
SM
83762000-10-17 Stefan Monnier <monnier@cs.yale.edu>
8377
8378 * diff-mode.el (diff-header-face, diff-file-header-face):
8379 Add specific setting for dark background.
8380 (diff-context-face): Renamed from diff-comment-face.
8381 Set explicitly rather than inheriting from font-lock-comment-face.
8382
1592c1ef
EZ
83832000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8384
8385 * startup.el (command-line): Move the code which sets the default
8386 TTY colors to before before-init-hook.
8387
f86292a9
GM
83882000-10-17 Gerd Moellmann <gerd@gnu.org>
8389
8390 * jit-lock.el (jit-lock-stealth-time): Doc fix.
8391
f7f2e883
EZ
83922000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8393
e854cc22
EZ
8394 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8395 extensions, for MS-DOS.
8396
f7f2e883
EZ
8397 * diff-mode.el (diff-header-face, diff-file-header-face)
8398 (diff-changed-face): Define tty-specific colors.
8399
c7b4f0f9
GM
84002000-10-17 Gerd Moellmann <gerd@gnu.org>
8401
8402 * startup.el (fancy-splash-text): Realign the text.
8403
12a72271
EZ
84042000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8405
8406 * font-lock.el (font-lock-comment-face): Define a separate default
8407 for dark-background tty's.
8408
61dfccfd
MB
84092000-10-17 Miles Bader <miles@gnu.org>
8410
8411 * help.el (resize-temp-buffer-window): Add hack to avoid last line
8412 being obscured by whizzy mode-lines on graphics displays.
8413
333cd59e
EZ
84142000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8415
8416 * info.el (Info-title-1-face, Info-title-2-face)
8417 (Info-title-3-face): Define colors for tty's.
dada41e1 8418 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 8419
dbf1fcc1
EZ
84202000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8421
8422 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8423 reverse from the frame parameters, and don't invert foreground and
8424 background colors.
8425
ac629823
MB
84262000-10-16 Miles Bader <miles@gnu.org>
8427
8428 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8429 string "*Info*". Call propertized-buffer-identification to spruce
8430 up the result.
8431
76eebffc
GM
84322000-10-16 Gerd Moellmann <gerd@gnu.org>
8433
3a6b59d9
GM
8434 * help.el: Provide `help' for the sake of define-minor-mode
8435 which generates defcustoms with requires.
8436
6569c3d3
GM
8437 * jit-lock.el (jit-lock-after-change): If we're in text that
8438 matches a multi-line font-lock pattern, make sure the whole text
8439 will be redisplayed.
8440
c2e0a611
GM
8441 * emacs-lisp/authors.el (authors-add): Don't add an entry if
8442 author's name is unknown.
8443
76eebffc
GM
8444 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8445 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8446 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8447 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8448 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8449 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8450 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8451 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8452 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8453 Add author information.
8454
cf1e7b12
MB
84552000-10-16 Miles Bader <miles@lsi.nec.co.jp>
8456
8457 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8458 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8459 full-color version (using the Gimp) to eliminate dithering artifacts.
8460
5586f3eb
SM
84612000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8462
8463 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8464
8465 * simple.el (syntax-flag-table, string-to-syntax): Remove.
8466
ad64a888
DL
84672000-10-15 Dave Love <fx@gnu.org>
8468
83c9cb8e 8469 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
8470
8471 * pcomplete.el (pcomplete) <defgroup>: Add :version.
8472
8473 * whitespace.el: Doc fixes.
8474 (top-level): Don't add hooks here.
8475 (whitespace-running-emacs): Deleted.
8476 (timer): Don't require.
8477 (whitespace): Add back :version conditional on xemacs test.
8478 (whitespace-spacetab-regexp, whitespace-indent-regexp)
8479 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8480 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8481 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8482 Avoid specific xemacs test.
8483 (whitespace-global-mode): New option.
8484 (whitespace-global-mode): New command.
8485 (whitespace-unload-hook): New function.
8486
8487 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 8488 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
8489 (Info-fontify-node): `Goto' goes to `Go to'.
8490 (Info-fontify-node): Add help-echo to xref links.
8491
1ef49fc6
EZ
84922000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
8493
8494 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8495
8b7707e1
SM
84962000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8497
b3b7f42f
SM
8498 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8499 Use plist-get and allow :inherit.
8500
8501 * emacs-lisp/cl-macs.el (cl-do-arglist):
8502 Use plist-get and plist-member instead of memq.
8503
3c7fafc7
SM
8504 * emacs-lisp/ewoc.el (ewoc-location): New function.
8505 (ewoc-enter-after, ewoc-enter-before): Document return value.
8506 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8507 Don't need make-local-hook any more.
8508 (cvs-addto-collection): Return the new tin.
8509 (cvs-mode-insert): Jump to the new line.
8510
8b7707e1
SM
8511 * jit-lock.el (jit-lock-fontify-buffer): Remove.
8512
8513 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8514
8515 * font-lock.el (font-lock-syntactically-fontified): New var.
8516 (font-lock-fontify-syntactic-keywords-region): Use it.
8517 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
8518
8519 * diff-mode.el (diff-find-file-name): Fix regexp.
8520
8521 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8522 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8523
8524 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8525 (sh-mode-syntax-table): Add punctuation syntax for < and >.
8526 (sh-mode): Don't make all vars local here.
8527 (sh-kw): Reformat.
8528 (sh-set-shell): Use dolist. Don't set indent-region-function.
8529 (sh-mode-syntax-table): Use pop.
8530 (sh-remember-variable): Use push.
8531 (sh-help-string-for-variable): Use memq.
8532 (sh-safe-backward-sexp): Remove.
8533 (sh-safe-forward-sexp): Add ARG.
8534 (sh-get-indent-info, sh-prev-stmt): Use it.
8535 (sh-prev-line): Simplify by using forward-comment.
8536 (sh-this-is-a-continuation): Simplify.
8537 (sh-learn-buffer-indent): Use dolist.
8538 (sh-do-nothing): Remove.
8539 (sh-set-char-syntax, sh-set-here-doc-region):
8540 Use inhibit-modification-hooks.
8541 (sh-name-style): Use mapcar and push.
8542 (sh-load-style): Use dolist.
8543 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8544 (sh-case, sh-while-getopts): Use propertize directly rather
8545 than sh-electric-rparen.
8546
85472000-10-14 Stefan Monnier <monnier@cs.yale.edu>
8548
8549 * textmodes/tex-mode.el: Require CL when compiling.
8550 (tex-mode-syntax-table): Init immediately.
8551 (tex-mode-map): Bind M-RET to latex-insert-item.
8552 (latex-mode): Set indent-line-function to latex-indent.
8553 (tex-common-initialization): Don't setup the syntax-table any more.
8554 (latex-insert-item): New skeleton.
8555 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 8556 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 8557 (latex-indent, latex-find-indent): New functions.
4836835a 8558 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
8559 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8560 (tex-compilation-parse-errors): Use with-syntax-table.
8561
86b7fcbb
MB
85622000-10-15 Miles Bader <miles@gnu.org>
8563
8564 * font-lock.el (font-lock-comment-face): Change dark-background,
8565 color, non-tty, default to `chocolate1'.
8566
57a24508
JW
85672000-10-13 John Wiegley <johnw@gnu.org>
8568
8569 * eshell/esh-util.el (require): Added a missing `require' form,
8570 needed when compiling (for an ange-ftp macro definition).
8571
40ad3db4
DL
85722000-10-13 Dave Love <fx@gnu.org>
8573
8574 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8575
db460189
GM
85762000-10-13 Gerd Moellmann <gerd@gnu.org>
8577
83c9cb8e 8578 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 8579
4836835a 8580 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
8581 transparent -colors 8).
8582
3b5e21df
GM
85832000-10-13 Stephen Gildea <gildea@alum.mit.edu>
8584
8585 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8586 that breaks with old list format timestamps.
8587 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 8588 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 8589
16908a3f
JW
85902000-10-13 John Wiegley <johnw@gnu.org>
8591
d7103dda
JW
8592 * align.el, pcomplete.el, calendar/timeclock.el,
8593 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8594
dace60cf 8595 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
8596 faulty math, where holiday hours were being computing as seconds.
8597
b6b70cda
JW
85982000-10-13 John Wiegley <johnw@gnu.org>
8599
8600 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
8601 specifying what "other" kinds of buffers should be saved.
8602 This used to be hard-coded.
b6b70cda
JW
8603 (desktop-buffer-misc-functions): A global for specifying how
8604 auxiliary data should be determined for special buffer types.
8605 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8606 instead of hard-coding the special buffer types.
8607 (desktop-save): Run `desktop-buffer-misc-functions' to gather
8608 auxiliary data, instead of hard-coding for Info buffers and dired.
8609 (desktop-buffer-info-misc-data): Aux function for determining Info
8610 buffer auxiliary info.
8611 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8612 (desktop-buffer-info): Changed this function to use the info
8613 gathered above.
8614 (desktop-create-buffer): Be a little more careful about what
8615 `minor-mode' means before calling it. This is important for some
8616 buffer types.
8617
8c6b1d83
JW
86182000-10-13 John Wiegley <johnw@gnu.org>
8619
8620 * eshell/esh-util.el: Added a global form which declares an
8621 autoload for `parse-time-string', if that function is not already
8622 defined, and if parse-time.el is available on the user's system.
8623
8624 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
8625 to be aware of ange-ftp user info.
83c9cb8e 8626 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
8627 (eshell-ls-annotate): Use `eshell-file-attributes'.
8628 (eshell-ls-file): Made the user-id printing code a bit smarter.
8629
8630 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
8631 allow identification of alias user ids in remote directories.
83c9cb8e
SM
8632 It's manual, but there's no other way to know when the current user
8633 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
8634 (fboundp): Bind `ange-cache'.
8635 (eshell-directory-files-and-attributes): Re-organized the logic a
8636 bit to use `eshell-file-attributes' instead of `file-attributes'.
8637 The former is more sensitive to directories that are read via FTP,
8638 and knows how to use ange-ftp to determine full attribute
8639 information, instead of just the name and last modtime.
8640 (eshell-current-ange-uids): Return the current user id when in a
8641 remote directory.
8642 (eshell-parse-ange-ls): Parse a full directory listing that has
8643 been returned by ange-ftp.
8644 (eshell-file-attributes): This beefed up version of
8645 `file-attributes' is only special if the user is currently in a
8646 remote directory, in which case it does a lot of work to find out
8647 what the real attributes of a file are, as they appear on the
8648 remote machine. This makes usage of remote directories (i.e.,
8649 ange-ftp pathnames) much more useful. You can now use Eshell as a
8650 full-fledged FTP client, with much more manipulation ability than
8651 most other clients.
8652
8653 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
8654 variable, which means that Eshell's du should always be preferred
8655 in remote directories.
8656 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
8657 just `file-attributes'.
8658 (eshell-mvcp-template): Bind `ange-cache', to improve performance
8659 when reading remote directories. This is an Eshell-specific
8660 variable (not part of ange-ftp).
8661 (eshell/ln): Bind `ange-cache'.
8662 (eshell/du): Added some extra logic for determining when to use
8663 Eshell's du (which is slow), and when to use the external version
8664 (which may or may not exist).
8665
83c9cb8e
SM
8666 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8667 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
8668 `get-buffer-process', since backgrounded processes don't count in
8669 the context of this function's logic.
8670
8671 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
8672 `forward-char', so that null strings are parsed correctly.
8673
87730e84 86742000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 8675
83c9cb8e
SM
8676 * eshell/em-pred.el (eshell-pred-file-type)
8677 (eshell-pred-file-links, eshell-pred-file-size):
8678 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
8679
8680 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
8681 that remote file globbing is more efficient.
8682
8683 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
8684 gathering the files and attributes within a directory.
8685
8686 * eshell/em-unix.el (eshell/cat): If any of the files passed on
8687 the command line is a special file (not a regular file, directory
8688 or symlink), always attempt to call the external version of cat.
8689
87730e84 86902000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
8691
8692 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
8693 Eshell-friendly version of find-tag.
8694
1c7e37a9
MB
86952000-10-13 Miles Bader <miles@lsi.nec.co.jp>
8696
4836835a 8697 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
8698 (image-file-name-regexps): Add autoload cookies.
8699
11a7f341
KH
87002000-10-13 Kenichi Handa <handa@etl.go.jp>
8701
8702 * international/mule-cmds.el (select-safe-coding-system): If FROM
8703 is string, show it in *Warning* buffer.
8704
8ddddcb0
EZ
87052000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8706
8707 * startup.el (normal-top-level): Use display-popup-menus-p instead
8708 of window-system.
8709 (command-line): Use display-graphic-p instead of window-system.
8710 (command-line-1): Use display-popup-menus-p and display-mouse-p
8711 instead of window-system.
8712
72200f89
SS
87132000-10-12 Sam Steingold <sds@gnu.org>
8714
8715 * tooltip.el (tooltip-use-echo-area): New user variable.
8716 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
8717
8661c643
DL
87182000-10-12 Dave Love <fx@gnu.org>
8719
d0b40dc1
DL
8720 * recentf.el: Maintainer's checkdoc fixes.
8721
83c9cb8e
SM
8722 * startup.el (normal-top-level-add-subdirs-to-load-path):
8723 Use character class, not ASCII when matching file names.
a622451f
DL
8724 (fancy-splash-head): Add trailing slash to URL.
8725 (command-line): Don't require XPM support for toolbar.
8726
8661c643
DL
8727 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
8728 (cperl-invalid-face): Revert last change.
8729 (cperl-init-faces): Quote cperl-invalid-face.
8730
ef2ed8ab
KH
87312000-10-12 Kenichi Handa <handa@etl.go.jp>
8732
8733 * startup.el (fancy-splash-text): Remove superfluous quote.
8734
b0da379e
GM
87352000-10-12 Gerd Moellmann <gerd@gnu.org>
8736
dbeb499b
GM
8737 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
8738 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
8739 (command-line-1): Don't use fancy-splash-pending-command.
8740 (fancy-splash-screens-1): Goto point-min after inserting text.
8741
d861718a
GM
8742 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
8743
b0da379e
GM
8744 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
8745 instead of shared-lisp-mode-map.
8746
4fb2ad98
MB
87472000-10-12 Miles Bader <miles@lsi.nec.co.jp>
8748
1cb4393e
MB
8749 * faces.el (header-line): Change tty-variant to use underlining.
8750
4fb2ad98
MB
8751 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
8752 (isearch-highlight): Restore lazy-isearch face properties at old
8753 position, and suppress them at new position.
8754 (isearch-dehighlight): Restore lazy-isearch face properties.
8755 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
8756 over the real isearch overlay, but in that case, don't give it a
8757 face property. Use `push'.
8758
eb991b25
KH
87592000-10-12 Kenichi Handa <handa@etl.go.jp>
8760
8761 * man.el (Man-getpage-in-background): Fix previous change.
8762 Decode the process output only when we are in multibyte mode.
8763
a818c1c0
DL
87642000-10-11 Dave Love <fx@gnu.org>
8765
c990f53a
DL
8766 * info.el (Info-mode-menu): Fix some help.
8767 (info-tool-bar-map): Add entry for Info-last.
8768
a818c1c0
DL
8769 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
8770 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
8771 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
8772 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
8773 * toolbar/search-replace.xpm, toolbar/exit.xpm:
8774 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
8775 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
8776 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
8777 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
8778 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
8779 Reduce colour requirements to 25 overall. (Probably wants
8780 revisiting from the originals to reduce further.)
8781
c1b096cb
EZ
87822000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
8783
8784 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
8785 buffer-file-coding-system, instead of raw-text.
8786 (dehexlify-buffer): Bind coding-system-for-read to
8787 buffer-file-coding-system, instead of raw-text.
8788
5c8b7eaf
SS
87892000-10-11 Sam Steingold <sds@gnu.org>
8790
83c9cb8e 8791 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
8792 `underline' - fixes the bug introduced on 2000-09-21.
8793
2cfbdb7a
DL
87942000-10-11 Dave Love <fx@gnu.org>
8795
83c9cb8e
SM
8796 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
8797 Avoid compiler warnings.
2cfbdb7a
DL
8798 (scheme-mode): Doc fix.
8799 (scheme-font-lock-keywords-1): Match `define-syntax'.
8800
88012000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
8802
8803 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
8804 face specs as well as default ones. Only do anything if the
8805 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 8806 (region): Make dark-background `region' face less in-your-face.
4b33f290 8807
690ec649
SS
88082000-10-10 Sam Steingold <sds@gnu.org>
8809
8810 * chistory.el, ielm.el, ledit.el:
8811 * progmodes/inf-lisp.el, progmodes/scheme.el:
8812 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
8813
3b95d6bb
SM
88142000-10-10 Stefan Monnier <monnier@cs.yale.edu>
8815
8816 * textmodes/texinfo.el: Update copyright and fix typo.
8817
8818 * desktop.el (desktop-modes-not-to-save): New var.
8819 (desktop-save-buffer-p): Use it.
a30eb617
DL
8820 Also, obey desktop-buffers-not-to-save even for non-file buffers.
8821 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
8822
88232000-10-10 Dave Love <fx@gnu.org>
8824
8825 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 8826 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
8827
8828 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
8829 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
8830 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
8831 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
8832 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
8833 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
8834 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
8835 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
8836 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
8837 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
8838 the .xpms; probably need retouching.
8839
88402000-10-10 Miles Bader <miles@lsi.nec.co.jp>
8841
8842 * subr.el (add-to-list): Add optional argument APPEND.
8843 * battery.el (display-battery): Use `add-to-list'.
8844
88452000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
8846
83c9cb8e
SM
8847 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
8848 properties.
a30eb617
DL
8849 (zone, zone-when-idle, zone-leave-me-alone)
8850 (zone-pgm-whack-chars): Use new symbol properties.
8851
8852 * battery.el (display-battery): Doc spelling fix.
8853
8854 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
8855 property.
8856
88572000-10-09 Dave Love <fx@gnu.org>
8858
8859 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
8860 has been initialized before calling tool-bar-setup.
8861 (tool-bar-add-item-from-menu): Add autoload cookie.
8862
88632000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
8864
8865 * menu-bar.el (send-mail-item-name): New function.
8866 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
8867 of mail-user-agent in the menu. Don't display the "Send Mail"
8868 item if mail-user-agent is nil or its value is ignore.
8869 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
8870 if read-mail-command is nil or its value is ignore.
8871
8872 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
8873
88742000-10-09 Miles Bader <miles@gnu.org>
8875
8876 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
8877 Correct image size.
8878 * toolbar/left_arrow.xpm: Correct image size.
8879
8880 * jka-compr.el: Don't call `jka-compr-install' when loading (it
8881 will be done by the definition of `auto-compression-mode' if
8882 necessary. Move code to uninstall existing file-name handler
8883 before definition of `auto-compression-mode'.
8884
8885 * image-file.el (auto-image-file-mode): Move to the end of the
8886 file, because `define-minor-mode' actually calls the mode-function
8887 if the associated variable is non-nil, which requires that all
8888 needed functions be already defined.
8889
8890 * mouse.el (popup-menu): Balance parens.
8891
88922000-10-08 Stefan Monnier <monnier@cs.yale.edu>
8893
8894 * mouse.el (popup-menu): Move the command call outside the loop
8895 so that popup-menu returns whatever the command returns.
8896
8897 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
8898 (initialize-new-tags-table): Use run-hook-with-args-until-success.
8899 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
8900 (tags-table-format-functions): Renamed from tags-table-format-hooks.
8901
8902 * vc.el (vc-version-diff): diff-switches can be a list.
8903 Use relative filenames for prettier output.
8904
8905 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
8906 (vc-post-command-functions): Remove old-VC compatibility code.
8907
8908 * newcomment.el (comment-indent-default): Autoload.
8909
8910 * font-lock.el (font-lock-defaults): Make buffer-local.
8911 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
8912 (font-lock-choose-keywords):
8913 Ignore LEVEL unless KEYWORDS is a list of syms.
8914 (c-keywords, c++-keywords, objc-keywords, java-keywords):
8915 Don't wrap regexp-opt things in \(...\) unnecessarily.
8916
8917 * jit-lock.el: Don't require font-lock any more.
8918 (jit-lock-functions): Make buffer-local.
8919 (jit-lock-saved-fontify-buffer-function): Remove.
8920 (jit-lock-mode): Remove autoload cookie.
8921 Remove font-lock specific code.
8922 (jit-lock-unregister): Don't bother handling complex hooks any more.
8923 (jit-lock-refontify): New function.
8924 (jit-lock-fontify-buffer): Use it.
8925 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
8926 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
8927 Add optional args START and END.
8928 Never call font-lock-fontify-region directly.
8929 (jit-lock-function, jit-lock-stealth-fontify): Use it.
8930
8931 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
8932
89332000-10-08 Dave Love <fx@gnu.org>
8934
8935 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
8936
8937 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
8938
8939 * play/studly.el (studlify-region, studlify-word): Add autoload
8940 cookie.
8941
8942 * play/morse.el (morse-region, unmorse-region): Add autoload
8943 cookie.
8944
8945 * play/spook.el (spook-phrases-file): Use expand-file-name, not
8946 concat.
8947
8948 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
8949 insist on symbols starting with word syntax.
8950 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
8951 (eval-defun-1): Doc fix.
8952 (indent-sexp): Use nconc to build up indent-stack.
8953
8954 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
8955 Gnus with little use.
8956 (mail-setup-hook): Add mail-abbrevs-setup to options.
8957
8958 * recentf.el: Doc fixes.
8959
8960 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
8961 Clean up remainder.
8962
8963 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
8964 without timezone and (8) with timezone to enforce some whitespace.
8965 Simplify code somewhat.
8966
8967 * options.el (list-options): Doc that you should use customize.
8968
8969 * iswitchb.el (iswitchb-mode): Add :require.
8970
8971 * info.el (Info-goto-node, Info-menu): Doc fix.
8972 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
8973 (info-tool-bar-map): New variable.
8974 (Info-mode): Use it.
8975 (Info-edit-map): Define all in defvar.
8976 (speedbar-attached-frame): Avoid compiler warning.
8977
8978 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
8979 (global-map): Bind [tool-bar] to a filtered map.
8980 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
8981 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
8982 Allow PBM icons.
8983 (tool-bar-setup): Adjust calls of tool-bar-add-item.
8984
8985 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
8986 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
8987 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
8988 icons, except up_arrow, which is left-arrow rotated.
8989
8990 * imenu.el (imenu-add-to-menubar): Fix last change.
8991
89922000-10-08 Peter Breton <pbreton@ne.mediaone.net>
8993
8994 * generic-x.el (rul-generic-mode): Remove eval-when-compile
8995 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
8996
89972000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8998
8999 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9000 typos in doc strings.
9001
9002 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9003 the doc strings how to customize Font Lock faces.
9004
9005 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9006 computing growth when dragging the header line.
9007
90082000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9009
9010 * simple.el (kill-line): Doc fix.
9011
90122000-10-08 Miles Bader <miles@gnu.org>
9013
9014 * faces.el (secondary-selection): Make foreground visible on tty.
9015
9016 * jka-compr.el (auto-compression-mode): Move to the end of the
9017 file, because `define-minor-mode' actually calls the mode-function
9018 if the associated variable is non-nil, which requires that all
9019 needed functions be already defined.
9020 (with-auto-compression-mode): Add autoload cookie.
9021
90222000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
9023
9024 * files.el (find-backup-file-name) [ms-dos]: If support for long
9025 file names is not available, behave as if version-control were set
9026 to never.
9027
90282000-10-07 Dave Love <fx@gnu.org>
9029
9030 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9031 (browse-url-gnome-moz): New function.
9032 (browse-url-browser-function): Use it.
9033 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9034
90352000-10-07 Stefan Monnier <monnier@cs.yale.edu>
9036
9037 * indent.el (tab-always-indent): New var.
9038 (indent-for-tab-command): Use it.
9039
9040 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9041 raise an error. This way it can still default to a sane value.
9042
90432000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9044
9045 * startup.el (fancy-splash-screens): Use local rather than global map.
9046 Don't use `update-menu-bindings' any more.
9047 Get rid of assumptions about keymap representation.
9048
90492000-10-06 Dave Love <fx@gnu.org>
9050
9051 * textmodes/fill.el (sentence-end-double-space)
9052 (sentence-end-without-period): Doc fix.
9053 (adaptive-fill-regexp): Purecopy.
9054 (unjustify-current-line): Use line-end-position.
9055 (fill-individual-paragraphs-prefix): Use line-beginning-position.
9056
9057 * net/eudc-vars.el (eudc): Add :version, :link.
9058
9059 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9060
9061 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9062 Fix for define-minor-mode.
9063 (function-at-point): Alias to function-called-at-point.
9064
9065 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9066
9067 * simple.el (backward-word): Doc fix.
9068
9069 * image-file.el (image-file-name-regexp): image-file-regexps ->
9070 image-file-name-regexps.
9071 (image-file-name-extensions): Add pbm.
9072
90732000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9074
9075 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9076 and add filename to the names so that diff-mode can jump to source.
9077
9078 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9079 (tex-font-lock-keywords, tex-font-lock-keywords-2)
9080 (tex-font-lock-keywords-1): Remove.
9081 (font-lock-turn-on-thing-lock): Use jit-lock-register.
9082 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9083 (font-lock-default-fontify-region):
9084 Expand beg..end correctly when just following a multiline region.
9085 (font-lock-fontify-anchored-keywords):
9086 Include the anchor text as part of the multiline.
9087
90882000-10-06 Gerd Moellmann <gerd@gnu.org>
9089
9090 * loadup.el (toplevel): Load `loaddefs' before `help' because the
9091 latter needs the autoloaded define-minor-mode macro during the
9092 bootstrap.
9093
9094 * startup.el (command-line): For now, activate tool-bar-mode only
9095 if XPM images are supported.
9096
9097 * mouse.el (mouse-drag-header-line): Don't allow resizing a
9098 window by dragging a header-line at the top of the frame; that's
9099 confusing because the header-line doesn't move.
9100 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9101 of treating the event as a list. Some cleanup.
9102
91032000-10-06 Miles Bader <miles@gnu.org>
9104
9105 * simple.el (display-message-or-buffer): New function.
9106 (shell-command-on-region): Use `display-message-or-buffer'.
9107
9108 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9109 docstring parts.
9110
9111 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9112 (smbclient-prompt-regexp): Add usage note to doc string.
9113 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9114 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9115 Use add-hook for adding the comint filter function, and only do so
9116 if it's not already in the global hook list.
9117 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9118 to `make-local-variable'.
9119 (nslookup-font-lock-keywords): Remove prompt entry.
9120 (nslookup): Don't set the process-filter.
9121 (finger): Exit the loop correctly when the regexps list runs out.
9122 (ftp, smbclient, smbclient-list-shares):
9123 Set the real major mode immediately, not after execing.
9124 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9125
9126 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9127
91282000-10-05 Stefan Monnier <monnier@cs.yale.edu>
9129
9130 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9131
9132 * which-func.el (which-func-format): Remove spurious space.
9133 (which-func-mode): Don't make it permanent-local.
9134 (which-func-ff-hook): Allow which-func-maxout to be nil.
9135 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
9136 (which-func-mode): Simplify.
9137 Use post-command-idle-hook rather than post-command-hook.
9138 Go through all buffers and update their state.
9139 (which-function): Also try add-log-current-defun-function.
9140
9141 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9142 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9143 Update call to with-vc-properties accordingly.
9144 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9145 (vc-revert-buffer): More careful about window selection and deletion.
9146 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9147
9148 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9149 (cvs-retrieve-revision): Reuse a pre-existing buffer.
9150 (cvs-dired-action): Change the default to quickdir.
9151
9152 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9153 if comment-indent-function returns nil.
9154 (comment-indent-default): New function.
9155 (comment-indent-function): Use it and document the new semantics.
9156
9157 * image-file.el: Docstring fixes.
9158
9159 * help.el (help-xref-on-pp): Use match-string.
9160 (describe-variable): New arg BUFFER.
9161 Store the current buffer in the help-xref-stack.
9162 (temp-buffer-resize-mode): Use define-minor-mode.
9163
9164 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9165 consistently with its docstring.
9166 Set jit-lock-first-unfontify-pos in an idempotent way.
9167 (jit-lock-register): Autoload and add arg CONTEXTUAL.
9168
91692000-10-05 Alex Schroeder <alex@gnu.org>
9170
9171 * sql.el (sql-mysql-options): New variable.
9172 (sql-mysql): Use it.
9173
91742000-10-05 Miles Bader <miles@lsi.nec.co.jp>
9175
9176 * image.el (image): New group.
9177
9178 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9179 (smerge-base-face, smerge-markers-face): Add dark-background variants.
9180
91812000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9182
9183 * net/net-utils.el (nslookup-font-lock-keywords)
9184 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9185 Ignore the value of wqindow-system; always define keywords
9186
91872000-10-05 Kenichi Handa <handa@etl.go.jp>
9188
9189 * startup.el (fancy-splash-screens): Remove the code for
9190 debugging; `(trace-to-stderr "EXITTT\n")'.
9191
91922000-10-05 Miles Bader <miles@gnu.org>
9193
9194 * diff-mode.el (diff-goto-source): Update call to
9195 `diff-hunk-status-msg' to reflect new REV variable.
9196
91972000-10-04 Stefan Monnier <monnier@cs.yale.edu>
9198
9199 * progmodes/icon.el (icon-mode):
9200 Don't gratuitously override the default for comment-column.
9201
9202 * vc-hooks.el (vc-mode-line): Fix interactive spec.
9203
9204 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9205 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9206 (jit-lock-functions): New var.
9207 (jit-lock-function-1): Use it if non-nil.
9208 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
9209 Set the `fontified' property before doing the fontification to avoid
9210 repeatedly going through the same error.
9211 Don't turn errors into messages.
9212 (jit-lock-register, jit-lock-unregister): New functions.
9213
9214 * dired.el (dired-mark-pop-up): Turn comment into docstring.
9215 Use with-current-buffer.
9216
9217 * dired-aux.el (dired-do-create-files, dired-kill-tree):
9218 Turn comment into docstring.
9219
9220 * apropos.el (apropos-mode): Use define-derived-mode.
9221
92222000-10-04 Gerd Moellmann <gerd@gnu.org>
9223
9224 * startup.el (fancy-splash-pending-command): New variable.
9225 (fancy-splash-pre-command): New function.
9226 (fancy-splash-screens): Rewritten.
9227 (command-line-1): If fancy-splash-pending-command is set, call it
9228 interactively.
9229
92302000-10-04 Dave Love <fx@gnu.org>
9231
9232 * toolbar/tool-bar.el (tool-bar-setup): New function.
9233 (tool-bar-mode): Use it.
9234
9235 * subr.el (substitute-key-definition): Doc fix.
9236 (play-sound-file): New command.
9237
92382000-10-04 Andre Spiegel <spiegel@gnu.org>
9239
9240 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9241 vc-version-backup-file-name): New functions.
9242
9243 * files.el (basic-save-buffer): Call vc-before-save before saving.
9244
9245 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9246 vc-cvs-stay-local-p.
9247
9248 * vc.el (vc-revert-buffer): Handle empty diff properly.
9249 (vc-version-backup-file): New function.
9250 (vc-checkout): Create a version backup if necessary.
9251 (vc-checkin): If a version backup file exists, delete it.
9252 (vc-version-diff): Diff locally using version backups, if available.
9253 (vc-revert-file): If there's a version backup, revert locally.
9254 (vc-transfer-file): Use version backup for base version, if
9255 available. If not, ask for confirmation whether to get it from the
9256 server. Update mode line before check-in.
9257
92582000-10-04 Dave Love <fx@gnu.org>
9259
9260 * toolbar/tool-bar.el (tool-bar-setup): New function.
9261 (tool-bar-mode): Use it.
9262
92632000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9264
9265 * net/net-utils.el (nslookup-font-lock-keywords)
9266 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9267 Only set if window-system is non-nil
9268 (net-utils-run-program): Returns buffer.
9269 (network-connection-reconnect): Added this function.
9270
9271 * generic.el:
9272 Incorporates extensive cleanup and docfixes by
9273 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9274 Uses cl compile-time macros.
9275 (generic-mode-name, generic-comment-list)
9276 (generic-keywords-list, generic-font-lock-expressions)
9277 (generic-mode-function-list, generic-mode-syntax-table):
9278 Removed variables.
9279 (generic-mode-alist): Renamed to generic-mode-list.
9280 (generic-find-file-regexp): Default changed to "^#".
9281 (generic-read-type): Uses completing read on generic-mode-list.
9282 (generic-mode-sanity-check): removed this function.
9283 (generic-add-to-auto-mode): Removed this function
9284 (generic-mode-internal): Bind mode-specific definitions
9285 into function instead of putting them in alist.
9286 (generic-mode-set-comments): Reworked extensively.
9287 (generic-mode-find-file-hook): Simplified regexp searching
9288 (generic-make-keywords-list): Omit extra pair of parens
9289
9290 * find-lisp.el (find-lisp-find-files-internal):
9291 Make sure directory name ends with "/".
9292
9293 * generic-x.el (apache-conf-generic-mode):
9294 Regexp now allows leading whitespace.
9295 (rc-generic-mode): Added eval-when-compile
9296 around generic-make-keywords-list.
9297 Deleted duplicate regexp
9298 (rul-generic-mode): Added eval-when-compile
9299 around generic-make-keywords-list.
9300 (etc-fstab-generic-mode): New generic mode.
9301 (rul-generic-mode): Removed one eval-when-compile
9302 which caused a max-specpdl-size exceeded error.
9303
93042000-10-04 Miles Bader <miles@gnu.org>
9305
9306 * simple.el (minibuffer-temporary-goal-position): New variable.
9307 (next-history-element): Try to keep the position of point in the
9308 input string constant.
9309
9310 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9311 (dired-do-create-files): If there's only one file, pass it in as
9312 the DEFAULT arg to dired-mark-read-file-name.
9313
93142000-10-03 Stefan Monnier <monnier@cs.yale.edu>
9315
9316 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9317 (diff-goto-source): Be smarter when choosing REVERSE or not.
9318
9319 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9320 (texinfo-mode-menu): Add an explicit shortcut for update all.
9321
93222000-10-03 Andre Spiegel <spiegel@gnu.org>
9323
9324 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9325 factorize backend-specific code cleanly (this was essentially
9326 conceived by Stefan Monnier).
9327 (vc-unregister): Function removed.
9328 (vc-revert-file): New function.
9329 (vc-revert-buffer): Delegate some of the work to it.
9330
9331 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9332 default branch unconditionally.
9333 (vc-rcs-set-default-branch): New function.
9334 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9335 (vc-rcs-checkin): If an appropriate default branch has been set,
9336 force creation of that branch.
9337 (vc-rcs-receive-file): Rewritten to contain only backend-specific
9338 code (as suggested by Stefan Monnier).
9339
93402000-10-02 Gerd Moellmann <gerd@gnu.org>
9341
9342 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9343 highlighting overlay with a different face over the overlay
9344 isearch uses to highlight the current match because that can lead
9345 to bad face combinations.
9346
9347 * loadup.el (toplevel): Load faces before isearch.
9348
9349 * isearch.el (isearch-faces): New custom group.
9350 (isearch): New defface; was already tested for in the code.
9351 (isearch-lazy-highlight-face): Changed to defface from defcustom.
9352 (isearch-highlight): Always use face `isearch'.
9353
93542000-10-02 Dave Love <fx@gnu.org>
9355
9356 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9357 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
9358 comparison of opcode with operand.
9359
93602000-10-03 Miles Bader <miles@gnu.org>
9361
9362 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9363 buffer, since the echo area will now grow to accommodate them.
9364
93652000-10-02 Andre Spiegel <spiegel@gnu.org>
9366
9367 * vc-hooks.el (vc-registered): If FILE used to be registered under
9368 a certain backend, try that one first.
9369
9370 * vc.el (vc-responsible-backend): Undo the previous change in the
9371 argument list. Handle multiple backends correctly.
9372 (vc-find-new-backend): Function removed.
9373 (vc-register): Use vc-responsible-backend, as before.
9374 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9375
93762000-10-02 Gerd Moellmann <gerd@gnu.org>
9377
9378 * startup.el (fancy-splash-head): Change message below the
9379 logo.
9380
93812000-10-02 Miles Bader <miles@lsi.nec.co.jp>
9382
9383 * diff-mode.el (diff-goto-source): Emit a status message.
9384 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9385 (diff-test-hunk): Fix doc string.
9386 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9387 (diff-advance-after-apply-hunk): New variable.
9388 (diff-apply-hunk): Don't return a value.
9389
93902000-10-01 Stefan Monnier <monnier@cs.yale.edu>
9391
9392 * vc.el (vc-editable-p): Minor optimization.
9393 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9394 (vc-find-new-backend): New function split from vc-responsible-backend.
9395 (vc-register): Use it.
9396 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9397 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9398 (vc-default-unregister, vc-revert-buffer): Docstring fix.
9399 (vc-clear-headers): Don't use find-file.
9400 (vc-revert-buffer): Use `and' again (must have been a braino).
9401 (vc-switch-backend): Only prompt if requested.
9402 Short circuit if nothing is to be done.
9403 Don't use vc-resynch-buffer which could lose unsaved editing.
9404 (vc-default-receive-file): Update call to vc-unregister.
9405 (with-vc-file, vc-next-action-on-file):
9406 Use vc-backend rather than vc-registered.
9407 (vc-next-action-on-file): Use intern-soft.
9408 Deal with read-only *vc-diff* buffer.
9409 (vc-transfer-file): Docstring fix.
9410
9411 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9412 (vc-rcs-receive-file): Avoid with-vc-properties.
9413 Update call to vc-unregister.
9414 Use constant `RCS' rather than (dynamically bound) var `backend'.
9415
94162000-10-01 Andre Spiegel <spiegel@gnu.org>
9417
9418 * vc.el (vc-next-action-on-file): Update mode line only if file
9419 is visited.
9420 (vc-start-entry): New argument initial-contents. Don't visit the file
9421 if it isn't already visited. Brought documentation up-to-date.
9422 (vc-next-action, vc-register): Updated calls to vc-start-entry.
9423 (vc-checkin): New optional arg initial-contents, which is passed to
9424 vc-start-entry.
9425 (vc-finish-logentry): Make sure to bury log buffer only if there
9426 really is one. Call `vc-resynch-buffer' on log-file, not
9427 buffer-file-name.
9428 (vc-default-comment-history, vc-default-wash-log): New functions.
9429 (vc-index-of): Removed.
9430 (vc-transfer-file): Make do without the above.
9431 (vc-default-receive-file): Call comment-history unconditionally. Pass
9432 the resulting string to vc-checkin, instead of inserting it into the
9433 comment ring.
9434
9435 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9436 unconditionally. Use the comments as initial contents of the log
9437 entry buffer. Document the trick to force branch creation with no
9438 changes.
9439
94402000-10-01 Miles Bader <miles@gnu.org>
9441
9442 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9443 `recenter' with an arg to prevent redrawing the display.
9444
94452000-09-30 Stefan Monnier <monnier@cs.yale.edu>
9446
9447 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9448
9449 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9450
9451 * progmodes/c-mode.el (c-mode):
9452 Don't gratuitously override the default for comment-column.
9453
9454 * textmodes/tex-mode.el (latex-metasection-list): New var.
9455 (latex-imenu-create-index): Use it.
9456 Move the regexp construction outside loops (and use push).
9457 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9458 (tex-font-lock-keywords): Moved from font-lock.el.
9459 (tex-comment-indent): Remove.
9460 (tex-common-initialization): Don't set comment-indent-function.
9461 (latex-block-default): New var.
9462 (tex-latex-block): Use it to provide a default choice.
9463 Add any unknown choice to latex-block-names.
9464 Insert [...] after {...}.
9465 (tex-last-unended-begin): Simplify regexp.
9466 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9467 (latex-forward-sexp-1, latex-forward-sexp): New functions.
9468 (latex-mode): Set forward-sexp-function.
9469
9470 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9471 Add regexp for @ignore ... @end ignore.
9472 (texinfo-heading-face): New face.
9473 (texinfo-font-lock-keywords): Use it.
9474 (texinfo-mode-menu): New menu.
9475 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9476 New functions.
9477 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9478 (texinfo-section-types-regexp, texinfo-section-level-regexp)
9479 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9480 Remove declaration.
9481 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9482
9483 * delsel.el (delete-selection-mode): Use define-minor-mode.
9484
9485 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9486
94872000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9488
9489 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9490
94912000-09-30 Gerd Moellmann <gerd@gnu.org>
9492
9493 * replace.el (keep-lines-read-args): New function.
9494 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9495 read arguments interactively. Add parameters RSTART and REND.
9496 Operate on the active region in Transient Mark mode.
9497
9498 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9499
9500 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9501 (authors-obsolete-files-regexps): New variable.
9502 (authors-add): Don't record changes in obsolete files.
9503
95042000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9505
9506 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9507
9508 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9509 (comment-indent): Make sure there's a space between code and comment.
9510 Shift comments left to avoid going past fill-column.
9511
95122000-09-29 Gerd Moellmann <gerd@gnu.org>
9513
9514 * startup.el (startup-echo-area-message): New function.
9515 (display-startup-echo-area-message): Use it.
9516 (fancy-splash-screens): Rewritten to use keymaps and a timer.
9517 (fancy-splash-default-action): New function.
9518 (fancy-splash-screens-1): New function.
9519 (fancy-splash-head): Put a help-echo and a keymap under the image.
9520
95212000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9522
9523 * diff-mode.el (diff-add-log-file-name): Remove.
9524 (diff-mode): Use add-log-buffer-file-name-function.
9525
9526 * add-log.el (find-change-log): New arg BUFFER-FILE.
9527 (add-log-file-name): Obey add-log-file-name-function.
9528 (add-log-buffer-file-name-function): New var.
9529 (add-change-log-entry): Use it.
9530
95312000-09-29 Miles Bader <miles@gnu.org>
9532
9533 * image-file.el (image-file-name-extensions): New variable.
9534 (image-file-name-regexps): Renamed from `image-file-regexps'.
9535 New default value is nil. Call `auto-image-file-mode'.
9536 (image-file-name-regexp): New function.
9537 (auto-image-file-mode): New minor mode.
9538 (insert-image-file): Don't make conditional on the image-file
9539 handler being enabled.
9540 (image-file-handler): Make the call here conditional instead.
9541 (set-image-file-handler-enabled, enable-image-file-handler)
9542 (disable-image-file-handler): Functions removed.
9543
9544 * emacs-lisp/authors.el (authors-print): Rephrase many-files
9545 string.
9546
95472000-09-29 Gerd Moellmann <gerd@gnu.org>
9548
9549 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9550 it's a function from CL.
9551 (latex-imenu-create-index): Replace eval-when-compile with progn
9552 because latex-section-alist is not bound while compiling.
9553
95542000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9555
9556 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9557 (outline-mode): Use define-derived-mode.
9558
9559 * progmodes/perl-mode.el (perl-mode):
9560 * progmodes/awk-mode.el (awk-mode):
9561 * progmodes/asm-mode.el (asm-mode):
9562 Don't gratuitously override the default for comment-column.
9563
9564 * emacs-lisp/lisp.el (lisp-complete-symbol):
9565 Distinguish the let-binding case from the funcall case.
9566 (forward-sexp-function): New variable.
9567 (forward-sexp): Use it.
9568
9569 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9570 (easy-mmode-defmap): Remove the now useless autoload.
9571
9572 * time.el (display-time-mode): Use define-minor-mode.
9573
9574 * subr.el (add-minor-mode): Don't eval NAME.
9575 Don't depend on the presence of TOGGLE-FUN for any special behavior.
9576 Use if rather than cond.
9577
9578 * simple.el (read-expression-map): Define more properly.
9579 (comment-indent-hook): Remove.
9580 (string-to-syntax): Bug fix.
9581
9582 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9583 (cvs-ediff-diff): Fix typo.
9584 (cvs-revert-if-needed): Don't bother preserving read-only.
9585
9586 * paren.el (show-paren-mode): Use define-minor-mode.
9587
9588 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9589 (toggle-auto-compression): Remove.
9590 (jka-compr-build-file-regexp): Remove useless grouping.
9591
9592 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9593 Avoid user-reserved bindings.
9594 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9595 (diff-header-face): Revert to grey85.
9596
9597 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9598
9599 * complete.el (partial-completion-mode) <defcustom>: Remove.
9600 (partial-completion-mode): Use define-minor-mode.
9601 (PC-do-completion): Understand `completion-auto-help = delay'
9602 to mean to popup the completion buffer only the second time.
9603 (PC-include-file-all-completions, PC-include-file-all-completions)
9604 (PC-include-file-all-completions): Don't quote lambda.
9605
9606 * comint.el (comint-mode-hook): Docstring fix.
9607 (comint-mode): Use define-derived-mode.
9608 (comint-mode-map): Remove obsolete comment.
9609 (make-comint): Minor stylistic change.
9610 (comint-insert-clicked-input): Be more careful to find the overlay.
9611 Use this-command-keys rather than hardcoding mouse-2.
9612
9613 * font-lock.el: Replace confusing (,@ with ,
9614 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
9615 Don't use regexp-opt-depth. Spice up the regexp for args.
9616 Don't distinguish between cmds that can take an opt arg or not.
9617 Use `append' and `prepend' rather than `keep'.
9618
9619 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
9620 (latex-outline-regexp): New var.
9621 (latex-outline-level): New fun.
9622 (latex-section-alist): New var.
9623 (latex-imenu-create-index): Use it. Use `push' as well.
9624 (tex-shell-map): Initialize it properly.
9625 (tex-mode): Minor stylistic change.
9626 (plain-tex-mode): Use define-derived-mode.
9627 (latex-mode): Use define-derived-mode.
9628 Construct the paragraph regexps in a more readable way.
9629 Set the buffer-local outline-{level,regexp} vars.
9630 (slitex-mode): Derive from latex-mode.
9631 (tex-common-initialization): Don't kill-all-vars anymore.
9632 Add setting for comment-add and font-lock-defaults.
9633 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
9634 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
9635 (tex-start-tex): New arg DIR (and send a chdir command for it).
9636 Also display the shell buffer and save it in tex-last-buffer-texed.
9637 (tex-region): Use expand-file-name rather than concat.
9638 Remove code made useless by changes in tex-start-tex.
9639 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
9640
9641 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
9642
96432000-09-28 Dave Love <fx@gnu.org>
9644
9645 * eshell/eshell.el (eshell) <defgroup>: Add :version.
9646
96472000-09-28 Gerd Moellmann <gerd@gnu.org>
9648
9649 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
9650 `append'.
9651
96522000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9653
9654 * info.el (Info-extract-pointer): Undo last change.
9655 Instead, fix the position of the `bound' arg to re-search-backward.
9656
96572000-09-27 Stefan Monnier <monnier@cs.yale.edu>
9658
9659 * info.el (Info-extract-pointer):
9660 Widen more carefully, to avoid finding pointers in other nodes.
9661 (Info-index): Use push.
9662
96632000-09-27 Gerd Moellmann <gerd@gnu.org>
9664
9665 * frame.el (set-frame-font): Remove call to obsolete function
9666 frame-update-faces.
9667 (set-foreground-color, set-background-color): Likewise for
9668 frame-update-face-colors.
9669
96702000-09-27 Miles Bader <miles@gnu.org>
9671
9672 * image-file.el: New file.
9673
96742000-09-27 Gerd Moellmann <gerd@gnu.org>
9675
9676 * frame.el (frame-notice-user-settings): Don't call
9677 frame-update-faces, which is a no-op now.
9678
9679 * ediff-wind.el (ediff-control-frame-parameters): Add zero
9680 tool-bar-lines.
9681
96822000-09-27 Dave Love <fx@gnu.org>
9683
9684 * mouse.el: Fix last change.
9685
96862000-09-27 Miles Bader <miles@lsi.nec.co.jp>
9687
9688 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
9689
96902000-09-22 Kenichi Handa <handa@etl.go.jp>
9691
9692 * international/quail.el (quail-help): The output message is
9693 improved.
9694
96952000-09-26 Dave Love <fx@gnu.org>
9696
9697 * mouse.el (popup-menu): If POSITION is nil, set it using
9698 mouse-position.
9699
97002000-09-25 Sam Steingold <sds@gnu.org>
9701
9702 * net/browse-url.el (browse-url-file-url): Check for null maps.
9703
97042000-09-26 Gerd Moellmann <gerd@gnu.org>
9705
9706 * frame.el (frame-notice-user-settings): Don't add a
9707 tool-bar-lines frame parameter to default-frame-alist in batch mode.
9708
9709 * frame.el (frame-notice-user-settings):
9710 Make tool-bar-mode and default-frame-alist consistent.
9711
9712 * toolbar/tool-bar.el (tool-bar-help): New function.
9713
97142000-09-25 Gerd Moellmann <gerd@gnu.org>
9715
9716 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
9717 current-load-list in top-level forms. Else this leaks a cons cell
9718 every time a defun is called.
9719
9720 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
9721
97222000-09-25 Dave Love <fx@gnu.org>
9723
9724 * startup.el (fancy-splash-head): Check XPM is available.
9725
9726 * autoinsert.el (auto-insert): Doc fix.
9727 (auto-insert-alist): Following GNU notices, don't say `copyright
9728 _by_'. Use line-beginning-position.
9729 (auto-insert): Check buffer-file-name is non-nil before use.
9730
97312000-09-25 Gerd Moellmann <gerd@gnu.org>
9732
9733 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
9734 starting with `@def' or `@multitable', in addition to ones
9735 specified by the user in auto-fill-inhibit-regexp.
9736
97372000-09-25 Markus Rost <rost@math.ohio-state.edu>
9738
9739 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
9740 rmail-dont-reply-to-names matches the empty string.
9741
97422000-09-25 Gerd Moellmann <gerd@gnu.org>
9743
9744 * startup.el (command-line-1, fancy-splash-text): Change the
9745 text to sound more friendly.
9746
97472000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
9748
9749 * progmodes/hideshow.el: Update author email address.
9750 Generally, sync w/ maintainer version 5.22.
9751 (hs-hide-all-non-comment-function): New var.
9752 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
9753 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
9754 (hs-show-region): Delete this command.
9755 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
9756
97572000-09-22 Dave Love <fx@gnu.org>
9758
9759 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
9760 (hl-line-highlight): Specify buffer when moving overlay.
9761
9762 * progmodes/fortran.el (fortran-mode): Locally set
9763 normal-auto-fill-function.
9764 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
9765 (fortran-mode-map): Adjust auto-fill menu entry.
9766
97672000-09-22 Gerd Moellmann <gerd@gnu.org>
9768
9769 * vc-rcs.el (toplevel): Require `vc' when compiling.
9770
9771 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
9772
97732000-09-22 Andre Spiegel <spiegel@gnu.org>
9774
9775 * vc.el (vc-switch-backend): Signal an error if the file is not
9776 registered under the new backend.
9777
9778 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
9779 without explicit revision number.
9780
97812000-09-21 Stefan Monnier <monnier@cs.yale.edu>
9782
9783 * diff-mode.el (diff-file-header-face): Reset to its previous value.
9784 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
9785 (diff-xor): New function.
9786 (diff-find-source-location): Use it. Fix a stupid name clash.
9787 (diff-hunk-status-msg): New function.
9788 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
9789 (diff-test-hunk): Use diff-find-source-location.
9790 (diff-goto-source): Favor the `reverse'.
9791 (diff-hunk-text): Properly handle one-sided context diffs.
9792 (diff-apply-hunk): When done, advance to the next hunk.
9793
97942000-09-21 Gerd Moellmann <gerd@gnu.org>
9795
9796 * startup.el (command-line): If frame was created with a non-zero
9797 tool-bar-lines parameter, switch tool-bar-mode on.
9798
9799 * add-log.el (change-log-date-face, change-log-name-face)
9800 (change-log-email-face, change-log-file-face)
9801 (change-log-list-face, change-log-conditionals-face)
9802 (change-log-function-face, change-log-acknowledgement-face):
9803 New faces, inheriting from font-lock faces.
9804 (change-log-font-lock-keywords): Use them.
9805
98062000-09-21 Dave Love <fx@gnu.org>
9807
9808 * progmodes/cperl-mode.el (top-level): Clean up
9809 `eval-when-compile's and assorted defvars.
9810 (cperl-invalid-face): Don't double-quote value. Change custom
9811 type.
9812 (cperl-mode): Set normal-auto-fill-function and don't zap
9813 auto-fill-function.
9814 (cperl-imenu--function-name-regexp-perl): Renamed from
9815 imenu-example--function-name-regexp-perl.
9816 (cperl-imenu--create-perl-index): Renamed from
9817 imenu-example--create-perl-index.
9818 (cperl-xsub-scan): Don't require cl.
9819
9820 * msb.el (msb-mode-map): Use substitute-key-definition.
9821 (msb-mode): Use msb-mode-map.
9822
98232000-09-21 Andre Spiegel <spiegel@gnu.org>
9824
9825 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
9826 New functions.
9827 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
9828 (vc-switch-backend): New function.
9829 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
9830 (vc-register): Fix prompt.
9831 (vc-unregister, vc-default-unregister): New functions.
9832 (vc-version-diff): Handle empty buffer in sentinel.
9833
9834 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
9835 (vc-rcs-state-heuristic): Use it to guess the state of files with
9836 non-strict locking.
9837 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
9838 been set with -b, but not created yet.
9839 (vc-rcs-fetch-master-state): With non-strict locking, compare file
9840 contents in order to find the state.
9841 (vc-rcs-checkin): Allow creation of branches with no changes.
9842 (vc-rcs-unregister, vc-rcs-receive-file)
9843 (vc-rcs-set-non-strict-locking): New functions.
9844
9845 * vc-hooks.el (vc-name): Force correct computation of the value
9846 in case it is missing.
9847
98482000-09-21 Gerd Moellmann <gerd@gnu.org>
9849
9850 * startup.el (fancy-splash-tail): Use a different foreground
9851 color on a dark frame background.
9852
98532000-09-21 Miles Bader <miles@lsi.nec.co.jp>
9854
9855 * info.el: Use the correct capitalization when making Info-mode
9856 and Info-edit-mode `special' modes.
9857
98582000-09-20 Stefan Monnier <monnier@cs.yale.edu>
9859
9860 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
9861 (diff-mode): Add support for add-log.el.
9862 (diff-hunk-text): Use char offsets rather than line offsets.
9863 (diff-find-source-location): Replace LINE with line-offset (nil
9864 if not found) and always set POS to a meaningful position.
9865 Adapt to the new char-offsets.
9866 (diff-apply-hunk): Drop support for the unused `select' POPUP.
9867 Adapt to the new diff-find-source-location.
9868 (diff-goto-source): Adapt to the new diff-find-source-location.
9869
9870 * add-log.el (add-log-file-name): New function (split out of
9871 add-change-log-entry).
9872 (add-change-log-entry): Use it.
9873 Call add-log-file-name-function with the changelog file name if
9874 the current buffer is not associated with any file.
9875 Avoid find-file if the selected window is dedicated.
9876
9877 * diff-mode.el (diff-find-source-location):
9878 Move code from diff-apply-hunk. Return buffer rather than file.
9879 (diff-apply-hunk): Use the new result from diff-find-source-location.
9880 (diff-goto-source): Use the new diff-find-source-location.
9881
98822000-09-20 Dave Love <fx@gnu.org>
9883
9884 * iswitchb.el: Some doc fixes.
9885 (iswitchb-mode-map): Define completely initially. Inherit
9886 minibuffer-local-map.
9887 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
9888 fundamental-mode.
9889 (iswitchb-global-map): New variable.
9890 (iswitchb-summaries-to-end): Amalgamate regexps.
9891 (iswitchb-mode): New.
9892 (iswitchb-mode-hook): New variable.
9893 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
9894 `extensions'.
9895
98962000-09-20 Gerd Moellmann <gerd@gnu.org>
9897
9898 * ehelp.el (electric-help): New defgroup.
9899 (electric-help-shrink-window): New user-option.
9900 (with-electric-help): Use it.
9901
9902 * window.el (shrink-window-if-larger-than-buffer): If face
9903 `mode-line' has a :box, and we're on a graphical frame, add 1
9904 to the needed window height.
9905
9906 * frame.el (frame-notice-user-settings): Add a last parameter nil
9907 to a call to `append', because the last list passed to `append' is
9908 not copied, and so subsequent calls to assq-delete-all will modify
9909 default-frame-alist.
9910
9911 * startup.el (fancy-splash-image): Change :type.
9912 (fancy-splash-head): Use an XBM image if appropriate.
9913 (command-line-1): Show splash screens in more cases.
9914
9915 * startup.el (fancy-splash-text): Don't quote faces.
9916
9917 * dired.el (dired-font-lock-keywords): Undo last change.
9918 (dired-readin): Bind indent-tabs-mode to nil.
9919
9920 * startup.el (fancy-splash-head): If frame's background mode
9921 is `dark', change the black background of the image to gray.
9922 (fancy-splash-screens): Display startup echo area message.
9923 (display-startup-echo-area-message): New function.
9924
99252000-09-20 Miles Bader <miles@lsi.nec.co.jp>
9926
9927 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
9928
9929 * info.el (info-header-node): Tweak for color ttys.
9930
9931 * faces.el (face-valid-attribute-values): Make sure directories we
9932 search for stipples both exist and are readable before trying to
9933 search them.
9934
9935 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
9936 in the dry-run case.
9937
9938 * jka-compr.el (with-auto-compression-mode): New macro.
9939
9940 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
9941 (custom-group-tag-face, custom-variable-tag-face): Use relative
9942 :height and inherit from `variable-pitch' face instead of
9943 hardwiring :family.
9944 * hi-lock.el (hi-black-hb): Likewise.
9945
9946 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
9947 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
9948 toolbar-add-item, if image doesn't have a mask add a `:mask
9949 heuristic'.
9950
99512000-09-19 Stefan Monnier <monnier@cs.yale.edu>
9952
9953 * diff-mode.el: Docstring fixes.
9954 (diff-header-face, diff-comment-face): New faces.
9955 (diff-font-lock-keywords): Highlight a bit differently.
9956 (diff-find-source-location): Don't return SPAN any more.
9957 (diff-hunk-text): Don't bother erasing the temp buffer.
9958 (diff-find-text): Drop argument LINE.
9959 (diff-apply-hunk): Update calls to diff-find-text.
9960 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
9961
9962 * calendar/calendar.el: Docstring fixes.
9963 (calendar-make-alist): Don't quote lambda.
9964 (calendar-star-date): Use make-local-variable.
9965
99662000-09-19 Dave Love <fx@gnu.org>
9967
9968 * toolbar/tool-bar.el: Renamed from toolbar.el.
9969 Change `toolbar' to `tool-bar' generally in symbols.
9970 Make some items invisible in `special' major modes.
9971 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
9972 Add arg PROPS.
9973
9974 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
9975 Add :version here.
9976 (fancy-splash-delay, fancy-splash-image): Remove :version here.
9977
99782000-09-19 Gerd Moellmann <gerd@gnu.org>
9979
9980 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
9981
9982 * files.el (find-file-suppress-same-file-warnings): New user-option.
9983 (find-file-noselect): Use it.
9984
9985 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
9986 (fancy-splash-screen): Defgroup.
9987
9988 * add-log.el (change-log-font-lock-keywords): Match names
9989 more exactly for the case that font-lock-constant-face is
9990 underlined.
9991
99922000-09-19 Richard M. Stallman <rms@gnu.org>
9993
9994 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
9995
99962000-09-19 Andre Spiegel <spiegel@gnu.org>
9997
9998 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
9999
100002000-09-19 Gerd Moellmann <gerd@gnu.org>
10001
10002 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10003 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10004 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10005 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10006 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10007 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10008 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10009 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10010 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10011 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10012 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10013 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10014
10015 * startup.el (fancy-splash-text): New variable.
10016 (fancy-splash-delay, fancy-splash-image): New user-options.
10017 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10018 (fancy-splash-screens): New functions.
10019 (command-line-1): If display has a `display' frame parameter, has
10020 colors, and we have XPM support, show more fancy splash screens.
10021
100222000-09-19 Dave Love <fx@gnu.org>
10023
10024 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
10025 with null `help'. Use modern backquote syntax.
10026
100272000-09-19 Gerd Moellmann <gerd@gnu.org>
10028
10029 * font-lock.el (font-lock-mode): Change message telling the user
10030 that ``the buffer is too big''.
10031
10032 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10033 for instance for the case that tab-width is 2.
10034
100352000-09-18 Gerd Moellmann <gerd@gnu.org>
10036
10037 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10038 toolbar-add-item, if image doesn't have a mask add a `:mask
10039 heuristic'.
10040
100412000-09-18 Miles Bader <miles@lsi.nec.co.jp>
10042
10043 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10044 and return a cons if it's non-nil.
10045 (diff-apply-hunk): Try to jump to the line in the source text
10046 corresponding to the position of point in the in the hunk.
10047
10048 * info.el (Info-title-3-face, Info-title-2-face)
10049 (Info-title-1-face): Use face inheritance and relative sizes
10050 instead of hard-wiring things.
10051
10052 * faces.el (secondary-selection): Make dark-background variant sane.
10053
100542000-09-16 Andrew Innes <andrewi@gnu.org>
10055
10056 * makefile.w32-in (compile-files-CMD): No need to make .elc files
10057 read-only, since they aren't under VC now.
10058
100592000-09-17 Dave Love <fx@gnu.org>
10060
10061 * tmm.el: Replace mapcar with mapc in several places.
10062
10063 * loadhist.el (unload-feature): Maybe call elp-restore-list and
10064 ad-unadvise.
10065
10066 * international/latin1-disp.el: New file.
10067
10068 * calendar/cal-move.el (scroll-calendar-left)
10069 (scroll-calendar-right): Make arg optional (for active mode line).
10070
10071 * calendar/calendar.el (calendar-mode-line-format): Make fields
10072 mouse-sensitive.
10073 (calendar-read-date, calendar-read-date, calendar-window-list):
10074 Unquote lambda.
10075 (calendar-month-name): Use aref, not sref.
10076
10077 * view.el (minor-mode-alist): Propertize the string.
10078
10079 * international/characters.el (standard-case-table): Add entries
10080 for Greek.
10081
100822000-09-18 Miles Bader <miles@gnu.org>
10083
10084 * info.el (info-node, info-xref): Add dark-background variants.
10085
10086 * faces.el (header-line): Change defaults to be less confusing
10087 when mixed with mode-lines.
10088
10089 * info.el (Info-fontify-node): Make a few cleanups.
10090 Add extra `help-echo' and `local-map' props to node xrefs.
10091 Use header-specific faces for node-names & xrefs.
10092 (Info-use-header-line): New variable.
10093 (info-header-xref, info-header-node): New faces.
10094 (Info-setup-header-line): New function.
10095 (Info-select-node): Call Info-setup-header-line when enabled.
10096 (Info-extract-pointer): Work even if the header line is hidden.
10097 (Info-header-line): New variable.
10098
100992000-09-16 Stefan Monnier <monnier@cs.yale.edu>
10100
10101 * vms-patch.el (print-region-function): Don't quote lambda.
10102
10103 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10104
10105 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10106 (lm-get-header-re): Allow spaces between the header and the colon.
10107 (lm-header): Allow $ in non-RCS headers.
10108 (lm-header-multiline): Put the strings back into order.
10109 Stop at an empty line. Don't require two space chars if the
10110 line is clearly not another header line.
10111
10112 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10113 (popup-menu-popup): Remove.
10114
101152000-09-15 Gerd Moellmann <gerd@gnu.org>
10116
10117 * toolbar/toolbar.el (toolbar-add-item): Use the same image
10118 specification if or if not tool-bar item contains an `:enabled'
10119 property.
10120
10121 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10122 current buffer has no file name.
10123
101242000-09-15 Dave Love <fx@gnu.org>
10125
10126 * strokes.el: Sync with maintainer's current version with changes
10127 for Emacs, but avoid runtime cl and levents.
10128 (toplevel): Change autoloads and compilation requires.
10129 (strokes-version, strokes-bug-address, strokes-lift): Values
10130 changed.
10131 (strokes-xpm-header, strokes-insinuated): New variable.
10132 (strokes): Add :link.
10133 (strokes-mode): Customized.
10134 (strokes-while-inhibiting-garbage-collector): New macro.
10135 (strokes-remassoc): Avoid remove-if.
10136 (strokes-fix-button2-command): Don't use ad-do-it.
10137 (strokes-insinuate): New function.
10138 (strokes-button-press-event-p, strokes-button-release-event-p):
10139 New functions, used instead of non-`strokes-' versions..
10140 (strokes-mouse-event-p): Rewritten.
10141 (strokes-event-closest-point): Avoid event-point.
10142 (strokes-get-grid-position): Avoid cdadr, caadr
10143 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10144 functions.
10145 (strokes-help): Use with-output-to-temp-buffer.
10146 (strokes-window-configuration-changed-p): New function.
10147 (strokes-update-window-configuration): Use buffer-live-p,
10148 strokes-window-configuration-changed-p.
10149 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
10150 (strokes-char-face): New face.
10151 (strokes-char-table, strokes-base64-chars): New variable.
10152 (strokes-xpm-for-stroke, strokes-list-strokes)
10153 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10154 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10155 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10156 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10157 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10158 functions.
10159
101602000-09-15 Gerd Moellmann <gerd@gnu.org>
10161
10162 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10163
10164 * image.el (create-image): Doc fix.
10165
10166 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10167 instead of `:heuristic-mask t'.
10168
101692000-09-14 Andrew Innes <andrewi@gnu.org>
10170
10171 * makefile.w32-in: Revert to Unix line endings.
10172
101732000-09-14 Andrew Innes <andrewi@gnu.org>
10174
10175 * makefile.w32-in: Add bootstrap support. Also copy lisp source
10176 when installing.
10177
10178 * makefile.nt (DONTCOMPILE): Fix typo.
10179
10180 * shell.el (shell-write-history-on-exit): New function.
10181 (shell-dumb-shell-regexp): New custom variable.
10182 (shell-mode): Make shell-write-history-on-exit the process
10183 sentinel if shell name matches shell-dumb-shell-regexp.
10184
10185 * w32-fns.el: Comment out before-init-hook function which resets
10186 source-directory based; this breaks bootstrap.
10187
101882000-09-14 Dave Love <fx@gnu.org>
10189
10190 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10191 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10192 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10193 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10194 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10195 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10196 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
10197 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
10198 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10199
10200 * toolbar/toolbar.el: New.
10201
10202 * subdirs.el: Add toolbar.
10203
102042000-09-14 Gerd Moellmann <gerd@gnu.org>
10205
10206 * indent.el (indent-for-tab-command): Doc fix.
10207
102082000-09-14 Alex Schroeder <alex@gnu.org>
10209
10210 * ansi-color.el (ansi-colors): Doc change.
10211 (ansi-color-get-face): Simplified regexp.
10212 (ansi-color-faces-vector): Added more faces, doc change.
10213 (ansi-color-names-vector): Doc change.
10214 (ansi-color-regexp): Simplified regexp.
10215 (ansi-color-parameter-regexp): New regexp.
10216 (ansi-color-filter-apply): Doc change.
10217 (ansi-color-filter-region): Doc change.
10218 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10219 deal with zero length parameters.
10220 (ansi-color-apply-on-region): Doc change.
10221 (ansi-color-map): Doc change.
10222 (ansi-color-map-update): Removed debugging message.
10223 (ansi-color-get-face-1): Added condition-case to trap
10224 args-out-of-range errors.
10225 (ansi-color-get-face): Doc change.
10226 (ansi-color-make-face): Removed.
10227 (ansi-color-for-shell-mode): New option.
10228
102292000-09-13 Kenichi Handa <handa@etl.go.jp>
10230
10231 * international/quail.el (quail-start-translation): Translate KEY
10232 if necessary even if it doesn't have any mapping in the current
10233 input method.
10234 (quail-start-conversion): Likewise.
10235 (quail-help): The output message is improved.
10236
102372000-09-13 Miles Bader <miles@gnu.org>
10238
10239 * comint.el (comint-output-filter): Revert to using
10240 `insert-before-markers'. Add bletcherous hack to undo damage
10241 caused by `insert-before-markers'. Put `front-sticky' property on
10242 overlays created here so that the field code understands how the
10243 overlay works. Use a let when making comint-last-prompt-overlay,
10244 so that the code is easier to read.
10245
102462000-09-13 Dave Love <fx@gnu.org>
10247
10248 * wid-edit.el (widget-default-format-handler): DTRT when
10249 doc-property is a function.
10250
102512000-09-12 Francesco Potorti` <pot@gnu.org>
10252
10253 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10254 filed name if it's not there.
10255
102562000-09-12 Dave Love <fx@gnu.org>
10257
10258 * simple.el (read-mail-command): Doc fix.
10259 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10260
10261 * vc.el (vc-dired-listing-switches): Fix :version.
10262
10263 * vc-hooks.el: Doc fixes.
10264
10265 * subr.el (add-minor-mode): Use toggle-fun arg.
10266
10267 * speedbar.el: Add :version to several defcustoms.
10268
10269 * imenu.el (imenu--truncate-items, imenu--cleanup)
10270 (imenu--generic-function): Avoid mapcar.
10271 (imenu--replace-spaces): Function removed.
10272 (imenu--completion-buffer): Use subst-char-in-string.
10273 (imenu-add-to-menubar): Use keymap inheritance.
10274
102752000-09-12 Miles Bader <miles@gnu.org>
10276
10277 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10278 (diff-mode-map): Bind `diff-test-hunk'.
10279 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10280
102812000-09-11 Gerd Moellmann <gerd@gnu.org>
10282
10283 * bytecomp.el (byte-compile-defvar): Undo last change
10284 because it breaks '(make-variable-buffer-local (defvar ...)'
10285 which is used at least in dired.
10286
102872000-09-12 Kenichi Handa <handa@etl.go.jp>
10288
10289 * international/quail.el (quail-define-package): Docstring
10290 modified.
10291
102922000-09-12 Kenichi Handa <handa@etl.go.jp>
10293
10294 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10295 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10296 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
10297 docstring of "chinese-py".
10298
10299 * international/quail.el (quail-translation-docstring): New
10300 variable.
10301 (quail-show-keyboard-layout): Docstring modified.
10302 (quail-select-current): Likewise.
10303 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10304 infinite recursive call.
10305 (quail-help): Check quail-translation-docstring. Format of the
10306 output changed.
10307 (quail-help-insert-keymap-description): Adjusted for the above
10308 change.
10309
103102000-09-11 Gerd Moellmann <gerd@gnu.org>
10311
10312 * bytecomp.el (byte-compile-defvar): Only cons onto
10313 current-load-list in top-level forms. Else this leaks a cons cell
10314 every time a defun is called.
10315
103162000-09-11 Miles Bader <miles@lsi.nec.co.jp>
10317
10318 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10319 Now understands non-unified diffs. Some functionality moved into
10320 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
10321 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
10322 modify anything. Only reposition point in the patched file if the
10323 patch succeeds. Only pop up another window if POPUP is true.
10324 Emit a message describing what happened if successful, and at what
10325 line-offset. Automatically detect reversed hunks and do something
10326 appropriate.
10327 (diff-hunk-text, diff-find-text): New functions.
10328 (diff-filter-lines): Function removed.
10329 (diff-test-hunk): New function.
10330 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10331
103322000-09-10 Dave Love <fx@gnu.org>
10333
10334 * textmodes/tildify.el: Minor doc/commentary fixes.
10335 (tildify) <defgroup>: Add :version.
10336
10337 * faces.el (face-x-resources): Make custom type more specific.
10338 (frame-background-mode): Use mapc.
10339 (region) <defcustom>: Add :version.
10340
103412000-09-08 Stefan Monnier <monnier@cs.yale.edu>
10342
10343 * vc-sccs.el (vc-sccs-register):
10344 * vc-rcs.el (vc-rcs-register):
10345 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10346 * vc.el (vc-register): Clear file's properties.
10347
103482000-09-08 Gerd Moellmann <gerd@gnu.org>
10349
10350 * faces.el (face-spec-set): Only face-spec-reset-face when
10351 ATTRS is non-nil.
10352
103532000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10354
10355 * help.el (help-insert-xref-button): Fix a typo in doc string.
10356
103572000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
10358
10359 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10360 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10361 methods.
10362
10363 * menu-bar.el (read-mail-item-name): New function.
10364 (menu-bar-tools-menu): Use it to compute and display the package
10365 used to read email.
10366 (menu-bar-tools-menu): Fix typo in GUD's help string.
10367
103682000-09-07 Dave Love <fx@gnu.org>
10369
10370 * diff-mode.el (diff-mouse-goto-source): New function.
10371
10372 * vc-sccs.el: Doc fixes.
10373 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10374
10375 * vc-rcs.el: Doc fixes.
10376 (vc-rcs-register-switches, vc-rcs-checkin-switches)
10377 (vc-rcs-checkout-switches, vc-rcs-header)
10378 (vc-rcs-master-templates): Add or change :version.
10379
10380 * vc-cvs.el: Doc fixes.
10381 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10382 (vc-cvs-stay-local): Add :version.
10383
10384 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10385
103862000-09-07 Kenichi Handa <handa@etl.go.jp>
10387
10388 * international/quail.el (quail-help): Fix previous change.
10389
103902000-09-07 Gerd Moellmann <gerd@gnu.org>
10391
10392 * faces.el (color-values): Doc fix.
10393
10394 * faces.el (frame-set-background-mode): Use frame-parameter
10395 instead of frame-parameters.
10396
10397 * frame.el (filtered-frame-list): Reduce consing.
10398 (frames-on-display-list): Call frame-parameter instead of
10399 frame-parameters.
10400
104012000-09-07 Kenichi Handa <handa@etl.go.jp>
10402
10403 * language/devan-util.el (devanagari-to-indian-region): In the
10404 loop, change the following char, not preceding char.
10405
104062000-09-07 Gerd Moellmann <gerd@gnu.org>
10407
10408 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10409 instead of frame-parameters.
10410
10411 * faces.el (set-face-attribute): Simplify by calling
10412 internal-set-lisp-face-attribute with FRAME being 0.
10413
10414 * vc.el: Remove `Id' version control keyword.
10415
104162000-09-07 Kenichi Handa <handa@etl.go.jp>
10417
10418 * help.el (help-make-xrefs): Adjusted for the change of
10419 help-xref-mule-regexp.
10420 (help-insert-xref-button): New function.
10421
10422 * international/mule-cmds.el (help-xref-mule-regexp-template):
10423 Include the pattern for character set.
10424 (leim): New group.
10425
10426 * international/quail.el: Don't require face.
10427 (quail): New group.
10428 (quail-other-command): Dummy command to make quail-help work better.
10429 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10430 (quail-keyboard-layout-substitution): New variable.
10431 (quail-update-keyboard-layout): New function.
10432 (quail-keyboard-layout-type): New customizable variable.
10433 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10434 (quail-keyboard-translate): Pay attention to
10435 quail-keyboard-layout-substitution.
10436 (quail-insert-kbd-layout): New function.
10437 (quail-show-keyboard-layout): New function.
10438 (quail-get-translation): If the definition is a vector of length
10439 1, and the element is a string of length 1, return the character
10440 in that string.
10441 (quail-update-current-translations): Fix the case of
10442 relative-index out of range.
10443 (quail-build-decode-map, quail-insert-decode-map): New Functions.
10444 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10445 Show key sequences for all available characters.
10446 (quail-help-insert-keymap-description): Don't show such verbose
10447 key bindings as quail-self-insert-command.
10448
10449 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10450 Format changed, and each element now have extra documentations.
10451 (tit-process-header): Delete invalid characters from TIT-PROMPT.
10452 Adjusted for the change of quail-cxterm-package-ext-info.
10453
104542000-09-06 Gerd Moellmann <gerd@gnu.org>
10455
10456 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10457 requiring it leads to a recursive loading of vc.el and vc-hooks.el
10458 during bootstrap.
10459
104602000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10461
10462 * vc.el: (toplevel): Don't require `dired' at run-time.
10463 (vc-dired-resynch-file): Remove autoload cookie.
10464
104652000-09-05 Andre Spiegel <spiegel@gnu.org>
10466
10467 * vc.el: Made several backend functions optional.
10468 (vc-default-responsible-p): New function.
10469 (vc-merge): Use RET for first version to trigger merge-news, not
10470 prefix arg.
10471 (vc-annotate): Handle backends that do not support annotation.
10472 (vc-default-merge-news): Removed. The existence of a merge-news
10473 implementation is now checked on caller sites.
10474
10475 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10476 case.
10477
10478 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10479 special case that has been removed from the default in vc-hooks.el.
10480
104812000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10482
10483 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10484
104852000-09-05 Andre Spiegel <spiegel@gnu.org>
10486
10487 * vc-hooks.el: Require vc during compilation.
10488 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10489 macro `with-vc-properties' in vc.el.
10490 (vc-file-getprop): Doc fix.
10491 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10492
10493 * vc.el: Require dired-aux during compilation.
10494 (vc-name-assoc-file): Moved to vc-sccs.el.
10495 (with-vc-properties): New macro.
10496 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10497 vc-finish-steal): Use it.
10498 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
10499 to the backend-specific function is now supposed to do the checkout,
10500 too.
10501 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10502
10503 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10504 set file properties; that gets done in the generic code now.
10505
10506 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10507 Changed parameter list, added code from vc.el that does the
10508 checkout, possibly with a double-take.
10509
10510 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10511 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10512 the above under the new name.
10513 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
10514 parameter list, added checkout command.
10515 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10516 properties; that gets done in the generic code now.
10517
105182000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10519
10520 * vc.el: Docstring fixes (courtesy of checkdoc).
10521
105222000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10523
10524 * vc.el (vc-checkout-writable-buffer-hook)
10525 (vc-checkout-writable-buffer): Remove.
10526 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10527 (vc-log-mode): Make it into a clean derived major mode.
10528 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10529 vc-log-mode if log-edit is not available.
10530 (vc-dired-mode-map): Don't set-keymap-parent yet.
10531 (vc-dired-mode): Do set-keymap-parent here.
10532 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10533
105342000-09-05 Gerd Moellmann <gerd@gnu.org>
10535
10536 * faces.el (set-face-attribute, face-spec-reset-face)
10537 (face-spec-set): Avoid consing by removing calls to `apply'.
10538
10539 * frame.el (frame-parameter): Move to C code.
10540
105412000-09-05 Dave Love <fx@gnu.org>
10542
10543 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10544 insert-before-markers-and-inherit. Now checked systematically!
10545
105462000-09-05 Alex Schroeder <alex@gnu.org>
10547
10548 * sql.el (sql-postgres): Use sql-postgres-options.
10549 (sql-postgres-options): New variable.
10550
105512000-09-05 Alex Schroeder <alex@gnu.org>
10552
10553 * sql.el (sql-mode-menu): Work around missing variable mark-active
10554 in XEmacs.
10555 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10556 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10557 compatibility.
10558
105592000-09-04 Gerd Moellmann <gerd@gnu.org>
10560
10561 * vc.el (vc-dired-resynch-file): Add autoload cookie.
10562
10563 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10564
10565 * Makefile.in (DONTCOMPILE): Fix typo in file name.
10566
105672000-09-04 Andre Spiegel <spiegel@gnu.org>
10568
10569 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10570 don't support anything else under SCCS yet.
10571
10572 * vc-hooks.el: Minor doc fixes.
10573
105742000-09-04 Andre Spiegel <spiegel@gnu.org>
10575
10576 * vc.el (vc-next-action-on-file): Do not visit the file if it's
10577 not necessary. If verbose in state `needs-patch', do the same as
10578 under `up-to-date'. When NOT verbose and `needs-patch', check out
10579 latest version instead of `merge-news'.
10580 (vc-next-action-dired): Don't mess with default-directory here; it
10581 breaks other parts of dired. It is the job of the
10582 backend-specific functions to adjust it temporarily if they need it.
10583 (vc-next-action): Remove a special CVS case.
10584 (vc-clear-headers): New optional arg FILE.
10585 (vc-checkin, vc-checkout): Set properties vc-state and
10586 vc-checkout-time properly.
10587 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10588 (vc-print-log): Use new backend function `show-log-entry'.
10589 (vc-cancel-version): Do the checks in a different order. Added a
10590 FIXME concerning RCS-only code.
10591
10592 * vc-rcs.el (vc-rcs-show-log-entry): New function.
10593 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10594
10595 * vc-cvs.el (vc-cvs-show-log-entry): New function.
10596
10597 * vc-hooks.el (vc-default-mode-line-string): Show state
10598 `needs-patch' as a `-' too.
10599
106002000-09-04 Andre Spiegel <spiegel@gnu.org>
10601
10602 * vc.el (vc-responsible-backend): New optional arg REGISTER.
10603 (vc-default-could-register): New function.
10604 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10605 (vc-resynch-buffer): Call vc-dired-resynch-file.
10606 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10607 vc-resynch-buffer instead of vc-resynch-window.
10608 (vc-next-action-dired): Don't redisplay here, that gets done as a
10609 result of the individual file operations.
10610 (vc-retrieve-snapshot): Corrected prompt order.
10611
10612 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10613
10614 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
10615 as well.
10616 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
10617 hostname regexps. Updated all callers.
10618 (vc-cvs-responsible-p): Handle directories as well.
10619 (vc-cvs-could-register): New function.
10620 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
10621 properties up-to-date.
10622
10623 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
10624 user whether to create one.
10625
106262000-09-04 Andre Spiegel <spiegel@gnu.org>
10627
10628 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
10629 check out a non-existing file.
10630
10631 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
10632 workfile does not exist.
10633
10634 * vc.el (vc-version-diff): Use `require' to check for existence of
10635 diff-mode.
10636
106372000-09-04 Andre Spiegel <spiegel@gnu.org>
10638
10639 * vc-cvs.el (vc-cvs-registered): Use new function
10640 vc-cvs-parse-entry to do the actual work.
10641
106422000-09-04 Andre Spiegel <spiegel@gnu.org>
10643
10644 * vc-hooks.el (vc-find-backend-function): If function doesn't
10645 exist, return nil instead of error.
10646 (vc-call-backend): Doc fix.
10647
10648 * vc.el (vc-do-command): Doc fix.
10649 (vc-finish-logentry): When checking in from vc-dired, choose the
10650 right backend for logentry check.
10651 (vc-dired-mode-map): Inherit from dired-mode-map.
10652 (vc-dired-mode): Local value of dired-move-to-filename-regexp
10653 simplified.
10654 (vc-dired-state-info): Removed, updated caller.
10655 (vc-default-dired-state-info): Use parentheses instead of hyphens.
10656 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
10657 (vc-dired-listing-switches): New variable.
10658 (vc-directory): Use it, instead of dired-listing-switches.
10659
10660 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
10661 (vc-cvs-dir-state): New function.
10662 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
10663 (vc-cvs-parse-entry): New function, also to be used in
10664 vc-cvs-registered.
10665
106662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10667
10668 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
10669 *or* single-window-frames.
10670
106712000-09-04 Andre Spiegel <spiegel@gnu.org>
10672
10673 * vc.el (vc-update-changelog): Split into generic part and default
10674 implementation. Doc string adapted.
10675 (vc-default-update-changelog): New function. Call the `rcs2log'
10676 script in exec-directory, to fix a long-standing nuisance.
10677
10678 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
10679 simply signals an error.
10680
106812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10682
10683 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
10684 control-flow more clear and to avoid running `cvs' twice.
10685
10686 * vc.el (vc-next-action-on-file): Doc fix.
10687 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
10688 (vc-print-log): Eval `file' before constructing the continuation.
10689
106902000-09-04 Andre Spiegel <spiegel@gnu.org>
10691
10692 * vc.el (vc-next-action-on-file): Corrected several messages.
10693 (vc-merge): Add prefix arg `merge-news'; handle it.
10694
10695 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
10696 is not reached. It is.
10697 (vc-cvs-merge): Set state to 'edited after merge.
10698 (vc-cvs-merge-news): Set workfile version to nil if not known.
10699 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
10700
10701 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
10702 via stdout. (Merge from main line.)
10703
107042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10705
10706 * vc.el (vc-finish-logentry): Thinko in the "same comment"
10707 detection.
10708
107092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10710
10711 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
10712 against kill-all-local-variables.
10713 (vc-log-edit): Don't save vc-parent-buffer any more.
10714 (vc-last-comment-match): Initialize to an empty string.
10715 (vc-post-command-functions): New hook.
10716 (vc-do-command): Run it.
10717 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
10718 (vc-finish-logentry): Only add the comment to the ring if it's
10719 different from the last comment entered.
10720 (vc-new-comment-index): New function.
10721 (vc-previous-comment): Use it. Make the minibuffer message
10722 slightly less terse.
10723 (vc-comment-search-reverse): Make it work forward as well. Don't
10724 set vc-comment-ring-index if no match is found. Use
10725 vc-new-comment-index.
10726 (vc-comment-search-forward): Use vc-comment-search-reverse.
10727 (vc-dired-mode-map): Don't inherit from dired-mode-map since
10728 define-derived-mode will do it for us. Bind `v' to a keymap that
10729 inherits from vc-prefix-map so that we can bind `vt' without
10730 binding C-x v t.
10731 (vc-retrieve-snapshot): Parenthesis typo.
10732
10733 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
10734 to 1. Make sure to switch to *vc* before looking for an error
10735 message. Use vc-parse-buffer.
10736
107372000-09-04 Andre Spiegel <spiegel@gnu.org>
10738
10739 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
10740 and NAME.
10741 (vc-retrieve-snapshot): Split into two parts.
10742 (vc-default-retrieve-snapshot): New function.
10743
10744 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
10745 (vc-cvs-retrieve-snapshot): New function (untested).
10746 (vc-cvs-stay-local): Default to t.
10747 (vc-cvs-remote-p): New function and property.
10748 (vc-cvs-state): Stay local only if the above is t.
10749 (vc-handle-cvs): Removed.
10750 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
10751 done via vc-handled-backends now.
10752 (vc-cvs-header): Escape Id.
10753
107542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10755
10756 * vc.el (vc-do-command): Remove unused commands.
10757 (vc-version-diff): Make sure default-directory ends with a slash.
10758 Move the window commands into a vc-exec-after.
10759 (vc-print-log): Move more of the code into the `vc-exec-after'.
10760
107612000-09-04 Andre Spiegel <spiegel@gnu.org>
10762
10763 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
10764 (vc-print-log): Search current revision from beginning of buffer.
10765 (vc-revert-buffer): Clear echo area after the diff is finished.
10766 (vc-prefix-map): Removed definition of "t" for terse display in vc
10767 dired.
10768 (vc-dired-mode-map): Inherit from dired-mode-map. Added
10769 definition of "vt" for terse display.
10770 (vc-dired-mode): Fix dired-move-to-filename-regexp.
10771
107722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10773
10774 * vc.el (vc-exec-after): Avoid caddr.
10775
107762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10777
10778 * vc.el (vc-exec-after): New function.
10779 (vc-do-command): Use it to add a termination message for async
10780 procs.
10781 (vc-checkout): Try to handle a missing-backend situation.
10782 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
10783 of a directory with a backend using async diffs.
10784 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
10785 present.
10786
10787 * vc-sccs.el (vc-sccs-state-heuristic): Use
10788 file-ownership-preserved-p.
10789
10790 * vc-rcs.el (vc-rcs-state-heuristic): Use
10791 file-ownership-preserved-p.
10792 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
10793
107942000-09-04 Andre Spiegel <spiegel@gnu.org>
10795
10796 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
10797 vc-do-command.
10798
10799 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
10800 when there are no changes.
10801
108022000-09-04 Andre Spiegel <spiegel@gnu.org>
10803
10804 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
10805
10806 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
10807
108082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10809
10810 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
10811
10812 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
10813 the `fset' outside of the defvar so that it works even if
10814 vc-prefix-map was already defined.
10815 (vc-setup-buffer): New function, split out of vc-do-command.
10816 (vc-do-command): Allow BUFFER to be t to mean `just use the
10817 current buffer without any fuss'.
10818 (vc-version-diff): Change the `diff' backend operation to just put
10819 the diff in the current buffer without erasing it. Always use
10820 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
10821 shrink-window-if-larger-than-buffer.
10822 (vc-print-log): Change the `print-log' backend operation to just
10823 put the log in the current buffer without erasing it. Protect
10824 shrink-window-if-larger-than-buffer.
10825 (vc-update-change-log): Fix setd typo.
10826
10827 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
10828 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
10829
10830 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
10831 (vc-rcs-diff): Insert in the current buffer and remove unused arg
10832 CMP.
10833
10834 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
10835 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
10836 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
10837
108382000-09-04 Andre Spiegel <spiegel@gnu.org>
10839
10840 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
10841 not possible, use vc-BACKEND-workfile-unchanged-p.
10842 (vc-default-workfile-unchanged-p): New function. Delegates to a
10843 full vc-BACKEND-diff.
10844
10845 * vc-hooks.el (vc-simple-command): Removed.
10846
10847 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
10848 instead of vc-simple-command.
10849 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
10850 avoid doing a diff when opening a file.
10851 (vc-rcs-state): Added check for unlocked-changes.
10852 (vc-rcs-header): Escape Id.
10853 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
10854 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
10855 version.
10856
10857 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
10858 (vc-sccs-diff): Remove optional arg CMP.
10859 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
10860 SCCS-specific function.
10861
10862 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
10863 vc-simple-command.
10864
108652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10866
10867 * vc.el (vc-editable-p): Renamed from vc-writable-p.
10868 (with-vc-file, vc-merge): Use vc-editable-p.
10869 (vc-do-command): Remove unused var vc-file and fix the
10870 doubly-defined `status' var. Add a user message when starting an
10871 async command.
10872 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
10873 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
10874 Use with-current-buffer.
10875 (vc-buffer-sync): Use unless.
10876 (vc-next-action-on-file): If the file is 'edited by read-only,
10877 make it read-write instead of trying to commit.
10878 (vc-version-diff, vc-update-change-log): Use `setq
10879 default-directory' rather than `cd'.
10880 (vc-log-edit): Don't forget to set default-directory in the
10881 buffer.
10882
10883 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
10884 (vc-sccs-state-heuristic): Use file-writable-p instead of
10885 comparing userids.
10886 (vc-sccs-checkout): Use `unless'.
10887
10888 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
10889 of comparing userids.
10890 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
10891 Simplify the logic by eliminating unreachable code.
10892 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
10893 just do a recursive call if we need to retry.
10894 (vc-rcs-checkout): Handle the case where rcs is missing by making
10895 the buffer read-write if requested and re-signalling the error.
10896
10897 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
10898
108992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10900
10901 * vc-hooks.el (vc-handled-backends): Docstring change.
10902 (vc-ignore-vc-files): Mark obsolete.
10903 (vc-registered): Check vc-ignore-vc-files.
10904 (vc-find-file-hook, vc-file-not-found-hook): Don't check
10905 vc-ignore-vc-files.
10906
10907 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
10908
109092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10910
10911 * vc.el (vc-checkout): Don't do anything special for ange-ftp
10912 files since ange-ftp already has vc-registered return nil.
10913
10914 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
10915 (vc-sccs-workfile-version): Use with-temp-buffer and new
10916 vc-parse-buffer and don't bother setting the property.
10917 (vc-sccs-add-triple): Use with-current-buffer and
10918 find-file-noselect.
10919 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
10920
10921 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
10922 derives from the old vc-parse-buffer but uses the revision number
10923 rather than the date (much easier to compare robustly).
10924 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
10925 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
10926 locking-user more directly. Check strict locking and set
10927 checkout-model appropriately.
10928 (vc-rcs-parse-locks): Remove.
10929 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
10930 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
10931 (vc-rcs-system-release): Use with-current-buffer and
10932 vc-parse-buffer.
10933 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
10934
10935 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
10936 (vc-simple-command): Docstring fix.
10937 (vc-registered): Align the way the file-handler is called with the
10938 way the function itself works.
10939 (vc-file-owner): Remove.
10940
10941 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
10942 extraction of fields and call to file-attributes because of a
10943 temporary bug in rcp.el.
10944 (vc-cvs-fetch-status): Use with-current-buffer.
10945
109462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10947
10948 * vc.el (vc-do-command): Use file-relative-name.
10949 (vc-responsible-backend): Use vc-backend if possible.
10950 (vc-create-snapshot): Improve the `interactive' spec. Add support
10951 for branches and dispatch to backend-specific `create-snapshot'.
10952 (vc-default-create-snapshot): New function, containing the bulk of
10953 the old vc-create-snapshot.
10954 (vc-retrieve-snapshot): Improve the interactive spec.
10955
10956 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
10957 (vc-backend-hook-functions): Remove.
10958 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
10959 (vc-backend): Reintroduce the test for `file = nil' now that I
10960 know why it was there (and added a comment to better remember).
10961
10962 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
10963 code from vc-sccs-hooks.el.
10964 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
10965 'vc anymore.
10966 (vc-sccs-responsible-p): Use expand-file-name instead of concat
10967 and file-directory-p instead of file-exists-p.
10968 (vc-sccs-check-headers): Simplify the regexp.
10969
10970 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
10971 from vc-rcs-hooks.el. Don't require 'vc anymore.
10972 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
10973 file-directory-p instead of file-exists-p.
10974
10975 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
10976 from vc-cvs-hooks.el.
10977 (proto vc-cvs-registered): Require 'vc-cvs instead of
10978 'vc-cvs-hooks. Don't require 'vc anymore.
10979 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
10980 file-directory-p instead of file-exists-p.
10981 (vc-cvs-create-snapshot): New function, replacing
10982 vc-cvs-assign-name.
10983 (vc-cvs-assign-name): Remove.
10984
109852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10986
10987 * vc-cvs.el (vc-cvs-header): New var.
10988
10989 * vc-rcs.el (vc-rcs-exists): Remove.
10990 (vc-rcs-header): New var.
10991
10992 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
10993 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
10994 (vc-sccs-header): New var.
10995
10996 * vc.el (vc-do-command): Get rid of the `last' argument.
10997 (vc-header-alist): Remove, replaced by vc-X-header.
10998 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
10999 (vc-dired-hook): Use expand-file-name instead of concat.
11000 (vc-directory): Use file-name-as-directory.
11001 (vc-snapshot-precondition, vc-create-snapshot)
11002 (vc-retrieve-snapshot): Allow the command to operate on any
11003 directory.
11004
11005 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11006 just removing the 'WORKFILE argument or by removing the 'MASTER
11007 argument and replacing `file' with (vc-name file).
11008
110092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11010
11011 * vc.el: Update Copyright and add a crude list of backend funs.
11012 (vc-writable-p): New function.
11013 (with-vc-file): Use vc-writable-p.
11014 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11015 (vc-register): Avoid vc-name.
11016 (vc-locking-user): Remove.
11017 (vc-steal-lock): Make the `owner' arg non-optional.
11018 (vc-merge): Use vc-writable-p instead of vc-locking-user and
11019 vc-checkout-model.
11020 (vc-default-dired-state-info): Use vc-state instead of
11021 vc-locking-user and return special strings for special states.
11022 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11023 and get rid of one of the special CVS cases.
11024 (vc-cancel-version): prettify error message with \\[...].
11025 (vc-rename-master): New function.
11026 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11027 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
11028 the CVS special case generic.
11029 (vc-default-record-rename): Remove.
11030 (vc-file-tree-walk-internal): Only call FUNC for files that are
11031 under control of some VC backend and replace `concat' with
11032 expand-file-name.
11033 (vc-file-tree-walk): Update docstring.
11034 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11035 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11036
11037 * vc-sccs.el (vc-sccs-rename-file): Renamed from
11038 vc-sccs-record-rename. Use `find-file-noselect' rather than
11039 `find-file' and call `vc-rename-master' to do the actual move.
11040 (vc-sccs-diff): Remove unused `backend' variable.
11041
11042 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11043 to delay loading of vc-sccs until it is really used.
11044 (vc-sccs-master-templates): Preload.
11045 (vc-sccs-state): Update call to vc-sccs-parse-locks.
11046 (vc-sccs-project-dir): Remove (merged into
11047 vc-sccs-search-project-dir).
11048 (vc-sccs-search-project-dir): Rewrite using file name handling ops
11049 rather than `concat', make sure it is preloaded and don't bother
11050 to check that the file actually exists.
11051 (vc-sccs-parse-locks): Remove unused `file' argument, remove
11052 `locks' argument (use buffer's content instead) and eliminate n^2
11053 behavior.
11054
11055 * vc-rcs.el: Update Copyright.
11056 (vc-rcs-rename-file): New function.
11057 (vc-rcs-diff): Remove unused `backend' variable.
11058
11059 * vc-hooks.el: Update Copyright.
11060 (vc-backend): Don't accept a nil argument any more.
11061 (vc-up-to-date-p): Turn into a defsubst.
11062 (vc-possible-master): New function.
11063 (vc-check-master-templates): Use `vc-possible-master' and allow
11064 funs in vc-X-master-templates to return a non-existent file.
11065
11066 * vc-cvs.el: Update Copyright.
11067 (vc-cvs-diff): Remove unused `backend' variable.
11068 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11069
11070 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11071
110722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11073
11074 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11075 since it can be called from vc-rcs.el.
11076 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11077
110782000-09-04 Andre Spiegel <spiegel@gnu.org>
11079
11080 * vc.el (vc-version-diff): Expand file name read from the
11081 minibuffer. Handle the case when a previous version number can't
11082 be guessed. Give suitable messages when there were no differences
11083 found.
11084 (vc-clear-headers): Call backend-specific implementation, if one
11085 exists.
11086 (vc-cancel-version): Made error checks generic. When done, clear
11087 headers generically, too.
11088
11089 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11090 from vc-clear-headers in vc.el.
11091
11092 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11093 correctly.
11094 (vc-rcs-latest-on-branch-p): Made second argument VERSION
11095 optional. Handle the case when it's not there.
11096
110972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11098
11099 * vc.el (vc-locking-user): Moved from vc-hooks.el.
11100
111012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11102
11103 * vc-hooks.el (vc-loadup): Remove.
11104 (vc-find-backend-function): Use `require'. Also, handle the case
11105 where vc-BACKEND-hooks.el doesn't exist.
11106 (vc-call-backend): Cleanup.
11107
111082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11109
11110 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11111 vc-rcs-grab-templates)
11112 (vc-rcs-registered): Remove. The default function works as well.
11113 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11114 vc-sccs-grab-templates)
11115 (vc-sccs-registered): Remove. The default function works as well.
11116
11117 * vc.el (vc-version-diff): Left out a vc- in call to
11118 vc-call-backend.
11119 (vc-default-dired-state-info, vc-default-record-rename)
11120 (vc-default-merge-news): Update for the new backend argument.
11121
11122 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11123 using the default function.
11124 (vc-call-backend): If calling the default function, pass it the
11125 backend as first argument. Update the docstring accordingly.
11126 (vc-default-state-heuristic, vc-default-mode-line-string): Update
11127 for the new backend argument.
11128 (vc-make-backend-sym): Renamed from vc-make-backend-function.
11129 (vc-find-backend-function): Use the new name.
11130 (vc-default-registered): New function.
11131
111322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11133
11134 * vc.el (vc-merge): Use vc-find-backend-function.
11135
11136 * vc-hooks.el (vc-backend-functions): Remove.
11137 (vc-loadup): Don't setup 'vc-functions.
11138 (vc-find-backend-function): New function.
11139 (vc-call-backend): Use above fun and populate 'vc-functions
11140 lazily.
11141 (vc-backend-defines): Remove.
11142
111432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11144
11145 * vc.el (vc-register): Put a FIXME note for a newly found bug.
11146 Call vc-call-backend without the leading vc-.
11147 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11148 (vc-check-headers): Call vc-call-backend without the leading vc-.
11149 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11150 (vc-annotate-display): Replace confusing use of `cond' with `or'.
11151 Call vc-call-backend without the leading vc-.
11152
11153 * vc-cvs.el (tail): Provide vc-cvs.
11154 * vc-sccs.el (tail): Provide vc-sccs.
11155 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11156
11157 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11158 (vc-make-backend-function, vc-call): Pass names without leading
11159 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11160 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11161 (vc-call-backend): Always try to load vc-X-hooks.
11162 (vc-registered): Remove vc- in call to vc-call-backend.
11163
111642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11165
11166 * vc.el (vc-process-filter): New function.
11167 (vc-do-command): Setup `vc-process-filter' for the async process.
11168 (vc-maybe-resolve-conflicts): New function to reduce
11169 code-duplication. Additionally, it puts the buffer in
11170 `smerge-mode' if applicable.
11171 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11172 calling `merge-news'.
11173 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11174 (vc-log-edit): New function. Replacement for `vc-log-mode' by
11175 interfacing to log-edit.el.
11176 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11177 log-edit is available.
11178 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11179
111802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11181
11182 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11183 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11184 defvar and the initialization.
11185 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11186
11187 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11188 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11189
11190 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11191
111922000-09-04 Andre Spiegel <spiegel@gnu.org>
11193
11194 * vc.el (vc-file-clear-masterprops): Removed.
11195 (vc-checkin, vc-revert-buffer): Removed calls to the above.
11196 (vc-version-diff): Use buffer-size without argument.
11197 (vc-register): Heed vc-initial-comment.
11198
11199 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11200 default branch.
11201
11202 * vc-rcs.el (vc-rcs-register): Parse command output to find master
11203 file name and workfile version.
11204 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11205
11206 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11207 vc-file-clear-masterprops.
11208
11209 * vc-sccs.el (vc-sccs-checkout): Removed call to
11210 vc-file-clear-masterprops. If writable, set vc-state to 'edited
11211 rather than user login name.
11212
11213
112142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11215
11216 * vc.el (vc-workfile-unchanged-p): Remove unused argument
11217 `want-differences-if-changed' and simplify.
11218 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11219 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11220 output (which is invalid for async vc-diff) to decide whether to
11221 do the revert silently or not.
11222
112232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11224
11225 * vc-hooks.el (vc-loadup): Load files quietly.
11226 (vc-call-backend): Oops, brain fart.
11227
112282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11229
11230 * vc-cvs.el (vc-cvs-state): Typo.
11231 (vc-cvs-merge-news): Return the status code rather than the error msg.
11232
112332000-09-04 Andre Spiegel <spiegel@gnu.org>
11234
11235 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11236 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11237 vc-state or vc-up-to-date-p.
11238 (vc-merge): Use vc-backend-defines to check whether merging is
11239 possible. Set state to 'edited after successful merge.
11240
11241 * vc-hooks.el (vc-locking-user): If locked by the calling user,
11242 return that name. Redocumented.
11243
112442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11245
11246 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11247 new `vc-state' semantics.
11248 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11249 'vc-locking-user to the current user.
11250 (vc-merge): Inline vc-backend-merge. Comment out code that I
11251 don't understand and hence can't adapt to the new `vc-state' and
11252 `vc-locking-user' semantics.
11253 (vc-backend-merge): Remove.
11254
11255 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11256 rather than 'vc-locking-user.
11257
11258 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11259
11260 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11261 (vc-state): Don't use 'reserved any more. Just use the same
11262 convention as the one used for vc-<backend>-state where the
11263 locking user (as a string) is returned.
11264 (vc-locking-user): Update, based on the above convention. The
11265 'vc-locking-user property has disappeared.
11266 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11267
11268 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11269 with a heuristic one.
11270 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11271 (vc-cvs-checkin): Do a trivial parse to set the state in case of
11272 error. That allows us to get to 'needs-merge even in the
11273 stay-local case. There's still no way to detect 'needs-patch in
11274 such a setup (or to force an update for that matter).
11275 (vc-cvs-logentry-check): Remove, the default works as well.
11276
112772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11278
11279 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11280
11281 * vc.el (vc-do-command): kill-all-local-variables, to reset any
11282 major-mode in which the buffer might have been put earlier. Use
11283 `remove' and `when'. Allow `okstatus' to be `async' and use
11284 `start-process' in this case.
11285 (vc-version-diff): Handle the case where the diff looks empty
11286 because of the use of an async process.
11287
112882000-09-04 Andre Spiegel <spiegel@gnu.org>
11289
11290 * vc.el (vc-next-action-on-file): Removed optional parameter
11291 `simple'. Recompute state unconditionally.
11292 (vc-default-toggle-read-only): Removed.
11293
11294 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11295 (vc-toggle-read-only): Undid prev change.
11296
11297 * vc-cvs.el (vc-cvs-stay-local): Renamed from
11298 vc-cvs-simple-toggle. Redocumented.
11299 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11300 (vc-cvs-toggle-read-only): Removed.
11301
113022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11303
11304 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11305 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11306 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11307 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
11308 still is. So maybe it should be removed.
11309 (vc-head-version, vc-find-binary): Remove.
11310 (vc-recompute-state): Move from vc-hooks.el.
11311 (vc-next-action-on-file): Add a `simple' argument to allow
11312 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11313 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11314 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11315 (vc-dired-mode-map): Properly defvar it.
11316 (vc-print-log): Call log-view-mode if available.
11317 (small-temporary-file-directory): defvar instead of use boundp.
11318 (vc-merge-news): Moved to vc-cvs.el.
11319 (vc-default-merge-news): New function.
11320
11321 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11322 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11323 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11324 unknown `vc-latest-version' function. It should probably refer to
11325 vc-workfile-version or somesuch, but it's very unclear to me and I
11326 don't have SCCS to test things.
11327
11328 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11329 (vc-sccs-state-heuristic): Fix typo.
11330 (vc-sccs-workfile-unchanged-p): Add missing argument.
11331
11332 * vc-rcs.el: Require vc and vc-rcs-hooks.
11333 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11334 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11335 (vc-release-greater-or-equal-p): Move from vc.
11336 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11337 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11338 (vc-rcs-checkout): Add a missing `new-version' argument in the
11339 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
11340
11341 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11342 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11343 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11344 than the apparently unbound `workfile-version'.
11345
11346 * vc-hooks.el (vc-master-templates): Def the obsolete var.
11347 (vc-file-prop-obarray): Use `make-vector'.
11348 (vc-backend-functions): Add new hookable functions
11349 vc-toggle-read-only, vc-record-rename and vc-merge-news.
11350 (vc-loadup): If neither backend nor default functions exist, use
11351 the backend function rather than nil.
11352 (vc-call-backend): If the function if not bound yet, try to load
11353 the non-hook file to see if it provides it.
11354 (vc-call): New macro plus use it wherever possible.
11355 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11356 nor `vc-find-binary' since it's only called from
11357 vc-mistrust-permission which is only used once the backend is known.
11358 (vc-checkout-model): Fix parenthesis.
11359 (vc-recompute-state, vc-prefix-map): Move to vc.el.
11360
11361 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11362 (vc-cvs-release, vc-cvs-system-release): Remove.
11363 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11364 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11365 status symbols.
11366 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11367 (vc-cvs-toggle-read-only): First cut at a function to allow a
11368 cvs-status-free vc-toggle-read-only.
11369 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11370 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11371 vc-cvs-status. Also set vc-state rather than vc-locking-user.
11372 (vc-cvs-checkout): Modify access rights directly if the user
11373 requested not to use `cvs edit'. And refresh the mode line.
11374
11375 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11376 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11377
113782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11379
11380 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
11381 workfile' that got lost when the code was extracted from vc.el.
11382 And merged the tail with the rest of the code (not possible in the
11383 old vc.el where the tail was shared among all backends). And
11384 explicitly set the state to 'edited if `writable' is set.
11385
11386 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11387 (vc-cvs-state): Be careful to return the value from
11388 vc-cvs-parse-state.
11389 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
11390 property but return it instead. Also be careful to handle a nil
11391 or "" `rev' when workfile is non-nil (it was handled properly when
11392 workfile was nil).
11393
11394 * vc.el: Removed those pesky unnecessary `(function' quotes.
11395 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11396 directly in the defvar.
11397 (vc-do-command): Bind inhibit-read-only so as to properly handle
11398 the case where the destination buffer has been made read-only.
11399 (vc-diff): Delegate to vc-version-diff in all cases.
11400 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11401 (vc-annotate-mode-variables): Removed (code moved partly to
11402 defvars and partly to vc-annotate-add-menu).
11403 (vc-annotate-mode): Turned into a derived-mode.
11404 (vc-annotate-add-menu): Moved in code in
11405 vc-annotate-mode-variables.
11406 (vc-update-change-log): Use make-temp-file if available.
11407
114082000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
11409
11410 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11411 `vc-checkout-model' updated to `vc-cvs-update-model'.
11412
114132000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11414
11415 * vc.el (vc-next-action-on-file): Added handling of state
11416 `unlocked-changes'.
11417 (vc-checkout-carefully): Is now practically obsolete, unless the
11418 above is too slow to be enabled unconditionally.
11419 (vc-update-change-log): Fixed typo.
11420
11421 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11422
11423 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11424 Now handles state `unlocked-changes'.
11425 (vc-sccs-workfile-unchanged-p): New function, to support the above.
11426
11427 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11428
11429 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11430 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
11431 `unlocked-changes'.
11432 (vc-rcs-workfile-unchanged-p): Renamed from
11433 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
11434 function yet, but supposed to become one soon.
11435
11436 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11437 `vc-steal-lock'.
11438 (vc-call-backend): Changed error message.
11439 (vc-state): Added description of state `unlocked-changes'.
11440
114412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11442
11443 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11444 always return t in CVS-controlled directories.
11445
11446 * vc.el (vc-responsible-backend): New function.
11447 (vc-register): Largely rewritten.
11448 (vc-admin): Removed (implementation moved into vc-register).
11449 (vc-checkin): Redocumented.
11450 (vc-finish-logentry): If no backend defined yet (because we are in
11451 the process of registering), use the responsible backend.
11452
11453 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11454 Updated function lists.
11455 (vc-call-backend): Fixed typo.
11456
11457 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11458 New functions.
11459 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11460 Removed query option. Redocumented.
11461
114622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11463
11464 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11465
11466 * vc.el: Updated callers of `vc-checkout-required' to use
11467 `vc-checkout-model'.
11468
114692000-09-04 Martin Lorentzson <martinl@gnu.org>
11470
11471 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
11472 stuff updated to reference this function instead of the old
11473 `vc-backend-release-p'.
11474
114752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11476
11477 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11478 vc-checkout-model. Return appropriate values. Updated callers.
11479
114802000-09-04 Martin Lorentzson <martinl@gnu.org>
11481
11482 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11483 (vc-backend-revert): Function moved into `vc-revert';
11484 `vc-next-action' must be updated to accomodate this change.
11485 (vc-backend-steal): Function moved into `vc-finish-steal'.
11486 (vc-backend-logentry-check): Function moved into
11487 `vc-finish-logentry'.
11488 (vc-backend-printlog): Function moved into `vc-print-log'.
11489 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11490 (vc-backend-assign-name): Function moved into
11491 `vc-create-snapshot'.
11492
114932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11494
11495 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11496 Rename to vc-checkout-model. Return appropriate values.
11497 Update callers.
11498
11499 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11500 to vc-checkout-model.
11501 (vc-checkout-required): Rename to vc-checkout-model.
11502 Re-implement and re-comment.
11503 (vc-after-save): Use vc-checkout-model.
11504
115052000-09-04 Martin Lorentzson <martinl@gnu.org>
11506
11507 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11508 Update to use the vc-BACKEND-diff functions instead.
11509 `vc-diff' is now working.
11510
11511 * vc-rcs.el (vc-rcs-logentry-check): New function.
11512
11513 * vc-cvs.el (vc-cvs-logentry-check): New function.
11514
11515 * vc-sccs.el (vc-sccs-diff): Function changed name from
11516 `vc-backend-diff'. This makes `vc-diff' work.
11517
11518 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11519 of functions possibly implemented in a vc-BACKEND library.
11520 (vc-checkout-required): Fix bug that caused an error to be
11521 signaled during `vc-after-save'.
11522
11523 * vc.el: Fix typo.
11524 This checkin is made with our new VC code base for the very first time.
11525 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11526
11527 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11528 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11529
11530 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11531 updated to `vc-uses-locking'.
11532 (vc-checkout-required): Call to backend function.
11533 `vc-checkout-required' updated to `vc-uses-locking' instead.
11534
11535 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11536 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11537
11538 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11539 to match the split into various backends.
11540 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
11541 (vc-retrieve-snapshot): Bug fix.
11542
115432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11544
11545 * vc-sccs.el (vc-sccs-release): Doc fix.
11546
115472000-09-04 Martin Lorentzson <martinl@gnu.org>
11548
11549 * vc.el (vc-next-action-on-file): Bug found and fixed.
11550 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11551 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11552
11553 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11554 (vc-rcs-checkout): Name space cleaned up. No more revision number
11555 crunching function names that are not prefixed with vc-rcs.
11556 (vc-rcs-checkout-model): Function added. References to
11557 `vc-checkout-model' replaced.
11558
115592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11560
11561 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11562 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
11563 still need to be split, and implemented for RCS).
11564
115652000-09-04 Martin Lorentzson <martinl@gnu.org>
11566
11567 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11568
11569 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11570 required by the vc.el file.
11571
11572 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11573 required by the vc.el file.
11574 (vc-rcs-exists): Function added.
11575
11576 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11577 required by the vc.el file.
11578
11579 * vc.el (vc-admin): Updated to handle selection of appropriate
11580 backend. Current implementation is crufty and need re-thinking.
11581
11582 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11583
115842000-09-04 Martin Lorentzson <martinl@gnu.org>
11585
11586 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11587 beginning of annotate buffers correctly.
11588
11589 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11590 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11591 functionality updated quite a lot to support multiple backends.
11592 Variables `vc-annotate-mode', `vc-annotate-buffers',
11593 `vc-annotate-backend' added.
11594
11595 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11596 `vc-annotate-difference' added to supported backend functions.
11597
115982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11599
11600 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
11601 Use with-temp-file instead of /bin/sh. Merged from mainline
11602
116032000-09-04 Martin Lorentzson <martinl@gnu.org>
11604
11605 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11606
11607 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11608
11609 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11610
116112000-09-04 Martin Lorentzson <martinl@gnu.org>
11612
11613 * vc-hooks.el: vc-state-heuristic added to
11614 vc-backend-hook-functions.
11615
11616 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
11617
11618 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
11619
11620 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
11621 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
11622 state to `reserved'.
11623
11624 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
11625 `vc-checkout-required'. Rename the `locked' state to `reserved'.
11626
116272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11628
11629 * vc-rcs-hooks.el: Implement new state model. Hardly anything
11630 untouched.
11631
11632 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
11633
11634 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
11635 if defined. (Merged from main line, slightly adapted.)
11636
11637 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
11638 millenium problem (merged from mainline).
11639
116402000-09-04 Martin Lorentzson <martinl@gnu.org>
11641
11642 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
11643 part and moved the non-BACKEND stuff to vc.el.
11644
11645 * vc.el: Split the annotate feature into a BACKEND specific part
11646 and moved it from the vc-cvs.el file to this one.
11647
116482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11649
11650 * vc-hooks.el: Implement new state model.
11651 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
11652 (vc-locking-user): Simplify. Now only needed if the file is
11653 locked by somebody else.
11654 (vc-lock-from-permissions): Remove. Functionality is in
11655 vc-sccs-hooks.el and vc-rcs-hooks.el now.
11656 (vc-mode-line-string): New name for former vc-status. Adapted.
11657 (vc-mode-line): Adapt to use the above. Remove optional parameter.
11658
11659 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
11660 Various simplifications and adaptations all over the place.
11661
11662 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
11663 Simplify and adapt the rest.
11664
11665 * vc.el (vc-resynch-window): Add TODO comment: check for
11666 interaction with view mode according to recent RCS change.
11667 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
11668
116692000-09-04 Martin Lorentzson <martinl@gnu.org>
11670
11671 * vc.el: Convert the remaining function comments to docstrings.
11672
116732000-09-04 Martin Lorentzson <martinl@gnu.org>
11674
11675 * vc.el (vc-backend-release, vc-release-greater-or-equal)
11676 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
11677 (vc-minor-part, vc-previous-version): Functions that operate and
11678 compare revision numbers got proper documentation. Comments added
11679 about their possible removal.
11680
116812000-09-04 Martin Lorentzson <martinl@gnu.org>
11682
11683 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
11684 the vc-backend.el files.
11685
11686 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
11687
11688 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
11689 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
11690 (vc-rcs-previous-version): Functions added.
11691
11692 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
11693
11694 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
11695
116962000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11697
11698 * vc-hooks.el (vc-master-templates): Is really obsolete.
11699 Comment out the definition for now. What is the right procedure
11700 to get rid of it?
11701 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
11702 rewritten.
11703 (vc-default-registered): Remove.
11704 (vc-check-master-templates): New function; does mostly what the
11705 above did before.
11706 (vc-locking-user): Don't rely on the backend to set the property.
11707
11708 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
11709 Rewrite documentation.
11710 (vc-rcs-templates-grabbed): New variable.
11711 (vc-rcs-grab-templates): New function.
11712 (vc-rcs-registered): Rewrite to use above mechanism.
11713
11714 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
11715 Rewrite documentation.
11716 (vc-sccs-templates-grabbed): New variable.
11717 (vc-sccs-grab-templates): New function.
11718 (vc-sccs-registered): Rewrite to use above mechanism.
11719 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
11720 Don't throw the result, simply return it.
11721
11722 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
11723 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
11724 (vc-cvs-registered): Does the check itself now. Simplify.
11725
11726 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
11727 from main line.
11728
117292000-09-04 Martin Lorentzson <martinl@gnu.org>
11730
11731 * vc-cvs.el (vc-cvs-diff): New function.
11732
11733 * vc-sccs.el (vc-sccs-diff): New function.
11734
11735 * vc-rcs.el (vc-rcs-diff): New function.
11736 (vc-rcs-checkout): Bug (typo) found and fixed.
11737 (vc-rcs-register-switches): New variable.
11738
11739 * vc.el (vc-backend-diff): Function removed and placed in the
11740 backend files.
11741
117422000-09-04 Martin Lorentzson <martinl@gnu.org>
11743
11744 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
11745
11746 * vc.el (vc-backend-checkout): Function removed and replaced in
11747 the vc-backend.el files.
11748
11749 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
11750
11751 * vc.el (vc-backend-admin): Removed and replaced in the
11752 vc-backend.el files.
11753
11754 * vc.el (Martin): Removed all the annotate functionality since it
11755 is CVS backend specific.
11756
117572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11758
11759 * spec.txt: Added specification of vc-state.
11760
11761 * vc-sccs-hooks.el (vc-sccs-master-properties):
11762 Remove handling of vc-latest-version and
11763 vc-your-latest-version. What used to be vc-latest-version, is now
11764 returned as vc-workfile-version.
11765 (vc-sccs-workfile-version): Adapt.
11766
117672000-09-04 Dave Love <fx@gnu.org>
11768
11769 * vc.el: [Merged from mainline.]
11770 (vc-dired-mode): Make the dired-move-to-filename-regexp
11771 regexp match the date, to avoid treating date as file size.
11772 Add YYYY S option to WESTERN/
11773
117742000-09-04 Dave Love <fx@gnu.org>
11775
11776 * vc.el: Require `compile' when compiling.
11777 (vc-logentry-check-hook): New option.
11778 (vc-steal-lock): Use compose-mail.
11779 (vc-dired-mode-map): Defvar when compiling.
11780 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
11781 vc-sccs.el and renamed. Callers changed.
11782 (vc-backend-checkout, vc-backend-logentry-check)
11783 (vc-backend-merge-news): Doc fix.
11784 (vc-default-logentry-check): New function.
11785 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
11786 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
11787 (vc-backend-merge): Doc fix. Use backend functions.
11788 (vc-check-headers): Use backend functions.
11789
11790 * vc-cvs.el: Require vc when compiling.
11791 (vc-cvs-register-switches): Doc fix.
11792 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
11793 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
11794 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
11795 New functions (code from vc.el).
11796 (vc-annotate-display-default): Fix interactive spec.
11797 (vc-annotate-time-span): Doc fix.
11798
11799 * vc-rcs.el: Require vc when compiling.
11800 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
11801 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
11802 (vc-rcs-checkin): New functions (code from vc.el).
11803 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
11804 Doc fix.
11805 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
11806
11807 * vc-sccs.el: Require vc when compiling.
11808 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
11809 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
11810 (vc-sccs-revert)
11811 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
11812 from vc.el).
11813 (vc-sccs-add-triple, vc-sccs-record-rename)
11814 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
11815 (vc-sccs-admin): Doc fix.
11816
118172000-09-04 Martin Lorentzson <martinl@gnu.org>
11818
11819 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
11820 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
11821 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
11822 from vc.el.
11823
11824 * vc-sccs.el (vc-admin-sccs): Added from vc.el
11825
11826 * vc-cvs.el: Moved the annotate functionality from vc.el.
11827 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
11828
118292000-09-04 Dave Love <fx@gnu.org>
11830
11831 * vc.el (vc-backend-release): Call vc-system-release.
11832
11833 * vc-sccs.el (vc-sccs-system-release):
11834 Renamed from vc-sccs-backend-release.
11835
11836 * vc-rcs.el (vc-rcs-system-release):
11837 Renamed from vc-rcs-backend-release.
11838
11839 * vc-cvs.el (vc-cvs-system-release):
11840 Renamed from vc-cvs-backend-release.
11841
118422000-09-04 Dave Love <fx@gnu.org>
11843
11844 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
11845 backend files.
11846 (vc-backend-release): Dispatch to backend functions.
11847 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
11848 probably needs attention.]
11849
11850 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
11851 (vc-sccs-backend-release): New function.
11852
11853 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
11854 (vc-cvs-backend-release): New function.
11855
11856 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
11857 Doc fix.
11858 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
11859 (vc-default-dired-state-info): New function.
11860 (vc-dired-state-info): Dispatch to backends.
11861 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
11862
11863 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
11864 from vc.el and renamed.
11865
118662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11867
11868 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
11869 (vc-version-other-window, vc-backend-assign-name): Removed
11870 references to vc-latest-version; sometimes changed into
11871 vc-workfile-version.
11872
11873 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
11874 vc-rcs-master-workfile-version.
11875 (vc-rcs-workfile-version): Use the above. Don't call
11876 vc-latest-version (that was unreachable code, anyway).
11877 (vc-rcs-fetch-master-properties): Doc fix.
11878
11879 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
11880 (vc-backend-hook-functions): Removed them from this list, too.
11881 (vc-fetch-properties): Removed.
11882 (vc-workfile-version): Doc fix.
11883
11884 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
11885 (vc-rcs-workfile-version, vc-rcs-locking-user)
11886 (vc-rcs-uses-locking): Use it.
11887
11888 * vc-hooks.el (vc-consult-rcs-headers):
11889 Moved into vc-rcs-hooks.el, under the name
11890 vc-rcs-consult-headers.
11891
11892 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
11893 headers.
11894 (vc-cvs-find-master): Use this name only; correct different
11895 versions of the name.
11896
11897 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
11898 New functions.
11899 (vc-sccs-locking-user): Use the latter.
11900
11901 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
11902 New functions.
11903
11904 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
11905 Moved into both
11906 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
11907 functions are implementation details of those two backends.
11908
119092000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11910
11911 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
11912 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
11913
11914 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
11915 (vc-sccs-parse-locks): SCCS-specific code moved here from
11916 vc-hooks.
11917
11918 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
11919 code moved here from vc-hooks.
11920
11921 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
11922 into back-end specific parts and removed. Callers not updated
11923 yet; because I guess these callers will disappear into back-end
11924 specific files anyway.
11925
119262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11927
11928 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
11929 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
11930 `vc-uses-locking'.
11931
11932 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
11933 Store yes/no in the property, and return t/nil. Updated all
11934 callers.
11935
11936 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
11937 vc-sccs-uses-locking. Don't set property.
11938 (vc-sccs-locking-user): Don't set property.
11939
11940 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
11941 vc-cvs-uses-locking. Don't set property here; leave that to
11942 vc-hooks.
11943 (vc-cvs-locking-user): Reflect above change. Streamlined.
11944
11945 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
11946 vc-rcs-uses-locking.
11947 (vc-rcs-locking-user): Reflect above change.
11948
119492000-09-04 Dave Love <fx@gnu.org>
11950
11951 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
11952
11953 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
11954
11955 * vc-hooks.el (vc-checkout-model): Punt to backends.
11956
11957 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
11958
11959 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
11960
11961 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
11962 New functions.
11963
11964 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
11965 New functions.
11966
11967 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
11968 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
11969
11970 * vc-hooks.el (vc-default-locking-user): New function.
11971 (vc-locking-user, vc-workfile-version): Punt to backends.
11972
119732000-09-04 Dave Love <fx@gnu.org>
11974
11975 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
11976 (vc-master-workfile-version): Moved from vc-hooks.
11977
11978 * vc-rcs-hooks.el: Fix duplicate code in last change.
11979
11980 * vc-rcs-hooks.el: Require vc-hooks when compiling.
11981 (vc-rcs-master-templates): Improve :type.
11982 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
11983 vc-master-workfile-version): Moved from vc-hooks.
11984
11985 * vc-sccs-hooks.el: Require vc-hooks when compiling.
11986 (vc-sccs-master-templates): Improve :type.
11987 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
11988
11989 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
11990
11991 * vc-cvs-hooks.el: Require vc-hooks when compiling.
11992 (vc-cvs-master-templates): Improve :type. Use
11993 vc-cvs-find-cvs-master.
11994 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
11995 from vc-hooks.
11996 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
11997
11998 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
11999 Moved to vc-cvs-hooks.
12000
12001 * vc-hooks.el: Add doc strings in various places. Simplify the
12002 minor mode setup.
12003 (vc-handled-backends): New user variable.
12004 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12005 simplification.
12006
120072000-09-04 Dave Love <fx@gnu.org>
12008
12009 * vc.el: Some doc fixes for autoloaded and interactive functions.
12010 Fix compilation warnings from ediff stuff.
12011 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12012
12013 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12014
12015 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12016
12017 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12018
120192000-09-04 Dave Love <fx@gnu.org>
12020
12021 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12022 New variable.
12023 (vc-make-backend-function, vc-loadup, vc-call-backend)
12024 (vc-backend-defines): New functions.
12025
12026 * vc-hooks.el: Various doc fixes.
12027 (vc-default-back-end, vc-follow-symlinks): Custom fix.
12028 (vc-match-substring): Function removed. Callers changed to use
12029 match-string.
12030 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12031 Simplify.
12032
120332000-09-04 Dave Love <fx@gnu.org>
12034
12035 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12036 type.
12037 (vc-sccs-project-dir, vc-search-sccs-project-dir)
12038 (vc-sccs-registered): Doc fix.
12039
12040 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12041 (vc-cvs-registered): Doc fix.
12042
12043 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12044 (vc-rcs-registered): Doc fix.
12045
120462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12047
12048 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12049
12050 * vc-hooks.el: vc-registered has been renamed
12051 vc-default-registered. Some functions have been moved to the
12052 backend specific files. they all support the
12053 vc-BACKEND-registered functions.
12054
120552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12056
12057 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12058
12059 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12060
120612000-09-04 Dave Love <fx@gnu.org>
12062
12063 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12064 menu-bar-update-hook.
12065
12066 * help.el (help-manyarg-func-alist): Add
12067 find-operation-coding-system.
12068
12069 * wid-edit.el (widget-sexp-validate): Fix garbled code.
12070
12071 * custom.el (custom-set-variables): Print message about errors in
12072 setting.
12073
120742000-09-03 Andrew Innes <andrewi@gnu.org>
12075
12076 * makefile.w32-in: Change to DOS line endings.
12077
120782000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12079
12080 * mouse.el (mouse-popup-menubar): Supply the prompt string for
12081 minor-mode keymaps, if they don't have one.
12082
120832000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12084
12085 * eshell/esh-module.el (eval-when-compile): Don't lose if
12086 esh-module.el's file name is truncated to DOS 8+3 limits.
12087
120882000-09-01 John Wiegley <johnw@gnu.org>
12089
12090 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12091 predicate, which caused entries in the completion list to be
12092 doubled.
12093
120942000-08-30 John Wiegley <johnw@gnu.org>
12095
12096 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12097 sending to subprocesses. Also, hook pre-command-hook if
12098 `eshell-send-direct-to-subprocesses' is non-nil.
12099 (eshell-send-direct-to-subprocesses): New config variable. If t,
12100 subprocess input is send immediately.
12101 (eshell-toggle-direct-send): New function.
12102 (eshell-self-insert-command): New function.
12103 (eshell-intercept-commands): New function.
12104 (eshell-send-input): If direct subprocess sending is enabled,
12105 don't echo any input to the Eshell buffer. Let the subprocess
12106 handle that. This requires "stty echo" in bash, for example.
12107
121082000-08-28 John Wiegley <johnw@gnu.org>
12109
12110 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12111 completion function for Eshell's implementation of `unset'.
12112
121132000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12114
12115 * info.el (Info-directory-list): Doc fix.
12116
121172000-08-31 Peter Breton <pbreton@ne.mediaone.net>
12118
12119 * filecache.el (file-cache-add-directory-using-find): Don't quote
12120 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12121
121222000-08-31 Kenichi Handa <handa@etl.go.jp>
12123
12124 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12125 coding systems.
12126
121272000-08-30 Andrew Innes <andrewi@gnu.org>
12128
12129 * timer.el (run-with-idle-timer): Undo last change, so that timer
12130 is not activated immediately if Emacs is already idle. Some
12131 existing code relies on this behaviour.
12132
121332000-08-30 Miles Bader <miles@gnu.org>
12134
12135 * frame.el (set-frame-font): Do completion of font-name for
12136 interactive use.
12137
121382000-08-30 Kenichi Handa <handa@etl.go.jp>
12139
12140 * international/quail.el (quail-start-translation): Bind locally
12141 last-command-event, last-command, and this-command.
12142 (quail-start-conversion): Likewise.
12143 (quail-self-insert-command): Fix docstring.
12144
121452000-08-29 Gerd Moellmann <gerd@gnu.org>
12146
12147 * progmodes/executable.el
12148 (executable-make-buffer-file-executable-if-script-p): Check that
12149 buffer contains at least 2 characters.
12150
121512000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
12152
12153 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12154
121552000-08-29 Dave Love <fx@gnu.org>
12156
12157 * diff-mode.el (diff-mode) <defgroup>: Add :version.
12158 (diff-mode-shared-map): Bind mouse-2.
12159 (diff-imenu-generic-expression): New variable.
12160 (diff-mode): Use it.
12161
12162 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12163 (mouse-popup-menubar): Add minor mode menus.
12164 (popup-menu): Check for lookup-key returning number.
12165
121662000-08-29 Miles Bader <miles@gnu.org>
12167
12168 * comint.el (comint-send-input): Create overlays using the proper
12169 front/read-advance arguments.
12170
121712000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12172
12173 * ps-print.el: Even/odd pages printing. Doc fix.
12174 (ps-print-version): New version number (6.0).
12175 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12176 (ps-background, ps-begin-file, ps-begin-job): Code fix.
12177 (ps-print-duplex-feature): Variable eliminated.
12178 (ps-even-or-odd-pages): New variable.
12179
12180 * progmodes/ebnf2ps.el: Doc fix.
12181 (ebnf-version): New version (3.3).
12182 (ebnf-user-arrow): Change variable customization to sexp.
12183 (ebnf-user-arrow): Function eliminated.
12184 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12185
121862000-08-29 Kenichi Handa <handa@etl.go.jp>
12187
12188 * help.el (help-xref-mule-regexp): New variable.
12189 (help-make-xrefs): Handle help-xref-mule-regexp.
12190
12191 * international/mule-cmds.el (help-xref-mule-regexp-template): New
12192 variable.
12193 (describe-input-method): Temporarily activate the specfied input
12194 method to display the information.
12195 (describe-language-environment): Hyperlinks to mule related items.
12196
12197 * international/mule-diag.el (charset-multibyte-form-string): New
12198 function.
12199 (list-character-sets-1): Use charset-multibyte-form-string.
12200 (describe-character-set): New function.
12201 (describe-coding-system): Hyperlinks to safe character sets.
12202
12203 * international/quail.el (quail-help): New arg PACKAGE.
12204 Hyperlinks to mule related items.
12205 (quail-help-insert-keymap-description): Use
12206 substitute-command-keys instead of describe-bindings.
12207 (quail-translation-help): Hyperlinks to mule related items.
12208
122092000-08-28 John Wiegley <johnw@gnu.org>
12210
12211 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12212 have a defsubst call itself. Made `eshell-flatten-list' back into
12213 a function again.
12214
12215 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12216 catch, in case re-centering point at bottom messes up the display.
12217 This happens frequently in Emacs 21, due I believe to variable
12218 line heights.
12219
12220 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12221 to call `find-tag-interactive'.
12222
12223 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12224 the list of remember directories.
12225
122262000-08-28 John Wiegley <johnw@gnu.org>
12227
12228 * align.el: Test align-region-separate to see if it's a symbol.
12229
122302000-08-28 John Wiegley <johnw@gnu.org>
12231
12232 * eshell/esh-util.el (eshell-flatten-list): Made this function
12233 into a defsubst form. It gets used very frequently, although
12234 calls don't occur all that often.
12235
12236 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12237 examining it.
12238
12239 * eshell/esh-cmd.el (eshell-rewrite-while-command):
12240 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12241 `eshell-protect'.
12242 (eshell-copy-handles): Created a new macro for duplicating the
12243 current set of open handles. This is needed by the looping
12244 functions.
12245 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12246 is not incorrectly stomped on.
12247
12248 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12249 declaration for pcomplete-use-paring.
12250 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12251 value of eshell-cmpl-use-paring.
12252 * pcomplete.el (pcomplete-use-paring): New config variable, to
12253 indicate whether paring should be used.
12254 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12255 completion alternatives that have already been used.
12256
12257 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12258 bound to C-c C-y, which will repeat the previous N arguments
12259 (based on prefix argument).
12260 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12261
12262 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12263 if there is no *Help* buffer. This is for XEmacs, which renames
12264 its help buffers uniquely. TODO: Find out what the current buffer
12265 name to delete is.
12266
12267 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12268 first entry that correlates to a passwd/group number. Later
12269 entries (used for group/user name aliasing to multiple IDs) are
12270 ignored.
12271
12272 * eshell/em-xtra.el (eshell/expr):
12273 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12274 (eshell-grep, eshell/diff, eshell/locate):
12275 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12276 argument list, before passing it to the system command.
12277
12278 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12279 `find-tag' for use at final position in Eshell buffers (which
12280 otherwise triggers an error on Emacs 21).
12281 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12282 buffer, if it is currently bound to `find-tag'.
12283
12284 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12285 in the list of matched Makefile names.
12286 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12287 directory, prefer its contents to Makefile.
12288
12289 * eshell/em-dirs.el (eshell/cd): cd commands that look up
12290 directory parts (like "cd old new", or "cd =regexp"), are now case
12291 sensitive on non-Windows/DOS platforms.
12292
12293 * eshell/esh-mode.el (eshell-parse-command-input): When a user
12294 types RET after an open delimiter (like "), display a message
12295 indicating that Eshell is waiting for the closing delimiter.
12296
12297 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12298 environment variables.
12299
12300 * eshell/em-unix.el (eshell/diff): Added logic to fail more
12301 gracefully if the user enters incorrect arguments.
12302
12303 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12304 Eshell buffers.
12305
12306 * eshell/esh-var.el (eshell-interpolate-variable):
12307 * eshell/esh-mode.el (eshell-move-argument):
12308 * eshell/em-unix.el (eshell-du-sum-directory):
12309 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12310 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12311 (not (= ...)).
12312
12313 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12314 to ensure the `preserve' flag gets propagated when doing recursive
12315 directory copies.
12316
123172000-08-28 Stefan Monnier <monnier@cs.yale.edu>
12318
12319 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12320 Don't convert \n into \0177 in memory.
12321 (eshell-read-history, eshell-write-history): Convert \n to \0177,
12322 and back again, when reading and writing.
12323
123242000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
12325
12326 * eshell/esh-util.el (eshell-processp): Added to relieve constant
12327 testing of `fboundp' on `processp'.
12328
12329 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12330 (eshell/jobs): Don't call process-list if it is not bound.
12331 (eshell-gather-process-output): Support systems where async
12332 subprocesses aren't supported.
12333 (eshell-scratch-buffer, eshell-last-sync-output-start): New
12334 variables.
12335
12336 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12337 eshell-do-eval returns t.
12338 (eshell-do-pipelines-synchronously): New defmacro.
12339 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12340 when async subprocesses aren't supported.
12341 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
12342 if async subprocesses aren't supported.
12343 (eshell-resume-command): Don't assume STATUS is a string.
12344
12345 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12346
12347 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12348 (eshell-close-target, eshell-get-target): Use eshell-processp.
12349 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12350 fix.
12351 (eshell-get-target, eshell-create-handles): Doc fix.
12352
123532000-08-28 Miles Bader <miles@lsi.nec.co.jp>
12354
12355 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12356 criterion to include commands that output something, as long as it
12357 leaves both the command and the end-of-buffer visible when the
12358 command has exited.
12359 (eshell-review-quick-commands): Adjust the help doc string
12360 accordingly.
12361
123622000-08-28 Peter Breton <pbreton@ne.mediaone.net>
12363
12364 * locate.el (locate): Cleaned up locate command's interactive prompting
12365 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12366
12367 * filecache.el (file-cache-case-fold-search): New variable
12368 (file-cache-assoc-function): New variable
12369 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12370 Use file-cache-case-fold-search variable
12371 (file-cache-add-file): Use file-cache-assoc-function
12372 (file-cache-delete-file): likewise
12373 (file-cache-directory-name): likewise
12374 (file-cache-debug-read-from-minibuffer): likewise
12375
123762000-08-28 Gerd Moellmann <gerd@gnu.org>
12377
12378 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12379 (abbrev-table-name): New function.
12380 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12381 If non-nil list local abbrev, only.
12382
123832000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
12384
12385 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12386 from Gnus support code, and use special article copy buffer
12387 `(gnus-original-article-buffer)' instead. This allows to get rid
12388 of article-hide-headers usage (which breaks in the latest Gnus
12389 version). Thanks to Detlev Zundel.
12390
123912000-08-28 Kenichi Handa <handa@etl.go.jp>
12392
12393 * international/quail.el (quail-use-package): Hide "... loaded"
12394 message.
12395 (quail-start-translation, quail-start-conversion): Likewise.
12396
12397 * international/kkc.el (kkc-region): Hide "... loaded" message.
12398
123992000-08-27 Dave Love <fx@gnu.org>
12400
12401 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12402
124032000-08-27 Miles Bader <miles@gnu.org>
12404
12405 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12406
124072000-08-27 Kenichi Handa <handa@etl.go.jp>
12408
12409 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12410 'ja-dic-cnv), not (require 'skkdic-cnv).
12411
124122000-08-26 Miles Bader <miles@gnu.org>
12413
12414 * faces.el (face-x-resources): Add entry for :inherit.
12415 * cus-face.el (custom-face-attributes): Add support for :inherit
12416 attribute. Add support for relative face heights.
12417 (custom-face-attributes-get): Treat `nil' as being a default value
12418 for :inherit (as well as `unspecified').
12419
12420 * faces.el (set-face-attribute): Update doc string.
12421 (face-attribute-name-alist): Add :inherit.
12422 (face-valid-attribute-values): Handle :inherit.
12423 (face-read-string): Rephrase prompt to be less confusing.
12424 Assume that DEFAULT is a string, since we must return a string.
12425 (face-read-integer): Use `format' to turn DEFAULT into an
12426 acceptable default for face-read-string. Match NEW-VALUE against
12427 the string "unspecified", not the symbol `unspecified', since
12428 that's what face-read-string returns.
12429 (read-face-attribute): Lookup a name for old-value in valid, and
12430 use it as a default if we find one. Treat all values from
12431 face-read-string as strings. If the default is used, don't do any
12432 more processing on the value, just use the old value directly.
12433 (read-face-and-attribute, modify-face): Tweak prompt.
12434 (read-face-name): Don't assume prompt ends with a space.
12435
12436 * faces.el (describe-face): Add support for :inherit attribute.
12437
124382000-08-25 Kenichi Handa <handa@etl.go.jp>
12439
12440 * terminal.el (terminal-emulator): Fix args to `concat'. Now
12441 concat doesn't accept interger.
12442
12443 * international/kkc.el: Remove SKK from Keywords. Require
12444 ja-dic-utl instead of skkdic-utl.
12445
12446 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12447 Provide ja-dic-cnv instead of skkdic-cnv.
12448 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
12449 (iso-2022-7bit-short): Add safe-charsets property.
12450 (skkdic-convert-postfix): Search Japanese chou-on character in
12451 addition to Hiragana character.
12452 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12453 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12454 (batch-skkdic-convert): Likewise.
12455
12456 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12457 Provide ja-dic-utl instead of skkdic-utl.
12458 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12459
124602000-08-24 Dave Love <fx@gnu.org>
12461
12462 * disp-table.el (standard-display-default): Make the test of `l'
12463 useful.
12464
12465 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12466 mod sample text.
12467
12468 * international/iso-ascii.el: Make pilcrow convenient string
12469 consistent with section.
12470 (iso-ascii-display): Set up multibyte characters as well as
12471 unibyte.
12472
124732000-08-24 Kenichi Handa <handa@etl.go.jp>
12474
12475 * international/mule-cmds.el (reset-language-environment): Set
12476 default-process-coding-system to '(undecided . iso-latin-1), which
12477 makes process I/O almost consistent with file I/O. Call this
12478 function when mule-cmds.el[c] is loaded.
12479
124802000-08-22 Andrew Innes <andrewi@gnu.org>
12481
12482 * makefile.w32-in: New file.
12483
124842000-08-22 Miles Bader <miles@lsi.nec.co.jp>
12485
12486 * comint.el (comint-output-filter): Compare end of
12487 comint-last-output-overlay with the start of the newly inserted
12488 text, not the end, when deciding whether to extend it.
12489 Set saved-point's insertion type to advance after insertion.
12490
12491 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12492 since this is now done independently of font-lock mode.
12493
124942000-08-21 Gerd Moellmann <gerd@gnu.org>
12495
12496 * server.el (server-kill-new-buffers): New user option.
12497 (server-existing-buffer): New buffer-local variable.
12498 (server-visit-files): When using an existing buffer, set
12499 server-existing-buffer to t.
12500 (server-buffer-done): If server-kill-new-buffers is t, kill the
12501 buffer, unless it was already present before visiting it with
12502 Emacs server.
12503
125042000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
12505
12506 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12507 even if the display doesn't support colors: some displays will
12508 support bold/underline faces.
12509
125102000-08-21 Gerd Moellmann <gerd@gnu.org>
12511
12512 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12513
12514 * startup.el (command-line): If user's init file had an error,
12515 add explanatory text to *Messages*.
12516
125172000-08-21 Kenichi Handa <handa@etl.go.jp>
12518
12519 * man.el (Man-getpage-in-background): Decode the process output by
12520 the system locale coding system.
12521
125222000-08-20 Dave Love <fx@gnu.org>
12523
12524 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12525 Don't test x-popup-menu.
12526 (function) <complete-function>: Complete only fbound symbols.
12527 <validate, value>: New.
12528 (variable) <complete-function>: Complete only bound symbols.
12529 (coding-system): Add :base-only, :complete-function, :validate,
12530 :value, :prompt-match.
12531 (widget-coding-system-prompt-value): Use read-coding-system and
12532 act on :base-only.
12533 (editable-field): Add :help-echo.
12534 (widget-push-button-gui, widget-push-button-cache)
12535 (widget-gui-action, widget-editable-list-gui): COmment out, along
12536 with uses.
12537 (widget-at): Make arg optional.
12538 (widget-echo-help): Adjust for current help-echo calling sequence.
12539 (widget-specify-field, widget-specify-button)
12540 (widget-specify-insert, widget-get-sibling, widget-image-find)
12541 (widget-convert, widget-insert, widget-leave-text)
12542 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12543 (widget-setup, widget-field-find, widget-before-change)
12544 (widget-after-change, widget-default-complete)
12545 (widget-default-create, widget-default-delete)
12546 (widget-push-button-value-create, editable-field)
12547 (widget-field-prompt-value, widget-field-validate)
12548 (widget-choice-value-create, widget-choice-action)
12549 (widget-choice-validate, widget-checklist-add-item)
12550 (widget-radio-add-item, widget-radio-chosen)
12551 (widget-radio-value-inline, widget-editable-list-value-create)
12552 (widget-editable-list-entry-create)
12553 (widget-documentation-link-add)
12554 (widget-documentation-string-value-create)
12555 (widget-regexp-validate, widget-file-complete)
12556 (widget-sexp-validate, widget-plist-convert-widget)
12557 (widget-plist-convert-widget, widget-alist-convert-widget)
12558 (widget-alist-convert-widget, widget-color-complete): Simplify,
12559 particularly to avoid bindings which aren't optimized out.
12560
12561 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12562 Doc fix.
12563 (down-list, backward-up-list, up-list, kill-sexp)
12564 (backward-kill-sexp, mark-sexp): Make arg optional.
12565 (lisp-complete-symbol): Add optional arg PREDICATE.
12566
12567 * cus-start.el: Add display-buffer-reuse-frames,
12568 file-coding-system-alist.
12569
125702000-08-20 Gerd Moellmann <gerd@gnu.org>
12571
12572 * startup.el (command-line): Clear realized faces after
12573 modifying TTY color mappings.
12574
125752000-08-20 Miles Bader <miles@gnu.org>
12576
12577 * faces.el (face-attr-match-p): Don't return true if ATTRS are
12578 merely a subset of FACE's attributes.
12579
125802000-08-19 Miles Bader <miles@gnu.org>
12581
12582 * comint.el (comint-output-filter): Save the point with a marker,
12583 not just a buffer position.
12584
12585 * international/mule.el (set-buffer-process-coding-system): Make
12586 interactive prompt less confusing.
12587
125882000-08-19 Gerd Moellmann <gerd@gnu.org>
12589
12590 * hilit-chg.el: General cleanup of doc strings, comments and
12591 code formatting.
12592
125932000-08-19 Miles Bader <miles@gnu.org>
12594
12595 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12596 Compiler macro removed; beginning-of-line is no longer always
12597 equivalent to forward-line, in the presence of fields.
12598
12599 * comint.el (comint-output-filter): Remove ad-hoc saving of
12600 restriction, and just use save-restriction, now that it works
12601 correctly. Don't adjust comint-last-input-start to account for
12602 our insertion; it shouldn't have moved because we don't use
12603 insert-before-markers anymore. Comment out call to
12604 `force-mode-line-update'; why is it here?
12605
12606 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12607 while checking for prompt to delete. Use `forward-line 0'
12608 instead of beginning-of-line.
12609 (gud-filter): Temporarily widen gud comint buffer while
12610 examining output.
12611
126122000-08-18 Stefan Monnier <monnier@cs.yale.edu>
12613
12614 * progmodes/sh-script.el: Big bag of typos.
12615
12616 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
12617 check since ispell-process is not bound when ispell is not yet loaded.
12618
126192000-08-18 Dave Love <fx@gnu.org>
12620
12621 * image.el (find-image): Copy `spec' before using plist-put.
12622
126232000-08-18 Gerd Moellmann <gerd@gnu.org>
12624
12625 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
12626 `portugues'.
12627
12628 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
12629 backward-kill-sexp, analogous to kill-sexp.
12630
12631 * progmodes/icon.el (icon-indent-line)
12632 (icon-is-continuation-line): Handle comments specially.
12633
126342000-08-17 Ken Stevens <k.stevens@ieee.org>
12635
12636 * ispell.el: Set to standard author/maintainer/keyword fields.
12637 Fine tuning to menu map appearance and operation, and added help.
12638 Remove `start' and `end' error messages when compiling.
12639 (ispell-choices-win-default-height): Fixed comment string.
12640 (ispell-dictionary-alist-1): Fixed regexp in castellano and
12641 castellano8 dictionaries.
12642 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
12643 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
12644 dictionary, added italiano dictionary.
12645 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
12646 word character
12647 (ispell-tex-skip-alists): Added psfig support.
12648 (ispell-skip-html): Renamed from ispell-skip-sgml.
12649 (ispell-begin-skip-region-regexp, ispell-skip-region)
12650 (ispell-minor-check): Improved html skipping support to skip across
12651 code, and recognize `&' commands without propper `;' syntax;
12652 (ispell-process-line): Fix alignment error when manually
12653 correcting spelling.
12654 (ispell): Fix comment string.
12655 (ispell-add-per-file-word-list): Always put word list on new line.
12656
126572000-08-17 Gerd Moellmann <gerd@gnu.org>
12658
12659 * format.el (format-encode-run-method): Fix error message to say
12660 `encode' instead of `decode'. Use save-window-excursion around
12661 shell-command-on-region as in format-decode-run-method because
12662 shell-command-on-region can display a buffer with error output.
12663 (format-decode): Don't record undo information for the decoding.
12664 (format-annotate-function): Add parameter FORMAT-COUNT. Make
12665 that number part of the temporary buffer name so that more than
12666 one decoding using a temporary buffer can happen safely.
12667
12668 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
12669 of `A-z' in the regexp.
12670
12671 * hilit-chg.el: Fix typos in commentary.
12672
12673 * help.el (view-emacs-news): Rewritten for new naming scheme
12674 for old NEWS files.
12675
12676 * startup.el (command-line): Pop to *Messages* in case an error
12677 is signaled while loading user-init-file.
12678
126792000-08-17 Andreas Schwab <schwab@suse.de>
12680
12681 * files.el (insert-directory): Don't lose original file name,
12682 undoing an undocumented change.
12683
126842000-08-17 Alex Schroeder <alex@gnu.org>
12685
12686 * sql.el (sql-magic-go): Use comint-bol.
12687 (sql-copy-column): Use comint-line-beginning-position.
12688 (comint-line-beginning-position): Define a replacement for
12689 comint-line-beginning-position if it is not fboundp.
12690
126912000-08-17 Alex Schroeder <alex@gnu.org>
12692
12693 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
12694 it didn't have any effect anyway.
12695
126962000-08-17 Alex Schroeder <alex@gnu.org>
12697
12698 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
12699 --pset and pager=off instead of sending \\o|cat at the beginning
12700 of the session.
12701
127022000-08-17 Miles Bader <miles@gnu.org>
12703
12704 * progmodes/octave-inf.el: Add compatibility definition of
12705 comint-line-beginning-position.
12706
127072000-08-17 Kenichi Handa <handa@etl.go.jp>
12708
12709 * startup.el (normal-top-level): Look in each dir in load-path for
12710 a leim-list.el file too. This assures of loading leim-list.el
12711 that is created at Emacs installation time even if a user have his
12712 own leim-list.el.
12713
127142000-08-17 Miles Bader <miles@gnu.org>
12715
12716 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
12717 foreground color to black if the background is dark.
12718
127192000-08-16 Stefan Monnier <monnier@cs.yale.edu>
12720
12721 * loadhist.el (unload-feature): Typo.
12722
12723 * finder.el (finder-compile-keywords):
12724 * cus-dep.el (custom-make-dependencies): Add local-variable settings
12725 to the generated file.
12726
12727 * mail/mh-e.el (mh-make-local-vars):
12728 Replace make-variable-buffer-local with make-local-variable.
12729
12730 * play/landmark.el:
12731 * options.el (Edit-options-{set,toggle,t,nil}):
12732 * mail/mailabbrev.el (mail-abbrevs-mode):
12733 * textmodes/tex-mode.el (tex-expand-files):
12734 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
12735
12736 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
12737
12738 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
12739 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
12740 Allow going past the last element.
12741 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
12742 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
12743 (cvs-mouse-toggle-mark): Don't move point.
12744 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
12745
12746 * progmodes/compile.el (grep): Provide a default set of files.
12747 (next-error): Docstring fix.
12748 (compilation-find-file): Avoid find-file (fails in a dedicated window).
12749
12750 * emacs-lisp/easy-mmode.el (define-minor-mode):
12751 Use `symbol-value' to keep the byte-compiler quiet.
12752
12753 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
12754 (diff-find-source-location): New fun, extracted from diff-goto-source.
12755 (diff-goto-source): Use it.
12756 (diff-next-complex-hunk, diff-filter-lines): New function.
12757 (diff-apply-hunk): New command.
12758
12759 * smerge-mode.el (smerge-mode-menu): Doc fix.
12760
12761 * msb.el (msb-mode): Define it in terms of define-minor-mode.
12762
127632000-08-16 Dave Love <fx@gnu.org>
12764
12765 * windmove.el (windmove) <defgroup>: Add :version.
12766
12767 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
12768 (goto-address-fontify-p, goto-address-highlight-p)
12769 (goto-address-url-face, goto-address-url-mouse-face)
12770 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
12771 (goto-address-url-regexp): Use thing-at-point-url-regexp.
12772 (goto-address-fontify, goto-address-at-mouse): Simplify,
12773 (goto-address-at-point): browse-url-url-at-point,
12774 goto-address-find-address-at-point can return nil.
12775 (goto-address-find-address-at-point): Return nil on failure.
12776
12777 * align.el (align) <defgroup>: Add :version.
12778
12779 * calculator.el (calculator): Add :version.
12780 (calculator): Use two lines for calculator window if `modeline'
12781 face is boxed.
12782
12783 * play/5x5.el: Doc fixes.
12784 (5x5) <defgroup>: Add :version.
12785
12786 * play/fortune.el (fortune) <defgroup>: Add :version.
12787 (fortune-append): Fix error message.
12788 (fortune-from-region): Doc fix.
12789
12790 * play/pong.el (pong): Doc fix.
12791
12792 * play/morse.el: Keywords, commentary, autoloads.
12793
127942000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
12795
12796 * desktop.el (desktop-save): Don't look at symbol-value of a
12797 member of minor-mode-alist, unless it is boundp.
12798
127992000-08-16 Sam Steingold <sds@gnu.org>
12800
12801 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
12802 `while'; use `with-current-buffer' instead of `save-excursion'.
12803 Removed unnecessary kludges now that "*Buffer List*" is excluded.
12804
128052000-08-16 Kenichi Handa <handa@etl.go.jp>
12806
12807 * international/ccl.el (declare-ccl-program): Docstring modified.
12808 (ccl-execute-with-args): Likewise.
12809
128102000-08-16 Miles Bader <miles@gnu.org>
12811
12812 * progmodes/sql.el: Add compatibility definition of
12813 comint-line-beginning-position.
12814
128152000-08-15 Gerd Moellmann <gerd@gnu.org>
12816
12817 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
12818 'buffer-menu' property.
12819 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
12820 fails.
12821 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
12822 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
12823 wasn't killed.
12824
12825 * buff-menu.el (list-buffers-noselect): Don't display the
12826 *Buffer List* buffer.
12827
12828 * font-lock.el: Require jit-lock to prevent a very late
12829 `Loading jit-lock' message.
12830
12831 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
12832 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
12833 mail address.
12834
128352000-08-15 Miles Bader <miles@gnu.org>
12836
12837 * textmodes/ispell.el (ispell-graphic-p): New constant.
12838 (ispell-choices-win-default-height, ispell-help): Use
12839 `ispell-graphic-p' instead of `xemacsp'.
12840
128412000-08-15 Dave Love <fx@gnu.org>
12842
12843 * simple.el: Autoload widget-convert when compiling.
12844 (mail-user-agent): Doc fix.
12845
12846 * help.el (function-called-at-point, variable-at-point): Use
12847 with-syntax-table.
12848 (help-manyarg-func-alist): Add insert-and-inherit.
12849
12850 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
12851
12852 * delsel.el (delsel-unload-hook): New function.
12853
12854 * find-file.el: Doc fixes. Move provide to end.
12855 (ff) <defgroup>: Add :link.
12856 (ff-goto-click): Deleted.
12857 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
12858 Use mouse-set-point.
12859
12860 * textmodes/tildify.el: Doc fixes.
12861 (tildify) <defgroup>: Add:version.
12862
12863 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
12864 (glasses-custom-set): Use set-default, not set.
12865 (minor-mode-alist): Propertize the lighter.
12866 (glasses-mode): Provide optional arg.
12867
12868 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
12869 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
12870 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
12871 option. Provide :type.
12872 (cwarn-configuration): Provide :type.
12873 (cwarn-mode): Doc fix.
12874
12875 * add-log.el (change-log-merge): Doc fix.
12876 (change-log-redate): New command.
12877
12878 * net/browse-url.el (browse-url-filename-alist): Add a clause for
12879 Doze and Dog.
12880 (browse-url): Use dolist, not mapcar.
12881 (browse-url-at-point): Check for null url.
12882 (browse-url-event-buffer, browse-url-event-point): Functions
12883 deleted.
12884 (browse-url-at-mouse, browse-url-netscape): Simplify.
12885
12886 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
12887 modes.
12888 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
12889 Fix previous change to mapcan.
12890 (msb--init-file-alist, msb--add-separators)
12891 (msb--make-keymap-menu): Simplify.
12892 (msb--choose-file-menu): Use copy-sequence.
12893 (msb-mode-map): Add title to keymap.
12894 (msb-unload-hook): New function.
12895
12896 * bs.el: Fix indentation.
12897 (bs) <defgroup>: Add :links.
12898 (bs-show): Doc fix.
12899 (bs-apply-sort-faces): Don't use window-system.
12900 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
12901
129022000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
12903
12904 * calendar/timeclock.el (timeclock-file): Run .timelog through
12905 convert-standard-filename.
12906
129072000-08-14 Gerd Moellmann <gerd@gnu.org>
12908
12909 * emacs-lisp/authors.el: New file.
12910
12911 * paren.el (show-paren-priority): New user option.
12912 (show-paren-function): Set overlay priorities to
12913 show-paren-priority.
12914
129152000-08-14 Miles Bader <miles@gnu.org>
12916
12917 * comint.el (comint-bol): Use `forward-line 0' instead of calling
12918 beginning-of-line with inhibit-field-text-motion bound.
12919
129202000-08-14 Gerd Moellmann <gerd@gnu.org>
12921
12922 * calendar/timeclock.el: New file.
12923
129242000-08-14 David Ponce <david@dponce.com>
12925
12926 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
12927 `widget-button-click'. so that one can use left mouse button to
12928 click on dialog buttons.
12929
129302000-08-14 Emmanuel Briot <briot@gnat.com>
12931
12932 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
12933 identifiers, since XML is case sensitive
12934
129352000-08-12 Miles Bader <miles@gnu.org>
12936
12937 * comint.el (comint-output-filter): Don't bother frobbing
12938 window-start, it doesn't seem to be necessary.
12939
12940 * comint.el (comint-send-string, comint-send-region): Make into
12941 real functions. Snapshot the prompt before sending.
12942
129432000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12944
12945 * info.el (Info-find-emacs-command-nodes): Rewrite to use
12946 technique similar to Info-index, instead of relying on specific
12947 names of relevant Index nodes.
12948 (Info-goto-emacs-command-node): Bind Info-history to nil when
12949 going to the first node found by Info-find-emacs-command-nodes.
12950
129512000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12952
12953 * menu-bar.el (menu-bar-help-menu): Add a :help string.
12954
129552000-08-10 Miles Bader <miles@gnu.org>
12956
12957 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
12958
129592000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12960
12961 * info.el (Info-file-list-for-emacs): More elements for the
12962 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
12963 and woman manuals.
12964
129652000-08-10 Miles Bader <miles@lsi.nec.co.jp>
12966
12967 * comint.el (comint-send-input): Make the newline boundary overlay
12968 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
12969 (comint-output-filter): Use `insert' instead of
12970 `insert-before-markers'. Extend comint-last-output-overlay when
12971 necessary since we can't rely on insert-before-markers to do it.
12972 * gud.el (gud-filter): Use `with-current-buffer' instead of
12973 save-excursion when inserting the output, so that point gets
12974 updated correctly; the old method relied on a rather dodgy
12975 side-effect of comint-output-filter to avoid the effect of
12976 save-excursion.
12977
129782000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12979
12980 * files.el (recover-file): Call insert-directory instead of
12981 invoking `ls' directly.
12982
129832000-08-10 Miles Bader <miles@gnu.org>
12984
12985 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
12986 (comint-last-prompt-overlay): New variables.
12987 (comint-output-filter): Implement prompt highlighting.
12988 (comint-snapshot-last-prompt): New function.
12989 (comint-send-input): Snapshot the last prompt.
12990 Use comint-highlight-input-face.
12991 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
12992 Use defface instead of defcustom.
12993 (send-invisible, comint-send-eof): Snapshot the last prompt.
12994 (comint-delchar-or-maybe-eof): Use comint-send-eof.
12995 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
12996
129972000-08-09 Stefan Monnier <monnier@cs.yale.edu>
12998
12999 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13000 (regexp-opt-group): Use a list of chars for `letters'.
13001 (regexp-opt-charset): `chars' is now a list of chars.
13002 Use a char-table rather than a vector so it works for multibyte chars.
13003
13004 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
13005 Set cvs-minor-current-files to the selected fileinfo.
13006 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13007 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13008
130092000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
13010
13011 * files.el (insert-directory): Don't call access-file on
13012 directories on DOS and Windows.
13013
130142000-08-09 Kenichi Handa <handa@etl.go.jp>
13015
13016 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13017 longer if necessary.
13018 (ccl-embed-code): Call ccl-embed-data to store CODE in
13019 ccl-program-vector.
13020
130212000-08-09 Miles Bader <miles@gnu.org>
13022
13023 * comint.el (comint-output-filter): Properly handle the case where
13024 the text surrounded by comint-last-output-overlay was deleted.
13025
130262000-08-08 Gerd Moellmann <gerd@gnu.org>
13027
13028 * info.el (Info-insert-dir): Use Info-additional-directory-list if
13029 non-nil.
13030 (Info-file-list-for-emacs): Remove "info" from the list because
13031 that leads to trying to use the documentation from file `info'
13032 in various situations where it isn't appropriate, for instance
13033 C-h C-k C-h i.
13034
13035 * ffap.el (ffap-read-file-or-url-internal): Handle case that
13036 DIR and/or STRING are nil.
13037
13038 * progmodes/compile.el (compilation-setup): Make variable
13039 compilation-error-screen-columns buffer-local, as some comment
13040 in the code suggests it should be.
13041
13042 * files.el (auto-mode-interpreter-regexp): New variable.
13043 (set-auto-mode): Use it.
13044
13045 * indent.el (indent-for-tab-command): Doc fix.
13046
13047 * mouse-sel.el (mouse-sel-mode): Doc fix.
13048
13049 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13050 labels.
13051
13052 * help.el (print-help-return-message): When
13053 display-buffer-reuse-frames is set, let the help window been quit,
13054 instead of deleting it, which might delete a reused frame.
13055
130562000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
13057
13058 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13059 rename a directory to a name that differs only by its letter case.
13060
130612000-08-08 Kenichi Handa <handa@etl.go.jp>
13062
13063 * international/quail.el (quail-define-rules): Handle Quail decode
13064 map correctly. Add code for supporting annotations.
13065 (quail-install-decode-map): New function.
13066 (quail-defrule-internal): New optional arguments decode-map and
13067 props.
13068 (quail-advice): New function.
13069
130702000-08-07 Sam Steingold <sds@gnu.org>
13071
13072 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13073 `defconst', `define-condition', `with-slots'.
13074 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13075
130762000-08-03 Miles Bader <miles@gnu.org>
13077
13078 * comint.el (comint-use-prompt-regexp-instead-of-fields):
13079 New variable.
13080 (comint-prompt-regexp, comint-get-old-input): Document dependence on
13081 comint-use-prompt-regexp-instead-of-fields.
13082 (comint-send-input): Add `input' field property to stuff we send to
13083 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13084 (comint-output-filter): Add `output' field property to process
13085 output, if comint-use-prompt-regexp-instead-of-fields is nil.
13086 (comint-replace-by-expanded-history)
13087 (comint-get-old-input-default, comint-show-output)
13088 (comint-backward-matching-input, comint-forward-matching-input)
13089 (comint-next-prompt, comint-previous-prompt): Use field
13090 properties if comint-use-prompt-regexp-instead-of-fields is nil.
13091 (comint-line-beginning-position): New function.
13092 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
13093 (comint-replace-by-expanded-history-before-point): Use
13094 comint-line-beginning-position and line-end-position.
13095 (comint-last-output-overlay): New variable.
13096 (comint-mode): Make `comint-last-output-overlay' buffer-local.
13097
13098 * shell.el (shell-prompt-pattern): Doc change.
13099 (shell-backward-command): Use line-beginning-position.
13100
13101 * gud.el (gud-gdb-complete-command): Use
13102 comint-line-beginning-position.
13103
13104 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13105 comint-bol doesn't actually go to the beginning of the line.
13106
13107 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13108 if comint-use-prompt-regexp-instead-of-fields is non-nil.
13109 (try-expand-line-all-buffers): Likewise.
13110
13111 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13112 explicitly matching comint-prompt-regexp.
13113 (sql-copy-column): Use comint-line-beginning-position instead of
13114 explicitly matching comint-prompt-regexp.
13115
13116 * progmodes/octave-inf.el (inferior-octave-complete): Use
13117 comint-line-beginning-position.
13118
13119 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13120
13121 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13122 looking for a prompt, use `forward-line 0' instead of
13123 `beginning-of-line', to avoid getting caught by an input field.
13124
131252000-08-07 Gerd Moellmann <gerd@gnu.org>
13126
13127 * files.el (shell-quote-wildcard-pattern): Make sure to return
13128 PATTERN, in the Unix case.
13129
131302000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
13131
13132 * play/zone.el (zone): Discard any pending input before running
13133 the randomly-chosen pgm.
13134
131352000-08-07 Kenichi Handa <handa@etl.go.jp>
13136
13137 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13138 checking the existence of any multibyte characters.
13139
131402000-08-06 Gerd Moellmann <gerd@gnu.org>
13141
13142 * help.el (describe-mode): Test minor-mode symbol for being
13143 bound before testing its value for being nil.
13144
13145 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13146 `first', `second', and `third'.
13147
13148 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13149 (second): Make it an alias for `cadr'.
13150
131512000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
13152
13153 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13154 types of display support faces now.
13155
131562000-08-05 Gerd Moellmann <gerd@gnu.org>
13157
13158 * pcvs.el (require): Require `cl' during compilation, only.
13159
13160 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13161 (toplevel): Remove `remq' and `remove' from autoloads.
13162 (cl-fake-autoloads): New variable. If set, arrange for an error
13163 when CL functions etc. are autoloaded.
13164
131652000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
13166
13167 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13168
13169 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13170 popped up, but the user clicks outside the menu, return an empty
13171 regexp (that causes unhighlight-regexp to have no effect).
13172
13173 * menu-bar.el (menu-bar-games-menu): Add Zone.
13174
13175 * hi-lock.el (toplevel): Require font-lock.
13176
131772000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13178
13179 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13180 (ebnf-8-bit-chars): New var for bug fix.
13181 (ebnf-string): Bug fix.
13182
131832000-08-03 Sam Steingold <sds@gnu.org>
13184
13185 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13186 instead of `buffer-string'.
13187 (require 'cl): Always, not just when compiling.
13188 `ignore-errors' in `interactive', `list*', `defun*' &c make this
13189 necessary.
13190
131912000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
13192
13193 * international/mule-cmds.el (select-safe-coding-system): Make
13194 the message text about selecting a safe coding system more clear.
13195
131962000-08-02 Gerd Moellmann <gerd@gnu.org>
13197
13198 * hi-lock.el: New file.
13199
13200 * play/zone.el: New file.
13201
13202 * replace.el (occur): Set tab-width in the *Occur* buffer to the
13203 value of tab-width in the original buffer. Choose a line number
13204 format that's a multiple of the original buffer's tab width, so
13205 that lines appear right.
13206
13207 * textmodes/ispell.el (ispell): New function, replacing an alias.
13208 Spell-check active region if in transient-mark-mode and mark
13209 is active; otherwise spell-check buffer.
13210
132112000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13212
13213 * ps-mule.el: Fix a customization problem on
13214 ps-mule-font-info-database-default.
13215
132162000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
13217
13218 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13219 display-mouse-p instead of window-system.
13220 (ebrowse-member-mode-map): Ditto.
13221
132222000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13223
13224 * progmodes/ebnf2ps.el: Update ps-print functions call.
13225 Indentation fix. Doc fix.
13226 (ebnf-version): New version number (3.2).
13227 (ebnf-format-color, ebnf-begin-job): Code fix.
13228
132292000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
13230
13231 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13232 font lock support on window-system.
13233 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13234
13235 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13236 display-color-p, if fboundp, instead of window-system.
13237
132382000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
13239
13240 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13241 instead of window-system.
13242
13243 * wid-edit.el (widget-choose): Use display-mouse-p instead of
13244 window-system.
13245 (widget-choice-mouse-down-action): Use display-popup-menus-p
13246 instead of window-system.
13247
13248 * strokes.el (strokes-file): Run the file name through
13249 convert-standard-filename.
13250 (strokes-mode): Call display-mouse-p instead of looking at
13251 window-system. Change the error message accordingly.
13252
13253 * progmodes/cpp.el (toplevel): Support faces on tty's.
13254
13255 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13256 (lm-plot-square, lm-init-display): Don't use window-system.
13257
13258 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13259 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13260
13261 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13262 instead of looking at window-system.
13263
132642000-07-30 Gerd Moellmann <gerd@gnu.org>
13265
13266 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13267 of testing if iswitchb-prepost-hooks is bound, because the
13268 latter will always be true when invoking a recursive minibuffer
13269 from an active Iswitchb buffer.
13270
132712000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
13272
13273 * files.el (shell-quote-wildcard-pattern): New function.
13274 (insert-directory): Call it. Only prepend "\" to command on Unix
13275 and GNU/Linux systems.
13276
132772000-07-30 Gerd Moellmann <gerd@gnu.org>
13278
13279 * eshell/esh-groups.el: Change custom :link file names
13280 from `eshell.info' to `eshell'.
13281
132822000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
13283
13284 * dired.el (dired-build-subdir-alist): Expand subdirectory names
13285 correctly in recursive ange-ftp listings.
13286
132872000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13288
13289 * ps-print.el: Fix bug 1: if ps-font-size-internal,
13290 ps-header-font-size-internal and
13291 ps-header-title-font-size-internal variables are not set,
13292 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
13293 face text property is (foreground-color . COLOR) or
13294 `(background-color . COLOR)', ps-print crashes. Doc fix.
13295 (ps-print-version): New version number (5.2.4).
13296 (ps-plot-region): Code fix.
13297 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13298 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13299 Bug fix 2.
13300
133012000-07-30 Milan Zamazal <pdm@freesoft.cz>
13302
13303 * glasses.el (glasses-make-readable): Fix uncapitalization of
13304 identifiers like `myXMLDocument'.
13305
133062000-07-28 Karl Fogel <kfogel@red-bean.com>
13307
13308 * mail/mail-hist.el (mail-hist-previous-input)
13309 (mail-hist-next-input): Do the obvious code factorization.
13310 (mail-hist-retrieve-and-insert): New func, contains common
13311 code of above two.
13312 If inserting a message body, leave point at top.
13313
133142000-07-28 Sam Steingold <sds@gnu.org>
13315
13316 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13317 Use `<=', not `<' to compare times!
13318 (ange-ftp-ls): Remove.
13319
133202000-07-27 Gerd Moellmann <gerd@gnu.org>
13321
13322 * play/cookie1.el: Add explanation of how to make cookie.el
13323 compatible with strfile(1) to comment.
13324
13325 * subr.el (remove, remq): New functions.
13326
13327 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13328 escape `*' in regexps.
13329 (midnight-find): Reverse order of arguments in the funcall of
13330 TEST.
13331
13332 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13333 and `.class'.
13334
13335 * play/meese.el: Add Commentary section.
13336
133372000-07-27 Alex Schroeder <alex@gnu.org>
13338
13339 * sql.el (sql-ms): Added autoload cookie.
13340 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13341 (sql-oracle): Ditto.
13342 (sql-help): Doc change.
13343
13344 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13345 types and exceptions.
13346
133472000-07-27 Alex Schroeder <alex@gnu.org>
13348
13349 * sql.el (sql-placeholder-history): New variable.
13350 (sql-query-placeholders-and-send): New function that will query
13351 the user and replace placeholders with user input.
13352 (sql-oracle): If running on NT, set comint-input-sender to
13353 sql-query-placeholders-and-send.
13354
13355 (sql-stop): If in the SQLi buffer, insert stop notification, else
13356 present it as a message.
13357
133582000-07-27 Alex Schroeder <alex@gnu.org>
13359
13360 * sql.el (sql-input-ring-separator): Doc change.
13361 (sql-input-ring-file-name): Doc change.
13362 (sql-interactive-mode): Use `sql-input-ring-separator' and
13363 `sql-input-ring-file-name' to set the comint-mode equivalents
13364 without making them local variables.
13365 (sql-stop): Don't bind `sql-input-ring-separator' and
13366 `sql-input-ring-file-name' dynamically to their comint-mode
13367 equivalents.
13368
133692000-07-27 Kenichi Handa <handa@etl.go.jp>
13370
13371 * international/mule.el (register-char-codings): New function.
13372 (make-coding-system): Handle `safe-chars' specification in the arg
13373 PROPERTY.
13374
13375 * international/mule-cmds.el
13376 (find-coding-systems-region-subset-p): This function deleted.
13377 (sort-coding-systems-predicate): New variable.
13378 (sort-coding-systems): New function.
13379 (find-coding-systems-region): Use
13380 find-coding-systems-region-internal.
13381 (find-coding-systems-string): Use find-coding-systems-region.
13382 (find-coding-systems-for-charsets): Check
13383 char-coding-system-table.
13384 (select-safe-coding-system-accept-default-p): New variable.
13385 (select-safe-coding-system): Mostly rewritten. New argument
13386 ACCEPT-DEFAULT-P.
13387 (select-message-coding-system): Call select-safe-coding-system
13388 with ACCEPT-DEFAULT-P arg.
13389 (reset-language-environment): Reset default-sendmail-coding-system
13390 to the default value iso-latin-1.
13391 (set-language-environment): Don't set the obsolete variable
13392 charset-origin-alist.
13393
13394 * international/codepage.el (cp-coding-system-for-codepage-1):
13395 Give `safe-chars' property to make-coding-system.
13396
13397 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13398 calling select-message-coding-system twice.
13399
13400 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13401 instead of `safe-charsets'.
13402 (cyrillic-alternativnyj): Likewise.
13403 (ccl-encode-alternativnyj): Don't check the charset
13404 cyrillic-iso8859-5.
13405
134062000-07-27 Kenichi Handa <handa@etl.go.jp>
13407
13408 * composite.el (compose-chars-after): Preserve match data.
13409
134102000-07-26 Sam Steingold <sds@gnu.org>
13411
13412 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13413 (ange-ftp-real-file-newer-than-file-p): New function.
13414 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13415 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13416
13417 * tooltip.el (tooltip-float-time): Removed (use `float-time').
13418 * midnight.el (midnight-float-time): Ditto.
13419
134202000-07-26 Andreas Schwab <schwab@suse.de>
13421
13422 * files.el (normal-backup-enable-predicate): Correct
13423 interpretation of the return value of compare-strings.
13424
134252000-07-26 Gerd Moellmann <gerd@gnu.org>
13426
13427 * isearch.el (isearch-resume): New function.
13428 (isearch-done): Add something to command-history to resume
13429 the search.
13430 (isearch-yank-line, isearch-yank-word): Use
13431 buffer-substring-no-properties instead of buffer-substring.
13432
13433 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13434 of flyspell-mouse-map.
13435
13436 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13437 duplicate definition.
13438 (makefile-mode): Remove duplicate setting of local-abbrev-table.
13439
13440 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13441 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13442
134432000-07-25 Sam Steingold <sds@gnu.org>
13444
13445 * net/ange-ftp.el: Get modtime over the net.
13446 (ange-ftp-file-modtime): New function.
13447 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13448 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13449 Use it.
13450 (ange-ftp-dot-to-slash): New function.
13451 (ange-ftp-fix-name-for-vms): Use it.
13452
13453 * midnight.el (midnight-buffer-display-time): Use
13454 `with-current-buffer'.
13455
134562000-07-25 Gerd Moellmann <gerd@gnu.org>
13457
13458 * find-dired.el: Update copyright notice.
13459 (find-dired): Offer to kill a running `find'.
13460
13461 * enriched.el (enriched-face-ans): For a `foreground-color'
13462 property, return '(("x-color" COLOR))' so that COLOR will be
13463 output as a parameter of the x-color annotation. Likewise for the
13464 `background-color' property. In the case of normal face
13465 properties, don't return annotations for unspecified foreground
13466 and background face attributes.
13467
134682000-07-25 Kenichi Handa <handa@etl.go.jp>
13469
13470 * language/japan-util.el (japanese-katakana-region): Fix handling
13471 HANKAKU argument.
13472
134732000-07-25 Miles Bader <miles@gnu.org>
13474
13475 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13476 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
13477 constrain-to-field.
13478
134792000-07-24 Andrew Innes <andrewi@gnu.org>
13480
13481 * timer.el (timer-activate-when-idle): Add optional parameter
13482 DONT-WAIT. Update docstring.
13483 (run-with-idle-timer): Specify extra parameter to
13484 timer-activate-when-idle, so that timer will be activated
13485 immediately if Emacs is already idle.
13486
13487 * w32-fns.el (w32-using-nt): Fix docstring.
13488
134892000-07-24 Dave Love <fx@gnu.org>
13490
13491 * mouse.el (popup-menu): Set last-command-event.
13492 (mouse-major-mode-menu-prefix): Declare.
13493
134942000-07-24 Gerd Moellmann <gerd@gnu.org>
13495
13496 * textmodes/flyspell.el: Update to author's version 1.5d.
13497
13498 * progmodes/hideshow.el: Update copyright notice.
13499
13500 * vcursor.el: Set maintainer to FSF, since author cannot
13501 be reached.
13502
135032000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
13504
13505 * info.el (Info-goto-emacs-key-command-node): Leave a space after
13506 the prompt.
13507
13508 * mouse.el (popup-menu): Run the keymap through indirect-function,
13509 in case it was defined with define-prefix-key. If the menu is a
13510 list of keymaps, look up the binding of user's choice in each one
13511 of the keymaps.
13512 (mouse-popup-menubar): If the global and local menu-bar keymaps
13513 don't have a prompt string, create one and insert it into the
13514 keymap. Don't barf if current-local-map returns nil.
13515
135162000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
13517
13518 * dired.el (dired-sort-R-check): Added to allow recursive listing
13519 to be undone.
13520 (dired-sort-other): Use it.
13521
135222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13523
13524 * Release of cc-mode 5.27
13525
135262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13527
13528 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13529 c-beginning-of-statement-1 that caused a bad case of recursion
13530 which could consume a lot of CPU in large classes in languages
13531 that have in-expression classes (i.e. Java and Pike).
13532
13533 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13534 statements before top level constructs (i.e. case 6 is moved
13535 before case 5 and is now case 4) to catch in-expression
13536 classes in top level expressions correctly.
13537
135382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13539
13540 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13541 objc-method-intro. Case 4 removed and case 5I added.
13542
13543 * cc-langs.el (c-append-paragraph-start): New variable used by
13544 c-common-init to get paragraph-start correct.
13545 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13546 initialize paragraph-start to make it correct both with and
13547 without the javadoc special case.
13548
13549 * cc-mode.el (java-mode): Use c-append-paragraph-start to
13550 initialize paragraph-start for javadoc markup.
13551
13552 * cc-vars.el (c-style-variables-are-local-p): Incompatible
13553 change by defaulting this to t. It's motivated by the
13554 confusing behavior that otherwise arise from the style system
13555 when editing both java and non-java files at the same time
13556 (see the comments about style setting in c-common-init).
13557
135582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13559
13560 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13561 similar to the one in c-fill-paragraph to check the fill
13562 prefix from the adaptive fill function for sanity.
13563
135642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13565
13566 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13567 defun block.
13568
a30eb617
DL
135692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13570
13571 * cc-align.el (c-lineup-multi-inher): Handle lines with
13572 leading comma nicely. Extended to handle member initializers
13573 too.
13574
13575 * cc-engine.el: (c-beginning-of-inheritance-list,
13576 c-guess-basic-syntax): Fixed recognition of inheritance lists
13577 when the lines begins with a comma.
13578
a30eb617
DL
13579 * cc-vars.el (c-offsets-alist): Changed default for
13580 member-init-cont to c-lineup-multi-inher since it now handles
13581 member initializers and indents better for leading commas.
13582
135832000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13584
13585 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13586 handling that caused class open lines to be recognized as
13587 statement-conts in some cases.
13588
13589 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13590 guessed by the adaptive fill function unless point is on the
13591 first line of a block comment.
13592
13593 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13594 when the buffer ends with a macro continuation char.
13595
13596 * cc-engine.el (c-guess-basic-syntax): Added support for
13597 function definitions as statements in Pike. The first
13598 statement in a lambda block is now labeled defun-block-intro
13599 instead of statement-block-intro.
13600
13601 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
13602 so that the class surrounding point is selected, not the one
13603 innermost in the state.
13604
13605 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13606 recognition of switch labels having hanging multiline
13607 statements.
13608
13609 * cc-engine.el (c-beginning-of-member-init-list): Broke out
13610 some code in c-guess-basic-syntax to a separate function.
13611 * cc-engine.el (c-just-after-func-arglist-p): Fixed
13612 recognition of member inits with multiple line arglists.
13613 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13614 member-init-cont when the commas are in funny places.
13615
136162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13617
13618 * cc-defs.el (c-auto-newline): Removed this macro since it's
13619 not used anymore.
13620
13621 * cc-engine.el (c-looking-at-bos): New helper function.
13622 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
13623 inexpr and toplevel classes apart in Pike.
13624
13625 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
13626 of case 9A.
13627
13628 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
13629 constant, since "class" can introduce an in-expression class
13630 in Pike nowadays.
13631
136322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13633
13634 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
13635 indentation on cpp-macro lines.
13636
13637 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
13638 a syntax modifier like comment-intro, to make it possible to
13639 get syntactic indentation for preprocessor directives. It's
13640 incompatible wrt to lineup functions on cpp-macro, but it has
13641 no observable effect in the 99.9% common case where cpp-macro
13642 is set to -1000.
13643
136442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13645
13646 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
13647 member-init-cont when the preceding arglist is several lines.
13648
136492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13650
13651 * cc-styles.el (c-style-alist): The basic offset for the BSD
13652 style corrected to 8.
13653
136542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13655
13656 * cc-styles.el (c-style-alist): Adjusted the indentation of
13657 brace list openers in the gnu style.
13658
136592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13660
13661 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
13662
13663 * cc-cmds.el (c-electric-brace, c-electric-slash,
13664 c-electric-star, c-electric-semi&comma, c-electric-colon,
13665 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
13666 when c-syntactic-indentation is nil.
13667
13668 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
13669 we were left at comments preceding the first statement when
13670 reaching the beginning of the buffer.
13671
13672 * cc-vars.el (c-syntactic-indentation): New variable to turn
13673 off all syntactic indentation.
13674
136752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13676
13677 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
13678 between the text and the block comment ender when it hangs,
13679 depending on how many there are before the fill.
13680
136812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13682
13683 * cc-engine.el (c-beginning-of-closest-statement): New helper
13684 function to go back to the closest preceding statement start,
13685 which could be inside a conditional statement.
13686 * cc-engine.el (c-guess-basic-syntax): Use
13687 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
13688
13689 * cc-engine.el (c-guess-basic-syntax): Better handling of
13690 arglist-intro, arglist-cont-nonempty and arglist-close when
13691 the arglist is nested inside parens. Cases 7A, 7C and 7F
13692 changed.
13693
13694 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
13695 up-to-date with javadoc 1.2.
13696
136972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13698
13699 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
13700 multiline Pike type decls.
13701
137022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13703
13704 * cc-cmds.el (c-indent-new-comment-line): Always break
13705 multiline comments in multiline mode, regardless of
13706 comment-multi-line.
13707
137082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13709
13710 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
13711 fully::qualified::names in C++ member init lists. Preamble in
13712 case 5D changed.
13713
137142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13715
13716 * cc-langs.el (c-common-init): Handling of obsolete variables
13717 moved to c-initialize-cc-mode. More compatible style override
13718 when using global style variables.
13719 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
13720 variables moved here.
13721
a30eb617
DL
13722 * cc-styles.el (c-make-styles-buffer-local): Flag style
13723 variable localness in c-style-variables-are-local-p to make
13724 the compatibility measure in c-common-init work well.
13725
13726 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
13727 longer contain set-from-style.
13728 * cc-styles.el (c-initialize-builtin-style): Don't check for
13729 set-from-style on c-special-indent-hook.
13730 * cc-styles.el (c-copy-tree): Obsolete. The standard function
13731 copy-alist is sufficient now.
13732
13733 * cc-styles.el (c-set-style, c-set-style-1,
13734 c-get-style-variables): Fixes to variable initialization so
13735 that duplicate entries in styles have the same effect
13736 regardless of DONT-OVERRIDE.
13737
13738 * cc-styles.el (c-set-style-2): Fixed bug where the
13739 initialization of inheriting styles failed when the
13740 dont-override flag is set.
13741
13742 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
13743 on this.
13744
137452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13746
13747 * cc-defs.el (c-forward-comment): Removed the workaround
13748 introduced in 5.38 since it had worse side-effects. If a line
13749 contains the string "//\"", it regarded the // as a comment
13750 start since the \ temporarily doesn't have escape syntax.
13751
eb04d6cd 137522000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
13753
13754 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
13755 ada-xref.el before ada-prj.el, so that the Project menu is created
13756 when ada-prj tries to add to it.
13757 (ada-activate-keys-for-case): Suppress the characters that are not
13758 part of the Ada syntax. Better compatibility with else-mode
13759 (ada-adjust-case-interactive): When auto-casing is not active,
13760 correctly insert newlines (used to insert only ^M). Prevent the
13761 syntax table from being changed in case of an error
13762 (or '_' becomes part of a word and some commands are confused).
13763 Do nothing if ada-auto-case is nil.
13764 (ada-after-keyword-p): Ignore keywords that are also attributes
13765 (ada-batch-reformat): Update usage comment
13766 (ada-call-from-contextual-menu): New function
13767 (ada-case-read-exceptions): Reinitialize the casing exception list
13768 first to nil first, so that the casing exception file can be
13769 shared.
13770 (ada-check-defun-name): Handles "configure" keyword for gnatdist
13771 files.
13772 (ada-compile-goto-error): Fix regexp used to detect a file:line
13773 anywhere in the error message
13774 (ada-contextual-menu-last-point): New variable
13775 (ada-create-keymap): If the variable delete-key-deletes-forward is
13776 t on XEmacs, it means that DEL should delete one character
13777 forward.
13778 (ada-create-menu): Use :included instead of :visible for XEmacs.
13779 New submenu "Options".
13780 (ada-end-stmt-re): Correctly indent "select ... then abort"
13781 statements.
13782 (ada-fill-comment-paragraph): Correctly delete all leading '--'
13783 even if they don't match ada-fill-comment-prefix Fix handling of
13784 paragraphs on the first or last line of a file.
13785 (ada-format-paramlist): Fix handling of default parameter values.
13786 (ada-get-body-name): New function.
13787 (ada-get-current-indent): Optimized by searchling directly for an
13788 existing generic part or a statement outside of it. Handle
13789 ada-indent-align-comments when indenting comments Replaced some
13790 regexps by testing directly the next character. This results in a
13791 huge speedup on some files. New indentation scheme for renames
13792 statements. Stop looking for the 'while' or 'for' associated with
13793 a 'loop' at the first semicolon encountered. A "return" can also
13794 match an anonymous access subprogram declaration.
13795 (ada-get-indent-noindent): Ignore strings and comments when
13796 looking for the keywords "record" and "private".
13797 (ada-goto-matching-decl-start): When matching "if", make sure we
13798 are not in fact seeing "end if". Ignore "when" statements except
13799 when initial keyword was "begin". Fix handling of nested
13800 procedures. Add a recursive call to this function to skip over
13801 other 'end' statmts. Fix indentation for "when .. => begin"
13802 (ada-in-open-paren-p): Fix indentation for complex boolean
13803 expressions, where 'and then', 'or else' and parenthesis
13804 statements are mixed up.
13805 (ada-in-paramlist-p): Skip comments while searching for the
13806 beginning Fix handling of operator declarations.
13807 (ada-indent-align-comments): New variable
13808 (ada-indent-current): Change the syntax table only in the
13809 protected section, so that we are sure it is restored correctly.
13810 (ada-indent-on-previous-lines): Use ada-use-indent and
13811 ada-with-indent Correctly indent "select ... then"
13812 (ada-indent-region): Slight speedup.
13813 (ada-indent-renames): New variable.
13814 (ada-last-which-function-subprog, ada-last-which-function-line):
13815 New variables
13816 (ada-looking-at-semi-private): Correctly indent the 'private'
13817 keyword when it is the first word in a package declaration.
13818 (ada-loose-case-word): Stop searching if at the end of the buffer.
13819 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
13820 even if point is not initially at the end of the word.
13821 (ada-matching-decl-start-re): Add "when".
13822 (ada-mode): Add support for abbrev-mode, outline-mode and
13823 which-func-mode Override the old find-file.el entry in
13824 ff-special-constructs since it is using the obsolete
13825 ada-spec-suffix variable
13826 (ada-no-auto-case): New function
13827 (ada-scan-paramlist): When parsing the argument type, accept
13828 spaces (as in "X 'Class", generated by Rational Rose).
13829 (ada-other-file-name): No longer loads the other file.
13830 (ada-popup-menu): Save and restore the current buffer and cursor
13831 position before and after displaying the menu.
13832 (ada-search-ignore-complex-boolean): New function.
13833 (ada-uncomment-region): Emacs21 already knows how to delete
13834 comments not starting in the first column.
13835 (ada-use-indent): New variable
13836 (ada-which-function): New function.
13837 (ada-with-indent): New variable
13838 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
13839 can be batch-compiled from the command line.
13840
13841 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
13842 Add to the menu when the file is loaded, not in ada-mode-hook.
13843 Add -toolbar to the default ddd command Switches moved from
13844 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
13845 ada-prj-default-comp-opt
13846 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
13847 Reference Manual to the menu
13848 (ada-check-current): rewritten as a call to ada-compile-current
13849 (ada-compile): Removed.
13850 (ada-compile-application, ada-compile-current, ada-check-current):
13851 Set the compilation-search-path so that compile.el automatically
13852 finds the sources in src_dir. Automatic scrollong of the
13853 compilation buffer. C-uC-cC-c asks for confirmation before
13854 compiling
13855 (ada-compile-current): New parameter, prj-field
13856 (ada-complete-identifier): Load the .ali file before doing
13857 processing
13858 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
13859 conform to gnatmake's behavior.
13860 (ada-find-file-in-dir): New function
13861 (ada-find-references): Set the environment variables for gnatfind
13862 (ada-find-src-file-in-dir): New function.
13863 (ada-first-non-nil): Removed
13864 (ada-gdb-application): Add support for jdb, the java debugger.
13865 (ada-get-ada-file-name): Load the original-file first if not done
13866 yet.
13867 (ada-get-all-references): Handles the new ali syntax (parent types
13868 are found between <>).
13869 (ada-initialize-runtime-library): New function
13870 (ada-mode-hook): Always load a project file when a file is opened,
13871 so that the casing exceptions are correctly read.
13872 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
13873 (ada-parse-prj-file): Use find-file-noselect instead of find-file
13874 to open the project file, since the latter does not work with
13875 speedbar Get default values before loading the prj file, or the
13876 default executable file name is wrong. Use the absolute value of
13877 src_dir to initialize ada-search-directories and
13878 compilation-search-path,... Add the standard runtime library to
13879 the search path for find-file.
13880 (ada-prj-default-debugger): Was missing an opening '{'
13881 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
13882 variables.
13883 (ada-prj-default-gnatmake-opt): New variable
13884 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
13885 buffers, the project file is the default one Save the windows
13886 configuration before displaying the menu.
13887 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
13888 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
13889 ...) regexp-quote identifiers names to support operators +,
13890 -,... in regexps.
13891 (ada-remote): New function.
13892 (ada-run-application): Erase the output buffer before starting the
13893 run Support remote execution of the application. Use
13894 call-process, or the arguments are incorrectly parsed
13895 (ada-set-default-project-file): Reread the content of the active
13896 project file, not the one from the current buffer When a project
13897 file is set as the default project, all directories are
13898 automatically associated with it.
13899 (ada-set-environment): New function
13900 (ada-treat-cmd-string): New special variable ${current}
13901 (ada-treat-cmd-string): Revised. The substitution is now done for
13902 any ${...} substring
13903 (ada-xref-current): If no body was found, compiles the spec
13904 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
13905 compiler to get rid of command line length limitations.
13906 (ada-xref-get-project-field): New function
13907 (ada-xref-project-files): New variable
13908 (ada-xref-runtime-library-specs-path)
13909 (ada-xref-runtime-library-ali-path): New variables
13910 (ada-xref-set-default-prj-values): Default run command now does a
13911 cd to the build directory. New field: main_unit Provide a default
13912 file name even if the current buffer has no prj file.
13913
13914 * ada-prj.el:
13915 Rewritten to show a tabbed-dialog.
13916 (ada-prj-add-ada-menu): Remove the map and name parameters.
13917 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
13918 New function
13919 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
13920 (ada-prj-load-from-file): New function
13921 (ada-prj-save): Always save fields that depend on the current buffer
13922 (ada-prj-show-value): New function
13923
13924 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
13925 Ada mode. This will allow us to display the Ada menu in any buffer
13926 we want (for project items).
13927 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
13928 number of spaces in the header.
13929
139302000-07-24 Dave Love <fx@gnu.org>
13931
13932 * ediff-init.el (ediff-region-help-echo): Bind face-help.
13933
139342000-07-23 Noah Friedman <friedman@splode.com>
13935
13936 * type-break.el (type-break): perform autosave.
13937 Suggested by Stephen Gildea <gildea@intouchsys.com>.
13938 (type-break-do-query): Cancel query schedule while performing
13939 actual query, to avoid possibility of a second query being made
13940 while first one is already in progress.
13941 (type-break-time-stamp-format): New variable.
13942 (type-break-time-stamp): New function.
13943 (type-break-time-warning): Use it.
13944 (type-break-keystroke-warning): Use it.
13945 (type-break-noninteractive-query): Use it.
13946
13947 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
13948 cookie.
13949 Use add-minor-mode to set minor-mode-alist, if available.
13950 (eldoc-echo-area-use-multiline-p): New user option.
13951 (eldoc-echo-area-multiline-supported-p): New variable.
13952 (eldoc-docstring-format-sym-doc): Use them.
13953 (eldoc-mode): If not using idle timers, append to local post and
13954 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
13955 (eldoc-display-message-no-interference-p): Don't interfere with
13956 edebug.
13957 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
13958 (eldoc-function-arglist): New function.
13959 (eldoc-function-argstring): Use it.
13960
13961 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
13962 auto save directory exists before calling directory-files.
13963
139642000-07-23 Dave Love <fx@gnu.org>
13965
13966 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
13967 ^o, ^u.
13968
139692000-07-21 Dave Love <fx@gnu.org>
13970
13971 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
13972 now passed to the function. It now works properly.
13973
13974 * smerge-mode.el (smerge-mode-menu): Fill it out.
13975
139762000-07-20 Gerd Moellmann <gerd@gnu.org>
13977
13978 * info-look.el (info-lookup): If *info* is shown in another frame
13979 on the same display, select that frame, instead of switching to
13980 the Info buffer in another window of the selected frame.
13981
13982 * simple.el (universal-argument-map): Bind numeric keypad keys
13983 kp-0 to kp-9 and kp-subtract.
13984 (digit-argument): Handle these keys.
13985
139862000-07-20 Dave Love <fx@gnu.org>
13987
13988 * net/goto-addr.el (goto-address-fontify): Don't bother with
13989 buffer-modified and read-only stuff -- irrelevant with overlays.
13990 Put an extra property on the overlays and use it to clean up in
13991 case goto-address is re-run.
13992
139932000-07-19 Richard M. Stallman <rms@gnu.org>
13994
13995 * timer.el (run-with-idle-timer): Doc fix.
13996
13997 * mail/mail-utils.el (mail-strip-quoted-names):
13998 Handle case where <...> appears inside "...".
13999 Use replace-match to edit the string more simply.
14000 (rmail-dont-reply-to): Cope with an unmatched ".
14001
140022000-07-19 Dave Love <fx@gnu.org>
14003
14004 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14005 implementation.
14006
14007 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14008 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14009 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14010
140112000-07-19 Gerd Moellmann <gerd@gnu.org>
14012
14013 * textmodes/refer.el: Correct maintainer's email address.
14014
14015 * progmodes/hideif.el: Correct author's email address.
14016 Fix typo in comment.
14017
14018 * xml.el: New file.
14019
14020 * mail/mailheader.el: Correct author's mail address.
14021
14022 * gnus/parse-time.el: Correct author's mail address.
14023
140242000-07-19 Colin Walters <walters@cis.ohio-state.edu>
14025
14026 * comint.el (comint-highlight-input, comint-highlight-face):
14027 New user options.
14028 (comint-input-ring-file-name): Change custom type.
14029 (comint-mode-map): Bind mouse-2.
14030 (comint-insert-clicked-input): New function.
14031 (comint-send-input): Handle input highlighting.
14032
140332000-07-18 Stefan Monnier <monnier@cs.yale.edu>
14034
14035 * mouse.el (popup-menu): New function.
14036 (mouse-major-mode-menu): Use it.
14037
140382000-07-18 Dave Love <fx@gnu.org>
14039
14040 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14041 improvements.
14042
140432000-07-18 Gerd Moellmann <gerd@gnu.org>
14044
14045 * faces.el (face-font-selection-order)
14046 (face-font-family-alternatives): Add custom type.
14047
140482000-07-18 Dave Love <fx@gnu.org>
14049
14050 * cus-edit.el (custom-variable-reset-saved)
14051 (custom-variable-reset-standard): Remove unused bindings.
14052
14053 * rect.el (open-rectangle-line): Remove unused let.
14054
14055 * hl-line.el (hl-line-highlight): Check hl-line-mode.
14056
140572000-07-18 Gerd Moellmann <gerd@gnu.org>
14058
14059 * cdl.el: Fix `Maintainer' keyword.
14060
14061 * play/pong.el: Add author's email address.
14062
140632000-07-17 Sam Steingold <sds@gnu.org>
14064
14065 * files.el (insert-directory): Call `split-string' instead of
14066 re-implementing it.
14067
140682000-07-18 Gerd Moellmann <gerd@gnu.org>
14069
14070 * mail/vms-pmail.el: Change maintainer to FSF.
14071
14072 * net/goto-addr.el: Change maintainer to FSF.
14073
14074 * info.el (Info-title-face-alist): Removed.
14075
140762000-07-18 David Ponce <david@dponce.com>
14077
14078 * recentf.el (recentf-open-files): New command that works like
14079 `recentf-open-more-files', but shows the whole list of files (not just
14080 those omitted from the menu). Useful if you don't use a menu-bar!
14081 (recentf-open-more-files) Modified to use `recentf-open-files'.
14082
14083 (recentf-open-files, recentf-open-more-files)
14084 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14085
14086 (recentf-dialog-mode): New mode for dialogs. You can now just type
14087 "q" to cancel the dialogs.
14088
140892000-07-18 David Ponce <david@dponce.com>
14090
14091 * recentf.el: This is a major update of recentf.el. It adds new
14092 features to better organize the recentf menu and "More..." buffer.
14093
14094 Using new provided menu filtering functions you can now organize the
14095 recent files list:
14096
14097 - by major modes
14098 - by directories
14099 - by user defined rules
14100
14101 Finally, with the new `recentf-filter-changer' customizable filter you
14102 can define a ring of filters and dynamically (via the menu) cycle on
14103 each menu organization in the ring (a la msb).
14104
141052000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
14106
14107 * eshell/eshell.el (eshell): Replace links to eshell.info with
14108 links to eshell, to avoid problems on systems where the manual is
14109 installed as `eshell'.
14110 * eshell/esh-cmd.el (eshell-cmd): Ditto.
14111 * eshell/em-smart.el (eshell-smart): Ditto.
14112 * eshell/em-banner.el (eshell-banner): Ditto.
14113 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14114
14115 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14116 same-file check in the MS-DOS version (it does support inodes).
14117
14118 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14119
14120 * eshell/eshell.el (eshell-directory-name):
14121 Run default directory name through convert-standard-filename.
14122
141232000-07-18 Kenichi Handa <handa@etl.go.jp>
14124
14125 * international/mule-cmds.el (select-safe-coding-system):
14126 Fix typo in the comment.
14127
14128 * language/european.el (compound-text):
14129 Force katakana-jisx0201 to be designated to G1.
14130
14131 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14132 Don't translate some national variant characters of latin-jisx0201.
14133 (x-ctext): Force katakana-jisx0201 to be designated to G1.
14134
14135 * international/kkc.el (kkc-after-update-conversion-functions):
14136 New variable.
14137 (kkc-update-conversion): Run functions in it at the tail.
14138
141392000-07-16 John Wiegley <johnw@gnu.org>
14140
14141 * lisp/align.el (align-newline-and-indent):
14142 Adding new function. for auto-aligning blocks of code on RET.
14143 (align-region): Fixed badly formatted minibuffer message.
14144
141452000-07-17 Kenichi Handa <handa@etl.go.jp>
14146
14147 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14148 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
14149 the conversion list at first if appropriate.
14150 (kkc-next): Don't update kkc-next-count here.
14151 (kkc-prev): Don't update kkc-prev-count here.
14152 (kkc-show-conversion-list-update): Fix setting up of conversion
14153 list message.
14154
141552000-07-16 Stefan Monnier <monnier@cs.yale.edu>
14156
14157 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14158
141592000-07-16 Dave Love <fx@gnu.org>
14160
14161 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14162 function to be more specific.
14163
14164 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14165 non-string help-echo.
14166 (widget-types-convert-widget): Defsubst it.
14167 (widget-echo-help): Try to cope with a help-echo function of two
14168 possible sorts.
14169
141702000-07-15 Jason Rumney <jasonr@gnu.org>
14171
14172 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14173 Declare as obsolete.
14174
14175 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14176
141772000-07-14 Gerd Moellmann <gerd@gnu.org>
14178
14179 * hilit-chg.el: Fix typo.
14180
141812000-07-14 Dave Love <fx@gnu.org>
14182
14183 * info.el (Info-mode-menu): Fix use of :help, :enable.
14184
141852000-07-14 Stefan Monnier <monnier@cs.yale.edu>
14186
14187 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14188
141892000-07-13 Dave Love <fx@gnu.org>
14190
14191 * emacs-lisp/easymenu.el: Doc fixes.
14192 (easy-menu-remove): Defalias to ignore.
14193
14194 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14195 Call throw correctly.
14196
141972000-07-13 Gerd Moellmann <gerd@gnu.org>
14198
14199 * faces.el (frame-background-mode): Doc fix.
14200
14201 * simple.el (eval-expression-print-length): Change custom type to
14202 allow entering nil as value.
14203
142042000-07-13 Dave Love <fx@gnu.org>
14205
14206 * progmodes/fortran.el (fortran-imenu-generic-expression):
14207 Change definition layout.
14208 (fortran-mode-menu): Reinstate customize entries.
14209
14210 * cus-edit.el (custom-group-menu-create, customize-menu-create):
14211 Use :filter, per old XEmacs code.
14212
142132000-07-12 Gerd Moellmann <gerd@gnu.org>
14214
14215 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14216 event when deciding what to send to the terminal.
14217
142182000-07-12 Dave Love <fx@gnu.org>
14219
14220 * cus-start.el: Add optional version as 4th element of specs and
14221 use it for several things new in v21. Remove load-path. Fix type
14222 of line-number-display-limit.
14223
142242000-07-11 Dave Love <fx@gnu.org>
14225
14226 * progmodes/fortran.el: Don't require easymenu.
14227 Use repeat counts in various regexps.
14228 (fortran-mode-syntax-table): Defvar directly.
14229 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14230 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14231 Use defvar, not defconst.
14232 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
14233 (fortran-mode): Set fortran-comment-line-start-skip,
14234 fortran-comment-line-start-skip, dabbrev-case-fold-search.
14235 (fortran-comment-indent): Use defsubst.
14236 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14237 Use fortran-comment-indent, not fortran-comment-indent-function.
14238 (fortran-comment-region, fortran-electric-line-number): Simplify.
14239 (fortran-auto-fill): New function.
14240 (fortran-do-auto-fill): Deleted.
14241 (fortran-find-comment-start-skip):
14242 Check for non-null comment-start-skip.
14243 (fortran-auto-fill-mode, fortran-fill-statement):
14244 Use fortran-auto-fill.
14245 (fortran-fill): Use fortran-auto-fill. Check for null
14246 comment-start-skip. Simplify final clause and use end-of-line finally.
14247
14248 * widget.el (widget-plist-member): New alias.
14249
142502000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
14251
14252 * eshell/esh-module.el (toplevel): Reference
14253 byte-compile-current-file only if it is bound.
14254
142552000-07-10 Gerd Moellmann <gerd@gnu.org>
14256
14257 * dired.el: Don't require `dired-aux'.
14258
142592000-07-10 Miles Bader <miles@lsi.nec.co.jp>
14260
14261 * dired-aux.el (dired-show-file-type): New function.
14262 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14263 (dired-show-file-type): Add autoload.
14264
142652000-07-10 Kenichi Handa <handa@etl.go.jp>
14266
14267 * international/mule-diag.el (describe-font): Adjusted for the
14268 change of fontset-info.
14269 (print-fontset): Likewise.
14270
142712000-07-09 Stefan Monnier <monnier@cs.yale.edu>
14272
14273 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14274
142752000-07-07 Gerd Moellmann <gerd@gnu.org>
14276
14277 * bindings.el: Bind `[delete]' to delete-char.
14278
14279 * dired.el (dired-find-alternate-file): New function.
14280 (dired-mode-map): Bind `a' to dired-find-alternate-file.
14281 (toplevel): Require dired-aux when compiling.
14282 (dired-buffers): Move defvar within file to avoid compiler warning.
14283
14284 * info.el (Info-last-search): Variable removed.
14285 (Info-search-history): New variable.
14286 (Info-search): New Info-search-history.
14287
14288 * battery.el, info-look.el: Change author's mail address.
14289
142902000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
14291
14292 * mail/rmail.el (rmail-clear-headers): Don't throw an error
14293 if rmail-ignored-headers is nil.
14294 (rmail-retry-failure): Bind rmail-ignored-headers and
14295 rmail-displayed-headers to nil.
14296
142972000-07-06 Gerd Moellmann <gerd@gnu.org>
14298
14299 * lpr.el (lpr-page-header-switches): Add `-h' switch.
14300 (print-region-1): Don't hard code `-h' here.
14301
14302 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14303
143042000-07-01 Francesco Potorti` <pot@gnu.org>
14305
14306 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14307 exim can use "your message" instead of "the message".
14308
143092000-07-06 Stefan Monnier <monnier@cs.yale.edu>
14310
14311 * facemenu.el: Docstrings fixes.
14312 (facemenu-get-face): Don't use internal-find-face.
14313 (facemenu-iterate): Rename arg to match the docstring.
14314
14315 * newcomment.el (uncomment-region): Be more careful when skipping
14316 backwards over `=' not to bump into BOBP.
14317
143182000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
14319
14320 * ediff-diff.el (ediff-wordify): Use syntax table.
14321 * ediff-init.el (ediff-has-face-support-p): Use
14322 ediff-color-display-p.
14323 (ediff-color-display-p): Use display-color-p, changed to defun
14324 from defsubst.
14325 Got rid of special cases for NeXT and OS/2.
14326 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14327 face.
14328
143292000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14330
14331 * emacs-lisp/lucid.el: Require CL.
14332 (copy-tree, remprop): Remove, it's provided by CL.
14333 (map-keymap): Define in terms of cl-map-keymap.
14334 (extent-property, set-extent-end-glyph): New functions.
14335
14336 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14337
143382000-07-05 Gerd Moellmann <gerd@gnu.org>
14339
14340 * Makefile.in (DONTCOMPILE): Add comment that the name may
14341 not be changed without changing the make-dist script.
14342
14343 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14344 (cl-mapc): Use mapc instead of cl-old-mapc.
14345
143462000-07-05 Andrew Innes <andrewi@gnu.org>
14347
14348 * makefile.nt: Add support for `bootstrap' and related targets.
14349
143502000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14351
14352 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14353 (easy-menu-do-define): Use `menu-item' format.
14354 Handle case where easy-menu-create-menu returns a symbol.
14355 Manually call the potential top-level filter in the function binding.
14356 (easy-menu-filter-return): New arg NAME.
14357 Convert to a keymap if MENU is an XEmacs menu.
14358 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
14359 (easy-menu-converted-items-table, easy-menu-convert-item):
14360 New var and fun to memoize easy-menu-convert-item-1.
14361 (easy-menu-do-add-item): Use it.
14362 (easy-menu-create-menu): Use easy-menu-convert-item.
14363 Wrap easy-menu-filter-return around any :filter specification.
14364 Don't convert the menu if a filter was specified.
14365 Tell easy-menu-make-symbol not to check for MENU being an expression.
14366 (easy-menu-make-symbol): New arg NOEXP.
14367
143682000-07-05 Gerd Moellmann <gerd@gnu.org>
14369
14370 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14371 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14372 (eval-defun): If called with prefix arg, instrument code for
14373 Edebug.
14374
14375 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14376 similar to that of eval-defun.
14377
143782000-07-04 Dave Love <fx@gnu.org>
14379
14380 * hl-line.el (hl-line-overlay): Make it permanent-local.
14381
14382 * calendar/todo-mode.el: Replaced with a working version, based on
14383 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14384
143852000-07-03 Miles Bader <miles@lsi.nec.co.jp>
14386
14387 * paths.el (prune-directory-list): New function.
14388 (Info-default-directory-list): Rewritten to more methodically
14389 enumerate a big list of possible info directories (based on the
14390 list used by the standalone info reader).
14391
14392 * info.el (info-initialize): Use prune-directory-list to remove
14393 non-existent directories from Info-directory-list.
14394
14395 * paths.el (Info-default-directory-list): Try a list of possible
14396 info-directories instead of a single one. Add the possible
14397 info directory "/usr/share/info".
14398
14399 * woman.el (woman-man.conf-path): Explicitly include the debian
14400 man-db config file "/etc/manpath.config".
14401 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14402 are present in `manpath.config'.
14403 (woman-manpath): Include "/usr/share/man".
14404
144052000-07-03 Gerd Moellmann <gerd@gnu.org>
14406
14407 * frame.el (blink-cursor-mode): Don't hide cursor initially.
14408
14409 * startup.el (command-line): Initialize blink-cursor based
14410 on window-system.
14411
14412 * frame.el (blink-cursor): Default to nil if not running under
14413 a window-system.
14414
14415 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14416 (face-x-resources): Remove duplicate entry for :font.
14417
14418 * textmodes/refer.el (refer-find-entry-internal): Use some-window
14419 instead of cycling through windows with next-window.
14420
14421 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14422 of cycling through windows with next-window.
14423
14424 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14425 of cycling through windows with next-window.
14426
14427 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14428 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14429 instead of cycling through windows with next-window.
14430
14431 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14432 instead of cycling through windows with next-window.
14433
14434 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14435 of cycling through windows with next-window.
14436
14437 * terminal.el (te-process-output): Use walk-windows instead of
14438 cycling through windows with next-window.
14439
14440 * server.el (server-switch-buffer): Use some-window instead of
14441 cycling through windows with next-window.
14442
14443 * window.el (some-window): New function.
14444 (walk-windows): Remove reference to walk-windows-start.
14445
14446 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14447
144482000-07-03 Richard Stallman <rms@gnu.org>
14449
14450 * window.el (walk-windows): Guarantee termination by keeping a list
14451 of all the windows already handled.
14452
144532000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14454
14455 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14456 window-system.
14457
14458 * man.el (Man-notify-when-ready): Don't use window-system. If
14459 Man-notify-method is newframe, and the display is not
14460 multi-frame, select the frame created for the man page.
14461 (Man-init-defvars): Doc fix.
14462
144632000-06-28 Gerd Moellmann <gerd@gnu.org>
14464
14465 * faces.el (region): Change background color for light background.
14466
14467 * ediff-wind.el (ediff-setup-control-frame): Remove :box
14468 attribute from mode-line face of Ediff control frame.
14469
14470 * replace.el (query-replace-map): Bind `e' like `E'.
14471
144722000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14473
14474 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14475 Change name to "Select All".
14476
14477 * dos-fns.el (convert-standard-filename): Fix last change.
14478
144792000-06-27 Gerd Moellmann <gerd@gnu.org>
14480
14481 * help.el (describe-variable): Don't insert a second `'s' in front
14482 of the string `value is shown below'. Since the syntax-table is
14483 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14484 an existing `'s', so that this won't be deleted.
14485
14486 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14487 * pcmpl-unix.el: New files.
14488
144892000-06-26 Stefan Monnier <monnier@cs.yale.edu>
14490
14491 * wid-edit.el (widget-member): Use the new plist-member.
14492
144932000-06-26 Gerd Moellmann <gerd@gnu.org>
14494
14495 * replace.el (perform-replace): Undo change of 2000-04-04.
14496 Instead, move backward 1 character at the end of the loop when
14497 necessary.
14498
14499 * faces.el (fringe): Change face for different backgrounds.
14500
14501 * eshell/esh-module.el (toplevel): Load defgroup's differently;
14502 patch from John.
14503
14504 * eshell/*.el: Change spelling of the Free Software Foundation.
14505
14506 * eshell/esh-toggle.el: Removed.
14507
14508 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14509
14510 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14511 interactively.
14512
145132000-06-26 Alex Schroeder <alex@gnu.org>
14514
14515 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14516 `define-key'; instead of checking `(emacs-version)' check for
14517 `set-keymap-parent' and `set-keymap-name' directly. Add entries
14518 for `;' and `o' which might be electric.
14519
14520 (sql-electric-stuff): New user option.
14521 (sql-magic-go): New function which uses `sql-electric-stuff'.
14522 (sql-magic-semicolon): New function which uses
14523 `sql-electric-stuff'.
14524
14525 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14526 is not fboundp.
14527
14528 (sql-oracle-options): New variable.
14529 (sql-oracle): Use it.
14530
14531 (sql-imenu-generic-expression): Doc change.
14532 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14533 is used.
14534
14535 (sql-informix): Added command line parameter "-" to force
14536 sql-informix-program to use stdout.
14537
145382000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
14539
14540 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14541 (cp864-decode-table): Doc fix.
14542 (cp720-decode-table): New variable, supports the Arabic OEM
14543 codepage used by Windows.
14544 (cp737-decode-table): New, Greek OEM codepage used by Windows.
14545
145462000-06-23 Dave Love <fx@gnu.org>
14547
14548 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14549 (font-lock-fontify-anchored-keywords): Use
14550 line-beginning-position.
14551 (global-font-lock-mode): Use mapc.
14552
145532000-06-23 Stefan Monnier <monnier@cs.yale.edu>
14554
14555 * eshell/esh-module.el: Require CL when compiling.
14556
145572000-06-23 Gerd Moellmann <gerd@gnu.org>
14558
14559 * comint.el (comint-substitute-in-file-name): Call replace-match
14560 with second and third arg t.
14561
14562 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14563 Specify foreground color.
14564
14565 * faces.el (tool-bar, mode-line, header-line): Specify foreground
14566 color.
14567
14568 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14569
14570 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14571 cddr instead of cdddr.
14572
14573 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14574 instead of copy-list.
14575
14576 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14577 of copy-list.
14578
14579 * subdirs.el: Add eshell subdirectory.
14580
14581 * eshell: New subdirectory containing the Eshell package.
14582
14583 * pcomplete.el: New file.
14584
145852000-06-23 Paul Eggert <eggert@twinsun.com>
14586
14587 * mail/mailpost.el (post-mail-send-it): Make sure file has
14588 proper permissions from birth.
14589
14590 * files.el (basic-save-buffer-2): When temporarily setting
14591 file modes, set them to current modes plus 0200, not to 0777.
14592
14593 * emerge.el (emerge-make-temp-file): Make sure file has proper
14594 permissions from birth.
14595
145962000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
14597
14598 * files.el (make-backup-file-name-1): On DOS/Windows, run the
14599 backup file name through convert-standard-filename.
14600
14601 * dos-fns.el (convert-standard-filename): Convert leading
14602 directories as well. When long file names are supported, convert
14603 characters that are invalid in Windows file names.
14604
146052000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14606
14607 * ps-print.el: Fix bug: if ^L is the very first buffer character,
14608 ps-print crashes. New feature: page selection for printing. Create
14609 raw-text-unix coding system for XEmacs. Doc fix.
14610 (ps-print-version): New version number (5.2.3).
14611 (ps-plot-region): Bug fix.
14612 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14613 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14614 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
14615 funs.
14616 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
14617 (ps-last-page): New vars.
14618
146192000-06-21 Gerd Moellmann <gerd@gnu.org>
14620
14621 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
14622 empty option string.
14623
146242000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
14625
14626 * man.el (man): Doc fix.
14627
146282000-06-21 Kenichi Handa <handa@etl.go.jp>
14629
14630 * international/mule-cmds.el (set-language-info-alist): Docstring
14631 fixed.
14632
146332000-06-20 Gerd Moellmann <gerd@gnu.org>
14634
14635 * version.el (emacs-version): Use ISO date format.
14636
14637 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
14638 instead of `M-backspace'.
14639
14640 * simple.el (turn-off-auto-fill): New function.
14641
146422000-06-20 Stefan Monnier <monnier@cs.yale.edu>
14643
14644 * jit-lock.el (with-buffer-prepared-for-jit-lock):
14645 Renamed from with-buffer-prepared-for-font-lock and use
14646 inhibit-modification-hooks rather than setting *-change-functions.
14647 Update all functions to use the new name.
14648 (jit-lock-first-unfontify-pos): New semantics (and doc).
14649 (jit-lock-mode): Make non-interactive.
14650 Don't automatically turn on font-lock.
14651 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
14652 Always use jit-lock-after-change.
14653 Remove and restore font-lock-after-change-function.
14654 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
14655 (jit-lock-after-unfontify-buffer): Remove.
14656 (jit-lock-stealth-fontify):
14657 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
14658 (jit-lock-after-change): Set the `fontified' text-prop to nil.
14659
146602000-06-20 Sam Steingold <sds@gnu.org>
14661
14662 * emacs-lisp/cl-indent.el (toplevel): Indent
14663 `print-unreadable-object' properly. Untabify.
14664
146652000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14666
14667 * textmodes/reftex.el (reftex-find-citation-regexp-format):
14668 Support for bibentry.
14669 (reftex-compile-variables): Fixed problem with end of section-re.
14670
14671 * texmodes/reftex-dcr.el (reftex-view-crossref,
14672 reftex-view-crossref-from-bibtex):
14673 Deal with changed `reftex-find-citation-regexp-format'.
14674 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
14675 Replaced `remprop' with `put'.
14676 (reftex-view-crossref, reftex-view-crossref-when-idle):
14677 Support for bibentry.
14678
14679 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14680 New entry for bibentry package.
14681
14682 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14683 Regexp also matches "\nobibliography".
14684
14685 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
14686 Call `reftex-ensure-write-access' before doing anything.
14687 (reftex-ensure-write-access): New function.
14688
146892000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14690
14691 * progmodes/idlwave.el: File re-installed (update to version 4.2)
14692
14693 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
14694
14695 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
14696
14697 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
14698
14699
147002000-06-20 Dave Love <fx@gnu.org>
14701
14702 * faces.el (frame-background-mode): Use set-default, not set, in
14703 setter.
14704 (frame-update-faces, frame-update-face-colors): Define with
14705 defalias.
14706
14707 * enriched.el (enriched-decode-foreground)
14708 (enriched-decode-background): Don't use internal-find-face.
14709
14710 * apropos.el: Doc fixes.
14711
14712 * cus-edit.el (customize-changed-options): Check arg.
14713 (customize-version-lessp): Don't require decimal point.
14714
14715 * custom.el (defcustom, defgroup): Doc fix.
14716
14717 * newcomment.el (comment) <defgroup>: Add :version.
14718 (comment-multi-line): Doc fix.
14719
14720 * emulation/mlsupport.el (define-hooked-local-abbrev,
14721 define-hooked-global-abbrev): Fix, using define-abbrev.
14722
147232000-06-19 Gerd Moellmann <gerd@gnu.org>
14724
14725 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
14726 the whole buffer.
14727
147282000-06-19 Dave Love <fx@gnu.org>
14729
14730 * menu-bar.el (menu-bar-options-save): New function.
14731 (menu-bar-options-menu): Use it.
14732 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
14733 Simplify.
14734
147352000-06-19 Andreas Schwab <schwab@suse.de>
14736
14737 * progmodes/etags.el (tags-query-replace): Put new parameters
14738 START and END at the end, for backward compatibility.
14739
147402000-06-19 Kenichi Handa <handa@etl.go.jp>
14741
14742 * international/codepage.el:
14743 (cp-coding-system-for-codepage-1): Delete special codes for
14744 generating xxx-dos coding system because now a CCL based coding
14745 system can handle EOL conversion by default.
14746
14747 * international/mule.el (make-coding-system): Generate subsidiary
14748 coding systems for EOL handling variants even for a CCL based
14749 coding system.
14750
147512000-06-19 Kenichi Handa <handa@etl.go.jp>
14752
14753 * international/isearch-x.el (isearch-minibuffer-input-method)
14754 (isearch-minibuffer-input-method-function): These variables
14755 deleted.
14756 (isearch-with-input-method): Don't use the above variables.
14757 (isearch-process-search-multibyte-characters): Likewise. Call
14758 read-string with the arg INHERIT-INPUT-METHOD t.
14759
147602000-06-17 Stefan Monnier <monnier@cs.yale.edu>
14761
14762 * font-lock.el (font-lock-after-fontify-buffer)
14763 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
14764
14765 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
14766 Use consistent make-local-variable style for font-lock-fontified.
14767 (jit-lock-fontify-buffer):
14768 Don't bother checking for font-lock-mode and jit-lock-mode.
14769
14770 * time.el: Remove trailing ^M that prevent CVS-merging.
14771
147722000-06-16 Gerd Moellmann <gerd@gnu.org>
14773
14774 * Makefile.in (distclean): New target.
14775
147762000-06-16 Stefan Monnier <monnier@cs.yale.edu>
14777
14778 * Makefile.in (srcdir): Define for update-subdirs.
14779
147802000-06-16 Gerd Moellmann <gerd@gnu.org>
14781
14782 * find-lisp.el: New file.
14783
147842000-06-16 Andrew Innes <andrewi@gnu.org>
14785
14786 * time.el (display-time-mail-function): New variable, to allow
14787 external packages to indicate when new mail is available.
14788 (display-time-update): Use it.
14789
147902000-06-16 Kenichi Handa <handa@etl.go.jp>
14791
14792 * international/mule.el (mule-version): Change version name to
14793 SAKAKI. AOI has already been used by Meadow.
14794
14795 * international/quail.el (quail-show-guidance-buf): To find the
14796 bottom window (but minibuffer), pay attention to the height of
14797 minibuffer.
14798
147992000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
14800
14801 * arc-mode.el (archive-mode-map): Use the new menu-item format for
14802 menu-bar menus. Add help strings. Don't remove the Edit menu
14803 from the menu bar, as the menu bar has enough space now.
14804
14805 * Makefile.in (SHELL): Make sure /bin/sh is used.
14806
14807 * woman.el (woman-man-buffer): Fix bold and underlined CJK
14808 characters, which use series of two ^H characters instead of one.
14809
148102000-06-15 Gerd Moellmann <gerd@gnu.org>
14811
14812 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
14813 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
14814 functions.
14815 (Info-find-node-2): Try a case-sensitive search first, then
14816 do a case-insensitive search.
14817
14818 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
14819 tutorials.
14820
14821 * complete.el (PC-env-vars-alist): New variable.
14822 (PC-complete-as-file-name): New function.
14823 (partial-completion-mode): Initialize PC-env-vars-alist from
14824 process-environment.
14825 (PC-do-completion): Handle completion of env vars.
14826
14827 * info.el (Info-set-mode-line): Show file name in mode line,
14828 use `*Info*' instead of `Info:'.
14829
14830 * startup.el (command-line-1): Change copyright messages to year
14831 2000.
14832
148332000-06-15 Dave Love <fx@gnu.org>
14834
14835 * net/goto-addr.el (goto-address-fontify): Use keymap property,
14836 not local-map.
14837
148382000-06-15 Kenichi Handa <handa@etl.go.jp>
14839
14840 * international/mule.el (set-buffer-file-coding-system): Almost
14841 rewritten to handle `undecided' as no-op.
14842
148432000-06-14 Gerd Moellmann <gerd@gnu.org>
14844
14845 * Makefile.in: New file.
14846
14847 * Makefile: Removed.
14848
14849 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
14850 (goto-address-highlight-keymap): Bind C-c RET.
14851
148522000-06-14 Kenichi Handa <handa@etl.go.jp>
14853
14854 * mail/sendmail.el (sendmail-send-it): The temporary buffer
14855 inherits buffer-file-coding-system of the current buffer.
14856
14857 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
14858 0. Give correct argument to set-auto-coding-function.
14859 (tar-expunge): For goto-char, use (point-min), not 0.
14860 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
14861 (tar-subfile-save-buffer): Likewize.
14862
14863 * international/mule.el
14864 (after-insert-file-set-buffer-file-coding-system): Call
14865 set-buffer-file-coding-system with the arg FORCE t.
14866
148672000-06-13 Gerd Moellmann <gerd@gnu.org>
14868
14869 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
14870 nil. Contemporary sendmails issue an X-Authentication-Warning if
14871 the sender is set with `-f'.
14872
148732000-06-13 Dave Love <fx@gnu.org>
14874
14875 * help.el (describe-function-1): Kluge around cases of functions
14876 fset to subrs whose doc doesn't match their symbol-name.
14877
14878 * image.el (insert-image): Default STRING to a space.
14879
14880 * info.el Doc fixes.
14881 (Info-build-node-completions): Match Ref tags.
14882
148832000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
14884
14885 * frame.el (display-multi-frame-p, display-multi-font-p): New
14886 defaliases for display-graphic-p.
14887
14888 * hl-line.el: Fixed a typo in commentary.
14889
148902000-06-13 Kenichi Handa <handa@etl.go.jp>
14891
14892 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
14893 fixed.
14894
148952000-06-12 Dave Love <fx@gnu.org>
14896
14897 * image.el (insert-image): Save a little consing.
14898
148992000-06-12 Kenichi Handa <handa@etl.go.jp>
14900
14901 * language/tibet-util.el: Convert all tibetan-1-column characters
14902 to the corresponding tibetan characters.
14903 (tibetan-add-components): Delete code for the special treatment of
14904 'a chung.
14905
14906 * language/tibetan.el (tibetan-composable-pattern): Fix previous
14907 change.
14908 (tibetan-vowel-transcription-alist): More rules added.
14909 (tibetan-composite-vowel-alist): New variable.
14910 (tibetan-precomposition-rule-alist): More rules added.
14911
149122000-06-12 Stefan Monnier <monnier@cs.yale.edu>
14913
14914 * startup.el (command-line): Only call menu-bar-mode if interactive.
14915
14916 * thingatpt.el (toplevel symbol-properties):
14917 * textmodes/makeinfo.el (makeinfo-compile):
14918 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
14919 * progmodes/hideif.el (hif-compress-define-list)
14920 (hide-ifdef-use-define-alist):
14921 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
14922 (ange-ftp-vms-add-file-entry):
14923 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
14924 * man.el (Man-build-man-command):
14925 * mail/rnewspost.el (news-reply-header-hook):
14926 * info.el (Info-insert-dir):
14927 * emulation/mlconvert.el (backward-word, forward-word, setq):
14928 * emacs-lisp/gulp.el (gulp-send-requests):
14929 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
14930 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
14931 (byte-optimize-apply, end of file):
14932 * emacs-lisp/advice.el (ad-advice-class-completion-table)
14933 (ad-make-freeze-definition):
14934 * startup.el (command-line, command-line-1): Don't quote lambdas.
14935
14936 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
14937 (cvs-cleanup-removed): New function.
14938 (cvs-cleanup-functions): New var.
14939 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
14940 some flexibility in specifying additional entries to auto-cleanup.
14941 (cvs-quickdir): New function.
14942 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
14943 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
14944 (cvs-mode-find-file): Check that we are on a filename or dirname
14945 when invoked through a mouse-click.
14946 (cvs-full-path): Remove.
14947 (cvs-dired-action): Re-introduced.
14948 (cvs-dired-noselect): Use it.
14949 (vc-post-command-functions): use this new hook if available.
14950
14951 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
14952 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
14953 (cvs-filename-map, cvs-dirname-map): Remove.
14954 (cvs-default-action): Remove.
14955 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
14956 if the arg is really a keymap.
14957 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
14958 Don't hardcode the mapping from state (aka type) to face, but check
14959 the var cvs-fi-<type>-face instead.
14960 (cvs-fileinfo-from-entries): New function.
14961
14962 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
14963 Docstring fix.
14964 (cvs-find-file-and-jump): Change default to be safer.
14965 (cvs-mode-diff-map): Define it as a function as well.
14966 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
14967 Bind mouse-2 in this global map rather than with text-properties.
14968
14969 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
14970 file to resolve the ambiguity between C(conflict) and C(need-merge).
14971
149722000-06-12 Kenichi Handa <handa@etl.go.jp>
14973
14974 * international/mule.el (set-buffer-file-coding-system): If
14975 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
14976 unconditionally.
14977
149782000-06-12 Dave Love <fx@gnu.org>
14979
14980 * wid-edit.el (widget-specify-button): Really suppress the face if
14981 required.
14982
149832000-06-11 Gerd Moellmann <gerd@gnu.org>
14984
14985 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
14986
149872000-06-11 Stefan Monnier <monnier@cs.yale.edu>
14988
14989 * imenu.el (imenu-generic-expression): Docstring fix.
14990
14991 * composite.el (composition-function-table): Move the `put'
14992 below the autoload cookie so we can load the file before loaddefs.
14993
14994 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
14995
14996 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
14997 Handle easy-mmode-define-global-mode.
14998 For complex macros like define-minor-mode that can generate
14999 several autoload entries, try to autoload entries in the
15000 macroexpanded code.
15001
15002 * emacs-lisp/easy-mmode.el (define-minor-mode):
15003 If KEYMAP is a symbol, just use it.
15004 Use byte-compile-current-file and load-file-name to infer the
15005 proper :require to pass to defcustom.
15006 Wrap the hook var into `progn' so as not to autoload it.
15007 Add a :autoload-end cookie.
15008 Be more careful about the evaluation of KEYMAP.
15009 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15010 (define-derived-mode): Move define-abbrev-table outside of defvar.
15011
150122000-06-10 Stefan Monnier <monnier@cs.yale.edu>
15013
15014 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15015 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15016 (backup-compiled-files): Ignore errors during `tar'.
15017 (bootstrap): Make autoloads before elc files.
15018
150192000-06-10 Kenichi Handa <handa@etl.go.jp>
15020
15021 * international/mule.el (set-buffer-file-coding-system): If one of
15022 undecided-XXX is specified, change only EOL conversion.
15023
15024 * international/mule-conf.el (unix): New alias for the coding
15025 system undecided-unix.
15026
150272000-06-09 Dave Love <fx@gnu.org>
15028
15029 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15030
15031 * progmodes/executable.el: Byte compile dynamic.
15032 (executable-insert): Change custom type.
15033 (executable-find): Add autoload cookie.
15034 (executable-make-buffer-file-executable-if-script-p): New
15035 function. After Noah Friedman.
15036
15037 * files.el (after-save-hook): Customize, with
15038 executable-make-buffer-file-executable-if-script-p as an option.
15039
150402000-06-09 Kenichi Handa <handa@etl.go.jp>
15041
15042 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15043 "tib24p-mule.bdf" for Tibetan.
15044
15045 * composite.el (decompose-composite-char): Declare it as obsolete.
15046
15047 * man.el (Man-fontify-manpage): Pay attention to underline and
15048 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15049
150502000-06-08 Gerd Moellmann <gerd@gnu.org>
15051
15052 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15053 Set maintainer to FSF since author isn't reachable.
15054
150552000-06-08 Dave Love <fx@gnu.org>
15056
15057 * international/mule-cmds.el (select-safe-coding-system): If
15058 DEFAULT-CODING-SYSTEM is not specified, also check the most
15059 preferred coding-system if buffer-file-coding-system is
15060 `undecided'. From Handa.
15061
150622000-06-08 Kenichi Handa <handa@etl.go.jp>
15063
15064 * international/mule.el
15065 (after-insert-file-set-buffer-file-coding-system): If the buffer
15066 size is greater than INSERTED, judget that we are not visiting.
15067
150682000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
15069
15070 * whitespace.el (defgroup whitespace): Comment out `:version'.
15071 XEmacs 20.4 has problems defining the group with this present.
15072 We'll have this commented out till get resolve the problem.
15073
150742000-06-07 John Wiegley <johnw@gnu.org>
15075
15076 * align.el (align-dq-string-modes, align-sq-string-modes)
15077 (align-open-comment-modes): Add pyhton-mode.
15078 (align-rules-list): Use get-text-property instead of
15079 text-properties-at.
15080 (align-rules-list): Add python-assignment.
15081 (align-rules-list): Change perl-comma-delimiter to
15082 basic-comma-delimiter. Use if for Perl modes and python-mode.
15083 (align-rules-list): Add python-chain-logic and
15084 basic-line-continuation.
15085
150862000-06-07 Jari Aalto <jari.aalto@poboxes.com>
15087
15088 * apropos.el (apropos-mode-hook): New user variable.
15089 (apropos-mode): Run apropos-mode-hook.
15090
150912000-06-07 David Ponce <david@dponce.com>
15092
15093 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15094 commands. Require `wid-edit' at run-time.
15095
150962000-06-07 David Ponce <david@dponce.com>
15097
15098 * recentf.el: Added some "Commentary".
15099 (recentf-open-more-files, recentf-edit-list): Minor changes to
15100 move the point at the top of the file list. This behaviour is
15101 consistent with the menu one when the list contains a lot of
15102 files.
15103 (recentf-cleanup): Now displays the number of items removed from
15104 the list.
15105 (recentf-relative-filter) New menu filter to show filenames
15106 relative to `default-directory'.
15107
151082000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15109
15110 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
15111 with/without giving an error if PostScript printer doesn't have this
15112 kind of page size. Zebra Stripe continues or restarts on next page.
15113 Manual/automatic paper feeding. Switch or not the header.
15114 (ps-print-version): New version number (5.2.2).
15115 (ps-windows-system): Include emx as a Windows system.
15116 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15117 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15118 (ps-background-text): Code fix.
15119 (ps-error-handler-message, ps-user-defined-prologue)
15120 (ps-print-prologue-header, ps-printer-name)
15121 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15122 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15123 (ps-use-face-background): Customization fix.
15124 (ps-n-up-database): Data fix.
15125 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15126 (ps-switch-header): New vars.
15127 (ps-xemacs-color-name, ps-face-foreground-name)
15128 (ps-face-background-name, ps-boolean-constant): New funs.
15129
151302000-06-07 Dave Love <fx@gnu.org>
15131
15132 * allout.el: New version from Manheimer.
15133
151342000-06-07 Kenichi Handa <handa@etl.go.jp>
15135
15136 * textmodes/fill.el (fill-find-break-point): Check the validity of
15137 charset.
15138
151392000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15140
15141 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15142 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15143 Call display-color-p and display-mouse-p instead of looking at
15144 window-system.
15145
151462000-06-06 Dave Love <fx@gnu.org>
15147
15148 * image.el (find-image): Doc fix. Return nil if image not found.
15149 (put-image, insert-image): Make STRING arg optional.
15150
151512000-06-06 Kenichi Handa <handa@etl.go.jp>
15152
15153 * language/vietnamese.el: Remove eval-when-compile.
15154 (viet-viscii-nonascii-translation-table): Define it as a
15155 translation table made from viet-viscii-decode-table.
15156 (viet-viscii-encode-table): Define it as a translation table made
15157 from the reverse map of above.
15158 (viet-vscii-nonascii-translation-table): Define it as a
15159 translation table made from viet-vscii-decode-table.
15160 (viet-vscii-encode-table): Define it as a translation table made
15161 from the reverse map of above.
15162 (ccl-decode-viscii): Use translate-character.
15163 (ccl-encode-viscii, ccl-encode-viscii-font)
15164 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15165 Likewize.
15166
15167 * language/cyrillic.el: Remove eval-when-compile.
15168 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15169 translation table made from cyrillic-koi8-r-decode-table.
15170 (cyrillic-koi8-r-encode-table): Define it as a translation table
15171 made from the reverse map of above.
15172 (ccl-decode-koi8): Use translate-character.
15173 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15174 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15175 a translation table made from cyrillic-alternativnyj-decode-table.
15176 (cyrillic-alternativnyj-encode-table): Define it as a translation
15177 table made from the reverse map of above.
15178 (ccl-decode-alternativnyj): Use translate-character.
15179 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15180 Likewize
15181
15182 * international/mule-diag.el (non-iso-charset-alist): Specify
15183 translation table symbol instead of translation table itself.
15184 (list-block-of-chars): CHARSET may be a translation table symbol.
15185
15186 * international/mule.el (make-coding-system): If CODING-SYSTEM
15187 already exists, override it.
15188
15189 * international/fontset.el: Use family `proportional' for Tibetan
15190 fonts.
15191
15192 * international/ccl.el (ccl-compile-translate-character): Don't
15193 check if Rrr has property translation-table.
15194 (ccl-compile-map-multiple): Modified to avoid compiler warning.
15195
151962000-06-05 Gerd Moellmann <gerd@gnu.org>
15197
15198 * info.el: Bind case-fold-search to t when searching in case
15199 a user sets it to nil in a hook.
15200
152012000-06-05 Stefan Monnier <monnier@cs.yale.edu>
15202
15203 * autoarg.el (autoarg-mode, autoarg-kp-mode):
15204 * hl-line.el (hl-line-mode): Use the new :global key argument.
15205
15206 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15207 (tar-clip-time-string): Prepend a space.
15208 (tar-grind-file-mode): Construct a string rather than modifying one.
15209 (tar-header-block-summarize): Fix docstring.
15210 Use `format' rather than an error-prone set of copy-loops.
15211
15212 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15213 (diff-goto-source, diff-unified->context, diff-context->unified)
15214 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15215 understand the format output by the `-p' argument to diff.
15216
15217 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15218 (sh-re-done): Use defconst.
15219 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15220 (sh-help-string-for-variable, sh-guess-basic-offset):
15221 Don't quote lambdas.
15222 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15223 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15224
15225 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15226 (mh-letter-mode): Derive from text-mode.
15227 This implicitly means that it now calls kill-all-local-variables.
15228 Also remove the Emacs-18 compatibility code.
15229
15230 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15231 Make use of symbol-property doc-string-elt.
15232 Use memq rather than a sequence of eq.
15233 (doc-string-elt): Fix the wrong or missing previously unused values.
15234 (autoload-print-form): New function extracted from
15235 generate-file-autoloads to allow recursion when handling progn
15236 so that defvar's and defun's docstrings are properly printed.
15237 (generate-file-autoloads): Use it.
15238
15239 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15240 Use find-file-hooks in the minor-mode function.
15241 Be careful not to loop indefinitely in the post-command-hook function.
15242
152432000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
15244
15245 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15246 tty's.
15247 * ediff-diff.el (ediff-exec-process): Use --binary for fine
15248 differences whenever appropriate.
15249 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15250 * viper.el (find-file, find-file-other-window): Get viper to do
15251 wildcards.
15252
152532000-06-04 Stefan Monnier <monnier@cs.yale.edu>
15254
15255 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15256 (jit-lock-fontify-buffer): New function for JIT refontification.
15257 (jit-lock-mode): Fix docstring.
15258 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15259 Remove jit-lock-after-change from the _local_ hook.
15260 (jit-lock-function-1): Fix docstring.
15261
15262 * info.el (Info-on-current-buffer): Initialize info.
15263
15264 * newcomment.el (comment-indent): Ignore comment-indent-hook.
15265
15266 * progmodes/tcl.el (tcl-indent-for-comment):
15267 Ignore comment-indent-hook.
15268
15269 * emacs-lisp/easy-mmode.el: Require CL during compilation.
15270 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15271 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15272 and improve to use the lighter to guess the capitalization.
15273 (define-minor-mode): Inline code from easy-mmode-define-toggle.
15274 Add keyword arguments to specify global-ness or the custom group.
15275 Add local-map and help-echo properties to the lighter.
15276 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15277 (easy-mmode-define-global-mode): New macro.
15278
152792000-06-02 Dave Love <fx@gnu.org>
15280
15281 * wid-edit.el: byte-compile-dynamic since we typically don't use
15282 all the widgets. Don't require cl or widget. Remove
15283 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
15284 (widget-read-event): Removed. Callers changed to use read-event.
15285 (widget-button-release-event-p): Renamed from
15286 button-release-event-p.
15287 (widget-field-add-space, widget-field-use-before-change):
15288 Uncustomize.
15289 (widget-specify-field): Use keymap property, not local-map.
15290 (widget-specify-button): Obey :suppress-face.
15291 (widget-specify-insert): Use modern backquote syntax.
15292 (widget-image-directory): Renamed from widget-glyph-directory.
15293 (widget-image-enable): Renamed from widget-glyph-enable.
15294 (widget-image-find): Replaces widget-glyph-find.
15295 (widget-button-pressed-face): Move defvar.
15296 (widget-image-insert): Replaces widget-glyph-insert.
15297 (widget-convert): Use keywordp.
15298 (widget-leave-text, widget-children-value-delete): Use mapc.
15299 (widget-keymap): Remove XEmacs stuff.
15300 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15301 (widget-button-click): Don't set point at the click, but re-centre
15302 if we scroll out of window. Rewritten for images v. glyphs &c.
15303 (widget-tabable-at): Use POS arg, not point.
15304 (widget-beginning-of-line, widget-end-of-line)
15305 (widget-item-value-create, widget-sublist, widget-princ-to-string)
15306 (widget-sexp-prompt-value, widget-echo-help): Simplify.
15307 (widget-default-create): Use widget-image-insert; some rewriting.
15308 (widget-visibility-value-create)
15309 (widget-push-button-value-create, widget-toggle-value-create): Use
15310 widget-image-insert.
15311 (checkbox): Create on and off images dynamically.
15312 (documentation-link): Change :help-echo.
15313 (widget-documentation-link-echo-help): Remove.
15314
153152000-06-02 Stefan Monnier <monnier@cs.yale.edu>
15316
15317 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15318
15319 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15320 (easy-mmode-define-toggle, define-minor-mode): Use it.
15321 (easy-mmode-define-keymap): Docstring fix.
15322 (define-derived-mode): Default PARENT to fundamental-mode.
15323 Add the derived-mode-parent symbol-property.
15324 (easy-mmode-derived-mode-p): New function.
15325
153262000-06-02 Dave Love <fx@gnu.org>
15327
15328 * files.el (convert-standard-filename): Doc fix.
15329 (normal-backup-enable-predicate): New function.
15330 (backup-enable-predicate): Use it to replace the lambda form.
15331
15332 * calendar/todo-mode.el: [This needs more work on the outline
15333 stuff.] Doc fixes.
15334 (todo) <defgroup>: Add :version.
15335 (todo-add-category): Don't use pushnew.
15336 (todo-cmd-raise): Fix typo.
15337 (todo-top-priorities): Change temp buffer name.
15338 (todo-category-alist): Avoid redundant lambda.
15339 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15340 Use outline-next-heading.
15341
15342 * autoarg.el: Rewritten to use define-minor-mode.
15343 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15344 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15345
153462000-06-02 Kenichi Handa <handa@etl.go.jp>
15347
15348 * isearch.el (isearch-other-meta-char): Fix previous change.
15349
153502000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15351
15352 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15353 (log-edit-done): Only add the comment to the ring if it's different
15354 from the last comment entered.
15355
15356 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15357
153582000-06-01 Dave Love <fx@gnu.org>
15359
15360 * hl-line.el: Rewritten using define-minor-mode.
15361
15362 * help.el (describe-function-1): Distinguish special form from
15363 builtin function. Sanity-check presence of arglist for builtins.
15364
153652000-06-01 Kenichi Handa <handa@etl.go.jp>
15366
15367 * international/characters.el: Fix syntax/category setting of
15368 Tibetan characters.
15369
15370 * language/tibet-util.el (tibetan-add-components): Fixes for new
15371 encoding of Tibetan characters.
15372 (tibetan-decompose-precomposition-alist): New variable.
15373 (tibetan-decompose-region): Convert precomposed characters to
15374 non-precomposed characters.
15375 (tibetan-decompose-string): Likewise.
15376 (tibetan-composition-function): Fix args to
15377 thibetan-compose-string.
15378
15379 * language/tibetan.el (tibetan-composable-pattern): More
15380 characters included.
15381 (tibetan-consonant-transcription-alist): Rule for "R" added.
15382 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15383 "+R" added.
15384 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15385
15386 * language/lao-util.el (lao-composition-function): Fix args to
15387 compose-string.
15388
15389 * language/thai-util.el (thai-composition-function): Fix args to
15390 compose-string.
15391
15392 * isearch.el (isearch-update): Set disable-point-adjustment to t
15393 to prevent the point moving to the end of a composition when a
15394 part of a composition is searched.
15395 (isearch-other-meta-char): If the key invoking this command can be
15396 mapped by function-key-map to a printing char, call
15397 isearch-process-search-char directly.
15398
153992000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15400
15401 * emacs-lisp/bytecomp.el:
15402 * frame.el:
15403 * international/mule-cmds.el:
15404 * international/mule-util.el:
15405 * international/mule.el:
15406 * mouse.el:
15407 * subr.el:
15408 * faces.el: Update calls to make-obsolete with a WHEN argument.
15409
15410 * byte-run.el (make-obsolete, make-obsolete-variable):
15411 Add an optional WHEN argument and change the format of the
15412 symbol-property information.
15413 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15414 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15415 new obsolete-symbol-property format and print WHEN if it is provided.
15416
154172000-05-31 Dave Love <fx@gnu.org>
15418
15419 * loadhist.el (loadhist-hook-functions): Remove
15420 before-change-function, after-change-function.
15421 (unload-feature): Deal with symbols which are both bound and
15422 fbound.
15423
15424 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15425 before-change-function, after-change-function.
15426
15427 * simple.el (newline): Don't bind before-change-function,
15428 after-change-function.
15429
154302000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
15431
15432 * whitespace.el (whitespace-rescan-timer-time): Update interval
15433 set to 600 seconds (10 minutes) instead of 60 seconds since
15434 a large number of whitespace buffers causes emacs to `freeze'
15435 for a considerable amount of time.
15436
15437 * whitespace.el: Updated email address
15438
154392000-05-31 Dave Love <fx@gnu.org>
15440
15441 * add-log.el (change-log-font-lock-keywords) <function>: Add
15442 pattern for function of change.
15443 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15444 acknowledgements patterns.
15445
154462000-05-31 Kenichi Handa <handa@etl.go.jp>
15447
15448 * isearch.el (isearch-printing-char): If keyboard coding system is
15449 being used, call isearch-process-search-multibyte-characters.
15450
15451 * international/isearch-x.el: Mostly rewritten.
15452
15453 * international/quail.el (quail-start-conversion): Don't include
15454 unhandled events in the returned events, but set them in
15455 unread-command-events. Exit if all inputs are deleted.
15456
154572000-05-30 Jason Rumney <jasonr@gnu.org>
15458
15459 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15460
15461 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15462 Reenable code to create initial fontsets.
15463 Use set-fontset-font in place of put-charset-property.
15464
154652000-05-30 Gerd Moellmann <gerd@gnu.org>
15466
15467 * progmodes/perl-mode.el (perl-indent-line): When looking for a
15468 label, ensure that the first colon isn't followed by another.
15469
15470 * paths.el (Info-default-directory-list): Doc fix.
15471
15472 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15473 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15474 send a query containing USER only, not USER@HOST.
15475
15476 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15477 and rmail-msgend to compute the restriction at the end, instead of
15478 computing it.
15479
154802000-05-29 Gerd Moellmann <gerd@gnu.org>
15481
15482 * dabbrev.el (dabbrev-expand): Don't display messages in the
15483 echo area if the minibuffer window is active.
15484
15485 * jit-lock.el (jit-lock-mode): Add after change function to
15486 local hook.
15487
154882000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
15489
15490 * antlr-mode.el: New commands: hide/unhide actions,
15491 upcase/downcase literals.
15492 (antlr-tiny-action-length): New user option.
15493 (antlr-hide-actions): New command. Suggested by
15494 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15495 (antlr-mode-map): New binding [C-c C-v].
15496 (antlr-mode-menu): New entries.
15497 (antlr-downcase-literals): New command.
15498 (antlr-upcase-literals): Ditto.
15499
15500 * antlr-mode.el: Minor changes: indendation, mode-name.
15501 (antlr-indent-line): Indent cpp directive at column 0.
15502 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15503
15504 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15505 (antlr-font-lock-additional-keywords): Workaround for intentional
15506 bug in XEmacs version of font-lock.
15507 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
15508 be used by a smarter version of `buffers-menu-grouping-function'.
15509
155102000-05-29 Gerd Moellmann <gerd@gnu.org>
15511
15512 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15513 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15514
155152000-05-29 Kenichi Handa <handa@etl.go.jp>
15516
15517 * international/encoded-kb.el
15518 (encoded-kbd-iso2022-designation-map): Pay attention to that
15519 charset-iso-final-char return -1 for eight-bit-control and
15520 eight-bit-graphic.
15521
155222000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15523
15524 * speedbar.el (speedbar-use-images, speedbar-update-flag)
15525 (speedbar-easymenu-definition-base): Use display-graphic-p where
15526 available, instead of window-system.
15527
155282000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15529
15530 * international/codepage.el (cp-coding-system-for-codepage-1): Add
15531 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15532 coding systems.
15533
155342000-05-26 Dave Love <fx@gnu.org>
15535
15536 * disp-table.el (standard-display-underline): Don't use
15537 internal-find-face.
15538
15539 * mail/reporter.el: Maintainer change. Doc fixes.
15540 (reporter-version): Deleted.
15541
15542 * emacs-lisp/elp.el: Maintainer change.
15543 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15544
155452000-05-26 Stefan Monnier <monnier@cs.yale.edu>
15546
15547 * add-log.el (add-change-log-entry): Merge the current entry with the
15548 previous one if the previous one is empty.
15549
155502000-05-26 Dave Love <fx@gnu.org>
15551
15552 * loadhist.el (unload-feature): Fix interactive spec [from
15553 lijnzaad@ebi.ac.uk].
15554
15555 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15556 subr-arity to check primitives.
15557 (byte-compile-flush-pending, byte-compile-file-form-progn)
15558 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15559 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15560 mapcar.
15561
155622000-05-26 Kenichi Handa <handa@etl.go.jp>
15563
15564 * international/fontset.el: Set family names of non-latin charsets
15565 in default fontset to "*".
15566
15567 * international/mule-diag.el (print-fontset): Combine family part
15568 and registry part of the fontname by "-*-" instead of "-".
15569
15570 * international/mule-cmds.el (encode-coding-char): Make strings
15571 multibyte before calling encode-coding-string.
15572
155732000-05-25 Stefan Monnier <monnier@cs.yale.edu>
15574
15575 * derived.el: Fix keywords.
15576 (define-derived-mode): Only define if needed.
15577
15578 * simple.el (fill-comment, comment-column, comment-start)
15579 (comment-start-skip, comment-end, comment-indent-function)
15580 (block-comment-start, block-comment-end, indent-for-comment)
15581 (set-comment-column, kill-comment, comment-padding, comment-region)
15582 (comment-multi-line, indent-new-comment-line): Remove.
15583
15584 * bindings.el (esc-map): Change ; to comment-dwim and use the new
15585 function names for comment operations.
15586
15587 * newcomment.el: Add abundant autoload cookies.
15588 (comment-style): Don't depend on runtime data at compile-time.
15589 (comment-indent-hook): Remove.
15590 (comment-indent): Check if comment-indent-hook is bound.
15591 (comment-region): Docstring fix.
15592
155932000-05-25 Dave Love <fx@gnu.org>
15594
15595 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15596 byte-code-function-p.
15597
15598 * mail/rmailsum.el: Add provide.
15599
15600 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
15601
15602 * smerge-mode.el (smerge-diff-switches): Don't use list* in
15603 defcustom.
15604
156052000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
15606
15607 * ediff-diff.el (ediff-exec-process): delete --binary option from
15608 non-buffer ediff jobs.
15609
156102000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15611
15612 * hilit-chg.el (highlight-changes-mode): Ask about color or
15613 grayscale support, not about window-system.
15614
15615 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
15616 window-system.
15617 (ffap-highlight): Always default to t.
15618
15619 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
15620 display-popup-menus-p instead of looking at window-system.
15621
15622 * disp-table.el (standard-display-g1, standard-display-graphic):
15623 Only refuse to use string glyphs on X and MS-Windows.
15624
15625 * avoid.el: Remove window-system from commentary, suggest to use
15626 display-*-p instead.
15627
15628 * apropos.el (apropos-print): Use display-mouse-p instead of
15629 window-system.
15630
156312000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15632
15633 * international/codepage.el (cp-decoding-vector-for-codepage):
15634 Fill up unsupported characters with their own codes. From Kenichi
15635 Handa.
15636
156372000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15638
15639 * international/mule-diag.el (describe-char-after): Use
15640 display-graphic-p instead of window-system, so that this function
15641 works on MS-DOS.
15642
156432000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15644
15645 * international/codepage.el (cp-make-coding-systems-for-codepage):
15646 Remove the eight-bit-graphic and eight-bit-control charsets from
15647 the list of charsets which we convert into `?'.
15648
156492000-05-25 Kenichi Handa <handa@etl.go.jp>
15650
15651 * international/mule-conf.el: Specify CHARSET-ID explicitely for
15652 private charsets.
15653 (mule-unicode-0100-24ff, japanese-jisx0213-1,
15654 japanese-jisx0213-2): New charsets.
15655
15656 * international/fontset.el: Setup default fontset for new charsets.
15657
156582000-05-24 Dave Love <fx@gnu.org>
15659
15660 * info.el (Info-find-node-2): Restructure [following "Vadim
15661 S. Solomin" <sovs@uic.nnov.ru>].
15662
15663 * icomplete.el: Fix header for Finder.
15664
156652000-05-24 Eric M. Ludlam <zappo@ultranet.com>
15666
15667 * rmailout.el (rmail-output-to-rmail-file): Added optional param
15668 STAY.
15669
15670 * rmail.el (rmail-automatic-folder-directives): New user variable.
15671 (rmail-show-message): Add call to `rmail-auto-file' during
15672 display.
15673 (rmail-auto-file): New function.
15674
156752000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15676
15677 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
15678 account.
15679 (ediff-test-utility,ediff-diff-mandatory-option)
15680 (ediff-reset-diff-options): Utilities for proper initialization of
15681 ediff-diff-options and ediff-diff3-options on Windows.
15682
15683 * ediff-init.el (ediff-merge-filename-prefix): New customizable
15684 variable.
15685
15686 * ediff-mult.el (ediff-filegroup-action): Use
15687 ediff-merge-filename-prefix.
15688
156892000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15690
15691 * viper-ex.el (ex-write): Set selective display to nil.
15692
156932000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15694
15695 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
15696 aliases for hebrew-iso-8bit.
15697
156982000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15699
15700 * woman.el: New version from Francis J. Wright
15701 <F.J.Wright@Maths.QMW.ac.uk>.
15702 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
15703 names in environment variables regardless of the path separator.
15704 (woman-topic-all-completions-1): Don't call file-name-directory-p
15705 on all files, since woman-file-regexp already filters out any
15706 directories.
15707
157082000-05-24 Kenichi Handa <handa@etl.go.jp>
15709
15710 * international/quail.el (quail-start-translation): Don't change
15711 modified-p of the current buffer.
15712 (quail-start-conversion): Likewise.
15713
15714 * international/kkc.el (kkc-region): Don't change modified-p of
15715 the current buffer.
15716
15717 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
15718 conform to RFC1468.
15719 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
15720
157212000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
15722
15723 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
15724 (speedbar-insert-button): Invisible text property fix.
15725 (speedbar-directory-plus): Renamed from speedbar-directory-+
15726 (speedbar-directory-minus): Renamed from speedbar-directory--
15727 (speedbar-page-plus): Renamed from speedbar-file-+
15728 (speedbar-page-minus): Renamed from speedbar-file--
15729 (speedbar-page): Renamed from speedbar-file-
15730 (speedbar-tag): Renamed from speedbar-tag-
15731 (speedbar-tag-plus): Renamed from speedbar-tag-+
15732 (speedbar-tag-minus): Renamed from speedbar-tag--
15733 (speedbar-expand-image-button-alist): Use above renames.
15734
15735 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
15736 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
15737 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
15738 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
15739 * sb-pg.xpm: Renamed from sb-file.xpm
15740 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
15741 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
15742
157432000-05-24 Kenichi Handa <handa@etl.go.jp>
15744
15745 * international/quail.el (quail-show-guidance-buf): Set
15746 current-input-method of the guidance buffer to the name of the
15747 curren input method.
15748
157492000-05-23 Stefan Monnier <monnier@cs.yale.edu>
15750
15751 * progmodes/compile.el (compile-internal): Style typo.
15752
15753 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
15754 quote vars and functions in the docstring.
15755
15756 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
15757
15758 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
15759 Don't quote lambdas.
15760
15761 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
15762
157632000-05-23 Gerd Moellmann <gerd@gnu.org>
15764
15765 * startup.el (command-line): Determine source file of compiled
15766 user init file differently. Warn if compiled user init file
15767 is older than its source file.
15768
15769 * ffap.el (ffap-url-regexp): Add `https'.
15770
157712000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
15772
15773 * files.el (make-backup-file-name-1): Replace slashes with `!'
15774 rather than `|' (which is not allowed on Windows). Replace the
15775 drive letters with a string "drive_X".
15776
157772000-05-23 Gerd Moellmann <gerd@gnu.org>
15778
15779 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
15780
15781 * files.el (interpreter-mode-alist): Add `bash2'.
15782
157832000-05-22 Dave Love <fx@gnu.org>
15784
15785 * loadhist.el (feature-symbols, file-provides, file-requires): Use
15786 mapc.
15787 (feature-file): Avoid calling symbol-name. Doc fix.
15788 (file-set-intersect, file-dependents): Use dolist, not mapcar.
15789 (loadhist-hook-functions): Add mouse-position-function.
15790 (unload-feature): Change uses of mapcar.
15791
15792 * files.el (parse-colon-path): Doc fix.
15793 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
15794 (set-auto-mode): Use mapc.
15795
15796 * complete.el (PC-look-for-include-file): Use :alnum: character
15797 class.
15798 (partial-completion-mode): Add autoload cookie.
15799
158002000-05-22 Sam Steingold <sds@gnu.org>
15801
15802 * info.el (Info-fontify-node): Fixed the call to
15803 `add-text-properties' (bug introduced on 2000-05-18).
15804
158052000-05-22 Dave Love <fx@gnu.org>
15806
15807 * bindings.el: Remove debug-ignored-errors set in other files.
15808
15809 * progmodes/etags.el: Add to debug-ignored-errors.
15810 (visit-tags-table-buffer): Clear out buffers holding old tables
15811 when making a new list.
15812 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
15813 mapc.
15814
15815 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
15816 quote keywords.
15817 (cmpl-string-case-type): Use character classes.
15818
15819 * comint.el:
15820 * textmodes/ispell.el:
15821 * imenu.el:
15822 * mail/mh-e.el:
15823 * progmodes/compile.el: Add to debug-ignored-errors.
15824
15825 * dabbrev.el: Add to debug-ignored-errors.
15826 (dabbrev-completion): Use mapc.
15827
158282000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
15829
15830 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
15831 (woman-mapcan, woman-parse-man.conf)
15832 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
15833 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
15834 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
15835 path syntax better.
15836 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
15837 (woman-manpath): Call woman-parse-man.conf.
15838 (woman-emulation): New defcustom, defaults to nroff.
15839 (woman-font-support): New defconst.
15840 (woman-use-symbol-font): New defcustom.
15841 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
15842 "Emulation".
15843 Many functions: Doc fix.
15844
158452000-05-22 Kenichi Handa <handa@etl.go.jp>
15846
15847 * international/quail.el (quail-simple-translation-keymap): Map
15848 128..255 to quail-self-insert-command.
15849 (quail-keyboard-layout-alist): Add definition for "pc102-de".
15850
158512000-05-22 Stefan Monnier <monnier@cs.yale.edu>
15852
15853 * help.el (help-manyarg-func-alist): Typo.
15854
15855 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
15856 intervals which makes it heaps simpler.
15857
15858 * newcomment.el (comment-region-internal): Go back to BEG after quoting
15859 the nested comment markers.
15860
15861 * subr.el (remove-hook): Don't turn the hook's value into a list.
15862
158632000-05-21 Dave Love <fx@gnu.org>
15864
15865 * edmacro.el (edmacro-parse-keys): Return vector if any elements
15866 are invalid characters.
15867
15868 * international/mule-util.el (detect-coding-with-priority): Use
15869 mapc. Remove redundant lambda.
15870
15871 * international/mule-diag.el (list-non-iso-charset-chars)
15872 (describe-fontset): Remove redundant lambda.
15873
15874 * emulation/crisp.el (brief-mode): New alias.
15875
15876 * emacs-lisp/ring.el (ring-elements): New function.
15877
15878 * emacs-lisp/easymenu.el (easy-menu-create-menu)
15879 (easy-menu-do-add-item): Use keywordp.
15880
15881 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
15882
15883 * replace.el: Doc and error message fixes.
15884 (replace-highlight): Use facep, not internal-find-face.
15885
158862000-05-20 Stefan Monnier <monnier@cs.yale.edu>
15887
15888 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
15889
15890 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
15891 (log-edit-insert-changelog): Drop `:' as well.
15892
15893 * log-view.el: Fix file description.
15894 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
15895 available.
15896 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
15897 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
15898
15899 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
15900 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
15901 Print a status message if the toggle is called interactively.
15902 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
15903 for global minor modes and use `defcustom' for them.
15904 Use add-minor-mode.
15905 (easy-mmode-define-derived-mode): Remove.
15906 (define-derived-mode): Fancier default docstring.
15907 (easy-mmode-define-navigation): Signal an error rather than (ding).
15908
15909 * newcomment.el (comment-styles): New `box-multi'.
15910 (comment-normalize-vars): Better default for comment-continue to
15911 avoid whitespace-only continuations.
15912 (comment-search-forward): Always move even in the no-syntax case.
15913 (comment-padright): Only obey N if it's only obeyed for padleft.
15914 (comment-make-extra-lines): Better handling of empty continuations.
15915 Use `=' for the filler if comment-start has only one character.
15916 (uncomment-region): Try handling the special `=' filler.
15917 (comment-region): Allow LINES even if MULTI is nil.
15918 (comment-box): Choose box style based on comment-style.
15919
159202000-05-20 Kenichi Handa <handa@etl.go.jp>
15921
15922 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
15923 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
15924
159252000-05-20 Kenichi HANDA <handa@etl.go.jp>
15926
15927 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
15928 and insert, not subst-char-in-region.
15929
15930 * international/mule-diag.el (list-character-sets-1): Handle
15931 charsets eight-bit-control and eight-bit-graphic.
15932 (list-iso-charset-chars): Likewise.
15933 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
15934 charactes as is. Use indent-to to align characters.
15935
15936 * international/mule-cmds.el (find-multibyte-characters): Never
15937 exclude charsets eight-bit-control and eight-bit-graphic.
15938
159392000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15940
15941 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
15942 Don't quote lambdas.
15943
15944 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
15945
159462000-05-19 Gerd Moellmann <gerd@gnu.org>
15947
15948 * gud.el (gud-jdb-directories): Doc fix.
15949
159502000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15951
15952 * newcomment.el: New file.
15953
159542000-05-19 Gerd Moellmann <gerd@gnu.org>
15955
15956 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
15957
159582000-05-18 Andreas Schwab <schwab@suse.de>
15959
15960 * dired.el (dired-between-files): Also skip lines beginning with
15961 `used'.
15962
159632000-05-18 Gerd Moellmann <gerd@gnu.org>
15964
15965 * msb.el (msb-menu-cond): Add choice `user'.
15966
159672000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15968
15969 * ps-print.el: Compatibility, customization and doc fix.
15970 (ps-printer-name-option): Replace defconst by defvar.
15971 (ps-postscript-code-directory): XEmacs compatibility.
15972 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
15973 fix.
15974 (ps-user-defined-prologue, ps-print-prologue-header)
15975 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
15976 compatibility and code fix.
15977 (ps-print-background-image, ps-print-background-text):
15978 Customization fix.
15979 (ps-line-number-start, ps-n-up-on): New vars.
15980
159812000-05-18 Espen Skoglund <esk@ira.uka.de>
15982
15983 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
15984 the indent-comment function to just return the appropriate indent.
15985
159862000-05-18 Eric M. Ludlam <zappo@ultranet.com>
15987
15988 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
15989 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
15990 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
15991
159922000-05-18 Dave Love <fx@gnu.org>
15993
15994 * info.el (Info-fontify-node): Add intangible property as well as
15995 invisible.
15996
15997 * calendar/appt.el (appt-make-list): Match all lines of entry.
15998 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
15999
160002000-05-18 Kenichi Handa <handa@etl.go.jp>
16001
16002 * international/mule-diag.el (describe-char-after): Call
16003 internal-char-font, not char-font. If internal-char-font returns
16004 nil, display "-- none --".
16005
160062000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16007
16008 * image.el (image-type-available-p): Don't reference image-types
16009 if it isn't bound.
16010
160112000-05-17 Stefan Monnier <monnier@cs.yale.edu>
16012
16013 * autoarg.el (autoarg-mode): Typo in the :set argument.
16014
160152000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16016
16017 * startup.el (command-line-1): Don't signal an error if the
16018 directory for auto-save-list files does not yet exist.
16019
160202000-05-17 Kenichi Handa <handa@etl.go.jp>
16021
16022 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16023
160242000-05-16 Stefan Monnier <monnier@cs.yale.edu>
16025
16026 * subr.el (remove-hook): `setq' hook-value, not `set'.
16027
160282000-05-16 Sam Steingold <sds@gnu.org>
16029
16030 * info.el (debug-ignored-errors): More errors to ignore.
16031
160322000-05-16 Dave Love <fx@gnu.org>
16033
16034 * cus-edit.el: Don't require cl or easymenu.
16035 (custom-variable-prompt): Test standard-value property, not
16036 user-variable-p.
16037
160382000-05-16 Sam Steingold <sds@gnu.org>
16039
16040 * subr.el (add-hook): `setq' hook-value, not `set'.
16041
160422000-05-16 Gerd Moellmann <gerd@gnu.org>
16043
16044 * startup.el (command-line-1): Mention the FAQ in the startup
16045 message.
16046
16047 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16048
16049 * progmodes/compile.el (compilation-parse-errors): Collect
16050 `nomessage' regexps last.
16051
16052 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16053
16054 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16055 to the function name.
16056
160572000-05-15 Dave Love <fx@gnu.org>
16058
16059 * speedbar.el (speedbar-recenter): Typo.
16060 (speedbar-expand-line): Make arg optional.
16061 (speedbar-mode): Avoid a compiler warning.
16062
160632000-05-15 Gerd Moellmann <gerd@gnu.org>
16064
16065 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16066 user-specified option string is empty.
16067
16068 * mouse.el (mouse-yank-at-click): Doc fix.
16069
160702000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
16071
16072 * term/internal.el (IT-character-translations): More updates of
16073 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16074 documents.
16075
160762000-05-15 Gerd Moellmann <gerd@gnu.org>
16077
16078 * env.el (getenv): New function, interactively callable.
16079 (setenv, getenv): Remove autoload cookies.
16080
16081 * loadup.el: Load `env'.
16082
16083 * progmodes/f90.el: Change author's mail address.
16084
160852000-05-14 Dave Love <fx@gnu.org>
16086
16087 * mail/rmail.el (rmail-show-message-hook): Customize and offer
16088 goto-addr as an option.
16089
16090 * help.el (help-xref-stack): Doc fix.
16091 (help-xref-following): New variable.
16092 (help-make-xrefs): Use it.
16093 (help-xref-go-back): Use position information from stack element.
16094 (help-follow): Make position in stack element a pair. Use
16095 help-xref-following.
16096
16097 * autoarg.el: New file.
16098
16099 * faces.el: Declare more functions obsolete.
16100
16101 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16102 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16103 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16104 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16105 Remove all the setup-...-environment functions.
16106
161072000-05-13 Eric M. Ludlam <zappo@ultranet.com>
16108
16109 * speedbar.el: Updated the commentary section. xemacs20p now uses
16110 >= when detecting. Require `defimage' safely.
16111 (speedbar-easymenu-definition-base): Add toggle for images.
16112 (speedbar-easymenu-definition-special): Add flush cache & expand.
16113 (speedbar-visiting-tag-hook): Set new defaults. Added options.
16114 (speedbar-reconfigure-keymaps-hook): New variable.
16115 (speedbar-frame-parameters): Updated documentation.
16116 (speedbar-use-imenu-flag): Updated custom tag
16117 (speedbar-dynamic-tags-function-list): New variable.
16118 (speedbar-tag-hierarchy-method): Updated doc & custom.
16119 (speedbar-indentation-width, speedbar-indentation-width) New
16120 variables.
16121 (speedbar-hide-button-brackets-flag): Customizable.
16122 (speedbar-vc-indicator): Doc update.
16123 (speedbar-ignored-path-expressions): Updated default value.
16124 (speedbar-supported-extension-expressions): Updated default value.
16125 (speedbar-syntax-table): Remove {} paren status.
16126 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16127 as "+". Added overlay aliases.
16128 (speedbar-mode): Use `speedbar-mode-line-update' instead of
16129 `force-mode-line-update'.
16130 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16131 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16132 `mouse-set-point'
16133 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16134 (speedbar-item-info-tag-helper): Revamped to handle a wider range
16135 of arbitrary text, and new helper functions.
16136 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16137 filename finder.
16138 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16139 (speedbar-directory-buttons): Update path search/expansion.
16140 (speedbar-make-tag-line): Pay attention to
16141 `speedbar-indentation-width'. Use more care w/ invisible
16142 properties.
16143 (speedbar-change-expand-button-char): Call
16144 `speedbar-insert-image-button-maybe'.
16145 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16146 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16147 (speedbar-trim-words-tag-hierarchy)
16148 (speedbar-simple-group-tag-hierarchy): New functions
16149 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16150 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16151 functions.
16152 (speedbar-mouse-set-point): New function
16153 (speedbar-power-click): Updated documentation.
16154 (speedbar-line-token, speedbar-goto-this-file): Handle more types
16155 of tag prefix text.
16156 (speedbar-expand-line, speedbar-contract-line): Make more robust
16157 to strange text.
16158 (speedbar-expand-line): Takes universal argument to flush the
16159 cache.
16160 (speedbar-flush-expand-line): New function.
16161 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16162 Use new generator insertion method.
16163 (speedbar-fetch-dynamic-tags): New function.
16164 (speedbar-fetch-dynamic-imenu): Removed code now handled in
16165 `speedbar-fetch-dynamic-imenu'.
16166 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16167 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16168 "Revert Buffer" menu items.
16169 (speedbar-buffer-buttons-engine): Be smarter when creating a
16170 filename tag (for expansion purposes.).
16171 (speedbar-highlight-one-tag-line,
16172 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16173 (speedbar-recenter): New functions.
16174 (defimage-speedbar): Image loading abstraction.
16175 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16176 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16177 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16178 (speedbar-tag-type, speedbar-tag-mail): New images.
16179 (speedbar-expand-image-button-alist): New variable.
16180 (speedbar-insert-image-button-maybe): Insert an image over some
16181 buttons.
16182
161832000-05-13 Kenichi Handa <handa@etl.go.jp>
16184
16185 * international/mule-cmds.el (encode-coding-char): An ASCII
16186 character is always encodable.
16187
16188 * international/mule-conf.el: Add more information in descriptions
16189 of character sets.
16190
16191 * international/mule-diag.el (describe-char-after): New function.
16192 (describe-font-internal): Adjusted for the change of font-info.
16193 (describe-font): Likewise.
16194 (print-fontset): Rewritten for the new fontset implementation.
16195 (describe-fontset): Include fontset alias names in completion.
16196 (list-fontsets): Adjusted for the change of print-fontset.
16197
16198 * simple.el (what-cursor-position): If DETAIL is non-nil, call
16199 describe-char-after instead of displaying the detail in the echo
16200 area.
16201 (syntax-code-table): Format changed.
16202 (string-to-syntax): Adjusted for the above change.
16203
162042000-05-12 Stefan Monnier <monnier@cs.yale.edu>
16205
16206 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16207
162082000-05-12 Dave Love <fx@gnu.org>
16209
16210 * calendar/todo-mode.el: Remove some compatibility stuff and CL
16211 dependence. Use line-{beginning,end}-position, not
16212 point-at{b,e}ol. Some doc fixes.
16213 (todo-position): New function. Fix callers of position to use it.
16214 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16215
162162000-05-12 Gerd Moellmann <gerd@gnu.org>
16217
16218 * time.el (display-time-mail-icon): Use `:ascent center'.
16219
16220 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16221 handling FTP security extensions.
16222
162232000-05-11 Dave Love <fx@gnu.org>
16224
16225 * calendar/todo-mode.el: New file.
16226
162272000-05-11 Gerd Moellmann <gerd@gnu.org>
16228
16229 * comint.el (comint-read-input-ring): Move reference to
16230 comint-input-ring-size outside of the save-excursion. It was
16231 causing the default value to be the only one ever seen.
16232
16233 * font-lock.el: Update copyright. Remove Simon Marshall's email
16234 address on request from him.
16235
16236 * subr.el (substitute-key-definition): Add comment describing
16237 the meaning of PREFIX.
16238
162392000-05-10 Stefan Monnier <monnier@cs.yale.edu>
16240
16241 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16242
16243 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16244 (add-minor-mode): Don't make the variable buffer-local and add a
16245 reference to define-minor-mode in the docstring.
16246
16247 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16248 HEADER/FOOTER and fix bug with trailing empty directory.
16249 (cvs-append-to-ignore): Use vc-editable-p if available.
16250 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16251 (vc-do-command): Tweak advice to handle the new VC.
16252
16253 * log-view.el (log-view-goto-rev): New function for the new VC.
16254 (log-view-minor-wrap): Use mark-active.
16255
16256 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16257 (log-edit-changelog-full-paragraphs): New var.
16258 (log-edit-insert-changelog): Remove a lonely leading `* file'.
16259 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16260 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16261 (log-edit-changelog-ours-p, log-edit-changelog-entries)
16262 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16263 Replace the `cvs' prefix with `log-edit'.
16264
16265 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16266
16267 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16268 (diff-font-lock-defaults): Explicitly turn off multiline.
16269 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16270 (diff-ediff-patch): Fix call to ediff-patch-file.
16271 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16272 Handle comments.
16273
16274 * frame.el (automatic-hscrolling): Typo.
16275
16276 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16277
162782000-05-09 Sam Steingold <sds@goems.com>
16279
16280 * apropos.el (apropos-print): use `describe-face' instead of
16281 `customize-face-other-window'.
16282
162832000-05-09 Dave Love <fx@gnu.org>
16284
16285 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16286
16287 * help.el (describe-variable): Have customize button pop the
16288 help-xref stack when invoked.
16289 (help-xref-symbol-regexp): Add `face'.
16290 (help-make-xrefs): Check for quoted face names and adapt regexp
16291 submatch numbers to cope.
16292 (help-xref-interned): Maybe insert face doc too. Separate
16293 sections with a line of hyphens.
16294
16295 * faces.el: Some doc fixes. Declare some functions obsolete.
16296 (describe-face): Add customize button. Return the help
16297 text. Fix prompt.
16298
162992000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
16300
16301 * term/internal.el (IT-character-translations): Fix last change.
16302
163032000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16304
16305 * woman.el: New file
16306 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16307
163082000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16309
16310 * term/internal.el (IT-character-translations): Update ASCII
16311 simulations for greek-iso8859-7, add latin-iso8859-14 and
16312 latin-iso8859-15.
16313
16314 * international/mule-cmds.el (set-language-info-alist): Call
16315 define-prefix-command with 3 arguments, to make the map suitable
16316 for a menu.
16317
163182000-05-07 Dave Love <fx@gnu.org>
16319
16320 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16321
163222000-05-05 Dave Love <fx@gnu.org>
16323
16324 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16325 list in doc string. Don't quote keyword symbols.
16326 * emacs-lisp/cl.el: Likewise
16327 * emacs-lisp/cl-seq.el: Likewise
16328
163292000-05-05 Gerd Moellmann <gerd@gnu.org>
16330
16331 * abbrev.el (abbrev-mode): Make ARG optional.
16332
163332000-05-04 Gerd Moellmann <gerd@gnu.org>
16334
16335 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16336
16337 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16338
16339 * subr.el (substitute-key-definition): Clarify documentation.
16340
163412000-05-04 Milan Zamazal <pdm@freesoft.cz>
16342
16343 * glasses.el (glasses-convert-to-unreadable): Use
16344 `glasses-separator' instead of the hard-wired "_".
16345 (glasses-mode): Call `glasses-make-unreadable' only in a single
16346 place.
16347
163482000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
16349
16350 * term/internal.el (cjk-codepages-alist): Add associations for
16351 Chinese and Korean codepages. Remove FIXME comment.
16352
163532000-05-03 Dave Love <fx@gnu.org>
16354
16355 * time.el (display-time-mail-face, display-time-use-mail-icon):
16356 New option.
16357 (display-time-mail-icon): New variable.
16358 (display-time-string-forms): Use the above. Fix the local-map.
16359
163602000-05-03 Gerd Moellmann <gerd@gnu.org>
16361
16362 * replace.el (query-replace-map): Add binding for `E'.
16363 (query-replace-help): Extend help text.
16364 (perform-replace): Allow editing the replacement string.
16365
16366 * make-mode.el (makefile-mode-abbrev-table): New variable.
16367 (makefile-mode): Set local abbrev table to
16368 makefile-mode-abbrev-table.
16369 (makefile-font-lock-keywords): Fontify includes and conditionals.
16370
16371 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16372 set TOGGLE's value.
16373
16374 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16375 mail-interactive-insert-alias.
16376 (mail-abbrev-complete-alias): New command.
16377 (mail-mode-map): Bind it to `M-TAB'.
16378
163792000-05-03 Kenichi Handa <handa@etl.go.jp>
16380
16381 * language/lao-util.el (lao-compose-region): New function.
16382
163832000-05-02 Gerd Moellmann <gerd@gnu.org>
16384
16385 * files.el (recover-session): Make directories as necessary
16386 if they don't exist yet.
16387
16388 * calendar/cal-french.el
16389 (french-calendar-multibyte-special-days-array)
16390 (french-calendar-special-days-array): Change French text.
16391 (calendar-french-date-string): Change output.
16392 (calendar-goto-french-date): Likewise.
16393
163942000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
16395
16396 * wid-edit.el (widget-default-active): Obey `:always-active'.
16397 (widget-documentation-string-value-create): Set `:always-active'.
16398
163992000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16400
16401 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16402 default prefix to `~/_emacs.d/auto-save.list/_s'.
16403 (normal-top-level): Create the directory for auto-save files, if
16404 it doesn't already exist (in the ms-dos case only).
16405
164062000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16407
16408 * international/mule-cmds.el (set-language-environment): Don't
16409 concat an integer (dos-codepage), use format instead.
16410
164112000-05-02 Dave Love <fx@gnu.org>
16412
16413 * help.el (help-xref-on-pp): Check for constant symbols.
16414
164152000-04-29 Gerd Moellmann <gerd@gnu.org>
16416
16417 * startup.el (normal-top-level): Put a condition-case around
16418 the code loading subdirs.el.
16419
164202000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16421
16422 * ps-print.el: Upside-down and face background color printing,
16423 line number step, doc fix.
16424 (ps-print-version): New version number (5.2).
16425 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16426 (ps-face-attribute-list, ps-plot-with-face): Code fix.
16427 (ps-spool-config): Var fix.
16428 (ps-printer-name-option): Const fix.
16429 (ps-print-upside-down, ps-use-face-background)
16430 (ps-line-number-step): New vars.
16431 (ps-window-system, ps-lp-system): New consts.
16432 (ps-face-background): New fun.
16433
164342000-04-28 Richard Stallman <rms@gnu.org>
16435
16436 * files.el (make-auto-save-file-name):
16437 Apply auto-save-file-name-transforms to visited file name
16438 before generating auto save file name.
16439 (auto-save-file-name-transforms): New variable.
16440
16441 * files.el (backup-enable-predicate):
16442 Correctly test for a file under a temporary directory.
16443
164442000-04-28 Gerd Moellmann <gerd@gnu.org>
16445
16446 * subr.el (add-minor-mode): Rewritten.
16447
164482000-04-28 Kenichi Handa <handa@etl.go.jp>
16449
16450 * mail/sendmail.el (sendmail-send-it): Set
16451 buffer-file-coding-system to the selected coding system for MIME
16452 header.
16453
164542000-04-27 Gerd Moellmann <gerd@gnu.org>
16455
16456 * dired.el (dired-move-to-filename-regexp): Allow format where
16457 YYYY is followed by two spaces.
16458
16459 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16460 in the second character class of the regexp.
16461
16462 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16463 mh-etc, too.
16464
16465 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16466 nil.
16467
16468 * subr.el (add-minor-mode): Use `set' instead of `setq'.
16469
16470 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16471 argument.
16472
164732000-04-27 Sen Nagata <sen@eccosys.com>
16474
16475 * emacs-lisp/crm.el (crm-completion-table): New variable.
16476 (crm-collection-fn, crm-test-completion)
16477 (completing-read-multiple): Use it.
16478
164792000-04-27 Dave Love <fx@gnu.org>
16480
16481 * help.el (locate-library): Use mapc.
16482 (help-manyarg-func-alist): Add call-process-region.
16483
164842000-04-26 Gerd Moellmann <gerd@gnu.org>
16485
16486 * subr.el (add-minor-mode): Make argument MAP optional.
16487
16488 * desktop.el (desktop-save): Save list of minor modes.
16489 (desktop-create-buffer): Restore minor modes.
16490 (desktop-minor-mode-table): New user-option.
16491
16492 * subr.el (add-minor-mode): New function.
16493
16494 * image.el (find-image): New function.
16495 (defimage): Rewritten to find image at load time.
16496
16497 * startup.el (normal-top-level-add-to-load-path): Handle
16498 case that the default directory is not in load-path.
16499
16500 * help.el: Old patch from Stefan Monnier.
16501 (help-xref-on-pp): New function.
16502 (describe-variable): Use it to display xrefs in a symbol's value.
16503
165042000-04-26 Stefan Monnier <monnier@cs.yale.edu>
16505
16506 * cus-edit.el (custom-face): Fix parenthesis.
16507
165082000-04-26 Kenichi Handa <handa@etl.go.jp>
16509
16510 * mail/rmail.el (rmail-expunge): When there are no deleted
16511 messages, do nothing.
16512
165132000-04-26 Dave Love <fx@gnu.org>
16514
16515 * international/mule-cmds.el (locale-translation-file-name):
16516 Defvar to nil.
16517 (set-locale-environment): Set it here (at runtime).
16518
165192000-04-25 Gerd Moellmann <gerd@gnu.org>
16520
16521 * replace.el (perform-replace): Add parameters START and END. Use
16522 them instead of the check for a region in Transient Mark mode.
16523 (query-replace-read-args): Return two more list elements for the
16524 start and end of the region in Transient Mark mode.
16525 (query-replace, query-replace-regexp, query-replace-regexp-eval)
16526 (map-query-replace-regexp, replace-string, replace-regexp): Add
16527 optional last arguments START and END and pass them to
16528 perform-replace.
16529
16530 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16531 form with additional arguments for perform-replace.
16532
16533 * progmodes/etags.el (tags-query-replace): Add parameters START
16534 and END. Construct a form with additional arguments for
16535 perform-replace.
16536
16537 * simple.el (shell-command): Set default directory for "*Shell
16538 Command Output" buffer.
16539
16540 * language/european.el (iso-latin-4): Fix typo.
16541
16542 * emacs-lisp/crm.el: New file.
16543
165442000-04-24 Dave Love <fx@gnu.org>
16545
16546 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16547 (Custom-reset-saved, Custom-reset-standard)
16548 (custom-group-value-create, custom-group-set, custom-group-save)
16549 (custom-group-reset-current, custom-group-reset-saved)
16550 (custom-group-reset-standard): Use mapc.
16551 (custom-buffer-create-internal): Disable undo when creating items.
16552 Use mapc.
16553 (custom-face): Avoid redundant lambda.
16554
165552000-04-24 Gerd Moellmann <gerd@gnu.org>
16556
16557 * startup.el (auto-save-list-file-prefix): Set default to
16558 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16559
165602000-04-24 Sam Steingold <sds@gnu.org>
16561
16562 * time-stamp.el (time-stamp-string-preprocess): Always convert
16563 `field-result' to a string.
16564
165652000-04-24 Gerd Moellmann <gerd@gnu.org>
16566
16567 * frame.el (scrolling): New group.
16568 (automatic-hscrolling): New user-option.
16569
16570 * startup.el (command-line-x-option-alist): Add `-lsp' and
16571 `--line-spacing'.
16572
165732000-04-19 Dave Love <fx@gnu.org>
16574
16575 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16576 (cl-mapc): Rename from mapc. Fix the funcall.
16577
165782000-04-19 Gerd Moellmann <gerd@gnu.org>
16579
16580 * simple.el (clone-indirect-buffer-other-window): New command.
16581 (clone-indirect-buffer): Add optional arg NORECROD.
16582 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16583
16584 * help.el (resize-temp-buffer-window): Use count-screen-lines.
16585
16586 * window.el (count-screen-lines): New function.
16587 (shrink-window-if-larger-than-buffer): Use count-screen-lines
16588 instead of window-buffer-height.
16589
16590 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16591 non-existing variable comint-input-sentinel.
16592 (inferior-lisp-args-to-list): Removed.
16593 (inferior-lisp): Use split-string instead of
16594 inferior-lisp-args-to-list.
16595
16596 * hexl.el (hexl-insert-hex-string): New command.
16597
16598 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16599 instead of concat.
16600
166012000-04-18 Gerd Moellmann <gerd@gnu.org>
16602
16603 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16604 at the start of an existing but empty folder.
16605
166062000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16607
16608 * ps-mule.el: Customization fix, doc fix.
16609 (ps-multibyte-buffer): Customization fix.
16610
166112000-04-17 Richard M. Stallman <rms@gnu.org>
16612
16613 * subr.el (read-passwd): Use read-char-exclusive.
16614
166152000-04-17 Gerd Moellmann <gerd@gnu.org>
16616
16617 * textmodes/texinfo.el (texinfo-insert-@email)
16618 (texinfo-insert-@emph, texinfo-insert-@quotation)
16619 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
16620 (texinfo-mode-map): Add key bindings for them.
16621
16622 * files.el (basic-save-buffer-2): Use a template with `$'
16623 instead of `#' for VMS.
16624
16625 * simple.el (clone-indirect-buffer): New function.
16626
166272000-04-16 Stephen Eglen <stephen@gnu.org>
16628
16629 * iswitchb.el (iswitchb-case): New function. If the user input
16630 contains any upper-case characters, the search is made
16631 case-sensitive.
16632
166332000-04-17 Stefan Monnier <monnier@cs.yale.edu>
16634
16635 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
16636 comment-end.
16637 (texinfo-font-lock-syntactic-keywords): New var.
16638 (texinfo-font-lock-keywords): Remove comment regexp.
16639 (texinfo-insert-block): New function.
16640 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
16641 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
16642 and font-lock-defaults. Use regexp-opt for outline-regexp.
16643 (texinfo-environments): New var.
16644 (texinfo-environment-regexp): Use regexp-opt and
16645 texinfo-environments.
16646
16647 * textmodes/ispell.el (ispell-menu-map-needed): Check that
16648 ispell-process is bound since this might be eval'd before ispell
16649 is loaded.
16650 (ispell-message): Use a tiny bit less magic and a bit more hard
16651 data to figure out what kind of sc-cite-regexp to use.
16652
16653 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
16654
16655 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
16656 (insert-cyclic-diary-entry): Unquote the lambda.
16657
16658 * gud.el (gud-jdb-build-source-files-list): Fix typo.
16659
16660 * files.el (backup-enable-predicate): Unquote the lambda.
16661
16662 * cus-edit.el (custom-face, face): Unquote the lambda.
16663
166642000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16665
16666 * ps-print.el: Check for line-beginning-position definition.
16667
16668 * ps-print.el: Fix counting lines in a region.
16669 (ps-print-version): New version number (5.1.5).
16670 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
16671 (ps-printing-region): Fun code fix.
16672
166732000-04-15 Gerd Moellmann <gerd@gnu.org>
16674
16675 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
16676 to file-directory-p.
16677
166782000-04-14 Gerd Moellmann <gerd@gnu.org>
16679
16680 * gud.el (gud-jdb-build-source-files-list): Check that directory
16681 exists before calling directory-files.
16682
166832000-04-13 Dave Love <fx@gnu.org>
16684
16685 * emacs-lisp/trace.el: Change maintainer. Use new backquote
16686 syntax.
16687
16688 * emacs-lisp/cl-specs.el: Remove when, unless.
16689
16690 * emacs-lisp/cl-extra.el: Don't quote keywords.
16691 (cl-old-mapc): New variable.
16692 (mapc): Use it.
16693 (cl-map-intervals): Use with-current-buffer. Don't check for
16694 next-property-change.
16695 (cl-map-overlays): Use with-current-buffer.
16696 (cl-expt): Remove.
16697 (copy-tree, remprop): Define unconditionally.
16698
16699 * emacs-lisp/cl-compat.el (keywordp): Remove.
16700
16701 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
16702 to use keywordp.
16703 (edebug-spec): Enable keywordp.
16704
16705 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
16706 string-lessp.
16707
16708 * cus-start.el: Use keywordp.
16709
167102000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16711
16712 * diary-lib.el (include-other-diary-files): Fix the fix of
16713 2000-02-18 by doing a save-excursion.
16714
167152000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16716
16717 * ps-print.el: Customization fix, doc fix.
16718 (ps-print-version): New version number (5.1.4).
16719 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
16720 (ps-print-preprint): Adjust code.
16721 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
16722 (ps-print-prologue-header, ps-print-control-characters)
16723 (ps-spool-config): Customization fix.
16724
167252000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
16726
16727 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
16728 converted to the new menu-item format, names silightly changed,
16729 help strings added.
16730
16731 Support for spelling without async subprocesses:
16732
16733 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
16734 (ispell-session-buffer): New variables.
16735 (ispell-start-process, ispell-process-status,
16736 ispell-accept-output, ispell-send-string): New functions, for
16737 Ispell invocation when async subprocesses aren't supported.
16738 (ispell-word, ispell-pdict-save, ispell-command-loop,
16739 ispell-process-line, ispell-buffer-local-parsing): Replace calls
16740 to process-send-string with calls to ispell-send-string, and
16741 accept-process-output with ispell-accept-output.
16742 (ispell-init-process): Call ispell-process-status instead of
16743 process-status with.
16744 (ispell-init-process): Call ispell-start-process. Call
16745 ispell-accept-output and ispell-send-string. Don't call
16746 process-kill-without-query and kill-process if they are unbound.
16747 (ispell-async-processp): New function.
16748
167492000-04-12 Dave Love <fx@gnu.org>
16750
16751 * info.el: Add debug-ignored-errors.
16752 (Info-mode-menu): Add some items.
16753 (Info-directory): Add autoload cookie.
16754
16755 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
16756 Modify `truncate-lines'. Make `describe-language-environment'
16757 always visible and add help. Modify `describe-key' help. Invoke
16758 Info-directory from `info'. New entry `emacs-manual'.
16759
167602000-04-10 Gerd Moellmann <gerd@gnu.org>
16761
b291c86c
SM
16762 * progmodes/ebrowse.el (ebrowse-tree-mode):
16763 Use propertized-buffer-identification.
a30eb617
DL
16764 (ebrowse-update-member-buffer-mode-line): Likewise.
16765 (ebrowse--mode-strings): Removed.
16766 (ebrowse--mode-line-props): Removed.
16767
16768 * files.el (auto-mode-alist): Add `EBROWSE'.
16769
16770 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
16771 space before testing for end of buffer.
16772 (ebrowse-load): Removed.
16773 (ebrowse-revert-tree-buffer-from-file): Rewritten.
16774 (ebrowse-create-tree-buffer): Rewritten.
16775 (ebrowse-tree-mode): Read tree from buffer.
16776
16777 * progmodes/ebrowse-ffh.el: Removed.
16778
167792000-04-10 Kenichi Handa <handa@etl.go.jp>
16780
16781 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
16782
167832000-04-10 Gerd Moellmann <gerd@gnu.org>
16784
16785 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
16786 at the wrong place.
16787
167882000-04-09 Dave Love <fx@gnu.org>
16789
b291c86c
SM
16790 * files.el (backup-enable-predicate):
16791 Use temporary-file-directory, small-temporary-file-directory.
16792 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
16793 (make-backup-file-name-1): New function.
16794 (make-backup-file-name): Use it.
b291c86c 16795 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
16796 (file-newest-backup): Use make-backup-file-name.
16797
167982000-04-09 Gerd Moellmann <gerd@gnu.org>
16799
16800 * progmodes/ebrowse-ffh.el: New file.
16801
86f6474c
SM
16802 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
16803 Moved to ebrowse-ffh.el.
a30eb617
DL
16804 (ebrowse-load): Add autoload.
16805
16806 * finder.el (finder-commentary): Add autoload cookie.
16807
16808 * mail/rfc2368.el: Correct author's email address.
16809
16810 * progmodes/ebrowse.el: New file.
16811
16812 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
16813 item help string.
16814 (easy-menu-do-add-item): Ditto.
16815 (easy-menu-define): Extend doc string.
16816
86f6474c 16817 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
16818 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
16819 (jit-lock-function, jit-lock-stealth-fontify): Don't use
16820 with-buffer-unmodified.
16821
168222000-04-08 Dave Love <fx@gnu.org>
16823
16824 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
16825 unless, when.
16826
168272000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
16828
16829 * viper-util.el (viper-put-on-search-overlay): New subroutine.
16830 (viper-flash-search-pattern): No operation when using Emacs
16831 doesn't support face.
16832 Use `viper-put-on-search-overlay'.
16833
168342000-04-04 Gerd Moellmann <gerd@gnu.org>
16835
16836 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
16837 like C-r.
16838
16839 * progmodes/make-mode.el: Some doc fixes.
16840 (makefile-mode-abbrev-table): New variable.
16841 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
16842 (makefile-font-lock-keywords): Fontify includes and conditionals.
16843 (toplevel): Require `dabbrev' and `add-log' when compiling.
16844
16845 * replace.el (perform-replace): Don't move forward one char
16846 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
16847 to do that because it leaves point 1 position after the last
16848 replacement, after everything has been replaced.
16849
16850 * jit-lock.el (with-buffer-unmodified): New macro.
16851 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
16852 modified state.
16853 (jit-lock-function-1): Extracted from jit-lock-function; not
16854 preserving buffer's modified state.
86f6474c
SM
16855 (jit-lock-function, jit-lock-stealth-fontify):
16856 Call jit-lock-function-1.
a30eb617
DL
16857
16858 * mail/rfc2368.el: Remove supernumerary copyright line.
16859
168602000-04-04 Milan Zamazal <pdm@freesoft.cz>
16861
16862 * glasses.el: Provide facilities for inserting space before left
16863 parentheses and uncapitalization of identifiers.
16864 (glasses-mode): Try to remove old overlays in all cases.
16865
168662000-04-03 Gerd Moellmann <gerd@gnu.org>
16867
16868 * progmodes/compile.el (compile-internal): Display the compilation
16869 buffer in a different frame, if it's already displayed there.
16870
16871 * mail/rfc2368.el: New file.
16872
16873 * simple.el (sendmail-user-agent-compose): Recognize a `body'
16874 header and insert its value as mail body.
16875
16876 * subr.el (member-ignore-case): New function.
16877
16878 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
16879 (dabbrev--find-expansion): Ignore buffers matching a regexp
16880 from dabbrev-ignored-regexps.
16881
16882 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
16883 to extensions handled by gzip.
16884
168852000-04-03 Richard M. Stallman <rms@gnu.org>
16886
16887 * files.el (insert-directory): List the total free space
16888 along with the used space.
16889
16890 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
16891 line is followed by one that matches CITATION-REGEXP, end the
16892 paragraph.
16893
168942000-04-03 Markus Rost <rost@delysid.gnu.org>
16895
16896 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
16897 (rmail-make-basic-summary-line): Use that option.
16898
168992000-04-03 Kenichi Handa <handa@etl.go.jp>
16900
16901 * international/mule-cmds.el (encoded-string-description):
16902 Rewritten. Try pretty description for ISO 2022 escape sequences
16903 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
16904 for hexadecimal format.
16905
169062000-04-01 Dave Love <fx@gnu.org>
16907
16908 * cpp.el: Change customization group to `c' from `C'.
16909
16910 * vcursor.el (vcursor-move): Use display-color-p.
16911
16912 * international/mule-util.el: Provide mule-utils.
16913 (string-to-sequence): Simplify and speed up.
16914
16915 * international/mule.el (make-coding-system): Purecopy doc-string.
16916
16917 * international/mule-cmds.el: Various menu changes.
16918 (describe-specified-language-support): Handle `Default'.
16919 (set-language-info): Purecopy `info'.
16920
169212000-03-31 Andrew Innes <andrewi@gnu.org>
16922
16923 * vc.el (vc-backend-diff): Return the correct status if we had to
16924 retry the rcsdiff command without the --brief option.
16925
169262000-03-31 Dave Love <fx@gnu.org>
16927
16928 * help.el (help-manyarg-func-alist): Correct several omissions.
16929
16930 * add-log.el: Don't require cl, fortran.
16931 (add-log-current-defun-function): Doc fix.
86f6474c 16932 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 16933 (change-log-version-rcs): Function deleted.
86f6474c
SM
16934 (change-log-version-number-search): Doc fix.
16935 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
16936 (add-change-log-entry): Just call add-log-current-defun to get
16937 defun. Simplify somewhat.
16938 (change-log-get-method-definition-1): Likewise.
16939 (add-log-current-defun): Return nil if calling
16940 add-log-current-defun-function does so. Move Fortran stuff to
16941 fortran.el. Return string without properties.
16942
16943 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
16944 and :alpha: char classes.
16945
16946 * mail/supercite.el: Defvar curline when compiling.
16947 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
16948 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
16949 rather than a-zA-Z0-9 to allow non-ASCII characters.
16950
169512000-03-31 Gerd Moellmann <gerd@gnu.org>
16952
16953 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
16954
16955 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16956 Re-enable new code.
16957
16958 * lpr.el (print-region-1): Use -d to specify printer name for
16959 systems `usg-unix-v*, `dgux', `hpux', `irix'.
16960
169612000-03-31 Dave Love <fx@gnu.org>
16962
86f6474c
SM
16963 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
16964 Look for function definition in symbol's function value slot first
a30eb617
DL
16965 instead of first consulting byte-compile-function-environment.
16966
169672000-03-31 Kenichi Handa <handa@etl.go.jp>
16968
16969 * language/european.el ("Polish"): New language environment.
16970 (setup-polish-environment): New function.
16971
169722000-03-30 Gerd Moellmann <gerd@gnu.org>
16973
16974 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16975 Disable new code.
16976
16977 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
16978 trying to `load' the symbol of an autoload instead of the file
16979 recorded in the autoload. Fix error messages.
16980
169812000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16982
16983 * ps-print.el: PostScript programming fix for ghostview, doc fix.
16984 (ps-print-version): New version number (5.1.3).
16985 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
16986 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
16987 (ps-generate-postscript-with-faces): Code fix.
16988 (ps-color-values): XEmacs compatibility.
16989 (ps-print-background-image, ps-print-background-text, ps-printer-name)
16990 (ps-default-fg, ps-default-bg): Adjust customization.
16991 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
16992 (ps-color-scale): Renaming old ps-color-value fun.
16993 (ps-print-headers): Replace ps-print-header group to avoid conflict
16994 with ps-print-header variable.
16995 (ps-print-miscellany): New group.
16996 (ps-format-color, ps-rgb-color): New funs.
16997 (ps-default-foreground): New var.
16998 (ps-printer-name-option): New const.
16999
170002000-03-30 Peter Breton <pbreton@ne.mediaone.net>
17001
17002 * net/net-utils.el:
17003 (network-connection-host, network-connection-service): New variables
17004 (network-connection-mode): New mode, derived from comint-mode
17005 (network-connection-mode-setup): New function, saves host and
17006 service information in local variables.
17007
17008 * lisp/locate.el:
17009 (locate-word-at-point): Added this function
17010 (locate): Default to using locate-word-at-point as input
17011 Run dired-mode-hook
17012
170132000-03-29 Dave Love <fx@gnu.org>
17014
17015 * calendar/appt.el: Doc fixes.
17016 (appt-check): Convert min-to-app to a string before passing to
17017 appt-disp-window-function or concat.
17018 (appt-delete-window): Remove test for frame-root-window.
17019 (appt-select-lowest-window, appt-convert-time): Simplify.
17020
17021 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
17022 (byte-compile-file-form-autoload):
17023 Update byte-compile-function-environment.
a30eb617
DL
17024
170252000-03-29 Andreas Schwab <schwab@suse.de>
17026
86f6474c 17027 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
17028
17029 * dired.el (dired-insert-directory): If dired-free-space-program
17030 failed just delete its output.
17031
170322000-03-29 Dave Love <fx@gnu.org>
17033
17034 * international/iso-cvt.el: Move provide to end. Doc fixes.
17035 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17036 (iso-iso2sgml, iso-sgml2iso): New functions.
17037 (iso-cvt-define-menu): Fix some entries and use backquote for
17038 clarity.
17039
17040 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17041
170422000-03-28 Gerd Moellmann <gerd@gnu.org>
17043
17044 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17045 ISO-DATE. If non-nil, return date in ISO 8601 format.
17046
170472000-03-26 Stefan Monnier <monnier@cs.yale.edu>
17048
17049 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17050 if it ever becomes used.
17051 (log-edit-mode-hook): Default to vc-log-mode-hook.
17052 (log-edit-mode): Fix the docstring.
17053
17054 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17055 the code.
17056
170572000-03-26 Dave Love <fx@gnu.org>
17058
17059 * net/browse-url.el (browse-url): Re-fix case of
17060 browse-url-browser-function being an alist.
17061 (browse-url): Add :link to defgroup.
17062
17063 * files.el: Doc fixes.
17064 (file-truename): Include `[' in wildcard characters.
17065 (automount-dir-prefix): Customize.
17066 (find-file-wildcards): Add :version.
17067 (find-file-noselect): Simplify a mapcar call.
17068
17069 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17070 compatible with inf-lisp version.
17071 (eval-defun-1): Fix custom-declare-variable case.
17072
170732000-03-25 Stefan Monnier <monnier@cs.yale.edu>
17074
17075 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17076
170772000-03-24 Gerd Moellmann <gerd@gnu.org>
17078
17079 * Makefile (COMPILE_FIRST): New macro.
17080 (compile-files): Compile files from COMPILE_FIRST first.
17081
86f6474c 17082 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
17083
17084 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17085 matching open parenthesis in column 0 to defun-prompt-regexp
17086 only if open-paren-in-column-0-is-defun-start is set.
17087
17088 * sun-curs.el: Require CL at compile-time only.
17089
17090 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17091 instead of copy-list which is a function from CL.
17092 (msb--choose-menu, msb--mode-menu-cond)
17093 (msb--create-buffer-menu-2): Use dolist instead of mapc.
17094 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
17095 (msb--aggregate-alist): Use mapcar instead of mapcan.
17096 Fix `(' in column 0 in doc string.
a30eb617
DL
17097 (msb--add-separators): Use mapcar instead of mapcan.
17098
17099 * cus-dep.el: Require CL at compile-time only.
17100
171012000-03-24 Stefan Monnier <monnier@cs.yale.edu>
17102
17103 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17104 (byte-compile-warnings): New warning `noruntime'.
17105 (byte-compile-constants, byte-compile-variables): Fix docstring.
17106 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17107 execute `eval-whenc-compile's body.
17108 (byte-compile-unresolved-functions): Fix docstring.
17109 (byte-compile-eval): New function.
17110 (byte-compile-callargs-warn): Check if the function will be available
17111 at runtime (via property `byte-compile-noruntime').
17112 (byte-compile-print-syms): New function.
17113 (byte-compile-warn-about-unresolved-functions): Also warn about
17114 `noruntime' functions (and use `byte-compile-print-syms').
17115 (byte-compile-file): Capitalize the message.
17116
171172000-03-24 Gerd Moellmann <gerd@gnu.org>
17118
17119 * mail/rmail.el (rmail-confirm-expunge): New user-option.
17120 (rmail-expunge): Ask for confirmation depending on the setting
17121 of rmail-confirm-expunge.
17122
171232000-03-23 Gerd Moellmann <gerd@gnu.org>
17124
17125 * Makefile (bootstrap-clean): If $(emacs) exists, build
17126 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 17127 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
17128
171292000-03-23 Dave Love <fx@gnu.org>
17130
17131 * net/browse-url.el: Restore previous use of
17132 browse-url-maybe-new-window.
17133
171342000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17135
17136 * ps-print.el: Skip banner page fix.
17137 (ps-print-version): New version number (5.1.2).
17138 (ps-begin-file, ps-end-file, ps-generate): Code fix.
17139
171402000-03-23 Dave Pearson <davep@davep.org>
17141
17142 * net/quickurl.el Changed the type of parameter passed to the
17143 function defined by `quickurl-format-function'. Before only the
17144 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
17145 and the function is responsible for extracting the parts it requires.
17146 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
17147 (quickurl-insert): Changed the `funcall' of
17148 `quickurl-format-function' to match the above change.
17149 (quickurl-list-insert): Changed the `url' case so that it makes
17150 use of `quickurl-format-function', previous to this the format was
17151 hard wired.
17152
171532000-03-22 Gerd Moellmann <gerd@gnu.org>
17154
17155 * startup.el: Change some spellings for the X Window System.
17156
171572000-03-22 Stefan Monnier <monnier@cs.yale.edu>
17158
86f6474c
SM
17159 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17160 Clean up the code and the regexp and make sure the cursor is
17161 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
17162
171632000-03-22 Jason Rumney <jasonr@gnu.org>
17164
17165 * w32-fns.el (w32-charset-info-alist): Initialize.
17166
171672000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17168
17169 * ps-print.el: N-up last page fix.
17170 (ps-print-version): New version number (5.1.1).
17171 (ps-end-file, ps-end-job, ps-generate): Code fix.
17172
171732000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17174
17175 * files.el (find-file-run-dired): Update docstring.
17176 (find-directory-functions): New hook.
17177 (find-file-noselect): Run find-directory-functions rather than
17178 calling dired directly.
17179
17180 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17181
17182 * pcvs.el: Add a minimal leading commentary.
17183 (cvs-make-cvs-buffer): Change the header part by removing the startup
17184 message and adding a `Module' entry. Also replace the FOOTER and
17185 HEADER special fileinfos with the new support in ewoc for updating
17186 its own footer and header.
17187 (cvs-update-header): Update to use the header/footer of the ewoc.
17188 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17189 (cvs-is-within-p): New function.
17190 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17191 to only examine some subset of the buffers.
17192
17193 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17194 `format' instead of our own ad-hoc functions.
17195 Remove HEADER and FOOTER cases, now handled in the EWOC.
17196 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17197
17198 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17199 output to avoid scaring the user.
17200 (cvs-parse-table): Catch message for non-up-to-date commits.
17201
17202 * pcvs-defs.el (cvs-startup-message): Remove.
17203 (cvs-global-menu): New autoloaded menu.
17204
17205 * pcvs-util.el (cvs-string-fill): Remove.
17206
17207 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17208 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17209 PP part of it and also make it work for footers and headers.
17210 (ewoc-create): Drop POS and BUFFER arguments.
17211 Use the DLL's dummy node to store the end-of-footer position.
17212 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17213 (ewoc-refresh): Remove unused `header' variable.
17214 (ewoc-(get|set)-hf): New functions.
17215
17216 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17217 log-view-*-(message|file) and use easy-mmode-define-navigation.
17218 (log-view-message-re): Match SCCS format as well.
17219 And match the revision line rather than the dashed separator line.
17220 (log-view-mode): Use the new define-derived-mode.
17221 (log-view-current-tag): Fill in with an actual implementation.
17222
17223 * cvs-status.el (cvs-status-(prev|next)): Rename from
17224 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17225 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17226 to let the output "breathe" a little more (more readable).
17227 (cvs-status-mode): Use the new define-derived-mode.
17228
17229 * smerge-mode.el (smerge-auto-leave): New function and variable.
17230 (smerge-basic-map): Rename from smerge-basic-keymap.
17231 Change the bindings for smerge-diff-*.
17232 (smerge-*-map): Use easy-mmode-defmap.
17233 (smerge-(next|prev)): Use easy-mmode-define-navigation.
17234 (smerge-keep-*): Use smerge-auto-leave.
17235
172362000-03-21 Jason Rumney <jasonr@gnu.org>
17237
17238 * cus-edit.el (custom-button-face): Use 3D look for w32.
17239 (custom-button-pressed-face): Likewise.
17240
172412000-03-21 Gerd Moellmann <gerd@gnu.org>
17242
17243 * progmodes/etags.el (tags-case-fold-search): New user-option.
17244 (tags-loop-eval): New function. Bind case-fold-search around eval
17245 depending on the value of tags-case-fold-search.
17246 (tags-loop-continue): Use tags-loop-eval.
17247 (find-tag-in-order): Bind case-fold-search depending on the value
17248 of tags-case-fold-search.
17249
172502000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17251
86f6474c 17252 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
17253 (diff-end-of-hunk): Return the end position for use in
17254 `easy-mmode-define-navigation'.
17255 (diff-recenter): Remove.
17256 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17257 of `easy-mmode-define-navigation'.
17258 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17259 previous renaming) and fix to use new names.
17260 (diff-merge-strings): Use \n as separator: simpler, faster.
17261 (diff-mode): Use `define-derived-mode'.
17262
17263 * derived.el (define-derived-mode): Don't autoload anymore.
17264 Prefer the macro-only version provided by easy-mmode.el.
17265
17266 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 17267 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
17268 (easy-mmode-define-navigation): New macro.
17269
17270 * subr.el (combine-run-hooks): New function.
17271
172722000-03-21 Kenichi HANDA <handa@etl.go.jp>
17273
17274 * term/x-win.el: Fontsets related initialization is simplified.
17275
17276 * international/mule-diag.el (describe-font): Don't refer to
17277 global-fontset-alist, instead call font-list.
17278 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 17279 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 17280
86f6474c
SM
17281 * international/fontset.el (x-charset-registries): Variable removed,
17282 instead the corresponding data is stored in the default fontset.
a30eb617
DL
17283 (register-alternate-fontnames): Function removed.
17284 (resolved-ascii-font): Variable removed.
17285 (x-compose-font-name): Ignore the second argument REDOCE.
17286 (x-complement-fontset-spec): Complement only an ASCII font and
17287 element for those charsets than can use that ASCII font.
17288 (generate-fontset-menu): Don't refer to global-fontset-alist,
17289 instead call fontset-list.
17290 (uninstantiated-fontset-alist): Variable removed.
17291 (x-style-funcs-alist): Likewise.
17292 (fontset-default-styles): Likewise.
17293 (x-modify-font-name): Function removed.
86f6474c 17294 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
17295 (create-fontset-from-ascii-font): Docsting adjusted for the above
17296 change.
17297 (instantiate-fontset, resolve-fontset-name): Functions removed.
17298 (fontset-list): Now implemented by C code.
17299
17300 * faces.el (read-face-font): Fix TABLE arg to completing-read.
17301 (describe-face): Include `font' attribute in the description.
17302
173032000-03-21 Kenichi Handa <handa@etl.go.jp>
17304
17305 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17306
173072000-03-20 Gerd Moellmann <gerd@gnu.org>
17308
17309 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17310 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17311 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17312
17313 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17314 about behavior of set-buffer-modified-p wrt redisplay.
17315
173162000-03-19 Richard M. Stallman <rms@gnu.org>
17317
17318 * view.el (view-mode-disable): Kill local binding of view-read-only.
17319
173202000-03-18 Gerd Moellmann <gerd@gnu.org>
17321
86f6474c 17322 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
17323 is a string, convert it to a syntax cell using string-to-syntax.
17324
17325 * simple.el (syntax-code-table, syntax-flag-table): New variables.
17326 (string-to-syntax): New function.
17327
17328 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17329 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17330 try to use passive ftp mode.
17331
173322000-03-17 Gerd Moellmann <gerd@gnu.org>
17333
17334 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17335
17336 * simple.el (append-to-buffer): Update point of windows after
17337 insertion.
17338
17339 * abbrev.el (inverse-add-abbrev): Identify word by first moving
17340 forward then moving backward. Reindent.
17341
17342 * frame.el (other-frame): Call x-focus-frame only if
17343 focus-follows-mouse is off.
17344
173452000-03-17 Dave Love <fx@gnu.org>
17346
86f6474c 17347 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
17348
173492000-03-17 Stefan Monnier <monnier@cs.yale.edu>
17350
17351 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17352 regexp for labels cannot span several lines.
17353
17354 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17355 `(setq :<key> ':<key>)' to the macro expansion.
17356
173572000-03-16 Dave Love <fx@gnu.org>
17358
17359 * progmodes/f90.el (f90): Put custom group under `languages', not
17360 `fortran'.
17361 (f90-mode-hook): Customize.
17362 (f90-mode): Set add-log-current-defun-function.
17363 (f90-current-defun): New function.
17364
173652000-03-16 Gerd Moellmann <gerd@gnu.org>
17366
17367 * cus-edit.el (custom-variable-tag-face): Handle case that
17368 default face's height is not a number.
17369 (custom-face-tag-face, custom-group-tag-face-1)
17370 (custom-group-tag-face): Ditto.
17371 (custom-group-tag-face-1): Add :group.
17372
17373 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17374
173752000-03-15 Gerd Moellmann <gerd@gnu.org>
17376
17377 * pcvs-defs.el (toplevel): Remove autoload cookie for form
17378 requiring easymenu.
17379
173802000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17381
17382 * ps-print.el: PostScript user-defined prologue, PostScript error
17383 handler, doc fix.
17384 (ps-print-version): New version number (5.1).
17385 (ps-user-defined-prologue, ps-error-handler-message)
17386 (ps-print-prologue-0, ps-error-handler-alist): New vars.
17387 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17388 (ps-insert-string): New function.
17389
173902000-03-15 Kenichi Handa <handa@etl.go.jp>
17391
17392 * international/ccl.el (ccl-compile-expression): Don't generate
17393 invalid self-assignment code.
17394
173952000-03-14 Dave Love <fx@gnu.org>
17396
17397 * subr.el (replace-regexp-in-string): Renamed from
17398 replace-regexps-in-string. Doc fix.
17399
174002000-03-12 Dave Love <fx@gnu.org>
17401
17402 * cus-edit.el: Doc fixes.
86f6474c 17403 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
17404 (custom-variable-tag-face, custom-face-tag-face)
17405 (custom-group-tag-face-1, custom-group-tag-face): Modify from
17406 style which user identify as hyperlink.
17407 (hook): Don't add undefined functions to the hook.
17408 (debug-ignored-errors): Transfer message from bindings.el.
17409
174102000-03-12 Gerd Moellmann <gerd@gnu.org>
17411
86f6474c
SM
17412 * recentf.el (recentf-keep-non-readable-files-p):
17413 Remove double/nested definition.
a30eb617
DL
17414
174152000-03-12 Dave Love <fx@gnu.org>
17416
17417 * facemenu.el (facemenu-get-face): Use display-color-p.
17418 * enriched.el (enriched-decode-foreground): Likewise.
17419 (enriched-decode-background): Likewise.
17420 * isearch.el (isearch-highlight): Likewise.
17421 * info-look.el (info-lookup): Likewise.
17422 * simple.el (completion-setup-function): Likewise.
17423
17424 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17425 :options.
17426
17427 * bindings.el (mode-line-format): Fix line-number and
17428 column-number items. Add help-echo for the background.
17429 (mode-line-mule-info): Modify help-echo.
17430
17431 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17432
17433 * files.el (load-file): Allow completion to .elc.
17434
17435 * man.el: Doc fixes.
17436 (Man-init-defvars): Use display-color-p to set fontification.
17437
17438 * play/hanoi.el (hanoi-internal): Don't use oddp.
17439
174402000-03-12 Gerd Moellmann <gerd@gnu.org>
17441
17442 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17443
17444 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17445
174462000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17447
17448 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17449 Fix comment.
17450
174512000-03-10 Stefan Monnier <monnier@cs.yale.edu>
17452
17453 * font-lock.el (font-lock-keywords): Fix the doc now that
17454 regexp-opt-depth is unnecessary.
17455 (save-buffer-state): Set an edebug spec.
17456 (font-lock-fontify-anchored-keywords): Properly handle the case when
17457 the matcher goes past the limit.
17458
17459 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17460 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17461
17462 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
17463 dll.el and cookie.el (from Elib) with heavy renaming and other
17464 massaging.
17465
17466 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17467 Autoload the functions used.
17468 (easy-mmode-define-syntax): Fix CL typo.
17469 (easy-mmode-define-derived-mode): Improve the docstring generation.
17470
174712000-03-10 Gerd Moellmann <gerd@gnu.org>
17472
17473 * textmodes/texinfo.el (texinfo-version): Variable and function
17474 removed.
17475
174762000-03-09 Stefan Monnier <monnier@cs.yale.edu>
17477
17478 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17479 allow more flexibility.
ff39b9a1 17480 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
17481 (easy-mmode-defmap, easy-mmode-defsyntax)
17482 (easy-mmode-define-derived-mode): New macros.
17483
174842000-03-09 Didier Verna <didier@xemacs.org>
17485
17486 * rect.el (replace-rectangle): New function.
17487
174882000-03-09 Dave Love <fx@gnu.org>
17489
ff39b9a1 17490 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
17491 (fortran-comment-line-start-skip): Don't match cpp stuff.
17492 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
17493 (fortran-mode-map): Remove over-eager custom-menu-create for now.
17494 (fortran-mode): Don't set fortran-comment-line-start-skip,
17495 fortran-comment-line-start here. Set comment-start,
17496 add-log-current-defun.
17497 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17498 (fortran-current-defun): New function.
17499
175002000-03-09 Gerd Moellmann <gerd@gnu.org>
17501
17502 * emacs-lisp/re-builder.el: New file.
17503
17504 * mouse.el (mouse-drag-region): Don't run up-event handler
17505 if hscroll has changed.
17506
17507 * octave-mod.el (octave-font-lock-keywords): To font-lock the
17508 builtin operators, use `font-lock-builtin-face' for Emacs and
17509 `font-lock-preprocessor-face' otherwise.
17510
17511 * font-lock.el (lisp-font-lock-keywords-1): Highlight
17512 `(defun (setf foo)' differently.
17513
175142000-03-08 Stefan Monnier <monnier@cs.yale.edu>
17515
17516 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17517 (regexp-opt): Update comment and adapt the code the new meaning of
17518 the `paren' argument of regex-opt-group for shy-groups.
17519 (regexp-opt-depth): Handle shy groups as well as backslashed
17520 backslashes.
17521 (regexp-opt-group): Turn the leading comment into a docstring.
17522 Allow `paren' to be a string (the string to use to open a group).
17523 Remove open-presuf and close-presuf. Instead of checking for `all
17524 one-char' and then later on check for `several one-char', handle
17525 both cases close together. Also apply a more generic algorithm
17526 for suffixes (the mirror image of the algorithm used for
17527 prefixes). Use shy-groups. Use nreverse rather than reverse.
17528 (regexp-opt-try-suffix): Removed.
17529
17530 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17531 from comint-mode-map, so we can just inherit from it. Also, move
17532 the initialization into the `defvar' since there's no docstring
17533 anyway and it's fairly short.
17534 (inferior-scheme-mode): Define it as derived-mode: the code is
17535 shorter and this way we inherit from comint-mode-map rather than
17536 copying it.
17537
17538 * subr.el (replace-regexps-in-string): Properly handle the case
17539 where we match an empty string.
17540
17541 * comint.el (comint-exec-1): Add the current-dir to the exec-path
17542 when the command has a directory component (such as "./testml").
17543 Also fix a typo in the comment.
17544
175452000-03-08 Gerd Moellmann <gerd@gnu.org>
17546
17547 * Makefile (compile-files): Compile files one by one because
17548 that's the only way to ensure a clean compilation environment for
17549 each individual file.
17550
17551 * frame.el (other-frame): Call x-focus-frame.
17552
175532000-03-07 Dave Love <fx@gnu.org>
17554
17555 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17556 :require to defcustom.
17557
ff39b9a1 17558 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
17559
17560 * files.el (auto-mode-alist): Add configure.in.
17561
17562 * progmodes/autoconf.el: New file.
17563
175642000-03-07 Gerd Moellmann <gerd@gnu.org>
17565
17566 * mail/mh-e.el: Change maintainer to `none'.
17567
17568 * recentf.el (recentf-keep-non-readable-files-p): Quote args
17569 to remove-hook and add-hook.
17570
175712000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17572
17573 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17574 it as the default.
17575 (mail-send): Test mail-send-nonascii also for the new `mime' value.
17576 (sendmail-send-it): Conditionally add MIME headers specifying the
17577 used character set.
17578
175792000-03-07 Dave Love <fx@gnu.org>
17580
ff39b9a1
SM
17581 * winner.el: Fix keywords, autoload cookies.
17582 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
17583
175842000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
17585
17586 * international/mule.el: Modify comment about coding system
17587 property `coding-category'.
17588 (make-coding-system): New argument EOL-TYPE. Pay attention to
17589 coding-category property of PROPERTIES.
17590
ff39b9a1
SM
17591 * international/mule-conf.el (coding-category-utf-8)
17592 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
17593 categories. Include them in the argument for set-coding-priority.
17594
ff39b9a1
SM
17595 * international/mule-cmds.el (reset-language-environment):
17596 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
17597 coding-category-utf-16-le in the argument for set-coding-priority.
17598 (reset-language-environment): Initialize coding-category-utf-8,
17599 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17600
176012000-03-06 Karl Fogel <kfogel@red-bean.com>
17602
17603 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17604 code abstracted out of `bookmark-jump-noselect'. Now tries info
17605 extensions as well as compression extensions.
17606 (bookmark-jump-noselect): Use above new func.
17607
176082000-03-03 Gerd Moellmann <gerd@gnu.org>
17609
17610 * strokes.el: Change maintainer's mail address.
17611
176122000-03-03 Kenichi Handa <handa@etl.go.jp>
17613
17614 * international/mule-diag.el (list-character-sets): Make help-echo
17615 string by substitute-command-keys.
17616 (list-character-sets): Likewise.
17617 (sort-listed-character-sets): Call help-setup-xref.
17618
176192000-03-02 Gerd Moellmann <gerd@gnu.org>
17620
ff39b9a1 17621 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
17622
176232000-03-01 Dave Love <fx@gnu.org>
17624
17625 * help.el (help-xref-go-back): Don't try to set position.
17626
ff39b9a1
SM
17627 * international/mule-diag.el (list-character-sets):
17628 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
17629 (list-character-sets-1): Add help-echo to xrefs.
17630
176312000-03-02 Gerd Moellmann <gerd@gnu.org>
17632
17633 * frame.el (blink-cursor-mode): Switch cursor on when turning
17634 the mode off.
17635
17636 * add-log.el (add-log-current-defun): Add support for
17637 Autoconf mode.
17638
17639 * mail/rmail.el (rmail-quit-hook): New variable.
17640
176412000-03-01 Dave Love <fx@gnu.org>
17642
17643 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
17644
17645 * help.el (help-xref-button): Add help-echo arg.
17646 (describe-function-1, describe-variable, help-make-xrefs): Use it.
17647
ff39b9a1 17648 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 17649
ff39b9a1 17650 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
17651
176522000-03-01 Gerd Moellmann <gerd@gnu.org>
17653
17654 * image.el (defimage): Look for image files in load-path.
17655
ff39b9a1 17656 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
17657
176582000-03-01 David Ponce <david.ponce@wanadoo.fr>
17659
ff39b9a1 17660 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
17661
176622000-03-01 David Ponce <david.ponce@wanadoo.fr>
17663
ff39b9a1 17664 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
17665 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
17666 action to select/unselect a file.
17667 (recentf-edit-list): Code cleanup and improvement.
17668 (recentf-open-more-files-action): `recentf-open-more-files' button
17669 widget action to open a file.
ff39b9a1 17670 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
17671 (recentf-more-collection): Deleted.
17672 (recentf-more-history): Deleted.
17673 (recentf-setup-more-completion): Deleted.
17674
176752000-03-01 David Ponce <david.ponce@wanadoo.fr>
17676
17677 * recentf.el (recentf-mode): No more needs that Emacs is running
17678 under a window-system.
17679
ff39b9a1 176802000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17681
17682 * recentf.el (recentf-edit-list): New command to edit the recent
17683 list which allow the user to remove files.
17684 (recentf-edit-selected-items): New global variable, used by
17685 `recentf-edit-list' to hold the list of files to be removed from
17686 the recent list.
17687 (recentf-make-menu-items): Updated to display a "Edit list..."
17688 menu item. Minor code cleanup.
17689
ff39b9a1 176902000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17691
17692 * recentf.el (recentf-open-more-files): New command to open files
17693 that are not displayed in the menu.
17694 (recentf-more-collection): New global variable holding the set of
17695 permissible completions used by `recentf-open-more-files'.
17696 (recentf-more-history): New global variable holding the history list
17697 used by `recentf-open-more-files' completion.
17698 (recentf-setup-more-completion): New function to setup completion for
17699 `recentf-open-more-files'.
17700 (recentf-make-menu-items): Updated to display a "More..." menu item.
17701
ff39b9a1 177022000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17703
17704 * recentf.el (recentf-menu-action): Doc fixed.
17705
ff39b9a1 177062000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17707
17708 * recentf.el (recentf-menu-filter): Doc updated.
17709 (recentf-update-menu-hook): Allow menu filters to force menu update.
17710 (recentf-make-menu-items): New menu filter handling.
17711 (recentf-make-menu-item): New helper function.
17712 (recentf-menu-elements): New menu handling function.
17713 (recentf-sort-ascending): Updated to new menu filter handling.
17714 (recentf-sort-descending): Updated to new menu filter handling.
17715 (recentf-sort-basenames-ascending): New menu filter function.
17716 (recentf-sort-basenames-descending): New menu filter function.
17717 (recentf-show-basenames): New menu filter function.
17718 (recentf-show-basenames-ascending): New menu filter function.
17719 (recentf-show-basenames-descending): New menu filter function.
17720
177212000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17722
17723 * diary-lib.el (list-diary-entries): Don't try to go forward at
17724 the end of the buffer.
17725
177262000-02-29 Kenichi Handa <handa@etl.go.jp>
17727
ff39b9a1
SM
17728 * international/mule-diag.el (list-character-sets):
17729 Completely rewritten.
a30eb617
DL
17730 (sort-listed-character-sets): New function.
17731 (list-character-sets-1): Completely rewritten.
17732 (list-character-sets-2): New function.
17733 (non-iso-charset-alist): New variable.
17734 (decode-codepage-char): New function.
17735 (charset-history): New variable.
17736 (read-charset) (list-block-of-chars)
17737 (list-iso-charset-chars)
17738 (list-non-iso-charset-chars)
17739 (list-charset-chars): New functions.
86f6474c 17740 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
17741 (dump-charsets): Likewise.
17742
177432000-02-29 Gerd Moellmann <gerd@gnu.org>
17744
17745 * dired-x.el (dired-filename-at-point): Add `@' to valid
17746 file name characters.
17747 (dired-filename-at-point): Handle ange-ftp file names.
17748
17749 * frame.el (frame-notice-user-settings): Use assq-delete-all
17750 instead of assoc-delete-all.
17751 (frame-notice-user-settings): Ditto.
17752
17753 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
17754 Don't copy alist.
17755
177562000-02-28 Eli Barzilay <eli@cs.cornell.edu>
17757
17758 * calculator.el (calculator-use-menu): New option.
86f6474c 17759 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
17760 (calculator-forced-input): Removed.
17761 (calculator-restart-other-mode): New variable.
17762 (calculator-mode-map): Set up menu.
17763
177642000-02-28 Jari Aalto <jari.aalto@poboxes.com>
17765
86f6474c 17766 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
17767
177682000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
17769
86f6474c 17770 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 17771 translate all ESC key sequences.
86f6474c 17772 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 17773 they were saved.
86f6474c
SM
17774 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
17775 * viper-util.el (viper-set-replace-overlay-glyphs)
17776 (viper-set-replace-overlay): Always check if the replacement
a30eb617 17777 overlay is live.
86f6474c
SM
17778 * viper.el (viper-vi-state-mode-list): Add major modes.
17779 * ediff-wind.el: Minor comment changes.
17780 * ediff.el: Copyright notice date fix.
a30eb617
DL
17781
177822000-02-27 Jason Rumney <jasonr@gnu.org>
17783
17784 * faces.el (face-font-family-alternatives): Add arial to helv.
17785 (mode-line, header-line, tool-bar): Same default as x for w32.
17786 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
17787 face-font-family-alternatives from working.
17788 * term/w32-win.el (mouse-set-font): Do not build fontset from
17789 chosen font.
17790
177912000-02-25 Sam Steingold <sds@goems.com>
17792
17793 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
17794 properly.
17795
177962000-02-25 Richard M. Stallman <rms@gnu.org>
17797
17798 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
17799
178002000-02-25 Gerd Moellmann <gerd@gnu.org>
17801
86f6474c 17802 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
17803
17804 * frame.el (busy-cursor-delay-seconds): New option.
17805
178062000-02-24 Gerd Moellmann <gerd@gnu.org>
17807
17808 * frame.el (show-cursor-in-non-selected-windows): New option.
17809
178102000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17811
17812 * diary-lib.el (include-other-diary-files): Undo the selective
17813 display in any included file and don't kill it.
17814
178152000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
17816
86f6474c
SM
17817 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
17818 Menu items converted to (menu-item format, help strings added.
a30eb617 17819 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 17820 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
17821 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
17822
178232000-02-23 Dave Love <fx@gnu.org>
17824
17825 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
17826 (backward-kill-word): Revert addition of * to interactive spec --
17827 it's a feature.
17828
17829 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
17830 (backward-kill-sentence, kill-sentence): Likewise.
17831
17832 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
17833 scratch buffer name.
86f6474c 17834 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
17835
17836 * term/w32-win.el (internal-face-interactive): Update prompt for
17837 new read-face-name.
17838
17839 * mail/footnote.el (footnote): Add :version to defgroup.
17840 (footnote-section-tag-regexp): Customize.
17841 (footnote-start-tag, footnote-end-tag): New option.
17842 (footnote-latin-regexp): New variable.
17843 (Footnote-latin): New function.
17844 (footnote-style-alist): Add element for latin style.
17845 (footnote-style): Moved.
17846 (Footnote-goto-footnote): Use eq to test arg.
17847
17848 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
17849
17850 * emacs-lisp/byte-opt.el: Change old backquote syntax.
17851 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
17852 (byte-optimize-quote, byte-optimize-lapcode):
17853 Use byte-compile-const-symbol-p.
a30eb617
DL
17854 (byte-optimize-char-before): New optimization.
17855
17856 * emacs-lisp/bytecomp.el: Change old backquote syntax.
17857 (byte-compile-const-symbol-p): New function.
17858 (byte-compile-constp, byte-compile-out-toplevel)
17859 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
17860 Use it.
17861
17862 * subr.el (define-key-after): Default AFTER to t. Doc fix.
17863
178642000-02-23 Kenichi Handa <handa@etl.go.jp>
17865
17866 * international/encoded-kb.el: Be sure to update minor-mode-alist
17867 and minor-mode-map-alist.
17868 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
17869 codes SS2 and SS3 correctly.
17870 (encoded-kbd-self-insert-ccl): New function.
17871 (encoded-kbd-setup-keymap): New function.
17872 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
17873 by calling encoded-kbd-setup-keymap.
17874
86f6474c
SM
17875 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
17876 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
17877
178782000-02-22 Dave Love <fx@gnu.org>
17879
17880 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 17881 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
17882 (lisp-mode-syntax-table): Set up for #|...|# comments.
17883 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
17884 classes. Match `defface'.
17885 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
17886 (eval-defun-1): Fix for defcustom.
17887 (lisp-indent-region): Doc fix.
17888
17889 * subr.el (when, unless, split-string): Doc fix.
86f6474c 17890 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
17891 (replace-regexps-in-string): New function.
17892
178932000-02-22 Gerd Moellmann <gerd@gnu.org>
17894
17895 * help.el (describe-variable): Set syntax table to
17896 emacs-lisp-mode-syntax-table when moving forward over the
17897 symbol's name.
17898
178992000-02-22 Dave Love <fx@gnu.org>
17900
17901 * xt-mouse.el: Doc fixes.
17902 (xterm-mouse-position-function): New function, replacing advice of
17903 mouse-position.
17904 (xterm-mouse-mode): Use it. Don't turn on under a window system.
17905
17906 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
17907
179082000-02-21 Gerd Moellmann <gerd@gnu.org>
17909
86f6474c
SM
17910 * format.el (format-annotate-single-property-change):
17911 Handle properties.with dotted-list values.
a30eb617
DL
17912 (format-proper-list-p): New function.
17913
17914 * enriched.el (enriched-face-ans): Handle '(foreground-color
17915 . COLOR) and (background-color . COLOR).
17916
179172000-02-20 Dave Love <fx@gnu.org>
17918
17919 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
17920 and assignments to it.
17921 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
17922 current local map.
17923 (make-flyspell-overlay): Use it.
17924 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
17925
17926 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
17927 (lm-get-header-re): Defun, not defsubst.
17928 (lm-get-package-name): Defun, not defsubst. Simplify.
17929 (lm-version): Doc fix. Simplify.
17930 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
17931 (lm-crack-address, lm-last-modified-date, lm-commentary)
17932 (lm-verify, lm-synopsis): Simplify.
17933 (lm-report-bug): Require emacsbug. Use compose-mail.
17934
179352000-02-20 Gerd Moellmann <gerd@gnu.org>
17936
17937 * dired.el (dired-mode): Call propertized-buffer-identification
17938 to set mode-line-buffer-identification to something having
17939 the right text properties.
17940
17941 * bindings.el (propertized-buffer-identification): New function.
17942
179432000-02-20 Dave Love <fx@gnu.org>
17944
17945 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
17946 check for t-mouse too.
17947
17948 * cus-start.el: Make echo-keystrokes `number'.
17949
179502000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
17951
17952 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
17953 Don't call ring-empty-p unless tags-location-ring is bound.
17954 From Noah Friedman <friedman@splode.com>.
17955
179562000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
17957
17958 * progmodes/hideshow.el (hs-flag-region): No longer use
17959 `intangible' overlay property.
17960
17961 (hs-toggle-hiding): New command.
17962 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
17963
17964 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
17965 Fix omission bug: Run `hs-minor-mode-hook' for both activation
17966 and deactivation.
17967
179682000-02-18 Gerd Moellmann <gerd@gnu.org>
17969
17970 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
17971
179722000-02-17 Gerd Moellmann <gerd@gnu.org>
17973
17974 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
17975
17976 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
17977 of `*' to handle `(* ... *)' comments.
17978
179792000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
17980
17981 * faces.el (list-faces-display): Use display-mouse-p instead of
17982 window-system.
17983
17984 * menu-bar.el (global-map): Menu-bar items converted to the new
17985 format (menu-item..., rearranged for better CUA compliance, and
17986 their names changed for better clarity. Help strings added.
17987
17988 * international/mule-cmds.el (mule-menu-keymap)
17989 (describe-language-environment-map, set-coding-system-map)
17990 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
17991 form, add help strings. Change names of menu items for better clarity.
17992 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
17993
179942000-02-17 Gerd Moellmann <gerd@gnu.org>
17995
17996 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
17997 within the code.
17998
179992000-02-16 Dave Love <fx@gnu.org>
18000
18001 * faces.el: Don't require custom. Add more specific :groups to
18002 various deffaces.
18003 (set-face-attribute): Purecopy args.
18004 (read-face-name): Default to name at point and use it in prompt.
18005 Remove colon from arg in all callers.
18006 (list-faces-display): Hyperlink to face descriptions and customize
18007 buffers.
18008
180092000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
18010
86f6474c 18011 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
18012
180132000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18014
18015 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18016 at ':' characters by call to split-string.
18017
180182000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18019
18020 * textmodes/bibtex.el: Added RCS version identification.
18021
180222000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18023
18024 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 18025 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
18026 (bibtex-field-const): Allow capital letters.
18027 (bibtex-start-of-string): Deleted because unused.
18028
18029 * textmodes/bibtex.el: Unified some nomenclature. We no longer
18030 use the term 'reference' to describe a bibtex entry as a whole.
18031 Further, reference keys are no longer called 'labels'.
18032 (bibtex-keys): Renamed to bibtex-reference-keys.
18033 (bibtex-reformat-previous-labels): Renamed to
18034 bibtex-reformat-previous-reference-keys.
18035 (bibtex-reference-type): Renamed to bibtex-entry-type.
18036 (bibtex-reference-head): Renamed to bibtex-entry-head.
18037 (bibtex-reference-maybe-empty-head): Renamed to
18038 bibtex-entry-maybe-empty-head.
18039 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18040 (bibtex-search-reference): Renamed to bibtex-search-entry.
18041 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18042 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
18043 (bibtex-entry-field-alist, bibtex-entry-head)
18044 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18045 (bibtex-map-entries, bibtex-search-entry)
18046 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18047 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18048 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18049 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18050 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18051 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18052 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
18053
180542000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18055
18056 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18057 comment.
18058 (bibtex-format-field-delimiters): New function, functionality
18059 extracted from bibtex-format-entry.
18060 (bibtex-autokey-get-yearfield-digits): New function, functionality
18061 extracted from bibtex-autokey-get-yearfield.
18062
18063 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18064 entries in order to avoid stack overflow in the regexp matcher if
18065 field contents become large.
86f6474c
SM
18066 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18067 (bibtex-field-string-part-not-braced)
18068 (bibtex-field-string-part-no-inner-braces)
18069 (bibtex-field-string-part-1-inner-brace)
18070 (bibtex-field-string-part-2-inner-braces)
18071 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18072 (bibtex-field-string-quoted, bibtex-field-string)
18073 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18074 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18075 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18076 Deleted as parsing is now performed by the following functions.
18077 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18078 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18079 (bibtex-parse-field-string, bibtex-search-forward-field-string)
18080 (bibtex-parse-association, bibtex-field-name-for-parsing)
18081 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18082 (bibtex-search-forward-field, bibtex-search-backward-field)
18083 (bibtex-start-of-field, bibtex-end-of-field)
18084 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18085 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18086 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18087 (bibtex-parse-string, bibtex-search-forward-string)
18088 (bibtex-search-backward-string, bibtex-start-of-string)
18089 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18090 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18091 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
18092 entries. Instead of reporting the results of the parsing by
18093 match-beginning or match-end, these functions return data structures
18094 that hold the corresponding positions.
18095 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
18096 return values rather than by match-beginning or match-end.
18097 The following functions have been adapted to use the new
18098 parsing functions.
18099 (bibtex-skip-to-valid-entry, bibtex-search-reference)
18100 (bibtex-enclosing-field, bibtex-format-entry)
18101 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18102 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18103 (bibtex-print-help-message, bibtex-end-of-entry)
18104 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18105 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18106 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18107 Use the new method for parsing.
18108 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18109 (bibtex-map-entries, bibtex-flash-head)
18110 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18111 (bibtex-autokey-change, bibtex-autokey-get-namefield)
18112 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18113 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18114 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18115 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18116 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18117 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
18118
181192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18120
18121 * textmodes/bibtex.el: Copyright notice is up to date.
18122 Added constant 'bibtex-maintainer-salutation.
18123
86f6474c 18124 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
18125 than make-temp-name, use match-string-no-properties and eliminate
18126 a quadratic behavior when building bibtex-strings.
18127
18128 * bibtex.el (bibtex-reference-key): Accept string entries whose
18129 reference key contains upper case letters.
18130
181312000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18132
18133 * bibtex.el (bibtex-reference-head): Allow entries to start with
18134 a new line.
18135
181362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18137
18138 * bibtex.el: Hiding of entry bodies is not longer provided by
18139 bibtex.el directly. Instead the hideshow package can be used.
18140 Added a special bibtex entry to hs-special-modes-alist.
18141 (bibtex-hs-forward-sexp): Added for hideshow.el.
18142
181432000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18144
18145 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18146 proceedings entry type (for cross referencing). Thanks to Wagner
18147 Toledo Correa for the suggestion.
18148
18149 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18150
181512000-02-14 Kenichi Handa <handa@etl.go.jp>
18152
18153 * international/characters.el: Setup case table for Vietnamese.
18154
181552000-02-12 Gerd Moellmann <gerd@gnu.org>
18156
18157 * uniquify.el (toplevel): Require CL at compile time.
18158 (uniquify-push): Removed.
18159
18160 * shadowfile.el (shadow-when): Removed.
18161
18162 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 18163 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
18164
18165 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18166 regexp for paragraph-start.
18167
18168 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18169 commas as well.
18170
181712000-02-10 Dave Love <fx@gnu.org>
18172
18173 * wid-edit.el: (widgets) [defgroup]: Remove url link.
18174 (widget-color-choice-list, widget-color-history, widget-mouse-help):
18175 Deleted.
18176 (widget-specify-field, widget-specify-button): Don't use
18177 widget-mouse-help as help-echo property.
18178 (default): Use #'ignore for :validate and :mouse-down-action.
18179 (checkbox): Add help-echo.
18180 (widget-sexp-validate): Rewritten to clarify error messages.
18181 (character): Use char-valid-p in :match function.
18182 (widget-color-complete): Use facemenu-color-alist.
18183 (widget-color-action): Use facemenu-read-color.
18184
18185 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
18186 set up `caar' &c that we now have.
18187
181882000-02-09 Ray Blaak <blaak@gnu.org>
18189
18190 * delphi.el: Make resourcestring a declaration region, like const
18191 and var.
18192
181932000-02-09 Dave Love <fx@gnu.org>
18194
18195 * bindings.el (mode-line-input-method-map): New variable.
18196 (mode-line-mule-info): Use it; fix last change.
18197 (mode-line-mode-menu): Move definition.
18198 (mode-line-mouse-sensitive-p): Deleted.
18199 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 18200 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
18201
18202 * startup.el (command-line-1): Don't call
18203 make-mode-line-mouse-sensitive.
18204
182052000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18206
86f6474c
SM
18207 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18208 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
18209
182102000-02-06 Stefan Monnier <monnier@cs.yale.edu>
18211
18212 * diff-mode.el (diff-kill-junk): New interactive function.
18213 (diff-reverse-direction): Use delete-and-extract-region.
18214 (diff-post-command-hook): Restrict the area so that the hook also works
18215 outside of any diff hunk. This is necessary for the minor-mode.
18216 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18217 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18218
18219 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18220 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18221 so that it can be used more easily in <foo>-mode-hook. Also make sure
18222 to avoid duplicate entries.
18223 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18224 (font-lock-remove-keywords): Just as was done for `add', allow it to
18225 work even if font-lock-mode is nil. Also make sure we don't modify
18226 any pre-existing list by forcing a copy-sequence. Finally rename
18227 `major-mode' to `mode'.
18228 (font-lock-fontify-syntactic-anchored-keywords)
18229 (font-lock-fontify-anchored-keywords)
18230 (font-lock-fontify-keywords-region): Use line-end-position.
18231 Don't make `font-lock-multiline' local (it's now done in
18232 font-lock-set-defaults).
86f6474c
SM
18233 (font-lock-set-defaults): Make `font-lock-multiline' local.
18234 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
18235
182362000-02-06 Andrew Innes <andrewi@gnu.org>
18237
18238 * term/w32-win.el (x-handle-args): Comment out call to message,
18239 which occurs before window system is initialized.
18240
18241 * makefile.nt: Add support for recompiling lisp code.
18242
182432000-02-04 Dave Love <fx@gnu.org>
18244
18245 * bindings.el (mode-line-mule-info): Fix/extend last change.
18246
18247 * completion.el: Replace completion-dolist with dolist.
18248
86f6474c 18249 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
18250
182512000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
18252
86f6474c 18253 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
18254 environment names before they go into the section regexp.
18255
86f6474c 18256 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
18257 char class in regexp.
18258
86f6474c
SM
18259 * textmodes/reftex-parse.el (reftex-with-special-syntax):
18260 Bind `case-fold-search' to nil.
a30eb617 18261
86f6474c
SM
18262 * progmodes/idlwave.el (idlwave-template):
18263 Respect `idlwave-abbrev-change-case'.
18264 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18265 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18266 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
18267 (idlwave-rw-case): New function.
18268 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 18269 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
18270 (idlwave-surround): New argument LENGTH to support padding of
18271 operators longer than 1 char.
18272
18273 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18274 idlwave-shell-expression-overlay. Implemented printing of
18275 expressions on higher levels of the calling stack.
86f6474c 18276 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
18277 (idlwave-retrieve-expression-from-level): New function.
18278 (idlwave-shell-last-calling-stack): Variable removed.
18279 (idlwave-shell-reset): Argument action reversed (`visible' to
18280 `hidden'). Also remove stop-line overlay.
18281 (idlwave-shell-calling-stack-routine): New variable.
18282 (idlwave-shell-parse-stack-and-display): Messages now display
18283 negative level numbers.
18284 (idlwave-shell-mode): Set `modeline-format'.
18285 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 18286 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
18287 (idlwave-shell-print-expression-function): New option.
18288
86f6474c
SM
18289 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18290 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
18291 `tool-bar' instead of `toolbar'.
18292
182932000-02-02 Dave Love <fx@gnu.org>
18294
18295 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18296 emacs-lisp-mode-hook. Don't check for defalias being defined.
18297
18298 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
18299 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18300 Use the new builtins directly.
a30eb617
DL
18301
18302 * whitespace.el (whitespace): Add :version to defgroup.
18303
18304 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18305 Doc fix.
18306
18307 * thingatpt.el (sexp-at-point, symbol-at-point)
18308 (number-at-point, list-at-point): Add autoload cookie.
18309
18310 * recentf.el (recentf): Add :version to defgroup.
18311
18312 * quickurl.el (quickurl): Add :version to defgroup.
18313
18314 * elide-head.el (elide-head): Use point-marker more.
18315
18316 * bs.el (bs): Add :version to defgroup.
18317
18318 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18319
18320 * progmodes/delphi.el (delphi): Add :version to defgroup.
18321
183222000-02-02 Gerd Moellmann <gerd@gnu.org>
18323
18324 * ange-ftp.el (ange-ftp-write-region): Handle case that
18325 succeeding process operation sets a different coding system.
18326
18327 * calculator.el: New file.
18328
183292000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
18330
86f6474c 18331 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
18332 (display-mouse-p, display-popup-menus-p, display-graphic-p)
18333 (display-selections-p, display-screens, display-pixel-width)
18334 (display-pixel-height, display-mm-width, display-mm-height)
18335 (display-backing-store, display-save-under, display-planes)
18336 (display-color-cells, display-visual-class): New functions.
18337
18338 * term/tty-colors.el (tty-color-gray-shades): New function.
18339
18340 * faces.el (display-color-p): Use framep-on-display.
18341 (display-grayscale-p): New function.
18342
183432000-01-31 Dave Love <fx@gnu.org>
18344
18345 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18346 (create-fontset-from-x-resource): Don't concat integers.
18347
183482000-01-31 Inge Frick <inge@nada.kth.se>
18349
18350 * view.el: Some changes in documentation. Removed some trailing
86f6474c 18351 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
18352 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18353 window is not deleted. Modifies change 1998-04-26.
18354
183552000-01-31 Gerd Moellmann <gerd@gnu.org>
18356
18357 * windmove.el: New file.
18358
18359 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18360 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18361 progmodes/ebnf-yac.el: Update copyright and license info.
18362
86f6474c
SM
18363 * jit-lock.el (jit-lock-function): Widen before calculating
18364 end position.
a30eb617
DL
18365 (jit-lock-stealth-chunk-start): Rewritten.
18366
18367 * info.el (Info-title-face-alist): Removed.
86f6474c 18368 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
18369 (Info-fontify-node): Use these faces.
18370
183712000-01-30 Gerd Moellmann <gerd@gnu.org>
18372
18373 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18374 (cl-macro-list1): Recognize `&allow-other-keys' instead of
18375 `&allow-other-keywords'.
18376
18377 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18378 the list of directories scanned heuristically.
18379
86f6474c 18380 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
18381
183822000-01-30 Jason Rumney <jasonr@gnu.org>
18383
18384 * w32-fns.el: Define w32-tty-standard-colors.
18385
18386 * startup.el (command-line): Use w32-tty-standard-colors when in
18387 w32 console mode.
18388
183892000-01-30 Dave Love <fx@gnu.org>
18390
18391 * jka-compr.el (jka-compr-load): Fix up load-history.
18392
18393 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18394
18395 * emacs-lisp/cl-macs.el: Revert previous change.
18396
183972000-01-29 Dave Love <fx@gnu.org>
18398
18399 * facemenu.el: Purecopy various strings.
18400
18401 * timezone.el (timezone-fix-time): Window against 69 for two-digit
18402 years. Deal with three-digit years.
18403
86f6474c
SM
18404 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18405 Use defconst, purecopy.
a30eb617
DL
18406 (help-back-label): Purecopy it.
18407
184082000-01-18 Gerd Moellmann <gerd@gnu.org>
18409
18410 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18411 variable. If non-nil, order the buffer list according to the
18412 currently selected frame.
18413 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18414 non-nil, pass the selected frame to function buffer-list.
18415
184162000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18417
18418 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18419
184202000-01-28 Dave Love <fx@gnu.org>
18421
18422 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18423
18424 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18425 Don't use lisp-indent-hook property.
18426 (cl-abs): Remove.
18427
18428 * subr.el: Move out indent and edebug specs for when and unless.
18429
18430 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18431 when, unless.
18432
18433 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18434 unless, when.
18435
184362000-01-28 Gerd Moellmann <gerd@gnu.org>
18437
18438 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18439 `collecting' as synonym for `collect'.
18440
18441 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18442 for the case it contains spaces.
18443
86f6474c 18444 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
18445
18446 * frame.el (delete-other-frames): New function.
18447 (toplevel): Bind it to C-x 5 1.
18448
18449 * sort.el (sort-numeric-base): New option.
18450 (sort-numeric-fields): If number starts with `0' or `0[xX[',
18451 interpret it as octal or hexadecimal. Use sort-numeric-base
18452 as default base.
18453
18454 * progmodes/glasses.el: New file.
18455
184562000-01-27 Gerd Moellmann <gerd@gnu.org>
18457
18458 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18459 userids differently.
18460
18461 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18462 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18463 progmodes/ebnf-yac.el: New files.
18464
184652000-01-26 Dave Love <fx@gnu.org>
18466
18467 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18468 on a function with an empty body. [From Eric Ludlam.]
18469
184702000-01-25 Andre Spiegel <spiegel@gnu.org>
18471
18472 * vc.el (vc-version-diff): Make sure file name is expanded.
18473
184742000-01-25 Gerd Moellmann <gerd@gnu.org>
18475
18476 * scroll-bar.el (scroll-bar-timer): Variable removed.
18477 (scroll-bar-toolkit-scroll): Don't use a timer.
18478
184792000-01-25 Kenichi Handa <handa@etl.go.jp>
18480
86f6474c
SM
18481 * language/thai-util.el (thai-composition-function):
18482 Delete superfluous `a'.
a30eb617
DL
18483
184842000-01-24 Dave Love <fx@gnu.org>
18485
18486 * fortran.el (fortran-mode): Use beginning-of-defun-function,
18487 end-of-defun-function.
18488
86f6474c 18489 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
18490
184912000-01-22 Jason Rumney <jasonr@gnu.org>
18492
18493 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18494 conflicts with new face support.
18495
184962000-01-22 Richard M. Stallman <rms@gnu.org>
18497
18498 * replace.el (query-replace): Rename last arg to DELIMITED.
18499 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18500 (query-replace-regexp): Likewise.
18501
185022000-01-20 Richard M. Stallman <rms@gnu.org>
18503
18504 * subr.el (with-syntax-table): Use make-symbol, not gensym.
18505
18506 * emacs-lisp/lisp.el (beginning-of-defun-function):
18507 Variable renamed from beginning-of-defun.
18508 Do not call make-variable-buffer-local.
18509 (beginning-of-defun-raw): Use new variable name; doc fix.
18510 (beginning-of-defun): Doc fix.
18511 (end-of-defun-function): Variable renamed from end-of-defun.
18512 Do not call make-variable-buffer-local.
18513 (end-of-defun): Use new variable name; doc fix.
18514
18515 * subr.el (dolist, dotimes): Copied from cl-macs.el
18516 and made to work.
18517
18518 * mail/undigest.el (rmail-digest-end-regexps):
18519 Variable replaces rmail-digest-end-regexp.
18520 Allows multiple regexps for detecting the end line.
18521 (undigestify-rmail-message): Corresponding changes.
18522
185232000-01-19 Dave Love <fx@gnu.org>
18524
18525 * files.el (user-init-file): Don't declare here -- is primitive.
18526
18527 * startup.el (command-line): Check for compiled user-init-file and
18528 set to uncompiled version if necessary.
18529
185302000-01-18 Gerd Moellmann <gerd@gnu.org>
18531
18532 * mail/undigest.el (rmail-digest-end-regexp): New user option.
18533 (undigestify-rmail-message): Use it.
18534
18535 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18536
185372000-01-17 Gerd Moellmann <gerd@gnu.org>
18538
18539 * tmm.el (tmm-goto-completions): Adapt to prompt being part
18540 of mini-buffer.
18541
185422000-01-14 Gerd Moellmann <gerd@gnu.org>
18543
18544 * emacs-lisp/copyright.el (copyright-update): Removed the
18545 requirement for a trailing space from `copyright-regexp', to
18546 support copyrights with owner specified on a separate line..
18547
18548 * align.el: New file.
18549
18550 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18551
18552 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18553
185542000-01-13 Dave Love <fx@gnu.org>
18555
18556 * ph.el: Removed. (Obsoleted by EUDC.)
18557
185582000-01-13 Gerd Moellmann <gerd@gnu.org>
18559
18560 * net/eudc.el (toplevel): Remove autoloaded code installing
18561 menu with easymenu, because that causes build problems.
18562
18563 * frame.el (frame-notice-user-settings): New variable.
18564 (frame-notice-user-settings): Don't modify frame parameters
18565 if called a second time.
18566
185672000-01-13 Richard M. Stallman <rms@gnu.org>
18568
18569 * frame.el (frame-notice-user-settings):
18570 Notice default-frame-parameters even for non-window frames.
18571
185722000-01-13 Gerd Moellmann <gerd@gnu.org>
18573
18574 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18575 for Emacs.
18576 (eudc-bob-can-display-inline-images): Extend for Emacs.
18577 (eudc-bob-toggle-inline-display): Ditto.
18578 (eudc-bob-display-jpeg): Ditto.
18579
185802000-01-12 Gerd Moellmann <gerd@gnu.org>
18581
18582 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18583 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18584 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18585
86f6474c
SM
18586 * add-log.el (add-change-log-entry): Fix error trying an
18587 `(insert nil)'.
a30eb617
DL
18588
18589 * subdirs.el: Add `net' directory.
18590
18591 * net: New directory.
18592
18593 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18594 eval-last-sexp. Don't bind debug-on-error here.
18595 (eval-last-sexp): New function. Bind debug-on-error if
18596 eval-expression-debug-on-error is non-nil.
18597 (eval-defun-2, eval-defun): Likewise.
18598
18599 * simple.el (eval-expression): Don't bind debug-on-error if
18600 eval-expression-debug-on-error is nil. Detect changed
18601 debug-on-error, and propagate new value to global binding, if
18602 eval-expression-debug-on-error is non-nil,
18603 (eval-expression-debug-on-error): Change doc string.
18604
186052000-01-11 Richard M. Stallman <rms@gnu.org>
18606
18607 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18608
18609 * emacs-lisp/lisp-mode.el (with-syntax-table):
18610 Set up lisp-indent-function property.
18611
18612 * subr.el (with-syntax-table): Moved from simple.el.
18613
18614 * simple.el (with-syntax-table): Moved to subr.el.
18615
186162000-01-11 Gerd Moellmann <gerd@gnu.org>
18617
18618 * tmm.el (tmm-shortcut): Delete region after prompt instead
18619 of erasing buffer.
18620
18621 * textmodes/fill.el (fill-common-string-prefix): New function.
18622 (fill-context-prefix): Use the longest common prefix of first
18623 and second line fill prefix, if there is one.
18624
186252000-01-11 Richard M. Stallman <rms@gnu.org>
18626
18627 * array.el (array-mode): Don't use make-variable-buffer-local.
18628 Use make-local-variable for `truncate-lines'.
18629
186302000-01-11 Jari Aalto <jari.aalto@poboxes.com>
18631
18632 * add-log.el (add-log-current-defun): Handle user-defined
18633 add-log-current-function returning nil,
18634
18635 * add-log.el (add-change-log-entry): Insert version number
18636 if having found a current function
18637
86f6474c
SM
18638 * add-log.el (add-log-current-defun):
18639 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
18640 level 1. Strip whitespace from defun found.
18641
186422000-01-10 John Wiegley <johnw@gnu.org>
18643
18644 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 18645 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
18646
186472000-01-10 Dave Love <fx@gnu.org>
18648
18649 * elide-head.el (elide-head): Use point-marker, not point.
18650
186512000-01-10 Gerd Moellmann <gerd@gnu.org>
18652
18653 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
18654 before and after the year 2000.
18655
18656 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
18657 Add ispell- prefix.
18658
186592000-01-10 Ken Stevens <k.stevens@ieee.org>
18660
18661 * ispell.el: Only define dictionaries in menus when they exist.
18662 (version18p): New variable.
18663 (version20p): New variable.
18664 (xemacsp): New variable.
18665 (ispell-choices-win-default-height): Fix for XEmacs visibility.
18666 (ispell-dictionary-alist1): Added Brasileiro dictionary.
18667 (ispell-dictionary-alist6): Russian command lines no longer accept
18668 run-together words.
18669 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
18670 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
18671 (check-ispell-version): Added documentation string. Return library
18672 path when called non-interactively.
a30eb617
DL
18673 (ispell-menu-map-needed): Uses new variables.
18674 (ispell-library-path): New variable.
18675 (ispell-decode-string): XEmacs fix for bogus variable bindings.
18676 (ispell-word): Improved documentation string. Test for valid
18677 character mappings. Correctly check typed in word changes that can
86f6474c
SM
18678 result in single words split into multiple words.
18679 Return replacement word.
a30eb617
DL
18680 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
18681 replace in recursive query replace mode. Help message for
18682 recursive edit mode.
18683 (ispell-show-choices): Protect against bad framepop bindings.
18684 (ispell-help): Fix to work with XEmacs.
18685 (ispell-highlight-spelling-error): Use new variables.
18686 (ispell-overlay-window): Fix to work with XEmacs.
18687 (ispell-parse-output): Passed and returns location information
18688 tracking spelling corrections. Doesn't recheck same word on
18689 current line.
18690 (ispell-init-process): Protect against bogus XEmacs variable binding.
18691 Fix call to single argument in sleep-for. Use new variables.
18692 (ispell-region): Passed and returns location information tracking
18693 spelling corrections. Doesn't check same word on current line.
18694 Improved documentation string. Doesn't resend a line already
18695 checked to the ispell process - fixes bug in LaTeX parsing.
18696 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
18697 (ispell-skip-region): No longer skips <TT> in SGML.
18698 (ispell-process-line): Tracks location information with spelling
18699 corrections. Added documentation string. Accounts for words
18700 already accepted on this line. Don't allow query-replace on line
18701 starting with math characters. Doesn't resend a line already sent
18702 to ispell process. Fixes alignment error bug.
18703
187042000-01-10 Richard M. Stallman <rms@gnu.org>
18705
18706 * dired-x.el (dired-guess-shell-alist-default):
18707 Suggest xloadimage, which is free, not xv, which isn't.
18708
18709 * ange-ftp.el (ange-ftp-file-name-nondirectory):
18710 Don't ever include the host name or user name in the value.
18711
187122000-01-09 Gerd Moellmann <gerd@gnu.org>
18713
18714 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
18715 of a real newline.
18716
187172000-01-09 Stephen Eglen <stephen@gnu.org>
18718
18719 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
18720 for .png files.
18721
187222000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
18723
18724 * cus-edit.el (custom-hook-convert-widget): Fix comment.
18725
187262000-01-09 Gerd Moellmann <gerd@gnu.org>
18727
18728 * progmodes/cperl-mode.el: Replace ^F with ^L.
18729
86f6474c
SM
18730 * sendmail.el (toplevel): Provide `sendmail' when compiling before
18731 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
18732
187332000-01-08 Dave Love <fx@gnu.org>
18734
18735 * emacs-lisp/backquote.el: Remove inappropriate customization
18736 (allowing custom.el to use backquote).
18737
187382000-01-07 Dave Love <fx@gnu.org>
18739
18740 * add-log.el (add-log-debugging): Deleted.
18741 (add-change-log-entry): Treat a backup FILE-NAME as its parent
18742 file. Remove debugging code.
18743 (change-log-get-method-definition, change-log-name): Add doc.
18744 (change-log-sortable-date-at): New function.
18745 (change-log-merge): New command.
18746
18747 * time.el (display-time-string-forms): Make the Mail string active.
18748 (display-time-update): Provide help-echo for load average.
18749
18750 * bindings.el (make-mode-line-mouse2-map): New function.
18751 (mode-line-modified): Use it and simplify.
18752 (mode-line-mule-info): Provide help-echo info.
18753 (minor-mode-alist): Activate the strings.
18754 (make-mode-line-mouse-sensitive): Simplify for
18755 mode-line-buffer-identification.
18756
187572000-01-07 Gerd Moellmann <gerd@gnu.org>
18758
18759 * play/pong.el: New file.
18760
187612000-01-06 Dave Love <fx@gnu.org>
18762
18763 * array.el: Assorted cleanups for compiler warnings, doc strings,
18764 `array-' prefix for symbols.
18765
187662000-01-05 Dave Love <fx@gnu.org>
18767
86f6474c
SM
18768 * textmodes/outline.el (outline-mode-menu-bar-map):
18769 Add outline-headers-as-kill.
a30eb617
DL
18770 (outline-mode): Define imenu-generic-expression.
18771 (outline-headers-as-kill): New command.
18772
18773 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
18774 from paragraph-start.
18775 (paragraph-indent-minor-mode): New command.
18776
18777 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
18778 M-C-e, M-C-h, C-j, C-xnd, TAB.
18779 (fortran-mode): Set beginning-of-defun, end-of-defun.
18780 (fortran-column-ruler): Simplify.
18781 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
18782 (fortran-with-subprogram-narrowing): Likewise.
18783 (fortran-indent-subprogram): Call mark-defun.
18784 (fortran-check-for-matching-do): Change narrowing.
18785
18786 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
18787 (cl-lucid-hash-tag): Delete.
18788 (cl-hash-table-p): Correct test for native table.
18789 (cl-hash-table-count): Use hash-table-count.
18790
18791 * browse-url.el (browse-url): Fix case of
18792 browse-url-browser-function being an alist.
18793
187942000-01-05 Carsten Dominik <cd@gnu.org>
18795
18796 * textmodes/reftex-vars.el (reftex-parse-file-extension)
18797 (reftex-index-phrase-file-extension): New options.
18798
18799 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
18800 Use new option `reftex-index-phrase-file-extension'.
18801
18802 * textmodes/reftex.el (reftex-access-parse-file): Use new option
18803 `reftex-parse-file-extension'.
18804
188052000-01-05 Dave Love <fx@gnu.org>
18806
18807 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
18808 (beginning-of-defun-raw): Use it.
18809 (end-of-defun): New variable.
18810 (end-of-defun): Use it.
18811 (check-parens): New command.
18812
188132000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
18814
18815 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
18816 (hs-show-block): Don't use `mapcar' when not accumulating.
18817
18818 Fix buglet in local variables initialization.
18819
188202000-01-05 Andreas Schwab <schwab@suse.de>
18821
18822 * hscroll.el (hscroll): Doc fix.
18823
188242000-01-05 Carsten Dominik <cd@gnu.org>
18825
86f6474c
SM
18826 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
18827 Require idlw-toolbar.
a30eb617 18828
86f6474c 18829 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 18830 file idlw-rinfo.el.
86f6474c
SM
18831 (idlwave-customize): Load must read file idlw-shell.el.
18832 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
18833
188342000-01-05 Carsten Dominik <dominik@astro.uva.nl>
18835
18836 * progmodes/idlw-shell.el: Also provide idlwave-shell
18837 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
18838 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
18839
86f6474c 18840 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
18841 both reftex-dcr and reftex-vcr.
18842
18843 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
18844
188452000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18846
18847 * ps-print.el: PostScript code now is in separate files, doc fix.
18848 (ps-print-version): New version number (5.0.3).
18849 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
18850 local.
18851 (ps-spool-config): Initialization fix.
18852 (ps-print-prologue-1, ps-print-prologue-2)
18853 (ps-print-duplex-feature): PostScript code moved to separated file.
18854 (ps-background-image): Little code reformating.
18855 (ps-begin-file, ps-begin-job): Fix code.
18856 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
18857 (ps-prologue-file): New fun.
18858
188592000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18860
18861 * ps-vars.el: Eliminated.
18862
18863 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
18864 `;;;###autoload'.
18865
18866 * ps-print.el: ps-vars eliminated, doc fix.
18867 (ps-print-version): New version number (5.0.2).
18868 (ps-spool-config): Initialization fix.
18869 (ps-print-customize): New fun.
18870
188712000-01-04 Gerd Moellmann <gerd@gnu.org>
18872
86f6474c 18873 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
18874
188752000-01-04 Dave Love <fx@gnu.org>
18876
18877 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
18878 menu items.
18879
188802000-01-03 Dave Love <fx@gnu.org>
18881
18882 * elide-head.el (elide-head) [defgroup]: Add :version.
18883
18884 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
18885 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
18886 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
18887 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
18888
188892000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18890
18891 * faces.el (face-read-integer, read-face-attribute)
86f6474c 18892 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
18893
188942000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
18895
18896 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
18897 at comment end, and re-insert them after filling.
18898
188992000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18900
18901 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
18902 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
18903 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
18904
189052000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18906
18907 * term/x-win.el (xw-defined-colors): Call color-supported-p,
18908 the new name of face-color-supported-p.
18909
18910 * term/w32-win.el (xw-defined-colors): Likewise.
18911
189122000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18913
18914 * simple.el (completion-setup-function): Count completion-size
18915 from minibuffer-prompt-end, not from point-min.
18916
189172000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
18918
18919 * faces.el (read-face-attribute, defined-colors, color-defined-p):
18920 Pass the frame to tty-color-* functions.
18921 (display-color-p, frame-set-background-mode): Pass the frame to
18922 tty-display-color-p.
18923
18924 * term/tty-colors.el (tty-defined-color-alist): Renamed from
18925 tty-color-alist.
18926 (tty-color-alist, tty-modify-color-alist): New functions.
18927 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
18928 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
18929 optional parameter FRAME.
a30eb617
DL
18930
189312000-01-01 Gerd Moellmann <gerd@gnu.org>
18932
86f6474c
SM
18933 * image.el (create-image, defimage): Don't assume image data is
18934 a string.
a30eb617
DL
18935
18936 * image.el (defimage): Handle specifications containing :data
18937 instead of :file.
18938 (image-type-from-data): New function.
18939 (image-type-from-file-header): Use it.
18940 (create-image): Add parameter DATA-P.
18941
18942See ChangeLog.8 for earlier changes.
18943
18944;; Local Variables:
18945;; coding: iso-2022-7bit
18946;; End: