(executable-set-magic): If
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
69ebef1d
GM
12001-08-07 Gerd Moellmann <gerd@gnu.org>
2
6c233cc0
GM
3 * progmodes/executable.el (executable-set-magic): If
4 executable-find returns a quoted file name, unquote it before
5 inserting it.
6
1155d483
GM
7 * image.el (image-type-regexps): For JPEG files, use a regexp
8 derived from the JPEG spec.
9
69ebef1d
GM
10 * image.el (image-type-regexps): Use `\`' instead of `^' in
11 most regular expressions.
12
d1d850d6
PJ
132001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
14
15 * play/animate.el: re-insert a reference to re-inserted function.
16
98a8938c
GM
172001-08-06 Gerd Moellmann <gerd@gnu.org>
18
8e3fe78e
GM
19 * help.el (describe-function-1): Use
20 find-function-search-for-symbol instead of find-functin-noselect
21 because the latter follows aliases.
22
5a397d28
GM
23 * play/animate.el (animate-birthday-present): Re-insert.
24
98a8938c
GM
25 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle
26 old-style menu definitions.
27
7b3220c0
PJ
282001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
29
6228c05b 30 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 31 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 32
070c251e 33 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
34 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
35 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 36
dffb6224
PJ
372001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
38
39 * textmodes/tildify.el: Milan Zamazal has new address.
40
698665d1
GM
412001-08-03 Gerd Moellmann <gerd@gnu.org>
42
be48584d
GM
43 * custom.el (custom-set-variables): Don't test `custom-requests'
44 properties, check the third element of the options passed to
45 custom-set-variables instead.
46
5e1f85e0 47 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 48 instead of file-exists-p.
5e1f85e0 49
b0fa1513
GM
50 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
51 the mode-line face is restored. Fix several bugs.
52
698665d1
GM
53 * replace.el (perform-replace): Doc fix.
54
4a7641d9
FP
552001-08-02 Francesco Potorti` <pot@gnu.org>
56
57 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
58 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
59 (uniquify-fix-item-base, uniquify-fix-item-filename)
60 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
61 Callers changed.
62 (uniquify-set-proposed): Changed to work with a vector item.
63 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
64 the fix list, and a list of strings for the non-file buffer
65 names. Both changes reduce consing.
66 (uniquify-rationalize-a-list): Local variable renaming.
67 (uniquify-rationalize-conflicting-sublist): Use member instead of
68 assoc.
69 (uniquify-rename-buffer): Use unless instead of if not.
70
77389930
GM
712001-08-02 Gerd Moellmann <gerd@gnu.org>
72
7f7d5b9e
GM
73 * recentf.el (recentf-dump-variable): Handle a value of nil
74 correctly.
75
cb3f945f
GM
76 * custom.el (custom-set-variables): Set options with :require
77 clauses last.
4a7641d9 78
fbc7f2a6
GM
79 * custom.el (defcustom): Doc fix.
80
77389930
GM
81 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
82
9761cd3a
EZ
832001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
84
7e03f4c8
EZ
85 * man.el (man): Mention Man-switches in the doc string.
86 (Man-switches): Mention -a in the doc string.
87
2b2eabed
EZ
88 * textmodes/ispell.el (ispell-alternate-dictionary): Add
89 /usr/share/lib/dict/words, for Irix.
90
9761cd3a
EZ
91 * bindings.el: Bind shifted and control-shifted kp-* keys to the
92 corresponding non-kp keys. Suggested by Stephen Gildea
93 <gildea@alum.mit.edu>.
94
cc46bfe7
FP
952001-08-01 Francesco Potorti` <pot@gnu.org>
96
fc10ed8c
FP
97 * uniquify.el: These changes correct a corner case that the old
98 code managed correctly.
99 (uniquify-fix-item-proposed): Renamed from
100 uniquify-fix-item-min-proposed.
101 (uniquify-set-proposed): New function.
102 (uniquify-rationalize-file-buffer-names): Code reshuffled for
103 clarity and speed.
104 (uniquify-item-greaterp): Substitutes uniquify-item-lessp. This
105 is equivalent to what the old code did.
106 (uniquify-rationalize-a-list): Never recompute the proposed
107 name. Sort the conflicting sublist before rationalising it: this
108 is equivalent to what the old code did, but one directory element
109 at a time, and only when necessary.
110 (uniquify-rationalize-conflicting-sublist): Recompute here the
111 proposed name.
cc46bfe7 112
dd388130
GM
1132001-08-01 Gerd Moellmann <gerd@gnu.org>
114
81b1a79d
GM
115 * play/animate.el: Add Keywords and Maintainer. Remove a
116 reference to a removed function.
cc46bfe7 117
dd388130
GM
118 * play/animate.el (animate-string): Handle case that the string is
119 longer than the window is wide.
120
6b053e39
GM
1212001-07-31 Gerd Moellmann <gerd@gnu.org>
122
ed86208c
GM
123 * desktop.el (desktop-save): Bind coding-system-for-write to
124 `emacs-mule' for write-region.
125
10e922bd
GM
126 * delsel.el (delete-selection-pre-hook): Don't set this-command
127 to `ignore' if the region is empty.
128
b23bad0b
GM
129 * international/mule.el (set-keyboard-coding-system): Set
130 keyboard-coding-system.
131
6b053e39
GM
132 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
133 before accessing it.
134
d004e96a
AS
1352001-07-30 Andreas Schwab <schwab@suse.de>
136
137 * menu-bar.el (toggle-highlight-paren-mode): Use
138 `(show-paren-mode)' as body.
139
892c8dea
AS
1402001-07-30 Andre Spiegel <spiegel@gnu.org>
141
142 * vc.el (vc-checkout-hook): New hook.
143 (vc-checkout): Run it.
144
21f79512
EZ
1452001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
146
147 * progmodes/make-mode.el (makefile-macroassign-regex): Recognize
148 the ?= operator. From Jonathan Kamens <jik@curl.com>.
149
291e3b68
GM
1502001-07-30 Gerd Moellmann <gerd@gnu.org>
151
6594ac22
GM
152 * vc.el (vc-switch-backend): Fix autoload cookie.
153
291e3b68
GM
154 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
155 the desktop file.
156
87449711
GM
1572001-07-30 Simon Josefsson <jas@extundo.com>
158
159 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
160 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
161
bf85004b
GM
1622001-07-27 Gerd Moellmann <gerd@gnu.org>
163
75c5350a
GM
164 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
165 (last-sexp-toggle-display): Renamed from last-sexp-print.
166 (last-sexp-toggle-display, eval-last-sexp-1): Use
167 last-sexp-setup-props.
168
cc46bfe7 169 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
170 New user-options.
171 (mouse-wheel-change-button): New function.
172 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
173 (mwheel-scroll): Ditto.
174
16098288
GM
1752001-07-26 Gerd Moellmann <gerd@gnu.org>
176
ac49effe
GM
177 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
178 `...', compare with unabbreviated printed representation instead.
179 (last-sexp-print): Bind print-length and print-level to nil.
180
be4a68f9
GM
181 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
182 before assigning text properties. Make properties rear-nonsticky.
ac49effe 183
f6e6cdf2
GM
184 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
185 (eval-last-sexp-1): Give printed text a `keymap' property and bind
186 <mouse-2> and <RET> in that map to a function printing the
187 unabbreviated value.
188
16098288
GM
189 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
190 is a buffer, put a text property `printed-value' on the printed
191 representation, with the Lisp object printed as value.
192
343462ed
EZ
1932001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
194
195 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
196 Mention the effect of eval-expression-print-length and
197 eval-expression-print-level in the doc strings. Suggested by
198 Kevin Gallagher <kevingal@onramp.net>.
199
e043664a
GM
2002001-07-25 Gerd Moellmann <gerd@gnu.org>
201
4b09e331
GM
202 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
203 for buttons > 3.
204 (xterm-mouse-translate): Handle the case that we don't get a
205 down-event.
cc46bfe7 206
b03dc47d
GM
207 * emacs-lisp/find-func.el (find-function-regexp): Add
208 easy-mmode-define-global-mode to the regexp. Allow newlines
209 in front of the function name.
210
17635d50 211 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 212
3fb01f36
GM
213 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
214 similar events for which fake prefix keys are generated. It's no
215 longer necessary since read_key_sequence doesn't modify these
216 events for internal purposes anymore.
217
e043664a
GM
218 * files.el (auto-mode-alist): Use nroff-mode for files ending
219 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
220
a9f73104
EZ
2212001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
222
223 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
224 tool-bar-lines parameter, behave as if its value were zero.
225 (mouse-avoidance-set-pointer-shape): Don't do anything if
226 x-pointer-shape is not boundp.
227
c02a76cc
FP
2282001-07-23 Francesco Potorti` <pot@gnu.org>
229
f0188953 230 * uniquify.el: Overall speedup changes when using many buffers.
c02a76cc 231 (uniquify-fix-item-base, uniquify-fix-item-filename,
f0188953 232 uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 233 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 234 place in the item, but was never used.
c02a76cc 235 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 236 in the item is now used as cache for the proposed name.
c02a76cc
FP
237 (uniquify-rationalize-file-buffer-names): Move computation made on
238 newbuffile out of the loop, in the newbuffile-nd local var. Use
239 dolist (cosmetic change). Compute the proposed name for the most
240 common case and cache it in the fourth place in the item.
f0188953
FP
241 (uniquify-rationalize-file-buffer-names): Used to return a a list
242 of buffer whose name was changed, but that return value was never
c02a76cc
FP
243 used.
244 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
245 the cached proposed name, does much less consing and is quicker.
246 (uniquify-filename-lessp): Deleted.
247 (uniquify-rationalize-a-list): Use dolist (cosmetic change). Do
248 not bind locally the uniquify-possibly-resolvable flag. Use the
249 cached proposed name is possible.
250 (uniquify-get-proposed-name): Arguments changed, callers changed.
251 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
252 uniquify-possibly-resolvable flag, which is no more bound locally.
253 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 254 flag, which does not exist any more.
c02a76cc 255
31fac3b8
EZ
2562001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
257
be8cf99e
EZ
258 * term/internal.el (IT-unicode-translations): Fix the appearance of
259 "6`".
260
31fac3b8
EZ
261 * progmodes/compile.el (compile-internal): If EMACS is already
262 defined in the environment, don't override its value.
263
73496807
GM
2642001-07-23 Gerd Moellmann <gerd@gnu.org>
265
9e5a7f2a
GM
266 * play/fortune.el: Undo change of 2001-07-13.
267 Fix autoload cookies. Add types to defcustoms.
268 (fortune) <defgroup>: Add :link.
269 (fortune-from-region): Use eq, not eql.
270 From Dave Love <fx@gnu.org>.
c02a76cc 271
5247262a 272 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 273
73496807
GM
274 * play/animate.el: New file.
275
722a451d
EZ
2762001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
277
278 * startup.el (normal-top-level-add-subdirs-to-load-path): On
279 Windows, put into normal-top-level-add-subdirs-inode-list the
280 canonicalized names of the directories instead of inode numbers.
281
4960e757 2822001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 283
4960e757
MK
284 * ediff-util.el: Copyright years.
285 (ediff-choose-syntax-table): New function.
286 (ediff-setup): Use ediff-choose-syntax-table.
73496807 287 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 288 vc-state is available.
73496807 289 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 290
4960e757
MK
291 * ediff-init.el (ediff-with-syntax-table): New macro, uses
292 with-syntax-table.
73496807
GM
293 (ediff-coding-system-for-read): From ediff-diff.el
294 (ediff-coding-system-for-write): New variable.
295 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 296 overlays.
73496807
GM
297 (ediff-file-remote-p): Use file-remote-p, if available.
298 (ediff-listable-file): New function.
299 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 300
73496807 301 * ediff-mult.el (ediff-meta-insert-file-info1): Use
4960e757 302 ediff-listable-file.
c02a76cc 303
73496807 304 * ediff-ptch.el (ediff-prompt-for-patch-file): Use
4960e757 305 ediff-coding-system-for-read.
73496807 306 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 307
73496807
GM
308 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
309 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 310
4960e757 311 * ediff.el: Date of last update, copyright years.
c02a76cc 312
4960e757 313 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 314
4960e757
MK
315 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
316 of Scott Bronson.
317 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
318 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
319 Deleted functions.
320 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
321 ex-token-list.
73496807 322 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 323
73496807 324 * viper-util.el (viper-int-to-char,viper-char-equal): New
4960e757 325 functions.
73496807
GM
326 (viper-memq-char): Use viper-int-to-char.
327 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 328 vc-locking-state.
73496807 329 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 330
73496807 331 * viper.el (viper-major-mode-modifier-list): Added
4960e757 332 inferior-emacs-lisp-mode.
73496807 333 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 334 heuristics to decide if vi state is appropriate.
73496807
GM
335 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
336 (viper-non-hook-settings): Don't advise read-key-sequence.
337 (viper-read-key-sequence): New function that replaces the
4960e757 338 previously used advice to read-key-sequence.
c02a76cc 339
73496807
GM
340 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
341 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
342 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
343 (viper-open-line-at-point,viper-substitute,viper-overwrite)
344 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
345 Got rid of the negative character hack.
4960e757 346 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
347 Use viper-read-key-sequence.
348 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 349 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 350 Don't override existing minibuffer-setup-hook.
4960e757 351 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 352 Convert registers to char data type.
73496807 353 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
354
355 * viper-keym.el: Use viper-exec-key-in-emacs.
356
05824718
SM
3572001-07-20 Stefan Monnier <monnier@cs.yale.edu>
358
359 * server.el (server-visit-files): Fix variable name typo.
360
6e07c0a5
GM
3612001-07-20 Gerd Moellmann <gerd@gnu.org>
362
05824718 363 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
364 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
365
5b6858da
SM
3662001-07-19 Stefan Monnier <monnier@cs.yale.edu>
367
368 * progmodes/compile.el (compilation-parse-errors): `linenum' might
369 return a this-error using the alternative format (a pair of markers).
370
794d58ba
GM
3712001-07-19 Gerd Moellmann <gerd@gnu.org>
372
4e2a256b
GM
373 * font-lock.el (c++-keywords): Add Standard C++ operator names.
374
794d58ba
GM
375 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
376 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 377
381194d0
PJ
3782001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
379
380 * international/iso-transl.el: Fix typo in the header of the file.
381
382 * textmodes/picture.el (picture): Doc fix.
383
384 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
385 follow coding conventions in generated files.
386
27009a49
EZ
3872001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
388
5b6858da 389 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
390 (tool-bar-add-item): Don't call image-related primitives if the
391 display doesn't support images.
392
393 * frame.el (display-images-p): New function.
394
467f1209
GM
3952001-07-17 Gerd Moellmann <gerd@gnu.org>
396
397 * server.el (server-visit-files): Handle the case the specified
398 column number is <= 0.
399
4002001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
401
402 * startup.el (command-line-1): Add support for +LINE:COLUMN
403 command line argument.
404
4052000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
406
5b6858da
SM
407 * server.el (server-process-filter, server-visit-files):
408 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 409
9781053a
PJ
4102001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
411
412 * emacs-lisp/easy-mmode.el: Add Keywords header.
413
414 * play/pong.el: Author has new address.
415
416 * play/landmark.el: Author is no more reachable.
417
418 * play/handwrite.el: Author is no more reachable.
419
5b6858da
SM
4202001-07-17 Stefan Monnier <monnier@cs.yale.edu>
421
422 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
423 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
424 Complete bindings for F<1..12> keys.
425 (global-map): Remove `undo' binding (already in the default).
426 Replace `t<n>' bindings with `f<n>' bindings.
427
a38b71b0
SM
4282001-07-16 Stefan Monnier <monnier@cs.yale.edu>
429
430 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
431 (tcl-mode): Use tcl-add-log-defun.
432 (tcl-indent-line): Use tcl-calculate-indent.
433 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
434 (tcl-indent-exp): Renamed from indent-tcl-exp.
435 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
436 (tcl-indent-for-comment): Call comment-indent-function properly
437 and handle the case where it returns nil.
438
c1d61a7d
GM
4392001-07-16 Gerd Moellmann <gerd@gnu.org>
440
a38b71b0
SM
441 * calendar/cal-islam.el (calendar-goto-islamic-date):
442 Remove autoload cookie.
443
444 * calendar/calendar.el (calendar-goto-islamic-date):
445 Add call to autoload.
c1d61a7d 446
c59fb719
SM
4472001-07-16 Stefan Monnier <monnier@cs.yale.edu>
448
449 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
450 Don't change compile-auto-highlight globally.
451 Don't bother with `font-lock-defaults' property since XEmacs
452 also understands the `font-lock-defaults' variable.
453 Use make-local-variable rather than make-variable-buffer-local.
454 Don't `defconst' comment-indent-function: keep the default.
455 Call easy-menu-add unconditionally.
456 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
457 (ada-create-menu): Use :included for Emacs as well.
458
459 * vc.el (vc-do-command): Autoload.
460
461 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
462
652a9be9
PJ
4632001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
464
465 * ps-print.el: Fix Author: header.
466
c3d6be34
GM
4672001-07-16 Gerd Moellmann <gerd@gnu.org>
468
4391d40d
GM
469 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
470 mouse-1 etc., bind them to `ignore'.
471
c3d6be34
GM
472 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
473 send-invisible, which is already defined in Comint.
474 (eshell-watch-for-password-prompt): Use it.
475
e8af40ee
PJ
4762001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
477
3c3e43ef
PJ
478 * which-func.el (which-func-mode): Doc fix.
479
e8af40ee 480 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
481 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
482 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
483 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
484 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
485 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
486 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
487 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
488 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
489 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
490 * emulation/edt-mapper.el, emulation/edt-pc.el,
491 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
492 * emulation/tpu-edt.el, emulation/tpu-extras.el,
493 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
494 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
495 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
496 * international/isearch-x.el, international/iso-cvt.el,
497 * international/ogonek.el, international/quail.el,
498 * international/utf-8.el, jit-lock.el, language/devan-util.el,
499 * language/devanagari.el, language/ethio-util.el,
500 * language/ethiopic.el, language/european.el, language/indian.el,
501 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
502 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
503 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
504 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
505 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
506 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
507 * progmodes/autoconf.el, progmodes/cmacexp.el,
508 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
509 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
510 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
511 * progmodes/ebnf2ps.el, progmodes/executable.el,
512 * progmodes/fortran.el, progmodes/idlw-shell.el,
513 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
514 * progmodes/m4-mode.el, progmodes/mantemp.el,
515 * progmodes/meta-mode.el, progmodes/octave-inf.el,
516 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
517 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
518 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
519 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
520 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
521 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
522 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
523 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
524 * textmodes/two-column.el, time-stamp.el, timezone.el,
525 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
526 * which-func.el, whitespace.el, wid-browse.el, widget.el,
527 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
528 conventions.
529
bb24c64f
GM
5302001-07-16 Gerd Moellmann <gerd@gnu.org>
531
532 * simple.el (set-variable): Require 'cus-edit' instead of
533 `wid-edit', so that the Custom widgets get defined.
534
6a05d05f
PJ
5352001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
536
537 * allout.el: A fix to follow coding conventions.
538
539 * find-lisp.el: A fix to follow coding conventions.
540
541 * term/w32-win.el: A fix to follow coding conventions.
542
543 * textmodes/sgml-mode.el: A fix to follow coding conventions.
544
545 * term/xterm.el: A fix to follow coding conventions.
546
547 * term/news.el: A fix to follow coding conventions.
548
549 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
550 header line fixed.
551
552 * sun-curs.el: Fix Maintainer: header line.
553
554 * emacs-lisp/easymenu.el: Address of the author added.
555
1b85bd12
GM
5562001-07-16 Gerd Moellmann <gerd@gnu.org>
557
558 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
559 property.
560
6e44da43
PJ
5612001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
562
563 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 564 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
565 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
566 Some fixes to follow coding conventions.
6e44da43 567
6033fc96
GM
5682001-07-16 Gerd Moellmann <gerd@gnu.org>
569
570 * which-func.el (which-func-mode): Doc fix.
571
5d3d1e32
SM
5722001-07-15 Stefan Monnier <monnier@cs.yale.edu>
573
574 * net/rcompile.el (remote-compile): Use make-local-variable.
575
576 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
577
578 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
579
580 * mail/reporter.el (reporter-submit-bug-report):
581 Don't abuse make-variable-buffer-local. Fix call to add-hook.
582
55535639
PJ
5832001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
584
3afbc435 585 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
586 * calendar/cal-dst.el, calendar/cal-french.el,
587 * calendar/cal-hebrew.el, calendar/cal-islam.el,
588 * calendar/cal-iso.el, calendar/cal-julian.el,
589 * calendar/cal-mayan.el, calendar/cal-persia.el,
590 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
591 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
592 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
593 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
594 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
595 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
596 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
597 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
598 * progmodes/ada-xref.el, progmodes/cc-align.el,
599 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
600 * progmodes/cc-defs.el, progmodes/cc-engine.el,
601 * progmodes/cc-langs.el, progmodes/cc-menus.el,
602 * progmodes/cc-styles.el, progmodes/cc-vars.el,
603 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
604 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
605 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
606 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
607 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
608 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
609 conventions in Eshell files with known maintainers.
610
611 * emulation/viper.el: A fix to follow coding conventions.
612
60370d40 613 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
614 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
615 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
616 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
617 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
618 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
619 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
620 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
621 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
622 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
623 conventions in Eshell files.
624
625 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
626 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
627 * emulation/pc-mode.el, emulation/viper-cmd.el,
628 * emulation/viper-ex.el, emulation/viper-init.el,
629 * emulation/viper-keym.el, emulation/viper-macs.el,
630 * emulation/viper-mous.el, emulation/viper-util.el,
631 * emulation/viper.el, forms-pass.el, international/ccl.el,
632 * international/characters.el, international/encoded-kb.el,
633 * international/fontset.el, international/ja-dic-cnv.el,
634 * international/ja-dic-utl.el, international/kinsoku.el,
635 * international/kkc.el, international/mule-cmds.el,
636 * international/mule-diag.el, international/mule-util.el,
637 * international/mule.el, international/titdic-cnv.el,
638 * language/china-util.el, language/chinese.el,
639 * language/cyril-util.el, language/cyrillic.el, language/english.el,
640 * language/greek.el, language/hebrew.el, language/japan-util.el,
641 * language/japanese.el, language/korea-util.el, language/korean.el,
642 * language/lao-util.el, language/lao.el, language/misc-lang.el,
643 * language/slovak.el, language/thai-util.el, language/thai.el,
644 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
645 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
646 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
647 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
648 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
649 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
650 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
651 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
652 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
653 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
654 to follow coding conventions in files without maintainer or in files
655 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
656
657 * emacs-lisp/elp.el: A fix to follow coding conventions.
658
715a2ca2 659 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
660 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
661 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
662 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
663 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
664 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
665 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
666 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
667 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
668 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
669 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
670 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
671 conventions in files from Gnus.
672
55535639 673 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
674 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
675 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
676 * echistory.el, electric.el, emacs-lisp/authors.el,
677 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
678 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
679 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
680 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
681 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
682 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
683 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
684 * international/codepage.el, international/iso-ascii.el,
685 * international/iso-insert.el, international/iso-transl.el,
686 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
687 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
688 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
689 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
690 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
691 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
692 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
693 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
694 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
695 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
696 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
697 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
698 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
699 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
700 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
701 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
702 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
703 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
704 * textmodes/tex-mode.el, textmodes/text-mode.el,
705 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
706 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
707 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
708 files maintained by FSF.
709
1cd7adc6
PJ
7102001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
711
712 * arc-mode.el: A fix to follow coding conventions.
713
714 * bindings.el: Ditto.
715
716 * cdl.el: Ditto.
717
718 * comint.el: Ditto.
719
720 * cus-start.el: Ditto.
721
722 * shell.el: Ditto.
723
724 * skeleton.el: Ditto.
725
07b1b912
SM
7262001-07-13 Stefan Monnier <monnier@cs.yale.edu>
727
728 * info.el (Info-build-node-completions):
729 Make Info-current-file-completions buffer local.
730
09938b67
GM
7312001-07-13 Gerd Moellmann <gerd@gnu.org>
732
e0f82ad8 733 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 734 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 735
07b1b912
SM
736 * calendar/cal-islam.el (calendar-goto-islamic-date):
737 Add autoload cookie.
aa11456f 738
09938b67
GM
739 * play/fortune.el: Add types to defcustoms.
740
ebea5735
PJ
7412001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
742
09938b67 743 * language/czech.el: A fix to follow coding conventions.
ebea5735 744
ec7dc7e1
EZ
7452001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
746
747 * speedbar.el (speedbar-supported-extension-expressions): Add .g
748 to the extension list, for antlr-mode. From Christoph Wedler
749 <Christoph.Wedler@sap.com>.
750
ec402ad4
SM
7512001-07-11 Stefan Monnier <monnier@cs.yale.edu>
752
753 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
754 (vc-dired-mode-map): Fix the madness.
755
756 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
757 (vc-prefix-map): Moved back from vc.el.
758
a777242c
GM
7592001-07-11 Gerd Moellmann <gerd@gnu.org>
760
07b1b912
SM
761 * mail/mail-extr.el (mail-extr-all-top-level-domains):
762 Increase the size of the obarray.
a777242c
GM
763 (mail-extr-all-top-level-domains): Add more toplevel domains,
764 add more long names.
765 From: Per Starback <starback@ling.uu.se>.
766
874d7995
EZ
7672001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
768
769 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
770 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
771
772 * progmodes/ada-mode.el: Ditto.
773
774 * progmodes/ada-xref.el: Ditto.
775
ff524b84
MB
7762001-07-11 Miles Bader <miles@gnu.org>
777
778 * finder.el (finder-insert-at-column): Also move to the next line
779 if exactly at COLUMN.
780
6b05fae3
GM
7812001-07-10 Gerd Moellmann <gerd@gnu.org>
782
6ce5615d
GM
783 * help.el (describe-function-1): When printing FUNCTION's
784 documentation, don't assume FUNCTION is a symbol.
785
6b05fae3
GM
786 * startup.el (normal-top-level): Don't operate on the initial
787 frame if we failed to create one.
788
19da29f9
GM
7892001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
790
791 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
792 itself, i.e. only indent the contents in it.
793
6f19114e
GM
7942001-07-10 Markus Rost <rost@math.ohio-state.edu>
795
796 * mail/rmail.el (rmail-show-message): Show beginning of message in
797 all windows containing it.
798
8184a578
EZ
7992001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
800
801 * term/tty-colors.el: Fix the header line and copyright years.
802
524ac5b2
GM
8032001-07-09 Gerd Moellmann <gerd@gnu.org>
804
4033ae9d
GM
805 * emacs-lisp/advice.el (ad-make-advised-definition): If the
806 original definition has an interactive form, but is Elp
807 instrumented, use the interactive form of the function called by
808 elp-wrapper.
809
59c2dcf4
GM
810 * winner.el (winner-equal): Make it a defun. Don't compare Winner
811 configurations with compare-window-configuration; they aren't
812 window configurations.
813
524ac5b2
GM
814 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
815 from the server for the format we expect. Don't use it if it
c59fb719 816 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 817
06c66e1c 818 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
819 From Luis Fernandes <elf@ee.ryerson.ca>.
820
524ac5b2 8212001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
822
823 * cc-cmds.el: Extended the kludge to interoperate with the
824 delsel and pending-del packages wrt to the new function
825 `c-electric-delete-forward'.
826
851040a5
SM
8272001-07-08 Stefan Monnier <monnier@cs.yale.edu>
828
829 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
830 to delay the call to <mode> for global minor modes.
831 (easy-mmode-define-navigation): Only recenter if interactive.
832
6573d87f
GM
8332001-07-06 Gerd Moellmann <gerd@gnu.org>
834
a25e82a8
GM
835 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
836 to lisp-indent-line.
837
6573d87f
GM
838 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
839 from the server. Call encode-time only when we are sure that we
840 got a 213 response.
841
c1a1fd60
GM
8422001-07-06 Simon Josefsson <jas@extundo.com>
843
844 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
845 (mail-envelope-from): New user option.
846 (sendmail-send-it): Use it.
847
4b81a999
GM
8482001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
849
851040a5
SM
850 * ps-print.el: Use locale dependant date to print date in header.
851 Doc fix.
4b81a999
GM
852 (ps-print-version): New version number (6.5.3).
853 (ps-right-header, ps-right-footer): Initialization and doc fix.
854 (ps-time-stamp-locale-default): New fun.
855
a2cc5c4f
GM
8562001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
857
858 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
859 field problem with MIME-mode.
860
861 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
862
8632001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
864
865 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
866 MIME-mode.
867
a9b511e0
EZ
8682001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
869
870 * bindings.el (mode-line-mule-info): Don't show the tip with
871 buffer-file-coding-system if that is nil.
872
0f60e5ff
GM
8732001-07-05 Gerd Moellmann <gerd@gnu.org>
874
f25cfe53
GM
875 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
876 instead of kill-line.
877
5f72adc0
GM
878 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
879 <Pavel@Janik.cz>.
880
881 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
882 <Pavel@Janik.cz>.
0f60e5ff 883
b5e2c7a7
GM
8842001-07-04 Gerd Moellmann <gerd@gnu.org>
885
886 * font-lock.el (c-font-lock-keywords-3): When matching something
887 like `struct X Y', finish with point after Y.
888
e5836af8 8892001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 890
e5836af8 891 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 892 in caller buffer.
e5836af8 893
f1c53471
EZ
8942001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
895
bf4041b6 896 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
897 instead of string-match to find the basename of the file.
898 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 899
851040a5
SM
900 * net/browse-url.el (browse-url-default-windows-browser):
901 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
902 (browse-url-browser-function) [ms-dos]: Default to
903 browse-url-default-windows-browser.
904
f1c53471
EZ
905 * help.el (locate-library): Enable code that looks for compressed
906 libraries if auto-compression-mode is on.
907
4ce5c223
SM
9082001-07-02 Stefan Monnier <monnier@cs.yale.edu>
909
910 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
911
dd441b46
GM
9122001-07-02 Gerd Moellmann <gerd@gnu.org>
913
4ce5c223 914 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 915
7a3ee510
EZ
9162001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
917
33e432b1
EZ
918 * allout.el: Fix the header line, so that finder.el recognizes it.
919 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
920
4ce5c223
SM
921 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
922 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 923
3024d920
EZ
9242001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
925
4ce5c223 926 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 927
3024d920
EZ
928 * ps-bdf.el (bdf-directory-list): Use the value relative to
929 installation-directory for MS-Windows as well.
930
0c1baae8
RS
9312001-06-29 Richard M. Stallman <rms@gnu.org>
932
933 * wid-edit.el (widget-color-sample-face-get):
934 Return ((foreground-color . COLOR)) instead of constructing a face.
935
442ebe98
EZ
9362001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
937
938 * faces.el (region): Change the background color for the
939 light-background color display to lightgoldenrod2, to make it
940 visible on some laptops.
941
6519817e
RS
9422001-06-28 Richard M. Stallman <rms@gnu.org>
943
944 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
945 (rmail-msg-restore-non-pruned-header): Likewise.
946 If point was in the old pruned header, put it at the top.
947 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 948
6519817e
RS
949 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
950 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
951
15533ae2
SM
9522001-06-28 Stefan Monnier <monnier@cs.yale.edu>
953
954 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
955
19a448e3
KF
9562001-06-28 Karl Fogel <kfogel@red-bean.com>
957
958 * saveplace.el: Update maintainer email address.
959
a17555fd
FP
9602001-06-27 Francesco Potorti` <pot@gnu.org>
961
15533ae2
SM
962 * uniquify.el: (uniquify-rationalize-file-buffer-names):
963 Undo previous change.
a17555fd
FP
964
9652001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
966
967 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
968 preliminary quick reordering. Can speed things up dramatically.
969
555cc9ca
RS
9702001-06-26 Richard M. Stallman <rms@gnu.org>
971
4d68abe0
RS
972 * dired.el (dired-get-filename): A file name starting with ~
973 is not absolute in this context.
974
555cc9ca
RS
975 * which-func.el (which-func-maxout): Increase default to 500000.
976 (which-function-mode): This is now the "real" name of the function.
977 (which-func-mode): Now an alias.
978 (which-func-mode-global): Name deleted.
979
980 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
981 button-2, when binding hs-mouse-toggle-hiding.
982
d9bad487
GM
9832001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
984
15533ae2 985 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
986 (rmail-msg-prune-header): Likewise.
987 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
988 and `rmail-msg-prune-header'.
989
da197e75
SM
9902001-06-25 Stefan Monnier <monnier@cs.yale.edu>
991
992 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
993 back than LINEBEG.
994
9501b986
EZ
9952001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
996
997 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
998 window where they clicked the mouse has a header line, adjust
999 vertical movement by one.
1000
7aee34d3
GM
10012001-06-25 Milan Zamazal <pdm@zamazal.org>
1002
da197e75
SM
1003 * progmodes/glasses.el (glasses-make-readable): Consider underscores
1004 too when separating a parenthesis.
7aee34d3 1005
b9cc92a4
EZ
10062001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
1007
1008 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1009 (bookmark-bmenu-hide-filenames): Add help-echo to
1010 mouse-highlighted text.
1011 (bookmark-bmenu-show-filenames): Remove help-echo property from
1012 the whitespace.
1013
e55c4863
EZ
10142001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
1015
da197e75
SM
1016 * files.el (auto-mode-alist): Add configure.ac (autoconf).
1017 From Karl Eichwalder <ke@suse.de>.
e55c4863 1018
4bd41f5a
RS
10192001-06-23 Richard M. Stallman <rms@gnu.org>
1020
1021 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1022
1023 * progmodes/cc-styles.el (c-set-style): Don't specify initial
1024 contents for completing-read.
1025
fdae95d4
RS
10262001-06-22 Richard M. Stallman <rms@gnu.org>
1027
1028 * menu-bar.el (menu-bar-make-toggle): Construct the
1029 function's doc string from HELP, not DOC, and make it accurate by
1030 adding "Toggle whether to " at the front and downcasing the initial.
1031 Change the HELP arg in some calls to make it fit this usage.
1032
1033 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1034 Undo previous change.
1035
5f0e1d42
EZ
10362001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
1037
1fd63d9b
EZ
1038 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1039
da197e75 1040 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 1041
2ebf8f54
EZ
10422001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
1043
7a03d9cd
EZ
1044 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1045
2ebf8f54
EZ
1046 * dabbrev.el (dabbrev--select-buffers): Fix last change.
1047
4de68712
RS
10482001-06-20 Richard M. Stallman <rms@gnu.org>
1049
1050 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1051 broken out from dabbrev--find-expansion. Handle minibuffer
1052 specially here.
1053 (dabbrev--find-expansion): Simplify code in various ways.
1054 Don't treat minibuffers specially.
1055 Call dabbrev--make-friend-buffer-list.
da197e75 1056 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
1057 (dabbrev--scanning-message): Do nothing when minibuffer is current.
1058
f84e9763 10592001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 1060
f84e9763
JW
1061 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1062 Also, added a comment describing how to greatly speedup Eshell
1063 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 1064
f5f3efaa 10652001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 1066
da197e75
SM
1067 * eshell/esh-mode.el: Disabled a test that often yields false failures.
1068
f84e9763
JW
10692001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
1070
1071 * woman.el (WoMan-highlight-references): Add help-echo to
1072 mouse-highlighted text.
b868ed49 1073
f7ac3e28
SM
10742001-06-18 Stefan Monnier <monnier@cs.yale.edu>
1075
1076 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1077
f6f1beba
GM
10782001-06-18 Gerd Moellmann <gerd@gnu.org>
1079
f7ac3e28
SM
1080 * international/quail.el (quail-start-conversion):
1081 Reset quail-translating to nil.
db8f7303 1082
f6f1beba
GM
1083 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1084 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1085
1a0b9ae6
EZ
10862001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
1087
855eca56
EZ
1088 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1089 mouse-highlighted text.
1090
1a0b9ae6
EZ
1091 * dired.el (dired-mark-pop-up): Fix last change.
1092
e75e894b
EZ
10932001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1094
218abc51
EZ
1095 * calendar/calendar.el (generate-calendar-month): Add help-echo to
1096 mouse-highlighted text.
1097
d36ca65d
EZ
1098 * net/quickurl.el (quickurl-url-file): Run through
1099 convert-standard-filename.
1100 (quickurl-list-populate-buffer): Add help-echo to
1101 mouse-highlighted text.
1102 (top-level): Update Dave's URL.
1103
092924fd
EZ
1104 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1105 mouse-highlighted text.
1106
f7ac3e28
SM
1107 * textmodes/page-ext.el (pages-copy-header-and-position):
1108 Add help-echo to mouse-highlighted text.
092924fd
EZ
1109
1110 * tar-mode.el (tar-header-block-summarize): Add help-echo to
1111 mouse-highlighted text.
1112
1113 * replace.el (occur): Add help-echo to mouse-highlighted text.
1114
1115 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1116 mouse-highlighted text.
1117
1118 * progmodes/cpp.el (cpp-make-button): Add help-echo to
1119 mouse-highlighted text.
1120
f7ac3e28
SM
1121 * progmodes/compile.el (compile-reinitialize-errors):
1122 Add help-echo to mouse-highlighted messages.
092924fd
EZ
1123 (compilation-forget-errors): Remove help-echo property as well.
1124
f7ac3e28
SM
1125 * play/landmark.el (lm-plot-square, lm-init-display):
1126 Add help-echo to mouse-highlighted text.
092924fd 1127
f7ac3e28
SM
1128 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1129 Add help-echo to mouse-highlighted text.
092924fd
EZ
1130
1131 * dired.el (dired-insert-set-properties): Add help-echo to
1132 mouse-highlighted text.
f7ac3e28 1133 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
1134
1135 * comint.el (comint-send-input): Add help-echo to
1136 mouse-highlighted text.
1137
1138 * buff-menu.el (list-buffers-noselect): Add help-echo to
1139 mouse-highlighted text.
1140
1141 * arc-mode.el (archive-summarize-files): Add help-echo to
1142 mouse-highlighted text.
1143
e75e894b
EZ
1144 * ffap.el (ffap-machine-p): Always return nil if
1145 open-network-stream is not fboundp.
1146
f621ed9d
SM
11472001-06-17 Stefan Monnier <monnier@cs.yale.edu>
1148
1149 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
1150 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1151 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1152 incorrectly binding chars between 128 and 256 to it.
1153 (sgml-maybe-name-self): Handle latin-1 chars properly.
1154 (sgml-tags-invisible): Bind buffer-file-name to nil.
1155 Use unwind-protect and restore-buffer-modified-p.
1156 (sgml-point-entered): Use buffer-substring-no-properties.
1157 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1158 (html-mode): Don't force `imenu-sort-function'.
1159
884e8578
EZ
11602001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1161
d5b49f47
EZ
1162 * tar-mode.el: Fix the copyright notice.
1163
ce6b1982
EZ
1164 * font-lock.el (font-lock-comment-face): For tty's with dark
1165 background, use "red1", since "lightred" is not one of the colors
1166 recognized by tty-colors.el.
1167
884e8578
EZ
1168 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1169 create a buffer for extracted file, in case there's more than one
1170 file by that name in an archive, possibly in different
1171 directories. From Kevin Rodgers <kevinr@ihs.com>.
1172
1173 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
1174 <alex@gnu.org>.
1175
72190a54
MB
11762001-06-15 Miles Bader <miles@gnu.org>
1177
f621ed9d
SM
1178 * textmodes/texinfmt.el (texinfo-format-syntax-table):
1179 Revert previous change.
72190a54 1180
e4cdc335
RS
11812001-06-14 Richard M. Stallman <rms@gnu.org>
1182
1183 * replace.el (keep-lines-read-args): Return just a regexp.
1184 Provide nil for the region args.
f621ed9d 1185 (keep-lines, flush-lines, how-many):
e4cdc335
RS
1186 Calculate the defaults for the region here, when args are nil.
1187
c8c6b45a
EZ
11882001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1189
1190 * rot13.el (rot13-other-window): Some more doc fix.
1191
f54701d1
EZ
11922001-06-14 Per Starback <starback@ling.uu.se>
1193
1194 * replace.el (case-replace, query-replace-from-history-variable)
1195 (query-replace-to-history-variable, keep-lines-read-args)
1196 (occur-revert-function, query-replace-help): Dox fix.
1197
1604ce98
EZ
11982001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1199
1200 * rot13.el (rot13-other-window): Doc fix.
1201
22058843
MB
12022001-06-14 Miles Bader <miles@gnu.org>
1203
1204 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1205 of " and \ to "." (punctuation).
1206 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1207
e4cdc335
RS
12082001-06-13 Richard M. Stallman <rms@gnu.org>
1209
1210 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1211
1212 * simple.el (shell-command-on-region): Never kill the
1213 *Shell Command Output* buffer.
1214
a62d56ab
SM
12152001-06-13 Stefan Monnier <monnier@cs.yale.edu>
1216
1217 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1218
4a0aa1d9
SM
12192001-06-10 Stefan Monnier <monnier@cs.yale.edu>
1220
1221 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1222 New var, to recognize ${ $' and PODs.
1223 (perl-font-lock-syntactic-face-function): New function.
1224 (perl-mode): Use them.
1225 (perl-continuation-line-p): New function, from perl-calculate-indent.
1226 (perl-calculate-indent): Use it, to properly handle continuation
1227 lines of continuation lines.
1228
b5a9911c
EZ
12292001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
1230
1231 * server.el (server-process, server-buffer-clients): Doc fix.
1232 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1233
0f056ec1
JW
12342001-06-09 John Wiegley <johnw@gnu.org>
1235
1236 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1237 test if the last command was Lisp or not.
1238 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1239 B x C".
1240
e5e316b0
EZ
12412001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
1242
1243 * dos-w32.el (grep-regexp-alist): Remove definition, since the
1244 general one on compile.el supports drive letters.
7f4350a7
CD
1245
12462001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
1247
5a905a7e 1248 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 1249 key description.
7f4350a7
CD
1250
1251 * textmodes/reftex-sel.el (reftex-select-jump): New command.
1252
5a905a7e 1253 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
1254 (reftex-toc-jump): New command.
1255
1256 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 1257 to parse international characters as well.
7f4350a7 1258
5a905a7e 1259 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 1260 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 1261
5a905a7e
SM
1262 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1263
1264 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 1265 TAB to the key separators.
7f4350a7 1266
73419021
EZ
12672001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
1268
1269 * international/mule.el (auto-coding-alist): Remove redundant
1270 up-cased versions of the extensions (auto-coding-alist-lookup is
1271 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
1272 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
1273
cada28bb
EZ
12742001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
1275
1276 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1277
4f7666dc
RS
12782001-06-01 Richard M. Stallman <rms@gnu.org>
1279
1280 * help.el (describe-variable): Put value on same line
1281 with preceding text, if it is short enough to look good that way.
1282
70079787
EZ
12832001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1284
1285 * term/internal.el (IT-unicode-translations): New variable.
1286 (IT-setup-unicode-display): New function.
1287
c86f4619
GM
12882001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1289
1290 * ps-print.el: Handle before-string and after-string overlay properties
1291 in ps-print-*-with-faces commands. Doc fix.
1292 (ps-print-version): New version number (6.5.2).
1293 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1294 for XEmacs.
1295 (ps-prefix-quote): Doc fix.
c6d452ad 1296 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
1297 (ps-basic-plot-str, ps-plot-string): New funs.
1298
1ea98518
SM
12992001-05-31 Stefan Monnier <monnier@cs.yale.edu>
1300
1301 * progmodes/etags.el (tags-compression-info-list): Fix docstring
1302 and :type spec.
1303
2b1ec973
GM
13042001-05-31 Gerd Moellmann <gerd@gnu.org>
1305
1ea98518
SM
1306 * international/mule-cmds.el (inactivate-input-method):
1307 Set input-method-function to nil.
2b1ec973 1308
94843cc1
GM
1309 * xml.el (xml-parse-tag): The document may contain invalid characters.
1310 From ShengHuo ZHU <zsh@cs.rochester.edu>
1311
9652931f
GM
13122001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1313
1314 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
1315 `rmail-summary-line-decoder' if the message does not have
1316 a Subject: field.
9652931f 1317
1ea98518 1318 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 1319
1ea98518
SM
1320 * mail/rmail.el (rmail-insert-mime-resent-message-function):
1321 New variable.
9652931f
GM
1322 (rmail-resend): Modify to work in `rmail-view-buffer'; call
1323 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1324 is non-nil.
1325
f7ac3e28
SM
13262001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
1327
1328 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1329
b781e739
SS
13302001-05-29 Sam Steingold <sds@gnu.org>
1331
00f51890
SS
1332 * faces.el (face-valid-attribute-values): Bind `valid' directly
1333 instead of using `setq'.
1334
b781e739
SS
1335 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1336 Use `tex-shell-buf'.
1337 (tex-shell-proc): Use `tex-shell-running'.
1338 (tex-shell-buf-no-error): New function.
1339 (tex-send-tex-command): Use it.
1340 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1341 (tex-kill-job): Check the process before calling `quit-process'.
1342
3d0e328b
GM
13432001-05-29 Gerd Moellmann <gerd@gnu.org>
1344
1ea98518
SM
1345 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1346 UTF-8 sequences.
3d0e328b 1347
8bd6307f
GM
13482001-05-28 Miles Bader <miles@gnu.org>
1349
1350 * comint.el (comint-carriage-motion): Renamed from
1351 `comint-cr-magic'. Operate on the buffer instead of the string
1352 (for use as a comint post-output filter, instead of as a
1353 pre-output filter). Handle backspaces too. Add to the
1354 `comint-output-filter-functions' hook instead of
1355 `comint-preoutput-filter-functions'.
1356
89c8dc6c
GM
13572001-05-28 Gerd Moellmann <gerd@gnu.org>
1358
1359 * language/japan-util.el (japanese-hankaku): Prefer the charset
1360 `jisx0201' when the optional argument `ascii-only' is not specified.
1361 (japanese-hankaku-region): Ditto.
1362 From Katsumi Yamaoka <yamaoka@jpl.org>
1363
f25c1b9b
SM
13642001-05-28 Stefan Monnier <monnier@cs.yale.edu>
1365
1366 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1367 (outline-invisible-p): New function.
1368 (hide-leaves): Save excursion.
1369 (hide-other): Stop looping when reaching bobp.
1370
719bb352
EZ
13712001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1372
1373 * cus-edit.el (custom-file): Fix last change.
1374
d686d354
SM
13752001-05-27 Stefan Monnier <monnier@cs.yale.edu>
1376
1377 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1378 same definition in byte-compile-function-environment as `autoload'
1379 would put in `symbol-function'.
1380
1381 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1382 patch to correct the error message as well.
1383
49b1a638
EZ
13842001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
1385
71261a01
EZ
1386 * cus-edit.el (custom-file): Don't assume we were invoked with -q
1387 unless ~/.emacs exists.
1388
49b1a638
EZ
1389 * novice.el (enable-command): If user-init-file is nil or does not
1390 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1391
a434b175
SM
13922001-05-25 Stefan Monnier <monnier@cs.yale.edu>
1393
15ca8de7
SM
1394 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1395 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1396 Allow spaces around macro arguments.
1397 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1398 indent-for-tab-command.
1399 (latex-mode-map, plain-tex-mode-map): New keymaps.
1400 Inherit from tex-mode-map.
1401 (tex-common-initialization): Don't setup the keymap any more
1402 since it's now done right by define-derived-mode.
1403 (latex-mode): Set skeleton-end-hook to nil.
1404 (latex-skeleton-end-hook): Remove.
1405 (tex-latex-block, latex-insert-item): Simplify.
1406 (latex-syntax-after): Use following-char rather than char-after.
1407 (tex-discount-args-cmds, tex-count-words): New functions.
1408
1409 * textmodes/tildify.el (tildify-ignored-environments-alist):
1410 Recognize \verb* as well.
1411
1412 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1413 (perl-comment-indent): Simplify to let newcomment.el do its job.
1414 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1415 (perl-mark-function): Cleanup the namespace.
1416 (perl-calculate-indent): Don't be fooled by nested functions.
1417
1418 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1419
a434b175
SM
1420 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1421 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
1422
4e7e1f03
AC
14232001-05-25 Andrew Choi <akochoi@i-cable.com>
1424
1425 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1426 actually be `\\'.
1427 (ctlau-b5-converter): Likewise.
1428
2bef0948
AC
14292001-05-24 Andrew Choi <akochoi@i-cable.com>
1430
1431 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
1432 Change CTLauB.el to CTLau-b5.el.
1433
d2d1851b
SM
14342001-05-23 Stefan Monnier <monnier@cs.yale.edu>
1435
1436 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1437 rather than beginning-of-line to avoid problems with fields.
1438 (gud-perldb-massage-args): Use unless and push.
1439 (gud-chdir-before-run): New var.
1440 (gud-common-init): Use it.
1441
5e3d4fbc
AC
14422001-05-24 Andrew Choi <akochoi@i-cable.com>
1443
1444 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1445 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 1446 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 1447 chinese-ctlaub.
d2d1851b
SM
1448 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1449 New functions.
5e3d4fbc 1450
0216c3df
GM
14512001-05-22 Gerd Moellmann <gerd@gnu.org>
1452
f1f65349
GM
1453 * cus-edit.el (custom-comment-show): Remove debug code.
1454
0216c3df
GM
1455 * language/japan-util.el (japanese-symbol-table): Fix handling of
1456 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
1457
e8a1ed31
SM
14582001-05-21 Stefan Monnier <monnier@cs.yale.edu>
1459
1460 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1461 Renamed by removing the silly `-flag' suffix.
1462 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1463
7246200c
SM
14642001-05-20 Stefan Monnier <monnier@cs.yale.edu>
1465
1466 * replace.el (keep-lines-read-args): Use `copy-marker'.
1467 (how-many): Save excursion properly.
1468 (occur-mode): Use define-derived-mode.
1469 (perform-replace): Use with-current-buffer.
1470
7e971261
RS
14712001-05-20 Richard M. Stallman <rms@gnu.org>
1472
65569e52
RS
1473 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1474
cc9684e8
RS
1475 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1476
9ca00e71
RS
1477 * info.el (Info-read-subfile): Widen before finding the
1478 desired node in the subfile.
1479
7e971261
RS
1480 * startup.el (command-line-1): When >2 files visited,
1481 leave the last one visible, and make that the selected window.
1482
7c5312b2
GM
14832001-05-20 Gerd Moellmann <gerd@gnu.org>
1484
1485 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1486
310e9a21
EZ
14872001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
1488
7246200c
SM
1489 * international/ccl.el (define-ccl-program): Fix a typo.
1490 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
1491
1492 * international/mule.el (decode-char): Fix a typo. From Pavel
1493 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1494
1495 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
1496 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1497
310e9a21
EZ
1498 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
1499 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1500
ef55aa6c
SS
15012001-05-18 Sam Steingold <sds@gnu.org>
1502
7246200c 1503 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
1504 and [RET] to `cvs-mode-find-file'.
1505
c9f3bebe
JW
15062001-05-18 John Wiegley <johnw@gnu.org>
1507
1508 * eshell/esh-ext.el (eshell-explicit-command-char): A new
1509 configuration variable, which determines the initial character
1510 that forces use of an external version of a command. The default
1511 is *, but may be set to \, for example.
1512
1513 * eshell/esh-ext.el (eshell-explicit-command):
1514 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 1515
c9f3bebe
JW
1516 * eshell/esh-cmd.el (eshell/which):
1517 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 1518
7c5312b2
GM
1519 * eshell/em-cmpl.el (eshell-completion-command-name)
1520 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
1521 instead of ?*.
1522
1c66d9fb
GM
15232001-05-18 Gerd Moellmann <gerd@gnu.org>
1524
a724ed38
GM
1525 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1526 subst-char-in-string.
1527 (ange-ftp-after-parse-ls-hook): New variable.
1528 (ange-ftp-ls): Run that hook.
1529 From Peter Milliken <Peter.Milliken@GTECH.COM>.
1530
0595722b
GM
1531 * tmm.el (tmm-get-keymap): Fix handling of :filter.
1532 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1533 text into *Completions*.
1534
1c66d9fb
GM
1535 * net/goto-addr.el (goto-address-at-point): Deal with URLs
1536 part of which look like email addresses.
1537
c5bdb93d
AI
15382001-05-18 Andrew Innes <andrewi@gnu.org>
1539
7246200c
SM
1540 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1541 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
1542 cmd.exe's handling of FOR loops.
1543 (autoloads): Set find-file-suppress-same-file-warnings to t to
1544 avoid slew of spurious messages.
1545
9a1211f2
GM
15462001-05-18 Simon Josefsson <simon@josefsson.org>
1547
1548 * mail/smtpmail.el (maybe-append-domain): Renamed to
1549 `smtpmail-maybe-append-domain'.
1550 (smtpmail-via-smtp): Use the new name.
1551
29148a3f
GM
1552 * net/browse-url.el (browse-url-browser-function): Add kde.
1553 (browse-url-kde-program, browse-url-kde-args): New variables.
1554 (browse-url-kde): New function.
1555
9ab59a1a
MB
15562001-05-18 Miles Bader <miles@gnu.org>
1557
7246200c
SM
1558 * simple.el (delete-horizontal-space, just-one-space):
1559 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
1560 because it's more efficient for large files.
1561
cebf1b97
GM
15622001-05-17 Gerd Moellmann <gerd@gnu.org>
1563
f90c23ca
GM
1564 * mail/rmail.el (rmail-require-mime-maybe): New function.
1565 (rmail): Use it.
1566 (rmail-mode): Handle the case of finding Rmail files.
1567
cebf1b97
GM
1568 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1569 functions.
1570
df22166e
SM
15712001-05-17 Stefan Monnier <monnier@cs.yale.edu>
1572
1573 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1574 text-property after moving to the beginning of line and regardless
1575 of the value of font-lock-multiline.
1576
2ca0d5f1
GM
15772001-05-17 Gerd Moellmann <gerd@gnu.org>
1578
e85e809a
GM
1579 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
1580
2ca0d5f1
GM
1581 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
1582 last coding system used before calling set-buffer-modified-p
1583 because that function changes last-coding-system.
1584
4c6a4739
EZ
15852001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1586
1587 * files.el (switch-to-buffer-other-window)
1588 (switch-to-buffer-other-frame): Add an xref to display-buffer in
1589 the doc string.
1590
f08cf35b
GM
15912001-05-17 Gerd Moellmann <gerd@gnu.org>
1592
1593 * language/slovak.el, language/czech.el: New maintainer.
1594
2180ea97
SS
15952001-05-16 Sam Steingold <sds@gnu.org>
1596
f08cf35b 1597 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
1598 sub-form of `defgeneric' correctly.
1599
9bae8781
GM
16002001-05-16 Gerd Moellmann <gerd@gnu.org>
1601
a90b3d3c
GM
1602 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
1603 of `c'.
1604
1b7818b4 1605 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
1606 condition-case, test what outline-level returns instead, to
1607 ease debugging.
1b7818b4 1608
9bae8781
GM
1609 * international/mule.el (auto-coding-regexp-alist): New user-option.
1610 (auto-coding-from-file-contents): New function.
1611 (set-auto-coding): Use it to determine a coding system.
1612
7644c605
GM
16132001-05-15 Gerd Moellmann <gerd@gnu.org>
1614
18a0a39e
GM
1615 * mouse.el (mouse-delete-other-windows): Doc fix.
1616
df22166e
SM
1617 * emacs-lisp/lisp-mode.el (lisp-mode):
1618 Make font-lock-keywords-case-fold-search a buffer-local variable with
1619 make-local-variable before setting it.
7644c605 1620
940cf42e
EZ
16212001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
1622
1623 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
1624 prefixes.
1625
557f7c34
GM
16262001-05-14 Gerd Moellmann <gerd@gnu.org>
1627
1628 * hexl.el (hexl-current-address): Print a message when called
1629 interactively.
1630
14d9b141
SM
16312001-05-11 Stefan Monnier <monnier@cs.yale.edu>
1632
1633 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
1634
1635 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
1636
1637 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
1638
7bd2d083
GM
16392001-05-11 Gerd Moellmann <gerd@gnu.org>
1640
47e72862
GM
1641 * startup.el (command-line): If parameters have been changed in
1642 the init files which influence font selection, clear the face
1643 cache so that faces get realized with the new parameters.
1644
14d9b141 1645 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 1646
0f49941f
SM
16472001-05-10 Stefan Monnier <monnier@cs.yale.edu>
1648
1649 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
1650
cbeed4a8
EZ
16512001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
1652
1653 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
1654 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
1655
ff9aa2ca
GM
16562001-05-10 Gerd Moellmann <gerd@gnu.org>
1657
1658 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 1659 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 1660
b2c99950
JW
16612001-05-09 John Wiegley <johnw@gnu.org>
1662
0f49941f
SM
1663 * eshell/esh-util.el (eshell-convert-numeric-arguments):
1664 Annotated the documentation string to tell users about
3cb27fd7
JW
1665 `eshell-no-numeric-conversions'.
1666
c26f6b27
JW
1667 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
1668 conversions if a Lisp function has the property
1669 `eshell-no-numeric-conversions' set to a non-nil value.
1670
1671 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
1672 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
1673 property `eshell-no-numeric-conversions' on the following
1674 functions (which all deal with filesystem entities, and never Lisp
1675 numerical values): eshell/cd, eshell/pushd, eshell/popd,
1676 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
1677 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
1678 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
1679 eshell/which, eshell/addpath.
1680
16812001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 1682
d089e299
JW
1683 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
1684 encountered as an argument, don't convert it right away, but tag
1685 the first character of the string with the text properties
1686 `number', which signifies to `eshell-lisp-command' that the
1687 argument should be passed through `string-to-number' if it is
1688 actually used in the call to a Lisp function.
1689
1690 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
1691 function, convert any string arguments that have been tagged as
1692 "numbers", by calling string-to-number.
1693
1694 * eshell/esh-util.el (eshell-number-regexp): Now that number
1695 conversions only happen for Lisp function calls, the number regexp
1696 should now match all integer and floating point forms.
1697
1698 * eshell/esh-proc.el: Disable `eshell-stop-process' and
1699 `eshell-continue-process', since they are both nonfunctional at
1700 the moment.
1701 (eshell-proc-initialize): Don't bind keys for
1702 `eshell-stop-process' or `eshell-continue-process'.
1703
0f49941f
SM
1704 * eshell/em-unix.el (eshell-shuffle-files):
1705 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
1706
1707 * eshell/em-hist.el (eshell-add-to-history): Reference to
1708 `eshell-history-ring' needed to be `eshell-history-index'.
1709
0f49941f
SM
1710 * calendar/timeclock.el (timeclock-find-discrep):
1711 Initialize `elapsed' to 0.
cb89da0f
JW
1712 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
1713 it's still nil.
b2c99950 1714
ff39b9a1
SM
17152001-05-09 Stefan Monnier <monnier@cs.yale.edu>
1716
1717 * arc-mode.el (archive-int-to-mode): Construct the string directly.
1718 (archive-mode): Use capitalize.
1719 (archive-unique-fname): Use make-temp-file.
1720
9e53a675
GM
17212001-05-09 Gerd Moellmann <gerd@gnu.org>
1722
1723 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
1724
c8224de6
EZ
17252001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
1726
c533a7e2
EZ
1727 * tar-mode.el (tar-extract): Pay attention to the value of
1728 coding-system-for-read, if it is non-nil.
1729
ff39b9a1
SM
1730 * calendar/holidays.el (holidays): Add an autoload cookie.
1731 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 1732
1c8c9fb8
JW
17332001-05-08 John Wiegley <johnw@gnu.org>
1734
ff39b9a1
SM
1735 * calendar/timeclock.el (timeclock-workday-remaining):
1736 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
1737 (timeclock-workday-elapsed): Don't accept a "relative" argument
1738 for the current day's elapsed time. What could that have meant?
ff39b9a1 1739 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
1740 (timeclock-when-to-leave): Changed logic, similarly to what was
1741 done for `timeclock-workday-remaining'.
1742 (timeclock-find-discrep): Removed "today-only" argument, which had
1743 no meaning. Fixed some more math problems. The function now
1744 returns a three member list: (TOTAL-TIME-DISCREPANCY
1745 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
1746
5f47fb28
EZ
17472001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1748
1749 * w32-fns.el (convert-standard-filename): Start replacing slashes
1750 from the beginning of the file name, not from where the last
1751 invalid character was. From "Andrew Maguire (SWW)"
1752 <Andrew.Maguire@Smallworld.co.uk>
1753
6da5c7da
GM
17542001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
1755
1756 The following changes are to provide infrastructure for handling
1757 MIME messages to rmail. They don't affect the original behaviour
1758 if rmail-enable-mime is nil.
1759
1760 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
1761 (rmail-search-mime-message-function)
1762 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
1763 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
1764 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
1765 `rmail-view-buffer' is hidden.
6da5c7da
GM
1766 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
1767 call rmai-show-mime-function.
1768 (rmail-display-labels): If rmail-enable-mime is non-nil, update
1769 mode-line-process of rmail-view-buffer.
1770 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
1771 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
1772 buffer.
ff39b9a1
SM
1773 (rmail-next-message, rmail-next-undeleted-message): Be sure to
1774 set-buffer to the Rmail buffer.
6da5c7da
GM
1775 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
1776 rmail-search-mime-header-function.
1777 (rmail-search-message): New function.
1778 (rmail-search): Call rmail-search-message to check if a message
1779 matches REGEXP, lastly update point after calling
1780 rmail-show-message.
ff39b9a1
SM
1781 (rmail-undelete-previous-message, rmail-expunge-confirmed)
1782 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
1783 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
1784 header region, refer to rmail-msgref-vector while setting the
1785 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
1786 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
1787 If rmail-enable-mime is non-nil, call
6da5c7da
GM
1788 rmail-insert-mime-forwarded-message-function instead of inserting
1789 forwarded message by itself.
1790
1791 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
1792 Rmail buffer.
1793 (rmail-set-label, rmail-next-labeled-message): Likewise.
1794
1795 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
1796 set-buffer to the Rmail buffer.
1797 (rmail-output-to-rmail-file): Likewise.
1798 (rmail-output): Likewise.
1799
1800 * mail/rmailsum.el (rmail-message-subject-p): Process the result
1801 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
1802 (rmail-new-summary): Be sure to go to the Rmail buffer.
1803 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
1804 rmail-view-buffer to nil.
1805 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
1806 rmail-view-buffer.
1807 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
1808 rmail-buffer.
1809 (rmail-summary-scroll-msg-down): Likewise.
1810 (rmail-summary-beginning-of-message): Likewise.
1811 (rmail-summary-wipe): Likewise.
1812 (rmail-summary-toggle-header): Use save-window-excursion, not
1813 save-excursion. Update point in rmail-view-buffer, not in
1814 rmail-buffer.
1815 (rmail-summary-reply): Before calling rmail-reply, set buffer to
1816 rmail-view-buffer, not rmail-buffer.
1817
5092477a
GM
18182001-05-07 Gerd Moellmann <gerd@gnu.org>
1819
1e9fc92e
GM
1820 * cus-edit.el (custom-file): Signal an error if user-init-file is
1821 nil (running -q).
1822
1d053370
GM
1823 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
1824
ff39b9a1
SM
1825 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1826 Add :version.
1827
1828 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1829 New option.
1b62b062
GM
1830 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
1831 only if smtpmail-warn-about-unknown-extensions is set.
1832
f851a71c
GM
1833 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
1834 instead of rmail-sort-by-keywords.
1835
ff39b9a1 1836 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
1837 rmail-sort-by-keywords.
1838
ff39b9a1
SM
1839 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
1840 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
1841 (rmail-summary-mode): Doc fix.
1842
5092477a
GM
1843 * mail/rmail.el (rmail-edit): New Custom group.
1844
1845 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
1846 (rmail-edit-mode-hook): New user-option.
1847
05be3833
RS
18482001-05-05 Richard M. Stallman <rms@gnu.org>
1849
1850 * help.el (help-xref-symbol-regexp): Recognize "source of"
1851 and friends, meaning make a link to the source file.
1852 (help-make-xrefs): Handle "source of" and friends
1853 by constructing a link that visits the source file.
1854
1855 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
1856
7dfb000f
SM
18572001-05-04 Stefan Monnier <monnier@cs.yale.edu>
1858
5efe6a56
SM
1859 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
1860 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
1861 Renamed from perl-font-lock-keywords to avoid clashes.
1862 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
1863 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
1864 Updated correspondingly.
1865
7dfb000f
SM
1866 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
1867 Typo `nonexistant' -> `nonexistent'.
1868
88bbb8cb
EZ
18692001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
1870
7dfb000f
SM
1871 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
1872 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
1873 `c-electric-delete-forward' always deletes forward and
1874 `c-electric-delete' only contains the code necessary for XEmacs to
1875 choose between backward and forward deletion.
7dfb000f 1876
88bbb8cb
EZ
1877 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
1878 get the electric behavior on that key too.
1879 (c-fill-paragraph): Fixed bogus direct use of
1880 c-comment-prefix-regexp, which caused an error when it's a list.
1881
a1af8dcf
EZ
18822001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1883
1884 * dired-aux.el (dired-diff): Doc fix.
1885
1886 * dired.el (dired-diff): Likewise.
1887
ddfb4005
EZ
18882001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1889
1890 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
1891
b36581fb
SM
18922001-05-02 Stefan Monnier <monnier@cs.yale.edu>
1893
80a00b6a
SM
1894 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
1895 if both the buffer and the file are read-only.
1896
b36581fb
SM
1897 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
1898 rather than font-lock-string-face.
1899 (sh-get-indent-info): Treat heredocs like strings.
1900
470bbe9b
GM
19012001-05-02 Gerd Moellmann <gerd@gnu.org>
1902
b36581fb
SM
1903 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
1904 a newline following `}'.
3356df63
GM
1905 (texinfo-format-email): New function.
1906 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
1907 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
1908 Add `display'.
3356df63
GM
1909 (texinfo-sort-region): Goto point-min before sorting.
1910 (texinfo-set): Remove leading white space from value.
1911 From yagi@is.titech.ac.jp.
1912
470bbe9b
GM
1913 * replace.el (query-replace-regexp-eval): Doc fix.
1914
a9d2fd1d
SM
19152001-05-01 Stefan Monnier <monnier@cs.yale.edu>
1916
1917 * diff-mode.el (diff-nonexistant-face): New face.
1918 (diff-font-lock-keywords): Use it.
1919
2b3e941a
EZ
19202001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
1921
22cd6fd3
EZ
1922 * font-lock.el (font-lock-mode): Doc fix.
1923
2b3e941a
EZ
1924 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
1925 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
1926
50df7214
GM
19272001-04-30 Gerd Moellmann <gerd@gnu.org>
1928
a9d2fd1d
SM
1929 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
1930 backslash at the start of the here-document delimiter.
a9793e45
GM
1931 (sh-font-lock-syntactic-keywords): Likewise.
1932
50df7214
GM
1933 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
1934
e2f599e9
EZ
19352001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
1936
1937 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
1938 (tty-color-translate, tty-color-by-index, tty-color-values)
1939 (tty-color-desc): Doc fix.
1940
dcaf31d3
EZ
19412001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
1942
1943 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
1944 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
1945 Mention dired-dwim-target in the doc string.
dcaf31d3 1946
a6a06429
MB
19472001-04-28 Miles Bader <miles@gnu.org>
1948
1949 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
1950 (dabbrev--find-expansion): Use it.
1951 (dabbrev--select-buffers): Don't select ignored buffers.
1952
5a5d9185
GM
19532001-04-27 Gerd Moellmann <gerd@gnu.org>
1954
a9d2fd1d 1955 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 1956
c5b82005
RS
19572001-04-26 Richard M. Stallman <rms@gnu.org>
1958
1959 * dabbrev.el: Add doc strings for some functions.
1960 (dabbrev--eliminate-newlines): New variable.
1961 (dabbrev--substitute-expansion): Convert newlines to spaces
1962 if dabbrev--eliminate-newlines is set.
1963 If abbrev and expansion are both all-lower-case,
1964 leave dabbrev--last-case-pattern nil.
1965
7cff9c6f
GM
19662001-04-26 Gerd Moellmann <gerd@gnu.org>
1967
1968 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
1969 if necessary, like in rmail-show-message.
1970
efa89c1f
GM
19712001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1972
1973 * ps-print.el: Color specified by number is forced to be float number.
1974 (ps-print-version): New version number (6.5.1.1).
1975 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
1976 initialization.
1977 (ps-prefix-quote): New internal var.
1978 (ps-print-quote): New fun.
1979 (ps-setup, ps-output-frame-properties, ps-float-format)
1980 (ps-format-color): Code fix.
a9d2fd1d
SM
1981 (ps-plot-region): Eliminate redundant foreground color text setting.
1982
d3111e5a
EZ
19832001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
1984
1985 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
1986
a728644c
GM
19872001-04-25 Gerd Moellmann <gerd@gnu.org>
1988
1989 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
1990
4ecdf04d
EZ
19912001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
1992
4645bb68
EZ
1993 * info.el (Info-additional-directory-list): Doc fix.
1994
4ecdf04d 1995 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
1996 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
1997 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 1998
7cd512f2
SM
19992001-04-25 Stefan Monnier <monnier@cs.yale.edu>
2000
1dc64fca
SM
2001 * progmodes/make-mode.el (makefile-font-lock-keywords):
2002 Rationalize the rules for includes and conditionals and use the
2003 keyword face for them.
2004
7cd512f2
SM
2005 * faces.el (modify-face): Add compatibility for non-interactive use.
2006
ffeb5c1c
JW
20072001-04-24 John Wiegley <johnw@gnu.org>
2008
2009 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2010 fix from last night, since it wasn't finding eshell/cd.
2011
35f901fa
GM
20122001-04-24 Gerd Moellmann <gerd@gnu.org>
2013
2014 * rect.el (string-rectangle): Revert to 20.x behaviour.
2015 (replace-rectangle): Make it an alias for string-rectangle.
2016 (string-insert-rectangle): New function.
2017
c7b1b508
JW
20182001-04-23 John Wiegley <johnw@gnu.org>
2019
2020 * eshell/em-unix.el (eshell/diff): Fixed problems that were
2021 occurring with Emacs 21's diff.el/compile.el interaction layer.
2022
20232001-04-23 Colin Walters <walters@cis.ohio-state.edu>
2024
2025 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2026 case where the function was defined in a file, but not part of an
2027 eshell module.
2028
157975e3
JW
20292001-04-23 John Wiegley <johnw@gnu.org>
2030
2031 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2032 code to work around a redisplay problem I've been having.
2033
3dc630b9
JW
20342001-04-23 John Wiegley <johnw@gnu.org>
2035
2036 * calendar/timeclock.el (timeclock-day-required): If the time
2037 required for a particular day is not set, use `timeclock-workday'.
2038 (timeclock-find-discrep): Added some sample code in a comment.
2039
2040 * eshell/eshell.el (eshell-command): Made a few changes so that
2041 `eshell-command' could be called programmatically.
2042
7cd512f2 2043 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 2044
7cd512f2 2045 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 2046
3ae14dd9 20472001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
2048
2049 * calendar/timeclock.el: Updated copyright.
2050 (timeclock-generate-report): Don't report the daily or two-week
2051 total, if no time has been worked in that period.
2052 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2053 final computational form, which was unnecessary; corrected a
2054 parsing problem when timeclock-relative was nil.
2055
3ae14dd9 20562001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
2057
2058 * calendar/timeclock.el (timeclock-modeline-display): Check if
2059 `list-entry' is null.
2060 (timeclock-use-display-time): The first argument to `set-variable'
2061 must be a symbol.
2062
53e1a74c
EZ
20632001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
2064
2065 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
2066 (calendar-today-marker, calendar-holiday-marker):
2067 Use display-color-p instead of window-system.
53e1a74c
EZ
2068 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2069 instead of window-system.
2070 (calendar-hide-window): Use display-multi-frame-p instead of
2071 window-system.
2072
2073 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
2074 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2075 Use display-multi-frame-p instead of window-system.
53e1a74c 2076
23b809c2
GM
20772001-04-23 Gerd Moellmann <gerd@gnu.org>
2078
1d14e80c
GM
2079 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2080
23b809c2
GM
2081 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2082 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2083
b5eeaa1d
GM
20842001-04-23 Alex Schroeder <alex@gnu.org>
2085
2086 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
2087 line-end-position a defalias is used for point-at-bol and point-at-eol.
2088
b5eeaa1d
GM
20892001-04-23 Alex Schroeder <alex@gnu.org>
2090
2091 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 2092 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 2093
ac1470eb
EZ
20942001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
2095
2096 * textmodes/paragraphs.el (sentence-end): Doc fix.
2097
624ef9b3
GM
20982001-04-20 Alex Schroeder <alex@gnu.org>
2099
2100 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 2101 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
2102
21032001-04-20 Alex Schroeder <alex@gnu.org>
2104
2105 * sql.el (sql-db2-program): New option.
2106 (sql-db2-options): New option.
2107 (sql-db2): New function.
2108
21092001-04-20 Alex Schroeder <alex@gnu.org>
2110
2111 * sql.el (sql-mode-menu): Added highlighting entries.
2112 (sql-highlight-oracle-keywords): New function.
2113 (sql-highlight-postgres-keywords): New function.
2114 (sql-highlight-ansi-keywords): New function.
2115
21162001-04-20 Alex Schroeder <alex@gnu.org>
2117
2118 * sql.el (sql-help): Doc change.
2119
9f3703ab
KF
21202001-04-19 Karl Fogel <kfogel@collab.net>
2121
2122 * saveplace.el (save-place-alist-to-file): Removed no-effect code
2123 that inserted file content only to delete it immediately.
2124 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
2125 <lektu@uol.com.br> for the patch.
2126
2a83a11d
SM
21272001-04-19 Stefan Monnier <monnier@cs.yale.edu>
2128
2129 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2130
6f4dd4dc
GM
21312001-04-18 Gerd Moellmann <gerd@gnu.org>
2132
0f8d6dc7
GM
2133 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2134 for defmethod.
2135
6f4dd4dc
GM
2136 * comint.el (comint-cr-magic): New function.
2137 (toplevel): Add it to comint-preoutput-filter-functions.
2138
90200fcc
AI
21392001-04-18 Andrew Innes <andrewi@gnu.org>
2140
2141 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 2142 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
2143 (recompile): Remove stuff to set EMACSLOADPATH.
2144
daa66f34
GM
21452001-04-18 Gerd Moellmann <gerd@gnu.org>
2146
edc5c81d
GM
2147 * language/slovak.el ("Slovak"): Add tutorial entry.
2148
daa66f34
GM
2149 * net/browse-url.el (browse-url-new-window-flag): Renamed from
2150 browse-url-new-window-p.
2151
5d5845dc
EZ
21522001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2153
2154 * info.el (Info-menu-update): When there are no menus and/or no
2155 cross references in the node, make the respective items of the
2156 Info menu-bar menu inactive.
2157
1c8addd0
GM
21582001-04-17 Gerd Moellmann <gerd@gnu.org>
2159
f4f480bd
GM
2160 * indent.el (indent-for-tab-command): Call indent-line-function
2161 with no argument if PREFIX-ARG is non-nil.
2162
1c8addd0
GM
2163 * frame.el (delete-other-frames): Handle minibuffer-only frames.
2164
8f9ab403
EZ
21652001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2166
2167 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2168 an async subprocess if start-process is unavailable. Suggested by
2169 Tim Van Holder <tim.van.holder@pandora.be>.
2170
60322163
EZ
21712001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2172
2173 * info.el (Info-additional-directory-list): Doc fix. Suggested by
2174 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2175
e372bc67
EZ
21762001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2177
2178 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2179 manual.
2180
28037ecf
SM
21812001-04-13 Stefan Monnier <monnier@cs.yale.edu>
2182
2183 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2184 (cvs-menu): Add a few entries.
2185
2186 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2187 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2188 lock file appears to be reachable from Emacs.
2189 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2190 (cvs-mode-find-file): Look for cvs-header-face rather than
2191 cvs-dirname-face (which doesn't exist).
2192 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2193
2194 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2195
5d5e7f53
EZ
21962001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2197
2198 * emulation/pc-select.el (pc-selection-mode): Don't turn on
2199 normal-erase-is-backspace on a tty. Instead, bind some keys such
2200 as [delete] directly, like pc-select.el did before
2201 normal-erase-is-backspace was invented.
2202
118562e1 22032001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
2204
2205 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2206
6c9e58c4
JW
22072001-04-11 John Wiegley <johnw@gnu.org>
2208
28037ecf
SM
2209 * eshell/em-ls.el (eshell-ls-insert-directory):
2210 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
2211 buffers, if Eshell's ls is being used.
2212
118562e1 22132001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 2214
28037ecf
SM
2215 * calendar/timeclock.el (timeclock-completing-read): New function.
2216 (timeclock-ask-for-project, timeclock-ask-for-reason):
2217 Call `timeclock-completing-read'.
978bd3ea
JW
2218
2219 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2220 required where `member' was being used.
2221
118562e1 22222001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 2223
28037ecf
SM
2224 * eshell/em-hist.el (eshell-previous-matching-input):
2225 Don't display "History item" if the the minibuffer is active.
978bd3ea 2226
30cb0001
GM
22272001-04-11 Gerd Moellmann <gerd@gnu.org>
2228
2229 * startup.el (command-line): Output a newline after printing
2230 an error from loading the window system's init file.
2231
e38af9bd
EZ
22322001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
2233
28037ecf
SM
2234 * textmodes/texinfo.el (texinfo-font-lock-keywords):
2235 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
2236 @inforef. Add an OVERRIDE of `keep' to highlight specs of
2237 keywords whose arguments routinely include @@.
2238
bbf63a7b
GM
22392001-04-10 Gerd Moellmann <gerd@gnu.org>
2240
28037ecf
SM
2241 * emacs-lisp/advice.el (ad-make-advised-definition):
2242 Construct advice for subrs differently.
afffeb57 2243
3fe35f35 2244 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 2245 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 2246
c8d6d636 2247 * simple.el (completion-list-mode-finish): New function.
28037ecf 2248 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 2249
2a52f40e 2250 * language/european.el ("Polish"): Change sample text.
28037ecf 2251 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 2252
cf8b1bef
GM
2253 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2254 parameter.
2255
bbf63a7b
GM
2256 * faces.el (menu): Doc fix.
2257
719d83ad 22582001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
2259
2260 * ps-print.el: Footer implementation. Doc fix.
2261 (ps-print-version): New version number (6.5.1).
2262 (ps-header-frame-alist): New customization var for header frame
2263 properties.
2264 (ps-line-number-color): New customization var for line number color.
2265 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2266 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2267 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2268 (ps-right-footer): New customization vars for footers.
2269 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2270 footers.
2271 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
2272 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2273 Code fix.
319acba0
GM
2274 (ps-prologue-file): Indentation fix.
2275 (ps-print-quote): Fun eliminated.
2276 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2277 (ps-output-frame-properties): New fun.
2278 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2279 (ps-skip-newline): Replace defun by defsubst.
28037ecf 2280
e372bc67 22812001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
2282
2283 * eshell/eshell.el (eshell-command): Needed a "%s" format
2284 specifier, in case the buffer contains percent characters.
2285
e372bc67 22862001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
2287
2288 * calendar/timeclock.el (timeclock-generate-report): Added a
2289 missing insert of the project name.
2290
9f9a5e7a
GM
22912001-04-09 Gerd Moellmann <gerd@gnu.org>
2292
9170e5d4 2293 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 2294
865e97c1 2295 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 2296 (finder-data): Use it instead of `setwins'.
865e97c1
GM
2297 From: Dave Love <fx@gnu.org>.
2298
cf3885ac 2299 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
2300 (server-visit-files): Run server-visit-hook after going to
2301 line 1 so that the hook can set point as it sees fit.
2302
9f9a5e7a
GM
2303 * bindings.el (mode-line-modified): Unify help messages.
2304
51f32106
EZ
23052001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
2306
2307 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2308 All callers changed.
2309
e02160a3
EZ
23102001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
2311
8e6bb0d0
EZ
2312 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2313 long file names aren't supported, truncate the file names in
2314 quail-misc-package-ext-info to 8+3 before matching them against
2315 FILENAME.
2316
2317 * dos-fns.el (dos-truncate-to-8+3): New function.
2318
ec321d77
EZ
2319 * progmodes/compile.el (grep-compute-defaults): Use null-device
2320 instead of literal /dev/null. Reported by Jens Schmidt
2321 <schmidt@mathematik.uni-kl.de>.
2322
e02160a3
EZ
2323 * simple.el (normal-erase-is-backspace-mode): Doc fix.
2324
cf3885ac
SM
23252001-04-06 Stefan Monnier <monnier@cs.yale.edu>
2326
2327 * textmodes/sgml-mode.el: Add unknown maintainer.
2328 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2329 (html-mode-map): Use set-keymap-parent.
2330
3ffb33bb
DL
23312001-04-06 Dave Love <fx@gnu.org>
2332
2333 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2334 Remove redundant string-to-list.
2335
8f625692
SM
23362001-04-05 Stefan Monnier <monnier@cs.yale.edu>
2337
2338 * composite.el (reference-point-alist): Doc fix.
2339
1087f198
SS
23402001-04-05 Sam Steingold <sds@gnu.org>
2341
8f625692
SM
2342 * font-lock.el (font-lock-keywords-case-fold-search):
2343 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
2344 file made font-lock case-insensitive.
2345
a55e4e68
GM
23462001-04-05 Gerd Moellmann <gerd@gnu.org>
2347
0e4892e2
GM
2348 * faces.el (defface menu): Doc fix.
2349
4d664b04
GM
2350 * wid-edit.el (widget-color-sample-face-get): Don't make
2351 faces for undefined colors.
2352
a55e4e68
GM
2353 * version.el (emacs-version): Include LessTif/Motif version info.
2354
f383cd0d
GM
23552001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2356
2357 * ps-mule.el: Eliminate cl package dependence.
2358 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2359 if they aren't defined yet.
2360 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2361 Eliminate cl package dependence.
2362
de28797f
SM
23632001-04-04 Stefan Monnier <monnier@cs.yale.edu>
2364
2365 * progmodes/cc-cmds.el (c-outline-level):
2366 Bind buffer-invisibility-spec. Originally from Dave Love, but
2367 got lost when incorporating version 5.26.
2368
32df8b47
EZ
23692001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
2370
de28797f
SM
2371 * emulation/pc-select.el (pc-selection-mode):
2372 Call normal-erase-is-backspace-mode instead of binding
2373 keys individually.
58e4f61d 2374
7f62656b
EZ
2375 * cus-load.el (normal-erase-is-backspace): Use it instead of
2376 delete-key-deletes-forward.
2377
2378 * startup.el (command-line): Use normal-erase-is-backspace and
2379 normal-erase-is-backspace-mode.
2380
2381 * simple.el (normal-erase-is-backspace): Rename from
2382 delete-key-deletes-forward. Doc fix.
2383 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
2384 delete-key-deletes-forward-mode. Doc fix.
2385 Run normal-erase-is-backspace-hook.
7f62656b 2386
32df8b47 2387 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
2388 ``human-readable'' format produced by GNU `ls'.
2389 (dired-move-to-filename-regexp): Recognize ISO format dates.
2390 From Paul Eggert <eggert@twinsun.com>.
32df8b47 2391
5efa6032
GM
23922001-04-04 Gerd Moellmann <gerd@gnu.org>
2393
2394 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2395 New functions.
de28797f
SM
2396 (lm-verify): Check keywords.
2397 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 2398
d757aac1
EL
23992001-04-03 Eric M. Ludlam <eric@siege-engine.com>
2400
2401 * speedbar.el (speedbar-insert-image-button-maybe): Check for
2402 `xemacs' feature instead of for the function `set-extent-property'.
2403
9832760a
SM
24042001-04-03 Stefan Monnier <monnier@cs.yale.edu>
2405
2406 * mail/mh-utils.el (mh-folder-hist): New var.
2407 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2408
d565f6aa
EZ
24092001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
2410
2411 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2412 region, position point on the first or last 16-byte group.
2413 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2414 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
2415 hexl-beginning-of-line.
2416
24c0fd39
GM
24172001-04-03 Gerd Moellmann <gerd@gnu.org>
2418
5efa6032
GM
2419 * icomplete.el (icomplete-mode): Treat an argument like other
2420 modes do.
2421
b3f6107b
GM
2422 * startup.el (fancy-splash-head): Use splash8.xpm for color
2423 depth 8.
2424
24d451c5
SM
2425 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2426 Add an antry for ``converts''.
476bf681 2427
24d451c5
SM
2428 * language/slovak.el ("Slovak"): Add documentation string.
2429 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 2430
450f6970
GM
2431 * language/czech.el ("Czech"): Add documentation string.
2432 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2433
24d451c5
SM
2434 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2435 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
2436
24372001-04-02 Stefan Monnier <monnier@cs.yale.edu>
2438
2439 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2440 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2441 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2442 Use `defsubst' rather than a macro to ease debugging.
2443 (mail-extr-last): Remove (use `last' instead).
2444 (mail-extract-address-components): Properly reset the syntax-table
2445 after parsing an address. Use `last' rather than mail-extr-last.
2446 Make sure the end marker stays at the very end.
24c0fd39 2447
2b908342
EZ
24482001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
2449
2450 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2451 last change.
2452
acfb077d
GM
24532001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2454
2455 * ps-print.el: Line and paragraph spacing feature. Region to cut
2456 out when printing. Doc fix.
2457 (ps-print-version): New version number (6.5).
24d451c5
SM
2458 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2459 New vars. Line and paragraph spacing feature.
acfb077d
GM
2460 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
2461 out when printing.
2462 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2463 (ps-get-font-size, ps-begin-job, ps-continue-line)
2464 (ps-plot-region): Code fix.
2465 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
2466 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2467 New internal vars.
acfb077d
GM
2468 (ps-get-size): New fun.
2469 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2470 (ps-next-line): Replace defun by defsubst.
2471 (ps-mule-plot-string): Autoload doc fix.
2472
2473 * ps-bdf.el: XEmacs compatibility. Doc fix.
2474 (installation-directory, coding-system-for-read): Declare vars if
2475 it's not declared yet.
2476 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2477
2478 * ps-mule.el: XEmacs compatibility. Doc fix.
2479 (leading-code-private-22): Declare var if it's not declared yet.
2480 (charset-bytes, charset-dimension, charset-id, charset-width)
2481 (find-charset-region, split-char, char-width, chars-in-region)
2482 (forward-point, decompose-composite-char, encode-coding-string)
2483 (coding-system-p, ccl-execute-on-string, define-ccl-program):
2484 Define funs if not defined yet.
2485 (encode-composition-rule, find-composition): Define funs if not
2486 loaded yet.
2487 (ps-mule-prologue): PostScript code fix.
2488
24892001-04-02 Kenichi Handa <handa@etl.go.jp>
2490
2491 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
2492 non-nil, generate font for the header strings.
2493 (ps-mule-prepare-font): Likewise.
2494 (ps-mule-generate-glyphs): Likewise.
2495 (ps-mule-string-encoding): Likewise.
2496 (ps-mule-header-charsets): New variable.
2497 (ps-mule-encode-header-string): New function.
2498 (ps-mule-header-string-charsets): New function.
2499 (ps-mule-begin-job): Check charsets in the header strings. If there
2500 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2501
2502 * ps-print.el (ps-generate-header-line): Encode the header string by
2503 ps-mule-encode-header-string.
2504 (ps-mule-encode-header-string): Declare autoload.
2505
c0eb3c10
GM
25062001-04-02 Gerd Moellmann <gerd@gnu.org>
2507
24d451c5
SM
2508 * frame.el (cursor-in-non-selected-windows):
2509 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 2510
a3d0b0e0
KH
25112001-03-31 Kenichi Handa <handa@etl.go.jp>
2512
2513 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2514 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 2515 (quail-misc-package-ext-info): New variable.
a3d0b0e0 2516 (tsang-quick-converter): New function.
24d451c5
SM
2517 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2518 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
2519 (miscdic-convert, batch-miscdic-convert): New functions.
2520
55f7832c
KH
25212001-03-30 Kenichi Handa <handa@etl.go.jp>
2522
a2217cd8
KH
2523 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2524 eight-bit-control chars.
2525
55f7832c 2526 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 2527 Reduce making temporary vector (suggested by Dave Love).
55f7832c 2528
911a2406
EZ
25292001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2530
2531 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2532 string as well.
2533
1a518f2c
AS
25342001-03-30 Andreas Schwab <schwab@suse.de>
2535
2536 * files.el (backup-directory-alist): Fix typo.
2537
ef080b16
EZ
25382001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2539
2540 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
2541 <eggert@twinsun.com>.
2542
e4174a55
DL
25432001-03-30 Dave Love <fx@gnu.org>
2544
2545 * progmodes/fortran.el (fortran-comment-region): Fix typo.
2546
9d5d1075
EZ
25472001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2548
2549 * simple.el (transient-mark-mode): Mention C-g in the doc string.
2550
a27b451e
MB
25512001-03-30 Miles Bader <miles@gnu.org>
2552
2553 * subr.el (interactive-form): Fix paren typo.
2554
aea51abe
EZ
25552001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
2556
2557 * emacs-lisp/profile.el: Say that it's obsolete in the header
2558 line, so that finder.el puts that into its data-base.
2559 Suggested by Alex Schroeder <alex@gnu.org>.
2560
249dd409
EZ
25612001-03-29 Paul Eggert <eggert@twinsun.com>
2562
2563 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2564 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
2565
1ac1fa96
SM
25662001-03-29 Stefan Monnier <monnier@cs.yale.edu>
2567
2568 * generic.el (generic-mode-set-comments): Use "" rather than nil
2569 for comment-end.
2570
e2b8a830
GM
25712001-03-29 Gerd Moellmann <gerd@gnu.org>
2572
1ac1fa96
SM
2573 * emacs-lisp/advice.el (ad-make-advised-definition):
2574 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
2575
2576 * subr.el (interactive-form): New function.
2577
8b2375e7
AS
25782001-03-29 Andre Spiegel <spiegel@gnu.org>
2579
2580 * vc-sccs.el (vc-sccs-register): Use relative file names.
2581
f827b862
GM
25822001-03-28 Gerd Moellmann <gerd@gnu.org>
2583
e59d0e9d
GM
2584 * bookmark.el (bookmark-get-bookmark): Handle case that
2585 BOOKMARK is not a string.
2586
deb2613a
GM
2587 * image.el (image-type-regexps): Change type for PS files
2588 to `postscript'.
2589
f827b862
GM
2590 * subr.el (read-passwd): Clear command history after each
2591 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
2592
3c9449d0
KH
25932001-03-27 Kenichi Handa <handa@etl.go.jp>
2594
2595 * international/kkc.el (kkc-save-init-file): Locally bind
2596 print-length to nil.
2597
e6b13c74
GM
25982001-03-26 Gerd Moellmann <gerd@gnu.org>
2599
e120bebf
GM
2600 * textmodes/flyspell.el: Some doc fixes.
2601 (flyspell-maybe-correct-transposition)
2602 (flyspell-maybe-correct-doubling): Use a temporary buffer
2603
2604 * textmodes/ispell.el (ispell-parse-output): Doc fix.
2605
5f6c5771 2606 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
2607 (byte-optimize-form-code-walker): Diagnose too few arguments
2608 for `if' and `while'.
2609
2b984c45
KH
26102001-03-26 Kenichi Handa <handa@etl.go.jp>
2611
2612 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2613 Prepend `\' to "\<quail-translation-docstring>".
2614
bf2150fa
GM
26152001-03-26 Gerd Moellmann <gerd@gnu.org>
2616
5f6c5771
SM
2617 * autorevert.el (global-auto-revert-non-file-buffers):
2618 Remove duplicate defcustom.
bf2150fa 2619
a0d59316
MB
26202001-03-26 Miles Bader <miles@gnu.org>
2621
5f6c5771
SM
2622 * international/latin1-disp.el (latin1-char-displayable-p):
2623 Add leading "-" for X font pattern.
a0d59316 2624
9edbff6c
KH
26252001-03-26 Kenichi Handa <handa@etl.go.jp>
2626
5f6c5771
SM
2627 * international/mule-diag.el (describe-coding-system):
2628 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
2629 charsets they can encode.
2630
50b57199
EZ
26312001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
2632
2633 * help.el (view-lossage): Mention open-dribble-file in the doc
2634 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2635
5b83f9c0
SM
26362001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2637
2638 * skeleton.el (skeleton-internal-list): Fix bogus logic.
2639 (skeleton-pair-insert-maybe): Don't pair after a backslash.
2640
e0ecbf5c
KH
26412001-03-23 Kenichi Handa <handa@etl.go.jp>
2642
5b83f9c0
SM
2643 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2644 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
2645 multibyte sequence can work correctly.
2646 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
2647 property of the coding system.
2648
1cc218de
SM
26492001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2650
2651 * textmodes/fill.el (fill-individual-paragraphs-prefix):
2652 Fix transcription typo.
2653
a3db02ad
RV
26542001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
2655
2656 * whitespace.el: Add buffer local variables to toggle testing of
2657 whitespaces in buffers without affecting the default values.
a3db02ad 2658 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
2659 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
2660 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
2661 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 2662
83c9cb8e
SM
26632001-03-21 Stefan Monnier <monnier@cs.yale.edu>
2664
2665 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
2666
180d5509
GM
26672001-03-21 Gerd Moellmann <gerd@gnu.org>
2668
eeb5b5c1
GM
2669 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
2670 bs-cycle-configuration-name. From Juanma Barranquero
2671 <lektu@uol.com.br>.
2672
170a9e70
GM
2673 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
2674 and cc-vars.el.
2675
180d5509
GM
2676 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
2677 headers. Always invoke sendmail with option -t.
2678
130c507e
GM
26792000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2680
2681 * Release of cc-mode 5.28.
2682
26832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2684
2685 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
2686 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 2687 It's instead taken care of by the default value for c-default-style.
130c507e 2688
130c507e
GM
26892000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2690
2691 * cc-align.el (c-lineup-math): Fix bug where lineup was
2692 triggered by equal signs in string literals.
2693
26942000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2695
2696 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
2697 limit detection when at the ends of the buffer.
2698
2699 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
2700 "for" statement clause in case 7F; a better one is done
2701 earlier in case 7D anyway.
2702
27032000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2704
2705 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
2706 somewhat more and did a small optimization.
2707
27082000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2709
2710 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
2711 Use the limit argument only to limit the syntactic context
2712 search, not to limit the actual movement.
2713
2714 * cc-cmds.el (c-beginning-of-statement): Move by sentence
2715 inside multiline strings, just like in comments. Also various
2716 fixes to the paragraph and comment prefix recognition, block
2717 comment ender handling etc.
2718
27192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2720
2721 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
2722 the relative position of the point.
2723
2724 * cc-cmds.el (c-electric-continued-statement): New function to
2725 use as abbrev hook to reindent for keywords such as "else"
2726 that continues an earlier statement.
2727
2728 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
2729 like classes.
2730
2731 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
2732 (pike-mode): Populate the default abbrev tables to reindent for
2733 keywords such as "else" that can continue earlier statements.
2734 Abbrev mode is therefore turned on by default now. (Note that
2735 this doesn't apply to idl-mode, since IDL afaik doesn't have
2736 statements at all.)
2737
27382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2739
2740 * cc-engine.el (c-inside-bracelist-p): Fix for handling
2741 bracelists where the declaration contains template arguments.
2742
27432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2744
83c9cb8e
SM
2745 * cc-cmds.el (c-comment-indent):
2746 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
2747 syntactic indentation. Fixes bug with lineup functions that
2748 return vectors.
2749
2750 * cc-engine.el (c-get-syntactic-indentation): Split the
2751 indentation sum calculation from `c-indent-line' to a separate
2752 function.
2753
27542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2755
2756 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
2757 Fixed places where it was assumed that preprocessor directives
2758 have to start in column zero.
2759
2760 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
2761 template arguments after a class identifier properly.
2762
2763 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
2764 lists for `new Foo[]' constructs in Java as expressions and
2765 not top level definition brace lists on the top level, so that
2766 they'll get indented consistently with the same type of
2767 expression in a normal block.
2768
27692000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2770
2771 * cc-cmds.el (c-fill-paragraph): The kludge that checks
2772 whether the adaptive filling package fails to keep the comment
2773 prefix is now kludged further to check for filladapt-mode
2774 which doesn't have that problem. This is really icky, but it's
2775 the only way that works with the current misfeatures/bugs in
2776 both adaptive-fill-mode and filladapt-mode.
2777
2778 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
2779 around point is recognized more robust.
2780
27812000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2782
2783 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
2784 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
2785 (c-lit-type): Fixed all internal variables used dynamically so
2786 that they are always bound.
2787
2788 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
2789 errors:
2790
2791 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
2792 the region is fully reindented even when an error occurs.
2793 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
2794 whole lot of code that tried to optimize indentation of whole
2795 sexps but in reality accomplishes nothing.
2796
2797 (c-indent-sexp): Use c-indent-region.
2798
2799 (c-parsing-error): Changed this variable to hold the message
2800 for any syntactic error that is discovered.
2801
2802 (c-parse-state): Search backward from point instead of the bod
2803 position when the latter is invalid. This makes CC Mode
2804 recover faster when there are unbalanced close braces.
2805
2806 (c-backward-to-start-of-if): Use c-parsing-error to report
2807 dangling "else" clauses instead of throwing an error, and fall
2808 back to a reasonable position.
2809
83c9cb8e 2810 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 2811
83c9cb8e 2812 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
2813
28142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2815
2816 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
2817 paragraph recognition when moving by sentence in literals.
2818
83c9cb8e
SM
2819 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
2820 start regexp for javadoc to recognize javadoc markup in general instead
2821 of a specific set of keywords, to be more future-safe.
130c507e
GM
2822
2823 (c-Pike-pikedoc-paragraph-start)
2824 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
2825 pikedoc markup.
2826
83c9cb8e 2827 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 2828
83c9cb8e 2829 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
2830
2831 * cc-vars.el (c-default-style): Made a nicer Customize widget.
2832
2833 (c-comment-prefix-regexp): Made it possible to use an
2834 association list on this to specify mode specific regexps.
2835 The default value now use a special regexp in Pike mode to
2836 recognize pikedoc markup.
2837
2838 (c-current-comment-prefix): New variable containing the actual
2839 regexp from c-comment-prefix-regexp for the current buffer.
2840
28412000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2842
2843 * cc-cmds.el (c-electric-brace): Fixed check for special brace
2844 lists: We can't look at the syntax, since a brace list can get
2845 recognized as a plain statement-cont.
2846
2847 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
2848 special brace list opener broken over two lines got recognized
2849 as a statement on the second line. Case 9A changed.
2850
28512000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2852
2853 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
2854 adjustment after line is reindented.
2855
28562000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2857
2858 * cc-defs.el (c-point): Added optional argument for position
2859 to use instead of the current point.
2860
2861 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
2862 the in-expression block symbols when the construct starts at
2863 boi, to avoid the extra level of indentation in that case.
2864 Cases 4, 16A and 17E affected.
2865
28662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2867
2868 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 2869 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
2870
2871 * cc-engine.el (c-indent-line): Use the syntax already bound
2872 to `c-syntactic-context', if there is any.
2873
28742000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2875
2876 * cc-engine.el (c-get-offset): Fixed bug where the indentation
2877 wasn't added up correctly when a lineup function returned nil.
2878
28792000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2880
2881 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 2882 empty lines were ignored when collecting line comments backwards.
130c507e
GM
2883
28842000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2885
2886 * cc-align.el (c-lineup-dont-change): Return an absolute
2887 indentation column to work correctly in the case when several
2888 syntactic elements are processed for the same line.
2889
2890 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
2891 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
2892 (c-set-offset): Added absolute indentation column settings by
2893 using the vector type.
2894
130c507e
GM
28952000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2896
2897 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
2898 Implemented two new cleanups `space-before-funcall' and
2899 `compact-empty-funcall'.
2900
130c507e
GM
29012000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2902
2903 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
2904 helping building regexps.
2905
2906 * cc-engine.el (c-on-identifier): New function for detecting
2907 identifiers. It takes keywords into account.
2908
2909 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
2910 lists. `c-keywords' is set to a regexp matching all keywords
2911 in the current language.
2912
29132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2914
2915 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
2916 list of characters to skip backwards over at the beginning of
2917 a statement, since it can precede string literals in Pike.
2918
29192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2920
2921 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
2922 recognition when standing on the last line in a C++ comment
2923 with nothing but whitespace after the prefix.
2924
2925 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
2926 given no limit argument.
2927
29282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2929
2930 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
2931 recognition for the `[]= operator symbol in Pike.
2932
29332000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2934
2935 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
2936 around a bug in `eval-when-compile' in the byte compiler.
2937
2938 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 2939 value when count is zero and there's no token start within the limit.
130c507e
GM
2940
2941 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
2942 "prefix comments", i.e. comments which are followed by code on
2943 the same line.
2944
2945 * cc-mode-19.el: Fixes so that checks that must be done at
2946 compile time also are done then.
2947
29482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2949
2950 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
2951 time and at runtime, and only when it's needed.
2952
29532000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2954
2955 Major cleanup for less error prone and more warning free
2956 compilation, including some fixes for bugs due to different
2957 compilation orders. Thanks to Martin Buchholz for providing
2958 the basis for all this.
2959
2960 * cc-bytecomp.el: New file that provides some byte compilation
2961 features: It ensures that files always are loaded from the
2962 current source directory during compilation, and it provides a
2963 set of macros to turn off specific compiler warnings for
2964 specific symbols. (It's not CC Mode specific in any way.)
2965
2966 Fixed a nearly acyclic dependency tree (both runtime and
2967 compile-time) between all files.
2968
2969 * cc-defs.el: Separated all macros before the inline functions,
2970 to ensure correct compilation.
2971
2972 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
2973 cc-defs.el to cc-engine.el and made it a function instead.
2974
2975 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
2976 about char-after.
2977
2978 * cc-vars.el: Cope even when there isn't a custom package
2979 containing defcustom available.
2980
2981 * cc-make.el: Removed since it's no longer necessary.
2982
2983 README: Updated installation instructions.
2984
29852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2986
2987 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
2988 improve the modularity: Moved all mode init stuff from
2989 cc-langs.el to cc-mode.el, including the keymap
2990 initialization; cc-langs now only contains the various
2991 variables for configuring the language syntax.
2992
83c9cb8e
SM
2993 * cc-engine.el, cc-styles.el (c-evaluate-offset)
2994 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 2995 dependency analysis suggests they belong there (which also
83c9cb8e 2996 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
2997
29982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2999
3000 * cc-cmds.el (c-fn-region-is-active-p): New function that
3001 wraps the corresponding macro, for use in places that aren't
3002 compiled. Thanks to Martin Buchholz for pointing out this.
3003
83c9cb8e 3004 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
3005
3006 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3007 add things to the bug report.
3008
30092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3010
3011 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3012 returned prefix could contain a newline when the search for a
3013 good prefix line failed.
3014
30152000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3016
3017 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3018 (c-toggle-auto-hungry-state): Made the argument optional, as
3019 the documentation says it is.
3020
30212000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3022
3023 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3024 multiline string syntax, #"...", as a cpp macro.
3025
7008ccac
GM
30262001-03-21 Paul Eggert <eggert@twinsun.com>
3027
83c9cb8e
SM
3028 * international/mule-cmds.el (set-locale-environment):
3029 Set system-messages-locale and system-time-locale, but only if the
7008ccac 3030 caller specifies a non-nil locale name.
3c9449d0 3031
c2478129 30322001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
3033
3034 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 3035 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 3036
117e4b0c
GM
30372001-03-20 Gerd Moellmann <gerd@gnu.org>
3038
7194219d
GM
3039 * follow.el (follow-avoid-tail-recenter): Doc fix.
3040
5721ae13
GM
3041 * custom.el (custom-set-variables): Avoid reversing the list
3042 of args needlessly.
3043
7b8bbf72
GM
3044 * startup.el (fancy-splash-head): Don't change the colors of the
3045 XPM image on a dark background.
3046
a91ad7c9
GM
3047 * comint.el (comint-exec-1): Set columns of the terminal to
3048 window-width instead of frame-width.
3049
fa88947e
GM
3050 * info.el (Info-scroll-down): Add missing WINDOW arg for
3051 pos-visible-in-window-p.
3052
1741905c
GM
3053 * ehelp.el (electric-help-mode-hook): Add defcustom.
3054
117e4b0c
GM
3055 * mail/sendmail.el (mail-mode): Activate case-folding in
3056 font-lock-defaults.
3057
e84c695d
SM
30582001-03-19 Stefan Monnier <monnier@cs.yale.edu>
3059
3060 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3061 (completion-ignored-extensions): Remove duplicate ".class".
3062
fc774041
AS
30632001-03-19 Andreas Schwab <schwab@suse.de>
3064
83c9cb8e
SM
3065 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3066 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 3067
c2c097cc
GM
30682001-03-19 Gerd Moellmann <gerd@gnu.org>
3069
3070 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3071 methods since there are not prefix input methods.
3072
fbe2e958
KH
30732001-03-19 Kenichi Handa <handa@etl.go.jp>
3074
83c9cb8e
SM
3075 * international/mule-cmds.el (read-input-method-name):
3076 Locally bind enable-recursive-minibuffers to t.
fbe2e958 3077
da47e491
SM
30782001-03-18 Stefan Monnier <monnier@cs.yale.edu>
3079
3080 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3081
4986c2c6 30822001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 3083
4986c2c6
MK
3084 * ediff-util.el: Copyright years.
3085 (ediff-choose-syntax-table): New function.
3086 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 3087
4986c2c6
MK
3088 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3089 with-syntax-table.
83c9cb8e 3090
4986c2c6 3091 * ediff.el: Date of last update, copyright years.
83c9cb8e 3092
4986c2c6 3093 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 3094
4986c2c6
MK
3095 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3096 of Scott Bronson.
3097 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3098 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3099 Deleted functions.
3100 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3101 ex-token-list.
83c9cb8e 3102
4986c2c6 3103 * viper-util.el: Spaces, indentation.
83c9cb8e 3104
4986c2c6 3105 * viper.el: Changed version, modification time.
83c9cb8e 3106
3c799aec 31072001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
3108
3109 * calendar/timeclock.el (timeclock-workday-remaining):
3110 Check whether `discrep' is non-null before using it.
3c799aec 3111
ae3ce418
JW
31122001-03-16 John Wiegley <johnw@gnu.org>
3113
3114 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3115 first-time checkins.
3116 (timeclock-log-data): Fixed problem with reading timelog log file.
3117 Resulting data in the "day list" was incorrect.
3118 (timeclock-find-discrep): Check if `timeclock-file' is readable
3119 before opening it.
3120 (timeclock-time-less-p): New function.
3121 (timeclock-day-base): New function.
3122 (timeclock-geometric-mean): New function.
3123 (timeclock-generate-report): Generate a summary report based on
3124 the contents of the log file. This uses `timeclock-log-data', and
3125 is an example of writing a timelog manipulation function.
3126 (timeclock-visit-timelog): A quick command for opening the timelog
3127 file.
3128 (timeclock-log-data): Bound the variable event.
3129
c8d4a9bb
KH
31302001-03-16 Kenichi Handa <handa@etl.go.jp>
3131
83c9cb8e
SM
3132 * international/mule-cmds.el (select-safe-coding-system):
3133 Fix typo: symbol-name -> symbol-value.
11d56c64 3134
c8d4a9bb
KH
3135 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3136 before substitute-in-file-name to handle double slashes in FILE
3137 correctly.
3138
c899e7e6
GM
31392001-03-15 Gerd Moellmann <gerd@gnu.org>
3140
3141 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3142 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3143
819dce0f
GM
31442001-03-14 Gerd Moellmann <gerd@gnu.org>
3145
697617d9
GM
3146 * bindings.el (features): Add `md5' and `overlay' to the list.
3147
819dce0f
GM
3148 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3149 bound before using it. It's not bound when configured without X,
3150 for instance.
3151
e0067a9d
TTN
31522001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
3153
3154 * progmodes/hideshow.el: Update copyright.
3155 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 3156 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 3157
afcdc0a1
GM
31582001-03-13 Gerd Moellmann <gerd@gnu.org>
3159
e0067a9d 3160 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
3161 a non-list.
3162
30564c48
EZ
31632001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
3164
3165 * startup.el (fancy-splash-tail, command-line-1): Fix the
3166 copyright year.
3167
2b8e24b3
KH
31682001-03-13 Kenichi Handa <handa@etl.go.jp>
3169
3170 * term.el: These changes are based on a patch sent from Yong Lu
3171 <lyongu@yahoo.com>.
3172 (term-set-escape-char): Bind M-x to execute-extended-command in
3173 term-raw-escape-map.
3174 (term-move-columns): Don't try to move to negagive column.
3175 (term-emulate-terminal): Insert a string before deleting a text to
3176 overwrite.
3177
789b6186
GM
31782001-03-12 Gerd Moellmann <gerd@gnu.org>
3179
b0778a31
GM
3180 * play/life.el (life): Rearrange code so that all calls to
3181 life-display-generation are in a catch-form.
3182
04528cda
GM
3183 * progmodes/etags.el (tags-loop-continue): Don't change point in a
3184 file that isn't interesting. In an interesting file, push the old
3185 value of point on the mark ring.
3186
760cefb5
GM
3187 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3188 New function.
3189 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3190 Use it.
3191
83c9cb8e
SM
3192 * emacs-lisp/autoload.el (generate-file-autoloads):
3193 Remove warning about line lengths.
789b6186 3194
a2ffbafe
FP
31952001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3196
3197 * progmodes/etags.el (tags-compression-info-list): New variable.
3198 (find-tag-in-order): Use it to deal with compressed source files.
3199 (tag-file-name-match-p): New function.
3200 (etags-recognize-tags-table): Use it for better match of file names.
3201
5c9d9d92
KH
32022001-03-12 Kenichi Handa <handa@etl.go.jp>
3203
ba3e9b9b
KH
3204 * international/mule-cmds.el (register-input-method): Doc fix.
3205
5c9d9d92
KH
3206 * international/quail.el (quail-translate-key): Fix condition to
3207 check if there's another breaking point in the current key.
3208
40beecee
EZ
32092001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
3210
3211 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3212 Babyl header to the newly-created output file, bind
3213 coding-system-for-write to either rmail-file-coding-system or
3214 emacs-mule-unix.
3215
75c6cb7f
SM
32162001-03-11 Stefan Monnier <monnier@cs.yale.edu>
3217
3218 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3219 Fix the name and regexp used for subsubsections.
3220
5ec17636
DL
32212001-03-10 Dave Love <fx@gnu.org>
3222
3223 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3224 and save-buffer if buffer-file-name non-nil. From rms.
3225
6d2e2c02
AS
32262001-03-10 Andre Spiegel <spiegel@gnu.org>
3227
3228 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 3229 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
3230 to reflect that.
3231 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 3232 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
3233 variable bindings that might affect the diff command.
3234 (vc-print-log): Don't switch to the *vc* buffer before the
3235 command, so that local variable bindings are preserved.
3236
789b6186 3237 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
3238 not the current buffer.
3239 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3240
789b6186 3241 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 3242 make output go to buffer *vc*, not the current buffer.
a2ffbafe 3243
b18f5523
SM
32442001-03-09 Stefan Monnier <monnier@cs.yale.edu>
3245
3246 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3247 so ^, $, *, ? and + are interpreted correctly.
3248
3cfd8357
GM
32492001-03-09 Gerd Moellmann <gerd@gnu.org>
3250
c085b77c 3251 * help.el (string-key-binding): Renamed from
f9db8f19
SM
3252 mode-line-key-binding. Handle any event on a string.
3253 Check for `keymap' properties as well as `local-map' properties.
c085b77c 3254
3cfd8357
GM
3255 * comint.el (comint-insert-clicked-input): Use the last key
3256 from this-command-keys to lookup the global key definition.
3257
348f797a
KH
32582001-03-09 Kenichi Handa <handa@etl.go.jp>
3259
3ebf3717
KH
3260 * international/characters.el: Add category `j' for
3261 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
3262
348f797a
KH
3263 * international/mule-conf.el (no-conversion): Fix docstring.
3264 (raw-text): Fix docstring.
3265
e1fbabaf
GM
32662001-03-08 Gerd Moellmann <gerd@gnu.org>
3267
96e8e603
GM
3268 * simple.el (choose-completion-string): When not leaving the
3269 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3270 is set.
3271
e1fbabaf
GM
3272 * window.el (shrink-window-if-larger-than-buffer): Handle frame
3273 parameter `(minibuffer . t)'.
3274
f9db8f19
SM
32752001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3276
3277 * progmodes/sh-script.el (sh-st-symbol): New symbol.
3278 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3279 (sh-mode): Remove `make-local-variable' for unused var
3280 `font-lock-unfontify-region-function'.
3281
02756877
RS
32822001-03-07 Richard M. Stallman <rms@gnu.org>
3283
132bf46d
RS
3284 * info.el (Info-scroll-down): Fix previous change.
3285
02756877
RS
3286 * mail/rmail.el (rmail-toggle-header): Use a window which
3287 is showing the Rmail buffer, rather than the selected window.
3288
eeb24429
DL
32892001-03-07 Dave Love <fx@gnu.org>
3290
3291 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3292 now, to avoid problems with binding imenu directly to a mouse event.
3293
3bdf2660
GM
32942001-03-07 Gerd Moellmann <gerd@gnu.org>
3295
3296 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3297 second arg t.
3298
32992001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
3300
3301 * log-edit.el (log-edit-common-indent): New var.
3302 (log-edit-set-common-indentation): Renamed from
3303 log-edit-delete-common-indentation. Use the new var.
3304 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3305
3306 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3307 (cvs-mode-add-change-log-entry-other-window):
3308 Don't presume change-log-default-name is defined.
3309
3310 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3311
3312 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3313 the "tree" operation as well.
3314
3315 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3316
3317 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3318 to match paragraph-start.
3319
3320 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3321 comment-start-skip and set comment-end-skip as well.
3322 (sgml-comment-indent): Fix for new value of comment-start-skip.
3323 (html-autoview-mode): Don't bother using make-local-hook.
3324
2ad02767
GM
33252001-03-07 Gerd Moellmann <gerd@gnu.org>
3326
189638d5 3327 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 3328 variables, otherwise long Custom entries would make them ineffective.
189638d5 3329
2ad02767
GM
3330 * uniquify.el: Set maintainer to FSF.
3331
656f8cae
EZ
33322001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
3333
3334 * dired-aux.el (dired-do-shell-command): Doc fix.
3335
c83965c4
SM
33362001-03-06 Stefan Monnier <monnier@cs.yale.edu>
3337
04af43bc
SM
3338 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3339
3340 * which-func.el (which-func-modes): Add cperl-mode.
3341 (which-func-mode-global): Use define-minor-mode.
3342
3343 * info-look.el: Docstring fixes and dead code eliminated.
3344 (cperl-mode): Add support.
3345 (emacs-lisp-mode): List all entries from elisp manual, whether
3346 or not they are currently (f)bound or not. Update regexp.
3347
3348 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3349
c83965c4
SM
3350 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3351 so that C-h m shows the correct information.
3352 Use make-local-variable rather than make-variable-buffer-local.
3353 (cperl-info-buffer, cperl-setup-tmp-buf):
3354 Use make-local-variable rather than make-variable-buffer-local.
3355 (cperl-msb-fix, cperl-get-help-defer):
3356 Check major-mode for `cperl-mode' as well.
3357
3358 * progmodes/cperl-mode.el: Updated to author version 4.23.
3359 (cperl-electric-pod): SYNOPSIS was misspelled.
3360 (cperl-find-pods-heres): @if ? a : b was considered a REx.
3361 (cperl-after-expr-p): Make true after __END__.
3362
f16a7aa5
GM
33632001-03-06 Gerd Moellmann <gerd@gnu.org>
3364
157ae273 3365 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 3366 bookmark-completion-ignore-case is t.
157ae273 3367
f16a7aa5
GM
3368 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3369 switch, like xterm, and concat resource strings, with a newline
3370 between them.
3371
abaddb98
EZ
33722001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
3373
a2ffbafe 3374 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
3375 (cp773-decode-table, cp774-decode-table): New variables.
3376
abaddb98
EZ
3377 * man.el (Man-hyphenated-reference-regexp): New variable.
3378 (Man-build-references-alist): Use it to search for referenced
3379 manpages. If hyphenated is non-nil, record a concatenated word in
3380 Man-refpages-alist only if it matches Man-reference-regexp.
3381 Update word's length when it is concatenated. Reverse the list,
3382 to get the first manpage at the head.
3383 (Man-possibly-hyphenated-word): New function.
3384 (Man-follow-manual-reference): Use it instead of current-word to
3385 find a manpage at point, in a way that accounts for hyphenated
3386 references.
3387
eb3f61dd
GM
33882001-03-06 Alex Schroeder <alex@gnu.org>
3389
3390 * sql.el (sql-interbase): New function.
3391 (sql-interbase-program): New option.
3392 (sql-interbase-options): New option.
3393 And some typos fixed: "customise" to "customize".
3394
fa84f42a
DL
33952001-03-06 Dave Love <fx@gnu.org>
3396
83c9cb8e
SM
3397 * textmodes/flyspell.el (flyspell-region):
3398 Set up flyspell-local-mouse-map.
fa84f42a 3399
fda3411d
RS
34002001-03-05 Richard M. Stallman <rms@gnu.org>
3401
a2ffbafe 3402 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
3403 Don't call rmail-beginning-of-message.
3404 Don't discard From: field. Do discard Received: field.
3405 Use unwind-protect to re-prune.
3406 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 3407
e972ab1f
KH
34082001-03-06 Kenichi Handa <handa@etl.go.jp>
3409
3410 * international/quail.el (quail-title): Add autoload cookie.
3411
335db3c1
DL
34122001-03-05 Dave Love <fx@gnu.org>
3413
3414 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3415 new defs.
3416
278dd6ac
KH
34172001-03-05 Kenichi Handa <handa@etl.go.jp>
3418
83c9cb8e
SM
3419 * language/ethio-util.el (ethio-toggle-space):
3420 Update current-input-method-title if necessary.
36d5e61d
KH
3421 (ethio-toggle-punctuation): Likewise.
3422
341cd4f0
KH
3423 * international/quail.el (quail-title): Fix for the case that a
3424 title of an input method is specified by a list of the same form
3425 as used in mode-line-format.
3426
83c9cb8e
SM
3427 * international/mule-cmds.el (activate-input-method):
3428 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
3429 respect that value.
3430
10ebaeb6
GM
34312001-03-05 Gerd Moellmann <gerd@gnu.org>
3432
3433 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3434
7a65c85c
GM
34352001-03-05 Alex Schroeder <alex@gnu.org>
3436
3437 * sql.el (sql-sybase): Fix typo (was: query user about server two
3438 times instead of server and database).
3439
3440 * sql.el (sql-sybase): Doc change.
3441 (sql-mysql): Doc change.
3442 (sql-postgres): Doc change.
3443
b86644f2
KH
34442001-03-05 Kenichi Handa <handa@etl.go.jp>
3445
83c9cb8e
SM
3446 * international/mule-conf.el (emacs-mule, raw-text):
3447 Docstring modified.
b86644f2 3448
e30bd7b7
EZ
34492001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
3450
3451 * term/internal.el: Update copyright notice.
3452
3453 * term/pc-win.el: Update copyright notice.
3454
7e365285
DL
34552001-03-02 Dave Love <fx@gnu.org>
3456
83c9cb8e
SM
3457 * files.el (insert-file-contents-literally):
3458 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3459 not jka-compr-compression-info-list.
7e365285 3460
75ed43a6
SM
34612001-03-02 Stefan Monnier <monnier@cs.yale.edu>
3462
3463 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3464 spaces in default comment-start-skip settings rather than \s-.
3465
53c4b1e6
EZ
34662001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
3467
3468 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3469 default-frame-alist as well.
3470
028d739a
DL
34712001-03-01 Dave Love <fx@gnu.org>
3472
3473 * textmodes/reftex.el (defvar): Wrap some defvars in
3474 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
3475
3476 * subr.el (event-basic-type): Doc fix.
3477
3478 * international/quail.el: Doc fixes.
3479
3480 * international/utf-8.el: Doc fixes.
3481
3482 * international/mule-cmds.el: Doc fixes.
3483 (leim-list-header): Fix header text.
3484
3485 * international/mule.el (coding-system-category): Doc fix.
3486
3487 * international/ccl.el (ccl-compile): Doc fix.
3488
15d1caef
SM
34892001-03-01 Stefan Monnier <monnier@cs.yale.edu>
3490
3491 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3492 rather than (before|after)-change-functions.
3493
f84ff02c
GM
34942001-03-01 Gerd Moellmann <gerd@gnu.org>
3495
3496 * ediff-util.el (ediff-scroll-horizontally): Arrange for
3497 scroll-left and scroll-right being called interactively so that
3498 they set the window's min_hscroll.
3499
e0c1e774
EZ
35002001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
3501
3502 * info.el (info-insert-file-contents-1): Accept an additional
3503 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
3504 `suffix'; otherwise use the complicated MS-DOS code.
3505 All callers changed.
e0c1e774
EZ
3506 (info-insert-file-contents, Info-find-node): If the MS-DOS port
3507 can access long file names, try the long file-name version of
3508 `info-insert-file-contents-1', then the short file-name version.
3509
b8b2ea31 35102001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 3511
af122766
KH
3512 * language/ethio-util.el (setup-ethiopic-environment-internal):
3513 Change bindings of functions keys to conform to "Emacs Lisp Coding
3514 Convention".
3515
3516 * language/ethiopic.el ("Ethiopic"): Add documentation.
3517
b8b2ea31
KH
35182001-02-28 Kenichi Handa <handa@etl.go.jp>
3519
1d64e2ad
KH
3520 * international/utf-8.el (mule-utf-8): Set coding-category
3521 property to coding-category-utf-8.
3522
91cb6e51
RS
35232001-02-27 Richard M. Stallman <rms@gnu.org>
3524
3525 * lpr.el (lpr-page-header-switches, print-region-1):
3526 Undo 2000-07-06 change.
7298f3f7
RS
3527 (lpr-add-switches): Default to t on gnu/linux.
3528
c0cb1027
GM
35292001-02-27 Gerd Moellmann <gerd@gnu.org>
3530
3531 * bs.el (bs-attributes-list): Doc fix.
3532
01459648
GM
35332001-02-26 Gerd Moellmann <gerd@gnu.org>
3534
baebd8a5 3535 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 3536
01459648
GM
3537 * help.el (view-order-manuals): Use goto-address.
3538
3539 * startup.el (command-line-1): Add info about ordering manuals
3540 to the not so fancy splash screens.
3541
f93e614e
AS
35422001-02-26 Andre Spiegel <spiegel@gnu.org>
3543
01459648
GM
3544 * vc.el (vc-default-workfile-unchanged-p)
3545 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 3546
12435002
GM
35472001-02-26 Gerd Moellmann <gerd@gnu.org>
3548
a2ffbafe 3549 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
3550 fontify in the right buffer.
3551
12435002
GM
3552 * allout.el (outline-flag-region): Move macro in front of first
3553 use to avoid a run-time error.
3554
425de386
AI
35552001-02-24 Andrew Innes <andrewi@gnu.org>
3556
3557 * makefile.w32-in: Fix copyright notice.
3558
66c56ed1
KH
35592001-02-24 Kenichi Handa <handa@etl.go.jp>
3560
4c1593ce
KH
3561 * international/utf-8.el (mule-utf-8): Set correct value for
3562 valid-codes property.
3563
66c56ed1
KH
3564 * international/fontset.el (x-complement-fontset-spec): In the
3565 case that we use ASCII font for the other charsets, use only
15d1caef 3566 family and registry part of it.
66c56ed1 3567
119171dd
EZ
35682001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3569
3570 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3571 (shrink-window-if-larger-than-buffer): Doc fix.
3572
932c309e
SM
35732001-02-23 Stefan Monnier <monnier@cs.yale.edu>
3574
3575 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3576 predicate passed to completing-read.
3577
9b760e36
EZ
35782001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3579
3580 * startup.el (command-line): Fix last change.
3581
5c39a60f
JR
35822001-02-23 Jason Rumney <jasonr@gnu.org>
3583
3584 * startup.el (tool-bar-originally-present): New variable.
3585 (command-line): Set it if the tool-bar is switched on at startup.
3586
3587 * frame.el (frame-notice-user-settings): Only adjust frame height
3588 for no tool-bar case if tool-bar was originally switched on.
796ead7e 3589 From E. Jay Berkenbilt.
5c39a60f 3590
cb91b2c7
SM
35912001-02-22 Stefan Monnier <monnier@cs.yale.edu>
3592
39b557e8
SM
3593 * server.el (server-switch-buffer): Only switch window if the
3594 current one is dedicated.
3595
cb91b2c7
SM
3596 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
3597 rather than using (match-beginning 0) when searching for break point.
3598
9238a8df
EZ
35992001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
3600
3601 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
3602 @ follows an accent command such as @'. Support optional braces
3603 in commands that insert accents, like makeinfo does.
3604
3473f362
GM
36052001-02-22 Gerd Moellmann <gerd@gnu.org>
3606
3607 * startup.el (fancy-splash-text): Add a line for ordering
3608 manuals. Reverse order of splash screens shown.
3609 (use-fancy-splash-screens-p): Adapt to the text line added.
3610
3611 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
3612 manuals from the FSF.
3613
3614 * help.el (view-order-manuals): New function.
3615 (toplevel): Bind C-h C-m to this function.
3616
76a4de07
SM
36172001-02-21 Stefan Monnier <monnier@cs.yale.edu>
3618
3619 * newcomment.el (comment-forward): Skip the comment-start before
3620 searching for the comment-end.
3621
75b71d85
DL
36222001-02-21 Dave Love <fx@gnu.org>
3623
2f4c9a87
DL
3624 * custom.el (custom-initialize-changed, defcustom): Doc fix.
3625
75b71d85
DL
3626 * international/mule-cmds.el, international/mule.el: Doc fixes.
3627
ffc9ff0c
GM
36282001-02-21 Gerd Moellmann <gerd@gnu.org>
3629
3630 * startup.el (fancy-splash-screens): Use display-hourglass
3631 instead of display-busy-cursor.
3632
3633 * frame.el (display-hourglass): Renamed from busy-cursor.
3634 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
3635 (show-cursor-in-non-selected-windows): Doc fix.
3636
f34eb373
DL
36372001-02-20 Dave Love <fx@gnu.org>
3638
3639 * international/utf-8.el: Doc and commentary fixes.
3640
f55e4a7e
EZ
36412001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
3642
3643 * ehelp.el (with-electric-help): Doc fix.
3644
fa97adf6
GM
36452001-02-20 Gerd Moellmann <gerd@gnu.org>
3646
3647 * msb.el (msb-mode): Call the update-buffers function explicitly
3648 with a FORCE argument.
3649
3650 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
3651 FORCE. If set, update the menu even if frame-or-buffer-changed-p
3652 returns nil.
3653
54ed3bd2
GM
36542001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3655
3656 * ps-print.el: Timestamp package replacement. Some enhancements.
3657 Some XEmacs compatibility. Doc fix.
3658 (ps-print-version): New version number (6.4).
3659 (ps-printer-name): Initialization fix.
3660 (ps-zebra-stripe-follow): Funcionality enhancement.
3661 (ps-prologue-file): Code enhancement.
3662 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
3663 (ps-setup, ps-face-bold-p, ps-face-italic-p)
3664 (ps-get-page-dimensions)
54ed3bd2
GM
3665 (ps-generate-header, ps-begin-file, ps-begin-job)
3666 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
3667 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
3668 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
3669 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 3670
e8ebf97d
MB
36712001-02-20 Miles Bader <miles@gnu.org>
3672
3673 * image-file.el (image-file-name-extensions): Add "tif".
3674
136b27c5
GM
36752001-02-19 Gerd Moellmann <gerd@gnu.org>
3676
3677 * wid-edit.el (widget-button-click): Save the selected window
3678 around the code handling clicks on buttons.
3679
6ebbcf59
DL
36802001-02-18 Dave Love <fx@gnu.org>
3681
3682 * imenu.el (imenu--generic-function): Use mapc to iterate over
3683 syntax characters.
3684
595ded73
RS
36852001-02-17 Richard M. Stallman <rms@gnu.org>
3686
b9fe3dc8
RS
3687 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
3688
595ded73
RS
3689 * uniquify.el (uniquify-buffer-name-style): Doc fix.
3690
f3f053f3
GM
36912001-02-16 Gerd Moellmann <gerd@gnu.org>
3692
3693 * mouse.el (mouse-save-then-kill): If the distance from the new
3694 point to the mark is equal to the distance of point from the new
3695 point, move point instead of the mark.
3696
11570a8f
DL
36972001-02-16 Dave Love <fx@gnu.org>
3698
3699 * textmodes/flyspell.el (flyspell-get-word): Return string without
3700 properties.
3701
fb339cd5
EZ
37022001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3703
3704 * generic.el (generic-find-file-regexp): Doc fix.
3705 (generic-ignore-files-regexp): New defcustom.
3706 (generic-mode-find-file-hook): If the file's name matches the
3707 regexp in `generic-ignore-files-regexp', don't enter
3708 default-generic-mode. Doc fix.
3709
c56b1c1b
GM
37102001-02-16 Gerd Moellmann <gerd@gnu.org>
3711
a2ffbafe 3712 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
3713 Add autoload cookies.
3714
a2ffbafe 3715 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
3716 of cal-tex-24.
3717
0d140e65
EZ
37182001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3719
81558867
EZ
3720 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
3721
0d140e65
EZ
3722 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
3723 the character class after the (optional) drive, to support file
3724 names with embedded blanks.
3725
713f7b15
SS
37262001-02-15 Sam Steingold <sds@gnu.org>
3727
3728 * textmodes/tex-mode.el (tex-shell-running):
3729 Check the process buffer too.
3730
9a2a6f73
DL
37312001-02-15 Dave Love <fx@gnu.org>
3732
3733 * battery.el (battery-status-function): Fix doc, :type.
3734
15d1caef 3735 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 3736
fe10cef0
GM
37372001-02-15 Gerd Moellmann <gerd@gnu.org>
3738
3739 * subr.el (read-passwd): Clear Lisp memory holding password.
3740
126f5d4d
MB
37412001-02-15 Miles Bader <miles@gnu.org>
3742
3743 * info.el (Info-copy-current-node-name): New function.
3744 (Info-mode-menu): Add it to the menu.
3745
92e98d63
RS
37462001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
3747
3748 * international/mule-cmds.el (toggle-input-method): Doc fix.
3749
dd4e0e55
SM
37502001-02-13 Stefan Monnier <monnier@cs.yale.edu>
3751
3752 * replace.el (occur): Stop at end of buffer.
3753
402dbbd1
EZ
37542001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
3755
3756 * international/mule-cmds.el (set-input-method): Another doc fix.
3757
e9fcba3d
GM
37582001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
3759
3760 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
3761
78ad1cd5
MB
37622001-02-13 Miles Bader <miles@gnu.org>
3763
713f7b15 3764 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
3765 (set-face-stipple): Treat a value of nil as being `unspecified'.
3766
fce9d9dc
DL
37672001-02-12 Dave Love <d.love@dl.ac.uk>
3768
3769 * international/latin1-disp.el: Doc fixes.
3770 (latin1-display) <defgroup>: Add :link.
3771 (latin1-display) <function>: Set variable latin1-display.
3772
bc406911
EZ
37732001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
3774
3775 * international/mule-cmds.el (set-input-method): Doc fix.
3776
68514d48
EL
37772001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
3778
3779 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
3780 (speedbar-line-file): Return nil if not a file.
3781 (speedbar-buffers-line-path): Return file for tags, and dir for files.
3782
513bea45 37832001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 3784
513bea45
MK
3785 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
3786 for remote files.
bc406911 3787 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 3788 with raw-text.
713f7b15 3789
513bea45 3790 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 3791
83c9cb8e
SM
3792 * ediff-util.el (ediff-compute-custom-diffs-maybe):
3793 Better handling of the diff mode.
713f7b15 3794
513bea45 3795 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 3796
bc406911 3797 * viper.texi: Fix typos.
713f7b15 3798
521d4010
DL
37992001-02-11 Dave Love <fx@gnu.org>
3800
36fd8e17
DL
3801 * shadowfile.el: Doc fixes.
3802 (shadow) <defgroup>: Add :link.
3803 (shadowfile-unload-hook): New function.
3804 (shadow-initialize): Use defalias, not fset.
3805 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 3806 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 3807
521d4010
DL
3808 * international/mule.el: Doc and message fixes.
3809
36fd8e17
DL
3810 * international/ccl.el (define-ccl-program): Doc fix.
3811
92395bbe
KH
38122001-02-11 Kenichi Handa <handa@etl.go.jp>
3813
3814 * faces.el (mode-line): Set :line-width property to -1.
3815
103db06c
RS
38162001-02-10 Richard M. Stallman <rms@gnu.org>
3817
08b78974
RS
3818 * complete.el (partial-completion-mode): Doc fix.
3819
103db06c
RS
3820 * simple.el (delete-key-deletes-forward-mode):
3821 Change `let' to `let*' to fix gross bug in last change.
3822
3823 * repeat.el (repeat): Don't let execute-kbd-macro alter
3824 real-last-command.
3825
a6a1ee53
EZ
38262001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
3827
3828 * simple.el (eval-expression): Doc fix.
3829
d2f288c6
DL
38302001-02-09 Dave Love <fx@gnu.org>
3831
038f4ae3
DL
3832 * imenu.el (imenu-generic-expression): Doc fix.
3833
83c9cb8e
SM
3834 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
3835 From Juanma Barranquero.
038f4ae3 3836
15d1caef 3837 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 3838
9804b846
KH
38392001-02-09 Kenichi Handa <handa@etl.go.jp>
3840
3841 * faces.el (set-face-attribute): Describe the case of a negative
3842 value specified for :line-width.
3843
532f5197
SM
38442001-02-08 Stefan Monnier <monnier@cs.yale.edu>
3845
3846 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 3847 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 3848
1d279666
DL
38492001-02-08 Dave Love <fx@gnu.org>
3850
4681ca3a
DL
3851 * wid-edit.el (widget-plist-convert-widget): Replace binding of
3852 widget-plist-value-type.
3853 (widget-alist-convert-widget): Replace binding of
3854 widget-alist-value-type.
3855
1d279666
DL
3856 * textmodes/paragraphs.el (sentence-end): Doc fix.
3857
83c9cb8e
SM
3858 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
3859 Remove `backward-line'.
1d279666 3860
532f5197
SM
3861 * play/pong.el (pong-blank-color, pong-bat-color)
3862 (pong-ball-color, pong-border-color, pong-left-key)
3863 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
3864 (pong-pause-key, pong-resume-key, pong-timer-delay):
3865 * mail/mh-comp.el (mh-compose-letter-function):
3866 * eshell/esh-mode.el (eshell-skip-prompt-function):
3867 * emulation/viper-ex.el (ex-unix-type-shell-options):
3868 * recentf.el (recentf-menu-filter):
3869 * ps-print.el (ps-print-region-function):
3870 * lpr.el (print-region-function):
3871 * forms.el (forms-mode-hooks):
3872 * dirtrack.el (dirtrack-directory-change-hook):
3873 * cus-start.el (temp-buffer-show-function, display-buffer-function):
3874 * textmodes/spell.el (spell-filter):
3875 * textmodes/fill.el (adaptive-fill-function):
3876 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
3877 * progmodes/etags.el (find-tag-default-function):
3878 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
3879 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3880
6f676109
EZ
38812001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
3882
751d3bc4
EZ
3883 * emulation/viper-init.el (viper-fast-keyseq-timeout)
3884 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
3885 Meyering <jim@meyering.net>.
3886
6f676109
EZ
3887 * loadup.el: Revert last change.
3888
d3c26cdf
KH
38892001-02-07 Kenichi Handa <handa@etl.go.jp>
3890
83c9cb8e
SM
3891 * international/mule.el (transform-make-coding-system-args):
3892 Make it work also for coding systems not using CCL.
d3c26cdf 3893
44806980
EZ
38942001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3895
9889af08
EZ
3896 * simple.el (previous-matching-history-element)
3897 (next-matching-history-element): Doc fix.
3898
44806980
EZ
3899 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
3900 specific part.
3901
1e36ff68
DL
39022001-02-06 Dave Love <fx@gnu.org>
3903
713f7b15 3904 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
3905 (add-log-buffer-file-name-function, add-log-file-name-function):
3906 Fix :type.
3907 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
3908
c7ca58df
EZ
39092001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3910
fecd556a
EZ
3911 * info.el (info-initialize): Remove the test for system-type when
3912 invocation-directory is non-nil.
3913
c7ca58df
EZ
3914 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
3915 of `font-lock-defaults' to `backward-paragraph' rather than nil.
3916
587b5737
AI
39172001-02-06 Andrew Innes <andrewi@gnu.org>
3918
3919 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
3920 absolute.
3921
baf7eee4
GM
39222001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
3923
3924 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
3925 buffers. When hi-lock turned on rather than only checking current
3926 buffer for regexps, all buffers are checked. Moved activation of
3927 font-lock to hi-lock-refontify. When font-lock turned off rather
3928 than removing added highlighting just in current buffer, remove it
3929 in all buffers. Changed edit menu text from "Automatic
3930 Highlighting" to "Regexp Highlighting" Documentation for
3931 highlighting phrases, minor documentation changes.
3932 (hi-lock-set-file-patterns): Execute only if there are new or
3933 existing file patterns.
3934 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
3935 unfontify and, if a support mode is active, will not refontify the
3936 whole buffer. If necessary, turn on font lock. (Removed
3937 font-lock-unfontify and font-lock support-mode-specific calls,
3938 such as lazy-lock-fontify-window.)
3939 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
3940 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 3941 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
3942 (hi-lock-face-phrase-buffer): New function. Also added related
3943 menu item and keybinding.
3944 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
3945 (hi-lock-process-phrase): New function.
3946 (hi-lock-line-face-buffer): Doc fixes.
3947 (hi-lock-face-buffer): Doc fixes.
3948 (hi-lock-unface-buffer): Doc fixes.
713f7b15 3949
36710aa6
GM
39502001-02-06 Gerd Moellmann <gerd@gnu.org>
3951
3952 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
3953 dabbrev-ignored-regexps.
3954
d3f22784
EZ
39552001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3956
3957 * simple.el (kill-line): Doc fix.
3958
5cb3c8d4
DL
39592001-02-05 Dave Love <fx@gnu.org>
3960
3961 * loadup.el: Revert last two changes -- bootstrapping works with
3962 regenerated loaddefs.
3963
e6297e7d
EZ
39642001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
3965
1e14b095
EZ
3966 * isearch.el (isearch-forward): Doc fix.
3967
e6297e7d
EZ
3968 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
3969 of font-lock-defaults to backward-paragraph.
3970
e16f52ce
GM
39712001-02-05 Gerd Moellmann <gerd@gnu.org>
3972
3973 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
3974 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
3975
01d19dd7
GM
39762001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3977
3978 * ebnf2ps.el: Eliminate time-stamp functions.
3979 (ebnf-version): New version (3.5).
3980 (ebnf-eps-finish-and-write): Replace time-stamp functions by
3981 format-time-string.
3982
24886813
GM
39832001-02-05 Gerd Moellmann <gerd@gnu.org>
3984
3985 * simple.el (next-line): Goto end-of-line before inserting a newline.
3986
65e70fc4
MB
39872001-02-05 Miles Bader <miles@gnu.org>
3988
3989 * image-file.el (insert-image-file): When visiting an image, also
3990 set `truncate-lines' to t so that any fringe arrow looks correct.
3991
482f06c9
KH
39922001-02-05 Kenichi Handa <handa@etl.go.jp>
3993
3994 * isearch.el (isearch-forward): Add description about input method
3995 in the docsting.
3996
02399da7
SM
39972001-02-04 Stefan Monnier <monnier@cs.yale.edu>
3998
3999 * skeleton.el (skeleton-internal-1): Always push the mark for @.
4000
2c366083
EZ
40012001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
4002
4003 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 4004 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 4005
bdadfce3
GM
40062001-02-02 Gerd Moellmann <gerd@gnu.org>
4007
79fb38c0
GM
4008 * wid-edit.el (widget-button-click): Fix last change.
4009
bdadfce3
GM
4010 * frame.el (frame-notice-user-settings): When resizing the initial
4011 frame because the tool bar is off, also change the frame's top
4012 position if a negative top position was specified.
4013
33155ffb
MB
40142001-02-02 Miles Bader <miles@gnu.org>
4015
4016 * image-file.el (insert-image-file): When visiting an image,
4017 suppress the cursor in the image buffer.
4018
1355ba0c
DL
40192001-02-01 Dave Love <fx@gnu.org>
4020
4021 * progmodes/f90.el (f90-mode): Remove startup message.
4022
fb758d2d 4023 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 4024
01acdb05
GM
40252001-02-01 Gerd Moellmann <gerd@gnu.org>
4026
4027 * startup.el (command-line): Fix code determining whether or not
4028 to use delete-key-deletes-forward-mode.
4029
5b1ee316
AS
40302001-02-01 Andre Spiegel <spiegel@gnu.org>
4031
4032 * vc.el (vc-diff-switches): New user option.
4033 (vc-version-diff): Use it.
4034 (vc-diff-switches-list): New macro.
4035
83c9cb8e
SM
4036 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4037 New customization options.
5b1ee316
AS
4038 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4039
4040 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4041
00b1e7a1
GM
40422001-02-01 Gerd Moellmann <gerd@gnu.org>
4043
4044 * msb.el (toplevel): Quote hook symbols.
4045
85827036
KH
40462001-02-01 Kenichi Handa <handa@etl.go.jp>
4047
8e028499 4048 * international/mule.el (make-coding-system): Add description
3c948dde 4049 about recognized properties in the docstring.
8e028499 4050
85827036
KH
4051 * international/mule-conf.el: Remove unused charsets
4052 mac-roman-lower and mac-roman-upper.
4053
7ccf7ab9
GM
40542001-01-31 Gerd Moellmann <gerd@gnu.org>
4055
2441692d
GM
4056 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4057 is in front of the left-margin, if any.
4058
ee5cece0
GM
4059 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4060 like `delete'.
4061
83c9cb8e 4062 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 4063
7ccf7ab9
GM
4064 * term/w32-win.el (mouse-set-font): Doc fix.
4065
b4f30ec5 40662001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 4067
b4f30ec5
GM
4068 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4069 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4070 on already.
4071
03e0fe6e
GM
40722001-01-31 Markus Rost <rost@math.ohio-state.edu>
4073
4074 * files.el (save-buffer): Don't give message if (buffer-file-name)
4075 returns nil.
713f7b15 4076
8f289acc
EZ
40772001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
4078
cb4aae04
EZ
4079 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4080
dbd98b19
EZ
4081 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4082 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
4083
8f289acc
EZ
4084 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4085 display problems.
4086
c12553c1
KH
40872001-01-31 Kenichi Handa <handa@etl.go.jp>
4088
c7bf5db9
KH
4089 * international/mule.el (charset-info): Fix docstring.
4090
4091 * international/mule-diag.el (describe-character-set): Check final
4092 char valid before printing it.
c12553c1 4093
14f16b9c
GM
40942001-01-30 Gerd Moellmann <gerd@gnu.org>
4095
efaa080b
GM
4096 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4097
eef93f99
GM
4098 * frame.el (frame-notice-user-settings): Do the tool-bar
4099 stuff only for graphical displays. Fix a braino.
713f7b15 4100
14f16b9c
GM
4101 * frame.el (frame-initialize): Create initial frame visible.
4102 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 4103 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
4104
4105 * startup.el (command-line): Remove manipulation of frame
4106 height for tool bars.
4107
4ad25e43
EZ
41082001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4109
4110 * lpr.el: Compatibility with XEmacs and doc fixes.
4111 (lpr-windows-system, lpr-lp-system): New vars.
4112 (lpr-printer-switch): New defcustom.
4113 (printer-name, lpr-command): Customization fix.
4114 (print-region-1): Code fix.
4115 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
4116 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4117 New functions.
4ad25e43 4118
e8f044a0
GM
41192001-01-29 Gerd Moellmann <gerd@gnu.org>
4120
4121 * msb.el (toplevel): Fix the eval-after-load.
4122
850d5045
GM
41232001-01-29 Dave Love <fx@gnu.org>
4124
762fe76e
DL
4125 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4126
4127 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4128
83c9cb8e 4129 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
4130 (tcl-using-emacs-19-23): Consider Emacs 21+.
4131 (tcl-help-directory-list, tcl-command-switches): Fix :type.
4132 (tcl-add-emacs-menu): Supply menu name.
4133 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4134
3a768251
GM
41352001-01-29 Gerd Moellmann <gerd@gnu.org>
4136
4137 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4138
274d02f7
SM
41392001-01-29 Stefan Monnier <monnier@cs.yale.edu>
4140
4141 * pcvs.el (cvs-mark-fis-dead): New function.
4142 (cvs-mode-add): Use it.
4143 (cvs-mode-add-change-log-entry-other-window):
4144 Rebind change-log-default-name to itself rather than to nil.
4145
ed5d446e
SS
41462001-01-29 Sam Steingold <sds@gnu.org>
4147
efaa080b 4148 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
4149 `autoload' statements.
4150
e2a80284
EZ
41512001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
4152
8e1db7b3
EZ
4153 * files.el (confirm-kill-emacs): Doc fix.
4154
ff2a1c79
EZ
4155 * frame.el (frame-initialize): Doc fix.
4156
e7b0deaf
EZ
4157 * time-stamp.el (time-stamp-string): Doc fix.
4158
83c9cb8e
SM
4159 * woman.el (WoMan-log-1): Make the log buffer writable.
4160 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 4161
005913e4
GM
41622001-01-29 Gerd Moellmann <gerd@gnu.org>
4163
4164 * imenu.el (imenu-syntax-alist): Add autoload cookie for
4165 the `make-variable-buffer-local'.
4166
58622cc5
GM
41672001-01-29 Dave Love <fx@gnu.org>
4168
4169 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
4170 (ansi-color-for-comint-mode-on, ansi-color-process-output):
4171 Add autoload cookie.
58622cc5
GM
4172 (ansi-color-apply-sequence): Fix typo.
4173
0404d031
GM
41742001-01-29 Gerd Moellmann <gerd@gnu.org>
4175
ed5d446e 4176 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
4177 Postscript printing in black and white.
4178
0404d031
GM
4179 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4180 X-Mailman-Version, Precedence, List-Help, List-Post,
4181 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4182 Content-Type, Content-Length.
4183
3b6ed359
DL
41842001-01-29 Dave Love <fx@gnu.org>
4185
ddd16e7a
DL
4186 * elide-head.el (elide-head): Make overlay evaporate.
4187
83c9cb8e 4188 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 4189
8005142f
EZ
41902001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
4191
4192 * isearch.el (isearch-highlight): Don't punt if the display
4193 doesn't support colors, since isearch faces are defined for
4194 monochrome displays as well.
4195
84728570
SS
41962001-01-27 Sam Steingold <sds@gnu.org>
4197
4198 * shell.el (shell-write-history-on-exit): Make sure that we are in
4199 the shell buffer (M-x tex-file RET inserted the error message into
4200 the TeX buffer).
4201
e26f9ced
EZ
42022001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4203
4204 * simple.el (transient-mark-mode): Doc fix.
4205
dc0274bd
GM
42062001-01-27 Gerd Moellmann <gerd@gnu.org>
4207
83c9cb8e 4208 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 4209
c1acacc4
EZ
42102001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4211
f5058b96
EZ
4212 * shell.el (shell-unquote-argument): If the shell is one of the
4213 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4214 quote character.
4215 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 4216 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 4217
c1acacc4 4218 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 4219 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 4220
103db06c 42212001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 4222
84728570 4223 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
4224 Treat a one-capital-letter abbrev as "not all upper case",
4225 so as to force preservation of the expansion's pattern
4226 if the expansion starts with a capital letter.
4227
cfa70244
EZ
42282001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4229
cfee9de7
EZ
4230 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4231 Doc fix.
4232
cfa70244
EZ
4233 * simple.el (transient-mark-mode): Document the fact that many
4234 commands act on the region when mark is active.
4235
17d90d6b
KH
42362001-01-27 Kenichi Handa <handa@etl.go.jp>
4237
4238 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 4239 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
4240 (quail-show-guidance-buf): Make the multibyteness of current
4241 buffer inherited to Quail guidance buffer.
4242 (quail-help): Make the multibyteness of current buffer inherited
4243 to Quail help buffer.
4244
61076b20
DL
42452001-01-26 Dave Love <fx@gnu.org>
4246
c47e2c68
DL
4247 * time-stamp.el: Doc fixes.
4248
84728570 4249 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
4250 (delphi-keyword-face, delphi-other-face): Fix :type.
4251
940f14b4
DL
4252 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
4253
4254 * mail/feedmail.el (feedmail): Add :link.
4255 (feedmail-send-it): Doc fix.
4256
4257 * mail/sendmail.el: Doc fixes.
4258 (sendmail-send-it): Fix the non-ASCII regexp and use
4259 rfc2047-encode-string.
4260
61076b20
DL
4261 * dired.el, dired-aux.el: Revert last change.
4262
6c317bd2
GM
42632001-01-26 Gerd Moellmann <gerd@gnu.org>
4264
4265 * makefile.w32-in (DONTCOMPILE): Add various term files.
4266
42672001-01-26 Dave Love <fx@gnu.org>
4268
4269 * Makefile.in (DONTCOMPILE): Add various term files.
4270
1c636b5f
GM
42712001-01-26 Gerd Moellmann <gerd@gnu.org>
4272
af900b23
GM
4273 * man.el (Man-default-man-entry, Man-mode): Doc fix.
4274
15fa6db0 4275 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 4276 the echo area is resized to fit the size of the startup message.
15fa6db0 4277
1c636b5f
GM
4278 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4279 part of which is a constant.
4280
9b1adbd5
EZ
42812001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
4282
83c9cb8e 4283 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 4284
103db06c 42852001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
4286
4287 * simple.el (next-line): Don't let `newline' expand abbrevs.
4288 Simplify slightly.
4289 (open-line): Don't let `newline' expand abbrevs.
4290
219227ea
JW
42912001-01-25 John Wiegley <johnw@gnu.org>
4292
4293 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4294 to `repeat' in the :type field.
4295
4296 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4297 allow a choice of regexp or nil.
d2906bf8 4298 (pcomplete-dir-ignore): Same.
219227ea
JW
4299
4300 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4301 a command) to always fail.
4302
ceba0dac
GM
43032001-01-25 Gerd Moellmann <gerd@gnu.org>
4304
4305 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4306 discard the result.
4307 (iswitchb-to-end): Likewise.
4308
9b0630e5
SS
43092001-01-25 Sam Steingold <sds@gnu.org>
4310
4311 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 4312 Require vc.
9b0630e5 4313
a2ed9670
SM
43142001-01-25 Stefan Monnier <monnier@cs.yale.edu>
4315
f0c1adab
SM
4316 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4317
a2ed9670
SM
4318 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4319
34ac3367
DL
43202001-01-25 Dave Love <fx@gnu.org>
4321
61076b20
DL
4322 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4323 (describe-coding-system): Tweak the English text.
4324
34ac3367
DL
4325 * loadup.el: Preload international/ccl for utf-8.
4326
4685e6b7
EZ
43272001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
4328
4329 * mail/rmail.el (rmail-redecode-body): Doc fix.
4330
0fdb4475
KH
43312001-01-25 Kenichi Handa <handa@etl.go.jp>
4332
83c9cb8e
SM
4333 * international/mule-cmds.el (reset-language-environment):
4334 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 4335
83c9cb8e
SM
4336 * international/mule-conf.el (coding-category-utf-8):
4337 Initialize to mule-utf-8.
0fdb4475 4338
9b0630e5 4339 * loadup.el: Preload international/utf-8.
0fdb4475
KH
4340
4341 * international/utf-8.el: New file.
4342
245ed2b1
SM
43432001-01-24 Stefan Monnier <monnier@cs.yale.edu>
4344
4345 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4346
e95b0c08
SS
43472001-01-24 Sam Steingold <sds@gnu.org>
4348
4349 * dired.el (dired-replace-in-string): Removed.
4350 (dired-sort-toggle): Use `replace-regexps-in-string'
4351 instead of `dired-replace-in-string'.
9b0630e5 4352
ceba0dac
GM
4353 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4354 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 4355
e95b0c08
SS
4356 * gs.el (gs-replace-in-string): Removed.
4357 (gs-options): Use `replace-regexps-in-string'
4358 instead of `gs-replace-in-string'.
4359
c3902c3e
EZ
43602001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
4361
4362 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4363 bug report is mailed to an email list and posted to a news group.
4364
b66b6aeb
GM
43652001-01-24 Gerd Moellmann <gerd@gnu.org>
4366
83c9cb8e
SM
4367 * comint.el (comint-replace-by-expanded-history-before-point):
4368 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 4369
b66b6aeb
GM
4370 * startup.el (tool-bar-images-pixel-height): New variable.
4371 (command-line): After loading the user's init file, when
4372 tool-bar-mode is on, increase the frame's size by some lines for
4373 the tool-bar.
4374
4375 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 4376
ff890e66
SZ
43772001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
4378
4379 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4380 (chinese-big5): MIME:Big5.
4381
04363179
GM
43822001-01-24 Gerd Moellmann <gerd@gnu.org>
4383
e95b0c08 4384 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
4385 Handle commands with prefix args.
4386
d56aaa64
GM
43872001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4388
4389 * calendar/diary-lib.el (diary-float): Fix case of MONTH
4390 being a list of numbers.
4391 (diary-mail-entries): Rewritten.
4392
99858627
DL
43932001-01-23 Dave Love <fx@gnu.org>
4394
7aeb1fa9
DL
4395 * international/mule.el (make-coding-system): Fix typo.
4396
83c9cb8e
SM
4397 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4398 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 4399
5a43decf
EZ
44002001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
4401
4402 * font-lock.el (font-lock-mode): Doc fix.
4403
b0e98867
KH
44042001-01-23 Kenichi Handa <handa@etl.go.jp>
4405
4406 * international/mule.el (make-translation-table): Fix docstring.
4407
9c8acefd
EZ
44082001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
4409
fd4976b8
EZ
4410 * mail/rmail.el (rmail-redecode-body): New function.
4411
9c8acefd
EZ
4412 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4413
871e0439
GM
44142001-01-22 Gerd Moellmann <gerd@gnu.org>
4415
21c2bbe0
GM
4416 * isearch.el (isearch-lazy-highlight-case-fold-search)
4417 (isearch-lazy-highlight-regexp): New variables.
4418 (isearch-lazy-highlight-cleanup): Update lazy highlight if
4419 case-fold search or regexp search has been toggled.
4420
5710730c
GM
4421 * wid-edit.el (widget-button-click): Avoid a save-excursion
4422 around running a global binding.
4423
871e0439
GM
4424 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4425 to 0.25.
4426
d0554957
MB
44272001-01-20 Miles Bader <miles@gnu.org>
4428
4429 * cus-edit.el (custom-face-save): Do post-processing on the face's
4430 new value like `custom-face-set' does.
4431
1519f618
EZ
44322001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4433
ccd87890
EZ
4434 * mail/emacsbug.el (report-emacs-bug): Report the value of
4435 LC_CTYPE, not LC_TYPE.
4436
1519f618
EZ
4437 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4438 isearch-toggle-regexp and isearch-edit-string to doc string.
4439
9724173b
GM
44402001-01-19 Gerd Moellmann <gerd@gnu.org>
4441
48bb9196
GM
4442 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4443 as font-lock-beginning-of-syntax-function in font-lock-defaults.
4444
e95b0c08 4445 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
4446 font-lock-beginning-of-syntax-function to nil.
4447
dc81f8a2
EZ
44482001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4449
4450 * mail/emacsbug.el (report-emacs-bug): Report values of
4451 locale-coding-system, default-enable-multibyte-characters, and the
4452 environment variables LC_ALL, LC_TYPE, and LANG.
4453
99327974
GM
44542001-01-19 Gerd Moellmann <gerd@gnu.org>
4455
83c9cb8e 4456 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 4457
2be6ecc6
GM
4458 * font-lock.el (font-lock-multiline): Default to nil.
4459 (font-lock-default-fontify-region): If font-lock-multiline is
4460 nil, don't check the property `font-lock-multiline'.
4461
99327974
GM
4462 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4463 is nil, don't check the `font-lock-multiline' text property.
4464
2550055a
MK
44652001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
4466
0a949811 4467 * viper.el: Call initial-major-mode on startup.
e95b0c08 4468
0a949811 4469 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 4470
8501998a 4471 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 4472
2550055a 44732001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 4474
0a949811 4475 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 4476 diff mode, if available.
e95b0c08 4477
0a949811 44782001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 4479
8501998a 4480 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 4481
2550055a
MK
4482 * ediff-init.el (subst-char-in-string): Define and use it, unless
4483 it's already defined.
e95b0c08 4484
8962e303
GM
44852001-01-18 Gerd Moellmann <gerd@gnu.org>
4486
4487 * tooltip.el (tooltip-hide-delay): New user-option.
4488 (tooltip-show): Use tooltip-hide-delay instead of the default.
4489
6b453381
KH
44902001-01-18 Kenichi Handa <handa@etl.go.jp>
4491
4492 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4493 kill-local-variable doesn't work for enable-multibyte-characters.
4494
9eaf396b
DL
44952001-01-17 Dave Love <fx@gnu.org>
4496
cebd37ce
DL
4497 * ediff-init.el (ediff-before-setup-hook)
4498 (ediff-merge-filename-prefix): Add :version.
4499
9eaf396b
DL
4500 * international/latin1-disp.el: Require disp-table.
4501 (latin1-display): Fix :set.
4502
4503 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4504
f864120f
GM
45052001-01-17 Gerd Moellmann <gerd@gnu.org>
4506
4507 * isearch.el (isearch-lazy-highlight-initial-delay)
4508 (isearch-lazy-highlight-interval): Default to 0.
4509
45102001-01-17 Bob Glickstein <bobg@zanshin.com>
4511
4512 * isearch.el (isearch-highlight): Set isearch-overlay priority to
4513 1 here rather than each time through
4514 isearch-lazy-highlight-new-loop.
4515 (isearch-lazy-highlight-max): Variable deleted.
4516 (isearch-lazy-highlight-max-at-a-time): New user variable, like
4517 isearch-lazy-highlight-max but controls a single invocation of
4518 isearch-lazy-highlight-update.
4519 (isearch-lazy-highlight-wrapped): Variable recreated.
4520 (isearch-lazy-highlight-window-start): New variable.
4521 (isearch-lazy-highlight-cleanup): Restored to behavior of
4522 before 2-Jan.
4523 (isearch-lazy-highlight-remove-overlays): Function deleted;
4524 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
4525 behavior removed.
4526 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4527 isearch-lazy-highlight-update in a loop rather than just once.
4528 Test isearch-invalid-regexp here and decide not to start a new
4529 loop, rather than testing it each time through
4530 isearch-lazy-highlight-update.
4531 (isearch-lazy-highlight-search): Function restored.
4532 (isearch-lazy-highlight-update): Get called in a timer loop again,
4533 but this time highlight more than one match each time through.
83c9cb8e
SM
4534 Only highlight matches in the visible part of the window.
4535 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
4536 the edge of the window. Use sit-for to force redisplay and ensure
4537 window-start is credible. "Face suppressing" behavior removed;
4538 overlay priorities should make it unnecessary, right?
4539 (isearch-highlight): Face suppressing behavior removed.
4540 (isearch-dehighlight): Face suppressing behavior removed.
4541 (isearch-set-lazy-highlight-faces-at): Removed.
4542
076ec540
KH
45432001-01-17 Kenichi Handa <handa@etl.go.jp>
4544
4545 * language/european.el ("Latin-1"): Make the format of description
4546 about additional language environments same as that of Latin-2.
4547
92328ec5
DL
45482001-01-16 Dave Love <fx@gnu.org>
4549
39f2174e
DL
4550 * isearch.el (isearch-lazy-highlight): Add :version.
4551
92328ec5
DL
4552 * simple.el (backward-delete-char-untabify-method)
4553 (next-line-add-newlines): Add :version.
4554
f251459d
GM
45552001-01-16 Gerd Moellmann <gerd@gnu.org>
4556
9d4850e5
GM
4557 * bindings.el: Bind <backspace> and <delete> via function-key-map.
4558 Don't bind <delete> otherwise.
4559
4560 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4561 and <delete> via function-key-map.
4562
f251459d
GM
4563 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4564 Subject line only if point is after the `Subject:'.
4565
771ffcf7
KH
45662001-01-16 Kenichi Handa <handa@etl.go.jp>
4567
bda6b481
KH
4568 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4569 japanese-jisx0213-2 in `charset' property of this lang. env.
4570
35793af7
KH
4571 * language/european.el ("Latin-1"): Add description for Dutch and
4572 Spanish lang. env.
4573
771ffcf7
KH
4574 * international/mule.el (decode-char): Fix conditions.
4575 (encode-char): Handle eight-bit-control too.
1c8102ff 4576 (transform-make-coding-system-args): New function.
50c29104
KH
4577 (make-coding-system): Accept XEmacs style arguments for CCL base
4578 coding system.
771ffcf7 4579
e1cf67b6
GM
45802001-01-15 Gerd Moellmann <gerd@gnu.org>
4581
4582 * progmodes/etags.el (find-tag-noselect): Save the value of
4583 tags-file-name before switching buffers, for the case it has a
4584 buffer-local value.
4585
b3287acf
GM
45862001-01-15 Alex Schroeder <alex@gnu.org>
4587
9eaf396b
DL
4588 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4589 From Dave Love <fx@gnu.org>.
b3287acf
GM
4590 (ansi-color-for-comint-mode): Fix :version.
4591
45922001-01-15 Alex Schroeder <alex@gnu.org>
4593
4594 * ansi-color.el (ansi-color-unfontify-region): Doc change.
4595
8d7ff9c8
EZ
45962001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
4597
4598 * dired.el (dired-insert-directory): If file-system-info fails,
4599 remove the " free " part, but don't signal an error.
4600
dbe99ae9
SS
46012001-01-12 Sam Steingold <sds@gnu.org>
4602
4603 * bookmark.el (bookmark-maybe-historicize-string):
4604 Use new backquote syntax.
4605
103db06c 46062001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
4607
4608 * subr.el (last): Handle a list that doesn't end in nil.
4609
ca2ddd8e
SS
46102001-01-12 Sam Steingold <sds@gnu.org>
4611
4612 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
4613 to `backward-delete-char-untabify'.
4614
1751c874
DL
46152001-01-12 Dave Love <fx@gnu.org>
4616
4617 * cus-edit.el (customize-menu-create): Fix the :filter following
4618 easymenu change.
4619
4620 * wid-edit.el (function): Add :match-alternatives.
4621 (widget-color-action): Doc fix.
4622
3cccce8d
GM
46232001-01-12 Gerd Moellmann <gerd@gnu.org>
4624
4625 * calendar/calendar.el (calendar-basic-setup): Doc fix.
4626
18bfd6b5
KH
46272001-01-12 Kenichi Handa <handa@etl.go.jp>
4628
83c9cb8e 4629 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 4630
18bfd6b5
KH
4631 * international/ccl.el (define-ccl-program): Fix docstring.
4632
562e00da
DL
46332001-01-11 Dave Love <fx@gnu.org>
4634
14fd0da3
DL
4635 * international/mule-cmds.el (standard-display-european-internal):
4636 Set display table for 2208 as for 160.
4637
4638 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
4639
562e00da
DL
4640 * progmodes/fortran.el (fortran-mode-map): Modify Customization
4641 entry for custom-menu-create change.
4642 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
4643 don't cons it in the search loop.
4644
4645 * imenu.el (imenu--truncate-items): Revert last change.
4646
6e961dcd
EZ
46472001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4648
4649 * info.el (Info-setup-header-line): If the node header includes
4650 either Next: or Prev: links, don't show the File: and Node: parts
4651 in the header line.
4652
2c2ff7f2
GM
46532001-01-11 Gerd Moellmann <gerd@gnu.org>
4654
a7ee2d2e
GM
4655 * comint.el (comint-goto-process-mark): Don't print a message
4656 when running in batch mode.
4657
c5348233
GM
4658 * isearch.el (isearch-search): In the condition-case handler for
4659 `error', set isearch-invalid-regexp to the whole error message.
4660
422717d1
GM
4661 * subr.el (eval-after-load): Call load-symbol-file-load-history to
4662 ensure that eval-after-load works for files dumped with Emacs.
4663
4664 * help.el (load-symbol-file-load-history): New function extracted
4665 from function symbol-file.
4666 (symbol-file): Use it.
4667
83c9cb8e 4668 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 4669
926861fb
EZ
46702001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4671
4672 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
4673 behave as if there were no prefix argument.
4674 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
4675 argument were nil.
4676
afa1f52c
RS
46772001-01-11 Richard M. Stallman <rms@gnu.org>
4678
ca2ddd8e 4679 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
4680 Don't look for more potential matches once maximum is exceeded.
4681 Use overlays-in to check correctly for overlap with current match.
4682 Ignore empty matches.
4683
47a9f362
MB
46842001-01-11 Miles Bader <miles@gnu.org>
4685
4686 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
4687 (ispell-overlay-window, ispell-help, ispell-show-choices)
4688 (ispell-command-loop): Use it instead of `window-height'.
4689
d196f58d
GM
46902001-01-10 Gerd Moellmann <gerd@gnu.org>
4691
cf523f0e
GM
4692 * files.el (confirm-kill-emacs): New user-option.
4693 (save-buffers-kill-emacs): Ask for final confirmation before
4694 killing Emacs.
4695
d196f58d
GM
4696 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
4697 to nil.
4698
7c6c3d8e
GM
46992001-01-10 Dave Love <fx@gnu.org>
4700
1f8be15d
DL
4701 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
4702
83c9cb8e 4703 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
4704
4705 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
4706
4707 * calculator.el (calculator-number-digits): Fix :type.
4708
0d5184de
DL
4709 * vc-cvs.el (vc-cvs-header): Fix :type.
4710 * vc-rcs.el (vc-rcs-header): Fix :type.
4711 * vc-sccs.el (vc-sccs-header): Fix :type.
4712
4713 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4714
7c6c3d8e
GM
4715 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4716
8c9f73a2
GM
4717 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
4718
457b792c
GM
47192001-01-10 Gerd Moellmann <gerd@gnu.org>
4720
4721 * simple.el (set-variable): Force a thorough redisplay for the
4722 case that the variable has an effect on the display, like
4723 `tab-width' has.
4724
d2622d08
AS
47252001-01-10 Andre Spiegel <spiegel@gnu.org>
4726
4727 * vc.el: Add documentation for backend interface.
4728
ae4b5f4f
KH
47292001-01-10 Kenichi Handa <handa@etl.go.jp>
4730
e0844717
KH
4731 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
4732
ae4b5f4f
KH
4733 * international/mule-conf.el (latin-extra-code-table): Set to t
4734 for \223 and \224.
4735
3184082b
KH
47362001-01-09 Kenichi Handa <handa@etl.go.jp>
4737
4738 * international/mule-cmds.el (locale-language-names): Map "es" to
4739 "Spanish" and "nl" to "Dutch".
4740
732b9cdd
GM
47412001-01-09 Gerd Moellmann <gerd@gnu.org>
4742
1dfca644
GM
4743 * bindings.el (global-map): Bind <home> to beginning-of-line,
4744 <end> to end-of-line, C-<home> to beginning-of-buffer, and
4745 C-<end> to end-of-buffer.
4746
732b9cdd
GM
4747 * language/european.el: Add Dutch and Spanish language info
4748 to be able to use the appropriate tutorials.
4749
47502001-01-09 Alex Schroeder <alex@gnu.org>
4751
4752 * ansi-color.el (ansi-color-process-output): Use markers instead
4753 of positions for start and end of region.
4754 (ansi-color-apply-on-region): Rewrote code to make it more robust.
4755 Previously, occasional mistakes happend when fontifying many
4756 chunks of output (eg. ls --color=yes /dev). This happened
4757 whenever an overlay was created up to the end of the region, which
4758 coincided with the process-mark. New text would then be added
4759 within that overlay instead of after it.
4760 (ansi-color-make-extent): Overlays are created with the property
4761 `modification-hooks' set to '(ansi-color-freeze-overlay).
4762 (ansi-color-freeze-overlay): New function. When inserting text at
4763 the end of the overlay, the overlay will resize.
4764
47652000-01-09 Alex Schroeder <alex@gnu.org>
4766
4767 * ansi-color.el (ansi-color-process-output): Doc change.
4768 (ansi-color-unfontify-region): Doc change. No longer installed
4769 automatically in font-lock-unfontify-region-function.
4770 (ansi-color-apply): Doc change.
4771 (ansi-color-apply-on-region): Use extents or overlays instead of
4772 text-properties.
4773 (ansi-color-make-extent): New function.
4774 (ansi-color-set-extent-face): New function.
4775
47762000-01-09 Alex Schroeder <alex@gnu.org>
4777
4778 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
4779 both use ansi-color-process-output, now.
4780 (ansi-color-process-output): Doesn't return string anymore. It is
4781 installed in comint-output-filter-functions for both Emacs and
4782 XEmacs, now.
4783 (ansi-color-unfontify-region): Simplified code removing variables
4784 pos and start-ansi.
4785 (ansi-color-apply): Put text-property ansi-color before putting
4786 text-property face because ansi-color-unfontify-region is called
4787 immediately after the call to put-text-property.
4788 (ansi-color-context-region): Doc change.
4789 (ansi-color-filter-region): Simplified code.
4790 (ansi-color-apply-on-region): Changed start to start-marker, using
4791 a marker explicitly. Put text-property ansi-color before putting
4792 text-property face because ansi-color-unfontify-region is called
4793 immediately after the call to put-text-property.
4794
47952000-01-09 Alex Schroeder <alex@gnu.org>
4796
4797 * ansi-color.el (ansi-color-faces-vector): Doc change.
4798 (ansi-color-for-comint-mode): Changed :type property to choice.
4799 (ansi-color-last-context): Removed.
4800 (ansi-color-process-output): Don't use ansi-color-last-context, as
4801 the main functions will store their context now.
4802 (ansi-color-context): Doc change.
4803 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
4804 Uses ansi-color-context such that repeated calls will strip
4805 partial escape sequences, too.
4806 (ansi-color-apply): Simplified code. Colorize end of string if
4807 face is not null. Store context in new (FACE STRING) format, such
4808 that repeated calls will strip partial escape sequences, too.
4809 Append faces to face property using ansi-color-apply-sequence such
4810 that cumulative mode actually works.
4811 (ansi-color-context-region): New variable.
4812 (ansi-color-filter-region): Rewrote it based on
4813 ansi-color-apply-on-region. Uses ansi-color-context-region such
4814 that repeated calls will strip partial escape sequences, too.
4815 (ansi-color-apply-on-region): Simplified code. Colorize end of
4816 region if face is not null. Store context in new (FACE POS)
4817 format, such that repeated calls will strip partial escape
4818 sequences, too. Append faces to face property using
83c9cb8e 4819 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
4820 (ansi-color-apply-sequence): New function.
4821 (ansi-color-get-face): When the default face is added to the list
4822 of faces, all previous settings are discarded and the list of
4823 faces is set to '(default).
4824
48252000-01-09 Alex Schroeder <alex@gnu.org>
4826
4827 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
4828 face, such that ansi-color-apply and ansi-color-apply-on-region
4829 will do the right thing.
4830 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
4831 returns nil, set the list of faces back to nil instead of
83c9cb8e 4832 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
4833
48342000-01-09 Alex Schroeder <alex@gnu.org>
4835
4836 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
4837 (ansi-color-process): Doc change.
4838 (ansi-color-last-context): New buffer-local variable.
4839 (ansi-color-process-output): New function. It is automatically
4840 added to comint-output-filter-functions if this is XEmacs.
4841 (ansi-color-unfontify-region): New optional parameter for XEmacs
4842 compatibility. Check wether font-lock-syntactic-keywords is
4843 boundp before removing the syntax table text property, as XEmacs
4844 doesn't have it.
4845 (ansi-color-filter-region): Doc change.
4846 (ansi-color-apply-on-region): Doc change.
4847 (ansi-color-make-face): New function. Compatibility layer for
4848 XEmacs. Return temporary faces instead of cons cells for XEmacs.
4849 (ansi-color-make-color-map): Use ansi-color-make-face.
4850 (ansi-color-get-face): Avoid face text property '(nil) as results
4851 in an errow for XEmacs.
4852
48532000-01-09 Alex Schroeder <alex@gnu.org>
4854
83c9cb8e
SM
4855 * ansi-color.el (ansi-color-unfontify-region): New function.
4856 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
4857 ansi-color. When the package is loaded, a lambda expression is
4858 put onto font-lock-mode-hook. This lambda expression will check
4859 font-lock-unfontify-region-function and replace
83c9cb8e 4860 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
4861 (ansi-color-apply): Add text-property ansi-color in addition to
4862 text-property face.
4863 (ansi-color-apply-on-region): Add text-property ansi-color in
4864 addition to text-property face.
4865 (save-buffer-state): Copy of the macro that is also used by
4866 lazy-lock and font-lock.
4867
4868 (ansi-color-for-comint-mode): New option.
4869 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
4870 (ansi-color-for-comint-mode-off): Ditto.
4871 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
4872 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
4873 decide what to do. This function is added to
4874 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
4875
4876 (ansi-color-for-shell-mode-set): Removed.
4877 (ansi-color-for-shell-mode): Removed.
4878
48792000-01-09 Alex Schroeder <alex@gnu.org>
4880
4881 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
4882 the lambda expression from the ansi-color-for-shell-mode :set
4883 property. Additionally, modify shell-mode-hook to enable or
4884 disable font-lock-mode for future shell buffers.
4885 (ansi-color-for-shell-mode): The :set property calls
4886 ansi-color-for-shell-mode-set instead of a lambda expression.
4887
48882000-01-09 Alex Schroeder <alex@gnu.org>
4889
4890 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
4891 (ansi-color-context): New variable.
4892 (ansi-color-apply): Save context between calls.
4893
fb55ff10
EZ
48942001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
4895
83c9cb8e
SM
4896 * isearch.el (isearch, isearch-lazy-highlight-face):
4897 New definitions for face colors and attributes.
29910493 4898
fb55ff10
EZ
4899 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
4900 of display-mouse-p.
4901
134d6265
KH
49022001-01-09 Kenichi Handa <handa@etl.go.jp>
4903
4904 * international/mule.el (make-coding-system): If the coding system
4905 accepts extra latin codes, register such codes as safe for the
4906 coding system.
4907
103db06c 49082001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 4909
984c9f75
RS
4910 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
4911 don't mention the file name or the date here, because they are
4912 logged at the start of the file.
4913
49142001-01-08 Richard M. Stallman <rms@gnu.org>
4915
78b8eee8
RS
4916 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4917 Change screen-width to frame-width.
4918
1460e5d4
EZ
49192001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4920
4921 * info.el (Info-search): Print the default as part of the prompt.
4922
56f24bc1
AS
49232001-01-08 Andre Spiegel <spiegel@gnu.org>
4924
ca2ddd8e 4925 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
4926 constant implementations in backends.
4927
4928 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
4929 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
4930
4931 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
4932 WRITABLE to EDITABLE.
4933
4934 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
4935 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
4936 to EDITABLE.
4937
b7812d30
EZ
49382001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4939
4940 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 4941 (copyright, copyright-update): Compute the current year at run time.
b7812d30 4942
7e56ea04
GM
49432001-01-08 Gerd Moellmann <gerd@gnu.org>
4944
4945 * isearch.el (isearch-old-signal-hook): Removed.
4946 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
4947 instead of setting signal-hook-function.
4948 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
4949
a758f97d
GM
49502001-01-08 Kevin Gallagher <kevingal@onramp.net>
4951
4952 * emulation/edt.el: Update to version 4.0. Provide support for
4953 EDT scroll margins at top and bottom of the window. Provide an
4954 emulation of the EDT SUBS command (bound to GOLD-Enter, by
4955 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
4956 user when file-related buffer modifications exist.
4957 Provide support for running EDT Emulation in XEmacs.
4958 Provide customize access to some user updatable variables.
4959 Add Commentary section to file header.
4960 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
4961
4962 * emulation/edt-mapper.el: Update to version 4.0. Provide support
4963 for detecting a keypress that generates an ASCII key sequence.
4964 (Previously, only a keypress that generates a vector was
4965 recognized.) Embed Window Manager name into name of the generated
4966 EDT Emulation initialization file since the initialization file is
4967 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 4968
30db89f9
EZ
49692001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
4970
4deb3ba9
EZ
4971 * mail/sendmail.el (mail-mode): Doc fix.
4972
30db89f9
EZ
4973 * info.el (Info-goto-emacs-command-node): Doc fix.
4974 (Info-goto-emacs-key-command-node): Doc fix.
4975
c3f2772b
EZ
49762001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4977
8726e79b 4978 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
4979 systems without long file-name support.
4980
0dac6924
AI
49812001-01-06 Andrew Innes <andrewi@gnu.org>
4982
4983 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
4984
4e6ef391
EZ
49852001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4986
380866a2
EZ
4987 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
4988 (isearch-lazy-highlight-update): Doc fix.
4989
148b5960
EZ
4990 * ffap.el (ffap-bindings): Doc fix.
4991
4e6ef391
EZ
4992 * dired-x.el (dired-virtual-guess-dir): Doc fix.
4993
4cb1bcc2
DL
49942001-01-05 Dave Love <fx@gnu.org>
4995
4996 * emacs-lisp/cl-seq.el (remove, remq): Remove.
4997
3828218c
GM
49982001-01-05 Gerd Moellmann <gerd@gnu.org>
4999
83c9cb8e
SM
5000 * mouse-drag.el (mouse-drag-safe-scroll):
5001 Bind scroll-preserve-screen-position to nil.
f1ade7d3 5002
1f4139d5
GM
5003 * isearch.el (isearch-old-signal-hook): New variable.
5004 (isearch-mode): Set signal-hook-function to isearch-done.
5005 (isearch-done): Restore old signal-hook-function.
5006
3828218c
GM
5007 * info.el (Info-fontify-node): Mark one more char as intangible.
5008
3970013f
KH
50092000-01-05 Kenichi Handa <handa@etl.go.jp>
5010
83c9cb8e
SM
5011 * composite.el (compose-last-chars): New argument COMPONENTS.
5012 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
5013 COMPONENTS.
5014
5015 * international/quail.el (quail-input-string-to-events): New function.
5016 (quail-input-method): Convert input string to events here.
5017 (quail-start-translation): Return input string, not event list.
5018 (quail-start-conversion): Likewise.
5019
f3b05e99
GM
50202001-01-04 Gerd Moellmann <gerd@gnu.org>
5021
ca2ddd8e 5022 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
5023 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5024 and tooltip-add-timeout.
5025 (tooltip-show): Set border color from faces's foreground.
5026 (tooltip-show-help-function): If called with the same help string
5027 as last time, do nothing.
5028 (tooltip-help-tips): Don't set tooltip-help-message to nil.
5029
0f2ac578
GM
5030 * startup.el (fancy-splash-screens): Don't bind show-help-function
5031 to nil.
5032
f3b05e99
GM
5033 * tooltip.el (tooltip-frame-parameters): Remove colors.
5034 (tooltip): New face
5035 (tooltip-set-param): New function.
5036 (tooltip-show): Set up color frame parameters from face `tooltip'.
5037 Display the tooltip text in face `tooltip'.
5038
8416e94a
DL
50392001-01-04 Dave Love <fx@gnu.org>
5040
5041 * whitespace.el (whitespace-global-mode): Fix typo.
5042
5043 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5044
30db89f9
EZ
50452001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5046
83c9cb8e
SM
5047 * help.el (help-for-help): Fix a typo in a doc string.
5048 From kwzh@gnu.org (Karl Heuer).
30db89f9 5049
b847eb8c
DL
50502001-01-03 Dave Love <fx@gnu.org>
5051
5052 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 5053 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
5054 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5055 (dired-guess-shell-alist-user): Customize.
5056 (dired-x-help-address): Set to bug-gnu-emacs.
5057 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5058 (dired-default-directory): Renamed from default-directory.
5059
5060 * hl-line.el (hl-line): Doc fix.
5061
43c4b570
KF
50622001-01-03 Karl Fogel <kfogel@red-bean.com>
5063
1bf6b1bf 5064 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 5065
984c9f75 50662001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
5067
5068 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5069 to remove all the current alternative-match highlighting.
5070 If nil, remove only what's outside the current window.
5071 (isearch-lazy-highlight-remove-overlays): Take optional
5072 region within which NOT to remove them.
5073 (isearch-lazy-highlight-new-loop): Greatly simplified.
5074 (isearch-lazy-highlight-update): Find all the other occurrences
5075 visible in the window, in just one call.
5076 (isearch-lazy-highlight-start): Now holds start of region to scan.
5077 (isearch-lazy-highlight-end): Now holds end of region to scan.
5078 (isearch-lazy-highlight-wrapped): Variable deleted.
5079 (isearch-lazy-highlight-search): Function deleted.
5080
13d6a61c
AI
50812000-01-02 Andrew Innes <andrewi@gnu.org>
5082
5083 * w32-fns.el (convert-standard-filename): Do length check on name
5084 before aref.
5085
064866e7
DL
50862001-01-02 Dave Love <fx@gnu.org>
5087
b33e041b
DL
5088 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5089 value.
5090 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5091
5092 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5093
8166ffd5
DL
5094 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5095 read syntax.
5096
064866e7
DL
5097 * calendar/todo-mode.el (todo): Add :link, :version.
5098 (todo-save-top-priorities): Remove autoload cookie.
5099 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 5100 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 5101
6dde6abc
GM
51022001-01-02 Gerd Moellmann <gerd@gnu.org>
5103
5104 * comint.el (comint-input-history-ignore): New variable.
5105 (comint-read-input-ring): Ignore entries matching
5106 comint-input-history-ignore.
5107
1a8a9daf
GM
51082001-01-02 Eric M. Ludlam <zappo@gnu.org>
5109
5110 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5111 (lm-copyright-mark): New function.
5112 (lm-crack-copyright): New function.
5113 (lm-verify): Check that the file has a copyright.
5114 Check that the file is copyright Free Software Foundation.
5115
9c92eb53
KH
51162000-12-30 Kenichi Handa <handa@etl.go.jp>
5117
5118 * international/mule-diag.el (print-fontset): Indent font name by
5119 24 columns, not 25.
5120
49172314
GM
51212000-12-29 Gerd Moellmann <gerd@gnu.org>
5122
762a68ec
GM
5123 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5124 in Subject line.
5125
49172314 5126 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
5127 Use mail-mode-hook instead of mail-setup-hook.
5128 Otherwise continuing an interrupted message with C-u C-x m for
5129 instance, winds up in Mail mode without abbrevs.
49172314 5130
bd7a2e26
GM
51312000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5132
5133 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
5134 non-nil. Adding almost all customization variables on ps-setup.
5135 Doc fix.
bd7a2e26
GM
5136 (ps-print-version): New version number (6.3.3).
5137 (ps-end-with-control-d): Initialization fix.
5138 (ps-lines-printed): New var.
5139 (ps-skip-newline): New fun.
5140 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5141 (ps-next-line, ps-continue-line, ps-plot-region)
5142 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 5143
2b3f28a4
KH
51442000-12-29 Kenichi Handa <handa@etl.go.jp>
5145
83c9cb8e
SM
5146 * international/fontset.el (x-complement-fontset-spec):
5147 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
5148 registered in x-font-name-charset-alist.
5149 (create-fontset-from-fontset-spec): Adjusted for the above change.
5150 The name of fontset alias should be a unresolved ASCII font name.
5151
2ece9174
GM
51522000-12-28 Gerd Moellmann <gerd@gnu.org>
5153
5154 * simple.el (delete-key-deletes-forward-mode): Bind backspace
5155 and delete in isearch-mode-map.
5156
cbe3ad7a
RS
51572000-12-28 Richard M. Stallman <rms@gnu.org>
5158
ca2ddd8e 5159 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
5160 Use xpdf instead of acroread.
5161
a816f1c5
KH
51622000-12-28 Kenichi Handa <handa@etl.go.jp>
5163
f086e73c
KH
5164 * textmodes/artist.el (artist-butlast): Deleted.
5165 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 5166 artist-butlast.
f086e73c 5167
a816f1c5
KH
5168 * subr.el (butlast, nbutlast): Moved from cl.el to here.
5169
5170 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5171
b202115b
EZ
51722000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5173
5174 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5175
5176 * ls-lisp.el: Better support for the Mac and MS-Windows.
5177 (ls-lisp): New defgroup.
5178 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 5179 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
5180 (ls-lisp-support-shell-wildcards): New defcustoms.
5181 (ls-lisp-parse-symlink): New function.
5182 (insert-directory): Code to convert switches to a list and set up
5183 the wildcard argument copied from ls-lisp-insert-directory.
5184 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
5185 for -C and -R switches.
5186 (ls-lisp-column-format): New function.
ca2ddd8e 5187 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
5188 (ls-lisp-format-time): Add doc strings.
5189 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5190 Support ls-lisp-dirs-first.
5191 (ls-lisp-classify, ls-lisp-extension): New functions.
5192 (ls-lisp-format): Optionally support emulation of symlinks.
5193 Support -i, -s, and -G switches.
5194
6061fbf0
GM
51952000-12-27 Gerd Moellmann <gerd@gnu.org>
5196
5e25feee
GM
5197 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5198
6061fbf0
GM
5199 * version.el (emacs-version): Print X scroll bar information.
5200
5201 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5202 instead of x-toolkit-scroll-bars-p.
5203
5204 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5205 of x-toolkit-scroll-bars-p.
5206
25050dab
EZ
52072000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5208
83c9cb8e 5209 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
5210 (ffap-bindings): Doc fix, to reflect the above change.
5211
c1786874
KH
52122000-12-27 Kenichi Handa <handa@etl.go.jp>
5213
5214 * term.el (term-char-mode): Define all non-ascii self-inserting
5215 characters to 'term-send-raw in term-raw-map.
5216
7261ece3 52172000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 5218
83c9cb8e 5219 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 5220
83c9cb8e
SM
5221 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5222 Changed initialization; use add-hook.
6061fbf0 5223 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 5224
6061fbf0 5225 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 5226
6061fbf0
GM
5227 * ediff.el (ediff-patch-buffer): Bug fix.
5228 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 5229
83f40583
SM
52302000-12-23 Stefan Monnier <monnier@cs.yale.edu>
5231
5232 * subr.el (combine-run-hooks): Remove.
5233
5234 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5235 and remove the rogue second spec.
5236
bdd6d4e8
GM
52372000-12-23 Gerd Moellmann <gerd@gnu.org>
5238
5239 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5240
26736ce3
SM
52412000-12-22 Stefan Monnier <monnier@cs.yale.edu>
5242
0e86b6b0
SM
5243 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5244 Use minibuffer menu prompt for the `=' prefix.
5245 (smerge-command-prefix): Change default to C-^.
6eabfb26 5246 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 5247
26736ce3
SM
5248 * skeleton.el (skeleton-internal-1): Make sure the first line of
5249 the region is also re-indented.
d21584d6
SM
5250 (skeleton-end-newline): New var.
5251 (skeleton-end-hook): Use it.
26736ce3 5252
95fa4fd7
MB
52532000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5254
5255 * comint.el (comint-password-prompt-regexp): Support CVS.
5256
f060b834
GM
52572000-12-22 Gerd Moellmann <gerd@gnu.org>
5258
83c9cb8e
SM
5259 * simple.el (delete-key-deletes-forward-mode): Simplify.
5260 Also backspace key combinations, depending on
856ff7a7
GM
5261 delete-key-deletes-forward.
5262
5263 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5264
f060b834
GM
5265 * simple.el (delete-key-deletes-forward): Doc fix.
5266
653558a1
GM
52672000-08-22 Emmanuel Briot <briot@gnat.com>
5268
5269 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 5270 white spaces are relevant in the XML file.
653558a1
GM
5271 (xml-parse-file): Do not kill an existing Emacs buffer if the file
5272 to parse was already edited. This allows for on-the-fly analysis
26736ce3 5273 of XML files.
653558a1
GM
5274 (xml-parse-tag): Check that the casing is the same in the start
5275 tag and end tag, since XML is case-sensitive. Allows for spaces
5276 in the end tag, after the name of the tag.
5277 (xml-parse-attlist): Allow for the character '-' in the name of
5278 attributes, as in the standard http-equiv attribute Do not save
26736ce3 5279 the properties in the XML tree, since they are not relevant.
653558a1 5280
3ad93d8d
SM
52812000-12-21 Stefan Monnier <monnier@cs.yale.edu>
5282
5283 * generic.el (generic-read-type): Undo last change, inline into
5284 `generic-mode' and then remove.
5285 (generic-mode): Inline generic-read-type.
5286 (define-generic-mode): Push the symbol name rather than the symbol
5287 onto generic-mode-list.
5288
177f4e88
GM
52892000-12-21 Gerd Moellmann <gerd@gnu.org>
5290
8e15274f
GM
5291 * generic.el (generic-read-type): Build an alist for
5292 completing-read as in 20.7.
5293
5294 * play/landmark.el (lm): Use interactive spec `P'.
5295 (toplevel): Don't set debug-on-error.
5296
83c9cb8e 5297 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 5298
6ba384dc
GM
52992000-12-21 Dave Pearson <davep@davep.org>
5300
5301 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 5302
647a066c
GM
53032000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5304
5305 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5306 ranges like \177-\237, but accepts the character sequence from \177 to
5307 \237. Doc fix.
5308 (ebnf-version): New version (3.4).
5309 (ebnf-setup): Code fix.
5310 (ebnf-range-regexp): New fun.
5311 (ebnf-8-bit-chars): Const fix.
5312
5313 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5314 entry. Doc fix.
5315 (ebnf-bnf-lex): Code fix.
5316 (ebnf-bnf-comment-chars): Const fix.
5317
5318 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5319 entry. Doc fix.
5320 (ebnf-iso-comment-chars): Const fix.
5321
5322 * ebnf-otz.el: Doc fix.
5323
5324 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5325 entry. Doc fix.
5326 (ebnf-yac-skip-code): Code fix.
5327 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 5328
bc22fd18
EZ
53292000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5330
5331 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
5332 (recover-file): Use it instead of insert-directory.
5333 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 5334
587fc3f9
KH
53352000-12-21 Kenichi Handa <handa@etl.go.jp>
5336
83c9cb8e
SM
5337 * international/mule-cmds.el (select-safe-coding-system):
5338 Check coding-category-list more rigidly. Improve help message.
eeefcfde 5339
587fc3f9
KH
5340 * dired.el (dired-move-to-filename-regexp): Fix previous change.
5341
01860fb9
MB
53422000-12-21 Miles Bader <miles@gnu.org>
5343
83c9cb8e 5344 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 5345
3f9d67a6
KH
53462000-12-21 Kenichi Handa <handa@etl.go.jp>
5347
9fd1c1f7
KH
5348 * international/mule-diag.el (describe-char-after): Make *Help*
5349 buffer inherit multibyteness of the current buffer.
5350
3f9d67a6
KH
5351 * international/mule.el (make-char): Docstring adjusted for the
5352 change of make-char-internal.
5353
c9669fac
SM
53542000-12-20 Stefan Monnier <monnier@cs.yale.edu>
5355
5356 * international/iso-cvt.el: Docstrings fix.
5357
19594307
DL
53582000-12-20 Dave Love <fx@gnu.org>
5359
5360 * subr.el (eval-after-load): Doc fix.
5361
b1a447b3
KH
53622000-12-20 Kenichi Handa <handa@etl.go.jp>
5363
5364 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5365 for numbers.
5366
09877d5d
MB
53672000-12-20 Miles Bader <miles@gnu.org>
5368
5369 * international/quail.el (quail-help): Resize the help window
5370 again after it has all its contents. Remove unneeded progn.
5371
71d4497a
GM
53722000-12-19 Gerd Moellmann <gerd@gnu.org>
5373
5374 * pcmpl-linux.el: Fix copy/paste error.
5375
741e56a0
AI
53762000-12-19 Andrew Innes <andrewi@gnu.org>
5377
83c9cb8e 5378 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 5379
cc24d91c
CD
53802000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
5381
ba4c05aa
CD
5382 * progmodes/idlw-rinfo.el: Fixed copyright notice.
5383
5384 * progmodes/idlw-toolbar.el: Fixed copyright notice.
5385
5386 * progmodes/idlw-shell.el: Fixed copyright notice.
5387
5388 * progmodes/idlwave.el: Fixed copyright notice.
5389
71d4497a 5390 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
5391 TAB as key separators.
5392
524c8caf
GM
53932000-12-19 Alex Schroeder <alex@gnu.org>
5394
5395 * sql.el (sql-sybase-options): New option.
5396 (sql-sybase): Use it. Add sql-database to the list of parameters
5397 provided for login. The options -w 2048 -n are not used any more.
5398 (sql-postgres-options): Changed default from "--pset" to "-P".
5399 (sql-mysql-options): Doc change.
5400 (sql-stop): Doc change.
5401
b5fa513d
KH
54022000-12-19 Kenichi Handa <handa@etl.go.jp>
5403
5404 * international/quail.el (quail-input-method): Always hide
5405 the guidance buffer on exiting.
5406
91c9e6ce
GM
54072000-12-18 Gerd Moellmann <gerd@gnu.org>
5408
c6da4eb4
GM
5409 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5410 isn't fboundp.
5411
3d2a0e0b
GM
5412 * server.el (server-buffer-done): Bury the buffer before
5413 killing it.
5414
91c9e6ce
GM
5415 * faces.el (face-spec-set): Interpret a nil in specs for
5416 foreground and background colors as `unspecified', for
5417 compatibility with 20.x.
5418
40fa0008
DL
54192000-12-18 Dave Love <fx@gnu.org>
5420
22adbe54
DL
5421 * simple.el (mail-user-agent): Doc fix.
5422 (input-mode-8-bit): Removed.
5423
5424 * international/mule.el (set-keyboard-coding-system): Doc fix.
5425 (keyboard-coding-system): New option.
5426
40fa0008
DL
5427 * mail/sendmail.el (send-mail-function): Customize.
5428
6f4745e2
EZ
54292000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
5430
5431 * international/codepage.el (cp866-decode-table): New table.
5432
82b90229
GM
54332000-12-18 Gerd Moellmann <gerd@gnu.org>
5434
5435 * version.el (emacs-version): Remove `%a' from the time format
5436 because the weekday doesn't fit well into each locale.
5437
5a047002
MB
54382000-12-18 Miles Bader <miles@gnu.org>
5439
7f49aa07
MB
5440 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5441
ca2ddd8e 5442 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
5443 Check that emacs-major-version is `=' to 20, not `>='.
5444 (artist-replace-chars): Use `make-string' instead of a loop.
5445
22ea2607
EZ
54462000-12-17 Stefan Monnier <monnier@cs.yale.edu>
5447
5448 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5449 (cvs-execute-single-file): Don't change directory.
5450 Patch from Per Cederqvist.
5451
6c825f8e
EZ
54522000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
5453
83c9cb8e
SM
5454 * textmodes/ispell.el (check-ispell-version):
5455 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
5456 of -vv.
5457
8ff06845
KH
54582000-12-16 Kenichi Handa <handa@etl.go.jp>
5459
af4bb4c8
KH
5460 * international/mule-diag.el (mule-diag): Insert information about
5461 configure options, multibyte awareness, language env.
5462
8ff06845
KH
5463 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5464 regexp to search for candidates.
5465
b24e84ab
EZ
54662000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
5467
5468 * info.el (Info-forward-node): If the node has an
5469 Info-header-line, widen the buffer before searching for "next:"
5470 and "up:" pointers, and set the search limit to stay in the
5471 current node.
5472
7981d89f
MB
54732000-12-16 Miles Bader <miles@gnu.org>
5474
5475 * simple.el (delete-trailing-whitespace): Remove extraneous let.
5476
88ee7917
MB
54772000-12-15 Miles Bader <miles@gnu.org>
5478
5479 * comint.el (comint-send-string, comint-send-region): Also accept
5480 a buffer, buffer-name, or nil for PROCESS, for compatibility with
5481 process-send-string/region.
5482
0c28d842
GM
54832000-12-15 Gerd Moellmann <gerd@gnu.org>
5484
4ea7fdca
GM
5485 * isearch.el (isearch-lazy-highlight-max): New user-option.
5486 (isearch-lazy-highlight-update): Don't highlight more than
5487 isearch-lazy-highlight-max matches.
5488
0c28d842
GM
5489 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5490
984c9f75 54912000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 5492
8062e53a
GM
5493 * sort.el (sort-columns): Fix error message.
5494
3ffa545b
GM
5495 * dabbrev.el (dabbrev--last-case-pattern): Value is now
5496 `upcase' or `downcase' or nil.
5497 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5498 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5499 (dabbrev--substitute-expansion): New arg record-case-pattern.
5500 If it is non-nil, set dabbrev--last-case-pattern.
5501 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5502
5503 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5504
c2d7f289
MB
55052000-12-15 Miles Bader <miles@gnu.org>
5506
b6348438
MB
5507 * paths.el (Info-default-directory-list): Don't delete
5508 configure-info-directory from the list of standard info
83c9cb8e 5509 directories when appending it to the end -- their order is important.
b6348438 5510
f9056dd9
MB
5511 * faces.el (read-face-attribute): If there's no entry for the
5512 user's input in VALID, just use it as-is (this will often result
5513 in an error, but it may be OK for e.g. colors using hexadecimal
5514 notation, and at least will yield a better error message).
5515
c2d7f289 5516 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 5517 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
5518 Variables removed.
5519 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5520 window is really the right size. Use vertical-motion
5521 rather than forward-line.
5522 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5523 (ispell-command-loop, ispell-show-choices): Use the variable
5524 ispell-choices-win-default-height, rather than the function.
5525 (ispell-choices-win-default-height): Function removed.
5526 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 5527
8f530b95
SM
55282000-12-14 Stefan Monnier <monnier@cs.yale.edu>
5529
5530 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5531
6d435deb
EZ
55322000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5533
83c9cb8e
SM
5534 * paths.el (Info-default-directory-list):
5535 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
5536 put it first in the list; otherwise put it last. Doc string
5537 changed accordingly.
5538
5539 * info.el (Info-directory-list): Change doc string to reflect the
5540 change in Info-default-directory-list.
5541
6d435deb
EZ
5542 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5543 windows-nt as windowed environments, even under -nw.
5544
5545 * startup.el (command-line): Don't call x-backspace-delete-keys-p
5546 if not fboundp. Switch delete-forward mode for the <delete> key
5547 on all PC platforms, even under -nw.
5548
5549 * term/internal.el ([M-delete]): Remap to M-d.
5550
9d7d9263
GM
55512000-12-14 Gerd Moellmann <gerd@gnu.org>
5552
5553 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5554
7cf0153a
EZ
55552000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5556
5557 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5558
5e5b3d41
GM
55592000-12-14 Gerd Moellmann <gerd@gnu.org>
5560
5f368d29
GM
5561 * startup.el (command-line): Call delete-key-deletes-forward-mode,
5562 if appropriate.
5563
5564 * simple.el (delete-key-deletes-forward): New user-option.
5565 (delete-key-deletes-forward-mode): New function.
5566
9d7d9263 5567 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 5568
83c9cb8e
SM
5569 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5570 Test if symbol is bound before getting its value.
5e5b3d41
GM
5571
5572 * tooltip.el (tooltip-show): If an error is signaled in
5573 x-show-tip, display that error, and display the help in the
5574 echo area.
ca2ddd8e 5575
191b83b6
KH
55762000-12-14 Kenichi Handa <handa@etl.go.jp>
5577
83c9cb8e
SM
5578 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5579 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 5580
6192b604
KF
55812000-12-13 Karl Fogel <kfogel@red-bean.com>
5582
5583 * bookmark.el: Provide a generic exit hook, as suggested by
5584 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
5585 (bookmark-exit-hook): New var.
5586 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
5587 old raw lambda form in `kill-emacs-hook', and runs new
5588 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
5589 as logically that feature must have been provided if this function
5590 is running.
5591 Removed ;;;###autoload before the `add-hook' call.
5592
5edf6b55
SM
55932000-12-13 Stefan Monnier <monnier@cs.yale.edu>
5594
5595 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
5596 (easy-menu-current-active-maps): New function.
5597 (easy-menu-get-map): Use it.
5598 Make a proper menu entry when creating a new keymap.
5599
16b5e8e6
KH
56002000-12-13 Kenichi Handa <handa@etl.go.jp>
5601
d49fc4eb
KH
5602 * international/characters.el: Fix cases and syntaxes for
5603 mule-unicode-0100-24ff.
5604
3b53d876
KH
5605 * dired.el (dired-move-to-filename-regexp): Fixed for the case
5606 that a Japanese character is not appended after day and year.
5607
16b5e8e6
KH
5608 * info.el (Info-suffix-list): Change format for a command that
5609 requires arguments.
5610 (info-insert-file-contents): Adjusted for the above change.
5611
1df1c518
AS
56122000-12-12 Andreas Schwab <schwab@suse.de>
5613
5614 * tar-mode.el (tar-extract): Base the name of the subfile buffer
5615 on the name of the tar buffer. Verify that the existing buffer is
5616 visiting the same subfile.
5617
a7a07b98
DL
56182000-12-12 Dave Love <fx@gnu.org>
5619
5620 * subdirs.el: Add obsolete.
5621
4fdbd809
GM
56222000-12-12 Gerd Moellmann <gerd@gnu.org>
5623
bfdb75ee
GM
5624 * mail/rmailsum.el (rmail-summary-expunge)
5625 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
5626 instead of rmail-confirm-expunge.
5627
4fdbd809
GM
5628 * replace.el (perform-replace): Don't use an empty match adjacent
5629 to a non-empty match when computing the next match before the
5630 replacement is performed.
5631
e9a59cad
GM
56322000-12-12 Milan Zamazal <pdm@freesoft.cz>
5633
5634 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
5635 definition (patch by Stefan Monnier).
5636 (glasses-mode): Use jit-lock instead of `after-change-functions'
5637 (patch by Stefan Monnier).
5638
c2def7a0
MB
56392000-12-12 Miles Bader <miles@gnu.org>
5640
5641 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
5642 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
5643
591b63b4
AC
56442000-12-12 Andrew Choi <akochoi@i-cable.com>
5645
5646 * term/mac-win.el: Remove load for ls-lisp.
5647
a924cf63 5648 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 5649
5ff4ba3d
MB
56502000-12-12 Miles Bader <miles@gnu.org>
5651
5652 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
5653 Respect field end too.
5654 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
5655 (newline-and-indent, reindent-then-newline-and-indent):
5656 Use `delete-horizontal-space'.
5ff4ba3d 5657
d0c679bc
SM
56582000-12-11 Stefan Monnier <monnier@cs.yale.edu>
5659
adf9c994
SM
5660 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
5661 (so as to obey the field property in the minibuffer).
5662
4b0cd42d
SM
5663 * obsolete/c-mode.el: Moved from lisp/progmodes.
5664 * obsolete/auto-show.el: Moved from lisp.
5665 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 5666
89f85863
CD
56672000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
5668
5669 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 5670 changes to list them here.
89f85863 5671
83c9cb8e
SM
5672 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
5673 Too many changes to list them here.
89f85863 5674
83c9cb8e
SM
5675 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
5676 Too many changes to list them here.
89f85863
CD
5677
5678 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
5679
3e0d35ce
GM
56802000-12-11 Gerd Moellmann <gerd@gnu.org>
5681
83c9cb8e 5682 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 5683
ca2ddd8e 5684 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
5685 Comment fix.
5686
3e0d35ce
GM
5687 * hscroll.el: Moved to `obsolete' subdir.
5688
ff904dd6
MB
56892000-12-11 Miles Bader <miles@gnu.org>
5690
5691 * window.el (window-text-height): Function removed (now in C).
5692
fb97d87f
SM
56932000-12-10 Stefan Monnier <monnier@cs.yale.edu>
5694
5695 * log-edit.el (log-edit-parent-buffer): New var.
5696 (log-edit): Set it. Add BUFFER argument.
5697 (log-edit-done): Use char-before.
5698 Don't bother checking validity of vc-comment-ring.
5699 Only bury the buffer if log-edit popped it up.
5700
5701 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
5702 (cvs-mode-diff-help): Remove.
5703 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 5704 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
5705
5706 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
5707 Remove binding for ? now made unnecessary.
5708
7de77417
CD
57092000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
5710
83c9cb8e 5711 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
5712 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
5713
5714 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
5715 when master file is not open.
5716
4efa209f
SM
57172000-12-09 Stefan Monnier <monnier@cs.yale.edu>
5718
5719 * progmodes/ada-stmt.el: Update `maintainer'.
5720
0a8052bd
GM
57212000-12-09 Stephen Gildea <gildea@alum.mit.edu>
5722
5723 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
5724 choices to match documentation string.
5725
a12167c5
MB
57262000-12-09 Miles Bader <miles@gnu.org>
5727
2161605d
MB
5728 * minibuf-eldef.el: New file.
5729
a12167c5
MB
5730 * window.el (fit-window-to-buffer): Don't pass last argument to
5731 pos-visible-in-window-p, now that its meaning is inverted.
5732
9ea8de1b
EZ
57332000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
5734
5735 * image.el (create-image): Doc fix; spotted by Per Cederqvist
5736 <ceder@lysator.liu.se>.
5737
5002ddbb
SM
57382000-12-08 Stefan Monnier <monnier@cs.yale.edu>
5739
b6114d80
SM
5740 * autoinsert.el (auto-insert-alist): Add missing final \n.
5741
ee8d23ee
SM
5742 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
5743 (cvs-menu-map): Remove.
5744 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
5745 (cvs-mode-quit): Turn it back into a plain function.
5746
5002ddbb 5747 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 5748 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
5749
5750 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
5751 file where it's more visible.
5752 (texinfo-filter, texinfo-chapter-level-regexp): New variables
5753 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
5754 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
5755 (texinfo-inside-macro-p): Only catch `scan-error's.
5756 (texinfo-inside-env-p): Make better use of the match info.
5757 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
5758 (texinfo-insert-@end): Slight re-organization.
5759 Also remove useless `looking-at' call.
5760
30cd075d
AI
57612000-12-08 Andrew Innes <andrewi@gnu.org>
5762
5763 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
5764 accessible in -nw mode.
5765
5766 * term/w32-win.el: Remove stuff about selection timeout, which is
5767 irrelevant on Windows. Move clipboard support to w32-fns.el, so
5768 it is accessible in -nw mode.
5769
01b91009
DL
57702000-12-08 Dave Love <fx@gnu.org>
5771
83c9cb8e
SM
5772 * emacs-lisp/lisp-mode.el (lisp-mode):
5773 Set font-lock-keywords-case-fold-search.
01b91009 5774
842b2a94
GM
57752000-12-08 Gerd Moellmann <gerd@gnu.org>
5776
5777 * textmodes/ispell.el (ispell): Doc fix.
5778
f9d5f611
KH
57792000-12-08 Kenichi Handa <handa@etl.go.jp>
5780
5781 * international/quail.el (quail-insert-decode-map): Check the
5782 frame width of a window displaying the current buffer, not that of
5783 the selected frame.
5784 (quail-help): Make sure that the help buffer has window before
5785 inserting text in it.
5786
e04d21aa
SS
57872000-12-07 Sam Steingold <sds@gnu.org>
5788
5789 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
5790 Backquote is used in isearch.el, so autoloading saves nothing.
5791
fc3e23a4
EZ
57922000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
5793
83c9cb8e
SM
5794 * startup.el (normal-top-level-add-subdirs-to-load-path):
5795 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 5796
fc3e23a4
EZ
5797 * dired.el (dired-insert-directory): If file-system-info is
5798 fboundp, call it instead of invoking dired-free-space-program.
5799
796ecd10
GM
58002000-12-07 Gerd Moellmann <gerd@gnu.org>
5801
0f5f7c3e
GM
5802 * server.el (server-visit-files): Push files on file-name-history.
5803
3764ba49
GM
5804 * progmodes/cc-langs.el: Update copyright.
5805
8e7931da
GM
5806 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
5807
ae0d7485 5808 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 5809
796ecd10
GM
5810 * bindings.el (mode-line-mode-menu): Reverse the order
5811 of define-keys so that the menu appears in alphabetical order.
5812
ae0d7485
GM
58132000-12-07 Milan Zamazal <pdm@freesoft.cz>
5814
5815 * progmodes/glasses.el (glasses-mode): Update mode line at the end
5816 of the function.
5817
e2849090
DL
58182000-12-07 Dave Love <fx@gnu.org>
5819
5820 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
5821
5822 * facemenu.el (facemenu-unlisted-faces): Fix value.
5823
5c7f629c
SM
58242000-12-07 Stefan Monnier <monnier@cs.yale.edu>
5825
5826 * font-lock.el (font-lock-default-fontify-region):
5827 Include the terminating \n (off-by-one error).
5828 (font-lock-set-defaults): Use dolist.
5829
5830 * derived.el (define-derived-mode): Don't use combine-run-hooks.
5831
73481ae3
KH
58322000-12-07 Kenichi Handa <handa@etl.go.jp>
5833
83c9cb8e
SM
5834 * international/mule-cmds.el (describe-language-environment):
5835 Fix for the case that an input method title is not string but a list.
ffbaa122 5836
73481ae3
KH
5837 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
5838 of wrong SIZE record.
5839
e2896b22
DL
58402000-12-06 Dave Love <fx@gnu.org>
5841
67292061
DL
5842 * newcomment.el (comment-region, comment-dwim): Doc fix.
5843
5844 * textmodes/texinfo.el: Require tex-mode when compiling.
5845 (texinfo-update-node): Doc fix.
5846 (texinfo-imenu-generic-expression): Add @anchor.
5847 (texinfo-font-lock-keywords): Add @uref.
5848 (texinfo-inside-macro-p): Don't use ignore-errors.
5849 (texinfo-insert-quote): Match more contexts.
5850
e76938e7
DL
5851 * international/mule.el (decode-char, encode-char): Doc fix.
5852 (auto-coding-alist): Customize.
5853
5854 * files.el (load-file): Fix change of 2000-03-12.
5855
e2896b22
DL
5856 * wid-edit.el (widget-text-keymap): Doc fix.
5857
6610f4b2
AI
58582000-12-06 Andrew Innes <andrewi@gnu.org>
5859
5860 * makefile.w32-in (lisp): Set to an absolute directory, namely
5861 $(CURDIR).
5862
9e3366e4
EZ
58632000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5864
5865 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
5866 read generated-autoload-file, and set buffer-file-coding-system to
5867 raw-text-unix after reading the file.
5868
83c9cb8e
SM
5869 * international/mule-conf.el (file-coding-system-alist):
5870 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 5871
d94d636f
GM
58722000-12-06 Gerd Moellmann <gerd@gnu.org>
5873
384333ee
GM
5874 * replace.el (occur): Make line-number-width 1 smaller for the
5875 colon following the line number.
5876
83c9cb8e
SM
5877 * startup.el (fancy-splash-text, command-line-1):
5878 Use `File' for the menu name instead of `Files'.
e04d21aa 5879
d4b72d58
GM
5880 * tmm.el: Update copyright.
5881
d94d636f
GM
5882 * cus-start.el: Add entry for even-window-heights.
5883
6e424019
MB
58842000-12-06 Miles Bader <miles@gnu.org>
5885
5886 * faces.el (frame-set-background-mode): Avoid stomping on
5887 locally modified faces.
5888
e6477b58
KH
58892000-12-06 Kenichi Handa <handa@etl.go.jp>
5890
5891 * international/fontset.el: Correct the font registries for
5892 japanese-jisx0213-1 and japanese-jisx0213-2.
5893
21999ab9
GM
58942000-12-05 Gerd Moellmann <gerd@gnu.org>
5895
57d6e381
GM
5896 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
5897
21999ab9
GM
5898 * iswitchb.el: Update customization commentary.
5899
7422819c
GM
59002000-12-05 Rob Riepel <riepel@Stanford.EDU>
5901
5902 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
5903 (tpu-search-highlight): Fixed comparison of overlay end positions.
5904 (tpu-trim-line-ends): Implemented trimming logic locally.
5905
5906 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 5907 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 5908
73daff18
KH
59092000-12-05 Kenichi Handa <handa@etl.go.jp>
5910
5911 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
5912 to cn-gb.
5913 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
5914
6a4cd002
DL
59152000-12-04 Dave Love <fx@gnu.org>
5916
5917 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
5918
6452929e
GM
59192000-12-04 Gerd Moellmann <gerd@gnu.org>
5920
e04d21aa 5921 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
5922 (rmail-summary-expunge-and-save): Ask for confirmation with
5923 rmail-expunge-confirmed.
5924
5925 * mail/rmail.el (rmail-expunge-confirmed): New function.
5926 (rmail-expunge): Use it.
5927
1790abf4
FP
59282000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
5929
0c68ce6f 5930 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
5931 (etags-recognize-tags-table, find-tag-in-order):
5932 New functionality: interpret file names as tags.
e04d21aa 5933
7a53d8c8
EZ
59342000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
5935
5936 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
5937 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
5938 the first subnode until the bottom of the current node is visible.
7a53d8c8 5939
caa15ef7
GM
59402000-12-04 Gerd Moellmann <gerd@gnu.org>
5941
5942 * format.el (format-decode): Don't change buffer's undo list.
5943
e225faa7
KH
59442000-12-04 Kenichi Handa <handa@etl.go.jp>
5945
5946 * faces.el (face-font-registry-alternatives): Add entries for CJK
5947 fonts. Doc-string adjusted for the actual usage of this data.
5948
5949 * international/fontset.el: Change the font registries for CJK
5950 fonts in the default fontset. Don't append '*' to registries.
5951
8b262a65
SM
59522000-12-03 Stefan Monnier <monnier@cs.yale.edu>
5953
e04d21aa 5954 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
5955 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
5956
5957 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
5958 (derived-mode-p): New function.
5959 (derived-mode-make-docstring): Add `docstring' argument.
5960 Use it if available and complete it if necessary.
5961
33c4460b
AS
59622000-12-03 Andreas Schwab <schwab@suse.de>
5963
5964 * type-break.el (type-break): Don't make parent of itself.
5965
5c9b3fac
MB
59662000-12-03 Miles Bader <miles@gnu.org>
5967
5968 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
5969
27ce741e
SM
59702000-12-02 Stefan Monnier <monnier@cs.yale.edu>
5971
07c16ec4
SM
5972 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
5973 (tex-main-file, tex-file): Simplify.
5974 (tex-generate-zap-file-name): Use subst-char-in-string.
5975 (tex-strip-dots): Remove.
5976
c19cc275
SM
5977 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
5978
27ce741e
SM
5979 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
5980 to check if the match succeeded.
5981
285991dc
GM
59822000-12-02 Gerd Moellmann <gerd@gnu.org>
5983
5984 * startup.el (use-fancy-splash-screens-p): New function.
5985 (command-line-1): Use it to determine whether or not to use
5986 a fancy splash screen.
5987
52dca1b2
AS
59882000-12-02 Andreas Schwab <schwab@suse.de>
5989
5990 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
5991
d3e7e7cf
EZ
59922000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5993
2dce2360
EZ
5994 * international/mule.el (make-char): Fix last change.
5995
9768eaa7
EZ
5996 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5997 New defcustoms.
5998 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
5999 autoloading tex-mode; instead, do the same manually.
6000 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
6001 with numeric argument. Docstring fix.
6002 (toplevel): Require cl when compiling.
e04d21aa 6003
285991dc 6004 * international/mule.el (make-char): Doc fix.
d3e7e7cf 6005
0dd5e255
JR
60062000-12-02 Jason Rumney <jasonr@gnu.org>
6007
6008 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6009 the Emacs Lisp manual)
6010
fbb87147
EZ
60112000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6012
5cbb3e93
EZ
6013 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6014
fbb87147
EZ
6015 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6016 the Emacs Lisp manual).
6017
1636ca09
GM
60182000-12-02 Gerd Moellmann <gerd@gnu.org>
6019
6020 * simple.el (next-line-add-newlines): Change default to nil.
6021
68875f0e
EZ
60222000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
6023
83c9cb8e
SM
6024 * files.el (revert-buffer, recover-file):
6025 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 6026
fd9ac94c
GM
60272000-12-01 Gerd Moellmann <gerd@gnu.org>
6028
6029 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6030
45450dd5
MB
60312000-12-01 Miles Bader <miles@gnu.org>
6032
6033 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6034
09df8881
KH
60352000-12-01 Kenichi Handa <handa@etl.go.jp>
6036
6037 * international/mule-diag.el (describe-char-after): Fix typo.
6038 (describe-character-set, non-iso-charset-alist): Fix typo.
6039
dea0a87d
MB
60402000-12-01 Miles Bader <miles@gnu.org>
6041
b170205b
MB
6042 * image-file.el (image-file-name-regexp): Automatically add
6043 upper-case variants of each filename extension in
6044 `image-file-name-extensions', since they seem to be common.
6045
e04d21aa 6046 * simple.el (minibuffer-contents)
dea0a87d
MB
6047 (minibuffer-contents-no-properties, delete-minibuffer-contents):
6048 New functions.
6049 * filecache.el (file-cache-directory-name)
6050 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6051
eb04d6cd 60522000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 6053
dea0a87d
MB
6054 * filecache.el (file-cache-minibuffer-complete): Don't try to
6055 delete the minibuffer prompt.
6056
a8a1b05d
DL
60572000-11-30 Dave Love <fx@gnu.org>
6058
6059 * cus-start.el: Fix read-buffer-function type.
6060
693c4692
GM
60612000-11-30 Gerd Moellmann <gerd@gnu.org>
6062
6063 * md5.el: Removed. There's a built-in function, now.
6064
2c0b1898
GM
60652000-11-30 Markus Rost <rost@math.ohio-state.edu>
6066
6067 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6068 as dummy 0-th char of rmail-deleted-vector.
6069
63dfcf4b
EZ
60702000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
6071
6072 * ps-print.el (ps-end-job): Bind case-fold-search only after
6073 switching to ps-spool-buffer.
6074
60752000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6076
6077 * ps-print.el: Line number font customization. PostScript: Lines and
6078 PageCount are initialized on each page. Doc Fix.
6079 (ps-print-version): New version number (6.3.2).
6080 (ps-lpr-switches, ps-font-info-database, ps-font-size)
6081 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6082 (ps-right-header): Customization fix.
6083 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6084 Fix code.
6085 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6086 New vars.
6087
df3aedcf
GM
60882000-11-30 Gerd Moellmann <gerd@gnu.org>
6089
edfb795e
GM
6090 * bs.el: Fix typos and spelling errors.
6091 (bs-appearance) <defgroup>: Renamed from bs-appearence.
6092 (bs-configuration): Doc fix.
e04d21aa 6093
df3aedcf
GM
6094 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
6095
8b8a7f01
GM
60962000-11-30 Rob Riepel <riepel@Stanford.EDU>
6097
6098 * emulation/tpu-edt.el (tpu-version): New version.
6099 (tpu-search-overlay, tpu-replace-overlay): New initial range.
6100 (tpu-original-mode-line): Variable deleted.
6101 (tpu-mark-flag): New initial value.
83c9cb8e
SM
6102 (tpu-set-mode-line): Don't redefine mode-line-format.
6103 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
6104 (tpu-update-mode-line): New mark flag logic.
6105 (tpu-get): Use find-file-wildcards.
6106 (tpu-search-highlight): Move overlay less, reset overlay properly.
6107 (tpu-unselect): Deactivate mark.
6108 (tpu-lm-replace): Reset overlay properly.
6109 (tpu-forward-line): Use forward-visible-line.
6110 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
6111
83c9cb8e 6112 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 6113
c069a9d3
GM
61142000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6115
6116 * cus-edit.el (custom-face-value-create): Always emphasize tag.
6117
b02cd40b
GM
61182000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6119
6120 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6121 and skip whitespace and newlines.
e04d21aa 6122
b7a90344
SM
61232000-11-30 Stefan Monnier <monnier@cs.yale.edu>
6124
6125 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6126
be6bbb55
GM
61272000-11-29 Gerd Moellmann <gerd@gnu.org>
6128
0383ed60
GM
6129 * help.el (describe-function-1): Regexp-quote function name
6130 when used as part of a regexp.
6131
83c9cb8e
SM
6132 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6133 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
6134 (tool-bar-add-item): Likewise, and handle unspecified colors.
6135
6136 * enriched.el (enriched-face-ans): Use face-attribute instead
6137 of face-foreground and face-background.
6138
6139 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 6140 Return nil if attribute is unspecified, for backward compatibility.
c7957947 6141
7423978d
GM
6142 * files.el (auto-mode-alist): Add an entry for antlr-mode.
6143
ef128c78
GM
6144 * play/5x5.el: Remove version info.
6145
a81fc510
GM
6146 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6147
be6bbb55
GM
6148 * frame.el (blink-cursor-mode): Doc fix.
6149
f9396e03
GM
61502000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6151
6152 * antlr-mode.el: New commands to run ANTLR from within Emacs and
6153 to create Makefile rules.
6154 (antlr-tool-command): New user option.
6155 (antlr-ask-about-save): New user option.
6156 (antlr-makefile-specification): New user option.
6157 (antlr-file-formats-alist): New variable.
6158 (antlr-special-file-formats): New variable.
6159 (antlr-unknown-file-formats): New user option.
6160 (antlr-help-unknown-file-text): New variable.
6161 (antlr-help-rules-intro): New variable.
6162 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6163 (antlr-mode-menu): Add entries.
6164 (antlr-file-dependencies): New function.
6165 (antlr-directory-dependencies): New function.
6166 (antlr-superclasses-glibs): New function.
6167 (antlr-run-tool): New command.
6168 (antlr-makefile-insert-variable): New function.
6169 (antlr-insert-makefile-rules): New function.
6170 (antlr-show-makefile-rules): New command.
6171
6172 * antlr-mode.el: More Emacs/XEmacs stuff.
6173 (antlr-no-action-keywords): New constant with value nil.
6174 (antlr-font-lock-keywords-alist): Use it. Old value would break
6175 syntax highlighting in Emacs-21.0.
6176 (antlr-default-directory): Emacs/XEmacs dependend function.
6177 (antlr-read-shell-command): Ditto.
6178 (antlr-with-displaying-help-buffer): Ditto.
6179
61802000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6181
6182 * antlr-mode.el: imenu, parsing and highlighting changes.
6183 (antlr-imenu-create-index-function): Don't create extra submenus
6184 for definitions in different grammar classes. It is not necessary
6185 for the menu and would make command `imenu' awkward to use.
6186 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6187 header actions and more than one.
6188 (antlr-font-lock-tokendef-face): Changed color.
6189 (antlr-font-lock-tokenref-face): Changed color.
6190 (antlr-font-lock-additional-keywords): Also highlight lowercase.
6191 (antlr-mode-syntax-table): New variable.
6192 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6193 (antlr-with-syntax-table): Don't copy syntax table.
6194
61952000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6196
6197 * antlr-mode.el: Minor changes: language setting.
6198 (antlr-language-alist): The value for file option "language" can
6199 be both an identifier and a string.
6200 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6201 (antlr-language-limit-n-regexp): Change accordingly.
6202
62032000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6204
6205 * antlr-mode.el: Minor changes: tabs, hiding.
6206 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6207 (antlr-action-visibility): Also allow value nil to also hide the
6208 braces. Renamed from `antlr-tiny-action-length'.
6209 Suggested by Jay@aol.com.
6210 (antlr-hide-actions): Change accordingly. Hide line if completely
6211 hidden action is on a line of its own.
e04d21aa 6212
6ad948eb
SM
62132000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6214
6215 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6216
6217 * sort.el (sort-columns): Don't concat strings with numbers.
6218
9c6a4107
DL
62192000-11-29 Dave Love <fx@gnu.org>
6220
6221 * cus-edit.el (face): Fix :format.
6222
6223 * mail/feedmail.el: Require smtpmail when compiling.
6224 (mail-do-fcc): Autoload.
6225 (feedmail) <defgroup>: Fix :link.
6226 (feedmail-nuke-body-in-fcc): Fix :type.
6227 (feedmail-send-it): Add autoload cookie.
6228
053b8d35
SM
62292000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6230
6231 * newcomment.el (comment-indent): Save excursion around call to
6232 comment-indent-function.
6233
242c13e8
MB
62342000-11-29 Miles Bader <miles@gnu.org>
6235
6236 * subr.el (member-ignore-case): Return the tail of the list who's
6237 car matches, like `member', not the matching element itself.
6238
8f4b5f28
KH
62392000-11-29 Kenichi Handa <handa@etl.go.jp>
6240
6241 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
6242 should not contain `\n'.
6243
bebe4a2c
GM
62442000-11-28 Gerd Moellmann <gerd@gnu.org>
6245
fd9ac94c 6246 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 6247
ba7e40eb
GM
6248 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6249
75ab0c79
GM
6250 * dired-aux.el (dired-do-create-files): Construct default file
6251 name for dired-mark-read-file-name so that when the user enters
6252 just RET, the target file will end up in the target directory.
6253
bebe4a2c
GM
6254 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6255 local-abbrev-table before changing buffers because it might
6256 have a buffer-local binding.
6257
fa6d1ca8
MB
62582000-11-28 Miles Bader <miles@gnu.org>
6259
6260 * simple.el (delete-horizontal-space): Handle fields more generally.
6261
8d2c2642
GM
62622000-11-28 Gerd Moellmann <gerd@gnu.org>
6263
6264 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6265
8b31236d
DL
62662000-11-28 Dave Love <fx@gnu.org>
6267
3cbd02d2
DL
6268 * progmodes/ps-mode.el (ps-mode): Set comment-start and
6269 comment-start-skip locally.
6270
8b31236d
DL
6271 * progmodes/fortran.el (fortran-mode): Don't set
6272 fortran-comment-line-start-skip. Set comment-start to
6273 fortran-comment-line-start.
6274 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6275 (fortran-comment-line-start-skip): Simplify slightly.
6276
ae4bf56d
GM
62772000-11-28 Gerd Moellmann <gerd@gnu.org>
6278
17ef7534
GM
6279 * play/5x5.el: Remove RCS keyword.
6280
fd9ac94c 6281 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 6282
665b27a6
GM
62832000-11-28 Milan Zamazal <pdm@freesoft.cz>
6284
83c9cb8e
SM
6285 * textmodes/tildify.el (tildify-string-alist):
6286 Add `plain-tex-mode' here.
665b27a6 6287
fe3c2ae3
GM
62882000-11-28 Colin Walters <walters@cis.ohio-state.edu>
6289
6290 * chistory.el (Command-history-setup): Remove extraneous `keymap'
6291 reference.
6292
d970106b
MB
62932000-11-28 Miles Bader <miles@gnu.org>
6294
36b80a0d
MB
6295 * cus-face.el (custom-face-attributes): Add post-filter function
6296 for :box. Make pre-filter function for :box handle all cases.
6297
d970106b
MB
6298 * wid-edit.el (widget-choose): Make sure pop-up window is large
6299 enough to display all the choices, as there's no way to scroll it.
6300
5a2bae6c
KH
63012000-11-28 Kenichi Handa <handa@etl.go.jp>
6302
6303 * international/mule-conf.el: Make the coding system no-conversion
6304 safe for all characters.
6305
9e836e23
DL
63062000-11-27 Dave Love <fx@gnu.org>
6307
8b31236d
DL
6308 * net/ldap.el (ldap) <defgroup>: Add :version.
6309
9e836e23
DL
6310 * tooltip.el (tooltip-use-echo-area): Doc fix.
6311
6312 * cus-start.el <minibuffer-prompt-properties>: Add version.
6313 <read-buffer-function>: Add.
6314
6315 * apropos.el (apropos-print): Add help-echo to active text.
6316
6317 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6318
4a74d071
GM
63192000-11-27 Gerd Moellmann <gerd@gnu.org>
6320
6321 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6322 type, group and version.
6323
76058c27
EZ
63242000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
6325
4a74d071 6326 * select.el (x-get-selection): Docstring fix.
76058c27 6327
fd9ac94c 63282000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 6329
fd9ac94c 6330 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 6331
49060c51
AI
63322000-11-27 Andrew Innes <andrewi@gnu.org>
6333
6334 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6335
6336 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6337
b2a8e429
MB
63382000-11-27 Miles Bader <miles@gnu.org>
6339
6340 * dired.el (dired-get-filename): Return filename verbatim if
6341 LOCALP is `verbatim'.
6342 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6343 `verbatim' so that we don't inadvertently delete a non-existant
6344 directory name.
6345
5ac0366d
KH
63462000-11-27 Kenichi Handa <handa@etl.go.jp>
6347
6348 * international/characters.el: Specify cases and syntaxes for
6349 mule-unicode-0100-24ff.
6350
67f1cf4c
GM
63512000-11-27 Gerd Moellmann <gerd@gnu.org>
6352
6353 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6354 that foreground and/or background colors of the face `tool-bar'
6355 are unspecified.
6356
46c56972
MB
63572000-11-27 Miles Bader <miles@gnu.org>
6358
e04d21aa 6359 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
6360 (widget-field-end): Handle widget field `pseudo-overlays'.
6361 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6362 if it's there instead of in `widget-field-list'.
6363
46c56972 6364 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
6365 (help-make-xrefs): Delete extraneous newlines at the end of the
6366 docstring.
46c56972 6367
640a9cdd
JR
63682000-11-25 Jason Rumney <jasonr@gnu.org>
6369
6370 * startup.el (command-line): Call set-locale-environment after
6371 Window System init file is read, as it can result in a call to
6372 redraw-frame.
6373
0b3f96d4
EZ
63742000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
6375
6376 * simple.el (shell-command): Mention the effect of the prefix
6377 argument in the doc string.
6378
8da6e2a1
MB
63792000-11-25 Miles Bader <miles@gnu.org>
6380
a658d039
MB
6381 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6382
8da6e2a1 6383 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 6384 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 6385
d3416cca
JR
63862000-11-24 Jason Rumney <jasonr@gnu.org>
6387
6388 * international/mule-cmds.el (locale-language-names): Add "jp" as
6389 a non-standard alternative for Japanese.
6390
17e37f53
AS
63912000-11-24 Andre Spiegel <spiegel@gnu.org>
6392
6393 * vc-hooks.el: Require 'cl during compilation.
6394
9aa5f148
GM
63952000-11-24 Gerd Moellmann <gerd@gnu.org>
6396
ba193890
GM
6397 * faces.el (face-set-after-frame-default): Let face attributes
6398 specified for new frames override frame parameters.
6399
9aa5f148
GM
6400 * startup.el (command-line): Fix computation of the source file
6401 for user-init-file when user-init-file is a compiled file.
6402
51a1edab
MB
64032000-11-24 Miles Bader <miles@gnu.org>
6404
e04d21aa 6405 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
6406 (custom-post-filter-face-spec): New functions.
6407 (custom-face-set, custom-face-value-create): Filter the face spec
6408 before and after customization.
6409 (custom-face-set): If VALUE specifies a null face, pass a
6410 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6411 * cus-face.el (custom-face-attributes): Remove SET and GET
6412 functions. Add some IN-FILTER and OUT-FILTER functions in the few
6413 cases they're needed.
6414
1ed74431
MB
6415 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6416 that it's distinguishable from the :off-glyph on dark-background
6417 displays. Set its background color too.
6418
67ee1125
MB
6419 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6420 so that people can easily turn it off.
6421
7d027816 64222000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 6423
7d027816 6424 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 6425
9aa5f148 6426 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 6427
9aa5f148 6428 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 6429
9aa5f148 6430 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 6431 redundant skip-small-frames test.
e04d21aa 6432
9aa5f148 6433 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 6434 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 6435
9aa5f148
GM
6436 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6437 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
6438 (viper-restore-cursor-type,viper-set-insert-cursor-type):
6439 New functions.
e04d21aa 6440
9aa5f148 6441 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 6442
9aa5f148 6443 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 6444
f07fa1b8
KH
64452000-11-24 Kenichi Handa <handa@etl.go.jp>
6446
83c9cb8e
SM
6447 * international/mule-diag.el (list-iso-charset-chars):
6448 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
6449 (list-non-iso-charset-chars): Fix the `while' condition.
6450
ba8299ff
SM
64512000-11-23 Stefan Monnier <monnier@cs.yale.edu>
6452
79372165
SM
6453 * subr.el (add-hook, remove-hook): Don't call make-local-hook
6454 if the variable is make-variable-buffer-local.
6455
83c9cb8e
SM
6456 * progmodes/ada-stmt.el (ada-template-map):
6457 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
6458 (ada-stmt-mode-hook): New function extracted from old code.
6459 Only change the buffer-local side of skeleton-*.
6460 (ada-mode-hook): Use it.
6461
68a887fa
EZ
64622000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6463
6464 * iswitchb.el (iswitchb-minibuf-depth): New variable.
6465 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6466 we expect to be returned by minibuffer-depth once we prompt the
6467 user in the minibuffer.
6468 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6469 as recorded in iswitchb-minibuf-depth, return non-nil.
6470
3b345582
EZ
64712000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6472
6473 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6474 (hscroll-window-maybe): Docstring fix.
6475
595dead2
DL
64762000-11-23 Dave Love <fx@gnu.org>
6477
6478 * rect.el (string-rectangle): Don't test delete-selection-mode.
6479
1e66b27a
GM
64802000-11-23 Gerd Moellmann <gerd@gnu.org>
6481
02790ce2
GM
6482 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6483 is in the tool bar.
6484
1e66b27a 6485 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 6486 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 6487
a4caa65d
SM
64882000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6489
6490 * textmodes/outline.el (outline-flag-region):
6491 Don't bind inhibit-read-only since we don't modify the buffer.
6492 (outline-isearch-open-invisible): Don't jump to overlay-start
6493 since we're trying to unhide text around point.
6494 (outline-discard-overlays): Use dolist.
6495
6496 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6497
03e757c1
GM
64982000-11-22 Gerd Moellmann <gerd@gnu.org>
6499
83c9cb8e 6500 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 6501
1598a961
SM
65022000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6503
6504 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6505 Fix ARG regexp to skip quoted braces.
6506 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6507 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6508 are (correctly) handled separately).
6509 Remove `caption' and `footnote' from `citations': they contain text.
6510 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6511 (latex-skeleton-end-hook): New function.
6512 (latex-mode): Use it.
6513 (tex-start-tex-marker): Remove.
6514 (tex-send-tex-command): Don't set tex-start-tex-marker.
6515 (tex-error-parse-syntax-table): New var.
6516 (tex-compilation-parse-errors): Use it.
6517 Ignore tex-start-tex-marker. Don't bother with marker-position.
6518 (tex-validate-buffer): Don't bother with marker-position.
6519
6520 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 6521 (flyspell-generic-progmode-verify): Use it.
1598a961 6522
eaae8106
SS
65232000-11-22 Sam Steingold <sds@gnu.org>
6524
83c9cb8e 6525 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 6526
eaae8106 6527 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 6528 `ada-remove-trailing-spaces'.
eaae8106 6529 (ada-remove-trailing-spaces): Removed.
e04d21aa 6530
eaae8106 6531 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 6532
1598a961
SM
6533 * textmodes/picture.el (picture-clean): Removed.
6534 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 6535
a41d49e9
GM
65362000-11-22 Gerd Moellmann <gerd@gnu.org>
6537
e053c60f
GM
6538 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6539
a41d49e9
GM
6540 * hi-lock.el (hi-lock-refontify): Don't call non-existent
6541 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 6542 do anything special when jit-lock is active.
a41d49e9
GM
6543 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6544
197615f3
DL
65452000-11-22 Dave Love <fx@gnu.org>
6546
ddbfaa9f
DL
6547 * calendar/todo-mode.el (todo-top-priorities): Use
6548 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6549
ddc3c695
DL
6550 * language/chinese.el, language/cyrillic.el:
6551 * language/devanagari.el, language/ethiopic.el, language/greek.el:
6552 * language/hebrew.el, language/indian.el, language/japanese.el:
6553 * language/korean.el, language/lao.el, language/misc-lang.el:
6554 * language/thai.el, language/tibetan.el, language/vietnamese.el:
6555 Use provide.
6556
fb9fa98d
DL
6557 * cus-edit.el (custom-buffer-create-internal): Save some consing.
6558 (custom-variable-set): Improve validation error mesage.
6559
197615f3
DL
6560 * rect.el (string-rectangle): Revert last change.
6561 (string-rectangle-line): New arg DELETE.
6562 (string-rectangle): Check delete-selection-mode.
6563
6564 * emacs-lisp/edebug.el (edebug-version)
6565 (edebug-maintainer-address): Deleted.
6566 (edebug-submit-bug-report): Just alias to report-emacs-bug.
6567 (edebug-read-function): Account for other `'#' read forms.
6568 (edebug-mode-menus): Make some items toggles.
6569 (edebug-outside-unread-command-event, unread-command-event):
6570 Remove these to avoid warnings.
6571
f4117c4d
GM
65722000-11-22 David Ponce <david@dponce.com>
6573
6574 * recentf.el (recentf-menu-items-for-commands)
6575 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 6576 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 6577
f4117c4d
GM
6578 (recentf-build-dir-rules, recentf-dump-variable)
6579 (recentf-edit-list, recentf-open-files-item)
6580 (recentf-open-files): Replaced unnecessary `mapcar' with new
6581 built-in `mapc'.
eaae8106 6582
f8e2f3f2
MB
65832000-11-23 Miles Bader <miles@gnu.org>
6584
6585 * faces.el (menu): Make inverse-video on ttys too.
6586
4c4a541d
SM
65872000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6588
6589 * simple.el (comment-line-break-function): Use the new name
6590 indent-new-comment-line -> comment-indent-new-line.
6591 (clone-indirect-buffer): Don't ignore NORECORD.
6592 (next-completion): Properly handle the case where items are adjacent.
6593
6594 * mouse.el (popup-menu): Stupid typo.
6595
980d836e
GM
65962000-11-22 Gerd Moellmann <gerd@gnu.org>
6597
60e8e0a5
GM
6598 * emacs-lisp/authors.el: Remove autoload cookies, add author,
6599 maintainer, keywords tags.
6600
980d836e
GM
6601 * rect.el (replace-rectangle): Don't call string-rectangle-line
6602 with too many arguments.
6603
e08b2069
AS
66042000-11-22 Andre Spiegel <spiegel@gnu.org>
6605
60e8e0a5 6606 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 6607 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
6608 vc-locking-user, which no longer exists.
6609
6610 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
6611
c6779d8d
DL
66122000-11-22 Dave Love <fx@gnu.org>
6613
6614 * md5.el (md5): Provide.
6615 (md5): Fix error call.
6616
e672fdce
MB
66172000-11-22 Miles Bader <miles@gnu.org>
6618
eaae8106 6619 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
6620 (refill-fill-paragraph-at): Remove debugging code.
6621
80e24c04
MB
6622 * calendar/calendar.el (generate-calendar-window): When we don't
6623 call `fit-window-to-buffer', make sure the top line is fully visible.
6624
3a17d6cc
MB
6625 * image-file.el (insert-image-file): Don't make `read-only'
6626 property rear-nonsticky.
6627
ae1a21c6
MB
6628 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
6629 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
6630 stashing away its original value.
6631 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
6632 in the recursive edit.
6633 Bind `isearch-original-minibuffer-message-timeout' to protect it.
6634 (isearch-done): Restore `minibuffer-message-timeout'.
6635
e672fdce
MB
6636 * cus-start.el: Remove entry for `mode-line-inverse-video'.
6637
3ea79df8
SM
66382000-11-21 Stefan Monnier <monnier@cs.yale.edu>
6639
6640 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
6641
6642 * find-lisp.el (find-lisp-find-files-internal):
6643 Use dolist, when and file-name-as-directory.
6644
980d836e 6645 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
6646 (define-derived-mode, define-minor-mode): Add specs.
6647
6648 * window.el: General comment and spacing fixes.
6649 (save-selected-window): Use backquotes.
6650 (window-safely-shrinkable-p): New function.
6651 (shrink-window-if-larger-than-buffer): Use it.
6652
6653 * subr.el (make-local-hook): Docstring fix.
6654
6655 * shell.el (shell-mode): Use define-derived-mode.
6656
6657 * newcomment.el (comment-indent): Insert comment before calling
6658 comment-indent-function. Don't insert in column 0.
6659 (comment-dwim): Indent before inserting comment.
6660
6661 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
6662 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
6663 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
6664 Use mapc rather than map.
6665
6666 * files.el (find-buffer-visiting): Compare all attributes before
6667 declaring two files identical (rather than just their inode-no).
6668 (auto-mode-alist): Use \' rather than $.
6669
6670 * which-func.el: Update maintainer line.
6671
6672 * pcvs.el (uniquify-buffer-file-name): Remove advice.
6673 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
6674 (uniquify-buffer-file-name): Use it.
6675
8f62f2b8
MB
66762000-11-22 Miles Bader <miles@gnu.org>
6677
6678 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
6679 * simple.el (minibuffer-avoid-prompt): New function.
6680
fb279a6d
GM
66812000-11-21 Gerd Moellmann <gerd@gnu.org>
6682
6683 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
6684
867092e9
MB
66852000-11-21 Miles Bader <miles@gnu.org>
6686
ef860850
MB
6687 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
6688 inclusion of `track-mouse'.
6689
867092e9
MB
6690 * textmodes/refill.el (refill-ignorable-overlay): New variable.
6691 (refill-adjust-ignorable-overlay): New function.
6692 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
6693 only the paragraph's tail if possible.
6694 Update `refill-ignorable-overlay'.
6695 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
6696
6697 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6698 point inside the fill-prefix.
6699
6700 * textmodes/refill.el (refill-post-command-function): Don't reset
6701 refill-doit in the case where a self-insertion command doesn't
6702 case a refill. Use `refill-fill-paragraph-at', getting position
6703 from `refill-doit'.
6704 (refill-after-change-function): Set `refill-doit' to END.
6705 (refill-fill-paragraph-at): New function, mostly from old
6706 refill-fill-paragraph.
6707 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
6708 (refill-pre-command-function): New function.
6709 (refill-mode): Add it to `pre-command-hook'.
6710
ff9ab414
GM
67112000-11-20 Gerd Moellmann <gerd@gnu.org>
6712
29a01b72
GM
6713 * textmodes/artist.el (artist-mode): Fix autoload cookie.
6714
ff9ab414
GM
6715 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
6716 javadoc tags.
eaae8106 6717
885b211b
AS
67182000-11-20 Andre Spiegel <spiegel@gnu.org>
6719
6720 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
6721 vc.el).
6722
eaae8106 6723 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 6724 require vc.
eaae8106
SS
6725
6726 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 6727 checkouts.
eaae8106 6728
d1838556
DL
67292000-11-20 Dave Love <fx@gnu.org>
6730
6731 * Makefile.in (DONTCOMPILE): Omit bindings.el.
6732
2b69bc11 67332000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 6734
2b69bc11
GM
6735 * calculator.el (calculator-paste): Use `if' instead of `and'
6736 and `or'.
6737 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 6738
b95b34e5
GM
67392000-11-19 Gerd Moellmann <gerd@gnu.org>
6740
030de92f
GM
6741 * info.el (info-menu-5): Doc fix.
6742
b95b34e5
GM
6743 * textmodes/artist.el: New file.
6744
54970452
AS
67452000-11-19 Andre Spiegel <spiegel@gnu.org>
6746
eaae8106 6747 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
6748 and differentiate according to checkout model.
6749 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
6750 since this function is only concerned with master state.
6751
83c9cb8e
SM
6752 * vc-hooks.el (vc-workfile-unchanged-p)
6753 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 6754
83c9cb8e
SM
6755 * vc.el (vc-workfile-unchanged-p)
6756 (vc-default-workfile-unchanged-p): See above.
54970452 6757
e5a9dabf
MB
67582000-11-19 Miles Bader <miles@gnu.org>
6759
6760 * image-file.el (insert-image-file): Make `intangible' and
6761 `read-only' properties rear-nonsticky too.
6762
24127af0
GM
67632000-11-18 Gerd Moellmann <gerd@gnu.org>
6764
d392e9c5 6765 * ps-print.el: Update copyright notice.
eaae8106 6766
d392e9c5
GM
6767 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
6768 (tooltip-show): Use the offsets.
6769
24127af0 6770 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 6771 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
6772 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
6773
2b69bc11 67742000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 6775
2b69bc11
GM
6776 * ps-print.el (toplevel): Test for find-coding-system being
6777 fboundp before calling ps-x-find-coding-system.
08ea6f17 6778
66321b2f
SM
67792000-11-16 Stefan Monnier <monnier@cs.yale.edu>
6780
6781 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
6782 (vc-version-backup-file): Docstring fix.
6783
046110c6
GM
67842000-11-16 Gerd Moellmann <gerd@gnu.org>
6785
4104194e
GM
6786 * files.el (basic-save-buffer): Don't add a newline if
6787 find-file-literally is non-nil.
6788 (find-file-literally): Extend doc string.
6789
046110c6
GM
6790 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
6791 sort(1) with the `-f' argument.
6792
6505c16e
AS
67932000-11-16 Andre Spiegel <spiegel@gnu.org>
6794
fd063975
AS
6795 * vc.el: Updated backend documentation.
6796 (vc-default-check-headers): New function.
6797
3d02dd81 6798 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
6799
6800 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 6801 up-to-date.
eaae8106 6802 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 6803 the minibuffer is not active.
fd063975 6804
eaae8106 6805 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 6806 `vc-cvs-use-edit' is on.
eaae8106
SS
6807 (vc-cvs-checkout): When this is used for reverting the workfile,
6808 make a backup of the original contents and revert to that in case
8791d617 6809 of error.
eaae8106 6810 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 6811 remote repositories.
eaae8106 6812
6505c16e
AS
6813 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
6814 for both version and ratio in the minibuffer.
fd063975 6815
eaae8106 6816 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 6817 Use vc-do-command to perform the annotation, not call-process.
6505c16e 6818
a13f0660
KH
68192000-11-16 Kenichi Handa <handa@etl.go.jp>
6820
6821 * international/quail.el (quail-start-translation): Don't call
6822 `message' before reading key sequence.
6823
1389a414
MB
68242000-11-16 Miles Bader <miles@lsi.nec.co.jp>
6825
6826 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
6827
9256a532
KH
68282000-11-16 Kenichi Handa <handa@etl.go.jp>
6829
6830 * window.el (fit-window-to-buffer): Be sure to acquire at least
6831 one text line even if the buffer is empty.
6832
0e14fe9f
GM
68332000-11-16 Gerd Moellmann <gerd@gnu.org>
6834
eaae8106 6835 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
6836 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
6837 Bind ange-ftp-process-verbose to nil.
0e14fe9f 6838
da645c53
DL
68392000-11-15 Dave Love <fx@gnu.org>
6840
83c9cb8e
SM
6841 * wid-edit.el (widget-specify-field, widget-specify-button):
6842 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
6843 widget-mouse-help.
6844 (widget-mouse-help): New function.
6845 (widget-echo-help): Rewritten for :help-echo functions only taking
6846 a widget arg.
6847
83c9cb8e
SM
6848 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
6849 Use display-graphic-p.
b12057b9
DL
6850 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
6851 and that JPEG is available.
6852 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
6853
da645c53
DL
6854 * international/mule-cmds.el (locale-charset-language-names):
6855 Match @euro.
6856
6d133d1f
GM
68572000-11-15 Gerd Moellmann <gerd@gnu.org>
6858
83c9cb8e
SM
6859 * faces.el (face-set-after-frame-default):
6860 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
6861 default face from X resources.
6862
49ac2ac5
EZ
68632000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
6864
6865 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6866 Don't set EMACSLOADPATH.
6867
4fb0a34c
EZ
68682000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
6869
6870 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
6871 texinfo-insert-@url.
6872 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
6873 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
6874
bb304a7a
SM
68752000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6876
82bc80bf
SM
6877 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
6878 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
6879 (checkdoc-minor-keymap): Backward compatibility.
6880 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
6881 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
6882 (checkdoc-this-string-valid-engine): Be a bit more strict
6883 to avoid matching substrings of `...' quoted vars/funs.
6884 (checkdoc-defun-info): Only look for `interactive' if alone.
6885 (debug-ignored-errors): Add "arg doesn't appear in docstring".
6886
e8c87124
SM
6887 * progmodes/compile.el (grep): `tag-default' can be nil.
6888
bb304a7a
SM
6889 * newcomment.el (comment-indent): Paren typo.
6890
8628686a
DL
68912000-11-14 Dave Love <fx@gnu.org>
6892
25c269ef
DL
6893 * calculator.el: New maintainer version.
6894
66321b2f 6895 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 6896
8628686a
DL
6897 * cmuscheme.el: Doc fixes.
6898 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 6899 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
6900
6901 * xscheme.el (scheme-program-name): Don't define here.
6902
6903 * progmodes/scheme.el (scheme-program-name): New variable
6904 (originally in cmuscheme).
6905
88f0a1eb
MB
69062000-11-14 Miles Bader <miles@gnu.org>
6907
6908 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
6909 Handle header-lines. Don't loop forever if we can't enlarge the
6910 window anymore. Simplify a bit.
6911
cd9a000c
KH
69122000-11-14 Kenichi Handa <handa@etl.go.jp>
6913
6914 * window.el (fit-window-to-buffer): Don't check
6915 window-text-height. Assure that the last line is fully visible.
6916
83c9cb8e
SM
6917 * international/quail.el (quail-show-guidance-buf):
6918 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
6919 buffer.
6920 (quail-update-guidance): Avoid making the guidance buffer shorter.
6921
d3fcda22
SM
69222000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6923
bdbd9606
SM
6924 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
6925 rather than `prepend' and add an interesting comment.
6926 (tex-math-face, tex-font-lock-syntactic-face-function):
6927 New face and function to use it.
6928 (tex-define-common-keys, tex-mode-map): Use menu-item rather
6929 than `menu-enable' symbol property.
6930 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
6931 (tex-mode): Add some latex-mode commands for auto-selection.
6932 Use tex-font-lock-syntactic-face-function.
6933 (tex-insert-quote): Simplify.
6934 (tex-shell): New mode.
6935 (tex-start-shell): Use it.
6936 (tex-shell-proc, tex-shell-buf): New functions.
6937 (tex-send-command): Use it.
6938 (tex-main-file): Fix the meaning of the new arg REALFILE.
6939 (tex-send-tex-command): New function split from `tex-start-tex'.
6940 Set compilation-last-buffer and compilation-parsing-end.
6941
d3fcda22
SM
6942 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
6943 when it follows non-comment text on the line.
6944
6945 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6946 Set font-lock-defaults.
6947 (lisp-mode-shared-map): Init inside the defvar.
6948 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
6949 Use define-derived-mode.
6950
bdab1d43
MB
69512000-11-14 Miles Bader <miles@lsi.nec.co.jp>
6952
6953 * faces.el (header-line): Use `:box nil' for color/gs displays too.
6954
936ae731
GM
69552000-11-14 Gerd Moellmann <gerd@gnu.org>
6956
83c9cb8e
SM
6957 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
6958 Don't recursively optimize body because that can lead to infinite
936ae731
GM
6959 recursion; see comment there.
6960
1695ca2b
EZ
69612000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
6962
6963 * faces.el (face-spec-set-match-display): Revert the change from
6964 2000-10-24. Add a FIXME for after v21.1.
6965
9d348294
MB
69662000-11-13 Miles Bader <miles@gnu.org>
6967
6968 * textmodes/fill.el (skip-line-prefix): New function.
6969 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
6970 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
6971 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6972 point inside the fill-prefix.
9d348294 6973
b85fa13c
MB
69742000-11-13 Miles Bader <miles@lsi.nec.co.jp>
6975
83c9cb8e
SM
6976 * calendar/calendar.el (generate-calendar-window):
6977 Use `fit-window-to-buffer'.
b85fa13c 6978
a0b47716
SM
69792000-11-12 Stefan Monnier <monnier@cs.yale.edu>
6980
6981 * gud.el (gud-minor-mode): New var.
6982 (gud-symbol, gud-val): New functions.
6983 (gud-find-file): Copy gud-minor-mode to the new buffer.
6984 (gud-menu-map): Include entries for commands that are not always
6985 available, using :enable to (de)activate them.
6986 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
6987 (gud-mode-map): New map.
eaae8106 6988 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
6989 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
6990 Don't set up gud's menu (it's done by the minor-mode).
6991 (gud-minibuffer-local-map): New.
6992 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
6993 (gud-query-cmdline): New function.
6994 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
6995 (gud-mode): Use define-derived-mode.
6996 Don't set up gud's menu (it's done by the minor-mode).
6997 (gud-chop-words): Remove.
6998 (gud-common-init): Use split-string instead.
6999 (gud-new-keymap, gud-make-debug-menu): Eradicate.
7000
7001 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7002 Add keyword arg :name.
7003
7004 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7005 (diff-count-matches, diff-split-hunk): New functions.
7006 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7007
7008 * pcvs-info.el (cvs-fi-conflict-face): New var.
7009
7010 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7011 Make it into a simple syntax-table, shared among all submodes.
7012 (sh-heredoc-face): Re-introduce.
7013 (sh-font-lock-syntactic-face-function): New function.
7014 (sh-mode): Use it. Also use define-derived-mode.
7015 Remove old bogus setting of indent-region-function.
7016 (sh-set-shell): Don't set the syntax-table any more.
7017 (sh-mode-syntax-table) <defun>: Remove.
7018
f5ed37df
MB
70192000-11-12 Miles Bader <miles@gnu.org>
7020
7021 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7022 message if interactive.
7023
0b074c2f
DL
70242000-11-12 Dave Love <fx@gnu.org>
7025
7026 * mail/feedmail.el: Fix header,
7027 (feedmail) <defgroup>: Add :link.
7028
7029 * view.el: Use local-map property, not keymap on mode-line string.
7030
83c9cb8e
SM
7031 * scroll-all.el (scroll-all-mode): Customize variable.
7032 Add autoload cookie to function.
0b074c2f
DL
7033
7034 * lazy-lock.el: Remove compatibility code.
7035
7036 * finder.el (finder-known-keywords): Add `files', remove `vms'.
7037 (finder-help-echo): New variable.
7038 (finder-mouse-face-on-line): Add help-echo stuff.
7039 (finder-list-keywords, finder-list-matches): Use mapc.
7040
7041 * faces.el (face-font-registry-alternatives): Add :version.
7042
7043 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7044 tags-table-list.
7045
a0b47716 7046 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 7047
a0b47716 7048 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
7049 (mail-mode): Use [:alnum:] in some regexps.
7050
6d502396
DL
70512000-11-10 Dave Love <fx@gnu.org>
7052
7053 * ediff.el (ediff-regions-internal, ediff-documentation):
7054 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7055 fundamental mode.
7056
7057 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7058 buffer into fundamental mode.
7059 (ediff-set-difference): Use copy-sequence if available.
7060
83c9cb8e
SM
7061 * ediff-ptch.el (ediff-dispatch-file-patching-job):
7062 Check ediff-patch-map non-nil.
6d502396
DL
7063 (ediff-fixup-patch-map, ediff-fixup-patch-map)
7064 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7065 buffer into fundamental mode.
7066
7067 * ediff-merg.el (state-or-merge): Defvar when compiling.
7068
a82fe213
JR
70692000-11-10 Jason Rumney <jasonr@gnu.org>
7070
7071 * w32-fns.el (w32-add-charset-info): New function.
7072 (w32-charset-info-alist): Use it.
7073
52d89894
GM
70742000-11-10 Gerd Moellmann <gerd@gnu.org>
7075
7076 * faces.el (face-font-registry-alternatives): New user-option.
7077
178932de
SM
70782000-11-10 Stefan Monnier <monnier@cs.yale.edu>
7079
d7fa3319
SM
7080 * textmodes/texinfo.el (texinfo-block-default): New var.
7081 (texinfo-insert-block): Use it. Insert a newline if needed.
7082
178932de
SM
7083 * textmodes/fill.el (fill-indent-according-to-mode): New var.
7084 (fill-region-as-paragraph): Use it.
7085
7086 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7087 (latex-mode): Tweak tex-*-(head|trail)er regexps.
7088 Tweak paragraph regexps to allow a leading [ \t]*.
7089 (tex-latex-block): Insert a newline if necessary.
7090 (latex-insert-item): Only insert a newline if necessary.
7091 (tex-guess-main-file): New function.
7092 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
7093 Set tex-main-file if TeX-master is provided.
7094 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7095
bd02b8e0
GM
70962000-11-10 Gerd Moellmann <gerd@gnu.org>
7097
7098 * startup.el (command-line): Set the default tooltip-mode
7099 to t for graphical displays which implement x-show-tip.
7100
7101 * tooltip.el (tooltip-mode): Add a comment about startup.el
7102 setting the default value of this user-option.
7103
b29b03eb
SM
71042000-11-09 Stefan Monnier <monnier@cs.yale.edu>
7105
7106 * font-lock.el (font-lock-*-face) <defvar>: Move.
7107 (font-lock-defaults-alist): Mark obsolete.
7108 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7109 (font-lock-mode): Use define-minor-mode.
7110 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7111 (font-lock-turn-off-thing-lock): Be more explicit.
7112 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7113 (font-lock-syntactic-face-function): New var.
7114 (font-lock-fontify-syntactically-region): Use it.
7115 (font-lock-doc-face): New.
7116
7117 * pcvs.el (cvs-enabledp): Ignore errors.
7118 (cvs-commit-filelist): Never query.
7119 (cvs-mode-insert): Always add a terminating / in the initial prompt.
7120 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7121 (cvs-do-removal): Use cvs-partition rather than delete-if.
7122 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7123 cvs-bury-buffer.
7124
7125 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7126 Allow `next' to jump to after the end of the last match.
7127
778fbc46
GM
71282000-11-09 Gerd Moellmann <gerd@gnu.org>
7129
730c746c
GM
7130 * simple.el (byte-compiling-files-p): New function.
7131
7132 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7133 if it is there.
7134
7135 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7136 nil again.
7137
778fbc46
GM
7138 * textmodes/ispell.el (ispell-library-path): Don't call
7139 check-ispell-version when byte-compiling because that starts
7140 an ispell process, and ispell might not be installed.
7141 (toplevel): Don't set up a menu when byte-compiling.
7142
7143 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7144 it, so that a boundp test can be used to determine if we're
7145 currently byte-compiling.
7146
5912c5bb
DL
71472000-11-09 Dave Love <fx@gnu.org>
7148
83c9cb8e 7149 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 7150
7bb054a5
GM
71512000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7152
83c9cb8e
SM
7153 * ps-print.el: Patch for variable initialization when spooling.
7154 Doc fix.
7bb054a5
GM
7155 (ps-output-list): Fun eliminated.
7156 (ps-begin-file, ps-begin-job): Code fix.
7157
9db2706e
DL
71582000-11-08 Dave Love <fx@gnu.org>
7159
83c9cb8e 7160 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 7161
f7eb32aa
GM
71622000-11-08 Gerd Moellmann <gerd@gnu.org>
7163
7164 * simple.el (shell-command, display-message-or-buffer)
7165 (shell-command-on-region): Mention resize-mini-windows in the doc
7166 string.
7167 (display-message-or-buffer): Take the value of resize-mini-windows
7168 into account.
7169
7b01b08c
GM
71702000-11-07 Gerd Moellmann <gerd@gnu.org>
7171
acad3c0b
GM
7172 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7173
7b01b08c
GM
7174 * dired.el (dired-between-files): Add `^. find' as an alternative
7175 to the regular expression, for find-dired.
7176
6f602bd0
SM
71772000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7178
7179 * textmodes/texnfo-upd.el: Require texinfo.
7180 (defmacro, defgroup): Remove.
7181 (texinfo-section-to-generic-alist): Remove.
7182 Use texinfo-section-list instead (i.e. level is changed string->int).
7183 (texinfo-filter): New function.
7184 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7185 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7186 Use it. And use regexp-opt.
7187 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7188 (texinfo-update-menu-region-beginning)
7189 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7190 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7191 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 7192 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
7193 (texinfo-sequential-node-update): Remove autoload cookie.
7194
7195 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7196 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7197 (texinfo-chapter-level-regexp): Remove.
7198 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7199
bb216218
DL
72002000-11-06 Dave Love <fx@gnu.org>
7201
6f602bd0 7202 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 7203
6f602bd0
SM
7204 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7205 Match defun*.
bb216218 7206
ff8dd5d5
KH
72072000-11-06 Kenichi Handa <handa@etl.go.jp>
7208
7209 * composite.el (composition-function-table): Variable declaration
7210 moved to src/composite.c.
7211 (compose-chars-after): New optional arg object.
7212
e9da51a1
GM
72132000-11-06 Gerd Moellmann <gerd@gnu.org>
7214
e0c12c68
GM
7215 * bindings.el (mode-line-toggle-read-only)
7216 (mode-line-toggle-modified, mode-line-widen)
7217 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7218 (make-mode-line-mouse2-map): Rewritten.
7219 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7220 functions so that C-h k can show something with a doc string.
eaae8106 7221
e9da51a1
GM
7222 * startup.el (fancy-splash-delay): Set to 10 seconds.
7223 (fancy-splash-max-time): New user-option.
7224 (fancy-splash-stop-time): New variable.
7225 (fancy-splash-screens): Set it. Catch `stop-splashing'.
7226 (fancy-splash-screens-1): Throw `stop-splashing' when current
7227 time is greater than fancy-splash-stop-time.
7228
611dbdf0
SM
72292000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7230
4d2806e2
SM
7231 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7232
611dbdf0
SM
7233 * pcvs.el (cvs-mode-marked): New arg `noquery'.
7234 Prompt user for a file rather than raising an error.
7235 (cvs-enabledp): Fix call to cvs-mode-marked.
7236 (cvs-insert-file): New function (extracted from cvs-mode-insert).
7237 (cvs-mode-insert): Use it. Change the init prompt' value.
7238 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7239
7240 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7241 Don't pass default arg to ewoc-locate.
7242 (ewoc-collect): Return result in the right order.
7243
7244 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7245
7246 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7247 (cvs-status-get-tags): Fix regexp.
7248 (cvs-status-trees, cvs-status-cvstrees):
7249 Combine after change hooks and don't sit-for.
4d2806e2
SM
7250 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7251 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
7252 Use make-char rather than hard-coded cryptic data.
7253 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7254
7255 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7256
7257 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7258 (cvs-insert-strings): New function.
7259
937b2877
MB
72602000-11-06 Miles Bader <miles@lsi.nec.co.jp>
7261
7262 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7263 `mwheel-scroll-amount'.
7264 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7265 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7266 string-matching against the version string.
7267
c6c97763
KH
72682000-11-06 Kenichi Handa <handa@etl.go.jp>
7269
6eaec747
KH
7270 * language/thai.el ("Thai"): Set a lisp form that produces
7271 composed string in `sample-text' language info.
7272
7273 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7274 composed string in `sample-text' language info.
7275
83c9cb8e
SM
7276 * international/mule-cmds.el (describe-language-environment):
7277 Eval `sample-text' data and insert the result.
6eaec747 7278
c6c97763
KH
7279 * international/mule-conf.el (compound-text): Define this coding
7280 system here. Make x-ctext and ctext aliases of it.
7281
7282 * language/european.el (compound-text, ctext): Moved to
7283 international/mule-conf.el.
7284
d1145f85
AI
72852000-11-05 Andrew Innes <andrewi@gnu.org>
7286
7287 * w32-fns.el (w32-version): New function.
7288
178a6a45
SM
72892000-11-05 Stefan Monnier <monnier@cs.yale.edu>
7290
7291 * progmodes/awk-mode.el: Update copyright.
7292 (awk-mode-abbrev-table): Remove.
7293 (awk-font-lock-keywords): Use regexp-opt.
7294 (awk-mode): Use define-derived-mode.
7295
7296 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7297 when extracting a suffix.
7298
1ba90166
AS
72992000-11-04 Andre Spiegel <spiegel@gnu.org>
7300
7301 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
7302 auto-save-mode.
7303
546790cb
JR
73042000-11-04 Jason Rumney <jasonr@gnu.org>
7305
7306 * language/european.el (decode-mac-roman): Test against r1 not r0.
7307
d247e32d
SM
73082000-11-03 Stefan Monnier <monnier@cs.yale.edu>
7309
fbf44f44
SM
7310 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7311 (icon-mode): Define indent-line-function.
7312 (icon-comment-indent): Simplify.
7313 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7314
7315 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7316
7317 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7318 Bind change-log-default-mode to defeat the caching done on it.
7319 Don't bother saving excursion any more.
7320
7321 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7322
7323 * frame.el (after-setting-font-hook): Rename hooks -> hook.
7324 (set-frame-font): Use the new name (and the old for compatibility).
7325
eaae8106
SS
7326 * toolbar/tool-bar.el (tool-bar-mode):
7327 * time.el (display-time-mode):
7328 * recentf.el (recentf-mode):
7329 * paren.el (show-paren-mode):
7330 * mwheel.el (mouse-wheel-mode):
7331 * msb.el (msb-mode):
7332 * jka-compr.el (auto-compression-mode):
7333 * image-file.el (auto-image-file-mode):
7334 * hl-line.el (hl-line-mode):
7335 * delsel.el (delete-selection-mode):
7336 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
7337 * complete.el (partial-completion-mode): Drop unneeded positional args.
7338
eaae8106 7339 * info.el (Info-mode):
79372165 7340 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 7341
d247e32d
SM
7342 * log-edit.el (log-edit-menu): New menu.
7343
4921558e
MB
73442000-11-03 Miles Bader <miles@gnu.org>
7345
7346 * wid-edit.el (widget-end-of-line): Reinstate, with a new
7347 definition, so that trailing spaces are handled properly.
7348 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7349
1fc02b3c
GM
73502000-11-03 Gerd Moellmann <gerd@gnu.org>
7351
7352 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7353 tab character.
7354 (fancy-splash-screens): Set tab-width to 20.
7355
51d001f7
DL
73562000-11-03 Dave Love <fx@gnu.org>
7357
7358 * comint.el (comint-completion-addsuffix): Fix custom type.
7359
ba22aeff
SM
73602000-11-02 Stefan Monnier <monnier@cs.yale.edu>
7361
7362 * font-lock.el (font-lock-buffers): Remove.
7363 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7364 (font-lock-change-major-mode): Remove.
7365 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7366 (font-lock-default-fontify-region): Extend the multiline
7367 fontification to whole lines.
7368 (font-lock-fontify-anchored-keywords)
7369 (font-lock-fontify-keywords-region): If matching just one
7370 line (with \n) only mark the \n as multiline.
7371
7372 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7373 Correctly handle the case where several :group args are supplied.
7374 Allow :extra-args.
7375 (easy-mmode-define-global-mode): Allow :extra-args.
7376 Correctly handle the case where several :group args are supplied.
7377
9c887ada
MB
73782000-11-02 Miles Bader <miles@gnu.org>
7379
eaae8106 7380 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
7381 (holiday-face): Remove dependency on `window-system'.
7382
7f25090d
KR
73832000-11-02 Ken Raeburn <raeburn@gnu.org>
7384
7385 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 7386 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 7387 (compile-files): Bomb out if compilation of a file fails.
7f25090d 7388
7dd6009c
DL
73892000-11-02 Dave Love <fx@gnu.org>
7390
7391 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7392
94821e4f
EZ
73932000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
7394
7395 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7396 punctuation in the warning inserted into the *mail* buffer.
7397
1ac3fc42
GM
73982000-11-02 Gerd Moellmann <gerd@gnu.org>
7399
57731876
GM
7400 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7401 (authors-public-domain-p): New function.
7402 (authors-print): Use it.
7403
975f82c9
GM
7404 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7405
1ac3fc42
GM
7406 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7407
4b3eb10f
GM
74082000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7409
975f82c9 7410 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
7411 (ps-print-version): New version number (6.3.1).
7412 (ps-even-or-odd-pages): Customization fix.
7413 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7414 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7415 (ps-page-count): Var replaced by `ps-page-column'.
7416 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7417 (ps-print-sheet-p): New fun.
7418
7da794df
MB
74192000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7420
7421 * tooltip.el (tooltip-gud-tips-setup): New function.
7422 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7423 (tooltip-mode): Call tooltip-gud-tips-setup.
7424 (tooltip-gud-tips): Use `gud-basic-call' instead of
7425 process-send-string, so the prompt gets frobbed appropriately.
7426 Handle nil return value from `tooltip-gud-print-command'.
7427
0e40b809
EL
74282000-11-01 Eric M. Ludlam <zappo@ultranet.com>
7429
7430 * comint.el (comint-add-to-input-history): New function.
7431 (comint-send-input): Use `comint-add-to-input-history'.
7432
50ada0db
MB
74332000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7434
973a3104
MB
7435 * info.el (info-menu-header): New face.
7436 (Info-fontify-menu-headers): New function.
7437 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7438
50ada0db
MB
7439 * info.el (Info-insert-dir): Don't include blank lines at
7440 beginning of additional dir files (one is added automatically).
7441
bff53411
SM
74422000-11-01 Stefan Monnier <monnier@cs.yale.edu>
7443
7444 * emacs-lisp/easy-mmode.el (define-minor-mode):
7445 Revert the latest changes.
7446 Allow the three positional arguments to be skipped and replaced
7447 by keyword arguments.
7448 Add a :toggle argument to determine whether a nil arg means toggle
7449 or means turn-on. The default is unchanged.
7450 Add a call to force-mode-line-update.
7451
6b8a0b2d
DL
74522000-11-01 Dave Love <fx@gnu.org>
7453
83c9cb8e 7454 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 7455
5bf99100
MB
74562000-11-01 Miles Bader <miles@lsi.nec.co.jp>
7457
83c9cb8e
SM
7458 * calendar/calendar.el (diary-face, holiday-face):
7459 Add dark-background variants.
5bf99100 7460
a4032611
SS
74612000-10-31 Sam Steingold <sds@gnu.org>
7462
7463 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7464 `tex-main-file' does not have directory in it.
7465
c286608e
SM
74662000-10-31 Stefan Monnier <monnier@cs.yale.edu>
7467
7468 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7469
4836835a
TTN
74702000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
7471
7472 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7473 functional change.
7474
26dcb81b
GM
74752000-10-31 Gerd Moellmann <gerd@gnu.org>
7476
7477 * files.el (find-file-noselect): When we expand a wildcard, return
7478 a list of buffers, as we should do according to the doc string.
7479
49fc4500
KR
74802000-10-31 Ken Raeburn <raeburn@gnu.org>
7481
7482 * loadup.el (top level): Adjust load path if program name is
7483 "../src/bootstrap-emacs", in case it's not dumped and thus the
7484 load path adjustment hasn't already been done.
7485
ea0c615d
GM
74862000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7487
83c9cb8e
SM
7488 * ps-print.el: Fix bug on selected pages for printing.
7489 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
7490 is on. Try to avoid warning messages when compiling. Doc Fix.
7491 (ps-print-version): New version number (6.3).
7492 (ps-color-device): Use `color-values' to determine if device
7493 supports color.
7494 (ps-color-values): Try to use `x-color-values' when using XEmacs.
7495 (ps-print-page-p): Changed from defsubst to defun.
7496 (ps-page-number): Changed from defmacro to defun.
7497 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7498 printing.
c286608e 7499 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
7500 (ps-end-file, ps-dummy-page): Funs eliminated.
7501 (ps-print-color-scale): Changed default value.
7502 (ps-page-n-up, ps-print-page-p): New internal vars.
7503 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7504 (ps-plot-region, ps-generate, ps-end-job): Code fix.
7505
9e20722f
GM
7506 * delim-col.el: Little programming improvement.
7507 (delimit-columns-str): New macro.
7508 (delimit-columns-region, delimit-columns-rectangle): Code fix.
7509
d7a0fd00
KH
75102000-10-31 Kenichi Handa <handa@etl.go.jp>
7511
c286608e
SM
7512 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7513 Moved to european.el.
d7a0fd00
KH
7514 (ccl-encode-mac-roman-font, fontset-mac): Modified for
7515 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
7516 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7517 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 7518
234be340
DL
75192000-10-30 Dave Love <fx@gnu.org>
7520
7521 * progmodes/cc-menus.el (imenu-generic-expression)
7522 (imenu-progress-message): Only defvar when compiling.
7523
4edc4a39
DL
7524 * emacs-lisp/elp.el (elp-unload-hook): New function.
7525
7526 * loadhist.el (unload-feature): Call elp-restore-function,
7527 checking for symbols; don't use elp-restore-all.
7528 (loadhist-hook-functions): Doc fix.
7529
70c825df
SM
75302000-10-30 Stefan Monnier <monnier@cs.yale.edu>
7531
7532 * log-edit.el (log-edit-confirm): Fix the default.
7533
1d3baf74
GM
75342000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7535
7536 * delim-col.el: Little fix: replace delimit-columns-align-columns by
7537 delimit-columns-format.
7538 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 7539
1ec321a7
MB
75402000-10-30 Miles Bader <miles@lsi.nec.co.jp>
7541
7542 * comint.el (comint-replace-by-expanded-history): Don't use
7543 comint-get-old-input (we're not looking at *old* input).
7544 (comint-get-old-input-default): If using fields, signal an error
7545 when the point is not in an input field.
7546
70737ea9
KH
75472000-10-30 Kenichi Handa <handa@etl.go.jp>
7548
7549 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7550 and mule-unicode-e000-ffff.
7551
fa0cb51d 7552 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
7553 (make-coding-system): Accept a symbol of translation table as a
7554 value of property `safe-chars'.
7555
7556 * international/mule-cmds.el (encode-coding-char): Check property
7557 safe-chars instead of safe-charsets.
7558
7559 * international/fontset.el (fontset-default): Modified for
7560 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7561 (x-font-name-charset-alist): Likewise.
7562 (ccl-encode-unicode-font): New CCL program. Record it in
7563 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
7564
70c825df
SM
7565 * language/european.el (mac-roman-decoder, mac-roman-encoder):
7566 New translation tables.
70737ea9
KH
7567 (decode-mac-roman, encode-mac-roman): Definition of these CCL
7568 programs are modified and moved from mac-win.el.
7569 (mac-roman): Definition of this coding system is modified and
7570 moved from mac-win.el.
4836835a 7571
fda2ce24 75722000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 7573
1d3baf74 7574 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 7575 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 7576
dd4d3cb6
MB
75772000-10-29 Miles Bader <miles@gnu.org>
7578
7579 * custom.el (custom-add-to-group): Allow multiple entries for a
7580 given value OPTION, as long as their widget types are different.
7581 * cus-edit.el (custom-face-value-create): If face name doesn't end
7582 with "face", add such here (similar to custom group widgets).
7583
7584 * comint.el (comint-highlight-prompt): Add :type.
7585
dace60cf
JW
75862000-10-28 John Wiegley <johnw@gnu.org>
7587
dace60cf
JW
7588 * calendar/timeclock.el (timeclock-log): Doc fix.
7589 (timeclock-last-event): Doc fix.
83c9cb8e 7590 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
7591 (timeclock-find-discrep): Use a temp buffer to read in the
7592 timelog, instead of visiting the file.
7593 (timeclock-log-data): A new function, along with a host of helper
7594 functions, for the purpose of making timelog data accessible to
7595 programmers.
7596
7597 * eshell/esh-mode.el (window-height test): Make certain that
7598 `eshell-stringify-t' is non-nil.
7599 (eshell-password-prompt-regexp): Changed to a much simpler
7600 password regexp.
7601 (eshell-send-input): If `eshell-invoke-directly' returns t,
7602 directly invoke the parsed command using `eval'. This improves
7603 turn-around time on simple commands by a factor of three or
7604 greater, such as cd, ls, pwd, etc. -- which get used very often.
7605 It also conserves thousands of cons cells per call (since
7606 `eshell-do-eval' consumes memory like a Cookie Monster set loose
7607 in the Pacific Cookie Company).
7608
7609 * eshell/esh-test.el (eshell-test): Whitespace fix.
7610
83c9cb8e
SM
7611 * eshell/em-ls.el (eshell-ls-insert-directory):
7612 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
7613
7614 * eshell/em-script.el (eshell-script-initialize): Add names to
7615 `eshell-complex-commands, since `source' and `.' are complex.
7616
0467b076
EZ
7617 * eshell/esh-cmd.el (eshell-rewrite-for-command)
7618 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
7619 `eshell-copy-handles'.
7620 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
7621 bodies.
7622 (eshell-separate-commands): Whitespace fix.
7623 (eshell-complex-commands): Added a new list of names, for
7624 determining whether a given command is as simple as it looks.
7625 (eshell-invoke-directly): New function. Returns t if a command
7626 should be invoked directly (using `eval'), rather than indirectly
7627 using `eshell-do-eval'.
7628 (eshell-do-eval): Whitespace fix.
7629
7630 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
7631 which provides an emulation of the DOS shell behavior of assuming
7632 that cp/mv/ln should copy/move/link to the current directory.
7633 (eshell-remove-entries): Added a doc string.
7634 (eshell-shuffle-files): Removed the check for `target' being null.
7635 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
7636 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
7637 it to do a smarter check of whether a destination was provided.
7638 (eshell/mv, eshell/cp): Enable `:preserve-args'.
7639 (eshell/ln): Enable `:preserve-args', and use
7640 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
7641 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
7642 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
7643 list after flattening it. This makes it possible to cat files
7644 with numerical names.
7645 (eshell-unix-initialize): Added several names to
7646 `eshell-complex-commands.
7647 (eshell-unix-command-complex-p): Return t if a given command name
7648 may result in external processes being invoked.
7649
7650 * eshell/em-glob.el (eshell-glob-show-progress): Make this
7651 variable nil by default, since it slows down glob processing by a
7652 factor of two or more, and increases memory consumption.
7653
7654 * eshell/em-smart.el: Added a note about how memory consumptive
7655 smart display mode can be (at least this is true in Emacs 21).
7656 (eshell-smart-initialize): Whitespace fix.
7657 (eshell-refresh-windows): Use `if' instead of `when'.
7658 (eshell-smart-scroll-window): Calling `save-current-buffer' was
7659 not necessary.
83c9cb8e 7660 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
7661
7662 * eshell/em-ls.el (eshell-do-ls): Code simplification.
7663 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
7664 Whitespace fix.
7665 (eshell-ls-exclude-hidden): Added this variable in addition to
7666 `eshell-ls-exclude-regexp'. This one prevents files beginning
7667 with . from even being read, which can improve memory consumption
7668 quite a bit.
7669 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
7670 read file entries beginning with a dot. In home directories with
7671 lots of hidden files, fully two-thirds of the time spent in ls is
7672 used to read directory entries that are immediately thrown away.
7673 (eshell-ls-initial-args): Added back this configuration variable,
7674 for specifying default initial arguments to every call to ls.
7675 Much faster than using an alias to do the same thing.
7676 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
7677 (eshell-ls-dir): Whitespace change.
7678
7679 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
7680
83c9cb8e 7681 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
7682 (eshell-stringify-t): Added a customization variable, to indicate
7683 whether `t' should be rendered as a string at all. If not, one
7684 can still determine if the result of an expression is true using
7685 "file-exists-p FILE && echo true".
7686 (eshell-stringify): If `eshell-stringify-t' is nil, don't
7687 stringify t!
7688
7689 * eshell/esh-module.el: Whitespace fix.
7690
83c9cb8e
SM
7691 * eshell/em-alias.el (eshell-alias-initialize):
7692 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
7693 (eshell-command-aliased-p): New function that returns t if a
7694 command name names an aliased.
7695
657f9cb8 76962000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 7697
0467b076 7698 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 7699 redrawing the screen when changing cursor color.
0467b076
EZ
7700 (viper-insert-state-pre-command-sentinel)
7701 (viper-replace-state-pre-command-sentinel)
70c825df
SM
7702 (viper-replace-state-post-command-sentinel):
7703 Use viper-preserve-cursor-color.
657f9cb8
MK
7704 Many functions changed to use viper= instead of = when comparing
7705 characters.
0467b076 7706 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 7707 working with characters.
0467b076 7708 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
7709 Many functions changed to use viper= instead of = when comparing
7710 characters.
0467b076 7711 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 7712
0467b076 7713 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 7714 Several typos fixed in various docstrings.
0467b076 7715 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 7716 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
7717 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
7718 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
7719 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
7720 (ediff-get-selected-buffers): New function.
7721 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
7722 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
7723 Use save-window-excursion.
0467b076 7724 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 7725 termination check in while loop.
0467b076 7726 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 7727 dired buffer.
0467b076
EZ
7728 (ediff-files,ediff-merge-files,ediff-files3)
7729 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 7730
4f490d99
DL
77312000-10-28 Dave Love <fx@gnu.org>
7732
7733 * info.el (Info-fontify-node): Add help-echo for menu items.
7734
45b84006
EZ
77352000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7736
5ebc02b3
EZ
7737 * startup.el (normal-top-level): If the value of $TERM indicates
7738 we are running from xterm or one of its work-alikes, default to a
7739 light background mode.
7740
45b84006
EZ
7741 Support for -fg, -bg, and -rv command-line arguments for TTYs:
7742 * faces.el (tty-handle-reverse-video): New function.
7743 (tty-create-frame-with-faces): Call it.
7744
7745 * frame.el (frame-notice-user-settings): Don't apply
7746 default-frame-alist and initial-frame-alist to MS-DOS frames.
7747 Call tty-handle-reverse-video, frame-set-background-mode, and
7748 face-set-after-frame-default for non-MS-DOS frames.
7749
7750 * startup.el (tty-long-option-alist): New variable.
7751 (tty-handle-args): New function.
7752 (command-line): Call tty-handle-args.
7753
7754 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
7755 startup.el now does that for all character-terminal frames.
7756
eab6e8b9
MB
77572000-10-28 Miles Bader <miles@gnu.org>
7758
83c9cb8e
SM
7759 * emacs-lisp/easy-mmode.el (define-minor-mode):
7760 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
7761 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 7762 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
7763 version using `easy-mmode-define-global-mode'.
7764 Add :conditional-turn-on keyword argument.
eab6e8b9 7765
51a29efc
DL
77662000-10-28 Dave Love <fx@gnu.org>
7767
83c9cb8e
SM
7768 * international/latin1-disp.el (latin1-char-displayable-p):
7769 Don't use window-system.
51a29efc 7770
d71d7114
EZ
77712000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
7772
7773 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7774 Don't call find-buffer-file-type-coding-system. Instead, just
7775 set eol-type to -unix if inhibit-eol-conversion is in effect, or
7776 if the file is on an untranslated filesystem.
7777 (add-untranslated-filesystem): Use "D" instead of "f" inside
7778 interactive.
7779
1f9cab4b
DL
77802000-10-27 Dave Love <fx@gnu.org>
7781
70c825df 7782 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
7783 (refill-mode): Use it.
7784
70c825df
SM
77852000-10-27 Stefan Monnier <monnier@cs.yale.edu>
7786
7787 * international/quail.el (quail-activate): Don't make-local-hook.
7788
7432cf10
AS
77892000-10-27 Andre Spiegel <spiegel@gnu.org>
7790
4836835a 7791 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 7792 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
7793 (vc-make-version-backup): Don't do it on MS-DOS without long file
7794 names.
4836835a 7795
7432cf10
AS
7796 * vc.el (vc-version-other-window): If an automatic backup of the
7797 desired version exists, rename it instead of copying it.
7798
4836835a
TTN
7799 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
7800 after command. If there's an unexpected error, signal it instead
7432cf10 7801 of being silent.
e1483c38 7802 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 7803
05ea7ef2
MB
78042000-10-27 Miles Bader <miles@lsi.nec.co.jp>
7805
fd1035aa
MB
7806 * shell.el (shell): Add BUFFER argument.
7807 * comint.el (make-comint-in-buffer): New function.
7808 (make-comint): Use it.
7809
05ea7ef2
MB
7810 * faces.el (face-spec-choose): Change syntax so that the list of
7811 attribute-value pairs is now the cdr of each clause, not the cadr.
7812 Detect old-style entries, and handle them. Use pop.
7813
835a55fe
SM
78142000-10-26 Stefan Monnier <monnier@cs.yale.edu>
7815
f5ab1cdd
SM
7816 * cus-edit.el (custom-mode-map): Use a sparse map.
7817 (custom-mode): Don't bother with make-local-hook.
7818
7819 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
7820
835a55fe
SM
7821 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
7822
c13b0ec8
GM
78232000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7824
7825 * ps-print.el: Avoid compilation gripes.
7826 (ps-print-version): New version number (6.2.1).
4836835a 7827
e9f63196
DL
78282000-10-26 Dave Love <fx@gnu.org>
7829
0b95284b
DL
7830 * menu-bar.el: Modify some menu item help strings.
7831 (menu-bar-help-menu): Add link to MORE.STUFF.
7832
e9f63196
DL
7833 * cus-edit.el (custom-mode): Add `special' mode-class property.
7834
7835 * wid-browse.el (widget-browse-mode): Likewise.
7836
7837 * wid-edit.el (widget-specify-field): Revert to using local-map
7838 property, not keymap.
7839
e276a14a
MB
78402000-10-26 Miles Bader <miles@lsi.nec.co.jp>
7841
c1545d88
MB
7842 * wid-edit.el (widget-field-end): When checking for a `boundary'
7843 field, do so in the correct buffer.
7844
3c1b77ca
MB
7845 * simple.el (undo): Correctly distinguish between numeric and
7846 non-numeric prefix args in non-transient-mark-mode, as per the doc
7847 string. When in transient-mark-mode, treat all prefix-args as
7848 numeric.
7849
f5ab1cdd
SM
7850 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
7851 Position point on match. Handle N == 0 correctly.
22626d9d
MB
7852
7853 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
7854 (comint-mode-map): Reverse order of `comint-write-output' and
7855 `comint-append-output-to-file'.
7856 (comint-append-output-to-file): Reinstate this function, for the
7857 benefit of the menu.
7858
d97151cb
SM
78592000-10-25 Stefan Monnier <monnier@cs.yale.edu>
7860
7861 * vc.el (vc-version-other-window): Bind `file'.
7862
ea7d6f5b
GM
78632000-10-25 Gerd Moellmann <gerd@gnu.org>
7864
f5ab1cdd 7865 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
7866
7867 * emacs-lisp/authors.el (batch-update-authors): New function.
7868 (authors-fixed-entries): New defconst.
7869 (authors-add-fixed-entries): New function.
7870 (authors): Call it.: Don't process lispref/.
7871
17c25cea
JR
78722000-10-25 Jason Rumney <jasonr@gnu.org>
7873
7874 * cus-edit.el (custom-button-face, custom-button-pressed-face):
7875 Merge x w32 and mac definitions.
7876
4ecda532
GM
78772000-10-25 Gerd Moellmann <gerd@gnu.org>
7878
7879 * menu-bar.el (menu-bar-options-menu): Add a help string for
7880 `uniquify'.
7881
b6735035
GM
78822000-10-25 Stephen Gildea <gildea@alum.mit.edu>
7883
f5ab1cdd
SM
7884 * time-stamp.el (time-stamp-string-preprocess):
7885 Fix a wrong type argument error.
b6735035 7886
f4cbc7a0
MB
78872000-10-25 Miles Bader <miles@gnu.org>
7888
7889 * recentf.el (recentf-mode): Variable removed.
7890 (recentf-mode): Use `define-minor-mode'.
7891
7892 * mwheel.el (mouse-wheel-mode): New global minor mode.
7893 (mwheel-install): Use `mouse-wheel-mode'.
7894
f4b020f6
DL
78952000-10-25 Dave Love <fx@gnu.org>
7896
f5ab1cdd
SM
7897 * progmodes/cperl-mode.el (cperl-mode):
7898 Set normal-auto-fill-function correctly.
072cb6f9 7899
83c9cb8e
SM
7900 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7901 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 7902 bindings.
f4b020f6 7903
ebe2a441
MB
79042000-10-25 Miles Bader <miles@lsi.nec.co.jp>
7905
ff4dcd4b
MB
7906 * wid-edit.el (widget-field-at): New function.
7907 (widget-at, widget-field-activate): Use it.
7908 (widget-tabable-at): Use `widget-at'.
7909 (widget-specify-field): If the terminating character of the widget
7910 field (which is read-only) is a newline, put it into a special
7911 `boundary' field so that C-n/C-p act more naturally.
7912 (widget-field-end): Also don't subtract one if a special
7913 `boundary' field has been added after the widget field.
7914
83c9cb8e
SM
7915 * comint.el (comint-output-filter, comint-send-input):
7916 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 7917 code, since it should notice the overlay insertion-types now.
ff4dcd4b 7918
ebe2a441
MB
7919 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
7920 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
7921 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
7922
fe50b6ab
GM
79232000-10-24 Gerd Moellmann <gerd@gnu.org>
7924
53df4dda 7925 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
7926 (authors): Set file coding system to iso-2022-7bit.
7927 Add file-local variables to output buffer.
53df4dda 7928
4836835a 7929 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
7930 WARN is nil.
7931
53df4dda
GM
79322000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7933
7934 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
7935
7936 * delim-col.el: Now there is a column formatting mechanism.
7937 Modified to customization mechanisms convention. Doc fix.
7938 (columns): New group for delim-col.
7939 (delimit-columns-before, delimit-columns-after)
7940 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
7941 (delimit-columns-end): New vars.
7942 (delimit-columns-customize, delimit-columns-format): New funs.
7943 (delimit-columns-region, delimit-columns-rectangle)
7944 (delimit-columns-rectangle-line): Modified to support column
7945 formatting.
4836835a 7946
a9839779
DL
79472000-10-24 Dave Love <fx@gnu.org>
7948
7949 * log-edit.el (log-edit): Add :version and a :group for vc.
7950
df0267b8
GM
79512000-10-24 Gerd Moellmann <gerd@gnu.org>
7952
9acc3873
GM
7953 * files.el (after-find-file): Don't print a message ``New file''
7954 if WARN is nil.
7955
83c9cb8e
SM
7956 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7957 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
7958 get duplicate tool-bar entries because we'll see the global ones
7959 on more than one path through keymaps.
7960
1946f901
GM
7961 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
7962
df0267b8
GM
7963 * progmodes/cmacexp.el: Change Francesco's email address.
7964
ae3b264b
KH
79652000-10-24 Kenichi Handa <handa@etl.go.jp>
7966
7967 * window.el (fit-window-to-buffer): Adjust point of the window
7968 buffer, not that of the current buffer.
7969
23afac01
EZ
79702000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
7971
7972 * progmodes/cmacexp.el: Update the euthor's email address.
7973
22d1a4ed
MB
79742000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7975
7976 * faces.el (face-spec-set-match-display): Add `graphic' display
7977 type (the inverse of `tty'). Use `display-graphic-p' instead of
7978 the window-system variable.
7979
f408aa48
KH
79802000-10-24 Kenichi Handa <handa@etl.go.jp>
7981
83c9cb8e
SM
7982 * international/isearch-x.el (isearch-with-input-method):
7983 Call input-method-function with the first event in
f408aa48
KH
7984 unread-command-events.
7985
94fe8a31
MB
79862000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7987
83c9cb8e 7988 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 7989
8f47302e
AC
79902000-10-24 Andrew Choi <akochoi@i-cable.com>
7991
7992 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
7993 New charsets.
7994
7995 * term/mac-win.el: Remove definitions of mac-roman-lower and
7996 mac-roman-upper, require dired, and define instead of set
7997 mac-ready-for-drag-n-drop to avoid compilation error.
7998
446c097e
AI
79992000-10-23 Andrew Innes <andrewi@gnu.org>
8000
83c9cb8e
SM
8001 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8002 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
8003 expand-file-name after convert-standard-filename to ensure
8004 expected directory separators are used.
8005
379b70e7
EZ
80062000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
8007
8008 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8009
85c766e9
DL
80102000-10-23 Dave Love <fx@gnu.org>
8011
b7e03a67
DL
8012 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8013 (tool-bar-add-item): Set foreground and background for XBM icons.
8014
83c9cb8e
SM
8015 * international/latin1-disp.el (latin1-char-displayable-p):
8016 New function (from Handa).
b7e03a67
DL
8017 (latin1-display-check-font): Use it.
8018
0dcf8835 8019 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
8020 using :key-sequence, making it much more usable.
8021 Use nconc, not append.
0dcf8835
DL
8022 (imenu--create-keymap-1): Avoid append.
8023
85c766e9 8024 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 8025
cb3069bb
MB
80262000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8027
8028 [the following changes fix a bug where `define-minor-mode' didn't
8029 correctly generate :require clauses for defcustoms in compiled files]
8030 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8031 (byte-compile-log-file, byte-compile-log-1): Don't set
8032 `byte-compile-current-file' to nil. Instead set
8033 `byte-compile-last-logged-file' to it. Test whether
8034 byte-compile-current-file equals byte-compile-last-logged-file
8035 instead of whether its nil.
3b6542ba 8036 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 8037
6db6243b
SM
80382000-10-23 Stefan Monnier <monnier@cs.yale.edu>
8039
8040 * textmodes/refill.el: Fix var names in doc.
8041 (refill-mode): Don't bother with make-local-hook anymore.
8042
98490598
MB
80432000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8044
e01cd227
MB
8045 * faces.el (face-user-default-spec, face-default-spec): New functions.
8046 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 8047 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
8048 Use `face-user-default-spec'. Simplify code slightly.
8049
4836835a 8050 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
8051 (woman-unknown-face): Add dark-background variants.
8052 (woman-default-faces): Renamed from `woman-colour-faces'.
8053 Set using the stored defaults, rather than using hard-wired colors.
8054 (woman-monochrome-faces): Renamed from `woman-black-faces'.
8055 Just make the foreground `unspecified' rather than "black".
8056 (woman-menu): Rename menu entries accordingly.
8057
98490598
MB
8058 * faces.el (header-line): Make more reasonable on mono/grayscale
8059 displays.
8060
1a578e9b
AC
80612000-10-23 Andrew Choi <akochoi@i-cable.com>
8062
8063 * cus-edit.el (custom-button-face): Use 3D look for mac.
8064 (custom-button-pressed-face): Likewise.
8065
8066 * faces.el (set-face-attributes-from-resources): Handle mac frames
8067 in the same way as x and w32 frames.
8068 (face-valid-attribute-values): Likewise.
8069 (read-face-attribute): Likewise.
8070 (defined-colors): Likewise.
8071 (color-defined-p): Likewise.
8072 (color-values): Likewise.
8073 (display-grayscale-p): Likewise.
8074 (face-set-after-frame-default): Likewise.
8075 (mode-line): Same default face as for x and w32.
8076 (tool-bar): Likewise.
8077
8078 * frame.el: Remove call to frame-notice-user-settings at end of
8079 the file.
8080
83c9cb8e 8081 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
8082 as for x, pc, and w32 frame types.
8083
8084 * term/mac-win.el: New file.
8085
aaaf7be7
DL
80862000-10-22 Dave Love <fx@gnu.org>
8087
8088 * textmodes/refill.el: New file.
8089
5392d654
AS
80902000-10-22 Andre Spiegel <spiegel@gnu.org>
8091
4836835a 8092 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 8093 MANUAL and REGEXP.
4836835a 8094 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
8095 New functions.
8096 (vc-before-save): Use the latter.
8097 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8098 confusion.
8099
4836835a 8100 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
8101 expected by vc[-hooks].el.
8102
8103 * vc.el (vc-checkout): Added `-p' suffix in call to
8104 vc-make-version-backups-p; use vc-make-version-backup to actually
8105 make the backup.
8106 (vc-version-other-window, vc-version-backup-file): Handle both
8107 automatic and manual backups.
8108 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8109 of all of them.
8110
1e221c16
MB
81112000-10-22 Miles Bader <miles@gnu.org>
8112
7ff4fda5
MB
8113 * comint.el (comint-highlight-input, comint-highlight-prompt):
8114 Renamed, `-face' at end removed.
8115 (comint-send-input, comint-output-filter): Use renamed faces.
8116
3511cde8
MB
8117 * window.el (fit-window-to-buffer): Change defaulting of
8118 MAX-HEIGHT slightly.
8119
1e221c16
MB
8120 * faces.el (color-values, color-defined-p): Use `member', not
8121 `memq', because it works correctly for strings.
8122 (frame-set-background-mode): Actually, "unspecified-fg" and
8123 "unspecified-bg" *are* strings. Use `member', not `memq', and
8124 `equal', not `eq', when a string value is possible.
8125
b6ef4898
EZ
81262000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
8127
8128 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8129
34939e2c
SM
81302000-10-21 Stefan Monnier <monnier@cs.yale.edu>
8131
8132 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8133 sh-electric-rparen, sh-electric-less and sh-electric-hash.
8134 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8135 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8136 (sh-font-lock-syntactic-keywords): Use them.
8137 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8138 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8139 (sh-mode): Don't override font-lock-unfontify-region-function.
8140 Use a copy of sh-font-lock-syntactic-keywords.
8141 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8142 Don't call sh-scan-buffer since font-lock does it on the fly.
8143 (sh-get-indent-info): Use `face' rather than `syntax-table'
8144 text-property to detect here-documents.
8145 Replace sh-special-syntax with sh-st-punc.
8146 (sh-prev-line): Use `face' rather than `syntax-table'
8147 text-property to skip over here-documents.
8148 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8149 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8150 (sh-electric-less, sh-set-here-doc-region)
4836835a 8151 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
8152 (sh-scan-buffer, sh-rescan-buffer): Remove.
8153
f3d3c491
AI
81542000-10-21 Andrew Innes <andrewi@gnu.org>
8155
8156 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8157 remote (ange-ftp) file names.
8158
b86c791c
MB
81592000-10-21 Miles Bader <miles@gnu.org>
8160
d9c30bdf
MB
8161 * window.el (fit-window-to-buffer): New function.
8162 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
8163 (window-text-height): Don't expect minibuffers to have mode-lines.
8164
d9c30bdf 8165 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
8166 * international/quail.el (quail-update-guidance):
8167 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 8168
617fee5a
MB
8169 * international/quail.el (quail-show-guidance-buf): Make sure
8170 guidance window really has enough room.
8171 (quail-update-guidance): If quail-guidance-win is already shown,
8172 make sure its height is OK.
8173
b86c791c
MB
8174 * window.el (window-text-height, set-window-text-height):
8175 New functions.
8176 (shrink-window-if-larger-than-buffer): Use `window-text-height'
8177 instead of `window-height' & `mode-line-window-height-fudge'.
8178 (mode-line-window-height-fudge): Add FACE parameter.
8179 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8180 instead of `enlarge-window' & `mode-line-window-height-fudge'.
8181
e34850d1
MB
81822000-10-20 Miles Bader <miles@gnu.org>
8183
8184 * window.el (height-affecting-face-attributes): Use `defconst'.
8185
8186 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8187 New function, conditionally aliased to `mode-line-window-height-fudge'.
8188 (ispell-help): Use it.
8189 (ispell-choices-win-default-height): Don't include mode-line fudge.
8190 (ispell-choices-win-default-height): New function.
8191 (ispell-show-choices, ispell-command-loop): Use function
8192 `ispell-choices-win-default-height' instead of variable.
8193
a8b883c2
MB
81942000-10-20 Miles Bader <miles@lsi.nec.co.jp>
8195
8c6e4a58
MB
8196 * window.el (mode-line-window-height-fudge): New variable.
8197 (height-affecting-face-attributes): New variable.
8198 (mode-line-window-height-fudge): New function.
8199 (shrink-window-if-larger-than-buffer): Use it.
8200 * help.el (resize-temp-buffer-window): Likewise.
8201
a8b883c2
MB
8202 * info.el (Info-fontify-node): Add support for @subsubsection
8203 titles, which use `Info-title-4-face'.
8204 (Info-title-4-face): New face.
8205 (Info-title-3-face): Inherit from Info-title-4-face instead of
8206 variable-pitch.
8207
e64c3a75
JR
82082000-10-19 Jason Rumney <jasonr@gnu.org>
8209
8210 * dired.el (dired-insert-directory): Do not let errors signalled by
8211 attempt to run dired-free-space-program prevent dired from working.
8212
c70fe852
SM
82132000-10-19 Stefan Monnier <monnier@cs.yale.edu>
8214
8215 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8216
877cf6b4
GM
82172000-10-19 Gerd Moellmann <gerd@gnu.org>
8218
5de037e0
GM
8219 * dirtrack.el (dirtrack): Fix call to run-hooks.
8220
6deb9af9
GM
8221 * cmuscheme.el (cmuscheme-program-name): Renamed from
8222 scheme-program-name because xscheme.el contains a defcustom with
8223 the same name. As a consequence, customizing group `cmuscheme'
8224 loaded `xscheme' which redefined run-scheme.
8225 (run-scheme): Use cmuscheme-program-name.
8226
83c9cb8e 8227 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 8228
e597d8fb 8229 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 8230 anonymous address, and add a website for Befrienders International.
4836835a 8231
3e9cb08f
GM
82322000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8233
c70fe852
SM
8234 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
8235 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
8236 (ps-print-version): New version number (6.2).
8237 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8238 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8239 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8240 (ps-x-extent-priority, ps-x-extent-start-position)
8241 (ps-x-face-font-instance, ps-x-find-coding-system)
8242 (ps-x-font-instance-properties, ps-x-make-color-instance)
8243 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8244 avoid compilation gripes without defining functions.
8245 (ps-e-find-composition): Alias for function find-composition, to have a
8246 suitable function depending on Emacs version.
8247 (ps-color-device, ps-color-values, ps-face-foreground-name)
8248 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8249 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8250 (ps-print-ensure-fontified): Function definitions surrounded by
8251 `eval-and-compile' to avoid compilation gripes.
8252 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8253 by symbol-value to avoid compilation gripes.
8254 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8255 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8256
d8abcd91
MB
82572000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8258
13ab33c4
MB
8259 * startup.el (normal-top-level): Call `frame-set-background-mode'
8260 after `frame-notice-user-settings' because the latter doesn't call
8261 the former on a tty.
8262
d8abcd91
MB
8263 * faces.el (frame-set-background-mode): `unspecified' &c are
8264 symbols, not strings.
8265
e8bce0a9
EZ
82662000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8267
c70fe852
SM
8268 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8269 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 8270
c70fe852
SM
8271 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8272 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 8273
773272d8
KH
82742000-10-19 Kenichi Handa <handa@etl.go.jp>
8275
c70fe852 8276 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
8277 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
8278 for ISO10646-1 fonts.
8279 (x-font-name-charset-alist): Add an entry for "iso10646-1".
8280
772139c0
EZ
82812000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8282
8283 * faces.el (frame-set-background-mode): If a tty frame defines a
8284 background color, use that to compute the background mode, instead
8285 of always defaulting to "dark".
8286
d134a19f
MB
82872000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8288
8bb84cb2
MB
8289 * comint.el (comint-write-output): New function.
8290 (comint-mode-map): Add it to the menu.
e40a778f 8291 Bind `C-c C-s' to comint-write-output.
d134a19f 8292
dada41e1
GM
82932000-10-18 Gerd Moellmann <gerd@gnu.org>
8294
8295 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8296 Use fancy-splash-delay.
8297
9b5360aa
GM
82982000-10-18 Alex Schroeder <alex@gnu.org>
8299
8300 * progmodes/sql.el (sql-sybase-options): New option.
8301 (sql-sybase): Use it. Add sql-database to the list of parameters
8302 provided for login. The options -w 2048 -n are not used any more.
8303
9035a35a
GM
8304 * comint.el (comint-read-input-ring): Bugfix such that the first
8305 and the last entry of the input ring file are not lost.
8306
3556c6dd
GM
83072000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8308
8309 * ps-print.el: Internal variable changes to defcustom,
8310 make-local-hook changes to defvar. Doc fix.
8311 (ps-print-version): New version number (6.1).
8312 (ps-setup, ps-do-despool): Code fix.
8313 (ps-printer-name): Customization fix.
8314 (ps-printer-name-option): Now is a defcustom instead of an
8315 internal variable.
8316 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8317 (ps-print-begin-column-hook): Now are defvar instead of
8318 make-local-hook.
4836835a 8319
4e217e50
MB
83202000-10-18 Miles Bader <miles@gnu.org>
8321
8322 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8323 (comint-kill-output): Changed into an alias for `comint-delete-output',
8324 and made obsolete.
8325 (comint-mode-map): Rename references to comint-kill-output.
8326
34460354
EZ
83272000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
8328
8329 * diff-mode.el (diff-header-face, diff-file-header-face)
8330 (diff-changed-face): Add bold and italic attributes to tty faces.
8331 (diff-function-face): New face.
8332 (diff-font-lock-keywords): Use it.
8333
17ea3cdb
MB
83342000-10-18 Miles Bader <miles@lsi.nec.co.jp>
8335
8336 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8337 Remove commented-out call to force-mode-line-update.
8338 (comint-kill-output): Use `forward-line 0' instead of
8339 beginning-of-line to make sure we get past the prompt.
8340
9244f2c7
SM
83412000-10-17 Stefan Monnier <monnier@cs.yale.edu>
8342
8343 * diff-mode.el (diff-header-face, diff-file-header-face):
8344 Add specific setting for dark background.
8345 (diff-context-face): Renamed from diff-comment-face.
8346 Set explicitly rather than inheriting from font-lock-comment-face.
8347
1592c1ef
EZ
83482000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8349
8350 * startup.el (command-line): Move the code which sets the default
8351 TTY colors to before before-init-hook.
8352
f86292a9
GM
83532000-10-17 Gerd Moellmann <gerd@gnu.org>
8354
8355 * jit-lock.el (jit-lock-stealth-time): Doc fix.
8356
f7f2e883
EZ
83572000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8358
e854cc22
EZ
8359 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8360 extensions, for MS-DOS.
8361
f7f2e883
EZ
8362 * diff-mode.el (diff-header-face, diff-file-header-face)
8363 (diff-changed-face): Define tty-specific colors.
8364
c7b4f0f9
GM
83652000-10-17 Gerd Moellmann <gerd@gnu.org>
8366
8367 * startup.el (fancy-splash-text): Realign the text.
8368
12a72271
EZ
83692000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8370
8371 * font-lock.el (font-lock-comment-face): Define a separate default
8372 for dark-background tty's.
8373
61dfccfd
MB
83742000-10-17 Miles Bader <miles@gnu.org>
8375
8376 * help.el (resize-temp-buffer-window): Add hack to avoid last line
8377 being obscured by whizzy mode-lines on graphics displays.
8378
333cd59e
EZ
83792000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8380
8381 * info.el (Info-title-1-face, Info-title-2-face)
8382 (Info-title-3-face): Define colors for tty's.
dada41e1 8383 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 8384
dbf1fcc1
EZ
83852000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8386
8387 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8388 reverse from the frame parameters, and don't invert foreground and
8389 background colors.
8390
ac629823
MB
83912000-10-16 Miles Bader <miles@gnu.org>
8392
8393 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8394 string "*Info*". Call propertized-buffer-identification to spruce
8395 up the result.
8396
76eebffc
GM
83972000-10-16 Gerd Moellmann <gerd@gnu.org>
8398
3a6b59d9
GM
8399 * help.el: Provide `help' for the sake of define-minor-mode
8400 which generates defcustoms with requires.
8401
6569c3d3
GM
8402 * jit-lock.el (jit-lock-after-change): If we're in text that
8403 matches a multi-line font-lock pattern, make sure the whole text
8404 will be redisplayed.
8405
c2e0a611
GM
8406 * emacs-lisp/authors.el (authors-add): Don't add an entry if
8407 author's name is unknown.
8408
76eebffc
GM
8409 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8410 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8411 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8412 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8413 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8414 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8415 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8416 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8417 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8418 Add author information.
8419
cf1e7b12
MB
84202000-10-16 Miles Bader <miles@lsi.nec.co.jp>
8421
8422 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8423 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8424 full-color version (using the Gimp) to eliminate dithering artifacts.
8425
5586f3eb
SM
84262000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8427
8428 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8429
8430 * simple.el (syntax-flag-table, string-to-syntax): Remove.
8431
ad64a888
DL
84322000-10-15 Dave Love <fx@gnu.org>
8433
83c9cb8e 8434 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
8435
8436 * pcomplete.el (pcomplete) <defgroup>: Add :version.
8437
8438 * whitespace.el: Doc fixes.
8439 (top-level): Don't add hooks here.
8440 (whitespace-running-emacs): Deleted.
8441 (timer): Don't require.
8442 (whitespace): Add back :version conditional on xemacs test.
8443 (whitespace-spacetab-regexp, whitespace-indent-regexp)
8444 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8445 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8446 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8447 Avoid specific xemacs test.
8448 (whitespace-global-mode): New option.
8449 (whitespace-global-mode): New command.
8450 (whitespace-unload-hook): New function.
8451
8452 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 8453 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
8454 (Info-fontify-node): `Goto' goes to `Go to'.
8455 (Info-fontify-node): Add help-echo to xref links.
8456
1ef49fc6
EZ
84572000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
8458
8459 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8460
8b7707e1
SM
84612000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8462
b3b7f42f
SM
8463 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8464 Use plist-get and allow :inherit.
8465
8466 * emacs-lisp/cl-macs.el (cl-do-arglist):
8467 Use plist-get and plist-member instead of memq.
8468
3c7fafc7
SM
8469 * emacs-lisp/ewoc.el (ewoc-location): New function.
8470 (ewoc-enter-after, ewoc-enter-before): Document return value.
8471 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8472 Don't need make-local-hook any more.
8473 (cvs-addto-collection): Return the new tin.
8474 (cvs-mode-insert): Jump to the new line.
8475
8b7707e1
SM
8476 * jit-lock.el (jit-lock-fontify-buffer): Remove.
8477
8478 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8479
8480 * font-lock.el (font-lock-syntactically-fontified): New var.
8481 (font-lock-fontify-syntactic-keywords-region): Use it.
8482 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
8483
8484 * diff-mode.el (diff-find-file-name): Fix regexp.
8485
8486 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8487 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8488
8489 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8490 (sh-mode-syntax-table): Add punctuation syntax for < and >.
8491 (sh-mode): Don't make all vars local here.
8492 (sh-kw): Reformat.
8493 (sh-set-shell): Use dolist. Don't set indent-region-function.
8494 (sh-mode-syntax-table): Use pop.
8495 (sh-remember-variable): Use push.
8496 (sh-help-string-for-variable): Use memq.
8497 (sh-safe-backward-sexp): Remove.
8498 (sh-safe-forward-sexp): Add ARG.
8499 (sh-get-indent-info, sh-prev-stmt): Use it.
8500 (sh-prev-line): Simplify by using forward-comment.
8501 (sh-this-is-a-continuation): Simplify.
8502 (sh-learn-buffer-indent): Use dolist.
8503 (sh-do-nothing): Remove.
8504 (sh-set-char-syntax, sh-set-here-doc-region):
8505 Use inhibit-modification-hooks.
8506 (sh-name-style): Use mapcar and push.
8507 (sh-load-style): Use dolist.
8508 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8509 (sh-case, sh-while-getopts): Use propertize directly rather
8510 than sh-electric-rparen.
8511
85122000-10-14 Stefan Monnier <monnier@cs.yale.edu>
8513
8514 * textmodes/tex-mode.el: Require CL when compiling.
8515 (tex-mode-syntax-table): Init immediately.
8516 (tex-mode-map): Bind M-RET to latex-insert-item.
8517 (latex-mode): Set indent-line-function to latex-indent.
8518 (tex-common-initialization): Don't setup the syntax-table any more.
8519 (latex-insert-item): New skeleton.
8520 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 8521 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 8522 (latex-indent, latex-find-indent): New functions.
4836835a 8523 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
8524 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8525 (tex-compilation-parse-errors): Use with-syntax-table.
8526
86b7fcbb
MB
85272000-10-15 Miles Bader <miles@gnu.org>
8528
8529 * font-lock.el (font-lock-comment-face): Change dark-background,
8530 color, non-tty, default to `chocolate1'.
8531
57a24508
JW
85322000-10-13 John Wiegley <johnw@gnu.org>
8533
8534 * eshell/esh-util.el (require): Added a missing `require' form,
8535 needed when compiling (for an ange-ftp macro definition).
8536
40ad3db4
DL
85372000-10-13 Dave Love <fx@gnu.org>
8538
8539 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8540
db460189
GM
85412000-10-13 Gerd Moellmann <gerd@gnu.org>
8542
83c9cb8e 8543 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 8544
4836835a 8545 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
8546 transparent -colors 8).
8547
3b5e21df
GM
85482000-10-13 Stephen Gildea <gildea@alum.mit.edu>
8549
8550 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8551 that breaks with old list format timestamps.
8552 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 8553 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 8554
16908a3f
JW
85552000-10-13 John Wiegley <johnw@gnu.org>
8556
d7103dda
JW
8557 * align.el, pcomplete.el, calendar/timeclock.el,
8558 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8559
dace60cf 8560 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
8561 faulty math, where holiday hours were being computing as seconds.
8562
b6b70cda
JW
85632000-10-13 John Wiegley <johnw@gnu.org>
8564
8565 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
8566 specifying what "other" kinds of buffers should be saved.
8567 This used to be hard-coded.
b6b70cda
JW
8568 (desktop-buffer-misc-functions): A global for specifying how
8569 auxiliary data should be determined for special buffer types.
8570 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8571 instead of hard-coding the special buffer types.
8572 (desktop-save): Run `desktop-buffer-misc-functions' to gather
8573 auxiliary data, instead of hard-coding for Info buffers and dired.
8574 (desktop-buffer-info-misc-data): Aux function for determining Info
8575 buffer auxiliary info.
8576 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8577 (desktop-buffer-info): Changed this function to use the info
8578 gathered above.
8579 (desktop-create-buffer): Be a little more careful about what
8580 `minor-mode' means before calling it. This is important for some
8581 buffer types.
8582
8c6b1d83
JW
85832000-10-13 John Wiegley <johnw@gnu.org>
8584
8585 * eshell/esh-util.el: Added a global form which declares an
8586 autoload for `parse-time-string', if that function is not already
8587 defined, and if parse-time.el is available on the user's system.
8588
8589 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
8590 to be aware of ange-ftp user info.
83c9cb8e 8591 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
8592 (eshell-ls-annotate): Use `eshell-file-attributes'.
8593 (eshell-ls-file): Made the user-id printing code a bit smarter.
8594
8595 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
8596 allow identification of alias user ids in remote directories.
83c9cb8e
SM
8597 It's manual, but there's no other way to know when the current user
8598 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
8599 (fboundp): Bind `ange-cache'.
8600 (eshell-directory-files-and-attributes): Re-organized the logic a
8601 bit to use `eshell-file-attributes' instead of `file-attributes'.
8602 The former is more sensitive to directories that are read via FTP,
8603 and knows how to use ange-ftp to determine full attribute
8604 information, instead of just the name and last modtime.
8605 (eshell-current-ange-uids): Return the current user id when in a
8606 remote directory.
8607 (eshell-parse-ange-ls): Parse a full directory listing that has
8608 been returned by ange-ftp.
8609 (eshell-file-attributes): This beefed up version of
8610 `file-attributes' is only special if the user is currently in a
8611 remote directory, in which case it does a lot of work to find out
8612 what the real attributes of a file are, as they appear on the
8613 remote machine. This makes usage of remote directories (i.e.,
8614 ange-ftp pathnames) much more useful. You can now use Eshell as a
8615 full-fledged FTP client, with much more manipulation ability than
8616 most other clients.
8617
8618 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
8619 variable, which means that Eshell's du should always be preferred
8620 in remote directories.
8621 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
8622 just `file-attributes'.
8623 (eshell-mvcp-template): Bind `ange-cache', to improve performance
8624 when reading remote directories. This is an Eshell-specific
8625 variable (not part of ange-ftp).
8626 (eshell/ln): Bind `ange-cache'.
8627 (eshell/du): Added some extra logic for determining when to use
8628 Eshell's du (which is slow), and when to use the external version
8629 (which may or may not exist).
8630
83c9cb8e
SM
8631 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8632 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
8633 `get-buffer-process', since backgrounded processes don't count in
8634 the context of this function's logic.
8635
8636 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
8637 `forward-char', so that null strings are parsed correctly.
8638
87730e84 86392000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 8640
83c9cb8e
SM
8641 * eshell/em-pred.el (eshell-pred-file-type)
8642 (eshell-pred-file-links, eshell-pred-file-size):
8643 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
8644
8645 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
8646 that remote file globbing is more efficient.
8647
8648 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
8649 gathering the files and attributes within a directory.
8650
8651 * eshell/em-unix.el (eshell/cat): If any of the files passed on
8652 the command line is a special file (not a regular file, directory
8653 or symlink), always attempt to call the external version of cat.
8654
87730e84 86552000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
8656
8657 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
8658 Eshell-friendly version of find-tag.
8659
1c7e37a9
MB
86602000-10-13 Miles Bader <miles@lsi.nec.co.jp>
8661
4836835a 8662 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
8663 (image-file-name-regexps): Add autoload cookies.
8664
11a7f341
KH
86652000-10-13 Kenichi Handa <handa@etl.go.jp>
8666
8667 * international/mule-cmds.el (select-safe-coding-system): If FROM
8668 is string, show it in *Warning* buffer.
8669
8ddddcb0
EZ
86702000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8671
8672 * startup.el (normal-top-level): Use display-popup-menus-p instead
8673 of window-system.
8674 (command-line): Use display-graphic-p instead of window-system.
8675 (command-line-1): Use display-popup-menus-p and display-mouse-p
8676 instead of window-system.
8677
72200f89
SS
86782000-10-12 Sam Steingold <sds@gnu.org>
8679
8680 * tooltip.el (tooltip-use-echo-area): New user variable.
8681 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
8682
8661c643
DL
86832000-10-12 Dave Love <fx@gnu.org>
8684
d0b40dc1
DL
8685 * recentf.el: Maintainer's checkdoc fixes.
8686
83c9cb8e
SM
8687 * startup.el (normal-top-level-add-subdirs-to-load-path):
8688 Use character class, not ASCII when matching file names.
a622451f
DL
8689 (fancy-splash-head): Add trailing slash to URL.
8690 (command-line): Don't require XPM support for toolbar.
8691
8661c643
DL
8692 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
8693 (cperl-invalid-face): Revert last change.
8694 (cperl-init-faces): Quote cperl-invalid-face.
8695
ef2ed8ab
KH
86962000-10-12 Kenichi Handa <handa@etl.go.jp>
8697
8698 * startup.el (fancy-splash-text): Remove superfluous quote.
8699
b0da379e
GM
87002000-10-12 Gerd Moellmann <gerd@gnu.org>
8701
dbeb499b
GM
8702 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
8703 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
8704 (command-line-1): Don't use fancy-splash-pending-command.
8705 (fancy-splash-screens-1): Goto point-min after inserting text.
8706
d861718a
GM
8707 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
8708
b0da379e
GM
8709 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
8710 instead of shared-lisp-mode-map.
8711
4fb2ad98
MB
87122000-10-12 Miles Bader <miles@lsi.nec.co.jp>
8713
1cb4393e
MB
8714 * faces.el (header-line): Change tty-variant to use underlining.
8715
4fb2ad98
MB
8716 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
8717 (isearch-highlight): Restore lazy-isearch face properties at old
8718 position, and suppress them at new position.
8719 (isearch-dehighlight): Restore lazy-isearch face properties.
8720 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
8721 over the real isearch overlay, but in that case, don't give it a
8722 face property. Use `push'.
8723
eb991b25
KH
87242000-10-12 Kenichi Handa <handa@etl.go.jp>
8725
8726 * man.el (Man-getpage-in-background): Fix previous change.
8727 Decode the process output only when we are in multibyte mode.
8728
a818c1c0
DL
87292000-10-11 Dave Love <fx@gnu.org>
8730
c990f53a
DL
8731 * info.el (Info-mode-menu): Fix some help.
8732 (info-tool-bar-map): Add entry for Info-last.
8733
a818c1c0
DL
8734 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
8735 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
8736 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
8737 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
8738 * toolbar/search-replace.xpm, toolbar/exit.xpm:
8739 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
8740 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
8741 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
8742 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
8743 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
8744 Reduce colour requirements to 25 overall. (Probably wants
8745 revisiting from the originals to reduce further.)
8746
c1b096cb
EZ
87472000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
8748
8749 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
8750 buffer-file-coding-system, instead of raw-text.
8751 (dehexlify-buffer): Bind coding-system-for-read to
8752 buffer-file-coding-system, instead of raw-text.
8753
5c8b7eaf
SS
87542000-10-11 Sam Steingold <sds@gnu.org>
8755
83c9cb8e 8756 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
8757 `underline' - fixes the bug introduced on 2000-09-21.
8758
2cfbdb7a
DL
87592000-10-11 Dave Love <fx@gnu.org>
8760
83c9cb8e
SM
8761 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
8762 Avoid compiler warnings.
2cfbdb7a
DL
8763 (scheme-mode): Doc fix.
8764 (scheme-font-lock-keywords-1): Match `define-syntax'.
8765
87662000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
8767
8768 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
8769 face specs as well as default ones. Only do anything if the
8770 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 8771 (region): Make dark-background `region' face less in-your-face.
4b33f290 8772
690ec649
SS
87732000-10-10 Sam Steingold <sds@gnu.org>
8774
8775 * chistory.el, ielm.el, ledit.el:
8776 * progmodes/inf-lisp.el, progmodes/scheme.el:
8777 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
8778
3b95d6bb
SM
87792000-10-10 Stefan Monnier <monnier@cs.yale.edu>
8780
8781 * textmodes/texinfo.el: Update copyright and fix typo.
8782
8783 * desktop.el (desktop-modes-not-to-save): New var.
8784 (desktop-save-buffer-p): Use it.
a30eb617
DL
8785 Also, obey desktop-buffers-not-to-save even for non-file buffers.
8786 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
8787
87882000-10-10 Dave Love <fx@gnu.org>
8789
8790 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 8791 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
8792
8793 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
8794 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
8795 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
8796 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
8797 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
8798 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
8799 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
8800 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
8801 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
8802 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
8803 the .xpms; probably need retouching.
8804
88052000-10-10 Miles Bader <miles@lsi.nec.co.jp>
8806
8807 * subr.el (add-to-list): Add optional argument APPEND.
8808 * battery.el (display-battery): Use `add-to-list'.
8809
88102000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
8811
83c9cb8e
SM
8812 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
8813 properties.
a30eb617
DL
8814 (zone, zone-when-idle, zone-leave-me-alone)
8815 (zone-pgm-whack-chars): Use new symbol properties.
8816
8817 * battery.el (display-battery): Doc spelling fix.
8818
8819 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
8820 property.
8821
88222000-10-09 Dave Love <fx@gnu.org>
8823
8824 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
8825 has been initialized before calling tool-bar-setup.
8826 (tool-bar-add-item-from-menu): Add autoload cookie.
8827
88282000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
8829
8830 * menu-bar.el (send-mail-item-name): New function.
8831 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
8832 of mail-user-agent in the menu. Don't display the "Send Mail"
8833 item if mail-user-agent is nil or its value is ignore.
8834 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
8835 if read-mail-command is nil or its value is ignore.
8836
8837 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
8838
88392000-10-09 Miles Bader <miles@gnu.org>
8840
8841 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
8842 Correct image size.
8843 * toolbar/left_arrow.xpm: Correct image size.
8844
8845 * jka-compr.el: Don't call `jka-compr-install' when loading (it
8846 will be done by the definition of `auto-compression-mode' if
8847 necessary. Move code to uninstall existing file-name handler
8848 before definition of `auto-compression-mode'.
8849
8850 * image-file.el (auto-image-file-mode): Move to the end of the
8851 file, because `define-minor-mode' actually calls the mode-function
8852 if the associated variable is non-nil, which requires that all
8853 needed functions be already defined.
8854
8855 * mouse.el (popup-menu): Balance parens.
8856
88572000-10-08 Stefan Monnier <monnier@cs.yale.edu>
8858
8859 * mouse.el (popup-menu): Move the command call outside the loop
8860 so that popup-menu returns whatever the command returns.
8861
8862 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
8863 (initialize-new-tags-table): Use run-hook-with-args-until-success.
8864 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
8865 (tags-table-format-functions): Renamed from tags-table-format-hooks.
8866
8867 * vc.el (vc-version-diff): diff-switches can be a list.
8868 Use relative filenames for prettier output.
8869
8870 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
8871 (vc-post-command-functions): Remove old-VC compatibility code.
8872
8873 * newcomment.el (comment-indent-default): Autoload.
8874
8875 * font-lock.el (font-lock-defaults): Make buffer-local.
8876 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
8877 (font-lock-choose-keywords):
8878 Ignore LEVEL unless KEYWORDS is a list of syms.
8879 (c-keywords, c++-keywords, objc-keywords, java-keywords):
8880 Don't wrap regexp-opt things in \(...\) unnecessarily.
8881
8882 * jit-lock.el: Don't require font-lock any more.
8883 (jit-lock-functions): Make buffer-local.
8884 (jit-lock-saved-fontify-buffer-function): Remove.
8885 (jit-lock-mode): Remove autoload cookie.
8886 Remove font-lock specific code.
8887 (jit-lock-unregister): Don't bother handling complex hooks any more.
8888 (jit-lock-refontify): New function.
8889 (jit-lock-fontify-buffer): Use it.
8890 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
8891 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
8892 Add optional args START and END.
8893 Never call font-lock-fontify-region directly.
8894 (jit-lock-function, jit-lock-stealth-fontify): Use it.
8895
8896 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
8897
88982000-10-08 Dave Love <fx@gnu.org>
8899
8900 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
8901
8902 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
8903
8904 * play/studly.el (studlify-region, studlify-word): Add autoload
8905 cookie.
8906
8907 * play/morse.el (morse-region, unmorse-region): Add autoload
8908 cookie.
8909
8910 * play/spook.el (spook-phrases-file): Use expand-file-name, not
8911 concat.
8912
8913 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
8914 insist on symbols starting with word syntax.
8915 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
8916 (eval-defun-1): Doc fix.
8917 (indent-sexp): Use nconc to build up indent-stack.
8918
8919 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
8920 Gnus with little use.
8921 (mail-setup-hook): Add mail-abbrevs-setup to options.
8922
8923 * recentf.el: Doc fixes.
8924
8925 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
8926 Clean up remainder.
8927
8928 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
8929 without timezone and (8) with timezone to enforce some whitespace.
8930 Simplify code somewhat.
8931
8932 * options.el (list-options): Doc that you should use customize.
8933
8934 * iswitchb.el (iswitchb-mode): Add :require.
8935
8936 * info.el (Info-goto-node, Info-menu): Doc fix.
8937 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
8938 (info-tool-bar-map): New variable.
8939 (Info-mode): Use it.
8940 (Info-edit-map): Define all in defvar.
8941 (speedbar-attached-frame): Avoid compiler warning.
8942
8943 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
8944 (global-map): Bind [tool-bar] to a filtered map.
8945 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
8946 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
8947 Allow PBM icons.
8948 (tool-bar-setup): Adjust calls of tool-bar-add-item.
8949
8950 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
8951 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
8952 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
8953 icons, except up_arrow, which is left-arrow rotated.
8954
8955 * imenu.el (imenu-add-to-menubar): Fix last change.
8956
89572000-10-08 Peter Breton <pbreton@ne.mediaone.net>
8958
8959 * generic-x.el (rul-generic-mode): Remove eval-when-compile
8960 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
8961
89622000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8963
8964 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
8965 typos in doc strings.
8966
8967 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
8968 the doc strings how to customize Font Lock faces.
8969
8970 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
8971 computing growth when dragging the header line.
8972
89732000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8974
8975 * simple.el (kill-line): Doc fix.
8976
89772000-10-08 Miles Bader <miles@gnu.org>
8978
8979 * faces.el (secondary-selection): Make foreground visible on tty.
8980
8981 * jka-compr.el (auto-compression-mode): Move to the end of the
8982 file, because `define-minor-mode' actually calls the mode-function
8983 if the associated variable is non-nil, which requires that all
8984 needed functions be already defined.
8985 (with-auto-compression-mode): Add autoload cookie.
8986
89872000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
8988
8989 * files.el (find-backup-file-name) [ms-dos]: If support for long
8990 file names is not available, behave as if version-control were set
8991 to never.
8992
89932000-10-07 Dave Love <fx@gnu.org>
8994
8995 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
8996 (browse-url-gnome-moz): New function.
8997 (browse-url-browser-function): Use it.
8998 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
8999
90002000-10-07 Stefan Monnier <monnier@cs.yale.edu>
9001
9002 * indent.el (tab-always-indent): New var.
9003 (indent-for-tab-command): Use it.
9004
9005 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9006 raise an error. This way it can still default to a sane value.
9007
90082000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9009
9010 * startup.el (fancy-splash-screens): Use local rather than global map.
9011 Don't use `update-menu-bindings' any more.
9012 Get rid of assumptions about keymap representation.
9013
90142000-10-06 Dave Love <fx@gnu.org>
9015
9016 * textmodes/fill.el (sentence-end-double-space)
9017 (sentence-end-without-period): Doc fix.
9018 (adaptive-fill-regexp): Purecopy.
9019 (unjustify-current-line): Use line-end-position.
9020 (fill-individual-paragraphs-prefix): Use line-beginning-position.
9021
9022 * net/eudc-vars.el (eudc): Add :version, :link.
9023
9024 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9025
9026 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9027 Fix for define-minor-mode.
9028 (function-at-point): Alias to function-called-at-point.
9029
9030 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9031
9032 * simple.el (backward-word): Doc fix.
9033
9034 * image-file.el (image-file-name-regexp): image-file-regexps ->
9035 image-file-name-regexps.
9036 (image-file-name-extensions): Add pbm.
9037
90382000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9039
9040 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9041 and add filename to the names so that diff-mode can jump to source.
9042
9043 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9044 (tex-font-lock-keywords, tex-font-lock-keywords-2)
9045 (tex-font-lock-keywords-1): Remove.
9046 (font-lock-turn-on-thing-lock): Use jit-lock-register.
9047 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9048 (font-lock-default-fontify-region):
9049 Expand beg..end correctly when just following a multiline region.
9050 (font-lock-fontify-anchored-keywords):
9051 Include the anchor text as part of the multiline.
9052
90532000-10-06 Gerd Moellmann <gerd@gnu.org>
9054
9055 * loadup.el (toplevel): Load `loaddefs' before `help' because the
9056 latter needs the autoloaded define-minor-mode macro during the
9057 bootstrap.
9058
9059 * startup.el (command-line): For now, activate tool-bar-mode only
9060 if XPM images are supported.
9061
9062 * mouse.el (mouse-drag-header-line): Don't allow resizing a
9063 window by dragging a header-line at the top of the frame; that's
9064 confusing because the header-line doesn't move.
9065 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9066 of treating the event as a list. Some cleanup.
9067
90682000-10-06 Miles Bader <miles@gnu.org>
9069
9070 * simple.el (display-message-or-buffer): New function.
9071 (shell-command-on-region): Use `display-message-or-buffer'.
9072
9073 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9074 docstring parts.
9075
9076 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9077 (smbclient-prompt-regexp): Add usage note to doc string.
9078 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9079 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9080 Use add-hook for adding the comint filter function, and only do so
9081 if it's not already in the global hook list.
9082 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9083 to `make-local-variable'.
9084 (nslookup-font-lock-keywords): Remove prompt entry.
9085 (nslookup): Don't set the process-filter.
9086 (finger): Exit the loop correctly when the regexps list runs out.
9087 (ftp, smbclient, smbclient-list-shares):
9088 Set the real major mode immediately, not after execing.
9089 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9090
9091 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9092
90932000-10-05 Stefan Monnier <monnier@cs.yale.edu>
9094
9095 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9096
9097 * which-func.el (which-func-format): Remove spurious space.
9098 (which-func-mode): Don't make it permanent-local.
9099 (which-func-ff-hook): Allow which-func-maxout to be nil.
9100 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
9101 (which-func-mode): Simplify.
9102 Use post-command-idle-hook rather than post-command-hook.
9103 Go through all buffers and update their state.
9104 (which-function): Also try add-log-current-defun-function.
9105
9106 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9107 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9108 Update call to with-vc-properties accordingly.
9109 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9110 (vc-revert-buffer): More careful about window selection and deletion.
9111 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9112
9113 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9114 (cvs-retrieve-revision): Reuse a pre-existing buffer.
9115 (cvs-dired-action): Change the default to quickdir.
9116
9117 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9118 if comment-indent-function returns nil.
9119 (comment-indent-default): New function.
9120 (comment-indent-function): Use it and document the new semantics.
9121
9122 * image-file.el: Docstring fixes.
9123
9124 * help.el (help-xref-on-pp): Use match-string.
9125 (describe-variable): New arg BUFFER.
9126 Store the current buffer in the help-xref-stack.
9127 (temp-buffer-resize-mode): Use define-minor-mode.
9128
9129 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9130 consistently with its docstring.
9131 Set jit-lock-first-unfontify-pos in an idempotent way.
9132 (jit-lock-register): Autoload and add arg CONTEXTUAL.
9133
91342000-10-05 Alex Schroeder <alex@gnu.org>
9135
9136 * sql.el (sql-mysql-options): New variable.
9137 (sql-mysql): Use it.
9138
91392000-10-05 Miles Bader <miles@lsi.nec.co.jp>
9140
9141 * image.el (image): New group.
9142
9143 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9144 (smerge-base-face, smerge-markers-face): Add dark-background variants.
9145
91462000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9147
9148 * net/net-utils.el (nslookup-font-lock-keywords)
9149 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9150 Ignore the value of wqindow-system; always define keywords
9151
91522000-10-05 Kenichi Handa <handa@etl.go.jp>
9153
9154 * startup.el (fancy-splash-screens): Remove the code for
9155 debugging; `(trace-to-stderr "EXITTT\n")'.
9156
91572000-10-05 Miles Bader <miles@gnu.org>
9158
9159 * diff-mode.el (diff-goto-source): Update call to
9160 `diff-hunk-status-msg' to reflect new REV variable.
9161
91622000-10-04 Stefan Monnier <monnier@cs.yale.edu>
9163
9164 * progmodes/icon.el (icon-mode):
9165 Don't gratuitously override the default for comment-column.
9166
9167 * vc-hooks.el (vc-mode-line): Fix interactive spec.
9168
9169 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9170 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9171 (jit-lock-functions): New var.
9172 (jit-lock-function-1): Use it if non-nil.
9173 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
9174 Set the `fontified' property before doing the fontification to avoid
9175 repeatedly going through the same error.
9176 Don't turn errors into messages.
9177 (jit-lock-register, jit-lock-unregister): New functions.
9178
9179 * dired.el (dired-mark-pop-up): Turn comment into docstring.
9180 Use with-current-buffer.
9181
9182 * dired-aux.el (dired-do-create-files, dired-kill-tree):
9183 Turn comment into docstring.
9184
9185 * apropos.el (apropos-mode): Use define-derived-mode.
9186
91872000-10-04 Gerd Moellmann <gerd@gnu.org>
9188
9189 * startup.el (fancy-splash-pending-command): New variable.
9190 (fancy-splash-pre-command): New function.
9191 (fancy-splash-screens): Rewritten.
9192 (command-line-1): If fancy-splash-pending-command is set, call it
9193 interactively.
9194
91952000-10-04 Dave Love <fx@gnu.org>
9196
9197 * toolbar/tool-bar.el (tool-bar-setup): New function.
9198 (tool-bar-mode): Use it.
9199
9200 * subr.el (substitute-key-definition): Doc fix.
9201 (play-sound-file): New command.
9202
92032000-10-04 Andre Spiegel <spiegel@gnu.org>
9204
9205 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9206 vc-version-backup-file-name): New functions.
9207
9208 * files.el (basic-save-buffer): Call vc-before-save before saving.
9209
9210 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9211 vc-cvs-stay-local-p.
9212
9213 * vc.el (vc-revert-buffer): Handle empty diff properly.
9214 (vc-version-backup-file): New function.
9215 (vc-checkout): Create a version backup if necessary.
9216 (vc-checkin): If a version backup file exists, delete it.
9217 (vc-version-diff): Diff locally using version backups, if available.
9218 (vc-revert-file): If there's a version backup, revert locally.
9219 (vc-transfer-file): Use version backup for base version, if
9220 available. If not, ask for confirmation whether to get it from the
9221 server. Update mode line before check-in.
9222
92232000-10-04 Dave Love <fx@gnu.org>
9224
9225 * toolbar/tool-bar.el (tool-bar-setup): New function.
9226 (tool-bar-mode): Use it.
9227
92282000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9229
9230 * net/net-utils.el (nslookup-font-lock-keywords)
9231 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9232 Only set if window-system is non-nil
9233 (net-utils-run-program): Returns buffer.
9234 (network-connection-reconnect): Added this function.
9235
9236 * generic.el:
9237 Incorporates extensive cleanup and docfixes by
9238 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9239 Uses cl compile-time macros.
9240 (generic-mode-name, generic-comment-list)
9241 (generic-keywords-list, generic-font-lock-expressions)
9242 (generic-mode-function-list, generic-mode-syntax-table):
9243 Removed variables.
9244 (generic-mode-alist): Renamed to generic-mode-list.
9245 (generic-find-file-regexp): Default changed to "^#".
9246 (generic-read-type): Uses completing read on generic-mode-list.
9247 (generic-mode-sanity-check): removed this function.
9248 (generic-add-to-auto-mode): Removed this function
9249 (generic-mode-internal): Bind mode-specific definitions
9250 into function instead of putting them in alist.
9251 (generic-mode-set-comments): Reworked extensively.
9252 (generic-mode-find-file-hook): Simplified regexp searching
9253 (generic-make-keywords-list): Omit extra pair of parens
9254
9255 * find-lisp.el (find-lisp-find-files-internal):
9256 Make sure directory name ends with "/".
9257
9258 * generic-x.el (apache-conf-generic-mode):
9259 Regexp now allows leading whitespace.
9260 (rc-generic-mode): Added eval-when-compile
9261 around generic-make-keywords-list.
9262 Deleted duplicate regexp
9263 (rul-generic-mode): Added eval-when-compile
9264 around generic-make-keywords-list.
9265 (etc-fstab-generic-mode): New generic mode.
9266 (rul-generic-mode): Removed one eval-when-compile
9267 which caused a max-specpdl-size exceeded error.
9268
92692000-10-04 Miles Bader <miles@gnu.org>
9270
9271 * simple.el (minibuffer-temporary-goal-position): New variable.
9272 (next-history-element): Try to keep the position of point in the
9273 input string constant.
9274
9275 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9276 (dired-do-create-files): If there's only one file, pass it in as
9277 the DEFAULT arg to dired-mark-read-file-name.
9278
92792000-10-03 Stefan Monnier <monnier@cs.yale.edu>
9280
9281 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9282 (diff-goto-source): Be smarter when choosing REVERSE or not.
9283
9284 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9285 (texinfo-mode-menu): Add an explicit shortcut for update all.
9286
92872000-10-03 Andre Spiegel <spiegel@gnu.org>
9288
9289 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9290 factorize backend-specific code cleanly (this was essentially
9291 conceived by Stefan Monnier).
9292 (vc-unregister): Function removed.
9293 (vc-revert-file): New function.
9294 (vc-revert-buffer): Delegate some of the work to it.
9295
9296 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9297 default branch unconditionally.
9298 (vc-rcs-set-default-branch): New function.
9299 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9300 (vc-rcs-checkin): If an appropriate default branch has been set,
9301 force creation of that branch.
9302 (vc-rcs-receive-file): Rewritten to contain only backend-specific
9303 code (as suggested by Stefan Monnier).
9304
93052000-10-02 Gerd Moellmann <gerd@gnu.org>
9306
9307 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9308 highlighting overlay with a different face over the overlay
9309 isearch uses to highlight the current match because that can lead
9310 to bad face combinations.
9311
9312 * loadup.el (toplevel): Load faces before isearch.
9313
9314 * isearch.el (isearch-faces): New custom group.
9315 (isearch): New defface; was already tested for in the code.
9316 (isearch-lazy-highlight-face): Changed to defface from defcustom.
9317 (isearch-highlight): Always use face `isearch'.
9318
93192000-10-02 Dave Love <fx@gnu.org>
9320
9321 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9322 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
9323 comparison of opcode with operand.
9324
93252000-10-03 Miles Bader <miles@gnu.org>
9326
9327 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9328 buffer, since the echo area will now grow to accommodate them.
9329
93302000-10-02 Andre Spiegel <spiegel@gnu.org>
9331
9332 * vc-hooks.el (vc-registered): If FILE used to be registered under
9333 a certain backend, try that one first.
9334
9335 * vc.el (vc-responsible-backend): Undo the previous change in the
9336 argument list. Handle multiple backends correctly.
9337 (vc-find-new-backend): Function removed.
9338 (vc-register): Use vc-responsible-backend, as before.
9339 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9340
93412000-10-02 Gerd Moellmann <gerd@gnu.org>
9342
9343 * startup.el (fancy-splash-head): Change message below the
9344 logo.
9345
93462000-10-02 Miles Bader <miles@lsi.nec.co.jp>
9347
9348 * diff-mode.el (diff-goto-source): Emit a status message.
9349 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9350 (diff-test-hunk): Fix doc string.
9351 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9352 (diff-advance-after-apply-hunk): New variable.
9353 (diff-apply-hunk): Don't return a value.
9354
93552000-10-01 Stefan Monnier <monnier@cs.yale.edu>
9356
9357 * vc.el (vc-editable-p): Minor optimization.
9358 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9359 (vc-find-new-backend): New function split from vc-responsible-backend.
9360 (vc-register): Use it.
9361 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9362 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9363 (vc-default-unregister, vc-revert-buffer): Docstring fix.
9364 (vc-clear-headers): Don't use find-file.
9365 (vc-revert-buffer): Use `and' again (must have been a braino).
9366 (vc-switch-backend): Only prompt if requested.
9367 Short circuit if nothing is to be done.
9368 Don't use vc-resynch-buffer which could lose unsaved editing.
9369 (vc-default-receive-file): Update call to vc-unregister.
9370 (with-vc-file, vc-next-action-on-file):
9371 Use vc-backend rather than vc-registered.
9372 (vc-next-action-on-file): Use intern-soft.
9373 Deal with read-only *vc-diff* buffer.
9374 (vc-transfer-file): Docstring fix.
9375
9376 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9377 (vc-rcs-receive-file): Avoid with-vc-properties.
9378 Update call to vc-unregister.
9379 Use constant `RCS' rather than (dynamically bound) var `backend'.
9380
93812000-10-01 Andre Spiegel <spiegel@gnu.org>
9382
9383 * vc.el (vc-next-action-on-file): Update mode line only if file
9384 is visited.
9385 (vc-start-entry): New argument initial-contents. Don't visit the file
9386 if it isn't already visited. Brought documentation up-to-date.
9387 (vc-next-action, vc-register): Updated calls to vc-start-entry.
9388 (vc-checkin): New optional arg initial-contents, which is passed to
9389 vc-start-entry.
9390 (vc-finish-logentry): Make sure to bury log buffer only if there
9391 really is one. Call `vc-resynch-buffer' on log-file, not
9392 buffer-file-name.
9393 (vc-default-comment-history, vc-default-wash-log): New functions.
9394 (vc-index-of): Removed.
9395 (vc-transfer-file): Make do without the above.
9396 (vc-default-receive-file): Call comment-history unconditionally. Pass
9397 the resulting string to vc-checkin, instead of inserting it into the
9398 comment ring.
9399
9400 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9401 unconditionally. Use the comments as initial contents of the log
9402 entry buffer. Document the trick to force branch creation with no
9403 changes.
9404
94052000-10-01 Miles Bader <miles@gnu.org>
9406
9407 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9408 `recenter' with an arg to prevent redrawing the display.
9409
94102000-09-30 Stefan Monnier <monnier@cs.yale.edu>
9411
9412 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9413
9414 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9415
9416 * progmodes/c-mode.el (c-mode):
9417 Don't gratuitously override the default for comment-column.
9418
9419 * textmodes/tex-mode.el (latex-metasection-list): New var.
9420 (latex-imenu-create-index): Use it.
9421 Move the regexp construction outside loops (and use push).
9422 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9423 (tex-font-lock-keywords): Moved from font-lock.el.
9424 (tex-comment-indent): Remove.
9425 (tex-common-initialization): Don't set comment-indent-function.
9426 (latex-block-default): New var.
9427 (tex-latex-block): Use it to provide a default choice.
9428 Add any unknown choice to latex-block-names.
9429 Insert [...] after {...}.
9430 (tex-last-unended-begin): Simplify regexp.
9431 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9432 (latex-forward-sexp-1, latex-forward-sexp): New functions.
9433 (latex-mode): Set forward-sexp-function.
9434
9435 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9436 Add regexp for @ignore ... @end ignore.
9437 (texinfo-heading-face): New face.
9438 (texinfo-font-lock-keywords): Use it.
9439 (texinfo-mode-menu): New menu.
9440 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9441 New functions.
9442 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9443 (texinfo-section-types-regexp, texinfo-section-level-regexp)
9444 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9445 Remove declaration.
9446 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9447
9448 * delsel.el (delete-selection-mode): Use define-minor-mode.
9449
9450 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9451
94522000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9453
9454 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9455
94562000-09-30 Gerd Moellmann <gerd@gnu.org>
9457
9458 * replace.el (keep-lines-read-args): New function.
9459 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9460 read arguments interactively. Add parameters RSTART and REND.
9461 Operate on the active region in Transient Mark mode.
9462
9463 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9464
9465 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9466 (authors-obsolete-files-regexps): New variable.
9467 (authors-add): Don't record changes in obsolete files.
9468
94692000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9470
9471 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9472
9473 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9474 (comment-indent): Make sure there's a space between code and comment.
9475 Shift comments left to avoid going past fill-column.
9476
94772000-09-29 Gerd Moellmann <gerd@gnu.org>
9478
9479 * startup.el (startup-echo-area-message): New function.
9480 (display-startup-echo-area-message): Use it.
9481 (fancy-splash-screens): Rewritten to use keymaps and a timer.
9482 (fancy-splash-default-action): New function.
9483 (fancy-splash-screens-1): New function.
9484 (fancy-splash-head): Put a help-echo and a keymap under the image.
9485
94862000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9487
9488 * diff-mode.el (diff-add-log-file-name): Remove.
9489 (diff-mode): Use add-log-buffer-file-name-function.
9490
9491 * add-log.el (find-change-log): New arg BUFFER-FILE.
9492 (add-log-file-name): Obey add-log-file-name-function.
9493 (add-log-buffer-file-name-function): New var.
9494 (add-change-log-entry): Use it.
9495
94962000-09-29 Miles Bader <miles@gnu.org>
9497
9498 * image-file.el (image-file-name-extensions): New variable.
9499 (image-file-name-regexps): Renamed from `image-file-regexps'.
9500 New default value is nil. Call `auto-image-file-mode'.
9501 (image-file-name-regexp): New function.
9502 (auto-image-file-mode): New minor mode.
9503 (insert-image-file): Don't make conditional on the image-file
9504 handler being enabled.
9505 (image-file-handler): Make the call here conditional instead.
9506 (set-image-file-handler-enabled, enable-image-file-handler)
9507 (disable-image-file-handler): Functions removed.
9508
9509 * emacs-lisp/authors.el (authors-print): Rephrase many-files
9510 string.
9511
95122000-09-29 Gerd Moellmann <gerd@gnu.org>
9513
9514 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9515 it's a function from CL.
9516 (latex-imenu-create-index): Replace eval-when-compile with progn
9517 because latex-section-alist is not bound while compiling.
9518
95192000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9520
9521 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9522 (outline-mode): Use define-derived-mode.
9523
9524 * progmodes/perl-mode.el (perl-mode):
9525 * progmodes/awk-mode.el (awk-mode):
9526 * progmodes/asm-mode.el (asm-mode):
9527 Don't gratuitously override the default for comment-column.
9528
9529 * emacs-lisp/lisp.el (lisp-complete-symbol):
9530 Distinguish the let-binding case from the funcall case.
9531 (forward-sexp-function): New variable.
9532 (forward-sexp): Use it.
9533
9534 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9535 (easy-mmode-defmap): Remove the now useless autoload.
9536
9537 * time.el (display-time-mode): Use define-minor-mode.
9538
9539 * subr.el (add-minor-mode): Don't eval NAME.
9540 Don't depend on the presence of TOGGLE-FUN for any special behavior.
9541 Use if rather than cond.
9542
9543 * simple.el (read-expression-map): Define more properly.
9544 (comment-indent-hook): Remove.
9545 (string-to-syntax): Bug fix.
9546
9547 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9548 (cvs-ediff-diff): Fix typo.
9549 (cvs-revert-if-needed): Don't bother preserving read-only.
9550
9551 * paren.el (show-paren-mode): Use define-minor-mode.
9552
9553 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9554 (toggle-auto-compression): Remove.
9555 (jka-compr-build-file-regexp): Remove useless grouping.
9556
9557 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9558 Avoid user-reserved bindings.
9559 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9560 (diff-header-face): Revert to grey85.
9561
9562 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9563
9564 * complete.el (partial-completion-mode) <defcustom>: Remove.
9565 (partial-completion-mode): Use define-minor-mode.
9566 (PC-do-completion): Understand `completion-auto-help = delay'
9567 to mean to popup the completion buffer only the second time.
9568 (PC-include-file-all-completions, PC-include-file-all-completions)
9569 (PC-include-file-all-completions): Don't quote lambda.
9570
9571 * comint.el (comint-mode-hook): Docstring fix.
9572 (comint-mode): Use define-derived-mode.
9573 (comint-mode-map): Remove obsolete comment.
9574 (make-comint): Minor stylistic change.
9575 (comint-insert-clicked-input): Be more careful to find the overlay.
9576 Use this-command-keys rather than hardcoding mouse-2.
9577
9578 * font-lock.el: Replace confusing (,@ with ,
9579 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
9580 Don't use regexp-opt-depth. Spice up the regexp for args.
9581 Don't distinguish between cmds that can take an opt arg or not.
9582 Use `append' and `prepend' rather than `keep'.
9583
9584 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
9585 (latex-outline-regexp): New var.
9586 (latex-outline-level): New fun.
9587 (latex-section-alist): New var.
9588 (latex-imenu-create-index): Use it. Use `push' as well.
9589 (tex-shell-map): Initialize it properly.
9590 (tex-mode): Minor stylistic change.
9591 (plain-tex-mode): Use define-derived-mode.
9592 (latex-mode): Use define-derived-mode.
9593 Construct the paragraph regexps in a more readable way.
9594 Set the buffer-local outline-{level,regexp} vars.
9595 (slitex-mode): Derive from latex-mode.
9596 (tex-common-initialization): Don't kill-all-vars anymore.
9597 Add setting for comment-add and font-lock-defaults.
9598 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
9599 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
9600 (tex-start-tex): New arg DIR (and send a chdir command for it).
9601 Also display the shell buffer and save it in tex-last-buffer-texed.
9602 (tex-region): Use expand-file-name rather than concat.
9603 Remove code made useless by changes in tex-start-tex.
9604 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
9605
9606 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
9607
96082000-09-28 Dave Love <fx@gnu.org>
9609
9610 * eshell/eshell.el (eshell) <defgroup>: Add :version.
9611
96122000-09-28 Gerd Moellmann <gerd@gnu.org>
9613
9614 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
9615 `append'.
9616
96172000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9618
9619 * info.el (Info-extract-pointer): Undo last change.
9620 Instead, fix the position of the `bound' arg to re-search-backward.
9621
96222000-09-27 Stefan Monnier <monnier@cs.yale.edu>
9623
9624 * info.el (Info-extract-pointer):
9625 Widen more carefully, to avoid finding pointers in other nodes.
9626 (Info-index): Use push.
9627
96282000-09-27 Gerd Moellmann <gerd@gnu.org>
9629
9630 * frame.el (set-frame-font): Remove call to obsolete function
9631 frame-update-faces.
9632 (set-foreground-color, set-background-color): Likewise for
9633 frame-update-face-colors.
9634
96352000-09-27 Miles Bader <miles@gnu.org>
9636
9637 * image-file.el: New file.
9638
96392000-09-27 Gerd Moellmann <gerd@gnu.org>
9640
9641 * frame.el (frame-notice-user-settings): Don't call
9642 frame-update-faces, which is a no-op now.
9643
9644 * ediff-wind.el (ediff-control-frame-parameters): Add zero
9645 tool-bar-lines.
9646
96472000-09-27 Dave Love <fx@gnu.org>
9648
9649 * mouse.el: Fix last change.
9650
96512000-09-27 Miles Bader <miles@lsi.nec.co.jp>
9652
9653 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
9654
96552000-09-22 Kenichi Handa <handa@etl.go.jp>
9656
9657 * international/quail.el (quail-help): The output message is
9658 improved.
9659
96602000-09-26 Dave Love <fx@gnu.org>
9661
9662 * mouse.el (popup-menu): If POSITION is nil, set it using
9663 mouse-position.
9664
96652000-09-25 Sam Steingold <sds@gnu.org>
9666
9667 * net/browse-url.el (browse-url-file-url): Check for null maps.
9668
96692000-09-26 Gerd Moellmann <gerd@gnu.org>
9670
9671 * frame.el (frame-notice-user-settings): Don't add a
9672 tool-bar-lines frame parameter to default-frame-alist in batch mode.
9673
9674 * frame.el (frame-notice-user-settings):
9675 Make tool-bar-mode and default-frame-alist consistent.
9676
9677 * toolbar/tool-bar.el (tool-bar-help): New function.
9678
96792000-09-25 Gerd Moellmann <gerd@gnu.org>
9680
9681 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
9682 current-load-list in top-level forms. Else this leaks a cons cell
9683 every time a defun is called.
9684
9685 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
9686
96872000-09-25 Dave Love <fx@gnu.org>
9688
9689 * startup.el (fancy-splash-head): Check XPM is available.
9690
9691 * autoinsert.el (auto-insert): Doc fix.
9692 (auto-insert-alist): Following GNU notices, don't say `copyright
9693 _by_'. Use line-beginning-position.
9694 (auto-insert): Check buffer-file-name is non-nil before use.
9695
96962000-09-25 Gerd Moellmann <gerd@gnu.org>
9697
9698 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
9699 starting with `@def' or `@multitable', in addition to ones
9700 specified by the user in auto-fill-inhibit-regexp.
9701
97022000-09-25 Markus Rost <rost@math.ohio-state.edu>
9703
9704 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
9705 rmail-dont-reply-to-names matches the empty string.
9706
97072000-09-25 Gerd Moellmann <gerd@gnu.org>
9708
9709 * startup.el (command-line-1, fancy-splash-text): Change the
9710 text to sound more friendly.
9711
97122000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
9713
9714 * progmodes/hideshow.el: Update author email address.
9715 Generally, sync w/ maintainer version 5.22.
9716 (hs-hide-all-non-comment-function): New var.
9717 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
9718 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
9719 (hs-show-region): Delete this command.
9720 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
9721
97222000-09-22 Dave Love <fx@gnu.org>
9723
9724 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
9725 (hl-line-highlight): Specify buffer when moving overlay.
9726
9727 * progmodes/fortran.el (fortran-mode): Locally set
9728 normal-auto-fill-function.
9729 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
9730 (fortran-mode-map): Adjust auto-fill menu entry.
9731
97322000-09-22 Gerd Moellmann <gerd@gnu.org>
9733
9734 * vc-rcs.el (toplevel): Require `vc' when compiling.
9735
9736 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
9737
97382000-09-22 Andre Spiegel <spiegel@gnu.org>
9739
9740 * vc.el (vc-switch-backend): Signal an error if the file is not
9741 registered under the new backend.
9742
9743 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
9744 without explicit revision number.
9745
97462000-09-21 Stefan Monnier <monnier@cs.yale.edu>
9747
9748 * diff-mode.el (diff-file-header-face): Reset to its previous value.
9749 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
9750 (diff-xor): New function.
9751 (diff-find-source-location): Use it. Fix a stupid name clash.
9752 (diff-hunk-status-msg): New function.
9753 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
9754 (diff-test-hunk): Use diff-find-source-location.
9755 (diff-goto-source): Favor the `reverse'.
9756 (diff-hunk-text): Properly handle one-sided context diffs.
9757 (diff-apply-hunk): When done, advance to the next hunk.
9758
97592000-09-21 Gerd Moellmann <gerd@gnu.org>
9760
9761 * startup.el (command-line): If frame was created with a non-zero
9762 tool-bar-lines parameter, switch tool-bar-mode on.
9763
9764 * add-log.el (change-log-date-face, change-log-name-face)
9765 (change-log-email-face, change-log-file-face)
9766 (change-log-list-face, change-log-conditionals-face)
9767 (change-log-function-face, change-log-acknowledgement-face):
9768 New faces, inheriting from font-lock faces.
9769 (change-log-font-lock-keywords): Use them.
9770
97712000-09-21 Dave Love <fx@gnu.org>
9772
9773 * progmodes/cperl-mode.el (top-level): Clean up
9774 `eval-when-compile's and assorted defvars.
9775 (cperl-invalid-face): Don't double-quote value. Change custom
9776 type.
9777 (cperl-mode): Set normal-auto-fill-function and don't zap
9778 auto-fill-function.
9779 (cperl-imenu--function-name-regexp-perl): Renamed from
9780 imenu-example--function-name-regexp-perl.
9781 (cperl-imenu--create-perl-index): Renamed from
9782 imenu-example--create-perl-index.
9783 (cperl-xsub-scan): Don't require cl.
9784
9785 * msb.el (msb-mode-map): Use substitute-key-definition.
9786 (msb-mode): Use msb-mode-map.
9787
97882000-09-21 Andre Spiegel <spiegel@gnu.org>
9789
9790 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
9791 New functions.
9792 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
9793 (vc-switch-backend): New function.
9794 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
9795 (vc-register): Fix prompt.
9796 (vc-unregister, vc-default-unregister): New functions.
9797 (vc-version-diff): Handle empty buffer in sentinel.
9798
9799 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
9800 (vc-rcs-state-heuristic): Use it to guess the state of files with
9801 non-strict locking.
9802 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
9803 been set with -b, but not created yet.
9804 (vc-rcs-fetch-master-state): With non-strict locking, compare file
9805 contents in order to find the state.
9806 (vc-rcs-checkin): Allow creation of branches with no changes.
9807 (vc-rcs-unregister, vc-rcs-receive-file)
9808 (vc-rcs-set-non-strict-locking): New functions.
9809
9810 * vc-hooks.el (vc-name): Force correct computation of the value
9811 in case it is missing.
9812
98132000-09-21 Gerd Moellmann <gerd@gnu.org>
9814
9815 * startup.el (fancy-splash-tail): Use a different foreground
9816 color on a dark frame background.
9817
98182000-09-21 Miles Bader <miles@lsi.nec.co.jp>
9819
9820 * info.el: Use the correct capitalization when making Info-mode
9821 and Info-edit-mode `special' modes.
9822
98232000-09-20 Stefan Monnier <monnier@cs.yale.edu>
9824
9825 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
9826 (diff-mode): Add support for add-log.el.
9827 (diff-hunk-text): Use char offsets rather than line offsets.
9828 (diff-find-source-location): Replace LINE with line-offset (nil
9829 if not found) and always set POS to a meaningful position.
9830 Adapt to the new char-offsets.
9831 (diff-apply-hunk): Drop support for the unused `select' POPUP.
9832 Adapt to the new diff-find-source-location.
9833 (diff-goto-source): Adapt to the new diff-find-source-location.
9834
9835 * add-log.el (add-log-file-name): New function (split out of
9836 add-change-log-entry).
9837 (add-change-log-entry): Use it.
9838 Call add-log-file-name-function with the changelog file name if
9839 the current buffer is not associated with any file.
9840 Avoid find-file if the selected window is dedicated.
9841
9842 * diff-mode.el (diff-find-source-location):
9843 Move code from diff-apply-hunk. Return buffer rather than file.
9844 (diff-apply-hunk): Use the new result from diff-find-source-location.
9845 (diff-goto-source): Use the new diff-find-source-location.
9846
98472000-09-20 Dave Love <fx@gnu.org>
9848
9849 * iswitchb.el: Some doc fixes.
9850 (iswitchb-mode-map): Define completely initially. Inherit
9851 minibuffer-local-map.
9852 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
9853 fundamental-mode.
9854 (iswitchb-global-map): New variable.
9855 (iswitchb-summaries-to-end): Amalgamate regexps.
9856 (iswitchb-mode): New.
9857 (iswitchb-mode-hook): New variable.
9858 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
9859 `extensions'.
9860
98612000-09-20 Gerd Moellmann <gerd@gnu.org>
9862
9863 * ehelp.el (electric-help): New defgroup.
9864 (electric-help-shrink-window): New user-option.
9865 (with-electric-help): Use it.
9866
9867 * window.el (shrink-window-if-larger-than-buffer): If face
9868 `mode-line' has a :box, and we're on a graphical frame, add 1
9869 to the needed window height.
9870
9871 * frame.el (frame-notice-user-settings): Add a last parameter nil
9872 to a call to `append', because the last list passed to `append' is
9873 not copied, and so subsequent calls to assq-delete-all will modify
9874 default-frame-alist.
9875
9876 * startup.el (fancy-splash-image): Change :type.
9877 (fancy-splash-head): Use an XBM image if appropriate.
9878 (command-line-1): Show splash screens in more cases.
9879
9880 * startup.el (fancy-splash-text): Don't quote faces.
9881
9882 * dired.el (dired-font-lock-keywords): Undo last change.
9883 (dired-readin): Bind indent-tabs-mode to nil.
9884
9885 * startup.el (fancy-splash-head): If frame's background mode
9886 is `dark', change the black background of the image to gray.
9887 (fancy-splash-screens): Display startup echo area message.
9888 (display-startup-echo-area-message): New function.
9889
98902000-09-20 Miles Bader <miles@lsi.nec.co.jp>
9891
9892 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
9893
9894 * info.el (info-header-node): Tweak for color ttys.
9895
9896 * faces.el (face-valid-attribute-values): Make sure directories we
9897 search for stipples both exist and are readable before trying to
9898 search them.
9899
9900 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
9901 in the dry-run case.
9902
9903 * jka-compr.el (with-auto-compression-mode): New macro.
9904
9905 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
9906 (custom-group-tag-face, custom-variable-tag-face): Use relative
9907 :height and inherit from `variable-pitch' face instead of
9908 hardwiring :family.
9909 * hi-lock.el (hi-black-hb): Likewise.
9910
9911 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
9912 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
9913 toolbar-add-item, if image doesn't have a mask add a `:mask
9914 heuristic'.
9915
99162000-09-19 Stefan Monnier <monnier@cs.yale.edu>
9917
9918 * diff-mode.el: Docstring fixes.
9919 (diff-header-face, diff-comment-face): New faces.
9920 (diff-font-lock-keywords): Highlight a bit differently.
9921 (diff-find-source-location): Don't return SPAN any more.
9922 (diff-hunk-text): Don't bother erasing the temp buffer.
9923 (diff-find-text): Drop argument LINE.
9924 (diff-apply-hunk): Update calls to diff-find-text.
9925 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
9926
9927 * calendar/calendar.el: Docstring fixes.
9928 (calendar-make-alist): Don't quote lambda.
9929 (calendar-star-date): Use make-local-variable.
9930
99312000-09-19 Dave Love <fx@gnu.org>
9932
9933 * toolbar/tool-bar.el: Renamed from toolbar.el.
9934 Change `toolbar' to `tool-bar' generally in symbols.
9935 Make some items invisible in `special' major modes.
9936 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
9937 Add arg PROPS.
9938
9939 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
9940 Add :version here.
9941 (fancy-splash-delay, fancy-splash-image): Remove :version here.
9942
99432000-09-19 Gerd Moellmann <gerd@gnu.org>
9944
9945 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
9946
9947 * files.el (find-file-suppress-same-file-warnings): New user-option.
9948 (find-file-noselect): Use it.
9949
9950 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
9951 (fancy-splash-screen): Defgroup.
9952
9953 * add-log.el (change-log-font-lock-keywords): Match names
9954 more exactly for the case that font-lock-constant-face is
9955 underlined.
9956
99572000-09-19 Richard M. Stallman <rms@gnu.org>
9958
9959 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
9960
99612000-09-19 Andre Spiegel <spiegel@gnu.org>
9962
9963 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
9964
99652000-09-19 Gerd Moellmann <gerd@gnu.org>
9966
9967 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
9968 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
9969 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
9970 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
9971 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
9972 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
9973 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
9974 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
9975 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
9976 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
9977 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
9978 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
9979
9980 * startup.el (fancy-splash-text): New variable.
9981 (fancy-splash-delay, fancy-splash-image): New user-options.
9982 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
9983 (fancy-splash-screens): New functions.
9984 (command-line-1): If display has a `display' frame parameter, has
9985 colors, and we have XPM support, show more fancy splash screens.
9986
99872000-09-19 Dave Love <fx@gnu.org>
9988
9989 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
9990 with null `help'. Use modern backquote syntax.
9991
99922000-09-19 Gerd Moellmann <gerd@gnu.org>
9993
9994 * font-lock.el (font-lock-mode): Change message telling the user
9995 that ``the buffer is too big''.
9996
9997 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
9998 for instance for the case that tab-width is 2.
9999
100002000-09-18 Gerd Moellmann <gerd@gnu.org>
10001
10002 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10003 toolbar-add-item, if image doesn't have a mask add a `:mask
10004 heuristic'.
10005
100062000-09-18 Miles Bader <miles@lsi.nec.co.jp>
10007
10008 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10009 and return a cons if it's non-nil.
10010 (diff-apply-hunk): Try to jump to the line in the source text
10011 corresponding to the position of point in the in the hunk.
10012
10013 * info.el (Info-title-3-face, Info-title-2-face)
10014 (Info-title-1-face): Use face inheritance and relative sizes
10015 instead of hard-wiring things.
10016
10017 * faces.el (secondary-selection): Make dark-background variant sane.
10018
100192000-09-16 Andrew Innes <andrewi@gnu.org>
10020
10021 * makefile.w32-in (compile-files-CMD): No need to make .elc files
10022 read-only, since they aren't under VC now.
10023
100242000-09-17 Dave Love <fx@gnu.org>
10025
10026 * tmm.el: Replace mapcar with mapc in several places.
10027
10028 * loadhist.el (unload-feature): Maybe call elp-restore-list and
10029 ad-unadvise.
10030
10031 * international/latin1-disp.el: New file.
10032
10033 * calendar/cal-move.el (scroll-calendar-left)
10034 (scroll-calendar-right): Make arg optional (for active mode line).
10035
10036 * calendar/calendar.el (calendar-mode-line-format): Make fields
10037 mouse-sensitive.
10038 (calendar-read-date, calendar-read-date, calendar-window-list):
10039 Unquote lambda.
10040 (calendar-month-name): Use aref, not sref.
10041
10042 * view.el (minor-mode-alist): Propertize the string.
10043
10044 * international/characters.el (standard-case-table): Add entries
10045 for Greek.
10046
100472000-09-18 Miles Bader <miles@gnu.org>
10048
10049 * info.el (info-node, info-xref): Add dark-background variants.
10050
10051 * faces.el (header-line): Change defaults to be less confusing
10052 when mixed with mode-lines.
10053
10054 * info.el (Info-fontify-node): Make a few cleanups.
10055 Add extra `help-echo' and `local-map' props to node xrefs.
10056 Use header-specific faces for node-names & xrefs.
10057 (Info-use-header-line): New variable.
10058 (info-header-xref, info-header-node): New faces.
10059 (Info-setup-header-line): New function.
10060 (Info-select-node): Call Info-setup-header-line when enabled.
10061 (Info-extract-pointer): Work even if the header line is hidden.
10062 (Info-header-line): New variable.
10063
100642000-09-16 Stefan Monnier <monnier@cs.yale.edu>
10065
10066 * vms-patch.el (print-region-function): Don't quote lambda.
10067
10068 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10069
10070 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10071 (lm-get-header-re): Allow spaces between the header and the colon.
10072 (lm-header): Allow $ in non-RCS headers.
10073 (lm-header-multiline): Put the strings back into order.
10074 Stop at an empty line. Don't require two space chars if the
10075 line is clearly not another header line.
10076
10077 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10078 (popup-menu-popup): Remove.
10079
100802000-09-15 Gerd Moellmann <gerd@gnu.org>
10081
10082 * toolbar/toolbar.el (toolbar-add-item): Use the same image
10083 specification if or if not tool-bar item contains an `:enabled'
10084 property.
10085
10086 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10087 current buffer has no file name.
10088
100892000-09-15 Dave Love <fx@gnu.org>
10090
10091 * strokes.el: Sync with maintainer's current version with changes
10092 for Emacs, but avoid runtime cl and levents.
10093 (toplevel): Change autoloads and compilation requires.
10094 (strokes-version, strokes-bug-address, strokes-lift): Values
10095 changed.
10096 (strokes-xpm-header, strokes-insinuated): New variable.
10097 (strokes): Add :link.
10098 (strokes-mode): Customized.
10099 (strokes-while-inhibiting-garbage-collector): New macro.
10100 (strokes-remassoc): Avoid remove-if.
10101 (strokes-fix-button2-command): Don't use ad-do-it.
10102 (strokes-insinuate): New function.
10103 (strokes-button-press-event-p, strokes-button-release-event-p):
10104 New functions, used instead of non-`strokes-' versions..
10105 (strokes-mouse-event-p): Rewritten.
10106 (strokes-event-closest-point): Avoid event-point.
10107 (strokes-get-grid-position): Avoid cdadr, caadr
10108 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10109 functions.
10110 (strokes-help): Use with-output-to-temp-buffer.
10111 (strokes-window-configuration-changed-p): New function.
10112 (strokes-update-window-configuration): Use buffer-live-p,
10113 strokes-window-configuration-changed-p.
10114 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
10115 (strokes-char-face): New face.
10116 (strokes-char-table, strokes-base64-chars): New variable.
10117 (strokes-xpm-for-stroke, strokes-list-strokes)
10118 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10119 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10120 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10121 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10122 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10123 functions.
10124
101252000-09-15 Gerd Moellmann <gerd@gnu.org>
10126
10127 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10128
10129 * image.el (create-image): Doc fix.
10130
10131 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10132 instead of `:heuristic-mask t'.
10133
101342000-09-14 Andrew Innes <andrewi@gnu.org>
10135
10136 * makefile.w32-in: Revert to Unix line endings.
10137
101382000-09-14 Andrew Innes <andrewi@gnu.org>
10139
10140 * makefile.w32-in: Add bootstrap support. Also copy lisp source
10141 when installing.
10142
10143 * makefile.nt (DONTCOMPILE): Fix typo.
10144
10145 * shell.el (shell-write-history-on-exit): New function.
10146 (shell-dumb-shell-regexp): New custom variable.
10147 (shell-mode): Make shell-write-history-on-exit the process
10148 sentinel if shell name matches shell-dumb-shell-regexp.
10149
10150 * w32-fns.el: Comment out before-init-hook function which resets
10151 source-directory based; this breaks bootstrap.
10152
101532000-09-14 Dave Love <fx@gnu.org>
10154
10155 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10156 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10157 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10158 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10159 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10160 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10161 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
10162 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
10163 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10164
10165 * toolbar/toolbar.el: New.
10166
10167 * subdirs.el: Add toolbar.
10168
101692000-09-14 Gerd Moellmann <gerd@gnu.org>
10170
10171 * indent.el (indent-for-tab-command): Doc fix.
10172
101732000-09-14 Alex Schroeder <alex@gnu.org>
10174
10175 * ansi-color.el (ansi-colors): Doc change.
10176 (ansi-color-get-face): Simplified regexp.
10177 (ansi-color-faces-vector): Added more faces, doc change.
10178 (ansi-color-names-vector): Doc change.
10179 (ansi-color-regexp): Simplified regexp.
10180 (ansi-color-parameter-regexp): New regexp.
10181 (ansi-color-filter-apply): Doc change.
10182 (ansi-color-filter-region): Doc change.
10183 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10184 deal with zero length parameters.
10185 (ansi-color-apply-on-region): Doc change.
10186 (ansi-color-map): Doc change.
10187 (ansi-color-map-update): Removed debugging message.
10188 (ansi-color-get-face-1): Added condition-case to trap
10189 args-out-of-range errors.
10190 (ansi-color-get-face): Doc change.
10191 (ansi-color-make-face): Removed.
10192 (ansi-color-for-shell-mode): New option.
10193
101942000-09-13 Kenichi Handa <handa@etl.go.jp>
10195
10196 * international/quail.el (quail-start-translation): Translate KEY
10197 if necessary even if it doesn't have any mapping in the current
10198 input method.
10199 (quail-start-conversion): Likewise.
10200 (quail-help): The output message is improved.
10201
102022000-09-13 Miles Bader <miles@gnu.org>
10203
10204 * comint.el (comint-output-filter): Revert to using
10205 `insert-before-markers'. Add bletcherous hack to undo damage
10206 caused by `insert-before-markers'. Put `front-sticky' property on
10207 overlays created here so that the field code understands how the
10208 overlay works. Use a let when making comint-last-prompt-overlay,
10209 so that the code is easier to read.
10210
102112000-09-13 Dave Love <fx@gnu.org>
10212
10213 * wid-edit.el (widget-default-format-handler): DTRT when
10214 doc-property is a function.
10215
102162000-09-12 Francesco Potorti` <pot@gnu.org>
10217
10218 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10219 filed name if it's not there.
10220
102212000-09-12 Dave Love <fx@gnu.org>
10222
10223 * simple.el (read-mail-command): Doc fix.
10224 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10225
10226 * vc.el (vc-dired-listing-switches): Fix :version.
10227
10228 * vc-hooks.el: Doc fixes.
10229
10230 * subr.el (add-minor-mode): Use toggle-fun arg.
10231
10232 * speedbar.el: Add :version to several defcustoms.
10233
10234 * imenu.el (imenu--truncate-items, imenu--cleanup)
10235 (imenu--generic-function): Avoid mapcar.
10236 (imenu--replace-spaces): Function removed.
10237 (imenu--completion-buffer): Use subst-char-in-string.
10238 (imenu-add-to-menubar): Use keymap inheritance.
10239
102402000-09-12 Miles Bader <miles@gnu.org>
10241
10242 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10243 (diff-mode-map): Bind `diff-test-hunk'.
10244 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10245
102462000-09-11 Gerd Moellmann <gerd@gnu.org>
10247
10248 * bytecomp.el (byte-compile-defvar): Undo last change
10249 because it breaks '(make-variable-buffer-local (defvar ...)'
10250 which is used at least in dired.
10251
102522000-09-12 Kenichi Handa <handa@etl.go.jp>
10253
10254 * international/quail.el (quail-define-package): Docstring
10255 modified.
10256
102572000-09-12 Kenichi Handa <handa@etl.go.jp>
10258
10259 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10260 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10261 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
10262 docstring of "chinese-py".
10263
10264 * international/quail.el (quail-translation-docstring): New
10265 variable.
10266 (quail-show-keyboard-layout): Docstring modified.
10267 (quail-select-current): Likewise.
10268 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10269 infinite recursive call.
10270 (quail-help): Check quail-translation-docstring. Format of the
10271 output changed.
10272 (quail-help-insert-keymap-description): Adjusted for the above
10273 change.
10274
102752000-09-11 Gerd Moellmann <gerd@gnu.org>
10276
10277 * bytecomp.el (byte-compile-defvar): Only cons onto
10278 current-load-list in top-level forms. Else this leaks a cons cell
10279 every time a defun is called.
10280
102812000-09-11 Miles Bader <miles@lsi.nec.co.jp>
10282
10283 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10284 Now understands non-unified diffs. Some functionality moved into
10285 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
10286 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
10287 modify anything. Only reposition point in the patched file if the
10288 patch succeeds. Only pop up another window if POPUP is true.
10289 Emit a message describing what happened if successful, and at what
10290 line-offset. Automatically detect reversed hunks and do something
10291 appropriate.
10292 (diff-hunk-text, diff-find-text): New functions.
10293 (diff-filter-lines): Function removed.
10294 (diff-test-hunk): New function.
10295 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10296
102972000-09-10 Dave Love <fx@gnu.org>
10298
10299 * textmodes/tildify.el: Minor doc/commentary fixes.
10300 (tildify) <defgroup>: Add :version.
10301
10302 * faces.el (face-x-resources): Make custom type more specific.
10303 (frame-background-mode): Use mapc.
10304 (region) <defcustom>: Add :version.
10305
103062000-09-08 Stefan Monnier <monnier@cs.yale.edu>
10307
10308 * vc-sccs.el (vc-sccs-register):
10309 * vc-rcs.el (vc-rcs-register):
10310 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10311 * vc.el (vc-register): Clear file's properties.
10312
103132000-09-08 Gerd Moellmann <gerd@gnu.org>
10314
10315 * faces.el (face-spec-set): Only face-spec-reset-face when
10316 ATTRS is non-nil.
10317
103182000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10319
10320 * help.el (help-insert-xref-button): Fix a typo in doc string.
10321
103222000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
10323
10324 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10325 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10326 methods.
10327
10328 * menu-bar.el (read-mail-item-name): New function.
10329 (menu-bar-tools-menu): Use it to compute and display the package
10330 used to read email.
10331 (menu-bar-tools-menu): Fix typo in GUD's help string.
10332
103332000-09-07 Dave Love <fx@gnu.org>
10334
10335 * diff-mode.el (diff-mouse-goto-source): New function.
10336
10337 * vc-sccs.el: Doc fixes.
10338 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10339
10340 * vc-rcs.el: Doc fixes.
10341 (vc-rcs-register-switches, vc-rcs-checkin-switches)
10342 (vc-rcs-checkout-switches, vc-rcs-header)
10343 (vc-rcs-master-templates): Add or change :version.
10344
10345 * vc-cvs.el: Doc fixes.
10346 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10347 (vc-cvs-stay-local): Add :version.
10348
10349 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10350
103512000-09-07 Kenichi Handa <handa@etl.go.jp>
10352
10353 * international/quail.el (quail-help): Fix previous change.
10354
103552000-09-07 Gerd Moellmann <gerd@gnu.org>
10356
10357 * faces.el (color-values): Doc fix.
10358
10359 * faces.el (frame-set-background-mode): Use frame-parameter
10360 instead of frame-parameters.
10361
10362 * frame.el (filtered-frame-list): Reduce consing.
10363 (frames-on-display-list): Call frame-parameter instead of
10364 frame-parameters.
10365
103662000-09-07 Kenichi Handa <handa@etl.go.jp>
10367
10368 * language/devan-util.el (devanagari-to-indian-region): In the
10369 loop, change the following char, not preceding char.
10370
103712000-09-07 Gerd Moellmann <gerd@gnu.org>
10372
10373 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10374 instead of frame-parameters.
10375
10376 * faces.el (set-face-attribute): Simplify by calling
10377 internal-set-lisp-face-attribute with FRAME being 0.
10378
10379 * vc.el: Remove `Id' version control keyword.
10380
103812000-09-07 Kenichi Handa <handa@etl.go.jp>
10382
10383 * help.el (help-make-xrefs): Adjusted for the change of
10384 help-xref-mule-regexp.
10385 (help-insert-xref-button): New function.
10386
10387 * international/mule-cmds.el (help-xref-mule-regexp-template):
10388 Include the pattern for character set.
10389 (leim): New group.
10390
10391 * international/quail.el: Don't require face.
10392 (quail): New group.
10393 (quail-other-command): Dummy command to make quail-help work better.
10394 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10395 (quail-keyboard-layout-substitution): New variable.
10396 (quail-update-keyboard-layout): New function.
10397 (quail-keyboard-layout-type): New customizable variable.
10398 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10399 (quail-keyboard-translate): Pay attention to
10400 quail-keyboard-layout-substitution.
10401 (quail-insert-kbd-layout): New function.
10402 (quail-show-keyboard-layout): New function.
10403 (quail-get-translation): If the definition is a vector of length
10404 1, and the element is a string of length 1, return the character
10405 in that string.
10406 (quail-update-current-translations): Fix the case of
10407 relative-index out of range.
10408 (quail-build-decode-map, quail-insert-decode-map): New Functions.
10409 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10410 Show key sequences for all available characters.
10411 (quail-help-insert-keymap-description): Don't show such verbose
10412 key bindings as quail-self-insert-command.
10413
10414 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10415 Format changed, and each element now have extra documentations.
10416 (tit-process-header): Delete invalid characters from TIT-PROMPT.
10417 Adjusted for the change of quail-cxterm-package-ext-info.
10418
104192000-09-06 Gerd Moellmann <gerd@gnu.org>
10420
10421 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10422 requiring it leads to a recursive loading of vc.el and vc-hooks.el
10423 during bootstrap.
10424
104252000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10426
10427 * vc.el: (toplevel): Don't require `dired' at run-time.
10428 (vc-dired-resynch-file): Remove autoload cookie.
10429
104302000-09-05 Andre Spiegel <spiegel@gnu.org>
10431
10432 * vc.el: Made several backend functions optional.
10433 (vc-default-responsible-p): New function.
10434 (vc-merge): Use RET for first version to trigger merge-news, not
10435 prefix arg.
10436 (vc-annotate): Handle backends that do not support annotation.
10437 (vc-default-merge-news): Removed. The existence of a merge-news
10438 implementation is now checked on caller sites.
10439
10440 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10441 case.
10442
10443 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10444 special case that has been removed from the default in vc-hooks.el.
10445
104462000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10447
10448 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10449
104502000-09-05 Andre Spiegel <spiegel@gnu.org>
10451
10452 * vc-hooks.el: Require vc during compilation.
10453 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10454 macro `with-vc-properties' in vc.el.
10455 (vc-file-getprop): Doc fix.
10456 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10457
10458 * vc.el: Require dired-aux during compilation.
10459 (vc-name-assoc-file): Moved to vc-sccs.el.
10460 (with-vc-properties): New macro.
10461 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10462 vc-finish-steal): Use it.
10463 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
10464 to the backend-specific function is now supposed to do the checkout,
10465 too.
10466 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10467
10468 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10469 set file properties; that gets done in the generic code now.
10470
10471 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10472 Changed parameter list, added code from vc.el that does the
10473 checkout, possibly with a double-take.
10474
10475 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10476 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10477 the above under the new name.
10478 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
10479 parameter list, added checkout command.
10480 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10481 properties; that gets done in the generic code now.
10482
104832000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10484
10485 * vc.el: Docstring fixes (courtesy of checkdoc).
10486
104872000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10488
10489 * vc.el (vc-checkout-writable-buffer-hook)
10490 (vc-checkout-writable-buffer): Remove.
10491 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10492 (vc-log-mode): Make it into a clean derived major mode.
10493 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10494 vc-log-mode if log-edit is not available.
10495 (vc-dired-mode-map): Don't set-keymap-parent yet.
10496 (vc-dired-mode): Do set-keymap-parent here.
10497 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10498
104992000-09-05 Gerd Moellmann <gerd@gnu.org>
10500
10501 * faces.el (set-face-attribute, face-spec-reset-face)
10502 (face-spec-set): Avoid consing by removing calls to `apply'.
10503
10504 * frame.el (frame-parameter): Move to C code.
10505
105062000-09-05 Dave Love <fx@gnu.org>
10507
10508 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10509 insert-before-markers-and-inherit. Now checked systematically!
10510
105112000-09-05 Alex Schroeder <alex@gnu.org>
10512
10513 * sql.el (sql-postgres): Use sql-postgres-options.
10514 (sql-postgres-options): New variable.
10515
105162000-09-05 Alex Schroeder <alex@gnu.org>
10517
10518 * sql.el (sql-mode-menu): Work around missing variable mark-active
10519 in XEmacs.
10520 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10521 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10522 compatibility.
10523
105242000-09-04 Gerd Moellmann <gerd@gnu.org>
10525
10526 * vc.el (vc-dired-resynch-file): Add autoload cookie.
10527
10528 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10529
10530 * Makefile.in (DONTCOMPILE): Fix typo in file name.
10531
105322000-09-04 Andre Spiegel <spiegel@gnu.org>
10533
10534 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10535 don't support anything else under SCCS yet.
10536
10537 * vc-hooks.el: Minor doc fixes.
10538
105392000-09-04 Andre Spiegel <spiegel@gnu.org>
10540
10541 * vc.el (vc-next-action-on-file): Do not visit the file if it's
10542 not necessary. If verbose in state `needs-patch', do the same as
10543 under `up-to-date'. When NOT verbose and `needs-patch', check out
10544 latest version instead of `merge-news'.
10545 (vc-next-action-dired): Don't mess with default-directory here; it
10546 breaks other parts of dired. It is the job of the
10547 backend-specific functions to adjust it temporarily if they need it.
10548 (vc-next-action): Remove a special CVS case.
10549 (vc-clear-headers): New optional arg FILE.
10550 (vc-checkin, vc-checkout): Set properties vc-state and
10551 vc-checkout-time properly.
10552 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10553 (vc-print-log): Use new backend function `show-log-entry'.
10554 (vc-cancel-version): Do the checks in a different order. Added a
10555 FIXME concerning RCS-only code.
10556
10557 * vc-rcs.el (vc-rcs-show-log-entry): New function.
10558 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10559
10560 * vc-cvs.el (vc-cvs-show-log-entry): New function.
10561
10562 * vc-hooks.el (vc-default-mode-line-string): Show state
10563 `needs-patch' as a `-' too.
10564
105652000-09-04 Andre Spiegel <spiegel@gnu.org>
10566
10567 * vc.el (vc-responsible-backend): New optional arg REGISTER.
10568 (vc-default-could-register): New function.
10569 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10570 (vc-resynch-buffer): Call vc-dired-resynch-file.
10571 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10572 vc-resynch-buffer instead of vc-resynch-window.
10573 (vc-next-action-dired): Don't redisplay here, that gets done as a
10574 result of the individual file operations.
10575 (vc-retrieve-snapshot): Corrected prompt order.
10576
10577 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10578
10579 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
10580 as well.
10581 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
10582 hostname regexps. Updated all callers.
10583 (vc-cvs-responsible-p): Handle directories as well.
10584 (vc-cvs-could-register): New function.
10585 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
10586 properties up-to-date.
10587
10588 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
10589 user whether to create one.
10590
105912000-09-04 Andre Spiegel <spiegel@gnu.org>
10592
10593 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
10594 check out a non-existing file.
10595
10596 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
10597 workfile does not exist.
10598
10599 * vc.el (vc-version-diff): Use `require' to check for existence of
10600 diff-mode.
10601
106022000-09-04 Andre Spiegel <spiegel@gnu.org>
10603
10604 * vc-cvs.el (vc-cvs-registered): Use new function
10605 vc-cvs-parse-entry to do the actual work.
10606
106072000-09-04 Andre Spiegel <spiegel@gnu.org>
10608
10609 * vc-hooks.el (vc-find-backend-function): If function doesn't
10610 exist, return nil instead of error.
10611 (vc-call-backend): Doc fix.
10612
10613 * vc.el (vc-do-command): Doc fix.
10614 (vc-finish-logentry): When checking in from vc-dired, choose the
10615 right backend for logentry check.
10616 (vc-dired-mode-map): Inherit from dired-mode-map.
10617 (vc-dired-mode): Local value of dired-move-to-filename-regexp
10618 simplified.
10619 (vc-dired-state-info): Removed, updated caller.
10620 (vc-default-dired-state-info): Use parentheses instead of hyphens.
10621 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
10622 (vc-dired-listing-switches): New variable.
10623 (vc-directory): Use it, instead of dired-listing-switches.
10624
10625 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
10626 (vc-cvs-dir-state): New function.
10627 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
10628 (vc-cvs-parse-entry): New function, also to be used in
10629 vc-cvs-registered.
10630
106312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10632
10633 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
10634 *or* single-window-frames.
10635
106362000-09-04 Andre Spiegel <spiegel@gnu.org>
10637
10638 * vc.el (vc-update-changelog): Split into generic part and default
10639 implementation. Doc string adapted.
10640 (vc-default-update-changelog): New function. Call the `rcs2log'
10641 script in exec-directory, to fix a long-standing nuisance.
10642
10643 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
10644 simply signals an error.
10645
106462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10647
10648 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
10649 control-flow more clear and to avoid running `cvs' twice.
10650
10651 * vc.el (vc-next-action-on-file): Doc fix.
10652 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
10653 (vc-print-log): Eval `file' before constructing the continuation.
10654
106552000-09-04 Andre Spiegel <spiegel@gnu.org>
10656
10657 * vc.el (vc-next-action-on-file): Corrected several messages.
10658 (vc-merge): Add prefix arg `merge-news'; handle it.
10659
10660 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
10661 is not reached. It is.
10662 (vc-cvs-merge): Set state to 'edited after merge.
10663 (vc-cvs-merge-news): Set workfile version to nil if not known.
10664 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
10665
10666 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
10667 via stdout. (Merge from main line.)
10668
106692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10670
10671 * vc.el (vc-finish-logentry): Thinko in the "same comment"
10672 detection.
10673
106742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10675
10676 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
10677 against kill-all-local-variables.
10678 (vc-log-edit): Don't save vc-parent-buffer any more.
10679 (vc-last-comment-match): Initialize to an empty string.
10680 (vc-post-command-functions): New hook.
10681 (vc-do-command): Run it.
10682 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
10683 (vc-finish-logentry): Only add the comment to the ring if it's
10684 different from the last comment entered.
10685 (vc-new-comment-index): New function.
10686 (vc-previous-comment): Use it. Make the minibuffer message
10687 slightly less terse.
10688 (vc-comment-search-reverse): Make it work forward as well. Don't
10689 set vc-comment-ring-index if no match is found. Use
10690 vc-new-comment-index.
10691 (vc-comment-search-forward): Use vc-comment-search-reverse.
10692 (vc-dired-mode-map): Don't inherit from dired-mode-map since
10693 define-derived-mode will do it for us. Bind `v' to a keymap that
10694 inherits from vc-prefix-map so that we can bind `vt' without
10695 binding C-x v t.
10696 (vc-retrieve-snapshot): Parenthesis typo.
10697
10698 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
10699 to 1. Make sure to switch to *vc* before looking for an error
10700 message. Use vc-parse-buffer.
10701
107022000-09-04 Andre Spiegel <spiegel@gnu.org>
10703
10704 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
10705 and NAME.
10706 (vc-retrieve-snapshot): Split into two parts.
10707 (vc-default-retrieve-snapshot): New function.
10708
10709 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
10710 (vc-cvs-retrieve-snapshot): New function (untested).
10711 (vc-cvs-stay-local): Default to t.
10712 (vc-cvs-remote-p): New function and property.
10713 (vc-cvs-state): Stay local only if the above is t.
10714 (vc-handle-cvs): Removed.
10715 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
10716 done via vc-handled-backends now.
10717 (vc-cvs-header): Escape Id.
10718
107192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10720
10721 * vc.el (vc-do-command): Remove unused commands.
10722 (vc-version-diff): Make sure default-directory ends with a slash.
10723 Move the window commands into a vc-exec-after.
10724 (vc-print-log): Move more of the code into the `vc-exec-after'.
10725
107262000-09-04 Andre Spiegel <spiegel@gnu.org>
10727
10728 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
10729 (vc-print-log): Search current revision from beginning of buffer.
10730 (vc-revert-buffer): Clear echo area after the diff is finished.
10731 (vc-prefix-map): Removed definition of "t" for terse display in vc
10732 dired.
10733 (vc-dired-mode-map): Inherit from dired-mode-map. Added
10734 definition of "vt" for terse display.
10735 (vc-dired-mode): Fix dired-move-to-filename-regexp.
10736
107372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10738
10739 * vc.el (vc-exec-after): Avoid caddr.
10740
107412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10742
10743 * vc.el (vc-exec-after): New function.
10744 (vc-do-command): Use it to add a termination message for async
10745 procs.
10746 (vc-checkout): Try to handle a missing-backend situation.
10747 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
10748 of a directory with a backend using async diffs.
10749 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
10750 present.
10751
10752 * vc-sccs.el (vc-sccs-state-heuristic): Use
10753 file-ownership-preserved-p.
10754
10755 * vc-rcs.el (vc-rcs-state-heuristic): Use
10756 file-ownership-preserved-p.
10757 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
10758
107592000-09-04 Andre Spiegel <spiegel@gnu.org>
10760
10761 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
10762 vc-do-command.
10763
10764 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
10765 when there are no changes.
10766
107672000-09-04 Andre Spiegel <spiegel@gnu.org>
10768
10769 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
10770
10771 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
10772
107732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10774
10775 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
10776
10777 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
10778 the `fset' outside of the defvar so that it works even if
10779 vc-prefix-map was already defined.
10780 (vc-setup-buffer): New function, split out of vc-do-command.
10781 (vc-do-command): Allow BUFFER to be t to mean `just use the
10782 current buffer without any fuss'.
10783 (vc-version-diff): Change the `diff' backend operation to just put
10784 the diff in the current buffer without erasing it. Always use
10785 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
10786 shrink-window-if-larger-than-buffer.
10787 (vc-print-log): Change the `print-log' backend operation to just
10788 put the log in the current buffer without erasing it. Protect
10789 shrink-window-if-larger-than-buffer.
10790 (vc-update-change-log): Fix setd typo.
10791
10792 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
10793 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
10794
10795 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
10796 (vc-rcs-diff): Insert in the current buffer and remove unused arg
10797 CMP.
10798
10799 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
10800 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
10801 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
10802
108032000-09-04 Andre Spiegel <spiegel@gnu.org>
10804
10805 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
10806 not possible, use vc-BACKEND-workfile-unchanged-p.
10807 (vc-default-workfile-unchanged-p): New function. Delegates to a
10808 full vc-BACKEND-diff.
10809
10810 * vc-hooks.el (vc-simple-command): Removed.
10811
10812 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
10813 instead of vc-simple-command.
10814 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
10815 avoid doing a diff when opening a file.
10816 (vc-rcs-state): Added check for unlocked-changes.
10817 (vc-rcs-header): Escape Id.
10818 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
10819 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
10820 version.
10821
10822 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
10823 (vc-sccs-diff): Remove optional arg CMP.
10824 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
10825 SCCS-specific function.
10826
10827 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
10828 vc-simple-command.
10829
108302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10831
10832 * vc.el (vc-editable-p): Renamed from vc-writable-p.
10833 (with-vc-file, vc-merge): Use vc-editable-p.
10834 (vc-do-command): Remove unused var vc-file and fix the
10835 doubly-defined `status' var. Add a user message when starting an
10836 async command.
10837 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
10838 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
10839 Use with-current-buffer.
10840 (vc-buffer-sync): Use unless.
10841 (vc-next-action-on-file): If the file is 'edited by read-only,
10842 make it read-write instead of trying to commit.
10843 (vc-version-diff, vc-update-change-log): Use `setq
10844 default-directory' rather than `cd'.
10845 (vc-log-edit): Don't forget to set default-directory in the
10846 buffer.
10847
10848 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
10849 (vc-sccs-state-heuristic): Use file-writable-p instead of
10850 comparing userids.
10851 (vc-sccs-checkout): Use `unless'.
10852
10853 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
10854 of comparing userids.
10855 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
10856 Simplify the logic by eliminating unreachable code.
10857 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
10858 just do a recursive call if we need to retry.
10859 (vc-rcs-checkout): Handle the case where rcs is missing by making
10860 the buffer read-write if requested and re-signalling the error.
10861
10862 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
10863
108642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10865
10866 * vc-hooks.el (vc-handled-backends): Docstring change.
10867 (vc-ignore-vc-files): Mark obsolete.
10868 (vc-registered): Check vc-ignore-vc-files.
10869 (vc-find-file-hook, vc-file-not-found-hook): Don't check
10870 vc-ignore-vc-files.
10871
10872 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
10873
108742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10875
10876 * vc.el (vc-checkout): Don't do anything special for ange-ftp
10877 files since ange-ftp already has vc-registered return nil.
10878
10879 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
10880 (vc-sccs-workfile-version): Use with-temp-buffer and new
10881 vc-parse-buffer and don't bother setting the property.
10882 (vc-sccs-add-triple): Use with-current-buffer and
10883 find-file-noselect.
10884 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
10885
10886 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
10887 derives from the old vc-parse-buffer but uses the revision number
10888 rather than the date (much easier to compare robustly).
10889 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
10890 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
10891 locking-user more directly. Check strict locking and set
10892 checkout-model appropriately.
10893 (vc-rcs-parse-locks): Remove.
10894 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
10895 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
10896 (vc-rcs-system-release): Use with-current-buffer and
10897 vc-parse-buffer.
10898 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
10899
10900 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
10901 (vc-simple-command): Docstring fix.
10902 (vc-registered): Align the way the file-handler is called with the
10903 way the function itself works.
10904 (vc-file-owner): Remove.
10905
10906 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
10907 extraction of fields and call to file-attributes because of a
10908 temporary bug in rcp.el.
10909 (vc-cvs-fetch-status): Use with-current-buffer.
10910
109112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10912
10913 * vc.el (vc-do-command): Use file-relative-name.
10914 (vc-responsible-backend): Use vc-backend if possible.
10915 (vc-create-snapshot): Improve the `interactive' spec. Add support
10916 for branches and dispatch to backend-specific `create-snapshot'.
10917 (vc-default-create-snapshot): New function, containing the bulk of
10918 the old vc-create-snapshot.
10919 (vc-retrieve-snapshot): Improve the interactive spec.
10920
10921 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
10922 (vc-backend-hook-functions): Remove.
10923 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
10924 (vc-backend): Reintroduce the test for `file = nil' now that I
10925 know why it was there (and added a comment to better remember).
10926
10927 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
10928 code from vc-sccs-hooks.el.
10929 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
10930 'vc anymore.
10931 (vc-sccs-responsible-p): Use expand-file-name instead of concat
10932 and file-directory-p instead of file-exists-p.
10933 (vc-sccs-check-headers): Simplify the regexp.
10934
10935 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
10936 from vc-rcs-hooks.el. Don't require 'vc anymore.
10937 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
10938 file-directory-p instead of file-exists-p.
10939
10940 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
10941 from vc-cvs-hooks.el.
10942 (proto vc-cvs-registered): Require 'vc-cvs instead of
10943 'vc-cvs-hooks. Don't require 'vc anymore.
10944 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
10945 file-directory-p instead of file-exists-p.
10946 (vc-cvs-create-snapshot): New function, replacing
10947 vc-cvs-assign-name.
10948 (vc-cvs-assign-name): Remove.
10949
109502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10951
10952 * vc-cvs.el (vc-cvs-header): New var.
10953
10954 * vc-rcs.el (vc-rcs-exists): Remove.
10955 (vc-rcs-header): New var.
10956
10957 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
10958 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
10959 (vc-sccs-header): New var.
10960
10961 * vc.el (vc-do-command): Get rid of the `last' argument.
10962 (vc-header-alist): Remove, replaced by vc-X-header.
10963 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
10964 (vc-dired-hook): Use expand-file-name instead of concat.
10965 (vc-directory): Use file-name-as-directory.
10966 (vc-snapshot-precondition, vc-create-snapshot)
10967 (vc-retrieve-snapshot): Allow the command to operate on any
10968 directory.
10969
10970 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
10971 just removing the 'WORKFILE argument or by removing the 'MASTER
10972 argument and replacing `file' with (vc-name file).
10973
109742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10975
10976 * vc.el: Update Copyright and add a crude list of backend funs.
10977 (vc-writable-p): New function.
10978 (with-vc-file): Use vc-writable-p.
10979 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
10980 (vc-register): Avoid vc-name.
10981 (vc-locking-user): Remove.
10982 (vc-steal-lock): Make the `owner' arg non-optional.
10983 (vc-merge): Use vc-writable-p instead of vc-locking-user and
10984 vc-checkout-model.
10985 (vc-default-dired-state-info): Use vc-state instead of
10986 vc-locking-user and return special strings for special states.
10987 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
10988 and get rid of one of the special CVS cases.
10989 (vc-cancel-version): prettify error message with \\[...].
10990 (vc-rename-master): New function.
10991 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
10992 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
10993 the CVS special case generic.
10994 (vc-default-record-rename): Remove.
10995 (vc-file-tree-walk-internal): Only call FUNC for files that are
10996 under control of some VC backend and replace `concat' with
10997 expand-file-name.
10998 (vc-file-tree-walk): Update docstring.
10999 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11000 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11001
11002 * vc-sccs.el (vc-sccs-rename-file): Renamed from
11003 vc-sccs-record-rename. Use `find-file-noselect' rather than
11004 `find-file' and call `vc-rename-master' to do the actual move.
11005 (vc-sccs-diff): Remove unused `backend' variable.
11006
11007 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11008 to delay loading of vc-sccs until it is really used.
11009 (vc-sccs-master-templates): Preload.
11010 (vc-sccs-state): Update call to vc-sccs-parse-locks.
11011 (vc-sccs-project-dir): Remove (merged into
11012 vc-sccs-search-project-dir).
11013 (vc-sccs-search-project-dir): Rewrite using file name handling ops
11014 rather than `concat', make sure it is preloaded and don't bother
11015 to check that the file actually exists.
11016 (vc-sccs-parse-locks): Remove unused `file' argument, remove
11017 `locks' argument (use buffer's content instead) and eliminate n^2
11018 behavior.
11019
11020 * vc-rcs.el: Update Copyright.
11021 (vc-rcs-rename-file): New function.
11022 (vc-rcs-diff): Remove unused `backend' variable.
11023
11024 * vc-hooks.el: Update Copyright.
11025 (vc-backend): Don't accept a nil argument any more.
11026 (vc-up-to-date-p): Turn into a defsubst.
11027 (vc-possible-master): New function.
11028 (vc-check-master-templates): Use `vc-possible-master' and allow
11029 funs in vc-X-master-templates to return a non-existent file.
11030
11031 * vc-cvs.el: Update Copyright.
11032 (vc-cvs-diff): Remove unused `backend' variable.
11033 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11034
11035 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11036
110372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11038
11039 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11040 since it can be called from vc-rcs.el.
11041 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11042
110432000-09-04 Andre Spiegel <spiegel@gnu.org>
11044
11045 * vc.el (vc-version-diff): Expand file name read from the
11046 minibuffer. Handle the case when a previous version number can't
11047 be guessed. Give suitable messages when there were no differences
11048 found.
11049 (vc-clear-headers): Call backend-specific implementation, if one
11050 exists.
11051 (vc-cancel-version): Made error checks generic. When done, clear
11052 headers generically, too.
11053
11054 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11055 from vc-clear-headers in vc.el.
11056
11057 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11058 correctly.
11059 (vc-rcs-latest-on-branch-p): Made second argument VERSION
11060 optional. Handle the case when it's not there.
11061
110622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11063
11064 * vc.el (vc-locking-user): Moved from vc-hooks.el.
11065
110662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11067
11068 * vc-hooks.el (vc-loadup): Remove.
11069 (vc-find-backend-function): Use `require'. Also, handle the case
11070 where vc-BACKEND-hooks.el doesn't exist.
11071 (vc-call-backend): Cleanup.
11072
110732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11074
11075 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11076 vc-rcs-grab-templates)
11077 (vc-rcs-registered): Remove. The default function works as well.
11078 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11079 vc-sccs-grab-templates)
11080 (vc-sccs-registered): Remove. The default function works as well.
11081
11082 * vc.el (vc-version-diff): Left out a vc- in call to
11083 vc-call-backend.
11084 (vc-default-dired-state-info, vc-default-record-rename)
11085 (vc-default-merge-news): Update for the new backend argument.
11086
11087 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11088 using the default function.
11089 (vc-call-backend): If calling the default function, pass it the
11090 backend as first argument. Update the docstring accordingly.
11091 (vc-default-state-heuristic, vc-default-mode-line-string): Update
11092 for the new backend argument.
11093 (vc-make-backend-sym): Renamed from vc-make-backend-function.
11094 (vc-find-backend-function): Use the new name.
11095 (vc-default-registered): New function.
11096
110972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11098
11099 * vc.el (vc-merge): Use vc-find-backend-function.
11100
11101 * vc-hooks.el (vc-backend-functions): Remove.
11102 (vc-loadup): Don't setup 'vc-functions.
11103 (vc-find-backend-function): New function.
11104 (vc-call-backend): Use above fun and populate 'vc-functions
11105 lazily.
11106 (vc-backend-defines): Remove.
11107
111082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11109
11110 * vc.el (vc-register): Put a FIXME note for a newly found bug.
11111 Call vc-call-backend without the leading vc-.
11112 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11113 (vc-check-headers): Call vc-call-backend without the leading vc-.
11114 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11115 (vc-annotate-display): Replace confusing use of `cond' with `or'.
11116 Call vc-call-backend without the leading vc-.
11117
11118 * vc-cvs.el (tail): Provide vc-cvs.
11119 * vc-sccs.el (tail): Provide vc-sccs.
11120 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11121
11122 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11123 (vc-make-backend-function, vc-call): Pass names without leading
11124 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11125 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11126 (vc-call-backend): Always try to load vc-X-hooks.
11127 (vc-registered): Remove vc- in call to vc-call-backend.
11128
111292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11130
11131 * vc.el (vc-process-filter): New function.
11132 (vc-do-command): Setup `vc-process-filter' for the async process.
11133 (vc-maybe-resolve-conflicts): New function to reduce
11134 code-duplication. Additionally, it puts the buffer in
11135 `smerge-mode' if applicable.
11136 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11137 calling `merge-news'.
11138 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11139 (vc-log-edit): New function. Replacement for `vc-log-mode' by
11140 interfacing to log-edit.el.
11141 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11142 log-edit is available.
11143 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11144
111452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11146
11147 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11148 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11149 defvar and the initialization.
11150 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11151
11152 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11153 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11154
11155 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11156
111572000-09-04 Andre Spiegel <spiegel@gnu.org>
11158
11159 * vc.el (vc-file-clear-masterprops): Removed.
11160 (vc-checkin, vc-revert-buffer): Removed calls to the above.
11161 (vc-version-diff): Use buffer-size without argument.
11162 (vc-register): Heed vc-initial-comment.
11163
11164 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11165 default branch.
11166
11167 * vc-rcs.el (vc-rcs-register): Parse command output to find master
11168 file name and workfile version.
11169 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11170
11171 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11172 vc-file-clear-masterprops.
11173
11174 * vc-sccs.el (vc-sccs-checkout): Removed call to
11175 vc-file-clear-masterprops. If writable, set vc-state to 'edited
11176 rather than user login name.
11177
11178
111792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11180
11181 * vc.el (vc-workfile-unchanged-p): Remove unused argument
11182 `want-differences-if-changed' and simplify.
11183 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11184 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11185 output (which is invalid for async vc-diff) to decide whether to
11186 do the revert silently or not.
11187
111882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11189
11190 * vc-hooks.el (vc-loadup): Load files quietly.
11191 (vc-call-backend): Oops, brain fart.
11192
111932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11194
11195 * vc-cvs.el (vc-cvs-state): Typo.
11196 (vc-cvs-merge-news): Return the status code rather than the error msg.
11197
111982000-09-04 Andre Spiegel <spiegel@gnu.org>
11199
11200 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11201 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11202 vc-state or vc-up-to-date-p.
11203 (vc-merge): Use vc-backend-defines to check whether merging is
11204 possible. Set state to 'edited after successful merge.
11205
11206 * vc-hooks.el (vc-locking-user): If locked by the calling user,
11207 return that name. Redocumented.
11208
112092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11210
11211 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11212 new `vc-state' semantics.
11213 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11214 'vc-locking-user to the current user.
11215 (vc-merge): Inline vc-backend-merge. Comment out code that I
11216 don't understand and hence can't adapt to the new `vc-state' and
11217 `vc-locking-user' semantics.
11218 (vc-backend-merge): Remove.
11219
11220 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11221 rather than 'vc-locking-user.
11222
11223 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11224
11225 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11226 (vc-state): Don't use 'reserved any more. Just use the same
11227 convention as the one used for vc-<backend>-state where the
11228 locking user (as a string) is returned.
11229 (vc-locking-user): Update, based on the above convention. The
11230 'vc-locking-user property has disappeared.
11231 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11232
11233 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11234 with a heuristic one.
11235 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11236 (vc-cvs-checkin): Do a trivial parse to set the state in case of
11237 error. That allows us to get to 'needs-merge even in the
11238 stay-local case. There's still no way to detect 'needs-patch in
11239 such a setup (or to force an update for that matter).
11240 (vc-cvs-logentry-check): Remove, the default works as well.
11241
112422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11243
11244 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11245
11246 * vc.el (vc-do-command): kill-all-local-variables, to reset any
11247 major-mode in which the buffer might have been put earlier. Use
11248 `remove' and `when'. Allow `okstatus' to be `async' and use
11249 `start-process' in this case.
11250 (vc-version-diff): Handle the case where the diff looks empty
11251 because of the use of an async process.
11252
112532000-09-04 Andre Spiegel <spiegel@gnu.org>
11254
11255 * vc.el (vc-next-action-on-file): Removed optional parameter
11256 `simple'. Recompute state unconditionally.
11257 (vc-default-toggle-read-only): Removed.
11258
11259 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11260 (vc-toggle-read-only): Undid prev change.
11261
11262 * vc-cvs.el (vc-cvs-stay-local): Renamed from
11263 vc-cvs-simple-toggle. Redocumented.
11264 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11265 (vc-cvs-toggle-read-only): Removed.
11266
112672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11268
11269 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11270 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11271 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11272 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
11273 still is. So maybe it should be removed.
11274 (vc-head-version, vc-find-binary): Remove.
11275 (vc-recompute-state): Move from vc-hooks.el.
11276 (vc-next-action-on-file): Add a `simple' argument to allow
11277 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11278 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11279 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11280 (vc-dired-mode-map): Properly defvar it.
11281 (vc-print-log): Call log-view-mode if available.
11282 (small-temporary-file-directory): defvar instead of use boundp.
11283 (vc-merge-news): Moved to vc-cvs.el.
11284 (vc-default-merge-news): New function.
11285
11286 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11287 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11288 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11289 unknown `vc-latest-version' function. It should probably refer to
11290 vc-workfile-version or somesuch, but it's very unclear to me and I
11291 don't have SCCS to test things.
11292
11293 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11294 (vc-sccs-state-heuristic): Fix typo.
11295 (vc-sccs-workfile-unchanged-p): Add missing argument.
11296
11297 * vc-rcs.el: Require vc and vc-rcs-hooks.
11298 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11299 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11300 (vc-release-greater-or-equal-p): Move from vc.
11301 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11302 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11303 (vc-rcs-checkout): Add a missing `new-version' argument in the
11304 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
11305
11306 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11307 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11308 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11309 than the apparently unbound `workfile-version'.
11310
11311 * vc-hooks.el (vc-master-templates): Def the obsolete var.
11312 (vc-file-prop-obarray): Use `make-vector'.
11313 (vc-backend-functions): Add new hookable functions
11314 vc-toggle-read-only, vc-record-rename and vc-merge-news.
11315 (vc-loadup): If neither backend nor default functions exist, use
11316 the backend function rather than nil.
11317 (vc-call-backend): If the function if not bound yet, try to load
11318 the non-hook file to see if it provides it.
11319 (vc-call): New macro plus use it wherever possible.
11320 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11321 nor `vc-find-binary' since it's only called from
11322 vc-mistrust-permission which is only used once the backend is known.
11323 (vc-checkout-model): Fix parenthesis.
11324 (vc-recompute-state, vc-prefix-map): Move to vc.el.
11325
11326 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11327 (vc-cvs-release, vc-cvs-system-release): Remove.
11328 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11329 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11330 status symbols.
11331 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11332 (vc-cvs-toggle-read-only): First cut at a function to allow a
11333 cvs-status-free vc-toggle-read-only.
11334 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11335 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11336 vc-cvs-status. Also set vc-state rather than vc-locking-user.
11337 (vc-cvs-checkout): Modify access rights directly if the user
11338 requested not to use `cvs edit'. And refresh the mode line.
11339
11340 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11341 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11342
113432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11344
11345 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
11346 workfile' that got lost when the code was extracted from vc.el.
11347 And merged the tail with the rest of the code (not possible in the
11348 old vc.el where the tail was shared among all backends). And
11349 explicitly set the state to 'edited if `writable' is set.
11350
11351 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11352 (vc-cvs-state): Be careful to return the value from
11353 vc-cvs-parse-state.
11354 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
11355 property but return it instead. Also be careful to handle a nil
11356 or "" `rev' when workfile is non-nil (it was handled properly when
11357 workfile was nil).
11358
11359 * vc.el: Removed those pesky unnecessary `(function' quotes.
11360 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11361 directly in the defvar.
11362 (vc-do-command): Bind inhibit-read-only so as to properly handle
11363 the case where the destination buffer has been made read-only.
11364 (vc-diff): Delegate to vc-version-diff in all cases.
11365 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11366 (vc-annotate-mode-variables): Removed (code moved partly to
11367 defvars and partly to vc-annotate-add-menu).
11368 (vc-annotate-mode): Turned into a derived-mode.
11369 (vc-annotate-add-menu): Moved in code in
11370 vc-annotate-mode-variables.
11371 (vc-update-change-log): Use make-temp-file if available.
11372
113732000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
11374
11375 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11376 `vc-checkout-model' updated to `vc-cvs-update-model'.
11377
113782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11379
11380 * vc.el (vc-next-action-on-file): Added handling of state
11381 `unlocked-changes'.
11382 (vc-checkout-carefully): Is now practically obsolete, unless the
11383 above is too slow to be enabled unconditionally.
11384 (vc-update-change-log): Fixed typo.
11385
11386 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11387
11388 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11389 Now handles state `unlocked-changes'.
11390 (vc-sccs-workfile-unchanged-p): New function, to support the above.
11391
11392 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11393
11394 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11395 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
11396 `unlocked-changes'.
11397 (vc-rcs-workfile-unchanged-p): Renamed from
11398 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
11399 function yet, but supposed to become one soon.
11400
11401 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11402 `vc-steal-lock'.
11403 (vc-call-backend): Changed error message.
11404 (vc-state): Added description of state `unlocked-changes'.
11405
114062000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11407
11408 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11409 always return t in CVS-controlled directories.
11410
11411 * vc.el (vc-responsible-backend): New function.
11412 (vc-register): Largely rewritten.
11413 (vc-admin): Removed (implementation moved into vc-register).
11414 (vc-checkin): Redocumented.
11415 (vc-finish-logentry): If no backend defined yet (because we are in
11416 the process of registering), use the responsible backend.
11417
11418 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11419 Updated function lists.
11420 (vc-call-backend): Fixed typo.
11421
11422 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11423 New functions.
11424 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11425 Removed query option. Redocumented.
11426
114272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11428
11429 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11430
11431 * vc.el: Updated callers of `vc-checkout-required' to use
11432 `vc-checkout-model'.
11433
114342000-09-04 Martin Lorentzson <martinl@gnu.org>
11435
11436 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
11437 stuff updated to reference this function instead of the old
11438 `vc-backend-release-p'.
11439
114402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11441
11442 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11443 vc-checkout-model. Return appropriate values. Updated callers.
11444
114452000-09-04 Martin Lorentzson <martinl@gnu.org>
11446
11447 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11448 (vc-backend-revert): Function moved into `vc-revert';
11449 `vc-next-action' must be updated to accomodate this change.
11450 (vc-backend-steal): Function moved into `vc-finish-steal'.
11451 (vc-backend-logentry-check): Function moved into
11452 `vc-finish-logentry'.
11453 (vc-backend-printlog): Function moved into `vc-print-log'.
11454 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11455 (vc-backend-assign-name): Function moved into
11456 `vc-create-snapshot'.
11457
114582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11459
11460 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11461 Rename to vc-checkout-model. Return appropriate values.
11462 Update callers.
11463
11464 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11465 to vc-checkout-model.
11466 (vc-checkout-required): Rename to vc-checkout-model.
11467 Re-implement and re-comment.
11468 (vc-after-save): Use vc-checkout-model.
11469
114702000-09-04 Martin Lorentzson <martinl@gnu.org>
11471
11472 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11473 Update to use the vc-BACKEND-diff functions instead.
11474 `vc-diff' is now working.
11475
11476 * vc-rcs.el (vc-rcs-logentry-check): New function.
11477
11478 * vc-cvs.el (vc-cvs-logentry-check): New function.
11479
11480 * vc-sccs.el (vc-sccs-diff): Function changed name from
11481 `vc-backend-diff'. This makes `vc-diff' work.
11482
11483 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11484 of functions possibly implemented in a vc-BACKEND library.
11485 (vc-checkout-required): Fix bug that caused an error to be
11486 signaled during `vc-after-save'.
11487
11488 * vc.el: Fix typo.
11489 This checkin is made with our new VC code base for the very first time.
11490 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11491
11492 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11493 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11494
11495 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11496 updated to `vc-uses-locking'.
11497 (vc-checkout-required): Call to backend function.
11498 `vc-checkout-required' updated to `vc-uses-locking' instead.
11499
11500 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11501 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11502
11503 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11504 to match the split into various backends.
11505 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
11506 (vc-retrieve-snapshot): Bug fix.
11507
115082000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11509
11510 * vc-sccs.el (vc-sccs-release): Doc fix.
11511
115122000-09-04 Martin Lorentzson <martinl@gnu.org>
11513
11514 * vc.el (vc-next-action-on-file): Bug found and fixed.
11515 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11516 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11517
11518 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11519 (vc-rcs-checkout): Name space cleaned up. No more revision number
11520 crunching function names that are not prefixed with vc-rcs.
11521 (vc-rcs-checkout-model): Function added. References to
11522 `vc-checkout-model' replaced.
11523
115242000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11525
11526 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11527 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
11528 still need to be split, and implemented for RCS).
11529
115302000-09-04 Martin Lorentzson <martinl@gnu.org>
11531
11532 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11533
11534 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11535 required by the vc.el file.
11536
11537 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11538 required by the vc.el file.
11539 (vc-rcs-exists): Function added.
11540
11541 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11542 required by the vc.el file.
11543
11544 * vc.el (vc-admin): Updated to handle selection of appropriate
11545 backend. Current implementation is crufty and need re-thinking.
11546
11547 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11548
115492000-09-04 Martin Lorentzson <martinl@gnu.org>
11550
11551 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11552 beginning of annotate buffers correctly.
11553
11554 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11555 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11556 functionality updated quite a lot to support multiple backends.
11557 Variables `vc-annotate-mode', `vc-annotate-buffers',
11558 `vc-annotate-backend' added.
11559
11560 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11561 `vc-annotate-difference' added to supported backend functions.
11562
115632000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11564
11565 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
11566 Use with-temp-file instead of /bin/sh. Merged from mainline
11567
115682000-09-04 Martin Lorentzson <martinl@gnu.org>
11569
11570 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11571
11572 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11573
11574 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11575
115762000-09-04 Martin Lorentzson <martinl@gnu.org>
11577
11578 * vc-hooks.el: vc-state-heuristic added to
11579 vc-backend-hook-functions.
11580
11581 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
11582
11583 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
11584
11585 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
11586 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
11587 state to `reserved'.
11588
11589 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
11590 `vc-checkout-required'. Rename the `locked' state to `reserved'.
11591
115922000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11593
11594 * vc-rcs-hooks.el: Implement new state model. Hardly anything
11595 untouched.
11596
11597 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
11598
11599 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
11600 if defined. (Merged from main line, slightly adapted.)
11601
11602 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
11603 millenium problem (merged from mainline).
11604
116052000-09-04 Martin Lorentzson <martinl@gnu.org>
11606
11607 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
11608 part and moved the non-BACKEND stuff to vc.el.
11609
11610 * vc.el: Split the annotate feature into a BACKEND specific part
11611 and moved it from the vc-cvs.el file to this one.
11612
116132000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11614
11615 * vc-hooks.el: Implement new state model.
11616 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
11617 (vc-locking-user): Simplify. Now only needed if the file is
11618 locked by somebody else.
11619 (vc-lock-from-permissions): Remove. Functionality is in
11620 vc-sccs-hooks.el and vc-rcs-hooks.el now.
11621 (vc-mode-line-string): New name for former vc-status. Adapted.
11622 (vc-mode-line): Adapt to use the above. Remove optional parameter.
11623
11624 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
11625 Various simplifications and adaptations all over the place.
11626
11627 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
11628 Simplify and adapt the rest.
11629
11630 * vc.el (vc-resynch-window): Add TODO comment: check for
11631 interaction with view mode according to recent RCS change.
11632 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
11633
116342000-09-04 Martin Lorentzson <martinl@gnu.org>
11635
11636 * vc.el: Convert the remaining function comments to docstrings.
11637
116382000-09-04 Martin Lorentzson <martinl@gnu.org>
11639
11640 * vc.el (vc-backend-release, vc-release-greater-or-equal)
11641 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
11642 (vc-minor-part, vc-previous-version): Functions that operate and
11643 compare revision numbers got proper documentation. Comments added
11644 about their possible removal.
11645
116462000-09-04 Martin Lorentzson <martinl@gnu.org>
11647
11648 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
11649 the vc-backend.el files.
11650
11651 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
11652
11653 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
11654 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
11655 (vc-rcs-previous-version): Functions added.
11656
11657 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
11658
11659 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
11660
116612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11662
11663 * vc-hooks.el (vc-master-templates): Is really obsolete.
11664 Comment out the definition for now. What is the right procedure
11665 to get rid of it?
11666 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
11667 rewritten.
11668 (vc-default-registered): Remove.
11669 (vc-check-master-templates): New function; does mostly what the
11670 above did before.
11671 (vc-locking-user): Don't rely on the backend to set the property.
11672
11673 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
11674 Rewrite documentation.
11675 (vc-rcs-templates-grabbed): New variable.
11676 (vc-rcs-grab-templates): New function.
11677 (vc-rcs-registered): Rewrite to use above mechanism.
11678
11679 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
11680 Rewrite documentation.
11681 (vc-sccs-templates-grabbed): New variable.
11682 (vc-sccs-grab-templates): New function.
11683 (vc-sccs-registered): Rewrite to use above mechanism.
11684 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
11685 Don't throw the result, simply return it.
11686
11687 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
11688 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
11689 (vc-cvs-registered): Does the check itself now. Simplify.
11690
11691 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
11692 from main line.
11693
116942000-09-04 Martin Lorentzson <martinl@gnu.org>
11695
11696 * vc-cvs.el (vc-cvs-diff): New function.
11697
11698 * vc-sccs.el (vc-sccs-diff): New function.
11699
11700 * vc-rcs.el (vc-rcs-diff): New function.
11701 (vc-rcs-checkout): Bug (typo) found and fixed.
11702 (vc-rcs-register-switches): New variable.
11703
11704 * vc.el (vc-backend-diff): Function removed and placed in the
11705 backend files.
11706
117072000-09-04 Martin Lorentzson <martinl@gnu.org>
11708
11709 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
11710
11711 * vc.el (vc-backend-checkout): Function removed and replaced in
11712 the vc-backend.el files.
11713
11714 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
11715
11716 * vc.el (vc-backend-admin): Removed and replaced in the
11717 vc-backend.el files.
11718
11719 * vc.el (Martin): Removed all the annotate functionality since it
11720 is CVS backend specific.
11721
117222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11723
11724 * spec.txt: Added specification of vc-state.
11725
11726 * vc-sccs-hooks.el (vc-sccs-master-properties):
11727 Remove handling of vc-latest-version and
11728 vc-your-latest-version. What used to be vc-latest-version, is now
11729 returned as vc-workfile-version.
11730 (vc-sccs-workfile-version): Adapt.
11731
117322000-09-04 Dave Love <fx@gnu.org>
11733
11734 * vc.el: [Merged from mainline.]
11735 (vc-dired-mode): Make the dired-move-to-filename-regexp
11736 regexp match the date, to avoid treating date as file size.
11737 Add YYYY S option to WESTERN/
11738
117392000-09-04 Dave Love <fx@gnu.org>
11740
11741 * vc.el: Require `compile' when compiling.
11742 (vc-logentry-check-hook): New option.
11743 (vc-steal-lock): Use compose-mail.
11744 (vc-dired-mode-map): Defvar when compiling.
11745 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
11746 vc-sccs.el and renamed. Callers changed.
11747 (vc-backend-checkout, vc-backend-logentry-check)
11748 (vc-backend-merge-news): Doc fix.
11749 (vc-default-logentry-check): New function.
11750 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
11751 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
11752 (vc-backend-merge): Doc fix. Use backend functions.
11753 (vc-check-headers): Use backend functions.
11754
11755 * vc-cvs.el: Require vc when compiling.
11756 (vc-cvs-register-switches): Doc fix.
11757 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
11758 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
11759 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
11760 New functions (code from vc.el).
11761 (vc-annotate-display-default): Fix interactive spec.
11762 (vc-annotate-time-span): Doc fix.
11763
11764 * vc-rcs.el: Require vc when compiling.
11765 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
11766 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
11767 (vc-rcs-checkin): New functions (code from vc.el).
11768 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
11769 Doc fix.
11770 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
11771
11772 * vc-sccs.el: Require vc when compiling.
11773 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
11774 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
11775 (vc-sccs-revert)
11776 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
11777 from vc.el).
11778 (vc-sccs-add-triple, vc-sccs-record-rename)
11779 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
11780 (vc-sccs-admin): Doc fix.
11781
117822000-09-04 Martin Lorentzson <martinl@gnu.org>
11783
11784 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
11785 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
11786 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
11787 from vc.el.
11788
11789 * vc-sccs.el (vc-admin-sccs): Added from vc.el
11790
11791 * vc-cvs.el: Moved the annotate functionality from vc.el.
11792 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
11793
117942000-09-04 Dave Love <fx@gnu.org>
11795
11796 * vc.el (vc-backend-release): Call vc-system-release.
11797
11798 * vc-sccs.el (vc-sccs-system-release):
11799 Renamed from vc-sccs-backend-release.
11800
11801 * vc-rcs.el (vc-rcs-system-release):
11802 Renamed from vc-rcs-backend-release.
11803
11804 * vc-cvs.el (vc-cvs-system-release):
11805 Renamed from vc-cvs-backend-release.
11806
118072000-09-04 Dave Love <fx@gnu.org>
11808
11809 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
11810 backend files.
11811 (vc-backend-release): Dispatch to backend functions.
11812 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
11813 probably needs attention.]
11814
11815 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
11816 (vc-sccs-backend-release): New function.
11817
11818 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
11819 (vc-cvs-backend-release): New function.
11820
11821 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
11822 Doc fix.
11823 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
11824 (vc-default-dired-state-info): New function.
11825 (vc-dired-state-info): Dispatch to backends.
11826 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
11827
11828 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
11829 from vc.el and renamed.
11830
118312000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11832
11833 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
11834 (vc-version-other-window, vc-backend-assign-name): Removed
11835 references to vc-latest-version; sometimes changed into
11836 vc-workfile-version.
11837
11838 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
11839 vc-rcs-master-workfile-version.
11840 (vc-rcs-workfile-version): Use the above. Don't call
11841 vc-latest-version (that was unreachable code, anyway).
11842 (vc-rcs-fetch-master-properties): Doc fix.
11843
11844 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
11845 (vc-backend-hook-functions): Removed them from this list, too.
11846 (vc-fetch-properties): Removed.
11847 (vc-workfile-version): Doc fix.
11848
11849 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
11850 (vc-rcs-workfile-version, vc-rcs-locking-user)
11851 (vc-rcs-uses-locking): Use it.
11852
11853 * vc-hooks.el (vc-consult-rcs-headers):
11854 Moved into vc-rcs-hooks.el, under the name
11855 vc-rcs-consult-headers.
11856
11857 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
11858 headers.
11859 (vc-cvs-find-master): Use this name only; correct different
11860 versions of the name.
11861
11862 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
11863 New functions.
11864 (vc-sccs-locking-user): Use the latter.
11865
11866 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
11867 New functions.
11868
11869 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
11870 Moved into both
11871 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
11872 functions are implementation details of those two backends.
11873
118742000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11875
11876 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
11877 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
11878
11879 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
11880 (vc-sccs-parse-locks): SCCS-specific code moved here from
11881 vc-hooks.
11882
11883 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
11884 code moved here from vc-hooks.
11885
11886 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
11887 into back-end specific parts and removed. Callers not updated
11888 yet; because I guess these callers will disappear into back-end
11889 specific files anyway.
11890
118912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11892
11893 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
11894 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
11895 `vc-uses-locking'.
11896
11897 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
11898 Store yes/no in the property, and return t/nil. Updated all
11899 callers.
11900
11901 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
11902 vc-sccs-uses-locking. Don't set property.
11903 (vc-sccs-locking-user): Don't set property.
11904
11905 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
11906 vc-cvs-uses-locking. Don't set property here; leave that to
11907 vc-hooks.
11908 (vc-cvs-locking-user): Reflect above change. Streamlined.
11909
11910 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
11911 vc-rcs-uses-locking.
11912 (vc-rcs-locking-user): Reflect above change.
11913
119142000-09-04 Dave Love <fx@gnu.org>
11915
11916 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
11917
11918 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
11919
11920 * vc-hooks.el (vc-checkout-model): Punt to backends.
11921
11922 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
11923
11924 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
11925
11926 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
11927 New functions.
11928
11929 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
11930 New functions.
11931
11932 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
11933 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
11934
11935 * vc-hooks.el (vc-default-locking-user): New function.
11936 (vc-locking-user, vc-workfile-version): Punt to backends.
11937
119382000-09-04 Dave Love <fx@gnu.org>
11939
11940 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
11941 (vc-master-workfile-version): Moved from vc-hooks.
11942
11943 * vc-rcs-hooks.el: Fix duplicate code in last change.
11944
11945 * vc-rcs-hooks.el: Require vc-hooks when compiling.
11946 (vc-rcs-master-templates): Improve :type.
11947 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
11948 vc-master-workfile-version): Moved from vc-hooks.
11949
11950 * vc-sccs-hooks.el: Require vc-hooks when compiling.
11951 (vc-sccs-master-templates): Improve :type.
11952 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
11953
11954 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
11955
11956 * vc-cvs-hooks.el: Require vc-hooks when compiling.
11957 (vc-cvs-master-templates): Improve :type. Use
11958 vc-cvs-find-cvs-master.
11959 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
11960 from vc-hooks.
11961 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
11962
11963 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
11964 Moved to vc-cvs-hooks.
11965
11966 * vc-hooks.el: Add doc strings in various places. Simplify the
11967 minor mode setup.
11968 (vc-handled-backends): New user variable.
11969 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
11970 simplification.
11971
119722000-09-04 Dave Love <fx@gnu.org>
11973
11974 * vc.el: Some doc fixes for autoloaded and interactive functions.
11975 Fix compilation warnings from ediff stuff.
11976 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
11977
11978 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
11979
11980 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
11981
11982 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
11983
119842000-09-04 Dave Love <fx@gnu.org>
11985
11986 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11987 New variable.
11988 (vc-make-backend-function, vc-loadup, vc-call-backend)
11989 (vc-backend-defines): New functions.
11990
11991 * vc-hooks.el: Various doc fixes.
11992 (vc-default-back-end, vc-follow-symlinks): Custom fix.
11993 (vc-match-substring): Function removed. Callers changed to use
11994 match-string.
11995 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
11996 Simplify.
11997
119982000-09-04 Dave Love <fx@gnu.org>
11999
12000 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12001 type.
12002 (vc-sccs-project-dir, vc-search-sccs-project-dir)
12003 (vc-sccs-registered): Doc fix.
12004
12005 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12006 (vc-cvs-registered): Doc fix.
12007
12008 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12009 (vc-rcs-registered): Doc fix.
12010
120112000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12012
12013 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12014
12015 * vc-hooks.el: vc-registered has been renamed
12016 vc-default-registered. Some functions have been moved to the
12017 backend specific files. they all support the
12018 vc-BACKEND-registered functions.
12019
120202000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12021
12022 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12023
12024 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12025
120262000-09-04 Dave Love <fx@gnu.org>
12027
12028 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12029 menu-bar-update-hook.
12030
12031 * help.el (help-manyarg-func-alist): Add
12032 find-operation-coding-system.
12033
12034 * wid-edit.el (widget-sexp-validate): Fix garbled code.
12035
12036 * custom.el (custom-set-variables): Print message about errors in
12037 setting.
12038
120392000-09-03 Andrew Innes <andrewi@gnu.org>
12040
12041 * makefile.w32-in: Change to DOS line endings.
12042
120432000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12044
12045 * mouse.el (mouse-popup-menubar): Supply the prompt string for
12046 minor-mode keymaps, if they don't have one.
12047
120482000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12049
12050 * eshell/esh-module.el (eval-when-compile): Don't lose if
12051 esh-module.el's file name is truncated to DOS 8+3 limits.
12052
120532000-09-01 John Wiegley <johnw@gnu.org>
12054
12055 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12056 predicate, which caused entries in the completion list to be
12057 doubled.
12058
120592000-08-30 John Wiegley <johnw@gnu.org>
12060
12061 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12062 sending to subprocesses. Also, hook pre-command-hook if
12063 `eshell-send-direct-to-subprocesses' is non-nil.
12064 (eshell-send-direct-to-subprocesses): New config variable. If t,
12065 subprocess input is send immediately.
12066 (eshell-toggle-direct-send): New function.
12067 (eshell-self-insert-command): New function.
12068 (eshell-intercept-commands): New function.
12069 (eshell-send-input): If direct subprocess sending is enabled,
12070 don't echo any input to the Eshell buffer. Let the subprocess
12071 handle that. This requires "stty echo" in bash, for example.
12072
120732000-08-28 John Wiegley <johnw@gnu.org>
12074
12075 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12076 completion function for Eshell's implementation of `unset'.
12077
120782000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12079
12080 * info.el (Info-directory-list): Doc fix.
12081
120822000-08-31 Peter Breton <pbreton@ne.mediaone.net>
12083
12084 * filecache.el (file-cache-add-directory-using-find): Don't quote
12085 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12086
120872000-08-31 Kenichi Handa <handa@etl.go.jp>
12088
12089 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12090 coding systems.
12091
120922000-08-30 Andrew Innes <andrewi@gnu.org>
12093
12094 * timer.el (run-with-idle-timer): Undo last change, so that timer
12095 is not activated immediately if Emacs is already idle. Some
12096 existing code relies on this behaviour.
12097
120982000-08-30 Miles Bader <miles@gnu.org>
12099
12100 * frame.el (set-frame-font): Do completion of font-name for
12101 interactive use.
12102
121032000-08-30 Kenichi Handa <handa@etl.go.jp>
12104
12105 * international/quail.el (quail-start-translation): Bind locally
12106 last-command-event, last-command, and this-command.
12107 (quail-start-conversion): Likewise.
12108 (quail-self-insert-command): Fix docstring.
12109
121102000-08-29 Gerd Moellmann <gerd@gnu.org>
12111
12112 * progmodes/executable.el
12113 (executable-make-buffer-file-executable-if-script-p): Check that
12114 buffer contains at least 2 characters.
12115
121162000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
12117
12118 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12119
121202000-08-29 Dave Love <fx@gnu.org>
12121
12122 * diff-mode.el (diff-mode) <defgroup>: Add :version.
12123 (diff-mode-shared-map): Bind mouse-2.
12124 (diff-imenu-generic-expression): New variable.
12125 (diff-mode): Use it.
12126
12127 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12128 (mouse-popup-menubar): Add minor mode menus.
12129 (popup-menu): Check for lookup-key returning number.
12130
121312000-08-29 Miles Bader <miles@gnu.org>
12132
12133 * comint.el (comint-send-input): Create overlays using the proper
12134 front/read-advance arguments.
12135
121362000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12137
12138 * ps-print.el: Even/odd pages printing. Doc fix.
12139 (ps-print-version): New version number (6.0).
12140 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12141 (ps-background, ps-begin-file, ps-begin-job): Code fix.
12142 (ps-print-duplex-feature): Variable eliminated.
12143 (ps-even-or-odd-pages): New variable.
12144
12145 * progmodes/ebnf2ps.el: Doc fix.
12146 (ebnf-version): New version (3.3).
12147 (ebnf-user-arrow): Change variable customization to sexp.
12148 (ebnf-user-arrow): Function eliminated.
12149 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12150
121512000-08-29 Kenichi Handa <handa@etl.go.jp>
12152
12153 * help.el (help-xref-mule-regexp): New variable.
12154 (help-make-xrefs): Handle help-xref-mule-regexp.
12155
12156 * international/mule-cmds.el (help-xref-mule-regexp-template): New
12157 variable.
12158 (describe-input-method): Temporarily activate the specfied input
12159 method to display the information.
12160 (describe-language-environment): Hyperlinks to mule related items.
12161
12162 * international/mule-diag.el (charset-multibyte-form-string): New
12163 function.
12164 (list-character-sets-1): Use charset-multibyte-form-string.
12165 (describe-character-set): New function.
12166 (describe-coding-system): Hyperlinks to safe character sets.
12167
12168 * international/quail.el (quail-help): New arg PACKAGE.
12169 Hyperlinks to mule related items.
12170 (quail-help-insert-keymap-description): Use
12171 substitute-command-keys instead of describe-bindings.
12172 (quail-translation-help): Hyperlinks to mule related items.
12173
121742000-08-28 John Wiegley <johnw@gnu.org>
12175
12176 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12177 have a defsubst call itself. Made `eshell-flatten-list' back into
12178 a function again.
12179
12180 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12181 catch, in case re-centering point at bottom messes up the display.
12182 This happens frequently in Emacs 21, due I believe to variable
12183 line heights.
12184
12185 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12186 to call `find-tag-interactive'.
12187
12188 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12189 the list of remember directories.
12190
121912000-08-28 John Wiegley <johnw@gnu.org>
12192
12193 * align.el: Test align-region-separate to see if it's a symbol.
12194
121952000-08-28 John Wiegley <johnw@gnu.org>
12196
12197 * eshell/esh-util.el (eshell-flatten-list): Made this function
12198 into a defsubst form. It gets used very frequently, although
12199 calls don't occur all that often.
12200
12201 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12202 examining it.
12203
12204 * eshell/esh-cmd.el (eshell-rewrite-while-command):
12205 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12206 `eshell-protect'.
12207 (eshell-copy-handles): Created a new macro for duplicating the
12208 current set of open handles. This is needed by the looping
12209 functions.
12210 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12211 is not incorrectly stomped on.
12212
12213 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12214 declaration for pcomplete-use-paring.
12215 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12216 value of eshell-cmpl-use-paring.
12217 * pcomplete.el (pcomplete-use-paring): New config variable, to
12218 indicate whether paring should be used.
12219 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12220 completion alternatives that have already been used.
12221
12222 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12223 bound to C-c C-y, which will repeat the previous N arguments
12224 (based on prefix argument).
12225 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12226
12227 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12228 if there is no *Help* buffer. This is for XEmacs, which renames
12229 its help buffers uniquely. TODO: Find out what the current buffer
12230 name to delete is.
12231
12232 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12233 first entry that correlates to a passwd/group number. Later
12234 entries (used for group/user name aliasing to multiple IDs) are
12235 ignored.
12236
12237 * eshell/em-xtra.el (eshell/expr):
12238 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12239 (eshell-grep, eshell/diff, eshell/locate):
12240 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12241 argument list, before passing it to the system command.
12242
12243 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12244 `find-tag' for use at final position in Eshell buffers (which
12245 otherwise triggers an error on Emacs 21).
12246 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12247 buffer, if it is currently bound to `find-tag'.
12248
12249 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12250 in the list of matched Makefile names.
12251 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12252 directory, prefer its contents to Makefile.
12253
12254 * eshell/em-dirs.el (eshell/cd): cd commands that look up
12255 directory parts (like "cd old new", or "cd =regexp"), are now case
12256 sensitive on non-Windows/DOS platforms.
12257
12258 * eshell/esh-mode.el (eshell-parse-command-input): When a user
12259 types RET after an open delimiter (like "), display a message
12260 indicating that Eshell is waiting for the closing delimiter.
12261
12262 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12263 environment variables.
12264
12265 * eshell/em-unix.el (eshell/diff): Added logic to fail more
12266 gracefully if the user enters incorrect arguments.
12267
12268 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12269 Eshell buffers.
12270
12271 * eshell/esh-var.el (eshell-interpolate-variable):
12272 * eshell/esh-mode.el (eshell-move-argument):
12273 * eshell/em-unix.el (eshell-du-sum-directory):
12274 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12275 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12276 (not (= ...)).
12277
12278 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12279 to ensure the `preserve' flag gets propagated when doing recursive
12280 directory copies.
12281
122822000-08-28 Stefan Monnier <monnier@cs.yale.edu>
12283
12284 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12285 Don't convert \n into \0177 in memory.
12286 (eshell-read-history, eshell-write-history): Convert \n to \0177,
12287 and back again, when reading and writing.
12288
122892000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
12290
12291 * eshell/esh-util.el (eshell-processp): Added to relieve constant
12292 testing of `fboundp' on `processp'.
12293
12294 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12295 (eshell/jobs): Don't call process-list if it is not bound.
12296 (eshell-gather-process-output): Support systems where async
12297 subprocesses aren't supported.
12298 (eshell-scratch-buffer, eshell-last-sync-output-start): New
12299 variables.
12300
12301 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12302 eshell-do-eval returns t.
12303 (eshell-do-pipelines-synchronously): New defmacro.
12304 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12305 when async subprocesses aren't supported.
12306 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
12307 if async subprocesses aren't supported.
12308 (eshell-resume-command): Don't assume STATUS is a string.
12309
12310 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12311
12312 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12313 (eshell-close-target, eshell-get-target): Use eshell-processp.
12314 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12315 fix.
12316 (eshell-get-target, eshell-create-handles): Doc fix.
12317
123182000-08-28 Miles Bader <miles@lsi.nec.co.jp>
12319
12320 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12321 criterion to include commands that output something, as long as it
12322 leaves both the command and the end-of-buffer visible when the
12323 command has exited.
12324 (eshell-review-quick-commands): Adjust the help doc string
12325 accordingly.
12326
123272000-08-28 Peter Breton <pbreton@ne.mediaone.net>
12328
12329 * locate.el (locate): Cleaned up locate command's interactive prompting
12330 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12331
12332 * filecache.el (file-cache-case-fold-search): New variable
12333 (file-cache-assoc-function): New variable
12334 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12335 Use file-cache-case-fold-search variable
12336 (file-cache-add-file): Use file-cache-assoc-function
12337 (file-cache-delete-file): likewise
12338 (file-cache-directory-name): likewise
12339 (file-cache-debug-read-from-minibuffer): likewise
12340
123412000-08-28 Gerd Moellmann <gerd@gnu.org>
12342
12343 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12344 (abbrev-table-name): New function.
12345 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12346 If non-nil list local abbrev, only.
12347
123482000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
12349
12350 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12351 from Gnus support code, and use special article copy buffer
12352 `(gnus-original-article-buffer)' instead. This allows to get rid
12353 of article-hide-headers usage (which breaks in the latest Gnus
12354 version). Thanks to Detlev Zundel.
12355
123562000-08-28 Kenichi Handa <handa@etl.go.jp>
12357
12358 * international/quail.el (quail-use-package): Hide "... loaded"
12359 message.
12360 (quail-start-translation, quail-start-conversion): Likewise.
12361
12362 * international/kkc.el (kkc-region): Hide "... loaded" message.
12363
123642000-08-27 Dave Love <fx@gnu.org>
12365
12366 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12367
123682000-08-27 Miles Bader <miles@gnu.org>
12369
12370 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12371
123722000-08-27 Kenichi Handa <handa@etl.go.jp>
12373
12374 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12375 'ja-dic-cnv), not (require 'skkdic-cnv).
12376
123772000-08-26 Miles Bader <miles@gnu.org>
12378
12379 * faces.el (face-x-resources): Add entry for :inherit.
12380 * cus-face.el (custom-face-attributes): Add support for :inherit
12381 attribute. Add support for relative face heights.
12382 (custom-face-attributes-get): Treat `nil' as being a default value
12383 for :inherit (as well as `unspecified').
12384
12385 * faces.el (set-face-attribute): Update doc string.
12386 (face-attribute-name-alist): Add :inherit.
12387 (face-valid-attribute-values): Handle :inherit.
12388 (face-read-string): Rephrase prompt to be less confusing.
12389 Assume that DEFAULT is a string, since we must return a string.
12390 (face-read-integer): Use `format' to turn DEFAULT into an
12391 acceptable default for face-read-string. Match NEW-VALUE against
12392 the string "unspecified", not the symbol `unspecified', since
12393 that's what face-read-string returns.
12394 (read-face-attribute): Lookup a name for old-value in valid, and
12395 use it as a default if we find one. Treat all values from
12396 face-read-string as strings. If the default is used, don't do any
12397 more processing on the value, just use the old value directly.
12398 (read-face-and-attribute, modify-face): Tweak prompt.
12399 (read-face-name): Don't assume prompt ends with a space.
12400
12401 * faces.el (describe-face): Add support for :inherit attribute.
12402
124032000-08-25 Kenichi Handa <handa@etl.go.jp>
12404
12405 * terminal.el (terminal-emulator): Fix args to `concat'. Now
12406 concat doesn't accept interger.
12407
12408 * international/kkc.el: Remove SKK from Keywords. Require
12409 ja-dic-utl instead of skkdic-utl.
12410
12411 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12412 Provide ja-dic-cnv instead of skkdic-cnv.
12413 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
12414 (iso-2022-7bit-short): Add safe-charsets property.
12415 (skkdic-convert-postfix): Search Japanese chou-on character in
12416 addition to Hiragana character.
12417 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12418 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12419 (batch-skkdic-convert): Likewise.
12420
12421 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12422 Provide ja-dic-utl instead of skkdic-utl.
12423 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12424
124252000-08-24 Dave Love <fx@gnu.org>
12426
12427 * disp-table.el (standard-display-default): Make the test of `l'
12428 useful.
12429
12430 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12431 mod sample text.
12432
12433 * international/iso-ascii.el: Make pilcrow convenient string
12434 consistent with section.
12435 (iso-ascii-display): Set up multibyte characters as well as
12436 unibyte.
12437
124382000-08-24 Kenichi Handa <handa@etl.go.jp>
12439
12440 * international/mule-cmds.el (reset-language-environment): Set
12441 default-process-coding-system to '(undecided . iso-latin-1), which
12442 makes process I/O almost consistent with file I/O. Call this
12443 function when mule-cmds.el[c] is loaded.
12444
124452000-08-22 Andrew Innes <andrewi@gnu.org>
12446
12447 * makefile.w32-in: New file.
12448
124492000-08-22 Miles Bader <miles@lsi.nec.co.jp>
12450
12451 * comint.el (comint-output-filter): Compare end of
12452 comint-last-output-overlay with the start of the newly inserted
12453 text, not the end, when deciding whether to extend it.
12454 Set saved-point's insertion type to advance after insertion.
12455
12456 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12457 since this is now done independently of font-lock mode.
12458
124592000-08-21 Gerd Moellmann <gerd@gnu.org>
12460
12461 * server.el (server-kill-new-buffers): New user option.
12462 (server-existing-buffer): New buffer-local variable.
12463 (server-visit-files): When using an existing buffer, set
12464 server-existing-buffer to t.
12465 (server-buffer-done): If server-kill-new-buffers is t, kill the
12466 buffer, unless it was already present before visiting it with
12467 Emacs server.
12468
124692000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
12470
12471 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12472 even if the display doesn't support colors: some displays will
12473 support bold/underline faces.
12474
124752000-08-21 Gerd Moellmann <gerd@gnu.org>
12476
12477 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12478
12479 * startup.el (command-line): If user's init file had an error,
12480 add explanatory text to *Messages*.
12481
124822000-08-21 Kenichi Handa <handa@etl.go.jp>
12483
12484 * man.el (Man-getpage-in-background): Decode the process output by
12485 the system locale coding system.
12486
124872000-08-20 Dave Love <fx@gnu.org>
12488
12489 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12490 Don't test x-popup-menu.
12491 (function) <complete-function>: Complete only fbound symbols.
12492 <validate, value>: New.
12493 (variable) <complete-function>: Complete only bound symbols.
12494 (coding-system): Add :base-only, :complete-function, :validate,
12495 :value, :prompt-match.
12496 (widget-coding-system-prompt-value): Use read-coding-system and
12497 act on :base-only.
12498 (editable-field): Add :help-echo.
12499 (widget-push-button-gui, widget-push-button-cache)
12500 (widget-gui-action, widget-editable-list-gui): COmment out, along
12501 with uses.
12502 (widget-at): Make arg optional.
12503 (widget-echo-help): Adjust for current help-echo calling sequence.
12504 (widget-specify-field, widget-specify-button)
12505 (widget-specify-insert, widget-get-sibling, widget-image-find)
12506 (widget-convert, widget-insert, widget-leave-text)
12507 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12508 (widget-setup, widget-field-find, widget-before-change)
12509 (widget-after-change, widget-default-complete)
12510 (widget-default-create, widget-default-delete)
12511 (widget-push-button-value-create, editable-field)
12512 (widget-field-prompt-value, widget-field-validate)
12513 (widget-choice-value-create, widget-choice-action)
12514 (widget-choice-validate, widget-checklist-add-item)
12515 (widget-radio-add-item, widget-radio-chosen)
12516 (widget-radio-value-inline, widget-editable-list-value-create)
12517 (widget-editable-list-entry-create)
12518 (widget-documentation-link-add)
12519 (widget-documentation-string-value-create)
12520 (widget-regexp-validate, widget-file-complete)
12521 (widget-sexp-validate, widget-plist-convert-widget)
12522 (widget-plist-convert-widget, widget-alist-convert-widget)
12523 (widget-alist-convert-widget, widget-color-complete): Simplify,
12524 particularly to avoid bindings which aren't optimized out.
12525
12526 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12527 Doc fix.
12528 (down-list, backward-up-list, up-list, kill-sexp)
12529 (backward-kill-sexp, mark-sexp): Make arg optional.
12530 (lisp-complete-symbol): Add optional arg PREDICATE.
12531
12532 * cus-start.el: Add display-buffer-reuse-frames,
12533 file-coding-system-alist.
12534
125352000-08-20 Gerd Moellmann <gerd@gnu.org>
12536
12537 * startup.el (command-line): Clear realized faces after
12538 modifying TTY color mappings.
12539
125402000-08-20 Miles Bader <miles@gnu.org>
12541
12542 * faces.el (face-attr-match-p): Don't return true if ATTRS are
12543 merely a subset of FACE's attributes.
12544
125452000-08-19 Miles Bader <miles@gnu.org>
12546
12547 * comint.el (comint-output-filter): Save the point with a marker,
12548 not just a buffer position.
12549
12550 * international/mule.el (set-buffer-process-coding-system): Make
12551 interactive prompt less confusing.
12552
125532000-08-19 Gerd Moellmann <gerd@gnu.org>
12554
12555 * hilit-chg.el: General cleanup of doc strings, comments and
12556 code formatting.
12557
125582000-08-19 Miles Bader <miles@gnu.org>
12559
12560 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12561 Compiler macro removed; beginning-of-line is no longer always
12562 equivalent to forward-line, in the presence of fields.
12563
12564 * comint.el (comint-output-filter): Remove ad-hoc saving of
12565 restriction, and just use save-restriction, now that it works
12566 correctly. Don't adjust comint-last-input-start to account for
12567 our insertion; it shouldn't have moved because we don't use
12568 insert-before-markers anymore. Comment out call to
12569 `force-mode-line-update'; why is it here?
12570
12571 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12572 while checking for prompt to delete. Use `forward-line 0'
12573 instead of beginning-of-line.
12574 (gud-filter): Temporarily widen gud comint buffer while
12575 examining output.
12576
125772000-08-18 Stefan Monnier <monnier@cs.yale.edu>
12578
12579 * progmodes/sh-script.el: Big bag of typos.
12580
12581 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
12582 check since ispell-process is not bound when ispell is not yet loaded.
12583
125842000-08-18 Dave Love <fx@gnu.org>
12585
12586 * image.el (find-image): Copy `spec' before using plist-put.
12587
125882000-08-18 Gerd Moellmann <gerd@gnu.org>
12589
12590 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
12591 `portugues'.
12592
12593 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
12594 backward-kill-sexp, analogous to kill-sexp.
12595
12596 * progmodes/icon.el (icon-indent-line)
12597 (icon-is-continuation-line): Handle comments specially.
12598
125992000-08-17 Ken Stevens <k.stevens@ieee.org>
12600
12601 * ispell.el: Set to standard author/maintainer/keyword fields.
12602 Fine tuning to menu map appearance and operation, and added help.
12603 Remove `start' and `end' error messages when compiling.
12604 (ispell-choices-win-default-height): Fixed comment string.
12605 (ispell-dictionary-alist-1): Fixed regexp in castellano and
12606 castellano8 dictionaries.
12607 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
12608 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
12609 dictionary, added italiano dictionary.
12610 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
12611 word character
12612 (ispell-tex-skip-alists): Added psfig support.
12613 (ispell-skip-html): Renamed from ispell-skip-sgml.
12614 (ispell-begin-skip-region-regexp, ispell-skip-region)
12615 (ispell-minor-check): Improved html skipping support to skip across
12616 code, and recognize `&' commands without propper `;' syntax;
12617 (ispell-process-line): Fix alignment error when manually
12618 correcting spelling.
12619 (ispell): Fix comment string.
12620 (ispell-add-per-file-word-list): Always put word list on new line.
12621
126222000-08-17 Gerd Moellmann <gerd@gnu.org>
12623
12624 * format.el (format-encode-run-method): Fix error message to say
12625 `encode' instead of `decode'. Use save-window-excursion around
12626 shell-command-on-region as in format-decode-run-method because
12627 shell-command-on-region can display a buffer with error output.
12628 (format-decode): Don't record undo information for the decoding.
12629 (format-annotate-function): Add parameter FORMAT-COUNT. Make
12630 that number part of the temporary buffer name so that more than
12631 one decoding using a temporary buffer can happen safely.
12632
12633 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
12634 of `A-z' in the regexp.
12635
12636 * hilit-chg.el: Fix typos in commentary.
12637
12638 * help.el (view-emacs-news): Rewritten for new naming scheme
12639 for old NEWS files.
12640
12641 * startup.el (command-line): Pop to *Messages* in case an error
12642 is signaled while loading user-init-file.
12643
126442000-08-17 Andreas Schwab <schwab@suse.de>
12645
12646 * files.el (insert-directory): Don't lose original file name,
12647 undoing an undocumented change.
12648
126492000-08-17 Alex Schroeder <alex@gnu.org>
12650
12651 * sql.el (sql-magic-go): Use comint-bol.
12652 (sql-copy-column): Use comint-line-beginning-position.
12653 (comint-line-beginning-position): Define a replacement for
12654 comint-line-beginning-position if it is not fboundp.
12655
126562000-08-17 Alex Schroeder <alex@gnu.org>
12657
12658 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
12659 it didn't have any effect anyway.
12660
126612000-08-17 Alex Schroeder <alex@gnu.org>
12662
12663 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
12664 --pset and pager=off instead of sending \\o|cat at the beginning
12665 of the session.
12666
126672000-08-17 Miles Bader <miles@gnu.org>
12668
12669 * progmodes/octave-inf.el: Add compatibility definition of
12670 comint-line-beginning-position.
12671
126722000-08-17 Kenichi Handa <handa@etl.go.jp>
12673
12674 * startup.el (normal-top-level): Look in each dir in load-path for
12675 a leim-list.el file too. This assures of loading leim-list.el
12676 that is created at Emacs installation time even if a user have his
12677 own leim-list.el.
12678
126792000-08-17 Miles Bader <miles@gnu.org>
12680
12681 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
12682 foreground color to black if the background is dark.
12683
126842000-08-16 Stefan Monnier <monnier@cs.yale.edu>
12685
12686 * loadhist.el (unload-feature): Typo.
12687
12688 * finder.el (finder-compile-keywords):
12689 * cus-dep.el (custom-make-dependencies): Add local-variable settings
12690 to the generated file.
12691
12692 * mail/mh-e.el (mh-make-local-vars):
12693 Replace make-variable-buffer-local with make-local-variable.
12694
12695 * play/landmark.el:
12696 * options.el (Edit-options-{set,toggle,t,nil}):
12697 * mail/mailabbrev.el (mail-abbrevs-mode):
12698 * textmodes/tex-mode.el (tex-expand-files):
12699 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
12700
12701 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
12702
12703 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
12704 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
12705 Allow going past the last element.
12706 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
12707 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
12708 (cvs-mouse-toggle-mark): Don't move point.
12709 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
12710
12711 * progmodes/compile.el (grep): Provide a default set of files.
12712 (next-error): Docstring fix.
12713 (compilation-find-file): Avoid find-file (fails in a dedicated window).
12714
12715 * emacs-lisp/easy-mmode.el (define-minor-mode):
12716 Use `symbol-value' to keep the byte-compiler quiet.
12717
12718 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
12719 (diff-find-source-location): New fun, extracted from diff-goto-source.
12720 (diff-goto-source): Use it.
12721 (diff-next-complex-hunk, diff-filter-lines): New function.
12722 (diff-apply-hunk): New command.
12723
12724 * smerge-mode.el (smerge-mode-menu): Doc fix.
12725
12726 * msb.el (msb-mode): Define it in terms of define-minor-mode.
12727
127282000-08-16 Dave Love <fx@gnu.org>
12729
12730 * windmove.el (windmove) <defgroup>: Add :version.
12731
12732 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
12733 (goto-address-fontify-p, goto-address-highlight-p)
12734 (goto-address-url-face, goto-address-url-mouse-face)
12735 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
12736 (goto-address-url-regexp): Use thing-at-point-url-regexp.
12737 (goto-address-fontify, goto-address-at-mouse): Simplify,
12738 (goto-address-at-point): browse-url-url-at-point,
12739 goto-address-find-address-at-point can return nil.
12740 (goto-address-find-address-at-point): Return nil on failure.
12741
12742 * align.el (align) <defgroup>: Add :version.
12743
12744 * calculator.el (calculator): Add :version.
12745 (calculator): Use two lines for calculator window if `modeline'
12746 face is boxed.
12747
12748 * play/5x5.el: Doc fixes.
12749 (5x5) <defgroup>: Add :version.
12750
12751 * play/fortune.el (fortune) <defgroup>: Add :version.
12752 (fortune-append): Fix error message.
12753 (fortune-from-region): Doc fix.
12754
12755 * play/pong.el (pong): Doc fix.
12756
12757 * play/morse.el: Keywords, commentary, autoloads.
12758
127592000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
12760
12761 * desktop.el (desktop-save): Don't look at symbol-value of a
12762 member of minor-mode-alist, unless it is boundp.
12763
127642000-08-16 Sam Steingold <sds@gnu.org>
12765
12766 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
12767 `while'; use `with-current-buffer' instead of `save-excursion'.
12768 Removed unnecessary kludges now that "*Buffer List*" is excluded.
12769
127702000-08-16 Kenichi Handa <handa@etl.go.jp>
12771
12772 * international/ccl.el (declare-ccl-program): Docstring modified.
12773 (ccl-execute-with-args): Likewise.
12774
127752000-08-16 Miles Bader <miles@gnu.org>
12776
12777 * progmodes/sql.el: Add compatibility definition of
12778 comint-line-beginning-position.
12779
127802000-08-15 Gerd Moellmann <gerd@gnu.org>
12781
12782 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
12783 'buffer-menu' property.
12784 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
12785 fails.
12786 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
12787 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
12788 wasn't killed.
12789
12790 * buff-menu.el (list-buffers-noselect): Don't display the
12791 *Buffer List* buffer.
12792
12793 * font-lock.el: Require jit-lock to prevent a very late
12794 `Loading jit-lock' message.
12795
12796 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
12797 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
12798 mail address.
12799
128002000-08-15 Miles Bader <miles@gnu.org>
12801
12802 * textmodes/ispell.el (ispell-graphic-p): New constant.
12803 (ispell-choices-win-default-height, ispell-help): Use
12804 `ispell-graphic-p' instead of `xemacsp'.
12805
128062000-08-15 Dave Love <fx@gnu.org>
12807
12808 * simple.el: Autoload widget-convert when compiling.
12809 (mail-user-agent): Doc fix.
12810
12811 * help.el (function-called-at-point, variable-at-point): Use
12812 with-syntax-table.
12813 (help-manyarg-func-alist): Add insert-and-inherit.
12814
12815 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
12816
12817 * delsel.el (delsel-unload-hook): New function.
12818
12819 * find-file.el: Doc fixes. Move provide to end.
12820 (ff) <defgroup>: Add :link.
12821 (ff-goto-click): Deleted.
12822 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
12823 Use mouse-set-point.
12824
12825 * textmodes/tildify.el: Doc fixes.
12826 (tildify) <defgroup>: Add:version.
12827
12828 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
12829 (glasses-custom-set): Use set-default, not set.
12830 (minor-mode-alist): Propertize the lighter.
12831 (glasses-mode): Provide optional arg.
12832
12833 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
12834 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
12835 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
12836 option. Provide :type.
12837 (cwarn-configuration): Provide :type.
12838 (cwarn-mode): Doc fix.
12839
12840 * add-log.el (change-log-merge): Doc fix.
12841 (change-log-redate): New command.
12842
12843 * net/browse-url.el (browse-url-filename-alist): Add a clause for
12844 Doze and Dog.
12845 (browse-url): Use dolist, not mapcar.
12846 (browse-url-at-point): Check for null url.
12847 (browse-url-event-buffer, browse-url-event-point): Functions
12848 deleted.
12849 (browse-url-at-mouse, browse-url-netscape): Simplify.
12850
12851 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
12852 modes.
12853 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
12854 Fix previous change to mapcan.
12855 (msb--init-file-alist, msb--add-separators)
12856 (msb--make-keymap-menu): Simplify.
12857 (msb--choose-file-menu): Use copy-sequence.
12858 (msb-mode-map): Add title to keymap.
12859 (msb-unload-hook): New function.
12860
12861 * bs.el: Fix indentation.
12862 (bs) <defgroup>: Add :links.
12863 (bs-show): Doc fix.
12864 (bs-apply-sort-faces): Don't use window-system.
12865 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
12866
128672000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
12868
12869 * calendar/timeclock.el (timeclock-file): Run .timelog through
12870 convert-standard-filename.
12871
128722000-08-14 Gerd Moellmann <gerd@gnu.org>
12873
12874 * emacs-lisp/authors.el: New file.
12875
12876 * paren.el (show-paren-priority): New user option.
12877 (show-paren-function): Set overlay priorities to
12878 show-paren-priority.
12879
128802000-08-14 Miles Bader <miles@gnu.org>
12881
12882 * comint.el (comint-bol): Use `forward-line 0' instead of calling
12883 beginning-of-line with inhibit-field-text-motion bound.
12884
128852000-08-14 Gerd Moellmann <gerd@gnu.org>
12886
12887 * calendar/timeclock.el: New file.
12888
128892000-08-14 David Ponce <david@dponce.com>
12890
12891 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
12892 `widget-button-click'. so that one can use left mouse button to
12893 click on dialog buttons.
12894
128952000-08-14 Emmanuel Briot <briot@gnat.com>
12896
12897 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
12898 identifiers, since XML is case sensitive
12899
129002000-08-12 Miles Bader <miles@gnu.org>
12901
12902 * comint.el (comint-output-filter): Don't bother frobbing
12903 window-start, it doesn't seem to be necessary.
12904
12905 * comint.el (comint-send-string, comint-send-region): Make into
12906 real functions. Snapshot the prompt before sending.
12907
129082000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12909
12910 * info.el (Info-find-emacs-command-nodes): Rewrite to use
12911 technique similar to Info-index, instead of relying on specific
12912 names of relevant Index nodes.
12913 (Info-goto-emacs-command-node): Bind Info-history to nil when
12914 going to the first node found by Info-find-emacs-command-nodes.
12915
129162000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12917
12918 * menu-bar.el (menu-bar-help-menu): Add a :help string.
12919
129202000-08-10 Miles Bader <miles@gnu.org>
12921
12922 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
12923
129242000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12925
12926 * info.el (Info-file-list-for-emacs): More elements for the
12927 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
12928 and woman manuals.
12929
129302000-08-10 Miles Bader <miles@lsi.nec.co.jp>
12931
12932 * comint.el (comint-send-input): Make the newline boundary overlay
12933 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
12934 (comint-output-filter): Use `insert' instead of
12935 `insert-before-markers'. Extend comint-last-output-overlay when
12936 necessary since we can't rely on insert-before-markers to do it.
12937 * gud.el (gud-filter): Use `with-current-buffer' instead of
12938 save-excursion when inserting the output, so that point gets
12939 updated correctly; the old method relied on a rather dodgy
12940 side-effect of comint-output-filter to avoid the effect of
12941 save-excursion.
12942
129432000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12944
12945 * files.el (recover-file): Call insert-directory instead of
12946 invoking `ls' directly.
12947
129482000-08-10 Miles Bader <miles@gnu.org>
12949
12950 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
12951 (comint-last-prompt-overlay): New variables.
12952 (comint-output-filter): Implement prompt highlighting.
12953 (comint-snapshot-last-prompt): New function.
12954 (comint-send-input): Snapshot the last prompt.
12955 Use comint-highlight-input-face.
12956 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
12957 Use defface instead of defcustom.
12958 (send-invisible, comint-send-eof): Snapshot the last prompt.
12959 (comint-delchar-or-maybe-eof): Use comint-send-eof.
12960 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
12961
129622000-08-09 Stefan Monnier <monnier@cs.yale.edu>
12963
12964 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
12965 (regexp-opt-group): Use a list of chars for `letters'.
12966 (regexp-opt-charset): `chars' is now a list of chars.
12967 Use a char-table rather than a vector so it works for multibyte chars.
12968
12969 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
12970 Set cvs-minor-current-files to the selected fileinfo.
12971 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
12972 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
12973
129742000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
12975
12976 * files.el (insert-directory): Don't call access-file on
12977 directories on DOS and Windows.
12978
129792000-08-09 Kenichi Handa <handa@etl.go.jp>
12980
12981 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
12982 longer if necessary.
12983 (ccl-embed-code): Call ccl-embed-data to store CODE in
12984 ccl-program-vector.
12985
129862000-08-09 Miles Bader <miles@gnu.org>
12987
12988 * comint.el (comint-output-filter): Properly handle the case where
12989 the text surrounded by comint-last-output-overlay was deleted.
12990
129912000-08-08 Gerd Moellmann <gerd@gnu.org>
12992
12993 * info.el (Info-insert-dir): Use Info-additional-directory-list if
12994 non-nil.
12995 (Info-file-list-for-emacs): Remove "info" from the list because
12996 that leads to trying to use the documentation from file `info'
12997 in various situations where it isn't appropriate, for instance
12998 C-h C-k C-h i.
12999
13000 * ffap.el (ffap-read-file-or-url-internal): Handle case that
13001 DIR and/or STRING are nil.
13002
13003 * progmodes/compile.el (compilation-setup): Make variable
13004 compilation-error-screen-columns buffer-local, as some comment
13005 in the code suggests it should be.
13006
13007 * files.el (auto-mode-interpreter-regexp): New variable.
13008 (set-auto-mode): Use it.
13009
13010 * indent.el (indent-for-tab-command): Doc fix.
13011
13012 * mouse-sel.el (mouse-sel-mode): Doc fix.
13013
13014 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13015 labels.
13016
13017 * help.el (print-help-return-message): When
13018 display-buffer-reuse-frames is set, let the help window been quit,
13019 instead of deleting it, which might delete a reused frame.
13020
130212000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
13022
13023 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13024 rename a directory to a name that differs only by its letter case.
13025
130262000-08-08 Kenichi Handa <handa@etl.go.jp>
13027
13028 * international/quail.el (quail-define-rules): Handle Quail decode
13029 map correctly. Add code for supporting annotations.
13030 (quail-install-decode-map): New function.
13031 (quail-defrule-internal): New optional arguments decode-map and
13032 props.
13033 (quail-advice): New function.
13034
130352000-08-07 Sam Steingold <sds@gnu.org>
13036
13037 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13038 `defconst', `define-condition', `with-slots'.
13039 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13040
130412000-08-03 Miles Bader <miles@gnu.org>
13042
13043 * comint.el (comint-use-prompt-regexp-instead-of-fields):
13044 New variable.
13045 (comint-prompt-regexp, comint-get-old-input): Document dependence on
13046 comint-use-prompt-regexp-instead-of-fields.
13047 (comint-send-input): Add `input' field property to stuff we send to
13048 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13049 (comint-output-filter): Add `output' field property to process
13050 output, if comint-use-prompt-regexp-instead-of-fields is nil.
13051 (comint-replace-by-expanded-history)
13052 (comint-get-old-input-default, comint-show-output)
13053 (comint-backward-matching-input, comint-forward-matching-input)
13054 (comint-next-prompt, comint-previous-prompt): Use field
13055 properties if comint-use-prompt-regexp-instead-of-fields is nil.
13056 (comint-line-beginning-position): New function.
13057 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
13058 (comint-replace-by-expanded-history-before-point): Use
13059 comint-line-beginning-position and line-end-position.
13060 (comint-last-output-overlay): New variable.
13061 (comint-mode): Make `comint-last-output-overlay' buffer-local.
13062
13063 * shell.el (shell-prompt-pattern): Doc change.
13064 (shell-backward-command): Use line-beginning-position.
13065
13066 * gud.el (gud-gdb-complete-command): Use
13067 comint-line-beginning-position.
13068
13069 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13070 comint-bol doesn't actually go to the beginning of the line.
13071
13072 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13073 if comint-use-prompt-regexp-instead-of-fields is non-nil.
13074 (try-expand-line-all-buffers): Likewise.
13075
13076 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13077 explicitly matching comint-prompt-regexp.
13078 (sql-copy-column): Use comint-line-beginning-position instead of
13079 explicitly matching comint-prompt-regexp.
13080
13081 * progmodes/octave-inf.el (inferior-octave-complete): Use
13082 comint-line-beginning-position.
13083
13084 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13085
13086 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13087 looking for a prompt, use `forward-line 0' instead of
13088 `beginning-of-line', to avoid getting caught by an input field.
13089
130902000-08-07 Gerd Moellmann <gerd@gnu.org>
13091
13092 * files.el (shell-quote-wildcard-pattern): Make sure to return
13093 PATTERN, in the Unix case.
13094
130952000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
13096
13097 * play/zone.el (zone): Discard any pending input before running
13098 the randomly-chosen pgm.
13099
131002000-08-07 Kenichi Handa <handa@etl.go.jp>
13101
13102 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13103 checking the existence of any multibyte characters.
13104
131052000-08-06 Gerd Moellmann <gerd@gnu.org>
13106
13107 * help.el (describe-mode): Test minor-mode symbol for being
13108 bound before testing its value for being nil.
13109
13110 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13111 `first', `second', and `third'.
13112
13113 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13114 (second): Make it an alias for `cadr'.
13115
131162000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
13117
13118 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13119 types of display support faces now.
13120
131212000-08-05 Gerd Moellmann <gerd@gnu.org>
13122
13123 * pcvs.el (require): Require `cl' during compilation, only.
13124
13125 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13126 (toplevel): Remove `remq' and `remove' from autoloads.
13127 (cl-fake-autoloads): New variable. If set, arrange for an error
13128 when CL functions etc. are autoloaded.
13129
131302000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
13131
13132 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13133
13134 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13135 popped up, but the user clicks outside the menu, return an empty
13136 regexp (that causes unhighlight-regexp to have no effect).
13137
13138 * menu-bar.el (menu-bar-games-menu): Add Zone.
13139
13140 * hi-lock.el (toplevel): Require font-lock.
13141
131422000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13143
13144 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13145 (ebnf-8-bit-chars): New var for bug fix.
13146 (ebnf-string): Bug fix.
13147
131482000-08-03 Sam Steingold <sds@gnu.org>
13149
13150 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13151 instead of `buffer-string'.
13152 (require 'cl): Always, not just when compiling.
13153 `ignore-errors' in `interactive', `list*', `defun*' &c make this
13154 necessary.
13155
131562000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
13157
13158 * international/mule-cmds.el (select-safe-coding-system): Make
13159 the message text about selecting a safe coding system more clear.
13160
131612000-08-02 Gerd Moellmann <gerd@gnu.org>
13162
13163 * hi-lock.el: New file.
13164
13165 * play/zone.el: New file.
13166
13167 * replace.el (occur): Set tab-width in the *Occur* buffer to the
13168 value of tab-width in the original buffer. Choose a line number
13169 format that's a multiple of the original buffer's tab width, so
13170 that lines appear right.
13171
13172 * textmodes/ispell.el (ispell): New function, replacing an alias.
13173 Spell-check active region if in transient-mark-mode and mark
13174 is active; otherwise spell-check buffer.
13175
131762000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13177
13178 * ps-mule.el: Fix a customization problem on
13179 ps-mule-font-info-database-default.
13180
131812000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
13182
13183 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13184 display-mouse-p instead of window-system.
13185 (ebrowse-member-mode-map): Ditto.
13186
131872000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13188
13189 * progmodes/ebnf2ps.el: Update ps-print functions call.
13190 Indentation fix. Doc fix.
13191 (ebnf-version): New version number (3.2).
13192 (ebnf-format-color, ebnf-begin-job): Code fix.
13193
131942000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
13195
13196 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13197 font lock support on window-system.
13198 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13199
13200 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13201 display-color-p, if fboundp, instead of window-system.
13202
132032000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
13204
13205 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13206 instead of window-system.
13207
13208 * wid-edit.el (widget-choose): Use display-mouse-p instead of
13209 window-system.
13210 (widget-choice-mouse-down-action): Use display-popup-menus-p
13211 instead of window-system.
13212
13213 * strokes.el (strokes-file): Run the file name through
13214 convert-standard-filename.
13215 (strokes-mode): Call display-mouse-p instead of looking at
13216 window-system. Change the error message accordingly.
13217
13218 * progmodes/cpp.el (toplevel): Support faces on tty's.
13219
13220 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13221 (lm-plot-square, lm-init-display): Don't use window-system.
13222
13223 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13224 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13225
13226 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13227 instead of looking at window-system.
13228
132292000-07-30 Gerd Moellmann <gerd@gnu.org>
13230
13231 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13232 of testing if iswitchb-prepost-hooks is bound, because the
13233 latter will always be true when invoking a recursive minibuffer
13234 from an active Iswitchb buffer.
13235
132362000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
13237
13238 * files.el (shell-quote-wildcard-pattern): New function.
13239 (insert-directory): Call it. Only prepend "\" to command on Unix
13240 and GNU/Linux systems.
13241
132422000-07-30 Gerd Moellmann <gerd@gnu.org>
13243
13244 * eshell/esh-groups.el: Change custom :link file names
13245 from `eshell.info' to `eshell'.
13246
132472000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
13248
13249 * dired.el (dired-build-subdir-alist): Expand subdirectory names
13250 correctly in recursive ange-ftp listings.
13251
132522000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13253
13254 * ps-print.el: Fix bug 1: if ps-font-size-internal,
13255 ps-header-font-size-internal and
13256 ps-header-title-font-size-internal variables are not set,
13257 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
13258 face text property is (foreground-color . COLOR) or
13259 `(background-color . COLOR)', ps-print crashes. Doc fix.
13260 (ps-print-version): New version number (5.2.4).
13261 (ps-plot-region): Code fix.
13262 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13263 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13264 Bug fix 2.
13265
132662000-07-30 Milan Zamazal <pdm@freesoft.cz>
13267
13268 * glasses.el (glasses-make-readable): Fix uncapitalization of
13269 identifiers like `myXMLDocument'.
13270
132712000-07-28 Karl Fogel <kfogel@red-bean.com>
13272
13273 * mail/mail-hist.el (mail-hist-previous-input)
13274 (mail-hist-next-input): Do the obvious code factorization.
13275 (mail-hist-retrieve-and-insert): New func, contains common
13276 code of above two.
13277 If inserting a message body, leave point at top.
13278
132792000-07-28 Sam Steingold <sds@gnu.org>
13280
13281 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13282 Use `<=', not `<' to compare times!
13283 (ange-ftp-ls): Remove.
13284
132852000-07-27 Gerd Moellmann <gerd@gnu.org>
13286
13287 * play/cookie1.el: Add explanation of how to make cookie.el
13288 compatible with strfile(1) to comment.
13289
13290 * subr.el (remove, remq): New functions.
13291
13292 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13293 escape `*' in regexps.
13294 (midnight-find): Reverse order of arguments in the funcall of
13295 TEST.
13296
13297 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13298 and `.class'.
13299
13300 * play/meese.el: Add Commentary section.
13301
133022000-07-27 Alex Schroeder <alex@gnu.org>
13303
13304 * sql.el (sql-ms): Added autoload cookie.
13305 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13306 (sql-oracle): Ditto.
13307 (sql-help): Doc change.
13308
13309 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13310 types and exceptions.
13311
133122000-07-27 Alex Schroeder <alex@gnu.org>
13313
13314 * sql.el (sql-placeholder-history): New variable.
13315 (sql-query-placeholders-and-send): New function that will query
13316 the user and replace placeholders with user input.
13317 (sql-oracle): If running on NT, set comint-input-sender to
13318 sql-query-placeholders-and-send.
13319
13320 (sql-stop): If in the SQLi buffer, insert stop notification, else
13321 present it as a message.
13322
133232000-07-27 Alex Schroeder <alex@gnu.org>
13324
13325 * sql.el (sql-input-ring-separator): Doc change.
13326 (sql-input-ring-file-name): Doc change.
13327 (sql-interactive-mode): Use `sql-input-ring-separator' and
13328 `sql-input-ring-file-name' to set the comint-mode equivalents
13329 without making them local variables.
13330 (sql-stop): Don't bind `sql-input-ring-separator' and
13331 `sql-input-ring-file-name' dynamically to their comint-mode
13332 equivalents.
13333
133342000-07-27 Kenichi Handa <handa@etl.go.jp>
13335
13336 * international/mule.el (register-char-codings): New function.
13337 (make-coding-system): Handle `safe-chars' specification in the arg
13338 PROPERTY.
13339
13340 * international/mule-cmds.el
13341 (find-coding-systems-region-subset-p): This function deleted.
13342 (sort-coding-systems-predicate): New variable.
13343 (sort-coding-systems): New function.
13344 (find-coding-systems-region): Use
13345 find-coding-systems-region-internal.
13346 (find-coding-systems-string): Use find-coding-systems-region.
13347 (find-coding-systems-for-charsets): Check
13348 char-coding-system-table.
13349 (select-safe-coding-system-accept-default-p): New variable.
13350 (select-safe-coding-system): Mostly rewritten. New argument
13351 ACCEPT-DEFAULT-P.
13352 (select-message-coding-system): Call select-safe-coding-system
13353 with ACCEPT-DEFAULT-P arg.
13354 (reset-language-environment): Reset default-sendmail-coding-system
13355 to the default value iso-latin-1.
13356 (set-language-environment): Don't set the obsolete variable
13357 charset-origin-alist.
13358
13359 * international/codepage.el (cp-coding-system-for-codepage-1):
13360 Give `safe-chars' property to make-coding-system.
13361
13362 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13363 calling select-message-coding-system twice.
13364
13365 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13366 instead of `safe-charsets'.
13367 (cyrillic-alternativnyj): Likewise.
13368 (ccl-encode-alternativnyj): Don't check the charset
13369 cyrillic-iso8859-5.
13370
133712000-07-27 Kenichi Handa <handa@etl.go.jp>
13372
13373 * composite.el (compose-chars-after): Preserve match data.
13374
133752000-07-26 Sam Steingold <sds@gnu.org>
13376
13377 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13378 (ange-ftp-real-file-newer-than-file-p): New function.
13379 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13380 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13381
13382 * tooltip.el (tooltip-float-time): Removed (use `float-time').
13383 * midnight.el (midnight-float-time): Ditto.
13384
133852000-07-26 Andreas Schwab <schwab@suse.de>
13386
13387 * files.el (normal-backup-enable-predicate): Correct
13388 interpretation of the return value of compare-strings.
13389
133902000-07-26 Gerd Moellmann <gerd@gnu.org>
13391
13392 * isearch.el (isearch-resume): New function.
13393 (isearch-done): Add something to command-history to resume
13394 the search.
13395 (isearch-yank-line, isearch-yank-word): Use
13396 buffer-substring-no-properties instead of buffer-substring.
13397
13398 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13399 of flyspell-mouse-map.
13400
13401 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13402 duplicate definition.
13403 (makefile-mode): Remove duplicate setting of local-abbrev-table.
13404
13405 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13406 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13407
134082000-07-25 Sam Steingold <sds@gnu.org>
13409
13410 * net/ange-ftp.el: Get modtime over the net.
13411 (ange-ftp-file-modtime): New function.
13412 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13413 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13414 Use it.
13415 (ange-ftp-dot-to-slash): New function.
13416 (ange-ftp-fix-name-for-vms): Use it.
13417
13418 * midnight.el (midnight-buffer-display-time): Use
13419 `with-current-buffer'.
13420
134212000-07-25 Gerd Moellmann <gerd@gnu.org>
13422
13423 * find-dired.el: Update copyright notice.
13424 (find-dired): Offer to kill a running `find'.
13425
13426 * enriched.el (enriched-face-ans): For a `foreground-color'
13427 property, return '(("x-color" COLOR))' so that COLOR will be
13428 output as a parameter of the x-color annotation. Likewise for the
13429 `background-color' property. In the case of normal face
13430 properties, don't return annotations for unspecified foreground
13431 and background face attributes.
13432
134332000-07-25 Kenichi Handa <handa@etl.go.jp>
13434
13435 * language/japan-util.el (japanese-katakana-region): Fix handling
13436 HANKAKU argument.
13437
134382000-07-25 Miles Bader <miles@gnu.org>
13439
13440 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13441 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
13442 constrain-to-field.
13443
134442000-07-24 Andrew Innes <andrewi@gnu.org>
13445
13446 * timer.el (timer-activate-when-idle): Add optional parameter
13447 DONT-WAIT. Update docstring.
13448 (run-with-idle-timer): Specify extra parameter to
13449 timer-activate-when-idle, so that timer will be activated
13450 immediately if Emacs is already idle.
13451
13452 * w32-fns.el (w32-using-nt): Fix docstring.
13453
134542000-07-24 Dave Love <fx@gnu.org>
13455
13456 * mouse.el (popup-menu): Set last-command-event.
13457 (mouse-major-mode-menu-prefix): Declare.
13458
134592000-07-24 Gerd Moellmann <gerd@gnu.org>
13460
13461 * textmodes/flyspell.el: Update to author's version 1.5d.
13462
13463 * progmodes/hideshow.el: Update copyright notice.
13464
13465 * vcursor.el: Set maintainer to FSF, since author cannot
13466 be reached.
13467
134682000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
13469
13470 * info.el (Info-goto-emacs-key-command-node): Leave a space after
13471 the prompt.
13472
13473 * mouse.el (popup-menu): Run the keymap through indirect-function,
13474 in case it was defined with define-prefix-key. If the menu is a
13475 list of keymaps, look up the binding of user's choice in each one
13476 of the keymaps.
13477 (mouse-popup-menubar): If the global and local menu-bar keymaps
13478 don't have a prompt string, create one and insert it into the
13479 keymap. Don't barf if current-local-map returns nil.
13480
134812000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
13482
13483 * dired.el (dired-sort-R-check): Added to allow recursive listing
13484 to be undone.
13485 (dired-sort-other): Use it.
13486
134872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13488
13489 * Release of cc-mode 5.27
13490
134912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13492
13493 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13494 c-beginning-of-statement-1 that caused a bad case of recursion
13495 which could consume a lot of CPU in large classes in languages
13496 that have in-expression classes (i.e. Java and Pike).
13497
13498 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13499 statements before top level constructs (i.e. case 6 is moved
13500 before case 5 and is now case 4) to catch in-expression
13501 classes in top level expressions correctly.
13502
135032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13504
13505 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13506 objc-method-intro. Case 4 removed and case 5I added.
13507
13508 * cc-langs.el (c-append-paragraph-start): New variable used by
13509 c-common-init to get paragraph-start correct.
13510 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13511 initialize paragraph-start to make it correct both with and
13512 without the javadoc special case.
13513
13514 * cc-mode.el (java-mode): Use c-append-paragraph-start to
13515 initialize paragraph-start for javadoc markup.
13516
13517 * cc-vars.el (c-style-variables-are-local-p): Incompatible
13518 change by defaulting this to t. It's motivated by the
13519 confusing behavior that otherwise arise from the style system
13520 when editing both java and non-java files at the same time
13521 (see the comments about style setting in c-common-init).
13522
135232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13524
13525 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13526 similar to the one in c-fill-paragraph to check the fill
13527 prefix from the adaptive fill function for sanity.
13528
135292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13530
13531 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13532 defun block.
13533
a30eb617
DL
135342000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13535
13536 * cc-align.el (c-lineup-multi-inher): Handle lines with
13537 leading comma nicely. Extended to handle member initializers
13538 too.
13539
13540 * cc-engine.el: (c-beginning-of-inheritance-list,
13541 c-guess-basic-syntax): Fixed recognition of inheritance lists
13542 when the lines begins with a comma.
13543
a30eb617
DL
13544 * cc-vars.el (c-offsets-alist): Changed default for
13545 member-init-cont to c-lineup-multi-inher since it now handles
13546 member initializers and indents better for leading commas.
13547
135482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13549
13550 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13551 handling that caused class open lines to be recognized as
13552 statement-conts in some cases.
13553
13554 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13555 guessed by the adaptive fill function unless point is on the
13556 first line of a block comment.
13557
13558 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13559 when the buffer ends with a macro continuation char.
13560
13561 * cc-engine.el (c-guess-basic-syntax): Added support for
13562 function definitions as statements in Pike. The first
13563 statement in a lambda block is now labeled defun-block-intro
13564 instead of statement-block-intro.
13565
13566 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
13567 so that the class surrounding point is selected, not the one
13568 innermost in the state.
13569
13570 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13571 recognition of switch labels having hanging multiline
13572 statements.
13573
13574 * cc-engine.el (c-beginning-of-member-init-list): Broke out
13575 some code in c-guess-basic-syntax to a separate function.
13576 * cc-engine.el (c-just-after-func-arglist-p): Fixed
13577 recognition of member inits with multiple line arglists.
13578 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13579 member-init-cont when the commas are in funny places.
13580
135812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13582
13583 * cc-defs.el (c-auto-newline): Removed this macro since it's
13584 not used anymore.
13585
13586 * cc-engine.el (c-looking-at-bos): New helper function.
13587 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
13588 inexpr and toplevel classes apart in Pike.
13589
13590 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
13591 of case 9A.
13592
13593 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
13594 constant, since "class" can introduce an in-expression class
13595 in Pike nowadays.
13596
135972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13598
13599 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
13600 indentation on cpp-macro lines.
13601
13602 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
13603 a syntax modifier like comment-intro, to make it possible to
13604 get syntactic indentation for preprocessor directives. It's
13605 incompatible wrt to lineup functions on cpp-macro, but it has
13606 no observable effect in the 99.9% common case where cpp-macro
13607 is set to -1000.
13608
136092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13610
13611 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
13612 member-init-cont when the preceding arglist is several lines.
13613
136142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13615
13616 * cc-styles.el (c-style-alist): The basic offset for the BSD
13617 style corrected to 8.
13618
136192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13620
13621 * cc-styles.el (c-style-alist): Adjusted the indentation of
13622 brace list openers in the gnu style.
13623
136242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13625
13626 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
13627
13628 * cc-cmds.el (c-electric-brace, c-electric-slash,
13629 c-electric-star, c-electric-semi&comma, c-electric-colon,
13630 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
13631 when c-syntactic-indentation is nil.
13632
13633 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
13634 we were left at comments preceding the first statement when
13635 reaching the beginning of the buffer.
13636
13637 * cc-vars.el (c-syntactic-indentation): New variable to turn
13638 off all syntactic indentation.
13639
136402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13641
13642 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
13643 between the text and the block comment ender when it hangs,
13644 depending on how many there are before the fill.
13645
136462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13647
13648 * cc-engine.el (c-beginning-of-closest-statement): New helper
13649 function to go back to the closest preceding statement start,
13650 which could be inside a conditional statement.
13651 * cc-engine.el (c-guess-basic-syntax): Use
13652 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
13653
13654 * cc-engine.el (c-guess-basic-syntax): Better handling of
13655 arglist-intro, arglist-cont-nonempty and arglist-close when
13656 the arglist is nested inside parens. Cases 7A, 7C and 7F
13657 changed.
13658
13659 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
13660 up-to-date with javadoc 1.2.
13661
136622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13663
13664 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
13665 multiline Pike type decls.
13666
136672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13668
13669 * cc-cmds.el (c-indent-new-comment-line): Always break
13670 multiline comments in multiline mode, regardless of
13671 comment-multi-line.
13672
136732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13674
13675 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
13676 fully::qualified::names in C++ member init lists. Preamble in
13677 case 5D changed.
13678
136792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13680
13681 * cc-langs.el (c-common-init): Handling of obsolete variables
13682 moved to c-initialize-cc-mode. More compatible style override
13683 when using global style variables.
13684 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
13685 variables moved here.
13686
a30eb617
DL
13687 * cc-styles.el (c-make-styles-buffer-local): Flag style
13688 variable localness in c-style-variables-are-local-p to make
13689 the compatibility measure in c-common-init work well.
13690
13691 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
13692 longer contain set-from-style.
13693 * cc-styles.el (c-initialize-builtin-style): Don't check for
13694 set-from-style on c-special-indent-hook.
13695 * cc-styles.el (c-copy-tree): Obsolete. The standard function
13696 copy-alist is sufficient now.
13697
13698 * cc-styles.el (c-set-style, c-set-style-1,
13699 c-get-style-variables): Fixes to variable initialization so
13700 that duplicate entries in styles have the same effect
13701 regardless of DONT-OVERRIDE.
13702
13703 * cc-styles.el (c-set-style-2): Fixed bug where the
13704 initialization of inheriting styles failed when the
13705 dont-override flag is set.
13706
13707 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
13708 on this.
13709
137102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13711
13712 * cc-defs.el (c-forward-comment): Removed the workaround
13713 introduced in 5.38 since it had worse side-effects. If a line
13714 contains the string "//\"", it regarded the // as a comment
13715 start since the \ temporarily doesn't have escape syntax.
13716
eb04d6cd 137172000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
13718
13719 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
13720 ada-xref.el before ada-prj.el, so that the Project menu is created
13721 when ada-prj tries to add to it.
13722 (ada-activate-keys-for-case): Suppress the characters that are not
13723 part of the Ada syntax. Better compatibility with else-mode
13724 (ada-adjust-case-interactive): When auto-casing is not active,
13725 correctly insert newlines (used to insert only ^M). Prevent the
13726 syntax table from being changed in case of an error
13727 (or '_' becomes part of a word and some commands are confused).
13728 Do nothing if ada-auto-case is nil.
13729 (ada-after-keyword-p): Ignore keywords that are also attributes
13730 (ada-batch-reformat): Update usage comment
13731 (ada-call-from-contextual-menu): New function
13732 (ada-case-read-exceptions): Reinitialize the casing exception list
13733 first to nil first, so that the casing exception file can be
13734 shared.
13735 (ada-check-defun-name): Handles "configure" keyword for gnatdist
13736 files.
13737 (ada-compile-goto-error): Fix regexp used to detect a file:line
13738 anywhere in the error message
13739 (ada-contextual-menu-last-point): New variable
13740 (ada-create-keymap): If the variable delete-key-deletes-forward is
13741 t on XEmacs, it means that DEL should delete one character
13742 forward.
13743 (ada-create-menu): Use :included instead of :visible for XEmacs.
13744 New submenu "Options".
13745 (ada-end-stmt-re): Correctly indent "select ... then abort"
13746 statements.
13747 (ada-fill-comment-paragraph): Correctly delete all leading '--'
13748 even if they don't match ada-fill-comment-prefix Fix handling of
13749 paragraphs on the first or last line of a file.
13750 (ada-format-paramlist): Fix handling of default parameter values.
13751 (ada-get-body-name): New function.
13752 (ada-get-current-indent): Optimized by searchling directly for an
13753 existing generic part or a statement outside of it. Handle
13754 ada-indent-align-comments when indenting comments Replaced some
13755 regexps by testing directly the next character. This results in a
13756 huge speedup on some files. New indentation scheme for renames
13757 statements. Stop looking for the 'while' or 'for' associated with
13758 a 'loop' at the first semicolon encountered. A "return" can also
13759 match an anonymous access subprogram declaration.
13760 (ada-get-indent-noindent): Ignore strings and comments when
13761 looking for the keywords "record" and "private".
13762 (ada-goto-matching-decl-start): When matching "if", make sure we
13763 are not in fact seeing "end if". Ignore "when" statements except
13764 when initial keyword was "begin". Fix handling of nested
13765 procedures. Add a recursive call to this function to skip over
13766 other 'end' statmts. Fix indentation for "when .. => begin"
13767 (ada-in-open-paren-p): Fix indentation for complex boolean
13768 expressions, where 'and then', 'or else' and parenthesis
13769 statements are mixed up.
13770 (ada-in-paramlist-p): Skip comments while searching for the
13771 beginning Fix handling of operator declarations.
13772 (ada-indent-align-comments): New variable
13773 (ada-indent-current): Change the syntax table only in the
13774 protected section, so that we are sure it is restored correctly.
13775 (ada-indent-on-previous-lines): Use ada-use-indent and
13776 ada-with-indent Correctly indent "select ... then"
13777 (ada-indent-region): Slight speedup.
13778 (ada-indent-renames): New variable.
13779 (ada-last-which-function-subprog, ada-last-which-function-line):
13780 New variables
13781 (ada-looking-at-semi-private): Correctly indent the 'private'
13782 keyword when it is the first word in a package declaration.
13783 (ada-loose-case-word): Stop searching if at the end of the buffer.
13784 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
13785 even if point is not initially at the end of the word.
13786 (ada-matching-decl-start-re): Add "when".
13787 (ada-mode): Add support for abbrev-mode, outline-mode and
13788 which-func-mode Override the old find-file.el entry in
13789 ff-special-constructs since it is using the obsolete
13790 ada-spec-suffix variable
13791 (ada-no-auto-case): New function
13792 (ada-scan-paramlist): When parsing the argument type, accept
13793 spaces (as in "X 'Class", generated by Rational Rose).
13794 (ada-other-file-name): No longer loads the other file.
13795 (ada-popup-menu): Save and restore the current buffer and cursor
13796 position before and after displaying the menu.
13797 (ada-search-ignore-complex-boolean): New function.
13798 (ada-uncomment-region): Emacs21 already knows how to delete
13799 comments not starting in the first column.
13800 (ada-use-indent): New variable
13801 (ada-which-function): New function.
13802 (ada-with-indent): New variable
13803 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
13804 can be batch-compiled from the command line.
13805
13806 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
13807 Add to the menu when the file is loaded, not in ada-mode-hook.
13808 Add -toolbar to the default ddd command Switches moved from
13809 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
13810 ada-prj-default-comp-opt
13811 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
13812 Reference Manual to the menu
13813 (ada-check-current): rewritten as a call to ada-compile-current
13814 (ada-compile): Removed.
13815 (ada-compile-application, ada-compile-current, ada-check-current):
13816 Set the compilation-search-path so that compile.el automatically
13817 finds the sources in src_dir. Automatic scrollong of the
13818 compilation buffer. C-uC-cC-c asks for confirmation before
13819 compiling
13820 (ada-compile-current): New parameter, prj-field
13821 (ada-complete-identifier): Load the .ali file before doing
13822 processing
13823 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
13824 conform to gnatmake's behavior.
13825 (ada-find-file-in-dir): New function
13826 (ada-find-references): Set the environment variables for gnatfind
13827 (ada-find-src-file-in-dir): New function.
13828 (ada-first-non-nil): Removed
13829 (ada-gdb-application): Add support for jdb, the java debugger.
13830 (ada-get-ada-file-name): Load the original-file first if not done
13831 yet.
13832 (ada-get-all-references): Handles the new ali syntax (parent types
13833 are found between <>).
13834 (ada-initialize-runtime-library): New function
13835 (ada-mode-hook): Always load a project file when a file is opened,
13836 so that the casing exceptions are correctly read.
13837 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
13838 (ada-parse-prj-file): Use find-file-noselect instead of find-file
13839 to open the project file, since the latter does not work with
13840 speedbar Get default values before loading the prj file, or the
13841 default executable file name is wrong. Use the absolute value of
13842 src_dir to initialize ada-search-directories and
13843 compilation-search-path,... Add the standard runtime library to
13844 the search path for find-file.
13845 (ada-prj-default-debugger): Was missing an opening '{'
13846 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
13847 variables.
13848 (ada-prj-default-gnatmake-opt): New variable
13849 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
13850 buffers, the project file is the default one Save the windows
13851 configuration before displaying the menu.
13852 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
13853 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
13854 ...) regexp-quote identifiers names to support operators +,
13855 -,... in regexps.
13856 (ada-remote): New function.
13857 (ada-run-application): Erase the output buffer before starting the
13858 run Support remote execution of the application. Use
13859 call-process, or the arguments are incorrectly parsed
13860 (ada-set-default-project-file): Reread the content of the active
13861 project file, not the one from the current buffer When a project
13862 file is set as the default project, all directories are
13863 automatically associated with it.
13864 (ada-set-environment): New function
13865 (ada-treat-cmd-string): New special variable ${current}
13866 (ada-treat-cmd-string): Revised. The substitution is now done for
13867 any ${...} substring
13868 (ada-xref-current): If no body was found, compiles the spec
13869 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
13870 compiler to get rid of command line length limitations.
13871 (ada-xref-get-project-field): New function
13872 (ada-xref-project-files): New variable
13873 (ada-xref-runtime-library-specs-path)
13874 (ada-xref-runtime-library-ali-path): New variables
13875 (ada-xref-set-default-prj-values): Default run command now does a
13876 cd to the build directory. New field: main_unit Provide a default
13877 file name even if the current buffer has no prj file.
13878
13879 * ada-prj.el:
13880 Rewritten to show a tabbed-dialog.
13881 (ada-prj-add-ada-menu): Remove the map and name parameters.
13882 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
13883 New function
13884 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
13885 (ada-prj-load-from-file): New function
13886 (ada-prj-save): Always save fields that depend on the current buffer
13887 (ada-prj-show-value): New function
13888
13889 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
13890 Ada mode. This will allow us to display the Ada menu in any buffer
13891 we want (for project items).
13892 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
13893 number of spaces in the header.
13894
138952000-07-24 Dave Love <fx@gnu.org>
13896
13897 * ediff-init.el (ediff-region-help-echo): Bind face-help.
13898
138992000-07-23 Noah Friedman <friedman@splode.com>
13900
13901 * type-break.el (type-break): perform autosave.
13902 Suggested by Stephen Gildea <gildea@intouchsys.com>.
13903 (type-break-do-query): Cancel query schedule while performing
13904 actual query, to avoid possibility of a second query being made
13905 while first one is already in progress.
13906 (type-break-time-stamp-format): New variable.
13907 (type-break-time-stamp): New function.
13908 (type-break-time-warning): Use it.
13909 (type-break-keystroke-warning): Use it.
13910 (type-break-noninteractive-query): Use it.
13911
13912 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
13913 cookie.
13914 Use add-minor-mode to set minor-mode-alist, if available.
13915 (eldoc-echo-area-use-multiline-p): New user option.
13916 (eldoc-echo-area-multiline-supported-p): New variable.
13917 (eldoc-docstring-format-sym-doc): Use them.
13918 (eldoc-mode): If not using idle timers, append to local post and
13919 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
13920 (eldoc-display-message-no-interference-p): Don't interfere with
13921 edebug.
13922 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
13923 (eldoc-function-arglist): New function.
13924 (eldoc-function-argstring): Use it.
13925
13926 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
13927 auto save directory exists before calling directory-files.
13928
139292000-07-23 Dave Love <fx@gnu.org>
13930
13931 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
13932 ^o, ^u.
13933
139342000-07-21 Dave Love <fx@gnu.org>
13935
13936 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
13937 now passed to the function. It now works properly.
13938
13939 * smerge-mode.el (smerge-mode-menu): Fill it out.
13940
139412000-07-20 Gerd Moellmann <gerd@gnu.org>
13942
13943 * info-look.el (info-lookup): If *info* is shown in another frame
13944 on the same display, select that frame, instead of switching to
13945 the Info buffer in another window of the selected frame.
13946
13947 * simple.el (universal-argument-map): Bind numeric keypad keys
13948 kp-0 to kp-9 and kp-subtract.
13949 (digit-argument): Handle these keys.
13950
139512000-07-20 Dave Love <fx@gnu.org>
13952
13953 * net/goto-addr.el (goto-address-fontify): Don't bother with
13954 buffer-modified and read-only stuff -- irrelevant with overlays.
13955 Put an extra property on the overlays and use it to clean up in
13956 case goto-address is re-run.
13957
139582000-07-19 Richard M. Stallman <rms@gnu.org>
13959
13960 * timer.el (run-with-idle-timer): Doc fix.
13961
13962 * mail/mail-utils.el (mail-strip-quoted-names):
13963 Handle case where <...> appears inside "...".
13964 Use replace-match to edit the string more simply.
13965 (rmail-dont-reply-to): Cope with an unmatched ".
13966
139672000-07-19 Dave Love <fx@gnu.org>
13968
13969 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
13970 implementation.
13971
13972 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
13973 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
13974 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
13975
139762000-07-19 Gerd Moellmann <gerd@gnu.org>
13977
13978 * textmodes/refer.el: Correct maintainer's email address.
13979
13980 * progmodes/hideif.el: Correct author's email address.
13981 Fix typo in comment.
13982
13983 * xml.el: New file.
13984
13985 * mail/mailheader.el: Correct author's mail address.
13986
13987 * gnus/parse-time.el: Correct author's mail address.
13988
139892000-07-19 Colin Walters <walters@cis.ohio-state.edu>
13990
13991 * comint.el (comint-highlight-input, comint-highlight-face):
13992 New user options.
13993 (comint-input-ring-file-name): Change custom type.
13994 (comint-mode-map): Bind mouse-2.
13995 (comint-insert-clicked-input): New function.
13996 (comint-send-input): Handle input highlighting.
13997
139982000-07-18 Stefan Monnier <monnier@cs.yale.edu>
13999
14000 * mouse.el (popup-menu): New function.
14001 (mouse-major-mode-menu): Use it.
14002
140032000-07-18 Dave Love <fx@gnu.org>
14004
14005 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14006 improvements.
14007
140082000-07-18 Gerd Moellmann <gerd@gnu.org>
14009
14010 * faces.el (face-font-selection-order)
14011 (face-font-family-alternatives): Add custom type.
14012
140132000-07-18 Dave Love <fx@gnu.org>
14014
14015 * cus-edit.el (custom-variable-reset-saved)
14016 (custom-variable-reset-standard): Remove unused bindings.
14017
14018 * rect.el (open-rectangle-line): Remove unused let.
14019
14020 * hl-line.el (hl-line-highlight): Check hl-line-mode.
14021
140222000-07-18 Gerd Moellmann <gerd@gnu.org>
14023
14024 * cdl.el: Fix `Maintainer' keyword.
14025
14026 * play/pong.el: Add author's email address.
14027
140282000-07-17 Sam Steingold <sds@gnu.org>
14029
14030 * files.el (insert-directory): Call `split-string' instead of
14031 re-implementing it.
14032
140332000-07-18 Gerd Moellmann <gerd@gnu.org>
14034
14035 * mail/vms-pmail.el: Change maintainer to FSF.
14036
14037 * net/goto-addr.el: Change maintainer to FSF.
14038
14039 * info.el (Info-title-face-alist): Removed.
14040
140412000-07-18 David Ponce <david@dponce.com>
14042
14043 * recentf.el (recentf-open-files): New command that works like
14044 `recentf-open-more-files', but shows the whole list of files (not just
14045 those omitted from the menu). Useful if you don't use a menu-bar!
14046 (recentf-open-more-files) Modified to use `recentf-open-files'.
14047
14048 (recentf-open-files, recentf-open-more-files)
14049 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14050
14051 (recentf-dialog-mode): New mode for dialogs. You can now just type
14052 "q" to cancel the dialogs.
14053
140542000-07-18 David Ponce <david@dponce.com>
14055
14056 * recentf.el: This is a major update of recentf.el. It adds new
14057 features to better organize the recentf menu and "More..." buffer.
14058
14059 Using new provided menu filtering functions you can now organize the
14060 recent files list:
14061
14062 - by major modes
14063 - by directories
14064 - by user defined rules
14065
14066 Finally, with the new `recentf-filter-changer' customizable filter you
14067 can define a ring of filters and dynamically (via the menu) cycle on
14068 each menu organization in the ring (a la msb).
14069
140702000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
14071
14072 * eshell/eshell.el (eshell): Replace links to eshell.info with
14073 links to eshell, to avoid problems on systems where the manual is
14074 installed as `eshell'.
14075 * eshell/esh-cmd.el (eshell-cmd): Ditto.
14076 * eshell/em-smart.el (eshell-smart): Ditto.
14077 * eshell/em-banner.el (eshell-banner): Ditto.
14078 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14079
14080 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14081 same-file check in the MS-DOS version (it does support inodes).
14082
14083 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14084
14085 * eshell/eshell.el (eshell-directory-name):
14086 Run default directory name through convert-standard-filename.
14087
140882000-07-18 Kenichi Handa <handa@etl.go.jp>
14089
14090 * international/mule-cmds.el (select-safe-coding-system):
14091 Fix typo in the comment.
14092
14093 * language/european.el (compound-text):
14094 Force katakana-jisx0201 to be designated to G1.
14095
14096 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14097 Don't translate some national variant characters of latin-jisx0201.
14098 (x-ctext): Force katakana-jisx0201 to be designated to G1.
14099
14100 * international/kkc.el (kkc-after-update-conversion-functions):
14101 New variable.
14102 (kkc-update-conversion): Run functions in it at the tail.
14103
141042000-07-16 John Wiegley <johnw@gnu.org>
14105
14106 * lisp/align.el (align-newline-and-indent):
14107 Adding new function. for auto-aligning blocks of code on RET.
14108 (align-region): Fixed badly formatted minibuffer message.
14109
141102000-07-17 Kenichi Handa <handa@etl.go.jp>
14111
14112 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14113 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
14114 the conversion list at first if appropriate.
14115 (kkc-next): Don't update kkc-next-count here.
14116 (kkc-prev): Don't update kkc-prev-count here.
14117 (kkc-show-conversion-list-update): Fix setting up of conversion
14118 list message.
14119
141202000-07-16 Stefan Monnier <monnier@cs.yale.edu>
14121
14122 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14123
141242000-07-16 Dave Love <fx@gnu.org>
14125
14126 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14127 function to be more specific.
14128
14129 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14130 non-string help-echo.
14131 (widget-types-convert-widget): Defsubst it.
14132 (widget-echo-help): Try to cope with a help-echo function of two
14133 possible sorts.
14134
141352000-07-15 Jason Rumney <jasonr@gnu.org>
14136
14137 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14138 Declare as obsolete.
14139
14140 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14141
141422000-07-14 Gerd Moellmann <gerd@gnu.org>
14143
14144 * hilit-chg.el: Fix typo.
14145
141462000-07-14 Dave Love <fx@gnu.org>
14147
14148 * info.el (Info-mode-menu): Fix use of :help, :enable.
14149
141502000-07-14 Stefan Monnier <monnier@cs.yale.edu>
14151
14152 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14153
141542000-07-13 Dave Love <fx@gnu.org>
14155
14156 * emacs-lisp/easymenu.el: Doc fixes.
14157 (easy-menu-remove): Defalias to ignore.
14158
14159 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14160 Call throw correctly.
14161
141622000-07-13 Gerd Moellmann <gerd@gnu.org>
14163
14164 * faces.el (frame-background-mode): Doc fix.
14165
14166 * simple.el (eval-expression-print-length): Change custom type to
14167 allow entering nil as value.
14168
141692000-07-13 Dave Love <fx@gnu.org>
14170
14171 * progmodes/fortran.el (fortran-imenu-generic-expression):
14172 Change definition layout.
14173 (fortran-mode-menu): Reinstate customize entries.
14174
14175 * cus-edit.el (custom-group-menu-create, customize-menu-create):
14176 Use :filter, per old XEmacs code.
14177
141782000-07-12 Gerd Moellmann <gerd@gnu.org>
14179
14180 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14181 event when deciding what to send to the terminal.
14182
141832000-07-12 Dave Love <fx@gnu.org>
14184
14185 * cus-start.el: Add optional version as 4th element of specs and
14186 use it for several things new in v21. Remove load-path. Fix type
14187 of line-number-display-limit.
14188
141892000-07-11 Dave Love <fx@gnu.org>
14190
14191 * progmodes/fortran.el: Don't require easymenu.
14192 Use repeat counts in various regexps.
14193 (fortran-mode-syntax-table): Defvar directly.
14194 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14195 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14196 Use defvar, not defconst.
14197 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
14198 (fortran-mode): Set fortran-comment-line-start-skip,
14199 fortran-comment-line-start-skip, dabbrev-case-fold-search.
14200 (fortran-comment-indent): Use defsubst.
14201 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14202 Use fortran-comment-indent, not fortran-comment-indent-function.
14203 (fortran-comment-region, fortran-electric-line-number): Simplify.
14204 (fortran-auto-fill): New function.
14205 (fortran-do-auto-fill): Deleted.
14206 (fortran-find-comment-start-skip):
14207 Check for non-null comment-start-skip.
14208 (fortran-auto-fill-mode, fortran-fill-statement):
14209 Use fortran-auto-fill.
14210 (fortran-fill): Use fortran-auto-fill. Check for null
14211 comment-start-skip. Simplify final clause and use end-of-line finally.
14212
14213 * widget.el (widget-plist-member): New alias.
14214
142152000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
14216
14217 * eshell/esh-module.el (toplevel): Reference
14218 byte-compile-current-file only if it is bound.
14219
142202000-07-10 Gerd Moellmann <gerd@gnu.org>
14221
14222 * dired.el: Don't require `dired-aux'.
14223
142242000-07-10 Miles Bader <miles@lsi.nec.co.jp>
14225
14226 * dired-aux.el (dired-show-file-type): New function.
14227 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14228 (dired-show-file-type): Add autoload.
14229
142302000-07-10 Kenichi Handa <handa@etl.go.jp>
14231
14232 * international/mule-diag.el (describe-font): Adjusted for the
14233 change of fontset-info.
14234 (print-fontset): Likewise.
14235
142362000-07-09 Stefan Monnier <monnier@cs.yale.edu>
14237
14238 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14239
142402000-07-07 Gerd Moellmann <gerd@gnu.org>
14241
14242 * bindings.el: Bind `[delete]' to delete-char.
14243
14244 * dired.el (dired-find-alternate-file): New function.
14245 (dired-mode-map): Bind `a' to dired-find-alternate-file.
14246 (toplevel): Require dired-aux when compiling.
14247 (dired-buffers): Move defvar within file to avoid compiler warning.
14248
14249 * info.el (Info-last-search): Variable removed.
14250 (Info-search-history): New variable.
14251 (Info-search): New Info-search-history.
14252
14253 * battery.el, info-look.el: Change author's mail address.
14254
142552000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
14256
14257 * mail/rmail.el (rmail-clear-headers): Don't throw an error
14258 if rmail-ignored-headers is nil.
14259 (rmail-retry-failure): Bind rmail-ignored-headers and
14260 rmail-displayed-headers to nil.
14261
142622000-07-06 Gerd Moellmann <gerd@gnu.org>
14263
14264 * lpr.el (lpr-page-header-switches): Add `-h' switch.
14265 (print-region-1): Don't hard code `-h' here.
14266
14267 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14268
142692000-07-01 Francesco Potorti` <pot@gnu.org>
14270
14271 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14272 exim can use "your message" instead of "the message".
14273
142742000-07-06 Stefan Monnier <monnier@cs.yale.edu>
14275
14276 * facemenu.el: Docstrings fixes.
14277 (facemenu-get-face): Don't use internal-find-face.
14278 (facemenu-iterate): Rename arg to match the docstring.
14279
14280 * newcomment.el (uncomment-region): Be more careful when skipping
14281 backwards over `=' not to bump into BOBP.
14282
142832000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
14284
14285 * ediff-diff.el (ediff-wordify): Use syntax table.
14286 * ediff-init.el (ediff-has-face-support-p): Use
14287 ediff-color-display-p.
14288 (ediff-color-display-p): Use display-color-p, changed to defun
14289 from defsubst.
14290 Got rid of special cases for NeXT and OS/2.
14291 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14292 face.
14293
142942000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14295
14296 * emacs-lisp/lucid.el: Require CL.
14297 (copy-tree, remprop): Remove, it's provided by CL.
14298 (map-keymap): Define in terms of cl-map-keymap.
14299 (extent-property, set-extent-end-glyph): New functions.
14300
14301 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14302
143032000-07-05 Gerd Moellmann <gerd@gnu.org>
14304
14305 * Makefile.in (DONTCOMPILE): Add comment that the name may
14306 not be changed without changing the make-dist script.
14307
14308 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14309 (cl-mapc): Use mapc instead of cl-old-mapc.
14310
143112000-07-05 Andrew Innes <andrewi@gnu.org>
14312
14313 * makefile.nt: Add support for `bootstrap' and related targets.
14314
143152000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14316
14317 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14318 (easy-menu-do-define): Use `menu-item' format.
14319 Handle case where easy-menu-create-menu returns a symbol.
14320 Manually call the potential top-level filter in the function binding.
14321 (easy-menu-filter-return): New arg NAME.
14322 Convert to a keymap if MENU is an XEmacs menu.
14323 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
14324 (easy-menu-converted-items-table, easy-menu-convert-item):
14325 New var and fun to memoize easy-menu-convert-item-1.
14326 (easy-menu-do-add-item): Use it.
14327 (easy-menu-create-menu): Use easy-menu-convert-item.
14328 Wrap easy-menu-filter-return around any :filter specification.
14329 Don't convert the menu if a filter was specified.
14330 Tell easy-menu-make-symbol not to check for MENU being an expression.
14331 (easy-menu-make-symbol): New arg NOEXP.
14332
143332000-07-05 Gerd Moellmann <gerd@gnu.org>
14334
14335 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14336 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14337 (eval-defun): If called with prefix arg, instrument code for
14338 Edebug.
14339
14340 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14341 similar to that of eval-defun.
14342
143432000-07-04 Dave Love <fx@gnu.org>
14344
14345 * hl-line.el (hl-line-overlay): Make it permanent-local.
14346
14347 * calendar/todo-mode.el: Replaced with a working version, based on
14348 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14349
143502000-07-03 Miles Bader <miles@lsi.nec.co.jp>
14351
14352 * paths.el (prune-directory-list): New function.
14353 (Info-default-directory-list): Rewritten to more methodically
14354 enumerate a big list of possible info directories (based on the
14355 list used by the standalone info reader).
14356
14357 * info.el (info-initialize): Use prune-directory-list to remove
14358 non-existent directories from Info-directory-list.
14359
14360 * paths.el (Info-default-directory-list): Try a list of possible
14361 info-directories instead of a single one. Add the possible
14362 info directory "/usr/share/info".
14363
14364 * woman.el (woman-man.conf-path): Explicitly include the debian
14365 man-db config file "/etc/manpath.config".
14366 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14367 are present in `manpath.config'.
14368 (woman-manpath): Include "/usr/share/man".
14369
143702000-07-03 Gerd Moellmann <gerd@gnu.org>
14371
14372 * frame.el (blink-cursor-mode): Don't hide cursor initially.
14373
14374 * startup.el (command-line): Initialize blink-cursor based
14375 on window-system.
14376
14377 * frame.el (blink-cursor): Default to nil if not running under
14378 a window-system.
14379
14380 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14381 (face-x-resources): Remove duplicate entry for :font.
14382
14383 * textmodes/refer.el (refer-find-entry-internal): Use some-window
14384 instead of cycling through windows with next-window.
14385
14386 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14387 of cycling through windows with next-window.
14388
14389 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14390 of cycling through windows with next-window.
14391
14392 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14393 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14394 instead of cycling through windows with next-window.
14395
14396 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14397 instead of cycling through windows with next-window.
14398
14399 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14400 of cycling through windows with next-window.
14401
14402 * terminal.el (te-process-output): Use walk-windows instead of
14403 cycling through windows with next-window.
14404
14405 * server.el (server-switch-buffer): Use some-window instead of
14406 cycling through windows with next-window.
14407
14408 * window.el (some-window): New function.
14409 (walk-windows): Remove reference to walk-windows-start.
14410
14411 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14412
144132000-07-03 Richard Stallman <rms@gnu.org>
14414
14415 * window.el (walk-windows): Guarantee termination by keeping a list
14416 of all the windows already handled.
14417
144182000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14419
14420 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14421 window-system.
14422
14423 * man.el (Man-notify-when-ready): Don't use window-system. If
14424 Man-notify-method is newframe, and the display is not
14425 multi-frame, select the frame created for the man page.
14426 (Man-init-defvars): Doc fix.
14427
144282000-06-28 Gerd Moellmann <gerd@gnu.org>
14429
14430 * faces.el (region): Change background color for light background.
14431
14432 * ediff-wind.el (ediff-setup-control-frame): Remove :box
14433 attribute from mode-line face of Ediff control frame.
14434
14435 * replace.el (query-replace-map): Bind `e' like `E'.
14436
144372000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14438
14439 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14440 Change name to "Select All".
14441
14442 * dos-fns.el (convert-standard-filename): Fix last change.
14443
144442000-06-27 Gerd Moellmann <gerd@gnu.org>
14445
14446 * help.el (describe-variable): Don't insert a second `'s' in front
14447 of the string `value is shown below'. Since the syntax-table is
14448 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14449 an existing `'s', so that this won't be deleted.
14450
14451 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14452 * pcmpl-unix.el: New files.
14453
144542000-06-26 Stefan Monnier <monnier@cs.yale.edu>
14455
14456 * wid-edit.el (widget-member): Use the new plist-member.
14457
144582000-06-26 Gerd Moellmann <gerd@gnu.org>
14459
14460 * replace.el (perform-replace): Undo change of 2000-04-04.
14461 Instead, move backward 1 character at the end of the loop when
14462 necessary.
14463
14464 * faces.el (fringe): Change face for different backgrounds.
14465
14466 * eshell/esh-module.el (toplevel): Load defgroup's differently;
14467 patch from John.
14468
14469 * eshell/*.el: Change spelling of the Free Software Foundation.
14470
14471 * eshell/esh-toggle.el: Removed.
14472
14473 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14474
14475 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14476 interactively.
14477
144782000-06-26 Alex Schroeder <alex@gnu.org>
14479
14480 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14481 `define-key'; instead of checking `(emacs-version)' check for
14482 `set-keymap-parent' and `set-keymap-name' directly. Add entries
14483 for `;' and `o' which might be electric.
14484
14485 (sql-electric-stuff): New user option.
14486 (sql-magic-go): New function which uses `sql-electric-stuff'.
14487 (sql-magic-semicolon): New function which uses
14488 `sql-electric-stuff'.
14489
14490 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14491 is not fboundp.
14492
14493 (sql-oracle-options): New variable.
14494 (sql-oracle): Use it.
14495
14496 (sql-imenu-generic-expression): Doc change.
14497 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14498 is used.
14499
14500 (sql-informix): Added command line parameter "-" to force
14501 sql-informix-program to use stdout.
14502
145032000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
14504
14505 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14506 (cp864-decode-table): Doc fix.
14507 (cp720-decode-table): New variable, supports the Arabic OEM
14508 codepage used by Windows.
14509 (cp737-decode-table): New, Greek OEM codepage used by Windows.
14510
145112000-06-23 Dave Love <fx@gnu.org>
14512
14513 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14514 (font-lock-fontify-anchored-keywords): Use
14515 line-beginning-position.
14516 (global-font-lock-mode): Use mapc.
14517
145182000-06-23 Stefan Monnier <monnier@cs.yale.edu>
14519
14520 * eshell/esh-module.el: Require CL when compiling.
14521
145222000-06-23 Gerd Moellmann <gerd@gnu.org>
14523
14524 * comint.el (comint-substitute-in-file-name): Call replace-match
14525 with second and third arg t.
14526
14527 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14528 Specify foreground color.
14529
14530 * faces.el (tool-bar, mode-line, header-line): Specify foreground
14531 color.
14532
14533 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14534
14535 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14536 cddr instead of cdddr.
14537
14538 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14539 instead of copy-list.
14540
14541 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14542 of copy-list.
14543
14544 * subdirs.el: Add eshell subdirectory.
14545
14546 * eshell: New subdirectory containing the Eshell package.
14547
14548 * pcomplete.el: New file.
14549
145502000-06-23 Paul Eggert <eggert@twinsun.com>
14551
14552 * mail/mailpost.el (post-mail-send-it): Make sure file has
14553 proper permissions from birth.
14554
14555 * files.el (basic-save-buffer-2): When temporarily setting
14556 file modes, set them to current modes plus 0200, not to 0777.
14557
14558 * emerge.el (emerge-make-temp-file): Make sure file has proper
14559 permissions from birth.
14560
145612000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
14562
14563 * files.el (make-backup-file-name-1): On DOS/Windows, run the
14564 backup file name through convert-standard-filename.
14565
14566 * dos-fns.el (convert-standard-filename): Convert leading
14567 directories as well. When long file names are supported, convert
14568 characters that are invalid in Windows file names.
14569
145702000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14571
14572 * ps-print.el: Fix bug: if ^L is the very first buffer character,
14573 ps-print crashes. New feature: page selection for printing. Create
14574 raw-text-unix coding system for XEmacs. Doc fix.
14575 (ps-print-version): New version number (5.2.3).
14576 (ps-plot-region): Bug fix.
14577 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14578 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14579 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
14580 funs.
14581 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
14582 (ps-last-page): New vars.
14583
145842000-06-21 Gerd Moellmann <gerd@gnu.org>
14585
14586 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
14587 empty option string.
14588
145892000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
14590
14591 * man.el (man): Doc fix.
14592
145932000-06-21 Kenichi Handa <handa@etl.go.jp>
14594
14595 * international/mule-cmds.el (set-language-info-alist): Docstring
14596 fixed.
14597
145982000-06-20 Gerd Moellmann <gerd@gnu.org>
14599
14600 * version.el (emacs-version): Use ISO date format.
14601
14602 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
14603 instead of `M-backspace'.
14604
14605 * simple.el (turn-off-auto-fill): New function.
14606
146072000-06-20 Stefan Monnier <monnier@cs.yale.edu>
14608
14609 * jit-lock.el (with-buffer-prepared-for-jit-lock):
14610 Renamed from with-buffer-prepared-for-font-lock and use
14611 inhibit-modification-hooks rather than setting *-change-functions.
14612 Update all functions to use the new name.
14613 (jit-lock-first-unfontify-pos): New semantics (and doc).
14614 (jit-lock-mode): Make non-interactive.
14615 Don't automatically turn on font-lock.
14616 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
14617 Always use jit-lock-after-change.
14618 Remove and restore font-lock-after-change-function.
14619 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
14620 (jit-lock-after-unfontify-buffer): Remove.
14621 (jit-lock-stealth-fontify):
14622 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
14623 (jit-lock-after-change): Set the `fontified' text-prop to nil.
14624
146252000-06-20 Sam Steingold <sds@gnu.org>
14626
14627 * emacs-lisp/cl-indent.el (toplevel): Indent
14628 `print-unreadable-object' properly. Untabify.
14629
146302000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14631
14632 * textmodes/reftex.el (reftex-find-citation-regexp-format):
14633 Support for bibentry.
14634 (reftex-compile-variables): Fixed problem with end of section-re.
14635
14636 * texmodes/reftex-dcr.el (reftex-view-crossref,
14637 reftex-view-crossref-from-bibtex):
14638 Deal with changed `reftex-find-citation-regexp-format'.
14639 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
14640 Replaced `remprop' with `put'.
14641 (reftex-view-crossref, reftex-view-crossref-when-idle):
14642 Support for bibentry.
14643
14644 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14645 New entry for bibentry package.
14646
14647 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14648 Regexp also matches "\nobibliography".
14649
14650 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
14651 Call `reftex-ensure-write-access' before doing anything.
14652 (reftex-ensure-write-access): New function.
14653
146542000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14655
14656 * progmodes/idlwave.el: File re-installed (update to version 4.2)
14657
14658 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
14659
14660 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
14661
14662 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
14663
14664
146652000-06-20 Dave Love <fx@gnu.org>
14666
14667 * faces.el (frame-background-mode): Use set-default, not set, in
14668 setter.
14669 (frame-update-faces, frame-update-face-colors): Define with
14670 defalias.
14671
14672 * enriched.el (enriched-decode-foreground)
14673 (enriched-decode-background): Don't use internal-find-face.
14674
14675 * apropos.el: Doc fixes.
14676
14677 * cus-edit.el (customize-changed-options): Check arg.
14678 (customize-version-lessp): Don't require decimal point.
14679
14680 * custom.el (defcustom, defgroup): Doc fix.
14681
14682 * newcomment.el (comment) <defgroup>: Add :version.
14683 (comment-multi-line): Doc fix.
14684
14685 * emulation/mlsupport.el (define-hooked-local-abbrev,
14686 define-hooked-global-abbrev): Fix, using define-abbrev.
14687
146882000-06-19 Gerd Moellmann <gerd@gnu.org>
14689
14690 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
14691 the whole buffer.
14692
146932000-06-19 Dave Love <fx@gnu.org>
14694
14695 * menu-bar.el (menu-bar-options-save): New function.
14696 (menu-bar-options-menu): Use it.
14697 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
14698 Simplify.
14699
147002000-06-19 Andreas Schwab <schwab@suse.de>
14701
14702 * progmodes/etags.el (tags-query-replace): Put new parameters
14703 START and END at the end, for backward compatibility.
14704
147052000-06-19 Kenichi Handa <handa@etl.go.jp>
14706
14707 * international/codepage.el:
14708 (cp-coding-system-for-codepage-1): Delete special codes for
14709 generating xxx-dos coding system because now a CCL based coding
14710 system can handle EOL conversion by default.
14711
14712 * international/mule.el (make-coding-system): Generate subsidiary
14713 coding systems for EOL handling variants even for a CCL based
14714 coding system.
14715
147162000-06-19 Kenichi Handa <handa@etl.go.jp>
14717
14718 * international/isearch-x.el (isearch-minibuffer-input-method)
14719 (isearch-minibuffer-input-method-function): These variables
14720 deleted.
14721 (isearch-with-input-method): Don't use the above variables.
14722 (isearch-process-search-multibyte-characters): Likewise. Call
14723 read-string with the arg INHERIT-INPUT-METHOD t.
14724
147252000-06-17 Stefan Monnier <monnier@cs.yale.edu>
14726
14727 * font-lock.el (font-lock-after-fontify-buffer)
14728 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
14729
14730 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
14731 Use consistent make-local-variable style for font-lock-fontified.
14732 (jit-lock-fontify-buffer):
14733 Don't bother checking for font-lock-mode and jit-lock-mode.
14734
14735 * time.el: Remove trailing ^M that prevent CVS-merging.
14736
147372000-06-16 Gerd Moellmann <gerd@gnu.org>
14738
14739 * Makefile.in (distclean): New target.
14740
147412000-06-16 Stefan Monnier <monnier@cs.yale.edu>
14742
14743 * Makefile.in (srcdir): Define for update-subdirs.
14744
147452000-06-16 Gerd Moellmann <gerd@gnu.org>
14746
14747 * find-lisp.el: New file.
14748
147492000-06-16 Andrew Innes <andrewi@gnu.org>
14750
14751 * time.el (display-time-mail-function): New variable, to allow
14752 external packages to indicate when new mail is available.
14753 (display-time-update): Use it.
14754
147552000-06-16 Kenichi Handa <handa@etl.go.jp>
14756
14757 * international/mule.el (mule-version): Change version name to
14758 SAKAKI. AOI has already been used by Meadow.
14759
14760 * international/quail.el (quail-show-guidance-buf): To find the
14761 bottom window (but minibuffer), pay attention to the height of
14762 minibuffer.
14763
147642000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
14765
14766 * arc-mode.el (archive-mode-map): Use the new menu-item format for
14767 menu-bar menus. Add help strings. Don't remove the Edit menu
14768 from the menu bar, as the menu bar has enough space now.
14769
14770 * Makefile.in (SHELL): Make sure /bin/sh is used.
14771
14772 * woman.el (woman-man-buffer): Fix bold and underlined CJK
14773 characters, which use series of two ^H characters instead of one.
14774
147752000-06-15 Gerd Moellmann <gerd@gnu.org>
14776
14777 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
14778 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
14779 functions.
14780 (Info-find-node-2): Try a case-sensitive search first, then
14781 do a case-insensitive search.
14782
14783 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
14784 tutorials.
14785
14786 * complete.el (PC-env-vars-alist): New variable.
14787 (PC-complete-as-file-name): New function.
14788 (partial-completion-mode): Initialize PC-env-vars-alist from
14789 process-environment.
14790 (PC-do-completion): Handle completion of env vars.
14791
14792 * info.el (Info-set-mode-line): Show file name in mode line,
14793 use `*Info*' instead of `Info:'.
14794
14795 * startup.el (command-line-1): Change copyright messages to year
14796 2000.
14797
147982000-06-15 Dave Love <fx@gnu.org>
14799
14800 * net/goto-addr.el (goto-address-fontify): Use keymap property,
14801 not local-map.
14802
148032000-06-15 Kenichi Handa <handa@etl.go.jp>
14804
14805 * international/mule.el (set-buffer-file-coding-system): Almost
14806 rewritten to handle `undecided' as no-op.
14807
148082000-06-14 Gerd Moellmann <gerd@gnu.org>
14809
14810 * Makefile.in: New file.
14811
14812 * Makefile: Removed.
14813
14814 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
14815 (goto-address-highlight-keymap): Bind C-c RET.
14816
148172000-06-14 Kenichi Handa <handa@etl.go.jp>
14818
14819 * mail/sendmail.el (sendmail-send-it): The temporary buffer
14820 inherits buffer-file-coding-system of the current buffer.
14821
14822 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
14823 0. Give correct argument to set-auto-coding-function.
14824 (tar-expunge): For goto-char, use (point-min), not 0.
14825 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
14826 (tar-subfile-save-buffer): Likewize.
14827
14828 * international/mule.el
14829 (after-insert-file-set-buffer-file-coding-system): Call
14830 set-buffer-file-coding-system with the arg FORCE t.
14831
148322000-06-13 Gerd Moellmann <gerd@gnu.org>
14833
14834 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
14835 nil. Contemporary sendmails issue an X-Authentication-Warning if
14836 the sender is set with `-f'.
14837
148382000-06-13 Dave Love <fx@gnu.org>
14839
14840 * help.el (describe-function-1): Kluge around cases of functions
14841 fset to subrs whose doc doesn't match their symbol-name.
14842
14843 * image.el (insert-image): Default STRING to a space.
14844
14845 * info.el Doc fixes.
14846 (Info-build-node-completions): Match Ref tags.
14847
148482000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
14849
14850 * frame.el (display-multi-frame-p, display-multi-font-p): New
14851 defaliases for display-graphic-p.
14852
14853 * hl-line.el: Fixed a typo in commentary.
14854
148552000-06-13 Kenichi Handa <handa@etl.go.jp>
14856
14857 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
14858 fixed.
14859
148602000-06-12 Dave Love <fx@gnu.org>
14861
14862 * image.el (insert-image): Save a little consing.
14863
148642000-06-12 Kenichi Handa <handa@etl.go.jp>
14865
14866 * language/tibet-util.el: Convert all tibetan-1-column characters
14867 to the corresponding tibetan characters.
14868 (tibetan-add-components): Delete code for the special treatment of
14869 'a chung.
14870
14871 * language/tibetan.el (tibetan-composable-pattern): Fix previous
14872 change.
14873 (tibetan-vowel-transcription-alist): More rules added.
14874 (tibetan-composite-vowel-alist): New variable.
14875 (tibetan-precomposition-rule-alist): More rules added.
14876
148772000-06-12 Stefan Monnier <monnier@cs.yale.edu>
14878
14879 * startup.el (command-line): Only call menu-bar-mode if interactive.
14880
14881 * thingatpt.el (toplevel symbol-properties):
14882 * textmodes/makeinfo.el (makeinfo-compile):
14883 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
14884 * progmodes/hideif.el (hif-compress-define-list)
14885 (hide-ifdef-use-define-alist):
14886 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
14887 (ange-ftp-vms-add-file-entry):
14888 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
14889 * man.el (Man-build-man-command):
14890 * mail/rnewspost.el (news-reply-header-hook):
14891 * info.el (Info-insert-dir):
14892 * emulation/mlconvert.el (backward-word, forward-word, setq):
14893 * emacs-lisp/gulp.el (gulp-send-requests):
14894 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
14895 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
14896 (byte-optimize-apply, end of file):
14897 * emacs-lisp/advice.el (ad-advice-class-completion-table)
14898 (ad-make-freeze-definition):
14899 * startup.el (command-line, command-line-1): Don't quote lambdas.
14900
14901 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
14902 (cvs-cleanup-removed): New function.
14903 (cvs-cleanup-functions): New var.
14904 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
14905 some flexibility in specifying additional entries to auto-cleanup.
14906 (cvs-quickdir): New function.
14907 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
14908 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
14909 (cvs-mode-find-file): Check that we are on a filename or dirname
14910 when invoked through a mouse-click.
14911 (cvs-full-path): Remove.
14912 (cvs-dired-action): Re-introduced.
14913 (cvs-dired-noselect): Use it.
14914 (vc-post-command-functions): use this new hook if available.
14915
14916 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
14917 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
14918 (cvs-filename-map, cvs-dirname-map): Remove.
14919 (cvs-default-action): Remove.
14920 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
14921 if the arg is really a keymap.
14922 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
14923 Don't hardcode the mapping from state (aka type) to face, but check
14924 the var cvs-fi-<type>-face instead.
14925 (cvs-fileinfo-from-entries): New function.
14926
14927 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
14928 Docstring fix.
14929 (cvs-find-file-and-jump): Change default to be safer.
14930 (cvs-mode-diff-map): Define it as a function as well.
14931 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
14932 Bind mouse-2 in this global map rather than with text-properties.
14933
14934 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
14935 file to resolve the ambiguity between C(conflict) and C(need-merge).
14936
149372000-06-12 Kenichi Handa <handa@etl.go.jp>
14938
14939 * international/mule.el (set-buffer-file-coding-system): If
14940 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
14941 unconditionally.
14942
149432000-06-12 Dave Love <fx@gnu.org>
14944
14945 * wid-edit.el (widget-specify-button): Really suppress the face if
14946 required.
14947
149482000-06-11 Gerd Moellmann <gerd@gnu.org>
14949
14950 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
14951
149522000-06-11 Stefan Monnier <monnier@cs.yale.edu>
14953
14954 * imenu.el (imenu-generic-expression): Docstring fix.
14955
14956 * composite.el (composition-function-table): Move the `put'
14957 below the autoload cookie so we can load the file before loaddefs.
14958
14959 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
14960
14961 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
14962 Handle easy-mmode-define-global-mode.
14963 For complex macros like define-minor-mode that can generate
14964 several autoload entries, try to autoload entries in the
14965 macroexpanded code.
14966
14967 * emacs-lisp/easy-mmode.el (define-minor-mode):
14968 If KEYMAP is a symbol, just use it.
14969 Use byte-compile-current-file and load-file-name to infer the
14970 proper :require to pass to defcustom.
14971 Wrap the hook var into `progn' so as not to autoload it.
14972 Add a :autoload-end cookie.
14973 Be more careful about the evaluation of KEYMAP.
14974 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
14975 (define-derived-mode): Move define-abbrev-table outside of defvar.
14976
149772000-06-10 Stefan Monnier <monnier@cs.yale.edu>
14978
14979 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
14980 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
14981 (backup-compiled-files): Ignore errors during `tar'.
14982 (bootstrap): Make autoloads before elc files.
14983
149842000-06-10 Kenichi Handa <handa@etl.go.jp>
14985
14986 * international/mule.el (set-buffer-file-coding-system): If one of
14987 undecided-XXX is specified, change only EOL conversion.
14988
14989 * international/mule-conf.el (unix): New alias for the coding
14990 system undecided-unix.
14991
149922000-06-09 Dave Love <fx@gnu.org>
14993
14994 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
14995
14996 * progmodes/executable.el: Byte compile dynamic.
14997 (executable-insert): Change custom type.
14998 (executable-find): Add autoload cookie.
14999 (executable-make-buffer-file-executable-if-script-p): New
15000 function. After Noah Friedman.
15001
15002 * files.el (after-save-hook): Customize, with
15003 executable-make-buffer-file-executable-if-script-p as an option.
15004
150052000-06-09 Kenichi Handa <handa@etl.go.jp>
15006
15007 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15008 "tib24p-mule.bdf" for Tibetan.
15009
15010 * composite.el (decompose-composite-char): Declare it as obsolete.
15011
15012 * man.el (Man-fontify-manpage): Pay attention to underline and
15013 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15014
150152000-06-08 Gerd Moellmann <gerd@gnu.org>
15016
15017 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15018 Set maintainer to FSF since author isn't reachable.
15019
150202000-06-08 Dave Love <fx@gnu.org>
15021
15022 * international/mule-cmds.el (select-safe-coding-system): If
15023 DEFAULT-CODING-SYSTEM is not specified, also check the most
15024 preferred coding-system if buffer-file-coding-system is
15025 `undecided'. From Handa.
15026
150272000-06-08 Kenichi Handa <handa@etl.go.jp>
15028
15029 * international/mule.el
15030 (after-insert-file-set-buffer-file-coding-system): If the buffer
15031 size is greater than INSERTED, judget that we are not visiting.
15032
150332000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
15034
15035 * whitespace.el (defgroup whitespace): Comment out `:version'.
15036 XEmacs 20.4 has problems defining the group with this present.
15037 We'll have this commented out till get resolve the problem.
15038
150392000-06-07 John Wiegley <johnw@gnu.org>
15040
15041 * align.el (align-dq-string-modes, align-sq-string-modes)
15042 (align-open-comment-modes): Add pyhton-mode.
15043 (align-rules-list): Use get-text-property instead of
15044 text-properties-at.
15045 (align-rules-list): Add python-assignment.
15046 (align-rules-list): Change perl-comma-delimiter to
15047 basic-comma-delimiter. Use if for Perl modes and python-mode.
15048 (align-rules-list): Add python-chain-logic and
15049 basic-line-continuation.
15050
150512000-06-07 Jari Aalto <jari.aalto@poboxes.com>
15052
15053 * apropos.el (apropos-mode-hook): New user variable.
15054 (apropos-mode): Run apropos-mode-hook.
15055
150562000-06-07 David Ponce <david@dponce.com>
15057
15058 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15059 commands. Require `wid-edit' at run-time.
15060
150612000-06-07 David Ponce <david@dponce.com>
15062
15063 * recentf.el: Added some "Commentary".
15064 (recentf-open-more-files, recentf-edit-list): Minor changes to
15065 move the point at the top of the file list. This behaviour is
15066 consistent with the menu one when the list contains a lot of
15067 files.
15068 (recentf-cleanup): Now displays the number of items removed from
15069 the list.
15070 (recentf-relative-filter) New menu filter to show filenames
15071 relative to `default-directory'.
15072
150732000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15074
15075 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
15076 with/without giving an error if PostScript printer doesn't have this
15077 kind of page size. Zebra Stripe continues or restarts on next page.
15078 Manual/automatic paper feeding. Switch or not the header.
15079 (ps-print-version): New version number (5.2.2).
15080 (ps-windows-system): Include emx as a Windows system.
15081 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15082 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15083 (ps-background-text): Code fix.
15084 (ps-error-handler-message, ps-user-defined-prologue)
15085 (ps-print-prologue-header, ps-printer-name)
15086 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15087 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15088 (ps-use-face-background): Customization fix.
15089 (ps-n-up-database): Data fix.
15090 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15091 (ps-switch-header): New vars.
15092 (ps-xemacs-color-name, ps-face-foreground-name)
15093 (ps-face-background-name, ps-boolean-constant): New funs.
15094
150952000-06-07 Dave Love <fx@gnu.org>
15096
15097 * allout.el: New version from Manheimer.
15098
150992000-06-07 Kenichi Handa <handa@etl.go.jp>
15100
15101 * textmodes/fill.el (fill-find-break-point): Check the validity of
15102 charset.
15103
151042000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15105
15106 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15107 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15108 Call display-color-p and display-mouse-p instead of looking at
15109 window-system.
15110
151112000-06-06 Dave Love <fx@gnu.org>
15112
15113 * image.el (find-image): Doc fix. Return nil if image not found.
15114 (put-image, insert-image): Make STRING arg optional.
15115
151162000-06-06 Kenichi Handa <handa@etl.go.jp>
15117
15118 * language/vietnamese.el: Remove eval-when-compile.
15119 (viet-viscii-nonascii-translation-table): Define it as a
15120 translation table made from viet-viscii-decode-table.
15121 (viet-viscii-encode-table): Define it as a translation table made
15122 from the reverse map of above.
15123 (viet-vscii-nonascii-translation-table): Define it as a
15124 translation table made from viet-vscii-decode-table.
15125 (viet-vscii-encode-table): Define it as a translation table made
15126 from the reverse map of above.
15127 (ccl-decode-viscii): Use translate-character.
15128 (ccl-encode-viscii, ccl-encode-viscii-font)
15129 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15130 Likewize.
15131
15132 * language/cyrillic.el: Remove eval-when-compile.
15133 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15134 translation table made from cyrillic-koi8-r-decode-table.
15135 (cyrillic-koi8-r-encode-table): Define it as a translation table
15136 made from the reverse map of above.
15137 (ccl-decode-koi8): Use translate-character.
15138 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15139 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15140 a translation table made from cyrillic-alternativnyj-decode-table.
15141 (cyrillic-alternativnyj-encode-table): Define it as a translation
15142 table made from the reverse map of above.
15143 (ccl-decode-alternativnyj): Use translate-character.
15144 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15145 Likewize
15146
15147 * international/mule-diag.el (non-iso-charset-alist): Specify
15148 translation table symbol instead of translation table itself.
15149 (list-block-of-chars): CHARSET may be a translation table symbol.
15150
15151 * international/mule.el (make-coding-system): If CODING-SYSTEM
15152 already exists, override it.
15153
15154 * international/fontset.el: Use family `proportional' for Tibetan
15155 fonts.
15156
15157 * international/ccl.el (ccl-compile-translate-character): Don't
15158 check if Rrr has property translation-table.
15159 (ccl-compile-map-multiple): Modified to avoid compiler warning.
15160
151612000-06-05 Gerd Moellmann <gerd@gnu.org>
15162
15163 * info.el: Bind case-fold-search to t when searching in case
15164 a user sets it to nil in a hook.
15165
151662000-06-05 Stefan Monnier <monnier@cs.yale.edu>
15167
15168 * autoarg.el (autoarg-mode, autoarg-kp-mode):
15169 * hl-line.el (hl-line-mode): Use the new :global key argument.
15170
15171 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15172 (tar-clip-time-string): Prepend a space.
15173 (tar-grind-file-mode): Construct a string rather than modifying one.
15174 (tar-header-block-summarize): Fix docstring.
15175 Use `format' rather than an error-prone set of copy-loops.
15176
15177 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15178 (diff-goto-source, diff-unified->context, diff-context->unified)
15179 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15180 understand the format output by the `-p' argument to diff.
15181
15182 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15183 (sh-re-done): Use defconst.
15184 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15185 (sh-help-string-for-variable, sh-guess-basic-offset):
15186 Don't quote lambdas.
15187 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15188 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15189
15190 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15191 (mh-letter-mode): Derive from text-mode.
15192 This implicitly means that it now calls kill-all-local-variables.
15193 Also remove the Emacs-18 compatibility code.
15194
15195 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15196 Make use of symbol-property doc-string-elt.
15197 Use memq rather than a sequence of eq.
15198 (doc-string-elt): Fix the wrong or missing previously unused values.
15199 (autoload-print-form): New function extracted from
15200 generate-file-autoloads to allow recursion when handling progn
15201 so that defvar's and defun's docstrings are properly printed.
15202 (generate-file-autoloads): Use it.
15203
15204 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15205 Use find-file-hooks in the minor-mode function.
15206 Be careful not to loop indefinitely in the post-command-hook function.
15207
152082000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
15209
15210 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15211 tty's.
15212 * ediff-diff.el (ediff-exec-process): Use --binary for fine
15213 differences whenever appropriate.
15214 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15215 * viper.el (find-file, find-file-other-window): Get viper to do
15216 wildcards.
15217
152182000-06-04 Stefan Monnier <monnier@cs.yale.edu>
15219
15220 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15221 (jit-lock-fontify-buffer): New function for JIT refontification.
15222 (jit-lock-mode): Fix docstring.
15223 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15224 Remove jit-lock-after-change from the _local_ hook.
15225 (jit-lock-function-1): Fix docstring.
15226
15227 * info.el (Info-on-current-buffer): Initialize info.
15228
15229 * newcomment.el (comment-indent): Ignore comment-indent-hook.
15230
15231 * progmodes/tcl.el (tcl-indent-for-comment):
15232 Ignore comment-indent-hook.
15233
15234 * emacs-lisp/easy-mmode.el: Require CL during compilation.
15235 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15236 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15237 and improve to use the lighter to guess the capitalization.
15238 (define-minor-mode): Inline code from easy-mmode-define-toggle.
15239 Add keyword arguments to specify global-ness or the custom group.
15240 Add local-map and help-echo properties to the lighter.
15241 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15242 (easy-mmode-define-global-mode): New macro.
15243
152442000-06-02 Dave Love <fx@gnu.org>
15245
15246 * wid-edit.el: byte-compile-dynamic since we typically don't use
15247 all the widgets. Don't require cl or widget. Remove
15248 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
15249 (widget-read-event): Removed. Callers changed to use read-event.
15250 (widget-button-release-event-p): Renamed from
15251 button-release-event-p.
15252 (widget-field-add-space, widget-field-use-before-change):
15253 Uncustomize.
15254 (widget-specify-field): Use keymap property, not local-map.
15255 (widget-specify-button): Obey :suppress-face.
15256 (widget-specify-insert): Use modern backquote syntax.
15257 (widget-image-directory): Renamed from widget-glyph-directory.
15258 (widget-image-enable): Renamed from widget-glyph-enable.
15259 (widget-image-find): Replaces widget-glyph-find.
15260 (widget-button-pressed-face): Move defvar.
15261 (widget-image-insert): Replaces widget-glyph-insert.
15262 (widget-convert): Use keywordp.
15263 (widget-leave-text, widget-children-value-delete): Use mapc.
15264 (widget-keymap): Remove XEmacs stuff.
15265 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15266 (widget-button-click): Don't set point at the click, but re-centre
15267 if we scroll out of window. Rewritten for images v. glyphs &c.
15268 (widget-tabable-at): Use POS arg, not point.
15269 (widget-beginning-of-line, widget-end-of-line)
15270 (widget-item-value-create, widget-sublist, widget-princ-to-string)
15271 (widget-sexp-prompt-value, widget-echo-help): Simplify.
15272 (widget-default-create): Use widget-image-insert; some rewriting.
15273 (widget-visibility-value-create)
15274 (widget-push-button-value-create, widget-toggle-value-create): Use
15275 widget-image-insert.
15276 (checkbox): Create on and off images dynamically.
15277 (documentation-link): Change :help-echo.
15278 (widget-documentation-link-echo-help): Remove.
15279
152802000-06-02 Stefan Monnier <monnier@cs.yale.edu>
15281
15282 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15283
15284 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15285 (easy-mmode-define-toggle, define-minor-mode): Use it.
15286 (easy-mmode-define-keymap): Docstring fix.
15287 (define-derived-mode): Default PARENT to fundamental-mode.
15288 Add the derived-mode-parent symbol-property.
15289 (easy-mmode-derived-mode-p): New function.
15290
152912000-06-02 Dave Love <fx@gnu.org>
15292
15293 * files.el (convert-standard-filename): Doc fix.
15294 (normal-backup-enable-predicate): New function.
15295 (backup-enable-predicate): Use it to replace the lambda form.
15296
15297 * calendar/todo-mode.el: [This needs more work on the outline
15298 stuff.] Doc fixes.
15299 (todo) <defgroup>: Add :version.
15300 (todo-add-category): Don't use pushnew.
15301 (todo-cmd-raise): Fix typo.
15302 (todo-top-priorities): Change temp buffer name.
15303 (todo-category-alist): Avoid redundant lambda.
15304 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15305 Use outline-next-heading.
15306
15307 * autoarg.el: Rewritten to use define-minor-mode.
15308 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15309 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15310
153112000-06-02 Kenichi Handa <handa@etl.go.jp>
15312
15313 * isearch.el (isearch-other-meta-char): Fix previous change.
15314
153152000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15316
15317 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15318 (log-edit-done): Only add the comment to the ring if it's different
15319 from the last comment entered.
15320
15321 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15322
153232000-06-01 Dave Love <fx@gnu.org>
15324
15325 * hl-line.el: Rewritten using define-minor-mode.
15326
15327 * help.el (describe-function-1): Distinguish special form from
15328 builtin function. Sanity-check presence of arglist for builtins.
15329
153302000-06-01 Kenichi Handa <handa@etl.go.jp>
15331
15332 * international/characters.el: Fix syntax/category setting of
15333 Tibetan characters.
15334
15335 * language/tibet-util.el (tibetan-add-components): Fixes for new
15336 encoding of Tibetan characters.
15337 (tibetan-decompose-precomposition-alist): New variable.
15338 (tibetan-decompose-region): Convert precomposed characters to
15339 non-precomposed characters.
15340 (tibetan-decompose-string): Likewise.
15341 (tibetan-composition-function): Fix args to
15342 thibetan-compose-string.
15343
15344 * language/tibetan.el (tibetan-composable-pattern): More
15345 characters included.
15346 (tibetan-consonant-transcription-alist): Rule for "R" added.
15347 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15348 "+R" added.
15349 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15350
15351 * language/lao-util.el (lao-composition-function): Fix args to
15352 compose-string.
15353
15354 * language/thai-util.el (thai-composition-function): Fix args to
15355 compose-string.
15356
15357 * isearch.el (isearch-update): Set disable-point-adjustment to t
15358 to prevent the point moving to the end of a composition when a
15359 part of a composition is searched.
15360 (isearch-other-meta-char): If the key invoking this command can be
15361 mapped by function-key-map to a printing char, call
15362 isearch-process-search-char directly.
15363
153642000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15365
15366 * emacs-lisp/bytecomp.el:
15367 * frame.el:
15368 * international/mule-cmds.el:
15369 * international/mule-util.el:
15370 * international/mule.el:
15371 * mouse.el:
15372 * subr.el:
15373 * faces.el: Update calls to make-obsolete with a WHEN argument.
15374
15375 * byte-run.el (make-obsolete, make-obsolete-variable):
15376 Add an optional WHEN argument and change the format of the
15377 symbol-property information.
15378 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15379 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15380 new obsolete-symbol-property format and print WHEN if it is provided.
15381
153822000-05-31 Dave Love <fx@gnu.org>
15383
15384 * loadhist.el (loadhist-hook-functions): Remove
15385 before-change-function, after-change-function.
15386 (unload-feature): Deal with symbols which are both bound and
15387 fbound.
15388
15389 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15390 before-change-function, after-change-function.
15391
15392 * simple.el (newline): Don't bind before-change-function,
15393 after-change-function.
15394
153952000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
15396
15397 * whitespace.el (whitespace-rescan-timer-time): Update interval
15398 set to 600 seconds (10 minutes) instead of 60 seconds since
15399 a large number of whitespace buffers causes emacs to `freeze'
15400 for a considerable amount of time.
15401
15402 * whitespace.el: Updated email address
15403
154042000-05-31 Dave Love <fx@gnu.org>
15405
15406 * add-log.el (change-log-font-lock-keywords) <function>: Add
15407 pattern for function of change.
15408 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15409 acknowledgements patterns.
15410
154112000-05-31 Kenichi Handa <handa@etl.go.jp>
15412
15413 * isearch.el (isearch-printing-char): If keyboard coding system is
15414 being used, call isearch-process-search-multibyte-characters.
15415
15416 * international/isearch-x.el: Mostly rewritten.
15417
15418 * international/quail.el (quail-start-conversion): Don't include
15419 unhandled events in the returned events, but set them in
15420 unread-command-events. Exit if all inputs are deleted.
15421
154222000-05-30 Jason Rumney <jasonr@gnu.org>
15423
15424 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15425
15426 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15427 Reenable code to create initial fontsets.
15428 Use set-fontset-font in place of put-charset-property.
15429
154302000-05-30 Gerd Moellmann <gerd@gnu.org>
15431
15432 * progmodes/perl-mode.el (perl-indent-line): When looking for a
15433 label, ensure that the first colon isn't followed by another.
15434
15435 * paths.el (Info-default-directory-list): Doc fix.
15436
15437 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15438 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15439 send a query containing USER only, not USER@HOST.
15440
15441 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15442 and rmail-msgend to compute the restriction at the end, instead of
15443 computing it.
15444
154452000-05-29 Gerd Moellmann <gerd@gnu.org>
15446
15447 * dabbrev.el (dabbrev-expand): Don't display messages in the
15448 echo area if the minibuffer window is active.
15449
15450 * jit-lock.el (jit-lock-mode): Add after change function to
15451 local hook.
15452
154532000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
15454
15455 * antlr-mode.el: New commands: hide/unhide actions,
15456 upcase/downcase literals.
15457 (antlr-tiny-action-length): New user option.
15458 (antlr-hide-actions): New command. Suggested by
15459 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15460 (antlr-mode-map): New binding [C-c C-v].
15461 (antlr-mode-menu): New entries.
15462 (antlr-downcase-literals): New command.
15463 (antlr-upcase-literals): Ditto.
15464
15465 * antlr-mode.el: Minor changes: indendation, mode-name.
15466 (antlr-indent-line): Indent cpp directive at column 0.
15467 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15468
15469 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15470 (antlr-font-lock-additional-keywords): Workaround for intentional
15471 bug in XEmacs version of font-lock.
15472 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
15473 be used by a smarter version of `buffers-menu-grouping-function'.
15474
154752000-05-29 Gerd Moellmann <gerd@gnu.org>
15476
15477 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15478 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15479
154802000-05-29 Kenichi Handa <handa@etl.go.jp>
15481
15482 * international/encoded-kb.el
15483 (encoded-kbd-iso2022-designation-map): Pay attention to that
15484 charset-iso-final-char return -1 for eight-bit-control and
15485 eight-bit-graphic.
15486
154872000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15488
15489 * speedbar.el (speedbar-use-images, speedbar-update-flag)
15490 (speedbar-easymenu-definition-base): Use display-graphic-p where
15491 available, instead of window-system.
15492
154932000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15494
15495 * international/codepage.el (cp-coding-system-for-codepage-1): Add
15496 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15497 coding systems.
15498
154992000-05-26 Dave Love <fx@gnu.org>
15500
15501 * disp-table.el (standard-display-underline): Don't use
15502 internal-find-face.
15503
15504 * mail/reporter.el: Maintainer change. Doc fixes.
15505 (reporter-version): Deleted.
15506
15507 * emacs-lisp/elp.el: Maintainer change.
15508 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15509
155102000-05-26 Stefan Monnier <monnier@cs.yale.edu>
15511
15512 * add-log.el (add-change-log-entry): Merge the current entry with the
15513 previous one if the previous one is empty.
15514
155152000-05-26 Dave Love <fx@gnu.org>
15516
15517 * loadhist.el (unload-feature): Fix interactive spec [from
15518 lijnzaad@ebi.ac.uk].
15519
15520 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15521 subr-arity to check primitives.
15522 (byte-compile-flush-pending, byte-compile-file-form-progn)
15523 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15524 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15525 mapcar.
15526
155272000-05-26 Kenichi Handa <handa@etl.go.jp>
15528
15529 * international/fontset.el: Set family names of non-latin charsets
15530 in default fontset to "*".
15531
15532 * international/mule-diag.el (print-fontset): Combine family part
15533 and registry part of the fontname by "-*-" instead of "-".
15534
15535 * international/mule-cmds.el (encode-coding-char): Make strings
15536 multibyte before calling encode-coding-string.
15537
155382000-05-25 Stefan Monnier <monnier@cs.yale.edu>
15539
15540 * derived.el: Fix keywords.
15541 (define-derived-mode): Only define if needed.
15542
15543 * simple.el (fill-comment, comment-column, comment-start)
15544 (comment-start-skip, comment-end, comment-indent-function)
15545 (block-comment-start, block-comment-end, indent-for-comment)
15546 (set-comment-column, kill-comment, comment-padding, comment-region)
15547 (comment-multi-line, indent-new-comment-line): Remove.
15548
15549 * bindings.el (esc-map): Change ; to comment-dwim and use the new
15550 function names for comment operations.
15551
15552 * newcomment.el: Add abundant autoload cookies.
15553 (comment-style): Don't depend on runtime data at compile-time.
15554 (comment-indent-hook): Remove.
15555 (comment-indent): Check if comment-indent-hook is bound.
15556 (comment-region): Docstring fix.
15557
155582000-05-25 Dave Love <fx@gnu.org>
15559
15560 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15561 byte-code-function-p.
15562
15563 * mail/rmailsum.el: Add provide.
15564
15565 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
15566
15567 * smerge-mode.el (smerge-diff-switches): Don't use list* in
15568 defcustom.
15569
155702000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
15571
15572 * ediff-diff.el (ediff-exec-process): delete --binary option from
15573 non-buffer ediff jobs.
15574
155752000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15576
15577 * hilit-chg.el (highlight-changes-mode): Ask about color or
15578 grayscale support, not about window-system.
15579
15580 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
15581 window-system.
15582 (ffap-highlight): Always default to t.
15583
15584 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
15585 display-popup-menus-p instead of looking at window-system.
15586
15587 * disp-table.el (standard-display-g1, standard-display-graphic):
15588 Only refuse to use string glyphs on X and MS-Windows.
15589
15590 * avoid.el: Remove window-system from commentary, suggest to use
15591 display-*-p instead.
15592
15593 * apropos.el (apropos-print): Use display-mouse-p instead of
15594 window-system.
15595
155962000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15597
15598 * international/codepage.el (cp-decoding-vector-for-codepage):
15599 Fill up unsupported characters with their own codes. From Kenichi
15600 Handa.
15601
156022000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15603
15604 * international/mule-diag.el (describe-char-after): Use
15605 display-graphic-p instead of window-system, so that this function
15606 works on MS-DOS.
15607
156082000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15609
15610 * international/codepage.el (cp-make-coding-systems-for-codepage):
15611 Remove the eight-bit-graphic and eight-bit-control charsets from
15612 the list of charsets which we convert into `?'.
15613
156142000-05-25 Kenichi Handa <handa@etl.go.jp>
15615
15616 * international/mule-conf.el: Specify CHARSET-ID explicitely for
15617 private charsets.
15618 (mule-unicode-0100-24ff, japanese-jisx0213-1,
15619 japanese-jisx0213-2): New charsets.
15620
15621 * international/fontset.el: Setup default fontset for new charsets.
15622
156232000-05-24 Dave Love <fx@gnu.org>
15624
15625 * info.el (Info-find-node-2): Restructure [following "Vadim
15626 S. Solomin" <sovs@uic.nnov.ru>].
15627
15628 * icomplete.el: Fix header for Finder.
15629
156302000-05-24 Eric M. Ludlam <zappo@ultranet.com>
15631
15632 * rmailout.el (rmail-output-to-rmail-file): Added optional param
15633 STAY.
15634
15635 * rmail.el (rmail-automatic-folder-directives): New user variable.
15636 (rmail-show-message): Add call to `rmail-auto-file' during
15637 display.
15638 (rmail-auto-file): New function.
15639
156402000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15641
15642 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
15643 account.
15644 (ediff-test-utility,ediff-diff-mandatory-option)
15645 (ediff-reset-diff-options): Utilities for proper initialization of
15646 ediff-diff-options and ediff-diff3-options on Windows.
15647
15648 * ediff-init.el (ediff-merge-filename-prefix): New customizable
15649 variable.
15650
15651 * ediff-mult.el (ediff-filegroup-action): Use
15652 ediff-merge-filename-prefix.
15653
156542000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15655
15656 * viper-ex.el (ex-write): Set selective display to nil.
15657
156582000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15659
15660 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
15661 aliases for hebrew-iso-8bit.
15662
156632000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15664
15665 * woman.el: New version from Francis J. Wright
15666 <F.J.Wright@Maths.QMW.ac.uk>.
15667 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
15668 names in environment variables regardless of the path separator.
15669 (woman-topic-all-completions-1): Don't call file-name-directory-p
15670 on all files, since woman-file-regexp already filters out any
15671 directories.
15672
156732000-05-24 Kenichi Handa <handa@etl.go.jp>
15674
15675 * international/quail.el (quail-start-translation): Don't change
15676 modified-p of the current buffer.
15677 (quail-start-conversion): Likewise.
15678
15679 * international/kkc.el (kkc-region): Don't change modified-p of
15680 the current buffer.
15681
15682 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
15683 conform to RFC1468.
15684 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
15685
156862000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
15687
15688 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
15689 (speedbar-insert-button): Invisible text property fix.
15690 (speedbar-directory-plus): Renamed from speedbar-directory-+
15691 (speedbar-directory-minus): Renamed from speedbar-directory--
15692 (speedbar-page-plus): Renamed from speedbar-file-+
15693 (speedbar-page-minus): Renamed from speedbar-file--
15694 (speedbar-page): Renamed from speedbar-file-
15695 (speedbar-tag): Renamed from speedbar-tag-
15696 (speedbar-tag-plus): Renamed from speedbar-tag-+
15697 (speedbar-tag-minus): Renamed from speedbar-tag--
15698 (speedbar-expand-image-button-alist): Use above renames.
15699
15700 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
15701 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
15702 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
15703 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
15704 * sb-pg.xpm: Renamed from sb-file.xpm
15705 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
15706 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
15707
157082000-05-24 Kenichi Handa <handa@etl.go.jp>
15709
15710 * international/quail.el (quail-show-guidance-buf): Set
15711 current-input-method of the guidance buffer to the name of the
15712 curren input method.
15713
157142000-05-23 Stefan Monnier <monnier@cs.yale.edu>
15715
15716 * progmodes/compile.el (compile-internal): Style typo.
15717
15718 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
15719 quote vars and functions in the docstring.
15720
15721 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
15722
15723 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
15724 Don't quote lambdas.
15725
15726 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
15727
157282000-05-23 Gerd Moellmann <gerd@gnu.org>
15729
15730 * startup.el (command-line): Determine source file of compiled
15731 user init file differently. Warn if compiled user init file
15732 is older than its source file.
15733
15734 * ffap.el (ffap-url-regexp): Add `https'.
15735
157362000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
15737
15738 * files.el (make-backup-file-name-1): Replace slashes with `!'
15739 rather than `|' (which is not allowed on Windows). Replace the
15740 drive letters with a string "drive_X".
15741
157422000-05-23 Gerd Moellmann <gerd@gnu.org>
15743
15744 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
15745
15746 * files.el (interpreter-mode-alist): Add `bash2'.
15747
157482000-05-22 Dave Love <fx@gnu.org>
15749
15750 * loadhist.el (feature-symbols, file-provides, file-requires): Use
15751 mapc.
15752 (feature-file): Avoid calling symbol-name. Doc fix.
15753 (file-set-intersect, file-dependents): Use dolist, not mapcar.
15754 (loadhist-hook-functions): Add mouse-position-function.
15755 (unload-feature): Change uses of mapcar.
15756
15757 * files.el (parse-colon-path): Doc fix.
15758 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
15759 (set-auto-mode): Use mapc.
15760
15761 * complete.el (PC-look-for-include-file): Use :alnum: character
15762 class.
15763 (partial-completion-mode): Add autoload cookie.
15764
157652000-05-22 Sam Steingold <sds@gnu.org>
15766
15767 * info.el (Info-fontify-node): Fixed the call to
15768 `add-text-properties' (bug introduced on 2000-05-18).
15769
157702000-05-22 Dave Love <fx@gnu.org>
15771
15772 * bindings.el: Remove debug-ignored-errors set in other files.
15773
15774 * progmodes/etags.el: Add to debug-ignored-errors.
15775 (visit-tags-table-buffer): Clear out buffers holding old tables
15776 when making a new list.
15777 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
15778 mapc.
15779
15780 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
15781 quote keywords.
15782 (cmpl-string-case-type): Use character classes.
15783
15784 * comint.el:
15785 * textmodes/ispell.el:
15786 * imenu.el:
15787 * mail/mh-e.el:
15788 * progmodes/compile.el: Add to debug-ignored-errors.
15789
15790 * dabbrev.el: Add to debug-ignored-errors.
15791 (dabbrev-completion): Use mapc.
15792
157932000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
15794
15795 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
15796 (woman-mapcan, woman-parse-man.conf)
15797 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
15798 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
15799 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
15800 path syntax better.
15801 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
15802 (woman-manpath): Call woman-parse-man.conf.
15803 (woman-emulation): New defcustom, defaults to nroff.
15804 (woman-font-support): New defconst.
15805 (woman-use-symbol-font): New defcustom.
15806 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
15807 "Emulation".
15808 Many functions: Doc fix.
15809
158102000-05-22 Kenichi Handa <handa@etl.go.jp>
15811
15812 * international/quail.el (quail-simple-translation-keymap): Map
15813 128..255 to quail-self-insert-command.
15814 (quail-keyboard-layout-alist): Add definition for "pc102-de".
15815
158162000-05-22 Stefan Monnier <monnier@cs.yale.edu>
15817
15818 * help.el (help-manyarg-func-alist): Typo.
15819
15820 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
15821 intervals which makes it heaps simpler.
15822
15823 * newcomment.el (comment-region-internal): Go back to BEG after quoting
15824 the nested comment markers.
15825
15826 * subr.el (remove-hook): Don't turn the hook's value into a list.
15827
158282000-05-21 Dave Love <fx@gnu.org>
15829
15830 * edmacro.el (edmacro-parse-keys): Return vector if any elements
15831 are invalid characters.
15832
15833 * international/mule-util.el (detect-coding-with-priority): Use
15834 mapc. Remove redundant lambda.
15835
15836 * international/mule-diag.el (list-non-iso-charset-chars)
15837 (describe-fontset): Remove redundant lambda.
15838
15839 * emulation/crisp.el (brief-mode): New alias.
15840
15841 * emacs-lisp/ring.el (ring-elements): New function.
15842
15843 * emacs-lisp/easymenu.el (easy-menu-create-menu)
15844 (easy-menu-do-add-item): Use keywordp.
15845
15846 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
15847
15848 * replace.el: Doc and error message fixes.
15849 (replace-highlight): Use facep, not internal-find-face.
15850
158512000-05-20 Stefan Monnier <monnier@cs.yale.edu>
15852
15853 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
15854
15855 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
15856 (log-edit-insert-changelog): Drop `:' as well.
15857
15858 * log-view.el: Fix file description.
15859 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
15860 available.
15861 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
15862 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
15863
15864 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
15865 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
15866 Print a status message if the toggle is called interactively.
15867 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
15868 for global minor modes and use `defcustom' for them.
15869 Use add-minor-mode.
15870 (easy-mmode-define-derived-mode): Remove.
15871 (define-derived-mode): Fancier default docstring.
15872 (easy-mmode-define-navigation): Signal an error rather than (ding).
15873
15874 * newcomment.el (comment-styles): New `box-multi'.
15875 (comment-normalize-vars): Better default for comment-continue to
15876 avoid whitespace-only continuations.
15877 (comment-search-forward): Always move even in the no-syntax case.
15878 (comment-padright): Only obey N if it's only obeyed for padleft.
15879 (comment-make-extra-lines): Better handling of empty continuations.
15880 Use `=' for the filler if comment-start has only one character.
15881 (uncomment-region): Try handling the special `=' filler.
15882 (comment-region): Allow LINES even if MULTI is nil.
15883 (comment-box): Choose box style based on comment-style.
15884
158852000-05-20 Kenichi Handa <handa@etl.go.jp>
15886
15887 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
15888 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
15889
158902000-05-20 Kenichi HANDA <handa@etl.go.jp>
15891
15892 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
15893 and insert, not subst-char-in-region.
15894
15895 * international/mule-diag.el (list-character-sets-1): Handle
15896 charsets eight-bit-control and eight-bit-graphic.
15897 (list-iso-charset-chars): Likewise.
15898 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
15899 charactes as is. Use indent-to to align characters.
15900
15901 * international/mule-cmds.el (find-multibyte-characters): Never
15902 exclude charsets eight-bit-control and eight-bit-graphic.
15903
159042000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15905
15906 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
15907 Don't quote lambdas.
15908
15909 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
15910
159112000-05-19 Gerd Moellmann <gerd@gnu.org>
15912
15913 * gud.el (gud-jdb-directories): Doc fix.
15914
159152000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15916
15917 * newcomment.el: New file.
15918
159192000-05-19 Gerd Moellmann <gerd@gnu.org>
15920
15921 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
15922
159232000-05-18 Andreas Schwab <schwab@suse.de>
15924
15925 * dired.el (dired-between-files): Also skip lines beginning with
15926 `used'.
15927
159282000-05-18 Gerd Moellmann <gerd@gnu.org>
15929
15930 * msb.el (msb-menu-cond): Add choice `user'.
15931
159322000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15933
15934 * ps-print.el: Compatibility, customization and doc fix.
15935 (ps-printer-name-option): Replace defconst by defvar.
15936 (ps-postscript-code-directory): XEmacs compatibility.
15937 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
15938 fix.
15939 (ps-user-defined-prologue, ps-print-prologue-header)
15940 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
15941 compatibility and code fix.
15942 (ps-print-background-image, ps-print-background-text):
15943 Customization fix.
15944 (ps-line-number-start, ps-n-up-on): New vars.
15945
159462000-05-18 Espen Skoglund <esk@ira.uka.de>
15947
15948 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
15949 the indent-comment function to just return the appropriate indent.
15950
159512000-05-18 Eric M. Ludlam <zappo@ultranet.com>
15952
15953 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
15954 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
15955 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
15956
159572000-05-18 Dave Love <fx@gnu.org>
15958
15959 * info.el (Info-fontify-node): Add intangible property as well as
15960 invisible.
15961
15962 * calendar/appt.el (appt-make-list): Match all lines of entry.
15963 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
15964
159652000-05-18 Kenichi Handa <handa@etl.go.jp>
15966
15967 * international/mule-diag.el (describe-char-after): Call
15968 internal-char-font, not char-font. If internal-char-font returns
15969 nil, display "-- none --".
15970
159712000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15972
15973 * image.el (image-type-available-p): Don't reference image-types
15974 if it isn't bound.
15975
159762000-05-17 Stefan Monnier <monnier@cs.yale.edu>
15977
15978 * autoarg.el (autoarg-mode): Typo in the :set argument.
15979
159802000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15981
15982 * startup.el (command-line-1): Don't signal an error if the
15983 directory for auto-save-list files does not yet exist.
15984
159852000-05-17 Kenichi Handa <handa@etl.go.jp>
15986
15987 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
15988
159892000-05-16 Stefan Monnier <monnier@cs.yale.edu>
15990
15991 * subr.el (remove-hook): `setq' hook-value, not `set'.
15992
159932000-05-16 Sam Steingold <sds@gnu.org>
15994
15995 * info.el (debug-ignored-errors): More errors to ignore.
15996
159972000-05-16 Dave Love <fx@gnu.org>
15998
15999 * cus-edit.el: Don't require cl or easymenu.
16000 (custom-variable-prompt): Test standard-value property, not
16001 user-variable-p.
16002
160032000-05-16 Sam Steingold <sds@gnu.org>
16004
16005 * subr.el (add-hook): `setq' hook-value, not `set'.
16006
160072000-05-16 Gerd Moellmann <gerd@gnu.org>
16008
16009 * startup.el (command-line-1): Mention the FAQ in the startup
16010 message.
16011
16012 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16013
16014 * progmodes/compile.el (compilation-parse-errors): Collect
16015 `nomessage' regexps last.
16016
16017 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16018
16019 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16020 to the function name.
16021
160222000-05-15 Dave Love <fx@gnu.org>
16023
16024 * speedbar.el (speedbar-recenter): Typo.
16025 (speedbar-expand-line): Make arg optional.
16026 (speedbar-mode): Avoid a compiler warning.
16027
160282000-05-15 Gerd Moellmann <gerd@gnu.org>
16029
16030 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16031 user-specified option string is empty.
16032
16033 * mouse.el (mouse-yank-at-click): Doc fix.
16034
160352000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
16036
16037 * term/internal.el (IT-character-translations): More updates of
16038 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16039 documents.
16040
160412000-05-15 Gerd Moellmann <gerd@gnu.org>
16042
16043 * env.el (getenv): New function, interactively callable.
16044 (setenv, getenv): Remove autoload cookies.
16045
16046 * loadup.el: Load `env'.
16047
16048 * progmodes/f90.el: Change author's mail address.
16049
160502000-05-14 Dave Love <fx@gnu.org>
16051
16052 * mail/rmail.el (rmail-show-message-hook): Customize and offer
16053 goto-addr as an option.
16054
16055 * help.el (help-xref-stack): Doc fix.
16056 (help-xref-following): New variable.
16057 (help-make-xrefs): Use it.
16058 (help-xref-go-back): Use position information from stack element.
16059 (help-follow): Make position in stack element a pair. Use
16060 help-xref-following.
16061
16062 * autoarg.el: New file.
16063
16064 * faces.el: Declare more functions obsolete.
16065
16066 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16067 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16068 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16069 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16070 Remove all the setup-...-environment functions.
16071
160722000-05-13 Eric M. Ludlam <zappo@ultranet.com>
16073
16074 * speedbar.el: Updated the commentary section. xemacs20p now uses
16075 >= when detecting. Require `defimage' safely.
16076 (speedbar-easymenu-definition-base): Add toggle for images.
16077 (speedbar-easymenu-definition-special): Add flush cache & expand.
16078 (speedbar-visiting-tag-hook): Set new defaults. Added options.
16079 (speedbar-reconfigure-keymaps-hook): New variable.
16080 (speedbar-frame-parameters): Updated documentation.
16081 (speedbar-use-imenu-flag): Updated custom tag
16082 (speedbar-dynamic-tags-function-list): New variable.
16083 (speedbar-tag-hierarchy-method): Updated doc & custom.
16084 (speedbar-indentation-width, speedbar-indentation-width) New
16085 variables.
16086 (speedbar-hide-button-brackets-flag): Customizable.
16087 (speedbar-vc-indicator): Doc update.
16088 (speedbar-ignored-path-expressions): Updated default value.
16089 (speedbar-supported-extension-expressions): Updated default value.
16090 (speedbar-syntax-table): Remove {} paren status.
16091 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16092 as "+". Added overlay aliases.
16093 (speedbar-mode): Use `speedbar-mode-line-update' instead of
16094 `force-mode-line-update'.
16095 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16096 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16097 `mouse-set-point'
16098 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16099 (speedbar-item-info-tag-helper): Revamped to handle a wider range
16100 of arbitrary text, and new helper functions.
16101 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16102 filename finder.
16103 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16104 (speedbar-directory-buttons): Update path search/expansion.
16105 (speedbar-make-tag-line): Pay attention to
16106 `speedbar-indentation-width'. Use more care w/ invisible
16107 properties.
16108 (speedbar-change-expand-button-char): Call
16109 `speedbar-insert-image-button-maybe'.
16110 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16111 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16112 (speedbar-trim-words-tag-hierarchy)
16113 (speedbar-simple-group-tag-hierarchy): New functions
16114 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16115 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16116 functions.
16117 (speedbar-mouse-set-point): New function
16118 (speedbar-power-click): Updated documentation.
16119 (speedbar-line-token, speedbar-goto-this-file): Handle more types
16120 of tag prefix text.
16121 (speedbar-expand-line, speedbar-contract-line): Make more robust
16122 to strange text.
16123 (speedbar-expand-line): Takes universal argument to flush the
16124 cache.
16125 (speedbar-flush-expand-line): New function.
16126 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16127 Use new generator insertion method.
16128 (speedbar-fetch-dynamic-tags): New function.
16129 (speedbar-fetch-dynamic-imenu): Removed code now handled in
16130 `speedbar-fetch-dynamic-imenu'.
16131 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16132 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16133 "Revert Buffer" menu items.
16134 (speedbar-buffer-buttons-engine): Be smarter when creating a
16135 filename tag (for expansion purposes.).
16136 (speedbar-highlight-one-tag-line,
16137 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16138 (speedbar-recenter): New functions.
16139 (defimage-speedbar): Image loading abstraction.
16140 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16141 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16142 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16143 (speedbar-tag-type, speedbar-tag-mail): New images.
16144 (speedbar-expand-image-button-alist): New variable.
16145 (speedbar-insert-image-button-maybe): Insert an image over some
16146 buttons.
16147
161482000-05-13 Kenichi Handa <handa@etl.go.jp>
16149
16150 * international/mule-cmds.el (encode-coding-char): An ASCII
16151 character is always encodable.
16152
16153 * international/mule-conf.el: Add more information in descriptions
16154 of character sets.
16155
16156 * international/mule-diag.el (describe-char-after): New function.
16157 (describe-font-internal): Adjusted for the change of font-info.
16158 (describe-font): Likewise.
16159 (print-fontset): Rewritten for the new fontset implementation.
16160 (describe-fontset): Include fontset alias names in completion.
16161 (list-fontsets): Adjusted for the change of print-fontset.
16162
16163 * simple.el (what-cursor-position): If DETAIL is non-nil, call
16164 describe-char-after instead of displaying the detail in the echo
16165 area.
16166 (syntax-code-table): Format changed.
16167 (string-to-syntax): Adjusted for the above change.
16168
161692000-05-12 Stefan Monnier <monnier@cs.yale.edu>
16170
16171 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16172
161732000-05-12 Dave Love <fx@gnu.org>
16174
16175 * calendar/todo-mode.el: Remove some compatibility stuff and CL
16176 dependence. Use line-{beginning,end}-position, not
16177 point-at{b,e}ol. Some doc fixes.
16178 (todo-position): New function. Fix callers of position to use it.
16179 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16180
161812000-05-12 Gerd Moellmann <gerd@gnu.org>
16182
16183 * time.el (display-time-mail-icon): Use `:ascent center'.
16184
16185 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16186 handling FTP security extensions.
16187
161882000-05-11 Dave Love <fx@gnu.org>
16189
16190 * calendar/todo-mode.el: New file.
16191
161922000-05-11 Gerd Moellmann <gerd@gnu.org>
16193
16194 * comint.el (comint-read-input-ring): Move reference to
16195 comint-input-ring-size outside of the save-excursion. It was
16196 causing the default value to be the only one ever seen.
16197
16198 * font-lock.el: Update copyright. Remove Simon Marshall's email
16199 address on request from him.
16200
16201 * subr.el (substitute-key-definition): Add comment describing
16202 the meaning of PREFIX.
16203
162042000-05-10 Stefan Monnier <monnier@cs.yale.edu>
16205
16206 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16207
16208 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16209 (add-minor-mode): Don't make the variable buffer-local and add a
16210 reference to define-minor-mode in the docstring.
16211
16212 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16213 HEADER/FOOTER and fix bug with trailing empty directory.
16214 (cvs-append-to-ignore): Use vc-editable-p if available.
16215 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16216 (vc-do-command): Tweak advice to handle the new VC.
16217
16218 * log-view.el (log-view-goto-rev): New function for the new VC.
16219 (log-view-minor-wrap): Use mark-active.
16220
16221 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16222 (log-edit-changelog-full-paragraphs): New var.
16223 (log-edit-insert-changelog): Remove a lonely leading `* file'.
16224 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16225 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16226 (log-edit-changelog-ours-p, log-edit-changelog-entries)
16227 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16228 Replace the `cvs' prefix with `log-edit'.
16229
16230 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16231
16232 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16233 (diff-font-lock-defaults): Explicitly turn off multiline.
16234 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16235 (diff-ediff-patch): Fix call to ediff-patch-file.
16236 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16237 Handle comments.
16238
16239 * frame.el (automatic-hscrolling): Typo.
16240
16241 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16242
162432000-05-09 Sam Steingold <sds@goems.com>
16244
16245 * apropos.el (apropos-print): use `describe-face' instead of
16246 `customize-face-other-window'.
16247
162482000-05-09 Dave Love <fx@gnu.org>
16249
16250 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16251
16252 * help.el (describe-variable): Have customize button pop the
16253 help-xref stack when invoked.
16254 (help-xref-symbol-regexp): Add `face'.
16255 (help-make-xrefs): Check for quoted face names and adapt regexp
16256 submatch numbers to cope.
16257 (help-xref-interned): Maybe insert face doc too. Separate
16258 sections with a line of hyphens.
16259
16260 * faces.el: Some doc fixes. Declare some functions obsolete.
16261 (describe-face): Add customize button. Return the help
16262 text. Fix prompt.
16263
162642000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
16265
16266 * term/internal.el (IT-character-translations): Fix last change.
16267
162682000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16269
16270 * woman.el: New file
16271 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16272
162732000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16274
16275 * term/internal.el (IT-character-translations): Update ASCII
16276 simulations for greek-iso8859-7, add latin-iso8859-14 and
16277 latin-iso8859-15.
16278
16279 * international/mule-cmds.el (set-language-info-alist): Call
16280 define-prefix-command with 3 arguments, to make the map suitable
16281 for a menu.
16282
162832000-05-07 Dave Love <fx@gnu.org>
16284
16285 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16286
162872000-05-05 Dave Love <fx@gnu.org>
16288
16289 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16290 list in doc string. Don't quote keyword symbols.
16291 * emacs-lisp/cl.el: Likewise
16292 * emacs-lisp/cl-seq.el: Likewise
16293
162942000-05-05 Gerd Moellmann <gerd@gnu.org>
16295
16296 * abbrev.el (abbrev-mode): Make ARG optional.
16297
162982000-05-04 Gerd Moellmann <gerd@gnu.org>
16299
16300 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16301
16302 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16303
16304 * subr.el (substitute-key-definition): Clarify documentation.
16305
163062000-05-04 Milan Zamazal <pdm@freesoft.cz>
16307
16308 * glasses.el (glasses-convert-to-unreadable): Use
16309 `glasses-separator' instead of the hard-wired "_".
16310 (glasses-mode): Call `glasses-make-unreadable' only in a single
16311 place.
16312
163132000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
16314
16315 * term/internal.el (cjk-codepages-alist): Add associations for
16316 Chinese and Korean codepages. Remove FIXME comment.
16317
163182000-05-03 Dave Love <fx@gnu.org>
16319
16320 * time.el (display-time-mail-face, display-time-use-mail-icon):
16321 New option.
16322 (display-time-mail-icon): New variable.
16323 (display-time-string-forms): Use the above. Fix the local-map.
16324
163252000-05-03 Gerd Moellmann <gerd@gnu.org>
16326
16327 * replace.el (query-replace-map): Add binding for `E'.
16328 (query-replace-help): Extend help text.
16329 (perform-replace): Allow editing the replacement string.
16330
16331 * make-mode.el (makefile-mode-abbrev-table): New variable.
16332 (makefile-mode): Set local abbrev table to
16333 makefile-mode-abbrev-table.
16334 (makefile-font-lock-keywords): Fontify includes and conditionals.
16335
16336 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16337 set TOGGLE's value.
16338
16339 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16340 mail-interactive-insert-alias.
16341 (mail-abbrev-complete-alias): New command.
16342 (mail-mode-map): Bind it to `M-TAB'.
16343
163442000-05-03 Kenichi Handa <handa@etl.go.jp>
16345
16346 * language/lao-util.el (lao-compose-region): New function.
16347
163482000-05-02 Gerd Moellmann <gerd@gnu.org>
16349
16350 * files.el (recover-session): Make directories as necessary
16351 if they don't exist yet.
16352
16353 * calendar/cal-french.el
16354 (french-calendar-multibyte-special-days-array)
16355 (french-calendar-special-days-array): Change French text.
16356 (calendar-french-date-string): Change output.
16357 (calendar-goto-french-date): Likewise.
16358
163592000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
16360
16361 * wid-edit.el (widget-default-active): Obey `:always-active'.
16362 (widget-documentation-string-value-create): Set `:always-active'.
16363
163642000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16365
16366 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16367 default prefix to `~/_emacs.d/auto-save.list/_s'.
16368 (normal-top-level): Create the directory for auto-save files, if
16369 it doesn't already exist (in the ms-dos case only).
16370
163712000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16372
16373 * international/mule-cmds.el (set-language-environment): Don't
16374 concat an integer (dos-codepage), use format instead.
16375
163762000-05-02 Dave Love <fx@gnu.org>
16377
16378 * help.el (help-xref-on-pp): Check for constant symbols.
16379
163802000-04-29 Gerd Moellmann <gerd@gnu.org>
16381
16382 * startup.el (normal-top-level): Put a condition-case around
16383 the code loading subdirs.el.
16384
163852000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16386
16387 * ps-print.el: Upside-down and face background color printing,
16388 line number step, doc fix.
16389 (ps-print-version): New version number (5.2).
16390 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16391 (ps-face-attribute-list, ps-plot-with-face): Code fix.
16392 (ps-spool-config): Var fix.
16393 (ps-printer-name-option): Const fix.
16394 (ps-print-upside-down, ps-use-face-background)
16395 (ps-line-number-step): New vars.
16396 (ps-window-system, ps-lp-system): New consts.
16397 (ps-face-background): New fun.
16398
163992000-04-28 Richard Stallman <rms@gnu.org>
16400
16401 * files.el (make-auto-save-file-name):
16402 Apply auto-save-file-name-transforms to visited file name
16403 before generating auto save file name.
16404 (auto-save-file-name-transforms): New variable.
16405
16406 * files.el (backup-enable-predicate):
16407 Correctly test for a file under a temporary directory.
16408
164092000-04-28 Gerd Moellmann <gerd@gnu.org>
16410
16411 * subr.el (add-minor-mode): Rewritten.
16412
164132000-04-28 Kenichi Handa <handa@etl.go.jp>
16414
16415 * mail/sendmail.el (sendmail-send-it): Set
16416 buffer-file-coding-system to the selected coding system for MIME
16417 header.
16418
164192000-04-27 Gerd Moellmann <gerd@gnu.org>
16420
16421 * dired.el (dired-move-to-filename-regexp): Allow format where
16422 YYYY is followed by two spaces.
16423
16424 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16425 in the second character class of the regexp.
16426
16427 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16428 mh-etc, too.
16429
16430 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16431 nil.
16432
16433 * subr.el (add-minor-mode): Use `set' instead of `setq'.
16434
16435 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16436 argument.
16437
164382000-04-27 Sen Nagata <sen@eccosys.com>
16439
16440 * emacs-lisp/crm.el (crm-completion-table): New variable.
16441 (crm-collection-fn, crm-test-completion)
16442 (completing-read-multiple): Use it.
16443
164442000-04-27 Dave Love <fx@gnu.org>
16445
16446 * help.el (locate-library): Use mapc.
16447 (help-manyarg-func-alist): Add call-process-region.
16448
164492000-04-26 Gerd Moellmann <gerd@gnu.org>
16450
16451 * subr.el (add-minor-mode): Make argument MAP optional.
16452
16453 * desktop.el (desktop-save): Save list of minor modes.
16454 (desktop-create-buffer): Restore minor modes.
16455 (desktop-minor-mode-table): New user-option.
16456
16457 * subr.el (add-minor-mode): New function.
16458
16459 * image.el (find-image): New function.
16460 (defimage): Rewritten to find image at load time.
16461
16462 * startup.el (normal-top-level-add-to-load-path): Handle
16463 case that the default directory is not in load-path.
16464
16465 * help.el: Old patch from Stefan Monnier.
16466 (help-xref-on-pp): New function.
16467 (describe-variable): Use it to display xrefs in a symbol's value.
16468
164692000-04-26 Stefan Monnier <monnier@cs.yale.edu>
16470
16471 * cus-edit.el (custom-face): Fix parenthesis.
16472
164732000-04-26 Kenichi Handa <handa@etl.go.jp>
16474
16475 * mail/rmail.el (rmail-expunge): When there are no deleted
16476 messages, do nothing.
16477
164782000-04-26 Dave Love <fx@gnu.org>
16479
16480 * international/mule-cmds.el (locale-translation-file-name):
16481 Defvar to nil.
16482 (set-locale-environment): Set it here (at runtime).
16483
164842000-04-25 Gerd Moellmann <gerd@gnu.org>
16485
16486 * replace.el (perform-replace): Add parameters START and END. Use
16487 them instead of the check for a region in Transient Mark mode.
16488 (query-replace-read-args): Return two more list elements for the
16489 start and end of the region in Transient Mark mode.
16490 (query-replace, query-replace-regexp, query-replace-regexp-eval)
16491 (map-query-replace-regexp, replace-string, replace-regexp): Add
16492 optional last arguments START and END and pass them to
16493 perform-replace.
16494
16495 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16496 form with additional arguments for perform-replace.
16497
16498 * progmodes/etags.el (tags-query-replace): Add parameters START
16499 and END. Construct a form with additional arguments for
16500 perform-replace.
16501
16502 * simple.el (shell-command): Set default directory for "*Shell
16503 Command Output" buffer.
16504
16505 * language/european.el (iso-latin-4): Fix typo.
16506
16507 * emacs-lisp/crm.el: New file.
16508
165092000-04-24 Dave Love <fx@gnu.org>
16510
16511 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16512 (Custom-reset-saved, Custom-reset-standard)
16513 (custom-group-value-create, custom-group-set, custom-group-save)
16514 (custom-group-reset-current, custom-group-reset-saved)
16515 (custom-group-reset-standard): Use mapc.
16516 (custom-buffer-create-internal): Disable undo when creating items.
16517 Use mapc.
16518 (custom-face): Avoid redundant lambda.
16519
165202000-04-24 Gerd Moellmann <gerd@gnu.org>
16521
16522 * startup.el (auto-save-list-file-prefix): Set default to
16523 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16524
165252000-04-24 Sam Steingold <sds@gnu.org>
16526
16527 * time-stamp.el (time-stamp-string-preprocess): Always convert
16528 `field-result' to a string.
16529
165302000-04-24 Gerd Moellmann <gerd@gnu.org>
16531
16532 * frame.el (scrolling): New group.
16533 (automatic-hscrolling): New user-option.
16534
16535 * startup.el (command-line-x-option-alist): Add `-lsp' and
16536 `--line-spacing'.
16537
165382000-04-19 Dave Love <fx@gnu.org>
16539
16540 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16541 (cl-mapc): Rename from mapc. Fix the funcall.
16542
165432000-04-19 Gerd Moellmann <gerd@gnu.org>
16544
16545 * simple.el (clone-indirect-buffer-other-window): New command.
16546 (clone-indirect-buffer): Add optional arg NORECROD.
16547 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16548
16549 * help.el (resize-temp-buffer-window): Use count-screen-lines.
16550
16551 * window.el (count-screen-lines): New function.
16552 (shrink-window-if-larger-than-buffer): Use count-screen-lines
16553 instead of window-buffer-height.
16554
16555 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16556 non-existing variable comint-input-sentinel.
16557 (inferior-lisp-args-to-list): Removed.
16558 (inferior-lisp): Use split-string instead of
16559 inferior-lisp-args-to-list.
16560
16561 * hexl.el (hexl-insert-hex-string): New command.
16562
16563 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16564 instead of concat.
16565
165662000-04-18 Gerd Moellmann <gerd@gnu.org>
16567
16568 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16569 at the start of an existing but empty folder.
16570
165712000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16572
16573 * ps-mule.el: Customization fix, doc fix.
16574 (ps-multibyte-buffer): Customization fix.
16575
165762000-04-17 Richard M. Stallman <rms@gnu.org>
16577
16578 * subr.el (read-passwd): Use read-char-exclusive.
16579
165802000-04-17 Gerd Moellmann <gerd@gnu.org>
16581
16582 * textmodes/texinfo.el (texinfo-insert-@email)
16583 (texinfo-insert-@emph, texinfo-insert-@quotation)
16584 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
16585 (texinfo-mode-map): Add key bindings for them.
16586
16587 * files.el (basic-save-buffer-2): Use a template with `$'
16588 instead of `#' for VMS.
16589
16590 * simple.el (clone-indirect-buffer): New function.
16591
165922000-04-16 Stephen Eglen <stephen@gnu.org>
16593
16594 * iswitchb.el (iswitchb-case): New function. If the user input
16595 contains any upper-case characters, the search is made
16596 case-sensitive.
16597
165982000-04-17 Stefan Monnier <monnier@cs.yale.edu>
16599
16600 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
16601 comment-end.
16602 (texinfo-font-lock-syntactic-keywords): New var.
16603 (texinfo-font-lock-keywords): Remove comment regexp.
16604 (texinfo-insert-block): New function.
16605 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
16606 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
16607 and font-lock-defaults. Use regexp-opt for outline-regexp.
16608 (texinfo-environments): New var.
16609 (texinfo-environment-regexp): Use regexp-opt and
16610 texinfo-environments.
16611
16612 * textmodes/ispell.el (ispell-menu-map-needed): Check that
16613 ispell-process is bound since this might be eval'd before ispell
16614 is loaded.
16615 (ispell-message): Use a tiny bit less magic and a bit more hard
16616 data to figure out what kind of sc-cite-regexp to use.
16617
16618 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
16619
16620 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
16621 (insert-cyclic-diary-entry): Unquote the lambda.
16622
16623 * gud.el (gud-jdb-build-source-files-list): Fix typo.
16624
16625 * files.el (backup-enable-predicate): Unquote the lambda.
16626
16627 * cus-edit.el (custom-face, face): Unquote the lambda.
16628
166292000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16630
16631 * ps-print.el: Check for line-beginning-position definition.
16632
16633 * ps-print.el: Fix counting lines in a region.
16634 (ps-print-version): New version number (5.1.5).
16635 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
16636 (ps-printing-region): Fun code fix.
16637
166382000-04-15 Gerd Moellmann <gerd@gnu.org>
16639
16640 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
16641 to file-directory-p.
16642
166432000-04-14 Gerd Moellmann <gerd@gnu.org>
16644
16645 * gud.el (gud-jdb-build-source-files-list): Check that directory
16646 exists before calling directory-files.
16647
166482000-04-13 Dave Love <fx@gnu.org>
16649
16650 * emacs-lisp/trace.el: Change maintainer. Use new backquote
16651 syntax.
16652
16653 * emacs-lisp/cl-specs.el: Remove when, unless.
16654
16655 * emacs-lisp/cl-extra.el: Don't quote keywords.
16656 (cl-old-mapc): New variable.
16657 (mapc): Use it.
16658 (cl-map-intervals): Use with-current-buffer. Don't check for
16659 next-property-change.
16660 (cl-map-overlays): Use with-current-buffer.
16661 (cl-expt): Remove.
16662 (copy-tree, remprop): Define unconditionally.
16663
16664 * emacs-lisp/cl-compat.el (keywordp): Remove.
16665
16666 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
16667 to use keywordp.
16668 (edebug-spec): Enable keywordp.
16669
16670 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
16671 string-lessp.
16672
16673 * cus-start.el: Use keywordp.
16674
166752000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16676
16677 * diary-lib.el (include-other-diary-files): Fix the fix of
16678 2000-02-18 by doing a save-excursion.
16679
166802000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16681
16682 * ps-print.el: Customization fix, doc fix.
16683 (ps-print-version): New version number (5.1.4).
16684 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
16685 (ps-print-preprint): Adjust code.
16686 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
16687 (ps-print-prologue-header, ps-print-control-characters)
16688 (ps-spool-config): Customization fix.
16689
166902000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
16691
16692 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
16693 converted to the new menu-item format, names silightly changed,
16694 help strings added.
16695
16696 Support for spelling without async subprocesses:
16697
16698 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
16699 (ispell-session-buffer): New variables.
16700 (ispell-start-process, ispell-process-status,
16701 ispell-accept-output, ispell-send-string): New functions, for
16702 Ispell invocation when async subprocesses aren't supported.
16703 (ispell-word, ispell-pdict-save, ispell-command-loop,
16704 ispell-process-line, ispell-buffer-local-parsing): Replace calls
16705 to process-send-string with calls to ispell-send-string, and
16706 accept-process-output with ispell-accept-output.
16707 (ispell-init-process): Call ispell-process-status instead of
16708 process-status with.
16709 (ispell-init-process): Call ispell-start-process. Call
16710 ispell-accept-output and ispell-send-string. Don't call
16711 process-kill-without-query and kill-process if they are unbound.
16712 (ispell-async-processp): New function.
16713
167142000-04-12 Dave Love <fx@gnu.org>
16715
16716 * info.el: Add debug-ignored-errors.
16717 (Info-mode-menu): Add some items.
16718 (Info-directory): Add autoload cookie.
16719
16720 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
16721 Modify `truncate-lines'. Make `describe-language-environment'
16722 always visible and add help. Modify `describe-key' help. Invoke
16723 Info-directory from `info'. New entry `emacs-manual'.
16724
167252000-04-10 Gerd Moellmann <gerd@gnu.org>
16726
b291c86c
SM
16727 * progmodes/ebrowse.el (ebrowse-tree-mode):
16728 Use propertized-buffer-identification.
a30eb617
DL
16729 (ebrowse-update-member-buffer-mode-line): Likewise.
16730 (ebrowse--mode-strings): Removed.
16731 (ebrowse--mode-line-props): Removed.
16732
16733 * files.el (auto-mode-alist): Add `EBROWSE'.
16734
16735 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
16736 space before testing for end of buffer.
16737 (ebrowse-load): Removed.
16738 (ebrowse-revert-tree-buffer-from-file): Rewritten.
16739 (ebrowse-create-tree-buffer): Rewritten.
16740 (ebrowse-tree-mode): Read tree from buffer.
16741
16742 * progmodes/ebrowse-ffh.el: Removed.
16743
167442000-04-10 Kenichi Handa <handa@etl.go.jp>
16745
16746 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
16747
167482000-04-10 Gerd Moellmann <gerd@gnu.org>
16749
16750 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
16751 at the wrong place.
16752
167532000-04-09 Dave Love <fx@gnu.org>
16754
b291c86c
SM
16755 * files.el (backup-enable-predicate):
16756 Use temporary-file-directory, small-temporary-file-directory.
16757 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
16758 (make-backup-file-name-1): New function.
16759 (make-backup-file-name): Use it.
b291c86c 16760 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
16761 (file-newest-backup): Use make-backup-file-name.
16762
167632000-04-09 Gerd Moellmann <gerd@gnu.org>
16764
16765 * progmodes/ebrowse-ffh.el: New file.
16766
86f6474c
SM
16767 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
16768 Moved to ebrowse-ffh.el.
a30eb617
DL
16769 (ebrowse-load): Add autoload.
16770
16771 * finder.el (finder-commentary): Add autoload cookie.
16772
16773 * mail/rfc2368.el: Correct author's email address.
16774
16775 * progmodes/ebrowse.el: New file.
16776
16777 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
16778 item help string.
16779 (easy-menu-do-add-item): Ditto.
16780 (easy-menu-define): Extend doc string.
16781
86f6474c 16782 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
16783 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
16784 (jit-lock-function, jit-lock-stealth-fontify): Don't use
16785 with-buffer-unmodified.
16786
167872000-04-08 Dave Love <fx@gnu.org>
16788
16789 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
16790 unless, when.
16791
167922000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
16793
16794 * viper-util.el (viper-put-on-search-overlay): New subroutine.
16795 (viper-flash-search-pattern): No operation when using Emacs
16796 doesn't support face.
16797 Use `viper-put-on-search-overlay'.
16798
167992000-04-04 Gerd Moellmann <gerd@gnu.org>
16800
16801 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
16802 like C-r.
16803
16804 * progmodes/make-mode.el: Some doc fixes.
16805 (makefile-mode-abbrev-table): New variable.
16806 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
16807 (makefile-font-lock-keywords): Fontify includes and conditionals.
16808 (toplevel): Require `dabbrev' and `add-log' when compiling.
16809
16810 * replace.el (perform-replace): Don't move forward one char
16811 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
16812 to do that because it leaves point 1 position after the last
16813 replacement, after everything has been replaced.
16814
16815 * jit-lock.el (with-buffer-unmodified): New macro.
16816 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
16817 modified state.
16818 (jit-lock-function-1): Extracted from jit-lock-function; not
16819 preserving buffer's modified state.
86f6474c
SM
16820 (jit-lock-function, jit-lock-stealth-fontify):
16821 Call jit-lock-function-1.
a30eb617
DL
16822
16823 * mail/rfc2368.el: Remove supernumerary copyright line.
16824
168252000-04-04 Milan Zamazal <pdm@freesoft.cz>
16826
16827 * glasses.el: Provide facilities for inserting space before left
16828 parentheses and uncapitalization of identifiers.
16829 (glasses-mode): Try to remove old overlays in all cases.
16830
168312000-04-03 Gerd Moellmann <gerd@gnu.org>
16832
16833 * progmodes/compile.el (compile-internal): Display the compilation
16834 buffer in a different frame, if it's already displayed there.
16835
16836 * mail/rfc2368.el: New file.
16837
16838 * simple.el (sendmail-user-agent-compose): Recognize a `body'
16839 header and insert its value as mail body.
16840
16841 * subr.el (member-ignore-case): New function.
16842
16843 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
16844 (dabbrev--find-expansion): Ignore buffers matching a regexp
16845 from dabbrev-ignored-regexps.
16846
16847 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
16848 to extensions handled by gzip.
16849
168502000-04-03 Richard M. Stallman <rms@gnu.org>
16851
16852 * files.el (insert-directory): List the total free space
16853 along with the used space.
16854
16855 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
16856 line is followed by one that matches CITATION-REGEXP, end the
16857 paragraph.
16858
168592000-04-03 Markus Rost <rost@delysid.gnu.org>
16860
16861 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
16862 (rmail-make-basic-summary-line): Use that option.
16863
168642000-04-03 Kenichi Handa <handa@etl.go.jp>
16865
16866 * international/mule-cmds.el (encoded-string-description):
16867 Rewritten. Try pretty description for ISO 2022 escape sequences
16868 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
16869 for hexadecimal format.
16870
168712000-04-01 Dave Love <fx@gnu.org>
16872
16873 * cpp.el: Change customization group to `c' from `C'.
16874
16875 * vcursor.el (vcursor-move): Use display-color-p.
16876
16877 * international/mule-util.el: Provide mule-utils.
16878 (string-to-sequence): Simplify and speed up.
16879
16880 * international/mule.el (make-coding-system): Purecopy doc-string.
16881
16882 * international/mule-cmds.el: Various menu changes.
16883 (describe-specified-language-support): Handle `Default'.
16884 (set-language-info): Purecopy `info'.
16885
168862000-03-31 Andrew Innes <andrewi@gnu.org>
16887
16888 * vc.el (vc-backend-diff): Return the correct status if we had to
16889 retry the rcsdiff command without the --brief option.
16890
168912000-03-31 Dave Love <fx@gnu.org>
16892
16893 * help.el (help-manyarg-func-alist): Correct several omissions.
16894
16895 * add-log.el: Don't require cl, fortran.
16896 (add-log-current-defun-function): Doc fix.
86f6474c 16897 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 16898 (change-log-version-rcs): Function deleted.
86f6474c
SM
16899 (change-log-version-number-search): Doc fix.
16900 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
16901 (add-change-log-entry): Just call add-log-current-defun to get
16902 defun. Simplify somewhat.
16903 (change-log-get-method-definition-1): Likewise.
16904 (add-log-current-defun): Return nil if calling
16905 add-log-current-defun-function does so. Move Fortran stuff to
16906 fortran.el. Return string without properties.
16907
16908 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
16909 and :alpha: char classes.
16910
16911 * mail/supercite.el: Defvar curline when compiling.
16912 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
16913 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
16914 rather than a-zA-Z0-9 to allow non-ASCII characters.
16915
169162000-03-31 Gerd Moellmann <gerd@gnu.org>
16917
16918 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
16919
16920 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16921 Re-enable new code.
16922
16923 * lpr.el (print-region-1): Use -d to specify printer name for
16924 systems `usg-unix-v*, `dgux', `hpux', `irix'.
16925
169262000-03-31 Dave Love <fx@gnu.org>
16927
86f6474c
SM
16928 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
16929 Look for function definition in symbol's function value slot first
a30eb617
DL
16930 instead of first consulting byte-compile-function-environment.
16931
169322000-03-31 Kenichi Handa <handa@etl.go.jp>
16933
16934 * language/european.el ("Polish"): New language environment.
16935 (setup-polish-environment): New function.
16936
169372000-03-30 Gerd Moellmann <gerd@gnu.org>
16938
16939 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16940 Disable new code.
16941
16942 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
16943 trying to `load' the symbol of an autoload instead of the file
16944 recorded in the autoload. Fix error messages.
16945
169462000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16947
16948 * ps-print.el: PostScript programming fix for ghostview, doc fix.
16949 (ps-print-version): New version number (5.1.3).
16950 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
16951 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
16952 (ps-generate-postscript-with-faces): Code fix.
16953 (ps-color-values): XEmacs compatibility.
16954 (ps-print-background-image, ps-print-background-text, ps-printer-name)
16955 (ps-default-fg, ps-default-bg): Adjust customization.
16956 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
16957 (ps-color-scale): Renaming old ps-color-value fun.
16958 (ps-print-headers): Replace ps-print-header group to avoid conflict
16959 with ps-print-header variable.
16960 (ps-print-miscellany): New group.
16961 (ps-format-color, ps-rgb-color): New funs.
16962 (ps-default-foreground): New var.
16963 (ps-printer-name-option): New const.
16964
169652000-03-30 Peter Breton <pbreton@ne.mediaone.net>
16966
16967 * net/net-utils.el:
16968 (network-connection-host, network-connection-service): New variables
16969 (network-connection-mode): New mode, derived from comint-mode
16970 (network-connection-mode-setup): New function, saves host and
16971 service information in local variables.
16972
16973 * lisp/locate.el:
16974 (locate-word-at-point): Added this function
16975 (locate): Default to using locate-word-at-point as input
16976 Run dired-mode-hook
16977
169782000-03-29 Dave Love <fx@gnu.org>
16979
16980 * calendar/appt.el: Doc fixes.
16981 (appt-check): Convert min-to-app to a string before passing to
16982 appt-disp-window-function or concat.
16983 (appt-delete-window): Remove test for frame-root-window.
16984 (appt-select-lowest-window, appt-convert-time): Simplify.
16985
16986 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
16987 (byte-compile-file-form-autoload):
16988 Update byte-compile-function-environment.
a30eb617
DL
16989
169902000-03-29 Andreas Schwab <schwab@suse.de>
16991
86f6474c 16992 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
16993
16994 * dired.el (dired-insert-directory): If dired-free-space-program
16995 failed just delete its output.
16996
169972000-03-29 Dave Love <fx@gnu.org>
16998
16999 * international/iso-cvt.el: Move provide to end. Doc fixes.
17000 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17001 (iso-iso2sgml, iso-sgml2iso): New functions.
17002 (iso-cvt-define-menu): Fix some entries and use backquote for
17003 clarity.
17004
17005 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17006
170072000-03-28 Gerd Moellmann <gerd@gnu.org>
17008
17009 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17010 ISO-DATE. If non-nil, return date in ISO 8601 format.
17011
170122000-03-26 Stefan Monnier <monnier@cs.yale.edu>
17013
17014 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17015 if it ever becomes used.
17016 (log-edit-mode-hook): Default to vc-log-mode-hook.
17017 (log-edit-mode): Fix the docstring.
17018
17019 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17020 the code.
17021
170222000-03-26 Dave Love <fx@gnu.org>
17023
17024 * net/browse-url.el (browse-url): Re-fix case of
17025 browse-url-browser-function being an alist.
17026 (browse-url): Add :link to defgroup.
17027
17028 * files.el: Doc fixes.
17029 (file-truename): Include `[' in wildcard characters.
17030 (automount-dir-prefix): Customize.
17031 (find-file-wildcards): Add :version.
17032 (find-file-noselect): Simplify a mapcar call.
17033
17034 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17035 compatible with inf-lisp version.
17036 (eval-defun-1): Fix custom-declare-variable case.
17037
170382000-03-25 Stefan Monnier <monnier@cs.yale.edu>
17039
17040 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17041
170422000-03-24 Gerd Moellmann <gerd@gnu.org>
17043
17044 * Makefile (COMPILE_FIRST): New macro.
17045 (compile-files): Compile files from COMPILE_FIRST first.
17046
86f6474c 17047 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
17048
17049 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17050 matching open parenthesis in column 0 to defun-prompt-regexp
17051 only if open-paren-in-column-0-is-defun-start is set.
17052
17053 * sun-curs.el: Require CL at compile-time only.
17054
17055 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17056 instead of copy-list which is a function from CL.
17057 (msb--choose-menu, msb--mode-menu-cond)
17058 (msb--create-buffer-menu-2): Use dolist instead of mapc.
17059 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
17060 (msb--aggregate-alist): Use mapcar instead of mapcan.
17061 Fix `(' in column 0 in doc string.
a30eb617
DL
17062 (msb--add-separators): Use mapcar instead of mapcan.
17063
17064 * cus-dep.el: Require CL at compile-time only.
17065
170662000-03-24 Stefan Monnier <monnier@cs.yale.edu>
17067
17068 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17069 (byte-compile-warnings): New warning `noruntime'.
17070 (byte-compile-constants, byte-compile-variables): Fix docstring.
17071 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17072 execute `eval-whenc-compile's body.
17073 (byte-compile-unresolved-functions): Fix docstring.
17074 (byte-compile-eval): New function.
17075 (byte-compile-callargs-warn): Check if the function will be available
17076 at runtime (via property `byte-compile-noruntime').
17077 (byte-compile-print-syms): New function.
17078 (byte-compile-warn-about-unresolved-functions): Also warn about
17079 `noruntime' functions (and use `byte-compile-print-syms').
17080 (byte-compile-file): Capitalize the message.
17081
170822000-03-24 Gerd Moellmann <gerd@gnu.org>
17083
17084 * mail/rmail.el (rmail-confirm-expunge): New user-option.
17085 (rmail-expunge): Ask for confirmation depending on the setting
17086 of rmail-confirm-expunge.
17087
170882000-03-23 Gerd Moellmann <gerd@gnu.org>
17089
17090 * Makefile (bootstrap-clean): If $(emacs) exists, build
17091 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 17092 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
17093
170942000-03-23 Dave Love <fx@gnu.org>
17095
17096 * net/browse-url.el: Restore previous use of
17097 browse-url-maybe-new-window.
17098
170992000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17100
17101 * ps-print.el: Skip banner page fix.
17102 (ps-print-version): New version number (5.1.2).
17103 (ps-begin-file, ps-end-file, ps-generate): Code fix.
17104
171052000-03-23 Dave Pearson <davep@davep.org>
17106
17107 * net/quickurl.el Changed the type of parameter passed to the
17108 function defined by `quickurl-format-function'. Before only the
17109 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
17110 and the function is responsible for extracting the parts it requires.
17111 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
17112 (quickurl-insert): Changed the `funcall' of
17113 `quickurl-format-function' to match the above change.
17114 (quickurl-list-insert): Changed the `url' case so that it makes
17115 use of `quickurl-format-function', previous to this the format was
17116 hard wired.
17117
171182000-03-22 Gerd Moellmann <gerd@gnu.org>
17119
17120 * startup.el: Change some spellings for the X Window System.
17121
171222000-03-22 Stefan Monnier <monnier@cs.yale.edu>
17123
86f6474c
SM
17124 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17125 Clean up the code and the regexp and make sure the cursor is
17126 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
17127
171282000-03-22 Jason Rumney <jasonr@gnu.org>
17129
17130 * w32-fns.el (w32-charset-info-alist): Initialize.
17131
171322000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17133
17134 * ps-print.el: N-up last page fix.
17135 (ps-print-version): New version number (5.1.1).
17136 (ps-end-file, ps-end-job, ps-generate): Code fix.
17137
171382000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17139
17140 * files.el (find-file-run-dired): Update docstring.
17141 (find-directory-functions): New hook.
17142 (find-file-noselect): Run find-directory-functions rather than
17143 calling dired directly.
17144
17145 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17146
17147 * pcvs.el: Add a minimal leading commentary.
17148 (cvs-make-cvs-buffer): Change the header part by removing the startup
17149 message and adding a `Module' entry. Also replace the FOOTER and
17150 HEADER special fileinfos with the new support in ewoc for updating
17151 its own footer and header.
17152 (cvs-update-header): Update to use the header/footer of the ewoc.
17153 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17154 (cvs-is-within-p): New function.
17155 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17156 to only examine some subset of the buffers.
17157
17158 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17159 `format' instead of our own ad-hoc functions.
17160 Remove HEADER and FOOTER cases, now handled in the EWOC.
17161 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17162
17163 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17164 output to avoid scaring the user.
17165 (cvs-parse-table): Catch message for non-up-to-date commits.
17166
17167 * pcvs-defs.el (cvs-startup-message): Remove.
17168 (cvs-global-menu): New autoloaded menu.
17169
17170 * pcvs-util.el (cvs-string-fill): Remove.
17171
17172 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17173 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17174 PP part of it and also make it work for footers and headers.
17175 (ewoc-create): Drop POS and BUFFER arguments.
17176 Use the DLL's dummy node to store the end-of-footer position.
17177 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17178 (ewoc-refresh): Remove unused `header' variable.
17179 (ewoc-(get|set)-hf): New functions.
17180
17181 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17182 log-view-*-(message|file) and use easy-mmode-define-navigation.
17183 (log-view-message-re): Match SCCS format as well.
17184 And match the revision line rather than the dashed separator line.
17185 (log-view-mode): Use the new define-derived-mode.
17186 (log-view-current-tag): Fill in with an actual implementation.
17187
17188 * cvs-status.el (cvs-status-(prev|next)): Rename from
17189 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17190 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17191 to let the output "breathe" a little more (more readable).
17192 (cvs-status-mode): Use the new define-derived-mode.
17193
17194 * smerge-mode.el (smerge-auto-leave): New function and variable.
17195 (smerge-basic-map): Rename from smerge-basic-keymap.
17196 Change the bindings for smerge-diff-*.
17197 (smerge-*-map): Use easy-mmode-defmap.
17198 (smerge-(next|prev)): Use easy-mmode-define-navigation.
17199 (smerge-keep-*): Use smerge-auto-leave.
17200
172012000-03-21 Jason Rumney <jasonr@gnu.org>
17202
17203 * cus-edit.el (custom-button-face): Use 3D look for w32.
17204 (custom-button-pressed-face): Likewise.
17205
172062000-03-21 Gerd Moellmann <gerd@gnu.org>
17207
17208 * progmodes/etags.el (tags-case-fold-search): New user-option.
17209 (tags-loop-eval): New function. Bind case-fold-search around eval
17210 depending on the value of tags-case-fold-search.
17211 (tags-loop-continue): Use tags-loop-eval.
17212 (find-tag-in-order): Bind case-fold-search depending on the value
17213 of tags-case-fold-search.
17214
172152000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17216
86f6474c 17217 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
17218 (diff-end-of-hunk): Return the end position for use in
17219 `easy-mmode-define-navigation'.
17220 (diff-recenter): Remove.
17221 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17222 of `easy-mmode-define-navigation'.
17223 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17224 previous renaming) and fix to use new names.
17225 (diff-merge-strings): Use \n as separator: simpler, faster.
17226 (diff-mode): Use `define-derived-mode'.
17227
17228 * derived.el (define-derived-mode): Don't autoload anymore.
17229 Prefer the macro-only version provided by easy-mmode.el.
17230
17231 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 17232 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
17233 (easy-mmode-define-navigation): New macro.
17234
17235 * subr.el (combine-run-hooks): New function.
17236
172372000-03-21 Kenichi HANDA <handa@etl.go.jp>
17238
17239 * term/x-win.el: Fontsets related initialization is simplified.
17240
17241 * international/mule-diag.el (describe-font): Don't refer to
17242 global-fontset-alist, instead call font-list.
17243 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 17244 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 17245
86f6474c
SM
17246 * international/fontset.el (x-charset-registries): Variable removed,
17247 instead the corresponding data is stored in the default fontset.
a30eb617
DL
17248 (register-alternate-fontnames): Function removed.
17249 (resolved-ascii-font): Variable removed.
17250 (x-compose-font-name): Ignore the second argument REDOCE.
17251 (x-complement-fontset-spec): Complement only an ASCII font and
17252 element for those charsets than can use that ASCII font.
17253 (generate-fontset-menu): Don't refer to global-fontset-alist,
17254 instead call fontset-list.
17255 (uninstantiated-fontset-alist): Variable removed.
17256 (x-style-funcs-alist): Likewise.
17257 (fontset-default-styles): Likewise.
17258 (x-modify-font-name): Function removed.
86f6474c 17259 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
17260 (create-fontset-from-ascii-font): Docsting adjusted for the above
17261 change.
17262 (instantiate-fontset, resolve-fontset-name): Functions removed.
17263 (fontset-list): Now implemented by C code.
17264
17265 * faces.el (read-face-font): Fix TABLE arg to completing-read.
17266 (describe-face): Include `font' attribute in the description.
17267
172682000-03-21 Kenichi Handa <handa@etl.go.jp>
17269
17270 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17271
172722000-03-20 Gerd Moellmann <gerd@gnu.org>
17273
17274 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17275 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17276 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17277
17278 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17279 about behavior of set-buffer-modified-p wrt redisplay.
17280
172812000-03-19 Richard M. Stallman <rms@gnu.org>
17282
17283 * view.el (view-mode-disable): Kill local binding of view-read-only.
17284
172852000-03-18 Gerd Moellmann <gerd@gnu.org>
17286
86f6474c 17287 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
17288 is a string, convert it to a syntax cell using string-to-syntax.
17289
17290 * simple.el (syntax-code-table, syntax-flag-table): New variables.
17291 (string-to-syntax): New function.
17292
17293 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17294 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17295 try to use passive ftp mode.
17296
172972000-03-17 Gerd Moellmann <gerd@gnu.org>
17298
17299 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17300
17301 * simple.el (append-to-buffer): Update point of windows after
17302 insertion.
17303
17304 * abbrev.el (inverse-add-abbrev): Identify word by first moving
17305 forward then moving backward. Reindent.
17306
17307 * frame.el (other-frame): Call x-focus-frame only if
17308 focus-follows-mouse is off.
17309
173102000-03-17 Dave Love <fx@gnu.org>
17311
86f6474c 17312 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
17313
173142000-03-17 Stefan Monnier <monnier@cs.yale.edu>
17315
17316 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17317 regexp for labels cannot span several lines.
17318
17319 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17320 `(setq :<key> ':<key>)' to the macro expansion.
17321
173222000-03-16 Dave Love <fx@gnu.org>
17323
17324 * progmodes/f90.el (f90): Put custom group under `languages', not
17325 `fortran'.
17326 (f90-mode-hook): Customize.
17327 (f90-mode): Set add-log-current-defun-function.
17328 (f90-current-defun): New function.
17329
173302000-03-16 Gerd Moellmann <gerd@gnu.org>
17331
17332 * cus-edit.el (custom-variable-tag-face): Handle case that
17333 default face's height is not a number.
17334 (custom-face-tag-face, custom-group-tag-face-1)
17335 (custom-group-tag-face): Ditto.
17336 (custom-group-tag-face-1): Add :group.
17337
17338 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17339
173402000-03-15 Gerd Moellmann <gerd@gnu.org>
17341
17342 * pcvs-defs.el (toplevel): Remove autoload cookie for form
17343 requiring easymenu.
17344
173452000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17346
17347 * ps-print.el: PostScript user-defined prologue, PostScript error
17348 handler, doc fix.
17349 (ps-print-version): New version number (5.1).
17350 (ps-user-defined-prologue, ps-error-handler-message)
17351 (ps-print-prologue-0, ps-error-handler-alist): New vars.
17352 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17353 (ps-insert-string): New function.
17354
173552000-03-15 Kenichi Handa <handa@etl.go.jp>
17356
17357 * international/ccl.el (ccl-compile-expression): Don't generate
17358 invalid self-assignment code.
17359
173602000-03-14 Dave Love <fx@gnu.org>
17361
17362 * subr.el (replace-regexp-in-string): Renamed from
17363 replace-regexps-in-string. Doc fix.
17364
173652000-03-12 Dave Love <fx@gnu.org>
17366
17367 * cus-edit.el: Doc fixes.
86f6474c 17368 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
17369 (custom-variable-tag-face, custom-face-tag-face)
17370 (custom-group-tag-face-1, custom-group-tag-face): Modify from
17371 style which user identify as hyperlink.
17372 (hook): Don't add undefined functions to the hook.
17373 (debug-ignored-errors): Transfer message from bindings.el.
17374
173752000-03-12 Gerd Moellmann <gerd@gnu.org>
17376
86f6474c
SM
17377 * recentf.el (recentf-keep-non-readable-files-p):
17378 Remove double/nested definition.
a30eb617
DL
17379
173802000-03-12 Dave Love <fx@gnu.org>
17381
17382 * facemenu.el (facemenu-get-face): Use display-color-p.
17383 * enriched.el (enriched-decode-foreground): Likewise.
17384 (enriched-decode-background): Likewise.
17385 * isearch.el (isearch-highlight): Likewise.
17386 * info-look.el (info-lookup): Likewise.
17387 * simple.el (completion-setup-function): Likewise.
17388
17389 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17390 :options.
17391
17392 * bindings.el (mode-line-format): Fix line-number and
17393 column-number items. Add help-echo for the background.
17394 (mode-line-mule-info): Modify help-echo.
17395
17396 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17397
17398 * files.el (load-file): Allow completion to .elc.
17399
17400 * man.el: Doc fixes.
17401 (Man-init-defvars): Use display-color-p to set fontification.
17402
17403 * play/hanoi.el (hanoi-internal): Don't use oddp.
17404
174052000-03-12 Gerd Moellmann <gerd@gnu.org>
17406
17407 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17408
17409 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17410
174112000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17412
17413 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17414 Fix comment.
17415
174162000-03-10 Stefan Monnier <monnier@cs.yale.edu>
17417
17418 * font-lock.el (font-lock-keywords): Fix the doc now that
17419 regexp-opt-depth is unnecessary.
17420 (save-buffer-state): Set an edebug spec.
17421 (font-lock-fontify-anchored-keywords): Properly handle the case when
17422 the matcher goes past the limit.
17423
17424 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17425 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17426
17427 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
17428 dll.el and cookie.el (from Elib) with heavy renaming and other
17429 massaging.
17430
17431 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17432 Autoload the functions used.
17433 (easy-mmode-define-syntax): Fix CL typo.
17434 (easy-mmode-define-derived-mode): Improve the docstring generation.
17435
174362000-03-10 Gerd Moellmann <gerd@gnu.org>
17437
17438 * textmodes/texinfo.el (texinfo-version): Variable and function
17439 removed.
17440
174412000-03-09 Stefan Monnier <monnier@cs.yale.edu>
17442
17443 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17444 allow more flexibility.
ff39b9a1 17445 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
17446 (easy-mmode-defmap, easy-mmode-defsyntax)
17447 (easy-mmode-define-derived-mode): New macros.
17448
174492000-03-09 Didier Verna <didier@xemacs.org>
17450
17451 * rect.el (replace-rectangle): New function.
17452
174532000-03-09 Dave Love <fx@gnu.org>
17454
ff39b9a1 17455 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
17456 (fortran-comment-line-start-skip): Don't match cpp stuff.
17457 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
17458 (fortran-mode-map): Remove over-eager custom-menu-create for now.
17459 (fortran-mode): Don't set fortran-comment-line-start-skip,
17460 fortran-comment-line-start here. Set comment-start,
17461 add-log-current-defun.
17462 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17463 (fortran-current-defun): New function.
17464
174652000-03-09 Gerd Moellmann <gerd@gnu.org>
17466
17467 * emacs-lisp/re-builder.el: New file.
17468
17469 * mouse.el (mouse-drag-region): Don't run up-event handler
17470 if hscroll has changed.
17471
17472 * octave-mod.el (octave-font-lock-keywords): To font-lock the
17473 builtin operators, use `font-lock-builtin-face' for Emacs and
17474 `font-lock-preprocessor-face' otherwise.
17475
17476 * font-lock.el (lisp-font-lock-keywords-1): Highlight
17477 `(defun (setf foo)' differently.
17478
174792000-03-08 Stefan Monnier <monnier@cs.yale.edu>
17480
17481 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17482 (regexp-opt): Update comment and adapt the code the new meaning of
17483 the `paren' argument of regex-opt-group for shy-groups.
17484 (regexp-opt-depth): Handle shy groups as well as backslashed
17485 backslashes.
17486 (regexp-opt-group): Turn the leading comment into a docstring.
17487 Allow `paren' to be a string (the string to use to open a group).
17488 Remove open-presuf and close-presuf. Instead of checking for `all
17489 one-char' and then later on check for `several one-char', handle
17490 both cases close together. Also apply a more generic algorithm
17491 for suffixes (the mirror image of the algorithm used for
17492 prefixes). Use shy-groups. Use nreverse rather than reverse.
17493 (regexp-opt-try-suffix): Removed.
17494
17495 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17496 from comint-mode-map, so we can just inherit from it. Also, move
17497 the initialization into the `defvar' since there's no docstring
17498 anyway and it's fairly short.
17499 (inferior-scheme-mode): Define it as derived-mode: the code is
17500 shorter and this way we inherit from comint-mode-map rather than
17501 copying it.
17502
17503 * subr.el (replace-regexps-in-string): Properly handle the case
17504 where we match an empty string.
17505
17506 * comint.el (comint-exec-1): Add the current-dir to the exec-path
17507 when the command has a directory component (such as "./testml").
17508 Also fix a typo in the comment.
17509
175102000-03-08 Gerd Moellmann <gerd@gnu.org>
17511
17512 * Makefile (compile-files): Compile files one by one because
17513 that's the only way to ensure a clean compilation environment for
17514 each individual file.
17515
17516 * frame.el (other-frame): Call x-focus-frame.
17517
175182000-03-07 Dave Love <fx@gnu.org>
17519
17520 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17521 :require to defcustom.
17522
ff39b9a1 17523 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
17524
17525 * files.el (auto-mode-alist): Add configure.in.
17526
17527 * progmodes/autoconf.el: New file.
17528
175292000-03-07 Gerd Moellmann <gerd@gnu.org>
17530
17531 * mail/mh-e.el: Change maintainer to `none'.
17532
17533 * recentf.el (recentf-keep-non-readable-files-p): Quote args
17534 to remove-hook and add-hook.
17535
175362000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17537
17538 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17539 it as the default.
17540 (mail-send): Test mail-send-nonascii also for the new `mime' value.
17541 (sendmail-send-it): Conditionally add MIME headers specifying the
17542 used character set.
17543
175442000-03-07 Dave Love <fx@gnu.org>
17545
ff39b9a1
SM
17546 * winner.el: Fix keywords, autoload cookies.
17547 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
17548
175492000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
17550
17551 * international/mule.el: Modify comment about coding system
17552 property `coding-category'.
17553 (make-coding-system): New argument EOL-TYPE. Pay attention to
17554 coding-category property of PROPERTIES.
17555
ff39b9a1
SM
17556 * international/mule-conf.el (coding-category-utf-8)
17557 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
17558 categories. Include them in the argument for set-coding-priority.
17559
ff39b9a1
SM
17560 * international/mule-cmds.el (reset-language-environment):
17561 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
17562 coding-category-utf-16-le in the argument for set-coding-priority.
17563 (reset-language-environment): Initialize coding-category-utf-8,
17564 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17565
175662000-03-06 Karl Fogel <kfogel@red-bean.com>
17567
17568 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17569 code abstracted out of `bookmark-jump-noselect'. Now tries info
17570 extensions as well as compression extensions.
17571 (bookmark-jump-noselect): Use above new func.
17572
175732000-03-03 Gerd Moellmann <gerd@gnu.org>
17574
17575 * strokes.el: Change maintainer's mail address.
17576
175772000-03-03 Kenichi Handa <handa@etl.go.jp>
17578
17579 * international/mule-diag.el (list-character-sets): Make help-echo
17580 string by substitute-command-keys.
17581 (list-character-sets): Likewise.
17582 (sort-listed-character-sets): Call help-setup-xref.
17583
175842000-03-02 Gerd Moellmann <gerd@gnu.org>
17585
ff39b9a1 17586 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
17587
175882000-03-01 Dave Love <fx@gnu.org>
17589
17590 * help.el (help-xref-go-back): Don't try to set position.
17591
ff39b9a1
SM
17592 * international/mule-diag.el (list-character-sets):
17593 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
17594 (list-character-sets-1): Add help-echo to xrefs.
17595
175962000-03-02 Gerd Moellmann <gerd@gnu.org>
17597
17598 * frame.el (blink-cursor-mode): Switch cursor on when turning
17599 the mode off.
17600
17601 * add-log.el (add-log-current-defun): Add support for
17602 Autoconf mode.
17603
17604 * mail/rmail.el (rmail-quit-hook): New variable.
17605
176062000-03-01 Dave Love <fx@gnu.org>
17607
17608 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
17609
17610 * help.el (help-xref-button): Add help-echo arg.
17611 (describe-function-1, describe-variable, help-make-xrefs): Use it.
17612
ff39b9a1 17613 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 17614
ff39b9a1 17615 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
17616
176172000-03-01 Gerd Moellmann <gerd@gnu.org>
17618
17619 * image.el (defimage): Look for image files in load-path.
17620
ff39b9a1 17621 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
17622
176232000-03-01 David Ponce <david.ponce@wanadoo.fr>
17624
ff39b9a1 17625 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
17626
176272000-03-01 David Ponce <david.ponce@wanadoo.fr>
17628
ff39b9a1 17629 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
17630 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
17631 action to select/unselect a file.
17632 (recentf-edit-list): Code cleanup and improvement.
17633 (recentf-open-more-files-action): `recentf-open-more-files' button
17634 widget action to open a file.
ff39b9a1 17635 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
17636 (recentf-more-collection): Deleted.
17637 (recentf-more-history): Deleted.
17638 (recentf-setup-more-completion): Deleted.
17639
176402000-03-01 David Ponce <david.ponce@wanadoo.fr>
17641
17642 * recentf.el (recentf-mode): No more needs that Emacs is running
17643 under a window-system.
17644
ff39b9a1 176452000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17646
17647 * recentf.el (recentf-edit-list): New command to edit the recent
17648 list which allow the user to remove files.
17649 (recentf-edit-selected-items): New global variable, used by
17650 `recentf-edit-list' to hold the list of files to be removed from
17651 the recent list.
17652 (recentf-make-menu-items): Updated to display a "Edit list..."
17653 menu item. Minor code cleanup.
17654
ff39b9a1 176552000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17656
17657 * recentf.el (recentf-open-more-files): New command to open files
17658 that are not displayed in the menu.
17659 (recentf-more-collection): New global variable holding the set of
17660 permissible completions used by `recentf-open-more-files'.
17661 (recentf-more-history): New global variable holding the history list
17662 used by `recentf-open-more-files' completion.
17663 (recentf-setup-more-completion): New function to setup completion for
17664 `recentf-open-more-files'.
17665 (recentf-make-menu-items): Updated to display a "More..." menu item.
17666
ff39b9a1 176672000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17668
17669 * recentf.el (recentf-menu-action): Doc fixed.
17670
ff39b9a1 176712000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17672
17673 * recentf.el (recentf-menu-filter): Doc updated.
17674 (recentf-update-menu-hook): Allow menu filters to force menu update.
17675 (recentf-make-menu-items): New menu filter handling.
17676 (recentf-make-menu-item): New helper function.
17677 (recentf-menu-elements): New menu handling function.
17678 (recentf-sort-ascending): Updated to new menu filter handling.
17679 (recentf-sort-descending): Updated to new menu filter handling.
17680 (recentf-sort-basenames-ascending): New menu filter function.
17681 (recentf-sort-basenames-descending): New menu filter function.
17682 (recentf-show-basenames): New menu filter function.
17683 (recentf-show-basenames-ascending): New menu filter function.
17684 (recentf-show-basenames-descending): New menu filter function.
17685
176862000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17687
17688 * diary-lib.el (list-diary-entries): Don't try to go forward at
17689 the end of the buffer.
17690
176912000-02-29 Kenichi Handa <handa@etl.go.jp>
17692
ff39b9a1
SM
17693 * international/mule-diag.el (list-character-sets):
17694 Completely rewritten.
a30eb617
DL
17695 (sort-listed-character-sets): New function.
17696 (list-character-sets-1): Completely rewritten.
17697 (list-character-sets-2): New function.
17698 (non-iso-charset-alist): New variable.
17699 (decode-codepage-char): New function.
17700 (charset-history): New variable.
17701 (read-charset) (list-block-of-chars)
17702 (list-iso-charset-chars)
17703 (list-non-iso-charset-chars)
17704 (list-charset-chars): New functions.
86f6474c 17705 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
17706 (dump-charsets): Likewise.
17707
177082000-02-29 Gerd Moellmann <gerd@gnu.org>
17709
17710 * dired-x.el (dired-filename-at-point): Add `@' to valid
17711 file name characters.
17712 (dired-filename-at-point): Handle ange-ftp file names.
17713
17714 * frame.el (frame-notice-user-settings): Use assq-delete-all
17715 instead of assoc-delete-all.
17716 (frame-notice-user-settings): Ditto.
17717
17718 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
17719 Don't copy alist.
17720
177212000-02-28 Eli Barzilay <eli@cs.cornell.edu>
17722
17723 * calculator.el (calculator-use-menu): New option.
86f6474c 17724 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
17725 (calculator-forced-input): Removed.
17726 (calculator-restart-other-mode): New variable.
17727 (calculator-mode-map): Set up menu.
17728
177292000-02-28 Jari Aalto <jari.aalto@poboxes.com>
17730
86f6474c 17731 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
17732
177332000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
17734
86f6474c 17735 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 17736 translate all ESC key sequences.
86f6474c 17737 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 17738 they were saved.
86f6474c
SM
17739 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
17740 * viper-util.el (viper-set-replace-overlay-glyphs)
17741 (viper-set-replace-overlay): Always check if the replacement
a30eb617 17742 overlay is live.
86f6474c
SM
17743 * viper.el (viper-vi-state-mode-list): Add major modes.
17744 * ediff-wind.el: Minor comment changes.
17745 * ediff.el: Copyright notice date fix.
a30eb617
DL
17746
177472000-02-27 Jason Rumney <jasonr@gnu.org>
17748
17749 * faces.el (face-font-family-alternatives): Add arial to helv.
17750 (mode-line, header-line, tool-bar): Same default as x for w32.
17751 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
17752 face-font-family-alternatives from working.
17753 * term/w32-win.el (mouse-set-font): Do not build fontset from
17754 chosen font.
17755
177562000-02-25 Sam Steingold <sds@goems.com>
17757
17758 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
17759 properly.
17760
177612000-02-25 Richard M. Stallman <rms@gnu.org>
17762
17763 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
17764
177652000-02-25 Gerd Moellmann <gerd@gnu.org>
17766
86f6474c 17767 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
17768
17769 * frame.el (busy-cursor-delay-seconds): New option.
17770
177712000-02-24 Gerd Moellmann <gerd@gnu.org>
17772
17773 * frame.el (show-cursor-in-non-selected-windows): New option.
17774
177752000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17776
17777 * diary-lib.el (include-other-diary-files): Undo the selective
17778 display in any included file and don't kill it.
17779
177802000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
17781
86f6474c
SM
17782 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
17783 Menu items converted to (menu-item format, help strings added.
a30eb617 17784 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 17785 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
17786 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
17787
177882000-02-23 Dave Love <fx@gnu.org>
17789
17790 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
17791 (backward-kill-word): Revert addition of * to interactive spec --
17792 it's a feature.
17793
17794 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
17795 (backward-kill-sentence, kill-sentence): Likewise.
17796
17797 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
17798 scratch buffer name.
86f6474c 17799 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
17800
17801 * term/w32-win.el (internal-face-interactive): Update prompt for
17802 new read-face-name.
17803
17804 * mail/footnote.el (footnote): Add :version to defgroup.
17805 (footnote-section-tag-regexp): Customize.
17806 (footnote-start-tag, footnote-end-tag): New option.
17807 (footnote-latin-regexp): New variable.
17808 (Footnote-latin): New function.
17809 (footnote-style-alist): Add element for latin style.
17810 (footnote-style): Moved.
17811 (Footnote-goto-footnote): Use eq to test arg.
17812
17813 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
17814
17815 * emacs-lisp/byte-opt.el: Change old backquote syntax.
17816 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
17817 (byte-optimize-quote, byte-optimize-lapcode):
17818 Use byte-compile-const-symbol-p.
a30eb617
DL
17819 (byte-optimize-char-before): New optimization.
17820
17821 * emacs-lisp/bytecomp.el: Change old backquote syntax.
17822 (byte-compile-const-symbol-p): New function.
17823 (byte-compile-constp, byte-compile-out-toplevel)
17824 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
17825 Use it.
17826
17827 * subr.el (define-key-after): Default AFTER to t. Doc fix.
17828
178292000-02-23 Kenichi Handa <handa@etl.go.jp>
17830
17831 * international/encoded-kb.el: Be sure to update minor-mode-alist
17832 and minor-mode-map-alist.
17833 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
17834 codes SS2 and SS3 correctly.
17835 (encoded-kbd-self-insert-ccl): New function.
17836 (encoded-kbd-setup-keymap): New function.
17837 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
17838 by calling encoded-kbd-setup-keymap.
17839
86f6474c
SM
17840 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
17841 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
17842
178432000-02-22 Dave Love <fx@gnu.org>
17844
17845 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 17846 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
17847 (lisp-mode-syntax-table): Set up for #|...|# comments.
17848 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
17849 classes. Match `defface'.
17850 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
17851 (eval-defun-1): Fix for defcustom.
17852 (lisp-indent-region): Doc fix.
17853
17854 * subr.el (when, unless, split-string): Doc fix.
86f6474c 17855 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
17856 (replace-regexps-in-string): New function.
17857
178582000-02-22 Gerd Moellmann <gerd@gnu.org>
17859
17860 * help.el (describe-variable): Set syntax table to
17861 emacs-lisp-mode-syntax-table when moving forward over the
17862 symbol's name.
17863
178642000-02-22 Dave Love <fx@gnu.org>
17865
17866 * xt-mouse.el: Doc fixes.
17867 (xterm-mouse-position-function): New function, replacing advice of
17868 mouse-position.
17869 (xterm-mouse-mode): Use it. Don't turn on under a window system.
17870
17871 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
17872
178732000-02-21 Gerd Moellmann <gerd@gnu.org>
17874
86f6474c
SM
17875 * format.el (format-annotate-single-property-change):
17876 Handle properties.with dotted-list values.
a30eb617
DL
17877 (format-proper-list-p): New function.
17878
17879 * enriched.el (enriched-face-ans): Handle '(foreground-color
17880 . COLOR) and (background-color . COLOR).
17881
178822000-02-20 Dave Love <fx@gnu.org>
17883
17884 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
17885 and assignments to it.
17886 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
17887 current local map.
17888 (make-flyspell-overlay): Use it.
17889 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
17890
17891 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
17892 (lm-get-header-re): Defun, not defsubst.
17893 (lm-get-package-name): Defun, not defsubst. Simplify.
17894 (lm-version): Doc fix. Simplify.
17895 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
17896 (lm-crack-address, lm-last-modified-date, lm-commentary)
17897 (lm-verify, lm-synopsis): Simplify.
17898 (lm-report-bug): Require emacsbug. Use compose-mail.
17899
179002000-02-20 Gerd Moellmann <gerd@gnu.org>
17901
17902 * dired.el (dired-mode): Call propertized-buffer-identification
17903 to set mode-line-buffer-identification to something having
17904 the right text properties.
17905
17906 * bindings.el (propertized-buffer-identification): New function.
17907
179082000-02-20 Dave Love <fx@gnu.org>
17909
17910 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
17911 check for t-mouse too.
17912
17913 * cus-start.el: Make echo-keystrokes `number'.
17914
179152000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
17916
17917 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
17918 Don't call ring-empty-p unless tags-location-ring is bound.
17919 From Noah Friedman <friedman@splode.com>.
17920
179212000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
17922
17923 * progmodes/hideshow.el (hs-flag-region): No longer use
17924 `intangible' overlay property.
17925
17926 (hs-toggle-hiding): New command.
17927 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
17928
17929 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
17930 Fix omission bug: Run `hs-minor-mode-hook' for both activation
17931 and deactivation.
17932
179332000-02-18 Gerd Moellmann <gerd@gnu.org>
17934
17935 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
17936
179372000-02-17 Gerd Moellmann <gerd@gnu.org>
17938
17939 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
17940
17941 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
17942 of `*' to handle `(* ... *)' comments.
17943
179442000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
17945
17946 * faces.el (list-faces-display): Use display-mouse-p instead of
17947 window-system.
17948
17949 * menu-bar.el (global-map): Menu-bar items converted to the new
17950 format (menu-item..., rearranged for better CUA compliance, and
17951 their names changed for better clarity. Help strings added.
17952
17953 * international/mule-cmds.el (mule-menu-keymap)
17954 (describe-language-environment-map, set-coding-system-map)
17955 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
17956 form, add help strings. Change names of menu items for better clarity.
17957 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
17958
179592000-02-17 Gerd Moellmann <gerd@gnu.org>
17960
17961 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
17962 within the code.
17963
179642000-02-16 Dave Love <fx@gnu.org>
17965
17966 * faces.el: Don't require custom. Add more specific :groups to
17967 various deffaces.
17968 (set-face-attribute): Purecopy args.
17969 (read-face-name): Default to name at point and use it in prompt.
17970 Remove colon from arg in all callers.
17971 (list-faces-display): Hyperlink to face descriptions and customize
17972 buffers.
17973
179742000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
17975
86f6474c 17976 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
17977
179782000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17979
17980 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
17981 at ':' characters by call to split-string.
17982
179832000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17984
17985 * textmodes/bibtex.el: Added RCS version identification.
17986
179872000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17988
17989 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 17990 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
17991 (bibtex-field-const): Allow capital letters.
17992 (bibtex-start-of-string): Deleted because unused.
17993
17994 * textmodes/bibtex.el: Unified some nomenclature. We no longer
17995 use the term 'reference' to describe a bibtex entry as a whole.
17996 Further, reference keys are no longer called 'labels'.
17997 (bibtex-keys): Renamed to bibtex-reference-keys.
17998 (bibtex-reformat-previous-labels): Renamed to
17999 bibtex-reformat-previous-reference-keys.
18000 (bibtex-reference-type): Renamed to bibtex-entry-type.
18001 (bibtex-reference-head): Renamed to bibtex-entry-head.
18002 (bibtex-reference-maybe-empty-head): Renamed to
18003 bibtex-entry-maybe-empty-head.
18004 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18005 (bibtex-search-reference): Renamed to bibtex-search-entry.
18006 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18007 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
18008 (bibtex-entry-field-alist, bibtex-entry-head)
18009 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18010 (bibtex-map-entries, bibtex-search-entry)
18011 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18012 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18013 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18014 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18015 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18016 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18017 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
18018
180192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18020
18021 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18022 comment.
18023 (bibtex-format-field-delimiters): New function, functionality
18024 extracted from bibtex-format-entry.
18025 (bibtex-autokey-get-yearfield-digits): New function, functionality
18026 extracted from bibtex-autokey-get-yearfield.
18027
18028 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18029 entries in order to avoid stack overflow in the regexp matcher if
18030 field contents become large.
86f6474c
SM
18031 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18032 (bibtex-field-string-part-not-braced)
18033 (bibtex-field-string-part-no-inner-braces)
18034 (bibtex-field-string-part-1-inner-brace)
18035 (bibtex-field-string-part-2-inner-braces)
18036 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18037 (bibtex-field-string-quoted, bibtex-field-string)
18038 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18039 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18040 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18041 Deleted as parsing is now performed by the following functions.
18042 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18043 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18044 (bibtex-parse-field-string, bibtex-search-forward-field-string)
18045 (bibtex-parse-association, bibtex-field-name-for-parsing)
18046 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18047 (bibtex-search-forward-field, bibtex-search-backward-field)
18048 (bibtex-start-of-field, bibtex-end-of-field)
18049 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18050 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18051 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18052 (bibtex-parse-string, bibtex-search-forward-string)
18053 (bibtex-search-backward-string, bibtex-start-of-string)
18054 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18055 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18056 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
18057 entries. Instead of reporting the results of the parsing by
18058 match-beginning or match-end, these functions return data structures
18059 that hold the corresponding positions.
18060 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
18061 return values rather than by match-beginning or match-end.
18062 The following functions have been adapted to use the new
18063 parsing functions.
18064 (bibtex-skip-to-valid-entry, bibtex-search-reference)
18065 (bibtex-enclosing-field, bibtex-format-entry)
18066 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18067 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18068 (bibtex-print-help-message, bibtex-end-of-entry)
18069 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18070 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18071 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18072 Use the new method for parsing.
18073 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18074 (bibtex-map-entries, bibtex-flash-head)
18075 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18076 (bibtex-autokey-change, bibtex-autokey-get-namefield)
18077 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18078 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18079 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18080 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18081 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18082 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
18083
180842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18085
18086 * textmodes/bibtex.el: Copyright notice is up to date.
18087 Added constant 'bibtex-maintainer-salutation.
18088
86f6474c 18089 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
18090 than make-temp-name, use match-string-no-properties and eliminate
18091 a quadratic behavior when building bibtex-strings.
18092
18093 * bibtex.el (bibtex-reference-key): Accept string entries whose
18094 reference key contains upper case letters.
18095
180962000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18097
18098 * bibtex.el (bibtex-reference-head): Allow entries to start with
18099 a new line.
18100
181012000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18102
18103 * bibtex.el: Hiding of entry bodies is not longer provided by
18104 bibtex.el directly. Instead the hideshow package can be used.
18105 Added a special bibtex entry to hs-special-modes-alist.
18106 (bibtex-hs-forward-sexp): Added for hideshow.el.
18107
181082000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18109
18110 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18111 proceedings entry type (for cross referencing). Thanks to Wagner
18112 Toledo Correa for the suggestion.
18113
18114 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18115
181162000-02-14 Kenichi Handa <handa@etl.go.jp>
18117
18118 * international/characters.el: Setup case table for Vietnamese.
18119
181202000-02-12 Gerd Moellmann <gerd@gnu.org>
18121
18122 * uniquify.el (toplevel): Require CL at compile time.
18123 (uniquify-push): Removed.
18124
18125 * shadowfile.el (shadow-when): Removed.
18126
18127 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 18128 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
18129
18130 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18131 regexp for paragraph-start.
18132
18133 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18134 commas as well.
18135
181362000-02-10 Dave Love <fx@gnu.org>
18137
18138 * wid-edit.el: (widgets) [defgroup]: Remove url link.
18139 (widget-color-choice-list, widget-color-history, widget-mouse-help):
18140 Deleted.
18141 (widget-specify-field, widget-specify-button): Don't use
18142 widget-mouse-help as help-echo property.
18143 (default): Use #'ignore for :validate and :mouse-down-action.
18144 (checkbox): Add help-echo.
18145 (widget-sexp-validate): Rewritten to clarify error messages.
18146 (character): Use char-valid-p in :match function.
18147 (widget-color-complete): Use facemenu-color-alist.
18148 (widget-color-action): Use facemenu-read-color.
18149
18150 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
18151 set up `caar' &c that we now have.
18152
181532000-02-09 Ray Blaak <blaak@gnu.org>
18154
18155 * delphi.el: Make resourcestring a declaration region, like const
18156 and var.
18157
181582000-02-09 Dave Love <fx@gnu.org>
18159
18160 * bindings.el (mode-line-input-method-map): New variable.
18161 (mode-line-mule-info): Use it; fix last change.
18162 (mode-line-mode-menu): Move definition.
18163 (mode-line-mouse-sensitive-p): Deleted.
18164 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 18165 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
18166
18167 * startup.el (command-line-1): Don't call
18168 make-mode-line-mouse-sensitive.
18169
181702000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18171
86f6474c
SM
18172 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18173 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
18174
181752000-02-06 Stefan Monnier <monnier@cs.yale.edu>
18176
18177 * diff-mode.el (diff-kill-junk): New interactive function.
18178 (diff-reverse-direction): Use delete-and-extract-region.
18179 (diff-post-command-hook): Restrict the area so that the hook also works
18180 outside of any diff hunk. This is necessary for the minor-mode.
18181 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18182 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18183
18184 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18185 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18186 so that it can be used more easily in <foo>-mode-hook. Also make sure
18187 to avoid duplicate entries.
18188 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18189 (font-lock-remove-keywords): Just as was done for `add', allow it to
18190 work even if font-lock-mode is nil. Also make sure we don't modify
18191 any pre-existing list by forcing a copy-sequence. Finally rename
18192 `major-mode' to `mode'.
18193 (font-lock-fontify-syntactic-anchored-keywords)
18194 (font-lock-fontify-anchored-keywords)
18195 (font-lock-fontify-keywords-region): Use line-end-position.
18196 Don't make `font-lock-multiline' local (it's now done in
18197 font-lock-set-defaults).
86f6474c
SM
18198 (font-lock-set-defaults): Make `font-lock-multiline' local.
18199 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
18200
182012000-02-06 Andrew Innes <andrewi@gnu.org>
18202
18203 * term/w32-win.el (x-handle-args): Comment out call to message,
18204 which occurs before window system is initialized.
18205
18206 * makefile.nt: Add support for recompiling lisp code.
18207
182082000-02-04 Dave Love <fx@gnu.org>
18209
18210 * bindings.el (mode-line-mule-info): Fix/extend last change.
18211
18212 * completion.el: Replace completion-dolist with dolist.
18213
86f6474c 18214 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
18215
182162000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
18217
86f6474c 18218 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
18219 environment names before they go into the section regexp.
18220
86f6474c 18221 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
18222 char class in regexp.
18223
86f6474c
SM
18224 * textmodes/reftex-parse.el (reftex-with-special-syntax):
18225 Bind `case-fold-search' to nil.
a30eb617 18226
86f6474c
SM
18227 * progmodes/idlwave.el (idlwave-template):
18228 Respect `idlwave-abbrev-change-case'.
18229 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18230 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18231 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
18232 (idlwave-rw-case): New function.
18233 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 18234 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
18235 (idlwave-surround): New argument LENGTH to support padding of
18236 operators longer than 1 char.
18237
18238 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18239 idlwave-shell-expression-overlay. Implemented printing of
18240 expressions on higher levels of the calling stack.
86f6474c 18241 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
18242 (idlwave-retrieve-expression-from-level): New function.
18243 (idlwave-shell-last-calling-stack): Variable removed.
18244 (idlwave-shell-reset): Argument action reversed (`visible' to
18245 `hidden'). Also remove stop-line overlay.
18246 (idlwave-shell-calling-stack-routine): New variable.
18247 (idlwave-shell-parse-stack-and-display): Messages now display
18248 negative level numbers.
18249 (idlwave-shell-mode): Set `modeline-format'.
18250 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 18251 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
18252 (idlwave-shell-print-expression-function): New option.
18253
86f6474c
SM
18254 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18255 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
18256 `tool-bar' instead of `toolbar'.
18257
182582000-02-02 Dave Love <fx@gnu.org>
18259
18260 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18261 emacs-lisp-mode-hook. Don't check for defalias being defined.
18262
18263 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
18264 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18265 Use the new builtins directly.
a30eb617
DL
18266
18267 * whitespace.el (whitespace): Add :version to defgroup.
18268
18269 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18270 Doc fix.
18271
18272 * thingatpt.el (sexp-at-point, symbol-at-point)
18273 (number-at-point, list-at-point): Add autoload cookie.
18274
18275 * recentf.el (recentf): Add :version to defgroup.
18276
18277 * quickurl.el (quickurl): Add :version to defgroup.
18278
18279 * elide-head.el (elide-head): Use point-marker more.
18280
18281 * bs.el (bs): Add :version to defgroup.
18282
18283 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18284
18285 * progmodes/delphi.el (delphi): Add :version to defgroup.
18286
182872000-02-02 Gerd Moellmann <gerd@gnu.org>
18288
18289 * ange-ftp.el (ange-ftp-write-region): Handle case that
18290 succeeding process operation sets a different coding system.
18291
18292 * calculator.el: New file.
18293
182942000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
18295
86f6474c 18296 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
18297 (display-mouse-p, display-popup-menus-p, display-graphic-p)
18298 (display-selections-p, display-screens, display-pixel-width)
18299 (display-pixel-height, display-mm-width, display-mm-height)
18300 (display-backing-store, display-save-under, display-planes)
18301 (display-color-cells, display-visual-class): New functions.
18302
18303 * term/tty-colors.el (tty-color-gray-shades): New function.
18304
18305 * faces.el (display-color-p): Use framep-on-display.
18306 (display-grayscale-p): New function.
18307
183082000-01-31 Dave Love <fx@gnu.org>
18309
18310 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18311 (create-fontset-from-x-resource): Don't concat integers.
18312
183132000-01-31 Inge Frick <inge@nada.kth.se>
18314
18315 * view.el: Some changes in documentation. Removed some trailing
86f6474c 18316 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
18317 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18318 window is not deleted. Modifies change 1998-04-26.
18319
183202000-01-31 Gerd Moellmann <gerd@gnu.org>
18321
18322 * windmove.el: New file.
18323
18324 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18325 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18326 progmodes/ebnf-yac.el: Update copyright and license info.
18327
86f6474c
SM
18328 * jit-lock.el (jit-lock-function): Widen before calculating
18329 end position.
a30eb617
DL
18330 (jit-lock-stealth-chunk-start): Rewritten.
18331
18332 * info.el (Info-title-face-alist): Removed.
86f6474c 18333 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
18334 (Info-fontify-node): Use these faces.
18335
183362000-01-30 Gerd Moellmann <gerd@gnu.org>
18337
18338 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18339 (cl-macro-list1): Recognize `&allow-other-keys' instead of
18340 `&allow-other-keywords'.
18341
18342 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18343 the list of directories scanned heuristically.
18344
86f6474c 18345 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
18346
183472000-01-30 Jason Rumney <jasonr@gnu.org>
18348
18349 * w32-fns.el: Define w32-tty-standard-colors.
18350
18351 * startup.el (command-line): Use w32-tty-standard-colors when in
18352 w32 console mode.
18353
183542000-01-30 Dave Love <fx@gnu.org>
18355
18356 * jka-compr.el (jka-compr-load): Fix up load-history.
18357
18358 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18359
18360 * emacs-lisp/cl-macs.el: Revert previous change.
18361
183622000-01-29 Dave Love <fx@gnu.org>
18363
18364 * facemenu.el: Purecopy various strings.
18365
18366 * timezone.el (timezone-fix-time): Window against 69 for two-digit
18367 years. Deal with three-digit years.
18368
86f6474c
SM
18369 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18370 Use defconst, purecopy.
a30eb617
DL
18371 (help-back-label): Purecopy it.
18372
183732000-01-18 Gerd Moellmann <gerd@gnu.org>
18374
18375 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18376 variable. If non-nil, order the buffer list according to the
18377 currently selected frame.
18378 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18379 non-nil, pass the selected frame to function buffer-list.
18380
183812000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18382
18383 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18384
183852000-01-28 Dave Love <fx@gnu.org>
18386
18387 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18388
18389 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18390 Don't use lisp-indent-hook property.
18391 (cl-abs): Remove.
18392
18393 * subr.el: Move out indent and edebug specs for when and unless.
18394
18395 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18396 when, unless.
18397
18398 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18399 unless, when.
18400
184012000-01-28 Gerd Moellmann <gerd@gnu.org>
18402
18403 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18404 `collecting' as synonym for `collect'.
18405
18406 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18407 for the case it contains spaces.
18408
86f6474c 18409 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
18410
18411 * frame.el (delete-other-frames): New function.
18412 (toplevel): Bind it to C-x 5 1.
18413
18414 * sort.el (sort-numeric-base): New option.
18415 (sort-numeric-fields): If number starts with `0' or `0[xX[',
18416 interpret it as octal or hexadecimal. Use sort-numeric-base
18417 as default base.
18418
18419 * progmodes/glasses.el: New file.
18420
184212000-01-27 Gerd Moellmann <gerd@gnu.org>
18422
18423 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18424 userids differently.
18425
18426 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18427 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18428 progmodes/ebnf-yac.el: New files.
18429
184302000-01-26 Dave Love <fx@gnu.org>
18431
18432 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18433 on a function with an empty body. [From Eric Ludlam.]
18434
184352000-01-25 Andre Spiegel <spiegel@gnu.org>
18436
18437 * vc.el (vc-version-diff): Make sure file name is expanded.
18438
184392000-01-25 Gerd Moellmann <gerd@gnu.org>
18440
18441 * scroll-bar.el (scroll-bar-timer): Variable removed.
18442 (scroll-bar-toolkit-scroll): Don't use a timer.
18443
184442000-01-25 Kenichi Handa <handa@etl.go.jp>
18445
86f6474c
SM
18446 * language/thai-util.el (thai-composition-function):
18447 Delete superfluous `a'.
a30eb617
DL
18448
184492000-01-24 Dave Love <fx@gnu.org>
18450
18451 * fortran.el (fortran-mode): Use beginning-of-defun-function,
18452 end-of-defun-function.
18453
86f6474c 18454 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
18455
184562000-01-22 Jason Rumney <jasonr@gnu.org>
18457
18458 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18459 conflicts with new face support.
18460
184612000-01-22 Richard M. Stallman <rms@gnu.org>
18462
18463 * replace.el (query-replace): Rename last arg to DELIMITED.
18464 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18465 (query-replace-regexp): Likewise.
18466
184672000-01-20 Richard M. Stallman <rms@gnu.org>
18468
18469 * subr.el (with-syntax-table): Use make-symbol, not gensym.
18470
18471 * emacs-lisp/lisp.el (beginning-of-defun-function):
18472 Variable renamed from beginning-of-defun.
18473 Do not call make-variable-buffer-local.
18474 (beginning-of-defun-raw): Use new variable name; doc fix.
18475 (beginning-of-defun): Doc fix.
18476 (end-of-defun-function): Variable renamed from end-of-defun.
18477 Do not call make-variable-buffer-local.
18478 (end-of-defun): Use new variable name; doc fix.
18479
18480 * subr.el (dolist, dotimes): Copied from cl-macs.el
18481 and made to work.
18482
18483 * mail/undigest.el (rmail-digest-end-regexps):
18484 Variable replaces rmail-digest-end-regexp.
18485 Allows multiple regexps for detecting the end line.
18486 (undigestify-rmail-message): Corresponding changes.
18487
184882000-01-19 Dave Love <fx@gnu.org>
18489
18490 * files.el (user-init-file): Don't declare here -- is primitive.
18491
18492 * startup.el (command-line): Check for compiled user-init-file and
18493 set to uncompiled version if necessary.
18494
184952000-01-18 Gerd Moellmann <gerd@gnu.org>
18496
18497 * mail/undigest.el (rmail-digest-end-regexp): New user option.
18498 (undigestify-rmail-message): Use it.
18499
18500 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18501
185022000-01-17 Gerd Moellmann <gerd@gnu.org>
18503
18504 * tmm.el (tmm-goto-completions): Adapt to prompt being part
18505 of mini-buffer.
18506
185072000-01-14 Gerd Moellmann <gerd@gnu.org>
18508
18509 * emacs-lisp/copyright.el (copyright-update): Removed the
18510 requirement for a trailing space from `copyright-regexp', to
18511 support copyrights with owner specified on a separate line..
18512
18513 * align.el: New file.
18514
18515 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18516
18517 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18518
185192000-01-13 Dave Love <fx@gnu.org>
18520
18521 * ph.el: Removed. (Obsoleted by EUDC.)
18522
185232000-01-13 Gerd Moellmann <gerd@gnu.org>
18524
18525 * net/eudc.el (toplevel): Remove autoloaded code installing
18526 menu with easymenu, because that causes build problems.
18527
18528 * frame.el (frame-notice-user-settings): New variable.
18529 (frame-notice-user-settings): Don't modify frame parameters
18530 if called a second time.
18531
185322000-01-13 Richard M. Stallman <rms@gnu.org>
18533
18534 * frame.el (frame-notice-user-settings):
18535 Notice default-frame-parameters even for non-window frames.
18536
185372000-01-13 Gerd Moellmann <gerd@gnu.org>
18538
18539 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18540 for Emacs.
18541 (eudc-bob-can-display-inline-images): Extend for Emacs.
18542 (eudc-bob-toggle-inline-display): Ditto.
18543 (eudc-bob-display-jpeg): Ditto.
18544
185452000-01-12 Gerd Moellmann <gerd@gnu.org>
18546
18547 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18548 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18549 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18550
86f6474c
SM
18551 * add-log.el (add-change-log-entry): Fix error trying an
18552 `(insert nil)'.
a30eb617
DL
18553
18554 * subdirs.el: Add `net' directory.
18555
18556 * net: New directory.
18557
18558 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18559 eval-last-sexp. Don't bind debug-on-error here.
18560 (eval-last-sexp): New function. Bind debug-on-error if
18561 eval-expression-debug-on-error is non-nil.
18562 (eval-defun-2, eval-defun): Likewise.
18563
18564 * simple.el (eval-expression): Don't bind debug-on-error if
18565 eval-expression-debug-on-error is nil. Detect changed
18566 debug-on-error, and propagate new value to global binding, if
18567 eval-expression-debug-on-error is non-nil,
18568 (eval-expression-debug-on-error): Change doc string.
18569
185702000-01-11 Richard M. Stallman <rms@gnu.org>
18571
18572 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18573
18574 * emacs-lisp/lisp-mode.el (with-syntax-table):
18575 Set up lisp-indent-function property.
18576
18577 * subr.el (with-syntax-table): Moved from simple.el.
18578
18579 * simple.el (with-syntax-table): Moved to subr.el.
18580
185812000-01-11 Gerd Moellmann <gerd@gnu.org>
18582
18583 * tmm.el (tmm-shortcut): Delete region after prompt instead
18584 of erasing buffer.
18585
18586 * textmodes/fill.el (fill-common-string-prefix): New function.
18587 (fill-context-prefix): Use the longest common prefix of first
18588 and second line fill prefix, if there is one.
18589
185902000-01-11 Richard M. Stallman <rms@gnu.org>
18591
18592 * array.el (array-mode): Don't use make-variable-buffer-local.
18593 Use make-local-variable for `truncate-lines'.
18594
185952000-01-11 Jari Aalto <jari.aalto@poboxes.com>
18596
18597 * add-log.el (add-log-current-defun): Handle user-defined
18598 add-log-current-function returning nil,
18599
18600 * add-log.el (add-change-log-entry): Insert version number
18601 if having found a current function
18602
86f6474c
SM
18603 * add-log.el (add-log-current-defun):
18604 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
18605 level 1. Strip whitespace from defun found.
18606
186072000-01-10 John Wiegley <johnw@gnu.org>
18608
18609 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 18610 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
18611
186122000-01-10 Dave Love <fx@gnu.org>
18613
18614 * elide-head.el (elide-head): Use point-marker, not point.
18615
186162000-01-10 Gerd Moellmann <gerd@gnu.org>
18617
18618 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
18619 before and after the year 2000.
18620
18621 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
18622 Add ispell- prefix.
18623
186242000-01-10 Ken Stevens <k.stevens@ieee.org>
18625
18626 * ispell.el: Only define dictionaries in menus when they exist.
18627 (version18p): New variable.
18628 (version20p): New variable.
18629 (xemacsp): New variable.
18630 (ispell-choices-win-default-height): Fix for XEmacs visibility.
18631 (ispell-dictionary-alist1): Added Brasileiro dictionary.
18632 (ispell-dictionary-alist6): Russian command lines no longer accept
18633 run-together words.
18634 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
18635 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
18636 (check-ispell-version): Added documentation string. Return library
18637 path when called non-interactively.
a30eb617
DL
18638 (ispell-menu-map-needed): Uses new variables.
18639 (ispell-library-path): New variable.
18640 (ispell-decode-string): XEmacs fix for bogus variable bindings.
18641 (ispell-word): Improved documentation string. Test for valid
18642 character mappings. Correctly check typed in word changes that can
86f6474c
SM
18643 result in single words split into multiple words.
18644 Return replacement word.
a30eb617
DL
18645 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
18646 replace in recursive query replace mode. Help message for
18647 recursive edit mode.
18648 (ispell-show-choices): Protect against bad framepop bindings.
18649 (ispell-help): Fix to work with XEmacs.
18650 (ispell-highlight-spelling-error): Use new variables.
18651 (ispell-overlay-window): Fix to work with XEmacs.
18652 (ispell-parse-output): Passed and returns location information
18653 tracking spelling corrections. Doesn't recheck same word on
18654 current line.
18655 (ispell-init-process): Protect against bogus XEmacs variable binding.
18656 Fix call to single argument in sleep-for. Use new variables.
18657 (ispell-region): Passed and returns location information tracking
18658 spelling corrections. Doesn't check same word on current line.
18659 Improved documentation string. Doesn't resend a line already
18660 checked to the ispell process - fixes bug in LaTeX parsing.
18661 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
18662 (ispell-skip-region): No longer skips <TT> in SGML.
18663 (ispell-process-line): Tracks location information with spelling
18664 corrections. Added documentation string. Accounts for words
18665 already accepted on this line. Don't allow query-replace on line
18666 starting with math characters. Doesn't resend a line already sent
18667 to ispell process. Fixes alignment error bug.
18668
186692000-01-10 Richard M. Stallman <rms@gnu.org>
18670
18671 * dired-x.el (dired-guess-shell-alist-default):
18672 Suggest xloadimage, which is free, not xv, which isn't.
18673
18674 * ange-ftp.el (ange-ftp-file-name-nondirectory):
18675 Don't ever include the host name or user name in the value.
18676
186772000-01-09 Gerd Moellmann <gerd@gnu.org>
18678
18679 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
18680 of a real newline.
18681
186822000-01-09 Stephen Eglen <stephen@gnu.org>
18683
18684 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
18685 for .png files.
18686
186872000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
18688
18689 * cus-edit.el (custom-hook-convert-widget): Fix comment.
18690
186912000-01-09 Gerd Moellmann <gerd@gnu.org>
18692
18693 * progmodes/cperl-mode.el: Replace ^F with ^L.
18694
86f6474c
SM
18695 * sendmail.el (toplevel): Provide `sendmail' when compiling before
18696 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
18697
186982000-01-08 Dave Love <fx@gnu.org>
18699
18700 * emacs-lisp/backquote.el: Remove inappropriate customization
18701 (allowing custom.el to use backquote).
18702
187032000-01-07 Dave Love <fx@gnu.org>
18704
18705 * add-log.el (add-log-debugging): Deleted.
18706 (add-change-log-entry): Treat a backup FILE-NAME as its parent
18707 file. Remove debugging code.
18708 (change-log-get-method-definition, change-log-name): Add doc.
18709 (change-log-sortable-date-at): New function.
18710 (change-log-merge): New command.
18711
18712 * time.el (display-time-string-forms): Make the Mail string active.
18713 (display-time-update): Provide help-echo for load average.
18714
18715 * bindings.el (make-mode-line-mouse2-map): New function.
18716 (mode-line-modified): Use it and simplify.
18717 (mode-line-mule-info): Provide help-echo info.
18718 (minor-mode-alist): Activate the strings.
18719 (make-mode-line-mouse-sensitive): Simplify for
18720 mode-line-buffer-identification.
18721
187222000-01-07 Gerd Moellmann <gerd@gnu.org>
18723
18724 * play/pong.el: New file.
18725
187262000-01-06 Dave Love <fx@gnu.org>
18727
18728 * array.el: Assorted cleanups for compiler warnings, doc strings,
18729 `array-' prefix for symbols.
18730
187312000-01-05 Dave Love <fx@gnu.org>
18732
86f6474c
SM
18733 * textmodes/outline.el (outline-mode-menu-bar-map):
18734 Add outline-headers-as-kill.
a30eb617
DL
18735 (outline-mode): Define imenu-generic-expression.
18736 (outline-headers-as-kill): New command.
18737
18738 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
18739 from paragraph-start.
18740 (paragraph-indent-minor-mode): New command.
18741
18742 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
18743 M-C-e, M-C-h, C-j, C-xnd, TAB.
18744 (fortran-mode): Set beginning-of-defun, end-of-defun.
18745 (fortran-column-ruler): Simplify.
18746 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
18747 (fortran-with-subprogram-narrowing): Likewise.
18748 (fortran-indent-subprogram): Call mark-defun.
18749 (fortran-check-for-matching-do): Change narrowing.
18750
18751 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
18752 (cl-lucid-hash-tag): Delete.
18753 (cl-hash-table-p): Correct test for native table.
18754 (cl-hash-table-count): Use hash-table-count.
18755
18756 * browse-url.el (browse-url): Fix case of
18757 browse-url-browser-function being an alist.
18758
187592000-01-05 Carsten Dominik <cd@gnu.org>
18760
18761 * textmodes/reftex-vars.el (reftex-parse-file-extension)
18762 (reftex-index-phrase-file-extension): New options.
18763
18764 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
18765 Use new option `reftex-index-phrase-file-extension'.
18766
18767 * textmodes/reftex.el (reftex-access-parse-file): Use new option
18768 `reftex-parse-file-extension'.
18769
187702000-01-05 Dave Love <fx@gnu.org>
18771
18772 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
18773 (beginning-of-defun-raw): Use it.
18774 (end-of-defun): New variable.
18775 (end-of-defun): Use it.
18776 (check-parens): New command.
18777
187782000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
18779
18780 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
18781 (hs-show-block): Don't use `mapcar' when not accumulating.
18782
18783 Fix buglet in local variables initialization.
18784
187852000-01-05 Andreas Schwab <schwab@suse.de>
18786
18787 * hscroll.el (hscroll): Doc fix.
18788
187892000-01-05 Carsten Dominik <cd@gnu.org>
18790
86f6474c
SM
18791 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
18792 Require idlw-toolbar.
a30eb617 18793
86f6474c 18794 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 18795 file idlw-rinfo.el.
86f6474c
SM
18796 (idlwave-customize): Load must read file idlw-shell.el.
18797 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
18798
187992000-01-05 Carsten Dominik <dominik@astro.uva.nl>
18800
18801 * progmodes/idlw-shell.el: Also provide idlwave-shell
18802 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
18803 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
18804
86f6474c 18805 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
18806 both reftex-dcr and reftex-vcr.
18807
18808 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
18809
188102000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18811
18812 * ps-print.el: PostScript code now is in separate files, doc fix.
18813 (ps-print-version): New version number (5.0.3).
18814 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
18815 local.
18816 (ps-spool-config): Initialization fix.
18817 (ps-print-prologue-1, ps-print-prologue-2)
18818 (ps-print-duplex-feature): PostScript code moved to separated file.
18819 (ps-background-image): Little code reformating.
18820 (ps-begin-file, ps-begin-job): Fix code.
18821 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
18822 (ps-prologue-file): New fun.
18823
188242000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18825
18826 * ps-vars.el: Eliminated.
18827
18828 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
18829 `;;;###autoload'.
18830
18831 * ps-print.el: ps-vars eliminated, doc fix.
18832 (ps-print-version): New version number (5.0.2).
18833 (ps-spool-config): Initialization fix.
18834 (ps-print-customize): New fun.
18835
188362000-01-04 Gerd Moellmann <gerd@gnu.org>
18837
86f6474c 18838 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
18839
188402000-01-04 Dave Love <fx@gnu.org>
18841
18842 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
18843 menu items.
18844
188452000-01-03 Dave Love <fx@gnu.org>
18846
18847 * elide-head.el (elide-head) [defgroup]: Add :version.
18848
18849 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
18850 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
18851 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
18852 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
18853
188542000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18855
18856 * faces.el (face-read-integer, read-face-attribute)
86f6474c 18857 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
18858
188592000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
18860
18861 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
18862 at comment end, and re-insert them after filling.
18863
188642000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18865
18866 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
18867 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
18868 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
18869
188702000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18871
18872 * term/x-win.el (xw-defined-colors): Call color-supported-p,
18873 the new name of face-color-supported-p.
18874
18875 * term/w32-win.el (xw-defined-colors): Likewise.
18876
188772000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18878
18879 * simple.el (completion-setup-function): Count completion-size
18880 from minibuffer-prompt-end, not from point-min.
18881
188822000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
18883
18884 * faces.el (read-face-attribute, defined-colors, color-defined-p):
18885 Pass the frame to tty-color-* functions.
18886 (display-color-p, frame-set-background-mode): Pass the frame to
18887 tty-display-color-p.
18888
18889 * term/tty-colors.el (tty-defined-color-alist): Renamed from
18890 tty-color-alist.
18891 (tty-color-alist, tty-modify-color-alist): New functions.
18892 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
18893 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
18894 optional parameter FRAME.
a30eb617
DL
18895
188962000-01-01 Gerd Moellmann <gerd@gnu.org>
18897
86f6474c
SM
18898 * image.el (create-image, defimage): Don't assume image data is
18899 a string.
a30eb617
DL
18900
18901 * image.el (defimage): Handle specifications containing :data
18902 instead of :file.
18903 (image-type-from-data): New function.
18904 (image-type-from-file-header): Use it.
18905 (create-image): Add parameter DATA-P.
18906
18907See ChangeLog.8 for earlier changes.
18908
18909;; Local Variables:
18910;; coding: iso-2022-7bit
18911;; End: