Be consistent when naming CONTROL and META keys.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
698665d1
GM
12001-08-03 Gerd Moellmann <gerd@gnu.org>
2
be48584d
GM
3 * custom.el (custom-set-variables): Don't test `custom-requests'
4 properties, check the third element of the options passed to
5 custom-set-variables instead.
6
5e1f85e0 7 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 8 instead of file-exists-p.
5e1f85e0 9
b0fa1513
GM
10 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
11 the mode-line face is restored. Fix several bugs.
12
698665d1
GM
13 * replace.el (perform-replace): Doc fix.
14
4a7641d9
FP
152001-08-02 Francesco Potorti` <pot@gnu.org>
16
17 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
18 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
19 (uniquify-fix-item-base, uniquify-fix-item-filename)
20 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
21 Callers changed.
22 (uniquify-set-proposed): Changed to work with a vector item.
23 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
24 the fix list, and a list of strings for the non-file buffer
25 names. Both changes reduce consing.
26 (uniquify-rationalize-a-list): Local variable renaming.
27 (uniquify-rationalize-conflicting-sublist): Use member instead of
28 assoc.
29 (uniquify-rename-buffer): Use unless instead of if not.
30
77389930
GM
312001-08-02 Gerd Moellmann <gerd@gnu.org>
32
7f7d5b9e
GM
33 * recentf.el (recentf-dump-variable): Handle a value of nil
34 correctly.
35
cb3f945f
GM
36 * custom.el (custom-set-variables): Set options with :require
37 clauses last.
4a7641d9 38
fbc7f2a6
GM
39 * custom.el (defcustom): Doc fix.
40
77389930
GM
41 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
42
9761cd3a
EZ
432001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
44
7e03f4c8
EZ
45 * man.el (man): Mention Man-switches in the doc string.
46 (Man-switches): Mention -a in the doc string.
47
2b2eabed
EZ
48 * textmodes/ispell.el (ispell-alternate-dictionary): Add
49 /usr/share/lib/dict/words, for Irix.
50
9761cd3a
EZ
51 * bindings.el: Bind shifted and control-shifted kp-* keys to the
52 corresponding non-kp keys. Suggested by Stephen Gildea
53 <gildea@alum.mit.edu>.
54
cc46bfe7
FP
552001-08-01 Francesco Potorti` <pot@gnu.org>
56
fc10ed8c
FP
57 * uniquify.el: These changes correct a corner case that the old
58 code managed correctly.
59 (uniquify-fix-item-proposed): Renamed from
60 uniquify-fix-item-min-proposed.
61 (uniquify-set-proposed): New function.
62 (uniquify-rationalize-file-buffer-names): Code reshuffled for
63 clarity and speed.
64 (uniquify-item-greaterp): Substitutes uniquify-item-lessp. This
65 is equivalent to what the old code did.
66 (uniquify-rationalize-a-list): Never recompute the proposed
67 name. Sort the conflicting sublist before rationalising it: this
68 is equivalent to what the old code did, but one directory element
69 at a time, and only when necessary.
70 (uniquify-rationalize-conflicting-sublist): Recompute here the
71 proposed name.
cc46bfe7 72
dd388130
GM
732001-08-01 Gerd Moellmann <gerd@gnu.org>
74
81b1a79d
GM
75 * play/animate.el: Add Keywords and Maintainer. Remove a
76 reference to a removed function.
cc46bfe7 77
dd388130
GM
78 * play/animate.el (animate-string): Handle case that the string is
79 longer than the window is wide.
80
6b053e39
GM
812001-07-31 Gerd Moellmann <gerd@gnu.org>
82
ed86208c
GM
83 * desktop.el (desktop-save): Bind coding-system-for-write to
84 `emacs-mule' for write-region.
85
10e922bd
GM
86 * delsel.el (delete-selection-pre-hook): Don't set this-command
87 to `ignore' if the region is empty.
88
b23bad0b
GM
89 * international/mule.el (set-keyboard-coding-system): Set
90 keyboard-coding-system.
91
6b053e39
GM
92 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
93 before accessing it.
94
d004e96a
AS
952001-07-30 Andreas Schwab <schwab@suse.de>
96
97 * menu-bar.el (toggle-highlight-paren-mode): Use
98 `(show-paren-mode)' as body.
99
892c8dea
AS
1002001-07-30 Andre Spiegel <spiegel@gnu.org>
101
102 * vc.el (vc-checkout-hook): New hook.
103 (vc-checkout): Run it.
104
21f79512
EZ
1052001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
106
107 * progmodes/make-mode.el (makefile-macroassign-regex): Recognize
108 the ?= operator. From Jonathan Kamens <jik@curl.com>.
109
291e3b68
GM
1102001-07-30 Gerd Moellmann <gerd@gnu.org>
111
6594ac22
GM
112 * vc.el (vc-switch-backend): Fix autoload cookie.
113
291e3b68
GM
114 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
115 the desktop file.
116
87449711
GM
1172001-07-30 Simon Josefsson <jas@extundo.com>
118
119 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
120 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
121
bf85004b
GM
1222001-07-27 Gerd Moellmann <gerd@gnu.org>
123
75c5350a
GM
124 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
125 (last-sexp-toggle-display): Renamed from last-sexp-print.
126 (last-sexp-toggle-display, eval-last-sexp-1): Use
127 last-sexp-setup-props.
128
cc46bfe7 129 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
130 New user-options.
131 (mouse-wheel-change-button): New function.
132 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
133 (mwheel-scroll): Ditto.
134
16098288
GM
1352001-07-26 Gerd Moellmann <gerd@gnu.org>
136
ac49effe
GM
137 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
138 `...', compare with unabbreviated printed representation instead.
139 (last-sexp-print): Bind print-length and print-level to nil.
140
be4a68f9
GM
141 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
142 before assigning text properties. Make properties rear-nonsticky.
ac49effe 143
f6e6cdf2
GM
144 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
145 (eval-last-sexp-1): Give printed text a `keymap' property and bind
146 <mouse-2> and <RET> in that map to a function printing the
147 unabbreviated value.
148
16098288
GM
149 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
150 is a buffer, put a text property `printed-value' on the printed
151 representation, with the Lisp object printed as value.
152
343462ed
EZ
1532001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
154
155 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
156 Mention the effect of eval-expression-print-length and
157 eval-expression-print-level in the doc strings. Suggested by
158 Kevin Gallagher <kevingal@onramp.net>.
159
e043664a
GM
1602001-07-25 Gerd Moellmann <gerd@gnu.org>
161
4b09e331
GM
162 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
163 for buttons > 3.
164 (xterm-mouse-translate): Handle the case that we don't get a
165 down-event.
cc46bfe7 166
b03dc47d
GM
167 * emacs-lisp/find-func.el (find-function-regexp): Add
168 easy-mmode-define-global-mode to the regexp. Allow newlines
169 in front of the function name.
170
17635d50 171 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 172
3fb01f36
GM
173 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
174 similar events for which fake prefix keys are generated. It's no
175 longer necessary since read_key_sequence doesn't modify these
176 events for internal purposes anymore.
177
e043664a
GM
178 * files.el (auto-mode-alist): Use nroff-mode for files ending
179 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
180
a9f73104
EZ
1812001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
182
183 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
184 tool-bar-lines parameter, behave as if its value were zero.
185 (mouse-avoidance-set-pointer-shape): Don't do anything if
186 x-pointer-shape is not boundp.
187
c02a76cc
FP
1882001-07-23 Francesco Potorti` <pot@gnu.org>
189
f0188953 190 * uniquify.el: Overall speedup changes when using many buffers.
c02a76cc 191 (uniquify-fix-item-base, uniquify-fix-item-filename,
f0188953 192 uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 193 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 194 place in the item, but was never used.
c02a76cc 195 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 196 in the item is now used as cache for the proposed name.
c02a76cc
FP
197 (uniquify-rationalize-file-buffer-names): Move computation made on
198 newbuffile out of the loop, in the newbuffile-nd local var. Use
199 dolist (cosmetic change). Compute the proposed name for the most
200 common case and cache it in the fourth place in the item.
f0188953
FP
201 (uniquify-rationalize-file-buffer-names): Used to return a a list
202 of buffer whose name was changed, but that return value was never
c02a76cc
FP
203 used.
204 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
205 the cached proposed name, does much less consing and is quicker.
206 (uniquify-filename-lessp): Deleted.
207 (uniquify-rationalize-a-list): Use dolist (cosmetic change). Do
208 not bind locally the uniquify-possibly-resolvable flag. Use the
209 cached proposed name is possible.
210 (uniquify-get-proposed-name): Arguments changed, callers changed.
211 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
212 uniquify-possibly-resolvable flag, which is no more bound locally.
213 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 214 flag, which does not exist any more.
c02a76cc 215
31fac3b8
EZ
2162001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
217
be8cf99e
EZ
218 * term/internal.el (IT-unicode-translations): Fix the appearance of
219 "6`".
220
31fac3b8
EZ
221 * progmodes/compile.el (compile-internal): If EMACS is already
222 defined in the environment, don't override its value.
223
73496807
GM
2242001-07-23 Gerd Moellmann <gerd@gnu.org>
225
9e5a7f2a
GM
226 * play/fortune.el: Undo change of 2001-07-13.
227 Fix autoload cookies. Add types to defcustoms.
228 (fortune) <defgroup>: Add :link.
229 (fortune-from-region): Use eq, not eql.
230 From Dave Love <fx@gnu.org>.
c02a76cc 231
5247262a 232 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 233
73496807
GM
234 * play/animate.el: New file.
235
722a451d
EZ
2362001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
237
238 * startup.el (normal-top-level-add-subdirs-to-load-path): On
239 Windows, put into normal-top-level-add-subdirs-inode-list the
240 canonicalized names of the directories instead of inode numbers.
241
4960e757 2422001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 243
4960e757
MK
244 * ediff-util.el: Copyright years.
245 (ediff-choose-syntax-table): New function.
246 (ediff-setup): Use ediff-choose-syntax-table.
73496807 247 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 248 vc-state is available.
73496807 249 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 250
4960e757
MK
251 * ediff-init.el (ediff-with-syntax-table): New macro, uses
252 with-syntax-table.
73496807
GM
253 (ediff-coding-system-for-read): From ediff-diff.el
254 (ediff-coding-system-for-write): New variable.
255 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 256 overlays.
73496807
GM
257 (ediff-file-remote-p): Use file-remote-p, if available.
258 (ediff-listable-file): New function.
259 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 260
73496807 261 * ediff-mult.el (ediff-meta-insert-file-info1): Use
4960e757 262 ediff-listable-file.
c02a76cc 263
73496807 264 * ediff-ptch.el (ediff-prompt-for-patch-file): Use
4960e757 265 ediff-coding-system-for-read.
73496807 266 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 267
73496807
GM
268 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
269 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 270
4960e757 271 * ediff.el: Date of last update, copyright years.
c02a76cc 272
4960e757 273 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 274
4960e757
MK
275 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
276 of Scott Bronson.
277 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
278 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
279 Deleted functions.
280 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
281 ex-token-list.
73496807 282 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 283
73496807 284 * viper-util.el (viper-int-to-char,viper-char-equal): New
4960e757 285 functions.
73496807
GM
286 (viper-memq-char): Use viper-int-to-char.
287 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 288 vc-locking-state.
73496807 289 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 290
73496807 291 * viper.el (viper-major-mode-modifier-list): Added
4960e757 292 inferior-emacs-lisp-mode.
73496807 293 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 294 heuristics to decide if vi state is appropriate.
73496807
GM
295 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
296 (viper-non-hook-settings): Don't advise read-key-sequence.
297 (viper-read-key-sequence): New function that replaces the
4960e757 298 previously used advice to read-key-sequence.
c02a76cc 299
73496807
GM
300 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
301 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
302 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
303 (viper-open-line-at-point,viper-substitute,viper-overwrite)
304 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
305 Got rid of the negative character hack.
4960e757 306 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
307 Use viper-read-key-sequence.
308 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 309 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 310 Don't override existing minibuffer-setup-hook.
4960e757 311 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 312 Convert registers to char data type.
73496807 313 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
314
315 * viper-keym.el: Use viper-exec-key-in-emacs.
316
05824718
SM
3172001-07-20 Stefan Monnier <monnier@cs.yale.edu>
318
319 * server.el (server-visit-files): Fix variable name typo.
320
6e07c0a5
GM
3212001-07-20 Gerd Moellmann <gerd@gnu.org>
322
05824718 323 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
324 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
325
5b6858da
SM
3262001-07-19 Stefan Monnier <monnier@cs.yale.edu>
327
328 * progmodes/compile.el (compilation-parse-errors): `linenum' might
329 return a this-error using the alternative format (a pair of markers).
330
794d58ba
GM
3312001-07-19 Gerd Moellmann <gerd@gnu.org>
332
4e2a256b
GM
333 * font-lock.el (c++-keywords): Add Standard C++ operator names.
334
794d58ba
GM
335 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
336 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 337
381194d0
PJ
3382001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
339
340 * international/iso-transl.el: Fix typo in the header of the file.
341
342 * textmodes/picture.el (picture): Doc fix.
343
344 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
345 follow coding conventions in generated files.
346
27009a49
EZ
3472001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
348
5b6858da 349 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
350 (tool-bar-add-item): Don't call image-related primitives if the
351 display doesn't support images.
352
353 * frame.el (display-images-p): New function.
354
467f1209
GM
3552001-07-17 Gerd Moellmann <gerd@gnu.org>
356
357 * server.el (server-visit-files): Handle the case the specified
358 column number is <= 0.
359
3602001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
361
362 * startup.el (command-line-1): Add support for +LINE:COLUMN
363 command line argument.
364
3652000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
366
5b6858da
SM
367 * server.el (server-process-filter, server-visit-files):
368 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 369
9781053a
PJ
3702001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
371
372 * emacs-lisp/easy-mmode.el: Add Keywords header.
373
374 * play/pong.el: Author has new address.
375
376 * play/landmark.el: Author is no more reachable.
377
378 * play/handwrite.el: Author is no more reachable.
379
5b6858da
SM
3802001-07-17 Stefan Monnier <monnier@cs.yale.edu>
381
382 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
383 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
384 Complete bindings for F<1..12> keys.
385 (global-map): Remove `undo' binding (already in the default).
386 Replace `t<n>' bindings with `f<n>' bindings.
387
a38b71b0
SM
3882001-07-16 Stefan Monnier <monnier@cs.yale.edu>
389
390 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
391 (tcl-mode): Use tcl-add-log-defun.
392 (tcl-indent-line): Use tcl-calculate-indent.
393 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
394 (tcl-indent-exp): Renamed from indent-tcl-exp.
395 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
396 (tcl-indent-for-comment): Call comment-indent-function properly
397 and handle the case where it returns nil.
398
c1d61a7d
GM
3992001-07-16 Gerd Moellmann <gerd@gnu.org>
400
a38b71b0
SM
401 * calendar/cal-islam.el (calendar-goto-islamic-date):
402 Remove autoload cookie.
403
404 * calendar/calendar.el (calendar-goto-islamic-date):
405 Add call to autoload.
c1d61a7d 406
c59fb719
SM
4072001-07-16 Stefan Monnier <monnier@cs.yale.edu>
408
409 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
410 Don't change compile-auto-highlight globally.
411 Don't bother with `font-lock-defaults' property since XEmacs
412 also understands the `font-lock-defaults' variable.
413 Use make-local-variable rather than make-variable-buffer-local.
414 Don't `defconst' comment-indent-function: keep the default.
415 Call easy-menu-add unconditionally.
416 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
417 (ada-create-menu): Use :included for Emacs as well.
418
419 * vc.el (vc-do-command): Autoload.
420
421 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
422
652a9be9
PJ
4232001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
424
425 * ps-print.el: Fix Author: header.
426
c3d6be34
GM
4272001-07-16 Gerd Moellmann <gerd@gnu.org>
428
4391d40d
GM
429 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
430 mouse-1 etc., bind them to `ignore'.
431
c3d6be34
GM
432 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
433 send-invisible, which is already defined in Comint.
434 (eshell-watch-for-password-prompt): Use it.
435
e8af40ee
PJ
4362001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
437
3c3e43ef
PJ
438 * which-func.el (which-func-mode): Doc fix.
439
e8af40ee 440 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
441 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
442 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
443 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
444 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
445 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
446 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
447 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
448 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
449 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
450 * emulation/edt-mapper.el, emulation/edt-pc.el,
451 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
452 * emulation/tpu-edt.el, emulation/tpu-extras.el,
453 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
454 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
455 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
456 * international/isearch-x.el, international/iso-cvt.el,
457 * international/ogonek.el, international/quail.el,
458 * international/utf-8.el, jit-lock.el, language/devan-util.el,
459 * language/devanagari.el, language/ethio-util.el,
460 * language/ethiopic.el, language/european.el, language/indian.el,
461 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
462 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
463 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
464 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
465 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
466 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
467 * progmodes/autoconf.el, progmodes/cmacexp.el,
468 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
469 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
470 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
471 * progmodes/ebnf2ps.el, progmodes/executable.el,
472 * progmodes/fortran.el, progmodes/idlw-shell.el,
473 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
474 * progmodes/m4-mode.el, progmodes/mantemp.el,
475 * progmodes/meta-mode.el, progmodes/octave-inf.el,
476 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
477 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
478 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
479 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
480 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
481 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
482 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
483 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
484 * textmodes/two-column.el, time-stamp.el, timezone.el,
485 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
486 * which-func.el, whitespace.el, wid-browse.el, widget.el,
487 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
488 conventions.
489
bb24c64f
GM
4902001-07-16 Gerd Moellmann <gerd@gnu.org>
491
492 * simple.el (set-variable): Require 'cus-edit' instead of
493 `wid-edit', so that the Custom widgets get defined.
494
6a05d05f
PJ
4952001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
496
497 * allout.el: A fix to follow coding conventions.
498
499 * find-lisp.el: A fix to follow coding conventions.
500
501 * term/w32-win.el: A fix to follow coding conventions.
502
503 * textmodes/sgml-mode.el: A fix to follow coding conventions.
504
505 * term/xterm.el: A fix to follow coding conventions.
506
507 * term/news.el: A fix to follow coding conventions.
508
509 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
510 header line fixed.
511
512 * sun-curs.el: Fix Maintainer: header line.
513
514 * emacs-lisp/easymenu.el: Address of the author added.
515
1b85bd12
GM
5162001-07-16 Gerd Moellmann <gerd@gnu.org>
517
518 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
519 property.
520
6e44da43
PJ
5212001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
522
523 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 524 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
525 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
526 Some fixes to follow coding conventions.
6e44da43 527
6033fc96
GM
5282001-07-16 Gerd Moellmann <gerd@gnu.org>
529
530 * which-func.el (which-func-mode): Doc fix.
531
5d3d1e32
SM
5322001-07-15 Stefan Monnier <monnier@cs.yale.edu>
533
534 * net/rcompile.el (remote-compile): Use make-local-variable.
535
536 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
537
538 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
539
540 * mail/reporter.el (reporter-submit-bug-report):
541 Don't abuse make-variable-buffer-local. Fix call to add-hook.
542
55535639
PJ
5432001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
544
3afbc435 545 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
546 * calendar/cal-dst.el, calendar/cal-french.el,
547 * calendar/cal-hebrew.el, calendar/cal-islam.el,
548 * calendar/cal-iso.el, calendar/cal-julian.el,
549 * calendar/cal-mayan.el, calendar/cal-persia.el,
550 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
551 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
552 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
553 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
554 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
555 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
556 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
557 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
558 * progmodes/ada-xref.el, progmodes/cc-align.el,
559 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
560 * progmodes/cc-defs.el, progmodes/cc-engine.el,
561 * progmodes/cc-langs.el, progmodes/cc-menus.el,
562 * progmodes/cc-styles.el, progmodes/cc-vars.el,
563 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
564 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
565 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
566 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
567 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
568 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
569 conventions in Eshell files with known maintainers.
570
571 * emulation/viper.el: A fix to follow coding conventions.
572
60370d40 573 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
574 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
575 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
576 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
577 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
578 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
579 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
580 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
581 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
582 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
583 conventions in Eshell files.
584
585 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
586 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
587 * emulation/pc-mode.el, emulation/viper-cmd.el,
588 * emulation/viper-ex.el, emulation/viper-init.el,
589 * emulation/viper-keym.el, emulation/viper-macs.el,
590 * emulation/viper-mous.el, emulation/viper-util.el,
591 * emulation/viper.el, forms-pass.el, international/ccl.el,
592 * international/characters.el, international/encoded-kb.el,
593 * international/fontset.el, international/ja-dic-cnv.el,
594 * international/ja-dic-utl.el, international/kinsoku.el,
595 * international/kkc.el, international/mule-cmds.el,
596 * international/mule-diag.el, international/mule-util.el,
597 * international/mule.el, international/titdic-cnv.el,
598 * language/china-util.el, language/chinese.el,
599 * language/cyril-util.el, language/cyrillic.el, language/english.el,
600 * language/greek.el, language/hebrew.el, language/japan-util.el,
601 * language/japanese.el, language/korea-util.el, language/korean.el,
602 * language/lao-util.el, language/lao.el, language/misc-lang.el,
603 * language/slovak.el, language/thai-util.el, language/thai.el,
604 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
605 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
606 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
607 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
608 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
609 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
610 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
611 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
612 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
613 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
614 to follow coding conventions in files without maintainer or in files
615 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
616
617 * emacs-lisp/elp.el: A fix to follow coding conventions.
618
715a2ca2 619 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
620 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
621 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
622 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
623 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
624 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
625 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
626 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
627 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
628 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
629 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
630 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
631 conventions in files from Gnus.
632
55535639 633 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
634 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
635 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
636 * echistory.el, electric.el, emacs-lisp/authors.el,
637 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
638 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
639 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
640 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
641 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
642 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
643 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
644 * international/codepage.el, international/iso-ascii.el,
645 * international/iso-insert.el, international/iso-transl.el,
646 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
647 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
648 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
649 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
650 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
651 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
652 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
653 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
654 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
655 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
656 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
657 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
658 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
659 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
660 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
661 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
662 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
663 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
664 * textmodes/tex-mode.el, textmodes/text-mode.el,
665 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
666 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
667 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
668 files maintained by FSF.
669
1cd7adc6
PJ
6702001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
671
672 * arc-mode.el: A fix to follow coding conventions.
673
674 * bindings.el: Ditto.
675
676 * cdl.el: Ditto.
677
678 * comint.el: Ditto.
679
680 * cus-start.el: Ditto.
681
682 * shell.el: Ditto.
683
684 * skeleton.el: Ditto.
685
07b1b912
SM
6862001-07-13 Stefan Monnier <monnier@cs.yale.edu>
687
688 * info.el (Info-build-node-completions):
689 Make Info-current-file-completions buffer local.
690
09938b67
GM
6912001-07-13 Gerd Moellmann <gerd@gnu.org>
692
e0f82ad8 693 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 694 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 695
07b1b912
SM
696 * calendar/cal-islam.el (calendar-goto-islamic-date):
697 Add autoload cookie.
aa11456f 698
09938b67
GM
699 * play/fortune.el: Add types to defcustoms.
700
ebea5735
PJ
7012001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
702
09938b67 703 * language/czech.el: A fix to follow coding conventions.
ebea5735 704
ec7dc7e1
EZ
7052001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
706
707 * speedbar.el (speedbar-supported-extension-expressions): Add .g
708 to the extension list, for antlr-mode. From Christoph Wedler
709 <Christoph.Wedler@sap.com>.
710
ec402ad4
SM
7112001-07-11 Stefan Monnier <monnier@cs.yale.edu>
712
713 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
714 (vc-dired-mode-map): Fix the madness.
715
716 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
717 (vc-prefix-map): Moved back from vc.el.
718
a777242c
GM
7192001-07-11 Gerd Moellmann <gerd@gnu.org>
720
07b1b912
SM
721 * mail/mail-extr.el (mail-extr-all-top-level-domains):
722 Increase the size of the obarray.
a777242c
GM
723 (mail-extr-all-top-level-domains): Add more toplevel domains,
724 add more long names.
725 From: Per Starback <starback@ling.uu.se>.
726
874d7995
EZ
7272001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
728
729 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
730 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
731
732 * progmodes/ada-mode.el: Ditto.
733
734 * progmodes/ada-xref.el: Ditto.
735
ff524b84
MB
7362001-07-11 Miles Bader <miles@gnu.org>
737
738 * finder.el (finder-insert-at-column): Also move to the next line
739 if exactly at COLUMN.
740
6b05fae3
GM
7412001-07-10 Gerd Moellmann <gerd@gnu.org>
742
6ce5615d
GM
743 * help.el (describe-function-1): When printing FUNCTION's
744 documentation, don't assume FUNCTION is a symbol.
745
6b05fae3
GM
746 * startup.el (normal-top-level): Don't operate on the initial
747 frame if we failed to create one.
748
19da29f9
GM
7492001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
750
751 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
752 itself, i.e. only indent the contents in it.
753
6f19114e
GM
7542001-07-10 Markus Rost <rost@math.ohio-state.edu>
755
756 * mail/rmail.el (rmail-show-message): Show beginning of message in
757 all windows containing it.
758
8184a578
EZ
7592001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
760
761 * term/tty-colors.el: Fix the header line and copyright years.
762
524ac5b2
GM
7632001-07-09 Gerd Moellmann <gerd@gnu.org>
764
4033ae9d
GM
765 * emacs-lisp/advice.el (ad-make-advised-definition): If the
766 original definition has an interactive form, but is Elp
767 instrumented, use the interactive form of the function called by
768 elp-wrapper.
769
59c2dcf4
GM
770 * winner.el (winner-equal): Make it a defun. Don't compare Winner
771 configurations with compare-window-configuration; they aren't
772 window configurations.
773
524ac5b2
GM
774 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
775 from the server for the format we expect. Don't use it if it
c59fb719 776 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 777
06c66e1c 778 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
779 From Luis Fernandes <elf@ee.ryerson.ca>.
780
524ac5b2 7812001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
782
783 * cc-cmds.el: Extended the kludge to interoperate with the
784 delsel and pending-del packages wrt to the new function
785 `c-electric-delete-forward'.
786
851040a5
SM
7872001-07-08 Stefan Monnier <monnier@cs.yale.edu>
788
789 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
790 to delay the call to <mode> for global minor modes.
791 (easy-mmode-define-navigation): Only recenter if interactive.
792
6573d87f
GM
7932001-07-06 Gerd Moellmann <gerd@gnu.org>
794
a25e82a8
GM
795 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
796 to lisp-indent-line.
797
6573d87f
GM
798 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
799 from the server. Call encode-time only when we are sure that we
800 got a 213 response.
801
c1a1fd60
GM
8022001-07-06 Simon Josefsson <jas@extundo.com>
803
804 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
805 (mail-envelope-from): New user option.
806 (sendmail-send-it): Use it.
807
4b81a999
GM
8082001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
809
851040a5
SM
810 * ps-print.el: Use locale dependant date to print date in header.
811 Doc fix.
4b81a999
GM
812 (ps-print-version): New version number (6.5.3).
813 (ps-right-header, ps-right-footer): Initialization and doc fix.
814 (ps-time-stamp-locale-default): New fun.
815
a2cc5c4f
GM
8162001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
817
818 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
819 field problem with MIME-mode.
820
821 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
822
8232001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
824
825 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
826 MIME-mode.
827
a9b511e0
EZ
8282001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
829
830 * bindings.el (mode-line-mule-info): Don't show the tip with
831 buffer-file-coding-system if that is nil.
832
0f60e5ff
GM
8332001-07-05 Gerd Moellmann <gerd@gnu.org>
834
f25cfe53
GM
835 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
836 instead of kill-line.
837
5f72adc0
GM
838 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
839 <Pavel@Janik.cz>.
840
841 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
842 <Pavel@Janik.cz>.
0f60e5ff 843
b5e2c7a7
GM
8442001-07-04 Gerd Moellmann <gerd@gnu.org>
845
846 * font-lock.el (c-font-lock-keywords-3): When matching something
847 like `struct X Y', finish with point after Y.
848
e5836af8 8492001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 850
e5836af8 851 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 852 in caller buffer.
e5836af8 853
f1c53471
EZ
8542001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
855
bf4041b6 856 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
857 instead of string-match to find the basename of the file.
858 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 859
851040a5
SM
860 * net/browse-url.el (browse-url-default-windows-browser):
861 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
862 (browse-url-browser-function) [ms-dos]: Default to
863 browse-url-default-windows-browser.
864
f1c53471
EZ
865 * help.el (locate-library): Enable code that looks for compressed
866 libraries if auto-compression-mode is on.
867
4ce5c223
SM
8682001-07-02 Stefan Monnier <monnier@cs.yale.edu>
869
870 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
871
dd441b46
GM
8722001-07-02 Gerd Moellmann <gerd@gnu.org>
873
4ce5c223 874 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 875
7a3ee510
EZ
8762001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
877
33e432b1
EZ
878 * allout.el: Fix the header line, so that finder.el recognizes it.
879 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
880
4ce5c223
SM
881 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
882 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 883
3024d920
EZ
8842001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
885
4ce5c223 886 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 887
3024d920
EZ
888 * ps-bdf.el (bdf-directory-list): Use the value relative to
889 installation-directory for MS-Windows as well.
890
0c1baae8
RS
8912001-06-29 Richard M. Stallman <rms@gnu.org>
892
893 * wid-edit.el (widget-color-sample-face-get):
894 Return ((foreground-color . COLOR)) instead of constructing a face.
895
442ebe98
EZ
8962001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
897
898 * faces.el (region): Change the background color for the
899 light-background color display to lightgoldenrod2, to make it
900 visible on some laptops.
901
6519817e
RS
9022001-06-28 Richard M. Stallman <rms@gnu.org>
903
904 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
905 (rmail-msg-restore-non-pruned-header): Likewise.
906 If point was in the old pruned header, put it at the top.
907 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 908
6519817e
RS
909 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
910 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
911
15533ae2
SM
9122001-06-28 Stefan Monnier <monnier@cs.yale.edu>
913
914 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
915
19a448e3
KF
9162001-06-28 Karl Fogel <kfogel@red-bean.com>
917
918 * saveplace.el: Update maintainer email address.
919
a17555fd
FP
9202001-06-27 Francesco Potorti` <pot@gnu.org>
921
15533ae2
SM
922 * uniquify.el: (uniquify-rationalize-file-buffer-names):
923 Undo previous change.
a17555fd
FP
924
9252001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
926
927 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
928 preliminary quick reordering. Can speed things up dramatically.
929
555cc9ca
RS
9302001-06-26 Richard M. Stallman <rms@gnu.org>
931
4d68abe0
RS
932 * dired.el (dired-get-filename): A file name starting with ~
933 is not absolute in this context.
934
555cc9ca
RS
935 * which-func.el (which-func-maxout): Increase default to 500000.
936 (which-function-mode): This is now the "real" name of the function.
937 (which-func-mode): Now an alias.
938 (which-func-mode-global): Name deleted.
939
940 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
941 button-2, when binding hs-mouse-toggle-hiding.
942
d9bad487
GM
9432001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
944
15533ae2 945 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
946 (rmail-msg-prune-header): Likewise.
947 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
948 and `rmail-msg-prune-header'.
949
da197e75
SM
9502001-06-25 Stefan Monnier <monnier@cs.yale.edu>
951
952 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
953 back than LINEBEG.
954
9501b986
EZ
9552001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
956
957 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
958 window where they clicked the mouse has a header line, adjust
959 vertical movement by one.
960
7aee34d3
GM
9612001-06-25 Milan Zamazal <pdm@zamazal.org>
962
da197e75
SM
963 * progmodes/glasses.el (glasses-make-readable): Consider underscores
964 too when separating a parenthesis.
7aee34d3 965
b9cc92a4
EZ
9662001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
967
968 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
969 (bookmark-bmenu-hide-filenames): Add help-echo to
970 mouse-highlighted text.
971 (bookmark-bmenu-show-filenames): Remove help-echo property from
972 the whitespace.
973
e55c4863
EZ
9742001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
975
da197e75
SM
976 * files.el (auto-mode-alist): Add configure.ac (autoconf).
977 From Karl Eichwalder <ke@suse.de>.
e55c4863 978
4bd41f5a
RS
9792001-06-23 Richard M. Stallman <rms@gnu.org>
980
981 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
982
983 * progmodes/cc-styles.el (c-set-style): Don't specify initial
984 contents for completing-read.
985
fdae95d4
RS
9862001-06-22 Richard M. Stallman <rms@gnu.org>
987
988 * menu-bar.el (menu-bar-make-toggle): Construct the
989 function's doc string from HELP, not DOC, and make it accurate by
990 adding "Toggle whether to " at the front and downcasing the initial.
991 Change the HELP arg in some calls to make it fit this usage.
992
993 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
994 Undo previous change.
995
5f0e1d42
EZ
9962001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
997
1fd63d9b
EZ
998 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
999
da197e75 1000 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 1001
2ebf8f54
EZ
10022001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
1003
7a03d9cd
EZ
1004 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1005
2ebf8f54
EZ
1006 * dabbrev.el (dabbrev--select-buffers): Fix last change.
1007
4de68712
RS
10082001-06-20 Richard M. Stallman <rms@gnu.org>
1009
1010 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1011 broken out from dabbrev--find-expansion. Handle minibuffer
1012 specially here.
1013 (dabbrev--find-expansion): Simplify code in various ways.
1014 Don't treat minibuffers specially.
1015 Call dabbrev--make-friend-buffer-list.
da197e75 1016 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
1017 (dabbrev--scanning-message): Do nothing when minibuffer is current.
1018
f84e9763 10192001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 1020
f84e9763
JW
1021 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1022 Also, added a comment describing how to greatly speedup Eshell
1023 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 1024
f5f3efaa 10252001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 1026
da197e75
SM
1027 * eshell/esh-mode.el: Disabled a test that often yields false failures.
1028
f84e9763
JW
10292001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
1030
1031 * woman.el (WoMan-highlight-references): Add help-echo to
1032 mouse-highlighted text.
b868ed49 1033
f7ac3e28
SM
10342001-06-18 Stefan Monnier <monnier@cs.yale.edu>
1035
1036 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1037
f6f1beba
GM
10382001-06-18 Gerd Moellmann <gerd@gnu.org>
1039
f7ac3e28
SM
1040 * international/quail.el (quail-start-conversion):
1041 Reset quail-translating to nil.
db8f7303 1042
f6f1beba
GM
1043 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1044 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1045
1a0b9ae6
EZ
10462001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
1047
855eca56
EZ
1048 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1049 mouse-highlighted text.
1050
1a0b9ae6
EZ
1051 * dired.el (dired-mark-pop-up): Fix last change.
1052
e75e894b
EZ
10532001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1054
218abc51
EZ
1055 * calendar/calendar.el (generate-calendar-month): Add help-echo to
1056 mouse-highlighted text.
1057
d36ca65d
EZ
1058 * net/quickurl.el (quickurl-url-file): Run through
1059 convert-standard-filename.
1060 (quickurl-list-populate-buffer): Add help-echo to
1061 mouse-highlighted text.
1062 (top-level): Update Dave's URL.
1063
092924fd
EZ
1064 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1065 mouse-highlighted text.
1066
f7ac3e28
SM
1067 * textmodes/page-ext.el (pages-copy-header-and-position):
1068 Add help-echo to mouse-highlighted text.
092924fd
EZ
1069
1070 * tar-mode.el (tar-header-block-summarize): Add help-echo to
1071 mouse-highlighted text.
1072
1073 * replace.el (occur): Add help-echo to mouse-highlighted text.
1074
1075 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1076 mouse-highlighted text.
1077
1078 * progmodes/cpp.el (cpp-make-button): Add help-echo to
1079 mouse-highlighted text.
1080
f7ac3e28
SM
1081 * progmodes/compile.el (compile-reinitialize-errors):
1082 Add help-echo to mouse-highlighted messages.
092924fd
EZ
1083 (compilation-forget-errors): Remove help-echo property as well.
1084
f7ac3e28
SM
1085 * play/landmark.el (lm-plot-square, lm-init-display):
1086 Add help-echo to mouse-highlighted text.
092924fd 1087
f7ac3e28
SM
1088 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1089 Add help-echo to mouse-highlighted text.
092924fd
EZ
1090
1091 * dired.el (dired-insert-set-properties): Add help-echo to
1092 mouse-highlighted text.
f7ac3e28 1093 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
1094
1095 * comint.el (comint-send-input): Add help-echo to
1096 mouse-highlighted text.
1097
1098 * buff-menu.el (list-buffers-noselect): Add help-echo to
1099 mouse-highlighted text.
1100
1101 * arc-mode.el (archive-summarize-files): Add help-echo to
1102 mouse-highlighted text.
1103
e75e894b
EZ
1104 * ffap.el (ffap-machine-p): Always return nil if
1105 open-network-stream is not fboundp.
1106
f621ed9d
SM
11072001-06-17 Stefan Monnier <monnier@cs.yale.edu>
1108
1109 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
1110 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1111 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1112 incorrectly binding chars between 128 and 256 to it.
1113 (sgml-maybe-name-self): Handle latin-1 chars properly.
1114 (sgml-tags-invisible): Bind buffer-file-name to nil.
1115 Use unwind-protect and restore-buffer-modified-p.
1116 (sgml-point-entered): Use buffer-substring-no-properties.
1117 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1118 (html-mode): Don't force `imenu-sort-function'.
1119
884e8578
EZ
11202001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1121
d5b49f47
EZ
1122 * tar-mode.el: Fix the copyright notice.
1123
ce6b1982
EZ
1124 * font-lock.el (font-lock-comment-face): For tty's with dark
1125 background, use "red1", since "lightred" is not one of the colors
1126 recognized by tty-colors.el.
1127
884e8578
EZ
1128 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1129 create a buffer for extracted file, in case there's more than one
1130 file by that name in an archive, possibly in different
1131 directories. From Kevin Rodgers <kevinr@ihs.com>.
1132
1133 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
1134 <alex@gnu.org>.
1135
72190a54
MB
11362001-06-15 Miles Bader <miles@gnu.org>
1137
f621ed9d
SM
1138 * textmodes/texinfmt.el (texinfo-format-syntax-table):
1139 Revert previous change.
72190a54 1140
e4cdc335
RS
11412001-06-14 Richard M. Stallman <rms@gnu.org>
1142
1143 * replace.el (keep-lines-read-args): Return just a regexp.
1144 Provide nil for the region args.
f621ed9d 1145 (keep-lines, flush-lines, how-many):
e4cdc335
RS
1146 Calculate the defaults for the region here, when args are nil.
1147
c8c6b45a
EZ
11482001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1149
1150 * rot13.el (rot13-other-window): Some more doc fix.
1151
f54701d1
EZ
11522001-06-14 Per Starback <starback@ling.uu.se>
1153
1154 * replace.el (case-replace, query-replace-from-history-variable)
1155 (query-replace-to-history-variable, keep-lines-read-args)
1156 (occur-revert-function, query-replace-help): Dox fix.
1157
1604ce98
EZ
11582001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1159
1160 * rot13.el (rot13-other-window): Doc fix.
1161
22058843
MB
11622001-06-14 Miles Bader <miles@gnu.org>
1163
1164 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1165 of " and \ to "." (punctuation).
1166 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1167
e4cdc335
RS
11682001-06-13 Richard M. Stallman <rms@gnu.org>
1169
1170 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1171
1172 * simple.el (shell-command-on-region): Never kill the
1173 *Shell Command Output* buffer.
1174
a62d56ab
SM
11752001-06-13 Stefan Monnier <monnier@cs.yale.edu>
1176
1177 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1178
4a0aa1d9
SM
11792001-06-10 Stefan Monnier <monnier@cs.yale.edu>
1180
1181 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1182 New var, to recognize ${ $' and PODs.
1183 (perl-font-lock-syntactic-face-function): New function.
1184 (perl-mode): Use them.
1185 (perl-continuation-line-p): New function, from perl-calculate-indent.
1186 (perl-calculate-indent): Use it, to properly handle continuation
1187 lines of continuation lines.
1188
b5a9911c
EZ
11892001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
1190
1191 * server.el (server-process, server-buffer-clients): Doc fix.
1192 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1193
0f056ec1
JW
11942001-06-09 John Wiegley <johnw@gnu.org>
1195
1196 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1197 test if the last command was Lisp or not.
1198 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1199 B x C".
1200
e5e316b0
EZ
12012001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
1202
1203 * dos-w32.el (grep-regexp-alist): Remove definition, since the
1204 general one on compile.el supports drive letters.
7f4350a7
CD
1205
12062001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
1207
5a905a7e 1208 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 1209 key description.
7f4350a7
CD
1210
1211 * textmodes/reftex-sel.el (reftex-select-jump): New command.
1212
5a905a7e 1213 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
1214 (reftex-toc-jump): New command.
1215
1216 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 1217 to parse international characters as well.
7f4350a7 1218
5a905a7e 1219 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 1220 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 1221
5a905a7e
SM
1222 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1223
1224 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 1225 TAB to the key separators.
7f4350a7 1226
73419021
EZ
12272001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
1228
1229 * international/mule.el (auto-coding-alist): Remove redundant
1230 up-cased versions of the extensions (auto-coding-alist-lookup is
1231 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
1232 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
1233
cada28bb
EZ
12342001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
1235
1236 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1237
4f7666dc
RS
12382001-06-01 Richard M. Stallman <rms@gnu.org>
1239
1240 * help.el (describe-variable): Put value on same line
1241 with preceding text, if it is short enough to look good that way.
1242
70079787
EZ
12432001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1244
1245 * term/internal.el (IT-unicode-translations): New variable.
1246 (IT-setup-unicode-display): New function.
1247
c86f4619
GM
12482001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1249
1250 * ps-print.el: Handle before-string and after-string overlay properties
1251 in ps-print-*-with-faces commands. Doc fix.
1252 (ps-print-version): New version number (6.5.2).
1253 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1254 for XEmacs.
1255 (ps-prefix-quote): Doc fix.
c6d452ad 1256 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
1257 (ps-basic-plot-str, ps-plot-string): New funs.
1258
1ea98518
SM
12592001-05-31 Stefan Monnier <monnier@cs.yale.edu>
1260
1261 * progmodes/etags.el (tags-compression-info-list): Fix docstring
1262 and :type spec.
1263
2b1ec973
GM
12642001-05-31 Gerd Moellmann <gerd@gnu.org>
1265
1ea98518
SM
1266 * international/mule-cmds.el (inactivate-input-method):
1267 Set input-method-function to nil.
2b1ec973 1268
94843cc1
GM
1269 * xml.el (xml-parse-tag): The document may contain invalid characters.
1270 From ShengHuo ZHU <zsh@cs.rochester.edu>
1271
9652931f
GM
12722001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1273
1274 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
1275 `rmail-summary-line-decoder' if the message does not have
1276 a Subject: field.
9652931f 1277
1ea98518 1278 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 1279
1ea98518
SM
1280 * mail/rmail.el (rmail-insert-mime-resent-message-function):
1281 New variable.
9652931f
GM
1282 (rmail-resend): Modify to work in `rmail-view-buffer'; call
1283 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1284 is non-nil.
1285
f7ac3e28
SM
12862001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
1287
1288 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1289
b781e739
SS
12902001-05-29 Sam Steingold <sds@gnu.org>
1291
00f51890
SS
1292 * faces.el (face-valid-attribute-values): Bind `valid' directly
1293 instead of using `setq'.
1294
b781e739
SS
1295 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1296 Use `tex-shell-buf'.
1297 (tex-shell-proc): Use `tex-shell-running'.
1298 (tex-shell-buf-no-error): New function.
1299 (tex-send-tex-command): Use it.
1300 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1301 (tex-kill-job): Check the process before calling `quit-process'.
1302
3d0e328b
GM
13032001-05-29 Gerd Moellmann <gerd@gnu.org>
1304
1ea98518
SM
1305 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1306 UTF-8 sequences.
3d0e328b 1307
8bd6307f
GM
13082001-05-28 Miles Bader <miles@gnu.org>
1309
1310 * comint.el (comint-carriage-motion): Renamed from
1311 `comint-cr-magic'. Operate on the buffer instead of the string
1312 (for use as a comint post-output filter, instead of as a
1313 pre-output filter). Handle backspaces too. Add to the
1314 `comint-output-filter-functions' hook instead of
1315 `comint-preoutput-filter-functions'.
1316
89c8dc6c
GM
13172001-05-28 Gerd Moellmann <gerd@gnu.org>
1318
1319 * language/japan-util.el (japanese-hankaku): Prefer the charset
1320 `jisx0201' when the optional argument `ascii-only' is not specified.
1321 (japanese-hankaku-region): Ditto.
1322 From Katsumi Yamaoka <yamaoka@jpl.org>
1323
f25c1b9b
SM
13242001-05-28 Stefan Monnier <monnier@cs.yale.edu>
1325
1326 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1327 (outline-invisible-p): New function.
1328 (hide-leaves): Save excursion.
1329 (hide-other): Stop looping when reaching bobp.
1330
719bb352
EZ
13312001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1332
1333 * cus-edit.el (custom-file): Fix last change.
1334
d686d354
SM
13352001-05-27 Stefan Monnier <monnier@cs.yale.edu>
1336
1337 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1338 same definition in byte-compile-function-environment as `autoload'
1339 would put in `symbol-function'.
1340
1341 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1342 patch to correct the error message as well.
1343
49b1a638
EZ
13442001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
1345
71261a01
EZ
1346 * cus-edit.el (custom-file): Don't assume we were invoked with -q
1347 unless ~/.emacs exists.
1348
49b1a638
EZ
1349 * novice.el (enable-command): If user-init-file is nil or does not
1350 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1351
a434b175
SM
13522001-05-25 Stefan Monnier <monnier@cs.yale.edu>
1353
15ca8de7
SM
1354 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1355 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1356 Allow spaces around macro arguments.
1357 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1358 indent-for-tab-command.
1359 (latex-mode-map, plain-tex-mode-map): New keymaps.
1360 Inherit from tex-mode-map.
1361 (tex-common-initialization): Don't setup the keymap any more
1362 since it's now done right by define-derived-mode.
1363 (latex-mode): Set skeleton-end-hook to nil.
1364 (latex-skeleton-end-hook): Remove.
1365 (tex-latex-block, latex-insert-item): Simplify.
1366 (latex-syntax-after): Use following-char rather than char-after.
1367 (tex-discount-args-cmds, tex-count-words): New functions.
1368
1369 * textmodes/tildify.el (tildify-ignored-environments-alist):
1370 Recognize \verb* as well.
1371
1372 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1373 (perl-comment-indent): Simplify to let newcomment.el do its job.
1374 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1375 (perl-mark-function): Cleanup the namespace.
1376 (perl-calculate-indent): Don't be fooled by nested functions.
1377
1378 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1379
a434b175
SM
1380 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1381 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
1382
4e7e1f03
AC
13832001-05-25 Andrew Choi <akochoi@i-cable.com>
1384
1385 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1386 actually be `\\'.
1387 (ctlau-b5-converter): Likewise.
1388
2bef0948
AC
13892001-05-24 Andrew Choi <akochoi@i-cable.com>
1390
1391 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
1392 Change CTLauB.el to CTLau-b5.el.
1393
d2d1851b
SM
13942001-05-23 Stefan Monnier <monnier@cs.yale.edu>
1395
1396 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1397 rather than beginning-of-line to avoid problems with fields.
1398 (gud-perldb-massage-args): Use unless and push.
1399 (gud-chdir-before-run): New var.
1400 (gud-common-init): Use it.
1401
5e3d4fbc
AC
14022001-05-24 Andrew Choi <akochoi@i-cable.com>
1403
1404 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1405 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 1406 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 1407 chinese-ctlaub.
d2d1851b
SM
1408 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1409 New functions.
5e3d4fbc 1410
0216c3df
GM
14112001-05-22 Gerd Moellmann <gerd@gnu.org>
1412
f1f65349
GM
1413 * cus-edit.el (custom-comment-show): Remove debug code.
1414
0216c3df
GM
1415 * language/japan-util.el (japanese-symbol-table): Fix handling of
1416 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
1417
e8a1ed31
SM
14182001-05-21 Stefan Monnier <monnier@cs.yale.edu>
1419
1420 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1421 Renamed by removing the silly `-flag' suffix.
1422 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1423
7246200c
SM
14242001-05-20 Stefan Monnier <monnier@cs.yale.edu>
1425
1426 * replace.el (keep-lines-read-args): Use `copy-marker'.
1427 (how-many): Save excursion properly.
1428 (occur-mode): Use define-derived-mode.
1429 (perform-replace): Use with-current-buffer.
1430
7e971261
RS
14312001-05-20 Richard M. Stallman <rms@gnu.org>
1432
65569e52
RS
1433 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1434
cc9684e8
RS
1435 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1436
9ca00e71
RS
1437 * info.el (Info-read-subfile): Widen before finding the
1438 desired node in the subfile.
1439
7e971261
RS
1440 * startup.el (command-line-1): When >2 files visited,
1441 leave the last one visible, and make that the selected window.
1442
7c5312b2
GM
14432001-05-20 Gerd Moellmann <gerd@gnu.org>
1444
1445 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1446
310e9a21
EZ
14472001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
1448
7246200c
SM
1449 * international/ccl.el (define-ccl-program): Fix a typo.
1450 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
1451
1452 * international/mule.el (decode-char): Fix a typo. From Pavel
1453 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1454
1455 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
1456 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1457
310e9a21
EZ
1458 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
1459 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1460
ef55aa6c
SS
14612001-05-18 Sam Steingold <sds@gnu.org>
1462
7246200c 1463 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
1464 and [RET] to `cvs-mode-find-file'.
1465
c9f3bebe
JW
14662001-05-18 John Wiegley <johnw@gnu.org>
1467
1468 * eshell/esh-ext.el (eshell-explicit-command-char): A new
1469 configuration variable, which determines the initial character
1470 that forces use of an external version of a command. The default
1471 is *, but may be set to \, for example.
1472
1473 * eshell/esh-ext.el (eshell-explicit-command):
1474 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 1475
c9f3bebe
JW
1476 * eshell/esh-cmd.el (eshell/which):
1477 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 1478
7c5312b2
GM
1479 * eshell/em-cmpl.el (eshell-completion-command-name)
1480 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
1481 instead of ?*.
1482
1c66d9fb
GM
14832001-05-18 Gerd Moellmann <gerd@gnu.org>
1484
a724ed38
GM
1485 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1486 subst-char-in-string.
1487 (ange-ftp-after-parse-ls-hook): New variable.
1488 (ange-ftp-ls): Run that hook.
1489 From Peter Milliken <Peter.Milliken@GTECH.COM>.
1490
0595722b
GM
1491 * tmm.el (tmm-get-keymap): Fix handling of :filter.
1492 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1493 text into *Completions*.
1494
1c66d9fb
GM
1495 * net/goto-addr.el (goto-address-at-point): Deal with URLs
1496 part of which look like email addresses.
1497
c5bdb93d
AI
14982001-05-18 Andrew Innes <andrewi@gnu.org>
1499
7246200c
SM
1500 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1501 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
1502 cmd.exe's handling of FOR loops.
1503 (autoloads): Set find-file-suppress-same-file-warnings to t to
1504 avoid slew of spurious messages.
1505
9a1211f2
GM
15062001-05-18 Simon Josefsson <simon@josefsson.org>
1507
1508 * mail/smtpmail.el (maybe-append-domain): Renamed to
1509 `smtpmail-maybe-append-domain'.
1510 (smtpmail-via-smtp): Use the new name.
1511
29148a3f
GM
1512 * net/browse-url.el (browse-url-browser-function): Add kde.
1513 (browse-url-kde-program, browse-url-kde-args): New variables.
1514 (browse-url-kde): New function.
1515
9ab59a1a
MB
15162001-05-18 Miles Bader <miles@gnu.org>
1517
7246200c
SM
1518 * simple.el (delete-horizontal-space, just-one-space):
1519 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
1520 because it's more efficient for large files.
1521
cebf1b97
GM
15222001-05-17 Gerd Moellmann <gerd@gnu.org>
1523
f90c23ca
GM
1524 * mail/rmail.el (rmail-require-mime-maybe): New function.
1525 (rmail): Use it.
1526 (rmail-mode): Handle the case of finding Rmail files.
1527
cebf1b97
GM
1528 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1529 functions.
1530
df22166e
SM
15312001-05-17 Stefan Monnier <monnier@cs.yale.edu>
1532
1533 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1534 text-property after moving to the beginning of line and regardless
1535 of the value of font-lock-multiline.
1536
2ca0d5f1
GM
15372001-05-17 Gerd Moellmann <gerd@gnu.org>
1538
e85e809a
GM
1539 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
1540
2ca0d5f1
GM
1541 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
1542 last coding system used before calling set-buffer-modified-p
1543 because that function changes last-coding-system.
1544
4c6a4739
EZ
15452001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1546
1547 * files.el (switch-to-buffer-other-window)
1548 (switch-to-buffer-other-frame): Add an xref to display-buffer in
1549 the doc string.
1550
f08cf35b
GM
15512001-05-17 Gerd Moellmann <gerd@gnu.org>
1552
1553 * language/slovak.el, language/czech.el: New maintainer.
1554
2180ea97
SS
15552001-05-16 Sam Steingold <sds@gnu.org>
1556
f08cf35b 1557 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
1558 sub-form of `defgeneric' correctly.
1559
9bae8781
GM
15602001-05-16 Gerd Moellmann <gerd@gnu.org>
1561
a90b3d3c
GM
1562 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
1563 of `c'.
1564
1b7818b4 1565 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
1566 condition-case, test what outline-level returns instead, to
1567 ease debugging.
1b7818b4 1568
9bae8781
GM
1569 * international/mule.el (auto-coding-regexp-alist): New user-option.
1570 (auto-coding-from-file-contents): New function.
1571 (set-auto-coding): Use it to determine a coding system.
1572
7644c605
GM
15732001-05-15 Gerd Moellmann <gerd@gnu.org>
1574
18a0a39e
GM
1575 * mouse.el (mouse-delete-other-windows): Doc fix.
1576
df22166e
SM
1577 * emacs-lisp/lisp-mode.el (lisp-mode):
1578 Make font-lock-keywords-case-fold-search a buffer-local variable with
1579 make-local-variable before setting it.
7644c605 1580
940cf42e
EZ
15812001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
1582
1583 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
1584 prefixes.
1585
557f7c34
GM
15862001-05-14 Gerd Moellmann <gerd@gnu.org>
1587
1588 * hexl.el (hexl-current-address): Print a message when called
1589 interactively.
1590
14d9b141
SM
15912001-05-11 Stefan Monnier <monnier@cs.yale.edu>
1592
1593 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
1594
1595 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
1596
1597 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
1598
7bd2d083
GM
15992001-05-11 Gerd Moellmann <gerd@gnu.org>
1600
47e72862
GM
1601 * startup.el (command-line): If parameters have been changed in
1602 the init files which influence font selection, clear the face
1603 cache so that faces get realized with the new parameters.
1604
14d9b141 1605 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 1606
0f49941f
SM
16072001-05-10 Stefan Monnier <monnier@cs.yale.edu>
1608
1609 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
1610
cbeed4a8
EZ
16112001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
1612
1613 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
1614 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
1615
ff9aa2ca
GM
16162001-05-10 Gerd Moellmann <gerd@gnu.org>
1617
1618 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 1619 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 1620
b2c99950
JW
16212001-05-09 John Wiegley <johnw@gnu.org>
1622
0f49941f
SM
1623 * eshell/esh-util.el (eshell-convert-numeric-arguments):
1624 Annotated the documentation string to tell users about
3cb27fd7
JW
1625 `eshell-no-numeric-conversions'.
1626
c26f6b27
JW
1627 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
1628 conversions if a Lisp function has the property
1629 `eshell-no-numeric-conversions' set to a non-nil value.
1630
1631 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
1632 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
1633 property `eshell-no-numeric-conversions' on the following
1634 functions (which all deal with filesystem entities, and never Lisp
1635 numerical values): eshell/cd, eshell/pushd, eshell/popd,
1636 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
1637 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
1638 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
1639 eshell/which, eshell/addpath.
1640
16412001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 1642
d089e299
JW
1643 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
1644 encountered as an argument, don't convert it right away, but tag
1645 the first character of the string with the text properties
1646 `number', which signifies to `eshell-lisp-command' that the
1647 argument should be passed through `string-to-number' if it is
1648 actually used in the call to a Lisp function.
1649
1650 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
1651 function, convert any string arguments that have been tagged as
1652 "numbers", by calling string-to-number.
1653
1654 * eshell/esh-util.el (eshell-number-regexp): Now that number
1655 conversions only happen for Lisp function calls, the number regexp
1656 should now match all integer and floating point forms.
1657
1658 * eshell/esh-proc.el: Disable `eshell-stop-process' and
1659 `eshell-continue-process', since they are both nonfunctional at
1660 the moment.
1661 (eshell-proc-initialize): Don't bind keys for
1662 `eshell-stop-process' or `eshell-continue-process'.
1663
0f49941f
SM
1664 * eshell/em-unix.el (eshell-shuffle-files):
1665 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
1666
1667 * eshell/em-hist.el (eshell-add-to-history): Reference to
1668 `eshell-history-ring' needed to be `eshell-history-index'.
1669
0f49941f
SM
1670 * calendar/timeclock.el (timeclock-find-discrep):
1671 Initialize `elapsed' to 0.
cb89da0f
JW
1672 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
1673 it's still nil.
b2c99950 1674
ff39b9a1
SM
16752001-05-09 Stefan Monnier <monnier@cs.yale.edu>
1676
1677 * arc-mode.el (archive-int-to-mode): Construct the string directly.
1678 (archive-mode): Use capitalize.
1679 (archive-unique-fname): Use make-temp-file.
1680
9e53a675
GM
16812001-05-09 Gerd Moellmann <gerd@gnu.org>
1682
1683 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
1684
c8224de6
EZ
16852001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
1686
c533a7e2
EZ
1687 * tar-mode.el (tar-extract): Pay attention to the value of
1688 coding-system-for-read, if it is non-nil.
1689
ff39b9a1
SM
1690 * calendar/holidays.el (holidays): Add an autoload cookie.
1691 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 1692
1c8c9fb8
JW
16932001-05-08 John Wiegley <johnw@gnu.org>
1694
ff39b9a1
SM
1695 * calendar/timeclock.el (timeclock-workday-remaining):
1696 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
1697 (timeclock-workday-elapsed): Don't accept a "relative" argument
1698 for the current day's elapsed time. What could that have meant?
ff39b9a1 1699 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
1700 (timeclock-when-to-leave): Changed logic, similarly to what was
1701 done for `timeclock-workday-remaining'.
1702 (timeclock-find-discrep): Removed "today-only" argument, which had
1703 no meaning. Fixed some more math problems. The function now
1704 returns a three member list: (TOTAL-TIME-DISCREPANCY
1705 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
1706
5f47fb28
EZ
17072001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1708
1709 * w32-fns.el (convert-standard-filename): Start replacing slashes
1710 from the beginning of the file name, not from where the last
1711 invalid character was. From "Andrew Maguire (SWW)"
1712 <Andrew.Maguire@Smallworld.co.uk>
1713
6da5c7da
GM
17142001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
1715
1716 The following changes are to provide infrastructure for handling
1717 MIME messages to rmail. They don't affect the original behaviour
1718 if rmail-enable-mime is nil.
1719
1720 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
1721 (rmail-search-mime-message-function)
1722 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
1723 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
1724 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
1725 `rmail-view-buffer' is hidden.
6da5c7da
GM
1726 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
1727 call rmai-show-mime-function.
1728 (rmail-display-labels): If rmail-enable-mime is non-nil, update
1729 mode-line-process of rmail-view-buffer.
1730 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
1731 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
1732 buffer.
ff39b9a1
SM
1733 (rmail-next-message, rmail-next-undeleted-message): Be sure to
1734 set-buffer to the Rmail buffer.
6da5c7da
GM
1735 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
1736 rmail-search-mime-header-function.
1737 (rmail-search-message): New function.
1738 (rmail-search): Call rmail-search-message to check if a message
1739 matches REGEXP, lastly update point after calling
1740 rmail-show-message.
ff39b9a1
SM
1741 (rmail-undelete-previous-message, rmail-expunge-confirmed)
1742 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
1743 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
1744 header region, refer to rmail-msgref-vector while setting the
1745 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
1746 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
1747 If rmail-enable-mime is non-nil, call
6da5c7da
GM
1748 rmail-insert-mime-forwarded-message-function instead of inserting
1749 forwarded message by itself.
1750
1751 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
1752 Rmail buffer.
1753 (rmail-set-label, rmail-next-labeled-message): Likewise.
1754
1755 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
1756 set-buffer to the Rmail buffer.
1757 (rmail-output-to-rmail-file): Likewise.
1758 (rmail-output): Likewise.
1759
1760 * mail/rmailsum.el (rmail-message-subject-p): Process the result
1761 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
1762 (rmail-new-summary): Be sure to go to the Rmail buffer.
1763 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
1764 rmail-view-buffer to nil.
1765 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
1766 rmail-view-buffer.
1767 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
1768 rmail-buffer.
1769 (rmail-summary-scroll-msg-down): Likewise.
1770 (rmail-summary-beginning-of-message): Likewise.
1771 (rmail-summary-wipe): Likewise.
1772 (rmail-summary-toggle-header): Use save-window-excursion, not
1773 save-excursion. Update point in rmail-view-buffer, not in
1774 rmail-buffer.
1775 (rmail-summary-reply): Before calling rmail-reply, set buffer to
1776 rmail-view-buffer, not rmail-buffer.
1777
5092477a
GM
17782001-05-07 Gerd Moellmann <gerd@gnu.org>
1779
1e9fc92e
GM
1780 * cus-edit.el (custom-file): Signal an error if user-init-file is
1781 nil (running -q).
1782
1d053370
GM
1783 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
1784
ff39b9a1
SM
1785 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1786 Add :version.
1787
1788 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1789 New option.
1b62b062
GM
1790 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
1791 only if smtpmail-warn-about-unknown-extensions is set.
1792
f851a71c
GM
1793 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
1794 instead of rmail-sort-by-keywords.
1795
ff39b9a1 1796 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
1797 rmail-sort-by-keywords.
1798
ff39b9a1
SM
1799 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
1800 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
1801 (rmail-summary-mode): Doc fix.
1802
5092477a
GM
1803 * mail/rmail.el (rmail-edit): New Custom group.
1804
1805 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
1806 (rmail-edit-mode-hook): New user-option.
1807
05be3833
RS
18082001-05-05 Richard M. Stallman <rms@gnu.org>
1809
1810 * help.el (help-xref-symbol-regexp): Recognize "source of"
1811 and friends, meaning make a link to the source file.
1812 (help-make-xrefs): Handle "source of" and friends
1813 by constructing a link that visits the source file.
1814
1815 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
1816
7dfb000f
SM
18172001-05-04 Stefan Monnier <monnier@cs.yale.edu>
1818
5efe6a56
SM
1819 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
1820 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
1821 Renamed from perl-font-lock-keywords to avoid clashes.
1822 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
1823 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
1824 Updated correspondingly.
1825
7dfb000f
SM
1826 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
1827 Typo `nonexistant' -> `nonexistent'.
1828
88bbb8cb
EZ
18292001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
1830
7dfb000f
SM
1831 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
1832 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
1833 `c-electric-delete-forward' always deletes forward and
1834 `c-electric-delete' only contains the code necessary for XEmacs to
1835 choose between backward and forward deletion.
7dfb000f 1836
88bbb8cb
EZ
1837 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
1838 get the electric behavior on that key too.
1839 (c-fill-paragraph): Fixed bogus direct use of
1840 c-comment-prefix-regexp, which caused an error when it's a list.
1841
a1af8dcf
EZ
18422001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1843
1844 * dired-aux.el (dired-diff): Doc fix.
1845
1846 * dired.el (dired-diff): Likewise.
1847
ddfb4005
EZ
18482001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1849
1850 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
1851
b36581fb
SM
18522001-05-02 Stefan Monnier <monnier@cs.yale.edu>
1853
80a00b6a
SM
1854 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
1855 if both the buffer and the file are read-only.
1856
b36581fb
SM
1857 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
1858 rather than font-lock-string-face.
1859 (sh-get-indent-info): Treat heredocs like strings.
1860
470bbe9b
GM
18612001-05-02 Gerd Moellmann <gerd@gnu.org>
1862
b36581fb
SM
1863 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
1864 a newline following `}'.
3356df63
GM
1865 (texinfo-format-email): New function.
1866 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
1867 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
1868 Add `display'.
3356df63
GM
1869 (texinfo-sort-region): Goto point-min before sorting.
1870 (texinfo-set): Remove leading white space from value.
1871 From yagi@is.titech.ac.jp.
1872
470bbe9b
GM
1873 * replace.el (query-replace-regexp-eval): Doc fix.
1874
a9d2fd1d
SM
18752001-05-01 Stefan Monnier <monnier@cs.yale.edu>
1876
1877 * diff-mode.el (diff-nonexistant-face): New face.
1878 (diff-font-lock-keywords): Use it.
1879
2b3e941a
EZ
18802001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
1881
22cd6fd3
EZ
1882 * font-lock.el (font-lock-mode): Doc fix.
1883
2b3e941a
EZ
1884 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
1885 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
1886
50df7214
GM
18872001-04-30 Gerd Moellmann <gerd@gnu.org>
1888
a9d2fd1d
SM
1889 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
1890 backslash at the start of the here-document delimiter.
a9793e45
GM
1891 (sh-font-lock-syntactic-keywords): Likewise.
1892
50df7214
GM
1893 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
1894
e2f599e9
EZ
18952001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
1896
1897 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
1898 (tty-color-translate, tty-color-by-index, tty-color-values)
1899 (tty-color-desc): Doc fix.
1900
dcaf31d3
EZ
19012001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
1902
1903 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
1904 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
1905 Mention dired-dwim-target in the doc string.
dcaf31d3 1906
a6a06429
MB
19072001-04-28 Miles Bader <miles@gnu.org>
1908
1909 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
1910 (dabbrev--find-expansion): Use it.
1911 (dabbrev--select-buffers): Don't select ignored buffers.
1912
5a5d9185
GM
19132001-04-27 Gerd Moellmann <gerd@gnu.org>
1914
a9d2fd1d 1915 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 1916
c5b82005
RS
19172001-04-26 Richard M. Stallman <rms@gnu.org>
1918
1919 * dabbrev.el: Add doc strings for some functions.
1920 (dabbrev--eliminate-newlines): New variable.
1921 (dabbrev--substitute-expansion): Convert newlines to spaces
1922 if dabbrev--eliminate-newlines is set.
1923 If abbrev and expansion are both all-lower-case,
1924 leave dabbrev--last-case-pattern nil.
1925
7cff9c6f
GM
19262001-04-26 Gerd Moellmann <gerd@gnu.org>
1927
1928 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
1929 if necessary, like in rmail-show-message.
1930
efa89c1f
GM
19312001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1932
1933 * ps-print.el: Color specified by number is forced to be float number.
1934 (ps-print-version): New version number (6.5.1.1).
1935 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
1936 initialization.
1937 (ps-prefix-quote): New internal var.
1938 (ps-print-quote): New fun.
1939 (ps-setup, ps-output-frame-properties, ps-float-format)
1940 (ps-format-color): Code fix.
a9d2fd1d
SM
1941 (ps-plot-region): Eliminate redundant foreground color text setting.
1942
d3111e5a
EZ
19432001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
1944
1945 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
1946
a728644c
GM
19472001-04-25 Gerd Moellmann <gerd@gnu.org>
1948
1949 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
1950
4ecdf04d
EZ
19512001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
1952
4645bb68
EZ
1953 * info.el (Info-additional-directory-list): Doc fix.
1954
4ecdf04d 1955 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
1956 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
1957 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 1958
7cd512f2
SM
19592001-04-25 Stefan Monnier <monnier@cs.yale.edu>
1960
1dc64fca
SM
1961 * progmodes/make-mode.el (makefile-font-lock-keywords):
1962 Rationalize the rules for includes and conditionals and use the
1963 keyword face for them.
1964
7cd512f2
SM
1965 * faces.el (modify-face): Add compatibility for non-interactive use.
1966
ffeb5c1c
JW
19672001-04-24 John Wiegley <johnw@gnu.org>
1968
1969 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
1970 fix from last night, since it wasn't finding eshell/cd.
1971
35f901fa
GM
19722001-04-24 Gerd Moellmann <gerd@gnu.org>
1973
1974 * rect.el (string-rectangle): Revert to 20.x behaviour.
1975 (replace-rectangle): Make it an alias for string-rectangle.
1976 (string-insert-rectangle): New function.
1977
c7b1b508
JW
19782001-04-23 John Wiegley <johnw@gnu.org>
1979
1980 * eshell/em-unix.el (eshell/diff): Fixed problems that were
1981 occurring with Emacs 21's diff.el/compile.el interaction layer.
1982
19832001-04-23 Colin Walters <walters@cis.ohio-state.edu>
1984
1985 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
1986 case where the function was defined in a file, but not part of an
1987 eshell module.
1988
157975e3
JW
19892001-04-23 John Wiegley <johnw@gnu.org>
1990
1991 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
1992 code to work around a redisplay problem I've been having.
1993
3dc630b9
JW
19942001-04-23 John Wiegley <johnw@gnu.org>
1995
1996 * calendar/timeclock.el (timeclock-day-required): If the time
1997 required for a particular day is not set, use `timeclock-workday'.
1998 (timeclock-find-discrep): Added some sample code in a comment.
1999
2000 * eshell/eshell.el (eshell-command): Made a few changes so that
2001 `eshell-command' could be called programmatically.
2002
7cd512f2 2003 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 2004
7cd512f2 2005 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 2006
3ae14dd9 20072001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
2008
2009 * calendar/timeclock.el: Updated copyright.
2010 (timeclock-generate-report): Don't report the daily or two-week
2011 total, if no time has been worked in that period.
2012 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2013 final computational form, which was unnecessary; corrected a
2014 parsing problem when timeclock-relative was nil.
2015
3ae14dd9 20162001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
2017
2018 * calendar/timeclock.el (timeclock-modeline-display): Check if
2019 `list-entry' is null.
2020 (timeclock-use-display-time): The first argument to `set-variable'
2021 must be a symbol.
2022
53e1a74c
EZ
20232001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
2024
2025 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
2026 (calendar-today-marker, calendar-holiday-marker):
2027 Use display-color-p instead of window-system.
53e1a74c
EZ
2028 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2029 instead of window-system.
2030 (calendar-hide-window): Use display-multi-frame-p instead of
2031 window-system.
2032
2033 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
2034 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2035 Use display-multi-frame-p instead of window-system.
53e1a74c 2036
23b809c2
GM
20372001-04-23 Gerd Moellmann <gerd@gnu.org>
2038
1d14e80c
GM
2039 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2040
23b809c2
GM
2041 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2042 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2043
b5eeaa1d
GM
20442001-04-23 Alex Schroeder <alex@gnu.org>
2045
2046 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
2047 line-end-position a defalias is used for point-at-bol and point-at-eol.
2048
b5eeaa1d
GM
20492001-04-23 Alex Schroeder <alex@gnu.org>
2050
2051 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 2052 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 2053
ac1470eb
EZ
20542001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
2055
2056 * textmodes/paragraphs.el (sentence-end): Doc fix.
2057
624ef9b3
GM
20582001-04-20 Alex Schroeder <alex@gnu.org>
2059
2060 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 2061 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
2062
20632001-04-20 Alex Schroeder <alex@gnu.org>
2064
2065 * sql.el (sql-db2-program): New option.
2066 (sql-db2-options): New option.
2067 (sql-db2): New function.
2068
20692001-04-20 Alex Schroeder <alex@gnu.org>
2070
2071 * sql.el (sql-mode-menu): Added highlighting entries.
2072 (sql-highlight-oracle-keywords): New function.
2073 (sql-highlight-postgres-keywords): New function.
2074 (sql-highlight-ansi-keywords): New function.
2075
20762001-04-20 Alex Schroeder <alex@gnu.org>
2077
2078 * sql.el (sql-help): Doc change.
2079
9f3703ab
KF
20802001-04-19 Karl Fogel <kfogel@collab.net>
2081
2082 * saveplace.el (save-place-alist-to-file): Removed no-effect code
2083 that inserted file content only to delete it immediately.
2084 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
2085 <lektu@uol.com.br> for the patch.
2086
2a83a11d
SM
20872001-04-19 Stefan Monnier <monnier@cs.yale.edu>
2088
2089 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2090
6f4dd4dc
GM
20912001-04-18 Gerd Moellmann <gerd@gnu.org>
2092
0f8d6dc7
GM
2093 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2094 for defmethod.
2095
6f4dd4dc
GM
2096 * comint.el (comint-cr-magic): New function.
2097 (toplevel): Add it to comint-preoutput-filter-functions.
2098
90200fcc
AI
20992001-04-18 Andrew Innes <andrewi@gnu.org>
2100
2101 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 2102 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
2103 (recompile): Remove stuff to set EMACSLOADPATH.
2104
daa66f34
GM
21052001-04-18 Gerd Moellmann <gerd@gnu.org>
2106
edc5c81d
GM
2107 * language/slovak.el ("Slovak"): Add tutorial entry.
2108
daa66f34
GM
2109 * net/browse-url.el (browse-url-new-window-flag): Renamed from
2110 browse-url-new-window-p.
2111
5d5845dc
EZ
21122001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2113
2114 * info.el (Info-menu-update): When there are no menus and/or no
2115 cross references in the node, make the respective items of the
2116 Info menu-bar menu inactive.
2117
1c8addd0
GM
21182001-04-17 Gerd Moellmann <gerd@gnu.org>
2119
f4f480bd
GM
2120 * indent.el (indent-for-tab-command): Call indent-line-function
2121 with no argument if PREFIX-ARG is non-nil.
2122
1c8addd0
GM
2123 * frame.el (delete-other-frames): Handle minibuffer-only frames.
2124
8f9ab403
EZ
21252001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2126
2127 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2128 an async subprocess if start-process is unavailable. Suggested by
2129 Tim Van Holder <tim.van.holder@pandora.be>.
2130
60322163
EZ
21312001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2132
2133 * info.el (Info-additional-directory-list): Doc fix. Suggested by
2134 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2135
e372bc67
EZ
21362001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2137
2138 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2139 manual.
2140
28037ecf
SM
21412001-04-13 Stefan Monnier <monnier@cs.yale.edu>
2142
2143 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2144 (cvs-menu): Add a few entries.
2145
2146 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2147 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2148 lock file appears to be reachable from Emacs.
2149 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2150 (cvs-mode-find-file): Look for cvs-header-face rather than
2151 cvs-dirname-face (which doesn't exist).
2152 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2153
2154 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2155
5d5e7f53
EZ
21562001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2157
2158 * emulation/pc-select.el (pc-selection-mode): Don't turn on
2159 normal-erase-is-backspace on a tty. Instead, bind some keys such
2160 as [delete] directly, like pc-select.el did before
2161 normal-erase-is-backspace was invented.
2162
118562e1 21632001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
2164
2165 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2166
6c9e58c4
JW
21672001-04-11 John Wiegley <johnw@gnu.org>
2168
28037ecf
SM
2169 * eshell/em-ls.el (eshell-ls-insert-directory):
2170 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
2171 buffers, if Eshell's ls is being used.
2172
118562e1 21732001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 2174
28037ecf
SM
2175 * calendar/timeclock.el (timeclock-completing-read): New function.
2176 (timeclock-ask-for-project, timeclock-ask-for-reason):
2177 Call `timeclock-completing-read'.
978bd3ea
JW
2178
2179 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2180 required where `member' was being used.
2181
118562e1 21822001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 2183
28037ecf
SM
2184 * eshell/em-hist.el (eshell-previous-matching-input):
2185 Don't display "History item" if the the minibuffer is active.
978bd3ea 2186
30cb0001
GM
21872001-04-11 Gerd Moellmann <gerd@gnu.org>
2188
2189 * startup.el (command-line): Output a newline after printing
2190 an error from loading the window system's init file.
2191
e38af9bd
EZ
21922001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
2193
28037ecf
SM
2194 * textmodes/texinfo.el (texinfo-font-lock-keywords):
2195 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
2196 @inforef. Add an OVERRIDE of `keep' to highlight specs of
2197 keywords whose arguments routinely include @@.
2198
bbf63a7b
GM
21992001-04-10 Gerd Moellmann <gerd@gnu.org>
2200
28037ecf
SM
2201 * emacs-lisp/advice.el (ad-make-advised-definition):
2202 Construct advice for subrs differently.
afffeb57 2203
3fe35f35 2204 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 2205 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 2206
c8d6d636 2207 * simple.el (completion-list-mode-finish): New function.
28037ecf 2208 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 2209
2a52f40e 2210 * language/european.el ("Polish"): Change sample text.
28037ecf 2211 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 2212
cf8b1bef
GM
2213 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2214 parameter.
2215
bbf63a7b
GM
2216 * faces.el (menu): Doc fix.
2217
719d83ad 22182001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
2219
2220 * ps-print.el: Footer implementation. Doc fix.
2221 (ps-print-version): New version number (6.5.1).
2222 (ps-header-frame-alist): New customization var for header frame
2223 properties.
2224 (ps-line-number-color): New customization var for line number color.
2225 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2226 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2227 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2228 (ps-right-footer): New customization vars for footers.
2229 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2230 footers.
2231 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
2232 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2233 Code fix.
319acba0
GM
2234 (ps-prologue-file): Indentation fix.
2235 (ps-print-quote): Fun eliminated.
2236 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2237 (ps-output-frame-properties): New fun.
2238 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2239 (ps-skip-newline): Replace defun by defsubst.
28037ecf 2240
e372bc67 22412001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
2242
2243 * eshell/eshell.el (eshell-command): Needed a "%s" format
2244 specifier, in case the buffer contains percent characters.
2245
e372bc67 22462001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
2247
2248 * calendar/timeclock.el (timeclock-generate-report): Added a
2249 missing insert of the project name.
2250
9f9a5e7a
GM
22512001-04-09 Gerd Moellmann <gerd@gnu.org>
2252
9170e5d4 2253 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 2254
865e97c1 2255 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 2256 (finder-data): Use it instead of `setwins'.
865e97c1
GM
2257 From: Dave Love <fx@gnu.org>.
2258
cf3885ac 2259 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
2260 (server-visit-files): Run server-visit-hook after going to
2261 line 1 so that the hook can set point as it sees fit.
2262
9f9a5e7a
GM
2263 * bindings.el (mode-line-modified): Unify help messages.
2264
51f32106
EZ
22652001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
2266
2267 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2268 All callers changed.
2269
e02160a3
EZ
22702001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
2271
8e6bb0d0
EZ
2272 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2273 long file names aren't supported, truncate the file names in
2274 quail-misc-package-ext-info to 8+3 before matching them against
2275 FILENAME.
2276
2277 * dos-fns.el (dos-truncate-to-8+3): New function.
2278
ec321d77
EZ
2279 * progmodes/compile.el (grep-compute-defaults): Use null-device
2280 instead of literal /dev/null. Reported by Jens Schmidt
2281 <schmidt@mathematik.uni-kl.de>.
2282
e02160a3
EZ
2283 * simple.el (normal-erase-is-backspace-mode): Doc fix.
2284
cf3885ac
SM
22852001-04-06 Stefan Monnier <monnier@cs.yale.edu>
2286
2287 * textmodes/sgml-mode.el: Add unknown maintainer.
2288 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2289 (html-mode-map): Use set-keymap-parent.
2290
3ffb33bb
DL
22912001-04-06 Dave Love <fx@gnu.org>
2292
2293 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2294 Remove redundant string-to-list.
2295
8f625692
SM
22962001-04-05 Stefan Monnier <monnier@cs.yale.edu>
2297
2298 * composite.el (reference-point-alist): Doc fix.
2299
1087f198
SS
23002001-04-05 Sam Steingold <sds@gnu.org>
2301
8f625692
SM
2302 * font-lock.el (font-lock-keywords-case-fold-search):
2303 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
2304 file made font-lock case-insensitive.
2305
a55e4e68
GM
23062001-04-05 Gerd Moellmann <gerd@gnu.org>
2307
0e4892e2
GM
2308 * faces.el (defface menu): Doc fix.
2309
4d664b04
GM
2310 * wid-edit.el (widget-color-sample-face-get): Don't make
2311 faces for undefined colors.
2312
a55e4e68
GM
2313 * version.el (emacs-version): Include LessTif/Motif version info.
2314
f383cd0d
GM
23152001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2316
2317 * ps-mule.el: Eliminate cl package dependence.
2318 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2319 if they aren't defined yet.
2320 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2321 Eliminate cl package dependence.
2322
de28797f
SM
23232001-04-04 Stefan Monnier <monnier@cs.yale.edu>
2324
2325 * progmodes/cc-cmds.el (c-outline-level):
2326 Bind buffer-invisibility-spec. Originally from Dave Love, but
2327 got lost when incorporating version 5.26.
2328
32df8b47
EZ
23292001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
2330
de28797f
SM
2331 * emulation/pc-select.el (pc-selection-mode):
2332 Call normal-erase-is-backspace-mode instead of binding
2333 keys individually.
58e4f61d 2334
7f62656b
EZ
2335 * cus-load.el (normal-erase-is-backspace): Use it instead of
2336 delete-key-deletes-forward.
2337
2338 * startup.el (command-line): Use normal-erase-is-backspace and
2339 normal-erase-is-backspace-mode.
2340
2341 * simple.el (normal-erase-is-backspace): Rename from
2342 delete-key-deletes-forward. Doc fix.
2343 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
2344 delete-key-deletes-forward-mode. Doc fix.
2345 Run normal-erase-is-backspace-hook.
7f62656b 2346
32df8b47 2347 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
2348 ``human-readable'' format produced by GNU `ls'.
2349 (dired-move-to-filename-regexp): Recognize ISO format dates.
2350 From Paul Eggert <eggert@twinsun.com>.
32df8b47 2351
5efa6032
GM
23522001-04-04 Gerd Moellmann <gerd@gnu.org>
2353
2354 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2355 New functions.
de28797f
SM
2356 (lm-verify): Check keywords.
2357 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 2358
d757aac1
EL
23592001-04-03 Eric M. Ludlam <eric@siege-engine.com>
2360
2361 * speedbar.el (speedbar-insert-image-button-maybe): Check for
2362 `xemacs' feature instead of for the function `set-extent-property'.
2363
9832760a
SM
23642001-04-03 Stefan Monnier <monnier@cs.yale.edu>
2365
2366 * mail/mh-utils.el (mh-folder-hist): New var.
2367 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2368
d565f6aa
EZ
23692001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
2370
2371 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2372 region, position point on the first or last 16-byte group.
2373 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2374 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
2375 hexl-beginning-of-line.
2376
24c0fd39
GM
23772001-04-03 Gerd Moellmann <gerd@gnu.org>
2378
5efa6032
GM
2379 * icomplete.el (icomplete-mode): Treat an argument like other
2380 modes do.
2381
b3f6107b
GM
2382 * startup.el (fancy-splash-head): Use splash8.xpm for color
2383 depth 8.
2384
24d451c5
SM
2385 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2386 Add an antry for ``converts''.
476bf681 2387
24d451c5
SM
2388 * language/slovak.el ("Slovak"): Add documentation string.
2389 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 2390
450f6970
GM
2391 * language/czech.el ("Czech"): Add documentation string.
2392 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2393
24d451c5
SM
2394 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2395 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
2396
23972001-04-02 Stefan Monnier <monnier@cs.yale.edu>
2398
2399 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2400 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2401 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2402 Use `defsubst' rather than a macro to ease debugging.
2403 (mail-extr-last): Remove (use `last' instead).
2404 (mail-extract-address-components): Properly reset the syntax-table
2405 after parsing an address. Use `last' rather than mail-extr-last.
2406 Make sure the end marker stays at the very end.
24c0fd39 2407
2b908342
EZ
24082001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
2409
2410 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2411 last change.
2412
acfb077d
GM
24132001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2414
2415 * ps-print.el: Line and paragraph spacing feature. Region to cut
2416 out when printing. Doc fix.
2417 (ps-print-version): New version number (6.5).
24d451c5
SM
2418 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2419 New vars. Line and paragraph spacing feature.
acfb077d
GM
2420 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
2421 out when printing.
2422 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2423 (ps-get-font-size, ps-begin-job, ps-continue-line)
2424 (ps-plot-region): Code fix.
2425 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
2426 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2427 New internal vars.
acfb077d
GM
2428 (ps-get-size): New fun.
2429 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2430 (ps-next-line): Replace defun by defsubst.
2431 (ps-mule-plot-string): Autoload doc fix.
2432
2433 * ps-bdf.el: XEmacs compatibility. Doc fix.
2434 (installation-directory, coding-system-for-read): Declare vars if
2435 it's not declared yet.
2436 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2437
2438 * ps-mule.el: XEmacs compatibility. Doc fix.
2439 (leading-code-private-22): Declare var if it's not declared yet.
2440 (charset-bytes, charset-dimension, charset-id, charset-width)
2441 (find-charset-region, split-char, char-width, chars-in-region)
2442 (forward-point, decompose-composite-char, encode-coding-string)
2443 (coding-system-p, ccl-execute-on-string, define-ccl-program):
2444 Define funs if not defined yet.
2445 (encode-composition-rule, find-composition): Define funs if not
2446 loaded yet.
2447 (ps-mule-prologue): PostScript code fix.
2448
24492001-04-02 Kenichi Handa <handa@etl.go.jp>
2450
2451 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
2452 non-nil, generate font for the header strings.
2453 (ps-mule-prepare-font): Likewise.
2454 (ps-mule-generate-glyphs): Likewise.
2455 (ps-mule-string-encoding): Likewise.
2456 (ps-mule-header-charsets): New variable.
2457 (ps-mule-encode-header-string): New function.
2458 (ps-mule-header-string-charsets): New function.
2459 (ps-mule-begin-job): Check charsets in the header strings. If there
2460 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2461
2462 * ps-print.el (ps-generate-header-line): Encode the header string by
2463 ps-mule-encode-header-string.
2464 (ps-mule-encode-header-string): Declare autoload.
2465
c0eb3c10
GM
24662001-04-02 Gerd Moellmann <gerd@gnu.org>
2467
24d451c5
SM
2468 * frame.el (cursor-in-non-selected-windows):
2469 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 2470
a3d0b0e0
KH
24712001-03-31 Kenichi Handa <handa@etl.go.jp>
2472
2473 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2474 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 2475 (quail-misc-package-ext-info): New variable.
a3d0b0e0 2476 (tsang-quick-converter): New function.
24d451c5
SM
2477 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2478 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
2479 (miscdic-convert, batch-miscdic-convert): New functions.
2480
55f7832c
KH
24812001-03-30 Kenichi Handa <handa@etl.go.jp>
2482
a2217cd8
KH
2483 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2484 eight-bit-control chars.
2485
55f7832c 2486 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 2487 Reduce making temporary vector (suggested by Dave Love).
55f7832c 2488
911a2406
EZ
24892001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2490
2491 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2492 string as well.
2493
1a518f2c
AS
24942001-03-30 Andreas Schwab <schwab@suse.de>
2495
2496 * files.el (backup-directory-alist): Fix typo.
2497
ef080b16
EZ
24982001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2499
2500 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
2501 <eggert@twinsun.com>.
2502
e4174a55
DL
25032001-03-30 Dave Love <fx@gnu.org>
2504
2505 * progmodes/fortran.el (fortran-comment-region): Fix typo.
2506
9d5d1075
EZ
25072001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2508
2509 * simple.el (transient-mark-mode): Mention C-g in the doc string.
2510
a27b451e
MB
25112001-03-30 Miles Bader <miles@gnu.org>
2512
2513 * subr.el (interactive-form): Fix paren typo.
2514
aea51abe
EZ
25152001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
2516
2517 * emacs-lisp/profile.el: Say that it's obsolete in the header
2518 line, so that finder.el puts that into its data-base.
2519 Suggested by Alex Schroeder <alex@gnu.org>.
2520
249dd409
EZ
25212001-03-29 Paul Eggert <eggert@twinsun.com>
2522
2523 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2524 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
2525
1ac1fa96
SM
25262001-03-29 Stefan Monnier <monnier@cs.yale.edu>
2527
2528 * generic.el (generic-mode-set-comments): Use "" rather than nil
2529 for comment-end.
2530
e2b8a830
GM
25312001-03-29 Gerd Moellmann <gerd@gnu.org>
2532
1ac1fa96
SM
2533 * emacs-lisp/advice.el (ad-make-advised-definition):
2534 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
2535
2536 * subr.el (interactive-form): New function.
2537
8b2375e7
AS
25382001-03-29 Andre Spiegel <spiegel@gnu.org>
2539
2540 * vc-sccs.el (vc-sccs-register): Use relative file names.
2541
f827b862
GM
25422001-03-28 Gerd Moellmann <gerd@gnu.org>
2543
e59d0e9d
GM
2544 * bookmark.el (bookmark-get-bookmark): Handle case that
2545 BOOKMARK is not a string.
2546
deb2613a
GM
2547 * image.el (image-type-regexps): Change type for PS files
2548 to `postscript'.
2549
f827b862
GM
2550 * subr.el (read-passwd): Clear command history after each
2551 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
2552
3c9449d0
KH
25532001-03-27 Kenichi Handa <handa@etl.go.jp>
2554
2555 * international/kkc.el (kkc-save-init-file): Locally bind
2556 print-length to nil.
2557
e6b13c74
GM
25582001-03-26 Gerd Moellmann <gerd@gnu.org>
2559
e120bebf
GM
2560 * textmodes/flyspell.el: Some doc fixes.
2561 (flyspell-maybe-correct-transposition)
2562 (flyspell-maybe-correct-doubling): Use a temporary buffer
2563
2564 * textmodes/ispell.el (ispell-parse-output): Doc fix.
2565
5f6c5771 2566 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
2567 (byte-optimize-form-code-walker): Diagnose too few arguments
2568 for `if' and `while'.
2569
2b984c45
KH
25702001-03-26 Kenichi Handa <handa@etl.go.jp>
2571
2572 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2573 Prepend `\' to "\<quail-translation-docstring>".
2574
bf2150fa
GM
25752001-03-26 Gerd Moellmann <gerd@gnu.org>
2576
5f6c5771
SM
2577 * autorevert.el (global-auto-revert-non-file-buffers):
2578 Remove duplicate defcustom.
bf2150fa 2579
a0d59316
MB
25802001-03-26 Miles Bader <miles@gnu.org>
2581
5f6c5771
SM
2582 * international/latin1-disp.el (latin1-char-displayable-p):
2583 Add leading "-" for X font pattern.
a0d59316 2584
9edbff6c
KH
25852001-03-26 Kenichi Handa <handa@etl.go.jp>
2586
5f6c5771
SM
2587 * international/mule-diag.el (describe-coding-system):
2588 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
2589 charsets they can encode.
2590
50b57199
EZ
25912001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
2592
2593 * help.el (view-lossage): Mention open-dribble-file in the doc
2594 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2595
5b83f9c0
SM
25962001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2597
2598 * skeleton.el (skeleton-internal-list): Fix bogus logic.
2599 (skeleton-pair-insert-maybe): Don't pair after a backslash.
2600
e0ecbf5c
KH
26012001-03-23 Kenichi Handa <handa@etl.go.jp>
2602
5b83f9c0
SM
2603 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2604 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
2605 multibyte sequence can work correctly.
2606 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
2607 property of the coding system.
2608
1cc218de
SM
26092001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2610
2611 * textmodes/fill.el (fill-individual-paragraphs-prefix):
2612 Fix transcription typo.
2613
a3db02ad
RV
26142001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
2615
2616 * whitespace.el: Add buffer local variables to toggle testing of
2617 whitespaces in buffers without affecting the default values.
a3db02ad 2618 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
2619 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
2620 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
2621 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 2622
83c9cb8e
SM
26232001-03-21 Stefan Monnier <monnier@cs.yale.edu>
2624
2625 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
2626
180d5509
GM
26272001-03-21 Gerd Moellmann <gerd@gnu.org>
2628
eeb5b5c1
GM
2629 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
2630 bs-cycle-configuration-name. From Juanma Barranquero
2631 <lektu@uol.com.br>.
2632
170a9e70
GM
2633 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
2634 and cc-vars.el.
2635
180d5509
GM
2636 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
2637 headers. Always invoke sendmail with option -t.
2638
130c507e
GM
26392000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2640
2641 * Release of cc-mode 5.28.
2642
26432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2644
2645 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
2646 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 2647 It's instead taken care of by the default value for c-default-style.
130c507e 2648
130c507e
GM
26492000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2650
2651 * cc-align.el (c-lineup-math): Fix bug where lineup was
2652 triggered by equal signs in string literals.
2653
26542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2655
2656 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
2657 limit detection when at the ends of the buffer.
2658
2659 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
2660 "for" statement clause in case 7F; a better one is done
2661 earlier in case 7D anyway.
2662
26632000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2664
2665 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
2666 somewhat more and did a small optimization.
2667
26682000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2669
2670 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
2671 Use the limit argument only to limit the syntactic context
2672 search, not to limit the actual movement.
2673
2674 * cc-cmds.el (c-beginning-of-statement): Move by sentence
2675 inside multiline strings, just like in comments. Also various
2676 fixes to the paragraph and comment prefix recognition, block
2677 comment ender handling etc.
2678
26792000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2680
2681 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
2682 the relative position of the point.
2683
2684 * cc-cmds.el (c-electric-continued-statement): New function to
2685 use as abbrev hook to reindent for keywords such as "else"
2686 that continues an earlier statement.
2687
2688 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
2689 like classes.
2690
2691 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
2692 (pike-mode): Populate the default abbrev tables to reindent for
2693 keywords such as "else" that can continue earlier statements.
2694 Abbrev mode is therefore turned on by default now. (Note that
2695 this doesn't apply to idl-mode, since IDL afaik doesn't have
2696 statements at all.)
2697
26982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2699
2700 * cc-engine.el (c-inside-bracelist-p): Fix for handling
2701 bracelists where the declaration contains template arguments.
2702
27032000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2704
83c9cb8e
SM
2705 * cc-cmds.el (c-comment-indent):
2706 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
2707 syntactic indentation. Fixes bug with lineup functions that
2708 return vectors.
2709
2710 * cc-engine.el (c-get-syntactic-indentation): Split the
2711 indentation sum calculation from `c-indent-line' to a separate
2712 function.
2713
27142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2715
2716 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
2717 Fixed places where it was assumed that preprocessor directives
2718 have to start in column zero.
2719
2720 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
2721 template arguments after a class identifier properly.
2722
2723 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
2724 lists for `new Foo[]' constructs in Java as expressions and
2725 not top level definition brace lists on the top level, so that
2726 they'll get indented consistently with the same type of
2727 expression in a normal block.
2728
27292000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2730
2731 * cc-cmds.el (c-fill-paragraph): The kludge that checks
2732 whether the adaptive filling package fails to keep the comment
2733 prefix is now kludged further to check for filladapt-mode
2734 which doesn't have that problem. This is really icky, but it's
2735 the only way that works with the current misfeatures/bugs in
2736 both adaptive-fill-mode and filladapt-mode.
2737
2738 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
2739 around point is recognized more robust.
2740
27412000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2742
2743 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
2744 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
2745 (c-lit-type): Fixed all internal variables used dynamically so
2746 that they are always bound.
2747
2748 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
2749 errors:
2750
2751 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
2752 the region is fully reindented even when an error occurs.
2753 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
2754 whole lot of code that tried to optimize indentation of whole
2755 sexps but in reality accomplishes nothing.
2756
2757 (c-indent-sexp): Use c-indent-region.
2758
2759 (c-parsing-error): Changed this variable to hold the message
2760 for any syntactic error that is discovered.
2761
2762 (c-parse-state): Search backward from point instead of the bod
2763 position when the latter is invalid. This makes CC Mode
2764 recover faster when there are unbalanced close braces.
2765
2766 (c-backward-to-start-of-if): Use c-parsing-error to report
2767 dangling "else" clauses instead of throwing an error, and fall
2768 back to a reasonable position.
2769
83c9cb8e 2770 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 2771
83c9cb8e 2772 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
2773
27742000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2775
2776 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
2777 paragraph recognition when moving by sentence in literals.
2778
83c9cb8e
SM
2779 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
2780 start regexp for javadoc to recognize javadoc markup in general instead
2781 of a specific set of keywords, to be more future-safe.
130c507e
GM
2782
2783 (c-Pike-pikedoc-paragraph-start)
2784 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
2785 pikedoc markup.
2786
83c9cb8e 2787 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 2788
83c9cb8e 2789 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
2790
2791 * cc-vars.el (c-default-style): Made a nicer Customize widget.
2792
2793 (c-comment-prefix-regexp): Made it possible to use an
2794 association list on this to specify mode specific regexps.
2795 The default value now use a special regexp in Pike mode to
2796 recognize pikedoc markup.
2797
2798 (c-current-comment-prefix): New variable containing the actual
2799 regexp from c-comment-prefix-regexp for the current buffer.
2800
28012000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2802
2803 * cc-cmds.el (c-electric-brace): Fixed check for special brace
2804 lists: We can't look at the syntax, since a brace list can get
2805 recognized as a plain statement-cont.
2806
2807 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
2808 special brace list opener broken over two lines got recognized
2809 as a statement on the second line. Case 9A changed.
2810
28112000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2812
2813 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
2814 adjustment after line is reindented.
2815
28162000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2817
2818 * cc-defs.el (c-point): Added optional argument for position
2819 to use instead of the current point.
2820
2821 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
2822 the in-expression block symbols when the construct starts at
2823 boi, to avoid the extra level of indentation in that case.
2824 Cases 4, 16A and 17E affected.
2825
28262000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2827
2828 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 2829 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
2830
2831 * cc-engine.el (c-indent-line): Use the syntax already bound
2832 to `c-syntactic-context', if there is any.
2833
28342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2835
2836 * cc-engine.el (c-get-offset): Fixed bug where the indentation
2837 wasn't added up correctly when a lineup function returned nil.
2838
28392000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2840
2841 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 2842 empty lines were ignored when collecting line comments backwards.
130c507e
GM
2843
28442000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2845
2846 * cc-align.el (c-lineup-dont-change): Return an absolute
2847 indentation column to work correctly in the case when several
2848 syntactic elements are processed for the same line.
2849
2850 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
2851 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
2852 (c-set-offset): Added absolute indentation column settings by
2853 using the vector type.
2854
130c507e
GM
28552000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2856
2857 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
2858 Implemented two new cleanups `space-before-funcall' and
2859 `compact-empty-funcall'.
2860
130c507e
GM
28612000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2862
2863 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
2864 helping building regexps.
2865
2866 * cc-engine.el (c-on-identifier): New function for detecting
2867 identifiers. It takes keywords into account.
2868
2869 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
2870 lists. `c-keywords' is set to a regexp matching all keywords
2871 in the current language.
2872
28732000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2874
2875 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
2876 list of characters to skip backwards over at the beginning of
2877 a statement, since it can precede string literals in Pike.
2878
28792000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2880
2881 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
2882 recognition when standing on the last line in a C++ comment
2883 with nothing but whitespace after the prefix.
2884
2885 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
2886 given no limit argument.
2887
28882000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2889
2890 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
2891 recognition for the `[]= operator symbol in Pike.
2892
28932000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2894
2895 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
2896 around a bug in `eval-when-compile' in the byte compiler.
2897
2898 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 2899 value when count is zero and there's no token start within the limit.
130c507e
GM
2900
2901 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
2902 "prefix comments", i.e. comments which are followed by code on
2903 the same line.
2904
2905 * cc-mode-19.el: Fixes so that checks that must be done at
2906 compile time also are done then.
2907
29082000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2909
2910 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
2911 time and at runtime, and only when it's needed.
2912
29132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2914
2915 Major cleanup for less error prone and more warning free
2916 compilation, including some fixes for bugs due to different
2917 compilation orders. Thanks to Martin Buchholz for providing
2918 the basis for all this.
2919
2920 * cc-bytecomp.el: New file that provides some byte compilation
2921 features: It ensures that files always are loaded from the
2922 current source directory during compilation, and it provides a
2923 set of macros to turn off specific compiler warnings for
2924 specific symbols. (It's not CC Mode specific in any way.)
2925
2926 Fixed a nearly acyclic dependency tree (both runtime and
2927 compile-time) between all files.
2928
2929 * cc-defs.el: Separated all macros before the inline functions,
2930 to ensure correct compilation.
2931
2932 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
2933 cc-defs.el to cc-engine.el and made it a function instead.
2934
2935 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
2936 about char-after.
2937
2938 * cc-vars.el: Cope even when there isn't a custom package
2939 containing defcustom available.
2940
2941 * cc-make.el: Removed since it's no longer necessary.
2942
2943 README: Updated installation instructions.
2944
29452000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2946
2947 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
2948 improve the modularity: Moved all mode init stuff from
2949 cc-langs.el to cc-mode.el, including the keymap
2950 initialization; cc-langs now only contains the various
2951 variables for configuring the language syntax.
2952
83c9cb8e
SM
2953 * cc-engine.el, cc-styles.el (c-evaluate-offset)
2954 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 2955 dependency analysis suggests they belong there (which also
83c9cb8e 2956 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
2957
29582000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2959
2960 * cc-cmds.el (c-fn-region-is-active-p): New function that
2961 wraps the corresponding macro, for use in places that aren't
2962 compiled. Thanks to Martin Buchholz for pointing out this.
2963
83c9cb8e 2964 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
2965
2966 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
2967 add things to the bug report.
2968
29692000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2970
2971 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
2972 returned prefix could contain a newline when the search for a
2973 good prefix line failed.
2974
29752000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2976
2977 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
2978 (c-toggle-auto-hungry-state): Made the argument optional, as
2979 the documentation says it is.
2980
29812000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2982
2983 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
2984 multiline string syntax, #"...", as a cpp macro.
2985
7008ccac
GM
29862001-03-21 Paul Eggert <eggert@twinsun.com>
2987
83c9cb8e
SM
2988 * international/mule-cmds.el (set-locale-environment):
2989 Set system-messages-locale and system-time-locale, but only if the
7008ccac 2990 caller specifies a non-nil locale name.
3c9449d0 2991
c2478129 29922001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
2993
2994 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 2995 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 2996
117e4b0c
GM
29972001-03-20 Gerd Moellmann <gerd@gnu.org>
2998
7194219d
GM
2999 * follow.el (follow-avoid-tail-recenter): Doc fix.
3000
5721ae13
GM
3001 * custom.el (custom-set-variables): Avoid reversing the list
3002 of args needlessly.
3003
7b8bbf72
GM
3004 * startup.el (fancy-splash-head): Don't change the colors of the
3005 XPM image on a dark background.
3006
a91ad7c9
GM
3007 * comint.el (comint-exec-1): Set columns of the terminal to
3008 window-width instead of frame-width.
3009
fa88947e
GM
3010 * info.el (Info-scroll-down): Add missing WINDOW arg for
3011 pos-visible-in-window-p.
3012
1741905c
GM
3013 * ehelp.el (electric-help-mode-hook): Add defcustom.
3014
117e4b0c
GM
3015 * mail/sendmail.el (mail-mode): Activate case-folding in
3016 font-lock-defaults.
3017
e84c695d
SM
30182001-03-19 Stefan Monnier <monnier@cs.yale.edu>
3019
3020 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3021 (completion-ignored-extensions): Remove duplicate ".class".
3022
fc774041
AS
30232001-03-19 Andreas Schwab <schwab@suse.de>
3024
83c9cb8e
SM
3025 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3026 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 3027
c2c097cc
GM
30282001-03-19 Gerd Moellmann <gerd@gnu.org>
3029
3030 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3031 methods since there are not prefix input methods.
3032
fbe2e958
KH
30332001-03-19 Kenichi Handa <handa@etl.go.jp>
3034
83c9cb8e
SM
3035 * international/mule-cmds.el (read-input-method-name):
3036 Locally bind enable-recursive-minibuffers to t.
fbe2e958 3037
da47e491
SM
30382001-03-18 Stefan Monnier <monnier@cs.yale.edu>
3039
3040 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3041
4986c2c6 30422001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 3043
4986c2c6
MK
3044 * ediff-util.el: Copyright years.
3045 (ediff-choose-syntax-table): New function.
3046 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 3047
4986c2c6
MK
3048 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3049 with-syntax-table.
83c9cb8e 3050
4986c2c6 3051 * ediff.el: Date of last update, copyright years.
83c9cb8e 3052
4986c2c6 3053 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 3054
4986c2c6
MK
3055 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3056 of Scott Bronson.
3057 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3058 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3059 Deleted functions.
3060 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3061 ex-token-list.
83c9cb8e 3062
4986c2c6 3063 * viper-util.el: Spaces, indentation.
83c9cb8e 3064
4986c2c6 3065 * viper.el: Changed version, modification time.
83c9cb8e 3066
3c799aec 30672001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
3068
3069 * calendar/timeclock.el (timeclock-workday-remaining):
3070 Check whether `discrep' is non-null before using it.
3c799aec 3071
ae3ce418
JW
30722001-03-16 John Wiegley <johnw@gnu.org>
3073
3074 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3075 first-time checkins.
3076 (timeclock-log-data): Fixed problem with reading timelog log file.
3077 Resulting data in the "day list" was incorrect.
3078 (timeclock-find-discrep): Check if `timeclock-file' is readable
3079 before opening it.
3080 (timeclock-time-less-p): New function.
3081 (timeclock-day-base): New function.
3082 (timeclock-geometric-mean): New function.
3083 (timeclock-generate-report): Generate a summary report based on
3084 the contents of the log file. This uses `timeclock-log-data', and
3085 is an example of writing a timelog manipulation function.
3086 (timeclock-visit-timelog): A quick command for opening the timelog
3087 file.
3088 (timeclock-log-data): Bound the variable event.
3089
c8d4a9bb
KH
30902001-03-16 Kenichi Handa <handa@etl.go.jp>
3091
83c9cb8e
SM
3092 * international/mule-cmds.el (select-safe-coding-system):
3093 Fix typo: symbol-name -> symbol-value.
11d56c64 3094
c8d4a9bb
KH
3095 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3096 before substitute-in-file-name to handle double slashes in FILE
3097 correctly.
3098
c899e7e6
GM
30992001-03-15 Gerd Moellmann <gerd@gnu.org>
3100
3101 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3102 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3103
819dce0f
GM
31042001-03-14 Gerd Moellmann <gerd@gnu.org>
3105
697617d9
GM
3106 * bindings.el (features): Add `md5' and `overlay' to the list.
3107
819dce0f
GM
3108 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3109 bound before using it. It's not bound when configured without X,
3110 for instance.
3111
e0067a9d
TTN
31122001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
3113
3114 * progmodes/hideshow.el: Update copyright.
3115 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 3116 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 3117
afcdc0a1
GM
31182001-03-13 Gerd Moellmann <gerd@gnu.org>
3119
e0067a9d 3120 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
3121 a non-list.
3122
30564c48
EZ
31232001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
3124
3125 * startup.el (fancy-splash-tail, command-line-1): Fix the
3126 copyright year.
3127
2b8e24b3
KH
31282001-03-13 Kenichi Handa <handa@etl.go.jp>
3129
3130 * term.el: These changes are based on a patch sent from Yong Lu
3131 <lyongu@yahoo.com>.
3132 (term-set-escape-char): Bind M-x to execute-extended-command in
3133 term-raw-escape-map.
3134 (term-move-columns): Don't try to move to negagive column.
3135 (term-emulate-terminal): Insert a string before deleting a text to
3136 overwrite.
3137
789b6186
GM
31382001-03-12 Gerd Moellmann <gerd@gnu.org>
3139
b0778a31
GM
3140 * play/life.el (life): Rearrange code so that all calls to
3141 life-display-generation are in a catch-form.
3142
04528cda
GM
3143 * progmodes/etags.el (tags-loop-continue): Don't change point in a
3144 file that isn't interesting. In an interesting file, push the old
3145 value of point on the mark ring.
3146
760cefb5
GM
3147 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3148 New function.
3149 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3150 Use it.
3151
83c9cb8e
SM
3152 * emacs-lisp/autoload.el (generate-file-autoloads):
3153 Remove warning about line lengths.
789b6186 3154
a2ffbafe
FP
31552001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3156
3157 * progmodes/etags.el (tags-compression-info-list): New variable.
3158 (find-tag-in-order): Use it to deal with compressed source files.
3159 (tag-file-name-match-p): New function.
3160 (etags-recognize-tags-table): Use it for better match of file names.
3161
5c9d9d92
KH
31622001-03-12 Kenichi Handa <handa@etl.go.jp>
3163
ba3e9b9b
KH
3164 * international/mule-cmds.el (register-input-method): Doc fix.
3165
5c9d9d92
KH
3166 * international/quail.el (quail-translate-key): Fix condition to
3167 check if there's another breaking point in the current key.
3168
40beecee
EZ
31692001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
3170
3171 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3172 Babyl header to the newly-created output file, bind
3173 coding-system-for-write to either rmail-file-coding-system or
3174 emacs-mule-unix.
3175
75c6cb7f
SM
31762001-03-11 Stefan Monnier <monnier@cs.yale.edu>
3177
3178 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3179 Fix the name and regexp used for subsubsections.
3180
5ec17636
DL
31812001-03-10 Dave Love <fx@gnu.org>
3182
3183 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3184 and save-buffer if buffer-file-name non-nil. From rms.
3185
6d2e2c02
AS
31862001-03-10 Andre Spiegel <spiegel@gnu.org>
3187
3188 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 3189 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
3190 to reflect that.
3191 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 3192 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
3193 variable bindings that might affect the diff command.
3194 (vc-print-log): Don't switch to the *vc* buffer before the
3195 command, so that local variable bindings are preserved.
3196
789b6186 3197 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
3198 not the current buffer.
3199 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3200
789b6186 3201 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 3202 make output go to buffer *vc*, not the current buffer.
a2ffbafe 3203
b18f5523
SM
32042001-03-09 Stefan Monnier <monnier@cs.yale.edu>
3205
3206 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3207 so ^, $, *, ? and + are interpreted correctly.
3208
3cfd8357
GM
32092001-03-09 Gerd Moellmann <gerd@gnu.org>
3210
c085b77c 3211 * help.el (string-key-binding): Renamed from
f9db8f19
SM
3212 mode-line-key-binding. Handle any event on a string.
3213 Check for `keymap' properties as well as `local-map' properties.
c085b77c 3214
3cfd8357
GM
3215 * comint.el (comint-insert-clicked-input): Use the last key
3216 from this-command-keys to lookup the global key definition.
3217
348f797a
KH
32182001-03-09 Kenichi Handa <handa@etl.go.jp>
3219
3ebf3717
KH
3220 * international/characters.el: Add category `j' for
3221 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
3222
348f797a
KH
3223 * international/mule-conf.el (no-conversion): Fix docstring.
3224 (raw-text): Fix docstring.
3225
e1fbabaf
GM
32262001-03-08 Gerd Moellmann <gerd@gnu.org>
3227
96e8e603
GM
3228 * simple.el (choose-completion-string): When not leaving the
3229 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3230 is set.
3231
e1fbabaf
GM
3232 * window.el (shrink-window-if-larger-than-buffer): Handle frame
3233 parameter `(minibuffer . t)'.
3234
f9db8f19
SM
32352001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3236
3237 * progmodes/sh-script.el (sh-st-symbol): New symbol.
3238 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3239 (sh-mode): Remove `make-local-variable' for unused var
3240 `font-lock-unfontify-region-function'.
3241
02756877
RS
32422001-03-07 Richard M. Stallman <rms@gnu.org>
3243
132bf46d
RS
3244 * info.el (Info-scroll-down): Fix previous change.
3245
02756877
RS
3246 * mail/rmail.el (rmail-toggle-header): Use a window which
3247 is showing the Rmail buffer, rather than the selected window.
3248
eeb24429
DL
32492001-03-07 Dave Love <fx@gnu.org>
3250
3251 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3252 now, to avoid problems with binding imenu directly to a mouse event.
3253
3bdf2660
GM
32542001-03-07 Gerd Moellmann <gerd@gnu.org>
3255
3256 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3257 second arg t.
3258
32592001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
3260
3261 * log-edit.el (log-edit-common-indent): New var.
3262 (log-edit-set-common-indentation): Renamed from
3263 log-edit-delete-common-indentation. Use the new var.
3264 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3265
3266 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3267 (cvs-mode-add-change-log-entry-other-window):
3268 Don't presume change-log-default-name is defined.
3269
3270 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3271
3272 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3273 the "tree" operation as well.
3274
3275 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3276
3277 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3278 to match paragraph-start.
3279
3280 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3281 comment-start-skip and set comment-end-skip as well.
3282 (sgml-comment-indent): Fix for new value of comment-start-skip.
3283 (html-autoview-mode): Don't bother using make-local-hook.
3284
2ad02767
GM
32852001-03-07 Gerd Moellmann <gerd@gnu.org>
3286
189638d5 3287 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 3288 variables, otherwise long Custom entries would make them ineffective.
189638d5 3289
2ad02767
GM
3290 * uniquify.el: Set maintainer to FSF.
3291
656f8cae
EZ
32922001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
3293
3294 * dired-aux.el (dired-do-shell-command): Doc fix.
3295
c83965c4
SM
32962001-03-06 Stefan Monnier <monnier@cs.yale.edu>
3297
04af43bc
SM
3298 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3299
3300 * which-func.el (which-func-modes): Add cperl-mode.
3301 (which-func-mode-global): Use define-minor-mode.
3302
3303 * info-look.el: Docstring fixes and dead code eliminated.
3304 (cperl-mode): Add support.
3305 (emacs-lisp-mode): List all entries from elisp manual, whether
3306 or not they are currently (f)bound or not. Update regexp.
3307
3308 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3309
c83965c4
SM
3310 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3311 so that C-h m shows the correct information.
3312 Use make-local-variable rather than make-variable-buffer-local.
3313 (cperl-info-buffer, cperl-setup-tmp-buf):
3314 Use make-local-variable rather than make-variable-buffer-local.
3315 (cperl-msb-fix, cperl-get-help-defer):
3316 Check major-mode for `cperl-mode' as well.
3317
3318 * progmodes/cperl-mode.el: Updated to author version 4.23.
3319 (cperl-electric-pod): SYNOPSIS was misspelled.
3320 (cperl-find-pods-heres): @if ? a : b was considered a REx.
3321 (cperl-after-expr-p): Make true after __END__.
3322
f16a7aa5
GM
33232001-03-06 Gerd Moellmann <gerd@gnu.org>
3324
157ae273 3325 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 3326 bookmark-completion-ignore-case is t.
157ae273 3327
f16a7aa5
GM
3328 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3329 switch, like xterm, and concat resource strings, with a newline
3330 between them.
3331
abaddb98
EZ
33322001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
3333
a2ffbafe 3334 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
3335 (cp773-decode-table, cp774-decode-table): New variables.
3336
abaddb98
EZ
3337 * man.el (Man-hyphenated-reference-regexp): New variable.
3338 (Man-build-references-alist): Use it to search for referenced
3339 manpages. If hyphenated is non-nil, record a concatenated word in
3340 Man-refpages-alist only if it matches Man-reference-regexp.
3341 Update word's length when it is concatenated. Reverse the list,
3342 to get the first manpage at the head.
3343 (Man-possibly-hyphenated-word): New function.
3344 (Man-follow-manual-reference): Use it instead of current-word to
3345 find a manpage at point, in a way that accounts for hyphenated
3346 references.
3347
eb3f61dd
GM
33482001-03-06 Alex Schroeder <alex@gnu.org>
3349
3350 * sql.el (sql-interbase): New function.
3351 (sql-interbase-program): New option.
3352 (sql-interbase-options): New option.
3353 And some typos fixed: "customise" to "customize".
3354
fa84f42a
DL
33552001-03-06 Dave Love <fx@gnu.org>
3356
83c9cb8e
SM
3357 * textmodes/flyspell.el (flyspell-region):
3358 Set up flyspell-local-mouse-map.
fa84f42a 3359
fda3411d
RS
33602001-03-05 Richard M. Stallman <rms@gnu.org>
3361
a2ffbafe 3362 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
3363 Don't call rmail-beginning-of-message.
3364 Don't discard From: field. Do discard Received: field.
3365 Use unwind-protect to re-prune.
3366 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 3367
e972ab1f
KH
33682001-03-06 Kenichi Handa <handa@etl.go.jp>
3369
3370 * international/quail.el (quail-title): Add autoload cookie.
3371
335db3c1
DL
33722001-03-05 Dave Love <fx@gnu.org>
3373
3374 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3375 new defs.
3376
278dd6ac
KH
33772001-03-05 Kenichi Handa <handa@etl.go.jp>
3378
83c9cb8e
SM
3379 * language/ethio-util.el (ethio-toggle-space):
3380 Update current-input-method-title if necessary.
36d5e61d
KH
3381 (ethio-toggle-punctuation): Likewise.
3382
341cd4f0
KH
3383 * international/quail.el (quail-title): Fix for the case that a
3384 title of an input method is specified by a list of the same form
3385 as used in mode-line-format.
3386
83c9cb8e
SM
3387 * international/mule-cmds.el (activate-input-method):
3388 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
3389 respect that value.
3390
10ebaeb6
GM
33912001-03-05 Gerd Moellmann <gerd@gnu.org>
3392
3393 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3394
7a65c85c
GM
33952001-03-05 Alex Schroeder <alex@gnu.org>
3396
3397 * sql.el (sql-sybase): Fix typo (was: query user about server two
3398 times instead of server and database).
3399
3400 * sql.el (sql-sybase): Doc change.
3401 (sql-mysql): Doc change.
3402 (sql-postgres): Doc change.
3403
b86644f2
KH
34042001-03-05 Kenichi Handa <handa@etl.go.jp>
3405
83c9cb8e
SM
3406 * international/mule-conf.el (emacs-mule, raw-text):
3407 Docstring modified.
b86644f2 3408
e30bd7b7
EZ
34092001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
3410
3411 * term/internal.el: Update copyright notice.
3412
3413 * term/pc-win.el: Update copyright notice.
3414
7e365285
DL
34152001-03-02 Dave Love <fx@gnu.org>
3416
83c9cb8e
SM
3417 * files.el (insert-file-contents-literally):
3418 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3419 not jka-compr-compression-info-list.
7e365285 3420
75ed43a6
SM
34212001-03-02 Stefan Monnier <monnier@cs.yale.edu>
3422
3423 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3424 spaces in default comment-start-skip settings rather than \s-.
3425
53c4b1e6
EZ
34262001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
3427
3428 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3429 default-frame-alist as well.
3430
028d739a
DL
34312001-03-01 Dave Love <fx@gnu.org>
3432
3433 * textmodes/reftex.el (defvar): Wrap some defvars in
3434 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
3435
3436 * subr.el (event-basic-type): Doc fix.
3437
3438 * international/quail.el: Doc fixes.
3439
3440 * international/utf-8.el: Doc fixes.
3441
3442 * international/mule-cmds.el: Doc fixes.
3443 (leim-list-header): Fix header text.
3444
3445 * international/mule.el (coding-system-category): Doc fix.
3446
3447 * international/ccl.el (ccl-compile): Doc fix.
3448
15d1caef
SM
34492001-03-01 Stefan Monnier <monnier@cs.yale.edu>
3450
3451 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3452 rather than (before|after)-change-functions.
3453
f84ff02c
GM
34542001-03-01 Gerd Moellmann <gerd@gnu.org>
3455
3456 * ediff-util.el (ediff-scroll-horizontally): Arrange for
3457 scroll-left and scroll-right being called interactively so that
3458 they set the window's min_hscroll.
3459
e0c1e774
EZ
34602001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
3461
3462 * info.el (info-insert-file-contents-1): Accept an additional
3463 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
3464 `suffix'; otherwise use the complicated MS-DOS code.
3465 All callers changed.
e0c1e774
EZ
3466 (info-insert-file-contents, Info-find-node): If the MS-DOS port
3467 can access long file names, try the long file-name version of
3468 `info-insert-file-contents-1', then the short file-name version.
3469
b8b2ea31 34702001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 3471
af122766
KH
3472 * language/ethio-util.el (setup-ethiopic-environment-internal):
3473 Change bindings of functions keys to conform to "Emacs Lisp Coding
3474 Convention".
3475
3476 * language/ethiopic.el ("Ethiopic"): Add documentation.
3477
b8b2ea31
KH
34782001-02-28 Kenichi Handa <handa@etl.go.jp>
3479
1d64e2ad
KH
3480 * international/utf-8.el (mule-utf-8): Set coding-category
3481 property to coding-category-utf-8.
3482
91cb6e51
RS
34832001-02-27 Richard M. Stallman <rms@gnu.org>
3484
3485 * lpr.el (lpr-page-header-switches, print-region-1):
3486 Undo 2000-07-06 change.
7298f3f7
RS
3487 (lpr-add-switches): Default to t on gnu/linux.
3488
c0cb1027
GM
34892001-02-27 Gerd Moellmann <gerd@gnu.org>
3490
3491 * bs.el (bs-attributes-list): Doc fix.
3492
01459648
GM
34932001-02-26 Gerd Moellmann <gerd@gnu.org>
3494
baebd8a5 3495 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 3496
01459648
GM
3497 * help.el (view-order-manuals): Use goto-address.
3498
3499 * startup.el (command-line-1): Add info about ordering manuals
3500 to the not so fancy splash screens.
3501
f93e614e
AS
35022001-02-26 Andre Spiegel <spiegel@gnu.org>
3503
01459648
GM
3504 * vc.el (vc-default-workfile-unchanged-p)
3505 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 3506
12435002
GM
35072001-02-26 Gerd Moellmann <gerd@gnu.org>
3508
a2ffbafe 3509 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
3510 fontify in the right buffer.
3511
12435002
GM
3512 * allout.el (outline-flag-region): Move macro in front of first
3513 use to avoid a run-time error.
3514
425de386
AI
35152001-02-24 Andrew Innes <andrewi@gnu.org>
3516
3517 * makefile.w32-in: Fix copyright notice.
3518
66c56ed1
KH
35192001-02-24 Kenichi Handa <handa@etl.go.jp>
3520
4c1593ce
KH
3521 * international/utf-8.el (mule-utf-8): Set correct value for
3522 valid-codes property.
3523
66c56ed1
KH
3524 * international/fontset.el (x-complement-fontset-spec): In the
3525 case that we use ASCII font for the other charsets, use only
15d1caef 3526 family and registry part of it.
66c56ed1 3527
119171dd
EZ
35282001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3529
3530 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3531 (shrink-window-if-larger-than-buffer): Doc fix.
3532
932c309e
SM
35332001-02-23 Stefan Monnier <monnier@cs.yale.edu>
3534
3535 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3536 predicate passed to completing-read.
3537
9b760e36
EZ
35382001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3539
3540 * startup.el (command-line): Fix last change.
3541
5c39a60f
JR
35422001-02-23 Jason Rumney <jasonr@gnu.org>
3543
3544 * startup.el (tool-bar-originally-present): New variable.
3545 (command-line): Set it if the tool-bar is switched on at startup.
3546
3547 * frame.el (frame-notice-user-settings): Only adjust frame height
3548 for no tool-bar case if tool-bar was originally switched on.
796ead7e 3549 From E. Jay Berkenbilt.
5c39a60f 3550
cb91b2c7
SM
35512001-02-22 Stefan Monnier <monnier@cs.yale.edu>
3552
39b557e8
SM
3553 * server.el (server-switch-buffer): Only switch window if the
3554 current one is dedicated.
3555
cb91b2c7
SM
3556 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
3557 rather than using (match-beginning 0) when searching for break point.
3558
9238a8df
EZ
35592001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
3560
3561 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
3562 @ follows an accent command such as @'. Support optional braces
3563 in commands that insert accents, like makeinfo does.
3564
3473f362
GM
35652001-02-22 Gerd Moellmann <gerd@gnu.org>
3566
3567 * startup.el (fancy-splash-text): Add a line for ordering
3568 manuals. Reverse order of splash screens shown.
3569 (use-fancy-splash-screens-p): Adapt to the text line added.
3570
3571 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
3572 manuals from the FSF.
3573
3574 * help.el (view-order-manuals): New function.
3575 (toplevel): Bind C-h C-m to this function.
3576
76a4de07
SM
35772001-02-21 Stefan Monnier <monnier@cs.yale.edu>
3578
3579 * newcomment.el (comment-forward): Skip the comment-start before
3580 searching for the comment-end.
3581
75b71d85
DL
35822001-02-21 Dave Love <fx@gnu.org>
3583
2f4c9a87
DL
3584 * custom.el (custom-initialize-changed, defcustom): Doc fix.
3585
75b71d85
DL
3586 * international/mule-cmds.el, international/mule.el: Doc fixes.
3587
ffc9ff0c
GM
35882001-02-21 Gerd Moellmann <gerd@gnu.org>
3589
3590 * startup.el (fancy-splash-screens): Use display-hourglass
3591 instead of display-busy-cursor.
3592
3593 * frame.el (display-hourglass): Renamed from busy-cursor.
3594 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
3595 (show-cursor-in-non-selected-windows): Doc fix.
3596
f34eb373
DL
35972001-02-20 Dave Love <fx@gnu.org>
3598
3599 * international/utf-8.el: Doc and commentary fixes.
3600
f55e4a7e
EZ
36012001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
3602
3603 * ehelp.el (with-electric-help): Doc fix.
3604
fa97adf6
GM
36052001-02-20 Gerd Moellmann <gerd@gnu.org>
3606
3607 * msb.el (msb-mode): Call the update-buffers function explicitly
3608 with a FORCE argument.
3609
3610 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
3611 FORCE. If set, update the menu even if frame-or-buffer-changed-p
3612 returns nil.
3613
54ed3bd2
GM
36142001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3615
3616 * ps-print.el: Timestamp package replacement. Some enhancements.
3617 Some XEmacs compatibility. Doc fix.
3618 (ps-print-version): New version number (6.4).
3619 (ps-printer-name): Initialization fix.
3620 (ps-zebra-stripe-follow): Funcionality enhancement.
3621 (ps-prologue-file): Code enhancement.
3622 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
3623 (ps-setup, ps-face-bold-p, ps-face-italic-p)
3624 (ps-get-page-dimensions)
54ed3bd2
GM
3625 (ps-generate-header, ps-begin-file, ps-begin-job)
3626 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
3627 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
3628 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
3629 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 3630
e8ebf97d
MB
36312001-02-20 Miles Bader <miles@gnu.org>
3632
3633 * image-file.el (image-file-name-extensions): Add "tif".
3634
136b27c5
GM
36352001-02-19 Gerd Moellmann <gerd@gnu.org>
3636
3637 * wid-edit.el (widget-button-click): Save the selected window
3638 around the code handling clicks on buttons.
3639
6ebbcf59
DL
36402001-02-18 Dave Love <fx@gnu.org>
3641
3642 * imenu.el (imenu--generic-function): Use mapc to iterate over
3643 syntax characters.
3644
595ded73
RS
36452001-02-17 Richard M. Stallman <rms@gnu.org>
3646
b9fe3dc8
RS
3647 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
3648
595ded73
RS
3649 * uniquify.el (uniquify-buffer-name-style): Doc fix.
3650
f3f053f3
GM
36512001-02-16 Gerd Moellmann <gerd@gnu.org>
3652
3653 * mouse.el (mouse-save-then-kill): If the distance from the new
3654 point to the mark is equal to the distance of point from the new
3655 point, move point instead of the mark.
3656
11570a8f
DL
36572001-02-16 Dave Love <fx@gnu.org>
3658
3659 * textmodes/flyspell.el (flyspell-get-word): Return string without
3660 properties.
3661
fb339cd5
EZ
36622001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3663
3664 * generic.el (generic-find-file-regexp): Doc fix.
3665 (generic-ignore-files-regexp): New defcustom.
3666 (generic-mode-find-file-hook): If the file's name matches the
3667 regexp in `generic-ignore-files-regexp', don't enter
3668 default-generic-mode. Doc fix.
3669
c56b1c1b
GM
36702001-02-16 Gerd Moellmann <gerd@gnu.org>
3671
a2ffbafe 3672 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
3673 Add autoload cookies.
3674
a2ffbafe 3675 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
3676 of cal-tex-24.
3677
0d140e65
EZ
36782001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3679
81558867
EZ
3680 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
3681
0d140e65
EZ
3682 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
3683 the character class after the (optional) drive, to support file
3684 names with embedded blanks.
3685
713f7b15
SS
36862001-02-15 Sam Steingold <sds@gnu.org>
3687
3688 * textmodes/tex-mode.el (tex-shell-running):
3689 Check the process buffer too.
3690
9a2a6f73
DL
36912001-02-15 Dave Love <fx@gnu.org>
3692
3693 * battery.el (battery-status-function): Fix doc, :type.
3694
15d1caef 3695 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 3696
fe10cef0
GM
36972001-02-15 Gerd Moellmann <gerd@gnu.org>
3698
3699 * subr.el (read-passwd): Clear Lisp memory holding password.
3700
126f5d4d
MB
37012001-02-15 Miles Bader <miles@gnu.org>
3702
3703 * info.el (Info-copy-current-node-name): New function.
3704 (Info-mode-menu): Add it to the menu.
3705
92e98d63
RS
37062001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
3707
3708 * international/mule-cmds.el (toggle-input-method): Doc fix.
3709
dd4e0e55
SM
37102001-02-13 Stefan Monnier <monnier@cs.yale.edu>
3711
3712 * replace.el (occur): Stop at end of buffer.
3713
402dbbd1
EZ
37142001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
3715
3716 * international/mule-cmds.el (set-input-method): Another doc fix.
3717
e9fcba3d
GM
37182001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
3719
3720 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
3721
78ad1cd5
MB
37222001-02-13 Miles Bader <miles@gnu.org>
3723
713f7b15 3724 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
3725 (set-face-stipple): Treat a value of nil as being `unspecified'.
3726
fce9d9dc
DL
37272001-02-12 Dave Love <d.love@dl.ac.uk>
3728
3729 * international/latin1-disp.el: Doc fixes.
3730 (latin1-display) <defgroup>: Add :link.
3731 (latin1-display) <function>: Set variable latin1-display.
3732
bc406911
EZ
37332001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
3734
3735 * international/mule-cmds.el (set-input-method): Doc fix.
3736
68514d48
EL
37372001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
3738
3739 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
3740 (speedbar-line-file): Return nil if not a file.
3741 (speedbar-buffers-line-path): Return file for tags, and dir for files.
3742
513bea45 37432001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 3744
513bea45
MK
3745 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
3746 for remote files.
bc406911 3747 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 3748 with raw-text.
713f7b15 3749
513bea45 3750 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 3751
83c9cb8e
SM
3752 * ediff-util.el (ediff-compute-custom-diffs-maybe):
3753 Better handling of the diff mode.
713f7b15 3754
513bea45 3755 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 3756
bc406911 3757 * viper.texi: Fix typos.
713f7b15 3758
521d4010
DL
37592001-02-11 Dave Love <fx@gnu.org>
3760
36fd8e17
DL
3761 * shadowfile.el: Doc fixes.
3762 (shadow) <defgroup>: Add :link.
3763 (shadowfile-unload-hook): New function.
3764 (shadow-initialize): Use defalias, not fset.
3765 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 3766 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 3767
521d4010
DL
3768 * international/mule.el: Doc and message fixes.
3769
36fd8e17
DL
3770 * international/ccl.el (define-ccl-program): Doc fix.
3771
92395bbe
KH
37722001-02-11 Kenichi Handa <handa@etl.go.jp>
3773
3774 * faces.el (mode-line): Set :line-width property to -1.
3775
103db06c
RS
37762001-02-10 Richard M. Stallman <rms@gnu.org>
3777
08b78974
RS
3778 * complete.el (partial-completion-mode): Doc fix.
3779
103db06c
RS
3780 * simple.el (delete-key-deletes-forward-mode):
3781 Change `let' to `let*' to fix gross bug in last change.
3782
3783 * repeat.el (repeat): Don't let execute-kbd-macro alter
3784 real-last-command.
3785
a6a1ee53
EZ
37862001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
3787
3788 * simple.el (eval-expression): Doc fix.
3789
d2f288c6
DL
37902001-02-09 Dave Love <fx@gnu.org>
3791
038f4ae3
DL
3792 * imenu.el (imenu-generic-expression): Doc fix.
3793
83c9cb8e
SM
3794 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
3795 From Juanma Barranquero.
038f4ae3 3796
15d1caef 3797 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 3798
9804b846
KH
37992001-02-09 Kenichi Handa <handa@etl.go.jp>
3800
3801 * faces.el (set-face-attribute): Describe the case of a negative
3802 value specified for :line-width.
3803
532f5197
SM
38042001-02-08 Stefan Monnier <monnier@cs.yale.edu>
3805
3806 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 3807 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 3808
1d279666
DL
38092001-02-08 Dave Love <fx@gnu.org>
3810
4681ca3a
DL
3811 * wid-edit.el (widget-plist-convert-widget): Replace binding of
3812 widget-plist-value-type.
3813 (widget-alist-convert-widget): Replace binding of
3814 widget-alist-value-type.
3815
1d279666
DL
3816 * textmodes/paragraphs.el (sentence-end): Doc fix.
3817
83c9cb8e
SM
3818 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
3819 Remove `backward-line'.
1d279666 3820
532f5197
SM
3821 * play/pong.el (pong-blank-color, pong-bat-color)
3822 (pong-ball-color, pong-border-color, pong-left-key)
3823 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
3824 (pong-pause-key, pong-resume-key, pong-timer-delay):
3825 * mail/mh-comp.el (mh-compose-letter-function):
3826 * eshell/esh-mode.el (eshell-skip-prompt-function):
3827 * emulation/viper-ex.el (ex-unix-type-shell-options):
3828 * recentf.el (recentf-menu-filter):
3829 * ps-print.el (ps-print-region-function):
3830 * lpr.el (print-region-function):
3831 * forms.el (forms-mode-hooks):
3832 * dirtrack.el (dirtrack-directory-change-hook):
3833 * cus-start.el (temp-buffer-show-function, display-buffer-function):
3834 * textmodes/spell.el (spell-filter):
3835 * textmodes/fill.el (adaptive-fill-function):
3836 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
3837 * progmodes/etags.el (find-tag-default-function):
3838 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
3839 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3840
6f676109
EZ
38412001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
3842
751d3bc4
EZ
3843 * emulation/viper-init.el (viper-fast-keyseq-timeout)
3844 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
3845 Meyering <jim@meyering.net>.
3846
6f676109
EZ
3847 * loadup.el: Revert last change.
3848
d3c26cdf
KH
38492001-02-07 Kenichi Handa <handa@etl.go.jp>
3850
83c9cb8e
SM
3851 * international/mule.el (transform-make-coding-system-args):
3852 Make it work also for coding systems not using CCL.
d3c26cdf 3853
44806980
EZ
38542001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3855
9889af08
EZ
3856 * simple.el (previous-matching-history-element)
3857 (next-matching-history-element): Doc fix.
3858
44806980
EZ
3859 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
3860 specific part.
3861
1e36ff68
DL
38622001-02-06 Dave Love <fx@gnu.org>
3863
713f7b15 3864 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
3865 (add-log-buffer-file-name-function, add-log-file-name-function):
3866 Fix :type.
3867 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
3868
c7ca58df
EZ
38692001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3870
fecd556a
EZ
3871 * info.el (info-initialize): Remove the test for system-type when
3872 invocation-directory is non-nil.
3873
c7ca58df
EZ
3874 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
3875 of `font-lock-defaults' to `backward-paragraph' rather than nil.
3876
587b5737
AI
38772001-02-06 Andrew Innes <andrewi@gnu.org>
3878
3879 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
3880 absolute.
3881
baf7eee4
GM
38822001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
3883
3884 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
3885 buffers. When hi-lock turned on rather than only checking current
3886 buffer for regexps, all buffers are checked. Moved activation of
3887 font-lock to hi-lock-refontify. When font-lock turned off rather
3888 than removing added highlighting just in current buffer, remove it
3889 in all buffers. Changed edit menu text from "Automatic
3890 Highlighting" to "Regexp Highlighting" Documentation for
3891 highlighting phrases, minor documentation changes.
3892 (hi-lock-set-file-patterns): Execute only if there are new or
3893 existing file patterns.
3894 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
3895 unfontify and, if a support mode is active, will not refontify the
3896 whole buffer. If necessary, turn on font lock. (Removed
3897 font-lock-unfontify and font-lock support-mode-specific calls,
3898 such as lazy-lock-fontify-window.)
3899 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
3900 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 3901 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
3902 (hi-lock-face-phrase-buffer): New function. Also added related
3903 menu item and keybinding.
3904 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
3905 (hi-lock-process-phrase): New function.
3906 (hi-lock-line-face-buffer): Doc fixes.
3907 (hi-lock-face-buffer): Doc fixes.
3908 (hi-lock-unface-buffer): Doc fixes.
713f7b15 3909
36710aa6
GM
39102001-02-06 Gerd Moellmann <gerd@gnu.org>
3911
3912 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
3913 dabbrev-ignored-regexps.
3914
d3f22784
EZ
39152001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3916
3917 * simple.el (kill-line): Doc fix.
3918
5cb3c8d4
DL
39192001-02-05 Dave Love <fx@gnu.org>
3920
3921 * loadup.el: Revert last two changes -- bootstrapping works with
3922 regenerated loaddefs.
3923
e6297e7d
EZ
39242001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
3925
1e14b095
EZ
3926 * isearch.el (isearch-forward): Doc fix.
3927
e6297e7d
EZ
3928 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
3929 of font-lock-defaults to backward-paragraph.
3930
e16f52ce
GM
39312001-02-05 Gerd Moellmann <gerd@gnu.org>
3932
3933 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
3934 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
3935
01d19dd7
GM
39362001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3937
3938 * ebnf2ps.el: Eliminate time-stamp functions.
3939 (ebnf-version): New version (3.5).
3940 (ebnf-eps-finish-and-write): Replace time-stamp functions by
3941 format-time-string.
3942
24886813
GM
39432001-02-05 Gerd Moellmann <gerd@gnu.org>
3944
3945 * simple.el (next-line): Goto end-of-line before inserting a newline.
3946
65e70fc4
MB
39472001-02-05 Miles Bader <miles@gnu.org>
3948
3949 * image-file.el (insert-image-file): When visiting an image, also
3950 set `truncate-lines' to t so that any fringe arrow looks correct.
3951
482f06c9
KH
39522001-02-05 Kenichi Handa <handa@etl.go.jp>
3953
3954 * isearch.el (isearch-forward): Add description about input method
3955 in the docsting.
3956
02399da7
SM
39572001-02-04 Stefan Monnier <monnier@cs.yale.edu>
3958
3959 * skeleton.el (skeleton-internal-1): Always push the mark for @.
3960
2c366083
EZ
39612001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3962
3963 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 3964 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 3965
bdadfce3
GM
39662001-02-02 Gerd Moellmann <gerd@gnu.org>
3967
79fb38c0
GM
3968 * wid-edit.el (widget-button-click): Fix last change.
3969
bdadfce3
GM
3970 * frame.el (frame-notice-user-settings): When resizing the initial
3971 frame because the tool bar is off, also change the frame's top
3972 position if a negative top position was specified.
3973
33155ffb
MB
39742001-02-02 Miles Bader <miles@gnu.org>
3975
3976 * image-file.el (insert-image-file): When visiting an image,
3977 suppress the cursor in the image buffer.
3978
1355ba0c
DL
39792001-02-01 Dave Love <fx@gnu.org>
3980
3981 * progmodes/f90.el (f90-mode): Remove startup message.
3982
fb758d2d 3983 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 3984
01acdb05
GM
39852001-02-01 Gerd Moellmann <gerd@gnu.org>
3986
3987 * startup.el (command-line): Fix code determining whether or not
3988 to use delete-key-deletes-forward-mode.
3989
5b1ee316
AS
39902001-02-01 Andre Spiegel <spiegel@gnu.org>
3991
3992 * vc.el (vc-diff-switches): New user option.
3993 (vc-version-diff): Use it.
3994 (vc-diff-switches-list): New macro.
3995
83c9cb8e
SM
3996 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
3997 New customization options.
5b1ee316
AS
3998 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
3999
4000 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4001
00b1e7a1
GM
40022001-02-01 Gerd Moellmann <gerd@gnu.org>
4003
4004 * msb.el (toplevel): Quote hook symbols.
4005
85827036
KH
40062001-02-01 Kenichi Handa <handa@etl.go.jp>
4007
8e028499 4008 * international/mule.el (make-coding-system): Add description
3c948dde 4009 about recognized properties in the docstring.
8e028499 4010
85827036
KH
4011 * international/mule-conf.el: Remove unused charsets
4012 mac-roman-lower and mac-roman-upper.
4013
7ccf7ab9
GM
40142001-01-31 Gerd Moellmann <gerd@gnu.org>
4015
2441692d
GM
4016 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4017 is in front of the left-margin, if any.
4018
ee5cece0
GM
4019 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4020 like `delete'.
4021
83c9cb8e 4022 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 4023
7ccf7ab9
GM
4024 * term/w32-win.el (mouse-set-font): Doc fix.
4025
b4f30ec5 40262001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 4027
b4f30ec5
GM
4028 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4029 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4030 on already.
4031
03e0fe6e
GM
40322001-01-31 Markus Rost <rost@math.ohio-state.edu>
4033
4034 * files.el (save-buffer): Don't give message if (buffer-file-name)
4035 returns nil.
713f7b15 4036
8f289acc
EZ
40372001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
4038
cb4aae04
EZ
4039 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4040
dbd98b19
EZ
4041 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4042 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
4043
8f289acc
EZ
4044 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4045 display problems.
4046
c12553c1
KH
40472001-01-31 Kenichi Handa <handa@etl.go.jp>
4048
c7bf5db9
KH
4049 * international/mule.el (charset-info): Fix docstring.
4050
4051 * international/mule-diag.el (describe-character-set): Check final
4052 char valid before printing it.
c12553c1 4053
14f16b9c
GM
40542001-01-30 Gerd Moellmann <gerd@gnu.org>
4055
efaa080b
GM
4056 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4057
eef93f99
GM
4058 * frame.el (frame-notice-user-settings): Do the tool-bar
4059 stuff only for graphical displays. Fix a braino.
713f7b15 4060
14f16b9c
GM
4061 * frame.el (frame-initialize): Create initial frame visible.
4062 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 4063 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
4064
4065 * startup.el (command-line): Remove manipulation of frame
4066 height for tool bars.
4067
4ad25e43
EZ
40682001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4069
4070 * lpr.el: Compatibility with XEmacs and doc fixes.
4071 (lpr-windows-system, lpr-lp-system): New vars.
4072 (lpr-printer-switch): New defcustom.
4073 (printer-name, lpr-command): Customization fix.
4074 (print-region-1): Code fix.
4075 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
4076 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4077 New functions.
4ad25e43 4078
e8f044a0
GM
40792001-01-29 Gerd Moellmann <gerd@gnu.org>
4080
4081 * msb.el (toplevel): Fix the eval-after-load.
4082
850d5045
GM
40832001-01-29 Dave Love <fx@gnu.org>
4084
762fe76e
DL
4085 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4086
4087 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4088
83c9cb8e 4089 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
4090 (tcl-using-emacs-19-23): Consider Emacs 21+.
4091 (tcl-help-directory-list, tcl-command-switches): Fix :type.
4092 (tcl-add-emacs-menu): Supply menu name.
4093 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4094
3a768251
GM
40952001-01-29 Gerd Moellmann <gerd@gnu.org>
4096
4097 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4098
274d02f7
SM
40992001-01-29 Stefan Monnier <monnier@cs.yale.edu>
4100
4101 * pcvs.el (cvs-mark-fis-dead): New function.
4102 (cvs-mode-add): Use it.
4103 (cvs-mode-add-change-log-entry-other-window):
4104 Rebind change-log-default-name to itself rather than to nil.
4105
ed5d446e
SS
41062001-01-29 Sam Steingold <sds@gnu.org>
4107
efaa080b 4108 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
4109 `autoload' statements.
4110
e2a80284
EZ
41112001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
4112
8e1db7b3
EZ
4113 * files.el (confirm-kill-emacs): Doc fix.
4114
ff2a1c79
EZ
4115 * frame.el (frame-initialize): Doc fix.
4116
e7b0deaf
EZ
4117 * time-stamp.el (time-stamp-string): Doc fix.
4118
83c9cb8e
SM
4119 * woman.el (WoMan-log-1): Make the log buffer writable.
4120 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 4121
005913e4
GM
41222001-01-29 Gerd Moellmann <gerd@gnu.org>
4123
4124 * imenu.el (imenu-syntax-alist): Add autoload cookie for
4125 the `make-variable-buffer-local'.
4126
58622cc5
GM
41272001-01-29 Dave Love <fx@gnu.org>
4128
4129 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
4130 (ansi-color-for-comint-mode-on, ansi-color-process-output):
4131 Add autoload cookie.
58622cc5
GM
4132 (ansi-color-apply-sequence): Fix typo.
4133
0404d031
GM
41342001-01-29 Gerd Moellmann <gerd@gnu.org>
4135
ed5d446e 4136 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
4137 Postscript printing in black and white.
4138
0404d031
GM
4139 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4140 X-Mailman-Version, Precedence, List-Help, List-Post,
4141 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4142 Content-Type, Content-Length.
4143
3b6ed359
DL
41442001-01-29 Dave Love <fx@gnu.org>
4145
ddd16e7a
DL
4146 * elide-head.el (elide-head): Make overlay evaporate.
4147
83c9cb8e 4148 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 4149
8005142f
EZ
41502001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
4151
4152 * isearch.el (isearch-highlight): Don't punt if the display
4153 doesn't support colors, since isearch faces are defined for
4154 monochrome displays as well.
4155
84728570
SS
41562001-01-27 Sam Steingold <sds@gnu.org>
4157
4158 * shell.el (shell-write-history-on-exit): Make sure that we are in
4159 the shell buffer (M-x tex-file RET inserted the error message into
4160 the TeX buffer).
4161
e26f9ced
EZ
41622001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4163
4164 * simple.el (transient-mark-mode): Doc fix.
4165
dc0274bd
GM
41662001-01-27 Gerd Moellmann <gerd@gnu.org>
4167
83c9cb8e 4168 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 4169
c1acacc4
EZ
41702001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4171
f5058b96
EZ
4172 * shell.el (shell-unquote-argument): If the shell is one of the
4173 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4174 quote character.
4175 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 4176 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 4177
c1acacc4 4178 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 4179 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 4180
103db06c 41812001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 4182
84728570 4183 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
4184 Treat a one-capital-letter abbrev as "not all upper case",
4185 so as to force preservation of the expansion's pattern
4186 if the expansion starts with a capital letter.
4187
cfa70244
EZ
41882001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4189
cfee9de7
EZ
4190 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4191 Doc fix.
4192
cfa70244
EZ
4193 * simple.el (transient-mark-mode): Document the fact that many
4194 commands act on the region when mark is active.
4195
17d90d6b
KH
41962001-01-27 Kenichi Handa <handa@etl.go.jp>
4197
4198 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 4199 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
4200 (quail-show-guidance-buf): Make the multibyteness of current
4201 buffer inherited to Quail guidance buffer.
4202 (quail-help): Make the multibyteness of current buffer inherited
4203 to Quail help buffer.
4204
61076b20
DL
42052001-01-26 Dave Love <fx@gnu.org>
4206
c47e2c68
DL
4207 * time-stamp.el: Doc fixes.
4208
84728570 4209 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
4210 (delphi-keyword-face, delphi-other-face): Fix :type.
4211
940f14b4
DL
4212 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
4213
4214 * mail/feedmail.el (feedmail): Add :link.
4215 (feedmail-send-it): Doc fix.
4216
4217 * mail/sendmail.el: Doc fixes.
4218 (sendmail-send-it): Fix the non-ASCII regexp and use
4219 rfc2047-encode-string.
4220
61076b20
DL
4221 * dired.el, dired-aux.el: Revert last change.
4222
6c317bd2
GM
42232001-01-26 Gerd Moellmann <gerd@gnu.org>
4224
4225 * makefile.w32-in (DONTCOMPILE): Add various term files.
4226
42272001-01-26 Dave Love <fx@gnu.org>
4228
4229 * Makefile.in (DONTCOMPILE): Add various term files.
4230
1c636b5f
GM
42312001-01-26 Gerd Moellmann <gerd@gnu.org>
4232
af900b23
GM
4233 * man.el (Man-default-man-entry, Man-mode): Doc fix.
4234
15fa6db0 4235 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 4236 the echo area is resized to fit the size of the startup message.
15fa6db0 4237
1c636b5f
GM
4238 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4239 part of which is a constant.
4240
9b1adbd5
EZ
42412001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
4242
83c9cb8e 4243 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 4244
103db06c 42452001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
4246
4247 * simple.el (next-line): Don't let `newline' expand abbrevs.
4248 Simplify slightly.
4249 (open-line): Don't let `newline' expand abbrevs.
4250
219227ea
JW
42512001-01-25 John Wiegley <johnw@gnu.org>
4252
4253 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4254 to `repeat' in the :type field.
4255
4256 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4257 allow a choice of regexp or nil.
d2906bf8 4258 (pcomplete-dir-ignore): Same.
219227ea
JW
4259
4260 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4261 a command) to always fail.
4262
ceba0dac
GM
42632001-01-25 Gerd Moellmann <gerd@gnu.org>
4264
4265 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4266 discard the result.
4267 (iswitchb-to-end): Likewise.
4268
9b0630e5
SS
42692001-01-25 Sam Steingold <sds@gnu.org>
4270
4271 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 4272 Require vc.
9b0630e5 4273
a2ed9670
SM
42742001-01-25 Stefan Monnier <monnier@cs.yale.edu>
4275
f0c1adab
SM
4276 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4277
a2ed9670
SM
4278 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4279
34ac3367
DL
42802001-01-25 Dave Love <fx@gnu.org>
4281
61076b20
DL
4282 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4283 (describe-coding-system): Tweak the English text.
4284
34ac3367
DL
4285 * loadup.el: Preload international/ccl for utf-8.
4286
4685e6b7
EZ
42872001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
4288
4289 * mail/rmail.el (rmail-redecode-body): Doc fix.
4290
0fdb4475
KH
42912001-01-25 Kenichi Handa <handa@etl.go.jp>
4292
83c9cb8e
SM
4293 * international/mule-cmds.el (reset-language-environment):
4294 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 4295
83c9cb8e
SM
4296 * international/mule-conf.el (coding-category-utf-8):
4297 Initialize to mule-utf-8.
0fdb4475 4298
9b0630e5 4299 * loadup.el: Preload international/utf-8.
0fdb4475
KH
4300
4301 * international/utf-8.el: New file.
4302
245ed2b1
SM
43032001-01-24 Stefan Monnier <monnier@cs.yale.edu>
4304
4305 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4306
e95b0c08
SS
43072001-01-24 Sam Steingold <sds@gnu.org>
4308
4309 * dired.el (dired-replace-in-string): Removed.
4310 (dired-sort-toggle): Use `replace-regexps-in-string'
4311 instead of `dired-replace-in-string'.
9b0630e5 4312
ceba0dac
GM
4313 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4314 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 4315
e95b0c08
SS
4316 * gs.el (gs-replace-in-string): Removed.
4317 (gs-options): Use `replace-regexps-in-string'
4318 instead of `gs-replace-in-string'.
4319
c3902c3e
EZ
43202001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
4321
4322 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4323 bug report is mailed to an email list and posted to a news group.
4324
b66b6aeb
GM
43252001-01-24 Gerd Moellmann <gerd@gnu.org>
4326
83c9cb8e
SM
4327 * comint.el (comint-replace-by-expanded-history-before-point):
4328 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 4329
b66b6aeb
GM
4330 * startup.el (tool-bar-images-pixel-height): New variable.
4331 (command-line): After loading the user's init file, when
4332 tool-bar-mode is on, increase the frame's size by some lines for
4333 the tool-bar.
4334
4335 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 4336
ff890e66
SZ
43372001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
4338
4339 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4340 (chinese-big5): MIME:Big5.
4341
04363179
GM
43422001-01-24 Gerd Moellmann <gerd@gnu.org>
4343
e95b0c08 4344 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
4345 Handle commands with prefix args.
4346
d56aaa64
GM
43472001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4348
4349 * calendar/diary-lib.el (diary-float): Fix case of MONTH
4350 being a list of numbers.
4351 (diary-mail-entries): Rewritten.
4352
99858627
DL
43532001-01-23 Dave Love <fx@gnu.org>
4354
7aeb1fa9
DL
4355 * international/mule.el (make-coding-system): Fix typo.
4356
83c9cb8e
SM
4357 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4358 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 4359
5a43decf
EZ
43602001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
4361
4362 * font-lock.el (font-lock-mode): Doc fix.
4363
b0e98867
KH
43642001-01-23 Kenichi Handa <handa@etl.go.jp>
4365
4366 * international/mule.el (make-translation-table): Fix docstring.
4367
9c8acefd
EZ
43682001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
4369
fd4976b8
EZ
4370 * mail/rmail.el (rmail-redecode-body): New function.
4371
9c8acefd
EZ
4372 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4373
871e0439
GM
43742001-01-22 Gerd Moellmann <gerd@gnu.org>
4375
21c2bbe0
GM
4376 * isearch.el (isearch-lazy-highlight-case-fold-search)
4377 (isearch-lazy-highlight-regexp): New variables.
4378 (isearch-lazy-highlight-cleanup): Update lazy highlight if
4379 case-fold search or regexp search has been toggled.
4380
5710730c
GM
4381 * wid-edit.el (widget-button-click): Avoid a save-excursion
4382 around running a global binding.
4383
871e0439
GM
4384 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4385 to 0.25.
4386
d0554957
MB
43872001-01-20 Miles Bader <miles@gnu.org>
4388
4389 * cus-edit.el (custom-face-save): Do post-processing on the face's
4390 new value like `custom-face-set' does.
4391
1519f618
EZ
43922001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4393
ccd87890
EZ
4394 * mail/emacsbug.el (report-emacs-bug): Report the value of
4395 LC_CTYPE, not LC_TYPE.
4396
1519f618
EZ
4397 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4398 isearch-toggle-regexp and isearch-edit-string to doc string.
4399
9724173b
GM
44002001-01-19 Gerd Moellmann <gerd@gnu.org>
4401
48bb9196
GM
4402 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4403 as font-lock-beginning-of-syntax-function in font-lock-defaults.
4404
e95b0c08 4405 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
4406 font-lock-beginning-of-syntax-function to nil.
4407
dc81f8a2
EZ
44082001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4409
4410 * mail/emacsbug.el (report-emacs-bug): Report values of
4411 locale-coding-system, default-enable-multibyte-characters, and the
4412 environment variables LC_ALL, LC_TYPE, and LANG.
4413
99327974
GM
44142001-01-19 Gerd Moellmann <gerd@gnu.org>
4415
83c9cb8e 4416 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 4417
2be6ecc6
GM
4418 * font-lock.el (font-lock-multiline): Default to nil.
4419 (font-lock-default-fontify-region): If font-lock-multiline is
4420 nil, don't check the property `font-lock-multiline'.
4421
99327974
GM
4422 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4423 is nil, don't check the `font-lock-multiline' text property.
4424
2550055a
MK
44252001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
4426
0a949811 4427 * viper.el: Call initial-major-mode on startup.
e95b0c08 4428
0a949811 4429 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 4430
8501998a 4431 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 4432
2550055a 44332001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 4434
0a949811 4435 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 4436 diff mode, if available.
e95b0c08 4437
0a949811 44382001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 4439
8501998a 4440 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 4441
2550055a
MK
4442 * ediff-init.el (subst-char-in-string): Define and use it, unless
4443 it's already defined.
e95b0c08 4444
8962e303
GM
44452001-01-18 Gerd Moellmann <gerd@gnu.org>
4446
4447 * tooltip.el (tooltip-hide-delay): New user-option.
4448 (tooltip-show): Use tooltip-hide-delay instead of the default.
4449
6b453381
KH
44502001-01-18 Kenichi Handa <handa@etl.go.jp>
4451
4452 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4453 kill-local-variable doesn't work for enable-multibyte-characters.
4454
9eaf396b
DL
44552001-01-17 Dave Love <fx@gnu.org>
4456
cebd37ce
DL
4457 * ediff-init.el (ediff-before-setup-hook)
4458 (ediff-merge-filename-prefix): Add :version.
4459
9eaf396b
DL
4460 * international/latin1-disp.el: Require disp-table.
4461 (latin1-display): Fix :set.
4462
4463 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4464
f864120f
GM
44652001-01-17 Gerd Moellmann <gerd@gnu.org>
4466
4467 * isearch.el (isearch-lazy-highlight-initial-delay)
4468 (isearch-lazy-highlight-interval): Default to 0.
4469
44702001-01-17 Bob Glickstein <bobg@zanshin.com>
4471
4472 * isearch.el (isearch-highlight): Set isearch-overlay priority to
4473 1 here rather than each time through
4474 isearch-lazy-highlight-new-loop.
4475 (isearch-lazy-highlight-max): Variable deleted.
4476 (isearch-lazy-highlight-max-at-a-time): New user variable, like
4477 isearch-lazy-highlight-max but controls a single invocation of
4478 isearch-lazy-highlight-update.
4479 (isearch-lazy-highlight-wrapped): Variable recreated.
4480 (isearch-lazy-highlight-window-start): New variable.
4481 (isearch-lazy-highlight-cleanup): Restored to behavior of
4482 before 2-Jan.
4483 (isearch-lazy-highlight-remove-overlays): Function deleted;
4484 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
4485 behavior removed.
4486 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4487 isearch-lazy-highlight-update in a loop rather than just once.
4488 Test isearch-invalid-regexp here and decide not to start a new
4489 loop, rather than testing it each time through
4490 isearch-lazy-highlight-update.
4491 (isearch-lazy-highlight-search): Function restored.
4492 (isearch-lazy-highlight-update): Get called in a timer loop again,
4493 but this time highlight more than one match each time through.
83c9cb8e
SM
4494 Only highlight matches in the visible part of the window.
4495 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
4496 the edge of the window. Use sit-for to force redisplay and ensure
4497 window-start is credible. "Face suppressing" behavior removed;
4498 overlay priorities should make it unnecessary, right?
4499 (isearch-highlight): Face suppressing behavior removed.
4500 (isearch-dehighlight): Face suppressing behavior removed.
4501 (isearch-set-lazy-highlight-faces-at): Removed.
4502
076ec540
KH
45032001-01-17 Kenichi Handa <handa@etl.go.jp>
4504
4505 * language/european.el ("Latin-1"): Make the format of description
4506 about additional language environments same as that of Latin-2.
4507
92328ec5
DL
45082001-01-16 Dave Love <fx@gnu.org>
4509
39f2174e
DL
4510 * isearch.el (isearch-lazy-highlight): Add :version.
4511
92328ec5
DL
4512 * simple.el (backward-delete-char-untabify-method)
4513 (next-line-add-newlines): Add :version.
4514
f251459d
GM
45152001-01-16 Gerd Moellmann <gerd@gnu.org>
4516
9d4850e5
GM
4517 * bindings.el: Bind <backspace> and <delete> via function-key-map.
4518 Don't bind <delete> otherwise.
4519
4520 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4521 and <delete> via function-key-map.
4522
f251459d
GM
4523 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4524 Subject line only if point is after the `Subject:'.
4525
771ffcf7
KH
45262001-01-16 Kenichi Handa <handa@etl.go.jp>
4527
bda6b481
KH
4528 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4529 japanese-jisx0213-2 in `charset' property of this lang. env.
4530
35793af7
KH
4531 * language/european.el ("Latin-1"): Add description for Dutch and
4532 Spanish lang. env.
4533
771ffcf7
KH
4534 * international/mule.el (decode-char): Fix conditions.
4535 (encode-char): Handle eight-bit-control too.
1c8102ff 4536 (transform-make-coding-system-args): New function.
50c29104
KH
4537 (make-coding-system): Accept XEmacs style arguments for CCL base
4538 coding system.
771ffcf7 4539
e1cf67b6
GM
45402001-01-15 Gerd Moellmann <gerd@gnu.org>
4541
4542 * progmodes/etags.el (find-tag-noselect): Save the value of
4543 tags-file-name before switching buffers, for the case it has a
4544 buffer-local value.
4545
b3287acf
GM
45462001-01-15 Alex Schroeder <alex@gnu.org>
4547
9eaf396b
DL
4548 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4549 From Dave Love <fx@gnu.org>.
b3287acf
GM
4550 (ansi-color-for-comint-mode): Fix :version.
4551
45522001-01-15 Alex Schroeder <alex@gnu.org>
4553
4554 * ansi-color.el (ansi-color-unfontify-region): Doc change.
4555
8d7ff9c8
EZ
45562001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
4557
4558 * dired.el (dired-insert-directory): If file-system-info fails,
4559 remove the " free " part, but don't signal an error.
4560
dbe99ae9
SS
45612001-01-12 Sam Steingold <sds@gnu.org>
4562
4563 * bookmark.el (bookmark-maybe-historicize-string):
4564 Use new backquote syntax.
4565
103db06c 45662001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
4567
4568 * subr.el (last): Handle a list that doesn't end in nil.
4569
ca2ddd8e
SS
45702001-01-12 Sam Steingold <sds@gnu.org>
4571
4572 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
4573 to `backward-delete-char-untabify'.
4574
1751c874
DL
45752001-01-12 Dave Love <fx@gnu.org>
4576
4577 * cus-edit.el (customize-menu-create): Fix the :filter following
4578 easymenu change.
4579
4580 * wid-edit.el (function): Add :match-alternatives.
4581 (widget-color-action): Doc fix.
4582
3cccce8d
GM
45832001-01-12 Gerd Moellmann <gerd@gnu.org>
4584
4585 * calendar/calendar.el (calendar-basic-setup): Doc fix.
4586
18bfd6b5
KH
45872001-01-12 Kenichi Handa <handa@etl.go.jp>
4588
83c9cb8e 4589 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 4590
18bfd6b5
KH
4591 * international/ccl.el (define-ccl-program): Fix docstring.
4592
562e00da
DL
45932001-01-11 Dave Love <fx@gnu.org>
4594
14fd0da3
DL
4595 * international/mule-cmds.el (standard-display-european-internal):
4596 Set display table for 2208 as for 160.
4597
4598 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
4599
562e00da
DL
4600 * progmodes/fortran.el (fortran-mode-map): Modify Customization
4601 entry for custom-menu-create change.
4602 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
4603 don't cons it in the search loop.
4604
4605 * imenu.el (imenu--truncate-items): Revert last change.
4606
6e961dcd
EZ
46072001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4608
4609 * info.el (Info-setup-header-line): If the node header includes
4610 either Next: or Prev: links, don't show the File: and Node: parts
4611 in the header line.
4612
2c2ff7f2
GM
46132001-01-11 Gerd Moellmann <gerd@gnu.org>
4614
a7ee2d2e
GM
4615 * comint.el (comint-goto-process-mark): Don't print a message
4616 when running in batch mode.
4617
c5348233
GM
4618 * isearch.el (isearch-search): In the condition-case handler for
4619 `error', set isearch-invalid-regexp to the whole error message.
4620
422717d1
GM
4621 * subr.el (eval-after-load): Call load-symbol-file-load-history to
4622 ensure that eval-after-load works for files dumped with Emacs.
4623
4624 * help.el (load-symbol-file-load-history): New function extracted
4625 from function symbol-file.
4626 (symbol-file): Use it.
4627
83c9cb8e 4628 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 4629
926861fb
EZ
46302001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4631
4632 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
4633 behave as if there were no prefix argument.
4634 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
4635 argument were nil.
4636
afa1f52c
RS
46372001-01-11 Richard M. Stallman <rms@gnu.org>
4638
ca2ddd8e 4639 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
4640 Don't look for more potential matches once maximum is exceeded.
4641 Use overlays-in to check correctly for overlap with current match.
4642 Ignore empty matches.
4643
47a9f362
MB
46442001-01-11 Miles Bader <miles@gnu.org>
4645
4646 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
4647 (ispell-overlay-window, ispell-help, ispell-show-choices)
4648 (ispell-command-loop): Use it instead of `window-height'.
4649
d196f58d
GM
46502001-01-10 Gerd Moellmann <gerd@gnu.org>
4651
cf523f0e
GM
4652 * files.el (confirm-kill-emacs): New user-option.
4653 (save-buffers-kill-emacs): Ask for final confirmation before
4654 killing Emacs.
4655
d196f58d
GM
4656 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
4657 to nil.
4658
7c6c3d8e
GM
46592001-01-10 Dave Love <fx@gnu.org>
4660
1f8be15d
DL
4661 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
4662
83c9cb8e 4663 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
4664
4665 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
4666
4667 * calculator.el (calculator-number-digits): Fix :type.
4668
0d5184de
DL
4669 * vc-cvs.el (vc-cvs-header): Fix :type.
4670 * vc-rcs.el (vc-rcs-header): Fix :type.
4671 * vc-sccs.el (vc-sccs-header): Fix :type.
4672
4673 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4674
7c6c3d8e
GM
4675 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4676
8c9f73a2
GM
4677 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
4678
457b792c
GM
46792001-01-10 Gerd Moellmann <gerd@gnu.org>
4680
4681 * simple.el (set-variable): Force a thorough redisplay for the
4682 case that the variable has an effect on the display, like
4683 `tab-width' has.
4684
d2622d08
AS
46852001-01-10 Andre Spiegel <spiegel@gnu.org>
4686
4687 * vc.el: Add documentation for backend interface.
4688
ae4b5f4f
KH
46892001-01-10 Kenichi Handa <handa@etl.go.jp>
4690
e0844717
KH
4691 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
4692
ae4b5f4f
KH
4693 * international/mule-conf.el (latin-extra-code-table): Set to t
4694 for \223 and \224.
4695
3184082b
KH
46962001-01-09 Kenichi Handa <handa@etl.go.jp>
4697
4698 * international/mule-cmds.el (locale-language-names): Map "es" to
4699 "Spanish" and "nl" to "Dutch".
4700
732b9cdd
GM
47012001-01-09 Gerd Moellmann <gerd@gnu.org>
4702
1dfca644
GM
4703 * bindings.el (global-map): Bind <home> to beginning-of-line,
4704 <end> to end-of-line, C-<home> to beginning-of-buffer, and
4705 C-<end> to end-of-buffer.
4706
732b9cdd
GM
4707 * language/european.el: Add Dutch and Spanish language info
4708 to be able to use the appropriate tutorials.
4709
47102001-01-09 Alex Schroeder <alex@gnu.org>
4711
4712 * ansi-color.el (ansi-color-process-output): Use markers instead
4713 of positions for start and end of region.
4714 (ansi-color-apply-on-region): Rewrote code to make it more robust.
4715 Previously, occasional mistakes happend when fontifying many
4716 chunks of output (eg. ls --color=yes /dev). This happened
4717 whenever an overlay was created up to the end of the region, which
4718 coincided with the process-mark. New text would then be added
4719 within that overlay instead of after it.
4720 (ansi-color-make-extent): Overlays are created with the property
4721 `modification-hooks' set to '(ansi-color-freeze-overlay).
4722 (ansi-color-freeze-overlay): New function. When inserting text at
4723 the end of the overlay, the overlay will resize.
4724
47252000-01-09 Alex Schroeder <alex@gnu.org>
4726
4727 * ansi-color.el (ansi-color-process-output): Doc change.
4728 (ansi-color-unfontify-region): Doc change. No longer installed
4729 automatically in font-lock-unfontify-region-function.
4730 (ansi-color-apply): Doc change.
4731 (ansi-color-apply-on-region): Use extents or overlays instead of
4732 text-properties.
4733 (ansi-color-make-extent): New function.
4734 (ansi-color-set-extent-face): New function.
4735
47362000-01-09 Alex Schroeder <alex@gnu.org>
4737
4738 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
4739 both use ansi-color-process-output, now.
4740 (ansi-color-process-output): Doesn't return string anymore. It is
4741 installed in comint-output-filter-functions for both Emacs and
4742 XEmacs, now.
4743 (ansi-color-unfontify-region): Simplified code removing variables
4744 pos and start-ansi.
4745 (ansi-color-apply): Put text-property ansi-color before putting
4746 text-property face because ansi-color-unfontify-region is called
4747 immediately after the call to put-text-property.
4748 (ansi-color-context-region): Doc change.
4749 (ansi-color-filter-region): Simplified code.
4750 (ansi-color-apply-on-region): Changed start to start-marker, using
4751 a marker explicitly. Put text-property ansi-color before putting
4752 text-property face because ansi-color-unfontify-region is called
4753 immediately after the call to put-text-property.
4754
47552000-01-09 Alex Schroeder <alex@gnu.org>
4756
4757 * ansi-color.el (ansi-color-faces-vector): Doc change.
4758 (ansi-color-for-comint-mode): Changed :type property to choice.
4759 (ansi-color-last-context): Removed.
4760 (ansi-color-process-output): Don't use ansi-color-last-context, as
4761 the main functions will store their context now.
4762 (ansi-color-context): Doc change.
4763 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
4764 Uses ansi-color-context such that repeated calls will strip
4765 partial escape sequences, too.
4766 (ansi-color-apply): Simplified code. Colorize end of string if
4767 face is not null. Store context in new (FACE STRING) format, such
4768 that repeated calls will strip partial escape sequences, too.
4769 Append faces to face property using ansi-color-apply-sequence such
4770 that cumulative mode actually works.
4771 (ansi-color-context-region): New variable.
4772 (ansi-color-filter-region): Rewrote it based on
4773 ansi-color-apply-on-region. Uses ansi-color-context-region such
4774 that repeated calls will strip partial escape sequences, too.
4775 (ansi-color-apply-on-region): Simplified code. Colorize end of
4776 region if face is not null. Store context in new (FACE POS)
4777 format, such that repeated calls will strip partial escape
4778 sequences, too. Append faces to face property using
83c9cb8e 4779 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
4780 (ansi-color-apply-sequence): New function.
4781 (ansi-color-get-face): When the default face is added to the list
4782 of faces, all previous settings are discarded and the list of
4783 faces is set to '(default).
4784
47852000-01-09 Alex Schroeder <alex@gnu.org>
4786
4787 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
4788 face, such that ansi-color-apply and ansi-color-apply-on-region
4789 will do the right thing.
4790 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
4791 returns nil, set the list of faces back to nil instead of
83c9cb8e 4792 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
4793
47942000-01-09 Alex Schroeder <alex@gnu.org>
4795
4796 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
4797 (ansi-color-process): Doc change.
4798 (ansi-color-last-context): New buffer-local variable.
4799 (ansi-color-process-output): New function. It is automatically
4800 added to comint-output-filter-functions if this is XEmacs.
4801 (ansi-color-unfontify-region): New optional parameter for XEmacs
4802 compatibility. Check wether font-lock-syntactic-keywords is
4803 boundp before removing the syntax table text property, as XEmacs
4804 doesn't have it.
4805 (ansi-color-filter-region): Doc change.
4806 (ansi-color-apply-on-region): Doc change.
4807 (ansi-color-make-face): New function. Compatibility layer for
4808 XEmacs. Return temporary faces instead of cons cells for XEmacs.
4809 (ansi-color-make-color-map): Use ansi-color-make-face.
4810 (ansi-color-get-face): Avoid face text property '(nil) as results
4811 in an errow for XEmacs.
4812
48132000-01-09 Alex Schroeder <alex@gnu.org>
4814
83c9cb8e
SM
4815 * ansi-color.el (ansi-color-unfontify-region): New function.
4816 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
4817 ansi-color. When the package is loaded, a lambda expression is
4818 put onto font-lock-mode-hook. This lambda expression will check
4819 font-lock-unfontify-region-function and replace
83c9cb8e 4820 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
4821 (ansi-color-apply): Add text-property ansi-color in addition to
4822 text-property face.
4823 (ansi-color-apply-on-region): Add text-property ansi-color in
4824 addition to text-property face.
4825 (save-buffer-state): Copy of the macro that is also used by
4826 lazy-lock and font-lock.
4827
4828 (ansi-color-for-comint-mode): New option.
4829 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
4830 (ansi-color-for-comint-mode-off): Ditto.
4831 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
4832 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
4833 decide what to do. This function is added to
4834 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
4835
4836 (ansi-color-for-shell-mode-set): Removed.
4837 (ansi-color-for-shell-mode): Removed.
4838
48392000-01-09 Alex Schroeder <alex@gnu.org>
4840
4841 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
4842 the lambda expression from the ansi-color-for-shell-mode :set
4843 property. Additionally, modify shell-mode-hook to enable or
4844 disable font-lock-mode for future shell buffers.
4845 (ansi-color-for-shell-mode): The :set property calls
4846 ansi-color-for-shell-mode-set instead of a lambda expression.
4847
48482000-01-09 Alex Schroeder <alex@gnu.org>
4849
4850 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
4851 (ansi-color-context): New variable.
4852 (ansi-color-apply): Save context between calls.
4853
fb55ff10
EZ
48542001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
4855
83c9cb8e
SM
4856 * isearch.el (isearch, isearch-lazy-highlight-face):
4857 New definitions for face colors and attributes.
29910493 4858
fb55ff10
EZ
4859 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
4860 of display-mouse-p.
4861
134d6265
KH
48622001-01-09 Kenichi Handa <handa@etl.go.jp>
4863
4864 * international/mule.el (make-coding-system): If the coding system
4865 accepts extra latin codes, register such codes as safe for the
4866 coding system.
4867
103db06c 48682001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 4869
984c9f75
RS
4870 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
4871 don't mention the file name or the date here, because they are
4872 logged at the start of the file.
4873
48742001-01-08 Richard M. Stallman <rms@gnu.org>
4875
78b8eee8
RS
4876 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4877 Change screen-width to frame-width.
4878
1460e5d4
EZ
48792001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4880
4881 * info.el (Info-search): Print the default as part of the prompt.
4882
56f24bc1
AS
48832001-01-08 Andre Spiegel <spiegel@gnu.org>
4884
ca2ddd8e 4885 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
4886 constant implementations in backends.
4887
4888 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
4889 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
4890
4891 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
4892 WRITABLE to EDITABLE.
4893
4894 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
4895 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
4896 to EDITABLE.
4897
b7812d30
EZ
48982001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4899
4900 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 4901 (copyright, copyright-update): Compute the current year at run time.
b7812d30 4902
7e56ea04
GM
49032001-01-08 Gerd Moellmann <gerd@gnu.org>
4904
4905 * isearch.el (isearch-old-signal-hook): Removed.
4906 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
4907 instead of setting signal-hook-function.
4908 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
4909
a758f97d
GM
49102001-01-08 Kevin Gallagher <kevingal@onramp.net>
4911
4912 * emulation/edt.el: Update to version 4.0. Provide support for
4913 EDT scroll margins at top and bottom of the window. Provide an
4914 emulation of the EDT SUBS command (bound to GOLD-Enter, by
4915 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
4916 user when file-related buffer modifications exist.
4917 Provide support for running EDT Emulation in XEmacs.
4918 Provide customize access to some user updatable variables.
4919 Add Commentary section to file header.
4920 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
4921
4922 * emulation/edt-mapper.el: Update to version 4.0. Provide support
4923 for detecting a keypress that generates an ASCII key sequence.
4924 (Previously, only a keypress that generates a vector was
4925 recognized.) Embed Window Manager name into name of the generated
4926 EDT Emulation initialization file since the initialization file is
4927 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 4928
30db89f9
EZ
49292001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
4930
4deb3ba9
EZ
4931 * mail/sendmail.el (mail-mode): Doc fix.
4932
30db89f9
EZ
4933 * info.el (Info-goto-emacs-command-node): Doc fix.
4934 (Info-goto-emacs-key-command-node): Doc fix.
4935
c3f2772b
EZ
49362001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4937
8726e79b 4938 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
4939 systems without long file-name support.
4940
0dac6924
AI
49412001-01-06 Andrew Innes <andrewi@gnu.org>
4942
4943 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
4944
4e6ef391
EZ
49452001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4946
380866a2
EZ
4947 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
4948 (isearch-lazy-highlight-update): Doc fix.
4949
148b5960
EZ
4950 * ffap.el (ffap-bindings): Doc fix.
4951
4e6ef391
EZ
4952 * dired-x.el (dired-virtual-guess-dir): Doc fix.
4953
4cb1bcc2
DL
49542001-01-05 Dave Love <fx@gnu.org>
4955
4956 * emacs-lisp/cl-seq.el (remove, remq): Remove.
4957
3828218c
GM
49582001-01-05 Gerd Moellmann <gerd@gnu.org>
4959
83c9cb8e
SM
4960 * mouse-drag.el (mouse-drag-safe-scroll):
4961 Bind scroll-preserve-screen-position to nil.
f1ade7d3 4962
1f4139d5
GM
4963 * isearch.el (isearch-old-signal-hook): New variable.
4964 (isearch-mode): Set signal-hook-function to isearch-done.
4965 (isearch-done): Restore old signal-hook-function.
4966
3828218c
GM
4967 * info.el (Info-fontify-node): Mark one more char as intangible.
4968
3970013f
KH
49692000-01-05 Kenichi Handa <handa@etl.go.jp>
4970
83c9cb8e
SM
4971 * composite.el (compose-last-chars): New argument COMPONENTS.
4972 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
4973 COMPONENTS.
4974
4975 * international/quail.el (quail-input-string-to-events): New function.
4976 (quail-input-method): Convert input string to events here.
4977 (quail-start-translation): Return input string, not event list.
4978 (quail-start-conversion): Likewise.
4979
f3b05e99
GM
49802001-01-04 Gerd Moellmann <gerd@gnu.org>
4981
ca2ddd8e 4982 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
4983 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
4984 and tooltip-add-timeout.
4985 (tooltip-show): Set border color from faces's foreground.
4986 (tooltip-show-help-function): If called with the same help string
4987 as last time, do nothing.
4988 (tooltip-help-tips): Don't set tooltip-help-message to nil.
4989
0f2ac578
GM
4990 * startup.el (fancy-splash-screens): Don't bind show-help-function
4991 to nil.
4992
f3b05e99
GM
4993 * tooltip.el (tooltip-frame-parameters): Remove colors.
4994 (tooltip): New face
4995 (tooltip-set-param): New function.
4996 (tooltip-show): Set up color frame parameters from face `tooltip'.
4997 Display the tooltip text in face `tooltip'.
4998
8416e94a
DL
49992001-01-04 Dave Love <fx@gnu.org>
5000
5001 * whitespace.el (whitespace-global-mode): Fix typo.
5002
5003 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5004
30db89f9
EZ
50052001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5006
83c9cb8e
SM
5007 * help.el (help-for-help): Fix a typo in a doc string.
5008 From kwzh@gnu.org (Karl Heuer).
30db89f9 5009
b847eb8c
DL
50102001-01-03 Dave Love <fx@gnu.org>
5011
5012 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 5013 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
5014 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5015 (dired-guess-shell-alist-user): Customize.
5016 (dired-x-help-address): Set to bug-gnu-emacs.
5017 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5018 (dired-default-directory): Renamed from default-directory.
5019
5020 * hl-line.el (hl-line): Doc fix.
5021
43c4b570
KF
50222001-01-03 Karl Fogel <kfogel@red-bean.com>
5023
1bf6b1bf 5024 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 5025
984c9f75 50262001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
5027
5028 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5029 to remove all the current alternative-match highlighting.
5030 If nil, remove only what's outside the current window.
5031 (isearch-lazy-highlight-remove-overlays): Take optional
5032 region within which NOT to remove them.
5033 (isearch-lazy-highlight-new-loop): Greatly simplified.
5034 (isearch-lazy-highlight-update): Find all the other occurrences
5035 visible in the window, in just one call.
5036 (isearch-lazy-highlight-start): Now holds start of region to scan.
5037 (isearch-lazy-highlight-end): Now holds end of region to scan.
5038 (isearch-lazy-highlight-wrapped): Variable deleted.
5039 (isearch-lazy-highlight-search): Function deleted.
5040
13d6a61c
AI
50412000-01-02 Andrew Innes <andrewi@gnu.org>
5042
5043 * w32-fns.el (convert-standard-filename): Do length check on name
5044 before aref.
5045
064866e7
DL
50462001-01-02 Dave Love <fx@gnu.org>
5047
b33e041b
DL
5048 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5049 value.
5050 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5051
5052 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5053
8166ffd5
DL
5054 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5055 read syntax.
5056
064866e7
DL
5057 * calendar/todo-mode.el (todo): Add :link, :version.
5058 (todo-save-top-priorities): Remove autoload cookie.
5059 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 5060 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 5061
6dde6abc
GM
50622001-01-02 Gerd Moellmann <gerd@gnu.org>
5063
5064 * comint.el (comint-input-history-ignore): New variable.
5065 (comint-read-input-ring): Ignore entries matching
5066 comint-input-history-ignore.
5067
1a8a9daf
GM
50682001-01-02 Eric M. Ludlam <zappo@gnu.org>
5069
5070 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5071 (lm-copyright-mark): New function.
5072 (lm-crack-copyright): New function.
5073 (lm-verify): Check that the file has a copyright.
5074 Check that the file is copyright Free Software Foundation.
5075
9c92eb53
KH
50762000-12-30 Kenichi Handa <handa@etl.go.jp>
5077
5078 * international/mule-diag.el (print-fontset): Indent font name by
5079 24 columns, not 25.
5080
49172314
GM
50812000-12-29 Gerd Moellmann <gerd@gnu.org>
5082
762a68ec
GM
5083 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5084 in Subject line.
5085
49172314 5086 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
5087 Use mail-mode-hook instead of mail-setup-hook.
5088 Otherwise continuing an interrupted message with C-u C-x m for
5089 instance, winds up in Mail mode without abbrevs.
49172314 5090
bd7a2e26
GM
50912000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5092
5093 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
5094 non-nil. Adding almost all customization variables on ps-setup.
5095 Doc fix.
bd7a2e26
GM
5096 (ps-print-version): New version number (6.3.3).
5097 (ps-end-with-control-d): Initialization fix.
5098 (ps-lines-printed): New var.
5099 (ps-skip-newline): New fun.
5100 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5101 (ps-next-line, ps-continue-line, ps-plot-region)
5102 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 5103
2b3f28a4
KH
51042000-12-29 Kenichi Handa <handa@etl.go.jp>
5105
83c9cb8e
SM
5106 * international/fontset.el (x-complement-fontset-spec):
5107 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
5108 registered in x-font-name-charset-alist.
5109 (create-fontset-from-fontset-spec): Adjusted for the above change.
5110 The name of fontset alias should be a unresolved ASCII font name.
5111
2ece9174
GM
51122000-12-28 Gerd Moellmann <gerd@gnu.org>
5113
5114 * simple.el (delete-key-deletes-forward-mode): Bind backspace
5115 and delete in isearch-mode-map.
5116
cbe3ad7a
RS
51172000-12-28 Richard M. Stallman <rms@gnu.org>
5118
ca2ddd8e 5119 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
5120 Use xpdf instead of acroread.
5121
a816f1c5
KH
51222000-12-28 Kenichi Handa <handa@etl.go.jp>
5123
f086e73c
KH
5124 * textmodes/artist.el (artist-butlast): Deleted.
5125 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 5126 artist-butlast.
f086e73c 5127
a816f1c5
KH
5128 * subr.el (butlast, nbutlast): Moved from cl.el to here.
5129
5130 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5131
b202115b
EZ
51322000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5133
5134 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5135
5136 * ls-lisp.el: Better support for the Mac and MS-Windows.
5137 (ls-lisp): New defgroup.
5138 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 5139 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
5140 (ls-lisp-support-shell-wildcards): New defcustoms.
5141 (ls-lisp-parse-symlink): New function.
5142 (insert-directory): Code to convert switches to a list and set up
5143 the wildcard argument copied from ls-lisp-insert-directory.
5144 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
5145 for -C and -R switches.
5146 (ls-lisp-column-format): New function.
ca2ddd8e 5147 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
5148 (ls-lisp-format-time): Add doc strings.
5149 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5150 Support ls-lisp-dirs-first.
5151 (ls-lisp-classify, ls-lisp-extension): New functions.
5152 (ls-lisp-format): Optionally support emulation of symlinks.
5153 Support -i, -s, and -G switches.
5154
6061fbf0
GM
51552000-12-27 Gerd Moellmann <gerd@gnu.org>
5156
5e25feee
GM
5157 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5158
6061fbf0
GM
5159 * version.el (emacs-version): Print X scroll bar information.
5160
5161 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5162 instead of x-toolkit-scroll-bars-p.
5163
5164 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5165 of x-toolkit-scroll-bars-p.
5166
25050dab
EZ
51672000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5168
83c9cb8e 5169 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
5170 (ffap-bindings): Doc fix, to reflect the above change.
5171
c1786874
KH
51722000-12-27 Kenichi Handa <handa@etl.go.jp>
5173
5174 * term.el (term-char-mode): Define all non-ascii self-inserting
5175 characters to 'term-send-raw in term-raw-map.
5176
7261ece3 51772000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 5178
83c9cb8e 5179 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 5180
83c9cb8e
SM
5181 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5182 Changed initialization; use add-hook.
6061fbf0 5183 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 5184
6061fbf0 5185 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 5186
6061fbf0
GM
5187 * ediff.el (ediff-patch-buffer): Bug fix.
5188 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 5189
83f40583
SM
51902000-12-23 Stefan Monnier <monnier@cs.yale.edu>
5191
5192 * subr.el (combine-run-hooks): Remove.
5193
5194 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5195 and remove the rogue second spec.
5196
bdd6d4e8
GM
51972000-12-23 Gerd Moellmann <gerd@gnu.org>
5198
5199 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5200
26736ce3
SM
52012000-12-22 Stefan Monnier <monnier@cs.yale.edu>
5202
0e86b6b0
SM
5203 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5204 Use minibuffer menu prompt for the `=' prefix.
5205 (smerge-command-prefix): Change default to C-^.
6eabfb26 5206 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 5207
26736ce3
SM
5208 * skeleton.el (skeleton-internal-1): Make sure the first line of
5209 the region is also re-indented.
d21584d6
SM
5210 (skeleton-end-newline): New var.
5211 (skeleton-end-hook): Use it.
26736ce3 5212
95fa4fd7
MB
52132000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5214
5215 * comint.el (comint-password-prompt-regexp): Support CVS.
5216
f060b834
GM
52172000-12-22 Gerd Moellmann <gerd@gnu.org>
5218
83c9cb8e
SM
5219 * simple.el (delete-key-deletes-forward-mode): Simplify.
5220 Also backspace key combinations, depending on
856ff7a7
GM
5221 delete-key-deletes-forward.
5222
5223 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5224
f060b834
GM
5225 * simple.el (delete-key-deletes-forward): Doc fix.
5226
653558a1
GM
52272000-08-22 Emmanuel Briot <briot@gnat.com>
5228
5229 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 5230 white spaces are relevant in the XML file.
653558a1
GM
5231 (xml-parse-file): Do not kill an existing Emacs buffer if the file
5232 to parse was already edited. This allows for on-the-fly analysis
26736ce3 5233 of XML files.
653558a1
GM
5234 (xml-parse-tag): Check that the casing is the same in the start
5235 tag and end tag, since XML is case-sensitive. Allows for spaces
5236 in the end tag, after the name of the tag.
5237 (xml-parse-attlist): Allow for the character '-' in the name of
5238 attributes, as in the standard http-equiv attribute Do not save
26736ce3 5239 the properties in the XML tree, since they are not relevant.
653558a1 5240
3ad93d8d
SM
52412000-12-21 Stefan Monnier <monnier@cs.yale.edu>
5242
5243 * generic.el (generic-read-type): Undo last change, inline into
5244 `generic-mode' and then remove.
5245 (generic-mode): Inline generic-read-type.
5246 (define-generic-mode): Push the symbol name rather than the symbol
5247 onto generic-mode-list.
5248
177f4e88
GM
52492000-12-21 Gerd Moellmann <gerd@gnu.org>
5250
8e15274f
GM
5251 * generic.el (generic-read-type): Build an alist for
5252 completing-read as in 20.7.
5253
5254 * play/landmark.el (lm): Use interactive spec `P'.
5255 (toplevel): Don't set debug-on-error.
5256
83c9cb8e 5257 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 5258
6ba384dc
GM
52592000-12-21 Dave Pearson <davep@davep.org>
5260
5261 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 5262
647a066c
GM
52632000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5264
5265 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5266 ranges like \177-\237, but accepts the character sequence from \177 to
5267 \237. Doc fix.
5268 (ebnf-version): New version (3.4).
5269 (ebnf-setup): Code fix.
5270 (ebnf-range-regexp): New fun.
5271 (ebnf-8-bit-chars): Const fix.
5272
5273 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5274 entry. Doc fix.
5275 (ebnf-bnf-lex): Code fix.
5276 (ebnf-bnf-comment-chars): Const fix.
5277
5278 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5279 entry. Doc fix.
5280 (ebnf-iso-comment-chars): Const fix.
5281
5282 * ebnf-otz.el: Doc fix.
5283
5284 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5285 entry. Doc fix.
5286 (ebnf-yac-skip-code): Code fix.
5287 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 5288
bc22fd18
EZ
52892000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5290
5291 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
5292 (recover-file): Use it instead of insert-directory.
5293 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 5294
587fc3f9
KH
52952000-12-21 Kenichi Handa <handa@etl.go.jp>
5296
83c9cb8e
SM
5297 * international/mule-cmds.el (select-safe-coding-system):
5298 Check coding-category-list more rigidly. Improve help message.
eeefcfde 5299
587fc3f9
KH
5300 * dired.el (dired-move-to-filename-regexp): Fix previous change.
5301
01860fb9
MB
53022000-12-21 Miles Bader <miles@gnu.org>
5303
83c9cb8e 5304 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 5305
3f9d67a6
KH
53062000-12-21 Kenichi Handa <handa@etl.go.jp>
5307
9fd1c1f7
KH
5308 * international/mule-diag.el (describe-char-after): Make *Help*
5309 buffer inherit multibyteness of the current buffer.
5310
3f9d67a6
KH
5311 * international/mule.el (make-char): Docstring adjusted for the
5312 change of make-char-internal.
5313
c9669fac
SM
53142000-12-20 Stefan Monnier <monnier@cs.yale.edu>
5315
5316 * international/iso-cvt.el: Docstrings fix.
5317
19594307
DL
53182000-12-20 Dave Love <fx@gnu.org>
5319
5320 * subr.el (eval-after-load): Doc fix.
5321
b1a447b3
KH
53222000-12-20 Kenichi Handa <handa@etl.go.jp>
5323
5324 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5325 for numbers.
5326
09877d5d
MB
53272000-12-20 Miles Bader <miles@gnu.org>
5328
5329 * international/quail.el (quail-help): Resize the help window
5330 again after it has all its contents. Remove unneeded progn.
5331
71d4497a
GM
53322000-12-19 Gerd Moellmann <gerd@gnu.org>
5333
5334 * pcmpl-linux.el: Fix copy/paste error.
5335
741e56a0
AI
53362000-12-19 Andrew Innes <andrewi@gnu.org>
5337
83c9cb8e 5338 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 5339
cc24d91c
CD
53402000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
5341
ba4c05aa
CD
5342 * progmodes/idlw-rinfo.el: Fixed copyright notice.
5343
5344 * progmodes/idlw-toolbar.el: Fixed copyright notice.
5345
5346 * progmodes/idlw-shell.el: Fixed copyright notice.
5347
5348 * progmodes/idlwave.el: Fixed copyright notice.
5349
71d4497a 5350 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
5351 TAB as key separators.
5352
524c8caf
GM
53532000-12-19 Alex Schroeder <alex@gnu.org>
5354
5355 * sql.el (sql-sybase-options): New option.
5356 (sql-sybase): Use it. Add sql-database to the list of parameters
5357 provided for login. The options -w 2048 -n are not used any more.
5358 (sql-postgres-options): Changed default from "--pset" to "-P".
5359 (sql-mysql-options): Doc change.
5360 (sql-stop): Doc change.
5361
b5fa513d
KH
53622000-12-19 Kenichi Handa <handa@etl.go.jp>
5363
5364 * international/quail.el (quail-input-method): Always hide
5365 the guidance buffer on exiting.
5366
91c9e6ce
GM
53672000-12-18 Gerd Moellmann <gerd@gnu.org>
5368
c6da4eb4
GM
5369 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5370 isn't fboundp.
5371
3d2a0e0b
GM
5372 * server.el (server-buffer-done): Bury the buffer before
5373 killing it.
5374
91c9e6ce
GM
5375 * faces.el (face-spec-set): Interpret a nil in specs for
5376 foreground and background colors as `unspecified', for
5377 compatibility with 20.x.
5378
40fa0008
DL
53792000-12-18 Dave Love <fx@gnu.org>
5380
22adbe54
DL
5381 * simple.el (mail-user-agent): Doc fix.
5382 (input-mode-8-bit): Removed.
5383
5384 * international/mule.el (set-keyboard-coding-system): Doc fix.
5385 (keyboard-coding-system): New option.
5386
40fa0008
DL
5387 * mail/sendmail.el (send-mail-function): Customize.
5388
6f4745e2
EZ
53892000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
5390
5391 * international/codepage.el (cp866-decode-table): New table.
5392
82b90229
GM
53932000-12-18 Gerd Moellmann <gerd@gnu.org>
5394
5395 * version.el (emacs-version): Remove `%a' from the time format
5396 because the weekday doesn't fit well into each locale.
5397
5a047002
MB
53982000-12-18 Miles Bader <miles@gnu.org>
5399
7f49aa07
MB
5400 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5401
ca2ddd8e 5402 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
5403 Check that emacs-major-version is `=' to 20, not `>='.
5404 (artist-replace-chars): Use `make-string' instead of a loop.
5405
22ea2607
EZ
54062000-12-17 Stefan Monnier <monnier@cs.yale.edu>
5407
5408 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5409 (cvs-execute-single-file): Don't change directory.
5410 Patch from Per Cederqvist.
5411
6c825f8e
EZ
54122000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
5413
83c9cb8e
SM
5414 * textmodes/ispell.el (check-ispell-version):
5415 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
5416 of -vv.
5417
8ff06845
KH
54182000-12-16 Kenichi Handa <handa@etl.go.jp>
5419
af4bb4c8
KH
5420 * international/mule-diag.el (mule-diag): Insert information about
5421 configure options, multibyte awareness, language env.
5422
8ff06845
KH
5423 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5424 regexp to search for candidates.
5425
b24e84ab
EZ
54262000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
5427
5428 * info.el (Info-forward-node): If the node has an
5429 Info-header-line, widen the buffer before searching for "next:"
5430 and "up:" pointers, and set the search limit to stay in the
5431 current node.
5432
7981d89f
MB
54332000-12-16 Miles Bader <miles@gnu.org>
5434
5435 * simple.el (delete-trailing-whitespace): Remove extraneous let.
5436
88ee7917
MB
54372000-12-15 Miles Bader <miles@gnu.org>
5438
5439 * comint.el (comint-send-string, comint-send-region): Also accept
5440 a buffer, buffer-name, or nil for PROCESS, for compatibility with
5441 process-send-string/region.
5442
0c28d842
GM
54432000-12-15 Gerd Moellmann <gerd@gnu.org>
5444
4ea7fdca
GM
5445 * isearch.el (isearch-lazy-highlight-max): New user-option.
5446 (isearch-lazy-highlight-update): Don't highlight more than
5447 isearch-lazy-highlight-max matches.
5448
0c28d842
GM
5449 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5450
984c9f75 54512000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 5452
8062e53a
GM
5453 * sort.el (sort-columns): Fix error message.
5454
3ffa545b
GM
5455 * dabbrev.el (dabbrev--last-case-pattern): Value is now
5456 `upcase' or `downcase' or nil.
5457 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5458 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5459 (dabbrev--substitute-expansion): New arg record-case-pattern.
5460 If it is non-nil, set dabbrev--last-case-pattern.
5461 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5462
5463 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5464
c2d7f289
MB
54652000-12-15 Miles Bader <miles@gnu.org>
5466
b6348438
MB
5467 * paths.el (Info-default-directory-list): Don't delete
5468 configure-info-directory from the list of standard info
83c9cb8e 5469 directories when appending it to the end -- their order is important.
b6348438 5470
f9056dd9
MB
5471 * faces.el (read-face-attribute): If there's no entry for the
5472 user's input in VALID, just use it as-is (this will often result
5473 in an error, but it may be OK for e.g. colors using hexadecimal
5474 notation, and at least will yield a better error message).
5475
c2d7f289 5476 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 5477 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
5478 Variables removed.
5479 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5480 window is really the right size. Use vertical-motion
5481 rather than forward-line.
5482 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5483 (ispell-command-loop, ispell-show-choices): Use the variable
5484 ispell-choices-win-default-height, rather than the function.
5485 (ispell-choices-win-default-height): Function removed.
5486 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 5487
8f530b95
SM
54882000-12-14 Stefan Monnier <monnier@cs.yale.edu>
5489
5490 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5491
6d435deb
EZ
54922000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5493
83c9cb8e
SM
5494 * paths.el (Info-default-directory-list):
5495 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
5496 put it first in the list; otherwise put it last. Doc string
5497 changed accordingly.
5498
5499 * info.el (Info-directory-list): Change doc string to reflect the
5500 change in Info-default-directory-list.
5501
6d435deb
EZ
5502 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5503 windows-nt as windowed environments, even under -nw.
5504
5505 * startup.el (command-line): Don't call x-backspace-delete-keys-p
5506 if not fboundp. Switch delete-forward mode for the <delete> key
5507 on all PC platforms, even under -nw.
5508
5509 * term/internal.el ([M-delete]): Remap to M-d.
5510
9d7d9263
GM
55112000-12-14 Gerd Moellmann <gerd@gnu.org>
5512
5513 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5514
7cf0153a
EZ
55152000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5516
5517 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5518
5e5b3d41
GM
55192000-12-14 Gerd Moellmann <gerd@gnu.org>
5520
5f368d29
GM
5521 * startup.el (command-line): Call delete-key-deletes-forward-mode,
5522 if appropriate.
5523
5524 * simple.el (delete-key-deletes-forward): New user-option.
5525 (delete-key-deletes-forward-mode): New function.
5526
9d7d9263 5527 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 5528
83c9cb8e
SM
5529 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5530 Test if symbol is bound before getting its value.
5e5b3d41
GM
5531
5532 * tooltip.el (tooltip-show): If an error is signaled in
5533 x-show-tip, display that error, and display the help in the
5534 echo area.
ca2ddd8e 5535
191b83b6
KH
55362000-12-14 Kenichi Handa <handa@etl.go.jp>
5537
83c9cb8e
SM
5538 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5539 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 5540
6192b604
KF
55412000-12-13 Karl Fogel <kfogel@red-bean.com>
5542
5543 * bookmark.el: Provide a generic exit hook, as suggested by
5544 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
5545 (bookmark-exit-hook): New var.
5546 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
5547 old raw lambda form in `kill-emacs-hook', and runs new
5548 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
5549 as logically that feature must have been provided if this function
5550 is running.
5551 Removed ;;;###autoload before the `add-hook' call.
5552
5edf6b55
SM
55532000-12-13 Stefan Monnier <monnier@cs.yale.edu>
5554
5555 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
5556 (easy-menu-current-active-maps): New function.
5557 (easy-menu-get-map): Use it.
5558 Make a proper menu entry when creating a new keymap.
5559
16b5e8e6
KH
55602000-12-13 Kenichi Handa <handa@etl.go.jp>
5561
d49fc4eb
KH
5562 * international/characters.el: Fix cases and syntaxes for
5563 mule-unicode-0100-24ff.
5564
3b53d876
KH
5565 * dired.el (dired-move-to-filename-regexp): Fixed for the case
5566 that a Japanese character is not appended after day and year.
5567
16b5e8e6
KH
5568 * info.el (Info-suffix-list): Change format for a command that
5569 requires arguments.
5570 (info-insert-file-contents): Adjusted for the above change.
5571
1df1c518
AS
55722000-12-12 Andreas Schwab <schwab@suse.de>
5573
5574 * tar-mode.el (tar-extract): Base the name of the subfile buffer
5575 on the name of the tar buffer. Verify that the existing buffer is
5576 visiting the same subfile.
5577
a7a07b98
DL
55782000-12-12 Dave Love <fx@gnu.org>
5579
5580 * subdirs.el: Add obsolete.
5581
4fdbd809
GM
55822000-12-12 Gerd Moellmann <gerd@gnu.org>
5583
bfdb75ee
GM
5584 * mail/rmailsum.el (rmail-summary-expunge)
5585 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
5586 instead of rmail-confirm-expunge.
5587
4fdbd809
GM
5588 * replace.el (perform-replace): Don't use an empty match adjacent
5589 to a non-empty match when computing the next match before the
5590 replacement is performed.
5591
e9a59cad
GM
55922000-12-12 Milan Zamazal <pdm@freesoft.cz>
5593
5594 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
5595 definition (patch by Stefan Monnier).
5596 (glasses-mode): Use jit-lock instead of `after-change-functions'
5597 (patch by Stefan Monnier).
5598
c2def7a0
MB
55992000-12-12 Miles Bader <miles@gnu.org>
5600
5601 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
5602 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
5603
591b63b4
AC
56042000-12-12 Andrew Choi <akochoi@i-cable.com>
5605
5606 * term/mac-win.el: Remove load for ls-lisp.
5607
a924cf63 5608 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 5609
5ff4ba3d
MB
56102000-12-12 Miles Bader <miles@gnu.org>
5611
5612 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
5613 Respect field end too.
5614 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
5615 (newline-and-indent, reindent-then-newline-and-indent):
5616 Use `delete-horizontal-space'.
5ff4ba3d 5617
d0c679bc
SM
56182000-12-11 Stefan Monnier <monnier@cs.yale.edu>
5619
adf9c994
SM
5620 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
5621 (so as to obey the field property in the minibuffer).
5622
4b0cd42d
SM
5623 * obsolete/c-mode.el: Moved from lisp/progmodes.
5624 * obsolete/auto-show.el: Moved from lisp.
5625 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 5626
89f85863
CD
56272000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
5628
5629 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 5630 changes to list them here.
89f85863 5631
83c9cb8e
SM
5632 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
5633 Too many changes to list them here.
89f85863 5634
83c9cb8e
SM
5635 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
5636 Too many changes to list them here.
89f85863
CD
5637
5638 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
5639
3e0d35ce
GM
56402000-12-11 Gerd Moellmann <gerd@gnu.org>
5641
83c9cb8e 5642 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 5643
ca2ddd8e 5644 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
5645 Comment fix.
5646
3e0d35ce
GM
5647 * hscroll.el: Moved to `obsolete' subdir.
5648
ff904dd6
MB
56492000-12-11 Miles Bader <miles@gnu.org>
5650
5651 * window.el (window-text-height): Function removed (now in C).
5652
fb97d87f
SM
56532000-12-10 Stefan Monnier <monnier@cs.yale.edu>
5654
5655 * log-edit.el (log-edit-parent-buffer): New var.
5656 (log-edit): Set it. Add BUFFER argument.
5657 (log-edit-done): Use char-before.
5658 Don't bother checking validity of vc-comment-ring.
5659 Only bury the buffer if log-edit popped it up.
5660
5661 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
5662 (cvs-mode-diff-help): Remove.
5663 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 5664 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
5665
5666 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
5667 Remove binding for ? now made unnecessary.
5668
7de77417
CD
56692000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
5670
83c9cb8e 5671 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
5672 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
5673
5674 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
5675 when master file is not open.
5676
4efa209f
SM
56772000-12-09 Stefan Monnier <monnier@cs.yale.edu>
5678
5679 * progmodes/ada-stmt.el: Update `maintainer'.
5680
0a8052bd
GM
56812000-12-09 Stephen Gildea <gildea@alum.mit.edu>
5682
5683 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
5684 choices to match documentation string.
5685
a12167c5
MB
56862000-12-09 Miles Bader <miles@gnu.org>
5687
2161605d
MB
5688 * minibuf-eldef.el: New file.
5689
a12167c5
MB
5690 * window.el (fit-window-to-buffer): Don't pass last argument to
5691 pos-visible-in-window-p, now that its meaning is inverted.
5692
9ea8de1b
EZ
56932000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
5694
5695 * image.el (create-image): Doc fix; spotted by Per Cederqvist
5696 <ceder@lysator.liu.se>.
5697
5002ddbb
SM
56982000-12-08 Stefan Monnier <monnier@cs.yale.edu>
5699
b6114d80
SM
5700 * autoinsert.el (auto-insert-alist): Add missing final \n.
5701
ee8d23ee
SM
5702 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
5703 (cvs-menu-map): Remove.
5704 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
5705 (cvs-mode-quit): Turn it back into a plain function.
5706
5002ddbb 5707 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 5708 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
5709
5710 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
5711 file where it's more visible.
5712 (texinfo-filter, texinfo-chapter-level-regexp): New variables
5713 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
5714 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
5715 (texinfo-inside-macro-p): Only catch `scan-error's.
5716 (texinfo-inside-env-p): Make better use of the match info.
5717 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
5718 (texinfo-insert-@end): Slight re-organization.
5719 Also remove useless `looking-at' call.
5720
30cd075d
AI
57212000-12-08 Andrew Innes <andrewi@gnu.org>
5722
5723 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
5724 accessible in -nw mode.
5725
5726 * term/w32-win.el: Remove stuff about selection timeout, which is
5727 irrelevant on Windows. Move clipboard support to w32-fns.el, so
5728 it is accessible in -nw mode.
5729
01b91009
DL
57302000-12-08 Dave Love <fx@gnu.org>
5731
83c9cb8e
SM
5732 * emacs-lisp/lisp-mode.el (lisp-mode):
5733 Set font-lock-keywords-case-fold-search.
01b91009 5734
842b2a94
GM
57352000-12-08 Gerd Moellmann <gerd@gnu.org>
5736
5737 * textmodes/ispell.el (ispell): Doc fix.
5738
f9d5f611
KH
57392000-12-08 Kenichi Handa <handa@etl.go.jp>
5740
5741 * international/quail.el (quail-insert-decode-map): Check the
5742 frame width of a window displaying the current buffer, not that of
5743 the selected frame.
5744 (quail-help): Make sure that the help buffer has window before
5745 inserting text in it.
5746
e04d21aa
SS
57472000-12-07 Sam Steingold <sds@gnu.org>
5748
5749 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
5750 Backquote is used in isearch.el, so autoloading saves nothing.
5751
fc3e23a4
EZ
57522000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
5753
83c9cb8e
SM
5754 * startup.el (normal-top-level-add-subdirs-to-load-path):
5755 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 5756
fc3e23a4
EZ
5757 * dired.el (dired-insert-directory): If file-system-info is
5758 fboundp, call it instead of invoking dired-free-space-program.
5759
796ecd10
GM
57602000-12-07 Gerd Moellmann <gerd@gnu.org>
5761
0f5f7c3e
GM
5762 * server.el (server-visit-files): Push files on file-name-history.
5763
3764ba49
GM
5764 * progmodes/cc-langs.el: Update copyright.
5765
8e7931da
GM
5766 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
5767
ae0d7485 5768 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 5769
796ecd10
GM
5770 * bindings.el (mode-line-mode-menu): Reverse the order
5771 of define-keys so that the menu appears in alphabetical order.
5772
ae0d7485
GM
57732000-12-07 Milan Zamazal <pdm@freesoft.cz>
5774
5775 * progmodes/glasses.el (glasses-mode): Update mode line at the end
5776 of the function.
5777
e2849090
DL
57782000-12-07 Dave Love <fx@gnu.org>
5779
5780 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
5781
5782 * facemenu.el (facemenu-unlisted-faces): Fix value.
5783
5c7f629c
SM
57842000-12-07 Stefan Monnier <monnier@cs.yale.edu>
5785
5786 * font-lock.el (font-lock-default-fontify-region):
5787 Include the terminating \n (off-by-one error).
5788 (font-lock-set-defaults): Use dolist.
5789
5790 * derived.el (define-derived-mode): Don't use combine-run-hooks.
5791
73481ae3
KH
57922000-12-07 Kenichi Handa <handa@etl.go.jp>
5793
83c9cb8e
SM
5794 * international/mule-cmds.el (describe-language-environment):
5795 Fix for the case that an input method title is not string but a list.
ffbaa122 5796
73481ae3
KH
5797 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
5798 of wrong SIZE record.
5799
e2896b22
DL
58002000-12-06 Dave Love <fx@gnu.org>
5801
67292061
DL
5802 * newcomment.el (comment-region, comment-dwim): Doc fix.
5803
5804 * textmodes/texinfo.el: Require tex-mode when compiling.
5805 (texinfo-update-node): Doc fix.
5806 (texinfo-imenu-generic-expression): Add @anchor.
5807 (texinfo-font-lock-keywords): Add @uref.
5808 (texinfo-inside-macro-p): Don't use ignore-errors.
5809 (texinfo-insert-quote): Match more contexts.
5810
e76938e7
DL
5811 * international/mule.el (decode-char, encode-char): Doc fix.
5812 (auto-coding-alist): Customize.
5813
5814 * files.el (load-file): Fix change of 2000-03-12.
5815
e2896b22
DL
5816 * wid-edit.el (widget-text-keymap): Doc fix.
5817
6610f4b2
AI
58182000-12-06 Andrew Innes <andrewi@gnu.org>
5819
5820 * makefile.w32-in (lisp): Set to an absolute directory, namely
5821 $(CURDIR).
5822
9e3366e4
EZ
58232000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5824
5825 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
5826 read generated-autoload-file, and set buffer-file-coding-system to
5827 raw-text-unix after reading the file.
5828
83c9cb8e
SM
5829 * international/mule-conf.el (file-coding-system-alist):
5830 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 5831
d94d636f
GM
58322000-12-06 Gerd Moellmann <gerd@gnu.org>
5833
384333ee
GM
5834 * replace.el (occur): Make line-number-width 1 smaller for the
5835 colon following the line number.
5836
83c9cb8e
SM
5837 * startup.el (fancy-splash-text, command-line-1):
5838 Use `File' for the menu name instead of `Files'.
e04d21aa 5839
d4b72d58
GM
5840 * tmm.el: Update copyright.
5841
d94d636f
GM
5842 * cus-start.el: Add entry for even-window-heights.
5843
6e424019
MB
58442000-12-06 Miles Bader <miles@gnu.org>
5845
5846 * faces.el (frame-set-background-mode): Avoid stomping on
5847 locally modified faces.
5848
e6477b58
KH
58492000-12-06 Kenichi Handa <handa@etl.go.jp>
5850
5851 * international/fontset.el: Correct the font registries for
5852 japanese-jisx0213-1 and japanese-jisx0213-2.
5853
21999ab9
GM
58542000-12-05 Gerd Moellmann <gerd@gnu.org>
5855
57d6e381
GM
5856 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
5857
21999ab9
GM
5858 * iswitchb.el: Update customization commentary.
5859
7422819c
GM
58602000-12-05 Rob Riepel <riepel@Stanford.EDU>
5861
5862 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
5863 (tpu-search-highlight): Fixed comparison of overlay end positions.
5864 (tpu-trim-line-ends): Implemented trimming logic locally.
5865
5866 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 5867 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 5868
73daff18
KH
58692000-12-05 Kenichi Handa <handa@etl.go.jp>
5870
5871 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
5872 to cn-gb.
5873 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
5874
6a4cd002
DL
58752000-12-04 Dave Love <fx@gnu.org>
5876
5877 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
5878
6452929e
GM
58792000-12-04 Gerd Moellmann <gerd@gnu.org>
5880
e04d21aa 5881 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
5882 (rmail-summary-expunge-and-save): Ask for confirmation with
5883 rmail-expunge-confirmed.
5884
5885 * mail/rmail.el (rmail-expunge-confirmed): New function.
5886 (rmail-expunge): Use it.
5887
1790abf4
FP
58882000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
5889
0c68ce6f 5890 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
5891 (etags-recognize-tags-table, find-tag-in-order):
5892 New functionality: interpret file names as tags.
e04d21aa 5893
7a53d8c8
EZ
58942000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
5895
5896 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
5897 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
5898 the first subnode until the bottom of the current node is visible.
7a53d8c8 5899
caa15ef7
GM
59002000-12-04 Gerd Moellmann <gerd@gnu.org>
5901
5902 * format.el (format-decode): Don't change buffer's undo list.
5903
e225faa7
KH
59042000-12-04 Kenichi Handa <handa@etl.go.jp>
5905
5906 * faces.el (face-font-registry-alternatives): Add entries for CJK
5907 fonts. Doc-string adjusted for the actual usage of this data.
5908
5909 * international/fontset.el: Change the font registries for CJK
5910 fonts in the default fontset. Don't append '*' to registries.
5911
8b262a65
SM
59122000-12-03 Stefan Monnier <monnier@cs.yale.edu>
5913
e04d21aa 5914 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
5915 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
5916
5917 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
5918 (derived-mode-p): New function.
5919 (derived-mode-make-docstring): Add `docstring' argument.
5920 Use it if available and complete it if necessary.
5921
33c4460b
AS
59222000-12-03 Andreas Schwab <schwab@suse.de>
5923
5924 * type-break.el (type-break): Don't make parent of itself.
5925
5c9b3fac
MB
59262000-12-03 Miles Bader <miles@gnu.org>
5927
5928 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
5929
27ce741e
SM
59302000-12-02 Stefan Monnier <monnier@cs.yale.edu>
5931
07c16ec4
SM
5932 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
5933 (tex-main-file, tex-file): Simplify.
5934 (tex-generate-zap-file-name): Use subst-char-in-string.
5935 (tex-strip-dots): Remove.
5936
c19cc275
SM
5937 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
5938
27ce741e
SM
5939 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
5940 to check if the match succeeded.
5941
285991dc
GM
59422000-12-02 Gerd Moellmann <gerd@gnu.org>
5943
5944 * startup.el (use-fancy-splash-screens-p): New function.
5945 (command-line-1): Use it to determine whether or not to use
5946 a fancy splash screen.
5947
52dca1b2
AS
59482000-12-02 Andreas Schwab <schwab@suse.de>
5949
5950 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
5951
d3e7e7cf
EZ
59522000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5953
2dce2360
EZ
5954 * international/mule.el (make-char): Fix last change.
5955
9768eaa7
EZ
5956 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5957 New defcustoms.
5958 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
5959 autoloading tex-mode; instead, do the same manually.
5960 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
5961 with numeric argument. Docstring fix.
5962 (toplevel): Require cl when compiling.
e04d21aa 5963
285991dc 5964 * international/mule.el (make-char): Doc fix.
d3e7e7cf 5965
0dd5e255
JR
59662000-12-02 Jason Rumney <jasonr@gnu.org>
5967
5968 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
5969 the Emacs Lisp manual)
5970
fbb87147
EZ
59712000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5972
5cbb3e93
EZ
5973 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5974
fbb87147
EZ
5975 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
5976 the Emacs Lisp manual).
5977
1636ca09
GM
59782000-12-02 Gerd Moellmann <gerd@gnu.org>
5979
5980 * simple.el (next-line-add-newlines): Change default to nil.
5981
68875f0e
EZ
59822000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
5983
83c9cb8e
SM
5984 * files.el (revert-buffer, recover-file):
5985 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 5986
fd9ac94c
GM
59872000-12-01 Gerd Moellmann <gerd@gnu.org>
5988
5989 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5990
45450dd5
MB
59912000-12-01 Miles Bader <miles@gnu.org>
5992
5993 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
5994
09df8881
KH
59952000-12-01 Kenichi Handa <handa@etl.go.jp>
5996
5997 * international/mule-diag.el (describe-char-after): Fix typo.
5998 (describe-character-set, non-iso-charset-alist): Fix typo.
5999
dea0a87d
MB
60002000-12-01 Miles Bader <miles@gnu.org>
6001
b170205b
MB
6002 * image-file.el (image-file-name-regexp): Automatically add
6003 upper-case variants of each filename extension in
6004 `image-file-name-extensions', since they seem to be common.
6005
e04d21aa 6006 * simple.el (minibuffer-contents)
dea0a87d
MB
6007 (minibuffer-contents-no-properties, delete-minibuffer-contents):
6008 New functions.
6009 * filecache.el (file-cache-directory-name)
6010 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6011
eb04d6cd 60122000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 6013
dea0a87d
MB
6014 * filecache.el (file-cache-minibuffer-complete): Don't try to
6015 delete the minibuffer prompt.
6016
a8a1b05d
DL
60172000-11-30 Dave Love <fx@gnu.org>
6018
6019 * cus-start.el: Fix read-buffer-function type.
6020
693c4692
GM
60212000-11-30 Gerd Moellmann <gerd@gnu.org>
6022
6023 * md5.el: Removed. There's a built-in function, now.
6024
2c0b1898
GM
60252000-11-30 Markus Rost <rost@math.ohio-state.edu>
6026
6027 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6028 as dummy 0-th char of rmail-deleted-vector.
6029
63dfcf4b
EZ
60302000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
6031
6032 * ps-print.el (ps-end-job): Bind case-fold-search only after
6033 switching to ps-spool-buffer.
6034
60352000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6036
6037 * ps-print.el: Line number font customization. PostScript: Lines and
6038 PageCount are initialized on each page. Doc Fix.
6039 (ps-print-version): New version number (6.3.2).
6040 (ps-lpr-switches, ps-font-info-database, ps-font-size)
6041 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6042 (ps-right-header): Customization fix.
6043 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6044 Fix code.
6045 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6046 New vars.
6047
df3aedcf
GM
60482000-11-30 Gerd Moellmann <gerd@gnu.org>
6049
edfb795e
GM
6050 * bs.el: Fix typos and spelling errors.
6051 (bs-appearance) <defgroup>: Renamed from bs-appearence.
6052 (bs-configuration): Doc fix.
e04d21aa 6053
df3aedcf
GM
6054 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
6055
8b8a7f01
GM
60562000-11-30 Rob Riepel <riepel@Stanford.EDU>
6057
6058 * emulation/tpu-edt.el (tpu-version): New version.
6059 (tpu-search-overlay, tpu-replace-overlay): New initial range.
6060 (tpu-original-mode-line): Variable deleted.
6061 (tpu-mark-flag): New initial value.
83c9cb8e
SM
6062 (tpu-set-mode-line): Don't redefine mode-line-format.
6063 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
6064 (tpu-update-mode-line): New mark flag logic.
6065 (tpu-get): Use find-file-wildcards.
6066 (tpu-search-highlight): Move overlay less, reset overlay properly.
6067 (tpu-unselect): Deactivate mark.
6068 (tpu-lm-replace): Reset overlay properly.
6069 (tpu-forward-line): Use forward-visible-line.
6070 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
6071
83c9cb8e 6072 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 6073
c069a9d3
GM
60742000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6075
6076 * cus-edit.el (custom-face-value-create): Always emphasize tag.
6077
b02cd40b
GM
60782000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6079
6080 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6081 and skip whitespace and newlines.
e04d21aa 6082
b7a90344
SM
60832000-11-30 Stefan Monnier <monnier@cs.yale.edu>
6084
6085 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6086
be6bbb55
GM
60872000-11-29 Gerd Moellmann <gerd@gnu.org>
6088
0383ed60
GM
6089 * help.el (describe-function-1): Regexp-quote function name
6090 when used as part of a regexp.
6091
83c9cb8e
SM
6092 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6093 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
6094 (tool-bar-add-item): Likewise, and handle unspecified colors.
6095
6096 * enriched.el (enriched-face-ans): Use face-attribute instead
6097 of face-foreground and face-background.
6098
6099 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 6100 Return nil if attribute is unspecified, for backward compatibility.
c7957947 6101
7423978d
GM
6102 * files.el (auto-mode-alist): Add an entry for antlr-mode.
6103
ef128c78
GM
6104 * play/5x5.el: Remove version info.
6105
a81fc510
GM
6106 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6107
be6bbb55
GM
6108 * frame.el (blink-cursor-mode): Doc fix.
6109
f9396e03
GM
61102000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6111
6112 * antlr-mode.el: New commands to run ANTLR from within Emacs and
6113 to create Makefile rules.
6114 (antlr-tool-command): New user option.
6115 (antlr-ask-about-save): New user option.
6116 (antlr-makefile-specification): New user option.
6117 (antlr-file-formats-alist): New variable.
6118 (antlr-special-file-formats): New variable.
6119 (antlr-unknown-file-formats): New user option.
6120 (antlr-help-unknown-file-text): New variable.
6121 (antlr-help-rules-intro): New variable.
6122 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6123 (antlr-mode-menu): Add entries.
6124 (antlr-file-dependencies): New function.
6125 (antlr-directory-dependencies): New function.
6126 (antlr-superclasses-glibs): New function.
6127 (antlr-run-tool): New command.
6128 (antlr-makefile-insert-variable): New function.
6129 (antlr-insert-makefile-rules): New function.
6130 (antlr-show-makefile-rules): New command.
6131
6132 * antlr-mode.el: More Emacs/XEmacs stuff.
6133 (antlr-no-action-keywords): New constant with value nil.
6134 (antlr-font-lock-keywords-alist): Use it. Old value would break
6135 syntax highlighting in Emacs-21.0.
6136 (antlr-default-directory): Emacs/XEmacs dependend function.
6137 (antlr-read-shell-command): Ditto.
6138 (antlr-with-displaying-help-buffer): Ditto.
6139
61402000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6141
6142 * antlr-mode.el: imenu, parsing and highlighting changes.
6143 (antlr-imenu-create-index-function): Don't create extra submenus
6144 for definitions in different grammar classes. It is not necessary
6145 for the menu and would make command `imenu' awkward to use.
6146 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6147 header actions and more than one.
6148 (antlr-font-lock-tokendef-face): Changed color.
6149 (antlr-font-lock-tokenref-face): Changed color.
6150 (antlr-font-lock-additional-keywords): Also highlight lowercase.
6151 (antlr-mode-syntax-table): New variable.
6152 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6153 (antlr-with-syntax-table): Don't copy syntax table.
6154
61552000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6156
6157 * antlr-mode.el: Minor changes: language setting.
6158 (antlr-language-alist): The value for file option "language" can
6159 be both an identifier and a string.
6160 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6161 (antlr-language-limit-n-regexp): Change accordingly.
6162
61632000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6164
6165 * antlr-mode.el: Minor changes: tabs, hiding.
6166 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6167 (antlr-action-visibility): Also allow value nil to also hide the
6168 braces. Renamed from `antlr-tiny-action-length'.
6169 Suggested by Jay@aol.com.
6170 (antlr-hide-actions): Change accordingly. Hide line if completely
6171 hidden action is on a line of its own.
e04d21aa 6172
6ad948eb
SM
61732000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6174
6175 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6176
6177 * sort.el (sort-columns): Don't concat strings with numbers.
6178
9c6a4107
DL
61792000-11-29 Dave Love <fx@gnu.org>
6180
6181 * cus-edit.el (face): Fix :format.
6182
6183 * mail/feedmail.el: Require smtpmail when compiling.
6184 (mail-do-fcc): Autoload.
6185 (feedmail) <defgroup>: Fix :link.
6186 (feedmail-nuke-body-in-fcc): Fix :type.
6187 (feedmail-send-it): Add autoload cookie.
6188
053b8d35
SM
61892000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6190
6191 * newcomment.el (comment-indent): Save excursion around call to
6192 comment-indent-function.
6193
242c13e8
MB
61942000-11-29 Miles Bader <miles@gnu.org>
6195
6196 * subr.el (member-ignore-case): Return the tail of the list who's
6197 car matches, like `member', not the matching element itself.
6198
8f4b5f28
KH
61992000-11-29 Kenichi Handa <handa@etl.go.jp>
6200
6201 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
6202 should not contain `\n'.
6203
bebe4a2c
GM
62042000-11-28 Gerd Moellmann <gerd@gnu.org>
6205
fd9ac94c 6206 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 6207
ba7e40eb
GM
6208 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6209
75ab0c79
GM
6210 * dired-aux.el (dired-do-create-files): Construct default file
6211 name for dired-mark-read-file-name so that when the user enters
6212 just RET, the target file will end up in the target directory.
6213
bebe4a2c
GM
6214 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6215 local-abbrev-table before changing buffers because it might
6216 have a buffer-local binding.
6217
fa6d1ca8
MB
62182000-11-28 Miles Bader <miles@gnu.org>
6219
6220 * simple.el (delete-horizontal-space): Handle fields more generally.
6221
8d2c2642
GM
62222000-11-28 Gerd Moellmann <gerd@gnu.org>
6223
6224 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6225
8b31236d
DL
62262000-11-28 Dave Love <fx@gnu.org>
6227
3cbd02d2
DL
6228 * progmodes/ps-mode.el (ps-mode): Set comment-start and
6229 comment-start-skip locally.
6230
8b31236d
DL
6231 * progmodes/fortran.el (fortran-mode): Don't set
6232 fortran-comment-line-start-skip. Set comment-start to
6233 fortran-comment-line-start.
6234 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6235 (fortran-comment-line-start-skip): Simplify slightly.
6236
ae4bf56d
GM
62372000-11-28 Gerd Moellmann <gerd@gnu.org>
6238
17ef7534
GM
6239 * play/5x5.el: Remove RCS keyword.
6240
fd9ac94c 6241 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 6242
665b27a6
GM
62432000-11-28 Milan Zamazal <pdm@freesoft.cz>
6244
83c9cb8e
SM
6245 * textmodes/tildify.el (tildify-string-alist):
6246 Add `plain-tex-mode' here.
665b27a6 6247
fe3c2ae3
GM
62482000-11-28 Colin Walters <walters@cis.ohio-state.edu>
6249
6250 * chistory.el (Command-history-setup): Remove extraneous `keymap'
6251 reference.
6252
d970106b
MB
62532000-11-28 Miles Bader <miles@gnu.org>
6254
36b80a0d
MB
6255 * cus-face.el (custom-face-attributes): Add post-filter function
6256 for :box. Make pre-filter function for :box handle all cases.
6257
d970106b
MB
6258 * wid-edit.el (widget-choose): Make sure pop-up window is large
6259 enough to display all the choices, as there's no way to scroll it.
6260
5a2bae6c
KH
62612000-11-28 Kenichi Handa <handa@etl.go.jp>
6262
6263 * international/mule-conf.el: Make the coding system no-conversion
6264 safe for all characters.
6265
9e836e23
DL
62662000-11-27 Dave Love <fx@gnu.org>
6267
8b31236d
DL
6268 * net/ldap.el (ldap) <defgroup>: Add :version.
6269
9e836e23
DL
6270 * tooltip.el (tooltip-use-echo-area): Doc fix.
6271
6272 * cus-start.el <minibuffer-prompt-properties>: Add version.
6273 <read-buffer-function>: Add.
6274
6275 * apropos.el (apropos-print): Add help-echo to active text.
6276
6277 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6278
4a74d071
GM
62792000-11-27 Gerd Moellmann <gerd@gnu.org>
6280
6281 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6282 type, group and version.
6283
76058c27
EZ
62842000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
6285
4a74d071 6286 * select.el (x-get-selection): Docstring fix.
76058c27 6287
fd9ac94c 62882000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 6289
fd9ac94c 6290 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 6291
49060c51
AI
62922000-11-27 Andrew Innes <andrewi@gnu.org>
6293
6294 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6295
6296 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6297
b2a8e429
MB
62982000-11-27 Miles Bader <miles@gnu.org>
6299
6300 * dired.el (dired-get-filename): Return filename verbatim if
6301 LOCALP is `verbatim'.
6302 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6303 `verbatim' so that we don't inadvertently delete a non-existant
6304 directory name.
6305
5ac0366d
KH
63062000-11-27 Kenichi Handa <handa@etl.go.jp>
6307
6308 * international/characters.el: Specify cases and syntaxes for
6309 mule-unicode-0100-24ff.
6310
67f1cf4c
GM
63112000-11-27 Gerd Moellmann <gerd@gnu.org>
6312
6313 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6314 that foreground and/or background colors of the face `tool-bar'
6315 are unspecified.
6316
46c56972
MB
63172000-11-27 Miles Bader <miles@gnu.org>
6318
e04d21aa 6319 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
6320 (widget-field-end): Handle widget field `pseudo-overlays'.
6321 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6322 if it's there instead of in `widget-field-list'.
6323
46c56972 6324 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
6325 (help-make-xrefs): Delete extraneous newlines at the end of the
6326 docstring.
46c56972 6327
640a9cdd
JR
63282000-11-25 Jason Rumney <jasonr@gnu.org>
6329
6330 * startup.el (command-line): Call set-locale-environment after
6331 Window System init file is read, as it can result in a call to
6332 redraw-frame.
6333
0b3f96d4
EZ
63342000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
6335
6336 * simple.el (shell-command): Mention the effect of the prefix
6337 argument in the doc string.
6338
8da6e2a1
MB
63392000-11-25 Miles Bader <miles@gnu.org>
6340
a658d039
MB
6341 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6342
8da6e2a1 6343 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 6344 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 6345
d3416cca
JR
63462000-11-24 Jason Rumney <jasonr@gnu.org>
6347
6348 * international/mule-cmds.el (locale-language-names): Add "jp" as
6349 a non-standard alternative for Japanese.
6350
17e37f53
AS
63512000-11-24 Andre Spiegel <spiegel@gnu.org>
6352
6353 * vc-hooks.el: Require 'cl during compilation.
6354
9aa5f148
GM
63552000-11-24 Gerd Moellmann <gerd@gnu.org>
6356
ba193890
GM
6357 * faces.el (face-set-after-frame-default): Let face attributes
6358 specified for new frames override frame parameters.
6359
9aa5f148
GM
6360 * startup.el (command-line): Fix computation of the source file
6361 for user-init-file when user-init-file is a compiled file.
6362
51a1edab
MB
63632000-11-24 Miles Bader <miles@gnu.org>
6364
e04d21aa 6365 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
6366 (custom-post-filter-face-spec): New functions.
6367 (custom-face-set, custom-face-value-create): Filter the face spec
6368 before and after customization.
6369 (custom-face-set): If VALUE specifies a null face, pass a
6370 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6371 * cus-face.el (custom-face-attributes): Remove SET and GET
6372 functions. Add some IN-FILTER and OUT-FILTER functions in the few
6373 cases they're needed.
6374
1ed74431
MB
6375 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6376 that it's distinguishable from the :off-glyph on dark-background
6377 displays. Set its background color too.
6378
67ee1125
MB
6379 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6380 so that people can easily turn it off.
6381
7d027816 63822000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 6383
7d027816 6384 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 6385
9aa5f148 6386 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 6387
9aa5f148 6388 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 6389
9aa5f148 6390 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 6391 redundant skip-small-frames test.
e04d21aa 6392
9aa5f148 6393 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 6394 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 6395
9aa5f148
GM
6396 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6397 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
6398 (viper-restore-cursor-type,viper-set-insert-cursor-type):
6399 New functions.
e04d21aa 6400
9aa5f148 6401 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 6402
9aa5f148 6403 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 6404
f07fa1b8
KH
64052000-11-24 Kenichi Handa <handa@etl.go.jp>
6406
83c9cb8e
SM
6407 * international/mule-diag.el (list-iso-charset-chars):
6408 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
6409 (list-non-iso-charset-chars): Fix the `while' condition.
6410
ba8299ff
SM
64112000-11-23 Stefan Monnier <monnier@cs.yale.edu>
6412
79372165
SM
6413 * subr.el (add-hook, remove-hook): Don't call make-local-hook
6414 if the variable is make-variable-buffer-local.
6415
83c9cb8e
SM
6416 * progmodes/ada-stmt.el (ada-template-map):
6417 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
6418 (ada-stmt-mode-hook): New function extracted from old code.
6419 Only change the buffer-local side of skeleton-*.
6420 (ada-mode-hook): Use it.
6421
68a887fa
EZ
64222000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6423
6424 * iswitchb.el (iswitchb-minibuf-depth): New variable.
6425 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6426 we expect to be returned by minibuffer-depth once we prompt the
6427 user in the minibuffer.
6428 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6429 as recorded in iswitchb-minibuf-depth, return non-nil.
6430
3b345582
EZ
64312000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6432
6433 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6434 (hscroll-window-maybe): Docstring fix.
6435
595dead2
DL
64362000-11-23 Dave Love <fx@gnu.org>
6437
6438 * rect.el (string-rectangle): Don't test delete-selection-mode.
6439
1e66b27a
GM
64402000-11-23 Gerd Moellmann <gerd@gnu.org>
6441
02790ce2
GM
6442 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6443 is in the tool bar.
6444
1e66b27a 6445 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 6446 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 6447
a4caa65d
SM
64482000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6449
6450 * textmodes/outline.el (outline-flag-region):
6451 Don't bind inhibit-read-only since we don't modify the buffer.
6452 (outline-isearch-open-invisible): Don't jump to overlay-start
6453 since we're trying to unhide text around point.
6454 (outline-discard-overlays): Use dolist.
6455
6456 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6457
03e757c1
GM
64582000-11-22 Gerd Moellmann <gerd@gnu.org>
6459
83c9cb8e 6460 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 6461
1598a961
SM
64622000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6463
6464 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6465 Fix ARG regexp to skip quoted braces.
6466 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6467 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6468 are (correctly) handled separately).
6469 Remove `caption' and `footnote' from `citations': they contain text.
6470 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6471 (latex-skeleton-end-hook): New function.
6472 (latex-mode): Use it.
6473 (tex-start-tex-marker): Remove.
6474 (tex-send-tex-command): Don't set tex-start-tex-marker.
6475 (tex-error-parse-syntax-table): New var.
6476 (tex-compilation-parse-errors): Use it.
6477 Ignore tex-start-tex-marker. Don't bother with marker-position.
6478 (tex-validate-buffer): Don't bother with marker-position.
6479
6480 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 6481 (flyspell-generic-progmode-verify): Use it.
1598a961 6482
eaae8106
SS
64832000-11-22 Sam Steingold <sds@gnu.org>
6484
83c9cb8e 6485 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 6486
eaae8106 6487 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 6488 `ada-remove-trailing-spaces'.
eaae8106 6489 (ada-remove-trailing-spaces): Removed.
e04d21aa 6490
eaae8106 6491 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 6492
1598a961
SM
6493 * textmodes/picture.el (picture-clean): Removed.
6494 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 6495
a41d49e9
GM
64962000-11-22 Gerd Moellmann <gerd@gnu.org>
6497
e053c60f
GM
6498 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6499
a41d49e9
GM
6500 * hi-lock.el (hi-lock-refontify): Don't call non-existent
6501 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 6502 do anything special when jit-lock is active.
a41d49e9
GM
6503 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6504
197615f3
DL
65052000-11-22 Dave Love <fx@gnu.org>
6506
ddbfaa9f
DL
6507 * calendar/todo-mode.el (todo-top-priorities): Use
6508 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6509
ddc3c695
DL
6510 * language/chinese.el, language/cyrillic.el:
6511 * language/devanagari.el, language/ethiopic.el, language/greek.el:
6512 * language/hebrew.el, language/indian.el, language/japanese.el:
6513 * language/korean.el, language/lao.el, language/misc-lang.el:
6514 * language/thai.el, language/tibetan.el, language/vietnamese.el:
6515 Use provide.
6516
fb9fa98d
DL
6517 * cus-edit.el (custom-buffer-create-internal): Save some consing.
6518 (custom-variable-set): Improve validation error mesage.
6519
197615f3
DL
6520 * rect.el (string-rectangle): Revert last change.
6521 (string-rectangle-line): New arg DELETE.
6522 (string-rectangle): Check delete-selection-mode.
6523
6524 * emacs-lisp/edebug.el (edebug-version)
6525 (edebug-maintainer-address): Deleted.
6526 (edebug-submit-bug-report): Just alias to report-emacs-bug.
6527 (edebug-read-function): Account for other `'#' read forms.
6528 (edebug-mode-menus): Make some items toggles.
6529 (edebug-outside-unread-command-event, unread-command-event):
6530 Remove these to avoid warnings.
6531
f4117c4d
GM
65322000-11-22 David Ponce <david@dponce.com>
6533
6534 * recentf.el (recentf-menu-items-for-commands)
6535 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 6536 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 6537
f4117c4d
GM
6538 (recentf-build-dir-rules, recentf-dump-variable)
6539 (recentf-edit-list, recentf-open-files-item)
6540 (recentf-open-files): Replaced unnecessary `mapcar' with new
6541 built-in `mapc'.
eaae8106 6542
f8e2f3f2
MB
65432000-11-23 Miles Bader <miles@gnu.org>
6544
6545 * faces.el (menu): Make inverse-video on ttys too.
6546
4c4a541d
SM
65472000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6548
6549 * simple.el (comment-line-break-function): Use the new name
6550 indent-new-comment-line -> comment-indent-new-line.
6551 (clone-indirect-buffer): Don't ignore NORECORD.
6552 (next-completion): Properly handle the case where items are adjacent.
6553
6554 * mouse.el (popup-menu): Stupid typo.
6555
980d836e
GM
65562000-11-22 Gerd Moellmann <gerd@gnu.org>
6557
60e8e0a5
GM
6558 * emacs-lisp/authors.el: Remove autoload cookies, add author,
6559 maintainer, keywords tags.
6560
980d836e
GM
6561 * rect.el (replace-rectangle): Don't call string-rectangle-line
6562 with too many arguments.
6563
e08b2069
AS
65642000-11-22 Andre Spiegel <spiegel@gnu.org>
6565
60e8e0a5 6566 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 6567 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
6568 vc-locking-user, which no longer exists.
6569
6570 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
6571
c6779d8d
DL
65722000-11-22 Dave Love <fx@gnu.org>
6573
6574 * md5.el (md5): Provide.
6575 (md5): Fix error call.
6576
e672fdce
MB
65772000-11-22 Miles Bader <miles@gnu.org>
6578
eaae8106 6579 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
6580 (refill-fill-paragraph-at): Remove debugging code.
6581
80e24c04
MB
6582 * calendar/calendar.el (generate-calendar-window): When we don't
6583 call `fit-window-to-buffer', make sure the top line is fully visible.
6584
3a17d6cc
MB
6585 * image-file.el (insert-image-file): Don't make `read-only'
6586 property rear-nonsticky.
6587
ae1a21c6
MB
6588 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
6589 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
6590 stashing away its original value.
6591 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
6592 in the recursive edit.
6593 Bind `isearch-original-minibuffer-message-timeout' to protect it.
6594 (isearch-done): Restore `minibuffer-message-timeout'.
6595
e672fdce
MB
6596 * cus-start.el: Remove entry for `mode-line-inverse-video'.
6597
3ea79df8
SM
65982000-11-21 Stefan Monnier <monnier@cs.yale.edu>
6599
6600 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
6601
6602 * find-lisp.el (find-lisp-find-files-internal):
6603 Use dolist, when and file-name-as-directory.
6604
980d836e 6605 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
6606 (define-derived-mode, define-minor-mode): Add specs.
6607
6608 * window.el: General comment and spacing fixes.
6609 (save-selected-window): Use backquotes.
6610 (window-safely-shrinkable-p): New function.
6611 (shrink-window-if-larger-than-buffer): Use it.
6612
6613 * subr.el (make-local-hook): Docstring fix.
6614
6615 * shell.el (shell-mode): Use define-derived-mode.
6616
6617 * newcomment.el (comment-indent): Insert comment before calling
6618 comment-indent-function. Don't insert in column 0.
6619 (comment-dwim): Indent before inserting comment.
6620
6621 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
6622 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
6623 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
6624 Use mapc rather than map.
6625
6626 * files.el (find-buffer-visiting): Compare all attributes before
6627 declaring two files identical (rather than just their inode-no).
6628 (auto-mode-alist): Use \' rather than $.
6629
6630 * which-func.el: Update maintainer line.
6631
6632 * pcvs.el (uniquify-buffer-file-name): Remove advice.
6633 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
6634 (uniquify-buffer-file-name): Use it.
6635
8f62f2b8
MB
66362000-11-22 Miles Bader <miles@gnu.org>
6637
6638 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
6639 * simple.el (minibuffer-avoid-prompt): New function.
6640
fb279a6d
GM
66412000-11-21 Gerd Moellmann <gerd@gnu.org>
6642
6643 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
6644
867092e9
MB
66452000-11-21 Miles Bader <miles@gnu.org>
6646
ef860850
MB
6647 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
6648 inclusion of `track-mouse'.
6649
867092e9
MB
6650 * textmodes/refill.el (refill-ignorable-overlay): New variable.
6651 (refill-adjust-ignorable-overlay): New function.
6652 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
6653 only the paragraph's tail if possible.
6654 Update `refill-ignorable-overlay'.
6655 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
6656
6657 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6658 point inside the fill-prefix.
6659
6660 * textmodes/refill.el (refill-post-command-function): Don't reset
6661 refill-doit in the case where a self-insertion command doesn't
6662 case a refill. Use `refill-fill-paragraph-at', getting position
6663 from `refill-doit'.
6664 (refill-after-change-function): Set `refill-doit' to END.
6665 (refill-fill-paragraph-at): New function, mostly from old
6666 refill-fill-paragraph.
6667 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
6668 (refill-pre-command-function): New function.
6669 (refill-mode): Add it to `pre-command-hook'.
6670
ff9ab414
GM
66712000-11-20 Gerd Moellmann <gerd@gnu.org>
6672
29a01b72
GM
6673 * textmodes/artist.el (artist-mode): Fix autoload cookie.
6674
ff9ab414
GM
6675 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
6676 javadoc tags.
eaae8106 6677
885b211b
AS
66782000-11-20 Andre Spiegel <spiegel@gnu.org>
6679
6680 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
6681 vc.el).
6682
eaae8106 6683 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 6684 require vc.
eaae8106
SS
6685
6686 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 6687 checkouts.
eaae8106 6688
d1838556
DL
66892000-11-20 Dave Love <fx@gnu.org>
6690
6691 * Makefile.in (DONTCOMPILE): Omit bindings.el.
6692
2b69bc11 66932000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 6694
2b69bc11
GM
6695 * calculator.el (calculator-paste): Use `if' instead of `and'
6696 and `or'.
6697 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 6698
b95b34e5
GM
66992000-11-19 Gerd Moellmann <gerd@gnu.org>
6700
030de92f
GM
6701 * info.el (info-menu-5): Doc fix.
6702
b95b34e5
GM
6703 * textmodes/artist.el: New file.
6704
54970452
AS
67052000-11-19 Andre Spiegel <spiegel@gnu.org>
6706
eaae8106 6707 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
6708 and differentiate according to checkout model.
6709 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
6710 since this function is only concerned with master state.
6711
83c9cb8e
SM
6712 * vc-hooks.el (vc-workfile-unchanged-p)
6713 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 6714
83c9cb8e
SM
6715 * vc.el (vc-workfile-unchanged-p)
6716 (vc-default-workfile-unchanged-p): See above.
54970452 6717
e5a9dabf
MB
67182000-11-19 Miles Bader <miles@gnu.org>
6719
6720 * image-file.el (insert-image-file): Make `intangible' and
6721 `read-only' properties rear-nonsticky too.
6722
24127af0
GM
67232000-11-18 Gerd Moellmann <gerd@gnu.org>
6724
d392e9c5 6725 * ps-print.el: Update copyright notice.
eaae8106 6726
d392e9c5
GM
6727 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
6728 (tooltip-show): Use the offsets.
6729
24127af0 6730 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 6731 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
6732 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
6733
2b69bc11 67342000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 6735
2b69bc11
GM
6736 * ps-print.el (toplevel): Test for find-coding-system being
6737 fboundp before calling ps-x-find-coding-system.
08ea6f17 6738
66321b2f
SM
67392000-11-16 Stefan Monnier <monnier@cs.yale.edu>
6740
6741 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
6742 (vc-version-backup-file): Docstring fix.
6743
046110c6
GM
67442000-11-16 Gerd Moellmann <gerd@gnu.org>
6745
4104194e
GM
6746 * files.el (basic-save-buffer): Don't add a newline if
6747 find-file-literally is non-nil.
6748 (find-file-literally): Extend doc string.
6749
046110c6
GM
6750 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
6751 sort(1) with the `-f' argument.
6752
6505c16e
AS
67532000-11-16 Andre Spiegel <spiegel@gnu.org>
6754
fd063975
AS
6755 * vc.el: Updated backend documentation.
6756 (vc-default-check-headers): New function.
6757
3d02dd81 6758 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
6759
6760 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 6761 up-to-date.
eaae8106 6762 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 6763 the minibuffer is not active.
fd063975 6764
eaae8106 6765 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 6766 `vc-cvs-use-edit' is on.
eaae8106
SS
6767 (vc-cvs-checkout): When this is used for reverting the workfile,
6768 make a backup of the original contents and revert to that in case
8791d617 6769 of error.
eaae8106 6770 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 6771 remote repositories.
eaae8106 6772
6505c16e
AS
6773 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
6774 for both version and ratio in the minibuffer.
fd063975 6775
eaae8106 6776 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 6777 Use vc-do-command to perform the annotation, not call-process.
6505c16e 6778
a13f0660
KH
67792000-11-16 Kenichi Handa <handa@etl.go.jp>
6780
6781 * international/quail.el (quail-start-translation): Don't call
6782 `message' before reading key sequence.
6783
1389a414
MB
67842000-11-16 Miles Bader <miles@lsi.nec.co.jp>
6785
6786 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
6787
9256a532
KH
67882000-11-16 Kenichi Handa <handa@etl.go.jp>
6789
6790 * window.el (fit-window-to-buffer): Be sure to acquire at least
6791 one text line even if the buffer is empty.
6792
0e14fe9f
GM
67932000-11-16 Gerd Moellmann <gerd@gnu.org>
6794
eaae8106 6795 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
6796 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
6797 Bind ange-ftp-process-verbose to nil.
0e14fe9f 6798
da645c53
DL
67992000-11-15 Dave Love <fx@gnu.org>
6800
83c9cb8e
SM
6801 * wid-edit.el (widget-specify-field, widget-specify-button):
6802 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
6803 widget-mouse-help.
6804 (widget-mouse-help): New function.
6805 (widget-echo-help): Rewritten for :help-echo functions only taking
6806 a widget arg.
6807
83c9cb8e
SM
6808 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
6809 Use display-graphic-p.
b12057b9
DL
6810 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
6811 and that JPEG is available.
6812 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
6813
da645c53
DL
6814 * international/mule-cmds.el (locale-charset-language-names):
6815 Match @euro.
6816
6d133d1f
GM
68172000-11-15 Gerd Moellmann <gerd@gnu.org>
6818
83c9cb8e
SM
6819 * faces.el (face-set-after-frame-default):
6820 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
6821 default face from X resources.
6822
49ac2ac5
EZ
68232000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
6824
6825 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6826 Don't set EMACSLOADPATH.
6827
4fb0a34c
EZ
68282000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
6829
6830 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
6831 texinfo-insert-@url.
6832 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
6833 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
6834
bb304a7a
SM
68352000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6836
82bc80bf
SM
6837 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
6838 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
6839 (checkdoc-minor-keymap): Backward compatibility.
6840 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
6841 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
6842 (checkdoc-this-string-valid-engine): Be a bit more strict
6843 to avoid matching substrings of `...' quoted vars/funs.
6844 (checkdoc-defun-info): Only look for `interactive' if alone.
6845 (debug-ignored-errors): Add "arg doesn't appear in docstring".
6846
e8c87124
SM
6847 * progmodes/compile.el (grep): `tag-default' can be nil.
6848
bb304a7a
SM
6849 * newcomment.el (comment-indent): Paren typo.
6850
8628686a
DL
68512000-11-14 Dave Love <fx@gnu.org>
6852
25c269ef
DL
6853 * calculator.el: New maintainer version.
6854
66321b2f 6855 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 6856
8628686a
DL
6857 * cmuscheme.el: Doc fixes.
6858 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 6859 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
6860
6861 * xscheme.el (scheme-program-name): Don't define here.
6862
6863 * progmodes/scheme.el (scheme-program-name): New variable
6864 (originally in cmuscheme).
6865
88f0a1eb
MB
68662000-11-14 Miles Bader <miles@gnu.org>
6867
6868 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
6869 Handle header-lines. Don't loop forever if we can't enlarge the
6870 window anymore. Simplify a bit.
6871
cd9a000c
KH
68722000-11-14 Kenichi Handa <handa@etl.go.jp>
6873
6874 * window.el (fit-window-to-buffer): Don't check
6875 window-text-height. Assure that the last line is fully visible.
6876
83c9cb8e
SM
6877 * international/quail.el (quail-show-guidance-buf):
6878 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
6879 buffer.
6880 (quail-update-guidance): Avoid making the guidance buffer shorter.
6881
d3fcda22
SM
68822000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6883
bdbd9606
SM
6884 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
6885 rather than `prepend' and add an interesting comment.
6886 (tex-math-face, tex-font-lock-syntactic-face-function):
6887 New face and function to use it.
6888 (tex-define-common-keys, tex-mode-map): Use menu-item rather
6889 than `menu-enable' symbol property.
6890 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
6891 (tex-mode): Add some latex-mode commands for auto-selection.
6892 Use tex-font-lock-syntactic-face-function.
6893 (tex-insert-quote): Simplify.
6894 (tex-shell): New mode.
6895 (tex-start-shell): Use it.
6896 (tex-shell-proc, tex-shell-buf): New functions.
6897 (tex-send-command): Use it.
6898 (tex-main-file): Fix the meaning of the new arg REALFILE.
6899 (tex-send-tex-command): New function split from `tex-start-tex'.
6900 Set compilation-last-buffer and compilation-parsing-end.
6901
d3fcda22
SM
6902 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
6903 when it follows non-comment text on the line.
6904
6905 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6906 Set font-lock-defaults.
6907 (lisp-mode-shared-map): Init inside the defvar.
6908 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
6909 Use define-derived-mode.
6910
bdab1d43
MB
69112000-11-14 Miles Bader <miles@lsi.nec.co.jp>
6912
6913 * faces.el (header-line): Use `:box nil' for color/gs displays too.
6914
936ae731
GM
69152000-11-14 Gerd Moellmann <gerd@gnu.org>
6916
83c9cb8e
SM
6917 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
6918 Don't recursively optimize body because that can lead to infinite
936ae731
GM
6919 recursion; see comment there.
6920
1695ca2b
EZ
69212000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
6922
6923 * faces.el (face-spec-set-match-display): Revert the change from
6924 2000-10-24. Add a FIXME for after v21.1.
6925
9d348294
MB
69262000-11-13 Miles Bader <miles@gnu.org>
6927
6928 * textmodes/fill.el (skip-line-prefix): New function.
6929 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
6930 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
6931 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6932 point inside the fill-prefix.
9d348294 6933
b85fa13c
MB
69342000-11-13 Miles Bader <miles@lsi.nec.co.jp>
6935
83c9cb8e
SM
6936 * calendar/calendar.el (generate-calendar-window):
6937 Use `fit-window-to-buffer'.
b85fa13c 6938
a0b47716
SM
69392000-11-12 Stefan Monnier <monnier@cs.yale.edu>
6940
6941 * gud.el (gud-minor-mode): New var.
6942 (gud-symbol, gud-val): New functions.
6943 (gud-find-file): Copy gud-minor-mode to the new buffer.
6944 (gud-menu-map): Include entries for commands that are not always
6945 available, using :enable to (de)activate them.
6946 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
6947 (gud-mode-map): New map.
eaae8106 6948 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
6949 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
6950 Don't set up gud's menu (it's done by the minor-mode).
6951 (gud-minibuffer-local-map): New.
6952 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
6953 (gud-query-cmdline): New function.
6954 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
6955 (gud-mode): Use define-derived-mode.
6956 Don't set up gud's menu (it's done by the minor-mode).
6957 (gud-chop-words): Remove.
6958 (gud-common-init): Use split-string instead.
6959 (gud-new-keymap, gud-make-debug-menu): Eradicate.
6960
6961 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
6962 Add keyword arg :name.
6963
6964 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
6965 (diff-count-matches, diff-split-hunk): New functions.
6966 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
6967
6968 * pcvs-info.el (cvs-fi-conflict-face): New var.
6969
6970 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
6971 Make it into a simple syntax-table, shared among all submodes.
6972 (sh-heredoc-face): Re-introduce.
6973 (sh-font-lock-syntactic-face-function): New function.
6974 (sh-mode): Use it. Also use define-derived-mode.
6975 Remove old bogus setting of indent-region-function.
6976 (sh-set-shell): Don't set the syntax-table any more.
6977 (sh-mode-syntax-table) <defun>: Remove.
6978
f5ed37df
MB
69792000-11-12 Miles Bader <miles@gnu.org>
6980
6981 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
6982 message if interactive.
6983
0b074c2f
DL
69842000-11-12 Dave Love <fx@gnu.org>
6985
6986 * mail/feedmail.el: Fix header,
6987 (feedmail) <defgroup>: Add :link.
6988
6989 * view.el: Use local-map property, not keymap on mode-line string.
6990
83c9cb8e
SM
6991 * scroll-all.el (scroll-all-mode): Customize variable.
6992 Add autoload cookie to function.
0b074c2f
DL
6993
6994 * lazy-lock.el: Remove compatibility code.
6995
6996 * finder.el (finder-known-keywords): Add `files', remove `vms'.
6997 (finder-help-echo): New variable.
6998 (finder-mouse-face-on-line): Add help-echo stuff.
6999 (finder-list-keywords, finder-list-matches): Use mapc.
7000
7001 * faces.el (face-font-registry-alternatives): Add :version.
7002
7003 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7004 tags-table-list.
7005
a0b47716 7006 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 7007
a0b47716 7008 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
7009 (mail-mode): Use [:alnum:] in some regexps.
7010
6d502396
DL
70112000-11-10 Dave Love <fx@gnu.org>
7012
7013 * ediff.el (ediff-regions-internal, ediff-documentation):
7014 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7015 fundamental mode.
7016
7017 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7018 buffer into fundamental mode.
7019 (ediff-set-difference): Use copy-sequence if available.
7020
83c9cb8e
SM
7021 * ediff-ptch.el (ediff-dispatch-file-patching-job):
7022 Check ediff-patch-map non-nil.
6d502396
DL
7023 (ediff-fixup-patch-map, ediff-fixup-patch-map)
7024 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7025 buffer into fundamental mode.
7026
7027 * ediff-merg.el (state-or-merge): Defvar when compiling.
7028
a82fe213
JR
70292000-11-10 Jason Rumney <jasonr@gnu.org>
7030
7031 * w32-fns.el (w32-add-charset-info): New function.
7032 (w32-charset-info-alist): Use it.
7033
52d89894
GM
70342000-11-10 Gerd Moellmann <gerd@gnu.org>
7035
7036 * faces.el (face-font-registry-alternatives): New user-option.
7037
178932de
SM
70382000-11-10 Stefan Monnier <monnier@cs.yale.edu>
7039
d7fa3319
SM
7040 * textmodes/texinfo.el (texinfo-block-default): New var.
7041 (texinfo-insert-block): Use it. Insert a newline if needed.
7042
178932de
SM
7043 * textmodes/fill.el (fill-indent-according-to-mode): New var.
7044 (fill-region-as-paragraph): Use it.
7045
7046 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7047 (latex-mode): Tweak tex-*-(head|trail)er regexps.
7048 Tweak paragraph regexps to allow a leading [ \t]*.
7049 (tex-latex-block): Insert a newline if necessary.
7050 (latex-insert-item): Only insert a newline if necessary.
7051 (tex-guess-main-file): New function.
7052 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
7053 Set tex-main-file if TeX-master is provided.
7054 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7055
bd02b8e0
GM
70562000-11-10 Gerd Moellmann <gerd@gnu.org>
7057
7058 * startup.el (command-line): Set the default tooltip-mode
7059 to t for graphical displays which implement x-show-tip.
7060
7061 * tooltip.el (tooltip-mode): Add a comment about startup.el
7062 setting the default value of this user-option.
7063
b29b03eb
SM
70642000-11-09 Stefan Monnier <monnier@cs.yale.edu>
7065
7066 * font-lock.el (font-lock-*-face) <defvar>: Move.
7067 (font-lock-defaults-alist): Mark obsolete.
7068 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7069 (font-lock-mode): Use define-minor-mode.
7070 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7071 (font-lock-turn-off-thing-lock): Be more explicit.
7072 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7073 (font-lock-syntactic-face-function): New var.
7074 (font-lock-fontify-syntactically-region): Use it.
7075 (font-lock-doc-face): New.
7076
7077 * pcvs.el (cvs-enabledp): Ignore errors.
7078 (cvs-commit-filelist): Never query.
7079 (cvs-mode-insert): Always add a terminating / in the initial prompt.
7080 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7081 (cvs-do-removal): Use cvs-partition rather than delete-if.
7082 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7083 cvs-bury-buffer.
7084
7085 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7086 Allow `next' to jump to after the end of the last match.
7087
778fbc46
GM
70882000-11-09 Gerd Moellmann <gerd@gnu.org>
7089
730c746c
GM
7090 * simple.el (byte-compiling-files-p): New function.
7091
7092 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7093 if it is there.
7094
7095 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7096 nil again.
7097
778fbc46
GM
7098 * textmodes/ispell.el (ispell-library-path): Don't call
7099 check-ispell-version when byte-compiling because that starts
7100 an ispell process, and ispell might not be installed.
7101 (toplevel): Don't set up a menu when byte-compiling.
7102
7103 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7104 it, so that a boundp test can be used to determine if we're
7105 currently byte-compiling.
7106
5912c5bb
DL
71072000-11-09 Dave Love <fx@gnu.org>
7108
83c9cb8e 7109 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 7110
7bb054a5
GM
71112000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7112
83c9cb8e
SM
7113 * ps-print.el: Patch for variable initialization when spooling.
7114 Doc fix.
7bb054a5
GM
7115 (ps-output-list): Fun eliminated.
7116 (ps-begin-file, ps-begin-job): Code fix.
7117
9db2706e
DL
71182000-11-08 Dave Love <fx@gnu.org>
7119
83c9cb8e 7120 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 7121
f7eb32aa
GM
71222000-11-08 Gerd Moellmann <gerd@gnu.org>
7123
7124 * simple.el (shell-command, display-message-or-buffer)
7125 (shell-command-on-region): Mention resize-mini-windows in the doc
7126 string.
7127 (display-message-or-buffer): Take the value of resize-mini-windows
7128 into account.
7129
7b01b08c
GM
71302000-11-07 Gerd Moellmann <gerd@gnu.org>
7131
acad3c0b
GM
7132 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7133
7b01b08c
GM
7134 * dired.el (dired-between-files): Add `^. find' as an alternative
7135 to the regular expression, for find-dired.
7136
6f602bd0
SM
71372000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7138
7139 * textmodes/texnfo-upd.el: Require texinfo.
7140 (defmacro, defgroup): Remove.
7141 (texinfo-section-to-generic-alist): Remove.
7142 Use texinfo-section-list instead (i.e. level is changed string->int).
7143 (texinfo-filter): New function.
7144 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7145 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7146 Use it. And use regexp-opt.
7147 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7148 (texinfo-update-menu-region-beginning)
7149 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7150 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7151 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 7152 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
7153 (texinfo-sequential-node-update): Remove autoload cookie.
7154
7155 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7156 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7157 (texinfo-chapter-level-regexp): Remove.
7158 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7159
bb216218
DL
71602000-11-06 Dave Love <fx@gnu.org>
7161
6f602bd0 7162 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 7163
6f602bd0
SM
7164 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7165 Match defun*.
bb216218 7166
ff8dd5d5
KH
71672000-11-06 Kenichi Handa <handa@etl.go.jp>
7168
7169 * composite.el (composition-function-table): Variable declaration
7170 moved to src/composite.c.
7171 (compose-chars-after): New optional arg object.
7172
e9da51a1
GM
71732000-11-06 Gerd Moellmann <gerd@gnu.org>
7174
e0c12c68
GM
7175 * bindings.el (mode-line-toggle-read-only)
7176 (mode-line-toggle-modified, mode-line-widen)
7177 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7178 (make-mode-line-mouse2-map): Rewritten.
7179 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7180 functions so that C-h k can show something with a doc string.
eaae8106 7181
e9da51a1
GM
7182 * startup.el (fancy-splash-delay): Set to 10 seconds.
7183 (fancy-splash-max-time): New user-option.
7184 (fancy-splash-stop-time): New variable.
7185 (fancy-splash-screens): Set it. Catch `stop-splashing'.
7186 (fancy-splash-screens-1): Throw `stop-splashing' when current
7187 time is greater than fancy-splash-stop-time.
7188
611dbdf0
SM
71892000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7190
4d2806e2
SM
7191 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7192
611dbdf0
SM
7193 * pcvs.el (cvs-mode-marked): New arg `noquery'.
7194 Prompt user for a file rather than raising an error.
7195 (cvs-enabledp): Fix call to cvs-mode-marked.
7196 (cvs-insert-file): New function (extracted from cvs-mode-insert).
7197 (cvs-mode-insert): Use it. Change the init prompt' value.
7198 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7199
7200 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7201 Don't pass default arg to ewoc-locate.
7202 (ewoc-collect): Return result in the right order.
7203
7204 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7205
7206 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7207 (cvs-status-get-tags): Fix regexp.
7208 (cvs-status-trees, cvs-status-cvstrees):
7209 Combine after change hooks and don't sit-for.
4d2806e2
SM
7210 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7211 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
7212 Use make-char rather than hard-coded cryptic data.
7213 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7214
7215 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7216
7217 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7218 (cvs-insert-strings): New function.
7219
937b2877
MB
72202000-11-06 Miles Bader <miles@lsi.nec.co.jp>
7221
7222 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7223 `mwheel-scroll-amount'.
7224 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7225 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7226 string-matching against the version string.
7227
c6c97763
KH
72282000-11-06 Kenichi Handa <handa@etl.go.jp>
7229
6eaec747
KH
7230 * language/thai.el ("Thai"): Set a lisp form that produces
7231 composed string in `sample-text' language info.
7232
7233 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7234 composed string in `sample-text' language info.
7235
83c9cb8e
SM
7236 * international/mule-cmds.el (describe-language-environment):
7237 Eval `sample-text' data and insert the result.
6eaec747 7238
c6c97763
KH
7239 * international/mule-conf.el (compound-text): Define this coding
7240 system here. Make x-ctext and ctext aliases of it.
7241
7242 * language/european.el (compound-text, ctext): Moved to
7243 international/mule-conf.el.
7244
d1145f85
AI
72452000-11-05 Andrew Innes <andrewi@gnu.org>
7246
7247 * w32-fns.el (w32-version): New function.
7248
178a6a45
SM
72492000-11-05 Stefan Monnier <monnier@cs.yale.edu>
7250
7251 * progmodes/awk-mode.el: Update copyright.
7252 (awk-mode-abbrev-table): Remove.
7253 (awk-font-lock-keywords): Use regexp-opt.
7254 (awk-mode): Use define-derived-mode.
7255
7256 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7257 when extracting a suffix.
7258
1ba90166
AS
72592000-11-04 Andre Spiegel <spiegel@gnu.org>
7260
7261 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
7262 auto-save-mode.
7263
546790cb
JR
72642000-11-04 Jason Rumney <jasonr@gnu.org>
7265
7266 * language/european.el (decode-mac-roman): Test against r1 not r0.
7267
d247e32d
SM
72682000-11-03 Stefan Monnier <monnier@cs.yale.edu>
7269
fbf44f44
SM
7270 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7271 (icon-mode): Define indent-line-function.
7272 (icon-comment-indent): Simplify.
7273 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7274
7275 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7276
7277 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7278 Bind change-log-default-mode to defeat the caching done on it.
7279 Don't bother saving excursion any more.
7280
7281 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7282
7283 * frame.el (after-setting-font-hook): Rename hooks -> hook.
7284 (set-frame-font): Use the new name (and the old for compatibility).
7285
eaae8106
SS
7286 * toolbar/tool-bar.el (tool-bar-mode):
7287 * time.el (display-time-mode):
7288 * recentf.el (recentf-mode):
7289 * paren.el (show-paren-mode):
7290 * mwheel.el (mouse-wheel-mode):
7291 * msb.el (msb-mode):
7292 * jka-compr.el (auto-compression-mode):
7293 * image-file.el (auto-image-file-mode):
7294 * hl-line.el (hl-line-mode):
7295 * delsel.el (delete-selection-mode):
7296 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
7297 * complete.el (partial-completion-mode): Drop unneeded positional args.
7298
eaae8106 7299 * info.el (Info-mode):
79372165 7300 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 7301
d247e32d
SM
7302 * log-edit.el (log-edit-menu): New menu.
7303
4921558e
MB
73042000-11-03 Miles Bader <miles@gnu.org>
7305
7306 * wid-edit.el (widget-end-of-line): Reinstate, with a new
7307 definition, so that trailing spaces are handled properly.
7308 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7309
1fc02b3c
GM
73102000-11-03 Gerd Moellmann <gerd@gnu.org>
7311
7312 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7313 tab character.
7314 (fancy-splash-screens): Set tab-width to 20.
7315
51d001f7
DL
73162000-11-03 Dave Love <fx@gnu.org>
7317
7318 * comint.el (comint-completion-addsuffix): Fix custom type.
7319
ba22aeff
SM
73202000-11-02 Stefan Monnier <monnier@cs.yale.edu>
7321
7322 * font-lock.el (font-lock-buffers): Remove.
7323 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7324 (font-lock-change-major-mode): Remove.
7325 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7326 (font-lock-default-fontify-region): Extend the multiline
7327 fontification to whole lines.
7328 (font-lock-fontify-anchored-keywords)
7329 (font-lock-fontify-keywords-region): If matching just one
7330 line (with \n) only mark the \n as multiline.
7331
7332 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7333 Correctly handle the case where several :group args are supplied.
7334 Allow :extra-args.
7335 (easy-mmode-define-global-mode): Allow :extra-args.
7336 Correctly handle the case where several :group args are supplied.
7337
9c887ada
MB
73382000-11-02 Miles Bader <miles@gnu.org>
7339
eaae8106 7340 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
7341 (holiday-face): Remove dependency on `window-system'.
7342
7f25090d
KR
73432000-11-02 Ken Raeburn <raeburn@gnu.org>
7344
7345 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 7346 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 7347 (compile-files): Bomb out if compilation of a file fails.
7f25090d 7348
7dd6009c
DL
73492000-11-02 Dave Love <fx@gnu.org>
7350
7351 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7352
94821e4f
EZ
73532000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
7354
7355 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7356 punctuation in the warning inserted into the *mail* buffer.
7357
1ac3fc42
GM
73582000-11-02 Gerd Moellmann <gerd@gnu.org>
7359
57731876
GM
7360 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7361 (authors-public-domain-p): New function.
7362 (authors-print): Use it.
7363
975f82c9
GM
7364 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7365
1ac3fc42
GM
7366 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7367
4b3eb10f
GM
73682000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7369
975f82c9 7370 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
7371 (ps-print-version): New version number (6.3.1).
7372 (ps-even-or-odd-pages): Customization fix.
7373 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7374 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7375 (ps-page-count): Var replaced by `ps-page-column'.
7376 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7377 (ps-print-sheet-p): New fun.
7378
7da794df
MB
73792000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7380
7381 * tooltip.el (tooltip-gud-tips-setup): New function.
7382 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7383 (tooltip-mode): Call tooltip-gud-tips-setup.
7384 (tooltip-gud-tips): Use `gud-basic-call' instead of
7385 process-send-string, so the prompt gets frobbed appropriately.
7386 Handle nil return value from `tooltip-gud-print-command'.
7387
0e40b809
EL
73882000-11-01 Eric M. Ludlam <zappo@ultranet.com>
7389
7390 * comint.el (comint-add-to-input-history): New function.
7391 (comint-send-input): Use `comint-add-to-input-history'.
7392
50ada0db
MB
73932000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7394
973a3104
MB
7395 * info.el (info-menu-header): New face.
7396 (Info-fontify-menu-headers): New function.
7397 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7398
50ada0db
MB
7399 * info.el (Info-insert-dir): Don't include blank lines at
7400 beginning of additional dir files (one is added automatically).
7401
bff53411
SM
74022000-11-01 Stefan Monnier <monnier@cs.yale.edu>
7403
7404 * emacs-lisp/easy-mmode.el (define-minor-mode):
7405 Revert the latest changes.
7406 Allow the three positional arguments to be skipped and replaced
7407 by keyword arguments.
7408 Add a :toggle argument to determine whether a nil arg means toggle
7409 or means turn-on. The default is unchanged.
7410 Add a call to force-mode-line-update.
7411
6b8a0b2d
DL
74122000-11-01 Dave Love <fx@gnu.org>
7413
83c9cb8e 7414 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 7415
5bf99100
MB
74162000-11-01 Miles Bader <miles@lsi.nec.co.jp>
7417
83c9cb8e
SM
7418 * calendar/calendar.el (diary-face, holiday-face):
7419 Add dark-background variants.
5bf99100 7420
a4032611
SS
74212000-10-31 Sam Steingold <sds@gnu.org>
7422
7423 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7424 `tex-main-file' does not have directory in it.
7425
c286608e
SM
74262000-10-31 Stefan Monnier <monnier@cs.yale.edu>
7427
7428 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7429
4836835a
TTN
74302000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
7431
7432 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7433 functional change.
7434
26dcb81b
GM
74352000-10-31 Gerd Moellmann <gerd@gnu.org>
7436
7437 * files.el (find-file-noselect): When we expand a wildcard, return
7438 a list of buffers, as we should do according to the doc string.
7439
49fc4500
KR
74402000-10-31 Ken Raeburn <raeburn@gnu.org>
7441
7442 * loadup.el (top level): Adjust load path if program name is
7443 "../src/bootstrap-emacs", in case it's not dumped and thus the
7444 load path adjustment hasn't already been done.
7445
ea0c615d
GM
74462000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7447
83c9cb8e
SM
7448 * ps-print.el: Fix bug on selected pages for printing.
7449 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
7450 is on. Try to avoid warning messages when compiling. Doc Fix.
7451 (ps-print-version): New version number (6.3).
7452 (ps-color-device): Use `color-values' to determine if device
7453 supports color.
7454 (ps-color-values): Try to use `x-color-values' when using XEmacs.
7455 (ps-print-page-p): Changed from defsubst to defun.
7456 (ps-page-number): Changed from defmacro to defun.
7457 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7458 printing.
c286608e 7459 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
7460 (ps-end-file, ps-dummy-page): Funs eliminated.
7461 (ps-print-color-scale): Changed default value.
7462 (ps-page-n-up, ps-print-page-p): New internal vars.
7463 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7464 (ps-plot-region, ps-generate, ps-end-job): Code fix.
7465
9e20722f
GM
7466 * delim-col.el: Little programming improvement.
7467 (delimit-columns-str): New macro.
7468 (delimit-columns-region, delimit-columns-rectangle): Code fix.
7469
d7a0fd00
KH
74702000-10-31 Kenichi Handa <handa@etl.go.jp>
7471
c286608e
SM
7472 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7473 Moved to european.el.
d7a0fd00
KH
7474 (ccl-encode-mac-roman-font, fontset-mac): Modified for
7475 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
7476 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7477 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 7478
234be340
DL
74792000-10-30 Dave Love <fx@gnu.org>
7480
7481 * progmodes/cc-menus.el (imenu-generic-expression)
7482 (imenu-progress-message): Only defvar when compiling.
7483
4edc4a39
DL
7484 * emacs-lisp/elp.el (elp-unload-hook): New function.
7485
7486 * loadhist.el (unload-feature): Call elp-restore-function,
7487 checking for symbols; don't use elp-restore-all.
7488 (loadhist-hook-functions): Doc fix.
7489
70c825df
SM
74902000-10-30 Stefan Monnier <monnier@cs.yale.edu>
7491
7492 * log-edit.el (log-edit-confirm): Fix the default.
7493
1d3baf74
GM
74942000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7495
7496 * delim-col.el: Little fix: replace delimit-columns-align-columns by
7497 delimit-columns-format.
7498 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 7499
1ec321a7
MB
75002000-10-30 Miles Bader <miles@lsi.nec.co.jp>
7501
7502 * comint.el (comint-replace-by-expanded-history): Don't use
7503 comint-get-old-input (we're not looking at *old* input).
7504 (comint-get-old-input-default): If using fields, signal an error
7505 when the point is not in an input field.
7506
70737ea9
KH
75072000-10-30 Kenichi Handa <handa@etl.go.jp>
7508
7509 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7510 and mule-unicode-e000-ffff.
7511
fa0cb51d 7512 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
7513 (make-coding-system): Accept a symbol of translation table as a
7514 value of property `safe-chars'.
7515
7516 * international/mule-cmds.el (encode-coding-char): Check property
7517 safe-chars instead of safe-charsets.
7518
7519 * international/fontset.el (fontset-default): Modified for
7520 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7521 (x-font-name-charset-alist): Likewise.
7522 (ccl-encode-unicode-font): New CCL program. Record it in
7523 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
7524
70c825df
SM
7525 * language/european.el (mac-roman-decoder, mac-roman-encoder):
7526 New translation tables.
70737ea9
KH
7527 (decode-mac-roman, encode-mac-roman): Definition of these CCL
7528 programs are modified and moved from mac-win.el.
7529 (mac-roman): Definition of this coding system is modified and
7530 moved from mac-win.el.
4836835a 7531
fda2ce24 75322000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 7533
1d3baf74 7534 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 7535 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 7536
dd4d3cb6
MB
75372000-10-29 Miles Bader <miles@gnu.org>
7538
7539 * custom.el (custom-add-to-group): Allow multiple entries for a
7540 given value OPTION, as long as their widget types are different.
7541 * cus-edit.el (custom-face-value-create): If face name doesn't end
7542 with "face", add such here (similar to custom group widgets).
7543
7544 * comint.el (comint-highlight-prompt): Add :type.
7545
dace60cf
JW
75462000-10-28 John Wiegley <johnw@gnu.org>
7547
dace60cf
JW
7548 * calendar/timeclock.el (timeclock-log): Doc fix.
7549 (timeclock-last-event): Doc fix.
83c9cb8e 7550 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
7551 (timeclock-find-discrep): Use a temp buffer to read in the
7552 timelog, instead of visiting the file.
7553 (timeclock-log-data): A new function, along with a host of helper
7554 functions, for the purpose of making timelog data accessible to
7555 programmers.
7556
7557 * eshell/esh-mode.el (window-height test): Make certain that
7558 `eshell-stringify-t' is non-nil.
7559 (eshell-password-prompt-regexp): Changed to a much simpler
7560 password regexp.
7561 (eshell-send-input): If `eshell-invoke-directly' returns t,
7562 directly invoke the parsed command using `eval'. This improves
7563 turn-around time on simple commands by a factor of three or
7564 greater, such as cd, ls, pwd, etc. -- which get used very often.
7565 It also conserves thousands of cons cells per call (since
7566 `eshell-do-eval' consumes memory like a Cookie Monster set loose
7567 in the Pacific Cookie Company).
7568
7569 * eshell/esh-test.el (eshell-test): Whitespace fix.
7570
83c9cb8e
SM
7571 * eshell/em-ls.el (eshell-ls-insert-directory):
7572 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
7573
7574 * eshell/em-script.el (eshell-script-initialize): Add names to
7575 `eshell-complex-commands, since `source' and `.' are complex.
7576
0467b076
EZ
7577 * eshell/esh-cmd.el (eshell-rewrite-for-command)
7578 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
7579 `eshell-copy-handles'.
7580 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
7581 bodies.
7582 (eshell-separate-commands): Whitespace fix.
7583 (eshell-complex-commands): Added a new list of names, for
7584 determining whether a given command is as simple as it looks.
7585 (eshell-invoke-directly): New function. Returns t if a command
7586 should be invoked directly (using `eval'), rather than indirectly
7587 using `eshell-do-eval'.
7588 (eshell-do-eval): Whitespace fix.
7589
7590 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
7591 which provides an emulation of the DOS shell behavior of assuming
7592 that cp/mv/ln should copy/move/link to the current directory.
7593 (eshell-remove-entries): Added a doc string.
7594 (eshell-shuffle-files): Removed the check for `target' being null.
7595 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
7596 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
7597 it to do a smarter check of whether a destination was provided.
7598 (eshell/mv, eshell/cp): Enable `:preserve-args'.
7599 (eshell/ln): Enable `:preserve-args', and use
7600 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
7601 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
7602 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
7603 list after flattening it. This makes it possible to cat files
7604 with numerical names.
7605 (eshell-unix-initialize): Added several names to
7606 `eshell-complex-commands.
7607 (eshell-unix-command-complex-p): Return t if a given command name
7608 may result in external processes being invoked.
7609
7610 * eshell/em-glob.el (eshell-glob-show-progress): Make this
7611 variable nil by default, since it slows down glob processing by a
7612 factor of two or more, and increases memory consumption.
7613
7614 * eshell/em-smart.el: Added a note about how memory consumptive
7615 smart display mode can be (at least this is true in Emacs 21).
7616 (eshell-smart-initialize): Whitespace fix.
7617 (eshell-refresh-windows): Use `if' instead of `when'.
7618 (eshell-smart-scroll-window): Calling `save-current-buffer' was
7619 not necessary.
83c9cb8e 7620 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
7621
7622 * eshell/em-ls.el (eshell-do-ls): Code simplification.
7623 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
7624 Whitespace fix.
7625 (eshell-ls-exclude-hidden): Added this variable in addition to
7626 `eshell-ls-exclude-regexp'. This one prevents files beginning
7627 with . from even being read, which can improve memory consumption
7628 quite a bit.
7629 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
7630 read file entries beginning with a dot. In home directories with
7631 lots of hidden files, fully two-thirds of the time spent in ls is
7632 used to read directory entries that are immediately thrown away.
7633 (eshell-ls-initial-args): Added back this configuration variable,
7634 for specifying default initial arguments to every call to ls.
7635 Much faster than using an alias to do the same thing.
7636 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
7637 (eshell-ls-dir): Whitespace change.
7638
7639 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
7640
83c9cb8e 7641 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
7642 (eshell-stringify-t): Added a customization variable, to indicate
7643 whether `t' should be rendered as a string at all. If not, one
7644 can still determine if the result of an expression is true using
7645 "file-exists-p FILE && echo true".
7646 (eshell-stringify): If `eshell-stringify-t' is nil, don't
7647 stringify t!
7648
7649 * eshell/esh-module.el: Whitespace fix.
7650
83c9cb8e
SM
7651 * eshell/em-alias.el (eshell-alias-initialize):
7652 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
7653 (eshell-command-aliased-p): New function that returns t if a
7654 command name names an aliased.
7655
657f9cb8 76562000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 7657
0467b076 7658 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 7659 redrawing the screen when changing cursor color.
0467b076
EZ
7660 (viper-insert-state-pre-command-sentinel)
7661 (viper-replace-state-pre-command-sentinel)
70c825df
SM
7662 (viper-replace-state-post-command-sentinel):
7663 Use viper-preserve-cursor-color.
657f9cb8
MK
7664 Many functions changed to use viper= instead of = when comparing
7665 characters.
0467b076 7666 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 7667 working with characters.
0467b076 7668 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
7669 Many functions changed to use viper= instead of = when comparing
7670 characters.
0467b076 7671 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 7672
0467b076 7673 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 7674 Several typos fixed in various docstrings.
0467b076 7675 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 7676 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
7677 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
7678 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
7679 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
7680 (ediff-get-selected-buffers): New function.
7681 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
7682 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
7683 Use save-window-excursion.
0467b076 7684 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 7685 termination check in while loop.
0467b076 7686 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 7687 dired buffer.
0467b076
EZ
7688 (ediff-files,ediff-merge-files,ediff-files3)
7689 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 7690
4f490d99
DL
76912000-10-28 Dave Love <fx@gnu.org>
7692
7693 * info.el (Info-fontify-node): Add help-echo for menu items.
7694
45b84006
EZ
76952000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7696
5ebc02b3
EZ
7697 * startup.el (normal-top-level): If the value of $TERM indicates
7698 we are running from xterm or one of its work-alikes, default to a
7699 light background mode.
7700
45b84006
EZ
7701 Support for -fg, -bg, and -rv command-line arguments for TTYs:
7702 * faces.el (tty-handle-reverse-video): New function.
7703 (tty-create-frame-with-faces): Call it.
7704
7705 * frame.el (frame-notice-user-settings): Don't apply
7706 default-frame-alist and initial-frame-alist to MS-DOS frames.
7707 Call tty-handle-reverse-video, frame-set-background-mode, and
7708 face-set-after-frame-default for non-MS-DOS frames.
7709
7710 * startup.el (tty-long-option-alist): New variable.
7711 (tty-handle-args): New function.
7712 (command-line): Call tty-handle-args.
7713
7714 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
7715 startup.el now does that for all character-terminal frames.
7716
eab6e8b9
MB
77172000-10-28 Miles Bader <miles@gnu.org>
7718
83c9cb8e
SM
7719 * emacs-lisp/easy-mmode.el (define-minor-mode):
7720 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
7721 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 7722 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
7723 version using `easy-mmode-define-global-mode'.
7724 Add :conditional-turn-on keyword argument.
eab6e8b9 7725
51a29efc
DL
77262000-10-28 Dave Love <fx@gnu.org>
7727
83c9cb8e
SM
7728 * international/latin1-disp.el (latin1-char-displayable-p):
7729 Don't use window-system.
51a29efc 7730
d71d7114
EZ
77312000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
7732
7733 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7734 Don't call find-buffer-file-type-coding-system. Instead, just
7735 set eol-type to -unix if inhibit-eol-conversion is in effect, or
7736 if the file is on an untranslated filesystem.
7737 (add-untranslated-filesystem): Use "D" instead of "f" inside
7738 interactive.
7739
1f9cab4b
DL
77402000-10-27 Dave Love <fx@gnu.org>
7741
70c825df 7742 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
7743 (refill-mode): Use it.
7744
70c825df
SM
77452000-10-27 Stefan Monnier <monnier@cs.yale.edu>
7746
7747 * international/quail.el (quail-activate): Don't make-local-hook.
7748
7432cf10
AS
77492000-10-27 Andre Spiegel <spiegel@gnu.org>
7750
4836835a 7751 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 7752 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
7753 (vc-make-version-backup): Don't do it on MS-DOS without long file
7754 names.
4836835a 7755
7432cf10
AS
7756 * vc.el (vc-version-other-window): If an automatic backup of the
7757 desired version exists, rename it instead of copying it.
7758
4836835a
TTN
7759 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
7760 after command. If there's an unexpected error, signal it instead
7432cf10 7761 of being silent.
e1483c38 7762 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 7763
05ea7ef2
MB
77642000-10-27 Miles Bader <miles@lsi.nec.co.jp>
7765
fd1035aa
MB
7766 * shell.el (shell): Add BUFFER argument.
7767 * comint.el (make-comint-in-buffer): New function.
7768 (make-comint): Use it.
7769
05ea7ef2
MB
7770 * faces.el (face-spec-choose): Change syntax so that the list of
7771 attribute-value pairs is now the cdr of each clause, not the cadr.
7772 Detect old-style entries, and handle them. Use pop.
7773
835a55fe
SM
77742000-10-26 Stefan Monnier <monnier@cs.yale.edu>
7775
f5ab1cdd
SM
7776 * cus-edit.el (custom-mode-map): Use a sparse map.
7777 (custom-mode): Don't bother with make-local-hook.
7778
7779 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
7780
835a55fe
SM
7781 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
7782
c13b0ec8
GM
77832000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7784
7785 * ps-print.el: Avoid compilation gripes.
7786 (ps-print-version): New version number (6.2.1).
4836835a 7787
e9f63196
DL
77882000-10-26 Dave Love <fx@gnu.org>
7789
0b95284b
DL
7790 * menu-bar.el: Modify some menu item help strings.
7791 (menu-bar-help-menu): Add link to MORE.STUFF.
7792
e9f63196
DL
7793 * cus-edit.el (custom-mode): Add `special' mode-class property.
7794
7795 * wid-browse.el (widget-browse-mode): Likewise.
7796
7797 * wid-edit.el (widget-specify-field): Revert to using local-map
7798 property, not keymap.
7799
e276a14a
MB
78002000-10-26 Miles Bader <miles@lsi.nec.co.jp>
7801
c1545d88
MB
7802 * wid-edit.el (widget-field-end): When checking for a `boundary'
7803 field, do so in the correct buffer.
7804
3c1b77ca
MB
7805 * simple.el (undo): Correctly distinguish between numeric and
7806 non-numeric prefix args in non-transient-mark-mode, as per the doc
7807 string. When in transient-mark-mode, treat all prefix-args as
7808 numeric.
7809
f5ab1cdd
SM
7810 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
7811 Position point on match. Handle N == 0 correctly.
22626d9d
MB
7812
7813 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
7814 (comint-mode-map): Reverse order of `comint-write-output' and
7815 `comint-append-output-to-file'.
7816 (comint-append-output-to-file): Reinstate this function, for the
7817 benefit of the menu.
7818
d97151cb
SM
78192000-10-25 Stefan Monnier <monnier@cs.yale.edu>
7820
7821 * vc.el (vc-version-other-window): Bind `file'.
7822
ea7d6f5b
GM
78232000-10-25 Gerd Moellmann <gerd@gnu.org>
7824
f5ab1cdd 7825 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
7826
7827 * emacs-lisp/authors.el (batch-update-authors): New function.
7828 (authors-fixed-entries): New defconst.
7829 (authors-add-fixed-entries): New function.
7830 (authors): Call it.: Don't process lispref/.
7831
17c25cea
JR
78322000-10-25 Jason Rumney <jasonr@gnu.org>
7833
7834 * cus-edit.el (custom-button-face, custom-button-pressed-face):
7835 Merge x w32 and mac definitions.
7836
4ecda532
GM
78372000-10-25 Gerd Moellmann <gerd@gnu.org>
7838
7839 * menu-bar.el (menu-bar-options-menu): Add a help string for
7840 `uniquify'.
7841
b6735035
GM
78422000-10-25 Stephen Gildea <gildea@alum.mit.edu>
7843
f5ab1cdd
SM
7844 * time-stamp.el (time-stamp-string-preprocess):
7845 Fix a wrong type argument error.
b6735035 7846
f4cbc7a0
MB
78472000-10-25 Miles Bader <miles@gnu.org>
7848
7849 * recentf.el (recentf-mode): Variable removed.
7850 (recentf-mode): Use `define-minor-mode'.
7851
7852 * mwheel.el (mouse-wheel-mode): New global minor mode.
7853 (mwheel-install): Use `mouse-wheel-mode'.
7854
f4b020f6
DL
78552000-10-25 Dave Love <fx@gnu.org>
7856
f5ab1cdd
SM
7857 * progmodes/cperl-mode.el (cperl-mode):
7858 Set normal-auto-fill-function correctly.
072cb6f9 7859
83c9cb8e
SM
7860 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7861 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 7862 bindings.
f4b020f6 7863
ebe2a441
MB
78642000-10-25 Miles Bader <miles@lsi.nec.co.jp>
7865
ff4dcd4b
MB
7866 * wid-edit.el (widget-field-at): New function.
7867 (widget-at, widget-field-activate): Use it.
7868 (widget-tabable-at): Use `widget-at'.
7869 (widget-specify-field): If the terminating character of the widget
7870 field (which is read-only) is a newline, put it into a special
7871 `boundary' field so that C-n/C-p act more naturally.
7872 (widget-field-end): Also don't subtract one if a special
7873 `boundary' field has been added after the widget field.
7874
83c9cb8e
SM
7875 * comint.el (comint-output-filter, comint-send-input):
7876 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 7877 code, since it should notice the overlay insertion-types now.
ff4dcd4b 7878
ebe2a441
MB
7879 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
7880 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
7881 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
7882
fe50b6ab
GM
78832000-10-24 Gerd Moellmann <gerd@gnu.org>
7884
53df4dda 7885 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
7886 (authors): Set file coding system to iso-2022-7bit.
7887 Add file-local variables to output buffer.
53df4dda 7888
4836835a 7889 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
7890 WARN is nil.
7891
53df4dda
GM
78922000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7893
7894 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
7895
7896 * delim-col.el: Now there is a column formatting mechanism.
7897 Modified to customization mechanisms convention. Doc fix.
7898 (columns): New group for delim-col.
7899 (delimit-columns-before, delimit-columns-after)
7900 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
7901 (delimit-columns-end): New vars.
7902 (delimit-columns-customize, delimit-columns-format): New funs.
7903 (delimit-columns-region, delimit-columns-rectangle)
7904 (delimit-columns-rectangle-line): Modified to support column
7905 formatting.
4836835a 7906
a9839779
DL
79072000-10-24 Dave Love <fx@gnu.org>
7908
7909 * log-edit.el (log-edit): Add :version and a :group for vc.
7910
df0267b8
GM
79112000-10-24 Gerd Moellmann <gerd@gnu.org>
7912
9acc3873
GM
7913 * files.el (after-find-file): Don't print a message ``New file''
7914 if WARN is nil.
7915
83c9cb8e
SM
7916 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7917 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
7918 get duplicate tool-bar entries because we'll see the global ones
7919 on more than one path through keymaps.
7920
1946f901
GM
7921 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
7922
df0267b8
GM
7923 * progmodes/cmacexp.el: Change Francesco's email address.
7924
ae3b264b
KH
79252000-10-24 Kenichi Handa <handa@etl.go.jp>
7926
7927 * window.el (fit-window-to-buffer): Adjust point of the window
7928 buffer, not that of the current buffer.
7929
23afac01
EZ
79302000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
7931
7932 * progmodes/cmacexp.el: Update the euthor's email address.
7933
22d1a4ed
MB
79342000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7935
7936 * faces.el (face-spec-set-match-display): Add `graphic' display
7937 type (the inverse of `tty'). Use `display-graphic-p' instead of
7938 the window-system variable.
7939
f408aa48
KH
79402000-10-24 Kenichi Handa <handa@etl.go.jp>
7941
83c9cb8e
SM
7942 * international/isearch-x.el (isearch-with-input-method):
7943 Call input-method-function with the first event in
f408aa48
KH
7944 unread-command-events.
7945
94fe8a31
MB
79462000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7947
83c9cb8e 7948 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 7949
8f47302e
AC
79502000-10-24 Andrew Choi <akochoi@i-cable.com>
7951
7952 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
7953 New charsets.
7954
7955 * term/mac-win.el: Remove definitions of mac-roman-lower and
7956 mac-roman-upper, require dired, and define instead of set
7957 mac-ready-for-drag-n-drop to avoid compilation error.
7958
446c097e
AI
79592000-10-23 Andrew Innes <andrewi@gnu.org>
7960
83c9cb8e
SM
7961 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
7962 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
7963 expand-file-name after convert-standard-filename to ensure
7964 expected directory separators are used.
7965
379b70e7
EZ
79662000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
7967
7968 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
7969
85c766e9
DL
79702000-10-23 Dave Love <fx@gnu.org>
7971
b7e03a67
DL
7972 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7973 (tool-bar-add-item): Set foreground and background for XBM icons.
7974
83c9cb8e
SM
7975 * international/latin1-disp.el (latin1-char-displayable-p):
7976 New function (from Handa).
b7e03a67
DL
7977 (latin1-display-check-font): Use it.
7978
0dcf8835 7979 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
7980 using :key-sequence, making it much more usable.
7981 Use nconc, not append.
0dcf8835
DL
7982 (imenu--create-keymap-1): Avoid append.
7983
85c766e9 7984 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 7985
cb3069bb
MB
79862000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7987
7988 [the following changes fix a bug where `define-minor-mode' didn't
7989 correctly generate :require clauses for defcustoms in compiled files]
7990 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
7991 (byte-compile-log-file, byte-compile-log-1): Don't set
7992 `byte-compile-current-file' to nil. Instead set
7993 `byte-compile-last-logged-file' to it. Test whether
7994 byte-compile-current-file equals byte-compile-last-logged-file
7995 instead of whether its nil.
3b6542ba 7996 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 7997
6db6243b
SM
79982000-10-23 Stefan Monnier <monnier@cs.yale.edu>
7999
8000 * textmodes/refill.el: Fix var names in doc.
8001 (refill-mode): Don't bother with make-local-hook anymore.
8002
98490598
MB
80032000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8004
e01cd227
MB
8005 * faces.el (face-user-default-spec, face-default-spec): New functions.
8006 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 8007 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
8008 Use `face-user-default-spec'. Simplify code slightly.
8009
4836835a 8010 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
8011 (woman-unknown-face): Add dark-background variants.
8012 (woman-default-faces): Renamed from `woman-colour-faces'.
8013 Set using the stored defaults, rather than using hard-wired colors.
8014 (woman-monochrome-faces): Renamed from `woman-black-faces'.
8015 Just make the foreground `unspecified' rather than "black".
8016 (woman-menu): Rename menu entries accordingly.
8017
98490598
MB
8018 * faces.el (header-line): Make more reasonable on mono/grayscale
8019 displays.
8020
1a578e9b
AC
80212000-10-23 Andrew Choi <akochoi@i-cable.com>
8022
8023 * cus-edit.el (custom-button-face): Use 3D look for mac.
8024 (custom-button-pressed-face): Likewise.
8025
8026 * faces.el (set-face-attributes-from-resources): Handle mac frames
8027 in the same way as x and w32 frames.
8028 (face-valid-attribute-values): Likewise.
8029 (read-face-attribute): Likewise.
8030 (defined-colors): Likewise.
8031 (color-defined-p): Likewise.
8032 (color-values): Likewise.
8033 (display-grayscale-p): Likewise.
8034 (face-set-after-frame-default): Likewise.
8035 (mode-line): Same default face as for x and w32.
8036 (tool-bar): Likewise.
8037
8038 * frame.el: Remove call to frame-notice-user-settings at end of
8039 the file.
8040
83c9cb8e 8041 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
8042 as for x, pc, and w32 frame types.
8043
8044 * term/mac-win.el: New file.
8045
aaaf7be7
DL
80462000-10-22 Dave Love <fx@gnu.org>
8047
8048 * textmodes/refill.el: New file.
8049
5392d654
AS
80502000-10-22 Andre Spiegel <spiegel@gnu.org>
8051
4836835a 8052 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 8053 MANUAL and REGEXP.
4836835a 8054 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
8055 New functions.
8056 (vc-before-save): Use the latter.
8057 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8058 confusion.
8059
4836835a 8060 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
8061 expected by vc[-hooks].el.
8062
8063 * vc.el (vc-checkout): Added `-p' suffix in call to
8064 vc-make-version-backups-p; use vc-make-version-backup to actually
8065 make the backup.
8066 (vc-version-other-window, vc-version-backup-file): Handle both
8067 automatic and manual backups.
8068 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8069 of all of them.
8070
1e221c16
MB
80712000-10-22 Miles Bader <miles@gnu.org>
8072
7ff4fda5
MB
8073 * comint.el (comint-highlight-input, comint-highlight-prompt):
8074 Renamed, `-face' at end removed.
8075 (comint-send-input, comint-output-filter): Use renamed faces.
8076
3511cde8
MB
8077 * window.el (fit-window-to-buffer): Change defaulting of
8078 MAX-HEIGHT slightly.
8079
1e221c16
MB
8080 * faces.el (color-values, color-defined-p): Use `member', not
8081 `memq', because it works correctly for strings.
8082 (frame-set-background-mode): Actually, "unspecified-fg" and
8083 "unspecified-bg" *are* strings. Use `member', not `memq', and
8084 `equal', not `eq', when a string value is possible.
8085
b6ef4898
EZ
80862000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
8087
8088 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8089
34939e2c
SM
80902000-10-21 Stefan Monnier <monnier@cs.yale.edu>
8091
8092 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8093 sh-electric-rparen, sh-electric-less and sh-electric-hash.
8094 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8095 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8096 (sh-font-lock-syntactic-keywords): Use them.
8097 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8098 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8099 (sh-mode): Don't override font-lock-unfontify-region-function.
8100 Use a copy of sh-font-lock-syntactic-keywords.
8101 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8102 Don't call sh-scan-buffer since font-lock does it on the fly.
8103 (sh-get-indent-info): Use `face' rather than `syntax-table'
8104 text-property to detect here-documents.
8105 Replace sh-special-syntax with sh-st-punc.
8106 (sh-prev-line): Use `face' rather than `syntax-table'
8107 text-property to skip over here-documents.
8108 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8109 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8110 (sh-electric-less, sh-set-here-doc-region)
4836835a 8111 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
8112 (sh-scan-buffer, sh-rescan-buffer): Remove.
8113
f3d3c491
AI
81142000-10-21 Andrew Innes <andrewi@gnu.org>
8115
8116 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8117 remote (ange-ftp) file names.
8118
b86c791c
MB
81192000-10-21 Miles Bader <miles@gnu.org>
8120
d9c30bdf
MB
8121 * window.el (fit-window-to-buffer): New function.
8122 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
8123 (window-text-height): Don't expect minibuffers to have mode-lines.
8124
d9c30bdf 8125 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
8126 * international/quail.el (quail-update-guidance):
8127 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 8128
617fee5a
MB
8129 * international/quail.el (quail-show-guidance-buf): Make sure
8130 guidance window really has enough room.
8131 (quail-update-guidance): If quail-guidance-win is already shown,
8132 make sure its height is OK.
8133
b86c791c
MB
8134 * window.el (window-text-height, set-window-text-height):
8135 New functions.
8136 (shrink-window-if-larger-than-buffer): Use `window-text-height'
8137 instead of `window-height' & `mode-line-window-height-fudge'.
8138 (mode-line-window-height-fudge): Add FACE parameter.
8139 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8140 instead of `enlarge-window' & `mode-line-window-height-fudge'.
8141
e34850d1
MB
81422000-10-20 Miles Bader <miles@gnu.org>
8143
8144 * window.el (height-affecting-face-attributes): Use `defconst'.
8145
8146 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8147 New function, conditionally aliased to `mode-line-window-height-fudge'.
8148 (ispell-help): Use it.
8149 (ispell-choices-win-default-height): Don't include mode-line fudge.
8150 (ispell-choices-win-default-height): New function.
8151 (ispell-show-choices, ispell-command-loop): Use function
8152 `ispell-choices-win-default-height' instead of variable.
8153
a8b883c2
MB
81542000-10-20 Miles Bader <miles@lsi.nec.co.jp>
8155
8c6e4a58
MB
8156 * window.el (mode-line-window-height-fudge): New variable.
8157 (height-affecting-face-attributes): New variable.
8158 (mode-line-window-height-fudge): New function.
8159 (shrink-window-if-larger-than-buffer): Use it.
8160 * help.el (resize-temp-buffer-window): Likewise.
8161
a8b883c2
MB
8162 * info.el (Info-fontify-node): Add support for @subsubsection
8163 titles, which use `Info-title-4-face'.
8164 (Info-title-4-face): New face.
8165 (Info-title-3-face): Inherit from Info-title-4-face instead of
8166 variable-pitch.
8167
e64c3a75
JR
81682000-10-19 Jason Rumney <jasonr@gnu.org>
8169
8170 * dired.el (dired-insert-directory): Do not let errors signalled by
8171 attempt to run dired-free-space-program prevent dired from working.
8172
c70fe852
SM
81732000-10-19 Stefan Monnier <monnier@cs.yale.edu>
8174
8175 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8176
877cf6b4
GM
81772000-10-19 Gerd Moellmann <gerd@gnu.org>
8178
5de037e0
GM
8179 * dirtrack.el (dirtrack): Fix call to run-hooks.
8180
6deb9af9
GM
8181 * cmuscheme.el (cmuscheme-program-name): Renamed from
8182 scheme-program-name because xscheme.el contains a defcustom with
8183 the same name. As a consequence, customizing group `cmuscheme'
8184 loaded `xscheme' which redefined run-scheme.
8185 (run-scheme): Use cmuscheme-program-name.
8186
83c9cb8e 8187 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 8188
e597d8fb 8189 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 8190 anonymous address, and add a website for Befrienders International.
4836835a 8191
3e9cb08f
GM
81922000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8193
c70fe852
SM
8194 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
8195 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
8196 (ps-print-version): New version number (6.2).
8197 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8198 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8199 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8200 (ps-x-extent-priority, ps-x-extent-start-position)
8201 (ps-x-face-font-instance, ps-x-find-coding-system)
8202 (ps-x-font-instance-properties, ps-x-make-color-instance)
8203 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8204 avoid compilation gripes without defining functions.
8205 (ps-e-find-composition): Alias for function find-composition, to have a
8206 suitable function depending on Emacs version.
8207 (ps-color-device, ps-color-values, ps-face-foreground-name)
8208 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8209 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8210 (ps-print-ensure-fontified): Function definitions surrounded by
8211 `eval-and-compile' to avoid compilation gripes.
8212 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8213 by symbol-value to avoid compilation gripes.
8214 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8215 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8216
d8abcd91
MB
82172000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8218
13ab33c4
MB
8219 * startup.el (normal-top-level): Call `frame-set-background-mode'
8220 after `frame-notice-user-settings' because the latter doesn't call
8221 the former on a tty.
8222
d8abcd91
MB
8223 * faces.el (frame-set-background-mode): `unspecified' &c are
8224 symbols, not strings.
8225
e8bce0a9
EZ
82262000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8227
c70fe852
SM
8228 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8229 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 8230
c70fe852
SM
8231 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8232 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 8233
773272d8
KH
82342000-10-19 Kenichi Handa <handa@etl.go.jp>
8235
c70fe852 8236 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
8237 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
8238 for ISO10646-1 fonts.
8239 (x-font-name-charset-alist): Add an entry for "iso10646-1".
8240
772139c0
EZ
82412000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8242
8243 * faces.el (frame-set-background-mode): If a tty frame defines a
8244 background color, use that to compute the background mode, instead
8245 of always defaulting to "dark".
8246
d134a19f
MB
82472000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8248
8bb84cb2
MB
8249 * comint.el (comint-write-output): New function.
8250 (comint-mode-map): Add it to the menu.
e40a778f 8251 Bind `C-c C-s' to comint-write-output.
d134a19f 8252
dada41e1
GM
82532000-10-18 Gerd Moellmann <gerd@gnu.org>
8254
8255 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8256 Use fancy-splash-delay.
8257
9b5360aa
GM
82582000-10-18 Alex Schroeder <alex@gnu.org>
8259
8260 * progmodes/sql.el (sql-sybase-options): New option.
8261 (sql-sybase): Use it. Add sql-database to the list of parameters
8262 provided for login. The options -w 2048 -n are not used any more.
8263
9035a35a
GM
8264 * comint.el (comint-read-input-ring): Bugfix such that the first
8265 and the last entry of the input ring file are not lost.
8266
3556c6dd
GM
82672000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8268
8269 * ps-print.el: Internal variable changes to defcustom,
8270 make-local-hook changes to defvar. Doc fix.
8271 (ps-print-version): New version number (6.1).
8272 (ps-setup, ps-do-despool): Code fix.
8273 (ps-printer-name): Customization fix.
8274 (ps-printer-name-option): Now is a defcustom instead of an
8275 internal variable.
8276 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8277 (ps-print-begin-column-hook): Now are defvar instead of
8278 make-local-hook.
4836835a 8279
4e217e50
MB
82802000-10-18 Miles Bader <miles@gnu.org>
8281
8282 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8283 (comint-kill-output): Changed into an alias for `comint-delete-output',
8284 and made obsolete.
8285 (comint-mode-map): Rename references to comint-kill-output.
8286
34460354
EZ
82872000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
8288
8289 * diff-mode.el (diff-header-face, diff-file-header-face)
8290 (diff-changed-face): Add bold and italic attributes to tty faces.
8291 (diff-function-face): New face.
8292 (diff-font-lock-keywords): Use it.
8293
17ea3cdb
MB
82942000-10-18 Miles Bader <miles@lsi.nec.co.jp>
8295
8296 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8297 Remove commented-out call to force-mode-line-update.
8298 (comint-kill-output): Use `forward-line 0' instead of
8299 beginning-of-line to make sure we get past the prompt.
8300
9244f2c7
SM
83012000-10-17 Stefan Monnier <monnier@cs.yale.edu>
8302
8303 * diff-mode.el (diff-header-face, diff-file-header-face):
8304 Add specific setting for dark background.
8305 (diff-context-face): Renamed from diff-comment-face.
8306 Set explicitly rather than inheriting from font-lock-comment-face.
8307
1592c1ef
EZ
83082000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8309
8310 * startup.el (command-line): Move the code which sets the default
8311 TTY colors to before before-init-hook.
8312
f86292a9
GM
83132000-10-17 Gerd Moellmann <gerd@gnu.org>
8314
8315 * jit-lock.el (jit-lock-stealth-time): Doc fix.
8316
f7f2e883
EZ
83172000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8318
e854cc22
EZ
8319 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8320 extensions, for MS-DOS.
8321
f7f2e883
EZ
8322 * diff-mode.el (diff-header-face, diff-file-header-face)
8323 (diff-changed-face): Define tty-specific colors.
8324
c7b4f0f9
GM
83252000-10-17 Gerd Moellmann <gerd@gnu.org>
8326
8327 * startup.el (fancy-splash-text): Realign the text.
8328
12a72271
EZ
83292000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8330
8331 * font-lock.el (font-lock-comment-face): Define a separate default
8332 for dark-background tty's.
8333
61dfccfd
MB
83342000-10-17 Miles Bader <miles@gnu.org>
8335
8336 * help.el (resize-temp-buffer-window): Add hack to avoid last line
8337 being obscured by whizzy mode-lines on graphics displays.
8338
333cd59e
EZ
83392000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8340
8341 * info.el (Info-title-1-face, Info-title-2-face)
8342 (Info-title-3-face): Define colors for tty's.
dada41e1 8343 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 8344
dbf1fcc1
EZ
83452000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8346
8347 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8348 reverse from the frame parameters, and don't invert foreground and
8349 background colors.
8350
ac629823
MB
83512000-10-16 Miles Bader <miles@gnu.org>
8352
8353 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8354 string "*Info*". Call propertized-buffer-identification to spruce
8355 up the result.
8356
76eebffc
GM
83572000-10-16 Gerd Moellmann <gerd@gnu.org>
8358
3a6b59d9
GM
8359 * help.el: Provide `help' for the sake of define-minor-mode
8360 which generates defcustoms with requires.
8361
6569c3d3
GM
8362 * jit-lock.el (jit-lock-after-change): If we're in text that
8363 matches a multi-line font-lock pattern, make sure the whole text
8364 will be redisplayed.
8365
c2e0a611
GM
8366 * emacs-lisp/authors.el (authors-add): Don't add an entry if
8367 author's name is unknown.
8368
76eebffc
GM
8369 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8370 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8371 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8372 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8373 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8374 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8375 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8376 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8377 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8378 Add author information.
8379
cf1e7b12
MB
83802000-10-16 Miles Bader <miles@lsi.nec.co.jp>
8381
8382 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8383 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8384 full-color version (using the Gimp) to eliminate dithering artifacts.
8385
5586f3eb
SM
83862000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8387
8388 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8389
8390 * simple.el (syntax-flag-table, string-to-syntax): Remove.
8391
ad64a888
DL
83922000-10-15 Dave Love <fx@gnu.org>
8393
83c9cb8e 8394 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
8395
8396 * pcomplete.el (pcomplete) <defgroup>: Add :version.
8397
8398 * whitespace.el: Doc fixes.
8399 (top-level): Don't add hooks here.
8400 (whitespace-running-emacs): Deleted.
8401 (timer): Don't require.
8402 (whitespace): Add back :version conditional on xemacs test.
8403 (whitespace-spacetab-regexp, whitespace-indent-regexp)
8404 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8405 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8406 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8407 Avoid specific xemacs test.
8408 (whitespace-global-mode): New option.
8409 (whitespace-global-mode): New command.
8410 (whitespace-unload-hook): New function.
8411
8412 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 8413 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
8414 (Info-fontify-node): `Goto' goes to `Go to'.
8415 (Info-fontify-node): Add help-echo to xref links.
8416
1ef49fc6
EZ
84172000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
8418
8419 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8420
8b7707e1
SM
84212000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8422
b3b7f42f
SM
8423 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8424 Use plist-get and allow :inherit.
8425
8426 * emacs-lisp/cl-macs.el (cl-do-arglist):
8427 Use plist-get and plist-member instead of memq.
8428
3c7fafc7
SM
8429 * emacs-lisp/ewoc.el (ewoc-location): New function.
8430 (ewoc-enter-after, ewoc-enter-before): Document return value.
8431 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8432 Don't need make-local-hook any more.
8433 (cvs-addto-collection): Return the new tin.
8434 (cvs-mode-insert): Jump to the new line.
8435
8b7707e1
SM
8436 * jit-lock.el (jit-lock-fontify-buffer): Remove.
8437
8438 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8439
8440 * font-lock.el (font-lock-syntactically-fontified): New var.
8441 (font-lock-fontify-syntactic-keywords-region): Use it.
8442 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
8443
8444 * diff-mode.el (diff-find-file-name): Fix regexp.
8445
8446 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8447 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8448
8449 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8450 (sh-mode-syntax-table): Add punctuation syntax for < and >.
8451 (sh-mode): Don't make all vars local here.
8452 (sh-kw): Reformat.
8453 (sh-set-shell): Use dolist. Don't set indent-region-function.
8454 (sh-mode-syntax-table): Use pop.
8455 (sh-remember-variable): Use push.
8456 (sh-help-string-for-variable): Use memq.
8457 (sh-safe-backward-sexp): Remove.
8458 (sh-safe-forward-sexp): Add ARG.
8459 (sh-get-indent-info, sh-prev-stmt): Use it.
8460 (sh-prev-line): Simplify by using forward-comment.
8461 (sh-this-is-a-continuation): Simplify.
8462 (sh-learn-buffer-indent): Use dolist.
8463 (sh-do-nothing): Remove.
8464 (sh-set-char-syntax, sh-set-here-doc-region):
8465 Use inhibit-modification-hooks.
8466 (sh-name-style): Use mapcar and push.
8467 (sh-load-style): Use dolist.
8468 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8469 (sh-case, sh-while-getopts): Use propertize directly rather
8470 than sh-electric-rparen.
8471
84722000-10-14 Stefan Monnier <monnier@cs.yale.edu>
8473
8474 * textmodes/tex-mode.el: Require CL when compiling.
8475 (tex-mode-syntax-table): Init immediately.
8476 (tex-mode-map): Bind M-RET to latex-insert-item.
8477 (latex-mode): Set indent-line-function to latex-indent.
8478 (tex-common-initialization): Don't setup the syntax-table any more.
8479 (latex-insert-item): New skeleton.
8480 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 8481 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 8482 (latex-indent, latex-find-indent): New functions.
4836835a 8483 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
8484 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8485 (tex-compilation-parse-errors): Use with-syntax-table.
8486
86b7fcbb
MB
84872000-10-15 Miles Bader <miles@gnu.org>
8488
8489 * font-lock.el (font-lock-comment-face): Change dark-background,
8490 color, non-tty, default to `chocolate1'.
8491
57a24508
JW
84922000-10-13 John Wiegley <johnw@gnu.org>
8493
8494 * eshell/esh-util.el (require): Added a missing `require' form,
8495 needed when compiling (for an ange-ftp macro definition).
8496
40ad3db4
DL
84972000-10-13 Dave Love <fx@gnu.org>
8498
8499 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8500
db460189
GM
85012000-10-13 Gerd Moellmann <gerd@gnu.org>
8502
83c9cb8e 8503 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 8504
4836835a 8505 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
8506 transparent -colors 8).
8507
3b5e21df
GM
85082000-10-13 Stephen Gildea <gildea@alum.mit.edu>
8509
8510 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8511 that breaks with old list format timestamps.
8512 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 8513 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 8514
16908a3f
JW
85152000-10-13 John Wiegley <johnw@gnu.org>
8516
d7103dda
JW
8517 * align.el, pcomplete.el, calendar/timeclock.el,
8518 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8519
dace60cf 8520 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
8521 faulty math, where holiday hours were being computing as seconds.
8522
b6b70cda
JW
85232000-10-13 John Wiegley <johnw@gnu.org>
8524
8525 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
8526 specifying what "other" kinds of buffers should be saved.
8527 This used to be hard-coded.
b6b70cda
JW
8528 (desktop-buffer-misc-functions): A global for specifying how
8529 auxiliary data should be determined for special buffer types.
8530 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8531 instead of hard-coding the special buffer types.
8532 (desktop-save): Run `desktop-buffer-misc-functions' to gather
8533 auxiliary data, instead of hard-coding for Info buffers and dired.
8534 (desktop-buffer-info-misc-data): Aux function for determining Info
8535 buffer auxiliary info.
8536 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8537 (desktop-buffer-info): Changed this function to use the info
8538 gathered above.
8539 (desktop-create-buffer): Be a little more careful about what
8540 `minor-mode' means before calling it. This is important for some
8541 buffer types.
8542
8c6b1d83
JW
85432000-10-13 John Wiegley <johnw@gnu.org>
8544
8545 * eshell/esh-util.el: Added a global form which declares an
8546 autoload for `parse-time-string', if that function is not already
8547 defined, and if parse-time.el is available on the user's system.
8548
8549 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
8550 to be aware of ange-ftp user info.
83c9cb8e 8551 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
8552 (eshell-ls-annotate): Use `eshell-file-attributes'.
8553 (eshell-ls-file): Made the user-id printing code a bit smarter.
8554
8555 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
8556 allow identification of alias user ids in remote directories.
83c9cb8e
SM
8557 It's manual, but there's no other way to know when the current user
8558 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
8559 (fboundp): Bind `ange-cache'.
8560 (eshell-directory-files-and-attributes): Re-organized the logic a
8561 bit to use `eshell-file-attributes' instead of `file-attributes'.
8562 The former is more sensitive to directories that are read via FTP,
8563 and knows how to use ange-ftp to determine full attribute
8564 information, instead of just the name and last modtime.
8565 (eshell-current-ange-uids): Return the current user id when in a
8566 remote directory.
8567 (eshell-parse-ange-ls): Parse a full directory listing that has
8568 been returned by ange-ftp.
8569 (eshell-file-attributes): This beefed up version of
8570 `file-attributes' is only special if the user is currently in a
8571 remote directory, in which case it does a lot of work to find out
8572 what the real attributes of a file are, as they appear on the
8573 remote machine. This makes usage of remote directories (i.e.,
8574 ange-ftp pathnames) much more useful. You can now use Eshell as a
8575 full-fledged FTP client, with much more manipulation ability than
8576 most other clients.
8577
8578 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
8579 variable, which means that Eshell's du should always be preferred
8580 in remote directories.
8581 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
8582 just `file-attributes'.
8583 (eshell-mvcp-template): Bind `ange-cache', to improve performance
8584 when reading remote directories. This is an Eshell-specific
8585 variable (not part of ange-ftp).
8586 (eshell/ln): Bind `ange-cache'.
8587 (eshell/du): Added some extra logic for determining when to use
8588 Eshell's du (which is slow), and when to use the external version
8589 (which may or may not exist).
8590
83c9cb8e
SM
8591 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8592 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
8593 `get-buffer-process', since backgrounded processes don't count in
8594 the context of this function's logic.
8595
8596 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
8597 `forward-char', so that null strings are parsed correctly.
8598
87730e84 85992000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 8600
83c9cb8e
SM
8601 * eshell/em-pred.el (eshell-pred-file-type)
8602 (eshell-pred-file-links, eshell-pred-file-size):
8603 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
8604
8605 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
8606 that remote file globbing is more efficient.
8607
8608 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
8609 gathering the files and attributes within a directory.
8610
8611 * eshell/em-unix.el (eshell/cat): If any of the files passed on
8612 the command line is a special file (not a regular file, directory
8613 or symlink), always attempt to call the external version of cat.
8614
87730e84 86152000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
8616
8617 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
8618 Eshell-friendly version of find-tag.
8619
1c7e37a9
MB
86202000-10-13 Miles Bader <miles@lsi.nec.co.jp>
8621
4836835a 8622 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
8623 (image-file-name-regexps): Add autoload cookies.
8624
11a7f341
KH
86252000-10-13 Kenichi Handa <handa@etl.go.jp>
8626
8627 * international/mule-cmds.el (select-safe-coding-system): If FROM
8628 is string, show it in *Warning* buffer.
8629
8ddddcb0
EZ
86302000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8631
8632 * startup.el (normal-top-level): Use display-popup-menus-p instead
8633 of window-system.
8634 (command-line): Use display-graphic-p instead of window-system.
8635 (command-line-1): Use display-popup-menus-p and display-mouse-p
8636 instead of window-system.
8637
72200f89
SS
86382000-10-12 Sam Steingold <sds@gnu.org>
8639
8640 * tooltip.el (tooltip-use-echo-area): New user variable.
8641 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
8642
8661c643
DL
86432000-10-12 Dave Love <fx@gnu.org>
8644
d0b40dc1
DL
8645 * recentf.el: Maintainer's checkdoc fixes.
8646
83c9cb8e
SM
8647 * startup.el (normal-top-level-add-subdirs-to-load-path):
8648 Use character class, not ASCII when matching file names.
a622451f
DL
8649 (fancy-splash-head): Add trailing slash to URL.
8650 (command-line): Don't require XPM support for toolbar.
8651
8661c643
DL
8652 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
8653 (cperl-invalid-face): Revert last change.
8654 (cperl-init-faces): Quote cperl-invalid-face.
8655
ef2ed8ab
KH
86562000-10-12 Kenichi Handa <handa@etl.go.jp>
8657
8658 * startup.el (fancy-splash-text): Remove superfluous quote.
8659
b0da379e
GM
86602000-10-12 Gerd Moellmann <gerd@gnu.org>
8661
dbeb499b
GM
8662 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
8663 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
8664 (command-line-1): Don't use fancy-splash-pending-command.
8665 (fancy-splash-screens-1): Goto point-min after inserting text.
8666
d861718a
GM
8667 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
8668
b0da379e
GM
8669 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
8670 instead of shared-lisp-mode-map.
8671
4fb2ad98
MB
86722000-10-12 Miles Bader <miles@lsi.nec.co.jp>
8673
1cb4393e
MB
8674 * faces.el (header-line): Change tty-variant to use underlining.
8675
4fb2ad98
MB
8676 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
8677 (isearch-highlight): Restore lazy-isearch face properties at old
8678 position, and suppress them at new position.
8679 (isearch-dehighlight): Restore lazy-isearch face properties.
8680 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
8681 over the real isearch overlay, but in that case, don't give it a
8682 face property. Use `push'.
8683
eb991b25
KH
86842000-10-12 Kenichi Handa <handa@etl.go.jp>
8685
8686 * man.el (Man-getpage-in-background): Fix previous change.
8687 Decode the process output only when we are in multibyte mode.
8688
a818c1c0
DL
86892000-10-11 Dave Love <fx@gnu.org>
8690
c990f53a
DL
8691 * info.el (Info-mode-menu): Fix some help.
8692 (info-tool-bar-map): Add entry for Info-last.
8693
a818c1c0
DL
8694 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
8695 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
8696 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
8697 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
8698 * toolbar/search-replace.xpm, toolbar/exit.xpm:
8699 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
8700 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
8701 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
8702 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
8703 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
8704 Reduce colour requirements to 25 overall. (Probably wants
8705 revisiting from the originals to reduce further.)
8706
c1b096cb
EZ
87072000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
8708
8709 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
8710 buffer-file-coding-system, instead of raw-text.
8711 (dehexlify-buffer): Bind coding-system-for-read to
8712 buffer-file-coding-system, instead of raw-text.
8713
5c8b7eaf
SS
87142000-10-11 Sam Steingold <sds@gnu.org>
8715
83c9cb8e 8716 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
8717 `underline' - fixes the bug introduced on 2000-09-21.
8718
2cfbdb7a
DL
87192000-10-11 Dave Love <fx@gnu.org>
8720
83c9cb8e
SM
8721 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
8722 Avoid compiler warnings.
2cfbdb7a
DL
8723 (scheme-mode): Doc fix.
8724 (scheme-font-lock-keywords-1): Match `define-syntax'.
8725
87262000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
8727
8728 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
8729 face specs as well as default ones. Only do anything if the
8730 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 8731 (region): Make dark-background `region' face less in-your-face.
4b33f290 8732
690ec649
SS
87332000-10-10 Sam Steingold <sds@gnu.org>
8734
8735 * chistory.el, ielm.el, ledit.el:
8736 * progmodes/inf-lisp.el, progmodes/scheme.el:
8737 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
8738
3b95d6bb
SM
87392000-10-10 Stefan Monnier <monnier@cs.yale.edu>
8740
8741 * textmodes/texinfo.el: Update copyright and fix typo.
8742
8743 * desktop.el (desktop-modes-not-to-save): New var.
8744 (desktop-save-buffer-p): Use it.
a30eb617
DL
8745 Also, obey desktop-buffers-not-to-save even for non-file buffers.
8746 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
8747
87482000-10-10 Dave Love <fx@gnu.org>
8749
8750 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 8751 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
8752
8753 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
8754 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
8755 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
8756 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
8757 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
8758 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
8759 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
8760 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
8761 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
8762 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
8763 the .xpms; probably need retouching.
8764
87652000-10-10 Miles Bader <miles@lsi.nec.co.jp>
8766
8767 * subr.el (add-to-list): Add optional argument APPEND.
8768 * battery.el (display-battery): Use `add-to-list'.
8769
87702000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
8771
83c9cb8e
SM
8772 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
8773 properties.
a30eb617
DL
8774 (zone, zone-when-idle, zone-leave-me-alone)
8775 (zone-pgm-whack-chars): Use new symbol properties.
8776
8777 * battery.el (display-battery): Doc spelling fix.
8778
8779 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
8780 property.
8781
87822000-10-09 Dave Love <fx@gnu.org>
8783
8784 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
8785 has been initialized before calling tool-bar-setup.
8786 (tool-bar-add-item-from-menu): Add autoload cookie.
8787
87882000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
8789
8790 * menu-bar.el (send-mail-item-name): New function.
8791 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
8792 of mail-user-agent in the menu. Don't display the "Send Mail"
8793 item if mail-user-agent is nil or its value is ignore.
8794 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
8795 if read-mail-command is nil or its value is ignore.
8796
8797 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
8798
87992000-10-09 Miles Bader <miles@gnu.org>
8800
8801 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
8802 Correct image size.
8803 * toolbar/left_arrow.xpm: Correct image size.
8804
8805 * jka-compr.el: Don't call `jka-compr-install' when loading (it
8806 will be done by the definition of `auto-compression-mode' if
8807 necessary. Move code to uninstall existing file-name handler
8808 before definition of `auto-compression-mode'.
8809
8810 * image-file.el (auto-image-file-mode): Move to the end of the
8811 file, because `define-minor-mode' actually calls the mode-function
8812 if the associated variable is non-nil, which requires that all
8813 needed functions be already defined.
8814
8815 * mouse.el (popup-menu): Balance parens.
8816
88172000-10-08 Stefan Monnier <monnier@cs.yale.edu>
8818
8819 * mouse.el (popup-menu): Move the command call outside the loop
8820 so that popup-menu returns whatever the command returns.
8821
8822 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
8823 (initialize-new-tags-table): Use run-hook-with-args-until-success.
8824 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
8825 (tags-table-format-functions): Renamed from tags-table-format-hooks.
8826
8827 * vc.el (vc-version-diff): diff-switches can be a list.
8828 Use relative filenames for prettier output.
8829
8830 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
8831 (vc-post-command-functions): Remove old-VC compatibility code.
8832
8833 * newcomment.el (comment-indent-default): Autoload.
8834
8835 * font-lock.el (font-lock-defaults): Make buffer-local.
8836 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
8837 (font-lock-choose-keywords):
8838 Ignore LEVEL unless KEYWORDS is a list of syms.
8839 (c-keywords, c++-keywords, objc-keywords, java-keywords):
8840 Don't wrap regexp-opt things in \(...\) unnecessarily.
8841
8842 * jit-lock.el: Don't require font-lock any more.
8843 (jit-lock-functions): Make buffer-local.
8844 (jit-lock-saved-fontify-buffer-function): Remove.
8845 (jit-lock-mode): Remove autoload cookie.
8846 Remove font-lock specific code.
8847 (jit-lock-unregister): Don't bother handling complex hooks any more.
8848 (jit-lock-refontify): New function.
8849 (jit-lock-fontify-buffer): Use it.
8850 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
8851 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
8852 Add optional args START and END.
8853 Never call font-lock-fontify-region directly.
8854 (jit-lock-function, jit-lock-stealth-fontify): Use it.
8855
8856 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
8857
88582000-10-08 Dave Love <fx@gnu.org>
8859
8860 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
8861
8862 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
8863
8864 * play/studly.el (studlify-region, studlify-word): Add autoload
8865 cookie.
8866
8867 * play/morse.el (morse-region, unmorse-region): Add autoload
8868 cookie.
8869
8870 * play/spook.el (spook-phrases-file): Use expand-file-name, not
8871 concat.
8872
8873 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
8874 insist on symbols starting with word syntax.
8875 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
8876 (eval-defun-1): Doc fix.
8877 (indent-sexp): Use nconc to build up indent-stack.
8878
8879 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
8880 Gnus with little use.
8881 (mail-setup-hook): Add mail-abbrevs-setup to options.
8882
8883 * recentf.el: Doc fixes.
8884
8885 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
8886 Clean up remainder.
8887
8888 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
8889 without timezone and (8) with timezone to enforce some whitespace.
8890 Simplify code somewhat.
8891
8892 * options.el (list-options): Doc that you should use customize.
8893
8894 * iswitchb.el (iswitchb-mode): Add :require.
8895
8896 * info.el (Info-goto-node, Info-menu): Doc fix.
8897 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
8898 (info-tool-bar-map): New variable.
8899 (Info-mode): Use it.
8900 (Info-edit-map): Define all in defvar.
8901 (speedbar-attached-frame): Avoid compiler warning.
8902
8903 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
8904 (global-map): Bind [tool-bar] to a filtered map.
8905 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
8906 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
8907 Allow PBM icons.
8908 (tool-bar-setup): Adjust calls of tool-bar-add-item.
8909
8910 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
8911 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
8912 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
8913 icons, except up_arrow, which is left-arrow rotated.
8914
8915 * imenu.el (imenu-add-to-menubar): Fix last change.
8916
89172000-10-08 Peter Breton <pbreton@ne.mediaone.net>
8918
8919 * generic-x.el (rul-generic-mode): Remove eval-when-compile
8920 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
8921
89222000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8923
8924 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
8925 typos in doc strings.
8926
8927 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
8928 the doc strings how to customize Font Lock faces.
8929
8930 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
8931 computing growth when dragging the header line.
8932
89332000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8934
8935 * simple.el (kill-line): Doc fix.
8936
89372000-10-08 Miles Bader <miles@gnu.org>
8938
8939 * faces.el (secondary-selection): Make foreground visible on tty.
8940
8941 * jka-compr.el (auto-compression-mode): Move to the end of the
8942 file, because `define-minor-mode' actually calls the mode-function
8943 if the associated variable is non-nil, which requires that all
8944 needed functions be already defined.
8945 (with-auto-compression-mode): Add autoload cookie.
8946
89472000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
8948
8949 * files.el (find-backup-file-name) [ms-dos]: If support for long
8950 file names is not available, behave as if version-control were set
8951 to never.
8952
89532000-10-07 Dave Love <fx@gnu.org>
8954
8955 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
8956 (browse-url-gnome-moz): New function.
8957 (browse-url-browser-function): Use it.
8958 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
8959
89602000-10-07 Stefan Monnier <monnier@cs.yale.edu>
8961
8962 * indent.el (tab-always-indent): New var.
8963 (indent-for-tab-command): Use it.
8964
8965 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
8966 raise an error. This way it can still default to a sane value.
8967
89682000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8969
8970 * startup.el (fancy-splash-screens): Use local rather than global map.
8971 Don't use `update-menu-bindings' any more.
8972 Get rid of assumptions about keymap representation.
8973
89742000-10-06 Dave Love <fx@gnu.org>
8975
8976 * textmodes/fill.el (sentence-end-double-space)
8977 (sentence-end-without-period): Doc fix.
8978 (adaptive-fill-regexp): Purecopy.
8979 (unjustify-current-line): Use line-end-position.
8980 (fill-individual-paragraphs-prefix): Use line-beginning-position.
8981
8982 * net/eudc-vars.el (eudc): Add :version, :link.
8983
8984 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
8985
8986 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
8987 Fix for define-minor-mode.
8988 (function-at-point): Alias to function-called-at-point.
8989
8990 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
8991
8992 * simple.el (backward-word): Doc fix.
8993
8994 * image-file.el (image-file-name-regexp): image-file-regexps ->
8995 image-file-name-regexps.
8996 (image-file-name-extensions): Add pbm.
8997
89982000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8999
9000 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9001 and add filename to the names so that diff-mode can jump to source.
9002
9003 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9004 (tex-font-lock-keywords, tex-font-lock-keywords-2)
9005 (tex-font-lock-keywords-1): Remove.
9006 (font-lock-turn-on-thing-lock): Use jit-lock-register.
9007 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9008 (font-lock-default-fontify-region):
9009 Expand beg..end correctly when just following a multiline region.
9010 (font-lock-fontify-anchored-keywords):
9011 Include the anchor text as part of the multiline.
9012
90132000-10-06 Gerd Moellmann <gerd@gnu.org>
9014
9015 * loadup.el (toplevel): Load `loaddefs' before `help' because the
9016 latter needs the autoloaded define-minor-mode macro during the
9017 bootstrap.
9018
9019 * startup.el (command-line): For now, activate tool-bar-mode only
9020 if XPM images are supported.
9021
9022 * mouse.el (mouse-drag-header-line): Don't allow resizing a
9023 window by dragging a header-line at the top of the frame; that's
9024 confusing because the header-line doesn't move.
9025 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9026 of treating the event as a list. Some cleanup.
9027
90282000-10-06 Miles Bader <miles@gnu.org>
9029
9030 * simple.el (display-message-or-buffer): New function.
9031 (shell-command-on-region): Use `display-message-or-buffer'.
9032
9033 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9034 docstring parts.
9035
9036 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9037 (smbclient-prompt-regexp): Add usage note to doc string.
9038 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9039 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9040 Use add-hook for adding the comint filter function, and only do so
9041 if it's not already in the global hook list.
9042 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9043 to `make-local-variable'.
9044 (nslookup-font-lock-keywords): Remove prompt entry.
9045 (nslookup): Don't set the process-filter.
9046 (finger): Exit the loop correctly when the regexps list runs out.
9047 (ftp, smbclient, smbclient-list-shares):
9048 Set the real major mode immediately, not after execing.
9049 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9050
9051 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9052
90532000-10-05 Stefan Monnier <monnier@cs.yale.edu>
9054
9055 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9056
9057 * which-func.el (which-func-format): Remove spurious space.
9058 (which-func-mode): Don't make it permanent-local.
9059 (which-func-ff-hook): Allow which-func-maxout to be nil.
9060 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
9061 (which-func-mode): Simplify.
9062 Use post-command-idle-hook rather than post-command-hook.
9063 Go through all buffers and update their state.
9064 (which-function): Also try add-log-current-defun-function.
9065
9066 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9067 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9068 Update call to with-vc-properties accordingly.
9069 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9070 (vc-revert-buffer): More careful about window selection and deletion.
9071 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9072
9073 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9074 (cvs-retrieve-revision): Reuse a pre-existing buffer.
9075 (cvs-dired-action): Change the default to quickdir.
9076
9077 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9078 if comment-indent-function returns nil.
9079 (comment-indent-default): New function.
9080 (comment-indent-function): Use it and document the new semantics.
9081
9082 * image-file.el: Docstring fixes.
9083
9084 * help.el (help-xref-on-pp): Use match-string.
9085 (describe-variable): New arg BUFFER.
9086 Store the current buffer in the help-xref-stack.
9087 (temp-buffer-resize-mode): Use define-minor-mode.
9088
9089 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9090 consistently with its docstring.
9091 Set jit-lock-first-unfontify-pos in an idempotent way.
9092 (jit-lock-register): Autoload and add arg CONTEXTUAL.
9093
90942000-10-05 Alex Schroeder <alex@gnu.org>
9095
9096 * sql.el (sql-mysql-options): New variable.
9097 (sql-mysql): Use it.
9098
90992000-10-05 Miles Bader <miles@lsi.nec.co.jp>
9100
9101 * image.el (image): New group.
9102
9103 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9104 (smerge-base-face, smerge-markers-face): Add dark-background variants.
9105
91062000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9107
9108 * net/net-utils.el (nslookup-font-lock-keywords)
9109 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9110 Ignore the value of wqindow-system; always define keywords
9111
91122000-10-05 Kenichi Handa <handa@etl.go.jp>
9113
9114 * startup.el (fancy-splash-screens): Remove the code for
9115 debugging; `(trace-to-stderr "EXITTT\n")'.
9116
91172000-10-05 Miles Bader <miles@gnu.org>
9118
9119 * diff-mode.el (diff-goto-source): Update call to
9120 `diff-hunk-status-msg' to reflect new REV variable.
9121
91222000-10-04 Stefan Monnier <monnier@cs.yale.edu>
9123
9124 * progmodes/icon.el (icon-mode):
9125 Don't gratuitously override the default for comment-column.
9126
9127 * vc-hooks.el (vc-mode-line): Fix interactive spec.
9128
9129 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9130 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9131 (jit-lock-functions): New var.
9132 (jit-lock-function-1): Use it if non-nil.
9133 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
9134 Set the `fontified' property before doing the fontification to avoid
9135 repeatedly going through the same error.
9136 Don't turn errors into messages.
9137 (jit-lock-register, jit-lock-unregister): New functions.
9138
9139 * dired.el (dired-mark-pop-up): Turn comment into docstring.
9140 Use with-current-buffer.
9141
9142 * dired-aux.el (dired-do-create-files, dired-kill-tree):
9143 Turn comment into docstring.
9144
9145 * apropos.el (apropos-mode): Use define-derived-mode.
9146
91472000-10-04 Gerd Moellmann <gerd@gnu.org>
9148
9149 * startup.el (fancy-splash-pending-command): New variable.
9150 (fancy-splash-pre-command): New function.
9151 (fancy-splash-screens): Rewritten.
9152 (command-line-1): If fancy-splash-pending-command is set, call it
9153 interactively.
9154
91552000-10-04 Dave Love <fx@gnu.org>
9156
9157 * toolbar/tool-bar.el (tool-bar-setup): New function.
9158 (tool-bar-mode): Use it.
9159
9160 * subr.el (substitute-key-definition): Doc fix.
9161 (play-sound-file): New command.
9162
91632000-10-04 Andre Spiegel <spiegel@gnu.org>
9164
9165 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9166 vc-version-backup-file-name): New functions.
9167
9168 * files.el (basic-save-buffer): Call vc-before-save before saving.
9169
9170 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9171 vc-cvs-stay-local-p.
9172
9173 * vc.el (vc-revert-buffer): Handle empty diff properly.
9174 (vc-version-backup-file): New function.
9175 (vc-checkout): Create a version backup if necessary.
9176 (vc-checkin): If a version backup file exists, delete it.
9177 (vc-version-diff): Diff locally using version backups, if available.
9178 (vc-revert-file): If there's a version backup, revert locally.
9179 (vc-transfer-file): Use version backup for base version, if
9180 available. If not, ask for confirmation whether to get it from the
9181 server. Update mode line before check-in.
9182
91832000-10-04 Dave Love <fx@gnu.org>
9184
9185 * toolbar/tool-bar.el (tool-bar-setup): New function.
9186 (tool-bar-mode): Use it.
9187
91882000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9189
9190 * net/net-utils.el (nslookup-font-lock-keywords)
9191 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9192 Only set if window-system is non-nil
9193 (net-utils-run-program): Returns buffer.
9194 (network-connection-reconnect): Added this function.
9195
9196 * generic.el:
9197 Incorporates extensive cleanup and docfixes by
9198 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9199 Uses cl compile-time macros.
9200 (generic-mode-name, generic-comment-list)
9201 (generic-keywords-list, generic-font-lock-expressions)
9202 (generic-mode-function-list, generic-mode-syntax-table):
9203 Removed variables.
9204 (generic-mode-alist): Renamed to generic-mode-list.
9205 (generic-find-file-regexp): Default changed to "^#".
9206 (generic-read-type): Uses completing read on generic-mode-list.
9207 (generic-mode-sanity-check): removed this function.
9208 (generic-add-to-auto-mode): Removed this function
9209 (generic-mode-internal): Bind mode-specific definitions
9210 into function instead of putting them in alist.
9211 (generic-mode-set-comments): Reworked extensively.
9212 (generic-mode-find-file-hook): Simplified regexp searching
9213 (generic-make-keywords-list): Omit extra pair of parens
9214
9215 * find-lisp.el (find-lisp-find-files-internal):
9216 Make sure directory name ends with "/".
9217
9218 * generic-x.el (apache-conf-generic-mode):
9219 Regexp now allows leading whitespace.
9220 (rc-generic-mode): Added eval-when-compile
9221 around generic-make-keywords-list.
9222 Deleted duplicate regexp
9223 (rul-generic-mode): Added eval-when-compile
9224 around generic-make-keywords-list.
9225 (etc-fstab-generic-mode): New generic mode.
9226 (rul-generic-mode): Removed one eval-when-compile
9227 which caused a max-specpdl-size exceeded error.
9228
92292000-10-04 Miles Bader <miles@gnu.org>
9230
9231 * simple.el (minibuffer-temporary-goal-position): New variable.
9232 (next-history-element): Try to keep the position of point in the
9233 input string constant.
9234
9235 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9236 (dired-do-create-files): If there's only one file, pass it in as
9237 the DEFAULT arg to dired-mark-read-file-name.
9238
92392000-10-03 Stefan Monnier <monnier@cs.yale.edu>
9240
9241 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9242 (diff-goto-source): Be smarter when choosing REVERSE or not.
9243
9244 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9245 (texinfo-mode-menu): Add an explicit shortcut for update all.
9246
92472000-10-03 Andre Spiegel <spiegel@gnu.org>
9248
9249 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9250 factorize backend-specific code cleanly (this was essentially
9251 conceived by Stefan Monnier).
9252 (vc-unregister): Function removed.
9253 (vc-revert-file): New function.
9254 (vc-revert-buffer): Delegate some of the work to it.
9255
9256 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9257 default branch unconditionally.
9258 (vc-rcs-set-default-branch): New function.
9259 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9260 (vc-rcs-checkin): If an appropriate default branch has been set,
9261 force creation of that branch.
9262 (vc-rcs-receive-file): Rewritten to contain only backend-specific
9263 code (as suggested by Stefan Monnier).
9264
92652000-10-02 Gerd Moellmann <gerd@gnu.org>
9266
9267 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9268 highlighting overlay with a different face over the overlay
9269 isearch uses to highlight the current match because that can lead
9270 to bad face combinations.
9271
9272 * loadup.el (toplevel): Load faces before isearch.
9273
9274 * isearch.el (isearch-faces): New custom group.
9275 (isearch): New defface; was already tested for in the code.
9276 (isearch-lazy-highlight-face): Changed to defface from defcustom.
9277 (isearch-highlight): Always use face `isearch'.
9278
92792000-10-02 Dave Love <fx@gnu.org>
9280
9281 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9282 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
9283 comparison of opcode with operand.
9284
92852000-10-03 Miles Bader <miles@gnu.org>
9286
9287 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9288 buffer, since the echo area will now grow to accommodate them.
9289
92902000-10-02 Andre Spiegel <spiegel@gnu.org>
9291
9292 * vc-hooks.el (vc-registered): If FILE used to be registered under
9293 a certain backend, try that one first.
9294
9295 * vc.el (vc-responsible-backend): Undo the previous change in the
9296 argument list. Handle multiple backends correctly.
9297 (vc-find-new-backend): Function removed.
9298 (vc-register): Use vc-responsible-backend, as before.
9299 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9300
93012000-10-02 Gerd Moellmann <gerd@gnu.org>
9302
9303 * startup.el (fancy-splash-head): Change message below the
9304 logo.
9305
93062000-10-02 Miles Bader <miles@lsi.nec.co.jp>
9307
9308 * diff-mode.el (diff-goto-source): Emit a status message.
9309 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9310 (diff-test-hunk): Fix doc string.
9311 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9312 (diff-advance-after-apply-hunk): New variable.
9313 (diff-apply-hunk): Don't return a value.
9314
93152000-10-01 Stefan Monnier <monnier@cs.yale.edu>
9316
9317 * vc.el (vc-editable-p): Minor optimization.
9318 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9319 (vc-find-new-backend): New function split from vc-responsible-backend.
9320 (vc-register): Use it.
9321 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9322 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9323 (vc-default-unregister, vc-revert-buffer): Docstring fix.
9324 (vc-clear-headers): Don't use find-file.
9325 (vc-revert-buffer): Use `and' again (must have been a braino).
9326 (vc-switch-backend): Only prompt if requested.
9327 Short circuit if nothing is to be done.
9328 Don't use vc-resynch-buffer which could lose unsaved editing.
9329 (vc-default-receive-file): Update call to vc-unregister.
9330 (with-vc-file, vc-next-action-on-file):
9331 Use vc-backend rather than vc-registered.
9332 (vc-next-action-on-file): Use intern-soft.
9333 Deal with read-only *vc-diff* buffer.
9334 (vc-transfer-file): Docstring fix.
9335
9336 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9337 (vc-rcs-receive-file): Avoid with-vc-properties.
9338 Update call to vc-unregister.
9339 Use constant `RCS' rather than (dynamically bound) var `backend'.
9340
93412000-10-01 Andre Spiegel <spiegel@gnu.org>
9342
9343 * vc.el (vc-next-action-on-file): Update mode line only if file
9344 is visited.
9345 (vc-start-entry): New argument initial-contents. Don't visit the file
9346 if it isn't already visited. Brought documentation up-to-date.
9347 (vc-next-action, vc-register): Updated calls to vc-start-entry.
9348 (vc-checkin): New optional arg initial-contents, which is passed to
9349 vc-start-entry.
9350 (vc-finish-logentry): Make sure to bury log buffer only if there
9351 really is one. Call `vc-resynch-buffer' on log-file, not
9352 buffer-file-name.
9353 (vc-default-comment-history, vc-default-wash-log): New functions.
9354 (vc-index-of): Removed.
9355 (vc-transfer-file): Make do without the above.
9356 (vc-default-receive-file): Call comment-history unconditionally. Pass
9357 the resulting string to vc-checkin, instead of inserting it into the
9358 comment ring.
9359
9360 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9361 unconditionally. Use the comments as initial contents of the log
9362 entry buffer. Document the trick to force branch creation with no
9363 changes.
9364
93652000-10-01 Miles Bader <miles@gnu.org>
9366
9367 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9368 `recenter' with an arg to prevent redrawing the display.
9369
93702000-09-30 Stefan Monnier <monnier@cs.yale.edu>
9371
9372 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9373
9374 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9375
9376 * progmodes/c-mode.el (c-mode):
9377 Don't gratuitously override the default for comment-column.
9378
9379 * textmodes/tex-mode.el (latex-metasection-list): New var.
9380 (latex-imenu-create-index): Use it.
9381 Move the regexp construction outside loops (and use push).
9382 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9383 (tex-font-lock-keywords): Moved from font-lock.el.
9384 (tex-comment-indent): Remove.
9385 (tex-common-initialization): Don't set comment-indent-function.
9386 (latex-block-default): New var.
9387 (tex-latex-block): Use it to provide a default choice.
9388 Add any unknown choice to latex-block-names.
9389 Insert [...] after {...}.
9390 (tex-last-unended-begin): Simplify regexp.
9391 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9392 (latex-forward-sexp-1, latex-forward-sexp): New functions.
9393 (latex-mode): Set forward-sexp-function.
9394
9395 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9396 Add regexp for @ignore ... @end ignore.
9397 (texinfo-heading-face): New face.
9398 (texinfo-font-lock-keywords): Use it.
9399 (texinfo-mode-menu): New menu.
9400 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9401 New functions.
9402 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9403 (texinfo-section-types-regexp, texinfo-section-level-regexp)
9404 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9405 Remove declaration.
9406 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9407
9408 * delsel.el (delete-selection-mode): Use define-minor-mode.
9409
9410 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9411
94122000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9413
9414 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9415
94162000-09-30 Gerd Moellmann <gerd@gnu.org>
9417
9418 * replace.el (keep-lines-read-args): New function.
9419 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9420 read arguments interactively. Add parameters RSTART and REND.
9421 Operate on the active region in Transient Mark mode.
9422
9423 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9424
9425 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9426 (authors-obsolete-files-regexps): New variable.
9427 (authors-add): Don't record changes in obsolete files.
9428
94292000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9430
9431 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9432
9433 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9434 (comment-indent): Make sure there's a space between code and comment.
9435 Shift comments left to avoid going past fill-column.
9436
94372000-09-29 Gerd Moellmann <gerd@gnu.org>
9438
9439 * startup.el (startup-echo-area-message): New function.
9440 (display-startup-echo-area-message): Use it.
9441 (fancy-splash-screens): Rewritten to use keymaps and a timer.
9442 (fancy-splash-default-action): New function.
9443 (fancy-splash-screens-1): New function.
9444 (fancy-splash-head): Put a help-echo and a keymap under the image.
9445
94462000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9447
9448 * diff-mode.el (diff-add-log-file-name): Remove.
9449 (diff-mode): Use add-log-buffer-file-name-function.
9450
9451 * add-log.el (find-change-log): New arg BUFFER-FILE.
9452 (add-log-file-name): Obey add-log-file-name-function.
9453 (add-log-buffer-file-name-function): New var.
9454 (add-change-log-entry): Use it.
9455
94562000-09-29 Miles Bader <miles@gnu.org>
9457
9458 * image-file.el (image-file-name-extensions): New variable.
9459 (image-file-name-regexps): Renamed from `image-file-regexps'.
9460 New default value is nil. Call `auto-image-file-mode'.
9461 (image-file-name-regexp): New function.
9462 (auto-image-file-mode): New minor mode.
9463 (insert-image-file): Don't make conditional on the image-file
9464 handler being enabled.
9465 (image-file-handler): Make the call here conditional instead.
9466 (set-image-file-handler-enabled, enable-image-file-handler)
9467 (disable-image-file-handler): Functions removed.
9468
9469 * emacs-lisp/authors.el (authors-print): Rephrase many-files
9470 string.
9471
94722000-09-29 Gerd Moellmann <gerd@gnu.org>
9473
9474 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9475 it's a function from CL.
9476 (latex-imenu-create-index): Replace eval-when-compile with progn
9477 because latex-section-alist is not bound while compiling.
9478
94792000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9480
9481 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9482 (outline-mode): Use define-derived-mode.
9483
9484 * progmodes/perl-mode.el (perl-mode):
9485 * progmodes/awk-mode.el (awk-mode):
9486 * progmodes/asm-mode.el (asm-mode):
9487 Don't gratuitously override the default for comment-column.
9488
9489 * emacs-lisp/lisp.el (lisp-complete-symbol):
9490 Distinguish the let-binding case from the funcall case.
9491 (forward-sexp-function): New variable.
9492 (forward-sexp): Use it.
9493
9494 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9495 (easy-mmode-defmap): Remove the now useless autoload.
9496
9497 * time.el (display-time-mode): Use define-minor-mode.
9498
9499 * subr.el (add-minor-mode): Don't eval NAME.
9500 Don't depend on the presence of TOGGLE-FUN for any special behavior.
9501 Use if rather than cond.
9502
9503 * simple.el (read-expression-map): Define more properly.
9504 (comment-indent-hook): Remove.
9505 (string-to-syntax): Bug fix.
9506
9507 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9508 (cvs-ediff-diff): Fix typo.
9509 (cvs-revert-if-needed): Don't bother preserving read-only.
9510
9511 * paren.el (show-paren-mode): Use define-minor-mode.
9512
9513 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9514 (toggle-auto-compression): Remove.
9515 (jka-compr-build-file-regexp): Remove useless grouping.
9516
9517 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9518 Avoid user-reserved bindings.
9519 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9520 (diff-header-face): Revert to grey85.
9521
9522 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9523
9524 * complete.el (partial-completion-mode) <defcustom>: Remove.
9525 (partial-completion-mode): Use define-minor-mode.
9526 (PC-do-completion): Understand `completion-auto-help = delay'
9527 to mean to popup the completion buffer only the second time.
9528 (PC-include-file-all-completions, PC-include-file-all-completions)
9529 (PC-include-file-all-completions): Don't quote lambda.
9530
9531 * comint.el (comint-mode-hook): Docstring fix.
9532 (comint-mode): Use define-derived-mode.
9533 (comint-mode-map): Remove obsolete comment.
9534 (make-comint): Minor stylistic change.
9535 (comint-insert-clicked-input): Be more careful to find the overlay.
9536 Use this-command-keys rather than hardcoding mouse-2.
9537
9538 * font-lock.el: Replace confusing (,@ with ,
9539 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
9540 Don't use regexp-opt-depth. Spice up the regexp for args.
9541 Don't distinguish between cmds that can take an opt arg or not.
9542 Use `append' and `prepend' rather than `keep'.
9543
9544 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
9545 (latex-outline-regexp): New var.
9546 (latex-outline-level): New fun.
9547 (latex-section-alist): New var.
9548 (latex-imenu-create-index): Use it. Use `push' as well.
9549 (tex-shell-map): Initialize it properly.
9550 (tex-mode): Minor stylistic change.
9551 (plain-tex-mode): Use define-derived-mode.
9552 (latex-mode): Use define-derived-mode.
9553 Construct the paragraph regexps in a more readable way.
9554 Set the buffer-local outline-{level,regexp} vars.
9555 (slitex-mode): Derive from latex-mode.
9556 (tex-common-initialization): Don't kill-all-vars anymore.
9557 Add setting for comment-add and font-lock-defaults.
9558 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
9559 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
9560 (tex-start-tex): New arg DIR (and send a chdir command for it).
9561 Also display the shell buffer and save it in tex-last-buffer-texed.
9562 (tex-region): Use expand-file-name rather than concat.
9563 Remove code made useless by changes in tex-start-tex.
9564 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
9565
9566 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
9567
95682000-09-28 Dave Love <fx@gnu.org>
9569
9570 * eshell/eshell.el (eshell) <defgroup>: Add :version.
9571
95722000-09-28 Gerd Moellmann <gerd@gnu.org>
9573
9574 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
9575 `append'.
9576
95772000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9578
9579 * info.el (Info-extract-pointer): Undo last change.
9580 Instead, fix the position of the `bound' arg to re-search-backward.
9581
95822000-09-27 Stefan Monnier <monnier@cs.yale.edu>
9583
9584 * info.el (Info-extract-pointer):
9585 Widen more carefully, to avoid finding pointers in other nodes.
9586 (Info-index): Use push.
9587
95882000-09-27 Gerd Moellmann <gerd@gnu.org>
9589
9590 * frame.el (set-frame-font): Remove call to obsolete function
9591 frame-update-faces.
9592 (set-foreground-color, set-background-color): Likewise for
9593 frame-update-face-colors.
9594
95952000-09-27 Miles Bader <miles@gnu.org>
9596
9597 * image-file.el: New file.
9598
95992000-09-27 Gerd Moellmann <gerd@gnu.org>
9600
9601 * frame.el (frame-notice-user-settings): Don't call
9602 frame-update-faces, which is a no-op now.
9603
9604 * ediff-wind.el (ediff-control-frame-parameters): Add zero
9605 tool-bar-lines.
9606
96072000-09-27 Dave Love <fx@gnu.org>
9608
9609 * mouse.el: Fix last change.
9610
96112000-09-27 Miles Bader <miles@lsi.nec.co.jp>
9612
9613 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
9614
96152000-09-22 Kenichi Handa <handa@etl.go.jp>
9616
9617 * international/quail.el (quail-help): The output message is
9618 improved.
9619
96202000-09-26 Dave Love <fx@gnu.org>
9621
9622 * mouse.el (popup-menu): If POSITION is nil, set it using
9623 mouse-position.
9624
96252000-09-25 Sam Steingold <sds@gnu.org>
9626
9627 * net/browse-url.el (browse-url-file-url): Check for null maps.
9628
96292000-09-26 Gerd Moellmann <gerd@gnu.org>
9630
9631 * frame.el (frame-notice-user-settings): Don't add a
9632 tool-bar-lines frame parameter to default-frame-alist in batch mode.
9633
9634 * frame.el (frame-notice-user-settings):
9635 Make tool-bar-mode and default-frame-alist consistent.
9636
9637 * toolbar/tool-bar.el (tool-bar-help): New function.
9638
96392000-09-25 Gerd Moellmann <gerd@gnu.org>
9640
9641 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
9642 current-load-list in top-level forms. Else this leaks a cons cell
9643 every time a defun is called.
9644
9645 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
9646
96472000-09-25 Dave Love <fx@gnu.org>
9648
9649 * startup.el (fancy-splash-head): Check XPM is available.
9650
9651 * autoinsert.el (auto-insert): Doc fix.
9652 (auto-insert-alist): Following GNU notices, don't say `copyright
9653 _by_'. Use line-beginning-position.
9654 (auto-insert): Check buffer-file-name is non-nil before use.
9655
96562000-09-25 Gerd Moellmann <gerd@gnu.org>
9657
9658 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
9659 starting with `@def' or `@multitable', in addition to ones
9660 specified by the user in auto-fill-inhibit-regexp.
9661
96622000-09-25 Markus Rost <rost@math.ohio-state.edu>
9663
9664 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
9665 rmail-dont-reply-to-names matches the empty string.
9666
96672000-09-25 Gerd Moellmann <gerd@gnu.org>
9668
9669 * startup.el (command-line-1, fancy-splash-text): Change the
9670 text to sound more friendly.
9671
96722000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
9673
9674 * progmodes/hideshow.el: Update author email address.
9675 Generally, sync w/ maintainer version 5.22.
9676 (hs-hide-all-non-comment-function): New var.
9677 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
9678 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
9679 (hs-show-region): Delete this command.
9680 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
9681
96822000-09-22 Dave Love <fx@gnu.org>
9683
9684 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
9685 (hl-line-highlight): Specify buffer when moving overlay.
9686
9687 * progmodes/fortran.el (fortran-mode): Locally set
9688 normal-auto-fill-function.
9689 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
9690 (fortran-mode-map): Adjust auto-fill menu entry.
9691
96922000-09-22 Gerd Moellmann <gerd@gnu.org>
9693
9694 * vc-rcs.el (toplevel): Require `vc' when compiling.
9695
9696 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
9697
96982000-09-22 Andre Spiegel <spiegel@gnu.org>
9699
9700 * vc.el (vc-switch-backend): Signal an error if the file is not
9701 registered under the new backend.
9702
9703 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
9704 without explicit revision number.
9705
97062000-09-21 Stefan Monnier <monnier@cs.yale.edu>
9707
9708 * diff-mode.el (diff-file-header-face): Reset to its previous value.
9709 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
9710 (diff-xor): New function.
9711 (diff-find-source-location): Use it. Fix a stupid name clash.
9712 (diff-hunk-status-msg): New function.
9713 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
9714 (diff-test-hunk): Use diff-find-source-location.
9715 (diff-goto-source): Favor the `reverse'.
9716 (diff-hunk-text): Properly handle one-sided context diffs.
9717 (diff-apply-hunk): When done, advance to the next hunk.
9718
97192000-09-21 Gerd Moellmann <gerd@gnu.org>
9720
9721 * startup.el (command-line): If frame was created with a non-zero
9722 tool-bar-lines parameter, switch tool-bar-mode on.
9723
9724 * add-log.el (change-log-date-face, change-log-name-face)
9725 (change-log-email-face, change-log-file-face)
9726 (change-log-list-face, change-log-conditionals-face)
9727 (change-log-function-face, change-log-acknowledgement-face):
9728 New faces, inheriting from font-lock faces.
9729 (change-log-font-lock-keywords): Use them.
9730
97312000-09-21 Dave Love <fx@gnu.org>
9732
9733 * progmodes/cperl-mode.el (top-level): Clean up
9734 `eval-when-compile's and assorted defvars.
9735 (cperl-invalid-face): Don't double-quote value. Change custom
9736 type.
9737 (cperl-mode): Set normal-auto-fill-function and don't zap
9738 auto-fill-function.
9739 (cperl-imenu--function-name-regexp-perl): Renamed from
9740 imenu-example--function-name-regexp-perl.
9741 (cperl-imenu--create-perl-index): Renamed from
9742 imenu-example--create-perl-index.
9743 (cperl-xsub-scan): Don't require cl.
9744
9745 * msb.el (msb-mode-map): Use substitute-key-definition.
9746 (msb-mode): Use msb-mode-map.
9747
97482000-09-21 Andre Spiegel <spiegel@gnu.org>
9749
9750 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
9751 New functions.
9752 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
9753 (vc-switch-backend): New function.
9754 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
9755 (vc-register): Fix prompt.
9756 (vc-unregister, vc-default-unregister): New functions.
9757 (vc-version-diff): Handle empty buffer in sentinel.
9758
9759 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
9760 (vc-rcs-state-heuristic): Use it to guess the state of files with
9761 non-strict locking.
9762 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
9763 been set with -b, but not created yet.
9764 (vc-rcs-fetch-master-state): With non-strict locking, compare file
9765 contents in order to find the state.
9766 (vc-rcs-checkin): Allow creation of branches with no changes.
9767 (vc-rcs-unregister, vc-rcs-receive-file)
9768 (vc-rcs-set-non-strict-locking): New functions.
9769
9770 * vc-hooks.el (vc-name): Force correct computation of the value
9771 in case it is missing.
9772
97732000-09-21 Gerd Moellmann <gerd@gnu.org>
9774
9775 * startup.el (fancy-splash-tail): Use a different foreground
9776 color on a dark frame background.
9777
97782000-09-21 Miles Bader <miles@lsi.nec.co.jp>
9779
9780 * info.el: Use the correct capitalization when making Info-mode
9781 and Info-edit-mode `special' modes.
9782
97832000-09-20 Stefan Monnier <monnier@cs.yale.edu>
9784
9785 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
9786 (diff-mode): Add support for add-log.el.
9787 (diff-hunk-text): Use char offsets rather than line offsets.
9788 (diff-find-source-location): Replace LINE with line-offset (nil
9789 if not found) and always set POS to a meaningful position.
9790 Adapt to the new char-offsets.
9791 (diff-apply-hunk): Drop support for the unused `select' POPUP.
9792 Adapt to the new diff-find-source-location.
9793 (diff-goto-source): Adapt to the new diff-find-source-location.
9794
9795 * add-log.el (add-log-file-name): New function (split out of
9796 add-change-log-entry).
9797 (add-change-log-entry): Use it.
9798 Call add-log-file-name-function with the changelog file name if
9799 the current buffer is not associated with any file.
9800 Avoid find-file if the selected window is dedicated.
9801
9802 * diff-mode.el (diff-find-source-location):
9803 Move code from diff-apply-hunk. Return buffer rather than file.
9804 (diff-apply-hunk): Use the new result from diff-find-source-location.
9805 (diff-goto-source): Use the new diff-find-source-location.
9806
98072000-09-20 Dave Love <fx@gnu.org>
9808
9809 * iswitchb.el: Some doc fixes.
9810 (iswitchb-mode-map): Define completely initially. Inherit
9811 minibuffer-local-map.
9812 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
9813 fundamental-mode.
9814 (iswitchb-global-map): New variable.
9815 (iswitchb-summaries-to-end): Amalgamate regexps.
9816 (iswitchb-mode): New.
9817 (iswitchb-mode-hook): New variable.
9818 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
9819 `extensions'.
9820
98212000-09-20 Gerd Moellmann <gerd@gnu.org>
9822
9823 * ehelp.el (electric-help): New defgroup.
9824 (electric-help-shrink-window): New user-option.
9825 (with-electric-help): Use it.
9826
9827 * window.el (shrink-window-if-larger-than-buffer): If face
9828 `mode-line' has a :box, and we're on a graphical frame, add 1
9829 to the needed window height.
9830
9831 * frame.el (frame-notice-user-settings): Add a last parameter nil
9832 to a call to `append', because the last list passed to `append' is
9833 not copied, and so subsequent calls to assq-delete-all will modify
9834 default-frame-alist.
9835
9836 * startup.el (fancy-splash-image): Change :type.
9837 (fancy-splash-head): Use an XBM image if appropriate.
9838 (command-line-1): Show splash screens in more cases.
9839
9840 * startup.el (fancy-splash-text): Don't quote faces.
9841
9842 * dired.el (dired-font-lock-keywords): Undo last change.
9843 (dired-readin): Bind indent-tabs-mode to nil.
9844
9845 * startup.el (fancy-splash-head): If frame's background mode
9846 is `dark', change the black background of the image to gray.
9847 (fancy-splash-screens): Display startup echo area message.
9848 (display-startup-echo-area-message): New function.
9849
98502000-09-20 Miles Bader <miles@lsi.nec.co.jp>
9851
9852 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
9853
9854 * info.el (info-header-node): Tweak for color ttys.
9855
9856 * faces.el (face-valid-attribute-values): Make sure directories we
9857 search for stipples both exist and are readable before trying to
9858 search them.
9859
9860 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
9861 in the dry-run case.
9862
9863 * jka-compr.el (with-auto-compression-mode): New macro.
9864
9865 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
9866 (custom-group-tag-face, custom-variable-tag-face): Use relative
9867 :height and inherit from `variable-pitch' face instead of
9868 hardwiring :family.
9869 * hi-lock.el (hi-black-hb): Likewise.
9870
9871 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
9872 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
9873 toolbar-add-item, if image doesn't have a mask add a `:mask
9874 heuristic'.
9875
98762000-09-19 Stefan Monnier <monnier@cs.yale.edu>
9877
9878 * diff-mode.el: Docstring fixes.
9879 (diff-header-face, diff-comment-face): New faces.
9880 (diff-font-lock-keywords): Highlight a bit differently.
9881 (diff-find-source-location): Don't return SPAN any more.
9882 (diff-hunk-text): Don't bother erasing the temp buffer.
9883 (diff-find-text): Drop argument LINE.
9884 (diff-apply-hunk): Update calls to diff-find-text.
9885 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
9886
9887 * calendar/calendar.el: Docstring fixes.
9888 (calendar-make-alist): Don't quote lambda.
9889 (calendar-star-date): Use make-local-variable.
9890
98912000-09-19 Dave Love <fx@gnu.org>
9892
9893 * toolbar/tool-bar.el: Renamed from toolbar.el.
9894 Change `toolbar' to `tool-bar' generally in symbols.
9895 Make some items invisible in `special' major modes.
9896 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
9897 Add arg PROPS.
9898
9899 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
9900 Add :version here.
9901 (fancy-splash-delay, fancy-splash-image): Remove :version here.
9902
99032000-09-19 Gerd Moellmann <gerd@gnu.org>
9904
9905 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
9906
9907 * files.el (find-file-suppress-same-file-warnings): New user-option.
9908 (find-file-noselect): Use it.
9909
9910 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
9911 (fancy-splash-screen): Defgroup.
9912
9913 * add-log.el (change-log-font-lock-keywords): Match names
9914 more exactly for the case that font-lock-constant-face is
9915 underlined.
9916
99172000-09-19 Richard M. Stallman <rms@gnu.org>
9918
9919 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
9920
99212000-09-19 Andre Spiegel <spiegel@gnu.org>
9922
9923 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
9924
99252000-09-19 Gerd Moellmann <gerd@gnu.org>
9926
9927 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
9928 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
9929 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
9930 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
9931 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
9932 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
9933 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
9934 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
9935 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
9936 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
9937 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
9938 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
9939
9940 * startup.el (fancy-splash-text): New variable.
9941 (fancy-splash-delay, fancy-splash-image): New user-options.
9942 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
9943 (fancy-splash-screens): New functions.
9944 (command-line-1): If display has a `display' frame parameter, has
9945 colors, and we have XPM support, show more fancy splash screens.
9946
99472000-09-19 Dave Love <fx@gnu.org>
9948
9949 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
9950 with null `help'. Use modern backquote syntax.
9951
99522000-09-19 Gerd Moellmann <gerd@gnu.org>
9953
9954 * font-lock.el (font-lock-mode): Change message telling the user
9955 that ``the buffer is too big''.
9956
9957 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
9958 for instance for the case that tab-width is 2.
9959
99602000-09-18 Gerd Moellmann <gerd@gnu.org>
9961
9962 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
9963 toolbar-add-item, if image doesn't have a mask add a `:mask
9964 heuristic'.
9965
99662000-09-18 Miles Bader <miles@lsi.nec.co.jp>
9967
9968 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
9969 and return a cons if it's non-nil.
9970 (diff-apply-hunk): Try to jump to the line in the source text
9971 corresponding to the position of point in the in the hunk.
9972
9973 * info.el (Info-title-3-face, Info-title-2-face)
9974 (Info-title-1-face): Use face inheritance and relative sizes
9975 instead of hard-wiring things.
9976
9977 * faces.el (secondary-selection): Make dark-background variant sane.
9978
99792000-09-16 Andrew Innes <andrewi@gnu.org>
9980
9981 * makefile.w32-in (compile-files-CMD): No need to make .elc files
9982 read-only, since they aren't under VC now.
9983
99842000-09-17 Dave Love <fx@gnu.org>
9985
9986 * tmm.el: Replace mapcar with mapc in several places.
9987
9988 * loadhist.el (unload-feature): Maybe call elp-restore-list and
9989 ad-unadvise.
9990
9991 * international/latin1-disp.el: New file.
9992
9993 * calendar/cal-move.el (scroll-calendar-left)
9994 (scroll-calendar-right): Make arg optional (for active mode line).
9995
9996 * calendar/calendar.el (calendar-mode-line-format): Make fields
9997 mouse-sensitive.
9998 (calendar-read-date, calendar-read-date, calendar-window-list):
9999 Unquote lambda.
10000 (calendar-month-name): Use aref, not sref.
10001
10002 * view.el (minor-mode-alist): Propertize the string.
10003
10004 * international/characters.el (standard-case-table): Add entries
10005 for Greek.
10006
100072000-09-18 Miles Bader <miles@gnu.org>
10008
10009 * info.el (info-node, info-xref): Add dark-background variants.
10010
10011 * faces.el (header-line): Change defaults to be less confusing
10012 when mixed with mode-lines.
10013
10014 * info.el (Info-fontify-node): Make a few cleanups.
10015 Add extra `help-echo' and `local-map' props to node xrefs.
10016 Use header-specific faces for node-names & xrefs.
10017 (Info-use-header-line): New variable.
10018 (info-header-xref, info-header-node): New faces.
10019 (Info-setup-header-line): New function.
10020 (Info-select-node): Call Info-setup-header-line when enabled.
10021 (Info-extract-pointer): Work even if the header line is hidden.
10022 (Info-header-line): New variable.
10023
100242000-09-16 Stefan Monnier <monnier@cs.yale.edu>
10025
10026 * vms-patch.el (print-region-function): Don't quote lambda.
10027
10028 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10029
10030 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10031 (lm-get-header-re): Allow spaces between the header and the colon.
10032 (lm-header): Allow $ in non-RCS headers.
10033 (lm-header-multiline): Put the strings back into order.
10034 Stop at an empty line. Don't require two space chars if the
10035 line is clearly not another header line.
10036
10037 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10038 (popup-menu-popup): Remove.
10039
100402000-09-15 Gerd Moellmann <gerd@gnu.org>
10041
10042 * toolbar/toolbar.el (toolbar-add-item): Use the same image
10043 specification if or if not tool-bar item contains an `:enabled'
10044 property.
10045
10046 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10047 current buffer has no file name.
10048
100492000-09-15 Dave Love <fx@gnu.org>
10050
10051 * strokes.el: Sync with maintainer's current version with changes
10052 for Emacs, but avoid runtime cl and levents.
10053 (toplevel): Change autoloads and compilation requires.
10054 (strokes-version, strokes-bug-address, strokes-lift): Values
10055 changed.
10056 (strokes-xpm-header, strokes-insinuated): New variable.
10057 (strokes): Add :link.
10058 (strokes-mode): Customized.
10059 (strokes-while-inhibiting-garbage-collector): New macro.
10060 (strokes-remassoc): Avoid remove-if.
10061 (strokes-fix-button2-command): Don't use ad-do-it.
10062 (strokes-insinuate): New function.
10063 (strokes-button-press-event-p, strokes-button-release-event-p):
10064 New functions, used instead of non-`strokes-' versions..
10065 (strokes-mouse-event-p): Rewritten.
10066 (strokes-event-closest-point): Avoid event-point.
10067 (strokes-get-grid-position): Avoid cdadr, caadr
10068 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10069 functions.
10070 (strokes-help): Use with-output-to-temp-buffer.
10071 (strokes-window-configuration-changed-p): New function.
10072 (strokes-update-window-configuration): Use buffer-live-p,
10073 strokes-window-configuration-changed-p.
10074 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
10075 (strokes-char-face): New face.
10076 (strokes-char-table, strokes-base64-chars): New variable.
10077 (strokes-xpm-for-stroke, strokes-list-strokes)
10078 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10079 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10080 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10081 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10082 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10083 functions.
10084
100852000-09-15 Gerd Moellmann <gerd@gnu.org>
10086
10087 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10088
10089 * image.el (create-image): Doc fix.
10090
10091 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10092 instead of `:heuristic-mask t'.
10093
100942000-09-14 Andrew Innes <andrewi@gnu.org>
10095
10096 * makefile.w32-in: Revert to Unix line endings.
10097
100982000-09-14 Andrew Innes <andrewi@gnu.org>
10099
10100 * makefile.w32-in: Add bootstrap support. Also copy lisp source
10101 when installing.
10102
10103 * makefile.nt (DONTCOMPILE): Fix typo.
10104
10105 * shell.el (shell-write-history-on-exit): New function.
10106 (shell-dumb-shell-regexp): New custom variable.
10107 (shell-mode): Make shell-write-history-on-exit the process
10108 sentinel if shell name matches shell-dumb-shell-regexp.
10109
10110 * w32-fns.el: Comment out before-init-hook function which resets
10111 source-directory based; this breaks bootstrap.
10112
101132000-09-14 Dave Love <fx@gnu.org>
10114
10115 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10116 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10117 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10118 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10119 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10120 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10121 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
10122 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
10123 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10124
10125 * toolbar/toolbar.el: New.
10126
10127 * subdirs.el: Add toolbar.
10128
101292000-09-14 Gerd Moellmann <gerd@gnu.org>
10130
10131 * indent.el (indent-for-tab-command): Doc fix.
10132
101332000-09-14 Alex Schroeder <alex@gnu.org>
10134
10135 * ansi-color.el (ansi-colors): Doc change.
10136 (ansi-color-get-face): Simplified regexp.
10137 (ansi-color-faces-vector): Added more faces, doc change.
10138 (ansi-color-names-vector): Doc change.
10139 (ansi-color-regexp): Simplified regexp.
10140 (ansi-color-parameter-regexp): New regexp.
10141 (ansi-color-filter-apply): Doc change.
10142 (ansi-color-filter-region): Doc change.
10143 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10144 deal with zero length parameters.
10145 (ansi-color-apply-on-region): Doc change.
10146 (ansi-color-map): Doc change.
10147 (ansi-color-map-update): Removed debugging message.
10148 (ansi-color-get-face-1): Added condition-case to trap
10149 args-out-of-range errors.
10150 (ansi-color-get-face): Doc change.
10151 (ansi-color-make-face): Removed.
10152 (ansi-color-for-shell-mode): New option.
10153
101542000-09-13 Kenichi Handa <handa@etl.go.jp>
10155
10156 * international/quail.el (quail-start-translation): Translate KEY
10157 if necessary even if it doesn't have any mapping in the current
10158 input method.
10159 (quail-start-conversion): Likewise.
10160 (quail-help): The output message is improved.
10161
101622000-09-13 Miles Bader <miles@gnu.org>
10163
10164 * comint.el (comint-output-filter): Revert to using
10165 `insert-before-markers'. Add bletcherous hack to undo damage
10166 caused by `insert-before-markers'. Put `front-sticky' property on
10167 overlays created here so that the field code understands how the
10168 overlay works. Use a let when making comint-last-prompt-overlay,
10169 so that the code is easier to read.
10170
101712000-09-13 Dave Love <fx@gnu.org>
10172
10173 * wid-edit.el (widget-default-format-handler): DTRT when
10174 doc-property is a function.
10175
101762000-09-12 Francesco Potorti` <pot@gnu.org>
10177
10178 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10179 filed name if it's not there.
10180
101812000-09-12 Dave Love <fx@gnu.org>
10182
10183 * simple.el (read-mail-command): Doc fix.
10184 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10185
10186 * vc.el (vc-dired-listing-switches): Fix :version.
10187
10188 * vc-hooks.el: Doc fixes.
10189
10190 * subr.el (add-minor-mode): Use toggle-fun arg.
10191
10192 * speedbar.el: Add :version to several defcustoms.
10193
10194 * imenu.el (imenu--truncate-items, imenu--cleanup)
10195 (imenu--generic-function): Avoid mapcar.
10196 (imenu--replace-spaces): Function removed.
10197 (imenu--completion-buffer): Use subst-char-in-string.
10198 (imenu-add-to-menubar): Use keymap inheritance.
10199
102002000-09-12 Miles Bader <miles@gnu.org>
10201
10202 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10203 (diff-mode-map): Bind `diff-test-hunk'.
10204 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10205
102062000-09-11 Gerd Moellmann <gerd@gnu.org>
10207
10208 * bytecomp.el (byte-compile-defvar): Undo last change
10209 because it breaks '(make-variable-buffer-local (defvar ...)'
10210 which is used at least in dired.
10211
102122000-09-12 Kenichi Handa <handa@etl.go.jp>
10213
10214 * international/quail.el (quail-define-package): Docstring
10215 modified.
10216
102172000-09-12 Kenichi Handa <handa@etl.go.jp>
10218
10219 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10220 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10221 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
10222 docstring of "chinese-py".
10223
10224 * international/quail.el (quail-translation-docstring): New
10225 variable.
10226 (quail-show-keyboard-layout): Docstring modified.
10227 (quail-select-current): Likewise.
10228 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10229 infinite recursive call.
10230 (quail-help): Check quail-translation-docstring. Format of the
10231 output changed.
10232 (quail-help-insert-keymap-description): Adjusted for the above
10233 change.
10234
102352000-09-11 Gerd Moellmann <gerd@gnu.org>
10236
10237 * bytecomp.el (byte-compile-defvar): Only cons onto
10238 current-load-list in top-level forms. Else this leaks a cons cell
10239 every time a defun is called.
10240
102412000-09-11 Miles Bader <miles@lsi.nec.co.jp>
10242
10243 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10244 Now understands non-unified diffs. Some functionality moved into
10245 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
10246 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
10247 modify anything. Only reposition point in the patched file if the
10248 patch succeeds. Only pop up another window if POPUP is true.
10249 Emit a message describing what happened if successful, and at what
10250 line-offset. Automatically detect reversed hunks and do something
10251 appropriate.
10252 (diff-hunk-text, diff-find-text): New functions.
10253 (diff-filter-lines): Function removed.
10254 (diff-test-hunk): New function.
10255 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10256
102572000-09-10 Dave Love <fx@gnu.org>
10258
10259 * textmodes/tildify.el: Minor doc/commentary fixes.
10260 (tildify) <defgroup>: Add :version.
10261
10262 * faces.el (face-x-resources): Make custom type more specific.
10263 (frame-background-mode): Use mapc.
10264 (region) <defcustom>: Add :version.
10265
102662000-09-08 Stefan Monnier <monnier@cs.yale.edu>
10267
10268 * vc-sccs.el (vc-sccs-register):
10269 * vc-rcs.el (vc-rcs-register):
10270 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10271 * vc.el (vc-register): Clear file's properties.
10272
102732000-09-08 Gerd Moellmann <gerd@gnu.org>
10274
10275 * faces.el (face-spec-set): Only face-spec-reset-face when
10276 ATTRS is non-nil.
10277
102782000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10279
10280 * help.el (help-insert-xref-button): Fix a typo in doc string.
10281
102822000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
10283
10284 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10285 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10286 methods.
10287
10288 * menu-bar.el (read-mail-item-name): New function.
10289 (menu-bar-tools-menu): Use it to compute and display the package
10290 used to read email.
10291 (menu-bar-tools-menu): Fix typo in GUD's help string.
10292
102932000-09-07 Dave Love <fx@gnu.org>
10294
10295 * diff-mode.el (diff-mouse-goto-source): New function.
10296
10297 * vc-sccs.el: Doc fixes.
10298 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10299
10300 * vc-rcs.el: Doc fixes.
10301 (vc-rcs-register-switches, vc-rcs-checkin-switches)
10302 (vc-rcs-checkout-switches, vc-rcs-header)
10303 (vc-rcs-master-templates): Add or change :version.
10304
10305 * vc-cvs.el: Doc fixes.
10306 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10307 (vc-cvs-stay-local): Add :version.
10308
10309 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10310
103112000-09-07 Kenichi Handa <handa@etl.go.jp>
10312
10313 * international/quail.el (quail-help): Fix previous change.
10314
103152000-09-07 Gerd Moellmann <gerd@gnu.org>
10316
10317 * faces.el (color-values): Doc fix.
10318
10319 * faces.el (frame-set-background-mode): Use frame-parameter
10320 instead of frame-parameters.
10321
10322 * frame.el (filtered-frame-list): Reduce consing.
10323 (frames-on-display-list): Call frame-parameter instead of
10324 frame-parameters.
10325
103262000-09-07 Kenichi Handa <handa@etl.go.jp>
10327
10328 * language/devan-util.el (devanagari-to-indian-region): In the
10329 loop, change the following char, not preceding char.
10330
103312000-09-07 Gerd Moellmann <gerd@gnu.org>
10332
10333 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10334 instead of frame-parameters.
10335
10336 * faces.el (set-face-attribute): Simplify by calling
10337 internal-set-lisp-face-attribute with FRAME being 0.
10338
10339 * vc.el: Remove `Id' version control keyword.
10340
103412000-09-07 Kenichi Handa <handa@etl.go.jp>
10342
10343 * help.el (help-make-xrefs): Adjusted for the change of
10344 help-xref-mule-regexp.
10345 (help-insert-xref-button): New function.
10346
10347 * international/mule-cmds.el (help-xref-mule-regexp-template):
10348 Include the pattern for character set.
10349 (leim): New group.
10350
10351 * international/quail.el: Don't require face.
10352 (quail): New group.
10353 (quail-other-command): Dummy command to make quail-help work better.
10354 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10355 (quail-keyboard-layout-substitution): New variable.
10356 (quail-update-keyboard-layout): New function.
10357 (quail-keyboard-layout-type): New customizable variable.
10358 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10359 (quail-keyboard-translate): Pay attention to
10360 quail-keyboard-layout-substitution.
10361 (quail-insert-kbd-layout): New function.
10362 (quail-show-keyboard-layout): New function.
10363 (quail-get-translation): If the definition is a vector of length
10364 1, and the element is a string of length 1, return the character
10365 in that string.
10366 (quail-update-current-translations): Fix the case of
10367 relative-index out of range.
10368 (quail-build-decode-map, quail-insert-decode-map): New Functions.
10369 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10370 Show key sequences for all available characters.
10371 (quail-help-insert-keymap-description): Don't show such verbose
10372 key bindings as quail-self-insert-command.
10373
10374 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10375 Format changed, and each element now have extra documentations.
10376 (tit-process-header): Delete invalid characters from TIT-PROMPT.
10377 Adjusted for the change of quail-cxterm-package-ext-info.
10378
103792000-09-06 Gerd Moellmann <gerd@gnu.org>
10380
10381 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10382 requiring it leads to a recursive loading of vc.el and vc-hooks.el
10383 during bootstrap.
10384
103852000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10386
10387 * vc.el: (toplevel): Don't require `dired' at run-time.
10388 (vc-dired-resynch-file): Remove autoload cookie.
10389
103902000-09-05 Andre Spiegel <spiegel@gnu.org>
10391
10392 * vc.el: Made several backend functions optional.
10393 (vc-default-responsible-p): New function.
10394 (vc-merge): Use RET for first version to trigger merge-news, not
10395 prefix arg.
10396 (vc-annotate): Handle backends that do not support annotation.
10397 (vc-default-merge-news): Removed. The existence of a merge-news
10398 implementation is now checked on caller sites.
10399
10400 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10401 case.
10402
10403 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10404 special case that has been removed from the default in vc-hooks.el.
10405
104062000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10407
10408 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10409
104102000-09-05 Andre Spiegel <spiegel@gnu.org>
10411
10412 * vc-hooks.el: Require vc during compilation.
10413 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10414 macro `with-vc-properties' in vc.el.
10415 (vc-file-getprop): Doc fix.
10416 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10417
10418 * vc.el: Require dired-aux during compilation.
10419 (vc-name-assoc-file): Moved to vc-sccs.el.
10420 (with-vc-properties): New macro.
10421 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10422 vc-finish-steal): Use it.
10423 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
10424 to the backend-specific function is now supposed to do the checkout,
10425 too.
10426 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10427
10428 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10429 set file properties; that gets done in the generic code now.
10430
10431 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10432 Changed parameter list, added code from vc.el that does the
10433 checkout, possibly with a double-take.
10434
10435 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10436 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10437 the above under the new name.
10438 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
10439 parameter list, added checkout command.
10440 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10441 properties; that gets done in the generic code now.
10442
104432000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10444
10445 * vc.el: Docstring fixes (courtesy of checkdoc).
10446
104472000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10448
10449 * vc.el (vc-checkout-writable-buffer-hook)
10450 (vc-checkout-writable-buffer): Remove.
10451 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10452 (vc-log-mode): Make it into a clean derived major mode.
10453 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10454 vc-log-mode if log-edit is not available.
10455 (vc-dired-mode-map): Don't set-keymap-parent yet.
10456 (vc-dired-mode): Do set-keymap-parent here.
10457 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10458
104592000-09-05 Gerd Moellmann <gerd@gnu.org>
10460
10461 * faces.el (set-face-attribute, face-spec-reset-face)
10462 (face-spec-set): Avoid consing by removing calls to `apply'.
10463
10464 * frame.el (frame-parameter): Move to C code.
10465
104662000-09-05 Dave Love <fx@gnu.org>
10467
10468 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10469 insert-before-markers-and-inherit. Now checked systematically!
10470
104712000-09-05 Alex Schroeder <alex@gnu.org>
10472
10473 * sql.el (sql-postgres): Use sql-postgres-options.
10474 (sql-postgres-options): New variable.
10475
104762000-09-05 Alex Schroeder <alex@gnu.org>
10477
10478 * sql.el (sql-mode-menu): Work around missing variable mark-active
10479 in XEmacs.
10480 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10481 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10482 compatibility.
10483
104842000-09-04 Gerd Moellmann <gerd@gnu.org>
10485
10486 * vc.el (vc-dired-resynch-file): Add autoload cookie.
10487
10488 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10489
10490 * Makefile.in (DONTCOMPILE): Fix typo in file name.
10491
104922000-09-04 Andre Spiegel <spiegel@gnu.org>
10493
10494 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10495 don't support anything else under SCCS yet.
10496
10497 * vc-hooks.el: Minor doc fixes.
10498
104992000-09-04 Andre Spiegel <spiegel@gnu.org>
10500
10501 * vc.el (vc-next-action-on-file): Do not visit the file if it's
10502 not necessary. If verbose in state `needs-patch', do the same as
10503 under `up-to-date'. When NOT verbose and `needs-patch', check out
10504 latest version instead of `merge-news'.
10505 (vc-next-action-dired): Don't mess with default-directory here; it
10506 breaks other parts of dired. It is the job of the
10507 backend-specific functions to adjust it temporarily if they need it.
10508 (vc-next-action): Remove a special CVS case.
10509 (vc-clear-headers): New optional arg FILE.
10510 (vc-checkin, vc-checkout): Set properties vc-state and
10511 vc-checkout-time properly.
10512 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10513 (vc-print-log): Use new backend function `show-log-entry'.
10514 (vc-cancel-version): Do the checks in a different order. Added a
10515 FIXME concerning RCS-only code.
10516
10517 * vc-rcs.el (vc-rcs-show-log-entry): New function.
10518 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10519
10520 * vc-cvs.el (vc-cvs-show-log-entry): New function.
10521
10522 * vc-hooks.el (vc-default-mode-line-string): Show state
10523 `needs-patch' as a `-' too.
10524
105252000-09-04 Andre Spiegel <spiegel@gnu.org>
10526
10527 * vc.el (vc-responsible-backend): New optional arg REGISTER.
10528 (vc-default-could-register): New function.
10529 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10530 (vc-resynch-buffer): Call vc-dired-resynch-file.
10531 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10532 vc-resynch-buffer instead of vc-resynch-window.
10533 (vc-next-action-dired): Don't redisplay here, that gets done as a
10534 result of the individual file operations.
10535 (vc-retrieve-snapshot): Corrected prompt order.
10536
10537 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10538
10539 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
10540 as well.
10541 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
10542 hostname regexps. Updated all callers.
10543 (vc-cvs-responsible-p): Handle directories as well.
10544 (vc-cvs-could-register): New function.
10545 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
10546 properties up-to-date.
10547
10548 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
10549 user whether to create one.
10550
105512000-09-04 Andre Spiegel <spiegel@gnu.org>
10552
10553 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
10554 check out a non-existing file.
10555
10556 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
10557 workfile does not exist.
10558
10559 * vc.el (vc-version-diff): Use `require' to check for existence of
10560 diff-mode.
10561
105622000-09-04 Andre Spiegel <spiegel@gnu.org>
10563
10564 * vc-cvs.el (vc-cvs-registered): Use new function
10565 vc-cvs-parse-entry to do the actual work.
10566
105672000-09-04 Andre Spiegel <spiegel@gnu.org>
10568
10569 * vc-hooks.el (vc-find-backend-function): If function doesn't
10570 exist, return nil instead of error.
10571 (vc-call-backend): Doc fix.
10572
10573 * vc.el (vc-do-command): Doc fix.
10574 (vc-finish-logentry): When checking in from vc-dired, choose the
10575 right backend for logentry check.
10576 (vc-dired-mode-map): Inherit from dired-mode-map.
10577 (vc-dired-mode): Local value of dired-move-to-filename-regexp
10578 simplified.
10579 (vc-dired-state-info): Removed, updated caller.
10580 (vc-default-dired-state-info): Use parentheses instead of hyphens.
10581 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
10582 (vc-dired-listing-switches): New variable.
10583 (vc-directory): Use it, instead of dired-listing-switches.
10584
10585 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
10586 (vc-cvs-dir-state): New function.
10587 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
10588 (vc-cvs-parse-entry): New function, also to be used in
10589 vc-cvs-registered.
10590
105912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10592
10593 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
10594 *or* single-window-frames.
10595
105962000-09-04 Andre Spiegel <spiegel@gnu.org>
10597
10598 * vc.el (vc-update-changelog): Split into generic part and default
10599 implementation. Doc string adapted.
10600 (vc-default-update-changelog): New function. Call the `rcs2log'
10601 script in exec-directory, to fix a long-standing nuisance.
10602
10603 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
10604 simply signals an error.
10605
106062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10607
10608 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
10609 control-flow more clear and to avoid running `cvs' twice.
10610
10611 * vc.el (vc-next-action-on-file): Doc fix.
10612 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
10613 (vc-print-log): Eval `file' before constructing the continuation.
10614
106152000-09-04 Andre Spiegel <spiegel@gnu.org>
10616
10617 * vc.el (vc-next-action-on-file): Corrected several messages.
10618 (vc-merge): Add prefix arg `merge-news'; handle it.
10619
10620 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
10621 is not reached. It is.
10622 (vc-cvs-merge): Set state to 'edited after merge.
10623 (vc-cvs-merge-news): Set workfile version to nil if not known.
10624 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
10625
10626 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
10627 via stdout. (Merge from main line.)
10628
106292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10630
10631 * vc.el (vc-finish-logentry): Thinko in the "same comment"
10632 detection.
10633
106342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10635
10636 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
10637 against kill-all-local-variables.
10638 (vc-log-edit): Don't save vc-parent-buffer any more.
10639 (vc-last-comment-match): Initialize to an empty string.
10640 (vc-post-command-functions): New hook.
10641 (vc-do-command): Run it.
10642 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
10643 (vc-finish-logentry): Only add the comment to the ring if it's
10644 different from the last comment entered.
10645 (vc-new-comment-index): New function.
10646 (vc-previous-comment): Use it. Make the minibuffer message
10647 slightly less terse.
10648 (vc-comment-search-reverse): Make it work forward as well. Don't
10649 set vc-comment-ring-index if no match is found. Use
10650 vc-new-comment-index.
10651 (vc-comment-search-forward): Use vc-comment-search-reverse.
10652 (vc-dired-mode-map): Don't inherit from dired-mode-map since
10653 define-derived-mode will do it for us. Bind `v' to a keymap that
10654 inherits from vc-prefix-map so that we can bind `vt' without
10655 binding C-x v t.
10656 (vc-retrieve-snapshot): Parenthesis typo.
10657
10658 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
10659 to 1. Make sure to switch to *vc* before looking for an error
10660 message. Use vc-parse-buffer.
10661
106622000-09-04 Andre Spiegel <spiegel@gnu.org>
10663
10664 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
10665 and NAME.
10666 (vc-retrieve-snapshot): Split into two parts.
10667 (vc-default-retrieve-snapshot): New function.
10668
10669 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
10670 (vc-cvs-retrieve-snapshot): New function (untested).
10671 (vc-cvs-stay-local): Default to t.
10672 (vc-cvs-remote-p): New function and property.
10673 (vc-cvs-state): Stay local only if the above is t.
10674 (vc-handle-cvs): Removed.
10675 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
10676 done via vc-handled-backends now.
10677 (vc-cvs-header): Escape Id.
10678
106792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10680
10681 * vc.el (vc-do-command): Remove unused commands.
10682 (vc-version-diff): Make sure default-directory ends with a slash.
10683 Move the window commands into a vc-exec-after.
10684 (vc-print-log): Move more of the code into the `vc-exec-after'.
10685
106862000-09-04 Andre Spiegel <spiegel@gnu.org>
10687
10688 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
10689 (vc-print-log): Search current revision from beginning of buffer.
10690 (vc-revert-buffer): Clear echo area after the diff is finished.
10691 (vc-prefix-map): Removed definition of "t" for terse display in vc
10692 dired.
10693 (vc-dired-mode-map): Inherit from dired-mode-map. Added
10694 definition of "vt" for terse display.
10695 (vc-dired-mode): Fix dired-move-to-filename-regexp.
10696
106972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10698
10699 * vc.el (vc-exec-after): Avoid caddr.
10700
107012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10702
10703 * vc.el (vc-exec-after): New function.
10704 (vc-do-command): Use it to add a termination message for async
10705 procs.
10706 (vc-checkout): Try to handle a missing-backend situation.
10707 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
10708 of a directory with a backend using async diffs.
10709 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
10710 present.
10711
10712 * vc-sccs.el (vc-sccs-state-heuristic): Use
10713 file-ownership-preserved-p.
10714
10715 * vc-rcs.el (vc-rcs-state-heuristic): Use
10716 file-ownership-preserved-p.
10717 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
10718
107192000-09-04 Andre Spiegel <spiegel@gnu.org>
10720
10721 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
10722 vc-do-command.
10723
10724 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
10725 when there are no changes.
10726
107272000-09-04 Andre Spiegel <spiegel@gnu.org>
10728
10729 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
10730
10731 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
10732
107332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10734
10735 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
10736
10737 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
10738 the `fset' outside of the defvar so that it works even if
10739 vc-prefix-map was already defined.
10740 (vc-setup-buffer): New function, split out of vc-do-command.
10741 (vc-do-command): Allow BUFFER to be t to mean `just use the
10742 current buffer without any fuss'.
10743 (vc-version-diff): Change the `diff' backend operation to just put
10744 the diff in the current buffer without erasing it. Always use
10745 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
10746 shrink-window-if-larger-than-buffer.
10747 (vc-print-log): Change the `print-log' backend operation to just
10748 put the log in the current buffer without erasing it. Protect
10749 shrink-window-if-larger-than-buffer.
10750 (vc-update-change-log): Fix setd typo.
10751
10752 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
10753 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
10754
10755 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
10756 (vc-rcs-diff): Insert in the current buffer and remove unused arg
10757 CMP.
10758
10759 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
10760 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
10761 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
10762
107632000-09-04 Andre Spiegel <spiegel@gnu.org>
10764
10765 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
10766 not possible, use vc-BACKEND-workfile-unchanged-p.
10767 (vc-default-workfile-unchanged-p): New function. Delegates to a
10768 full vc-BACKEND-diff.
10769
10770 * vc-hooks.el (vc-simple-command): Removed.
10771
10772 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
10773 instead of vc-simple-command.
10774 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
10775 avoid doing a diff when opening a file.
10776 (vc-rcs-state): Added check for unlocked-changes.
10777 (vc-rcs-header): Escape Id.
10778 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
10779 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
10780 version.
10781
10782 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
10783 (vc-sccs-diff): Remove optional arg CMP.
10784 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
10785 SCCS-specific function.
10786
10787 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
10788 vc-simple-command.
10789
107902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10791
10792 * vc.el (vc-editable-p): Renamed from vc-writable-p.
10793 (with-vc-file, vc-merge): Use vc-editable-p.
10794 (vc-do-command): Remove unused var vc-file and fix the
10795 doubly-defined `status' var. Add a user message when starting an
10796 async command.
10797 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
10798 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
10799 Use with-current-buffer.
10800 (vc-buffer-sync): Use unless.
10801 (vc-next-action-on-file): If the file is 'edited by read-only,
10802 make it read-write instead of trying to commit.
10803 (vc-version-diff, vc-update-change-log): Use `setq
10804 default-directory' rather than `cd'.
10805 (vc-log-edit): Don't forget to set default-directory in the
10806 buffer.
10807
10808 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
10809 (vc-sccs-state-heuristic): Use file-writable-p instead of
10810 comparing userids.
10811 (vc-sccs-checkout): Use `unless'.
10812
10813 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
10814 of comparing userids.
10815 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
10816 Simplify the logic by eliminating unreachable code.
10817 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
10818 just do a recursive call if we need to retry.
10819 (vc-rcs-checkout): Handle the case where rcs is missing by making
10820 the buffer read-write if requested and re-signalling the error.
10821
10822 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
10823
108242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10825
10826 * vc-hooks.el (vc-handled-backends): Docstring change.
10827 (vc-ignore-vc-files): Mark obsolete.
10828 (vc-registered): Check vc-ignore-vc-files.
10829 (vc-find-file-hook, vc-file-not-found-hook): Don't check
10830 vc-ignore-vc-files.
10831
10832 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
10833
108342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10835
10836 * vc.el (vc-checkout): Don't do anything special for ange-ftp
10837 files since ange-ftp already has vc-registered return nil.
10838
10839 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
10840 (vc-sccs-workfile-version): Use with-temp-buffer and new
10841 vc-parse-buffer and don't bother setting the property.
10842 (vc-sccs-add-triple): Use with-current-buffer and
10843 find-file-noselect.
10844 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
10845
10846 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
10847 derives from the old vc-parse-buffer but uses the revision number
10848 rather than the date (much easier to compare robustly).
10849 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
10850 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
10851 locking-user more directly. Check strict locking and set
10852 checkout-model appropriately.
10853 (vc-rcs-parse-locks): Remove.
10854 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
10855 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
10856 (vc-rcs-system-release): Use with-current-buffer and
10857 vc-parse-buffer.
10858 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
10859
10860 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
10861 (vc-simple-command): Docstring fix.
10862 (vc-registered): Align the way the file-handler is called with the
10863 way the function itself works.
10864 (vc-file-owner): Remove.
10865
10866 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
10867 extraction of fields and call to file-attributes because of a
10868 temporary bug in rcp.el.
10869 (vc-cvs-fetch-status): Use with-current-buffer.
10870
108712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10872
10873 * vc.el (vc-do-command): Use file-relative-name.
10874 (vc-responsible-backend): Use vc-backend if possible.
10875 (vc-create-snapshot): Improve the `interactive' spec. Add support
10876 for branches and dispatch to backend-specific `create-snapshot'.
10877 (vc-default-create-snapshot): New function, containing the bulk of
10878 the old vc-create-snapshot.
10879 (vc-retrieve-snapshot): Improve the interactive spec.
10880
10881 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
10882 (vc-backend-hook-functions): Remove.
10883 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
10884 (vc-backend): Reintroduce the test for `file = nil' now that I
10885 know why it was there (and added a comment to better remember).
10886
10887 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
10888 code from vc-sccs-hooks.el.
10889 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
10890 'vc anymore.
10891 (vc-sccs-responsible-p): Use expand-file-name instead of concat
10892 and file-directory-p instead of file-exists-p.
10893 (vc-sccs-check-headers): Simplify the regexp.
10894
10895 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
10896 from vc-rcs-hooks.el. Don't require 'vc anymore.
10897 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
10898 file-directory-p instead of file-exists-p.
10899
10900 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
10901 from vc-cvs-hooks.el.
10902 (proto vc-cvs-registered): Require 'vc-cvs instead of
10903 'vc-cvs-hooks. Don't require 'vc anymore.
10904 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
10905 file-directory-p instead of file-exists-p.
10906 (vc-cvs-create-snapshot): New function, replacing
10907 vc-cvs-assign-name.
10908 (vc-cvs-assign-name): Remove.
10909
109102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10911
10912 * vc-cvs.el (vc-cvs-header): New var.
10913
10914 * vc-rcs.el (vc-rcs-exists): Remove.
10915 (vc-rcs-header): New var.
10916
10917 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
10918 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
10919 (vc-sccs-header): New var.
10920
10921 * vc.el (vc-do-command): Get rid of the `last' argument.
10922 (vc-header-alist): Remove, replaced by vc-X-header.
10923 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
10924 (vc-dired-hook): Use expand-file-name instead of concat.
10925 (vc-directory): Use file-name-as-directory.
10926 (vc-snapshot-precondition, vc-create-snapshot)
10927 (vc-retrieve-snapshot): Allow the command to operate on any
10928 directory.
10929
10930 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
10931 just removing the 'WORKFILE argument or by removing the 'MASTER
10932 argument and replacing `file' with (vc-name file).
10933
109342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10935
10936 * vc.el: Update Copyright and add a crude list of backend funs.
10937 (vc-writable-p): New function.
10938 (with-vc-file): Use vc-writable-p.
10939 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
10940 (vc-register): Avoid vc-name.
10941 (vc-locking-user): Remove.
10942 (vc-steal-lock): Make the `owner' arg non-optional.
10943 (vc-merge): Use vc-writable-p instead of vc-locking-user and
10944 vc-checkout-model.
10945 (vc-default-dired-state-info): Use vc-state instead of
10946 vc-locking-user and return special strings for special states.
10947 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
10948 and get rid of one of the special CVS cases.
10949 (vc-cancel-version): prettify error message with \\[...].
10950 (vc-rename-master): New function.
10951 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
10952 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
10953 the CVS special case generic.
10954 (vc-default-record-rename): Remove.
10955 (vc-file-tree-walk-internal): Only call FUNC for files that are
10956 under control of some VC backend and replace `concat' with
10957 expand-file-name.
10958 (vc-file-tree-walk): Update docstring.
10959 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
10960 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
10961
10962 * vc-sccs.el (vc-sccs-rename-file): Renamed from
10963 vc-sccs-record-rename. Use `find-file-noselect' rather than
10964 `find-file' and call `vc-rename-master' to do the actual move.
10965 (vc-sccs-diff): Remove unused `backend' variable.
10966
10967 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
10968 to delay loading of vc-sccs until it is really used.
10969 (vc-sccs-master-templates): Preload.
10970 (vc-sccs-state): Update call to vc-sccs-parse-locks.
10971 (vc-sccs-project-dir): Remove (merged into
10972 vc-sccs-search-project-dir).
10973 (vc-sccs-search-project-dir): Rewrite using file name handling ops
10974 rather than `concat', make sure it is preloaded and don't bother
10975 to check that the file actually exists.
10976 (vc-sccs-parse-locks): Remove unused `file' argument, remove
10977 `locks' argument (use buffer's content instead) and eliminate n^2
10978 behavior.
10979
10980 * vc-rcs.el: Update Copyright.
10981 (vc-rcs-rename-file): New function.
10982 (vc-rcs-diff): Remove unused `backend' variable.
10983
10984 * vc-hooks.el: Update Copyright.
10985 (vc-backend): Don't accept a nil argument any more.
10986 (vc-up-to-date-p): Turn into a defsubst.
10987 (vc-possible-master): New function.
10988 (vc-check-master-templates): Use `vc-possible-master' and allow
10989 funs in vc-X-master-templates to return a non-existent file.
10990
10991 * vc-cvs.el: Update Copyright.
10992 (vc-cvs-diff): Remove unused `backend' variable.
10993 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
10994
10995 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
10996
109972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10998
10999 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11000 since it can be called from vc-rcs.el.
11001 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11002
110032000-09-04 Andre Spiegel <spiegel@gnu.org>
11004
11005 * vc.el (vc-version-diff): Expand file name read from the
11006 minibuffer. Handle the case when a previous version number can't
11007 be guessed. Give suitable messages when there were no differences
11008 found.
11009 (vc-clear-headers): Call backend-specific implementation, if one
11010 exists.
11011 (vc-cancel-version): Made error checks generic. When done, clear
11012 headers generically, too.
11013
11014 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11015 from vc-clear-headers in vc.el.
11016
11017 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11018 correctly.
11019 (vc-rcs-latest-on-branch-p): Made second argument VERSION
11020 optional. Handle the case when it's not there.
11021
110222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11023
11024 * vc.el (vc-locking-user): Moved from vc-hooks.el.
11025
110262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11027
11028 * vc-hooks.el (vc-loadup): Remove.
11029 (vc-find-backend-function): Use `require'. Also, handle the case
11030 where vc-BACKEND-hooks.el doesn't exist.
11031 (vc-call-backend): Cleanup.
11032
110332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11034
11035 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11036 vc-rcs-grab-templates)
11037 (vc-rcs-registered): Remove. The default function works as well.
11038 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11039 vc-sccs-grab-templates)
11040 (vc-sccs-registered): Remove. The default function works as well.
11041
11042 * vc.el (vc-version-diff): Left out a vc- in call to
11043 vc-call-backend.
11044 (vc-default-dired-state-info, vc-default-record-rename)
11045 (vc-default-merge-news): Update for the new backend argument.
11046
11047 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11048 using the default function.
11049 (vc-call-backend): If calling the default function, pass it the
11050 backend as first argument. Update the docstring accordingly.
11051 (vc-default-state-heuristic, vc-default-mode-line-string): Update
11052 for the new backend argument.
11053 (vc-make-backend-sym): Renamed from vc-make-backend-function.
11054 (vc-find-backend-function): Use the new name.
11055 (vc-default-registered): New function.
11056
110572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11058
11059 * vc.el (vc-merge): Use vc-find-backend-function.
11060
11061 * vc-hooks.el (vc-backend-functions): Remove.
11062 (vc-loadup): Don't setup 'vc-functions.
11063 (vc-find-backend-function): New function.
11064 (vc-call-backend): Use above fun and populate 'vc-functions
11065 lazily.
11066 (vc-backend-defines): Remove.
11067
110682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11069
11070 * vc.el (vc-register): Put a FIXME note for a newly found bug.
11071 Call vc-call-backend without the leading vc-.
11072 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11073 (vc-check-headers): Call vc-call-backend without the leading vc-.
11074 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11075 (vc-annotate-display): Replace confusing use of `cond' with `or'.
11076 Call vc-call-backend without the leading vc-.
11077
11078 * vc-cvs.el (tail): Provide vc-cvs.
11079 * vc-sccs.el (tail): Provide vc-sccs.
11080 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11081
11082 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11083 (vc-make-backend-function, vc-call): Pass names without leading
11084 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11085 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11086 (vc-call-backend): Always try to load vc-X-hooks.
11087 (vc-registered): Remove vc- in call to vc-call-backend.
11088
110892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11090
11091 * vc.el (vc-process-filter): New function.
11092 (vc-do-command): Setup `vc-process-filter' for the async process.
11093 (vc-maybe-resolve-conflicts): New function to reduce
11094 code-duplication. Additionally, it puts the buffer in
11095 `smerge-mode' if applicable.
11096 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11097 calling `merge-news'.
11098 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11099 (vc-log-edit): New function. Replacement for `vc-log-mode' by
11100 interfacing to log-edit.el.
11101 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11102 log-edit is available.
11103 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11104
111052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11106
11107 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11108 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11109 defvar and the initialization.
11110 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11111
11112 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11113 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11114
11115 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11116
111172000-09-04 Andre Spiegel <spiegel@gnu.org>
11118
11119 * vc.el (vc-file-clear-masterprops): Removed.
11120 (vc-checkin, vc-revert-buffer): Removed calls to the above.
11121 (vc-version-diff): Use buffer-size without argument.
11122 (vc-register): Heed vc-initial-comment.
11123
11124 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11125 default branch.
11126
11127 * vc-rcs.el (vc-rcs-register): Parse command output to find master
11128 file name and workfile version.
11129 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11130
11131 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11132 vc-file-clear-masterprops.
11133
11134 * vc-sccs.el (vc-sccs-checkout): Removed call to
11135 vc-file-clear-masterprops. If writable, set vc-state to 'edited
11136 rather than user login name.
11137
11138
111392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11140
11141 * vc.el (vc-workfile-unchanged-p): Remove unused argument
11142 `want-differences-if-changed' and simplify.
11143 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11144 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11145 output (which is invalid for async vc-diff) to decide whether to
11146 do the revert silently or not.
11147
111482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11149
11150 * vc-hooks.el (vc-loadup): Load files quietly.
11151 (vc-call-backend): Oops, brain fart.
11152
111532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11154
11155 * vc-cvs.el (vc-cvs-state): Typo.
11156 (vc-cvs-merge-news): Return the status code rather than the error msg.
11157
111582000-09-04 Andre Spiegel <spiegel@gnu.org>
11159
11160 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11161 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11162 vc-state or vc-up-to-date-p.
11163 (vc-merge): Use vc-backend-defines to check whether merging is
11164 possible. Set state to 'edited after successful merge.
11165
11166 * vc-hooks.el (vc-locking-user): If locked by the calling user,
11167 return that name. Redocumented.
11168
111692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11170
11171 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11172 new `vc-state' semantics.
11173 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11174 'vc-locking-user to the current user.
11175 (vc-merge): Inline vc-backend-merge. Comment out code that I
11176 don't understand and hence can't adapt to the new `vc-state' and
11177 `vc-locking-user' semantics.
11178 (vc-backend-merge): Remove.
11179
11180 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11181 rather than 'vc-locking-user.
11182
11183 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11184
11185 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11186 (vc-state): Don't use 'reserved any more. Just use the same
11187 convention as the one used for vc-<backend>-state where the
11188 locking user (as a string) is returned.
11189 (vc-locking-user): Update, based on the above convention. The
11190 'vc-locking-user property has disappeared.
11191 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11192
11193 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11194 with a heuristic one.
11195 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11196 (vc-cvs-checkin): Do a trivial parse to set the state in case of
11197 error. That allows us to get to 'needs-merge even in the
11198 stay-local case. There's still no way to detect 'needs-patch in
11199 such a setup (or to force an update for that matter).
11200 (vc-cvs-logentry-check): Remove, the default works as well.
11201
112022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11203
11204 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11205
11206 * vc.el (vc-do-command): kill-all-local-variables, to reset any
11207 major-mode in which the buffer might have been put earlier. Use
11208 `remove' and `when'. Allow `okstatus' to be `async' and use
11209 `start-process' in this case.
11210 (vc-version-diff): Handle the case where the diff looks empty
11211 because of the use of an async process.
11212
112132000-09-04 Andre Spiegel <spiegel@gnu.org>
11214
11215 * vc.el (vc-next-action-on-file): Removed optional parameter
11216 `simple'. Recompute state unconditionally.
11217 (vc-default-toggle-read-only): Removed.
11218
11219 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11220 (vc-toggle-read-only): Undid prev change.
11221
11222 * vc-cvs.el (vc-cvs-stay-local): Renamed from
11223 vc-cvs-simple-toggle. Redocumented.
11224 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11225 (vc-cvs-toggle-read-only): Removed.
11226
112272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11228
11229 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11230 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11231 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11232 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
11233 still is. So maybe it should be removed.
11234 (vc-head-version, vc-find-binary): Remove.
11235 (vc-recompute-state): Move from vc-hooks.el.
11236 (vc-next-action-on-file): Add a `simple' argument to allow
11237 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11238 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11239 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11240 (vc-dired-mode-map): Properly defvar it.
11241 (vc-print-log): Call log-view-mode if available.
11242 (small-temporary-file-directory): defvar instead of use boundp.
11243 (vc-merge-news): Moved to vc-cvs.el.
11244 (vc-default-merge-news): New function.
11245
11246 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11247 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11248 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11249 unknown `vc-latest-version' function. It should probably refer to
11250 vc-workfile-version or somesuch, but it's very unclear to me and I
11251 don't have SCCS to test things.
11252
11253 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11254 (vc-sccs-state-heuristic): Fix typo.
11255 (vc-sccs-workfile-unchanged-p): Add missing argument.
11256
11257 * vc-rcs.el: Require vc and vc-rcs-hooks.
11258 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11259 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11260 (vc-release-greater-or-equal-p): Move from vc.
11261 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11262 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11263 (vc-rcs-checkout): Add a missing `new-version' argument in the
11264 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
11265
11266 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11267 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11268 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11269 than the apparently unbound `workfile-version'.
11270
11271 * vc-hooks.el (vc-master-templates): Def the obsolete var.
11272 (vc-file-prop-obarray): Use `make-vector'.
11273 (vc-backend-functions): Add new hookable functions
11274 vc-toggle-read-only, vc-record-rename and vc-merge-news.
11275 (vc-loadup): If neither backend nor default functions exist, use
11276 the backend function rather than nil.
11277 (vc-call-backend): If the function if not bound yet, try to load
11278 the non-hook file to see if it provides it.
11279 (vc-call): New macro plus use it wherever possible.
11280 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11281 nor `vc-find-binary' since it's only called from
11282 vc-mistrust-permission which is only used once the backend is known.
11283 (vc-checkout-model): Fix parenthesis.
11284 (vc-recompute-state, vc-prefix-map): Move to vc.el.
11285
11286 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11287 (vc-cvs-release, vc-cvs-system-release): Remove.
11288 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11289 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11290 status symbols.
11291 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11292 (vc-cvs-toggle-read-only): First cut at a function to allow a
11293 cvs-status-free vc-toggle-read-only.
11294 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11295 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11296 vc-cvs-status. Also set vc-state rather than vc-locking-user.
11297 (vc-cvs-checkout): Modify access rights directly if the user
11298 requested not to use `cvs edit'. And refresh the mode line.
11299
11300 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11301 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11302
113032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11304
11305 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
11306 workfile' that got lost when the code was extracted from vc.el.
11307 And merged the tail with the rest of the code (not possible in the
11308 old vc.el where the tail was shared among all backends). And
11309 explicitly set the state to 'edited if `writable' is set.
11310
11311 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11312 (vc-cvs-state): Be careful to return the value from
11313 vc-cvs-parse-state.
11314 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
11315 property but return it instead. Also be careful to handle a nil
11316 or "" `rev' when workfile is non-nil (it was handled properly when
11317 workfile was nil).
11318
11319 * vc.el: Removed those pesky unnecessary `(function' quotes.
11320 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11321 directly in the defvar.
11322 (vc-do-command): Bind inhibit-read-only so as to properly handle
11323 the case where the destination buffer has been made read-only.
11324 (vc-diff): Delegate to vc-version-diff in all cases.
11325 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11326 (vc-annotate-mode-variables): Removed (code moved partly to
11327 defvars and partly to vc-annotate-add-menu).
11328 (vc-annotate-mode): Turned into a derived-mode.
11329 (vc-annotate-add-menu): Moved in code in
11330 vc-annotate-mode-variables.
11331 (vc-update-change-log): Use make-temp-file if available.
11332
113332000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
11334
11335 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11336 `vc-checkout-model' updated to `vc-cvs-update-model'.
11337
113382000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11339
11340 * vc.el (vc-next-action-on-file): Added handling of state
11341 `unlocked-changes'.
11342 (vc-checkout-carefully): Is now practically obsolete, unless the
11343 above is too slow to be enabled unconditionally.
11344 (vc-update-change-log): Fixed typo.
11345
11346 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11347
11348 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11349 Now handles state `unlocked-changes'.
11350 (vc-sccs-workfile-unchanged-p): New function, to support the above.
11351
11352 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11353
11354 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11355 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
11356 `unlocked-changes'.
11357 (vc-rcs-workfile-unchanged-p): Renamed from
11358 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
11359 function yet, but supposed to become one soon.
11360
11361 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11362 `vc-steal-lock'.
11363 (vc-call-backend): Changed error message.
11364 (vc-state): Added description of state `unlocked-changes'.
11365
113662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11367
11368 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11369 always return t in CVS-controlled directories.
11370
11371 * vc.el (vc-responsible-backend): New function.
11372 (vc-register): Largely rewritten.
11373 (vc-admin): Removed (implementation moved into vc-register).
11374 (vc-checkin): Redocumented.
11375 (vc-finish-logentry): If no backend defined yet (because we are in
11376 the process of registering), use the responsible backend.
11377
11378 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11379 Updated function lists.
11380 (vc-call-backend): Fixed typo.
11381
11382 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11383 New functions.
11384 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11385 Removed query option. Redocumented.
11386
113872000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11388
11389 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11390
11391 * vc.el: Updated callers of `vc-checkout-required' to use
11392 `vc-checkout-model'.
11393
113942000-09-04 Martin Lorentzson <martinl@gnu.org>
11395
11396 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
11397 stuff updated to reference this function instead of the old
11398 `vc-backend-release-p'.
11399
114002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11401
11402 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11403 vc-checkout-model. Return appropriate values. Updated callers.
11404
114052000-09-04 Martin Lorentzson <martinl@gnu.org>
11406
11407 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11408 (vc-backend-revert): Function moved into `vc-revert';
11409 `vc-next-action' must be updated to accomodate this change.
11410 (vc-backend-steal): Function moved into `vc-finish-steal'.
11411 (vc-backend-logentry-check): Function moved into
11412 `vc-finish-logentry'.
11413 (vc-backend-printlog): Function moved into `vc-print-log'.
11414 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11415 (vc-backend-assign-name): Function moved into
11416 `vc-create-snapshot'.
11417
114182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11419
11420 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11421 Rename to vc-checkout-model. Return appropriate values.
11422 Update callers.
11423
11424 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11425 to vc-checkout-model.
11426 (vc-checkout-required): Rename to vc-checkout-model.
11427 Re-implement and re-comment.
11428 (vc-after-save): Use vc-checkout-model.
11429
114302000-09-04 Martin Lorentzson <martinl@gnu.org>
11431
11432 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11433 Update to use the vc-BACKEND-diff functions instead.
11434 `vc-diff' is now working.
11435
11436 * vc-rcs.el (vc-rcs-logentry-check): New function.
11437
11438 * vc-cvs.el (vc-cvs-logentry-check): New function.
11439
11440 * vc-sccs.el (vc-sccs-diff): Function changed name from
11441 `vc-backend-diff'. This makes `vc-diff' work.
11442
11443 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11444 of functions possibly implemented in a vc-BACKEND library.
11445 (vc-checkout-required): Fix bug that caused an error to be
11446 signaled during `vc-after-save'.
11447
11448 * vc.el: Fix typo.
11449 This checkin is made with our new VC code base for the very first time.
11450 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11451
11452 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11453 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11454
11455 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11456 updated to `vc-uses-locking'.
11457 (vc-checkout-required): Call to backend function.
11458 `vc-checkout-required' updated to `vc-uses-locking' instead.
11459
11460 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11461 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11462
11463 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11464 to match the split into various backends.
11465 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
11466 (vc-retrieve-snapshot): Bug fix.
11467
114682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11469
11470 * vc-sccs.el (vc-sccs-release): Doc fix.
11471
114722000-09-04 Martin Lorentzson <martinl@gnu.org>
11473
11474 * vc.el (vc-next-action-on-file): Bug found and fixed.
11475 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11476 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11477
11478 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11479 (vc-rcs-checkout): Name space cleaned up. No more revision number
11480 crunching function names that are not prefixed with vc-rcs.
11481 (vc-rcs-checkout-model): Function added. References to
11482 `vc-checkout-model' replaced.
11483
114842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11485
11486 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11487 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
11488 still need to be split, and implemented for RCS).
11489
114902000-09-04 Martin Lorentzson <martinl@gnu.org>
11491
11492 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11493
11494 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11495 required by the vc.el file.
11496
11497 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11498 required by the vc.el file.
11499 (vc-rcs-exists): Function added.
11500
11501 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11502 required by the vc.el file.
11503
11504 * vc.el (vc-admin): Updated to handle selection of appropriate
11505 backend. Current implementation is crufty and need re-thinking.
11506
11507 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11508
115092000-09-04 Martin Lorentzson <martinl@gnu.org>
11510
11511 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11512 beginning of annotate buffers correctly.
11513
11514 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11515 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11516 functionality updated quite a lot to support multiple backends.
11517 Variables `vc-annotate-mode', `vc-annotate-buffers',
11518 `vc-annotate-backend' added.
11519
11520 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11521 `vc-annotate-difference' added to supported backend functions.
11522
115232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11524
11525 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
11526 Use with-temp-file instead of /bin/sh. Merged from mainline
11527
115282000-09-04 Martin Lorentzson <martinl@gnu.org>
11529
11530 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11531
11532 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11533
11534 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11535
115362000-09-04 Martin Lorentzson <martinl@gnu.org>
11537
11538 * vc-hooks.el: vc-state-heuristic added to
11539 vc-backend-hook-functions.
11540
11541 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
11542
11543 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
11544
11545 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
11546 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
11547 state to `reserved'.
11548
11549 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
11550 `vc-checkout-required'. Rename the `locked' state to `reserved'.
11551
115522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11553
11554 * vc-rcs-hooks.el: Implement new state model. Hardly anything
11555 untouched.
11556
11557 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
11558
11559 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
11560 if defined. (Merged from main line, slightly adapted.)
11561
11562 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
11563 millenium problem (merged from mainline).
11564
115652000-09-04 Martin Lorentzson <martinl@gnu.org>
11566
11567 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
11568 part and moved the non-BACKEND stuff to vc.el.
11569
11570 * vc.el: Split the annotate feature into a BACKEND specific part
11571 and moved it from the vc-cvs.el file to this one.
11572
115732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11574
11575 * vc-hooks.el: Implement new state model.
11576 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
11577 (vc-locking-user): Simplify. Now only needed if the file is
11578 locked by somebody else.
11579 (vc-lock-from-permissions): Remove. Functionality is in
11580 vc-sccs-hooks.el and vc-rcs-hooks.el now.
11581 (vc-mode-line-string): New name for former vc-status. Adapted.
11582 (vc-mode-line): Adapt to use the above. Remove optional parameter.
11583
11584 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
11585 Various simplifications and adaptations all over the place.
11586
11587 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
11588 Simplify and adapt the rest.
11589
11590 * vc.el (vc-resynch-window): Add TODO comment: check for
11591 interaction with view mode according to recent RCS change.
11592 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
11593
115942000-09-04 Martin Lorentzson <martinl@gnu.org>
11595
11596 * vc.el: Convert the remaining function comments to docstrings.
11597
115982000-09-04 Martin Lorentzson <martinl@gnu.org>
11599
11600 * vc.el (vc-backend-release, vc-release-greater-or-equal)
11601 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
11602 (vc-minor-part, vc-previous-version): Functions that operate and
11603 compare revision numbers got proper documentation. Comments added
11604 about their possible removal.
11605
116062000-09-04 Martin Lorentzson <martinl@gnu.org>
11607
11608 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
11609 the vc-backend.el files.
11610
11611 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
11612
11613 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
11614 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
11615 (vc-rcs-previous-version): Functions added.
11616
11617 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
11618
11619 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
11620
116212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11622
11623 * vc-hooks.el (vc-master-templates): Is really obsolete.
11624 Comment out the definition for now. What is the right procedure
11625 to get rid of it?
11626 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
11627 rewritten.
11628 (vc-default-registered): Remove.
11629 (vc-check-master-templates): New function; does mostly what the
11630 above did before.
11631 (vc-locking-user): Don't rely on the backend to set the property.
11632
11633 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
11634 Rewrite documentation.
11635 (vc-rcs-templates-grabbed): New variable.
11636 (vc-rcs-grab-templates): New function.
11637 (vc-rcs-registered): Rewrite to use above mechanism.
11638
11639 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
11640 Rewrite documentation.
11641 (vc-sccs-templates-grabbed): New variable.
11642 (vc-sccs-grab-templates): New function.
11643 (vc-sccs-registered): Rewrite to use above mechanism.
11644 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
11645 Don't throw the result, simply return it.
11646
11647 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
11648 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
11649 (vc-cvs-registered): Does the check itself now. Simplify.
11650
11651 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
11652 from main line.
11653
116542000-09-04 Martin Lorentzson <martinl@gnu.org>
11655
11656 * vc-cvs.el (vc-cvs-diff): New function.
11657
11658 * vc-sccs.el (vc-sccs-diff): New function.
11659
11660 * vc-rcs.el (vc-rcs-diff): New function.
11661 (vc-rcs-checkout): Bug (typo) found and fixed.
11662 (vc-rcs-register-switches): New variable.
11663
11664 * vc.el (vc-backend-diff): Function removed and placed in the
11665 backend files.
11666
116672000-09-04 Martin Lorentzson <martinl@gnu.org>
11668
11669 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
11670
11671 * vc.el (vc-backend-checkout): Function removed and replaced in
11672 the vc-backend.el files.
11673
11674 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
11675
11676 * vc.el (vc-backend-admin): Removed and replaced in the
11677 vc-backend.el files.
11678
11679 * vc.el (Martin): Removed all the annotate functionality since it
11680 is CVS backend specific.
11681
116822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11683
11684 * spec.txt: Added specification of vc-state.
11685
11686 * vc-sccs-hooks.el (vc-sccs-master-properties):
11687 Remove handling of vc-latest-version and
11688 vc-your-latest-version. What used to be vc-latest-version, is now
11689 returned as vc-workfile-version.
11690 (vc-sccs-workfile-version): Adapt.
11691
116922000-09-04 Dave Love <fx@gnu.org>
11693
11694 * vc.el: [Merged from mainline.]
11695 (vc-dired-mode): Make the dired-move-to-filename-regexp
11696 regexp match the date, to avoid treating date as file size.
11697 Add YYYY S option to WESTERN/
11698
116992000-09-04 Dave Love <fx@gnu.org>
11700
11701 * vc.el: Require `compile' when compiling.
11702 (vc-logentry-check-hook): New option.
11703 (vc-steal-lock): Use compose-mail.
11704 (vc-dired-mode-map): Defvar when compiling.
11705 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
11706 vc-sccs.el and renamed. Callers changed.
11707 (vc-backend-checkout, vc-backend-logentry-check)
11708 (vc-backend-merge-news): Doc fix.
11709 (vc-default-logentry-check): New function.
11710 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
11711 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
11712 (vc-backend-merge): Doc fix. Use backend functions.
11713 (vc-check-headers): Use backend functions.
11714
11715 * vc-cvs.el: Require vc when compiling.
11716 (vc-cvs-register-switches): Doc fix.
11717 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
11718 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
11719 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
11720 New functions (code from vc.el).
11721 (vc-annotate-display-default): Fix interactive spec.
11722 (vc-annotate-time-span): Doc fix.
11723
11724 * vc-rcs.el: Require vc when compiling.
11725 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
11726 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
11727 (vc-rcs-checkin): New functions (code from vc.el).
11728 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
11729 Doc fix.
11730 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
11731
11732 * vc-sccs.el: Require vc when compiling.
11733 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
11734 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
11735 (vc-sccs-revert)
11736 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
11737 from vc.el).
11738 (vc-sccs-add-triple, vc-sccs-record-rename)
11739 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
11740 (vc-sccs-admin): Doc fix.
11741
117422000-09-04 Martin Lorentzson <martinl@gnu.org>
11743
11744 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
11745 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
11746 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
11747 from vc.el.
11748
11749 * vc-sccs.el (vc-admin-sccs): Added from vc.el
11750
11751 * vc-cvs.el: Moved the annotate functionality from vc.el.
11752 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
11753
117542000-09-04 Dave Love <fx@gnu.org>
11755
11756 * vc.el (vc-backend-release): Call vc-system-release.
11757
11758 * vc-sccs.el (vc-sccs-system-release):
11759 Renamed from vc-sccs-backend-release.
11760
11761 * vc-rcs.el (vc-rcs-system-release):
11762 Renamed from vc-rcs-backend-release.
11763
11764 * vc-cvs.el (vc-cvs-system-release):
11765 Renamed from vc-cvs-backend-release.
11766
117672000-09-04 Dave Love <fx@gnu.org>
11768
11769 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
11770 backend files.
11771 (vc-backend-release): Dispatch to backend functions.
11772 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
11773 probably needs attention.]
11774
11775 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
11776 (vc-sccs-backend-release): New function.
11777
11778 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
11779 (vc-cvs-backend-release): New function.
11780
11781 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
11782 Doc fix.
11783 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
11784 (vc-default-dired-state-info): New function.
11785 (vc-dired-state-info): Dispatch to backends.
11786 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
11787
11788 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
11789 from vc.el and renamed.
11790
117912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11792
11793 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
11794 (vc-version-other-window, vc-backend-assign-name): Removed
11795 references to vc-latest-version; sometimes changed into
11796 vc-workfile-version.
11797
11798 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
11799 vc-rcs-master-workfile-version.
11800 (vc-rcs-workfile-version): Use the above. Don't call
11801 vc-latest-version (that was unreachable code, anyway).
11802 (vc-rcs-fetch-master-properties): Doc fix.
11803
11804 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
11805 (vc-backend-hook-functions): Removed them from this list, too.
11806 (vc-fetch-properties): Removed.
11807 (vc-workfile-version): Doc fix.
11808
11809 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
11810 (vc-rcs-workfile-version, vc-rcs-locking-user)
11811 (vc-rcs-uses-locking): Use it.
11812
11813 * vc-hooks.el (vc-consult-rcs-headers):
11814 Moved into vc-rcs-hooks.el, under the name
11815 vc-rcs-consult-headers.
11816
11817 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
11818 headers.
11819 (vc-cvs-find-master): Use this name only; correct different
11820 versions of the name.
11821
11822 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
11823 New functions.
11824 (vc-sccs-locking-user): Use the latter.
11825
11826 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
11827 New functions.
11828
11829 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
11830 Moved into both
11831 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
11832 functions are implementation details of those two backends.
11833
118342000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11835
11836 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
11837 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
11838
11839 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
11840 (vc-sccs-parse-locks): SCCS-specific code moved here from
11841 vc-hooks.
11842
11843 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
11844 code moved here from vc-hooks.
11845
11846 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
11847 into back-end specific parts and removed. Callers not updated
11848 yet; because I guess these callers will disappear into back-end
11849 specific files anyway.
11850
118512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11852
11853 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
11854 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
11855 `vc-uses-locking'.
11856
11857 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
11858 Store yes/no in the property, and return t/nil. Updated all
11859 callers.
11860
11861 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
11862 vc-sccs-uses-locking. Don't set property.
11863 (vc-sccs-locking-user): Don't set property.
11864
11865 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
11866 vc-cvs-uses-locking. Don't set property here; leave that to
11867 vc-hooks.
11868 (vc-cvs-locking-user): Reflect above change. Streamlined.
11869
11870 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
11871 vc-rcs-uses-locking.
11872 (vc-rcs-locking-user): Reflect above change.
11873
118742000-09-04 Dave Love <fx@gnu.org>
11875
11876 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
11877
11878 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
11879
11880 * vc-hooks.el (vc-checkout-model): Punt to backends.
11881
11882 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
11883
11884 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
11885
11886 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
11887 New functions.
11888
11889 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
11890 New functions.
11891
11892 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
11893 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
11894
11895 * vc-hooks.el (vc-default-locking-user): New function.
11896 (vc-locking-user, vc-workfile-version): Punt to backends.
11897
118982000-09-04 Dave Love <fx@gnu.org>
11899
11900 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
11901 (vc-master-workfile-version): Moved from vc-hooks.
11902
11903 * vc-rcs-hooks.el: Fix duplicate code in last change.
11904
11905 * vc-rcs-hooks.el: Require vc-hooks when compiling.
11906 (vc-rcs-master-templates): Improve :type.
11907 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
11908 vc-master-workfile-version): Moved from vc-hooks.
11909
11910 * vc-sccs-hooks.el: Require vc-hooks when compiling.
11911 (vc-sccs-master-templates): Improve :type.
11912 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
11913
11914 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
11915
11916 * vc-cvs-hooks.el: Require vc-hooks when compiling.
11917 (vc-cvs-master-templates): Improve :type. Use
11918 vc-cvs-find-cvs-master.
11919 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
11920 from vc-hooks.
11921 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
11922
11923 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
11924 Moved to vc-cvs-hooks.
11925
11926 * vc-hooks.el: Add doc strings in various places. Simplify the
11927 minor mode setup.
11928 (vc-handled-backends): New user variable.
11929 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
11930 simplification.
11931
119322000-09-04 Dave Love <fx@gnu.org>
11933
11934 * vc.el: Some doc fixes for autoloaded and interactive functions.
11935 Fix compilation warnings from ediff stuff.
11936 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
11937
11938 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
11939
11940 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
11941
11942 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
11943
119442000-09-04 Dave Love <fx@gnu.org>
11945
11946 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11947 New variable.
11948 (vc-make-backend-function, vc-loadup, vc-call-backend)
11949 (vc-backend-defines): New functions.
11950
11951 * vc-hooks.el: Various doc fixes.
11952 (vc-default-back-end, vc-follow-symlinks): Custom fix.
11953 (vc-match-substring): Function removed. Callers changed to use
11954 match-string.
11955 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
11956 Simplify.
11957
119582000-09-04 Dave Love <fx@gnu.org>
11959
11960 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
11961 type.
11962 (vc-sccs-project-dir, vc-search-sccs-project-dir)
11963 (vc-sccs-registered): Doc fix.
11964
11965 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
11966 (vc-cvs-registered): Doc fix.
11967
11968 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
11969 (vc-rcs-registered): Doc fix.
11970
119712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11972
11973 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
11974
11975 * vc-hooks.el: vc-registered has been renamed
11976 vc-default-registered. Some functions have been moved to the
11977 backend specific files. they all support the
11978 vc-BACKEND-registered functions.
11979
119802000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11981
11982 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
11983
11984 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
11985
119862000-09-04 Dave Love <fx@gnu.org>
11987
11988 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
11989 menu-bar-update-hook.
11990
11991 * help.el (help-manyarg-func-alist): Add
11992 find-operation-coding-system.
11993
11994 * wid-edit.el (widget-sexp-validate): Fix garbled code.
11995
11996 * custom.el (custom-set-variables): Print message about errors in
11997 setting.
11998
119992000-09-03 Andrew Innes <andrewi@gnu.org>
12000
12001 * makefile.w32-in: Change to DOS line endings.
12002
120032000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12004
12005 * mouse.el (mouse-popup-menubar): Supply the prompt string for
12006 minor-mode keymaps, if they don't have one.
12007
120082000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12009
12010 * eshell/esh-module.el (eval-when-compile): Don't lose if
12011 esh-module.el's file name is truncated to DOS 8+3 limits.
12012
120132000-09-01 John Wiegley <johnw@gnu.org>
12014
12015 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12016 predicate, which caused entries in the completion list to be
12017 doubled.
12018
120192000-08-30 John Wiegley <johnw@gnu.org>
12020
12021 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12022 sending to subprocesses. Also, hook pre-command-hook if
12023 `eshell-send-direct-to-subprocesses' is non-nil.
12024 (eshell-send-direct-to-subprocesses): New config variable. If t,
12025 subprocess input is send immediately.
12026 (eshell-toggle-direct-send): New function.
12027 (eshell-self-insert-command): New function.
12028 (eshell-intercept-commands): New function.
12029 (eshell-send-input): If direct subprocess sending is enabled,
12030 don't echo any input to the Eshell buffer. Let the subprocess
12031 handle that. This requires "stty echo" in bash, for example.
12032
120332000-08-28 John Wiegley <johnw@gnu.org>
12034
12035 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12036 completion function for Eshell's implementation of `unset'.
12037
120382000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12039
12040 * info.el (Info-directory-list): Doc fix.
12041
120422000-08-31 Peter Breton <pbreton@ne.mediaone.net>
12043
12044 * filecache.el (file-cache-add-directory-using-find): Don't quote
12045 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12046
120472000-08-31 Kenichi Handa <handa@etl.go.jp>
12048
12049 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12050 coding systems.
12051
120522000-08-30 Andrew Innes <andrewi@gnu.org>
12053
12054 * timer.el (run-with-idle-timer): Undo last change, so that timer
12055 is not activated immediately if Emacs is already idle. Some
12056 existing code relies on this behaviour.
12057
120582000-08-30 Miles Bader <miles@gnu.org>
12059
12060 * frame.el (set-frame-font): Do completion of font-name for
12061 interactive use.
12062
120632000-08-30 Kenichi Handa <handa@etl.go.jp>
12064
12065 * international/quail.el (quail-start-translation): Bind locally
12066 last-command-event, last-command, and this-command.
12067 (quail-start-conversion): Likewise.
12068 (quail-self-insert-command): Fix docstring.
12069
120702000-08-29 Gerd Moellmann <gerd@gnu.org>
12071
12072 * progmodes/executable.el
12073 (executable-make-buffer-file-executable-if-script-p): Check that
12074 buffer contains at least 2 characters.
12075
120762000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
12077
12078 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12079
120802000-08-29 Dave Love <fx@gnu.org>
12081
12082 * diff-mode.el (diff-mode) <defgroup>: Add :version.
12083 (diff-mode-shared-map): Bind mouse-2.
12084 (diff-imenu-generic-expression): New variable.
12085 (diff-mode): Use it.
12086
12087 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12088 (mouse-popup-menubar): Add minor mode menus.
12089 (popup-menu): Check for lookup-key returning number.
12090
120912000-08-29 Miles Bader <miles@gnu.org>
12092
12093 * comint.el (comint-send-input): Create overlays using the proper
12094 front/read-advance arguments.
12095
120962000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12097
12098 * ps-print.el: Even/odd pages printing. Doc fix.
12099 (ps-print-version): New version number (6.0).
12100 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12101 (ps-background, ps-begin-file, ps-begin-job): Code fix.
12102 (ps-print-duplex-feature): Variable eliminated.
12103 (ps-even-or-odd-pages): New variable.
12104
12105 * progmodes/ebnf2ps.el: Doc fix.
12106 (ebnf-version): New version (3.3).
12107 (ebnf-user-arrow): Change variable customization to sexp.
12108 (ebnf-user-arrow): Function eliminated.
12109 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12110
121112000-08-29 Kenichi Handa <handa@etl.go.jp>
12112
12113 * help.el (help-xref-mule-regexp): New variable.
12114 (help-make-xrefs): Handle help-xref-mule-regexp.
12115
12116 * international/mule-cmds.el (help-xref-mule-regexp-template): New
12117 variable.
12118 (describe-input-method): Temporarily activate the specfied input
12119 method to display the information.
12120 (describe-language-environment): Hyperlinks to mule related items.
12121
12122 * international/mule-diag.el (charset-multibyte-form-string): New
12123 function.
12124 (list-character-sets-1): Use charset-multibyte-form-string.
12125 (describe-character-set): New function.
12126 (describe-coding-system): Hyperlinks to safe character sets.
12127
12128 * international/quail.el (quail-help): New arg PACKAGE.
12129 Hyperlinks to mule related items.
12130 (quail-help-insert-keymap-description): Use
12131 substitute-command-keys instead of describe-bindings.
12132 (quail-translation-help): Hyperlinks to mule related items.
12133
121342000-08-28 John Wiegley <johnw@gnu.org>
12135
12136 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12137 have a defsubst call itself. Made `eshell-flatten-list' back into
12138 a function again.
12139
12140 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12141 catch, in case re-centering point at bottom messes up the display.
12142 This happens frequently in Emacs 21, due I believe to variable
12143 line heights.
12144
12145 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12146 to call `find-tag-interactive'.
12147
12148 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12149 the list of remember directories.
12150
121512000-08-28 John Wiegley <johnw@gnu.org>
12152
12153 * align.el: Test align-region-separate to see if it's a symbol.
12154
121552000-08-28 John Wiegley <johnw@gnu.org>
12156
12157 * eshell/esh-util.el (eshell-flatten-list): Made this function
12158 into a defsubst form. It gets used very frequently, although
12159 calls don't occur all that often.
12160
12161 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12162 examining it.
12163
12164 * eshell/esh-cmd.el (eshell-rewrite-while-command):
12165 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12166 `eshell-protect'.
12167 (eshell-copy-handles): Created a new macro for duplicating the
12168 current set of open handles. This is needed by the looping
12169 functions.
12170 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12171 is not incorrectly stomped on.
12172
12173 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12174 declaration for pcomplete-use-paring.
12175 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12176 value of eshell-cmpl-use-paring.
12177 * pcomplete.el (pcomplete-use-paring): New config variable, to
12178 indicate whether paring should be used.
12179 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12180 completion alternatives that have already been used.
12181
12182 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12183 bound to C-c C-y, which will repeat the previous N arguments
12184 (based on prefix argument).
12185 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12186
12187 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12188 if there is no *Help* buffer. This is for XEmacs, which renames
12189 its help buffers uniquely. TODO: Find out what the current buffer
12190 name to delete is.
12191
12192 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12193 first entry that correlates to a passwd/group number. Later
12194 entries (used for group/user name aliasing to multiple IDs) are
12195 ignored.
12196
12197 * eshell/em-xtra.el (eshell/expr):
12198 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12199 (eshell-grep, eshell/diff, eshell/locate):
12200 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12201 argument list, before passing it to the system command.
12202
12203 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12204 `find-tag' for use at final position in Eshell buffers (which
12205 otherwise triggers an error on Emacs 21).
12206 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12207 buffer, if it is currently bound to `find-tag'.
12208
12209 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12210 in the list of matched Makefile names.
12211 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12212 directory, prefer its contents to Makefile.
12213
12214 * eshell/em-dirs.el (eshell/cd): cd commands that look up
12215 directory parts (like "cd old new", or "cd =regexp"), are now case
12216 sensitive on non-Windows/DOS platforms.
12217
12218 * eshell/esh-mode.el (eshell-parse-command-input): When a user
12219 types RET after an open delimiter (like "), display a message
12220 indicating that Eshell is waiting for the closing delimiter.
12221
12222 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12223 environment variables.
12224
12225 * eshell/em-unix.el (eshell/diff): Added logic to fail more
12226 gracefully if the user enters incorrect arguments.
12227
12228 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12229 Eshell buffers.
12230
12231 * eshell/esh-var.el (eshell-interpolate-variable):
12232 * eshell/esh-mode.el (eshell-move-argument):
12233 * eshell/em-unix.el (eshell-du-sum-directory):
12234 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12235 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12236 (not (= ...)).
12237
12238 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12239 to ensure the `preserve' flag gets propagated when doing recursive
12240 directory copies.
12241
122422000-08-28 Stefan Monnier <monnier@cs.yale.edu>
12243
12244 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12245 Don't convert \n into \0177 in memory.
12246 (eshell-read-history, eshell-write-history): Convert \n to \0177,
12247 and back again, when reading and writing.
12248
122492000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
12250
12251 * eshell/esh-util.el (eshell-processp): Added to relieve constant
12252 testing of `fboundp' on `processp'.
12253
12254 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12255 (eshell/jobs): Don't call process-list if it is not bound.
12256 (eshell-gather-process-output): Support systems where async
12257 subprocesses aren't supported.
12258 (eshell-scratch-buffer, eshell-last-sync-output-start): New
12259 variables.
12260
12261 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12262 eshell-do-eval returns t.
12263 (eshell-do-pipelines-synchronously): New defmacro.
12264 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12265 when async subprocesses aren't supported.
12266 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
12267 if async subprocesses aren't supported.
12268 (eshell-resume-command): Don't assume STATUS is a string.
12269
12270 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12271
12272 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12273 (eshell-close-target, eshell-get-target): Use eshell-processp.
12274 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12275 fix.
12276 (eshell-get-target, eshell-create-handles): Doc fix.
12277
122782000-08-28 Miles Bader <miles@lsi.nec.co.jp>
12279
12280 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12281 criterion to include commands that output something, as long as it
12282 leaves both the command and the end-of-buffer visible when the
12283 command has exited.
12284 (eshell-review-quick-commands): Adjust the help doc string
12285 accordingly.
12286
122872000-08-28 Peter Breton <pbreton@ne.mediaone.net>
12288
12289 * locate.el (locate): Cleaned up locate command's interactive prompting
12290 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12291
12292 * filecache.el (file-cache-case-fold-search): New variable
12293 (file-cache-assoc-function): New variable
12294 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12295 Use file-cache-case-fold-search variable
12296 (file-cache-add-file): Use file-cache-assoc-function
12297 (file-cache-delete-file): likewise
12298 (file-cache-directory-name): likewise
12299 (file-cache-debug-read-from-minibuffer): likewise
12300
123012000-08-28 Gerd Moellmann <gerd@gnu.org>
12302
12303 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12304 (abbrev-table-name): New function.
12305 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12306 If non-nil list local abbrev, only.
12307
123082000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
12309
12310 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12311 from Gnus support code, and use special article copy buffer
12312 `(gnus-original-article-buffer)' instead. This allows to get rid
12313 of article-hide-headers usage (which breaks in the latest Gnus
12314 version). Thanks to Detlev Zundel.
12315
123162000-08-28 Kenichi Handa <handa@etl.go.jp>
12317
12318 * international/quail.el (quail-use-package): Hide "... loaded"
12319 message.
12320 (quail-start-translation, quail-start-conversion): Likewise.
12321
12322 * international/kkc.el (kkc-region): Hide "... loaded" message.
12323
123242000-08-27 Dave Love <fx@gnu.org>
12325
12326 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12327
123282000-08-27 Miles Bader <miles@gnu.org>
12329
12330 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12331
123322000-08-27 Kenichi Handa <handa@etl.go.jp>
12333
12334 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12335 'ja-dic-cnv), not (require 'skkdic-cnv).
12336
123372000-08-26 Miles Bader <miles@gnu.org>
12338
12339 * faces.el (face-x-resources): Add entry for :inherit.
12340 * cus-face.el (custom-face-attributes): Add support for :inherit
12341 attribute. Add support for relative face heights.
12342 (custom-face-attributes-get): Treat `nil' as being a default value
12343 for :inherit (as well as `unspecified').
12344
12345 * faces.el (set-face-attribute): Update doc string.
12346 (face-attribute-name-alist): Add :inherit.
12347 (face-valid-attribute-values): Handle :inherit.
12348 (face-read-string): Rephrase prompt to be less confusing.
12349 Assume that DEFAULT is a string, since we must return a string.
12350 (face-read-integer): Use `format' to turn DEFAULT into an
12351 acceptable default for face-read-string. Match NEW-VALUE against
12352 the string "unspecified", not the symbol `unspecified', since
12353 that's what face-read-string returns.
12354 (read-face-attribute): Lookup a name for old-value in valid, and
12355 use it as a default if we find one. Treat all values from
12356 face-read-string as strings. If the default is used, don't do any
12357 more processing on the value, just use the old value directly.
12358 (read-face-and-attribute, modify-face): Tweak prompt.
12359 (read-face-name): Don't assume prompt ends with a space.
12360
12361 * faces.el (describe-face): Add support for :inherit attribute.
12362
123632000-08-25 Kenichi Handa <handa@etl.go.jp>
12364
12365 * terminal.el (terminal-emulator): Fix args to `concat'. Now
12366 concat doesn't accept interger.
12367
12368 * international/kkc.el: Remove SKK from Keywords. Require
12369 ja-dic-utl instead of skkdic-utl.
12370
12371 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12372 Provide ja-dic-cnv instead of skkdic-cnv.
12373 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
12374 (iso-2022-7bit-short): Add safe-charsets property.
12375 (skkdic-convert-postfix): Search Japanese chou-on character in
12376 addition to Hiragana character.
12377 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12378 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12379 (batch-skkdic-convert): Likewise.
12380
12381 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12382 Provide ja-dic-utl instead of skkdic-utl.
12383 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12384
123852000-08-24 Dave Love <fx@gnu.org>
12386
12387 * disp-table.el (standard-display-default): Make the test of `l'
12388 useful.
12389
12390 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12391 mod sample text.
12392
12393 * international/iso-ascii.el: Make pilcrow convenient string
12394 consistent with section.
12395 (iso-ascii-display): Set up multibyte characters as well as
12396 unibyte.
12397
123982000-08-24 Kenichi Handa <handa@etl.go.jp>
12399
12400 * international/mule-cmds.el (reset-language-environment): Set
12401 default-process-coding-system to '(undecided . iso-latin-1), which
12402 makes process I/O almost consistent with file I/O. Call this
12403 function when mule-cmds.el[c] is loaded.
12404
124052000-08-22 Andrew Innes <andrewi@gnu.org>
12406
12407 * makefile.w32-in: New file.
12408
124092000-08-22 Miles Bader <miles@lsi.nec.co.jp>
12410
12411 * comint.el (comint-output-filter): Compare end of
12412 comint-last-output-overlay with the start of the newly inserted
12413 text, not the end, when deciding whether to extend it.
12414 Set saved-point's insertion type to advance after insertion.
12415
12416 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12417 since this is now done independently of font-lock mode.
12418
124192000-08-21 Gerd Moellmann <gerd@gnu.org>
12420
12421 * server.el (server-kill-new-buffers): New user option.
12422 (server-existing-buffer): New buffer-local variable.
12423 (server-visit-files): When using an existing buffer, set
12424 server-existing-buffer to t.
12425 (server-buffer-done): If server-kill-new-buffers is t, kill the
12426 buffer, unless it was already present before visiting it with
12427 Emacs server.
12428
124292000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
12430
12431 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12432 even if the display doesn't support colors: some displays will
12433 support bold/underline faces.
12434
124352000-08-21 Gerd Moellmann <gerd@gnu.org>
12436
12437 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12438
12439 * startup.el (command-line): If user's init file had an error,
12440 add explanatory text to *Messages*.
12441
124422000-08-21 Kenichi Handa <handa@etl.go.jp>
12443
12444 * man.el (Man-getpage-in-background): Decode the process output by
12445 the system locale coding system.
12446
124472000-08-20 Dave Love <fx@gnu.org>
12448
12449 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12450 Don't test x-popup-menu.
12451 (function) <complete-function>: Complete only fbound symbols.
12452 <validate, value>: New.
12453 (variable) <complete-function>: Complete only bound symbols.
12454 (coding-system): Add :base-only, :complete-function, :validate,
12455 :value, :prompt-match.
12456 (widget-coding-system-prompt-value): Use read-coding-system and
12457 act on :base-only.
12458 (editable-field): Add :help-echo.
12459 (widget-push-button-gui, widget-push-button-cache)
12460 (widget-gui-action, widget-editable-list-gui): COmment out, along
12461 with uses.
12462 (widget-at): Make arg optional.
12463 (widget-echo-help): Adjust for current help-echo calling sequence.
12464 (widget-specify-field, widget-specify-button)
12465 (widget-specify-insert, widget-get-sibling, widget-image-find)
12466 (widget-convert, widget-insert, widget-leave-text)
12467 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12468 (widget-setup, widget-field-find, widget-before-change)
12469 (widget-after-change, widget-default-complete)
12470 (widget-default-create, widget-default-delete)
12471 (widget-push-button-value-create, editable-field)
12472 (widget-field-prompt-value, widget-field-validate)
12473 (widget-choice-value-create, widget-choice-action)
12474 (widget-choice-validate, widget-checklist-add-item)
12475 (widget-radio-add-item, widget-radio-chosen)
12476 (widget-radio-value-inline, widget-editable-list-value-create)
12477 (widget-editable-list-entry-create)
12478 (widget-documentation-link-add)
12479 (widget-documentation-string-value-create)
12480 (widget-regexp-validate, widget-file-complete)
12481 (widget-sexp-validate, widget-plist-convert-widget)
12482 (widget-plist-convert-widget, widget-alist-convert-widget)
12483 (widget-alist-convert-widget, widget-color-complete): Simplify,
12484 particularly to avoid bindings which aren't optimized out.
12485
12486 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12487 Doc fix.
12488 (down-list, backward-up-list, up-list, kill-sexp)
12489 (backward-kill-sexp, mark-sexp): Make arg optional.
12490 (lisp-complete-symbol): Add optional arg PREDICATE.
12491
12492 * cus-start.el: Add display-buffer-reuse-frames,
12493 file-coding-system-alist.
12494
124952000-08-20 Gerd Moellmann <gerd@gnu.org>
12496
12497 * startup.el (command-line): Clear realized faces after
12498 modifying TTY color mappings.
12499
125002000-08-20 Miles Bader <miles@gnu.org>
12501
12502 * faces.el (face-attr-match-p): Don't return true if ATTRS are
12503 merely a subset of FACE's attributes.
12504
125052000-08-19 Miles Bader <miles@gnu.org>
12506
12507 * comint.el (comint-output-filter): Save the point with a marker,
12508 not just a buffer position.
12509
12510 * international/mule.el (set-buffer-process-coding-system): Make
12511 interactive prompt less confusing.
12512
125132000-08-19 Gerd Moellmann <gerd@gnu.org>
12514
12515 * hilit-chg.el: General cleanup of doc strings, comments and
12516 code formatting.
12517
125182000-08-19 Miles Bader <miles@gnu.org>
12519
12520 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12521 Compiler macro removed; beginning-of-line is no longer always
12522 equivalent to forward-line, in the presence of fields.
12523
12524 * comint.el (comint-output-filter): Remove ad-hoc saving of
12525 restriction, and just use save-restriction, now that it works
12526 correctly. Don't adjust comint-last-input-start to account for
12527 our insertion; it shouldn't have moved because we don't use
12528 insert-before-markers anymore. Comment out call to
12529 `force-mode-line-update'; why is it here?
12530
12531 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12532 while checking for prompt to delete. Use `forward-line 0'
12533 instead of beginning-of-line.
12534 (gud-filter): Temporarily widen gud comint buffer while
12535 examining output.
12536
125372000-08-18 Stefan Monnier <monnier@cs.yale.edu>
12538
12539 * progmodes/sh-script.el: Big bag of typos.
12540
12541 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
12542 check since ispell-process is not bound when ispell is not yet loaded.
12543
125442000-08-18 Dave Love <fx@gnu.org>
12545
12546 * image.el (find-image): Copy `spec' before using plist-put.
12547
125482000-08-18 Gerd Moellmann <gerd@gnu.org>
12549
12550 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
12551 `portugues'.
12552
12553 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
12554 backward-kill-sexp, analogous to kill-sexp.
12555
12556 * progmodes/icon.el (icon-indent-line)
12557 (icon-is-continuation-line): Handle comments specially.
12558
125592000-08-17 Ken Stevens <k.stevens@ieee.org>
12560
12561 * ispell.el: Set to standard author/maintainer/keyword fields.
12562 Fine tuning to menu map appearance and operation, and added help.
12563 Remove `start' and `end' error messages when compiling.
12564 (ispell-choices-win-default-height): Fixed comment string.
12565 (ispell-dictionary-alist-1): Fixed regexp in castellano and
12566 castellano8 dictionaries.
12567 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
12568 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
12569 dictionary, added italiano dictionary.
12570 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
12571 word character
12572 (ispell-tex-skip-alists): Added psfig support.
12573 (ispell-skip-html): Renamed from ispell-skip-sgml.
12574 (ispell-begin-skip-region-regexp, ispell-skip-region)
12575 (ispell-minor-check): Improved html skipping support to skip across
12576 code, and recognize `&' commands without propper `;' syntax;
12577 (ispell-process-line): Fix alignment error when manually
12578 correcting spelling.
12579 (ispell): Fix comment string.
12580 (ispell-add-per-file-word-list): Always put word list on new line.
12581
125822000-08-17 Gerd Moellmann <gerd@gnu.org>
12583
12584 * format.el (format-encode-run-method): Fix error message to say
12585 `encode' instead of `decode'. Use save-window-excursion around
12586 shell-command-on-region as in format-decode-run-method because
12587 shell-command-on-region can display a buffer with error output.
12588 (format-decode): Don't record undo information for the decoding.
12589 (format-annotate-function): Add parameter FORMAT-COUNT. Make
12590 that number part of the temporary buffer name so that more than
12591 one decoding using a temporary buffer can happen safely.
12592
12593 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
12594 of `A-z' in the regexp.
12595
12596 * hilit-chg.el: Fix typos in commentary.
12597
12598 * help.el (view-emacs-news): Rewritten for new naming scheme
12599 for old NEWS files.
12600
12601 * startup.el (command-line): Pop to *Messages* in case an error
12602 is signaled while loading user-init-file.
12603
126042000-08-17 Andreas Schwab <schwab@suse.de>
12605
12606 * files.el (insert-directory): Don't lose original file name,
12607 undoing an undocumented change.
12608
126092000-08-17 Alex Schroeder <alex@gnu.org>
12610
12611 * sql.el (sql-magic-go): Use comint-bol.
12612 (sql-copy-column): Use comint-line-beginning-position.
12613 (comint-line-beginning-position): Define a replacement for
12614 comint-line-beginning-position if it is not fboundp.
12615
126162000-08-17 Alex Schroeder <alex@gnu.org>
12617
12618 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
12619 it didn't have any effect anyway.
12620
126212000-08-17 Alex Schroeder <alex@gnu.org>
12622
12623 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
12624 --pset and pager=off instead of sending \\o|cat at the beginning
12625 of the session.
12626
126272000-08-17 Miles Bader <miles@gnu.org>
12628
12629 * progmodes/octave-inf.el: Add compatibility definition of
12630 comint-line-beginning-position.
12631
126322000-08-17 Kenichi Handa <handa@etl.go.jp>
12633
12634 * startup.el (normal-top-level): Look in each dir in load-path for
12635 a leim-list.el file too. This assures of loading leim-list.el
12636 that is created at Emacs installation time even if a user have his
12637 own leim-list.el.
12638
126392000-08-17 Miles Bader <miles@gnu.org>
12640
12641 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
12642 foreground color to black if the background is dark.
12643
126442000-08-16 Stefan Monnier <monnier@cs.yale.edu>
12645
12646 * loadhist.el (unload-feature): Typo.
12647
12648 * finder.el (finder-compile-keywords):
12649 * cus-dep.el (custom-make-dependencies): Add local-variable settings
12650 to the generated file.
12651
12652 * mail/mh-e.el (mh-make-local-vars):
12653 Replace make-variable-buffer-local with make-local-variable.
12654
12655 * play/landmark.el:
12656 * options.el (Edit-options-{set,toggle,t,nil}):
12657 * mail/mailabbrev.el (mail-abbrevs-mode):
12658 * textmodes/tex-mode.el (tex-expand-files):
12659 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
12660
12661 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
12662
12663 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
12664 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
12665 Allow going past the last element.
12666 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
12667 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
12668 (cvs-mouse-toggle-mark): Don't move point.
12669 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
12670
12671 * progmodes/compile.el (grep): Provide a default set of files.
12672 (next-error): Docstring fix.
12673 (compilation-find-file): Avoid find-file (fails in a dedicated window).
12674
12675 * emacs-lisp/easy-mmode.el (define-minor-mode):
12676 Use `symbol-value' to keep the byte-compiler quiet.
12677
12678 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
12679 (diff-find-source-location): New fun, extracted from diff-goto-source.
12680 (diff-goto-source): Use it.
12681 (diff-next-complex-hunk, diff-filter-lines): New function.
12682 (diff-apply-hunk): New command.
12683
12684 * smerge-mode.el (smerge-mode-menu): Doc fix.
12685
12686 * msb.el (msb-mode): Define it in terms of define-minor-mode.
12687
126882000-08-16 Dave Love <fx@gnu.org>
12689
12690 * windmove.el (windmove) <defgroup>: Add :version.
12691
12692 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
12693 (goto-address-fontify-p, goto-address-highlight-p)
12694 (goto-address-url-face, goto-address-url-mouse-face)
12695 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
12696 (goto-address-url-regexp): Use thing-at-point-url-regexp.
12697 (goto-address-fontify, goto-address-at-mouse): Simplify,
12698 (goto-address-at-point): browse-url-url-at-point,
12699 goto-address-find-address-at-point can return nil.
12700 (goto-address-find-address-at-point): Return nil on failure.
12701
12702 * align.el (align) <defgroup>: Add :version.
12703
12704 * calculator.el (calculator): Add :version.
12705 (calculator): Use two lines for calculator window if `modeline'
12706 face is boxed.
12707
12708 * play/5x5.el: Doc fixes.
12709 (5x5) <defgroup>: Add :version.
12710
12711 * play/fortune.el (fortune) <defgroup>: Add :version.
12712 (fortune-append): Fix error message.
12713 (fortune-from-region): Doc fix.
12714
12715 * play/pong.el (pong): Doc fix.
12716
12717 * play/morse.el: Keywords, commentary, autoloads.
12718
127192000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
12720
12721 * desktop.el (desktop-save): Don't look at symbol-value of a
12722 member of minor-mode-alist, unless it is boundp.
12723
127242000-08-16 Sam Steingold <sds@gnu.org>
12725
12726 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
12727 `while'; use `with-current-buffer' instead of `save-excursion'.
12728 Removed unnecessary kludges now that "*Buffer List*" is excluded.
12729
127302000-08-16 Kenichi Handa <handa@etl.go.jp>
12731
12732 * international/ccl.el (declare-ccl-program): Docstring modified.
12733 (ccl-execute-with-args): Likewise.
12734
127352000-08-16 Miles Bader <miles@gnu.org>
12736
12737 * progmodes/sql.el: Add compatibility definition of
12738 comint-line-beginning-position.
12739
127402000-08-15 Gerd Moellmann <gerd@gnu.org>
12741
12742 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
12743 'buffer-menu' property.
12744 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
12745 fails.
12746 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
12747 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
12748 wasn't killed.
12749
12750 * buff-menu.el (list-buffers-noselect): Don't display the
12751 *Buffer List* buffer.
12752
12753 * font-lock.el: Require jit-lock to prevent a very late
12754 `Loading jit-lock' message.
12755
12756 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
12757 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
12758 mail address.
12759
127602000-08-15 Miles Bader <miles@gnu.org>
12761
12762 * textmodes/ispell.el (ispell-graphic-p): New constant.
12763 (ispell-choices-win-default-height, ispell-help): Use
12764 `ispell-graphic-p' instead of `xemacsp'.
12765
127662000-08-15 Dave Love <fx@gnu.org>
12767
12768 * simple.el: Autoload widget-convert when compiling.
12769 (mail-user-agent): Doc fix.
12770
12771 * help.el (function-called-at-point, variable-at-point): Use
12772 with-syntax-table.
12773 (help-manyarg-func-alist): Add insert-and-inherit.
12774
12775 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
12776
12777 * delsel.el (delsel-unload-hook): New function.
12778
12779 * find-file.el: Doc fixes. Move provide to end.
12780 (ff) <defgroup>: Add :link.
12781 (ff-goto-click): Deleted.
12782 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
12783 Use mouse-set-point.
12784
12785 * textmodes/tildify.el: Doc fixes.
12786 (tildify) <defgroup>: Add:version.
12787
12788 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
12789 (glasses-custom-set): Use set-default, not set.
12790 (minor-mode-alist): Propertize the lighter.
12791 (glasses-mode): Provide optional arg.
12792
12793 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
12794 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
12795 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
12796 option. Provide :type.
12797 (cwarn-configuration): Provide :type.
12798 (cwarn-mode): Doc fix.
12799
12800 * add-log.el (change-log-merge): Doc fix.
12801 (change-log-redate): New command.
12802
12803 * net/browse-url.el (browse-url-filename-alist): Add a clause for
12804 Doze and Dog.
12805 (browse-url): Use dolist, not mapcar.
12806 (browse-url-at-point): Check for null url.
12807 (browse-url-event-buffer, browse-url-event-point): Functions
12808 deleted.
12809 (browse-url-at-mouse, browse-url-netscape): Simplify.
12810
12811 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
12812 modes.
12813 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
12814 Fix previous change to mapcan.
12815 (msb--init-file-alist, msb--add-separators)
12816 (msb--make-keymap-menu): Simplify.
12817 (msb--choose-file-menu): Use copy-sequence.
12818 (msb-mode-map): Add title to keymap.
12819 (msb-unload-hook): New function.
12820
12821 * bs.el: Fix indentation.
12822 (bs) <defgroup>: Add :links.
12823 (bs-show): Doc fix.
12824 (bs-apply-sort-faces): Don't use window-system.
12825 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
12826
128272000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
12828
12829 * calendar/timeclock.el (timeclock-file): Run .timelog through
12830 convert-standard-filename.
12831
128322000-08-14 Gerd Moellmann <gerd@gnu.org>
12833
12834 * emacs-lisp/authors.el: New file.
12835
12836 * paren.el (show-paren-priority): New user option.
12837 (show-paren-function): Set overlay priorities to
12838 show-paren-priority.
12839
128402000-08-14 Miles Bader <miles@gnu.org>
12841
12842 * comint.el (comint-bol): Use `forward-line 0' instead of calling
12843 beginning-of-line with inhibit-field-text-motion bound.
12844
128452000-08-14 Gerd Moellmann <gerd@gnu.org>
12846
12847 * calendar/timeclock.el: New file.
12848
128492000-08-14 David Ponce <david@dponce.com>
12850
12851 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
12852 `widget-button-click'. so that one can use left mouse button to
12853 click on dialog buttons.
12854
128552000-08-14 Emmanuel Briot <briot@gnat.com>
12856
12857 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
12858 identifiers, since XML is case sensitive
12859
128602000-08-12 Miles Bader <miles@gnu.org>
12861
12862 * comint.el (comint-output-filter): Don't bother frobbing
12863 window-start, it doesn't seem to be necessary.
12864
12865 * comint.el (comint-send-string, comint-send-region): Make into
12866 real functions. Snapshot the prompt before sending.
12867
128682000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12869
12870 * info.el (Info-find-emacs-command-nodes): Rewrite to use
12871 technique similar to Info-index, instead of relying on specific
12872 names of relevant Index nodes.
12873 (Info-goto-emacs-command-node): Bind Info-history to nil when
12874 going to the first node found by Info-find-emacs-command-nodes.
12875
128762000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12877
12878 * menu-bar.el (menu-bar-help-menu): Add a :help string.
12879
128802000-08-10 Miles Bader <miles@gnu.org>
12881
12882 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
12883
128842000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12885
12886 * info.el (Info-file-list-for-emacs): More elements for the
12887 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
12888 and woman manuals.
12889
128902000-08-10 Miles Bader <miles@lsi.nec.co.jp>
12891
12892 * comint.el (comint-send-input): Make the newline boundary overlay
12893 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
12894 (comint-output-filter): Use `insert' instead of
12895 `insert-before-markers'. Extend comint-last-output-overlay when
12896 necessary since we can't rely on insert-before-markers to do it.
12897 * gud.el (gud-filter): Use `with-current-buffer' instead of
12898 save-excursion when inserting the output, so that point gets
12899 updated correctly; the old method relied on a rather dodgy
12900 side-effect of comint-output-filter to avoid the effect of
12901 save-excursion.
12902
129032000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12904
12905 * files.el (recover-file): Call insert-directory instead of
12906 invoking `ls' directly.
12907
129082000-08-10 Miles Bader <miles@gnu.org>
12909
12910 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
12911 (comint-last-prompt-overlay): New variables.
12912 (comint-output-filter): Implement prompt highlighting.
12913 (comint-snapshot-last-prompt): New function.
12914 (comint-send-input): Snapshot the last prompt.
12915 Use comint-highlight-input-face.
12916 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
12917 Use defface instead of defcustom.
12918 (send-invisible, comint-send-eof): Snapshot the last prompt.
12919 (comint-delchar-or-maybe-eof): Use comint-send-eof.
12920 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
12921
129222000-08-09 Stefan Monnier <monnier@cs.yale.edu>
12923
12924 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
12925 (regexp-opt-group): Use a list of chars for `letters'.
12926 (regexp-opt-charset): `chars' is now a list of chars.
12927 Use a char-table rather than a vector so it works for multibyte chars.
12928
12929 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
12930 Set cvs-minor-current-files to the selected fileinfo.
12931 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
12932 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
12933
129342000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
12935
12936 * files.el (insert-directory): Don't call access-file on
12937 directories on DOS and Windows.
12938
129392000-08-09 Kenichi Handa <handa@etl.go.jp>
12940
12941 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
12942 longer if necessary.
12943 (ccl-embed-code): Call ccl-embed-data to store CODE in
12944 ccl-program-vector.
12945
129462000-08-09 Miles Bader <miles@gnu.org>
12947
12948 * comint.el (comint-output-filter): Properly handle the case where
12949 the text surrounded by comint-last-output-overlay was deleted.
12950
129512000-08-08 Gerd Moellmann <gerd@gnu.org>
12952
12953 * info.el (Info-insert-dir): Use Info-additional-directory-list if
12954 non-nil.
12955 (Info-file-list-for-emacs): Remove "info" from the list because
12956 that leads to trying to use the documentation from file `info'
12957 in various situations where it isn't appropriate, for instance
12958 C-h C-k C-h i.
12959
12960 * ffap.el (ffap-read-file-or-url-internal): Handle case that
12961 DIR and/or STRING are nil.
12962
12963 * progmodes/compile.el (compilation-setup): Make variable
12964 compilation-error-screen-columns buffer-local, as some comment
12965 in the code suggests it should be.
12966
12967 * files.el (auto-mode-interpreter-regexp): New variable.
12968 (set-auto-mode): Use it.
12969
12970 * indent.el (indent-for-tab-command): Doc fix.
12971
12972 * mouse-sel.el (mouse-sel-mode): Doc fix.
12973
12974 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
12975 labels.
12976
12977 * help.el (print-help-return-message): When
12978 display-buffer-reuse-frames is set, let the help window been quit,
12979 instead of deleting it, which might delete a reused frame.
12980
129812000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
12982
12983 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
12984 rename a directory to a name that differs only by its letter case.
12985
129862000-08-08 Kenichi Handa <handa@etl.go.jp>
12987
12988 * international/quail.el (quail-define-rules): Handle Quail decode
12989 map correctly. Add code for supporting annotations.
12990 (quail-install-decode-map): New function.
12991 (quail-defrule-internal): New optional arguments decode-map and
12992 props.
12993 (quail-advice): New function.
12994
129952000-08-07 Sam Steingold <sds@gnu.org>
12996
12997 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
12998 `defconst', `define-condition', `with-slots'.
12999 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13000
130012000-08-03 Miles Bader <miles@gnu.org>
13002
13003 * comint.el (comint-use-prompt-regexp-instead-of-fields):
13004 New variable.
13005 (comint-prompt-regexp, comint-get-old-input): Document dependence on
13006 comint-use-prompt-regexp-instead-of-fields.
13007 (comint-send-input): Add `input' field property to stuff we send to
13008 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13009 (comint-output-filter): Add `output' field property to process
13010 output, if comint-use-prompt-regexp-instead-of-fields is nil.
13011 (comint-replace-by-expanded-history)
13012 (comint-get-old-input-default, comint-show-output)
13013 (comint-backward-matching-input, comint-forward-matching-input)
13014 (comint-next-prompt, comint-previous-prompt): Use field
13015 properties if comint-use-prompt-regexp-instead-of-fields is nil.
13016 (comint-line-beginning-position): New function.
13017 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
13018 (comint-replace-by-expanded-history-before-point): Use
13019 comint-line-beginning-position and line-end-position.
13020 (comint-last-output-overlay): New variable.
13021 (comint-mode): Make `comint-last-output-overlay' buffer-local.
13022
13023 * shell.el (shell-prompt-pattern): Doc change.
13024 (shell-backward-command): Use line-beginning-position.
13025
13026 * gud.el (gud-gdb-complete-command): Use
13027 comint-line-beginning-position.
13028
13029 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13030 comint-bol doesn't actually go to the beginning of the line.
13031
13032 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13033 if comint-use-prompt-regexp-instead-of-fields is non-nil.
13034 (try-expand-line-all-buffers): Likewise.
13035
13036 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13037 explicitly matching comint-prompt-regexp.
13038 (sql-copy-column): Use comint-line-beginning-position instead of
13039 explicitly matching comint-prompt-regexp.
13040
13041 * progmodes/octave-inf.el (inferior-octave-complete): Use
13042 comint-line-beginning-position.
13043
13044 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13045
13046 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13047 looking for a prompt, use `forward-line 0' instead of
13048 `beginning-of-line', to avoid getting caught by an input field.
13049
130502000-08-07 Gerd Moellmann <gerd@gnu.org>
13051
13052 * files.el (shell-quote-wildcard-pattern): Make sure to return
13053 PATTERN, in the Unix case.
13054
130552000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
13056
13057 * play/zone.el (zone): Discard any pending input before running
13058 the randomly-chosen pgm.
13059
130602000-08-07 Kenichi Handa <handa@etl.go.jp>
13061
13062 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13063 checking the existence of any multibyte characters.
13064
130652000-08-06 Gerd Moellmann <gerd@gnu.org>
13066
13067 * help.el (describe-mode): Test minor-mode symbol for being
13068 bound before testing its value for being nil.
13069
13070 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13071 `first', `second', and `third'.
13072
13073 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13074 (second): Make it an alias for `cadr'.
13075
130762000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
13077
13078 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13079 types of display support faces now.
13080
130812000-08-05 Gerd Moellmann <gerd@gnu.org>
13082
13083 * pcvs.el (require): Require `cl' during compilation, only.
13084
13085 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13086 (toplevel): Remove `remq' and `remove' from autoloads.
13087 (cl-fake-autoloads): New variable. If set, arrange for an error
13088 when CL functions etc. are autoloaded.
13089
130902000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
13091
13092 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13093
13094 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13095 popped up, but the user clicks outside the menu, return an empty
13096 regexp (that causes unhighlight-regexp to have no effect).
13097
13098 * menu-bar.el (menu-bar-games-menu): Add Zone.
13099
13100 * hi-lock.el (toplevel): Require font-lock.
13101
131022000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13103
13104 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13105 (ebnf-8-bit-chars): New var for bug fix.
13106 (ebnf-string): Bug fix.
13107
131082000-08-03 Sam Steingold <sds@gnu.org>
13109
13110 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13111 instead of `buffer-string'.
13112 (require 'cl): Always, not just when compiling.
13113 `ignore-errors' in `interactive', `list*', `defun*' &c make this
13114 necessary.
13115
131162000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
13117
13118 * international/mule-cmds.el (select-safe-coding-system): Make
13119 the message text about selecting a safe coding system more clear.
13120
131212000-08-02 Gerd Moellmann <gerd@gnu.org>
13122
13123 * hi-lock.el: New file.
13124
13125 * play/zone.el: New file.
13126
13127 * replace.el (occur): Set tab-width in the *Occur* buffer to the
13128 value of tab-width in the original buffer. Choose a line number
13129 format that's a multiple of the original buffer's tab width, so
13130 that lines appear right.
13131
13132 * textmodes/ispell.el (ispell): New function, replacing an alias.
13133 Spell-check active region if in transient-mark-mode and mark
13134 is active; otherwise spell-check buffer.
13135
131362000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13137
13138 * ps-mule.el: Fix a customization problem on
13139 ps-mule-font-info-database-default.
13140
131412000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
13142
13143 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13144 display-mouse-p instead of window-system.
13145 (ebrowse-member-mode-map): Ditto.
13146
131472000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13148
13149 * progmodes/ebnf2ps.el: Update ps-print functions call.
13150 Indentation fix. Doc fix.
13151 (ebnf-version): New version number (3.2).
13152 (ebnf-format-color, ebnf-begin-job): Code fix.
13153
131542000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
13155
13156 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13157 font lock support on window-system.
13158 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13159
13160 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13161 display-color-p, if fboundp, instead of window-system.
13162
131632000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
13164
13165 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13166 instead of window-system.
13167
13168 * wid-edit.el (widget-choose): Use display-mouse-p instead of
13169 window-system.
13170 (widget-choice-mouse-down-action): Use display-popup-menus-p
13171 instead of window-system.
13172
13173 * strokes.el (strokes-file): Run the file name through
13174 convert-standard-filename.
13175 (strokes-mode): Call display-mouse-p instead of looking at
13176 window-system. Change the error message accordingly.
13177
13178 * progmodes/cpp.el (toplevel): Support faces on tty's.
13179
13180 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13181 (lm-plot-square, lm-init-display): Don't use window-system.
13182
13183 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13184 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13185
13186 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13187 instead of looking at window-system.
13188
131892000-07-30 Gerd Moellmann <gerd@gnu.org>
13190
13191 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13192 of testing if iswitchb-prepost-hooks is bound, because the
13193 latter will always be true when invoking a recursive minibuffer
13194 from an active Iswitchb buffer.
13195
131962000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
13197
13198 * files.el (shell-quote-wildcard-pattern): New function.
13199 (insert-directory): Call it. Only prepend "\" to command on Unix
13200 and GNU/Linux systems.
13201
132022000-07-30 Gerd Moellmann <gerd@gnu.org>
13203
13204 * eshell/esh-groups.el: Change custom :link file names
13205 from `eshell.info' to `eshell'.
13206
132072000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
13208
13209 * dired.el (dired-build-subdir-alist): Expand subdirectory names
13210 correctly in recursive ange-ftp listings.
13211
132122000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13213
13214 * ps-print.el: Fix bug 1: if ps-font-size-internal,
13215 ps-header-font-size-internal and
13216 ps-header-title-font-size-internal variables are not set,
13217 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
13218 face text property is (foreground-color . COLOR) or
13219 `(background-color . COLOR)', ps-print crashes. Doc fix.
13220 (ps-print-version): New version number (5.2.4).
13221 (ps-plot-region): Code fix.
13222 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13223 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13224 Bug fix 2.
13225
132262000-07-30 Milan Zamazal <pdm@freesoft.cz>
13227
13228 * glasses.el (glasses-make-readable): Fix uncapitalization of
13229 identifiers like `myXMLDocument'.
13230
132312000-07-28 Karl Fogel <kfogel@red-bean.com>
13232
13233 * mail/mail-hist.el (mail-hist-previous-input)
13234 (mail-hist-next-input): Do the obvious code factorization.
13235 (mail-hist-retrieve-and-insert): New func, contains common
13236 code of above two.
13237 If inserting a message body, leave point at top.
13238
132392000-07-28 Sam Steingold <sds@gnu.org>
13240
13241 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13242 Use `<=', not `<' to compare times!
13243 (ange-ftp-ls): Remove.
13244
132452000-07-27 Gerd Moellmann <gerd@gnu.org>
13246
13247 * play/cookie1.el: Add explanation of how to make cookie.el
13248 compatible with strfile(1) to comment.
13249
13250 * subr.el (remove, remq): New functions.
13251
13252 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13253 escape `*' in regexps.
13254 (midnight-find): Reverse order of arguments in the funcall of
13255 TEST.
13256
13257 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13258 and `.class'.
13259
13260 * play/meese.el: Add Commentary section.
13261
132622000-07-27 Alex Schroeder <alex@gnu.org>
13263
13264 * sql.el (sql-ms): Added autoload cookie.
13265 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13266 (sql-oracle): Ditto.
13267 (sql-help): Doc change.
13268
13269 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13270 types and exceptions.
13271
132722000-07-27 Alex Schroeder <alex@gnu.org>
13273
13274 * sql.el (sql-placeholder-history): New variable.
13275 (sql-query-placeholders-and-send): New function that will query
13276 the user and replace placeholders with user input.
13277 (sql-oracle): If running on NT, set comint-input-sender to
13278 sql-query-placeholders-and-send.
13279
13280 (sql-stop): If in the SQLi buffer, insert stop notification, else
13281 present it as a message.
13282
132832000-07-27 Alex Schroeder <alex@gnu.org>
13284
13285 * sql.el (sql-input-ring-separator): Doc change.
13286 (sql-input-ring-file-name): Doc change.
13287 (sql-interactive-mode): Use `sql-input-ring-separator' and
13288 `sql-input-ring-file-name' to set the comint-mode equivalents
13289 without making them local variables.
13290 (sql-stop): Don't bind `sql-input-ring-separator' and
13291 `sql-input-ring-file-name' dynamically to their comint-mode
13292 equivalents.
13293
132942000-07-27 Kenichi Handa <handa@etl.go.jp>
13295
13296 * international/mule.el (register-char-codings): New function.
13297 (make-coding-system): Handle `safe-chars' specification in the arg
13298 PROPERTY.
13299
13300 * international/mule-cmds.el
13301 (find-coding-systems-region-subset-p): This function deleted.
13302 (sort-coding-systems-predicate): New variable.
13303 (sort-coding-systems): New function.
13304 (find-coding-systems-region): Use
13305 find-coding-systems-region-internal.
13306 (find-coding-systems-string): Use find-coding-systems-region.
13307 (find-coding-systems-for-charsets): Check
13308 char-coding-system-table.
13309 (select-safe-coding-system-accept-default-p): New variable.
13310 (select-safe-coding-system): Mostly rewritten. New argument
13311 ACCEPT-DEFAULT-P.
13312 (select-message-coding-system): Call select-safe-coding-system
13313 with ACCEPT-DEFAULT-P arg.
13314 (reset-language-environment): Reset default-sendmail-coding-system
13315 to the default value iso-latin-1.
13316 (set-language-environment): Don't set the obsolete variable
13317 charset-origin-alist.
13318
13319 * international/codepage.el (cp-coding-system-for-codepage-1):
13320 Give `safe-chars' property to make-coding-system.
13321
13322 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13323 calling select-message-coding-system twice.
13324
13325 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13326 instead of `safe-charsets'.
13327 (cyrillic-alternativnyj): Likewise.
13328 (ccl-encode-alternativnyj): Don't check the charset
13329 cyrillic-iso8859-5.
13330
133312000-07-27 Kenichi Handa <handa@etl.go.jp>
13332
13333 * composite.el (compose-chars-after): Preserve match data.
13334
133352000-07-26 Sam Steingold <sds@gnu.org>
13336
13337 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13338 (ange-ftp-real-file-newer-than-file-p): New function.
13339 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13340 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13341
13342 * tooltip.el (tooltip-float-time): Removed (use `float-time').
13343 * midnight.el (midnight-float-time): Ditto.
13344
133452000-07-26 Andreas Schwab <schwab@suse.de>
13346
13347 * files.el (normal-backup-enable-predicate): Correct
13348 interpretation of the return value of compare-strings.
13349
133502000-07-26 Gerd Moellmann <gerd@gnu.org>
13351
13352 * isearch.el (isearch-resume): New function.
13353 (isearch-done): Add something to command-history to resume
13354 the search.
13355 (isearch-yank-line, isearch-yank-word): Use
13356 buffer-substring-no-properties instead of buffer-substring.
13357
13358 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13359 of flyspell-mouse-map.
13360
13361 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13362 duplicate definition.
13363 (makefile-mode): Remove duplicate setting of local-abbrev-table.
13364
13365 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13366 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13367
133682000-07-25 Sam Steingold <sds@gnu.org>
13369
13370 * net/ange-ftp.el: Get modtime over the net.
13371 (ange-ftp-file-modtime): New function.
13372 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13373 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13374 Use it.
13375 (ange-ftp-dot-to-slash): New function.
13376 (ange-ftp-fix-name-for-vms): Use it.
13377
13378 * midnight.el (midnight-buffer-display-time): Use
13379 `with-current-buffer'.
13380
133812000-07-25 Gerd Moellmann <gerd@gnu.org>
13382
13383 * find-dired.el: Update copyright notice.
13384 (find-dired): Offer to kill a running `find'.
13385
13386 * enriched.el (enriched-face-ans): For a `foreground-color'
13387 property, return '(("x-color" COLOR))' so that COLOR will be
13388 output as a parameter of the x-color annotation. Likewise for the
13389 `background-color' property. In the case of normal face
13390 properties, don't return annotations for unspecified foreground
13391 and background face attributes.
13392
133932000-07-25 Kenichi Handa <handa@etl.go.jp>
13394
13395 * language/japan-util.el (japanese-katakana-region): Fix handling
13396 HANKAKU argument.
13397
133982000-07-25 Miles Bader <miles@gnu.org>
13399
13400 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13401 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
13402 constrain-to-field.
13403
134042000-07-24 Andrew Innes <andrewi@gnu.org>
13405
13406 * timer.el (timer-activate-when-idle): Add optional parameter
13407 DONT-WAIT. Update docstring.
13408 (run-with-idle-timer): Specify extra parameter to
13409 timer-activate-when-idle, so that timer will be activated
13410 immediately if Emacs is already idle.
13411
13412 * w32-fns.el (w32-using-nt): Fix docstring.
13413
134142000-07-24 Dave Love <fx@gnu.org>
13415
13416 * mouse.el (popup-menu): Set last-command-event.
13417 (mouse-major-mode-menu-prefix): Declare.
13418
134192000-07-24 Gerd Moellmann <gerd@gnu.org>
13420
13421 * textmodes/flyspell.el: Update to author's version 1.5d.
13422
13423 * progmodes/hideshow.el: Update copyright notice.
13424
13425 * vcursor.el: Set maintainer to FSF, since author cannot
13426 be reached.
13427
134282000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
13429
13430 * info.el (Info-goto-emacs-key-command-node): Leave a space after
13431 the prompt.
13432
13433 * mouse.el (popup-menu): Run the keymap through indirect-function,
13434 in case it was defined with define-prefix-key. If the menu is a
13435 list of keymaps, look up the binding of user's choice in each one
13436 of the keymaps.
13437 (mouse-popup-menubar): If the global and local menu-bar keymaps
13438 don't have a prompt string, create one and insert it into the
13439 keymap. Don't barf if current-local-map returns nil.
13440
134412000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
13442
13443 * dired.el (dired-sort-R-check): Added to allow recursive listing
13444 to be undone.
13445 (dired-sort-other): Use it.
13446
134472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13448
13449 * Release of cc-mode 5.27
13450
134512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13452
13453 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13454 c-beginning-of-statement-1 that caused a bad case of recursion
13455 which could consume a lot of CPU in large classes in languages
13456 that have in-expression classes (i.e. Java and Pike).
13457
13458 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13459 statements before top level constructs (i.e. case 6 is moved
13460 before case 5 and is now case 4) to catch in-expression
13461 classes in top level expressions correctly.
13462
134632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13464
13465 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13466 objc-method-intro. Case 4 removed and case 5I added.
13467
13468 * cc-langs.el (c-append-paragraph-start): New variable used by
13469 c-common-init to get paragraph-start correct.
13470 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13471 initialize paragraph-start to make it correct both with and
13472 without the javadoc special case.
13473
13474 * cc-mode.el (java-mode): Use c-append-paragraph-start to
13475 initialize paragraph-start for javadoc markup.
13476
13477 * cc-vars.el (c-style-variables-are-local-p): Incompatible
13478 change by defaulting this to t. It's motivated by the
13479 confusing behavior that otherwise arise from the style system
13480 when editing both java and non-java files at the same time
13481 (see the comments about style setting in c-common-init).
13482
134832000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13484
13485 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13486 similar to the one in c-fill-paragraph to check the fill
13487 prefix from the adaptive fill function for sanity.
13488
134892000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13490
13491 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13492 defun block.
13493
a30eb617
DL
134942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13495
13496 * cc-align.el (c-lineup-multi-inher): Handle lines with
13497 leading comma nicely. Extended to handle member initializers
13498 too.
13499
13500 * cc-engine.el: (c-beginning-of-inheritance-list,
13501 c-guess-basic-syntax): Fixed recognition of inheritance lists
13502 when the lines begins with a comma.
13503
a30eb617
DL
13504 * cc-vars.el (c-offsets-alist): Changed default for
13505 member-init-cont to c-lineup-multi-inher since it now handles
13506 member initializers and indents better for leading commas.
13507
135082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13509
13510 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13511 handling that caused class open lines to be recognized as
13512 statement-conts in some cases.
13513
13514 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13515 guessed by the adaptive fill function unless point is on the
13516 first line of a block comment.
13517
13518 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13519 when the buffer ends with a macro continuation char.
13520
13521 * cc-engine.el (c-guess-basic-syntax): Added support for
13522 function definitions as statements in Pike. The first
13523 statement in a lambda block is now labeled defun-block-intro
13524 instead of statement-block-intro.
13525
13526 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
13527 so that the class surrounding point is selected, not the one
13528 innermost in the state.
13529
13530 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13531 recognition of switch labels having hanging multiline
13532 statements.
13533
13534 * cc-engine.el (c-beginning-of-member-init-list): Broke out
13535 some code in c-guess-basic-syntax to a separate function.
13536 * cc-engine.el (c-just-after-func-arglist-p): Fixed
13537 recognition of member inits with multiple line arglists.
13538 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13539 member-init-cont when the commas are in funny places.
13540
135412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13542
13543 * cc-defs.el (c-auto-newline): Removed this macro since it's
13544 not used anymore.
13545
13546 * cc-engine.el (c-looking-at-bos): New helper function.
13547 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
13548 inexpr and toplevel classes apart in Pike.
13549
13550 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
13551 of case 9A.
13552
13553 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
13554 constant, since "class" can introduce an in-expression class
13555 in Pike nowadays.
13556
135572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13558
13559 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
13560 indentation on cpp-macro lines.
13561
13562 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
13563 a syntax modifier like comment-intro, to make it possible to
13564 get syntactic indentation for preprocessor directives. It's
13565 incompatible wrt to lineup functions on cpp-macro, but it has
13566 no observable effect in the 99.9% common case where cpp-macro
13567 is set to -1000.
13568
135692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13570
13571 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
13572 member-init-cont when the preceding arglist is several lines.
13573
135742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13575
13576 * cc-styles.el (c-style-alist): The basic offset for the BSD
13577 style corrected to 8.
13578
135792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13580
13581 * cc-styles.el (c-style-alist): Adjusted the indentation of
13582 brace list openers in the gnu style.
13583
135842000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13585
13586 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
13587
13588 * cc-cmds.el (c-electric-brace, c-electric-slash,
13589 c-electric-star, c-electric-semi&comma, c-electric-colon,
13590 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
13591 when c-syntactic-indentation is nil.
13592
13593 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
13594 we were left at comments preceding the first statement when
13595 reaching the beginning of the buffer.
13596
13597 * cc-vars.el (c-syntactic-indentation): New variable to turn
13598 off all syntactic indentation.
13599
136002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13601
13602 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
13603 between the text and the block comment ender when it hangs,
13604 depending on how many there are before the fill.
13605
136062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13607
13608 * cc-engine.el (c-beginning-of-closest-statement): New helper
13609 function to go back to the closest preceding statement start,
13610 which could be inside a conditional statement.
13611 * cc-engine.el (c-guess-basic-syntax): Use
13612 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
13613
13614 * cc-engine.el (c-guess-basic-syntax): Better handling of
13615 arglist-intro, arglist-cont-nonempty and arglist-close when
13616 the arglist is nested inside parens. Cases 7A, 7C and 7F
13617 changed.
13618
13619 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
13620 up-to-date with javadoc 1.2.
13621
136222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13623
13624 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
13625 multiline Pike type decls.
13626
136272000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13628
13629 * cc-cmds.el (c-indent-new-comment-line): Always break
13630 multiline comments in multiline mode, regardless of
13631 comment-multi-line.
13632
136332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13634
13635 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
13636 fully::qualified::names in C++ member init lists. Preamble in
13637 case 5D changed.
13638
136392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13640
13641 * cc-langs.el (c-common-init): Handling of obsolete variables
13642 moved to c-initialize-cc-mode. More compatible style override
13643 when using global style variables.
13644 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
13645 variables moved here.
13646
a30eb617
DL
13647 * cc-styles.el (c-make-styles-buffer-local): Flag style
13648 variable localness in c-style-variables-are-local-p to make
13649 the compatibility measure in c-common-init work well.
13650
13651 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
13652 longer contain set-from-style.
13653 * cc-styles.el (c-initialize-builtin-style): Don't check for
13654 set-from-style on c-special-indent-hook.
13655 * cc-styles.el (c-copy-tree): Obsolete. The standard function
13656 copy-alist is sufficient now.
13657
13658 * cc-styles.el (c-set-style, c-set-style-1,
13659 c-get-style-variables): Fixes to variable initialization so
13660 that duplicate entries in styles have the same effect
13661 regardless of DONT-OVERRIDE.
13662
13663 * cc-styles.el (c-set-style-2): Fixed bug where the
13664 initialization of inheriting styles failed when the
13665 dont-override flag is set.
13666
13667 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
13668 on this.
13669
136702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13671
13672 * cc-defs.el (c-forward-comment): Removed the workaround
13673 introduced in 5.38 since it had worse side-effects. If a line
13674 contains the string "//\"", it regarded the // as a comment
13675 start since the \ temporarily doesn't have escape syntax.
13676
eb04d6cd 136772000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
13678
13679 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
13680 ada-xref.el before ada-prj.el, so that the Project menu is created
13681 when ada-prj tries to add to it.
13682 (ada-activate-keys-for-case): Suppress the characters that are not
13683 part of the Ada syntax. Better compatibility with else-mode
13684 (ada-adjust-case-interactive): When auto-casing is not active,
13685 correctly insert newlines (used to insert only ^M). Prevent the
13686 syntax table from being changed in case of an error
13687 (or '_' becomes part of a word and some commands are confused).
13688 Do nothing if ada-auto-case is nil.
13689 (ada-after-keyword-p): Ignore keywords that are also attributes
13690 (ada-batch-reformat): Update usage comment
13691 (ada-call-from-contextual-menu): New function
13692 (ada-case-read-exceptions): Reinitialize the casing exception list
13693 first to nil first, so that the casing exception file can be
13694 shared.
13695 (ada-check-defun-name): Handles "configure" keyword for gnatdist
13696 files.
13697 (ada-compile-goto-error): Fix regexp used to detect a file:line
13698 anywhere in the error message
13699 (ada-contextual-menu-last-point): New variable
13700 (ada-create-keymap): If the variable delete-key-deletes-forward is
13701 t on XEmacs, it means that DEL should delete one character
13702 forward.
13703 (ada-create-menu): Use :included instead of :visible for XEmacs.
13704 New submenu "Options".
13705 (ada-end-stmt-re): Correctly indent "select ... then abort"
13706 statements.
13707 (ada-fill-comment-paragraph): Correctly delete all leading '--'
13708 even if they don't match ada-fill-comment-prefix Fix handling of
13709 paragraphs on the first or last line of a file.
13710 (ada-format-paramlist): Fix handling of default parameter values.
13711 (ada-get-body-name): New function.
13712 (ada-get-current-indent): Optimized by searchling directly for an
13713 existing generic part or a statement outside of it. Handle
13714 ada-indent-align-comments when indenting comments Replaced some
13715 regexps by testing directly the next character. This results in a
13716 huge speedup on some files. New indentation scheme for renames
13717 statements. Stop looking for the 'while' or 'for' associated with
13718 a 'loop' at the first semicolon encountered. A "return" can also
13719 match an anonymous access subprogram declaration.
13720 (ada-get-indent-noindent): Ignore strings and comments when
13721 looking for the keywords "record" and "private".
13722 (ada-goto-matching-decl-start): When matching "if", make sure we
13723 are not in fact seeing "end if". Ignore "when" statements except
13724 when initial keyword was "begin". Fix handling of nested
13725 procedures. Add a recursive call to this function to skip over
13726 other 'end' statmts. Fix indentation for "when .. => begin"
13727 (ada-in-open-paren-p): Fix indentation for complex boolean
13728 expressions, where 'and then', 'or else' and parenthesis
13729 statements are mixed up.
13730 (ada-in-paramlist-p): Skip comments while searching for the
13731 beginning Fix handling of operator declarations.
13732 (ada-indent-align-comments): New variable
13733 (ada-indent-current): Change the syntax table only in the
13734 protected section, so that we are sure it is restored correctly.
13735 (ada-indent-on-previous-lines): Use ada-use-indent and
13736 ada-with-indent Correctly indent "select ... then"
13737 (ada-indent-region): Slight speedup.
13738 (ada-indent-renames): New variable.
13739 (ada-last-which-function-subprog, ada-last-which-function-line):
13740 New variables
13741 (ada-looking-at-semi-private): Correctly indent the 'private'
13742 keyword when it is the first word in a package declaration.
13743 (ada-loose-case-word): Stop searching if at the end of the buffer.
13744 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
13745 even if point is not initially at the end of the word.
13746 (ada-matching-decl-start-re): Add "when".
13747 (ada-mode): Add support for abbrev-mode, outline-mode and
13748 which-func-mode Override the old find-file.el entry in
13749 ff-special-constructs since it is using the obsolete
13750 ada-spec-suffix variable
13751 (ada-no-auto-case): New function
13752 (ada-scan-paramlist): When parsing the argument type, accept
13753 spaces (as in "X 'Class", generated by Rational Rose).
13754 (ada-other-file-name): No longer loads the other file.
13755 (ada-popup-menu): Save and restore the current buffer and cursor
13756 position before and after displaying the menu.
13757 (ada-search-ignore-complex-boolean): New function.
13758 (ada-uncomment-region): Emacs21 already knows how to delete
13759 comments not starting in the first column.
13760 (ada-use-indent): New variable
13761 (ada-which-function): New function.
13762 (ada-with-indent): New variable
13763 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
13764 can be batch-compiled from the command line.
13765
13766 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
13767 Add to the menu when the file is loaded, not in ada-mode-hook.
13768 Add -toolbar to the default ddd command Switches moved from
13769 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
13770 ada-prj-default-comp-opt
13771 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
13772 Reference Manual to the menu
13773 (ada-check-current): rewritten as a call to ada-compile-current
13774 (ada-compile): Removed.
13775 (ada-compile-application, ada-compile-current, ada-check-current):
13776 Set the compilation-search-path so that compile.el automatically
13777 finds the sources in src_dir. Automatic scrollong of the
13778 compilation buffer. C-uC-cC-c asks for confirmation before
13779 compiling
13780 (ada-compile-current): New parameter, prj-field
13781 (ada-complete-identifier): Load the .ali file before doing
13782 processing
13783 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
13784 conform to gnatmake's behavior.
13785 (ada-find-file-in-dir): New function
13786 (ada-find-references): Set the environment variables for gnatfind
13787 (ada-find-src-file-in-dir): New function.
13788 (ada-first-non-nil): Removed
13789 (ada-gdb-application): Add support for jdb, the java debugger.
13790 (ada-get-ada-file-name): Load the original-file first if not done
13791 yet.
13792 (ada-get-all-references): Handles the new ali syntax (parent types
13793 are found between <>).
13794 (ada-initialize-runtime-library): New function
13795 (ada-mode-hook): Always load a project file when a file is opened,
13796 so that the casing exceptions are correctly read.
13797 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
13798 (ada-parse-prj-file): Use find-file-noselect instead of find-file
13799 to open the project file, since the latter does not work with
13800 speedbar Get default values before loading the prj file, or the
13801 default executable file name is wrong. Use the absolute value of
13802 src_dir to initialize ada-search-directories and
13803 compilation-search-path,... Add the standard runtime library to
13804 the search path for find-file.
13805 (ada-prj-default-debugger): Was missing an opening '{'
13806 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
13807 variables.
13808 (ada-prj-default-gnatmake-opt): New variable
13809 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
13810 buffers, the project file is the default one Save the windows
13811 configuration before displaying the menu.
13812 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
13813 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
13814 ...) regexp-quote identifiers names to support operators +,
13815 -,... in regexps.
13816 (ada-remote): New function.
13817 (ada-run-application): Erase the output buffer before starting the
13818 run Support remote execution of the application. Use
13819 call-process, or the arguments are incorrectly parsed
13820 (ada-set-default-project-file): Reread the content of the active
13821 project file, not the one from the current buffer When a project
13822 file is set as the default project, all directories are
13823 automatically associated with it.
13824 (ada-set-environment): New function
13825 (ada-treat-cmd-string): New special variable ${current}
13826 (ada-treat-cmd-string): Revised. The substitution is now done for
13827 any ${...} substring
13828 (ada-xref-current): If no body was found, compiles the spec
13829 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
13830 compiler to get rid of command line length limitations.
13831 (ada-xref-get-project-field): New function
13832 (ada-xref-project-files): New variable
13833 (ada-xref-runtime-library-specs-path)
13834 (ada-xref-runtime-library-ali-path): New variables
13835 (ada-xref-set-default-prj-values): Default run command now does a
13836 cd to the build directory. New field: main_unit Provide a default
13837 file name even if the current buffer has no prj file.
13838
13839 * ada-prj.el:
13840 Rewritten to show a tabbed-dialog.
13841 (ada-prj-add-ada-menu): Remove the map and name parameters.
13842 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
13843 New function
13844 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
13845 (ada-prj-load-from-file): New function
13846 (ada-prj-save): Always save fields that depend on the current buffer
13847 (ada-prj-show-value): New function
13848
13849 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
13850 Ada mode. This will allow us to display the Ada menu in any buffer
13851 we want (for project items).
13852 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
13853 number of spaces in the header.
13854
138552000-07-24 Dave Love <fx@gnu.org>
13856
13857 * ediff-init.el (ediff-region-help-echo): Bind face-help.
13858
138592000-07-23 Noah Friedman <friedman@splode.com>
13860
13861 * type-break.el (type-break): perform autosave.
13862 Suggested by Stephen Gildea <gildea@intouchsys.com>.
13863 (type-break-do-query): Cancel query schedule while performing
13864 actual query, to avoid possibility of a second query being made
13865 while first one is already in progress.
13866 (type-break-time-stamp-format): New variable.
13867 (type-break-time-stamp): New function.
13868 (type-break-time-warning): Use it.
13869 (type-break-keystroke-warning): Use it.
13870 (type-break-noninteractive-query): Use it.
13871
13872 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
13873 cookie.
13874 Use add-minor-mode to set minor-mode-alist, if available.
13875 (eldoc-echo-area-use-multiline-p): New user option.
13876 (eldoc-echo-area-multiline-supported-p): New variable.
13877 (eldoc-docstring-format-sym-doc): Use them.
13878 (eldoc-mode): If not using idle timers, append to local post and
13879 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
13880 (eldoc-display-message-no-interference-p): Don't interfere with
13881 edebug.
13882 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
13883 (eldoc-function-arglist): New function.
13884 (eldoc-function-argstring): Use it.
13885
13886 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
13887 auto save directory exists before calling directory-files.
13888
138892000-07-23 Dave Love <fx@gnu.org>
13890
13891 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
13892 ^o, ^u.
13893
138942000-07-21 Dave Love <fx@gnu.org>
13895
13896 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
13897 now passed to the function. It now works properly.
13898
13899 * smerge-mode.el (smerge-mode-menu): Fill it out.
13900
139012000-07-20 Gerd Moellmann <gerd@gnu.org>
13902
13903 * info-look.el (info-lookup): If *info* is shown in another frame
13904 on the same display, select that frame, instead of switching to
13905 the Info buffer in another window of the selected frame.
13906
13907 * simple.el (universal-argument-map): Bind numeric keypad keys
13908 kp-0 to kp-9 and kp-subtract.
13909 (digit-argument): Handle these keys.
13910
139112000-07-20 Dave Love <fx@gnu.org>
13912
13913 * net/goto-addr.el (goto-address-fontify): Don't bother with
13914 buffer-modified and read-only stuff -- irrelevant with overlays.
13915 Put an extra property on the overlays and use it to clean up in
13916 case goto-address is re-run.
13917
139182000-07-19 Richard M. Stallman <rms@gnu.org>
13919
13920 * timer.el (run-with-idle-timer): Doc fix.
13921
13922 * mail/mail-utils.el (mail-strip-quoted-names):
13923 Handle case where <...> appears inside "...".
13924 Use replace-match to edit the string more simply.
13925 (rmail-dont-reply-to): Cope with an unmatched ".
13926
139272000-07-19 Dave Love <fx@gnu.org>
13928
13929 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
13930 implementation.
13931
13932 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
13933 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
13934 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
13935
139362000-07-19 Gerd Moellmann <gerd@gnu.org>
13937
13938 * textmodes/refer.el: Correct maintainer's email address.
13939
13940 * progmodes/hideif.el: Correct author's email address.
13941 Fix typo in comment.
13942
13943 * xml.el: New file.
13944
13945 * mail/mailheader.el: Correct author's mail address.
13946
13947 * gnus/parse-time.el: Correct author's mail address.
13948
139492000-07-19 Colin Walters <walters@cis.ohio-state.edu>
13950
13951 * comint.el (comint-highlight-input, comint-highlight-face):
13952 New user options.
13953 (comint-input-ring-file-name): Change custom type.
13954 (comint-mode-map): Bind mouse-2.
13955 (comint-insert-clicked-input): New function.
13956 (comint-send-input): Handle input highlighting.
13957
139582000-07-18 Stefan Monnier <monnier@cs.yale.edu>
13959
13960 * mouse.el (popup-menu): New function.
13961 (mouse-major-mode-menu): Use it.
13962
139632000-07-18 Dave Love <fx@gnu.org>
13964
13965 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
13966 improvements.
13967
139682000-07-18 Gerd Moellmann <gerd@gnu.org>
13969
13970 * faces.el (face-font-selection-order)
13971 (face-font-family-alternatives): Add custom type.
13972
139732000-07-18 Dave Love <fx@gnu.org>
13974
13975 * cus-edit.el (custom-variable-reset-saved)
13976 (custom-variable-reset-standard): Remove unused bindings.
13977
13978 * rect.el (open-rectangle-line): Remove unused let.
13979
13980 * hl-line.el (hl-line-highlight): Check hl-line-mode.
13981
139822000-07-18 Gerd Moellmann <gerd@gnu.org>
13983
13984 * cdl.el: Fix `Maintainer' keyword.
13985
13986 * play/pong.el: Add author's email address.
13987
139882000-07-17 Sam Steingold <sds@gnu.org>
13989
13990 * files.el (insert-directory): Call `split-string' instead of
13991 re-implementing it.
13992
139932000-07-18 Gerd Moellmann <gerd@gnu.org>
13994
13995 * mail/vms-pmail.el: Change maintainer to FSF.
13996
13997 * net/goto-addr.el: Change maintainer to FSF.
13998
13999 * info.el (Info-title-face-alist): Removed.
14000
140012000-07-18 David Ponce <david@dponce.com>
14002
14003 * recentf.el (recentf-open-files): New command that works like
14004 `recentf-open-more-files', but shows the whole list of files (not just
14005 those omitted from the menu). Useful if you don't use a menu-bar!
14006 (recentf-open-more-files) Modified to use `recentf-open-files'.
14007
14008 (recentf-open-files, recentf-open-more-files)
14009 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14010
14011 (recentf-dialog-mode): New mode for dialogs. You can now just type
14012 "q" to cancel the dialogs.
14013
140142000-07-18 David Ponce <david@dponce.com>
14015
14016 * recentf.el: This is a major update of recentf.el. It adds new
14017 features to better organize the recentf menu and "More..." buffer.
14018
14019 Using new provided menu filtering functions you can now organize the
14020 recent files list:
14021
14022 - by major modes
14023 - by directories
14024 - by user defined rules
14025
14026 Finally, with the new `recentf-filter-changer' customizable filter you
14027 can define a ring of filters and dynamically (via the menu) cycle on
14028 each menu organization in the ring (a la msb).
14029
140302000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
14031
14032 * eshell/eshell.el (eshell): Replace links to eshell.info with
14033 links to eshell, to avoid problems on systems where the manual is
14034 installed as `eshell'.
14035 * eshell/esh-cmd.el (eshell-cmd): Ditto.
14036 * eshell/em-smart.el (eshell-smart): Ditto.
14037 * eshell/em-banner.el (eshell-banner): Ditto.
14038 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14039
14040 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14041 same-file check in the MS-DOS version (it does support inodes).
14042
14043 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14044
14045 * eshell/eshell.el (eshell-directory-name):
14046 Run default directory name through convert-standard-filename.
14047
140482000-07-18 Kenichi Handa <handa@etl.go.jp>
14049
14050 * international/mule-cmds.el (select-safe-coding-system):
14051 Fix typo in the comment.
14052
14053 * language/european.el (compound-text):
14054 Force katakana-jisx0201 to be designated to G1.
14055
14056 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14057 Don't translate some national variant characters of latin-jisx0201.
14058 (x-ctext): Force katakana-jisx0201 to be designated to G1.
14059
14060 * international/kkc.el (kkc-after-update-conversion-functions):
14061 New variable.
14062 (kkc-update-conversion): Run functions in it at the tail.
14063
140642000-07-16 John Wiegley <johnw@gnu.org>
14065
14066 * lisp/align.el (align-newline-and-indent):
14067 Adding new function. for auto-aligning blocks of code on RET.
14068 (align-region): Fixed badly formatted minibuffer message.
14069
140702000-07-17 Kenichi Handa <handa@etl.go.jp>
14071
14072 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14073 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
14074 the conversion list at first if appropriate.
14075 (kkc-next): Don't update kkc-next-count here.
14076 (kkc-prev): Don't update kkc-prev-count here.
14077 (kkc-show-conversion-list-update): Fix setting up of conversion
14078 list message.
14079
140802000-07-16 Stefan Monnier <monnier@cs.yale.edu>
14081
14082 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14083
140842000-07-16 Dave Love <fx@gnu.org>
14085
14086 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14087 function to be more specific.
14088
14089 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14090 non-string help-echo.
14091 (widget-types-convert-widget): Defsubst it.
14092 (widget-echo-help): Try to cope with a help-echo function of two
14093 possible sorts.
14094
140952000-07-15 Jason Rumney <jasonr@gnu.org>
14096
14097 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14098 Declare as obsolete.
14099
14100 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14101
141022000-07-14 Gerd Moellmann <gerd@gnu.org>
14103
14104 * hilit-chg.el: Fix typo.
14105
141062000-07-14 Dave Love <fx@gnu.org>
14107
14108 * info.el (Info-mode-menu): Fix use of :help, :enable.
14109
141102000-07-14 Stefan Monnier <monnier@cs.yale.edu>
14111
14112 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14113
141142000-07-13 Dave Love <fx@gnu.org>
14115
14116 * emacs-lisp/easymenu.el: Doc fixes.
14117 (easy-menu-remove): Defalias to ignore.
14118
14119 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14120 Call throw correctly.
14121
141222000-07-13 Gerd Moellmann <gerd@gnu.org>
14123
14124 * faces.el (frame-background-mode): Doc fix.
14125
14126 * simple.el (eval-expression-print-length): Change custom type to
14127 allow entering nil as value.
14128
141292000-07-13 Dave Love <fx@gnu.org>
14130
14131 * progmodes/fortran.el (fortran-imenu-generic-expression):
14132 Change definition layout.
14133 (fortran-mode-menu): Reinstate customize entries.
14134
14135 * cus-edit.el (custom-group-menu-create, customize-menu-create):
14136 Use :filter, per old XEmacs code.
14137
141382000-07-12 Gerd Moellmann <gerd@gnu.org>
14139
14140 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14141 event when deciding what to send to the terminal.
14142
141432000-07-12 Dave Love <fx@gnu.org>
14144
14145 * cus-start.el: Add optional version as 4th element of specs and
14146 use it for several things new in v21. Remove load-path. Fix type
14147 of line-number-display-limit.
14148
141492000-07-11 Dave Love <fx@gnu.org>
14150
14151 * progmodes/fortran.el: Don't require easymenu.
14152 Use repeat counts in various regexps.
14153 (fortran-mode-syntax-table): Defvar directly.
14154 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14155 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14156 Use defvar, not defconst.
14157 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
14158 (fortran-mode): Set fortran-comment-line-start-skip,
14159 fortran-comment-line-start-skip, dabbrev-case-fold-search.
14160 (fortran-comment-indent): Use defsubst.
14161 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14162 Use fortran-comment-indent, not fortran-comment-indent-function.
14163 (fortran-comment-region, fortran-electric-line-number): Simplify.
14164 (fortran-auto-fill): New function.
14165 (fortran-do-auto-fill): Deleted.
14166 (fortran-find-comment-start-skip):
14167 Check for non-null comment-start-skip.
14168 (fortran-auto-fill-mode, fortran-fill-statement):
14169 Use fortran-auto-fill.
14170 (fortran-fill): Use fortran-auto-fill. Check for null
14171 comment-start-skip. Simplify final clause and use end-of-line finally.
14172
14173 * widget.el (widget-plist-member): New alias.
14174
141752000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
14176
14177 * eshell/esh-module.el (toplevel): Reference
14178 byte-compile-current-file only if it is bound.
14179
141802000-07-10 Gerd Moellmann <gerd@gnu.org>
14181
14182 * dired.el: Don't require `dired-aux'.
14183
141842000-07-10 Miles Bader <miles@lsi.nec.co.jp>
14185
14186 * dired-aux.el (dired-show-file-type): New function.
14187 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14188 (dired-show-file-type): Add autoload.
14189
141902000-07-10 Kenichi Handa <handa@etl.go.jp>
14191
14192 * international/mule-diag.el (describe-font): Adjusted for the
14193 change of fontset-info.
14194 (print-fontset): Likewise.
14195
141962000-07-09 Stefan Monnier <monnier@cs.yale.edu>
14197
14198 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14199
142002000-07-07 Gerd Moellmann <gerd@gnu.org>
14201
14202 * bindings.el: Bind `[delete]' to delete-char.
14203
14204 * dired.el (dired-find-alternate-file): New function.
14205 (dired-mode-map): Bind `a' to dired-find-alternate-file.
14206 (toplevel): Require dired-aux when compiling.
14207 (dired-buffers): Move defvar within file to avoid compiler warning.
14208
14209 * info.el (Info-last-search): Variable removed.
14210 (Info-search-history): New variable.
14211 (Info-search): New Info-search-history.
14212
14213 * battery.el, info-look.el: Change author's mail address.
14214
142152000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
14216
14217 * mail/rmail.el (rmail-clear-headers): Don't throw an error
14218 if rmail-ignored-headers is nil.
14219 (rmail-retry-failure): Bind rmail-ignored-headers and
14220 rmail-displayed-headers to nil.
14221
142222000-07-06 Gerd Moellmann <gerd@gnu.org>
14223
14224 * lpr.el (lpr-page-header-switches): Add `-h' switch.
14225 (print-region-1): Don't hard code `-h' here.
14226
14227 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14228
142292000-07-01 Francesco Potorti` <pot@gnu.org>
14230
14231 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14232 exim can use "your message" instead of "the message".
14233
142342000-07-06 Stefan Monnier <monnier@cs.yale.edu>
14235
14236 * facemenu.el: Docstrings fixes.
14237 (facemenu-get-face): Don't use internal-find-face.
14238 (facemenu-iterate): Rename arg to match the docstring.
14239
14240 * newcomment.el (uncomment-region): Be more careful when skipping
14241 backwards over `=' not to bump into BOBP.
14242
142432000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
14244
14245 * ediff-diff.el (ediff-wordify): Use syntax table.
14246 * ediff-init.el (ediff-has-face-support-p): Use
14247 ediff-color-display-p.
14248 (ediff-color-display-p): Use display-color-p, changed to defun
14249 from defsubst.
14250 Got rid of special cases for NeXT and OS/2.
14251 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14252 face.
14253
142542000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14255
14256 * emacs-lisp/lucid.el: Require CL.
14257 (copy-tree, remprop): Remove, it's provided by CL.
14258 (map-keymap): Define in terms of cl-map-keymap.
14259 (extent-property, set-extent-end-glyph): New functions.
14260
14261 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14262
142632000-07-05 Gerd Moellmann <gerd@gnu.org>
14264
14265 * Makefile.in (DONTCOMPILE): Add comment that the name may
14266 not be changed without changing the make-dist script.
14267
14268 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14269 (cl-mapc): Use mapc instead of cl-old-mapc.
14270
142712000-07-05 Andrew Innes <andrewi@gnu.org>
14272
14273 * makefile.nt: Add support for `bootstrap' and related targets.
14274
142752000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14276
14277 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14278 (easy-menu-do-define): Use `menu-item' format.
14279 Handle case where easy-menu-create-menu returns a symbol.
14280 Manually call the potential top-level filter in the function binding.
14281 (easy-menu-filter-return): New arg NAME.
14282 Convert to a keymap if MENU is an XEmacs menu.
14283 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
14284 (easy-menu-converted-items-table, easy-menu-convert-item):
14285 New var and fun to memoize easy-menu-convert-item-1.
14286 (easy-menu-do-add-item): Use it.
14287 (easy-menu-create-menu): Use easy-menu-convert-item.
14288 Wrap easy-menu-filter-return around any :filter specification.
14289 Don't convert the menu if a filter was specified.
14290 Tell easy-menu-make-symbol not to check for MENU being an expression.
14291 (easy-menu-make-symbol): New arg NOEXP.
14292
142932000-07-05 Gerd Moellmann <gerd@gnu.org>
14294
14295 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14296 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14297 (eval-defun): If called with prefix arg, instrument code for
14298 Edebug.
14299
14300 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14301 similar to that of eval-defun.
14302
143032000-07-04 Dave Love <fx@gnu.org>
14304
14305 * hl-line.el (hl-line-overlay): Make it permanent-local.
14306
14307 * calendar/todo-mode.el: Replaced with a working version, based on
14308 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14309
143102000-07-03 Miles Bader <miles@lsi.nec.co.jp>
14311
14312 * paths.el (prune-directory-list): New function.
14313 (Info-default-directory-list): Rewritten to more methodically
14314 enumerate a big list of possible info directories (based on the
14315 list used by the standalone info reader).
14316
14317 * info.el (info-initialize): Use prune-directory-list to remove
14318 non-existent directories from Info-directory-list.
14319
14320 * paths.el (Info-default-directory-list): Try a list of possible
14321 info-directories instead of a single one. Add the possible
14322 info directory "/usr/share/info".
14323
14324 * woman.el (woman-man.conf-path): Explicitly include the debian
14325 man-db config file "/etc/manpath.config".
14326 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14327 are present in `manpath.config'.
14328 (woman-manpath): Include "/usr/share/man".
14329
143302000-07-03 Gerd Moellmann <gerd@gnu.org>
14331
14332 * frame.el (blink-cursor-mode): Don't hide cursor initially.
14333
14334 * startup.el (command-line): Initialize blink-cursor based
14335 on window-system.
14336
14337 * frame.el (blink-cursor): Default to nil if not running under
14338 a window-system.
14339
14340 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14341 (face-x-resources): Remove duplicate entry for :font.
14342
14343 * textmodes/refer.el (refer-find-entry-internal): Use some-window
14344 instead of cycling through windows with next-window.
14345
14346 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14347 of cycling through windows with next-window.
14348
14349 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14350 of cycling through windows with next-window.
14351
14352 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14353 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14354 instead of cycling through windows with next-window.
14355
14356 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14357 instead of cycling through windows with next-window.
14358
14359 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14360 of cycling through windows with next-window.
14361
14362 * terminal.el (te-process-output): Use walk-windows instead of
14363 cycling through windows with next-window.
14364
14365 * server.el (server-switch-buffer): Use some-window instead of
14366 cycling through windows with next-window.
14367
14368 * window.el (some-window): New function.
14369 (walk-windows): Remove reference to walk-windows-start.
14370
14371 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14372
143732000-07-03 Richard Stallman <rms@gnu.org>
14374
14375 * window.el (walk-windows): Guarantee termination by keeping a list
14376 of all the windows already handled.
14377
143782000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14379
14380 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14381 window-system.
14382
14383 * man.el (Man-notify-when-ready): Don't use window-system. If
14384 Man-notify-method is newframe, and the display is not
14385 multi-frame, select the frame created for the man page.
14386 (Man-init-defvars): Doc fix.
14387
143882000-06-28 Gerd Moellmann <gerd@gnu.org>
14389
14390 * faces.el (region): Change background color for light background.
14391
14392 * ediff-wind.el (ediff-setup-control-frame): Remove :box
14393 attribute from mode-line face of Ediff control frame.
14394
14395 * replace.el (query-replace-map): Bind `e' like `E'.
14396
143972000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14398
14399 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14400 Change name to "Select All".
14401
14402 * dos-fns.el (convert-standard-filename): Fix last change.
14403
144042000-06-27 Gerd Moellmann <gerd@gnu.org>
14405
14406 * help.el (describe-variable): Don't insert a second `'s' in front
14407 of the string `value is shown below'. Since the syntax-table is
14408 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14409 an existing `'s', so that this won't be deleted.
14410
14411 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14412 * pcmpl-unix.el: New files.
14413
144142000-06-26 Stefan Monnier <monnier@cs.yale.edu>
14415
14416 * wid-edit.el (widget-member): Use the new plist-member.
14417
144182000-06-26 Gerd Moellmann <gerd@gnu.org>
14419
14420 * replace.el (perform-replace): Undo change of 2000-04-04.
14421 Instead, move backward 1 character at the end of the loop when
14422 necessary.
14423
14424 * faces.el (fringe): Change face for different backgrounds.
14425
14426 * eshell/esh-module.el (toplevel): Load defgroup's differently;
14427 patch from John.
14428
14429 * eshell/*.el: Change spelling of the Free Software Foundation.
14430
14431 * eshell/esh-toggle.el: Removed.
14432
14433 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14434
14435 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14436 interactively.
14437
144382000-06-26 Alex Schroeder <alex@gnu.org>
14439
14440 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14441 `define-key'; instead of checking `(emacs-version)' check for
14442 `set-keymap-parent' and `set-keymap-name' directly. Add entries
14443 for `;' and `o' which might be electric.
14444
14445 (sql-electric-stuff): New user option.
14446 (sql-magic-go): New function which uses `sql-electric-stuff'.
14447 (sql-magic-semicolon): New function which uses
14448 `sql-electric-stuff'.
14449
14450 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14451 is not fboundp.
14452
14453 (sql-oracle-options): New variable.
14454 (sql-oracle): Use it.
14455
14456 (sql-imenu-generic-expression): Doc change.
14457 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14458 is used.
14459
14460 (sql-informix): Added command line parameter "-" to force
14461 sql-informix-program to use stdout.
14462
144632000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
14464
14465 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14466 (cp864-decode-table): Doc fix.
14467 (cp720-decode-table): New variable, supports the Arabic OEM
14468 codepage used by Windows.
14469 (cp737-decode-table): New, Greek OEM codepage used by Windows.
14470
144712000-06-23 Dave Love <fx@gnu.org>
14472
14473 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14474 (font-lock-fontify-anchored-keywords): Use
14475 line-beginning-position.
14476 (global-font-lock-mode): Use mapc.
14477
144782000-06-23 Stefan Monnier <monnier@cs.yale.edu>
14479
14480 * eshell/esh-module.el: Require CL when compiling.
14481
144822000-06-23 Gerd Moellmann <gerd@gnu.org>
14483
14484 * comint.el (comint-substitute-in-file-name): Call replace-match
14485 with second and third arg t.
14486
14487 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14488 Specify foreground color.
14489
14490 * faces.el (tool-bar, mode-line, header-line): Specify foreground
14491 color.
14492
14493 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14494
14495 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14496 cddr instead of cdddr.
14497
14498 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14499 instead of copy-list.
14500
14501 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14502 of copy-list.
14503
14504 * subdirs.el: Add eshell subdirectory.
14505
14506 * eshell: New subdirectory containing the Eshell package.
14507
14508 * pcomplete.el: New file.
14509
145102000-06-23 Paul Eggert <eggert@twinsun.com>
14511
14512 * mail/mailpost.el (post-mail-send-it): Make sure file has
14513 proper permissions from birth.
14514
14515 * files.el (basic-save-buffer-2): When temporarily setting
14516 file modes, set them to current modes plus 0200, not to 0777.
14517
14518 * emerge.el (emerge-make-temp-file): Make sure file has proper
14519 permissions from birth.
14520
145212000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
14522
14523 * files.el (make-backup-file-name-1): On DOS/Windows, run the
14524 backup file name through convert-standard-filename.
14525
14526 * dos-fns.el (convert-standard-filename): Convert leading
14527 directories as well. When long file names are supported, convert
14528 characters that are invalid in Windows file names.
14529
145302000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14531
14532 * ps-print.el: Fix bug: if ^L is the very first buffer character,
14533 ps-print crashes. New feature: page selection for printing. Create
14534 raw-text-unix coding system for XEmacs. Doc fix.
14535 (ps-print-version): New version number (5.2.3).
14536 (ps-plot-region): Bug fix.
14537 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14538 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14539 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
14540 funs.
14541 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
14542 (ps-last-page): New vars.
14543
145442000-06-21 Gerd Moellmann <gerd@gnu.org>
14545
14546 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
14547 empty option string.
14548
145492000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
14550
14551 * man.el (man): Doc fix.
14552
145532000-06-21 Kenichi Handa <handa@etl.go.jp>
14554
14555 * international/mule-cmds.el (set-language-info-alist): Docstring
14556 fixed.
14557
145582000-06-20 Gerd Moellmann <gerd@gnu.org>
14559
14560 * version.el (emacs-version): Use ISO date format.
14561
14562 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
14563 instead of `M-backspace'.
14564
14565 * simple.el (turn-off-auto-fill): New function.
14566
145672000-06-20 Stefan Monnier <monnier@cs.yale.edu>
14568
14569 * jit-lock.el (with-buffer-prepared-for-jit-lock):
14570 Renamed from with-buffer-prepared-for-font-lock and use
14571 inhibit-modification-hooks rather than setting *-change-functions.
14572 Update all functions to use the new name.
14573 (jit-lock-first-unfontify-pos): New semantics (and doc).
14574 (jit-lock-mode): Make non-interactive.
14575 Don't automatically turn on font-lock.
14576 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
14577 Always use jit-lock-after-change.
14578 Remove and restore font-lock-after-change-function.
14579 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
14580 (jit-lock-after-unfontify-buffer): Remove.
14581 (jit-lock-stealth-fontify):
14582 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
14583 (jit-lock-after-change): Set the `fontified' text-prop to nil.
14584
145852000-06-20 Sam Steingold <sds@gnu.org>
14586
14587 * emacs-lisp/cl-indent.el (toplevel): Indent
14588 `print-unreadable-object' properly. Untabify.
14589
145902000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14591
14592 * textmodes/reftex.el (reftex-find-citation-regexp-format):
14593 Support for bibentry.
14594 (reftex-compile-variables): Fixed problem with end of section-re.
14595
14596 * texmodes/reftex-dcr.el (reftex-view-crossref,
14597 reftex-view-crossref-from-bibtex):
14598 Deal with changed `reftex-find-citation-regexp-format'.
14599 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
14600 Replaced `remprop' with `put'.
14601 (reftex-view-crossref, reftex-view-crossref-when-idle):
14602 Support for bibentry.
14603
14604 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14605 New entry for bibentry package.
14606
14607 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14608 Regexp also matches "\nobibliography".
14609
14610 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
14611 Call `reftex-ensure-write-access' before doing anything.
14612 (reftex-ensure-write-access): New function.
14613
146142000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14615
14616 * progmodes/idlwave.el: File re-installed (update to version 4.2)
14617
14618 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
14619
14620 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
14621
14622 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
14623
14624
146252000-06-20 Dave Love <fx@gnu.org>
14626
14627 * faces.el (frame-background-mode): Use set-default, not set, in
14628 setter.
14629 (frame-update-faces, frame-update-face-colors): Define with
14630 defalias.
14631
14632 * enriched.el (enriched-decode-foreground)
14633 (enriched-decode-background): Don't use internal-find-face.
14634
14635 * apropos.el: Doc fixes.
14636
14637 * cus-edit.el (customize-changed-options): Check arg.
14638 (customize-version-lessp): Don't require decimal point.
14639
14640 * custom.el (defcustom, defgroup): Doc fix.
14641
14642 * newcomment.el (comment) <defgroup>: Add :version.
14643 (comment-multi-line): Doc fix.
14644
14645 * emulation/mlsupport.el (define-hooked-local-abbrev,
14646 define-hooked-global-abbrev): Fix, using define-abbrev.
14647
146482000-06-19 Gerd Moellmann <gerd@gnu.org>
14649
14650 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
14651 the whole buffer.
14652
146532000-06-19 Dave Love <fx@gnu.org>
14654
14655 * menu-bar.el (menu-bar-options-save): New function.
14656 (menu-bar-options-menu): Use it.
14657 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
14658 Simplify.
14659
146602000-06-19 Andreas Schwab <schwab@suse.de>
14661
14662 * progmodes/etags.el (tags-query-replace): Put new parameters
14663 START and END at the end, for backward compatibility.
14664
146652000-06-19 Kenichi Handa <handa@etl.go.jp>
14666
14667 * international/codepage.el:
14668 (cp-coding-system-for-codepage-1): Delete special codes for
14669 generating xxx-dos coding system because now a CCL based coding
14670 system can handle EOL conversion by default.
14671
14672 * international/mule.el (make-coding-system): Generate subsidiary
14673 coding systems for EOL handling variants even for a CCL based
14674 coding system.
14675
146762000-06-19 Kenichi Handa <handa@etl.go.jp>
14677
14678 * international/isearch-x.el (isearch-minibuffer-input-method)
14679 (isearch-minibuffer-input-method-function): These variables
14680 deleted.
14681 (isearch-with-input-method): Don't use the above variables.
14682 (isearch-process-search-multibyte-characters): Likewise. Call
14683 read-string with the arg INHERIT-INPUT-METHOD t.
14684
146852000-06-17 Stefan Monnier <monnier@cs.yale.edu>
14686
14687 * font-lock.el (font-lock-after-fontify-buffer)
14688 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
14689
14690 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
14691 Use consistent make-local-variable style for font-lock-fontified.
14692 (jit-lock-fontify-buffer):
14693 Don't bother checking for font-lock-mode and jit-lock-mode.
14694
14695 * time.el: Remove trailing ^M that prevent CVS-merging.
14696
146972000-06-16 Gerd Moellmann <gerd@gnu.org>
14698
14699 * Makefile.in (distclean): New target.
14700
147012000-06-16 Stefan Monnier <monnier@cs.yale.edu>
14702
14703 * Makefile.in (srcdir): Define for update-subdirs.
14704
147052000-06-16 Gerd Moellmann <gerd@gnu.org>
14706
14707 * find-lisp.el: New file.
14708
147092000-06-16 Andrew Innes <andrewi@gnu.org>
14710
14711 * time.el (display-time-mail-function): New variable, to allow
14712 external packages to indicate when new mail is available.
14713 (display-time-update): Use it.
14714
147152000-06-16 Kenichi Handa <handa@etl.go.jp>
14716
14717 * international/mule.el (mule-version): Change version name to
14718 SAKAKI. AOI has already been used by Meadow.
14719
14720 * international/quail.el (quail-show-guidance-buf): To find the
14721 bottom window (but minibuffer), pay attention to the height of
14722 minibuffer.
14723
147242000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
14725
14726 * arc-mode.el (archive-mode-map): Use the new menu-item format for
14727 menu-bar menus. Add help strings. Don't remove the Edit menu
14728 from the menu bar, as the menu bar has enough space now.
14729
14730 * Makefile.in (SHELL): Make sure /bin/sh is used.
14731
14732 * woman.el (woman-man-buffer): Fix bold and underlined CJK
14733 characters, which use series of two ^H characters instead of one.
14734
147352000-06-15 Gerd Moellmann <gerd@gnu.org>
14736
14737 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
14738 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
14739 functions.
14740 (Info-find-node-2): Try a case-sensitive search first, then
14741 do a case-insensitive search.
14742
14743 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
14744 tutorials.
14745
14746 * complete.el (PC-env-vars-alist): New variable.
14747 (PC-complete-as-file-name): New function.
14748 (partial-completion-mode): Initialize PC-env-vars-alist from
14749 process-environment.
14750 (PC-do-completion): Handle completion of env vars.
14751
14752 * info.el (Info-set-mode-line): Show file name in mode line,
14753 use `*Info*' instead of `Info:'.
14754
14755 * startup.el (command-line-1): Change copyright messages to year
14756 2000.
14757
147582000-06-15 Dave Love <fx@gnu.org>
14759
14760 * net/goto-addr.el (goto-address-fontify): Use keymap property,
14761 not local-map.
14762
147632000-06-15 Kenichi Handa <handa@etl.go.jp>
14764
14765 * international/mule.el (set-buffer-file-coding-system): Almost
14766 rewritten to handle `undecided' as no-op.
14767
147682000-06-14 Gerd Moellmann <gerd@gnu.org>
14769
14770 * Makefile.in: New file.
14771
14772 * Makefile: Removed.
14773
14774 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
14775 (goto-address-highlight-keymap): Bind C-c RET.
14776
147772000-06-14 Kenichi Handa <handa@etl.go.jp>
14778
14779 * mail/sendmail.el (sendmail-send-it): The temporary buffer
14780 inherits buffer-file-coding-system of the current buffer.
14781
14782 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
14783 0. Give correct argument to set-auto-coding-function.
14784 (tar-expunge): For goto-char, use (point-min), not 0.
14785 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
14786 (tar-subfile-save-buffer): Likewize.
14787
14788 * international/mule.el
14789 (after-insert-file-set-buffer-file-coding-system): Call
14790 set-buffer-file-coding-system with the arg FORCE t.
14791
147922000-06-13 Gerd Moellmann <gerd@gnu.org>
14793
14794 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
14795 nil. Contemporary sendmails issue an X-Authentication-Warning if
14796 the sender is set with `-f'.
14797
147982000-06-13 Dave Love <fx@gnu.org>
14799
14800 * help.el (describe-function-1): Kluge around cases of functions
14801 fset to subrs whose doc doesn't match their symbol-name.
14802
14803 * image.el (insert-image): Default STRING to a space.
14804
14805 * info.el Doc fixes.
14806 (Info-build-node-completions): Match Ref tags.
14807
148082000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
14809
14810 * frame.el (display-multi-frame-p, display-multi-font-p): New
14811 defaliases for display-graphic-p.
14812
14813 * hl-line.el: Fixed a typo in commentary.
14814
148152000-06-13 Kenichi Handa <handa@etl.go.jp>
14816
14817 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
14818 fixed.
14819
148202000-06-12 Dave Love <fx@gnu.org>
14821
14822 * image.el (insert-image): Save a little consing.
14823
148242000-06-12 Kenichi Handa <handa@etl.go.jp>
14825
14826 * language/tibet-util.el: Convert all tibetan-1-column characters
14827 to the corresponding tibetan characters.
14828 (tibetan-add-components): Delete code for the special treatment of
14829 'a chung.
14830
14831 * language/tibetan.el (tibetan-composable-pattern): Fix previous
14832 change.
14833 (tibetan-vowel-transcription-alist): More rules added.
14834 (tibetan-composite-vowel-alist): New variable.
14835 (tibetan-precomposition-rule-alist): More rules added.
14836
148372000-06-12 Stefan Monnier <monnier@cs.yale.edu>
14838
14839 * startup.el (command-line): Only call menu-bar-mode if interactive.
14840
14841 * thingatpt.el (toplevel symbol-properties):
14842 * textmodes/makeinfo.el (makeinfo-compile):
14843 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
14844 * progmodes/hideif.el (hif-compress-define-list)
14845 (hide-ifdef-use-define-alist):
14846 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
14847 (ange-ftp-vms-add-file-entry):
14848 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
14849 * man.el (Man-build-man-command):
14850 * mail/rnewspost.el (news-reply-header-hook):
14851 * info.el (Info-insert-dir):
14852 * emulation/mlconvert.el (backward-word, forward-word, setq):
14853 * emacs-lisp/gulp.el (gulp-send-requests):
14854 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
14855 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
14856 (byte-optimize-apply, end of file):
14857 * emacs-lisp/advice.el (ad-advice-class-completion-table)
14858 (ad-make-freeze-definition):
14859 * startup.el (command-line, command-line-1): Don't quote lambdas.
14860
14861 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
14862 (cvs-cleanup-removed): New function.
14863 (cvs-cleanup-functions): New var.
14864 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
14865 some flexibility in specifying additional entries to auto-cleanup.
14866 (cvs-quickdir): New function.
14867 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
14868 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
14869 (cvs-mode-find-file): Check that we are on a filename or dirname
14870 when invoked through a mouse-click.
14871 (cvs-full-path): Remove.
14872 (cvs-dired-action): Re-introduced.
14873 (cvs-dired-noselect): Use it.
14874 (vc-post-command-functions): use this new hook if available.
14875
14876 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
14877 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
14878 (cvs-filename-map, cvs-dirname-map): Remove.
14879 (cvs-default-action): Remove.
14880 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
14881 if the arg is really a keymap.
14882 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
14883 Don't hardcode the mapping from state (aka type) to face, but check
14884 the var cvs-fi-<type>-face instead.
14885 (cvs-fileinfo-from-entries): New function.
14886
14887 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
14888 Docstring fix.
14889 (cvs-find-file-and-jump): Change default to be safer.
14890 (cvs-mode-diff-map): Define it as a function as well.
14891 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
14892 Bind mouse-2 in this global map rather than with text-properties.
14893
14894 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
14895 file to resolve the ambiguity between C(conflict) and C(need-merge).
14896
148972000-06-12 Kenichi Handa <handa@etl.go.jp>
14898
14899 * international/mule.el (set-buffer-file-coding-system): If
14900 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
14901 unconditionally.
14902
149032000-06-12 Dave Love <fx@gnu.org>
14904
14905 * wid-edit.el (widget-specify-button): Really suppress the face if
14906 required.
14907
149082000-06-11 Gerd Moellmann <gerd@gnu.org>
14909
14910 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
14911
149122000-06-11 Stefan Monnier <monnier@cs.yale.edu>
14913
14914 * imenu.el (imenu-generic-expression): Docstring fix.
14915
14916 * composite.el (composition-function-table): Move the `put'
14917 below the autoload cookie so we can load the file before loaddefs.
14918
14919 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
14920
14921 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
14922 Handle easy-mmode-define-global-mode.
14923 For complex macros like define-minor-mode that can generate
14924 several autoload entries, try to autoload entries in the
14925 macroexpanded code.
14926
14927 * emacs-lisp/easy-mmode.el (define-minor-mode):
14928 If KEYMAP is a symbol, just use it.
14929 Use byte-compile-current-file and load-file-name to infer the
14930 proper :require to pass to defcustom.
14931 Wrap the hook var into `progn' so as not to autoload it.
14932 Add a :autoload-end cookie.
14933 Be more careful about the evaluation of KEYMAP.
14934 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
14935 (define-derived-mode): Move define-abbrev-table outside of defvar.
14936
149372000-06-10 Stefan Monnier <monnier@cs.yale.edu>
14938
14939 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
14940 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
14941 (backup-compiled-files): Ignore errors during `tar'.
14942 (bootstrap): Make autoloads before elc files.
14943
149442000-06-10 Kenichi Handa <handa@etl.go.jp>
14945
14946 * international/mule.el (set-buffer-file-coding-system): If one of
14947 undecided-XXX is specified, change only EOL conversion.
14948
14949 * international/mule-conf.el (unix): New alias for the coding
14950 system undecided-unix.
14951
149522000-06-09 Dave Love <fx@gnu.org>
14953
14954 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
14955
14956 * progmodes/executable.el: Byte compile dynamic.
14957 (executable-insert): Change custom type.
14958 (executable-find): Add autoload cookie.
14959 (executable-make-buffer-file-executable-if-script-p): New
14960 function. After Noah Friedman.
14961
14962 * files.el (after-save-hook): Customize, with
14963 executable-make-buffer-file-executable-if-script-p as an option.
14964
149652000-06-09 Kenichi Handa <handa@etl.go.jp>
14966
14967 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
14968 "tib24p-mule.bdf" for Tibetan.
14969
14970 * composite.el (decompose-composite-char): Declare it as obsolete.
14971
14972 * man.el (Man-fontify-manpage): Pay attention to underline and
14973 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
14974
149752000-06-08 Gerd Moellmann <gerd@gnu.org>
14976
14977 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
14978 Set maintainer to FSF since author isn't reachable.
14979
149802000-06-08 Dave Love <fx@gnu.org>
14981
14982 * international/mule-cmds.el (select-safe-coding-system): If
14983 DEFAULT-CODING-SYSTEM is not specified, also check the most
14984 preferred coding-system if buffer-file-coding-system is
14985 `undecided'. From Handa.
14986
149872000-06-08 Kenichi Handa <handa@etl.go.jp>
14988
14989 * international/mule.el
14990 (after-insert-file-set-buffer-file-coding-system): If the buffer
14991 size is greater than INSERTED, judget that we are not visiting.
14992
149932000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
14994
14995 * whitespace.el (defgroup whitespace): Comment out `:version'.
14996 XEmacs 20.4 has problems defining the group with this present.
14997 We'll have this commented out till get resolve the problem.
14998
149992000-06-07 John Wiegley <johnw@gnu.org>
15000
15001 * align.el (align-dq-string-modes, align-sq-string-modes)
15002 (align-open-comment-modes): Add pyhton-mode.
15003 (align-rules-list): Use get-text-property instead of
15004 text-properties-at.
15005 (align-rules-list): Add python-assignment.
15006 (align-rules-list): Change perl-comma-delimiter to
15007 basic-comma-delimiter. Use if for Perl modes and python-mode.
15008 (align-rules-list): Add python-chain-logic and
15009 basic-line-continuation.
15010
150112000-06-07 Jari Aalto <jari.aalto@poboxes.com>
15012
15013 * apropos.el (apropos-mode-hook): New user variable.
15014 (apropos-mode): Run apropos-mode-hook.
15015
150162000-06-07 David Ponce <david@dponce.com>
15017
15018 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15019 commands. Require `wid-edit' at run-time.
15020
150212000-06-07 David Ponce <david@dponce.com>
15022
15023 * recentf.el: Added some "Commentary".
15024 (recentf-open-more-files, recentf-edit-list): Minor changes to
15025 move the point at the top of the file list. This behaviour is
15026 consistent with the menu one when the list contains a lot of
15027 files.
15028 (recentf-cleanup): Now displays the number of items removed from
15029 the list.
15030 (recentf-relative-filter) New menu filter to show filenames
15031 relative to `default-directory'.
15032
150332000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15034
15035 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
15036 with/without giving an error if PostScript printer doesn't have this
15037 kind of page size. Zebra Stripe continues or restarts on next page.
15038 Manual/automatic paper feeding. Switch or not the header.
15039 (ps-print-version): New version number (5.2.2).
15040 (ps-windows-system): Include emx as a Windows system.
15041 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15042 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15043 (ps-background-text): Code fix.
15044 (ps-error-handler-message, ps-user-defined-prologue)
15045 (ps-print-prologue-header, ps-printer-name)
15046 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15047 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15048 (ps-use-face-background): Customization fix.
15049 (ps-n-up-database): Data fix.
15050 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15051 (ps-switch-header): New vars.
15052 (ps-xemacs-color-name, ps-face-foreground-name)
15053 (ps-face-background-name, ps-boolean-constant): New funs.
15054
150552000-06-07 Dave Love <fx@gnu.org>
15056
15057 * allout.el: New version from Manheimer.
15058
150592000-06-07 Kenichi Handa <handa@etl.go.jp>
15060
15061 * textmodes/fill.el (fill-find-break-point): Check the validity of
15062 charset.
15063
150642000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15065
15066 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15067 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15068 Call display-color-p and display-mouse-p instead of looking at
15069 window-system.
15070
150712000-06-06 Dave Love <fx@gnu.org>
15072
15073 * image.el (find-image): Doc fix. Return nil if image not found.
15074 (put-image, insert-image): Make STRING arg optional.
15075
150762000-06-06 Kenichi Handa <handa@etl.go.jp>
15077
15078 * language/vietnamese.el: Remove eval-when-compile.
15079 (viet-viscii-nonascii-translation-table): Define it as a
15080 translation table made from viet-viscii-decode-table.
15081 (viet-viscii-encode-table): Define it as a translation table made
15082 from the reverse map of above.
15083 (viet-vscii-nonascii-translation-table): Define it as a
15084 translation table made from viet-vscii-decode-table.
15085 (viet-vscii-encode-table): Define it as a translation table made
15086 from the reverse map of above.
15087 (ccl-decode-viscii): Use translate-character.
15088 (ccl-encode-viscii, ccl-encode-viscii-font)
15089 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15090 Likewize.
15091
15092 * language/cyrillic.el: Remove eval-when-compile.
15093 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15094 translation table made from cyrillic-koi8-r-decode-table.
15095 (cyrillic-koi8-r-encode-table): Define it as a translation table
15096 made from the reverse map of above.
15097 (ccl-decode-koi8): Use translate-character.
15098 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15099 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15100 a translation table made from cyrillic-alternativnyj-decode-table.
15101 (cyrillic-alternativnyj-encode-table): Define it as a translation
15102 table made from the reverse map of above.
15103 (ccl-decode-alternativnyj): Use translate-character.
15104 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15105 Likewize
15106
15107 * international/mule-diag.el (non-iso-charset-alist): Specify
15108 translation table symbol instead of translation table itself.
15109 (list-block-of-chars): CHARSET may be a translation table symbol.
15110
15111 * international/mule.el (make-coding-system): If CODING-SYSTEM
15112 already exists, override it.
15113
15114 * international/fontset.el: Use family `proportional' for Tibetan
15115 fonts.
15116
15117 * international/ccl.el (ccl-compile-translate-character): Don't
15118 check if Rrr has property translation-table.
15119 (ccl-compile-map-multiple): Modified to avoid compiler warning.
15120
151212000-06-05 Gerd Moellmann <gerd@gnu.org>
15122
15123 * info.el: Bind case-fold-search to t when searching in case
15124 a user sets it to nil in a hook.
15125
151262000-06-05 Stefan Monnier <monnier@cs.yale.edu>
15127
15128 * autoarg.el (autoarg-mode, autoarg-kp-mode):
15129 * hl-line.el (hl-line-mode): Use the new :global key argument.
15130
15131 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15132 (tar-clip-time-string): Prepend a space.
15133 (tar-grind-file-mode): Construct a string rather than modifying one.
15134 (tar-header-block-summarize): Fix docstring.
15135 Use `format' rather than an error-prone set of copy-loops.
15136
15137 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15138 (diff-goto-source, diff-unified->context, diff-context->unified)
15139 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15140 understand the format output by the `-p' argument to diff.
15141
15142 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15143 (sh-re-done): Use defconst.
15144 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15145 (sh-help-string-for-variable, sh-guess-basic-offset):
15146 Don't quote lambdas.
15147 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15148 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15149
15150 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15151 (mh-letter-mode): Derive from text-mode.
15152 This implicitly means that it now calls kill-all-local-variables.
15153 Also remove the Emacs-18 compatibility code.
15154
15155 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15156 Make use of symbol-property doc-string-elt.
15157 Use memq rather than a sequence of eq.
15158 (doc-string-elt): Fix the wrong or missing previously unused values.
15159 (autoload-print-form): New function extracted from
15160 generate-file-autoloads to allow recursion when handling progn
15161 so that defvar's and defun's docstrings are properly printed.
15162 (generate-file-autoloads): Use it.
15163
15164 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15165 Use find-file-hooks in the minor-mode function.
15166 Be careful not to loop indefinitely in the post-command-hook function.
15167
151682000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
15169
15170 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15171 tty's.
15172 * ediff-diff.el (ediff-exec-process): Use --binary for fine
15173 differences whenever appropriate.
15174 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15175 * viper.el (find-file, find-file-other-window): Get viper to do
15176 wildcards.
15177
151782000-06-04 Stefan Monnier <monnier@cs.yale.edu>
15179
15180 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15181 (jit-lock-fontify-buffer): New function for JIT refontification.
15182 (jit-lock-mode): Fix docstring.
15183 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15184 Remove jit-lock-after-change from the _local_ hook.
15185 (jit-lock-function-1): Fix docstring.
15186
15187 * info.el (Info-on-current-buffer): Initialize info.
15188
15189 * newcomment.el (comment-indent): Ignore comment-indent-hook.
15190
15191 * progmodes/tcl.el (tcl-indent-for-comment):
15192 Ignore comment-indent-hook.
15193
15194 * emacs-lisp/easy-mmode.el: Require CL during compilation.
15195 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15196 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15197 and improve to use the lighter to guess the capitalization.
15198 (define-minor-mode): Inline code from easy-mmode-define-toggle.
15199 Add keyword arguments to specify global-ness or the custom group.
15200 Add local-map and help-echo properties to the lighter.
15201 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15202 (easy-mmode-define-global-mode): New macro.
15203
152042000-06-02 Dave Love <fx@gnu.org>
15205
15206 * wid-edit.el: byte-compile-dynamic since we typically don't use
15207 all the widgets. Don't require cl or widget. Remove
15208 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
15209 (widget-read-event): Removed. Callers changed to use read-event.
15210 (widget-button-release-event-p): Renamed from
15211 button-release-event-p.
15212 (widget-field-add-space, widget-field-use-before-change):
15213 Uncustomize.
15214 (widget-specify-field): Use keymap property, not local-map.
15215 (widget-specify-button): Obey :suppress-face.
15216 (widget-specify-insert): Use modern backquote syntax.
15217 (widget-image-directory): Renamed from widget-glyph-directory.
15218 (widget-image-enable): Renamed from widget-glyph-enable.
15219 (widget-image-find): Replaces widget-glyph-find.
15220 (widget-button-pressed-face): Move defvar.
15221 (widget-image-insert): Replaces widget-glyph-insert.
15222 (widget-convert): Use keywordp.
15223 (widget-leave-text, widget-children-value-delete): Use mapc.
15224 (widget-keymap): Remove XEmacs stuff.
15225 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15226 (widget-button-click): Don't set point at the click, but re-centre
15227 if we scroll out of window. Rewritten for images v. glyphs &c.
15228 (widget-tabable-at): Use POS arg, not point.
15229 (widget-beginning-of-line, widget-end-of-line)
15230 (widget-item-value-create, widget-sublist, widget-princ-to-string)
15231 (widget-sexp-prompt-value, widget-echo-help): Simplify.
15232 (widget-default-create): Use widget-image-insert; some rewriting.
15233 (widget-visibility-value-create)
15234 (widget-push-button-value-create, widget-toggle-value-create): Use
15235 widget-image-insert.
15236 (checkbox): Create on and off images dynamically.
15237 (documentation-link): Change :help-echo.
15238 (widget-documentation-link-echo-help): Remove.
15239
152402000-06-02 Stefan Monnier <monnier@cs.yale.edu>
15241
15242 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15243
15244 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15245 (easy-mmode-define-toggle, define-minor-mode): Use it.
15246 (easy-mmode-define-keymap): Docstring fix.
15247 (define-derived-mode): Default PARENT to fundamental-mode.
15248 Add the derived-mode-parent symbol-property.
15249 (easy-mmode-derived-mode-p): New function.
15250
152512000-06-02 Dave Love <fx@gnu.org>
15252
15253 * files.el (convert-standard-filename): Doc fix.
15254 (normal-backup-enable-predicate): New function.
15255 (backup-enable-predicate): Use it to replace the lambda form.
15256
15257 * calendar/todo-mode.el: [This needs more work on the outline
15258 stuff.] Doc fixes.
15259 (todo) <defgroup>: Add :version.
15260 (todo-add-category): Don't use pushnew.
15261 (todo-cmd-raise): Fix typo.
15262 (todo-top-priorities): Change temp buffer name.
15263 (todo-category-alist): Avoid redundant lambda.
15264 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15265 Use outline-next-heading.
15266
15267 * autoarg.el: Rewritten to use define-minor-mode.
15268 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15269 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15270
152712000-06-02 Kenichi Handa <handa@etl.go.jp>
15272
15273 * isearch.el (isearch-other-meta-char): Fix previous change.
15274
152752000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15276
15277 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15278 (log-edit-done): Only add the comment to the ring if it's different
15279 from the last comment entered.
15280
15281 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15282
152832000-06-01 Dave Love <fx@gnu.org>
15284
15285 * hl-line.el: Rewritten using define-minor-mode.
15286
15287 * help.el (describe-function-1): Distinguish special form from
15288 builtin function. Sanity-check presence of arglist for builtins.
15289
152902000-06-01 Kenichi Handa <handa@etl.go.jp>
15291
15292 * international/characters.el: Fix syntax/category setting of
15293 Tibetan characters.
15294
15295 * language/tibet-util.el (tibetan-add-components): Fixes for new
15296 encoding of Tibetan characters.
15297 (tibetan-decompose-precomposition-alist): New variable.
15298 (tibetan-decompose-region): Convert precomposed characters to
15299 non-precomposed characters.
15300 (tibetan-decompose-string): Likewise.
15301 (tibetan-composition-function): Fix args to
15302 thibetan-compose-string.
15303
15304 * language/tibetan.el (tibetan-composable-pattern): More
15305 characters included.
15306 (tibetan-consonant-transcription-alist): Rule for "R" added.
15307 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15308 "+R" added.
15309 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15310
15311 * language/lao-util.el (lao-composition-function): Fix args to
15312 compose-string.
15313
15314 * language/thai-util.el (thai-composition-function): Fix args to
15315 compose-string.
15316
15317 * isearch.el (isearch-update): Set disable-point-adjustment to t
15318 to prevent the point moving to the end of a composition when a
15319 part of a composition is searched.
15320 (isearch-other-meta-char): If the key invoking this command can be
15321 mapped by function-key-map to a printing char, call
15322 isearch-process-search-char directly.
15323
153242000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15325
15326 * emacs-lisp/bytecomp.el:
15327 * frame.el:
15328 * international/mule-cmds.el:
15329 * international/mule-util.el:
15330 * international/mule.el:
15331 * mouse.el:
15332 * subr.el:
15333 * faces.el: Update calls to make-obsolete with a WHEN argument.
15334
15335 * byte-run.el (make-obsolete, make-obsolete-variable):
15336 Add an optional WHEN argument and change the format of the
15337 symbol-property information.
15338 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15339 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15340 new obsolete-symbol-property format and print WHEN if it is provided.
15341
153422000-05-31 Dave Love <fx@gnu.org>
15343
15344 * loadhist.el (loadhist-hook-functions): Remove
15345 before-change-function, after-change-function.
15346 (unload-feature): Deal with symbols which are both bound and
15347 fbound.
15348
15349 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15350 before-change-function, after-change-function.
15351
15352 * simple.el (newline): Don't bind before-change-function,
15353 after-change-function.
15354
153552000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
15356
15357 * whitespace.el (whitespace-rescan-timer-time): Update interval
15358 set to 600 seconds (10 minutes) instead of 60 seconds since
15359 a large number of whitespace buffers causes emacs to `freeze'
15360 for a considerable amount of time.
15361
15362 * whitespace.el: Updated email address
15363
153642000-05-31 Dave Love <fx@gnu.org>
15365
15366 * add-log.el (change-log-font-lock-keywords) <function>: Add
15367 pattern for function of change.
15368 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15369 acknowledgements patterns.
15370
153712000-05-31 Kenichi Handa <handa@etl.go.jp>
15372
15373 * isearch.el (isearch-printing-char): If keyboard coding system is
15374 being used, call isearch-process-search-multibyte-characters.
15375
15376 * international/isearch-x.el: Mostly rewritten.
15377
15378 * international/quail.el (quail-start-conversion): Don't include
15379 unhandled events in the returned events, but set them in
15380 unread-command-events. Exit if all inputs are deleted.
15381
153822000-05-30 Jason Rumney <jasonr@gnu.org>
15383
15384 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15385
15386 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15387 Reenable code to create initial fontsets.
15388 Use set-fontset-font in place of put-charset-property.
15389
153902000-05-30 Gerd Moellmann <gerd@gnu.org>
15391
15392 * progmodes/perl-mode.el (perl-indent-line): When looking for a
15393 label, ensure that the first colon isn't followed by another.
15394
15395 * paths.el (Info-default-directory-list): Doc fix.
15396
15397 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15398 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15399 send a query containing USER only, not USER@HOST.
15400
15401 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15402 and rmail-msgend to compute the restriction at the end, instead of
15403 computing it.
15404
154052000-05-29 Gerd Moellmann <gerd@gnu.org>
15406
15407 * dabbrev.el (dabbrev-expand): Don't display messages in the
15408 echo area if the minibuffer window is active.
15409
15410 * jit-lock.el (jit-lock-mode): Add after change function to
15411 local hook.
15412
154132000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
15414
15415 * antlr-mode.el: New commands: hide/unhide actions,
15416 upcase/downcase literals.
15417 (antlr-tiny-action-length): New user option.
15418 (antlr-hide-actions): New command. Suggested by
15419 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15420 (antlr-mode-map): New binding [C-c C-v].
15421 (antlr-mode-menu): New entries.
15422 (antlr-downcase-literals): New command.
15423 (antlr-upcase-literals): Ditto.
15424
15425 * antlr-mode.el: Minor changes: indendation, mode-name.
15426 (antlr-indent-line): Indent cpp directive at column 0.
15427 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15428
15429 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15430 (antlr-font-lock-additional-keywords): Workaround for intentional
15431 bug in XEmacs version of font-lock.
15432 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
15433 be used by a smarter version of `buffers-menu-grouping-function'.
15434
154352000-05-29 Gerd Moellmann <gerd@gnu.org>
15436
15437 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15438 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15439
154402000-05-29 Kenichi Handa <handa@etl.go.jp>
15441
15442 * international/encoded-kb.el
15443 (encoded-kbd-iso2022-designation-map): Pay attention to that
15444 charset-iso-final-char return -1 for eight-bit-control and
15445 eight-bit-graphic.
15446
154472000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15448
15449 * speedbar.el (speedbar-use-images, speedbar-update-flag)
15450 (speedbar-easymenu-definition-base): Use display-graphic-p where
15451 available, instead of window-system.
15452
154532000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15454
15455 * international/codepage.el (cp-coding-system-for-codepage-1): Add
15456 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15457 coding systems.
15458
154592000-05-26 Dave Love <fx@gnu.org>
15460
15461 * disp-table.el (standard-display-underline): Don't use
15462 internal-find-face.
15463
15464 * mail/reporter.el: Maintainer change. Doc fixes.
15465 (reporter-version): Deleted.
15466
15467 * emacs-lisp/elp.el: Maintainer change.
15468 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15469
154702000-05-26 Stefan Monnier <monnier@cs.yale.edu>
15471
15472 * add-log.el (add-change-log-entry): Merge the current entry with the
15473 previous one if the previous one is empty.
15474
154752000-05-26 Dave Love <fx@gnu.org>
15476
15477 * loadhist.el (unload-feature): Fix interactive spec [from
15478 lijnzaad@ebi.ac.uk].
15479
15480 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15481 subr-arity to check primitives.
15482 (byte-compile-flush-pending, byte-compile-file-form-progn)
15483 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15484 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15485 mapcar.
15486
154872000-05-26 Kenichi Handa <handa@etl.go.jp>
15488
15489 * international/fontset.el: Set family names of non-latin charsets
15490 in default fontset to "*".
15491
15492 * international/mule-diag.el (print-fontset): Combine family part
15493 and registry part of the fontname by "-*-" instead of "-".
15494
15495 * international/mule-cmds.el (encode-coding-char): Make strings
15496 multibyte before calling encode-coding-string.
15497
154982000-05-25 Stefan Monnier <monnier@cs.yale.edu>
15499
15500 * derived.el: Fix keywords.
15501 (define-derived-mode): Only define if needed.
15502
15503 * simple.el (fill-comment, comment-column, comment-start)
15504 (comment-start-skip, comment-end, comment-indent-function)
15505 (block-comment-start, block-comment-end, indent-for-comment)
15506 (set-comment-column, kill-comment, comment-padding, comment-region)
15507 (comment-multi-line, indent-new-comment-line): Remove.
15508
15509 * bindings.el (esc-map): Change ; to comment-dwim and use the new
15510 function names for comment operations.
15511
15512 * newcomment.el: Add abundant autoload cookies.
15513 (comment-style): Don't depend on runtime data at compile-time.
15514 (comment-indent-hook): Remove.
15515 (comment-indent): Check if comment-indent-hook is bound.
15516 (comment-region): Docstring fix.
15517
155182000-05-25 Dave Love <fx@gnu.org>
15519
15520 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15521 byte-code-function-p.
15522
15523 * mail/rmailsum.el: Add provide.
15524
15525 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
15526
15527 * smerge-mode.el (smerge-diff-switches): Don't use list* in
15528 defcustom.
15529
155302000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
15531
15532 * ediff-diff.el (ediff-exec-process): delete --binary option from
15533 non-buffer ediff jobs.
15534
155352000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15536
15537 * hilit-chg.el (highlight-changes-mode): Ask about color or
15538 grayscale support, not about window-system.
15539
15540 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
15541 window-system.
15542 (ffap-highlight): Always default to t.
15543
15544 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
15545 display-popup-menus-p instead of looking at window-system.
15546
15547 * disp-table.el (standard-display-g1, standard-display-graphic):
15548 Only refuse to use string glyphs on X and MS-Windows.
15549
15550 * avoid.el: Remove window-system from commentary, suggest to use
15551 display-*-p instead.
15552
15553 * apropos.el (apropos-print): Use display-mouse-p instead of
15554 window-system.
15555
155562000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15557
15558 * international/codepage.el (cp-decoding-vector-for-codepage):
15559 Fill up unsupported characters with their own codes. From Kenichi
15560 Handa.
15561
155622000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15563
15564 * international/mule-diag.el (describe-char-after): Use
15565 display-graphic-p instead of window-system, so that this function
15566 works on MS-DOS.
15567
155682000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15569
15570 * international/codepage.el (cp-make-coding-systems-for-codepage):
15571 Remove the eight-bit-graphic and eight-bit-control charsets from
15572 the list of charsets which we convert into `?'.
15573
155742000-05-25 Kenichi Handa <handa@etl.go.jp>
15575
15576 * international/mule-conf.el: Specify CHARSET-ID explicitely for
15577 private charsets.
15578 (mule-unicode-0100-24ff, japanese-jisx0213-1,
15579 japanese-jisx0213-2): New charsets.
15580
15581 * international/fontset.el: Setup default fontset for new charsets.
15582
155832000-05-24 Dave Love <fx@gnu.org>
15584
15585 * info.el (Info-find-node-2): Restructure [following "Vadim
15586 S. Solomin" <sovs@uic.nnov.ru>].
15587
15588 * icomplete.el: Fix header for Finder.
15589
155902000-05-24 Eric M. Ludlam <zappo@ultranet.com>
15591
15592 * rmailout.el (rmail-output-to-rmail-file): Added optional param
15593 STAY.
15594
15595 * rmail.el (rmail-automatic-folder-directives): New user variable.
15596 (rmail-show-message): Add call to `rmail-auto-file' during
15597 display.
15598 (rmail-auto-file): New function.
15599
156002000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15601
15602 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
15603 account.
15604 (ediff-test-utility,ediff-diff-mandatory-option)
15605 (ediff-reset-diff-options): Utilities for proper initialization of
15606 ediff-diff-options and ediff-diff3-options on Windows.
15607
15608 * ediff-init.el (ediff-merge-filename-prefix): New customizable
15609 variable.
15610
15611 * ediff-mult.el (ediff-filegroup-action): Use
15612 ediff-merge-filename-prefix.
15613
156142000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15615
15616 * viper-ex.el (ex-write): Set selective display to nil.
15617
156182000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15619
15620 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
15621 aliases for hebrew-iso-8bit.
15622
156232000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15624
15625 * woman.el: New version from Francis J. Wright
15626 <F.J.Wright@Maths.QMW.ac.uk>.
15627 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
15628 names in environment variables regardless of the path separator.
15629 (woman-topic-all-completions-1): Don't call file-name-directory-p
15630 on all files, since woman-file-regexp already filters out any
15631 directories.
15632
156332000-05-24 Kenichi Handa <handa@etl.go.jp>
15634
15635 * international/quail.el (quail-start-translation): Don't change
15636 modified-p of the current buffer.
15637 (quail-start-conversion): Likewise.
15638
15639 * international/kkc.el (kkc-region): Don't change modified-p of
15640 the current buffer.
15641
15642 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
15643 conform to RFC1468.
15644 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
15645
156462000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
15647
15648 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
15649 (speedbar-insert-button): Invisible text property fix.
15650 (speedbar-directory-plus): Renamed from speedbar-directory-+
15651 (speedbar-directory-minus): Renamed from speedbar-directory--
15652 (speedbar-page-plus): Renamed from speedbar-file-+
15653 (speedbar-page-minus): Renamed from speedbar-file--
15654 (speedbar-page): Renamed from speedbar-file-
15655 (speedbar-tag): Renamed from speedbar-tag-
15656 (speedbar-tag-plus): Renamed from speedbar-tag-+
15657 (speedbar-tag-minus): Renamed from speedbar-tag--
15658 (speedbar-expand-image-button-alist): Use above renames.
15659
15660 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
15661 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
15662 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
15663 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
15664 * sb-pg.xpm: Renamed from sb-file.xpm
15665 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
15666 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
15667
156682000-05-24 Kenichi Handa <handa@etl.go.jp>
15669
15670 * international/quail.el (quail-show-guidance-buf): Set
15671 current-input-method of the guidance buffer to the name of the
15672 curren input method.
15673
156742000-05-23 Stefan Monnier <monnier@cs.yale.edu>
15675
15676 * progmodes/compile.el (compile-internal): Style typo.
15677
15678 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
15679 quote vars and functions in the docstring.
15680
15681 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
15682
15683 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
15684 Don't quote lambdas.
15685
15686 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
15687
156882000-05-23 Gerd Moellmann <gerd@gnu.org>
15689
15690 * startup.el (command-line): Determine source file of compiled
15691 user init file differently. Warn if compiled user init file
15692 is older than its source file.
15693
15694 * ffap.el (ffap-url-regexp): Add `https'.
15695
156962000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
15697
15698 * files.el (make-backup-file-name-1): Replace slashes with `!'
15699 rather than `|' (which is not allowed on Windows). Replace the
15700 drive letters with a string "drive_X".
15701
157022000-05-23 Gerd Moellmann <gerd@gnu.org>
15703
15704 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
15705
15706 * files.el (interpreter-mode-alist): Add `bash2'.
15707
157082000-05-22 Dave Love <fx@gnu.org>
15709
15710 * loadhist.el (feature-symbols, file-provides, file-requires): Use
15711 mapc.
15712 (feature-file): Avoid calling symbol-name. Doc fix.
15713 (file-set-intersect, file-dependents): Use dolist, not mapcar.
15714 (loadhist-hook-functions): Add mouse-position-function.
15715 (unload-feature): Change uses of mapcar.
15716
15717 * files.el (parse-colon-path): Doc fix.
15718 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
15719 (set-auto-mode): Use mapc.
15720
15721 * complete.el (PC-look-for-include-file): Use :alnum: character
15722 class.
15723 (partial-completion-mode): Add autoload cookie.
15724
157252000-05-22 Sam Steingold <sds@gnu.org>
15726
15727 * info.el (Info-fontify-node): Fixed the call to
15728 `add-text-properties' (bug introduced on 2000-05-18).
15729
157302000-05-22 Dave Love <fx@gnu.org>
15731
15732 * bindings.el: Remove debug-ignored-errors set in other files.
15733
15734 * progmodes/etags.el: Add to debug-ignored-errors.
15735 (visit-tags-table-buffer): Clear out buffers holding old tables
15736 when making a new list.
15737 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
15738 mapc.
15739
15740 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
15741 quote keywords.
15742 (cmpl-string-case-type): Use character classes.
15743
15744 * comint.el:
15745 * textmodes/ispell.el:
15746 * imenu.el:
15747 * mail/mh-e.el:
15748 * progmodes/compile.el: Add to debug-ignored-errors.
15749
15750 * dabbrev.el: Add to debug-ignored-errors.
15751 (dabbrev-completion): Use mapc.
15752
157532000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
15754
15755 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
15756 (woman-mapcan, woman-parse-man.conf)
15757 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
15758 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
15759 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
15760 path syntax better.
15761 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
15762 (woman-manpath): Call woman-parse-man.conf.
15763 (woman-emulation): New defcustom, defaults to nroff.
15764 (woman-font-support): New defconst.
15765 (woman-use-symbol-font): New defcustom.
15766 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
15767 "Emulation".
15768 Many functions: Doc fix.
15769
157702000-05-22 Kenichi Handa <handa@etl.go.jp>
15771
15772 * international/quail.el (quail-simple-translation-keymap): Map
15773 128..255 to quail-self-insert-command.
15774 (quail-keyboard-layout-alist): Add definition for "pc102-de".
15775
157762000-05-22 Stefan Monnier <monnier@cs.yale.edu>
15777
15778 * help.el (help-manyarg-func-alist): Typo.
15779
15780 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
15781 intervals which makes it heaps simpler.
15782
15783 * newcomment.el (comment-region-internal): Go back to BEG after quoting
15784 the nested comment markers.
15785
15786 * subr.el (remove-hook): Don't turn the hook's value into a list.
15787
157882000-05-21 Dave Love <fx@gnu.org>
15789
15790 * edmacro.el (edmacro-parse-keys): Return vector if any elements
15791 are invalid characters.
15792
15793 * international/mule-util.el (detect-coding-with-priority): Use
15794 mapc. Remove redundant lambda.
15795
15796 * international/mule-diag.el (list-non-iso-charset-chars)
15797 (describe-fontset): Remove redundant lambda.
15798
15799 * emulation/crisp.el (brief-mode): New alias.
15800
15801 * emacs-lisp/ring.el (ring-elements): New function.
15802
15803 * emacs-lisp/easymenu.el (easy-menu-create-menu)
15804 (easy-menu-do-add-item): Use keywordp.
15805
15806 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
15807
15808 * replace.el: Doc and error message fixes.
15809 (replace-highlight): Use facep, not internal-find-face.
15810
158112000-05-20 Stefan Monnier <monnier@cs.yale.edu>
15812
15813 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
15814
15815 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
15816 (log-edit-insert-changelog): Drop `:' as well.
15817
15818 * log-view.el: Fix file description.
15819 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
15820 available.
15821 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
15822 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
15823
15824 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
15825 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
15826 Print a status message if the toggle is called interactively.
15827 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
15828 for global minor modes and use `defcustom' for them.
15829 Use add-minor-mode.
15830 (easy-mmode-define-derived-mode): Remove.
15831 (define-derived-mode): Fancier default docstring.
15832 (easy-mmode-define-navigation): Signal an error rather than (ding).
15833
15834 * newcomment.el (comment-styles): New `box-multi'.
15835 (comment-normalize-vars): Better default for comment-continue to
15836 avoid whitespace-only continuations.
15837 (comment-search-forward): Always move even in the no-syntax case.
15838 (comment-padright): Only obey N if it's only obeyed for padleft.
15839 (comment-make-extra-lines): Better handling of empty continuations.
15840 Use `=' for the filler if comment-start has only one character.
15841 (uncomment-region): Try handling the special `=' filler.
15842 (comment-region): Allow LINES even if MULTI is nil.
15843 (comment-box): Choose box style based on comment-style.
15844
158452000-05-20 Kenichi Handa <handa@etl.go.jp>
15846
15847 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
15848 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
15849
158502000-05-20 Kenichi HANDA <handa@etl.go.jp>
15851
15852 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
15853 and insert, not subst-char-in-region.
15854
15855 * international/mule-diag.el (list-character-sets-1): Handle
15856 charsets eight-bit-control and eight-bit-graphic.
15857 (list-iso-charset-chars): Likewise.
15858 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
15859 charactes as is. Use indent-to to align characters.
15860
15861 * international/mule-cmds.el (find-multibyte-characters): Never
15862 exclude charsets eight-bit-control and eight-bit-graphic.
15863
158642000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15865
15866 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
15867 Don't quote lambdas.
15868
15869 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
15870
158712000-05-19 Gerd Moellmann <gerd@gnu.org>
15872
15873 * gud.el (gud-jdb-directories): Doc fix.
15874
158752000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15876
15877 * newcomment.el: New file.
15878
158792000-05-19 Gerd Moellmann <gerd@gnu.org>
15880
15881 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
15882
158832000-05-18 Andreas Schwab <schwab@suse.de>
15884
15885 * dired.el (dired-between-files): Also skip lines beginning with
15886 `used'.
15887
158882000-05-18 Gerd Moellmann <gerd@gnu.org>
15889
15890 * msb.el (msb-menu-cond): Add choice `user'.
15891
158922000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15893
15894 * ps-print.el: Compatibility, customization and doc fix.
15895 (ps-printer-name-option): Replace defconst by defvar.
15896 (ps-postscript-code-directory): XEmacs compatibility.
15897 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
15898 fix.
15899 (ps-user-defined-prologue, ps-print-prologue-header)
15900 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
15901 compatibility and code fix.
15902 (ps-print-background-image, ps-print-background-text):
15903 Customization fix.
15904 (ps-line-number-start, ps-n-up-on): New vars.
15905
159062000-05-18 Espen Skoglund <esk@ira.uka.de>
15907
15908 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
15909 the indent-comment function to just return the appropriate indent.
15910
159112000-05-18 Eric M. Ludlam <zappo@ultranet.com>
15912
15913 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
15914 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
15915 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
15916
159172000-05-18 Dave Love <fx@gnu.org>
15918
15919 * info.el (Info-fontify-node): Add intangible property as well as
15920 invisible.
15921
15922 * calendar/appt.el (appt-make-list): Match all lines of entry.
15923 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
15924
159252000-05-18 Kenichi Handa <handa@etl.go.jp>
15926
15927 * international/mule-diag.el (describe-char-after): Call
15928 internal-char-font, not char-font. If internal-char-font returns
15929 nil, display "-- none --".
15930
159312000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15932
15933 * image.el (image-type-available-p): Don't reference image-types
15934 if it isn't bound.
15935
159362000-05-17 Stefan Monnier <monnier@cs.yale.edu>
15937
15938 * autoarg.el (autoarg-mode): Typo in the :set argument.
15939
159402000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15941
15942 * startup.el (command-line-1): Don't signal an error if the
15943 directory for auto-save-list files does not yet exist.
15944
159452000-05-17 Kenichi Handa <handa@etl.go.jp>
15946
15947 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
15948
159492000-05-16 Stefan Monnier <monnier@cs.yale.edu>
15950
15951 * subr.el (remove-hook): `setq' hook-value, not `set'.
15952
159532000-05-16 Sam Steingold <sds@gnu.org>
15954
15955 * info.el (debug-ignored-errors): More errors to ignore.
15956
159572000-05-16 Dave Love <fx@gnu.org>
15958
15959 * cus-edit.el: Don't require cl or easymenu.
15960 (custom-variable-prompt): Test standard-value property, not
15961 user-variable-p.
15962
159632000-05-16 Sam Steingold <sds@gnu.org>
15964
15965 * subr.el (add-hook): `setq' hook-value, not `set'.
15966
159672000-05-16 Gerd Moellmann <gerd@gnu.org>
15968
15969 * startup.el (command-line-1): Mention the FAQ in the startup
15970 message.
15971
15972 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
15973
15974 * progmodes/compile.el (compilation-parse-errors): Collect
15975 `nomessage' regexps last.
15976
15977 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
15978
15979 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
15980 to the function name.
15981
159822000-05-15 Dave Love <fx@gnu.org>
15983
15984 * speedbar.el (speedbar-recenter): Typo.
15985 (speedbar-expand-line): Make arg optional.
15986 (speedbar-mode): Avoid a compiler warning.
15987
159882000-05-15 Gerd Moellmann <gerd@gnu.org>
15989
15990 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
15991 user-specified option string is empty.
15992
15993 * mouse.el (mouse-yank-at-click): Doc fix.
15994
159952000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
15996
15997 * term/internal.el (IT-character-translations): More updates of
15998 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
15999 documents.
16000
160012000-05-15 Gerd Moellmann <gerd@gnu.org>
16002
16003 * env.el (getenv): New function, interactively callable.
16004 (setenv, getenv): Remove autoload cookies.
16005
16006 * loadup.el: Load `env'.
16007
16008 * progmodes/f90.el: Change author's mail address.
16009
160102000-05-14 Dave Love <fx@gnu.org>
16011
16012 * mail/rmail.el (rmail-show-message-hook): Customize and offer
16013 goto-addr as an option.
16014
16015 * help.el (help-xref-stack): Doc fix.
16016 (help-xref-following): New variable.
16017 (help-make-xrefs): Use it.
16018 (help-xref-go-back): Use position information from stack element.
16019 (help-follow): Make position in stack element a pair. Use
16020 help-xref-following.
16021
16022 * autoarg.el: New file.
16023
16024 * faces.el: Declare more functions obsolete.
16025
16026 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16027 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16028 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16029 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16030 Remove all the setup-...-environment functions.
16031
160322000-05-13 Eric M. Ludlam <zappo@ultranet.com>
16033
16034 * speedbar.el: Updated the commentary section. xemacs20p now uses
16035 >= when detecting. Require `defimage' safely.
16036 (speedbar-easymenu-definition-base): Add toggle for images.
16037 (speedbar-easymenu-definition-special): Add flush cache & expand.
16038 (speedbar-visiting-tag-hook): Set new defaults. Added options.
16039 (speedbar-reconfigure-keymaps-hook): New variable.
16040 (speedbar-frame-parameters): Updated documentation.
16041 (speedbar-use-imenu-flag): Updated custom tag
16042 (speedbar-dynamic-tags-function-list): New variable.
16043 (speedbar-tag-hierarchy-method): Updated doc & custom.
16044 (speedbar-indentation-width, speedbar-indentation-width) New
16045 variables.
16046 (speedbar-hide-button-brackets-flag): Customizable.
16047 (speedbar-vc-indicator): Doc update.
16048 (speedbar-ignored-path-expressions): Updated default value.
16049 (speedbar-supported-extension-expressions): Updated default value.
16050 (speedbar-syntax-table): Remove {} paren status.
16051 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16052 as "+". Added overlay aliases.
16053 (speedbar-mode): Use `speedbar-mode-line-update' instead of
16054 `force-mode-line-update'.
16055 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16056 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16057 `mouse-set-point'
16058 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16059 (speedbar-item-info-tag-helper): Revamped to handle a wider range
16060 of arbitrary text, and new helper functions.
16061 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16062 filename finder.
16063 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16064 (speedbar-directory-buttons): Update path search/expansion.
16065 (speedbar-make-tag-line): Pay attention to
16066 `speedbar-indentation-width'. Use more care w/ invisible
16067 properties.
16068 (speedbar-change-expand-button-char): Call
16069 `speedbar-insert-image-button-maybe'.
16070 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16071 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16072 (speedbar-trim-words-tag-hierarchy)
16073 (speedbar-simple-group-tag-hierarchy): New functions
16074 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16075 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16076 functions.
16077 (speedbar-mouse-set-point): New function
16078 (speedbar-power-click): Updated documentation.
16079 (speedbar-line-token, speedbar-goto-this-file): Handle more types
16080 of tag prefix text.
16081 (speedbar-expand-line, speedbar-contract-line): Make more robust
16082 to strange text.
16083 (speedbar-expand-line): Takes universal argument to flush the
16084 cache.
16085 (speedbar-flush-expand-line): New function.
16086 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16087 Use new generator insertion method.
16088 (speedbar-fetch-dynamic-tags): New function.
16089 (speedbar-fetch-dynamic-imenu): Removed code now handled in
16090 `speedbar-fetch-dynamic-imenu'.
16091 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16092 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16093 "Revert Buffer" menu items.
16094 (speedbar-buffer-buttons-engine): Be smarter when creating a
16095 filename tag (for expansion purposes.).
16096 (speedbar-highlight-one-tag-line,
16097 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16098 (speedbar-recenter): New functions.
16099 (defimage-speedbar): Image loading abstraction.
16100 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16101 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16102 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16103 (speedbar-tag-type, speedbar-tag-mail): New images.
16104 (speedbar-expand-image-button-alist): New variable.
16105 (speedbar-insert-image-button-maybe): Insert an image over some
16106 buttons.
16107
161082000-05-13 Kenichi Handa <handa@etl.go.jp>
16109
16110 * international/mule-cmds.el (encode-coding-char): An ASCII
16111 character is always encodable.
16112
16113 * international/mule-conf.el: Add more information in descriptions
16114 of character sets.
16115
16116 * international/mule-diag.el (describe-char-after): New function.
16117 (describe-font-internal): Adjusted for the change of font-info.
16118 (describe-font): Likewise.
16119 (print-fontset): Rewritten for the new fontset implementation.
16120 (describe-fontset): Include fontset alias names in completion.
16121 (list-fontsets): Adjusted for the change of print-fontset.
16122
16123 * simple.el (what-cursor-position): If DETAIL is non-nil, call
16124 describe-char-after instead of displaying the detail in the echo
16125 area.
16126 (syntax-code-table): Format changed.
16127 (string-to-syntax): Adjusted for the above change.
16128
161292000-05-12 Stefan Monnier <monnier@cs.yale.edu>
16130
16131 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16132
161332000-05-12 Dave Love <fx@gnu.org>
16134
16135 * calendar/todo-mode.el: Remove some compatibility stuff and CL
16136 dependence. Use line-{beginning,end}-position, not
16137 point-at{b,e}ol. Some doc fixes.
16138 (todo-position): New function. Fix callers of position to use it.
16139 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16140
161412000-05-12 Gerd Moellmann <gerd@gnu.org>
16142
16143 * time.el (display-time-mail-icon): Use `:ascent center'.
16144
16145 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16146 handling FTP security extensions.
16147
161482000-05-11 Dave Love <fx@gnu.org>
16149
16150 * calendar/todo-mode.el: New file.
16151
161522000-05-11 Gerd Moellmann <gerd@gnu.org>
16153
16154 * comint.el (comint-read-input-ring): Move reference to
16155 comint-input-ring-size outside of the save-excursion. It was
16156 causing the default value to be the only one ever seen.
16157
16158 * font-lock.el: Update copyright. Remove Simon Marshall's email
16159 address on request from him.
16160
16161 * subr.el (substitute-key-definition): Add comment describing
16162 the meaning of PREFIX.
16163
161642000-05-10 Stefan Monnier <monnier@cs.yale.edu>
16165
16166 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16167
16168 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16169 (add-minor-mode): Don't make the variable buffer-local and add a
16170 reference to define-minor-mode in the docstring.
16171
16172 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16173 HEADER/FOOTER and fix bug with trailing empty directory.
16174 (cvs-append-to-ignore): Use vc-editable-p if available.
16175 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16176 (vc-do-command): Tweak advice to handle the new VC.
16177
16178 * log-view.el (log-view-goto-rev): New function for the new VC.
16179 (log-view-minor-wrap): Use mark-active.
16180
16181 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16182 (log-edit-changelog-full-paragraphs): New var.
16183 (log-edit-insert-changelog): Remove a lonely leading `* file'.
16184 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16185 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16186 (log-edit-changelog-ours-p, log-edit-changelog-entries)
16187 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16188 Replace the `cvs' prefix with `log-edit'.
16189
16190 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16191
16192 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16193 (diff-font-lock-defaults): Explicitly turn off multiline.
16194 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16195 (diff-ediff-patch): Fix call to ediff-patch-file.
16196 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16197 Handle comments.
16198
16199 * frame.el (automatic-hscrolling): Typo.
16200
16201 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16202
162032000-05-09 Sam Steingold <sds@goems.com>
16204
16205 * apropos.el (apropos-print): use `describe-face' instead of
16206 `customize-face-other-window'.
16207
162082000-05-09 Dave Love <fx@gnu.org>
16209
16210 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16211
16212 * help.el (describe-variable): Have customize button pop the
16213 help-xref stack when invoked.
16214 (help-xref-symbol-regexp): Add `face'.
16215 (help-make-xrefs): Check for quoted face names and adapt regexp
16216 submatch numbers to cope.
16217 (help-xref-interned): Maybe insert face doc too. Separate
16218 sections with a line of hyphens.
16219
16220 * faces.el: Some doc fixes. Declare some functions obsolete.
16221 (describe-face): Add customize button. Return the help
16222 text. Fix prompt.
16223
162242000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
16225
16226 * term/internal.el (IT-character-translations): Fix last change.
16227
162282000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16229
16230 * woman.el: New file
16231 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16232
162332000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16234
16235 * term/internal.el (IT-character-translations): Update ASCII
16236 simulations for greek-iso8859-7, add latin-iso8859-14 and
16237 latin-iso8859-15.
16238
16239 * international/mule-cmds.el (set-language-info-alist): Call
16240 define-prefix-command with 3 arguments, to make the map suitable
16241 for a menu.
16242
162432000-05-07 Dave Love <fx@gnu.org>
16244
16245 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16246
162472000-05-05 Dave Love <fx@gnu.org>
16248
16249 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16250 list in doc string. Don't quote keyword symbols.
16251 * emacs-lisp/cl.el: Likewise
16252 * emacs-lisp/cl-seq.el: Likewise
16253
162542000-05-05 Gerd Moellmann <gerd@gnu.org>
16255
16256 * abbrev.el (abbrev-mode): Make ARG optional.
16257
162582000-05-04 Gerd Moellmann <gerd@gnu.org>
16259
16260 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16261
16262 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16263
16264 * subr.el (substitute-key-definition): Clarify documentation.
16265
162662000-05-04 Milan Zamazal <pdm@freesoft.cz>
16267
16268 * glasses.el (glasses-convert-to-unreadable): Use
16269 `glasses-separator' instead of the hard-wired "_".
16270 (glasses-mode): Call `glasses-make-unreadable' only in a single
16271 place.
16272
162732000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
16274
16275 * term/internal.el (cjk-codepages-alist): Add associations for
16276 Chinese and Korean codepages. Remove FIXME comment.
16277
162782000-05-03 Dave Love <fx@gnu.org>
16279
16280 * time.el (display-time-mail-face, display-time-use-mail-icon):
16281 New option.
16282 (display-time-mail-icon): New variable.
16283 (display-time-string-forms): Use the above. Fix the local-map.
16284
162852000-05-03 Gerd Moellmann <gerd@gnu.org>
16286
16287 * replace.el (query-replace-map): Add binding for `E'.
16288 (query-replace-help): Extend help text.
16289 (perform-replace): Allow editing the replacement string.
16290
16291 * make-mode.el (makefile-mode-abbrev-table): New variable.
16292 (makefile-mode): Set local abbrev table to
16293 makefile-mode-abbrev-table.
16294 (makefile-font-lock-keywords): Fontify includes and conditionals.
16295
16296 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16297 set TOGGLE's value.
16298
16299 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16300 mail-interactive-insert-alias.
16301 (mail-abbrev-complete-alias): New command.
16302 (mail-mode-map): Bind it to `M-TAB'.
16303
163042000-05-03 Kenichi Handa <handa@etl.go.jp>
16305
16306 * language/lao-util.el (lao-compose-region): New function.
16307
163082000-05-02 Gerd Moellmann <gerd@gnu.org>
16309
16310 * files.el (recover-session): Make directories as necessary
16311 if they don't exist yet.
16312
16313 * calendar/cal-french.el
16314 (french-calendar-multibyte-special-days-array)
16315 (french-calendar-special-days-array): Change French text.
16316 (calendar-french-date-string): Change output.
16317 (calendar-goto-french-date): Likewise.
16318
163192000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
16320
16321 * wid-edit.el (widget-default-active): Obey `:always-active'.
16322 (widget-documentation-string-value-create): Set `:always-active'.
16323
163242000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16325
16326 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16327 default prefix to `~/_emacs.d/auto-save.list/_s'.
16328 (normal-top-level): Create the directory for auto-save files, if
16329 it doesn't already exist (in the ms-dos case only).
16330
163312000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16332
16333 * international/mule-cmds.el (set-language-environment): Don't
16334 concat an integer (dos-codepage), use format instead.
16335
163362000-05-02 Dave Love <fx@gnu.org>
16337
16338 * help.el (help-xref-on-pp): Check for constant symbols.
16339
163402000-04-29 Gerd Moellmann <gerd@gnu.org>
16341
16342 * startup.el (normal-top-level): Put a condition-case around
16343 the code loading subdirs.el.
16344
163452000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16346
16347 * ps-print.el: Upside-down and face background color printing,
16348 line number step, doc fix.
16349 (ps-print-version): New version number (5.2).
16350 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16351 (ps-face-attribute-list, ps-plot-with-face): Code fix.
16352 (ps-spool-config): Var fix.
16353 (ps-printer-name-option): Const fix.
16354 (ps-print-upside-down, ps-use-face-background)
16355 (ps-line-number-step): New vars.
16356 (ps-window-system, ps-lp-system): New consts.
16357 (ps-face-background): New fun.
16358
163592000-04-28 Richard Stallman <rms@gnu.org>
16360
16361 * files.el (make-auto-save-file-name):
16362 Apply auto-save-file-name-transforms to visited file name
16363 before generating auto save file name.
16364 (auto-save-file-name-transforms): New variable.
16365
16366 * files.el (backup-enable-predicate):
16367 Correctly test for a file under a temporary directory.
16368
163692000-04-28 Gerd Moellmann <gerd@gnu.org>
16370
16371 * subr.el (add-minor-mode): Rewritten.
16372
163732000-04-28 Kenichi Handa <handa@etl.go.jp>
16374
16375 * mail/sendmail.el (sendmail-send-it): Set
16376 buffer-file-coding-system to the selected coding system for MIME
16377 header.
16378
163792000-04-27 Gerd Moellmann <gerd@gnu.org>
16380
16381 * dired.el (dired-move-to-filename-regexp): Allow format where
16382 YYYY is followed by two spaces.
16383
16384 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16385 in the second character class of the regexp.
16386
16387 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16388 mh-etc, too.
16389
16390 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16391 nil.
16392
16393 * subr.el (add-minor-mode): Use `set' instead of `setq'.
16394
16395 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16396 argument.
16397
163982000-04-27 Sen Nagata <sen@eccosys.com>
16399
16400 * emacs-lisp/crm.el (crm-completion-table): New variable.
16401 (crm-collection-fn, crm-test-completion)
16402 (completing-read-multiple): Use it.
16403
164042000-04-27 Dave Love <fx@gnu.org>
16405
16406 * help.el (locate-library): Use mapc.
16407 (help-manyarg-func-alist): Add call-process-region.
16408
164092000-04-26 Gerd Moellmann <gerd@gnu.org>
16410
16411 * subr.el (add-minor-mode): Make argument MAP optional.
16412
16413 * desktop.el (desktop-save): Save list of minor modes.
16414 (desktop-create-buffer): Restore minor modes.
16415 (desktop-minor-mode-table): New user-option.
16416
16417 * subr.el (add-minor-mode): New function.
16418
16419 * image.el (find-image): New function.
16420 (defimage): Rewritten to find image at load time.
16421
16422 * startup.el (normal-top-level-add-to-load-path): Handle
16423 case that the default directory is not in load-path.
16424
16425 * help.el: Old patch from Stefan Monnier.
16426 (help-xref-on-pp): New function.
16427 (describe-variable): Use it to display xrefs in a symbol's value.
16428
164292000-04-26 Stefan Monnier <monnier@cs.yale.edu>
16430
16431 * cus-edit.el (custom-face): Fix parenthesis.
16432
164332000-04-26 Kenichi Handa <handa@etl.go.jp>
16434
16435 * mail/rmail.el (rmail-expunge): When there are no deleted
16436 messages, do nothing.
16437
164382000-04-26 Dave Love <fx@gnu.org>
16439
16440 * international/mule-cmds.el (locale-translation-file-name):
16441 Defvar to nil.
16442 (set-locale-environment): Set it here (at runtime).
16443
164442000-04-25 Gerd Moellmann <gerd@gnu.org>
16445
16446 * replace.el (perform-replace): Add parameters START and END. Use
16447 them instead of the check for a region in Transient Mark mode.
16448 (query-replace-read-args): Return two more list elements for the
16449 start and end of the region in Transient Mark mode.
16450 (query-replace, query-replace-regexp, query-replace-regexp-eval)
16451 (map-query-replace-regexp, replace-string, replace-regexp): Add
16452 optional last arguments START and END and pass them to
16453 perform-replace.
16454
16455 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16456 form with additional arguments for perform-replace.
16457
16458 * progmodes/etags.el (tags-query-replace): Add parameters START
16459 and END. Construct a form with additional arguments for
16460 perform-replace.
16461
16462 * simple.el (shell-command): Set default directory for "*Shell
16463 Command Output" buffer.
16464
16465 * language/european.el (iso-latin-4): Fix typo.
16466
16467 * emacs-lisp/crm.el: New file.
16468
164692000-04-24 Dave Love <fx@gnu.org>
16470
16471 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16472 (Custom-reset-saved, Custom-reset-standard)
16473 (custom-group-value-create, custom-group-set, custom-group-save)
16474 (custom-group-reset-current, custom-group-reset-saved)
16475 (custom-group-reset-standard): Use mapc.
16476 (custom-buffer-create-internal): Disable undo when creating items.
16477 Use mapc.
16478 (custom-face): Avoid redundant lambda.
16479
164802000-04-24 Gerd Moellmann <gerd@gnu.org>
16481
16482 * startup.el (auto-save-list-file-prefix): Set default to
16483 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16484
164852000-04-24 Sam Steingold <sds@gnu.org>
16486
16487 * time-stamp.el (time-stamp-string-preprocess): Always convert
16488 `field-result' to a string.
16489
164902000-04-24 Gerd Moellmann <gerd@gnu.org>
16491
16492 * frame.el (scrolling): New group.
16493 (automatic-hscrolling): New user-option.
16494
16495 * startup.el (command-line-x-option-alist): Add `-lsp' and
16496 `--line-spacing'.
16497
164982000-04-19 Dave Love <fx@gnu.org>
16499
16500 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16501 (cl-mapc): Rename from mapc. Fix the funcall.
16502
165032000-04-19 Gerd Moellmann <gerd@gnu.org>
16504
16505 * simple.el (clone-indirect-buffer-other-window): New command.
16506 (clone-indirect-buffer): Add optional arg NORECROD.
16507 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16508
16509 * help.el (resize-temp-buffer-window): Use count-screen-lines.
16510
16511 * window.el (count-screen-lines): New function.
16512 (shrink-window-if-larger-than-buffer): Use count-screen-lines
16513 instead of window-buffer-height.
16514
16515 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16516 non-existing variable comint-input-sentinel.
16517 (inferior-lisp-args-to-list): Removed.
16518 (inferior-lisp): Use split-string instead of
16519 inferior-lisp-args-to-list.
16520
16521 * hexl.el (hexl-insert-hex-string): New command.
16522
16523 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16524 instead of concat.
16525
165262000-04-18 Gerd Moellmann <gerd@gnu.org>
16527
16528 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16529 at the start of an existing but empty folder.
16530
165312000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16532
16533 * ps-mule.el: Customization fix, doc fix.
16534 (ps-multibyte-buffer): Customization fix.
16535
165362000-04-17 Richard M. Stallman <rms@gnu.org>
16537
16538 * subr.el (read-passwd): Use read-char-exclusive.
16539
165402000-04-17 Gerd Moellmann <gerd@gnu.org>
16541
16542 * textmodes/texinfo.el (texinfo-insert-@email)
16543 (texinfo-insert-@emph, texinfo-insert-@quotation)
16544 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
16545 (texinfo-mode-map): Add key bindings for them.
16546
16547 * files.el (basic-save-buffer-2): Use a template with `$'
16548 instead of `#' for VMS.
16549
16550 * simple.el (clone-indirect-buffer): New function.
16551
165522000-04-16 Stephen Eglen <stephen@gnu.org>
16553
16554 * iswitchb.el (iswitchb-case): New function. If the user input
16555 contains any upper-case characters, the search is made
16556 case-sensitive.
16557
165582000-04-17 Stefan Monnier <monnier@cs.yale.edu>
16559
16560 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
16561 comment-end.
16562 (texinfo-font-lock-syntactic-keywords): New var.
16563 (texinfo-font-lock-keywords): Remove comment regexp.
16564 (texinfo-insert-block): New function.
16565 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
16566 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
16567 and font-lock-defaults. Use regexp-opt for outline-regexp.
16568 (texinfo-environments): New var.
16569 (texinfo-environment-regexp): Use regexp-opt and
16570 texinfo-environments.
16571
16572 * textmodes/ispell.el (ispell-menu-map-needed): Check that
16573 ispell-process is bound since this might be eval'd before ispell
16574 is loaded.
16575 (ispell-message): Use a tiny bit less magic and a bit more hard
16576 data to figure out what kind of sc-cite-regexp to use.
16577
16578 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
16579
16580 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
16581 (insert-cyclic-diary-entry): Unquote the lambda.
16582
16583 * gud.el (gud-jdb-build-source-files-list): Fix typo.
16584
16585 * files.el (backup-enable-predicate): Unquote the lambda.
16586
16587 * cus-edit.el (custom-face, face): Unquote the lambda.
16588
165892000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16590
16591 * ps-print.el: Check for line-beginning-position definition.
16592
16593 * ps-print.el: Fix counting lines in a region.
16594 (ps-print-version): New version number (5.1.5).
16595 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
16596 (ps-printing-region): Fun code fix.
16597
165982000-04-15 Gerd Moellmann <gerd@gnu.org>
16599
16600 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
16601 to file-directory-p.
16602
166032000-04-14 Gerd Moellmann <gerd@gnu.org>
16604
16605 * gud.el (gud-jdb-build-source-files-list): Check that directory
16606 exists before calling directory-files.
16607
166082000-04-13 Dave Love <fx@gnu.org>
16609
16610 * emacs-lisp/trace.el: Change maintainer. Use new backquote
16611 syntax.
16612
16613 * emacs-lisp/cl-specs.el: Remove when, unless.
16614
16615 * emacs-lisp/cl-extra.el: Don't quote keywords.
16616 (cl-old-mapc): New variable.
16617 (mapc): Use it.
16618 (cl-map-intervals): Use with-current-buffer. Don't check for
16619 next-property-change.
16620 (cl-map-overlays): Use with-current-buffer.
16621 (cl-expt): Remove.
16622 (copy-tree, remprop): Define unconditionally.
16623
16624 * emacs-lisp/cl-compat.el (keywordp): Remove.
16625
16626 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
16627 to use keywordp.
16628 (edebug-spec): Enable keywordp.
16629
16630 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
16631 string-lessp.
16632
16633 * cus-start.el: Use keywordp.
16634
166352000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16636
16637 * diary-lib.el (include-other-diary-files): Fix the fix of
16638 2000-02-18 by doing a save-excursion.
16639
166402000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16641
16642 * ps-print.el: Customization fix, doc fix.
16643 (ps-print-version): New version number (5.1.4).
16644 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
16645 (ps-print-preprint): Adjust code.
16646 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
16647 (ps-print-prologue-header, ps-print-control-characters)
16648 (ps-spool-config): Customization fix.
16649
166502000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
16651
16652 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
16653 converted to the new menu-item format, names silightly changed,
16654 help strings added.
16655
16656 Support for spelling without async subprocesses:
16657
16658 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
16659 (ispell-session-buffer): New variables.
16660 (ispell-start-process, ispell-process-status,
16661 ispell-accept-output, ispell-send-string): New functions, for
16662 Ispell invocation when async subprocesses aren't supported.
16663 (ispell-word, ispell-pdict-save, ispell-command-loop,
16664 ispell-process-line, ispell-buffer-local-parsing): Replace calls
16665 to process-send-string with calls to ispell-send-string, and
16666 accept-process-output with ispell-accept-output.
16667 (ispell-init-process): Call ispell-process-status instead of
16668 process-status with.
16669 (ispell-init-process): Call ispell-start-process. Call
16670 ispell-accept-output and ispell-send-string. Don't call
16671 process-kill-without-query and kill-process if they are unbound.
16672 (ispell-async-processp): New function.
16673
166742000-04-12 Dave Love <fx@gnu.org>
16675
16676 * info.el: Add debug-ignored-errors.
16677 (Info-mode-menu): Add some items.
16678 (Info-directory): Add autoload cookie.
16679
16680 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
16681 Modify `truncate-lines'. Make `describe-language-environment'
16682 always visible and add help. Modify `describe-key' help. Invoke
16683 Info-directory from `info'. New entry `emacs-manual'.
16684
166852000-04-10 Gerd Moellmann <gerd@gnu.org>
16686
b291c86c
SM
16687 * progmodes/ebrowse.el (ebrowse-tree-mode):
16688 Use propertized-buffer-identification.
a30eb617
DL
16689 (ebrowse-update-member-buffer-mode-line): Likewise.
16690 (ebrowse--mode-strings): Removed.
16691 (ebrowse--mode-line-props): Removed.
16692
16693 * files.el (auto-mode-alist): Add `EBROWSE'.
16694
16695 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
16696 space before testing for end of buffer.
16697 (ebrowse-load): Removed.
16698 (ebrowse-revert-tree-buffer-from-file): Rewritten.
16699 (ebrowse-create-tree-buffer): Rewritten.
16700 (ebrowse-tree-mode): Read tree from buffer.
16701
16702 * progmodes/ebrowse-ffh.el: Removed.
16703
167042000-04-10 Kenichi Handa <handa@etl.go.jp>
16705
16706 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
16707
167082000-04-10 Gerd Moellmann <gerd@gnu.org>
16709
16710 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
16711 at the wrong place.
16712
167132000-04-09 Dave Love <fx@gnu.org>
16714
b291c86c
SM
16715 * files.el (backup-enable-predicate):
16716 Use temporary-file-directory, small-temporary-file-directory.
16717 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
16718 (make-backup-file-name-1): New function.
16719 (make-backup-file-name): Use it.
b291c86c 16720 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
16721 (file-newest-backup): Use make-backup-file-name.
16722
167232000-04-09 Gerd Moellmann <gerd@gnu.org>
16724
16725 * progmodes/ebrowse-ffh.el: New file.
16726
86f6474c
SM
16727 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
16728 Moved to ebrowse-ffh.el.
a30eb617
DL
16729 (ebrowse-load): Add autoload.
16730
16731 * finder.el (finder-commentary): Add autoload cookie.
16732
16733 * mail/rfc2368.el: Correct author's email address.
16734
16735 * progmodes/ebrowse.el: New file.
16736
16737 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
16738 item help string.
16739 (easy-menu-do-add-item): Ditto.
16740 (easy-menu-define): Extend doc string.
16741
86f6474c 16742 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
16743 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
16744 (jit-lock-function, jit-lock-stealth-fontify): Don't use
16745 with-buffer-unmodified.
16746
167472000-04-08 Dave Love <fx@gnu.org>
16748
16749 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
16750 unless, when.
16751
167522000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
16753
16754 * viper-util.el (viper-put-on-search-overlay): New subroutine.
16755 (viper-flash-search-pattern): No operation when using Emacs
16756 doesn't support face.
16757 Use `viper-put-on-search-overlay'.
16758
167592000-04-04 Gerd Moellmann <gerd@gnu.org>
16760
16761 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
16762 like C-r.
16763
16764 * progmodes/make-mode.el: Some doc fixes.
16765 (makefile-mode-abbrev-table): New variable.
16766 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
16767 (makefile-font-lock-keywords): Fontify includes and conditionals.
16768 (toplevel): Require `dabbrev' and `add-log' when compiling.
16769
16770 * replace.el (perform-replace): Don't move forward one char
16771 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
16772 to do that because it leaves point 1 position after the last
16773 replacement, after everything has been replaced.
16774
16775 * jit-lock.el (with-buffer-unmodified): New macro.
16776 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
16777 modified state.
16778 (jit-lock-function-1): Extracted from jit-lock-function; not
16779 preserving buffer's modified state.
86f6474c
SM
16780 (jit-lock-function, jit-lock-stealth-fontify):
16781 Call jit-lock-function-1.
a30eb617
DL
16782
16783 * mail/rfc2368.el: Remove supernumerary copyright line.
16784
167852000-04-04 Milan Zamazal <pdm@freesoft.cz>
16786
16787 * glasses.el: Provide facilities for inserting space before left
16788 parentheses and uncapitalization of identifiers.
16789 (glasses-mode): Try to remove old overlays in all cases.
16790
167912000-04-03 Gerd Moellmann <gerd@gnu.org>
16792
16793 * progmodes/compile.el (compile-internal): Display the compilation
16794 buffer in a different frame, if it's already displayed there.
16795
16796 * mail/rfc2368.el: New file.
16797
16798 * simple.el (sendmail-user-agent-compose): Recognize a `body'
16799 header and insert its value as mail body.
16800
16801 * subr.el (member-ignore-case): New function.
16802
16803 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
16804 (dabbrev--find-expansion): Ignore buffers matching a regexp
16805 from dabbrev-ignored-regexps.
16806
16807 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
16808 to extensions handled by gzip.
16809
168102000-04-03 Richard M. Stallman <rms@gnu.org>
16811
16812 * files.el (insert-directory): List the total free space
16813 along with the used space.
16814
16815 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
16816 line is followed by one that matches CITATION-REGEXP, end the
16817 paragraph.
16818
168192000-04-03 Markus Rost <rost@delysid.gnu.org>
16820
16821 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
16822 (rmail-make-basic-summary-line): Use that option.
16823
168242000-04-03 Kenichi Handa <handa@etl.go.jp>
16825
16826 * international/mule-cmds.el (encoded-string-description):
16827 Rewritten. Try pretty description for ISO 2022 escape sequences
16828 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
16829 for hexadecimal format.
16830
168312000-04-01 Dave Love <fx@gnu.org>
16832
16833 * cpp.el: Change customization group to `c' from `C'.
16834
16835 * vcursor.el (vcursor-move): Use display-color-p.
16836
16837 * international/mule-util.el: Provide mule-utils.
16838 (string-to-sequence): Simplify and speed up.
16839
16840 * international/mule.el (make-coding-system): Purecopy doc-string.
16841
16842 * international/mule-cmds.el: Various menu changes.
16843 (describe-specified-language-support): Handle `Default'.
16844 (set-language-info): Purecopy `info'.
16845
168462000-03-31 Andrew Innes <andrewi@gnu.org>
16847
16848 * vc.el (vc-backend-diff): Return the correct status if we had to
16849 retry the rcsdiff command without the --brief option.
16850
168512000-03-31 Dave Love <fx@gnu.org>
16852
16853 * help.el (help-manyarg-func-alist): Correct several omissions.
16854
16855 * add-log.el: Don't require cl, fortran.
16856 (add-log-current-defun-function): Doc fix.
86f6474c 16857 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 16858 (change-log-version-rcs): Function deleted.
86f6474c
SM
16859 (change-log-version-number-search): Doc fix.
16860 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
16861 (add-change-log-entry): Just call add-log-current-defun to get
16862 defun. Simplify somewhat.
16863 (change-log-get-method-definition-1): Likewise.
16864 (add-log-current-defun): Return nil if calling
16865 add-log-current-defun-function does so. Move Fortran stuff to
16866 fortran.el. Return string without properties.
16867
16868 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
16869 and :alpha: char classes.
16870
16871 * mail/supercite.el: Defvar curline when compiling.
16872 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
16873 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
16874 rather than a-zA-Z0-9 to allow non-ASCII characters.
16875
168762000-03-31 Gerd Moellmann <gerd@gnu.org>
16877
16878 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
16879
16880 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16881 Re-enable new code.
16882
16883 * lpr.el (print-region-1): Use -d to specify printer name for
16884 systems `usg-unix-v*, `dgux', `hpux', `irix'.
16885
168862000-03-31 Dave Love <fx@gnu.org>
16887
86f6474c
SM
16888 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
16889 Look for function definition in symbol's function value slot first
a30eb617
DL
16890 instead of first consulting byte-compile-function-environment.
16891
168922000-03-31 Kenichi Handa <handa@etl.go.jp>
16893
16894 * language/european.el ("Polish"): New language environment.
16895 (setup-polish-environment): New function.
16896
168972000-03-30 Gerd Moellmann <gerd@gnu.org>
16898
16899 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16900 Disable new code.
16901
16902 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
16903 trying to `load' the symbol of an autoload instead of the file
16904 recorded in the autoload. Fix error messages.
16905
169062000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16907
16908 * ps-print.el: PostScript programming fix for ghostview, doc fix.
16909 (ps-print-version): New version number (5.1.3).
16910 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
16911 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
16912 (ps-generate-postscript-with-faces): Code fix.
16913 (ps-color-values): XEmacs compatibility.
16914 (ps-print-background-image, ps-print-background-text, ps-printer-name)
16915 (ps-default-fg, ps-default-bg): Adjust customization.
16916 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
16917 (ps-color-scale): Renaming old ps-color-value fun.
16918 (ps-print-headers): Replace ps-print-header group to avoid conflict
16919 with ps-print-header variable.
16920 (ps-print-miscellany): New group.
16921 (ps-format-color, ps-rgb-color): New funs.
16922 (ps-default-foreground): New var.
16923 (ps-printer-name-option): New const.
16924
169252000-03-30 Peter Breton <pbreton@ne.mediaone.net>
16926
16927 * net/net-utils.el:
16928 (network-connection-host, network-connection-service): New variables
16929 (network-connection-mode): New mode, derived from comint-mode
16930 (network-connection-mode-setup): New function, saves host and
16931 service information in local variables.
16932
16933 * lisp/locate.el:
16934 (locate-word-at-point): Added this function
16935 (locate): Default to using locate-word-at-point as input
16936 Run dired-mode-hook
16937
169382000-03-29 Dave Love <fx@gnu.org>
16939
16940 * calendar/appt.el: Doc fixes.
16941 (appt-check): Convert min-to-app to a string before passing to
16942 appt-disp-window-function or concat.
16943 (appt-delete-window): Remove test for frame-root-window.
16944 (appt-select-lowest-window, appt-convert-time): Simplify.
16945
16946 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
16947 (byte-compile-file-form-autoload):
16948 Update byte-compile-function-environment.
a30eb617
DL
16949
169502000-03-29 Andreas Schwab <schwab@suse.de>
16951
86f6474c 16952 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
16953
16954 * dired.el (dired-insert-directory): If dired-free-space-program
16955 failed just delete its output.
16956
169572000-03-29 Dave Love <fx@gnu.org>
16958
16959 * international/iso-cvt.el: Move provide to end. Doc fixes.
16960 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
16961 (iso-iso2sgml, iso-sgml2iso): New functions.
16962 (iso-cvt-define-menu): Fix some entries and use backquote for
16963 clarity.
16964
16965 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
16966
169672000-03-28 Gerd Moellmann <gerd@gnu.org>
16968
16969 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
16970 ISO-DATE. If non-nil, return date in ISO 8601 format.
16971
169722000-03-26 Stefan Monnier <monnier@cs.yale.edu>
16973
16974 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
16975 if it ever becomes used.
16976 (log-edit-mode-hook): Default to vc-log-mode-hook.
16977 (log-edit-mode): Fix the docstring.
16978
16979 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
16980 the code.
16981
169822000-03-26 Dave Love <fx@gnu.org>
16983
16984 * net/browse-url.el (browse-url): Re-fix case of
16985 browse-url-browser-function being an alist.
16986 (browse-url): Add :link to defgroup.
16987
16988 * files.el: Doc fixes.
16989 (file-truename): Include `[' in wildcard characters.
16990 (automount-dir-prefix): Customize.
16991 (find-file-wildcards): Add :version.
16992 (find-file-noselect): Simplify a mapcar call.
16993
16994 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
16995 compatible with inf-lisp version.
16996 (eval-defun-1): Fix custom-declare-variable case.
16997
169982000-03-25 Stefan Monnier <monnier@cs.yale.edu>
16999
17000 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17001
170022000-03-24 Gerd Moellmann <gerd@gnu.org>
17003
17004 * Makefile (COMPILE_FIRST): New macro.
17005 (compile-files): Compile files from COMPILE_FIRST first.
17006
86f6474c 17007 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
17008
17009 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17010 matching open parenthesis in column 0 to defun-prompt-regexp
17011 only if open-paren-in-column-0-is-defun-start is set.
17012
17013 * sun-curs.el: Require CL at compile-time only.
17014
17015 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17016 instead of copy-list which is a function from CL.
17017 (msb--choose-menu, msb--mode-menu-cond)
17018 (msb--create-buffer-menu-2): Use dolist instead of mapc.
17019 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
17020 (msb--aggregate-alist): Use mapcar instead of mapcan.
17021 Fix `(' in column 0 in doc string.
a30eb617
DL
17022 (msb--add-separators): Use mapcar instead of mapcan.
17023
17024 * cus-dep.el: Require CL at compile-time only.
17025
170262000-03-24 Stefan Monnier <monnier@cs.yale.edu>
17027
17028 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17029 (byte-compile-warnings): New warning `noruntime'.
17030 (byte-compile-constants, byte-compile-variables): Fix docstring.
17031 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17032 execute `eval-whenc-compile's body.
17033 (byte-compile-unresolved-functions): Fix docstring.
17034 (byte-compile-eval): New function.
17035 (byte-compile-callargs-warn): Check if the function will be available
17036 at runtime (via property `byte-compile-noruntime').
17037 (byte-compile-print-syms): New function.
17038 (byte-compile-warn-about-unresolved-functions): Also warn about
17039 `noruntime' functions (and use `byte-compile-print-syms').
17040 (byte-compile-file): Capitalize the message.
17041
170422000-03-24 Gerd Moellmann <gerd@gnu.org>
17043
17044 * mail/rmail.el (rmail-confirm-expunge): New user-option.
17045 (rmail-expunge): Ask for confirmation depending on the setting
17046 of rmail-confirm-expunge.
17047
170482000-03-23 Gerd Moellmann <gerd@gnu.org>
17049
17050 * Makefile (bootstrap-clean): If $(emacs) exists, build
17051 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 17052 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
17053
170542000-03-23 Dave Love <fx@gnu.org>
17055
17056 * net/browse-url.el: Restore previous use of
17057 browse-url-maybe-new-window.
17058
170592000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17060
17061 * ps-print.el: Skip banner page fix.
17062 (ps-print-version): New version number (5.1.2).
17063 (ps-begin-file, ps-end-file, ps-generate): Code fix.
17064
170652000-03-23 Dave Pearson <davep@davep.org>
17066
17067 * net/quickurl.el Changed the type of parameter passed to the
17068 function defined by `quickurl-format-function'. Before only the
17069 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
17070 and the function is responsible for extracting the parts it requires.
17071 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
17072 (quickurl-insert): Changed the `funcall' of
17073 `quickurl-format-function' to match the above change.
17074 (quickurl-list-insert): Changed the `url' case so that it makes
17075 use of `quickurl-format-function', previous to this the format was
17076 hard wired.
17077
170782000-03-22 Gerd Moellmann <gerd@gnu.org>
17079
17080 * startup.el: Change some spellings for the X Window System.
17081
170822000-03-22 Stefan Monnier <monnier@cs.yale.edu>
17083
86f6474c
SM
17084 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17085 Clean up the code and the regexp and make sure the cursor is
17086 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
17087
170882000-03-22 Jason Rumney <jasonr@gnu.org>
17089
17090 * w32-fns.el (w32-charset-info-alist): Initialize.
17091
170922000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17093
17094 * ps-print.el: N-up last page fix.
17095 (ps-print-version): New version number (5.1.1).
17096 (ps-end-file, ps-end-job, ps-generate): Code fix.
17097
170982000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17099
17100 * files.el (find-file-run-dired): Update docstring.
17101 (find-directory-functions): New hook.
17102 (find-file-noselect): Run find-directory-functions rather than
17103 calling dired directly.
17104
17105 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17106
17107 * pcvs.el: Add a minimal leading commentary.
17108 (cvs-make-cvs-buffer): Change the header part by removing the startup
17109 message and adding a `Module' entry. Also replace the FOOTER and
17110 HEADER special fileinfos with the new support in ewoc for updating
17111 its own footer and header.
17112 (cvs-update-header): Update to use the header/footer of the ewoc.
17113 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17114 (cvs-is-within-p): New function.
17115 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17116 to only examine some subset of the buffers.
17117
17118 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17119 `format' instead of our own ad-hoc functions.
17120 Remove HEADER and FOOTER cases, now handled in the EWOC.
17121 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17122
17123 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17124 output to avoid scaring the user.
17125 (cvs-parse-table): Catch message for non-up-to-date commits.
17126
17127 * pcvs-defs.el (cvs-startup-message): Remove.
17128 (cvs-global-menu): New autoloaded menu.
17129
17130 * pcvs-util.el (cvs-string-fill): Remove.
17131
17132 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17133 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17134 PP part of it and also make it work for footers and headers.
17135 (ewoc-create): Drop POS and BUFFER arguments.
17136 Use the DLL's dummy node to store the end-of-footer position.
17137 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17138 (ewoc-refresh): Remove unused `header' variable.
17139 (ewoc-(get|set)-hf): New functions.
17140
17141 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17142 log-view-*-(message|file) and use easy-mmode-define-navigation.
17143 (log-view-message-re): Match SCCS format as well.
17144 And match the revision line rather than the dashed separator line.
17145 (log-view-mode): Use the new define-derived-mode.
17146 (log-view-current-tag): Fill in with an actual implementation.
17147
17148 * cvs-status.el (cvs-status-(prev|next)): Rename from
17149 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17150 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17151 to let the output "breathe" a little more (more readable).
17152 (cvs-status-mode): Use the new define-derived-mode.
17153
17154 * smerge-mode.el (smerge-auto-leave): New function and variable.
17155 (smerge-basic-map): Rename from smerge-basic-keymap.
17156 Change the bindings for smerge-diff-*.
17157 (smerge-*-map): Use easy-mmode-defmap.
17158 (smerge-(next|prev)): Use easy-mmode-define-navigation.
17159 (smerge-keep-*): Use smerge-auto-leave.
17160
171612000-03-21 Jason Rumney <jasonr@gnu.org>
17162
17163 * cus-edit.el (custom-button-face): Use 3D look for w32.
17164 (custom-button-pressed-face): Likewise.
17165
171662000-03-21 Gerd Moellmann <gerd@gnu.org>
17167
17168 * progmodes/etags.el (tags-case-fold-search): New user-option.
17169 (tags-loop-eval): New function. Bind case-fold-search around eval
17170 depending on the value of tags-case-fold-search.
17171 (tags-loop-continue): Use tags-loop-eval.
17172 (find-tag-in-order): Bind case-fold-search depending on the value
17173 of tags-case-fold-search.
17174
171752000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17176
86f6474c 17177 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
17178 (diff-end-of-hunk): Return the end position for use in
17179 `easy-mmode-define-navigation'.
17180 (diff-recenter): Remove.
17181 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17182 of `easy-mmode-define-navigation'.
17183 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17184 previous renaming) and fix to use new names.
17185 (diff-merge-strings): Use \n as separator: simpler, faster.
17186 (diff-mode): Use `define-derived-mode'.
17187
17188 * derived.el (define-derived-mode): Don't autoload anymore.
17189 Prefer the macro-only version provided by easy-mmode.el.
17190
17191 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 17192 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
17193 (easy-mmode-define-navigation): New macro.
17194
17195 * subr.el (combine-run-hooks): New function.
17196
171972000-03-21 Kenichi HANDA <handa@etl.go.jp>
17198
17199 * term/x-win.el: Fontsets related initialization is simplified.
17200
17201 * international/mule-diag.el (describe-font): Don't refer to
17202 global-fontset-alist, instead call font-list.
17203 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 17204 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 17205
86f6474c
SM
17206 * international/fontset.el (x-charset-registries): Variable removed,
17207 instead the corresponding data is stored in the default fontset.
a30eb617
DL
17208 (register-alternate-fontnames): Function removed.
17209 (resolved-ascii-font): Variable removed.
17210 (x-compose-font-name): Ignore the second argument REDOCE.
17211 (x-complement-fontset-spec): Complement only an ASCII font and
17212 element for those charsets than can use that ASCII font.
17213 (generate-fontset-menu): Don't refer to global-fontset-alist,
17214 instead call fontset-list.
17215 (uninstantiated-fontset-alist): Variable removed.
17216 (x-style-funcs-alist): Likewise.
17217 (fontset-default-styles): Likewise.
17218 (x-modify-font-name): Function removed.
86f6474c 17219 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
17220 (create-fontset-from-ascii-font): Docsting adjusted for the above
17221 change.
17222 (instantiate-fontset, resolve-fontset-name): Functions removed.
17223 (fontset-list): Now implemented by C code.
17224
17225 * faces.el (read-face-font): Fix TABLE arg to completing-read.
17226 (describe-face): Include `font' attribute in the description.
17227
172282000-03-21 Kenichi Handa <handa@etl.go.jp>
17229
17230 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17231
172322000-03-20 Gerd Moellmann <gerd@gnu.org>
17233
17234 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17235 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17236 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17237
17238 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17239 about behavior of set-buffer-modified-p wrt redisplay.
17240
172412000-03-19 Richard M. Stallman <rms@gnu.org>
17242
17243 * view.el (view-mode-disable): Kill local binding of view-read-only.
17244
172452000-03-18 Gerd Moellmann <gerd@gnu.org>
17246
86f6474c 17247 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
17248 is a string, convert it to a syntax cell using string-to-syntax.
17249
17250 * simple.el (syntax-code-table, syntax-flag-table): New variables.
17251 (string-to-syntax): New function.
17252
17253 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17254 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17255 try to use passive ftp mode.
17256
172572000-03-17 Gerd Moellmann <gerd@gnu.org>
17258
17259 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17260
17261 * simple.el (append-to-buffer): Update point of windows after
17262 insertion.
17263
17264 * abbrev.el (inverse-add-abbrev): Identify word by first moving
17265 forward then moving backward. Reindent.
17266
17267 * frame.el (other-frame): Call x-focus-frame only if
17268 focus-follows-mouse is off.
17269
172702000-03-17 Dave Love <fx@gnu.org>
17271
86f6474c 17272 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
17273
172742000-03-17 Stefan Monnier <monnier@cs.yale.edu>
17275
17276 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17277 regexp for labels cannot span several lines.
17278
17279 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17280 `(setq :<key> ':<key>)' to the macro expansion.
17281
172822000-03-16 Dave Love <fx@gnu.org>
17283
17284 * progmodes/f90.el (f90): Put custom group under `languages', not
17285 `fortran'.
17286 (f90-mode-hook): Customize.
17287 (f90-mode): Set add-log-current-defun-function.
17288 (f90-current-defun): New function.
17289
172902000-03-16 Gerd Moellmann <gerd@gnu.org>
17291
17292 * cus-edit.el (custom-variable-tag-face): Handle case that
17293 default face's height is not a number.
17294 (custom-face-tag-face, custom-group-tag-face-1)
17295 (custom-group-tag-face): Ditto.
17296 (custom-group-tag-face-1): Add :group.
17297
17298 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17299
173002000-03-15 Gerd Moellmann <gerd@gnu.org>
17301
17302 * pcvs-defs.el (toplevel): Remove autoload cookie for form
17303 requiring easymenu.
17304
173052000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17306
17307 * ps-print.el: PostScript user-defined prologue, PostScript error
17308 handler, doc fix.
17309 (ps-print-version): New version number (5.1).
17310 (ps-user-defined-prologue, ps-error-handler-message)
17311 (ps-print-prologue-0, ps-error-handler-alist): New vars.
17312 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17313 (ps-insert-string): New function.
17314
173152000-03-15 Kenichi Handa <handa@etl.go.jp>
17316
17317 * international/ccl.el (ccl-compile-expression): Don't generate
17318 invalid self-assignment code.
17319
173202000-03-14 Dave Love <fx@gnu.org>
17321
17322 * subr.el (replace-regexp-in-string): Renamed from
17323 replace-regexps-in-string. Doc fix.
17324
173252000-03-12 Dave Love <fx@gnu.org>
17326
17327 * cus-edit.el: Doc fixes.
86f6474c 17328 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
17329 (custom-variable-tag-face, custom-face-tag-face)
17330 (custom-group-tag-face-1, custom-group-tag-face): Modify from
17331 style which user identify as hyperlink.
17332 (hook): Don't add undefined functions to the hook.
17333 (debug-ignored-errors): Transfer message from bindings.el.
17334
173352000-03-12 Gerd Moellmann <gerd@gnu.org>
17336
86f6474c
SM
17337 * recentf.el (recentf-keep-non-readable-files-p):
17338 Remove double/nested definition.
a30eb617
DL
17339
173402000-03-12 Dave Love <fx@gnu.org>
17341
17342 * facemenu.el (facemenu-get-face): Use display-color-p.
17343 * enriched.el (enriched-decode-foreground): Likewise.
17344 (enriched-decode-background): Likewise.
17345 * isearch.el (isearch-highlight): Likewise.
17346 * info-look.el (info-lookup): Likewise.
17347 * simple.el (completion-setup-function): Likewise.
17348
17349 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17350 :options.
17351
17352 * bindings.el (mode-line-format): Fix line-number and
17353 column-number items. Add help-echo for the background.
17354 (mode-line-mule-info): Modify help-echo.
17355
17356 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17357
17358 * files.el (load-file): Allow completion to .elc.
17359
17360 * man.el: Doc fixes.
17361 (Man-init-defvars): Use display-color-p to set fontification.
17362
17363 * play/hanoi.el (hanoi-internal): Don't use oddp.
17364
173652000-03-12 Gerd Moellmann <gerd@gnu.org>
17366
17367 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17368
17369 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17370
173712000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17372
17373 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17374 Fix comment.
17375
173762000-03-10 Stefan Monnier <monnier@cs.yale.edu>
17377
17378 * font-lock.el (font-lock-keywords): Fix the doc now that
17379 regexp-opt-depth is unnecessary.
17380 (save-buffer-state): Set an edebug spec.
17381 (font-lock-fontify-anchored-keywords): Properly handle the case when
17382 the matcher goes past the limit.
17383
17384 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17385 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17386
17387 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
17388 dll.el and cookie.el (from Elib) with heavy renaming and other
17389 massaging.
17390
17391 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17392 Autoload the functions used.
17393 (easy-mmode-define-syntax): Fix CL typo.
17394 (easy-mmode-define-derived-mode): Improve the docstring generation.
17395
173962000-03-10 Gerd Moellmann <gerd@gnu.org>
17397
17398 * textmodes/texinfo.el (texinfo-version): Variable and function
17399 removed.
17400
174012000-03-09 Stefan Monnier <monnier@cs.yale.edu>
17402
17403 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17404 allow more flexibility.
ff39b9a1 17405 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
17406 (easy-mmode-defmap, easy-mmode-defsyntax)
17407 (easy-mmode-define-derived-mode): New macros.
17408
174092000-03-09 Didier Verna <didier@xemacs.org>
17410
17411 * rect.el (replace-rectangle): New function.
17412
174132000-03-09 Dave Love <fx@gnu.org>
17414
ff39b9a1 17415 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
17416 (fortran-comment-line-start-skip): Don't match cpp stuff.
17417 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
17418 (fortran-mode-map): Remove over-eager custom-menu-create for now.
17419 (fortran-mode): Don't set fortran-comment-line-start-skip,
17420 fortran-comment-line-start here. Set comment-start,
17421 add-log-current-defun.
17422 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17423 (fortran-current-defun): New function.
17424
174252000-03-09 Gerd Moellmann <gerd@gnu.org>
17426
17427 * emacs-lisp/re-builder.el: New file.
17428
17429 * mouse.el (mouse-drag-region): Don't run up-event handler
17430 if hscroll has changed.
17431
17432 * octave-mod.el (octave-font-lock-keywords): To font-lock the
17433 builtin operators, use `font-lock-builtin-face' for Emacs and
17434 `font-lock-preprocessor-face' otherwise.
17435
17436 * font-lock.el (lisp-font-lock-keywords-1): Highlight
17437 `(defun (setf foo)' differently.
17438
174392000-03-08 Stefan Monnier <monnier@cs.yale.edu>
17440
17441 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17442 (regexp-opt): Update comment and adapt the code the new meaning of
17443 the `paren' argument of regex-opt-group for shy-groups.
17444 (regexp-opt-depth): Handle shy groups as well as backslashed
17445 backslashes.
17446 (regexp-opt-group): Turn the leading comment into a docstring.
17447 Allow `paren' to be a string (the string to use to open a group).
17448 Remove open-presuf and close-presuf. Instead of checking for `all
17449 one-char' and then later on check for `several one-char', handle
17450 both cases close together. Also apply a more generic algorithm
17451 for suffixes (the mirror image of the algorithm used for
17452 prefixes). Use shy-groups. Use nreverse rather than reverse.
17453 (regexp-opt-try-suffix): Removed.
17454
17455 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17456 from comint-mode-map, so we can just inherit from it. Also, move
17457 the initialization into the `defvar' since there's no docstring
17458 anyway and it's fairly short.
17459 (inferior-scheme-mode): Define it as derived-mode: the code is
17460 shorter and this way we inherit from comint-mode-map rather than
17461 copying it.
17462
17463 * subr.el (replace-regexps-in-string): Properly handle the case
17464 where we match an empty string.
17465
17466 * comint.el (comint-exec-1): Add the current-dir to the exec-path
17467 when the command has a directory component (such as "./testml").
17468 Also fix a typo in the comment.
17469
174702000-03-08 Gerd Moellmann <gerd@gnu.org>
17471
17472 * Makefile (compile-files): Compile files one by one because
17473 that's the only way to ensure a clean compilation environment for
17474 each individual file.
17475
17476 * frame.el (other-frame): Call x-focus-frame.
17477
174782000-03-07 Dave Love <fx@gnu.org>
17479
17480 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17481 :require to defcustom.
17482
ff39b9a1 17483 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
17484
17485 * files.el (auto-mode-alist): Add configure.in.
17486
17487 * progmodes/autoconf.el: New file.
17488
174892000-03-07 Gerd Moellmann <gerd@gnu.org>
17490
17491 * mail/mh-e.el: Change maintainer to `none'.
17492
17493 * recentf.el (recentf-keep-non-readable-files-p): Quote args
17494 to remove-hook and add-hook.
17495
174962000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17497
17498 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17499 it as the default.
17500 (mail-send): Test mail-send-nonascii also for the new `mime' value.
17501 (sendmail-send-it): Conditionally add MIME headers specifying the
17502 used character set.
17503
175042000-03-07 Dave Love <fx@gnu.org>
17505
ff39b9a1
SM
17506 * winner.el: Fix keywords, autoload cookies.
17507 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
17508
175092000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
17510
17511 * international/mule.el: Modify comment about coding system
17512 property `coding-category'.
17513 (make-coding-system): New argument EOL-TYPE. Pay attention to
17514 coding-category property of PROPERTIES.
17515
ff39b9a1
SM
17516 * international/mule-conf.el (coding-category-utf-8)
17517 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
17518 categories. Include them in the argument for set-coding-priority.
17519
ff39b9a1
SM
17520 * international/mule-cmds.el (reset-language-environment):
17521 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
17522 coding-category-utf-16-le in the argument for set-coding-priority.
17523 (reset-language-environment): Initialize coding-category-utf-8,
17524 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17525
175262000-03-06 Karl Fogel <kfogel@red-bean.com>
17527
17528 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17529 code abstracted out of `bookmark-jump-noselect'. Now tries info
17530 extensions as well as compression extensions.
17531 (bookmark-jump-noselect): Use above new func.
17532
175332000-03-03 Gerd Moellmann <gerd@gnu.org>
17534
17535 * strokes.el: Change maintainer's mail address.
17536
175372000-03-03 Kenichi Handa <handa@etl.go.jp>
17538
17539 * international/mule-diag.el (list-character-sets): Make help-echo
17540 string by substitute-command-keys.
17541 (list-character-sets): Likewise.
17542 (sort-listed-character-sets): Call help-setup-xref.
17543
175442000-03-02 Gerd Moellmann <gerd@gnu.org>
17545
ff39b9a1 17546 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
17547
175482000-03-01 Dave Love <fx@gnu.org>
17549
17550 * help.el (help-xref-go-back): Don't try to set position.
17551
ff39b9a1
SM
17552 * international/mule-diag.el (list-character-sets):
17553 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
17554 (list-character-sets-1): Add help-echo to xrefs.
17555
175562000-03-02 Gerd Moellmann <gerd@gnu.org>
17557
17558 * frame.el (blink-cursor-mode): Switch cursor on when turning
17559 the mode off.
17560
17561 * add-log.el (add-log-current-defun): Add support for
17562 Autoconf mode.
17563
17564 * mail/rmail.el (rmail-quit-hook): New variable.
17565
175662000-03-01 Dave Love <fx@gnu.org>
17567
17568 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
17569
17570 * help.el (help-xref-button): Add help-echo arg.
17571 (describe-function-1, describe-variable, help-make-xrefs): Use it.
17572
ff39b9a1 17573 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 17574
ff39b9a1 17575 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
17576
175772000-03-01 Gerd Moellmann <gerd@gnu.org>
17578
17579 * image.el (defimage): Look for image files in load-path.
17580
ff39b9a1 17581 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
17582
175832000-03-01 David Ponce <david.ponce@wanadoo.fr>
17584
ff39b9a1 17585 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
17586
175872000-03-01 David Ponce <david.ponce@wanadoo.fr>
17588
ff39b9a1 17589 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
17590 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
17591 action to select/unselect a file.
17592 (recentf-edit-list): Code cleanup and improvement.
17593 (recentf-open-more-files-action): `recentf-open-more-files' button
17594 widget action to open a file.
ff39b9a1 17595 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
17596 (recentf-more-collection): Deleted.
17597 (recentf-more-history): Deleted.
17598 (recentf-setup-more-completion): Deleted.
17599
176002000-03-01 David Ponce <david.ponce@wanadoo.fr>
17601
17602 * recentf.el (recentf-mode): No more needs that Emacs is running
17603 under a window-system.
17604
ff39b9a1 176052000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17606
17607 * recentf.el (recentf-edit-list): New command to edit the recent
17608 list which allow the user to remove files.
17609 (recentf-edit-selected-items): New global variable, used by
17610 `recentf-edit-list' to hold the list of files to be removed from
17611 the recent list.
17612 (recentf-make-menu-items): Updated to display a "Edit list..."
17613 menu item. Minor code cleanup.
17614
ff39b9a1 176152000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17616
17617 * recentf.el (recentf-open-more-files): New command to open files
17618 that are not displayed in the menu.
17619 (recentf-more-collection): New global variable holding the set of
17620 permissible completions used by `recentf-open-more-files'.
17621 (recentf-more-history): New global variable holding the history list
17622 used by `recentf-open-more-files' completion.
17623 (recentf-setup-more-completion): New function to setup completion for
17624 `recentf-open-more-files'.
17625 (recentf-make-menu-items): Updated to display a "More..." menu item.
17626
ff39b9a1 176272000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17628
17629 * recentf.el (recentf-menu-action): Doc fixed.
17630
ff39b9a1 176312000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17632
17633 * recentf.el (recentf-menu-filter): Doc updated.
17634 (recentf-update-menu-hook): Allow menu filters to force menu update.
17635 (recentf-make-menu-items): New menu filter handling.
17636 (recentf-make-menu-item): New helper function.
17637 (recentf-menu-elements): New menu handling function.
17638 (recentf-sort-ascending): Updated to new menu filter handling.
17639 (recentf-sort-descending): Updated to new menu filter handling.
17640 (recentf-sort-basenames-ascending): New menu filter function.
17641 (recentf-sort-basenames-descending): New menu filter function.
17642 (recentf-show-basenames): New menu filter function.
17643 (recentf-show-basenames-ascending): New menu filter function.
17644 (recentf-show-basenames-descending): New menu filter function.
17645
176462000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17647
17648 * diary-lib.el (list-diary-entries): Don't try to go forward at
17649 the end of the buffer.
17650
176512000-02-29 Kenichi Handa <handa@etl.go.jp>
17652
ff39b9a1
SM
17653 * international/mule-diag.el (list-character-sets):
17654 Completely rewritten.
a30eb617
DL
17655 (sort-listed-character-sets): New function.
17656 (list-character-sets-1): Completely rewritten.
17657 (list-character-sets-2): New function.
17658 (non-iso-charset-alist): New variable.
17659 (decode-codepage-char): New function.
17660 (charset-history): New variable.
17661 (read-charset) (list-block-of-chars)
17662 (list-iso-charset-chars)
17663 (list-non-iso-charset-chars)
17664 (list-charset-chars): New functions.
86f6474c 17665 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
17666 (dump-charsets): Likewise.
17667
176682000-02-29 Gerd Moellmann <gerd@gnu.org>
17669
17670 * dired-x.el (dired-filename-at-point): Add `@' to valid
17671 file name characters.
17672 (dired-filename-at-point): Handle ange-ftp file names.
17673
17674 * frame.el (frame-notice-user-settings): Use assq-delete-all
17675 instead of assoc-delete-all.
17676 (frame-notice-user-settings): Ditto.
17677
17678 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
17679 Don't copy alist.
17680
176812000-02-28 Eli Barzilay <eli@cs.cornell.edu>
17682
17683 * calculator.el (calculator-use-menu): New option.
86f6474c 17684 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
17685 (calculator-forced-input): Removed.
17686 (calculator-restart-other-mode): New variable.
17687 (calculator-mode-map): Set up menu.
17688
176892000-02-28 Jari Aalto <jari.aalto@poboxes.com>
17690
86f6474c 17691 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
17692
176932000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
17694
86f6474c 17695 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 17696 translate all ESC key sequences.
86f6474c 17697 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 17698 they were saved.
86f6474c
SM
17699 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
17700 * viper-util.el (viper-set-replace-overlay-glyphs)
17701 (viper-set-replace-overlay): Always check if the replacement
a30eb617 17702 overlay is live.
86f6474c
SM
17703 * viper.el (viper-vi-state-mode-list): Add major modes.
17704 * ediff-wind.el: Minor comment changes.
17705 * ediff.el: Copyright notice date fix.
a30eb617
DL
17706
177072000-02-27 Jason Rumney <jasonr@gnu.org>
17708
17709 * faces.el (face-font-family-alternatives): Add arial to helv.
17710 (mode-line, header-line, tool-bar): Same default as x for w32.
17711 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
17712 face-font-family-alternatives from working.
17713 * term/w32-win.el (mouse-set-font): Do not build fontset from
17714 chosen font.
17715
177162000-02-25 Sam Steingold <sds@goems.com>
17717
17718 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
17719 properly.
17720
177212000-02-25 Richard M. Stallman <rms@gnu.org>
17722
17723 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
17724
177252000-02-25 Gerd Moellmann <gerd@gnu.org>
17726
86f6474c 17727 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
17728
17729 * frame.el (busy-cursor-delay-seconds): New option.
17730
177312000-02-24 Gerd Moellmann <gerd@gnu.org>
17732
17733 * frame.el (show-cursor-in-non-selected-windows): New option.
17734
177352000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17736
17737 * diary-lib.el (include-other-diary-files): Undo the selective
17738 display in any included file and don't kill it.
17739
177402000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
17741
86f6474c
SM
17742 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
17743 Menu items converted to (menu-item format, help strings added.
a30eb617 17744 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 17745 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
17746 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
17747
177482000-02-23 Dave Love <fx@gnu.org>
17749
17750 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
17751 (backward-kill-word): Revert addition of * to interactive spec --
17752 it's a feature.
17753
17754 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
17755 (backward-kill-sentence, kill-sentence): Likewise.
17756
17757 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
17758 scratch buffer name.
86f6474c 17759 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
17760
17761 * term/w32-win.el (internal-face-interactive): Update prompt for
17762 new read-face-name.
17763
17764 * mail/footnote.el (footnote): Add :version to defgroup.
17765 (footnote-section-tag-regexp): Customize.
17766 (footnote-start-tag, footnote-end-tag): New option.
17767 (footnote-latin-regexp): New variable.
17768 (Footnote-latin): New function.
17769 (footnote-style-alist): Add element for latin style.
17770 (footnote-style): Moved.
17771 (Footnote-goto-footnote): Use eq to test arg.
17772
17773 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
17774
17775 * emacs-lisp/byte-opt.el: Change old backquote syntax.
17776 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
17777 (byte-optimize-quote, byte-optimize-lapcode):
17778 Use byte-compile-const-symbol-p.
a30eb617
DL
17779 (byte-optimize-char-before): New optimization.
17780
17781 * emacs-lisp/bytecomp.el: Change old backquote syntax.
17782 (byte-compile-const-symbol-p): New function.
17783 (byte-compile-constp, byte-compile-out-toplevel)
17784 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
17785 Use it.
17786
17787 * subr.el (define-key-after): Default AFTER to t. Doc fix.
17788
177892000-02-23 Kenichi Handa <handa@etl.go.jp>
17790
17791 * international/encoded-kb.el: Be sure to update minor-mode-alist
17792 and minor-mode-map-alist.
17793 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
17794 codes SS2 and SS3 correctly.
17795 (encoded-kbd-self-insert-ccl): New function.
17796 (encoded-kbd-setup-keymap): New function.
17797 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
17798 by calling encoded-kbd-setup-keymap.
17799
86f6474c
SM
17800 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
17801 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
17802
178032000-02-22 Dave Love <fx@gnu.org>
17804
17805 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 17806 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
17807 (lisp-mode-syntax-table): Set up for #|...|# comments.
17808 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
17809 classes. Match `defface'.
17810 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
17811 (eval-defun-1): Fix for defcustom.
17812 (lisp-indent-region): Doc fix.
17813
17814 * subr.el (when, unless, split-string): Doc fix.
86f6474c 17815 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
17816 (replace-regexps-in-string): New function.
17817
178182000-02-22 Gerd Moellmann <gerd@gnu.org>
17819
17820 * help.el (describe-variable): Set syntax table to
17821 emacs-lisp-mode-syntax-table when moving forward over the
17822 symbol's name.
17823
178242000-02-22 Dave Love <fx@gnu.org>
17825
17826 * xt-mouse.el: Doc fixes.
17827 (xterm-mouse-position-function): New function, replacing advice of
17828 mouse-position.
17829 (xterm-mouse-mode): Use it. Don't turn on under a window system.
17830
17831 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
17832
178332000-02-21 Gerd Moellmann <gerd@gnu.org>
17834
86f6474c
SM
17835 * format.el (format-annotate-single-property-change):
17836 Handle properties.with dotted-list values.
a30eb617
DL
17837 (format-proper-list-p): New function.
17838
17839 * enriched.el (enriched-face-ans): Handle '(foreground-color
17840 . COLOR) and (background-color . COLOR).
17841
178422000-02-20 Dave Love <fx@gnu.org>
17843
17844 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
17845 and assignments to it.
17846 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
17847 current local map.
17848 (make-flyspell-overlay): Use it.
17849 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
17850
17851 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
17852 (lm-get-header-re): Defun, not defsubst.
17853 (lm-get-package-name): Defun, not defsubst. Simplify.
17854 (lm-version): Doc fix. Simplify.
17855 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
17856 (lm-crack-address, lm-last-modified-date, lm-commentary)
17857 (lm-verify, lm-synopsis): Simplify.
17858 (lm-report-bug): Require emacsbug. Use compose-mail.
17859
178602000-02-20 Gerd Moellmann <gerd@gnu.org>
17861
17862 * dired.el (dired-mode): Call propertized-buffer-identification
17863 to set mode-line-buffer-identification to something having
17864 the right text properties.
17865
17866 * bindings.el (propertized-buffer-identification): New function.
17867
178682000-02-20 Dave Love <fx@gnu.org>
17869
17870 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
17871 check for t-mouse too.
17872
17873 * cus-start.el: Make echo-keystrokes `number'.
17874
178752000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
17876
17877 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
17878 Don't call ring-empty-p unless tags-location-ring is bound.
17879 From Noah Friedman <friedman@splode.com>.
17880
178812000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
17882
17883 * progmodes/hideshow.el (hs-flag-region): No longer use
17884 `intangible' overlay property.
17885
17886 (hs-toggle-hiding): New command.
17887 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
17888
17889 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
17890 Fix omission bug: Run `hs-minor-mode-hook' for both activation
17891 and deactivation.
17892
178932000-02-18 Gerd Moellmann <gerd@gnu.org>
17894
17895 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
17896
178972000-02-17 Gerd Moellmann <gerd@gnu.org>
17898
17899 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
17900
17901 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
17902 of `*' to handle `(* ... *)' comments.
17903
179042000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
17905
17906 * faces.el (list-faces-display): Use display-mouse-p instead of
17907 window-system.
17908
17909 * menu-bar.el (global-map): Menu-bar items converted to the new
17910 format (menu-item..., rearranged for better CUA compliance, and
17911 their names changed for better clarity. Help strings added.
17912
17913 * international/mule-cmds.el (mule-menu-keymap)
17914 (describe-language-environment-map, set-coding-system-map)
17915 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
17916 form, add help strings. Change names of menu items for better clarity.
17917 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
17918
179192000-02-17 Gerd Moellmann <gerd@gnu.org>
17920
17921 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
17922 within the code.
17923
179242000-02-16 Dave Love <fx@gnu.org>
17925
17926 * faces.el: Don't require custom. Add more specific :groups to
17927 various deffaces.
17928 (set-face-attribute): Purecopy args.
17929 (read-face-name): Default to name at point and use it in prompt.
17930 Remove colon from arg in all callers.
17931 (list-faces-display): Hyperlink to face descriptions and customize
17932 buffers.
17933
179342000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
17935
86f6474c 17936 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
17937
179382000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17939
17940 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
17941 at ':' characters by call to split-string.
17942
179432000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17944
17945 * textmodes/bibtex.el: Added RCS version identification.
17946
179472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17948
17949 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 17950 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
17951 (bibtex-field-const): Allow capital letters.
17952 (bibtex-start-of-string): Deleted because unused.
17953
17954 * textmodes/bibtex.el: Unified some nomenclature. We no longer
17955 use the term 'reference' to describe a bibtex entry as a whole.
17956 Further, reference keys are no longer called 'labels'.
17957 (bibtex-keys): Renamed to bibtex-reference-keys.
17958 (bibtex-reformat-previous-labels): Renamed to
17959 bibtex-reformat-previous-reference-keys.
17960 (bibtex-reference-type): Renamed to bibtex-entry-type.
17961 (bibtex-reference-head): Renamed to bibtex-entry-head.
17962 (bibtex-reference-maybe-empty-head): Renamed to
17963 bibtex-entry-maybe-empty-head.
17964 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
17965 (bibtex-search-reference): Renamed to bibtex-search-entry.
17966 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
17967 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
17968 (bibtex-entry-field-alist, bibtex-entry-head)
17969 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
17970 (bibtex-map-entries, bibtex-search-entry)
17971 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
17972 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17973 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
17974 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
17975 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
17976 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
17977 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
17978
179792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17980
17981 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
17982 comment.
17983 (bibtex-format-field-delimiters): New function, functionality
17984 extracted from bibtex-format-entry.
17985 (bibtex-autokey-get-yearfield-digits): New function, functionality
17986 extracted from bibtex-autokey-get-yearfield.
17987
17988 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
17989 entries in order to avoid stack overflow in the regexp matcher if
17990 field contents become large.
86f6474c
SM
17991 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
17992 (bibtex-field-string-part-not-braced)
17993 (bibtex-field-string-part-no-inner-braces)
17994 (bibtex-field-string-part-1-inner-brace)
17995 (bibtex-field-string-part-2-inner-braces)
17996 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
17997 (bibtex-field-string-quoted, bibtex-field-string)
17998 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
17999 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18000 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18001 Deleted as parsing is now performed by the following functions.
18002 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18003 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18004 (bibtex-parse-field-string, bibtex-search-forward-field-string)
18005 (bibtex-parse-association, bibtex-field-name-for-parsing)
18006 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18007 (bibtex-search-forward-field, bibtex-search-backward-field)
18008 (bibtex-start-of-field, bibtex-end-of-field)
18009 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18010 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18011 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18012 (bibtex-parse-string, bibtex-search-forward-string)
18013 (bibtex-search-backward-string, bibtex-start-of-string)
18014 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18015 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18016 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
18017 entries. Instead of reporting the results of the parsing by
18018 match-beginning or match-end, these functions return data structures
18019 that hold the corresponding positions.
18020 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
18021 return values rather than by match-beginning or match-end.
18022 The following functions have been adapted to use the new
18023 parsing functions.
18024 (bibtex-skip-to-valid-entry, bibtex-search-reference)
18025 (bibtex-enclosing-field, bibtex-format-entry)
18026 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18027 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18028 (bibtex-print-help-message, bibtex-end-of-entry)
18029 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18030 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18031 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18032 Use the new method for parsing.
18033 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18034 (bibtex-map-entries, bibtex-flash-head)
18035 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18036 (bibtex-autokey-change, bibtex-autokey-get-namefield)
18037 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18038 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18039 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18040 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18041 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18042 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
18043
180442000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18045
18046 * textmodes/bibtex.el: Copyright notice is up to date.
18047 Added constant 'bibtex-maintainer-salutation.
18048
86f6474c 18049 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
18050 than make-temp-name, use match-string-no-properties and eliminate
18051 a quadratic behavior when building bibtex-strings.
18052
18053 * bibtex.el (bibtex-reference-key): Accept string entries whose
18054 reference key contains upper case letters.
18055
180562000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18057
18058 * bibtex.el (bibtex-reference-head): Allow entries to start with
18059 a new line.
18060
180612000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18062
18063 * bibtex.el: Hiding of entry bodies is not longer provided by
18064 bibtex.el directly. Instead the hideshow package can be used.
18065 Added a special bibtex entry to hs-special-modes-alist.
18066 (bibtex-hs-forward-sexp): Added for hideshow.el.
18067
180682000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18069
18070 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18071 proceedings entry type (for cross referencing). Thanks to Wagner
18072 Toledo Correa for the suggestion.
18073
18074 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18075
180762000-02-14 Kenichi Handa <handa@etl.go.jp>
18077
18078 * international/characters.el: Setup case table for Vietnamese.
18079
180802000-02-12 Gerd Moellmann <gerd@gnu.org>
18081
18082 * uniquify.el (toplevel): Require CL at compile time.
18083 (uniquify-push): Removed.
18084
18085 * shadowfile.el (shadow-when): Removed.
18086
18087 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 18088 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
18089
18090 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18091 regexp for paragraph-start.
18092
18093 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18094 commas as well.
18095
180962000-02-10 Dave Love <fx@gnu.org>
18097
18098 * wid-edit.el: (widgets) [defgroup]: Remove url link.
18099 (widget-color-choice-list, widget-color-history, widget-mouse-help):
18100 Deleted.
18101 (widget-specify-field, widget-specify-button): Don't use
18102 widget-mouse-help as help-echo property.
18103 (default): Use #'ignore for :validate and :mouse-down-action.
18104 (checkbox): Add help-echo.
18105 (widget-sexp-validate): Rewritten to clarify error messages.
18106 (character): Use char-valid-p in :match function.
18107 (widget-color-complete): Use facemenu-color-alist.
18108 (widget-color-action): Use facemenu-read-color.
18109
18110 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
18111 set up `caar' &c that we now have.
18112
181132000-02-09 Ray Blaak <blaak@gnu.org>
18114
18115 * delphi.el: Make resourcestring a declaration region, like const
18116 and var.
18117
181182000-02-09 Dave Love <fx@gnu.org>
18119
18120 * bindings.el (mode-line-input-method-map): New variable.
18121 (mode-line-mule-info): Use it; fix last change.
18122 (mode-line-mode-menu): Move definition.
18123 (mode-line-mouse-sensitive-p): Deleted.
18124 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 18125 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
18126
18127 * startup.el (command-line-1): Don't call
18128 make-mode-line-mouse-sensitive.
18129
181302000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18131
86f6474c
SM
18132 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18133 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
18134
181352000-02-06 Stefan Monnier <monnier@cs.yale.edu>
18136
18137 * diff-mode.el (diff-kill-junk): New interactive function.
18138 (diff-reverse-direction): Use delete-and-extract-region.
18139 (diff-post-command-hook): Restrict the area so that the hook also works
18140 outside of any diff hunk. This is necessary for the minor-mode.
18141 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18142 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18143
18144 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18145 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18146 so that it can be used more easily in <foo>-mode-hook. Also make sure
18147 to avoid duplicate entries.
18148 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18149 (font-lock-remove-keywords): Just as was done for `add', allow it to
18150 work even if font-lock-mode is nil. Also make sure we don't modify
18151 any pre-existing list by forcing a copy-sequence. Finally rename
18152 `major-mode' to `mode'.
18153 (font-lock-fontify-syntactic-anchored-keywords)
18154 (font-lock-fontify-anchored-keywords)
18155 (font-lock-fontify-keywords-region): Use line-end-position.
18156 Don't make `font-lock-multiline' local (it's now done in
18157 font-lock-set-defaults).
86f6474c
SM
18158 (font-lock-set-defaults): Make `font-lock-multiline' local.
18159 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
18160
181612000-02-06 Andrew Innes <andrewi@gnu.org>
18162
18163 * term/w32-win.el (x-handle-args): Comment out call to message,
18164 which occurs before window system is initialized.
18165
18166 * makefile.nt: Add support for recompiling lisp code.
18167
181682000-02-04 Dave Love <fx@gnu.org>
18169
18170 * bindings.el (mode-line-mule-info): Fix/extend last change.
18171
18172 * completion.el: Replace completion-dolist with dolist.
18173
86f6474c 18174 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
18175
181762000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
18177
86f6474c 18178 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
18179 environment names before they go into the section regexp.
18180
86f6474c 18181 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
18182 char class in regexp.
18183
86f6474c
SM
18184 * textmodes/reftex-parse.el (reftex-with-special-syntax):
18185 Bind `case-fold-search' to nil.
a30eb617 18186
86f6474c
SM
18187 * progmodes/idlwave.el (idlwave-template):
18188 Respect `idlwave-abbrev-change-case'.
18189 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18190 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18191 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
18192 (idlwave-rw-case): New function.
18193 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 18194 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
18195 (idlwave-surround): New argument LENGTH to support padding of
18196 operators longer than 1 char.
18197
18198 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18199 idlwave-shell-expression-overlay. Implemented printing of
18200 expressions on higher levels of the calling stack.
86f6474c 18201 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
18202 (idlwave-retrieve-expression-from-level): New function.
18203 (idlwave-shell-last-calling-stack): Variable removed.
18204 (idlwave-shell-reset): Argument action reversed (`visible' to
18205 `hidden'). Also remove stop-line overlay.
18206 (idlwave-shell-calling-stack-routine): New variable.
18207 (idlwave-shell-parse-stack-and-display): Messages now display
18208 negative level numbers.
18209 (idlwave-shell-mode): Set `modeline-format'.
18210 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 18211 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
18212 (idlwave-shell-print-expression-function): New option.
18213
86f6474c
SM
18214 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18215 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
18216 `tool-bar' instead of `toolbar'.
18217
182182000-02-02 Dave Love <fx@gnu.org>
18219
18220 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18221 emacs-lisp-mode-hook. Don't check for defalias being defined.
18222
18223 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
18224 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18225 Use the new builtins directly.
a30eb617
DL
18226
18227 * whitespace.el (whitespace): Add :version to defgroup.
18228
18229 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18230 Doc fix.
18231
18232 * thingatpt.el (sexp-at-point, symbol-at-point)
18233 (number-at-point, list-at-point): Add autoload cookie.
18234
18235 * recentf.el (recentf): Add :version to defgroup.
18236
18237 * quickurl.el (quickurl): Add :version to defgroup.
18238
18239 * elide-head.el (elide-head): Use point-marker more.
18240
18241 * bs.el (bs): Add :version to defgroup.
18242
18243 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18244
18245 * progmodes/delphi.el (delphi): Add :version to defgroup.
18246
182472000-02-02 Gerd Moellmann <gerd@gnu.org>
18248
18249 * ange-ftp.el (ange-ftp-write-region): Handle case that
18250 succeeding process operation sets a different coding system.
18251
18252 * calculator.el: New file.
18253
182542000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
18255
86f6474c 18256 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
18257 (display-mouse-p, display-popup-menus-p, display-graphic-p)
18258 (display-selections-p, display-screens, display-pixel-width)
18259 (display-pixel-height, display-mm-width, display-mm-height)
18260 (display-backing-store, display-save-under, display-planes)
18261 (display-color-cells, display-visual-class): New functions.
18262
18263 * term/tty-colors.el (tty-color-gray-shades): New function.
18264
18265 * faces.el (display-color-p): Use framep-on-display.
18266 (display-grayscale-p): New function.
18267
182682000-01-31 Dave Love <fx@gnu.org>
18269
18270 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18271 (create-fontset-from-x-resource): Don't concat integers.
18272
182732000-01-31 Inge Frick <inge@nada.kth.se>
18274
18275 * view.el: Some changes in documentation. Removed some trailing
86f6474c 18276 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
18277 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18278 window is not deleted. Modifies change 1998-04-26.
18279
182802000-01-31 Gerd Moellmann <gerd@gnu.org>
18281
18282 * windmove.el: New file.
18283
18284 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18285 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18286 progmodes/ebnf-yac.el: Update copyright and license info.
18287
86f6474c
SM
18288 * jit-lock.el (jit-lock-function): Widen before calculating
18289 end position.
a30eb617
DL
18290 (jit-lock-stealth-chunk-start): Rewritten.
18291
18292 * info.el (Info-title-face-alist): Removed.
86f6474c 18293 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
18294 (Info-fontify-node): Use these faces.
18295
182962000-01-30 Gerd Moellmann <gerd@gnu.org>
18297
18298 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18299 (cl-macro-list1): Recognize `&allow-other-keys' instead of
18300 `&allow-other-keywords'.
18301
18302 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18303 the list of directories scanned heuristically.
18304
86f6474c 18305 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
18306
183072000-01-30 Jason Rumney <jasonr@gnu.org>
18308
18309 * w32-fns.el: Define w32-tty-standard-colors.
18310
18311 * startup.el (command-line): Use w32-tty-standard-colors when in
18312 w32 console mode.
18313
183142000-01-30 Dave Love <fx@gnu.org>
18315
18316 * jka-compr.el (jka-compr-load): Fix up load-history.
18317
18318 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18319
18320 * emacs-lisp/cl-macs.el: Revert previous change.
18321
183222000-01-29 Dave Love <fx@gnu.org>
18323
18324 * facemenu.el: Purecopy various strings.
18325
18326 * timezone.el (timezone-fix-time): Window against 69 for two-digit
18327 years. Deal with three-digit years.
18328
86f6474c
SM
18329 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18330 Use defconst, purecopy.
a30eb617
DL
18331 (help-back-label): Purecopy it.
18332
183332000-01-18 Gerd Moellmann <gerd@gnu.org>
18334
18335 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18336 variable. If non-nil, order the buffer list according to the
18337 currently selected frame.
18338 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18339 non-nil, pass the selected frame to function buffer-list.
18340
183412000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18342
18343 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18344
183452000-01-28 Dave Love <fx@gnu.org>
18346
18347 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18348
18349 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18350 Don't use lisp-indent-hook property.
18351 (cl-abs): Remove.
18352
18353 * subr.el: Move out indent and edebug specs for when and unless.
18354
18355 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18356 when, unless.
18357
18358 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18359 unless, when.
18360
183612000-01-28 Gerd Moellmann <gerd@gnu.org>
18362
18363 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18364 `collecting' as synonym for `collect'.
18365
18366 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18367 for the case it contains spaces.
18368
86f6474c 18369 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
18370
18371 * frame.el (delete-other-frames): New function.
18372 (toplevel): Bind it to C-x 5 1.
18373
18374 * sort.el (sort-numeric-base): New option.
18375 (sort-numeric-fields): If number starts with `0' or `0[xX[',
18376 interpret it as octal or hexadecimal. Use sort-numeric-base
18377 as default base.
18378
18379 * progmodes/glasses.el: New file.
18380
183812000-01-27 Gerd Moellmann <gerd@gnu.org>
18382
18383 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18384 userids differently.
18385
18386 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18387 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18388 progmodes/ebnf-yac.el: New files.
18389
183902000-01-26 Dave Love <fx@gnu.org>
18391
18392 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18393 on a function with an empty body. [From Eric Ludlam.]
18394
183952000-01-25 Andre Spiegel <spiegel@gnu.org>
18396
18397 * vc.el (vc-version-diff): Make sure file name is expanded.
18398
183992000-01-25 Gerd Moellmann <gerd@gnu.org>
18400
18401 * scroll-bar.el (scroll-bar-timer): Variable removed.
18402 (scroll-bar-toolkit-scroll): Don't use a timer.
18403
184042000-01-25 Kenichi Handa <handa@etl.go.jp>
18405
86f6474c
SM
18406 * language/thai-util.el (thai-composition-function):
18407 Delete superfluous `a'.
a30eb617
DL
18408
184092000-01-24 Dave Love <fx@gnu.org>
18410
18411 * fortran.el (fortran-mode): Use beginning-of-defun-function,
18412 end-of-defun-function.
18413
86f6474c 18414 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
18415
184162000-01-22 Jason Rumney <jasonr@gnu.org>
18417
18418 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18419 conflicts with new face support.
18420
184212000-01-22 Richard M. Stallman <rms@gnu.org>
18422
18423 * replace.el (query-replace): Rename last arg to DELIMITED.
18424 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18425 (query-replace-regexp): Likewise.
18426
184272000-01-20 Richard M. Stallman <rms@gnu.org>
18428
18429 * subr.el (with-syntax-table): Use make-symbol, not gensym.
18430
18431 * emacs-lisp/lisp.el (beginning-of-defun-function):
18432 Variable renamed from beginning-of-defun.
18433 Do not call make-variable-buffer-local.
18434 (beginning-of-defun-raw): Use new variable name; doc fix.
18435 (beginning-of-defun): Doc fix.
18436 (end-of-defun-function): Variable renamed from end-of-defun.
18437 Do not call make-variable-buffer-local.
18438 (end-of-defun): Use new variable name; doc fix.
18439
18440 * subr.el (dolist, dotimes): Copied from cl-macs.el
18441 and made to work.
18442
18443 * mail/undigest.el (rmail-digest-end-regexps):
18444 Variable replaces rmail-digest-end-regexp.
18445 Allows multiple regexps for detecting the end line.
18446 (undigestify-rmail-message): Corresponding changes.
18447
184482000-01-19 Dave Love <fx@gnu.org>
18449
18450 * files.el (user-init-file): Don't declare here -- is primitive.
18451
18452 * startup.el (command-line): Check for compiled user-init-file and
18453 set to uncompiled version if necessary.
18454
184552000-01-18 Gerd Moellmann <gerd@gnu.org>
18456
18457 * mail/undigest.el (rmail-digest-end-regexp): New user option.
18458 (undigestify-rmail-message): Use it.
18459
18460 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18461
184622000-01-17 Gerd Moellmann <gerd@gnu.org>
18463
18464 * tmm.el (tmm-goto-completions): Adapt to prompt being part
18465 of mini-buffer.
18466
184672000-01-14 Gerd Moellmann <gerd@gnu.org>
18468
18469 * emacs-lisp/copyright.el (copyright-update): Removed the
18470 requirement for a trailing space from `copyright-regexp', to
18471 support copyrights with owner specified on a separate line..
18472
18473 * align.el: New file.
18474
18475 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18476
18477 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18478
184792000-01-13 Dave Love <fx@gnu.org>
18480
18481 * ph.el: Removed. (Obsoleted by EUDC.)
18482
184832000-01-13 Gerd Moellmann <gerd@gnu.org>
18484
18485 * net/eudc.el (toplevel): Remove autoloaded code installing
18486 menu with easymenu, because that causes build problems.
18487
18488 * frame.el (frame-notice-user-settings): New variable.
18489 (frame-notice-user-settings): Don't modify frame parameters
18490 if called a second time.
18491
184922000-01-13 Richard M. Stallman <rms@gnu.org>
18493
18494 * frame.el (frame-notice-user-settings):
18495 Notice default-frame-parameters even for non-window frames.
18496
184972000-01-13 Gerd Moellmann <gerd@gnu.org>
18498
18499 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18500 for Emacs.
18501 (eudc-bob-can-display-inline-images): Extend for Emacs.
18502 (eudc-bob-toggle-inline-display): Ditto.
18503 (eudc-bob-display-jpeg): Ditto.
18504
185052000-01-12 Gerd Moellmann <gerd@gnu.org>
18506
18507 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18508 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18509 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18510
86f6474c
SM
18511 * add-log.el (add-change-log-entry): Fix error trying an
18512 `(insert nil)'.
a30eb617
DL
18513
18514 * subdirs.el: Add `net' directory.
18515
18516 * net: New directory.
18517
18518 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18519 eval-last-sexp. Don't bind debug-on-error here.
18520 (eval-last-sexp): New function. Bind debug-on-error if
18521 eval-expression-debug-on-error is non-nil.
18522 (eval-defun-2, eval-defun): Likewise.
18523
18524 * simple.el (eval-expression): Don't bind debug-on-error if
18525 eval-expression-debug-on-error is nil. Detect changed
18526 debug-on-error, and propagate new value to global binding, if
18527 eval-expression-debug-on-error is non-nil,
18528 (eval-expression-debug-on-error): Change doc string.
18529
185302000-01-11 Richard M. Stallman <rms@gnu.org>
18531
18532 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18533
18534 * emacs-lisp/lisp-mode.el (with-syntax-table):
18535 Set up lisp-indent-function property.
18536
18537 * subr.el (with-syntax-table): Moved from simple.el.
18538
18539 * simple.el (with-syntax-table): Moved to subr.el.
18540
185412000-01-11 Gerd Moellmann <gerd@gnu.org>
18542
18543 * tmm.el (tmm-shortcut): Delete region after prompt instead
18544 of erasing buffer.
18545
18546 * textmodes/fill.el (fill-common-string-prefix): New function.
18547 (fill-context-prefix): Use the longest common prefix of first
18548 and second line fill prefix, if there is one.
18549
185502000-01-11 Richard M. Stallman <rms@gnu.org>
18551
18552 * array.el (array-mode): Don't use make-variable-buffer-local.
18553 Use make-local-variable for `truncate-lines'.
18554
185552000-01-11 Jari Aalto <jari.aalto@poboxes.com>
18556
18557 * add-log.el (add-log-current-defun): Handle user-defined
18558 add-log-current-function returning nil,
18559
18560 * add-log.el (add-change-log-entry): Insert version number
18561 if having found a current function
18562
86f6474c
SM
18563 * add-log.el (add-log-current-defun):
18564 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
18565 level 1. Strip whitespace from defun found.
18566
185672000-01-10 John Wiegley <johnw@gnu.org>
18568
18569 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 18570 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
18571
185722000-01-10 Dave Love <fx@gnu.org>
18573
18574 * elide-head.el (elide-head): Use point-marker, not point.
18575
185762000-01-10 Gerd Moellmann <gerd@gnu.org>
18577
18578 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
18579 before and after the year 2000.
18580
18581 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
18582 Add ispell- prefix.
18583
185842000-01-10 Ken Stevens <k.stevens@ieee.org>
18585
18586 * ispell.el: Only define dictionaries in menus when they exist.
18587 (version18p): New variable.
18588 (version20p): New variable.
18589 (xemacsp): New variable.
18590 (ispell-choices-win-default-height): Fix for XEmacs visibility.
18591 (ispell-dictionary-alist1): Added Brasileiro dictionary.
18592 (ispell-dictionary-alist6): Russian command lines no longer accept
18593 run-together words.
18594 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
18595 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
18596 (check-ispell-version): Added documentation string. Return library
18597 path when called non-interactively.
a30eb617
DL
18598 (ispell-menu-map-needed): Uses new variables.
18599 (ispell-library-path): New variable.
18600 (ispell-decode-string): XEmacs fix for bogus variable bindings.
18601 (ispell-word): Improved documentation string. Test for valid
18602 character mappings. Correctly check typed in word changes that can
86f6474c
SM
18603 result in single words split into multiple words.
18604 Return replacement word.
a30eb617
DL
18605 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
18606 replace in recursive query replace mode. Help message for
18607 recursive edit mode.
18608 (ispell-show-choices): Protect against bad framepop bindings.
18609 (ispell-help): Fix to work with XEmacs.
18610 (ispell-highlight-spelling-error): Use new variables.
18611 (ispell-overlay-window): Fix to work with XEmacs.
18612 (ispell-parse-output): Passed and returns location information
18613 tracking spelling corrections. Doesn't recheck same word on
18614 current line.
18615 (ispell-init-process): Protect against bogus XEmacs variable binding.
18616 Fix call to single argument in sleep-for. Use new variables.
18617 (ispell-region): Passed and returns location information tracking
18618 spelling corrections. Doesn't check same word on current line.
18619 Improved documentation string. Doesn't resend a line already
18620 checked to the ispell process - fixes bug in LaTeX parsing.
18621 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
18622 (ispell-skip-region): No longer skips <TT> in SGML.
18623 (ispell-process-line): Tracks location information with spelling
18624 corrections. Added documentation string. Accounts for words
18625 already accepted on this line. Don't allow query-replace on line
18626 starting with math characters. Doesn't resend a line already sent
18627 to ispell process. Fixes alignment error bug.
18628
186292000-01-10 Richard M. Stallman <rms@gnu.org>
18630
18631 * dired-x.el (dired-guess-shell-alist-default):
18632 Suggest xloadimage, which is free, not xv, which isn't.
18633
18634 * ange-ftp.el (ange-ftp-file-name-nondirectory):
18635 Don't ever include the host name or user name in the value.
18636
186372000-01-09 Gerd Moellmann <gerd@gnu.org>
18638
18639 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
18640 of a real newline.
18641
186422000-01-09 Stephen Eglen <stephen@gnu.org>
18643
18644 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
18645 for .png files.
18646
186472000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
18648
18649 * cus-edit.el (custom-hook-convert-widget): Fix comment.
18650
186512000-01-09 Gerd Moellmann <gerd@gnu.org>
18652
18653 * progmodes/cperl-mode.el: Replace ^F with ^L.
18654
86f6474c
SM
18655 * sendmail.el (toplevel): Provide `sendmail' when compiling before
18656 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
18657
186582000-01-08 Dave Love <fx@gnu.org>
18659
18660 * emacs-lisp/backquote.el: Remove inappropriate customization
18661 (allowing custom.el to use backquote).
18662
186632000-01-07 Dave Love <fx@gnu.org>
18664
18665 * add-log.el (add-log-debugging): Deleted.
18666 (add-change-log-entry): Treat a backup FILE-NAME as its parent
18667 file. Remove debugging code.
18668 (change-log-get-method-definition, change-log-name): Add doc.
18669 (change-log-sortable-date-at): New function.
18670 (change-log-merge): New command.
18671
18672 * time.el (display-time-string-forms): Make the Mail string active.
18673 (display-time-update): Provide help-echo for load average.
18674
18675 * bindings.el (make-mode-line-mouse2-map): New function.
18676 (mode-line-modified): Use it and simplify.
18677 (mode-line-mule-info): Provide help-echo info.
18678 (minor-mode-alist): Activate the strings.
18679 (make-mode-line-mouse-sensitive): Simplify for
18680 mode-line-buffer-identification.
18681
186822000-01-07 Gerd Moellmann <gerd@gnu.org>
18683
18684 * play/pong.el: New file.
18685
186862000-01-06 Dave Love <fx@gnu.org>
18687
18688 * array.el: Assorted cleanups for compiler warnings, doc strings,
18689 `array-' prefix for symbols.
18690
186912000-01-05 Dave Love <fx@gnu.org>
18692
86f6474c
SM
18693 * textmodes/outline.el (outline-mode-menu-bar-map):
18694 Add outline-headers-as-kill.
a30eb617
DL
18695 (outline-mode): Define imenu-generic-expression.
18696 (outline-headers-as-kill): New command.
18697
18698 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
18699 from paragraph-start.
18700 (paragraph-indent-minor-mode): New command.
18701
18702 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
18703 M-C-e, M-C-h, C-j, C-xnd, TAB.
18704 (fortran-mode): Set beginning-of-defun, end-of-defun.
18705 (fortran-column-ruler): Simplify.
18706 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
18707 (fortran-with-subprogram-narrowing): Likewise.
18708 (fortran-indent-subprogram): Call mark-defun.
18709 (fortran-check-for-matching-do): Change narrowing.
18710
18711 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
18712 (cl-lucid-hash-tag): Delete.
18713 (cl-hash-table-p): Correct test for native table.
18714 (cl-hash-table-count): Use hash-table-count.
18715
18716 * browse-url.el (browse-url): Fix case of
18717 browse-url-browser-function being an alist.
18718
187192000-01-05 Carsten Dominik <cd@gnu.org>
18720
18721 * textmodes/reftex-vars.el (reftex-parse-file-extension)
18722 (reftex-index-phrase-file-extension): New options.
18723
18724 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
18725 Use new option `reftex-index-phrase-file-extension'.
18726
18727 * textmodes/reftex.el (reftex-access-parse-file): Use new option
18728 `reftex-parse-file-extension'.
18729
187302000-01-05 Dave Love <fx@gnu.org>
18731
18732 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
18733 (beginning-of-defun-raw): Use it.
18734 (end-of-defun): New variable.
18735 (end-of-defun): Use it.
18736 (check-parens): New command.
18737
187382000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
18739
18740 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
18741 (hs-show-block): Don't use `mapcar' when not accumulating.
18742
18743 Fix buglet in local variables initialization.
18744
187452000-01-05 Andreas Schwab <schwab@suse.de>
18746
18747 * hscroll.el (hscroll): Doc fix.
18748
187492000-01-05 Carsten Dominik <cd@gnu.org>
18750
86f6474c
SM
18751 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
18752 Require idlw-toolbar.
a30eb617 18753
86f6474c 18754 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 18755 file idlw-rinfo.el.
86f6474c
SM
18756 (idlwave-customize): Load must read file idlw-shell.el.
18757 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
18758
187592000-01-05 Carsten Dominik <dominik@astro.uva.nl>
18760
18761 * progmodes/idlw-shell.el: Also provide idlwave-shell
18762 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
18763 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
18764
86f6474c 18765 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
18766 both reftex-dcr and reftex-vcr.
18767
18768 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
18769
187702000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18771
18772 * ps-print.el: PostScript code now is in separate files, doc fix.
18773 (ps-print-version): New version number (5.0.3).
18774 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
18775 local.
18776 (ps-spool-config): Initialization fix.
18777 (ps-print-prologue-1, ps-print-prologue-2)
18778 (ps-print-duplex-feature): PostScript code moved to separated file.
18779 (ps-background-image): Little code reformating.
18780 (ps-begin-file, ps-begin-job): Fix code.
18781 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
18782 (ps-prologue-file): New fun.
18783
187842000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18785
18786 * ps-vars.el: Eliminated.
18787
18788 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
18789 `;;;###autoload'.
18790
18791 * ps-print.el: ps-vars eliminated, doc fix.
18792 (ps-print-version): New version number (5.0.2).
18793 (ps-spool-config): Initialization fix.
18794 (ps-print-customize): New fun.
18795
187962000-01-04 Gerd Moellmann <gerd@gnu.org>
18797
86f6474c 18798 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
18799
188002000-01-04 Dave Love <fx@gnu.org>
18801
18802 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
18803 menu items.
18804
188052000-01-03 Dave Love <fx@gnu.org>
18806
18807 * elide-head.el (elide-head) [defgroup]: Add :version.
18808
18809 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
18810 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
18811 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
18812 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
18813
188142000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18815
18816 * faces.el (face-read-integer, read-face-attribute)
86f6474c 18817 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
18818
188192000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
18820
18821 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
18822 at comment end, and re-insert them after filling.
18823
188242000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18825
18826 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
18827 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
18828 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
18829
188302000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18831
18832 * term/x-win.el (xw-defined-colors): Call color-supported-p,
18833 the new name of face-color-supported-p.
18834
18835 * term/w32-win.el (xw-defined-colors): Likewise.
18836
188372000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18838
18839 * simple.el (completion-setup-function): Count completion-size
18840 from minibuffer-prompt-end, not from point-min.
18841
188422000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
18843
18844 * faces.el (read-face-attribute, defined-colors, color-defined-p):
18845 Pass the frame to tty-color-* functions.
18846 (display-color-p, frame-set-background-mode): Pass the frame to
18847 tty-display-color-p.
18848
18849 * term/tty-colors.el (tty-defined-color-alist): Renamed from
18850 tty-color-alist.
18851 (tty-color-alist, tty-modify-color-alist): New functions.
18852 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
18853 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
18854 optional parameter FRAME.
a30eb617
DL
18855
188562000-01-01 Gerd Moellmann <gerd@gnu.org>
18857
86f6474c
SM
18858 * image.el (create-image, defimage): Don't assume image data is
18859 a string.
a30eb617
DL
18860
18861 * image.el (defimage): Handle specifications containing :data
18862 instead of :file.
18863 (image-type-from-data): New function.
18864 (image-type-from-file-header): Use it.
18865 (create-image): Add parameter DATA-P.
18866
18867See ChangeLog.8 for earlier changes.
18868
18869;; Local Variables:
18870;; coding: iso-2022-7bit
18871;; End: