(flyspell-correct-word/local-keymap): Function deleted.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
ebc4ee8d
GM
12001-11-10 Gerd Moellmann <gerd@gnu.org>
2
3 * Makefile.in (finder_setwins, setwins): Exclude Calc.
4
dbe3a58a
PA
52001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
6
7 * wid-edit.el (checklist): Removed `:menu-tag'.
8 (radio-button-choice): Ditto.
9 (editable-list): Ditto.
10
3b8d7e6e
PJ
112001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
12
13 * play/gomoku.el: Move definitions of constants to the beginning
14 of file, before their use.
15
5a34aae1
RS
162001-11-09 Richard M. Stallman <rms@gnu.org>
17
18 * textmodes/flyspell.el: Use the keymap property
19 instead of local-map, and don't use a minor-mode map.
20 (flyspell-mode-map): Variable deleted.
21 Don't mess with minor-mode-map-alist.
22 (calling add-minor-mode): Specify nil for keymap.
23 And always use add-minor-mode, now that it exists.
24 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
25 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
26 or flyspell-local-mouse-map.
27 (make-flyspell-overlay): Use flyspell-mouse-map directly.
28 (flyspell-mode): Doc fix.
29 (flyspell-mode-on): Don't call make-local-hook.
30
34decfdb
SS
312001-11-09 Sam Steingold <sds@gnu.org>
32
33 * emacs-lisp/debug.el (debugger-make-xrefs):
34 Add buttons to all symbols.
35
d25303d3
AS
362001-11-09 Andre Spiegel <spiegel@gnu.org>
37
38 * vc.el: Add John David Smith to credits.
34decfdb 39
d25303d3 40 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
34decfdb 41
d25303d3
AS
42 * vc-hooks.el (vc-error-occured): Backquotified.
43 (vc-file-prop-obarray): Use prime length for better efficiency.
44
45 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
46
807378ad
EZ
472001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
48
49 * info.el (Info-file-list-for-emacs): Add entries for Calc.
50
60ab6064
MB
512001-11-09 Miles Bader <miles@gnu.org>
52
53 * subr.el (functionp): Don't consider macros as functions.
54
7c1ce64c
MB
552001-11-08 Miles Bader <miles@gnu.org>
56
1cf72ff8
MB
57 * subr.el (functionp): Make work correctly for macros and unbound
58 symbols.
59
7c1ce64c
MB
60 * comint.el (comint-send-input): Fix description of
61 `comint-process-echoes' in the doc-string.
62
d38b07f9
EZ
632001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
64
65 * international/mule.el (make-translation-table): Doc fix.
66 Suggested by Alex Schroeder <alex@gnu.org>.
67
5a34aae1
RS
682001-11-07 Richard M. Stallman <rms@gnu.org>
69
70 * info.el (Info-fontify-node): Highlight every third menu item.
71
61763509
PA
722001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
73
74 * cus-edit.el (custom-face-value-create): Don't ignore the
75 `customized-face' attribute when finding the current face spec.
76
ecd91f5f
SM
772001-11-07 Stefan Monnier <monnier@cs.yale.edu>
78
faa29f8b
SM
79 * subr.el (with-local-quit): New macro.
80 (make-syntax-table): Always inherit.
81 (functionp): Be more careful when `object' is a symbol.
82
ecd91f5f
SM
83 * dabbrev.el (dabbrev-completion): Use "*Completions*".
84
7263bb10
PE
852001-11-07 Paul Eggert <eggert@twinsun.com>
86
87 * dired.el (dired-move-to-filename-regexp):
88 Do not distinguish between ASCII letters and non-ASCII characters.
89 Don't allow comma except in the form "month day, year".
90 Don't allow space between month name and comma.
91 Clean up the code that checks for trailing period, comma, and space.
92 Remove now-obsolete comments, and add more commentary about
93 Japanese dates.
94 Always gobble up trailing spaces, instead of doing it only sometimes.
95
05e122fe
MB
962001-11-07 Miles Bader <miles@gnu.org>
97
98 * paren.el (show-paren-match-face): Add dark-background variant.
99
c191d13c
SM
1002001-11-06 Stefan Monnier <monnier@cs.yale.edu>
101
102 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
103 (lisp-mode-variables): Don't set paragraph-{start,separate}.
104 Don't disable adaptive-fill-mode.
105 (lisp-fill-paragraph): Use tab-width rather than 8.
106 Prevent filling the first line of docstrings.
107
242d2673
RS
1082001-11-06 Richard M. Stallman <rms@gnu.org>
109
16f97fc3
RS
110 * play/gomoku.el (gomoku): Doc fix.
111
c191d13c
SM
112 * jka-compr.el (jka-compr-partial-uncompress):
113 Support an alternative of not using dd.
242d2673
RS
114 (jka-compr-dd-program): Use defcustom to define this.
115 (jka-compr-load-suffixes): Use defcustom.
116 (jka-compr-mode-alist-additions): Use defcustom.
117
c1966bb4
SM
1182001-11-06 Stefan Monnier <monnier@cs.yale.edu>
119
120 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
121 Also work when LIMIT is further than the end of line.
122
e154cc44
EZ
1232001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
124
125 * international/quail.el (quail-update-leim-list-file): Print the
c1966bb4 126 offending file name if some of its quail-define-package forms is broken.
e154cc44 127
d5360cc7
RS
1282001-11-05 Richard M. Stallman <rms@gnu.org>
129
130 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
131 of the evaluated form.
132
0e6f6028
PE
1332001-11-05 Paul Eggert <eggert@twinsun.com>
134
135 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
136 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
137 stamps always line up by default. Also, it uses a slightly
138 different window to determine whether files are "recent".
139
96238a5a
AI
1402001-11-05 Andrew Innes <andrewi@gnu.org>
141
c1966bb4
SM
142 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
143 Don't attempt to remake autoloads before nuking .elc files.
96238a5a 144
982f6c7e
RS
1452001-11-04 Richard M. Stallman <rms@gnu.org>
146
48461f7c
RS
147 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
148 previous-single-property-change or next-single-char-property-change
149 returns nil.
150
c1966bb4 151 * international/mule-cmds.el (set-locale-environment):
830047fd
RS
152 Make it interactive; make arg optional.
153
982f6c7e
RS
154 * international/mule-diag.el (help-funs): Require help-funs.
155
051a608d
EZ
1562001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
157
158 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
159
2c738482
MB
1602001-11-04 Miles Bader <miles@gnu.org>
161
162 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
c1966bb4 163 shadow of the splash image grey on a dark background instead of black.
2c738482 164
9c01e545
SM
1652001-11-03 Stefan Monnier <monnier@cs.yale.edu>
166
c191d13c
SM
167 * term.el (all faces): Don't (copy-face 'default <foo>).
168
9c01e545
SM
169 * term/xterm.el (function-key-map):
170 Add entry for `ESC [ 3 ~' -> <delete>
171 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
172 Use inheritance so that .emacs and terminfo take precedence.
173
aed29b97
EZ
1742001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
175
176 * tooltip.el (tooltip-delay): Decrease to 0.7.
177 (tooltip-hide-delay): Enlarge to 10.
178
ed638cc9
RS
1792001-11-03 Richard M. Stallman <rms@gnu.org>
180
181 * startup.el (fancy-splash-tail): Explain how to recover
182 from a crash, if there was a crash.
183 (command-line-1): Reorganize display of startup screen,
d09cb033 184 to simplify the logic. Use a temp buffer for it.
ed638cc9 185
9ca8a5a0
EZ
1862001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
187
d09cb033
SM
188 * frame.el (set-background-color, set-foreground-color):
189 Call face-set-after-frame-default, to propagate the new colors to
190 the frame's parameters alist.
528e1416 191
9ca8a5a0
EZ
192 * calendar/timeclock.el (timeclock-out): Signal an error if
193 timeclock-last-event is nil.
194
55140940
SM
1952001-11-02 Stefan Monnier <monnier@cs.yale.edu>
196
d09cb033
SM
197 * textmodes/fill.el (fill-context-prefix): Fix braino.
198
199 * international/quail.el (quail-help):
200 Use `help-buffer' and move `help-setup-xref' to beginning.
201
202 * international/mule-cmds.el (describe-language-environment):
203 Use `help-buffer' and move `help-setup-xref' to beginning.
204
55140940
SM
205 * international/mule-diag.el (list-character-sets)
206 (sort-listed-character-sets, describe-character-set)
207 (describe-coding-system, describe-fontset, list-fontsets):
208 Use `help-buffer' and move `help-setup-xref' to beginning.
209 (describe-char-after): Use `internal-describe-syntax-value'.
210
e6bff182
RS
2112001-11-02 Richard M. Stallman <rms@gnu.org>
212
213 * mouse.el (popup-menu): If the user refuses to select
214 from a menu, don't try to invoke the menu.
215
e8cdeaca
MB
2162001-11-02 Miles Bader <miles@gnu.org>
217
218 * help-mode.el (help-xref): New button type.
219 (help-function, help-variable, help-face, help-coding-system)
220 (help-input-method, help-character-set, help-type, help-symbol)
221 (help-back, help-info, help-customize-variable, help-customize-face)
222 (help-function-def, help-variable-def): Use it as a supertype.
223 Remove `action' property.
224
225 * international/mule-diag.el (describe-character-set)
226 (describe-coding-system): Pass correct args to `help-xref-button'.
227 (sort-listed-character-sets): New button type.
228 (list-character-sets): Use it.
229 (list-charset-chars): New button type.
230 (list-character-sets-1): Use it.
231
2322001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
c22e59e1
SM
233
234 * indent.el (tab-always-indent, indent-for-tab-command):
235 Remove redundant `never' setting.
2d78d3e8
SM
236
237 * fill.el (fill-region-as-paragraph): Don't forget to skip
238 over current whitespace before looking for a preceding space.
239
9271ed2c
RS
2402001-11-01 Richard M. Stallman <rms@gnu.org>
241
e6bff182
RS
242 * files.el (file-newest-backup): Don't pass backup file name
243 thru file-name-sans-versions, because it never has version numbers.
244
245 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
246 to avoid ambiguous nested loops.
55140940 247
9271ed2c
RS
248 * files.el (find-file-noselect): Offer to change buffer-read-only
249 only when the file's read-only status has changed from before
250 as well as disagreeing with the buffer's current status.
251 (buffer-file-read-only): New var, local in all buffers.
252
253 * buff-menu.el (buffer-menu): Doc fix.
254 (buffer-menu-other-window): Doc fix.
255 (list-buffers, list-buffers-noselect): Doc fix.
256
7360b8aa
GM
2572001-11-01 Gerd Moellmann <gerd@gnu.org>
258
259 * startup.el (command-line): If the terminal Emacs is running on
260 has erase char set to ^H, use the Backspace key for deleting
261 backward, and the Delete key for deleting forward.
262
588c722f
MB
2632001-11-01 Miles Bader <miles@gnu.org>
264
265 * button.el (define-button-type): Make sure every user-defined
266 button type has a supertype.
267
74142afe
JR
2682001-10-31 Jason Rumney <jasonr@gnu.org>
269
270 * international/mule-cmds.el (locale-language-names): Add chs and
271 cht as aliases for Chinese-GB and Chinese-BIG5.
272
e6188964
RS
2732001-10-31 Richard M. Stallman <rms@gnu.org>
274
275 * bindings.el (mode-line-frame-identification): Add doc string.
276 (mode-line-position, mode-line-modes): New variables.
277 (mode-line-format): Use mode-line-position for the part
c22e59e1
SM
278 that displays the position-in-buffer info.
279 Use mode-line-modes for the part that displays major and minor modes.
e6188964 280
cc1bde62
SS
2812001-10-31 Sam Steingold <sds@gnu.org>
282
283 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
284 (debugger-setup-buffer): Call it.
285 (debugger-mode-map): Bind RET and mouse-2.
286
2b209b97
PJ
2872001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
288
289 * startup.el: Document command line option --no-window-system
290 instead of --no-windows.
291
d4945dfb
SM
2922001-10-30 Stefan Monnier <monnier@cs.yale.edu>
293
cbe52879
SM
294 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
295
bf9bb76f
SM
296 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
297 (font-lock-defaults-alist): Use it.
298 From David Ponce <david.ponce@wanadoo.fr>
299
300 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
301 output of `char-after'.
302
747d3f2a
SM
303 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
304
d4945dfb
SM
305 * simple.el (reindent-then-newline-and-indent): Insert the newline
306 before indenting the first line.
307 (undo-get-state, undo-revert-to-state): New funs.
308 (shell-command): Don't kill the buffer even if empty.
309 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
310 (transpose-subr-end2): Remove.
311 (transpose-subr): Add `special' arg and simplify.
312 (transpose-subr-1): Rewrite.
313 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
314 (rfc822-goto-eoh): Simplify.
315
3a426197
RS
3162001-10-30 Richard M. Stallman <rms@gnu.org>
317
318 * enriched.el (enriched-face-ans): FIx previous change.
319
3f99f948
GM
3202001-10-30 Gerd Moellmann <gerd@gnu.org>
321
322 * international/iso-acc.el (iso-accents-compose): Remove a
323 superfluous setq.
324
ae830159
EZ
3252001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
326
327 * buff-menu.el (list-buffers-noselect): If the buffer's name
328 starts with a blank, but it visits a file, do show it (for files
329 whose names start with a blank).
330
8e8223e2
SM
3312001-10-30 Stefan Monnier <monnier@cs.yale.edu>
332
333 * textmodes/fill.el (sentence-end-double-space)
334 (sentence-end-without-period): Move to paragraphs.el.
335 (fill-indent-according-to-mode): Change default to t.
336 (fill-context-prefix): Simplify control-flow and use a more
337 sophisticated merge that unifies both previous checks.
338 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
339 (fill-nobreak-predicate): Make it into a defcustom'd hook.
340 (fill-nobreak-p): New fun.
341 (fill-region-as-paragraph): Use it.
342 Handle `fill-indent-according-to-mode' slightly differently.
343 (fill-individual-paragraphs-prefix): Simplify the control-flow.
344 (fill-individual-paragraphs-citation): Fix.
345
346 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
347 (paragraph-start): Change default to the `text-mode' value.
348 (sentence-end-double-space, sentence-end-without-period):
349 Move from fill.el.
350 (forward-paragraph): Use `parstart' and `parsep' for temp variables
351 rather than rebinding `paragraph-start' and `paragraph-separate'.
352
353 * indent.el (indent-line-function): Change default to indent-relative.
d4945dfb 354 (tab-always-indent): Add an `never' setting.
8e8223e2
SM
355 (indent-according-to-mode): Handle `indent-relative' and
356 `indent-relative-maybe' specially.
357 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
d4945dfb 358 Handle the `never' case for `tab-always-indent'.
8e8223e2
SM
359 Don't call indent-according-to-mode for indent-relative' and
360 `indent-relative-maybe'.
361 (insert-tab): Rename `prefix-arg' to `arg'.
362 (indent-region): Indent the first line as well.
363 (indent-relative): Don't mark the buffer modified if the indentation
364 is unchanged.
365
366 * textmodes/text-mode.el (paragraph-indent-minor-mode):
367 Don't set paragraph-separate. Set paragraph-start more carefully.
368 Set indent-line-function.
369 (paragraph-indent-text-mode): Use it and define-derived-mode.
370 (text-mode-map): Remove the \t binding.
371 (text-mode): Simplify now that the default is more favorable.
372
3732001-10-29 Stefan Monnier <monnier@cs.yale.edu>
374
375 * emacs-lisp/find-func.el (find-function-search-for-symbol):
376 If the regexp doesn't match, use a looser one.
377 (find-variable-noselect): Add `file' argument.
378
379 * pcvs.el (cvs-mode-commit-hook): New hook.
380 (cvs-mode-commit): Run it.
381
382 * log-edit.el (log-edit): Run hook after `log-edit-files'.
383
384 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
385 (edebug-instrument-function): Use `find-function-noselect'.
386
dead519d
RS
3872001-10-29 Richard M. Stallman <rms@gnu.org>
388
4d083a8f
RS
389 * term.el (term-if-emacs19): Macro deleted.
390 Callers changed to use progn instead.
391
392 * frame.el (blink-cursor-mode): Doc fix.
393
8767d866
RS
394 * files.el (find-backup-file-name): Use make-backup-file-name.
395
dead519d
RS
396 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
397 window-live-p.
398 (edebug-set-conditional-breakpoint): Unconditionally use
399 the former Emacs >=19 definition.
400 (edebug-mark): Define unconditionally.
401 (edebug-eval-expression): Always call read-from-minibuffer
402 and specify history list.
403 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
404 edebug-set-conditional-breakpoint.
405 (edebug-emacs-version-specific): Function deleted;
406 do the job at top level.
407 (edebug-emacs-19-specific): Function deleted, this is the default.
408
bcaf1c36
SS
4092001-10-29 Sam Steingold <sds@gnu.org>
410
411 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
412 "/cygdrive/LETTER/" pathnames.
413
e76ecac5
EZ
4142001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
415
416 * faces.el (invert-face): Check for 'unspecified, not for nil,
8e8223e2
SM
417 when testing whether face colors are not specified.
418 From David.Kastrup@t-online.de (David Kastrup).
95125512 419 (read-face-name): Doc fix.
bcaf1c36 420 (make-face-bold, make-face-unbold, make-face-italic)
8e8223e2
SM
421 (make-face-unitalic, make-face-bold-italic, invert-face):
422 Remove trailing blank from the prompt passed to read-face-name.
e76ecac5 423
d90a41e8
SS
4242001-10-29 Sam Steingold <sds@gnu.org>
425
8e8223e2
SM
426 * emacs-lisp/bytecomp.el (byte-recompile-directory):
427 Report numbers of files skipped and failed too.
d90a41e8
SS
428 (byte-compile-file): Return 'no-byte-compile for skipped files.
429
e2c2a3e2
KG
4302001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
431
432 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
433 and `M p'.
434
f6f4bfb3
GM
4352001-10-29 Gerd Moellmann <gerd@gnu.org>
436
437 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
438 as is on unread-command-events instead of `(SECOND-CHAR)'.
439
a4809977
AS
4402001-10-29 Andre Spiegel <spiegel@gnu.org>
441
442 * vc.el: Mention vc-*-switches in backend API documentation.
443 (vc-annotate): Adapt doc string to recent change.
444
0ccfdad2
GM
4452001-10-29 Gerd Moellmann <gerd@gnu.org>
446
3f08fcd2
GM
447 * enriched.el (enriched-face-ans): Handle face attributes
448 of the form `(FACE1 FACE2 ...)'.
449
8e8223e2 450 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
0ccfdad2 451
60ebcfe8
GM
4522001-10-29 Alex Schroeder <kensanata@yahoo.com>
453
454 * progmodes/sql.el (sql-mysql): Doc change by RMS.
455
456 * progmodes/sql.el (sql-db2): Doc change.
457 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
458 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
459
6fd735df
GM
4602001-10-29 Gerd Moellmann <gerd@gnu.org>
461
462 * env.el (substitute-env-vars): Don't quote argument to `rx';
463 it's a macro.
464
8997e990
GM
4652001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
466
467 * cus-start.el (recursive-load-depth-limit): Added.
468
eef442a5
RS
4692001-10-28 Richard M. Stallman <rms@gnu.org>
470
36656ee3
RS
471 * textmodes/ispell.el (version18p, version20p): Vars deleted.
472 All uses removed--assume Emacs version is >= 20.
473
474 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
475 by really checking that it is not version 18.
476
eef442a5
RS
477 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
478
5bbf4378
MB
4792001-10-28 Miles Bader <miles@gnu.org>
480
481 * faces.el (face-attribute): Add INHERIT argument, consider face
482 inheritance if it's non-nil.
483 (face-attribute-merged-with): New function.
484 (face-attribute-specified-or): New macro.
485 (face-foreground, face-background, face-stipple): Add INHERIT
486 argument. Use `face-attribute-specified-or'.
487
8259bf10
SM
4882001-10-28 Stefan Monnier <monnier@cs.yale.edu>
489
490 * font-lock.el: Require `syntax'.
491 (font-lock-defaults-alist): Don't define keywords for lisp languages.
492 Use `c-font-lock-syntactic-face-function' for c languages.
493 (font-lock-mode): Don't unset vars when turning the mode off.
494 (font-lock-default-fontify-buffer): Don't unset vars at the end.
495 (font-lock-extra-managed-props): New var.
496 (font-lock-default-unfontify-region): Use it.
497 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
498 Don't eval the value when there's no match.
499 (font-lock-ppss-stats): New var.
500 (font-lock-ppss): New fun.
501 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
502 (font-lock-apply-highlight): Allow `highlight' to set several props.
503 (font-lock-set-defaults): Use dolist.
504 (font-lock-unset-defaults): Remove.
505 (font-lock-match-c-style-declaration-item-and-skip-to-next):
506 Try to recognize prototypes using `foo P_ ((args))'.
507 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
508 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
509 (c-font-lock-syntactic-face-function): New function.
510 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
511 (c++-keywords): Use a more sophisticated regexp to handle
512 shallowly nested templates.
513
001c08a1
SM
5142001-10-27 Stefan Monnier <monnier@cs.yale.edu>
515
8259bf10
SM
516 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
517 (sgml-tag): Use it. Cleanup with `cond'.
518 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
519 Mark the overlays and only delete those that are marked.
520 (sgml-skip-close-p): Remove.
521 (sgml-value): Replace sgml-skip-close-p with its definition.
522 (html-tag-alist): Use sgml-xml a bit more.
523 (html-mode): Set sgml-empty-tags.
524
001c08a1
SM
525 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
526 (texinfo-update-node, texinfo-sequential-node-update):
527 Don't bind the obsolete `auto-fill-hook'.
528 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
529 Use `set-buffer' rather than `switch-to-buffer'.
530 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
531 Use `set-buffer' rather than `switch-to-buffer'.
532
533 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
534 text-mode-syntax-table.
535 (mail-mode): Use define-derived-mode.
536 Fix ordering of alternatives in adaptive-fill-regexp.
537 (mail-mode-map): Don't rely on keymap's internal representation.
538
c77c3a73
SS
5392001-10-27 Sam Steingold <sds@gnu.org>
540
541 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
542 (sgml-xml-guess): Extracted from `html-mode' and generalized.
543 (sgml-mode-common): Call it.
544 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
545 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
546 (html-horizontal-rule, html-image, html-ordered-list):
547 (html-unordered-list, html-list-item, html-paragraph):
548 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
549 `html-xhtml'.
550
8e5ff9aa
EZ
5512001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
552
553 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
554 (ifnothtml): New alias.
555
b9c6ab68
SM
5562001-10-27 Stefan Monnier <monnier@cs.yale.edu>
557
558 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
559 (toggle-text-mode-auto-fill): Use derived-mode-p.
560
cfc3aed3
GM
5612001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
562
563 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
564 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
565
bd6eb1cb
EZ
5662001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
567
bcfb9eff
SM
568 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
569 Add make-obsolete cookies, to follow faces.el.
944e6f60 570
bd6eb1cb 571 These changes avoid warnings from the byte compiler in faces.el:
bcfb9eff 572
bd6eb1cb
EZ
573 * faces.el (internal-get-face): Use facep instead of the obsolete
574 internal-find-face.
bcfb9eff
SM
575 (internal-frob-font-weight, internal-frob-font-slant):
576 New defaliases for obsolete functions.
577 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
578 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
bd6eb1cb
EZ
579 (x-make-font-bold-italic): Use internal-frob-font-weight and
580 internal-frob-font-slant aliases instead of the obsolete
581 x-frob-... functions.
582
58203d91
SS
5832001-10-26 Sam Steingold <sds@gnu.org>
584
585 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
e5d1dee9 586 DOCTYPE; set `mode-name' based on it.
58203d91
SS
587 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
588 (sgml-tag): Close empty tags in XHTML.
589
317672ff
JR
5902001-10-26 Jason Rumney <jasonr@gnu.org>
591
592 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
593 when UNICODE is not defined.
594
07fedaed
SS
5952001-10-26 Sam Steingold <sds@gnu.org>
596
597 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
598 be alone on the line.
599
d4e34d24
EZ
6002001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
601
bcfb9eff 602 * button.el (button): Special face definition for MS-DOS terminals.
d4e34d24 603
187cd25b
SS
6042001-10-26 Sam Steingold <sds@gnu.org>
605
606 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
607 Protect the /= test by checking that the args are non-nil.
b9c6ab68 608 (sh-font-lock-close-heredoc): Check eof for being non-nil.
187cd25b 609
63db25ed
GM
6102001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
611
612 * textmodes/artist.el (artist-version): 1.2.4.
613 (artist-butlast-fn): New variable.
614 (artist-butlast): New function.
615 (artist-ellipse-mirror-quadrant): Use it.
616 (artist-mouse-draw-poly): Use nil for `point-list'.
617 (artist-mouse-draw-poly): Check for point-list being nil.
618
627a4e30
GM
6192001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
620
621 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
622 lambda expression.
623 (ps-mode-menu-main): Submenu with options on/off was replaced with
624 a toggle button.
625 (ps-mode, ps-run-mode): Define with `define-derived-mode'
626 (ps-mode): Autoload cookie added on same line as comment
627 (ps-mode-tabkey, ps-mode-backward-delete-char):
628 (ps-mode-r-balance): Replace `delete-horizontal-space' and
629 `indent-to' with `indent-line-to'
630 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
631 instead of `eval'.
632 (ps-mode-print-region): Use `with-temp-buffer'.
b9c6ab68 633 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
627a4e30
GM
634 (numerous places): Add back-tick and tick around names in
635 docstrings, fix punctuation in docstrings, remove trailing spaces.
187cd25b 636
bcfb9eff
SM
6372001-10-25 Stefan Monnier <monnier@cs.yale.edu>
638
639 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
640 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
641 (sgml-font-lock-syntactic-keywords): New var.
642 (sgml-mode-common): Drop the two args.
643 Don't make buffer-local variables that aren't used.
644 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
645 Don't set `before-string' props from sgml-display-text.
646 (sgml-mode): Use define-derived-mode.
647 (sgml-tags-invisible): Use sgml-display-text.
648 (sgml-quote): New command.
649 (html-tag-alist): Add args for `span'.
650 (html-mode): Use define-derived-mode.
651 Set sgml-display-text and sgml-tag-face-alist.
652
598f34fa
SS
6532001-10-25 Sam Steingold <sds@gnu.org>
654
655 * add-log.el (add-log-always-start-new-record): New user option.
656 (add-change-log-entry): Use it.
657
a3fbafe2
RS
6582001-10-25 Richard M. Stallman <rms@gnu.org>
659
660 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
661 bind case-fold-search if FROM is not all lower case.
662
5b6a51aa
GM
6632001-10-25 Gerd Moellmann <gerd@gnu.org>
664
dfe92a6a
GM
665 * startup.el (normal-top-level): Check for frame-initial-frame
666 only if it's really used.
667
879eadc3
GM
668 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
669
5b6a51aa
GM
670 * progmodes/compile.el (compilation-parse-errors-filename-function):
671 New variable.
672 (compilation-parse-errors): Use it.
673
d73a471b
SM
6742001-10-25 Stefan Monnier <monnier@cs.yale.edu>
675
676 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
677 interactively so that C-u M-C-x still does edebug.
678 (checkdoc-sentencespace-region-engine): Don't force a double-space
679 after `.' if it doesn't look like an end-of-sentence.
680 (debug-ignored-errors): Add `disambiguate ...'.
681
6822001-10-24 Stefan Monnier <monnier@cs.yale.edu>
683
684 * textmodes/texinfo.el (texinfo-environments)
bcfb9eff 685 (texinfo-environment-regexp): Hoist.
d73a471b
SM
686 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
687 Only highlight the menu name in menu items.
688 Setup `@foo ... @end foo' as text clones.
689 (texinfo-clone-environment): New function.
690 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
691 (texinfo-insert-block): Simplify.
692 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
693 the command is repeated.
694 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
695 (texinfo-insert-@end): Simplify.
696
697 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
698 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
699 (texinfo-subsubsection-level-regexp)
700 (texinfo-update-menu-same-level-regexps)
701 (texinfo-update-menu-higher-regexps)
bcfb9eff 702 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
d73a471b
SM
703
704 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
705 (derived-mode-p): Autoload.
706
707 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
708 New vars and functions.
709 (text-clone-maintain, text-clone-create): New functions.
710
f66bd220
MB
7112001-10-25 Miles Bader <miles@gnu.org>
712
713 * facemenu.el (facemenu-add-new-face): Fix variable names.
714
b617a66b
RS
7152001-10-24 Richard M. Stallman <rms@gnu.org>
716
d436d538
RS
717 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
718 of t and nil values.
719 (facemenu-set-face): Handle START and END interactively.
720 (facemenu-set-foreground): Don't use a face; specify color directly.
721 (facemenu-set-background): Likewise.
722 (facemenu-set-face-from-menu): Doc fix.
723 (facemenu-active-faces): Use face-attribute-vector
724 to handle bare attributes not in faces.
725 (facemenu-get-face): Don't handle face names fg:... and bg:...
726 specially.
727 (facemenu-add-new-face): New argument MENU.
728 New way to handle adding colors to the color menus.
729
b617a66b
RS
730 * env.el (substitute-env-vars): Quote the arg to rx.
731
7b611de0
SS
7322001-10-24 Sam Steingold <sds@gnu.org>
733
734 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
c71a58a3 735 Control" and "SGML" groups.
7b611de0 736
c533fe40
SM
7372001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
738
739 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
740 Better handling of C++ template args to avoid confusion with `<'
741 and `>' used as operators in member init expressions.
742
bdbdebff
GM
7432001-10-24 Gerd Moellmann <gerd@gnu.org>
744
4aa6b955
GM
745 * replace.el (perform-replace): Move START and END parameters
746 to the end of the argument list and make them optional.
747
748 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
749 perform-replace.
750
c533fe40 751 * international/fontset.el (x-must-resolve-font-name): New function.
bdbdebff
GM
752 (x-complement-fontset-spec): Use it.
753
0033146f
SM
7542001-10-23 Stefan Monnier <monnier@cs.yale.edu>
755
e07777e6
SM
756 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
757
0033146f
SM
758 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
759 Turn caadr into caar of cdr.
760
24db49fb
GM
7612001-10-23 Gerd Moellmann <gerd@gnu.org>
762
e07777e6 763 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
61fd8d32
GM
764 of mouse-{1,2} since dragging is on the down event.
765
c51488cd
GM
766 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
767
197a9dfd
GM
768 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
769 if ARG is nil.
770
24db49fb
GM
771 * desktop.el (desktop-last-buffer): New variable.
772 (desktop-create-buffer): Set it.
773 (desktop-read): Bind it and switch to that buffer.
774
e38e2839
GM
7752001-10-22 Gerd Moellmann <gerd@gnu.org>
776
e07777e6
SM
777 * progmodes/compile.el (compilation-set-window-height):
778 Select old window only if it's still live.
e38e2839 779
784b8937
PJ
7802001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
781
782 * help-mode.el (help-buffer): Remove debugging code.
783 From Stefan Monnier <monnier@cs.yale.edu>.
784
b704d54b
EZ
7852001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
786
e07777e6
SM
787 * files.el (file-name-sans-extension, file-name-extension):
788 Don't count the leading dots in file names as signaling an extension.
b704d54b 789
fb2fa4a9
AS
7902001-10-22 Andre Spiegel <spiegel@gnu.org>
791
792 * vc.el (vc-diff-switches): Doc rewritten.
793
7142670a
EZ
7942001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
795
4b2bb9be
EZ
796 * tooltip.el (tooltip-set-param): Doc fix.
797
2840d653
EZ
798 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
799 127 to sgml-maybe-name-self.
800 (sgml-name-8bit-mode): Doc fix.
801 (sgml-char-names-table): New variable.
802 (sgml-name-char): Support non-ASCII and mule-unicode-*
803 characters. Doc fix.
804 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
805
7142670a
EZ
806 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
807 doc string the effect of `left' and `top' parameters in
808 tooltip-frame-parameters, the default values, and the units.
e07777e6 809 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
7142670a
EZ
810 (tooltip-show): Mention in the doc string the `top' and `left'
811 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
812
dea19473
AS
8132001-10-22 Andre Spiegel <spiegel@gnu.org>
814
815 Add autoscaling support for vc-annotate.
816 From J.D. Smith <jdsmith@astro.cornell.edu>.
e07777e6 817
dea19473
AS
818 * vc.el (vc-annotate-display-default): Accept colormap scaling
819 ratio (now deprecated).
820 (vc-annotate-display-autoscale): Added.
821 (vc-annotate-add-menu): New autoscaling menu options "Span to
822 Oldest" and "Span Oldest->Newest". Easymenu support added for
e07777e6 823 toggle menus driven by customize variable `vc-annotate-display-mode'.
dea19473
AS
824 (vc-annotate-display-select): Added.
825 (vc-annotate): Changed temp-buffer-show-function to
826 `vc-annotate-display-select'.
827 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
828 Added argument OFFSET. Instead of backend function, calls now
829 generic `vc-annotate-difference'.
830 (vc-annotate-difference): Added as generic function instead of
831 backend-specific function. No longer takes argument POINT, but
832 instead accepts a time OFFSET.
833 (vc-default-annotate-current-time): Added.
834
835 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
e07777e6 836 version in vc.el, with
dea19473
AS
837 (vc-cvs-annotate-current-time): Added, as override of default.
838 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
839 `vc-cvs-annotate-difference'.
840
04808157
GM
8412001-10-22 Gerd Moellmann <gerd@gnu.org>
842
26fe1f92
GM
843 * saveplace.el (save-place): Require `saveplace'.
844
e07777e6 845 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
04808157
GM
846 Use `sexp' for :value-type instead of `face'.
847
a6a1654e
EZ
8482001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
849
850 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
851 regexps due to 5-digit message IDs.
852
4fdd691b
JR
8532001-10-21 Jason Rumney <jasonr@gnu.org>
854
a6a1654e 855 * term/w32-win.el (redisplay-dont-pause): Don't set.
4fdd691b 856
a6a1654e 8572001-10-21 Miles Bader <miles@gnu.org>
c9a95b79
MB
858
859 * help-funs.el (help-manyarg-func-alist): Variable removed.
860
7e9a6a1b
MB
8612001-10-21 Miles Bader <miles@gnu.org>
862
863 * help-funs.el (help-manyarg-func-alist): Remove entries for
a3b10252
MB
864 `insert', `insert-and-inherit', `insert-before-markers',
865 `insert-before-markers-and-inherit', `message', `message-box',
866 `message-or-box', `propertize', `format', `encode-time', `append',
867 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
868 `insert-string', `ml-if', `ml-provide-prefix-argument', and
869 `ml-prefix-argument-loop'.
7e9a6a1b 870
72830e8a
AS
8712001-10-21 Andre Spiegel <spiegel@gnu.org>
872
e07777e6
SM
873 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
874 (vc-default-diff-tree): New functions.
72830e8a
AS
875 (vc-version-diff): Use them. As a result, coding systems are now
876 set up properly for all sorts of diffs, and tree diffs can now
877 also be done locally.
878 (vc-diff): With a prefix argument, don't require that it's called
879 from a buffer under version control.
a279f22f 880 (diff-switches): Remove duplicate definition.
e07777e6 881
72830e8a
AS
882 * vc-cvs.el (vc-cvs-diff-tree): New function.
883
b6715b9f
MB
8842001-10-21 Miles Bader <miles@gnu.org>
885
386ca361
MB
886 * help-funs.el (help-manyarg-func-alist): Remove entries for
887 `list', `vector', `make-byte-code', `call-process',
888 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
889 `logand', `logior', and `logxor'.
890
b6715b9f
MB
891 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
892 image bits to compensate. Use `make-string' instead of
893 `make-bool-vector' (XBM apparently wants byte-aligned rows).
894
db6f8ff1
KS
8952001-10-20 Kim F. Storm <storm@cua.dk>
896
897 * simple.el (kill-ring-save): Don't show extent of copied region
898 if using transient-mark-mode and region is fully visible.
899
da67faa9
KS
9002001-10-20 Gerd Moellmann <gerd@gnu.org>
901
902 * (Version 21.1 released.)
903
8f9495e7
EZ
9042001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
905
906 * files.el (auto-mode-alist): Associate .indent.pro with
e07777e6 907 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
8f9495e7 908
1f006824
SS
9092001-10-18 Sam Steingold <sds@gnu.org>
910
911 Put the *Compile-Log* buffer in `compilation-mode'.
912 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
913 (byte-compile-log-1, byte-compile-log-file)
e07777e6 914 (displaying-byte-compile-warnings): Use it
1f006824 915
e54030af
SM
9162001-10-18 Stefan Monnier <monnier@cs.yale.edu>
917
d2f11dda
SM
918 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
919
e54030af
SM
920 * xml.el (xml-parse-tag): Use eq on char-after's return value.
921
d0035f7a
GM
9222001-10-18 Gerd Moellmann <gerd@gnu.org>
923
3f482bc0
GM
924 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
925
e54030af
SM
926 * obsolete/hilit19.el (hilit-lookup-face-create):
927 Call set-face-font only if display-graphic-p.
d0035f7a
GM
928 (toplevel): Remove references to window-system.
929
4d251ae7
MB
9302001-10-18 Miles Bader <miles@gnu.org>
931
932 * simple.el (what-line): Avoid problems with field properties.
933
2670cf80
EZ
9342001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
935
936 * wid-edit.el (widget-field-face, widget-single-line-field-face):
937 Define special colors for a tty.
938
5889cc20
FP
9392001-10-17 Francesco Potorti` <pot@gnu.org>
940
941 * comint.el (comint-password-prompt-regexp): Make it less
942 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
943
2670cf80 9442001-10-17 John Wiegley <johnw@gnu.org>
af15ae25
JW
945
946 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
947 a regular file, before checking if it is a directory or symlink.
948 This avoids a call to eshell-file-attributes, which can be
949 expensive in some situations.
950
951 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
952 customization variable, to differentiate ls-in-dired from regular
953 uses of ls.
954
3d58b15e
MB
9552001-10-17 Miles Bader <miles@gnu.org>
956
957 * custom.el (defface): Mention `:inherit' in doc-string.
958
ca5b46fc
EZ
9592001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
960
961 * paren.el: Update the Commentary with installation instructions.
962
56378db4
GM
9632001-10-15 Dave Love <fx@gnu.org>
964
965 * international/mule.el (set-auto-coding): Fix regexps for local
966 variables section not to eat newlines.
967
31252c00
MB
9682001-10-15 Miles Bader <miles@gnu.org>
969
970 * simple.el (display-message-or-buffer): Pass the correct buffer
971 to `display-buffer'.
972
0c88c937
SM
9732001-10-14 Stefan Monnier <monnier@cs.yale.edu>
974
975 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
976 (executable-find): Use exec-suffixes.
977 (executable-set-magic): Don't use make-local-hook.
978
979 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
980
5a595785
EZ
9812001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
982
a12ca054
EZ
983 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
984 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
985 Add .so to the Unix and GNU branch.
986
0c88c937
SM
987 * international/latin-1.el:
988 * international/latin-2.el:
989 * international/latin-3.el:
990 * international/latin-4.el:
991 * international/latin-5.el:
992 * international/latin-8.el:
5a595785
EZ
993 * international/latin-9.el: Add no-byte-compile: t, since
994 Makefile.in instructs make-docfile to look at .el files.
995
530893b2
MB
9962001-10-14 Miles Bader <miles@gnu.org>
997
998 * button.el (define-button-type): Allow supertype property to be
999 specified with a keyword `:supertype' too.
1000 (button-put, make-text-button): Allow button type property to be
1001 specified using the keyword `:type' too.
1002 (button-type): New function.
1003 (button): Add `button-category-symbol' property.
1004
6efb29ef
SM
10052001-10-13 Stefan Monnier <monnier@cs.yale.edu>
1006
0c88c937
SM
1007 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
1008 indent-new-comment-line from comment-indent-new-line.
1009
6efb29ef
SM
1010 * textmodes/refill.el (refill-mode):
1011 Bind DEL to backward-delete-char-untabify.
1012 Set backward-delete-char-untabify-method to `hungry'.
1013
1014 * textmodes/bib-mode.el (bib-mode):
1015 * play/gomoku.el (gomoku-mode):
1016 * textmodes/page-ext.el (pages-directory-mode):
1017 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
1018
1019 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
1020
1021 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
1022
1023 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1024 Handle here-docs differently.
1025 (sh-font-lock-heredoc): Remove.
1026 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
1027 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
1028 (sh-font-lock-open-heredoc): New functions.
1029 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
1030 (sh-font-lock-keywords-1): Use regexp-opt.
1031 (sh-in-comment-or-string): Use syntax-ppss.
1032 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
1033 (sh-select, sh-tmp-file): Add explicit terminating \n.
1034
1035 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
1036 Use with-current-buffer.
1037 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
1038 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
1039 filename), catch any error that occurs in `ange-ftp-cd'.
1040 If an error happened, don't bother sending `cmd' at all.
1041 Fix a parenthesis typo.
1042 (ange-ftp-write-region): Don't blindly use binary if the remote host
1043 is unix-like.
1044
1045 * play/pong.el (pong-init): Don't use make-local-hook.
1046
2d341681 10472001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
6efb29ef
SM
1048
1049 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
1050 (viper-get-ex-address-subr): More precise addr for the $ marker
1051
eef9b65f
EZ
10522001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1053
1054 * version.el (emacs-version): Bump to 21.1.50.
1055
a2bdcec4
PJ
10562001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1057
1058 * mail/mailalias.el (mail-directory-stream): Do not double
1059 variables in the lambda-list.
1060
1061 * play/gomoku.el (gomoku-init-display): Ditto.
1062
1063 * play/landmark.el (lm-init-display): Ditto.
1064
1065 * delim-col.el (delimit-columns-rectangle-max): Ditto.
1066 (delimit-columns-rectangle-line): Ditto.
1067
f892ac1d
SM
10682001-10-12 Stefan Monnier <monnier@cs.yale.edu>
1069
5a1373f3
SM
1070 * newcomment.el (comment-region-internal): Don't rebind
1071 invisibility_spec now that the C routines handle it correctly.
1072
1073 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
1074
026f408d
SM
1075 * frame.el (special-display-popup-frame): Obey new specs `same-window'
1076 and `same-frame'.
1077
32993295
SM
1078 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
1079
1080 * simple.el (minibuffer-local*-map): Remove redundant bindings.
1081
1082 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
1083 C-p and C-r. Remove redundant bindings from inheriting maps.
1084
f892ac1d
SM
1085 * progmodes/cperl-mode.el: Merged in changes from v4.32.
1086 After 4.23 and: After 4.24:
1087 (cperl-contract-levels): Restore position.
1088 (cperl-beautify-level): Likewise.
1089 (cperl-beautify-regexp): Likewise.
1090 (cperl-commentify): Rudimental support for length=1 runs
1091 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
1092 After 4.25:
1093 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
1094 (imenu-example--create-perl-index): Was not enforcing
1095 syntaxification-to-the-end.
1096 (cperl-invert-if-unless): Allow `for', `foreach'.
1097 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
1098 Mark qw(), m()x as indentable.
1099 (cperl-init-faces): Highlight `sysopen' too.
1100 Highlight $var in `for my $var' too.
1101 (cperl-invert-if-unless): Was leaving whitespace at end.
1102 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
1103 (cperl-calculate-indent): Remove old commented out code.
1104 Support (primitive) indentation of qw(), m()x.
1105 After 4.26:
1106 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
1107 q [] with intervening newlines.
1108 (cperl-autoindent-on-semi): New customization variable.
1109 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
1110 (cperl-tips): Mention how to make CPerl the default mode.
1111 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
1112 (cperl-outline-level): New function.
1113 (cperl-highlight-variables-indiscriminately): New customization var.
1114 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
1115 From Sean Kamath <kamath@pogo.wv.tek.com>.
1116 (cperl-after-block-p): Support CHECK and INIT.
1117 (cperl-init-faces, cperl-short-docs): Likewise and "our".
1118 From Doug MacEachern <dougm@covalent.net>.
1119 After 4.27:
1120 (cperl-find-pods-heres): Recognize \"" as a string.
1121 Mark whitespace between q and [] as `syntax-type' => `prestring'.
1122 Allow whitespace between << and "FOO".
1123 (cperl-problems): Remove \"" and q [] with intervening newlines.
1124 Mention multiple <<EOF as unsupported.
1125 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
1126 (cperl-indent-parens-as-block): New configuration variable.
1127 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
1128 Use `cperl-indent-parens-as-block'.
1129 (cperl-find-pods-heres): Test for =cut without empty line instead of
1130 complaining about no =cut.
1131 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
1132 (cperl-find-pods-heres): Likewise.
1133 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
1134 POD could've been marked as comment already.
1135 (cperl-unwind-to-safe): Unwind before start of POD too.
1136 After 4.28:
1137 (cperl-forward-re): Throw an error at proper moment REx unfinished.
1138 After 4.29:
1139 (x-color-defined-p): Make an extra case to peacify the warning.
1140 Toplevel: `defvar' to peacify the warnings.
1141 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
1142 No -nw-compile time warnings now.
1143 (cperl-find-tags): TAGS file had too short substring-to-search.
1144 Be less verbose in non-interactive mode
1145 (imenu-example--create-perl-index): Set index-marker after name
1146 (cperl-outline-regexp): New variable.
1147 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
1148 (cperl-mode): Made use `cperl-outline-regexp'.
1149 After 4.30:
1150 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
1151 (cperl-outline-level): Make start-of-file same level as `package'.
1152 After 4.31:
1153 (cperl-electric-pod): `head1' and `over' electric only if empty.
1154 (cperl-unreadable-ok): New variable.
1155 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
1156 on an unreadable file.
1157 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
1158 on an unreadable directory.
1159
1160 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1161 Consider the text between two errors as belonging to the first error.
1162 (compilation-goto-locus): Use pop-to-buffer rather than
1163 switch-to-buffer-other-frame.
1164
1165 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
1166 (awk-font-lock-syntactic-keywords): New var.
1167 (awk-mode): Use it.
1168
1169 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
1170
1171 * faces.el (describe-face): Call help-setup-xref earlier.
1172
1173 * jka-compr.el (jka-compr-load-suffixes): New var.
1174 (jka-compr-install): Add its content to load-suffixes.
1175 (jka-compr-uninstall): Remove its content from load-suffixes.
1176
b878b8c3
SS
11772001-10-12 Sam Steingold <sds@gnu.org>
1178
7ed93890
SS
1179 * bindings.el (completion-ignored-extensions): CL-related
1180 extensions are platform-independent.
1181
b878b8c3
SS
1182 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
1183 asynchronous multiple file copying.
1184
eadd6444
GM
11852001-10-12 Gerd Moellmann <gerd@gnu.org>
1186
5a1373f3 1187 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
e34fd2f2 1188 Turn error for repeated variables into warning.
5a1373f3
SM
1189
1190 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1191 New function checking that lambda-list consists of non-constant
eadd6444 1192 symbols, that &rest and &optional are followed by variable names,
f892ac1d 1193 that &rest VAR is the last element, and that variables aren't doubled.
eadd6444
GM
1194 (byte-compile-lambda): Use it.
1195
beb0990f
GM
11962001-10-12 Eli Barzilay <eli@barzilay.org>
1197
1198 * calculator.el (calculator-eng-display): Don't call concat
1199 with an integer argument.
1200
07f904a3
MB
12012001-10-12 Miles Bader <miles@gnu.org>
1202
1203 * help-mode.el (help-customize-face): New button-type.
b0412574 1204
07f904a3
MB
1205 * faces.el (list-faces-display): Fix args to `help-xref-button'.
1206 (describe-face): Fix args to `help-xref-button'.
1207 Don't switch to help-buffer around call to `help-setup-xref'.
1208 Use `help-buffer' instead of hard-wired "*Help*".
1209 Require `help-mode'.
1210
2168e04d
SM
12112001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1212
1213 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
1214
1215 * help-mode.el (help-buffer): New function.
1216 Returns the buffer-name to use for help output.
1217 Change all the code to use it instead of hard-coding *Help*.
1218 (help-mode-map): Put back the mouse-2 binding.
1219 (help-xref-stack): Change the format and make buffer-local.
1220 (help-xref-stack-item): Make buffer-local.
1221 (help-setup-xref): Do the `push' here rather than in help-do-xref.
1222 (help-xref-interned): Display the face doc as well.
1223 (help-follow-mouse): Re-introduce.
1224 (help-xref-go-back): Adapt to the new use of help-xref-stack.
1225 (help-do-xref): Don't `push' any more.
1226 (help-follow): Also follow face names.
1227
1228 * help-funs.el (describe-function-1): Remove unused `parens' arg.
1229 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
1230 Autoload and cleanup.
1231 (describe-function): Call help-setup-xref.
1232 (describe-variable): Call help-setup-xref earlier.
1233
1234 * help.el (describe-bindings-internal): New fun moved from keymap.c.
1235 (view-lossage): Call help-setup-xref correctly and earlier.
1236 (describe-bindings): Call help-setup-xref earlier.
1237 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
1238 (describe-mode): Don't autoload. Call help-setup-xref earlier.
b0412574 1239
1ae6b8f1
GM
12402001-10-11 Gerd Moellmann <gerd@gnu.org>
1241
a5be8a9a
GM
1242 * master.el (master-mode): Use define-minor-mode instead of
1243 easy-mmode-define-minor-mode. Add autload cookie.
b0412574 1244 (Commentary): Remove the line showing how to autoload master-mode,
a5be8a9a
GM
1245 since it's always autoloaded.
1246
1ae6b8f1
GM
1247 * master.el: New file.
1248
63ca0a6e
GM
12492001-10-11 Dave Love <fx@gnu.org>
1250
1251 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
1252 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
1253 <const-C varset-X const-C>: Fix car/cdr typo.
d731e6b8 1254
63ca0a6e 12552001-10-11 Gerd Moellmann <gerd@gnu.org>
d731e6b8 1256
2168e04d
SM
1257 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
1258 New function extracted from byte-compile-log-1.
1259 (byte-compile-log-1): Change output to be more in line with
d731e6b8
GM
1260 the output of other GNU tools.
1261 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2168e04d
SM
1262 (byte-compile-report-error): Downcase error message.
1263 Use `error' instead of `!!' for error messages.
d731e6b8
GM
1264 (byte-compile-print-syms): Treat non-interactive case specially.
1265 (displaying-byte-compile-warnings): Use backquote.
1266 (byte-compile-from-buffer): Bind byte-compile-last-line.
1267 (batch-byte-compile): Remove `Done' message.
1268
75a4e7c5 12692001-10-11 Stefan Monnier <monnier@cs.yale.edu>
30de4b24
SM
1270
1271 * emacs-lisp/copyright.el (copyright): Add final \n.
1272
0e094c29
MB
12732001-10-11 Miles Bader <miles@gnu.org>
1274
1275 * diff.el (diff): Display default values in prompts as
1276 `(default ...)', not `(...)'.
b0412574 1277
0e094c29
MB
1278 * info.el (Info-follow-reference): Likewise.
1279
c2ca5171
SM
12802001-10-10 Stefan Monnier <monnier@cs.yale.edu>
1281
30de4b24
SM
1282 * emacs-lisp/autoload.el (doc-string-elt): Remove.
1283
7164ef13
SM
1284 * newcomment.el (comment-indent): Be a little more robust in case
1285 comment-indent-function does funny things.
1286 (comment-normalize-vars): Autoload.
1287 (comment-region-internal): Fiddle with the visibility spec.
1288 (comment-valid-prefix): New function.
1289 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
1290 that would turn comment-text into non-comment-text.
1291
1292 * emacs-lisp/syntax.el: New file.
1293
c2ca5171
SM
1294 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
1295 compatibility cruft.
1296 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
1297 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
1298 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
1299 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
1300 tcl-submit-bug-report.
1301 (tcl-mode-syntax-table): Leave \f alone.
1302 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
1303 tcl-end-of-defun, tcl-submit-bug-report.
1304 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
1305 (tcl-add-emacs-menu): Remove.
1306 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
1307 (tcl-keyword-list): Add `chain'.
1308 (tcl-font-lock-syntactic-keywords): New variable.
1309 (tcl-pps-has-arg-6): Remove.
1310 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
1311 (tcl-internal-mark-defun): Remove.
1312 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
1313 (tcl-mode): Use define-derived-mode. Simplify.
1314 Set comment-indent-function.
1315 (tcl-indent-command): Use line-beginning-position and comment-indent.
1316 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1317 (tcl-indent-line): Use tcl-calculate-indent.
1318 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
1319 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
1320 (tcl-filter): Use with-current-buffer, simplify.
1321 (inferior-tcl-mode): Use define-derived-mode.
1322 (tcl-hairy-in-comment): Renamed tcl-in-comment.
1323 (tcl-simple-in-comment, tcl-in-comment): Removed.
1324 (tcl-files-alist): New function.
1325 (tcl-help-snarf-commands): Use it and return the result directly
1326 rather than through a global variable.
1327 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
1328 (tcl-help-on-word): Provide the default value to completing-read.
1329 (tcl-hilit): Remove.
1330 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
1331 (tcl-comment-indent): New function.
1332 (tcl-submit-bug-report): Remove.
1333 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
1334 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
1335 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
1336
07becdb1
MB
13372001-10-10 Miles Bader <miles@gnu.org>
1338
1339 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
1340 (Info-fontify-node): Don't fontify the node if it's already been done.
1341
88255adb
GM
13422001-10-10 Gerd Moellmann <gerd@gnu.org>
1343
031a1678
GM
1344 * international/iso-transl.el (iso-transl-e-caret)
1345 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
1346 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
1347
619632ac
GM
1348 * simple.el (end-of-buffer): Fix code scrolling specially
1349 for the buffer end.
1350
88255adb
GM
1351 * startup.el (command-line-1): Bind tab-width to 8.
1352
5c4d3f02
PJ
13532001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1354
3680909c 1355 * emulation/tpu-edt.el: Use defalias instead of fset for
5c4d3f02
PJ
1356 user-visible commands. From Rob Riepel
1357 <riepel@Networking.Stanford.EDU>.
1358
89e9c8d7
GM
13592001-10-09 Gerd Moellmann <gerd@gnu.org>
1360
1361 * ruler-mode.el: New file.
1362
3b8c60f1
MB
13632001-10-09 Miles Bader <miles@gnu.org>
1364
71f19cda
MB
1365 * apropos.el (button): New require.
1366
55e9efba 1367 * help-funs.el: New file, contents mostly from `help.el'.
c2ca5171
SM
1368 (describe-variable): Use `condition-case' instead of `ignore-errors'.
1369
55e9efba 1370 * help-mode.el: New file, contents mostly from `help.el'.
c2ca5171 1371
55e9efba
MB
1372 * help.el: Don't require `view' when compiling.
1373 (help-with-tutorial, describe-function, describe-function-1)
1374 (variable-at-point, describe-variable, locate-library):
1375 Functions moved into `help-funs.el'.
1376 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
1377 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
1378 (help-setup-xref, help-xref-following, help-make-xrefs)
1379 (help-xref-button, help-insert-xref-button, help-xref-interned)
1380 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
1381 (help-xref-on-pp): Functions moved into `help-mode.el'
1382 (help-mode-map, help-xref-stack, help-xref-stack-item)
1383 (help-highlight-p, help-highlight-face, help-back-label)
1384 (help-xref-symbol-regexp, help-xref-mule-regexp)
1385 (help-xref-info-regexp): Variables moved into `help-mode.el'.
1386 (help-symbol, help-back, help-info, help-customize-variable)
1387 (help-function-def, help-variable-def):
1388 Button-types moved into `help-mode.el'.
1389 (load-symbol-file-load-history, symbol-file):
1390 Functions moved into `subr.el'.
1391 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
c2ca5171
SM
1392 (view-lossage): Call `help-setup-xref' instead of doing it manually.
1393
1394 * subr.el (symbol-file-load-history-loaded)
1395 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
1396
55e9efba
MB
1397 * loadup.el ("button"): Load removed.
1398
ded42dd3
MB
1399 * button.el (define-button-type): Respect any `supertype' property.
1400 (button-type-subtype-p, button-has-type-p): New functions.
1401
f4be0a12
MB
1402 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
1403 dollar-signs.
1404
1405 * comint.el (comint-insert-previous-argument): New function.
1406 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
c2ca5171 1407 (comint-insert-previous-argument-last-start-pos)
f4be0a12
MB
1408 (comint-insert-previous-argument-last-index): New variables.
1409
3b8c60f1
MB
1410 * apropos.el (apropos-next-label-button): Use the presence of a
1411 `apropos-label' property to detect label buttons.
1412
a101302b
MB
14132001-10-08 Miles Bader <miles@gnu.org>
1414
1415 * button.el (next-button, previous-button): Remove N and WRAP
1416 parameters. Don't pay attention to `skip' properties.
1417 (forward-button): Implement wrapping, iterating, and skipping here
1418 instead.
894e460c 1419 (button-activate): USE-MOUSE-ACTION is optional.
62dc75c4
MB
1420 (button-nop): Function removed.
1421 (default-button): Use `ignore' as default button action.
894e460c 1422
a101302b
MB
1423 * apropos.el (apropos-next-label-button): Update arguments to
1424 `next-button'.
894e460c 1425 (apropos-symbol): Add `skip' property.
c2ca5171
SM
1426 (apropos-function, apropos-macro, apropos-command)
1427 (apropos-variable, apropos-face, apropos-group, apropos-widget)
894e460c
MB
1428 (apropos-plist): New button types.
1429 (apropos-label-properties): Variable removed.
1430 (apropos-print): Pass button-type to apropos-print-doc, rather
1431 than help function and label text.
1432 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
1433 Get button label from TYPE.
a101302b 1434
82345a9a
SM
14352001-10-07 Stefan Monnier <monnier@cs.yale.edu>
1436
b0fbf754
SM
1437 * help.el (help-mode): Use define-derived-mode.
1438 (describe-mode): Add optional `buffer' arg.
1439 Use it instead of going through help-xref-mode.
1440 Avoid doubling the word `minor' when prettifying.
1441 (describe-function-1): List the corresponding key bindings.
1442 (describe-variable): Say if the var is automatically buffer-local.
1443 If the source is `loaddefs.el', look for the real source.
1444 (help-xref-mode): Remove.
1445
82345a9a
SM
1446 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
1447 the file says no-byte-compile.
1448
d6bc0bdc
MB
14492001-10-08 Miles Bader <miles@gnu.org>
1450
1451 * button.el (next-button, previous-button): Respect `skip' property.
d6bc0bdc 1452
7997fd38
MB
14532001-10-07 Miles Bader <miles@gnu.org>
1454
e664497b
MB
1455 * woman.el (woman-mode-map): Copy button-buffer-map instead of
1456 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
1457 `woman-follow-word' instead of `woman-mouse-2'.
1458 (woman-follow-word): Renamed from `woman-mouse-2'.
1459 Follow current unconditionally, since this function is now only
1460 bound to M-mouse-2. Use accessor functions.
1461 (WoMan-highlight-references): Use `make-text-button'.
1462 (woman-xref): New button type.
1463
d876f455
MB
1464 * loadup.el ("faces"): Move load before loading "loaddefs.el".
1465 ("button"): New load, just before "help" (which uses it).
1466
1467 * help.el (help-mode-map): Make button-buffer-map our parent.
1468 Don't bind mouse events or tab/backtab.
1469 (help-function, help-variable, help-face, help-coding-system)
1470 (help-input-method, help-character-set, help-back, help-info)
1471 (help-customize-variable, help-function-def, help-variable-def):
1472 New button types.
1473 (help-button-action): New function.
1474 (describe-function-1): Pass help button-types to
1475 `help-xref-button' rather than help function and help-echo string.
1476 Don't put multiple help-function args in a list to pass them to
1477 help-xref-button, just pass them as multiple arguments.
1478 Use `help-insert-xref-button' to make [back]-button, rather than
1479 `help-xref-button'.
1480 (help-xref-button): Take a button-type TYPE as a parameter rather
1481 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
1482 and add a &rest parameter ARGS to serve the same purpose.
1483 Use `make-text-button' to add the button.
1484 (help-insert-xref-button): Use `insert-text-button' to add the button.
1485 (help-follow-mouse, help-next-ref, help-previous-ref):
1486 Functions removed.
1487 (help-do-xref): New function.
1488 (help-follow): Use `push-button' and `help-do-xref' to do most of
1489 the work.
1490
1491 * apropos.el (apropos-symbol, apropos-label): New button types.
82345a9a 1492 (apropos-symbol-button-display-help)
d876f455
MB
1493 (apropos-label-button-display-help, apropos-next-label-button):
1494 New functions.
1495 (apropos-mode-map): Make button-buffer-map our parent.
1496 Don't bind mouse events.
1497 (apropos-print, apropos-print-doc): Create buttons instead of text
1498 properties.
1499 (apropos-mouse-follow): Function removed.
1500 (apropos-follow): Use buttons.
1501
7997fd38
MB
1502 * button.el: New file.
1503
1a4372ef
GM
15042001-10-07 Gerd Moellmann <gerd@gnu.org>
1505
82345a9a 1506 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
1a4372ef
GM
1507 Remove.
1508
857e81db
RS
15092001-10-05 Richard M. Stallman <rms@gnu.org>
1510
1511 * add-log.el (add-change-log-entry): Skip copyright notice
1512 and copying permission notice at start of file, if any.
1513 Make use of terms "entry" and "item" accord with Emacs manual.
1514 Simplify the logic for moving point while entering or creating
1515 an entry and then an item.
1516 (add-change-log-entry-other-window): Doc fix.
1517
4650e362
MB
15182001-10-06 Miles Bader <miles@gnu.org>
1519
1520 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
1521 removed; they apparently don't work with faces.
1522
b4f05c38
SS
15232001-10-05 Sam Steingold <sds@gnu.org>
1524
1525 * textmodes/sgml-mode.el (html-xhtml): New user option.
1526 (html-tag-alist, html-horizontal-rule, html-image, html-line)
1527 (html-ordered-list, html-unordered-list, html-list-item)
1528 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
1529 (sgml-skip-close-p): New function.
1530 (sgml-value): Use it.
1531
4dd618ff
SS
15322001-10-05 Sam Steingold <sds@gnu.org>
1533
1534 * calendar/diary-lib.el (diary-entry-compare): When times are
1535 identical, compare the entries lexicographically.
1536
a01b7831
MB
15372001-10-06 Miles Bader <miles@gnu.org>
1538
82345a9a
SM
1539 * rfn-eshadow.el (rfn-eshadow-update-overlay):
1540 Use `minibuffer-prompt-end'.
a01b7831
MB
1541
1542 * simple.el (previous-matching-history-element): Fix misplaced
1543 parentheses.
1544
20a82009
MB
15452001-10-05 Miles Bader <miles@gnu.org>
1546
1547 * rfn-eshadow.el: New file.
1548
c165ad40
MB
15492001-10-05 Miles Bader <miles@gnu.org>
1550
1551 * cus-face.el (custom-face-attributes): Make sure each attribute
1552 has a valid default value. Remove hacks that mapped `nil' to
1553 `off' and used nil to mean `unspecified'. Remove `unspecified'
1554 choices from all attributes (unspecified is handled by the parent
1555 checklist).
4dd618ff 1556 * cus-edit.el (custom-face-edit-convert-widget)
c165ad40
MB
1557 (custom-face-edit-deactivate, custom-face-edit-activate)
1558 (custom-face-edit-delete, custom-face-edit-attribute-tag):
1559 New functions.
1560 (custom-face-edit): Specify a custom :convert-widget.
4dd618ff 1561 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
c165ad40
MB
1562 Don't pass in default filters that map between `nil' and `off' and
1563 `unspecified' and `nil'.
1564
ace64e0a
GM
15652001-10-05 Gerd Moellmann <gerd@gnu.org>
1566
1567 * progmodes/compile.el (compilation-buffer-name): New function.
1568 (compile-internal): Use it to determine the name of the
1569 compilation buffer.
1570
ec66bdc7
MB
15712001-10-05 Miles Bader <miles@gnu.org>
1572
1573 * progmodes/compile.el (grep-use-null-device): New variable.
1574 (grep-command): Mention `grep-use-null-device'.
1575 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
1576 Make computation of `grep-command' respect `grep-use-null-device'.
1577 (grep): Respect `grep-use-null-device'.
1578 Call `grep-compute-defaults' even if grep-command is set, if
1579 grep-use-null-device is still tentative.
1580
1581 * subr.el (call-process-shell-command): New function.
1582
15832001-10-05 Miles Bader <miles@gnu.org>
1584
1585 * simple.el (previous-matching-history-element)
1586 (next-history-element, next-complete-history-element): Use
82345a9a 1587 `minibuffer-' functions instead of calling `field-' functions directly.
ec66bdc7
MB
1588 (minibuffer-prompt-end, minibuffer-contents):
1589 (minibuffer-contents-no-properties, delete-minibuffer-contents):
1590 Functions removed (now subrs).
1591 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
4dd618ff 1592
ec66bdc7
MB
1593 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
1594 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
1595 instead of calling `field-' functions directly.
1596 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
1597
c89e4bc5
GM
15982001-10-05 Gerd Moellmann <gerd@gnu.org>
1599
a0fb4492
GM
1600 * files.el (find-file-noselect): If file's read-only status has
1601 changed on disk, ask if buffer's read-only status should be
1602 changed, unless NOWARN is set.
1603
c86350b1
GM
1604 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
1605 alias for define-setf-method.
1606
c89e4bc5
GM
1607 * bindings.el: Remove no-byte-compile from file local variables
1608 to enable bootstrapping.
1609
0bcf87c1
AI
16102001-10-04 Andrew Innes <andrewi@gnu.org>
1611
82345a9a
SM
1612 * faces.el (face-font-registry-alternatives) [windows-nt]:
1613 Make gb2312 an alias for gb2312.1980.
0bcf87c1 1614
6c0b2643
GM
16152001-10-04 Stefan Monnier <monnier@cs.yale.edu>
1616
1617 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
1618 (uniquify-reverse-components): Remove.
1619
1620 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1621 Make sure the file is readable.
1622 (byte-compile-file): Don't compile if `no-byte-compile' is set.
1623 (byte-compile-defvar): Update to reflect the change in Fdefvar.
1624 (batch-byte-recompile-directory): Pass arg=0.
1625
1626 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
1627 (perl-calculate-indent): Use it.
1628 (perl-backward-to-noncomment): Use forward-comment.
1629
1630 * derived.el (define-derived-mode, derived-mode-make-docstring):
1631 Allow `parent' to be nil.
1632
1633 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
1634 Use define-derived-mode.
1635 (nroff-mode-map, nroff-mode-syntax-table): Massage.
1636
1637 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
1638
1639 * emacs-lisp/lselect.el: Use facep iso find-face.
1640
1641 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1642 Use regexp-opt.
1643 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
1644 (lisp-font-lock-syntactic-face-function): New function.
1645 (lisp-mode-variables): Use it. Make arg optional.
1646 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
1647 (lisp-mode): Don't pass an arg to lisp-mode-variables.
1648 Set comment-start-skip.
1649
1650 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
1651
1652 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
1653 (ignore-errors): Don't bother using a `err' symbol.
1654
1655 * emacs-lisp/autoload.el (autoload-ensure-default-file)
1656 (autoload-insert-section-header, autoload-before-p)
1657 (autoload-remove-section): New functions.
1658 (generate-file-autoloads): Use them.
1659 (update-file-autoloads): Use them. Return FILE if there's no cookie.
1660 Make sure the autoload file is properly formatted when creating it.
1661 (update-autoloads-from-directories): Use them as well.
1662 Only update autoloads for files whose timestamp has changed.
1663 Add a dummy entry to remember the files which had no autoload cookies.
1664
1665 * timer.el (timer-relative-time): Fix computation for negative `micro'.
1666
1667 * subr.el (define-key-after): Allow `key' to be longer than 1.
1668 (make-local-hook): Make obsolete.
1669 (add-hook, remove-hook): Don't use make-local-hook any more.
1670 (make-syntax-table): Inherit all chars from s-s-t.
1671
16722001-10-04 Gerd Moellmann <gerd@gnu.org>
1673
1674 This is a fix for a report saying that resuming a search with C-s
1675 C-s doesn't use the case-fold-search setting of the previous
1676 search (C-s ... M-c ... then C-s C-s).
1677
1678 * isearch.el (isearch-last-case-fold-search): New variable.
1679 (isearch-mode): Remember value of isearch-case-fold-search
1680 in isearch-last-case-fold-search.
1681 (isearch-done): Quote value of isearch-case-fold-search.
1682 (isearch-repeat): When resuming a search, restore
1683 isearch-case-fold-search from isearch-last-case-fold-search.
1684
1685 Added to NEWS.
1686
1687 * startup.el (inhibit-startup-buffer-menu): New user-option.
1688 (command-line-1): If inhibit-startup-buffer-menu is set, don't
1689 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
1690
1691 This allows upto 99999 messages in the summary without screwing up
1692 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
1693
1694 * mail/rmailsum.el (rmail-make-summary-line)
1695 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
1696 (rmail-summary-goto-msg, rmail-summary-goto-msg):
1697 Allow 5-digit message ids instead of 4.
1698
1699 This adds expansion of environment variables in the value
1700 specified with M-x setenv. Added to NEWS.
1701
1702 * env.el (substitute-env-vars): New function.
1703 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
1704 environment variables in VALUE. Return VALUE.
1705
ab952a4f
GM
17062001-10-04 Gerd Moellmann <gerd@gnu.org>
1707
1708 * Branch for 21.1.
7164ef13 1709
630784a2
SM
17102001-10-03 Stefan Monnier <monnier@cs.yale.edu>
1711
1712 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
1713
cf2b0d2c 17142001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cba04ae9
PJ
1715
1716 * emulation/tpu-edt.el: Make messages match original TPU/edt
cf2b0d2c 1717 editor. From riepel@Stanford.EDU (Rob Riepel).
cba04ae9 1718
aa01bed1
EZ
17192001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
1720
1721 * rect.el: Update maintainer's email address.
1722
7d685c84
AS
17232001-10-02 Andreas Schwab <schwab@suse.de>
1724
1725 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
1726 and Extended Passive Mode, resp.
1727
87671c25
EZ
17282001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
1729
1730 These changes add support for Calendar-related items in the
1731 menu bar on tty's as well:
1732
1733 * calendar/calendar.el (calendar-mode-map): Require cal-menu
1734 unconditionally.
1735 (calendar-mode): Set up activate-menubar-hook unconditionally.
1736
1737 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
1738 calls x-popup-menu only if popup menus are supported.
1739 (calendar-mouse-insert-hebrew-diary-entry)
1740 (calendar-mouse-insert-islamic-diary-entry)
1741 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1742 (calendar-mouse-view-other-diary-entries)
1743 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
630784a2
SM
1744 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1745 Call cal-menu-x-popup-menu instead of x-popup-menu.
87671c25 1746
12c64503
GM
17472001-10-01 Gerd Moellmann <gerd@gnu.org>
1748
62bfa682
GM
1749 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
1750
12c64503
GM
1751 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
1752
1753 * emacs-lisp/rx.el: New file.
1754
e0c21266
EZ
17552001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
1756
630784a2 1757 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
e0c21266 1758
03be5931
EZ
17592001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
1760
1761 * frame.el (select-frame-by-name, other-frame): Doc fix.
1762
d0100d57
EZ
17632001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
1764
1765 * play/snake.el (snake-score-file): Use temporary-file-directory
1766 instead of a literal "/tmp". Suggested by Robert
1767 <robert@chezmarshall.freeserve.co.uk>.
1768
1769 * play/tetris.el (tetris-score-file): Ditto.
1770
d94d5b5a
EZ
17712001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
1772
1773 * apropos.el (apropos-print): Make the directions inserted at the
1774 beginning of the *Apropos* buffer more clear.
1775
cd653311 17762001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
630784a2 1777
cd653311
MK
1778 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
1779 Added comments.
630784a2 1780
37dbd369
SM
17812001-09-27 Stefan Monnier <monnier@cs.yale.edu>
1782
1783 * newcomment.el (comment-normalize-vars): Use " \t" rather than
1784 "\\s-" when defining comment-end-skip.
1785
9240e746
GM
17862001-09-27 Gerd Moellmann <gerd@gnu.org>
1787
37dbd369 1788 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
6eb94ddb
GM
1789 Call get-buffer-window first second arg `visible'.
1790
37dbd369
SM
1791 * international/mule-diag.el (list-input-methods-1):
1792 Output something that's independent of Emacs' version.
14531065 1793
9240e746
GM
1794 * tar-mode.el (tar-mode-write-file): Don't signal an error by
1795 calling byte-to-position with a nil tar-header-offset.
1796
e04233aa
GM
17972001-09-27 Simon Josefsson <jas@extundo.com>
1798
1799 * mail/sendmail.el (send-mail-function): Doc fix.
1800 (mail-do-fcc): Error if header-end is not a marker.
1801 (mail-do-fcc): Add a comment.
1802 (mail-reply-to): Doc fix.
1803 (mail-signature): Make ATPOINT optional.
1804 (mail-yank-original): Use cond instead of nestled if.
1805
07e91aa3
SM
18062001-09-26 Stefan Monnier <monnier@cs.yale.edu>
1807
1808 * info.el (Info-on-current-buffer): Default arg to "Top".
1809
924b604c
GM
18102001-09-25 Eli Barzilay <eli@barzilay.org>
1811
1812 * calculator.el (calculator-copy-displayer): New user-option.
07e91aa3
SM
1813 (calculator-displayer-prev, calculator-displayer-next):
1814 Renamed from calculator-displayed-{left,right}.
1815 (calculator, calculator-standard-displayer)
1816 (calculator-num-to-string, calculator-update-display)
924b604c
GM
1817 (calculator-copy, calculator-put-value): Bug and display fixes.
1818
a1548b10
GM
18192001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1820
1821 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
1822 (ebnf-version): New version (3.6.1).
1823
1824 * ebnf-bnf.el: Fix character range regexp. Doc fix.
1825 (ebnf-bnf-non-terminal-chars): New internal const.
1826 (ebnf-bnf-lex): Fix code.
1827
1828 * ebnf-iso.el: Fix character range regexp. Doc fix.
1829 (ebnf-iso-non-terminal-chars): New internal const.
1830 (ebnf-iso-lex): Fix code.
1831
1832 * ebnf-yac.el: Fix character range regexp. Doc fix.
1833 (ebnf-yac-skip-chars): New internal const.
1834 (ebnf-yac-skip-code): Fix code.
1835
79e954d0
SM
18362001-09-24 Stefan Monnier <monnier@cs.yale.edu>
1837
ab750f9c
SM
1838 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
1839
3911563a
SM
1840 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
1841 passing it to VC.
1842
79e954d0
SM
1843 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
1844 case where the file is relative.
1845
6f3f0db4
GM
18462001-09-24 Gerd Moellmann <gerd@gnu.org>
1847
1848 * xml.el (xml-parse-attlist): Quotes around attributes must be the
1849 same on each side. Make sure we properly handle simple quotes.
1850 From Daiki Ueno <ueno@unixuser.org>.
1851
e5b31424
EZ
18522001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
1853
0678d779
EZ
1854 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
1855 <jas@extundo.com>.
1856
e5b31424
EZ
1857 * menu-bar.el (top-level): Minor fixes for text of help-echo in
1858 some items of the Options menu.
1859
769dd0f1
SM
18602001-09-22 Stefan Monnier <monnier@cs.yale.edu>
1861
76829576
SM
1862 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
1863
d455f4f7
SM
1864 * vc-hooks.el (vc-delete-automatic-version-backups):
1865 Don't fail if the directory doesn't exist.
1866
769dd0f1
SM
1867 * diff-mode.el (diff-default-read-only): New var.
1868 (diff-mode): Use it.
1869
dc414be1
EZ
18702001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
1871
769dd0f1
SM
1872 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
1873 Use make-keymap instead of copy-keymap, since copying the global
4b7dd7e2
EZ
1874 keymap messes up the menu bar.
1875
dc414be1
EZ
1876 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
1877 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
1878
67033712
EZ
18792001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
1880
769dd0f1 1881 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
67033712
EZ
1882
1883 * dired-aux.el (dired-insert-subdir): Pass switches to
1884 dired-build-subdir-alist.
1885
0c68e5de
GM
18862001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
1887
1888 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
1889 caused %#a and %#b to be mis-formatted.
1890
906b3163
EZ
18912001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
1892
1893 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
1894 ccmode, emacs-mime, and eudc manuals.
1895
005e3bb6
SS
18962001-09-19 Sam Steingold <sds@gnu.org>
1897
1898 w32 find cannot be used with `grep-find'.
1899 * progmodes/compile.el (find-program): New variable.
1900 (grep-compute-defaults): Use it to set `grep-find-command'.
1901
7121b85a
GM
19022001-09-19 Gerd Moellmann <gerd@gnu.org>
1903
769dd0f1 1904 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
7121b85a 1905
ae16d111
GM
19062001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1907
1908 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
1909 programming. Doc fix.
1910 (ebnf-version): New version (3.6).
1911 (ebnf-eps-begin): Data fix.
1912 (ebnf-begin-file): Code fix.
1913
1914 * ebnf-bnf.el: Doc fix.
1915 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
1916
1917 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
1918
55732434
GM
19192001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1920
1921 * ps-print.el: Better face mapping for black/white PostScript printers.
1922 Check if mark is active when printing a region. Doc fix.
1923 (ps-print-version): New version number (6.5.5).
1924 (ps-print-color-p): Customization fix.
1925 (ps-black-white-faces): New option.
1926 (ps-black-white-faces-alist): New internal var.
1927 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
1928 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
1929 (ps-nb-pages-region): Interactive fix.
1930 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
1931 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
1932
740ef824
EZ
19332001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
1934
1935 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
1936 numeric month value, and allow the Kanji character after the it to
1937 be missing (happens with ls-lisp's output on Japanese versions of
1938 MS-Windows).
1939
50529f51
MB
19402001-09-18 Miles Bader <miles@gnu.org>
1941
1942 * diff-mode.el (diff-mode): Don't make the buffer read-only if
1943 it's empty (and thus probably a new patch file about to be edited).
1944
d8a973aa
GM
19452001-09-17 Gerd Moellmann <gerd@gnu.org>
1946
e18c8b8d
GM
1947 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1948 Check for '(' in column 0 of doc string.
1949
d8a973aa
GM
1950 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
1951 of `nth' so that using a vector as bounding-box works.
1952 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1953
dfe78cc5
AS
19542001-09-17 Andre Spiegel <spiegel@gnu.org>
1955
1956 * vc.el (vc-annotate): Use current workfile version explicitly as
1957 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
1958
1bbdda4d
EZ
19592001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
1960
a5f01960
EZ
1961 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
1962 convert-standard-filename doesn't guarantee that the .el extension
1963 is preserved.
1964
a007e4e3
EZ
1965 * dos-fns.el (convert-standard-filename): Replace invalid
1966 characters only after converting dash/underscore to a period.
1967 (original-make-auto-save-file-name): New.
8aee7d44
EZ
1968 (make-auto-save-file-name): New function, overrides the definition
1969 on files.el and calls the original function via
1970 original-make-auto-save-file-name.
1971
1bbdda4d
EZ
1972 * mail/rmail.el (top-level): Require mule-utils when compiling.
1973 (rmail-decode-babyl-format): Use detect-coding-with-priority
1974 instead of detect-coding-region, to favor detection of emacs-mule
1975 encoded Babyl files written by rmailout.el etc. Suggested by
1976 Kenichi Handa <handa@etl.go.jp>.
1977
ed7d6ba4
EZ
19782001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
1979
1980 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
1981 Use `equal', not `=', since the device number can be a cons cell.
1982
551629f9
GM
19832001-09-14 Gerd Moellmann <gerd@gnu.org>
1984
1985 * simple.el: Comment out change of 2001-09-13.
1986
0017a3e0
EZ
19872001-09-13 Milan Zamazal <pdm@zamazal.org>
1988
1989 * progmodes/compile.el (grep-compute-defaults): Don't set
1990 grep-command/grep-find-command when it is already non-nil.
1991 (grep-command): Make it a user option.
1992 (grep-find-command): Likewise.
1993
483e0218 19942001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 1995
483e0218
MK
1996 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
1997 inhibit quit.
005e3bb6 1998
15233548
EZ
19992001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
2000
2001 * files.el (make-auto-save-file-name): If long file names are not
2002 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2003 generating an auto-save file name from it.
2004
1fb7f872
GM
20052001-09-13 Gerd Moellmann <gerd@gnu.org>
2006
005e3bb6 2007 * ps-print.el (ps-print-region, ps-print-region-with-faces)
66a863f0
GM
2008 (ps-nb-pages-region): Signal an error if called interactively
2009 and the mark is not active.
2010
1fb7f872
GM
2011 * simple.el (minibuffer-prompt-modification)
2012 (minibuffer-prompt-insertion): New functions.
2013 (minibuffer-prompt-properties): Use `modification-hooks' and
2014 `insert-in-front-hooks'.
2015
1dc13f3a
RS
20162001-09-12 Richard M. Stallman <rms@gnu.org>
2017
2018 * textmodes/outline.el (outline-regexp): Doc fix.
2019 Initialize it in the defcustom, the usual way.
2020
eaa493df
GM
20212001-09-12 Gerd Moellmann <gerd@gnu.org>
2022
1fb7f872 2023 * ediff-mult.el (ediff-get-meta-info): Take into account that data
769dd0f1
SM
2024 from `ediff-meta-info' properties need not be an overlay.
2025 From David Ponce <dponce@voila.fr>.
1fb7f872 2026
eaa493df
GM
2027 * isearch.el (isearch-intersects-p): Fix end checks.
2028
cfcda0ba
EZ
20292001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
2030
2031 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2032 `t' branch of `cond', since Irix 6.1 and up is a special case of
2033 the standard dbx interface.
2034
4e1513b5
MB
20352001-09-11 Miles Bader <miles@gnu.org>
2036
2037 * comint.el (comint-send-input): When waiting for echoed input,
2038 don't save the expected end position in `echo-end', so that things
2039 work properly even if the buffer is modified elsewhere at the same
2040 time [this happens if `comint-truncate-buffer' is used].
2041
9a72e4c1
GM
20422001-09-11 Gerd Moellmann <gerd@gnu.org>
2043
2044 * textmodes/outline.el (outline-mode): Use `^' and a shy group
2045 when constructing imenu-generic-expression from outline-regexp.
2046
1f9581b6
EZ
20472001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2048
2049 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
2050 `equal' instead of `=', since they can be cons cells. From Nils
2051 Goesche <cartan@cartan.de>.
2052
65ee3bf5
AS
20532001-09-10 Andre Spiegel <spiegel@gnu.org>
2054
2055 * vc.el (vc-annotate): Rewrote doc string.
2056
e602e779
EZ
20572001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2058
2059 * time-stamp.el: Update Stephen Gildea's email address.
2060
42d305db
GM
20612001-09-10 Gerd Moellmann <gerd@gnu.org>
2062
2063 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
2064 enable-multibyte-characters = nil. From Hallvard B Furuseth
2065 <h.b.furuseth@usit.uio.no>.
005e3bb6 2066
02f34c70 20672001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 2068
769dd0f1 2069 * ediff-init.el (ediff-highest-priority): Bug fix.
02f34c70 2070
769dd0f1 2071 * viper-cmd.el (viper-special-read-and-insert-char): New function
02f34c70
MK
2072 that reads a character and uses the current input method or
2073 iso-accents when appropriate.
005e3bb6 2074
769dd0f1 2075 * viper.el and all others: Corrections to the comment blocks at
02f34c70 2076 the top.
005e3bb6 2077
cfc697a2
EZ
20782001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
2079
2080 * info.el (Info-goto-node): Doc fix.
2081
fc0eccfc
GM
20822001-09-07 Gerd Moellmann <gerd@gnu.org>
2083
2084 * isearch.el (isearch-intersects-p): New function.
2085 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
2086 use isearch-intersects-p, and clean up.
2087
ef10876c
EZ
20882001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2089
2090 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
2091 and "german8", for the new German orthography dictionaries,
2092 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
2093 the entries, to keep the line length balanced for loaddefs.el.
2094
c9e74cd4 20952001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
005e3bb6 2096
c9e74cd4
GM
2097 * comint.el (comint-send-input): Handle comint-process-echoes
2098 differently.
2099
5421b899
GM
21002001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2101
769dd0f1 2102 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5421b899 2103
70569550
EZ
21042001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2105
769dd0f1 2106 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
70569550 2107
6afad91e 21082001-09-07 Gerd Moellmann <gerd@gnu.org>
005e3bb6 2109
769dd0f1
SM
2110 * server.el (server-switch-buffer):
2111 * textmodes/refer.el (refer-find-entry-internal):
2112 * term/sup-mouse.el (sup-pos-to-window):
2113 * term/bg-mouse.el (bg-window-from-x-y):
2114 * emacs-lisp/edebug.el (edebug-window-live-p):
2115 Use get-window-with-predicate.
6afad91e
GM
2116
2117 * window.el (get-window-with-predicate): Renamed from some-window.
2118 (some-window): Make it an alias.
2119
003550c5
GM
21202001-09-06 Gerd Moellmann <gerd@gnu.org>
2121
2122 * simple.el (undo): Remove positions from buffer-undo-list up to
2123 the next undo boundary only.
2124
c49e491a
EZ
21252001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
2126
05b24487
EZ
2127 * makefile.nt (install): Don't copy sc.el. Reported by Richard
2128 Kim <ryk@dspwiz.com>
2129
c49e491a
EZ
2130 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
2131 the message "Creating customization items...done".
2132
54f73af3
GM
21332001-09-05 Gerd Moellmann <gerd@gnu.org>
2134
2135 * font-lock.el (toplevel): Require `jit-lock' only if
2136 font-lock-support-mode is set to jit-lock-mode.
2137
3762e7d0
EZ
21382001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
2139
2140 * international/quail.el (quail-use-package, quail-inactivate)
2141 (quail-activate): Mention the hooks these functions run in their
2142 doc strings.
2143
c3b497b3
GM
21442001-09-05 Edward M. Reingold <reingold@iit.edu>
2145
2146 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
2147 of file in header of menu.
2148
2d43d823
GM
21492001-09-04 Gerd Moellmann <gerd@gnu.org>
2150
2a5becfb
GM
2151 * env.el (setenv): Interactively, if VARIABLE has a current value,
2152 add that to the front of the history, as the doc string says.
2153
8d1fcd00
GM
2154 * comint.el (comint-send-input): Change help-echo.
2155 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
005e3bb6 2156
1672462f
GM
2157 * bookmark.el (bookmark-write-file): Bind print-length and
2158 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
2159
646a1759
GM
2160 * obsolete/uncompress.el: Moved there from lisp/.
2161
c8dd66e1
GM
2162 * comint.el (comint-insert-clicked-input): Goto point-max before
2163 deleting previous input. From "Dr Francis J. Wright"
2164 <F.J.Wright@qmw.ac.uk>.
2165
2d43d823
GM
2166 * simple.el (backward-word): Doc fix.
2167
284b3043
GM
21682001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2169
2170 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
2171 * uncompress.el, uniquify.el, vc.el, view.el, window.el
2172 * w32-fns.el: Add Keywords header.
2173
2eef02ab
EZ
21742001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
2175
2176 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
2177 "Text Properties". Suggested by Simon Marshall
2178 <Simon.Marshall@midas-kapiti.com>.
2179
ae355fa6
AC
21802001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2181
2182 * term/mac-win.el (mac-drag-n-drop): Decode file name by
2183 consulting the value of file-name-coding-system.
2184
2ee1aa00
SM
21852001-09-03 Stefan Monnier <monnier@cs.yale.edu>
2186
2187 * help.el (describe-function-1): Save precomputed `file-name' rather
2188 than recomputing it (incorrectly) with `symbol-file'.
2189
cdab3e50
GM
21902001-09-03 Gerd Moellmann <gerd@gnu.org>
2191
698ee07c
SM
2192 * international/isearch-x.el (isearch-exit-recursive-edit):
2193 Take three parameters, since it's used as an after-change-function.
c3b0c268 2194
698ee07c 2195 * emacs-lisp/backquote.el (backquote-backquote-symbol)
cdab3e50
GM
2196 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
2197 from doc strings.
2198
e3b22517
GM
21992001-09-02 Milan Zamazal <pdm@zamazal.org>
2200
698ee07c
SM
2201 * progmodes/glasses.el (glasses-convert-to-unreadable):
2202 Consider underscores as in `glasses-make-readable'.
e3b22517 2203
19bd58e8
EZ
22042001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2205
883310a7
EZ
2206 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
2207 MS-DOS, since cpp might not be available.
2208
698ee07c
SM
2209 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
2210 Mention "yank" in the help-echo text.
2211 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2212
22132001-09-01 Stefan Monnier <monnier@cs.yale.edu>
2214
2215 * newcomment.el (comment-indent): Insert spaces more carefully.
19bd58e8 2216
59b7ded8
EZ
22172001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2218
5e11c425
EZ
2219 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
2220 exists. From Andy Petrusenco <andy@int.spb.ru>.
2221
59b7ded8 2222 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5e11c425
EZ
2223 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
2224 <andy@int.spb.ru>.
59b7ded8 2225
c9979669
GM
22262001-08-31 Gerd Moellmann <gerd@gnu.org>
2227
2228 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
2229 Instead of running mouse-yank-at-click, see what the event is
2230 bound to outside Isearch and run that.
2231
79f5f9ec
EZ
22322001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2233
698ee07c
SM
2234 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
2235 Fix the menu entry to mention transient-mark-mode.
79f5f9ec 2236
c0551649
GM
22372001-08-30 Gerd Moellmann <gerd@gnu.org>
2238
e8b1643c
GM
2239 * simple.el (eval-expression-print-level): Fix last change.
2240
f3185924
GM
2241 * bindings.el (mode-line-coding-system-map): New variable.
2242 (mode-line-mule-info): Give the "%Z" a local-map keymap.
2243
92a25631
GM
2244 * simple.el (eval-expression-print-level): Change the type
2245 of the defcustom to allow nil.
2246
9584e63a
GM
2247 * emacs-lisp/find-gc.el: Moved here from lisp/.
2248
698ee07c
SM
2249 * international/quail.el (quail-completion-1):
2250 Reverse the ((CHAR . DEFN) ...) list before processing it.
d5dc1e49
GM
2251 From Kenichi Handa <handa@etl.go.jp>.
2252
c0551649
GM
2253 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
2254 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
2255
ef32aa02
EZ
22562001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
2257
2258 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
2259 aren't supported. This avoids the annoying gray strip drawn by
2260 the Windows version instead of the missing tool bar.
2261
ff4ec1f7
GM
22622001-08-29 Gerd Moellmann <gerd@gnu.org>
2263
53ca4610
GM
2264 * menu-bar.el (menu-bar-options-menu): Make option text, messages
2265 and tooltips more consistent. From "Marshall, Simon"
2266 <Simon.Marshall@midas-kapiti.com>.
2267
ff4ec1f7
GM
2268 * startup.el (fancy-splash-screens): Temporarily set
2269 minor-mode-map-alist to nil while displaying splash screens.
2270
6d6c3f84
GM
22712001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2272
2273 * buff-menu.el: Add Keywords header.
2274 Doc fix (C-x C-b is bound to list-buffers).
2275
565132a3
GM
2276 * dired-x.el: Add keyword files to get listed in finder.
2277 Remove confusing notes about GNU Emacs 19.
2278
2279 * dired.el, dired-aux.el: Add Keywords header.
2280
042e6d91
AS
22812001-08-28 Andre Spiegel <spiegel@gnu.org>
2282
2283 * vc.el (vc-revert-file): Call the backend even if the FILE's
2284 contents can be reverted locally; pass new arg CONTENTS-DONE
2285 down to the backend.
2286
854bd40a 2287 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
042e6d91
AS
2288 optional arg CONTENTS-DONE.
2289
33818c6c
AI
22902001-08-28 Andrew Innes <andrewi@gnu.org>
2291
2292 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
2293
0f76ca04
EZ
22942001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2295
2296 * makefile.nt (install): Copy more *.el files.
2297
6b6e2422
GM
22982001-08-28 Gerd Moellmann <gerd@gnu.org>
2299
2300 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
2301 instead of `w' which is already in use.
2302
5b52c296
GM
2303 * gs.el (gs-load-image): Use sleep-for.
2304 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2305
43744cb9
MB
23062001-08-28 Miles Bader <miles@gnu.org>
2307
2308 * replace.el (query-replace-regexp-eval): Return args from
2309 `interactive' form in correct order.
2310
4b4ea1dc
EZ
23112001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2312
2313 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
2314 major modes, don't create panes for modes for which
2315 mouse-buffer-menu-alist returns an empty alist.
2316
23172001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
35cd9438
TTN
2318
2319 * progmodes/hideshow.el: Update first-line description.
2320 Sync comments w/ maintainer version 5.31.
2321
2322 (hs-isearch-open): Default value now `code'.
2323 Fix docstring to use "code blocks" vs "comment blocks",
2324 as opposed to "block" vs "comment".
2325 (hs-flag-region): Accept `hs-isearch-open' value
2326 of `block' as synonymous w/ `code'.
2327 (hs-hide-block-at-point): For code blocks, pass `code'
2328 to `hs-flag-region' instead of `block'.
2329
9ad62cf8
MB
23302001-08-28 Miles Bader <miles@gnu.org>
2331
2332 * comint.el (comint-next-prompt): Don't loop infinitely if
2333 {next,previous}-single-char-property-change returns its input
2334 position when the search fails.
2335
23362001-08-27 Miles Bader <miles@gnu.org>
d3b98912
MB
2337
2338 * comint.el (comint-get-old-input-default): Don't signal an error
2339 if point is not on an input field; instead, return the current
2340 line (using `comint-bol' to skip any prompt, in case we're not
2341 using fields at all).
2342
2343 * man.el (Man-mode-line-format): Variable removed.
2344 (Man-mode): Change `mode-line-buffer-identification' instead of
2345 `mode-line-format'.
2346
d599a452
GM
23472001-08-27 Gerd Moellmann <gerd@gnu.org>
2348
2349 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
2350 From Simon Josefsson <jas@extundo.com>.
2351
299248aa
EZ
23522001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
2353
5b02e712
EZ
2354 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
2355 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2356
89aea802
EZ
2357 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
2358 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2359
2360 * emacs-lisp/lselect.el: Ditto.
2361
3452efc2
SM
2362 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
2363 Remove periods from the end of error message strings.
2364 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
165b4283 2365
299248aa
EZ
2366 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
2367 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2368
2369 * net/telnet.el: Ditto.
2370
08ead67b
GM
23712001-08-26 Gerd Moellmann <gerd@gnu.org>
2372
2373 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
2374 KEYMAP to the call to define-minor-mode.
2375
cf8f0b68
EZ
23762001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
2377
2378 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
2379 Replace some of the undefined characters with emulations of bidi
2380 formatting characters and Niqud as per SI 1311-1.
2381 (IT-unicode-translations): Ditto.
3452efc2
SM
2382 (IT-display-table-setup, IT-setup-unicode-display):
2383 Fill characters without translations with dos-unsupported-char-glyph.
cf8f0b68 2384
16837afc
GM
23852001-08-24 Simon Josefsson <jas@extundo.com>
2386
2387 * hl-line.el (hl-line-mode): Don't be a global mode.
2388 (global-hl-line-mode): New function.
2389
33954c45
GM
23902001-08-24 Gerd Moellmann <gerd@gnu.org>
2391
2392 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
2393 being reset by Ghostscript. Don't kill the gs process.
2394 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2395
fa05f6ac
AC
23962001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2397
2398 * term/mac-win.el: Require scroll-bar.
2399
3452efc2
SM
24002001-08-23 Stefan Monnier <monnier@cs.yale.edu>
2401
2402 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
2403
02aec07b
EZ
24042001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
2405
2406 * hexl.el (hexl-insert-multibyte-char) New function.
2407 (hexl-quoted-insert, hexl-self-insert-command)
2408 (hexl-insert-hex-char, hexl-insert-decimal-char)
2409 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
2410 Fix the doc strings accordingly.
2411 (hexl-insert-char): Reject characters whose code is above 255.
2412 Doc fix.
2413 (hexl-mode-map): Copy the global keymap instead of creating a
2414 sparse keymap, and bind all self-inserting characters to
2415 hexl-self-insert-command.
2416
9bfc65eb
SM
24172001-08-22 Stefan Monnier <monnier@cs.yale.edu>
2418
3452efc2
SM
2419 * wid-edit.el (text): Re-order docstring correctly.
2420
9bfc65eb
SM
2421 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
2422
2423 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
2424
32f2f98e
EZ
24252001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
2426
2427 * simple.el (line-number-mode): Mention the variable
2428 line-number-display-limit-width in the doc string.
2429
374388c3
GM
24302001-08-22 Gerd Moellmann <gerd@gnu.org>
2431
2432 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
2433 Temporarily select EVENT's window for switching buffers.
2434 (mode-line-bury-buffer): New function.
2435 (mode-line-buffer-identification-keymap): Use it instead of
2436 bury-buffer. Bind down-mouse events to prevent global down-mouse
b2130182 2437 events from shining through.
374388c3 2438
dde6824c
SM
24392001-08-21 Stefan Monnier <monnier@cs.yale.edu>
2440
2441 * newcomment.el (comment-beginning): Make sure the comment-start
2442 we found isn't a comment-end (in cases where confusion is possible).
2443
99bf1e74
MB
24442001-08-22 Miles Bader <miles@gnu.org>
2445
2446 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
2447 before writing it, so that hard-links don't see new version.
2448
37618c60
GM
24492001-08-21 Gerd Moellmann <gerd@gnu.org>
2450
dde6824c
SM
2451 * gs.el (gs-set-ghostview-colors-window-prop):
2452 Call x-change-window-property with 3rd arg FRAME.
40e33037 2453 (gs-load-image): Wait for a previous Ghostscript process
e98c601b
GM
2454 to complete before starting a new one.
2455
6ea3db8a
GM
2456 * image.el (image-type-regexps): Make sure that the TIFF
2457 pattern is only matched at the beginning of a string.
2458 From Markus Rost <rost@math.ohio-state.edu>.
2459
dde6824c 2460 * international/swedish.el: Pre-Mule file removed. From Jonas
37618c60
GM
2461 Oberg <jonas@gnu.org>.
2462
1f8437c4
RV
24632001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
2464
2465 * whitespace.el (whitespace-abort-on-error): Add custom variable
dde6824c 2466 to whitespace to abort a write-file if whitespace is detected in file.
1f8437c4
RV
2467
2468 * whitespace.el (whitespace-write-file-hook): Hook to be called
2469 when writing a file. If `whitespace-abort-on-error' is set, the
dde6824c
SM
2470 write will abort on detecting whitespaces.
2471 If `whitespace-auto-cleanup' is set, the file will be cleaned
1f8437c4
RV
2472 automatically prior to writing.
2473
2474 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
2475 whitespaces in the error output!
2476
dde6824c 2477 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1f8437c4
RV
2478 `indent-tabs-mode', since the latter notes user preferences on
2479 TABs anyway.
2480
2481 * whitespace.el (whitespace-version): 3.1. All of the above issues
2482 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
2483
9b96c57d
GM
24842001-08-20 Gerd Moellmann <gerd@gnu.org>
2485
8039284a
GM
2486 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
2487 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2488
9b96c57d
GM
2489 * whitespace.el (whitespace-global-mode): Add autoload cookie.
2490
1c71c0c3
GM
24912001-08-20 Alex Schroeder <alex@gnu.org>
2492
2493 * sql.el (sql-db2): Doc change.
2494
24952001-08-20 Alex Schroeder <alex@gnu.org>
2496
2497 * sql.el (sql-postgres): Add the database at the end of the
2498 parameters instead of at the beginning.
2499 (sql-postgres-options): Doc change.
2500
6c7f60a2
GM
25012001-08-17 Gerd Moellmann <gerd@gnu.org>
2502
2503 * custom.el (defcustom): Doc fix.
2504
64ed6f71
GM
25052001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2506
6c7f60a2 2507 * ps-mule.el (find-composition): Check if (char-after POS)
64ed6f71
GM
2508 returns a valid character.
2509
7851eb98
EZ
25102001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
2511
2512 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
2513 original-point for extra CR characters that are added/removed when
2514 the buffer is written/read whose EOL type is -dos.
2515
b76dfd21
MB
25162001-08-16 Miles Bader <miles@gnu.org>
2517
2518 * simple.el (line-move): Undo previous change.
1f8437c4
RV
2519
2520 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
b76dfd21
MB
2521 property to input-terminating `boundary' overlays to avoid
2522 line-move wierdness.
2523
e67d1843
GM
25242001-08-16 Gerd Moellmann <gerd@gnu.org>
2525
2526 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
2527 buffer in a save-restriction. Under one test case with Ediff,
2528 window-scroll-functions are run with a window start that's
2529 temporarily outside of the restriction.
2530
21324fae
GM
25312001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
2532
dde6824c 2533 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
21324fae
GM
2534 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
2535 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
2536 (texinfo-update-menu-region-beginning)
2537 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
2538 command, @ifnottex, to regexps, so it is found.
2539
0645d241
AI
25402001-08-16 Andrew Innes <andrewi@gnu.org>
2541
2542 * makefile.nt (DONTCOMPILE): Omit bindings.el.
2543 (DONTCOMPILE): Omit sc.el.
2544
2545 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
2546 (DONTCOMPILE): Omit sc.el.
2547
ae13fc3c
GM
25482001-08-16 Gerd Moellmann <gerd@gnu.org>
2549
2550 * replace.el (occur): Bind inhibit-read-only to t.
2551
1369261b
MB
25522001-08-16 Miles Bader <miles@gnu.org>
2553
dde6824c
SM
2554 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
2555 calling `constrain-to-field', to avoid problems with comint prompts.
1369261b 2556
8464af45
GM
25572001-08-15 Gerd Moellmann <gerd@gnu.org>
2558
ec69d5ec 2559 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
dde6824c 2560 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
ec69d5ec 2561
1f8437c4 2562 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3e6f08e6
GM
2563 of a while-loop.
2564
93aba6fc 2565 * Makefile.in (DONTCOMPILE): Remove sc.el.
1f8437c4 2566
8464af45
GM
2567 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
2568 Don't include term/.
2569
ae13fc3c
GM
2570 * mail/sc.el: Moved to obsolete/.
2571
8b313639
GM
25722001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2573
2574 * ps-print.el: Change error function arguments to follow Emacs
2575 message convention. Doc fix.
2576 (ps-print-version): New version number (6.5.4).
2577 (coding-system-for-write): Change declaration position to avoid
2578 XEmacs compilation gripes.
dde6824c
SM
2579 (coding-system-for-read, buffer-file-coding-system):
2580 Declarations to avoid XEmacs compilation gripes.
8b313639
GM
2581
2582 * ps-mule.el: Doc fix.
2583 (ps-mule-encode-header-string): If STRING is not a string, replace
2584 STRING by empty string.
2585
5fb125b4
EZ
25862001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
2587
2588 * frame.el (show-trailing-whitespace): Doc fix.
2589
49e49b77
EZ
25902001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
2591
2592 * desktop.el (desktop-save): Insert the coding: tag before
2593 desktop-header.
2594
3e6385a4
GM
25952001-08-13 Gerd Moellmann <gerd@gnu.org>
2596
0de73d5a
GM
2597 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
2598 its path from $els.
2599
3e6385a4
GM
2600 * image.el (image-jpeg-p): Fix call of substring.
2601
4a9bf8a4
GM
26022001-08-10 Gerd Moellmann <gerd@gnu.org>
2603
242e5463
GM
2604 * play/animate.el (animate-string): Doc fix. Use a buffer
2605 name with stars in it.
2606 (animate-sequence): New function.
2607 From Richard Stallman <rms@gnu.org>.
2608
030f4537
GM
2609 * frame.el (select-frame-set-input-focus): New function
2610 extracted from other-frame.
2611 (other-frame): Use it.
2612 (next-multiframe-window, previous-multiframe-window): Use it.
2613
346f18dc
GM
2614 * isearch.el (isearch-other-meta-char): Don't switch to the
2615 buffer of a window clicked on, when the current buffer is
2616 in Isearch mode.
2617
4a9bf8a4
GM
2618 * image.el (image-jpeg-p): Test for APPn markers in the range
2619 #xe0..#xef.
2620
eaa2319f
GM
26212001-08-09 Gerd Moellmann <gerd@gnu.org>
2622
3638868e
GM
2623 * desktop.el (desktop-save): Don't use concat to form a file
2624 name, use expand-file-name.
2625
6b48d742
GM
2626 * mouse.el (mouse-delete-window): Do nothing if frame has just
2627 one window.
2628
ed771c89
GM
2629 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
2630 for the minor mode name.
2631
2632 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
2633 minor mode name.
2634
dde6824c
SM
2635 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
2636 instead of make-mode-line-mouse2-map.
ed771c89
GM
2637
2638 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
2639 the minor mode name.
2640
dde6824c
SM
2641 * emacs-lisp/easy-mmode.el (define-minor-mode):
2642 Use mode-line-minor-mode-keymap for the minor mode name.
ed771c89 2643
dde6824c
SM
2644 * calendar/calendar.el (calendar-mode-line-format):
2645 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
ed771c89 2646
a4afe04e
GM
2647 * bindings.el (make-mode-line-mouse-map): Renamed from
2648 make-mode-line-mouse2-map. Take additional arg MOUSE.
2649 (mode-line-modified): Use mouse-3 instead of mouse-2.
2650 (mode-line-buffer-identification-keymap): Bind keys differently.
dde6824c 2651 (propertized-buffer-identification): Adapt help-echo to new bindings.
a4afe04e 2652
8e3189f0
GM
2653 * bindings.el (mode-line-format): Specify help-echo for line
2654 number, column number and buffer-percent part of the mode-line.
2655
eaa2319f
GM
2656 * image.el (image-type-regexps): Allow whitespace at the start
2657 of the image data for XPM, XBM and Postscript, which are
2658 text files.
2659 (image-jpeg-p): Correct calculation of next field offset.
2660
e3601cf6
PJ
26612001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2662
2663 * battery.el: Fix typo.
2664
057b57f6
GM
26652001-08-08 Gerd Moellmann <gerd@gnu.org>
2666
8a8ef149
GM
2667 * image.el (image-type-regexps): Allow predicates. Change the way
2668 JPEG images are recognized.
2669 (image-jpeg-p): New function.
2670 (image-type-from-data): Handle predicates in image-type-regexps.
2671
057b57f6
GM
2672 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
2673 #:, #x, #o, and similar constructs.
2674
69ebef1d
GM
26752001-08-07 Gerd Moellmann <gerd@gnu.org>
2676
22d01aed
GM
2677 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
2678
23f46f6f
GM
2679 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
2680 instead of `progn'.
2681
e8421604
GM
2682 * tar-mode.el (tar-extract): Avoid generating a new buffer
2683 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
2684
ea2c6478
GM
2685 * textmodes/paragraphs.el (forward-sentence): Avoid building
2686 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
2687
dde6824c
SM
2688 * progmodes/executable.el (executable-set-magic):
2689 If executable-find returns a quoted file name, unquote it before
6c233cc0
GM
2690 inserting it.
2691
1155d483 2692 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 2693 derived from the JFIF spec.
1f8437c4 2694
69ebef1d
GM
2695 * image.el (image-type-regexps): Use `\`' instead of `^' in
2696 most regular expressions.
2697
d1d850d6
PJ
26982001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2699
dde6824c 2700 * play/animate.el: Re-insert a reference to re-inserted function.
d1d850d6 2701
98a8938c
GM
27022001-08-06 Gerd Moellmann <gerd@gnu.org>
2703
dde6824c
SM
2704 * help.el (describe-function-1): Use find-function-search-for-symbol
2705 instead of find-function-noselect because the latter follows aliases.
8e3fe78e 2706
5a397d28
GM
2707 * play/animate.el (animate-birthday-present): Re-insert.
2708
dde6824c
SM
2709 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
2710 Handle old-style menu definitions.
98a8938c 2711
7b3220c0
PJ
27122001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2713
6228c05b 2714 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 2715 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 2716
070c251e 2717 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
2718 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
2719 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 2720
dffb6224
PJ
27212001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2722
2723 * textmodes/tildify.el: Milan Zamazal has new address.
2724
698665d1
GM
27252001-08-03 Gerd Moellmann <gerd@gnu.org>
2726
be48584d
GM
2727 * custom.el (custom-set-variables): Don't test `custom-requests'
2728 properties, check the third element of the options passed to
2729 custom-set-variables instead.
2730
5e1f85e0 2731 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 2732 instead of file-exists-p.
5e1f85e0 2733
b0fa1513
GM
2734 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
2735 the mode-line face is restored. Fix several bugs.
2736
698665d1
GM
2737 * replace.el (perform-replace): Doc fix.
2738
4a7641d9
FP
27392001-08-02 Francesco Potorti` <pot@gnu.org>
2740
2741 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
2742 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
2743 (uniquify-fix-item-base, uniquify-fix-item-filename)
2744 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
2745 Callers changed.
2746 (uniquify-set-proposed): Changed to work with a vector item.
2747 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
2748 the fix list, and a list of strings for the non-file buffer
2749 names. Both changes reduce consing.
2750 (uniquify-rationalize-a-list): Local variable renaming.
2751 (uniquify-rationalize-conflicting-sublist): Use member instead of
2752 assoc.
2753 (uniquify-rename-buffer): Use unless instead of if not.
2754
77389930
GM
27552001-08-02 Gerd Moellmann <gerd@gnu.org>
2756
dde6824c 2757 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7f7d5b9e 2758
cb3f945f
GM
2759 * custom.el (custom-set-variables): Set options with :require
2760 clauses last.
4a7641d9 2761
fbc7f2a6
GM
2762 * custom.el (defcustom): Doc fix.
2763
77389930
GM
2764 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
2765
9761cd3a
EZ
27662001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
2767
7e03f4c8
EZ
2768 * man.el (man): Mention Man-switches in the doc string.
2769 (Man-switches): Mention -a in the doc string.
2770
dde6824c
SM
2771 * textmodes/ispell.el (ispell-alternate-dictionary):
2772 Add /usr/share/lib/dict/words, for Irix.
2b2eabed 2773
9761cd3a
EZ
2774 * bindings.el: Bind shifted and control-shifted kp-* keys to the
2775 corresponding non-kp keys. Suggested by Stephen Gildea
b52758d1 2776 <gildea@stop.mail-abuse.org>.
9761cd3a 2777
cc46bfe7
FP
27782001-08-01 Francesco Potorti` <pot@gnu.org>
2779
fc10ed8c
FP
2780 * uniquify.el: These changes correct a corner case that the old
2781 code managed correctly.
2782 (uniquify-fix-item-proposed): Renamed from
2783 uniquify-fix-item-min-proposed.
2784 (uniquify-set-proposed): New function.
2785 (uniquify-rationalize-file-buffer-names): Code reshuffled for
2786 clarity and speed.
dde6824c
SM
2787 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
2788 This is equivalent to what the old code did.
fc10ed8c
FP
2789 (uniquify-rationalize-a-list): Never recompute the proposed
2790 name. Sort the conflicting sublist before rationalising it: this
2791 is equivalent to what the old code did, but one directory element
2792 at a time, and only when necessary.
2793 (uniquify-rationalize-conflicting-sublist): Recompute here the
2794 proposed name.
cc46bfe7 2795
dd388130
GM
27962001-08-01 Gerd Moellmann <gerd@gnu.org>
2797
81b1a79d
GM
2798 * play/animate.el: Add Keywords and Maintainer. Remove a
2799 reference to a removed function.
cc46bfe7 2800
dd388130
GM
2801 * play/animate.el (animate-string): Handle case that the string is
2802 longer than the window is wide.
2803
6b053e39
GM
28042001-07-31 Gerd Moellmann <gerd@gnu.org>
2805
ed86208c
GM
2806 * desktop.el (desktop-save): Bind coding-system-for-write to
2807 `emacs-mule' for write-region.
2808
10e922bd
GM
2809 * delsel.el (delete-selection-pre-hook): Don't set this-command
2810 to `ignore' if the region is empty.
2811
dde6824c
SM
2812 * international/mule.el (set-keyboard-coding-system):
2813 Set keyboard-coding-system.
b23bad0b 2814
6b053e39
GM
2815 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
2816 before accessing it.
2817
d004e96a
AS
28182001-07-30 Andreas Schwab <schwab@suse.de>
2819
dde6824c
SM
2820 * menu-bar.el (toggle-highlight-paren-mode):
2821 Use `(show-paren-mode)' as body.
d004e96a 2822
892c8dea
AS
28232001-07-30 Andre Spiegel <spiegel@gnu.org>
2824
2825 * vc.el (vc-checkout-hook): New hook.
2826 (vc-checkout): Run it.
2827
21f79512
EZ
28282001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
2829
dde6824c
SM
2830 * progmodes/make-mode.el (makefile-macroassign-regex):
2831 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
21f79512 2832
291e3b68
GM
28332001-07-30 Gerd Moellmann <gerd@gnu.org>
2834
6594ac22
GM
2835 * vc.el (vc-switch-backend): Fix autoload cookie.
2836
291e3b68
GM
2837 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
2838 the desktop file.
2839
87449711
GM
28402001-07-30 Simon Josefsson <jas@extundo.com>
2841
2842 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
2843 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
2844
bf85004b
GM
28452001-07-27 Gerd Moellmann <gerd@gnu.org>
2846
75c5350a
GM
2847 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
2848 (last-sexp-toggle-display): Renamed from last-sexp-print.
dde6824c
SM
2849 (last-sexp-toggle-display, eval-last-sexp-1):
2850 Use last-sexp-setup-props.
75c5350a 2851
cc46bfe7 2852 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
2853 New user-options.
2854 (mouse-wheel-change-button): New function.
2855 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
2856 (mwheel-scroll): Ditto.
2857
16098288
GM
28582001-07-26 Gerd Moellmann <gerd@gnu.org>
2859
ac49effe
GM
2860 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
2861 `...', compare with unabbreviated printed representation instead.
2862 (last-sexp-print): Bind print-length and print-level to nil.
2863
be4a68f9
GM
2864 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
2865 before assigning text properties. Make properties rear-nonsticky.
ac49effe 2866
f6e6cdf2
GM
2867 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
2868 (eval-last-sexp-1): Give printed text a `keymap' property and bind
2869 <mouse-2> and <RET> in that map to a function printing the
2870 unabbreviated value.
2871
16098288
GM
2872 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
2873 is a buffer, put a text property `printed-value' on the printed
2874 representation, with the Lisp object printed as value.
2875
343462ed
EZ
28762001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
2877
2878 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
2879 Mention the effect of eval-expression-print-length and
2880 eval-expression-print-level in the doc strings. Suggested by
2881 Kevin Gallagher <kevingal@onramp.net>.
2882
e043664a
GM
28832001-07-25 Gerd Moellmann <gerd@gnu.org>
2884
4b09e331
GM
2885 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
2886 for buttons > 3.
2887 (xterm-mouse-translate): Handle the case that we don't get a
2888 down-event.
cc46bfe7 2889
dde6824c
SM
2890 * emacs-lisp/find-func.el (find-function-regexp):
2891 Add easy-mmode-define-global-mode to the regexp. Allow newlines
b03dc47d
GM
2892 in front of the function name.
2893
17635d50 2894 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 2895
3fb01f36
GM
2896 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
2897 similar events for which fake prefix keys are generated. It's no
2898 longer necessary since read_key_sequence doesn't modify these
2899 events for internal purposes anymore.
2900
e043664a
GM
2901 * files.el (auto-mode-alist): Use nroff-mode for files ending
2902 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
2903
a9f73104
EZ
29042001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
2905
2906 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
2907 tool-bar-lines parameter, behave as if its value were zero.
2908 (mouse-avoidance-set-pointer-shape): Don't do anything if
2909 x-pointer-shape is not boundp.
2910
c02a76cc
FP
29112001-07-23 Francesco Potorti` <pot@gnu.org>
2912
f0188953 2913 * uniquify.el: Overall speedup changes when using many buffers.
dde6824c
SM
2914 (uniquify-fix-item-base, uniquify-fix-item-filename)
2915 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 2916 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 2917 place in the item, but was never used.
c02a76cc 2918 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 2919 in the item is now used as cache for the proposed name.
c02a76cc 2920 (uniquify-rationalize-file-buffer-names): Move computation made on
dde6824c
SM
2921 newbuffile out of the loop, in the newbuffile-nd local var.
2922 Use dolist (cosmetic change). Compute the proposed name for the most
c02a76cc 2923 common case and cache it in the fourth place in the item.
f0188953 2924 (uniquify-rationalize-file-buffer-names): Used to return a a list
dde6824c 2925 of buffer whose name was changed, but that return value was never used.
c02a76cc
FP
2926 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
2927 the cached proposed name, does much less consing and is quicker.
2928 (uniquify-filename-lessp): Deleted.
dde6824c
SM
2929 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
2930 Do not bind locally the uniquify-possibly-resolvable flag. Use the
c02a76cc
FP
2931 cached proposed name is possible.
2932 (uniquify-get-proposed-name): Arguments changed, callers changed.
2933 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
2934 uniquify-possibly-resolvable flag, which is no more bound locally.
2935 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 2936 flag, which does not exist any more.
c02a76cc 2937
31fac3b8
EZ
29382001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
2939
be8cf99e
EZ
2940 * term/internal.el (IT-unicode-translations): Fix the appearance of
2941 "6`".
2942
31fac3b8
EZ
2943 * progmodes/compile.el (compile-internal): If EMACS is already
2944 defined in the environment, don't override its value.
2945
73496807
GM
29462001-07-23 Gerd Moellmann <gerd@gnu.org>
2947
9e5a7f2a
GM
2948 * play/fortune.el: Undo change of 2001-07-13.
2949 Fix autoload cookies. Add types to defcustoms.
2950 (fortune) <defgroup>: Add :link.
2951 (fortune-from-region): Use eq, not eql.
2952 From Dave Love <fx@gnu.org>.
c02a76cc 2953
5247262a 2954 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 2955
73496807
GM
2956 * play/animate.el: New file.
2957
722a451d
EZ
29582001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
2959
dde6824c
SM
2960 * startup.el (normal-top-level-add-subdirs-to-load-path):
2961 On Windows, put into normal-top-level-add-subdirs-inode-list the
722a451d
EZ
2962 canonicalized names of the directories instead of inode numbers.
2963
4960e757 29642001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 2965
4960e757
MK
2966 * ediff-util.el: Copyright years.
2967 (ediff-choose-syntax-table): New function.
2968 (ediff-setup): Use ediff-choose-syntax-table.
73496807 2969 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 2970 vc-state is available.
73496807 2971 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 2972
4960e757
MK
2973 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2974 with-syntax-table.
73496807
GM
2975 (ediff-coding-system-for-read): From ediff-diff.el
2976 (ediff-coding-system-for-write): New variable.
2977 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 2978 overlays.
73496807
GM
2979 (ediff-file-remote-p): Use file-remote-p, if available.
2980 (ediff-listable-file): New function.
2981 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 2982
dde6824c
SM
2983 * ediff-mult.el (ediff-meta-insert-file-info1):
2984 Use ediff-listable-file.
c02a76cc 2985
dde6824c
SM
2986 * ediff-ptch.el (ediff-prompt-for-patch-file):
2987 Use ediff-coding-system-for-read.
73496807 2988 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 2989
73496807
GM
2990 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
2991 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 2992
4960e757 2993 * ediff.el: Date of last update, copyright years.
c02a76cc 2994
4960e757 2995 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 2996
4960e757
MK
2997 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2998 of Scott Bronson.
2999 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3000 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3001 Deleted functions.
3002 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3003 ex-token-list.
73496807 3004 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 3005
dde6824c 3006 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
73496807
GM
3007 (viper-memq-char): Use viper-int-to-char.
3008 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 3009 vc-locking-state.
73496807 3010 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 3011
dde6824c
SM
3012 * viper.el (viper-major-mode-modifier-list):
3013 Added inferior-emacs-lisp-mode.
73496807 3014 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 3015 heuristics to decide if vi state is appropriate.
73496807
GM
3016 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
3017 (viper-non-hook-settings): Don't advise read-key-sequence.
3018 (viper-read-key-sequence): New function that replaces the
4960e757 3019 previously used advice to read-key-sequence.
c02a76cc 3020
73496807
GM
3021 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
3022 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
3023 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
3024 (viper-open-line-at-point,viper-substitute,viper-overwrite)
3025 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
3026 Got rid of the negative character hack.
4960e757 3027 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
3028 Use viper-read-key-sequence.
3029 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 3030 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 3031 Don't override existing minibuffer-setup-hook.
4960e757 3032 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 3033 Convert registers to char data type.
73496807 3034 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
3035
3036 * viper-keym.el: Use viper-exec-key-in-emacs.
3037
05824718
SM
30382001-07-20 Stefan Monnier <monnier@cs.yale.edu>
3039
3040 * server.el (server-visit-files): Fix variable name typo.
3041
6e07c0a5
GM
30422001-07-20 Gerd Moellmann <gerd@gnu.org>
3043
05824718 3044 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
3045 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
3046
5b6858da
SM
30472001-07-19 Stefan Monnier <monnier@cs.yale.edu>
3048
3049 * progmodes/compile.el (compilation-parse-errors): `linenum' might
3050 return a this-error using the alternative format (a pair of markers).
3051
794d58ba
GM
30522001-07-19 Gerd Moellmann <gerd@gnu.org>
3053
4e2a256b
GM
3054 * font-lock.el (c++-keywords): Add Standard C++ operator names.
3055
794d58ba
GM
3056 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
3057 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 3058
381194d0
PJ
30592001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3060
3061 * international/iso-transl.el: Fix typo in the header of the file.
3062
3063 * textmodes/picture.el (picture): Doc fix.
3064
3065 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
3066 follow coding conventions in generated files.
3067
27009a49
EZ
30682001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
3069
5b6858da 3070 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
3071 (tool-bar-add-item): Don't call image-related primitives if the
3072 display doesn't support images.
3073
3074 * frame.el (display-images-p): New function.
3075
467f1209
GM
30762001-07-17 Gerd Moellmann <gerd@gnu.org>
3077
3078 * server.el (server-visit-files): Handle the case the specified
3079 column number is <= 0.
3080
30812001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
3082
3083 * startup.el (command-line-1): Add support for +LINE:COLUMN
3084 command line argument.
3085
30862000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3087
5b6858da
SM
3088 * server.el (server-process-filter, server-visit-files):
3089 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 3090
9781053a
PJ
30912001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3092
3093 * emacs-lisp/easy-mmode.el: Add Keywords header.
3094
3095 * play/pong.el: Author has new address.
3096
3097 * play/landmark.el: Author is no more reachable.
3098
3099 * play/handwrite.el: Author is no more reachable.
3100
5b6858da
SM
31012001-07-17 Stefan Monnier <monnier@cs.yale.edu>
3102
3103 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
3104 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
3105 Complete bindings for F<1..12> keys.
3106 (global-map): Remove `undo' binding (already in the default).
3107 Replace `t<n>' bindings with `f<n>' bindings.
3108
a38b71b0
SM
31092001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3110
3111 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
3112 (tcl-mode): Use tcl-add-log-defun.
3113 (tcl-indent-line): Use tcl-calculate-indent.
3114 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
3115 (tcl-indent-exp): Renamed from indent-tcl-exp.
3116 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
3117 (tcl-indent-for-comment): Call comment-indent-function properly
3118 and handle the case where it returns nil.
3119
c1d61a7d
GM
31202001-07-16 Gerd Moellmann <gerd@gnu.org>
3121
a38b71b0
SM
3122 * calendar/cal-islam.el (calendar-goto-islamic-date):
3123 Remove autoload cookie.
3124
3125 * calendar/calendar.el (calendar-goto-islamic-date):
3126 Add call to autoload.
c1d61a7d 3127
c59fb719
SM
31282001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3129
3130 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
3131 Don't change compile-auto-highlight globally.
3132 Don't bother with `font-lock-defaults' property since XEmacs
3133 also understands the `font-lock-defaults' variable.
3134 Use make-local-variable rather than make-variable-buffer-local.
3135 Don't `defconst' comment-indent-function: keep the default.
3136 Call easy-menu-add unconditionally.
3137 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
3138 (ada-create-menu): Use :included for Emacs as well.
3139
3140 * vc.el (vc-do-command): Autoload.
3141
3142 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
3143
652a9be9
PJ
31442001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3145
3146 * ps-print.el: Fix Author: header.
3147
c3d6be34
GM
31482001-07-16 Gerd Moellmann <gerd@gnu.org>
3149
4391d40d
GM
3150 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
3151 mouse-1 etc., bind them to `ignore'.
3152
c3d6be34
GM
3153 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
3154 send-invisible, which is already defined in Comint.
3155 (eshell-watch-for-password-prompt): Use it.
3156
e8af40ee
PJ
31572001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3158
3c3e43ef
PJ
3159 * which-func.el (which-func-mode): Doc fix.
3160
e8af40ee 3161 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
3162 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
3163 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
3164 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
3165 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
3166 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
3167 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
3168 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
3169 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
3170 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
3171 * emulation/edt-mapper.el, emulation/edt-pc.el,
3172 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
3173 * emulation/tpu-edt.el, emulation/tpu-extras.el,
3174 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
3175 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
3176 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
3177 * international/isearch-x.el, international/iso-cvt.el,
3178 * international/ogonek.el, international/quail.el,
3179 * international/utf-8.el, jit-lock.el, language/devan-util.el,
3180 * language/devanagari.el, language/ethio-util.el,
3181 * language/ethiopic.el, language/european.el, language/indian.el,
3182 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
3183 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
3184 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
3185 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
3186 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
3187 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
3188 * progmodes/autoconf.el, progmodes/cmacexp.el,
3189 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
3190 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
3191 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
3192 * progmodes/ebnf2ps.el, progmodes/executable.el,
3193 * progmodes/fortran.el, progmodes/idlw-shell.el,
3194 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
3195 * progmodes/m4-mode.el, progmodes/mantemp.el,
3196 * progmodes/meta-mode.el, progmodes/octave-inf.el,
3197 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
3198 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
3199 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
3200 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
3201 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
3202 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
3203 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
3204 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
3205 * textmodes/two-column.el, time-stamp.el, timezone.el,
3206 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
3207 * which-func.el, whitespace.el, wid-browse.el, widget.el,
3208 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
3209 conventions.
3210
bb24c64f
GM
32112001-07-16 Gerd Moellmann <gerd@gnu.org>
3212
3213 * simple.el (set-variable): Require 'cus-edit' instead of
3214 `wid-edit', so that the Custom widgets get defined.
3215
6a05d05f
PJ
32162001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3217
3218 * allout.el: A fix to follow coding conventions.
3219
3220 * find-lisp.el: A fix to follow coding conventions.
3221
3222 * term/w32-win.el: A fix to follow coding conventions.
3223
3224 * textmodes/sgml-mode.el: A fix to follow coding conventions.
3225
3226 * term/xterm.el: A fix to follow coding conventions.
3227
3228 * term/news.el: A fix to follow coding conventions.
3229
3230 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
3231 header line fixed.
3232
3233 * sun-curs.el: Fix Maintainer: header line.
3234
3235 * emacs-lisp/easymenu.el: Address of the author added.
3236
1b85bd12
GM
32372001-07-16 Gerd Moellmann <gerd@gnu.org>
3238
3239 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
3240 property.
3241
6e44da43
PJ
32422001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3243
3244 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 3245 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
3246 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
3247 Some fixes to follow coding conventions.
6e44da43 3248
6033fc96
GM
32492001-07-16 Gerd Moellmann <gerd@gnu.org>
3250
3251 * which-func.el (which-func-mode): Doc fix.
3252
5d3d1e32
SM
32532001-07-15 Stefan Monnier <monnier@cs.yale.edu>
3254
3255 * net/rcompile.el (remote-compile): Use make-local-variable.
3256
3257 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
3258
3259 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
3260
3261 * mail/reporter.el (reporter-submit-bug-report):
3262 Don't abuse make-variable-buffer-local. Fix call to add-hook.
3263
55535639
PJ
32642001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3265
3afbc435 3266 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
3267 * calendar/cal-dst.el, calendar/cal-french.el,
3268 * calendar/cal-hebrew.el, calendar/cal-islam.el,
3269 * calendar/cal-iso.el, calendar/cal-julian.el,
3270 * calendar/cal-mayan.el, calendar/cal-persia.el,
3271 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
3272 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
3273 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
3274 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
3275 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3276 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
3277 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
3278 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
3279 * progmodes/ada-xref.el, progmodes/cc-align.el,
3280 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
3281 * progmodes/cc-defs.el, progmodes/cc-engine.el,
3282 * progmodes/cc-langs.el, progmodes/cc-menus.el,
3283 * progmodes/cc-styles.el, progmodes/cc-vars.el,
3284 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
3285 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
3286 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
3287 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
3288 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
3289 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
3290 conventions in Eshell files with known maintainers.
3291
3292 * emulation/viper.el: A fix to follow coding conventions.
3293
60370d40 3294 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
3295 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
3296 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
3297 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
3298 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
3299 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
3300 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
3301 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
3302 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
3303 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
3304 conventions in Eshell files.
3305
3306 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
3307 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
3308 * emulation/pc-mode.el, emulation/viper-cmd.el,
3309 * emulation/viper-ex.el, emulation/viper-init.el,
3310 * emulation/viper-keym.el, emulation/viper-macs.el,
3311 * emulation/viper-mous.el, emulation/viper-util.el,
3312 * emulation/viper.el, forms-pass.el, international/ccl.el,
3313 * international/characters.el, international/encoded-kb.el,
3314 * international/fontset.el, international/ja-dic-cnv.el,
3315 * international/ja-dic-utl.el, international/kinsoku.el,
3316 * international/kkc.el, international/mule-cmds.el,
3317 * international/mule-diag.el, international/mule-util.el,
3318 * international/mule.el, international/titdic-cnv.el,
3319 * language/china-util.el, language/chinese.el,
3320 * language/cyril-util.el, language/cyrillic.el, language/english.el,
3321 * language/greek.el, language/hebrew.el, language/japan-util.el,
3322 * language/japanese.el, language/korea-util.el, language/korean.el,
3323 * language/lao-util.el, language/lao.el, language/misc-lang.el,
3324 * language/slovak.el, language/thai-util.el, language/thai.el,
3325 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
3326 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
3327 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
3328 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
3329 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
3330 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
3331 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
3332 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
3333 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
3334 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
3335 to follow coding conventions in files without maintainer or in files
3336 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
3337
3338 * emacs-lisp/elp.el: A fix to follow coding conventions.
3339
715a2ca2 3340 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
3341 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
3342 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
3343 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
3344 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
3345 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
3346 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
3347 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
3348 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
3349 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
3350 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
3351 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
3352 conventions in files from Gnus.
3353
55535639 3354 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
3355 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
3356 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
3357 * echistory.el, electric.el, emacs-lisp/authors.el,
3358 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
3359 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
3360 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
3361 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
3362 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
3363 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
3364 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
3365 * international/codepage.el, international/iso-ascii.el,
3366 * international/iso-insert.el, international/iso-transl.el,
3367 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
3368 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
3369 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
3370 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
3371 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
3372 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
3373 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
3374 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
3375 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
3376 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
3377 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
3378 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
3379 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
3380 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
3381 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
3382 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
3383 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
3384 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
3385 * textmodes/tex-mode.el, textmodes/text-mode.el,
3386 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
3387 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
3388 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
3389 files maintained by FSF.
3390
1cd7adc6
PJ
33912001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3392
3393 * arc-mode.el: A fix to follow coding conventions.
3394
3395 * bindings.el: Ditto.
3396
3397 * cdl.el: Ditto.
3398
3399 * comint.el: Ditto.
3400
3401 * cus-start.el: Ditto.
3402
3403 * shell.el: Ditto.
3404
3405 * skeleton.el: Ditto.
3406
07b1b912
SM
34072001-07-13 Stefan Monnier <monnier@cs.yale.edu>
3408
3409 * info.el (Info-build-node-completions):
3410 Make Info-current-file-completions buffer local.
3411
09938b67
GM
34122001-07-13 Gerd Moellmann <gerd@gnu.org>
3413
e0f82ad8 3414 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 3415 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 3416
07b1b912 3417 * calendar/cal-islam.el (calendar-goto-islamic-date):
78999117 3418 Add autoload cookie.
aa11456f 3419
09938b67
GM
3420 * play/fortune.el: Add types to defcustoms.
3421
ebea5735
PJ
34222001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3423
09938b67 3424 * language/czech.el: A fix to follow coding conventions.
ebea5735 3425
ec7dc7e1
EZ
34262001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3427
3428 * speedbar.el (speedbar-supported-extension-expressions): Add .g
3429 to the extension list, for antlr-mode. From Christoph Wedler
3430 <Christoph.Wedler@sap.com>.
3431
ec402ad4
SM
34322001-07-11 Stefan Monnier <monnier@cs.yale.edu>
3433
3434 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
3435 (vc-dired-mode-map): Fix the madness.
3436
3437 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
3438 (vc-prefix-map): Moved back from vc.el.
3439
a777242c
GM
34402001-07-11 Gerd Moellmann <gerd@gnu.org>
3441
07b1b912
SM
3442 * mail/mail-extr.el (mail-extr-all-top-level-domains):
3443 Increase the size of the obarray.
a777242c
GM
3444 (mail-extr-all-top-level-domains): Add more toplevel domains,
3445 add more long names.
3446 From: Per Starback <starback@ling.uu.se>.
3447
874d7995
EZ
34482001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3449
3450 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
3451 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3452
3453 * progmodes/ada-mode.el: Ditto.
3454
3455 * progmodes/ada-xref.el: Ditto.
3456
ff524b84
MB
34572001-07-11 Miles Bader <miles@gnu.org>
3458
3459 * finder.el (finder-insert-at-column): Also move to the next line
3460 if exactly at COLUMN.
3461
6b05fae3
GM
34622001-07-10 Gerd Moellmann <gerd@gnu.org>
3463
6ce5615d
GM
3464 * help.el (describe-function-1): When printing FUNCTION's
3465 documentation, don't assume FUNCTION is a symbol.
3466
6b05fae3
GM
3467 * startup.el (normal-top-level): Don't operate on the initial
3468 frame if we failed to create one.
3469
19da29f9
GM
34702001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
3471
3472 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
3473 itself, i.e. only indent the contents in it.
3474
6f19114e
GM
34752001-07-10 Markus Rost <rost@math.ohio-state.edu>
3476
3477 * mail/rmail.el (rmail-show-message): Show beginning of message in
3478 all windows containing it.
3479
8184a578
EZ
34802001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
3481
3482 * term/tty-colors.el: Fix the header line and copyright years.
3483
524ac5b2
GM
34842001-07-09 Gerd Moellmann <gerd@gnu.org>
3485
4033ae9d
GM
3486 * emacs-lisp/advice.el (ad-make-advised-definition): If the
3487 original definition has an interactive form, but is Elp
3488 instrumented, use the interactive form of the function called by
3489 elp-wrapper.
3490
59c2dcf4
GM
3491 * winner.el (winner-equal): Make it a defun. Don't compare Winner
3492 configurations with compare-window-configuration; they aren't
3493 window configurations.
3494
524ac5b2
GM
3495 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
3496 from the server for the format we expect. Don't use it if it
c59fb719 3497 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 3498
06c66e1c 3499 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
3500 From Luis Fernandes <elf@ee.ryerson.ca>.
3501
524ac5b2 35022001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
3503
3504 * cc-cmds.el: Extended the kludge to interoperate with the
3505 delsel and pending-del packages wrt to the new function
3506 `c-electric-delete-forward'.
3507
851040a5
SM
35082001-07-08 Stefan Monnier <monnier@cs.yale.edu>
3509
3510 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
3511 to delay the call to <mode> for global minor modes.
3512 (easy-mmode-define-navigation): Only recenter if interactive.
3513
6573d87f
GM
35142001-07-06 Gerd Moellmann <gerd@gnu.org>
3515
a25e82a8
GM
3516 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
3517 to lisp-indent-line.
3518
6573d87f
GM
3519 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
3520 from the server. Call encode-time only when we are sure that we
3521 got a 213 response.
3522
c1a1fd60
GM
35232001-07-06 Simon Josefsson <jas@extundo.com>
3524
3525 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
3526 (mail-envelope-from): New user option.
3527 (sendmail-send-it): Use it.
3528
4b81a999
GM
35292001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3530
851040a5
SM
3531 * ps-print.el: Use locale dependant date to print date in header.
3532 Doc fix.
4b81a999
GM
3533 (ps-print-version): New version number (6.5.3).
3534 (ps-right-header, ps-right-footer): Initialization and doc fix.
3535 (ps-time-stamp-locale-default): New fun.
3536
a2cc5c4f
GM
35372001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3538
3539 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
3540 field problem with MIME-mode.
3541
3542 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
3543
35442001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3545
3546 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
3547 MIME-mode.
3548
a9b511e0
EZ
35492001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
3550
3551 * bindings.el (mode-line-mule-info): Don't show the tip with
3552 buffer-file-coding-system if that is nil.
3553
0f60e5ff
GM
35542001-07-05 Gerd Moellmann <gerd@gnu.org>
3555
f25cfe53
GM
3556 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
3557 instead of kill-line.
3558
5f72adc0
GM
3559 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
3560 <Pavel@Janik.cz>.
3561
3562 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
3563 <Pavel@Janik.cz>.
0f60e5ff 3564
b5e2c7a7
GM
35652001-07-04 Gerd Moellmann <gerd@gnu.org>
3566
3567 * font-lock.el (c-font-lock-keywords-3): When matching something
3568 like `struct X Y', finish with point after Y.
3569
e5836af8 35702001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 3571
e5836af8 3572 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 3573 in caller buffer.
e5836af8 3574
f1c53471
EZ
35752001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
3576
bf4041b6 3577 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
3578 instead of string-match to find the basename of the file.
3579 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 3580
851040a5
SM
3581 * net/browse-url.el (browse-url-default-windows-browser):
3582 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
3583 (browse-url-browser-function) [ms-dos]: Default to
3584 browse-url-default-windows-browser.
3585
f1c53471
EZ
3586 * help.el (locate-library): Enable code that looks for compressed
3587 libraries if auto-compression-mode is on.
3588
4ce5c223
SM
35892001-07-02 Stefan Monnier <monnier@cs.yale.edu>
3590
3591 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
3592
dd441b46
GM
35932001-07-02 Gerd Moellmann <gerd@gnu.org>
3594
4ce5c223 3595 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 3596
7a3ee510
EZ
35972001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
3598
33e432b1
EZ
3599 * allout.el: Fix the header line, so that finder.el recognizes it.
3600 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3601
4ce5c223
SM
3602 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
3603 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 3604
3024d920
EZ
36052001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
3606
4ce5c223 3607 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 3608
3024d920
EZ
3609 * ps-bdf.el (bdf-directory-list): Use the value relative to
3610 installation-directory for MS-Windows as well.
3611
0c1baae8
RS
36122001-06-29 Richard M. Stallman <rms@gnu.org>
3613
3614 * wid-edit.el (widget-color-sample-face-get):
3615 Return ((foreground-color . COLOR)) instead of constructing a face.
3616
442ebe98
EZ
36172001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
3618
3619 * faces.el (region): Change the background color for the
3620 light-background color display to lightgoldenrod2, to make it
3621 visible on some laptops.
3622
6519817e
RS
36232001-06-28 Richard M. Stallman <rms@gnu.org>
3624
3625 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
3626 (rmail-msg-restore-non-pruned-header): Likewise.
3627 If point was in the old pruned header, put it at the top.
3628 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 3629
6519817e
RS
3630 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
3631 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
3632
15533ae2
SM
36332001-06-28 Stefan Monnier <monnier@cs.yale.edu>
3634
3635 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
3636
19a448e3
KF
36372001-06-28 Karl Fogel <kfogel@red-bean.com>
3638
3639 * saveplace.el: Update maintainer email address.
3640
a17555fd
FP
36412001-06-27 Francesco Potorti` <pot@gnu.org>
3642
15533ae2
SM
3643 * uniquify.el: (uniquify-rationalize-file-buffer-names):
3644 Undo previous change.
a17555fd
FP
3645
36462001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
3647
3648 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
3649 preliminary quick reordering. Can speed things up dramatically.
3650
555cc9ca
RS
36512001-06-26 Richard M. Stallman <rms@gnu.org>
3652
4d68abe0
RS
3653 * dired.el (dired-get-filename): A file name starting with ~
3654 is not absolute in this context.
3655
555cc9ca
RS
3656 * which-func.el (which-func-maxout): Increase default to 500000.
3657 (which-function-mode): This is now the "real" name of the function.
3658 (which-func-mode): Now an alias.
3659 (which-func-mode-global): Name deleted.
3660
3661 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
3662 button-2, when binding hs-mouse-toggle-hiding.
3663
d9bad487
GM
36642001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3665
15533ae2 3666 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
3667 (rmail-msg-prune-header): Likewise.
3668 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
3669 and `rmail-msg-prune-header'.
3670
da197e75
SM
36712001-06-25 Stefan Monnier <monnier@cs.yale.edu>
3672
3673 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
3674 back than LINEBEG.
3675
9501b986
EZ
36762001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
3677
3678 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
3679 window where they clicked the mouse has a header line, adjust
3680 vertical movement by one.
3681
7aee34d3
GM
36822001-06-25 Milan Zamazal <pdm@zamazal.org>
3683
da197e75
SM
3684 * progmodes/glasses.el (glasses-make-readable): Consider underscores
3685 too when separating a parenthesis.
7aee34d3 3686
b9cc92a4
EZ
36872001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
3688
3689 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
3690 (bookmark-bmenu-hide-filenames): Add help-echo to
3691 mouse-highlighted text.
3692 (bookmark-bmenu-show-filenames): Remove help-echo property from
3693 the whitespace.
3694
e55c4863
EZ
36952001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
3696
da197e75
SM
3697 * files.el (auto-mode-alist): Add configure.ac (autoconf).
3698 From Karl Eichwalder <ke@suse.de>.
e55c4863 3699
4bd41f5a
RS
37002001-06-23 Richard M. Stallman <rms@gnu.org>
3701
3702 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
3703
3704 * progmodes/cc-styles.el (c-set-style): Don't specify initial
3705 contents for completing-read.
3706
fdae95d4
RS
37072001-06-22 Richard M. Stallman <rms@gnu.org>
3708
3709 * menu-bar.el (menu-bar-make-toggle): Construct the
3710 function's doc string from HELP, not DOC, and make it accurate by
3711 adding "Toggle whether to " at the front and downcasing the initial.
3712 Change the HELP arg in some calls to make it fit this usage.
3713
3714 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
3715 Undo previous change.
3716
5f0e1d42
EZ
37172001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
3718
1fd63d9b
EZ
3719 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
3720
da197e75 3721 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 3722
2ebf8f54
EZ
37232001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
3724
7a03d9cd
EZ
3725 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
3726
2ebf8f54
EZ
3727 * dabbrev.el (dabbrev--select-buffers): Fix last change.
3728
4de68712
RS
37292001-06-20 Richard M. Stallman <rms@gnu.org>
3730
3731 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
3732 broken out from dabbrev--find-expansion. Handle minibuffer
3733 specially here.
3734 (dabbrev--find-expansion): Simplify code in various ways.
3735 Don't treat minibuffers specially.
3736 Call dabbrev--make-friend-buffer-list.
da197e75 3737 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
3738 (dabbrev--scanning-message): Do nothing when minibuffer is current.
3739
f84e9763 37402001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 3741
f84e9763
JW
3742 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
3743 Also, added a comment describing how to greatly speedup Eshell
3744 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 3745
f5f3efaa 37462001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 3747
da197e75
SM
3748 * eshell/esh-mode.el: Disabled a test that often yields false failures.
3749
f84e9763
JW
37502001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
3751
3752 * woman.el (WoMan-highlight-references): Add help-echo to
3753 mouse-highlighted text.
b868ed49 3754
f7ac3e28
SM
37552001-06-18 Stefan Monnier <monnier@cs.yale.edu>
3756
3757 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
3758
f6f1beba
GM
37592001-06-18 Gerd Moellmann <gerd@gnu.org>
3760
f7ac3e28
SM
3761 * international/quail.el (quail-start-conversion):
3762 Reset quail-translating to nil.
db8f7303 3763
f6f1beba
GM
3764 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
3765 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
3766
1a0b9ae6
EZ
37672001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
3768
855eca56
EZ
3769 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
3770 mouse-highlighted text.
3771
1a0b9ae6
EZ
3772 * dired.el (dired-mark-pop-up): Fix last change.
3773
e75e894b
EZ
37742001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
3775
218abc51
EZ
3776 * calendar/calendar.el (generate-calendar-month): Add help-echo to
3777 mouse-highlighted text.
3778
d36ca65d
EZ
3779 * net/quickurl.el (quickurl-url-file): Run through
3780 convert-standard-filename.
3781 (quickurl-list-populate-buffer): Add help-echo to
3782 mouse-highlighted text.
3783 (top-level): Update Dave's URL.
3784
092924fd
EZ
3785 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
3786 mouse-highlighted text.
3787
f7ac3e28
SM
3788 * textmodes/page-ext.el (pages-copy-header-and-position):
3789 Add help-echo to mouse-highlighted text.
092924fd
EZ
3790
3791 * tar-mode.el (tar-header-block-summarize): Add help-echo to
3792 mouse-highlighted text.
3793
3794 * replace.el (occur): Add help-echo to mouse-highlighted text.
3795
3796 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
3797 mouse-highlighted text.
3798
3799 * progmodes/cpp.el (cpp-make-button): Add help-echo to
3800 mouse-highlighted text.
3801
f7ac3e28
SM
3802 * progmodes/compile.el (compile-reinitialize-errors):
3803 Add help-echo to mouse-highlighted messages.
092924fd
EZ
3804 (compilation-forget-errors): Remove help-echo property as well.
3805
f7ac3e28
SM
3806 * play/landmark.el (lm-plot-square, lm-init-display):
3807 Add help-echo to mouse-highlighted text.
092924fd 3808
f7ac3e28
SM
3809 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
3810 Add help-echo to mouse-highlighted text.
092924fd
EZ
3811
3812 * dired.el (dired-insert-set-properties): Add help-echo to
3813 mouse-highlighted text.
f7ac3e28 3814 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
3815
3816 * comint.el (comint-send-input): Add help-echo to
3817 mouse-highlighted text.
3818
3819 * buff-menu.el (list-buffers-noselect): Add help-echo to
3820 mouse-highlighted text.
3821
3822 * arc-mode.el (archive-summarize-files): Add help-echo to
3823 mouse-highlighted text.
3824
e75e894b
EZ
3825 * ffap.el (ffap-machine-p): Always return nil if
3826 open-network-stream is not fboundp.
3827
f621ed9d
SM
38282001-06-17 Stefan Monnier <monnier@cs.yale.edu>
3829
3830 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
3831 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
3832 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
3833 incorrectly binding chars between 128 and 256 to it.
3834 (sgml-maybe-name-self): Handle latin-1 chars properly.
3835 (sgml-tags-invisible): Bind buffer-file-name to nil.
3836 Use unwind-protect and restore-buffer-modified-p.
3837 (sgml-point-entered): Use buffer-substring-no-properties.
3838 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
3839 (html-mode): Don't force `imenu-sort-function'.
3840
884e8578
EZ
38412001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
3842
d5b49f47
EZ
3843 * tar-mode.el: Fix the copyright notice.
3844
ce6b1982
EZ
3845 * font-lock.el (font-lock-comment-face): For tty's with dark
3846 background, use "red1", since "lightred" is not one of the colors
3847 recognized by tty-colors.el.
3848
884e8578
EZ
3849 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
3850 create a buffer for extracted file, in case there's more than one
3851 file by that name in an archive, possibly in different
3852 directories. From Kevin Rodgers <kevinr@ihs.com>.
3853
3854 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
3855 <alex@gnu.org>.
3856
72190a54
MB
38572001-06-15 Miles Bader <miles@gnu.org>
3858
f621ed9d
SM
3859 * textmodes/texinfmt.el (texinfo-format-syntax-table):
3860 Revert previous change.
72190a54 3861
e4cdc335
RS
38622001-06-14 Richard M. Stallman <rms@gnu.org>
3863
3864 * replace.el (keep-lines-read-args): Return just a regexp.
3865 Provide nil for the region args.
f621ed9d 3866 (keep-lines, flush-lines, how-many):
e4cdc335
RS
3867 Calculate the defaults for the region here, when args are nil.
3868
c8c6b45a
EZ
38692001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
3870
3871 * rot13.el (rot13-other-window): Some more doc fix.
3872
f54701d1
EZ
38732001-06-14 Per Starback <starback@ling.uu.se>
3874
3875 * replace.el (case-replace, query-replace-from-history-variable)
3876 (query-replace-to-history-variable, keep-lines-read-args)
3877 (occur-revert-function, query-replace-help): Dox fix.
3878
1604ce98
EZ
38792001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
3880
3881 * rot13.el (rot13-other-window): Doc fix.
3882
22058843
MB
38832001-06-14 Miles Bader <miles@gnu.org>
3884
3885 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
3886 of " and \ to "." (punctuation).
3887 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
3888
e4cdc335
RS
38892001-06-13 Richard M. Stallman <rms@gnu.org>
3890
3891 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
3892
3893 * simple.el (shell-command-on-region): Never kill the
3894 *Shell Command Output* buffer.
3895
a62d56ab
SM
38962001-06-13 Stefan Monnier <monnier@cs.yale.edu>
3897
3898 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
3899
4a0aa1d9
SM
39002001-06-10 Stefan Monnier <monnier@cs.yale.edu>
3901
3902 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3903 New var, to recognize ${ $' and PODs.
3904 (perl-font-lock-syntactic-face-function): New function.
3905 (perl-mode): Use them.
3906 (perl-continuation-line-p): New function, from perl-calculate-indent.
3907 (perl-calculate-indent): Use it, to properly handle continuation
3908 lines of continuation lines.
3909
b5a9911c
EZ
39102001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
3911
3912 * server.el (server-process, server-buffer-clients): Doc fix.
3913 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3914
0f056ec1
JW
39152001-06-09 John Wiegley <johnw@gnu.org>
3916
3917 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
3918 test if the last command was Lisp or not.
3919 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
3920 B x C".
3921
e5e316b0
EZ
39222001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
3923
3924 * dos-w32.el (grep-regexp-alist): Remove definition, since the
3925 general one on compile.el supports drive letters.
7f4350a7
CD
3926
39272001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
3928
5a905a7e 3929 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 3930 key description.
7f4350a7
CD
3931
3932 * textmodes/reftex-sel.el (reftex-select-jump): New command.
3933
5a905a7e 3934 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
3935 (reftex-toc-jump): New command.
3936
3937 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 3938 to parse international characters as well.
7f4350a7 3939
5a905a7e 3940 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 3941 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 3942
5a905a7e
SM
3943 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
3944
3945 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 3946 TAB to the key separators.
7f4350a7 3947
73419021
EZ
39482001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
3949
3950 * international/mule.el (auto-coding-alist): Remove redundant
3951 up-cased versions of the extensions (auto-coding-alist-lookup is
3952 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
3953 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
3954
cada28bb
EZ
39552001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
3956
3957 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
3958
4f7666dc
RS
39592001-06-01 Richard M. Stallman <rms@gnu.org>
3960
3961 * help.el (describe-variable): Put value on same line
3962 with preceding text, if it is short enough to look good that way.
3963
70079787
EZ
39642001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
3965
3966 * term/internal.el (IT-unicode-translations): New variable.
3967 (IT-setup-unicode-display): New function.
3968
c86f4619
GM
39692001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3970
3971 * ps-print.el: Handle before-string and after-string overlay properties
3972 in ps-print-*-with-faces commands. Doc fix.
3973 (ps-print-version): New version number (6.5.2).
3974 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
3975 for XEmacs.
3976 (ps-prefix-quote): Doc fix.
c6d452ad 3977 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
3978 (ps-basic-plot-str, ps-plot-string): New funs.
3979
1ea98518
SM
39802001-05-31 Stefan Monnier <monnier@cs.yale.edu>
3981
3982 * progmodes/etags.el (tags-compression-info-list): Fix docstring
3983 and :type spec.
3984
2b1ec973
GM
39852001-05-31 Gerd Moellmann <gerd@gnu.org>
3986
1ea98518
SM
3987 * international/mule-cmds.el (inactivate-input-method):
3988 Set input-method-function to nil.
2b1ec973 3989
94843cc1
GM
3990 * xml.el (xml-parse-tag): The document may contain invalid characters.
3991 From ShengHuo ZHU <zsh@cs.rochester.edu>
3992
9652931f
GM
39932001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3994
3995 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
3996 `rmail-summary-line-decoder' if the message does not have
3997 a Subject: field.
9652931f 3998
1ea98518 3999 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 4000
1ea98518
SM
4001 * mail/rmail.el (rmail-insert-mime-resent-message-function):
4002 New variable.
9652931f
GM
4003 (rmail-resend): Modify to work in `rmail-view-buffer'; call
4004 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
4005 is non-nil.
4006
f7ac3e28
SM
40072001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
4008
4009 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
4010
b781e739
SS
40112001-05-29 Sam Steingold <sds@gnu.org>
4012
00f51890
SS
4013 * faces.el (face-valid-attribute-values): Bind `valid' directly
4014 instead of using `setq'.
4015
b781e739
SS
4016 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4017 Use `tex-shell-buf'.
4018 (tex-shell-proc): Use `tex-shell-running'.
4019 (tex-shell-buf-no-error): New function.
4020 (tex-send-tex-command): Use it.
4021 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
4022 (tex-kill-job): Check the process before calling `quit-process'.
4023
3d0e328b
GM
40242001-05-29 Gerd Moellmann <gerd@gnu.org>
4025
1ea98518
SM
4026 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
4027 UTF-8 sequences.
3d0e328b 4028
8bd6307f
GM
40292001-05-28 Miles Bader <miles@gnu.org>
4030
4031 * comint.el (comint-carriage-motion): Renamed from
4032 `comint-cr-magic'. Operate on the buffer instead of the string
4033 (for use as a comint post-output filter, instead of as a
4034 pre-output filter). Handle backspaces too. Add to the
4035 `comint-output-filter-functions' hook instead of
4036 `comint-preoutput-filter-functions'.
4037
89c8dc6c
GM
40382001-05-28 Gerd Moellmann <gerd@gnu.org>
4039
4040 * language/japan-util.el (japanese-hankaku): Prefer the charset
4041 `jisx0201' when the optional argument `ascii-only' is not specified.
4042 (japanese-hankaku-region): Ditto.
4043 From Katsumi Yamaoka <yamaoka@jpl.org>
4044
f25c1b9b
SM
40452001-05-28 Stefan Monnier <monnier@cs.yale.edu>
4046
4047 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
4048 (outline-invisible-p): New function.
4049 (hide-leaves): Save excursion.
4050 (hide-other): Stop looping when reaching bobp.
4051
719bb352
EZ
40522001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
4053
4054 * cus-edit.el (custom-file): Fix last change.
4055
d686d354
SM
40562001-05-27 Stefan Monnier <monnier@cs.yale.edu>
4057
4058 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
4059 same definition in byte-compile-function-environment as `autoload'
4060 would put in `symbol-function'.
4061
4062 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
4063 patch to correct the error message as well.
4064
49b1a638
EZ
40652001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
4066
71261a01
EZ
4067 * cus-edit.el (custom-file): Don't assume we were invoked with -q
4068 unless ~/.emacs exists.
4069
49b1a638
EZ
4070 * novice.el (enable-command): If user-init-file is nil or does not
4071 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
4072
a434b175
SM
40732001-05-25 Stefan Monnier <monnier@cs.yale.edu>
4074
15ca8de7
SM
4075 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
4076 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4077 Allow spaces around macro arguments.
4078 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
4079 indent-for-tab-command.
4080 (latex-mode-map, plain-tex-mode-map): New keymaps.
4081 Inherit from tex-mode-map.
4082 (tex-common-initialization): Don't setup the keymap any more
4083 since it's now done right by define-derived-mode.
4084 (latex-mode): Set skeleton-end-hook to nil.
4085 (latex-skeleton-end-hook): Remove.
4086 (tex-latex-block, latex-insert-item): Simplify.
4087 (latex-syntax-after): Use following-char rather than char-after.
4088 (tex-discount-args-cmds, tex-count-words): New functions.
4089
4090 * textmodes/tildify.el (tildify-ignored-environments-alist):
4091 Recognize \verb* as well.
4092
4093 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
4094 (perl-comment-indent): Simplify to let newcomment.el do its job.
4095 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
4096 (perl-mark-function): Cleanup the namespace.
4097 (perl-calculate-indent): Don't be fooled by nested functions.
4098
4099 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
4100
a434b175
SM
4101 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4102 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
4103
4e7e1f03
AC
41042001-05-25 Andrew Choi <akochoi@i-cable.com>
4105
4106 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
4107 actually be `\\'.
4108 (ctlau-b5-converter): Likewise.
4109
2bef0948
AC
41102001-05-24 Andrew Choi <akochoi@i-cable.com>
4111
4112 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
4113 Change CTLauB.el to CTLau-b5.el.
4114
d2d1851b
SM
41152001-05-23 Stefan Monnier <monnier@cs.yale.edu>
4116
4117 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
4118 rather than beginning-of-line to avoid problems with fields.
4119 (gud-perldb-massage-args): Use unless and push.
4120 (gud-chdir-before-run): New var.
4121 (gud-common-init): Use it.
4122
5e3d4fbc
AC
41232001-05-24 Andrew Choi <akochoi@i-cable.com>
4124
4125 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4126 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 4127 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 4128 chinese-ctlaub.
d2d1851b
SM
4129 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
4130 New functions.
5e3d4fbc 4131
0216c3df
GM
41322001-05-22 Gerd Moellmann <gerd@gnu.org>
4133
f1f65349
GM
4134 * cus-edit.el (custom-comment-show): Remove debug code.
4135
0216c3df
GM
4136 * language/japan-util.el (japanese-symbol-table): Fix handling of
4137 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
4138
e8a1ed31
SM
41392001-05-21 Stefan Monnier <monnier@cs.yale.edu>
4140
4141 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
4142 Renamed by removing the silly `-flag' suffix.
4143 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
4144
7246200c
SM
41452001-05-20 Stefan Monnier <monnier@cs.yale.edu>
4146
4147 * replace.el (keep-lines-read-args): Use `copy-marker'.
4148 (how-many): Save excursion properly.
4149 (occur-mode): Use define-derived-mode.
4150 (perform-replace): Use with-current-buffer.
4151
7e971261
RS
41522001-05-20 Richard M. Stallman <rms@gnu.org>
4153
65569e52
RS
4154 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
4155
cc9684e8
RS
4156 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
4157
9ca00e71
RS
4158 * info.el (Info-read-subfile): Widen before finding the
4159 desired node in the subfile.
4160
7e971261
RS
4161 * startup.el (command-line-1): When >2 files visited,
4162 leave the last one visible, and make that the selected window.
4163
7c5312b2
GM
41642001-05-20 Gerd Moellmann <gerd@gnu.org>
4165
4166 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
4167
310e9a21
EZ
41682001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
4169
7246200c
SM
4170 * international/ccl.el (define-ccl-program): Fix a typo.
4171 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
4172
4173 * international/mule.el (decode-char): Fix a typo. From Pavel
4174 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4175
4176 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
4177 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4178
310e9a21
EZ
4179 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
4180 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4181
ef55aa6c
SS
41822001-05-18 Sam Steingold <sds@gnu.org>
4183
7246200c 4184 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
4185 and [RET] to `cvs-mode-find-file'.
4186
c9f3bebe
JW
41872001-05-18 John Wiegley <johnw@gnu.org>
4188
4189 * eshell/esh-ext.el (eshell-explicit-command-char): A new
4190 configuration variable, which determines the initial character
4191 that forces use of an external version of a command. The default
4192 is *, but may be set to \, for example.
4193
4194 * eshell/esh-ext.el (eshell-explicit-command):
4195 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 4196
c9f3bebe
JW
4197 * eshell/esh-cmd.el (eshell/which):
4198 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 4199
7c5312b2
GM
4200 * eshell/em-cmpl.el (eshell-completion-command-name)
4201 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
4202 instead of ?*.
4203
1c66d9fb
GM
42042001-05-18 Gerd Moellmann <gerd@gnu.org>
4205
a724ed38
GM
4206 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
4207 subst-char-in-string.
4208 (ange-ftp-after-parse-ls-hook): New variable.
4209 (ange-ftp-ls): Run that hook.
4210 From Peter Milliken <Peter.Milliken@GTECH.COM>.
4211
0595722b
GM
4212 * tmm.el (tmm-get-keymap): Fix handling of :filter.
4213 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
4214 text into *Completions*.
4215
1c66d9fb
GM
4216 * net/goto-addr.el (goto-address-at-point): Deal with URLs
4217 part of which look like email addresses.
4218
c5bdb93d
AI
42192001-05-18 Andrew Innes <andrewi@gnu.org>
4220
7246200c
SM
4221 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
4222 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
4223 cmd.exe's handling of FOR loops.
4224 (autoloads): Set find-file-suppress-same-file-warnings to t to
4225 avoid slew of spurious messages.
4226
9a1211f2
GM
42272001-05-18 Simon Josefsson <simon@josefsson.org>
4228
4229 * mail/smtpmail.el (maybe-append-domain): Renamed to
4230 `smtpmail-maybe-append-domain'.
4231 (smtpmail-via-smtp): Use the new name.
4232
29148a3f
GM
4233 * net/browse-url.el (browse-url-browser-function): Add kde.
4234 (browse-url-kde-program, browse-url-kde-args): New variables.
4235 (browse-url-kde): New function.
4236
9ab59a1a
MB
42372001-05-18 Miles Bader <miles@gnu.org>
4238
7246200c
SM
4239 * simple.el (delete-horizontal-space, just-one-space):
4240 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
4241 because it's more efficient for large files.
4242
cebf1b97
GM
42432001-05-17 Gerd Moellmann <gerd@gnu.org>
4244
f90c23ca
GM
4245 * mail/rmail.el (rmail-require-mime-maybe): New function.
4246 (rmail): Use it.
4247 (rmail-mode): Handle the case of finding Rmail files.
4248
cebf1b97
GM
4249 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
4250 functions.
4251
df22166e
SM
42522001-05-17 Stefan Monnier <monnier@cs.yale.edu>
4253
4254 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
4255 text-property after moving to the beginning of line and regardless
4256 of the value of font-lock-multiline.
4257
2ca0d5f1
GM
42582001-05-17 Gerd Moellmann <gerd@gnu.org>
4259
e85e809a
GM
4260 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
4261
2ca0d5f1
GM
4262 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
4263 last coding system used before calling set-buffer-modified-p
4264 because that function changes last-coding-system.
4265
4c6a4739
EZ
42662001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
4267
4268 * files.el (switch-to-buffer-other-window)
4269 (switch-to-buffer-other-frame): Add an xref to display-buffer in
4270 the doc string.
4271
f08cf35b
GM
42722001-05-17 Gerd Moellmann <gerd@gnu.org>
4273
4274 * language/slovak.el, language/czech.el: New maintainer.
4275
2180ea97
SS
42762001-05-16 Sam Steingold <sds@gnu.org>
4277
f08cf35b 4278 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
4279 sub-form of `defgeneric' correctly.
4280
9bae8781
GM
42812001-05-16 Gerd Moellmann <gerd@gnu.org>
4282
a90b3d3c
GM
4283 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
4284 of `c'.
4285
1b7818b4 4286 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
4287 condition-case, test what outline-level returns instead, to
4288 ease debugging.
1b7818b4 4289
9bae8781
GM
4290 * international/mule.el (auto-coding-regexp-alist): New user-option.
4291 (auto-coding-from-file-contents): New function.
4292 (set-auto-coding): Use it to determine a coding system.
4293
7644c605
GM
42942001-05-15 Gerd Moellmann <gerd@gnu.org>
4295
18a0a39e
GM
4296 * mouse.el (mouse-delete-other-windows): Doc fix.
4297
df22166e
SM
4298 * emacs-lisp/lisp-mode.el (lisp-mode):
4299 Make font-lock-keywords-case-fold-search a buffer-local variable with
4300 make-local-variable before setting it.
7644c605 4301
940cf42e
EZ
43022001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
4303
4304 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
4305 prefixes.
4306
557f7c34
GM
43072001-05-14 Gerd Moellmann <gerd@gnu.org>
4308
4309 * hexl.el (hexl-current-address): Print a message when called
4310 interactively.
4311
14d9b141
SM
43122001-05-11 Stefan Monnier <monnier@cs.yale.edu>
4313
4314 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
4315
4316 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
4317
4318 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
4319
7bd2d083
GM
43202001-05-11 Gerd Moellmann <gerd@gnu.org>
4321
47e72862
GM
4322 * startup.el (command-line): If parameters have been changed in
4323 the init files which influence font selection, clear the face
4324 cache so that faces get realized with the new parameters.
4325
14d9b141 4326 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 4327
0f49941f
SM
43282001-05-10 Stefan Monnier <monnier@cs.yale.edu>
4329
4330 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
4331
cbeed4a8
EZ
43322001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
4333
4334 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
4335 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
4336
ff9aa2ca
GM
43372001-05-10 Gerd Moellmann <gerd@gnu.org>
4338
4339 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 4340 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 4341
b2c99950
JW
43422001-05-09 John Wiegley <johnw@gnu.org>
4343
0f49941f
SM
4344 * eshell/esh-util.el (eshell-convert-numeric-arguments):
4345 Annotated the documentation string to tell users about
3cb27fd7
JW
4346 `eshell-no-numeric-conversions'.
4347
c26f6b27
JW
4348 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
4349 conversions if a Lisp function has the property
4350 `eshell-no-numeric-conversions' set to a non-nil value.
4351
4352 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
4353 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
4354 property `eshell-no-numeric-conversions' on the following
4355 functions (which all deal with filesystem entities, and never Lisp
4356 numerical values): eshell/cd, eshell/pushd, eshell/popd,
4357 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
4358 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
4359 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
4360 eshell/which, eshell/addpath.
4361
43622001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 4363
d089e299
JW
4364 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
4365 encountered as an argument, don't convert it right away, but tag
4366 the first character of the string with the text properties
4367 `number', which signifies to `eshell-lisp-command' that the
4368 argument should be passed through `string-to-number' if it is
4369 actually used in the call to a Lisp function.
4370
4371 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
4372 function, convert any string arguments that have been tagged as
4373 "numbers", by calling string-to-number.
4374
4375 * eshell/esh-util.el (eshell-number-regexp): Now that number
4376 conversions only happen for Lisp function calls, the number regexp
4377 should now match all integer and floating point forms.
4378
4379 * eshell/esh-proc.el: Disable `eshell-stop-process' and
4380 `eshell-continue-process', since they are both nonfunctional at
4381 the moment.
4382 (eshell-proc-initialize): Don't bind keys for
4383 `eshell-stop-process' or `eshell-continue-process'.
4384
0f49941f
SM
4385 * eshell/em-unix.el (eshell-shuffle-files):
4386 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
4387
4388 * eshell/em-hist.el (eshell-add-to-history): Reference to
4389 `eshell-history-ring' needed to be `eshell-history-index'.
4390
0f49941f
SM
4391 * calendar/timeclock.el (timeclock-find-discrep):
4392 Initialize `elapsed' to 0.
cb89da0f
JW
4393 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
4394 it's still nil.
b2c99950 4395
ff39b9a1
SM
43962001-05-09 Stefan Monnier <monnier@cs.yale.edu>
4397
4398 * arc-mode.el (archive-int-to-mode): Construct the string directly.
4399 (archive-mode): Use capitalize.
4400 (archive-unique-fname): Use make-temp-file.
4401
9e53a675
GM
44022001-05-09 Gerd Moellmann <gerd@gnu.org>
4403
4404 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
4405
c8224de6
EZ
44062001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
4407
c533a7e2
EZ
4408 * tar-mode.el (tar-extract): Pay attention to the value of
4409 coding-system-for-read, if it is non-nil.
4410
ff39b9a1
SM
4411 * calendar/holidays.el (holidays): Add an autoload cookie.
4412 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 4413
1c8c9fb8
JW
44142001-05-08 John Wiegley <johnw@gnu.org>
4415
ff39b9a1
SM
4416 * calendar/timeclock.el (timeclock-workday-remaining):
4417 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
4418 (timeclock-workday-elapsed): Don't accept a "relative" argument
4419 for the current day's elapsed time. What could that have meant?
ff39b9a1 4420 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
4421 (timeclock-when-to-leave): Changed logic, similarly to what was
4422 done for `timeclock-workday-remaining'.
4423 (timeclock-find-discrep): Removed "today-only" argument, which had
4424 no meaning. Fixed some more math problems. The function now
4425 returns a three member list: (TOTAL-TIME-DISCREPANCY
4426 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
4427
5f47fb28
EZ
44282001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
4429
4430 * w32-fns.el (convert-standard-filename): Start replacing slashes
4431 from the beginning of the file name, not from where the last
4432 invalid character was. From "Andrew Maguire (SWW)"
4433 <Andrew.Maguire@Smallworld.co.uk>
4434
6da5c7da
GM
44352001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
4436
4437 The following changes are to provide infrastructure for handling
4438 MIME messages to rmail. They don't affect the original behaviour
4439 if rmail-enable-mime is nil.
4440
4441 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
4442 (rmail-search-mime-message-function)
4443 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
4444 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
4445 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
4446 `rmail-view-buffer' is hidden.
6da5c7da
GM
4447 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
4448 call rmai-show-mime-function.
4449 (rmail-display-labels): If rmail-enable-mime is non-nil, update
4450 mode-line-process of rmail-view-buffer.
4451 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
4452 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
4453 buffer.
ff39b9a1
SM
4454 (rmail-next-message, rmail-next-undeleted-message): Be sure to
4455 set-buffer to the Rmail buffer.
6da5c7da
GM
4456 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
4457 rmail-search-mime-header-function.
4458 (rmail-search-message): New function.
4459 (rmail-search): Call rmail-search-message to check if a message
4460 matches REGEXP, lastly update point after calling
4461 rmail-show-message.
ff39b9a1
SM
4462 (rmail-undelete-previous-message, rmail-expunge-confirmed)
4463 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
4464 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
4465 header region, refer to rmail-msgref-vector while setting the
4466 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
4467 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
4468 If rmail-enable-mime is non-nil, call
6da5c7da
GM
4469 rmail-insert-mime-forwarded-message-function instead of inserting
4470 forwarded message by itself.
4471
4472 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
4473 Rmail buffer.
4474 (rmail-set-label, rmail-next-labeled-message): Likewise.
4475
4476 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
4477 set-buffer to the Rmail buffer.
4478 (rmail-output-to-rmail-file): Likewise.
4479 (rmail-output): Likewise.
4480
4481 * mail/rmailsum.el (rmail-message-subject-p): Process the result
4482 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
4483 (rmail-new-summary): Be sure to go to the Rmail buffer.
4484 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
4485 rmail-view-buffer to nil.
4486 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
4487 rmail-view-buffer.
4488 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
4489 rmail-buffer.
4490 (rmail-summary-scroll-msg-down): Likewise.
4491 (rmail-summary-beginning-of-message): Likewise.
4492 (rmail-summary-wipe): Likewise.
4493 (rmail-summary-toggle-header): Use save-window-excursion, not
4494 save-excursion. Update point in rmail-view-buffer, not in
4495 rmail-buffer.
4496 (rmail-summary-reply): Before calling rmail-reply, set buffer to
4497 rmail-view-buffer, not rmail-buffer.
4498
5092477a
GM
44992001-05-07 Gerd Moellmann <gerd@gnu.org>
4500
1e9fc92e
GM
4501 * cus-edit.el (custom-file): Signal an error if user-init-file is
4502 nil (running -q).
4503
1d053370
GM
4504 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
4505
ff39b9a1
SM
4506 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
4507 Add :version.
4508
4509 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
4510 New option.
1b62b062
GM
4511 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
4512 only if smtpmail-warn-about-unknown-extensions is set.
4513
f851a71c
GM
4514 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
4515 instead of rmail-sort-by-keywords.
4516
ff39b9a1 4517 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
4518 rmail-sort-by-keywords.
4519
ff39b9a1
SM
4520 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
4521 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
4522 (rmail-summary-mode): Doc fix.
4523
5092477a
GM
4524 * mail/rmail.el (rmail-edit): New Custom group.
4525
4526 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
4527 (rmail-edit-mode-hook): New user-option.
4528
05be3833
RS
45292001-05-05 Richard M. Stallman <rms@gnu.org>
4530
4531 * help.el (help-xref-symbol-regexp): Recognize "source of"
4532 and friends, meaning make a link to the source file.
4533 (help-make-xrefs): Handle "source of" and friends
4534 by constructing a link that visits the source file.
4535
4536 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
4537
7dfb000f
SM
45382001-05-04 Stefan Monnier <monnier@cs.yale.edu>
4539
5efe6a56
SM
4540 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
4541 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
4542 Renamed from perl-font-lock-keywords to avoid clashes.
4543 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
4544 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
4545 Updated correspondingly.
4546
7dfb000f
SM
4547 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
4548 Typo `nonexistant' -> `nonexistent'.
4549
88bbb8cb
EZ
45502001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
4551
7dfb000f
SM
4552 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
4553 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
4554 `c-electric-delete-forward' always deletes forward and
4555 `c-electric-delete' only contains the code necessary for XEmacs to
4556 choose between backward and forward deletion.
7dfb000f 4557
88bbb8cb
EZ
4558 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
4559 get the electric behavior on that key too.
4560 (c-fill-paragraph): Fixed bogus direct use of
4561 c-comment-prefix-regexp, which caused an error when it's a list.
4562
a1af8dcf
EZ
45632001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
4564
4565 * dired-aux.el (dired-diff): Doc fix.
4566
4567 * dired.el (dired-diff): Likewise.
4568
ddfb4005
EZ
45692001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
4570
4571 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
4572
b36581fb
SM
45732001-05-02 Stefan Monnier <monnier@cs.yale.edu>
4574
80a00b6a
SM
4575 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
4576 if both the buffer and the file are read-only.
4577
b36581fb
SM
4578 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
4579 rather than font-lock-string-face.
4580 (sh-get-indent-info): Treat heredocs like strings.
4581
470bbe9b
GM
45822001-05-02 Gerd Moellmann <gerd@gnu.org>
4583
b36581fb
SM
4584 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
4585 a newline following `}'.
3356df63
GM
4586 (texinfo-format-email): New function.
4587 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
4588 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
4589 Add `display'.
3356df63
GM
4590 (texinfo-sort-region): Goto point-min before sorting.
4591 (texinfo-set): Remove leading white space from value.
4592 From yagi@is.titech.ac.jp.
4593
470bbe9b
GM
4594 * replace.el (query-replace-regexp-eval): Doc fix.
4595
a9d2fd1d
SM
45962001-05-01 Stefan Monnier <monnier@cs.yale.edu>
4597
4598 * diff-mode.el (diff-nonexistant-face): New face.
4599 (diff-font-lock-keywords): Use it.
4600
2b3e941a
EZ
46012001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
4602
22cd6fd3
EZ
4603 * font-lock.el (font-lock-mode): Doc fix.
4604
2b3e941a
EZ
4605 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
4606 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4607
50df7214
GM
46082001-04-30 Gerd Moellmann <gerd@gnu.org>
4609
a9d2fd1d
SM
4610 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
4611 backslash at the start of the here-document delimiter.
a9793e45
GM
4612 (sh-font-lock-syntactic-keywords): Likewise.
4613
50df7214
GM
4614 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
4615
e2f599e9
EZ
46162001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
4617
4618 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
4619 (tty-color-translate, tty-color-by-index, tty-color-values)
4620 (tty-color-desc): Doc fix.
4621
dcaf31d3
EZ
46222001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
4623
4624 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
4625 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
4626 Mention dired-dwim-target in the doc string.
dcaf31d3 4627
a6a06429
MB
46282001-04-28 Miles Bader <miles@gnu.org>
4629
4630 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
4631 (dabbrev--find-expansion): Use it.
4632 (dabbrev--select-buffers): Don't select ignored buffers.
4633
5a5d9185
GM
46342001-04-27 Gerd Moellmann <gerd@gnu.org>
4635
a9d2fd1d 4636 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 4637
c5b82005
RS
46382001-04-26 Richard M. Stallman <rms@gnu.org>
4639
4640 * dabbrev.el: Add doc strings for some functions.
4641 (dabbrev--eliminate-newlines): New variable.
4642 (dabbrev--substitute-expansion): Convert newlines to spaces
4643 if dabbrev--eliminate-newlines is set.
4644 If abbrev and expansion are both all-lower-case,
4645 leave dabbrev--last-case-pattern nil.
4646
7cff9c6f
GM
46472001-04-26 Gerd Moellmann <gerd@gnu.org>
4648
4649 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
4650 if necessary, like in rmail-show-message.
4651
efa89c1f
GM
46522001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4653
4654 * ps-print.el: Color specified by number is forced to be float number.
4655 (ps-print-version): New version number (6.5.1.1).
4656 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
4657 initialization.
4658 (ps-prefix-quote): New internal var.
4659 (ps-print-quote): New fun.
4660 (ps-setup, ps-output-frame-properties, ps-float-format)
4661 (ps-format-color): Code fix.
a9d2fd1d
SM
4662 (ps-plot-region): Eliminate redundant foreground color text setting.
4663
d3111e5a
EZ
46642001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
4665
4666 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
4667
a728644c
GM
46682001-04-25 Gerd Moellmann <gerd@gnu.org>
4669
4670 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
4671
4ecdf04d
EZ
46722001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
4673
4645bb68
EZ
4674 * info.el (Info-additional-directory-list): Doc fix.
4675
4ecdf04d 4676 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
4677 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
4678 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 4679
7cd512f2
SM
46802001-04-25 Stefan Monnier <monnier@cs.yale.edu>
4681
1dc64fca
SM
4682 * progmodes/make-mode.el (makefile-font-lock-keywords):
4683 Rationalize the rules for includes and conditionals and use the
4684 keyword face for them.
4685
7cd512f2
SM
4686 * faces.el (modify-face): Add compatibility for non-interactive use.
4687
ffeb5c1c
JW
46882001-04-24 John Wiegley <johnw@gnu.org>
4689
4690 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
4691 fix from last night, since it wasn't finding eshell/cd.
4692
35f901fa
GM
46932001-04-24 Gerd Moellmann <gerd@gnu.org>
4694
4695 * rect.el (string-rectangle): Revert to 20.x behaviour.
4696 (replace-rectangle): Make it an alias for string-rectangle.
4697 (string-insert-rectangle): New function.
4698
c7b1b508
JW
46992001-04-23 John Wiegley <johnw@gnu.org>
4700
4701 * eshell/em-unix.el (eshell/diff): Fixed problems that were
4702 occurring with Emacs 21's diff.el/compile.el interaction layer.
4703
47042001-04-23 Colin Walters <walters@cis.ohio-state.edu>
4705
4706 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
4707 case where the function was defined in a file, but not part of an
4708 eshell module.
4709
157975e3
JW
47102001-04-23 John Wiegley <johnw@gnu.org>
4711
4712 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
4713 code to work around a redisplay problem I've been having.
4714
3dc630b9
JW
47152001-04-23 John Wiegley <johnw@gnu.org>
4716
4717 * calendar/timeclock.el (timeclock-day-required): If the time
4718 required for a particular day is not set, use `timeclock-workday'.
4719 (timeclock-find-discrep): Added some sample code in a comment.
4720
4721 * eshell/eshell.el (eshell-command): Made a few changes so that
4722 `eshell-command' could be called programmatically.
4723
7cd512f2 4724 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 4725
7cd512f2 4726 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 4727
3ae14dd9 47282001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
4729
4730 * calendar/timeclock.el: Updated copyright.
4731 (timeclock-generate-report): Don't report the daily or two-week
4732 total, if no time has been worked in that period.
4733 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
4734 final computational form, which was unnecessary; corrected a
4735 parsing problem when timeclock-relative was nil.
4736
3ae14dd9 47372001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
4738
4739 * calendar/timeclock.el (timeclock-modeline-display): Check if
4740 `list-entry' is null.
4741 (timeclock-use-display-time): The first argument to `set-variable'
4742 must be a symbol.
4743
53e1a74c
EZ
47442001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
4745
4746 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
4747 (calendar-today-marker, calendar-holiday-marker):
4748 Use display-color-p instead of window-system.
53e1a74c
EZ
4749 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
4750 instead of window-system.
4751 (calendar-hide-window): Use display-multi-frame-p instead of
4752 window-system.
4753
4754 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
4755 (calendar-only-one-frame-setup, calendar-one-frame-setup):
4756 Use display-multi-frame-p instead of window-system.
53e1a74c 4757
23b809c2
GM
47582001-04-23 Gerd Moellmann <gerd@gnu.org>
4759
1d14e80c
GM
4760 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
4761
23b809c2
GM
4762 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
4763 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
4764
b5eeaa1d
GM
47652001-04-23 Alex Schroeder <alex@gnu.org>
4766
4767 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
4768 line-end-position a defalias is used for point-at-bol and point-at-eol.
4769
b5eeaa1d
GM
47702001-04-23 Alex Schroeder <alex@gnu.org>
4771
4772 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 4773 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 4774
ac1470eb
EZ
47752001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
4776
4777 * textmodes/paragraphs.el (sentence-end): Doc fix.
4778
624ef9b3
GM
47792001-04-20 Alex Schroeder <alex@gnu.org>
4780
4781 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 4782 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
4783
47842001-04-20 Alex Schroeder <alex@gnu.org>
4785
4786 * sql.el (sql-db2-program): New option.
4787 (sql-db2-options): New option.
4788 (sql-db2): New function.
4789
47902001-04-20 Alex Schroeder <alex@gnu.org>
4791
4792 * sql.el (sql-mode-menu): Added highlighting entries.
4793 (sql-highlight-oracle-keywords): New function.
4794 (sql-highlight-postgres-keywords): New function.
4795 (sql-highlight-ansi-keywords): New function.
4796
47972001-04-20 Alex Schroeder <alex@gnu.org>
4798
4799 * sql.el (sql-help): Doc change.
4800
9f3703ab
KF
48012001-04-19 Karl Fogel <kfogel@collab.net>
4802
4803 * saveplace.el (save-place-alist-to-file): Removed no-effect code
4804 that inserted file content only to delete it immediately.
4805 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
4806 <lektu@uol.com.br> for the patch.
4807
2a83a11d
SM
48082001-04-19 Stefan Monnier <monnier@cs.yale.edu>
4809
4810 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
4811
6f4dd4dc
GM
48122001-04-18 Gerd Moellmann <gerd@gnu.org>
4813
0f8d6dc7
GM
4814 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
4815 for defmethod.
4816
6f4dd4dc
GM
4817 * comint.el (comint-cr-magic): New function.
4818 (toplevel): Add it to comint-preoutput-filter-functions.
4819
90200fcc
AI
48202001-04-18 Andrew Innes <andrewi@gnu.org>
4821
4822 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 4823 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
4824 (recompile): Remove stuff to set EMACSLOADPATH.
4825
daa66f34
GM
48262001-04-18 Gerd Moellmann <gerd@gnu.org>
4827
edc5c81d
GM
4828 * language/slovak.el ("Slovak"): Add tutorial entry.
4829
daa66f34
GM
4830 * net/browse-url.el (browse-url-new-window-flag): Renamed from
4831 browse-url-new-window-p.
4832
5d5845dc
EZ
48332001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
4834
4835 * info.el (Info-menu-update): When there are no menus and/or no
4836 cross references in the node, make the respective items of the
4837 Info menu-bar menu inactive.
4838
1c8addd0
GM
48392001-04-17 Gerd Moellmann <gerd@gnu.org>
4840
f4f480bd
GM
4841 * indent.el (indent-for-tab-command): Call indent-line-function
4842 with no argument if PREFIX-ARG is non-nil.
4843
1c8addd0
GM
4844 * frame.el (delete-other-frames): Handle minibuffer-only frames.
4845
8f9ab403
EZ
48462001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
4847
4848 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
4849 an async subprocess if start-process is unavailable. Suggested by
4850 Tim Van Holder <tim.van.holder@pandora.be>.
4851
60322163
EZ
48522001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
4853
4854 * info.el (Info-additional-directory-list): Doc fix. Suggested by
4855 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
4856
e372bc67
EZ
48572001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
4858
4859 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
4860 manual.
4861
28037ecf
SM
48622001-04-13 Stefan Monnier <monnier@cs.yale.edu>
4863
4864 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
4865 (cvs-menu): Add a few entries.
4866
4867 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
4868 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
4869 lock file appears to be reachable from Emacs.
4870 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
4871 (cvs-mode-find-file): Look for cvs-header-face rather than
4872 cvs-dirname-face (which doesn't exist).
4873 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
4874
4875 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
4876
5d5e7f53
EZ
48772001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
4878
4879 * emulation/pc-select.el (pc-selection-mode): Don't turn on
4880 normal-erase-is-backspace on a tty. Instead, bind some keys such
4881 as [delete] directly, like pc-select.el did before
4882 normal-erase-is-backspace was invented.
4883
118562e1 48842001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
4885
4886 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
4887
6c9e58c4
JW
48882001-04-11 John Wiegley <johnw@gnu.org>
4889
28037ecf
SM
4890 * eshell/em-ls.el (eshell-ls-insert-directory):
4891 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
4892 buffers, if Eshell's ls is being used.
4893
118562e1 48942001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 4895
28037ecf
SM
4896 * calendar/timeclock.el (timeclock-completing-read): New function.
4897 (timeclock-ask-for-project, timeclock-ask-for-reason):
4898 Call `timeclock-completing-read'.
978bd3ea
JW
4899
4900 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
4901 required where `member' was being used.
4902
118562e1 49032001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 4904
28037ecf
SM
4905 * eshell/em-hist.el (eshell-previous-matching-input):
4906 Don't display "History item" if the the minibuffer is active.
978bd3ea 4907
30cb0001
GM
49082001-04-11 Gerd Moellmann <gerd@gnu.org>
4909
4910 * startup.el (command-line): Output a newline after printing
4911 an error from loading the window system's init file.
4912
e38af9bd
EZ
49132001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
4914
28037ecf
SM
4915 * textmodes/texinfo.el (texinfo-font-lock-keywords):
4916 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
4917 @inforef. Add an OVERRIDE of `keep' to highlight specs of
4918 keywords whose arguments routinely include @@.
4919
bbf63a7b
GM
49202001-04-10 Gerd Moellmann <gerd@gnu.org>
4921
28037ecf
SM
4922 * emacs-lisp/advice.el (ad-make-advised-definition):
4923 Construct advice for subrs differently.
afffeb57 4924
3fe35f35 4925 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 4926 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 4927
c8d6d636 4928 * simple.el (completion-list-mode-finish): New function.
28037ecf 4929 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 4930
2a52f40e 4931 * language/european.el ("Polish"): Change sample text.
28037ecf 4932 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 4933
cf8b1bef
GM
4934 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
4935 parameter.
4936
bbf63a7b
GM
4937 * faces.el (menu): Doc fix.
4938
719d83ad 49392001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
4940
4941 * ps-print.el: Footer implementation. Doc fix.
4942 (ps-print-version): New version number (6.5.1).
4943 (ps-header-frame-alist): New customization var for header frame
4944 properties.
4945 (ps-line-number-color): New customization var for line number color.
4946 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
4947 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
4948 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
4949 (ps-right-footer): New customization vars for footers.
4950 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
4951 footers.
4952 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
4953 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
4954 Code fix.
319acba0
GM
4955 (ps-prologue-file): Indentation fix.
4956 (ps-print-quote): Fun eliminated.
4957 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
4958 (ps-output-frame-properties): New fun.
4959 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
4960 (ps-skip-newline): Replace defun by defsubst.
28037ecf 4961
e372bc67 49622001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
4963
4964 * eshell/eshell.el (eshell-command): Needed a "%s" format
4965 specifier, in case the buffer contains percent characters.
4966
e372bc67 49672001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
4968
4969 * calendar/timeclock.el (timeclock-generate-report): Added a
4970 missing insert of the project name.
4971
9f9a5e7a
GM
49722001-04-09 Gerd Moellmann <gerd@gnu.org>
4973
9170e5d4 4974 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 4975
865e97c1 4976 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 4977 (finder-data): Use it instead of `setwins'.
865e97c1
GM
4978 From: Dave Love <fx@gnu.org>.
4979
cf3885ac 4980 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
4981 (server-visit-files): Run server-visit-hook after going to
4982 line 1 so that the hook can set point as it sees fit.
4983
9f9a5e7a
GM
4984 * bindings.el (mode-line-modified): Unify help messages.
4985
51f32106
EZ
49862001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
4987
4988 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
4989 All callers changed.
4990
e02160a3
EZ
49912001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
4992
8e6bb0d0
EZ
4993 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
4994 long file names aren't supported, truncate the file names in
4995 quail-misc-package-ext-info to 8+3 before matching them against
4996 FILENAME.
4997
4998 * dos-fns.el (dos-truncate-to-8+3): New function.
4999
ec321d77
EZ
5000 * progmodes/compile.el (grep-compute-defaults): Use null-device
5001 instead of literal /dev/null. Reported by Jens Schmidt
5002 <schmidt@mathematik.uni-kl.de>.
5003
e02160a3
EZ
5004 * simple.el (normal-erase-is-backspace-mode): Doc fix.
5005
cf3885ac
SM
50062001-04-06 Stefan Monnier <monnier@cs.yale.edu>
5007
5008 * textmodes/sgml-mode.el: Add unknown maintainer.
5009 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
5010 (html-mode-map): Use set-keymap-parent.
5011
3ffb33bb
DL
50122001-04-06 Dave Love <fx@gnu.org>
5013
5014 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5015 Remove redundant string-to-list.
5016
8f625692
SM
50172001-04-05 Stefan Monnier <monnier@cs.yale.edu>
5018
5019 * composite.el (reference-point-alist): Doc fix.
5020
1087f198
SS
50212001-04-05 Sam Steingold <sds@gnu.org>
5022
8f625692
SM
5023 * font-lock.el (font-lock-keywords-case-fold-search):
5024 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
5025 file made font-lock case-insensitive.
5026
a55e4e68
GM
50272001-04-05 Gerd Moellmann <gerd@gnu.org>
5028
0e4892e2
GM
5029 * faces.el (defface menu): Doc fix.
5030
4d664b04
GM
5031 * wid-edit.el (widget-color-sample-face-get): Don't make
5032 faces for undefined colors.
5033
a55e4e68
GM
5034 * version.el (emacs-version): Include LessTif/Motif version info.
5035
f383cd0d
GM
50362001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5037
5038 * ps-mule.el: Eliminate cl package dependence.
5039 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
5040 if they aren't defined yet.
5041 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
5042 Eliminate cl package dependence.
5043
de28797f
SM
50442001-04-04 Stefan Monnier <monnier@cs.yale.edu>
5045
5046 * progmodes/cc-cmds.el (c-outline-level):
5047 Bind buffer-invisibility-spec. Originally from Dave Love, but
5048 got lost when incorporating version 5.26.
5049
32df8b47
EZ
50502001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
5051
de28797f
SM
5052 * emulation/pc-select.el (pc-selection-mode):
5053 Call normal-erase-is-backspace-mode instead of binding
5054 keys individually.
58e4f61d 5055
7f62656b
EZ
5056 * cus-load.el (normal-erase-is-backspace): Use it instead of
5057 delete-key-deletes-forward.
5058
5059 * startup.el (command-line): Use normal-erase-is-backspace and
5060 normal-erase-is-backspace-mode.
5061
5062 * simple.el (normal-erase-is-backspace): Rename from
5063 delete-key-deletes-forward. Doc fix.
5064 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
5065 delete-key-deletes-forward-mode. Doc fix.
5066 Run normal-erase-is-backspace-hook.
7f62656b 5067
32df8b47 5068 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
5069 ``human-readable'' format produced by GNU `ls'.
5070 (dired-move-to-filename-regexp): Recognize ISO format dates.
5071 From Paul Eggert <eggert@twinsun.com>.
32df8b47 5072
5efa6032
GM
50732001-04-04 Gerd Moellmann <gerd@gnu.org>
5074
5075 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
5076 New functions.
de28797f
SM
5077 (lm-verify): Check keywords.
5078 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 5079
d757aac1
EL
50802001-04-03 Eric M. Ludlam <eric@siege-engine.com>
5081
5082 * speedbar.el (speedbar-insert-image-button-maybe): Check for
5083 `xemacs' feature instead of for the function `set-extent-property'.
5084
9832760a
SM
50852001-04-03 Stefan Monnier <monnier@cs.yale.edu>
5086
5087 * mail/mh-utils.el (mh-folder-hist): New var.
5088 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
5089
d565f6aa
EZ
50902001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
5091
5092 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
5093 region, position point on the first or last 16-byte group.
5094 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
5095 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
5096 hexl-beginning-of-line.
5097
24c0fd39
GM
50982001-04-03 Gerd Moellmann <gerd@gnu.org>
5099
5efa6032
GM
5100 * icomplete.el (icomplete-mode): Treat an argument like other
5101 modes do.
5102
b3f6107b
GM
5103 * startup.el (fancy-splash-head): Use splash8.xpm for color
5104 depth 8.
5105
24d451c5
SM
5106 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
5107 Add an antry for ``converts''.
476bf681 5108
24d451c5
SM
5109 * language/slovak.el ("Slovak"): Add documentation string.
5110 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 5111
450f6970
GM
5112 * language/czech.el ("Czech"): Add documentation string.
5113 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5114
24d451c5
SM
5115 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
5116 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
5117
51182001-04-02 Stefan Monnier <monnier@cs.yale.edu>
5119
5120 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
5121 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
5122 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
5123 Use `defsubst' rather than a macro to ease debugging.
5124 (mail-extr-last): Remove (use `last' instead).
5125 (mail-extract-address-components): Properly reset the syntax-table
5126 after parsing an address. Use `last' rather than mail-extr-last.
5127 Make sure the end marker stays at the very end.
24c0fd39 5128
2b908342
EZ
51292001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
5130
5131 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
5132 last change.
5133
acfb077d
GM
51342001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5135
5136 * ps-print.el: Line and paragraph spacing feature. Region to cut
5137 out when printing. Doc fix.
5138 (ps-print-version): New version number (6.5).
24d451c5
SM
5139 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
5140 New vars. Line and paragraph spacing feature.
acfb077d
GM
5141 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
5142 out when printing.
5143 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
5144 (ps-get-font-size, ps-begin-job, ps-continue-line)
5145 (ps-plot-region): Code fix.
5146 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
5147 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
5148 New internal vars.
acfb077d
GM
5149 (ps-get-size): New fun.
5150 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
5151 (ps-next-line): Replace defun by defsubst.
5152 (ps-mule-plot-string): Autoload doc fix.
5153
5154 * ps-bdf.el: XEmacs compatibility. Doc fix.
5155 (installation-directory, coding-system-for-read): Declare vars if
5156 it's not declared yet.
5157 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
5158
5159 * ps-mule.el: XEmacs compatibility. Doc fix.
5160 (leading-code-private-22): Declare var if it's not declared yet.
5161 (charset-bytes, charset-dimension, charset-id, charset-width)
5162 (find-charset-region, split-char, char-width, chars-in-region)
5163 (forward-point, decompose-composite-char, encode-coding-string)
5164 (coding-system-p, ccl-execute-on-string, define-ccl-program):
5165 Define funs if not defined yet.
5166 (encode-composition-rule, find-composition): Define funs if not
5167 loaded yet.
5168 (ps-mule-prologue): PostScript code fix.
5169
51702001-04-02 Kenichi Handa <handa@etl.go.jp>
5171
5172 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
5173 non-nil, generate font for the header strings.
5174 (ps-mule-prepare-font): Likewise.
5175 (ps-mule-generate-glyphs): Likewise.
5176 (ps-mule-string-encoding): Likewise.
5177 (ps-mule-header-charsets): New variable.
5178 (ps-mule-encode-header-string): New function.
5179 (ps-mule-header-string-charsets): New function.
5180 (ps-mule-begin-job): Check charsets in the header strings. If there
5181 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
5182
5183 * ps-print.el (ps-generate-header-line): Encode the header string by
5184 ps-mule-encode-header-string.
5185 (ps-mule-encode-header-string): Declare autoload.
5186
c0eb3c10
GM
51872001-04-02 Gerd Moellmann <gerd@gnu.org>
5188
24d451c5
SM
5189 * frame.el (cursor-in-non-selected-windows):
5190 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 5191
a3d0b0e0
KH
51922001-03-31 Kenichi Handa <handa@etl.go.jp>
5193
5194 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5195 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 5196 (quail-misc-package-ext-info): New variable.
a3d0b0e0 5197 (tsang-quick-converter): New function.
24d451c5
SM
5198 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
5199 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
5200 (miscdic-convert, batch-miscdic-convert): New functions.
5201
55f7832c
KH
52022001-03-30 Kenichi Handa <handa@etl.go.jp>
5203
a2217cd8
KH
5204 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
5205 eight-bit-control chars.
5206
55f7832c 5207 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 5208 Reduce making temporary vector (suggested by Dave Love).
55f7832c 5209
911a2406
EZ
52102001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5211
5212 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
5213 string as well.
5214
1a518f2c
AS
52152001-03-30 Andreas Schwab <schwab@suse.de>
5216
5217 * files.el (backup-directory-alist): Fix typo.
5218
ef080b16
EZ
52192001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5220
5221 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
5222 <eggert@twinsun.com>.
5223
e4174a55
DL
52242001-03-30 Dave Love <fx@gnu.org>
5225
5226 * progmodes/fortran.el (fortran-comment-region): Fix typo.
5227
9d5d1075
EZ
52282001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5229
5230 * simple.el (transient-mark-mode): Mention C-g in the doc string.
5231
a27b451e
MB
52322001-03-30 Miles Bader <miles@gnu.org>
5233
5234 * subr.el (interactive-form): Fix paren typo.
5235
aea51abe
EZ
52362001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
5237
5238 * emacs-lisp/profile.el: Say that it's obsolete in the header
5239 line, so that finder.el puts that into its data-base.
5240 Suggested by Alex Schroeder <alex@gnu.org>.
5241
249dd409
EZ
52422001-03-29 Paul Eggert <eggert@twinsun.com>
5243
5244 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
5245 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
5246
1ac1fa96
SM
52472001-03-29 Stefan Monnier <monnier@cs.yale.edu>
5248
5249 * generic.el (generic-mode-set-comments): Use "" rather than nil
5250 for comment-end.
5251
e2b8a830
GM
52522001-03-29 Gerd Moellmann <gerd@gnu.org>
5253
1ac1fa96
SM
5254 * emacs-lisp/advice.el (ad-make-advised-definition):
5255 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
5256
5257 * subr.el (interactive-form): New function.
5258
8b2375e7
AS
52592001-03-29 Andre Spiegel <spiegel@gnu.org>
5260
5261 * vc-sccs.el (vc-sccs-register): Use relative file names.
5262
f827b862
GM
52632001-03-28 Gerd Moellmann <gerd@gnu.org>
5264
e59d0e9d
GM
5265 * bookmark.el (bookmark-get-bookmark): Handle case that
5266 BOOKMARK is not a string.
5267
deb2613a
GM
5268 * image.el (image-type-regexps): Change type for PS files
5269 to `postscript'.
5270
f827b862 5271 * subr.el (read-passwd): Clear command history after each
b52758d1
EZ
5272 character entered. From: Stephen Gildea
5273 <gildea@stop.mail-abuse.org>.
f827b862 5274
3c9449d0
KH
52752001-03-27 Kenichi Handa <handa@etl.go.jp>
5276
5277 * international/kkc.el (kkc-save-init-file): Locally bind
5278 print-length to nil.
5279
e6b13c74
GM
52802001-03-26 Gerd Moellmann <gerd@gnu.org>
5281
e120bebf
GM
5282 * textmodes/flyspell.el: Some doc fixes.
5283 (flyspell-maybe-correct-transposition)
5284 (flyspell-maybe-correct-doubling): Use a temporary buffer
5285
5286 * textmodes/ispell.el (ispell-parse-output): Doc fix.
5287
5f6c5771 5288 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
5289 (byte-optimize-form-code-walker): Diagnose too few arguments
5290 for `if' and `while'.
5291
2b984c45
KH
52922001-03-26 Kenichi Handa <handa@etl.go.jp>
5293
5294 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5295 Prepend `\' to "\<quail-translation-docstring>".
5296
bf2150fa
GM
52972001-03-26 Gerd Moellmann <gerd@gnu.org>
5298
5f6c5771
SM
5299 * autorevert.el (global-auto-revert-non-file-buffers):
5300 Remove duplicate defcustom.
bf2150fa 5301
a0d59316
MB
53022001-03-26 Miles Bader <miles@gnu.org>
5303
5f6c5771
SM
5304 * international/latin1-disp.el (latin1-char-displayable-p):
5305 Add leading "-" for X font pattern.
a0d59316 5306
9edbff6c
KH
53072001-03-26 Kenichi Handa <handa@etl.go.jp>
5308
5f6c5771
SM
5309 * international/mule-diag.el (describe-coding-system):
5310 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
5311 charsets they can encode.
5312
50b57199
EZ
53132001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
5314
5315 * help.el (view-lossage): Mention open-dribble-file in the doc
5316 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
5317
5b83f9c0
SM
53182001-03-23 Stefan Monnier <monnier@cs.yale.edu>
5319
5320 * skeleton.el (skeleton-internal-list): Fix bogus logic.
5321 (skeleton-pair-insert-maybe): Don't pair after a backslash.
5322
e0ecbf5c
KH
53232001-03-23 Kenichi Handa <handa@etl.go.jp>
5324
5b83f9c0
SM
5325 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5326 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
5327 multibyte sequence can work correctly.
5328 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
5329 property of the coding system.
5330
1cc218de
SM
53312001-03-23 Stefan Monnier <monnier@cs.yale.edu>
5332
5333 * textmodes/fill.el (fill-individual-paragraphs-prefix):
5334 Fix transcription typo.
5335
a3db02ad
RV
53362001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
5337
5338 * whitespace.el: Add buffer local variables to toggle testing of
5339 whitespaces in buffers without affecting the default values.
a3db02ad 5340 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
5341 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
5342 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
5343 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 5344
83c9cb8e
SM
53452001-03-21 Stefan Monnier <monnier@cs.yale.edu>
5346
5347 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
5348
180d5509
GM
53492001-03-21 Gerd Moellmann <gerd@gnu.org>
5350
eeb5b5c1
GM
5351 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
5352 bs-cycle-configuration-name. From Juanma Barranquero
5353 <lektu@uol.com.br>.
5354
170a9e70
GM
5355 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
5356 and cc-vars.el.
5357
180d5509
GM
5358 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
5359 headers. Always invoke sendmail with option -t.
5360
130c507e
GM
53612000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5362
5363 * Release of cc-mode 5.28.
5364
53652000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5366
5367 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
5368 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 5369 It's instead taken care of by the default value for c-default-style.
130c507e 5370
130c507e
GM
53712000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5372
5373 * cc-align.el (c-lineup-math): Fix bug where lineup was
5374 triggered by equal signs in string literals.
5375
53762000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5377
5378 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
5379 limit detection when at the ends of the buffer.
5380
5381 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
5382 "for" statement clause in case 7F; a better one is done
5383 earlier in case 7D anyway.
5384
53852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5386
5387 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
5388 somewhat more and did a small optimization.
5389
53902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5391
5392 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
5393 Use the limit argument only to limit the syntactic context
5394 search, not to limit the actual movement.
5395
5396 * cc-cmds.el (c-beginning-of-statement): Move by sentence
5397 inside multiline strings, just like in comments. Also various
5398 fixes to the paragraph and comment prefix recognition, block
5399 comment ender handling etc.
5400
54012000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5402
5403 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
5404 the relative position of the point.
5405
5406 * cc-cmds.el (c-electric-continued-statement): New function to
5407 use as abbrev hook to reindent for keywords such as "else"
5408 that continues an earlier statement.
5409
5410 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
5411 like classes.
5412
5413 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
5414 (pike-mode): Populate the default abbrev tables to reindent for
5415 keywords such as "else" that can continue earlier statements.
5416 Abbrev mode is therefore turned on by default now. (Note that
5417 this doesn't apply to idl-mode, since IDL afaik doesn't have
5418 statements at all.)
5419
54202000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5421
5422 * cc-engine.el (c-inside-bracelist-p): Fix for handling
5423 bracelists where the declaration contains template arguments.
5424
54252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5426
83c9cb8e
SM
5427 * cc-cmds.el (c-comment-indent):
5428 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
5429 syntactic indentation. Fixes bug with lineup functions that
5430 return vectors.
5431
5432 * cc-engine.el (c-get-syntactic-indentation): Split the
5433 indentation sum calculation from `c-indent-line' to a separate
5434 function.
5435
54362000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5437
5438 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
5439 Fixed places where it was assumed that preprocessor directives
5440 have to start in column zero.
5441
5442 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
5443 template arguments after a class identifier properly.
5444
5445 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
5446 lists for `new Foo[]' constructs in Java as expressions and
5447 not top level definition brace lists on the top level, so that
5448 they'll get indented consistently with the same type of
5449 expression in a normal block.
5450
54512000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5452
5453 * cc-cmds.el (c-fill-paragraph): The kludge that checks
5454 whether the adaptive filling package fails to keep the comment
5455 prefix is now kludged further to check for filladapt-mode
5456 which doesn't have that problem. This is really icky, but it's
5457 the only way that works with the current misfeatures/bugs in
5458 both adaptive-fill-mode and filladapt-mode.
5459
5460 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
5461 around point is recognized more robust.
5462
54632000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5464
5465 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
5466 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
5467 (c-lit-type): Fixed all internal variables used dynamically so
5468 that they are always bound.
5469
5470 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
5471 errors:
5472
5473 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
5474 the region is fully reindented even when an error occurs.
5475 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
5476 whole lot of code that tried to optimize indentation of whole
5477 sexps but in reality accomplishes nothing.
5478
5479 (c-indent-sexp): Use c-indent-region.
5480
5481 (c-parsing-error): Changed this variable to hold the message
5482 for any syntactic error that is discovered.
5483
5484 (c-parse-state): Search backward from point instead of the bod
5485 position when the latter is invalid. This makes CC Mode
5486 recover faster when there are unbalanced close braces.
5487
5488 (c-backward-to-start-of-if): Use c-parsing-error to report
5489 dangling "else" clauses instead of throwing an error, and fall
5490 back to a reasonable position.
5491
83c9cb8e 5492 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 5493
83c9cb8e 5494 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
5495
54962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5497
5498 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
5499 paragraph recognition when moving by sentence in literals.
5500
83c9cb8e
SM
5501 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
5502 start regexp for javadoc to recognize javadoc markup in general instead
5503 of a specific set of keywords, to be more future-safe.
130c507e
GM
5504
5505 (c-Pike-pikedoc-paragraph-start)
5506 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
5507 pikedoc markup.
5508
83c9cb8e 5509 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 5510
83c9cb8e 5511 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
5512
5513 * cc-vars.el (c-default-style): Made a nicer Customize widget.
5514
5515 (c-comment-prefix-regexp): Made it possible to use an
5516 association list on this to specify mode specific regexps.
5517 The default value now use a special regexp in Pike mode to
5518 recognize pikedoc markup.
5519
5520 (c-current-comment-prefix): New variable containing the actual
5521 regexp from c-comment-prefix-regexp for the current buffer.
5522
55232000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5524
5525 * cc-cmds.el (c-electric-brace): Fixed check for special brace
5526 lists: We can't look at the syntax, since a brace list can get
5527 recognized as a plain statement-cont.
5528
5529 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
5530 special brace list opener broken over two lines got recognized
5531 as a statement on the second line. Case 9A changed.
5532
55332000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5534
5535 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
5536 adjustment after line is reindented.
5537
55382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5539
5540 * cc-defs.el (c-point): Added optional argument for position
5541 to use instead of the current point.
5542
5543 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
5544 the in-expression block symbols when the construct starts at
5545 boi, to avoid the extra level of indentation in that case.
5546 Cases 4, 16A and 17E affected.
5547
55482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5549
5550 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 5551 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
5552
5553 * cc-engine.el (c-indent-line): Use the syntax already bound
5554 to `c-syntactic-context', if there is any.
5555
55562000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5557
5558 * cc-engine.el (c-get-offset): Fixed bug where the indentation
5559 wasn't added up correctly when a lineup function returned nil.
5560
55612000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5562
5563 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 5564 empty lines were ignored when collecting line comments backwards.
130c507e
GM
5565
55662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5567
5568 * cc-align.el (c-lineup-dont-change): Return an absolute
5569 indentation column to work correctly in the case when several
5570 syntactic elements are processed for the same line.
5571
5572 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
5573 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
5574 (c-set-offset): Added absolute indentation column settings by
5575 using the vector type.
5576
130c507e
GM
55772000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5578
5579 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
5580 Implemented two new cleanups `space-before-funcall' and
5581 `compact-empty-funcall'.
5582
130c507e
GM
55832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5584
5585 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
5586 helping building regexps.
5587
5588 * cc-engine.el (c-on-identifier): New function for detecting
5589 identifiers. It takes keywords into account.
5590
5591 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
5592 lists. `c-keywords' is set to a regexp matching all keywords
5593 in the current language.
5594
55952000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5596
5597 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
5598 list of characters to skip backwards over at the beginning of
5599 a statement, since it can precede string literals in Pike.
5600
56012000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5602
5603 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
5604 recognition when standing on the last line in a C++ comment
5605 with nothing but whitespace after the prefix.
5606
5607 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
5608 given no limit argument.
5609
56102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5611
5612 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
5613 recognition for the `[]= operator symbol in Pike.
5614
56152000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5616
5617 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
5618 around a bug in `eval-when-compile' in the byte compiler.
5619
5620 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 5621 value when count is zero and there's no token start within the limit.
130c507e
GM
5622
5623 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
5624 "prefix comments", i.e. comments which are followed by code on
5625 the same line.
5626
5627 * cc-mode-19.el: Fixes so that checks that must be done at
5628 compile time also are done then.
5629
56302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5631
5632 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
5633 time and at runtime, and only when it's needed.
5634
56352000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5636
5637 Major cleanup for less error prone and more warning free
5638 compilation, including some fixes for bugs due to different
5639 compilation orders. Thanks to Martin Buchholz for providing
5640 the basis for all this.
5641
5642 * cc-bytecomp.el: New file that provides some byte compilation
5643 features: It ensures that files always are loaded from the
5644 current source directory during compilation, and it provides a
5645 set of macros to turn off specific compiler warnings for
5646 specific symbols. (It's not CC Mode specific in any way.)
5647
5648 Fixed a nearly acyclic dependency tree (both runtime and
5649 compile-time) between all files.
5650
5651 * cc-defs.el: Separated all macros before the inline functions,
5652 to ensure correct compilation.
5653
5654 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
5655 cc-defs.el to cc-engine.el and made it a function instead.
5656
5657 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
5658 about char-after.
5659
5660 * cc-vars.el: Cope even when there isn't a custom package
5661 containing defcustom available.
5662
5663 * cc-make.el: Removed since it's no longer necessary.
5664
5665 README: Updated installation instructions.
5666
56672000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5668
5669 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
5670 improve the modularity: Moved all mode init stuff from
5671 cc-langs.el to cc-mode.el, including the keymap
5672 initialization; cc-langs now only contains the various
5673 variables for configuring the language syntax.
5674
83c9cb8e
SM
5675 * cc-engine.el, cc-styles.el (c-evaluate-offset)
5676 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 5677 dependency analysis suggests they belong there (which also
83c9cb8e 5678 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
5679
56802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5681
5682 * cc-cmds.el (c-fn-region-is-active-p): New function that
5683 wraps the corresponding macro, for use in places that aren't
5684 compiled. Thanks to Martin Buchholz for pointing out this.
5685
83c9cb8e 5686 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
5687
5688 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
5689 add things to the bug report.
5690
56912000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5692
5693 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
5694 returned prefix could contain a newline when the search for a
5695 good prefix line failed.
5696
56972000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5698
5699 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
5700 (c-toggle-auto-hungry-state): Made the argument optional, as
5701 the documentation says it is.
5702
57032000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5704
5705 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
5706 multiline string syntax, #"...", as a cpp macro.
5707
7008ccac
GM
57082001-03-21 Paul Eggert <eggert@twinsun.com>
5709
83c9cb8e
SM
5710 * international/mule-cmds.el (set-locale-environment):
5711 Set system-messages-locale and system-time-locale, but only if the
7008ccac 5712 caller specifies a non-nil locale name.
3c9449d0 5713
c2478129 57142001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
5715
5716 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 5717 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 5718
117e4b0c
GM
57192001-03-20 Gerd Moellmann <gerd@gnu.org>
5720
7194219d
GM
5721 * follow.el (follow-avoid-tail-recenter): Doc fix.
5722
5721ae13
GM
5723 * custom.el (custom-set-variables): Avoid reversing the list
5724 of args needlessly.
5725
7b8bbf72
GM
5726 * startup.el (fancy-splash-head): Don't change the colors of the
5727 XPM image on a dark background.
5728
a91ad7c9
GM
5729 * comint.el (comint-exec-1): Set columns of the terminal to
5730 window-width instead of frame-width.
5731
fa88947e
GM
5732 * info.el (Info-scroll-down): Add missing WINDOW arg for
5733 pos-visible-in-window-p.
5734
1741905c
GM
5735 * ehelp.el (electric-help-mode-hook): Add defcustom.
5736
117e4b0c
GM
5737 * mail/sendmail.el (mail-mode): Activate case-folding in
5738 font-lock-defaults.
5739
e84c695d
SM
57402001-03-19 Stefan Monnier <monnier@cs.yale.edu>
5741
5742 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
5743 (completion-ignored-extensions): Remove duplicate ".class".
5744
fc774041
AS
57452001-03-19 Andreas Schwab <schwab@suse.de>
5746
83c9cb8e
SM
5747 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
5748 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 5749
c2c097cc
GM
57502001-03-19 Gerd Moellmann <gerd@gnu.org>
5751
5752 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
5753 methods since there are not prefix input methods.
5754
fbe2e958
KH
57552001-03-19 Kenichi Handa <handa@etl.go.jp>
5756
83c9cb8e
SM
5757 * international/mule-cmds.el (read-input-method-name):
5758 Locally bind enable-recursive-minibuffers to t.
fbe2e958 5759
da47e491
SM
57602001-03-18 Stefan Monnier <monnier@cs.yale.edu>
5761
5762 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
5763
4986c2c6 57642001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 5765
4986c2c6
MK
5766 * ediff-util.el: Copyright years.
5767 (ediff-choose-syntax-table): New function.
5768 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 5769
4986c2c6
MK
5770 * ediff-init.el (ediff-with-syntax-table): New macro, uses
5771 with-syntax-table.
83c9cb8e 5772
4986c2c6 5773 * ediff.el: Date of last update, copyright years.
83c9cb8e 5774
4986c2c6 5775 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 5776
4986c2c6
MK
5777 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
5778 of Scott Bronson.
5779 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
5780 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
5781 Deleted functions.
5782 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
5783 ex-token-list.
83c9cb8e 5784
4986c2c6 5785 * viper-util.el: Spaces, indentation.
83c9cb8e 5786
4986c2c6 5787 * viper.el: Changed version, modification time.
83c9cb8e 5788
3c799aec 57892001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
5790
5791 * calendar/timeclock.el (timeclock-workday-remaining):
5792 Check whether `discrep' is non-null before using it.
3c799aec 5793
ae3ce418
JW
57942001-03-16 John Wiegley <johnw@gnu.org>
5795
5796 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
5797 first-time checkins.
5798 (timeclock-log-data): Fixed problem with reading timelog log file.
5799 Resulting data in the "day list" was incorrect.
5800 (timeclock-find-discrep): Check if `timeclock-file' is readable
5801 before opening it.
5802 (timeclock-time-less-p): New function.
5803 (timeclock-day-base): New function.
5804 (timeclock-geometric-mean): New function.
5805 (timeclock-generate-report): Generate a summary report based on
5806 the contents of the log file. This uses `timeclock-log-data', and
5807 is an example of writing a timelog manipulation function.
5808 (timeclock-visit-timelog): A quick command for opening the timelog
5809 file.
5810 (timeclock-log-data): Bound the variable event.
5811
c8d4a9bb
KH
58122001-03-16 Kenichi Handa <handa@etl.go.jp>
5813
83c9cb8e
SM
5814 * international/mule-cmds.el (select-safe-coding-system):
5815 Fix typo: symbol-name -> symbol-value.
11d56c64 5816
c8d4a9bb
KH
5817 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
5818 before substitute-in-file-name to handle double slashes in FILE
5819 correctly.
5820
c899e7e6
GM
58212001-03-15 Gerd Moellmann <gerd@gnu.org>
5822
5823 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
5824 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
5825
819dce0f
GM
58262001-03-14 Gerd Moellmann <gerd@gnu.org>
5827
697617d9
GM
5828 * bindings.el (features): Add `md5' and `overlay' to the list.
5829
819dce0f
GM
5830 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
5831 bound before using it. It's not bound when configured without X,
5832 for instance.
5833
e0067a9d
TTN
58342001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
5835
5836 * progmodes/hideshow.el: Update copyright.
5837 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 5838 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 5839
afcdc0a1
GM
58402001-03-13 Gerd Moellmann <gerd@gnu.org>
5841
e0067a9d 5842 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
5843 a non-list.
5844
30564c48
EZ
58452001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
5846
5847 * startup.el (fancy-splash-tail, command-line-1): Fix the
5848 copyright year.
5849
2b8e24b3
KH
58502001-03-13 Kenichi Handa <handa@etl.go.jp>
5851
5852 * term.el: These changes are based on a patch sent from Yong Lu
5853 <lyongu@yahoo.com>.
5854 (term-set-escape-char): Bind M-x to execute-extended-command in
5855 term-raw-escape-map.
5856 (term-move-columns): Don't try to move to negagive column.
5857 (term-emulate-terminal): Insert a string before deleting a text to
5858 overwrite.
5859
789b6186
GM
58602001-03-12 Gerd Moellmann <gerd@gnu.org>
5861
b0778a31
GM
5862 * play/life.el (life): Rearrange code so that all calls to
5863 life-display-generation are in a catch-form.
5864
04528cda
GM
5865 * progmodes/etags.el (tags-loop-continue): Don't change point in a
5866 file that isn't interesting. In an interesting file, push the old
5867 value of point on the mark ring.
5868
760cefb5
GM
5869 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
5870 New function.
5871 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
5872 Use it.
5873
83c9cb8e
SM
5874 * emacs-lisp/autoload.el (generate-file-autoloads):
5875 Remove warning about line lengths.
789b6186 5876
a2ffbafe
FP
58772001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
5878
5879 * progmodes/etags.el (tags-compression-info-list): New variable.
5880 (find-tag-in-order): Use it to deal with compressed source files.
5881 (tag-file-name-match-p): New function.
5882 (etags-recognize-tags-table): Use it for better match of file names.
5883
5c9d9d92
KH
58842001-03-12 Kenichi Handa <handa@etl.go.jp>
5885
ba3e9b9b
KH
5886 * international/mule-cmds.el (register-input-method): Doc fix.
5887
5c9d9d92
KH
5888 * international/quail.el (quail-translate-key): Fix condition to
5889 check if there's another breaking point in the current key.
5890
40beecee
EZ
58912001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
5892
5893 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
5894 Babyl header to the newly-created output file, bind
5895 coding-system-for-write to either rmail-file-coding-system or
5896 emacs-mule-unix.
5897
75c6cb7f
SM
58982001-03-11 Stefan Monnier <monnier@cs.yale.edu>
5899
5900 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
5901 Fix the name and regexp used for subsubsections.
5902
5ec17636
DL
59032001-03-10 Dave Love <fx@gnu.org>
5904
5905 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
5906 and save-buffer if buffer-file-name non-nil. From rms.
5907
6d2e2c02
AS
59082001-03-10 Andre Spiegel <spiegel@gnu.org>
5909
5910 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 5911 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
5912 to reflect that.
5913 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 5914 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
5915 variable bindings that might affect the diff command.
5916 (vc-print-log): Don't switch to the *vc* buffer before the
5917 command, so that local variable bindings are preserved.
5918
789b6186 5919 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
5920 not the current buffer.
5921 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
5922
789b6186 5923 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 5924 make output go to buffer *vc*, not the current buffer.
a2ffbafe 5925
b18f5523
SM
59262001-03-09 Stefan Monnier <monnier@cs.yale.edu>
5927
5928 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
5929 so ^, $, *, ? and + are interpreted correctly.
5930
3cfd8357
GM
59312001-03-09 Gerd Moellmann <gerd@gnu.org>
5932
c085b77c 5933 * help.el (string-key-binding): Renamed from
f9db8f19
SM
5934 mode-line-key-binding. Handle any event on a string.
5935 Check for `keymap' properties as well as `local-map' properties.
c085b77c 5936
3cfd8357
GM
5937 * comint.el (comint-insert-clicked-input): Use the last key
5938 from this-command-keys to lookup the global key definition.
5939
348f797a
KH
59402001-03-09 Kenichi Handa <handa@etl.go.jp>
5941
3ebf3717
KH
5942 * international/characters.el: Add category `j' for
5943 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
5944
348f797a
KH
5945 * international/mule-conf.el (no-conversion): Fix docstring.
5946 (raw-text): Fix docstring.
5947
e1fbabaf
GM
59482001-03-08 Gerd Moellmann <gerd@gnu.org>
5949
96e8e603
GM
5950 * simple.el (choose-completion-string): When not leaving the
5951 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
5952 is set.
5953
e1fbabaf
GM
5954 * window.el (shrink-window-if-larger-than-buffer): Handle frame
5955 parameter `(minibuffer . t)'.
5956
f9db8f19
SM
59572001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5958
5959 * progmodes/sh-script.el (sh-st-symbol): New symbol.
5960 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
5961 (sh-mode): Remove `make-local-variable' for unused var
5962 `font-lock-unfontify-region-function'.
5963
02756877
RS
59642001-03-07 Richard M. Stallman <rms@gnu.org>
5965
132bf46d
RS
5966 * info.el (Info-scroll-down): Fix previous change.
5967
02756877
RS
5968 * mail/rmail.el (rmail-toggle-header): Use a window which
5969 is showing the Rmail buffer, rather than the selected window.
5970
eeb24429
DL
59712001-03-07 Dave Love <fx@gnu.org>
5972
5973 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
5974 now, to avoid problems with binding imenu directly to a mouse event.
5975
3bdf2660
GM
59762001-03-07 Gerd Moellmann <gerd@gnu.org>
5977
5978 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
5979 second arg t.
5980
59812001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
5982
5983 * log-edit.el (log-edit-common-indent): New var.
5984 (log-edit-set-common-indentation): Renamed from
5985 log-edit-delete-common-indentation. Use the new var.
5986 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
5987
5988 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
5989 (cvs-mode-add-change-log-entry-other-window):
5990 Don't presume change-log-default-name is defined.
5991
5992 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
5993
5994 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
5995 the "tree" operation as well.
5996
5997 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
5998
5999 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6000 to match paragraph-start.
6001
6002 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6003 comment-start-skip and set comment-end-skip as well.
6004 (sgml-comment-indent): Fix for new value of comment-start-skip.
6005 (html-autoview-mode): Don't bother using make-local-hook.
6006
2ad02767
GM
60072001-03-07 Gerd Moellmann <gerd@gnu.org>
6008
189638d5 6009 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 6010 variables, otherwise long Custom entries would make them ineffective.
189638d5 6011
2ad02767
GM
6012 * uniquify.el: Set maintainer to FSF.
6013
656f8cae
EZ
60142001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
6015
6016 * dired-aux.el (dired-do-shell-command): Doc fix.
6017
c83965c4
SM
60182001-03-06 Stefan Monnier <monnier@cs.yale.edu>
6019
04af43bc
SM
6020 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
6021
6022 * which-func.el (which-func-modes): Add cperl-mode.
6023 (which-func-mode-global): Use define-minor-mode.
6024
6025 * info-look.el: Docstring fixes and dead code eliminated.
6026 (cperl-mode): Add support.
6027 (emacs-lisp-mode): List all entries from elisp manual, whether
6028 or not they are currently (f)bound or not. Update regexp.
6029
6030 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
6031
c83965c4
SM
6032 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
6033 so that C-h m shows the correct information.
6034 Use make-local-variable rather than make-variable-buffer-local.
6035 (cperl-info-buffer, cperl-setup-tmp-buf):
6036 Use make-local-variable rather than make-variable-buffer-local.
6037 (cperl-msb-fix, cperl-get-help-defer):
6038 Check major-mode for `cperl-mode' as well.
6039
6040 * progmodes/cperl-mode.el: Updated to author version 4.23.
6041 (cperl-electric-pod): SYNOPSIS was misspelled.
6042 (cperl-find-pods-heres): @if ? a : b was considered a REx.
6043 (cperl-after-expr-p): Make true after __END__.
6044
f16a7aa5
GM
60452001-03-06 Gerd Moellmann <gerd@gnu.org>
6046
157ae273 6047 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 6048 bookmark-completion-ignore-case is t.
157ae273 6049
f16a7aa5
GM
6050 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
6051 switch, like xterm, and concat resource strings, with a newline
6052 between them.
6053
abaddb98
EZ
60542001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6055
a2ffbafe 6056 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
6057 (cp773-decode-table, cp774-decode-table): New variables.
6058
abaddb98
EZ
6059 * man.el (Man-hyphenated-reference-regexp): New variable.
6060 (Man-build-references-alist): Use it to search for referenced
6061 manpages. If hyphenated is non-nil, record a concatenated word in
6062 Man-refpages-alist only if it matches Man-reference-regexp.
6063 Update word's length when it is concatenated. Reverse the list,
6064 to get the first manpage at the head.
6065 (Man-possibly-hyphenated-word): New function.
6066 (Man-follow-manual-reference): Use it instead of current-word to
6067 find a manpage at point, in a way that accounts for hyphenated
6068 references.
6069
eb3f61dd
GM
60702001-03-06 Alex Schroeder <alex@gnu.org>
6071
6072 * sql.el (sql-interbase): New function.
6073 (sql-interbase-program): New option.
6074 (sql-interbase-options): New option.
6075 And some typos fixed: "customise" to "customize".
6076
fa84f42a
DL
60772001-03-06 Dave Love <fx@gnu.org>
6078
83c9cb8e
SM
6079 * textmodes/flyspell.el (flyspell-region):
6080 Set up flyspell-local-mouse-map.
fa84f42a 6081
fda3411d
RS
60822001-03-05 Richard M. Stallman <rms@gnu.org>
6083
a2ffbafe 6084 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
6085 Don't call rmail-beginning-of-message.
6086 Don't discard From: field. Do discard Received: field.
6087 Use unwind-protect to re-prune.
6088 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 6089
e972ab1f
KH
60902001-03-06 Kenichi Handa <handa@etl.go.jp>
6091
6092 * international/quail.el (quail-title): Add autoload cookie.
6093
335db3c1
DL
60942001-03-05 Dave Love <fx@gnu.org>
6095
6096 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
6097 new defs.
6098
278dd6ac
KH
60992001-03-05 Kenichi Handa <handa@etl.go.jp>
6100
83c9cb8e
SM
6101 * language/ethio-util.el (ethio-toggle-space):
6102 Update current-input-method-title if necessary.
36d5e61d
KH
6103 (ethio-toggle-punctuation): Likewise.
6104
341cd4f0
KH
6105 * international/quail.el (quail-title): Fix for the case that a
6106 title of an input method is specified by a list of the same form
6107 as used in mode-line-format.
6108
83c9cb8e
SM
6109 * international/mule-cmds.el (activate-input-method):
6110 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
6111 respect that value.
6112
10ebaeb6
GM
61132001-03-05 Gerd Moellmann <gerd@gnu.org>
6114
6115 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
6116
7a65c85c
GM
61172001-03-05 Alex Schroeder <alex@gnu.org>
6118
6119 * sql.el (sql-sybase): Fix typo (was: query user about server two
6120 times instead of server and database).
6121
6122 * sql.el (sql-sybase): Doc change.
6123 (sql-mysql): Doc change.
6124 (sql-postgres): Doc change.
6125
b86644f2
KH
61262001-03-05 Kenichi Handa <handa@etl.go.jp>
6127
83c9cb8e
SM
6128 * international/mule-conf.el (emacs-mule, raw-text):
6129 Docstring modified.
b86644f2 6130
e30bd7b7
EZ
61312001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6132
6133 * term/internal.el: Update copyright notice.
6134
6135 * term/pc-win.el: Update copyright notice.
6136
7e365285
DL
61372001-03-02 Dave Love <fx@gnu.org>
6138
83c9cb8e
SM
6139 * files.el (insert-file-contents-literally):
6140 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
6141 not jka-compr-compression-info-list.
7e365285 6142
75ed43a6
SM
61432001-03-02 Stefan Monnier <monnier@cs.yale.edu>
6144
6145 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
6146 spaces in default comment-start-skip settings rather than \s-.
6147
53c4b1e6
EZ
61482001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
6149
6150 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
6151 default-frame-alist as well.
6152
028d739a
DL
61532001-03-01 Dave Love <fx@gnu.org>
6154
6155 * textmodes/reftex.el (defvar): Wrap some defvars in
6156 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
6157
6158 * subr.el (event-basic-type): Doc fix.
6159
6160 * international/quail.el: Doc fixes.
6161
6162 * international/utf-8.el: Doc fixes.
6163
6164 * international/mule-cmds.el: Doc fixes.
6165 (leim-list-header): Fix header text.
6166
6167 * international/mule.el (coding-system-category): Doc fix.
6168
6169 * international/ccl.el (ccl-compile): Doc fix.
6170
15d1caef
SM
61712001-03-01 Stefan Monnier <monnier@cs.yale.edu>
6172
6173 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
6174 rather than (before|after)-change-functions.
6175
f84ff02c
GM
61762001-03-01 Gerd Moellmann <gerd@gnu.org>
6177
6178 * ediff-util.el (ediff-scroll-horizontally): Arrange for
6179 scroll-left and scroll-right being called interactively so that
6180 they set the window's min_hscroll.
6181
e0c1e774
EZ
61822001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
6183
6184 * info.el (info-insert-file-contents-1): Accept an additional
6185 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
6186 `suffix'; otherwise use the complicated MS-DOS code.
6187 All callers changed.
e0c1e774
EZ
6188 (info-insert-file-contents, Info-find-node): If the MS-DOS port
6189 can access long file names, try the long file-name version of
6190 `info-insert-file-contents-1', then the short file-name version.
6191
b8b2ea31 61922001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 6193
af122766
KH
6194 * language/ethio-util.el (setup-ethiopic-environment-internal):
6195 Change bindings of functions keys to conform to "Emacs Lisp Coding
6196 Convention".
6197
6198 * language/ethiopic.el ("Ethiopic"): Add documentation.
6199
b8b2ea31
KH
62002001-02-28 Kenichi Handa <handa@etl.go.jp>
6201
1d64e2ad
KH
6202 * international/utf-8.el (mule-utf-8): Set coding-category
6203 property to coding-category-utf-8.
6204
91cb6e51
RS
62052001-02-27 Richard M. Stallman <rms@gnu.org>
6206
6207 * lpr.el (lpr-page-header-switches, print-region-1):
6208 Undo 2000-07-06 change.
7298f3f7
RS
6209 (lpr-add-switches): Default to t on gnu/linux.
6210
c0cb1027
GM
62112001-02-27 Gerd Moellmann <gerd@gnu.org>
6212
6213 * bs.el (bs-attributes-list): Doc fix.
6214
01459648
GM
62152001-02-26 Gerd Moellmann <gerd@gnu.org>
6216
baebd8a5 6217 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 6218
01459648
GM
6219 * help.el (view-order-manuals): Use goto-address.
6220
6221 * startup.el (command-line-1): Add info about ordering manuals
6222 to the not so fancy splash screens.
6223
f93e614e
AS
62242001-02-26 Andre Spiegel <spiegel@gnu.org>
6225
01459648
GM
6226 * vc.el (vc-default-workfile-unchanged-p)
6227 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 6228
12435002
GM
62292001-02-26 Gerd Moellmann <gerd@gnu.org>
6230
a2ffbafe 6231 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
6232 fontify in the right buffer.
6233
12435002
GM
6234 * allout.el (outline-flag-region): Move macro in front of first
6235 use to avoid a run-time error.
6236
425de386
AI
62372001-02-24 Andrew Innes <andrewi@gnu.org>
6238
6239 * makefile.w32-in: Fix copyright notice.
6240
66c56ed1
KH
62412001-02-24 Kenichi Handa <handa@etl.go.jp>
6242
4c1593ce
KH
6243 * international/utf-8.el (mule-utf-8): Set correct value for
6244 valid-codes property.
6245
66c56ed1
KH
6246 * international/fontset.el (x-complement-fontset-spec): In the
6247 case that we use ASCII font for the other charsets, use only
15d1caef 6248 family and registry part of it.
66c56ed1 6249
119171dd
EZ
62502001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
6251
6252 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
6253 (shrink-window-if-larger-than-buffer): Doc fix.
6254
932c309e
SM
62552001-02-23 Stefan Monnier <monnier@cs.yale.edu>
6256
6257 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
6258 predicate passed to completing-read.
6259
9b760e36
EZ
62602001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
6261
6262 * startup.el (command-line): Fix last change.
6263
5c39a60f
JR
62642001-02-23 Jason Rumney <jasonr@gnu.org>
6265
6266 * startup.el (tool-bar-originally-present): New variable.
6267 (command-line): Set it if the tool-bar is switched on at startup.
6268
6269 * frame.el (frame-notice-user-settings): Only adjust frame height
6270 for no tool-bar case if tool-bar was originally switched on.
796ead7e 6271 From E. Jay Berkenbilt.
5c39a60f 6272
cb91b2c7
SM
62732001-02-22 Stefan Monnier <monnier@cs.yale.edu>
6274
39b557e8
SM
6275 * server.el (server-switch-buffer): Only switch window if the
6276 current one is dedicated.
6277
cb91b2c7
SM
6278 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
6279 rather than using (match-beginning 0) when searching for break point.
6280
9238a8df
EZ
62812001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
6282
6283 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
6284 @ follows an accent command such as @'. Support optional braces
6285 in commands that insert accents, like makeinfo does.
6286
3473f362
GM
62872001-02-22 Gerd Moellmann <gerd@gnu.org>
6288
6289 * startup.el (fancy-splash-text): Add a line for ordering
6290 manuals. Reverse order of splash screens shown.
6291 (use-fancy-splash-screens-p): Adapt to the text line added.
6292
6293 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
6294 manuals from the FSF.
6295
6296 * help.el (view-order-manuals): New function.
6297 (toplevel): Bind C-h C-m to this function.
6298
76a4de07
SM
62992001-02-21 Stefan Monnier <monnier@cs.yale.edu>
6300
6301 * newcomment.el (comment-forward): Skip the comment-start before
6302 searching for the comment-end.
6303
75b71d85
DL
63042001-02-21 Dave Love <fx@gnu.org>
6305
2f4c9a87
DL
6306 * custom.el (custom-initialize-changed, defcustom): Doc fix.
6307
75b71d85
DL
6308 * international/mule-cmds.el, international/mule.el: Doc fixes.
6309
ffc9ff0c
GM
63102001-02-21 Gerd Moellmann <gerd@gnu.org>
6311
6312 * startup.el (fancy-splash-screens): Use display-hourglass
6313 instead of display-busy-cursor.
6314
6315 * frame.el (display-hourglass): Renamed from busy-cursor.
6316 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
6317 (show-cursor-in-non-selected-windows): Doc fix.
6318
f34eb373
DL
63192001-02-20 Dave Love <fx@gnu.org>
6320
6321 * international/utf-8.el: Doc and commentary fixes.
6322
f55e4a7e
EZ
63232001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
6324
6325 * ehelp.el (with-electric-help): Doc fix.
6326
fa97adf6
GM
63272001-02-20 Gerd Moellmann <gerd@gnu.org>
6328
6329 * msb.el (msb-mode): Call the update-buffers function explicitly
6330 with a FORCE argument.
6331
6332 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
6333 FORCE. If set, update the menu even if frame-or-buffer-changed-p
6334 returns nil.
6335
54ed3bd2
GM
63362001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6337
6338 * ps-print.el: Timestamp package replacement. Some enhancements.
6339 Some XEmacs compatibility. Doc fix.
6340 (ps-print-version): New version number (6.4).
6341 (ps-printer-name): Initialization fix.
6342 (ps-zebra-stripe-follow): Funcionality enhancement.
6343 (ps-prologue-file): Code enhancement.
6344 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
6345 (ps-setup, ps-face-bold-p, ps-face-italic-p)
6346 (ps-get-page-dimensions)
54ed3bd2
GM
6347 (ps-generate-header, ps-begin-file, ps-begin-job)
6348 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
6349 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
6350 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
6351 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 6352
e8ebf97d
MB
63532001-02-20 Miles Bader <miles@gnu.org>
6354
6355 * image-file.el (image-file-name-extensions): Add "tif".
6356
136b27c5
GM
63572001-02-19 Gerd Moellmann <gerd@gnu.org>
6358
6359 * wid-edit.el (widget-button-click): Save the selected window
6360 around the code handling clicks on buttons.
6361
6ebbcf59
DL
63622001-02-18 Dave Love <fx@gnu.org>
6363
6364 * imenu.el (imenu--generic-function): Use mapc to iterate over
6365 syntax characters.
6366
595ded73
RS
63672001-02-17 Richard M. Stallman <rms@gnu.org>
6368
b9fe3dc8
RS
6369 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
6370
595ded73
RS
6371 * uniquify.el (uniquify-buffer-name-style): Doc fix.
6372
f3f053f3
GM
63732001-02-16 Gerd Moellmann <gerd@gnu.org>
6374
6375 * mouse.el (mouse-save-then-kill): If the distance from the new
6376 point to the mark is equal to the distance of point from the new
6377 point, move point instead of the mark.
6378
11570a8f
DL
63792001-02-16 Dave Love <fx@gnu.org>
6380
6381 * textmodes/flyspell.el (flyspell-get-word): Return string without
6382 properties.
6383
fb339cd5
EZ
63842001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
6385
6386 * generic.el (generic-find-file-regexp): Doc fix.
6387 (generic-ignore-files-regexp): New defcustom.
6388 (generic-mode-find-file-hook): If the file's name matches the
6389 regexp in `generic-ignore-files-regexp', don't enter
6390 default-generic-mode. Doc fix.
6391
c56b1c1b
GM
63922001-02-16 Gerd Moellmann <gerd@gnu.org>
6393
a2ffbafe 6394 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
6395 Add autoload cookies.
6396
a2ffbafe 6397 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
6398 of cal-tex-24.
6399
0d140e65
EZ
64002001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
6401
81558867
EZ
6402 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
6403
0d140e65
EZ
6404 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
6405 the character class after the (optional) drive, to support file
6406 names with embedded blanks.
6407
713f7b15
SS
64082001-02-15 Sam Steingold <sds@gnu.org>
6409
6410 * textmodes/tex-mode.el (tex-shell-running):
6411 Check the process buffer too.
6412
9a2a6f73
DL
64132001-02-15 Dave Love <fx@gnu.org>
6414
6415 * battery.el (battery-status-function): Fix doc, :type.
6416
15d1caef 6417 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 6418
fe10cef0
GM
64192001-02-15 Gerd Moellmann <gerd@gnu.org>
6420
6421 * subr.el (read-passwd): Clear Lisp memory holding password.
6422
126f5d4d
MB
64232001-02-15 Miles Bader <miles@gnu.org>
6424
6425 * info.el (Info-copy-current-node-name): New function.
6426 (Info-mode-menu): Add it to the menu.
6427
92e98d63
RS
64282001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
6429
6430 * international/mule-cmds.el (toggle-input-method): Doc fix.
6431
dd4e0e55
SM
64322001-02-13 Stefan Monnier <monnier@cs.yale.edu>
6433
6434 * replace.el (occur): Stop at end of buffer.
6435
402dbbd1
EZ
64362001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
6437
6438 * international/mule-cmds.el (set-input-method): Another doc fix.
6439
e9fcba3d
GM
64402001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
6441
6442 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
6443
78ad1cd5
MB
64442001-02-13 Miles Bader <miles@gnu.org>
6445
713f7b15 6446 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
6447 (set-face-stipple): Treat a value of nil as being `unspecified'.
6448
fce9d9dc
DL
64492001-02-12 Dave Love <d.love@dl.ac.uk>
6450
6451 * international/latin1-disp.el: Doc fixes.
6452 (latin1-display) <defgroup>: Add :link.
6453 (latin1-display) <function>: Set variable latin1-display.
6454
bc406911
EZ
64552001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
6456
6457 * international/mule-cmds.el (set-input-method): Doc fix.
6458
68514d48
EL
64592001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
6460
6461 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
6462 (speedbar-line-file): Return nil if not a file.
6463 (speedbar-buffers-line-path): Return file for tags, and dir for files.
6464
513bea45 64652001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 6466
513bea45
MK
6467 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
6468 for remote files.
bc406911 6469 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 6470 with raw-text.
713f7b15 6471
513bea45 6472 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 6473
83c9cb8e
SM
6474 * ediff-util.el (ediff-compute-custom-diffs-maybe):
6475 Better handling of the diff mode.
713f7b15 6476
513bea45 6477 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 6478
bc406911 6479 * viper.texi: Fix typos.
713f7b15 6480
521d4010
DL
64812001-02-11 Dave Love <fx@gnu.org>
6482
36fd8e17
DL
6483 * shadowfile.el: Doc fixes.
6484 (shadow) <defgroup>: Add :link.
6485 (shadowfile-unload-hook): New function.
6486 (shadow-initialize): Use defalias, not fset.
6487 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 6488 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 6489
521d4010
DL
6490 * international/mule.el: Doc and message fixes.
6491
36fd8e17
DL
6492 * international/ccl.el (define-ccl-program): Doc fix.
6493
92395bbe
KH
64942001-02-11 Kenichi Handa <handa@etl.go.jp>
6495
6496 * faces.el (mode-line): Set :line-width property to -1.
6497
103db06c
RS
64982001-02-10 Richard M. Stallman <rms@gnu.org>
6499
08b78974
RS
6500 * complete.el (partial-completion-mode): Doc fix.
6501
103db06c
RS
6502 * simple.el (delete-key-deletes-forward-mode):
6503 Change `let' to `let*' to fix gross bug in last change.
6504
6505 * repeat.el (repeat): Don't let execute-kbd-macro alter
6506 real-last-command.
6507
a6a1ee53
EZ
65082001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
6509
6510 * simple.el (eval-expression): Doc fix.
6511
d2f288c6
DL
65122001-02-09 Dave Love <fx@gnu.org>
6513
038f4ae3
DL
6514 * imenu.el (imenu-generic-expression): Doc fix.
6515
83c9cb8e
SM
6516 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
6517 From Juanma Barranquero.
038f4ae3 6518
15d1caef 6519 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 6520
9804b846
KH
65212001-02-09 Kenichi Handa <handa@etl.go.jp>
6522
6523 * faces.el (set-face-attribute): Describe the case of a negative
6524 value specified for :line-width.
6525
532f5197
SM
65262001-02-08 Stefan Monnier <monnier@cs.yale.edu>
6527
6528 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 6529 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 6530
1d279666
DL
65312001-02-08 Dave Love <fx@gnu.org>
6532
4681ca3a
DL
6533 * wid-edit.el (widget-plist-convert-widget): Replace binding of
6534 widget-plist-value-type.
6535 (widget-alist-convert-widget): Replace binding of
6536 widget-alist-value-type.
6537
1d279666
DL
6538 * textmodes/paragraphs.el (sentence-end): Doc fix.
6539
83c9cb8e
SM
6540 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
6541 Remove `backward-line'.
1d279666 6542
532f5197
SM
6543 * play/pong.el (pong-blank-color, pong-bat-color)
6544 (pong-ball-color, pong-border-color, pong-left-key)
6545 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
6546 (pong-pause-key, pong-resume-key, pong-timer-delay):
6547 * mail/mh-comp.el (mh-compose-letter-function):
6548 * eshell/esh-mode.el (eshell-skip-prompt-function):
6549 * emulation/viper-ex.el (ex-unix-type-shell-options):
6550 * recentf.el (recentf-menu-filter):
6551 * ps-print.el (ps-print-region-function):
6552 * lpr.el (print-region-function):
6553 * forms.el (forms-mode-hooks):
6554 * dirtrack.el (dirtrack-directory-change-hook):
6555 * cus-start.el (temp-buffer-show-function, display-buffer-function):
6556 * textmodes/spell.el (spell-filter):
6557 * textmodes/fill.el (adaptive-fill-function):
6558 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
6559 * progmodes/etags.el (find-tag-default-function):
6560 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
6561 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6562
6f676109
EZ
65632001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
6564
751d3bc4
EZ
6565 * emulation/viper-init.el (viper-fast-keyseq-timeout)
6566 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
6567 Meyering <jim@meyering.net>.
6568
6f676109
EZ
6569 * loadup.el: Revert last change.
6570
d3c26cdf
KH
65712001-02-07 Kenichi Handa <handa@etl.go.jp>
6572
83c9cb8e
SM
6573 * international/mule.el (transform-make-coding-system-args):
6574 Make it work also for coding systems not using CCL.
d3c26cdf 6575
44806980
EZ
65762001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6577
9889af08
EZ
6578 * simple.el (previous-matching-history-element)
6579 (next-matching-history-element): Doc fix.
6580
44806980
EZ
6581 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
6582 specific part.
6583
1e36ff68
DL
65842001-02-06 Dave Love <fx@gnu.org>
6585
713f7b15 6586 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
6587 (add-log-buffer-file-name-function, add-log-file-name-function):
6588 Fix :type.
6589 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
6590
c7ca58df
EZ
65912001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6592
fecd556a
EZ
6593 * info.el (info-initialize): Remove the test for system-type when
6594 invocation-directory is non-nil.
6595
c7ca58df
EZ
6596 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
6597 of `font-lock-defaults' to `backward-paragraph' rather than nil.
6598
587b5737
AI
65992001-02-06 Andrew Innes <andrewi@gnu.org>
6600
6601 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
6602 absolute.
6603
baf7eee4
GM
66042001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
6605
6606 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
6607 buffers. When hi-lock turned on rather than only checking current
6608 buffer for regexps, all buffers are checked. Moved activation of
6609 font-lock to hi-lock-refontify. When font-lock turned off rather
6610 than removing added highlighting just in current buffer, remove it
6611 in all buffers. Changed edit menu text from "Automatic
6612 Highlighting" to "Regexp Highlighting" Documentation for
6613 highlighting phrases, minor documentation changes.
6614 (hi-lock-set-file-patterns): Execute only if there are new or
6615 existing file patterns.
6616 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
6617 unfontify and, if a support mode is active, will not refontify the
6618 whole buffer. If necessary, turn on font lock. (Removed
6619 font-lock-unfontify and font-lock support-mode-specific calls,
6620 such as lazy-lock-fontify-window.)
6621 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
6622 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 6623 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
6624 (hi-lock-face-phrase-buffer): New function. Also added related
6625 menu item and keybinding.
6626 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
6627 (hi-lock-process-phrase): New function.
6628 (hi-lock-line-face-buffer): Doc fixes.
6629 (hi-lock-face-buffer): Doc fixes.
6630 (hi-lock-unface-buffer): Doc fixes.
713f7b15 6631
36710aa6
GM
66322001-02-06 Gerd Moellmann <gerd@gnu.org>
6633
6634 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
6635 dabbrev-ignored-regexps.
6636
d3f22784
EZ
66372001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6638
6639 * simple.el (kill-line): Doc fix.
6640
5cb3c8d4
DL
66412001-02-05 Dave Love <fx@gnu.org>
6642
6643 * loadup.el: Revert last two changes -- bootstrapping works with
6644 regenerated loaddefs.
6645
e6297e7d
EZ
66462001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
6647
1e14b095
EZ
6648 * isearch.el (isearch-forward): Doc fix.
6649
e6297e7d
EZ
6650 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
6651 of font-lock-defaults to backward-paragraph.
6652
e16f52ce
GM
66532001-02-05 Gerd Moellmann <gerd@gnu.org>
6654
6655 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
6656 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
6657
01d19dd7
GM
66582001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6659
6660 * ebnf2ps.el: Eliminate time-stamp functions.
6661 (ebnf-version): New version (3.5).
6662 (ebnf-eps-finish-and-write): Replace time-stamp functions by
6663 format-time-string.
6664
24886813
GM
66652001-02-05 Gerd Moellmann <gerd@gnu.org>
6666
6667 * simple.el (next-line): Goto end-of-line before inserting a newline.
6668
65e70fc4
MB
66692001-02-05 Miles Bader <miles@gnu.org>
6670
6671 * image-file.el (insert-image-file): When visiting an image, also
6672 set `truncate-lines' to t so that any fringe arrow looks correct.
6673
482f06c9
KH
66742001-02-05 Kenichi Handa <handa@etl.go.jp>
6675
6676 * isearch.el (isearch-forward): Add description about input method
6677 in the docsting.
6678
02399da7
SM
66792001-02-04 Stefan Monnier <monnier@cs.yale.edu>
6680
6681 * skeleton.el (skeleton-internal-1): Always push the mark for @.
6682
2c366083
EZ
66832001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
6684
6685 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 6686 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 6687
bdadfce3
GM
66882001-02-02 Gerd Moellmann <gerd@gnu.org>
6689
79fb38c0
GM
6690 * wid-edit.el (widget-button-click): Fix last change.
6691
bdadfce3
GM
6692 * frame.el (frame-notice-user-settings): When resizing the initial
6693 frame because the tool bar is off, also change the frame's top
6694 position if a negative top position was specified.
6695
33155ffb
MB
66962001-02-02 Miles Bader <miles@gnu.org>
6697
6698 * image-file.el (insert-image-file): When visiting an image,
6699 suppress the cursor in the image buffer.
6700
1355ba0c
DL
67012001-02-01 Dave Love <fx@gnu.org>
6702
6703 * progmodes/f90.el (f90-mode): Remove startup message.
6704
fb758d2d 6705 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 6706
01acdb05
GM
67072001-02-01 Gerd Moellmann <gerd@gnu.org>
6708
6709 * startup.el (command-line): Fix code determining whether or not
6710 to use delete-key-deletes-forward-mode.
6711
5b1ee316
AS
67122001-02-01 Andre Spiegel <spiegel@gnu.org>
6713
6714 * vc.el (vc-diff-switches): New user option.
6715 (vc-version-diff): Use it.
6716 (vc-diff-switches-list): New macro.
6717
83c9cb8e
SM
6718 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
6719 New customization options.
5b1ee316
AS
6720 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
6721
6722 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
6723
00b1e7a1
GM
67242001-02-01 Gerd Moellmann <gerd@gnu.org>
6725
6726 * msb.el (toplevel): Quote hook symbols.
6727
85827036
KH
67282001-02-01 Kenichi Handa <handa@etl.go.jp>
6729
8e028499 6730 * international/mule.el (make-coding-system): Add description
3c948dde 6731 about recognized properties in the docstring.
8e028499 6732
85827036
KH
6733 * international/mule-conf.el: Remove unused charsets
6734 mac-roman-lower and mac-roman-upper.
6735
7ccf7ab9
GM
67362001-01-31 Gerd Moellmann <gerd@gnu.org>
6737
2441692d
GM
6738 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
6739 is in front of the left-margin, if any.
6740
ee5cece0
GM
6741 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
6742 like `delete'.
6743
83c9cb8e 6744 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 6745
7ccf7ab9
GM
6746 * term/w32-win.el (mouse-set-font): Doc fix.
6747
b4f30ec5 67482001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 6749
b4f30ec5
GM
6750 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
6751 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
6752 on already.
6753
03e0fe6e
GM
67542001-01-31 Markus Rost <rost@math.ohio-state.edu>
6755
6756 * files.el (save-buffer): Don't give message if (buffer-file-name)
6757 returns nil.
713f7b15 6758
8f289acc
EZ
67592001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
6760
cb4aae04
EZ
6761 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
6762
dbd98b19
EZ
6763 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
6764 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
6765
8f289acc
EZ
6766 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
6767 display problems.
6768
c12553c1
KH
67692001-01-31 Kenichi Handa <handa@etl.go.jp>
6770
c7bf5db9
KH
6771 * international/mule.el (charset-info): Fix docstring.
6772
6773 * international/mule-diag.el (describe-character-set): Check final
6774 char valid before printing it.
c12553c1 6775
14f16b9c
GM
67762001-01-30 Gerd Moellmann <gerd@gnu.org>
6777
efaa080b
GM
6778 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
6779
eef93f99
GM
6780 * frame.el (frame-notice-user-settings): Do the tool-bar
6781 stuff only for graphical displays. Fix a braino.
713f7b15 6782
14f16b9c
GM
6783 * frame.el (frame-initialize): Create initial frame visible.
6784 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 6785 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
6786
6787 * startup.el (command-line): Remove manipulation of frame
6788 height for tool bars.
6789
4ad25e43
EZ
67902001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6791
6792 * lpr.el: Compatibility with XEmacs and doc fixes.
6793 (lpr-windows-system, lpr-lp-system): New vars.
6794 (lpr-printer-switch): New defcustom.
6795 (printer-name, lpr-command): Customization fix.
6796 (print-region-1): Code fix.
6797 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
6798 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
6799 New functions.
4ad25e43 6800
e8f044a0
GM
68012001-01-29 Gerd Moellmann <gerd@gnu.org>
6802
6803 * msb.el (toplevel): Fix the eval-after-load.
6804
850d5045
GM
68052001-01-29 Dave Love <fx@gnu.org>
6806
762fe76e
DL
6807 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
6808
6809 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
6810
83c9cb8e 6811 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
6812 (tcl-using-emacs-19-23): Consider Emacs 21+.
6813 (tcl-help-directory-list, tcl-command-switches): Fix :type.
6814 (tcl-add-emacs-menu): Supply menu name.
6815 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
6816
3a768251
GM
68172001-01-29 Gerd Moellmann <gerd@gnu.org>
6818
6819 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
6820
274d02f7
SM
68212001-01-29 Stefan Monnier <monnier@cs.yale.edu>
6822
6823 * pcvs.el (cvs-mark-fis-dead): New function.
6824 (cvs-mode-add): Use it.
6825 (cvs-mode-add-change-log-entry-other-window):
6826 Rebind change-log-default-name to itself rather than to nil.
6827
ed5d446e
SS
68282001-01-29 Sam Steingold <sds@gnu.org>
6829
efaa080b 6830 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
6831 `autoload' statements.
6832
e2a80284
EZ
68332001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
6834
8e1db7b3
EZ
6835 * files.el (confirm-kill-emacs): Doc fix.
6836
ff2a1c79
EZ
6837 * frame.el (frame-initialize): Doc fix.
6838
e7b0deaf
EZ
6839 * time-stamp.el (time-stamp-string): Doc fix.
6840
83c9cb8e
SM
6841 * woman.el (WoMan-log-1): Make the log buffer writable.
6842 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 6843
005913e4
GM
68442001-01-29 Gerd Moellmann <gerd@gnu.org>
6845
6846 * imenu.el (imenu-syntax-alist): Add autoload cookie for
6847 the `make-variable-buffer-local'.
6848
58622cc5
GM
68492001-01-29 Dave Love <fx@gnu.org>
6850
6851 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
6852 (ansi-color-for-comint-mode-on, ansi-color-process-output):
6853 Add autoload cookie.
58622cc5
GM
6854 (ansi-color-apply-sequence): Fix typo.
6855
0404d031
GM
68562001-01-29 Gerd Moellmann <gerd@gnu.org>
6857
ed5d446e 6858 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
6859 Postscript printing in black and white.
6860
0404d031
GM
6861 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
6862 X-Mailman-Version, Precedence, List-Help, List-Post,
6863 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
6864 Content-Type, Content-Length.
6865
3b6ed359
DL
68662001-01-29 Dave Love <fx@gnu.org>
6867
ddd16e7a
DL
6868 * elide-head.el (elide-head): Make overlay evaporate.
6869
83c9cb8e 6870 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 6871
8005142f
EZ
68722001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
6873
6874 * isearch.el (isearch-highlight): Don't punt if the display
6875 doesn't support colors, since isearch faces are defined for
6876 monochrome displays as well.
6877
84728570
SS
68782001-01-27 Sam Steingold <sds@gnu.org>
6879
6880 * shell.el (shell-write-history-on-exit): Make sure that we are in
6881 the shell buffer (M-x tex-file RET inserted the error message into
6882 the TeX buffer).
6883
e26f9ced
EZ
68842001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6885
6886 * simple.el (transient-mark-mode): Doc fix.
6887
dc0274bd
GM
68882001-01-27 Gerd Moellmann <gerd@gnu.org>
6889
83c9cb8e 6890 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 6891
c1acacc4
EZ
68922001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6893
f5058b96
EZ
6894 * shell.el (shell-unquote-argument): If the shell is one of the
6895 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
6896 quote character.
6897 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 6898 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 6899
c1acacc4 6900 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 6901 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 6902
103db06c 69032001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 6904
84728570 6905 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
6906 Treat a one-capital-letter abbrev as "not all upper case",
6907 so as to force preservation of the expansion's pattern
6908 if the expansion starts with a capital letter.
6909
cfa70244
EZ
69102001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6911
cfee9de7
EZ
6912 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
6913 Doc fix.
6914
cfa70244
EZ
6915 * simple.el (transient-mark-mode): Document the fact that many
6916 commands act on the region when mark is active.
6917
17d90d6b
KH
69182001-01-27 Kenichi Handa <handa@etl.go.jp>
6919
6920 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 6921 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
6922 (quail-show-guidance-buf): Make the multibyteness of current
6923 buffer inherited to Quail guidance buffer.
6924 (quail-help): Make the multibyteness of current buffer inherited
6925 to Quail help buffer.
6926
61076b20
DL
69272001-01-26 Dave Love <fx@gnu.org>
6928
c47e2c68
DL
6929 * time-stamp.el: Doc fixes.
6930
84728570 6931 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
6932 (delphi-keyword-face, delphi-other-face): Fix :type.
6933
940f14b4
DL
6934 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
6935
6936 * mail/feedmail.el (feedmail): Add :link.
6937 (feedmail-send-it): Doc fix.
6938
6939 * mail/sendmail.el: Doc fixes.
6940 (sendmail-send-it): Fix the non-ASCII regexp and use
6941 rfc2047-encode-string.
6942
61076b20
DL
6943 * dired.el, dired-aux.el: Revert last change.
6944
6c317bd2
GM
69452001-01-26 Gerd Moellmann <gerd@gnu.org>
6946
6947 * makefile.w32-in (DONTCOMPILE): Add various term files.
6948
69492001-01-26 Dave Love <fx@gnu.org>
6950
6951 * Makefile.in (DONTCOMPILE): Add various term files.
6952
1c636b5f
GM
69532001-01-26 Gerd Moellmann <gerd@gnu.org>
6954
af900b23
GM
6955 * man.el (Man-default-man-entry, Man-mode): Doc fix.
6956
15fa6db0 6957 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 6958 the echo area is resized to fit the size of the startup message.
15fa6db0 6959
1c636b5f
GM
6960 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
6961 part of which is a constant.
6962
9b1adbd5
EZ
69632001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
6964
83c9cb8e 6965 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 6966
103db06c 69672001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
6968
6969 * simple.el (next-line): Don't let `newline' expand abbrevs.
6970 Simplify slightly.
6971 (open-line): Don't let `newline' expand abbrevs.
6972
219227ea
JW
69732001-01-25 John Wiegley <johnw@gnu.org>
6974
6975 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
6976 to `repeat' in the :type field.
6977
6978 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
6979 allow a choice of regexp or nil.
d2906bf8 6980 (pcomplete-dir-ignore): Same.
219227ea
JW
6981
6982 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
6983 a command) to always fail.
6984
ceba0dac
GM
69852001-01-25 Gerd Moellmann <gerd@gnu.org>
6986
6987 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
6988 discard the result.
6989 (iswitchb-to-end): Likewise.
6990
9b0630e5
SS
69912001-01-25 Sam Steingold <sds@gnu.org>
6992
6993 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 6994 Require vc.
9b0630e5 6995
a2ed9670
SM
69962001-01-25 Stefan Monnier <monnier@cs.yale.edu>
6997
f0c1adab
SM
6998 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
6999
a2ed9670
SM
7000 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7001
34ac3367
DL
70022001-01-25 Dave Love <fx@gnu.org>
7003
61076b20
DL
7004 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
7005 (describe-coding-system): Tweak the English text.
7006
34ac3367
DL
7007 * loadup.el: Preload international/ccl for utf-8.
7008
4685e6b7
EZ
70092001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7010
7011 * mail/rmail.el (rmail-redecode-body): Doc fix.
7012
0fdb4475
KH
70132001-01-25 Kenichi Handa <handa@etl.go.jp>
7014
83c9cb8e
SM
7015 * international/mule-cmds.el (reset-language-environment):
7016 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 7017
83c9cb8e
SM
7018 * international/mule-conf.el (coding-category-utf-8):
7019 Initialize to mule-utf-8.
0fdb4475 7020
9b0630e5 7021 * loadup.el: Preload international/utf-8.
0fdb4475
KH
7022
7023 * international/utf-8.el: New file.
7024
245ed2b1
SM
70252001-01-24 Stefan Monnier <monnier@cs.yale.edu>
7026
7027 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
7028
e95b0c08
SS
70292001-01-24 Sam Steingold <sds@gnu.org>
7030
7031 * dired.el (dired-replace-in-string): Removed.
7032 (dired-sort-toggle): Use `replace-regexps-in-string'
7033 instead of `dired-replace-in-string'.
9b0630e5 7034
ceba0dac
GM
7035 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
7036 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 7037
e95b0c08
SS
7038 * gs.el (gs-replace-in-string): Removed.
7039 (gs-options): Use `replace-regexps-in-string'
7040 instead of `gs-replace-in-string'.
7041
c3902c3e
EZ
70422001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
7043
7044 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
7045 bug report is mailed to an email list and posted to a news group.
7046
b66b6aeb
GM
70472001-01-24 Gerd Moellmann <gerd@gnu.org>
7048
83c9cb8e
SM
7049 * comint.el (comint-replace-by-expanded-history-before-point):
7050 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 7051
b66b6aeb
GM
7052 * startup.el (tool-bar-images-pixel-height): New variable.
7053 (command-line): After loading the user's init file, when
7054 tool-bar-mode is on, increase the frame's size by some lines for
7055 the tool-bar.
7056
7057 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 7058
ff890e66
SZ
70592001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
7060
7061 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
7062 (chinese-big5): MIME:Big5.
7063
04363179
GM
70642001-01-24 Gerd Moellmann <gerd@gnu.org>
7065
e95b0c08 7066 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
7067 Handle commands with prefix args.
7068
d56aaa64
GM
70692001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7070
7071 * calendar/diary-lib.el (diary-float): Fix case of MONTH
7072 being a list of numbers.
7073 (diary-mail-entries): Rewritten.
7074
99858627
DL
70752001-01-23 Dave Love <fx@gnu.org>
7076
7aeb1fa9
DL
7077 * international/mule.el (make-coding-system): Fix typo.
7078
83c9cb8e
SM
7079 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
7080 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 7081
5a43decf
EZ
70822001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
7083
7084 * font-lock.el (font-lock-mode): Doc fix.
7085
b0e98867
KH
70862001-01-23 Kenichi Handa <handa@etl.go.jp>
7087
7088 * international/mule.el (make-translation-table): Fix docstring.
7089
9c8acefd
EZ
70902001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
7091
fd4976b8
EZ
7092 * mail/rmail.el (rmail-redecode-body): New function.
7093
9c8acefd
EZ
7094 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
7095
871e0439
GM
70962001-01-22 Gerd Moellmann <gerd@gnu.org>
7097
21c2bbe0
GM
7098 * isearch.el (isearch-lazy-highlight-case-fold-search)
7099 (isearch-lazy-highlight-regexp): New variables.
7100 (isearch-lazy-highlight-cleanup): Update lazy highlight if
7101 case-fold search or regexp search has been toggled.
7102
5710730c
GM
7103 * wid-edit.el (widget-button-click): Avoid a save-excursion
7104 around running a global binding.
7105
871e0439
GM
7106 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
7107 to 0.25.
7108
d0554957
MB
71092001-01-20 Miles Bader <miles@gnu.org>
7110
7111 * cus-edit.el (custom-face-save): Do post-processing on the face's
7112 new value like `custom-face-set' does.
7113
1519f618
EZ
71142001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7115
ccd87890
EZ
7116 * mail/emacsbug.el (report-emacs-bug): Report the value of
7117 LC_CTYPE, not LC_TYPE.
7118
1519f618
EZ
7119 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
7120 isearch-toggle-regexp and isearch-edit-string to doc string.
7121
9724173b
GM
71222001-01-19 Gerd Moellmann <gerd@gnu.org>
7123
48bb9196
GM
7124 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
7125 as font-lock-beginning-of-syntax-function in font-lock-defaults.
7126
e95b0c08 7127 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
7128 font-lock-beginning-of-syntax-function to nil.
7129
dc81f8a2
EZ
71302001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7131
7132 * mail/emacsbug.el (report-emacs-bug): Report values of
7133 locale-coding-system, default-enable-multibyte-characters, and the
7134 environment variables LC_ALL, LC_TYPE, and LANG.
7135
99327974
GM
71362001-01-19 Gerd Moellmann <gerd@gnu.org>
7137
83c9cb8e 7138 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 7139
2be6ecc6
GM
7140 * font-lock.el (font-lock-multiline): Default to nil.
7141 (font-lock-default-fontify-region): If font-lock-multiline is
7142 nil, don't check the property `font-lock-multiline'.
7143
99327974
GM
7144 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
7145 is nil, don't check the `font-lock-multiline' text property.
7146
2550055a
MK
71472001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7148
0a949811 7149 * viper.el: Call initial-major-mode on startup.
e95b0c08 7150
0a949811 7151 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 7152
8501998a 7153 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 7154
2550055a 71552001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 7156
0a949811 7157 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 7158 diff mode, if available.
e95b0c08 7159
0a949811 71602001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 7161
8501998a 7162 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 7163
2550055a
MK
7164 * ediff-init.el (subst-char-in-string): Define and use it, unless
7165 it's already defined.
e95b0c08 7166
8962e303
GM
71672001-01-18 Gerd Moellmann <gerd@gnu.org>
7168
7169 * tooltip.el (tooltip-hide-delay): New user-option.
7170 (tooltip-show): Use tooltip-hide-delay instead of the default.
7171
6b453381
KH
71722001-01-18 Kenichi Handa <handa@etl.go.jp>
7173
7174 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
7175 kill-local-variable doesn't work for enable-multibyte-characters.
7176
9eaf396b
DL
71772001-01-17 Dave Love <fx@gnu.org>
7178
cebd37ce
DL
7179 * ediff-init.el (ediff-before-setup-hook)
7180 (ediff-merge-filename-prefix): Add :version.
7181
9eaf396b
DL
7182 * international/latin1-disp.el: Require disp-table.
7183 (latin1-display): Fix :set.
7184
7185 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
7186
f864120f
GM
71872001-01-17 Gerd Moellmann <gerd@gnu.org>
7188
7189 * isearch.el (isearch-lazy-highlight-initial-delay)
7190 (isearch-lazy-highlight-interval): Default to 0.
7191
71922001-01-17 Bob Glickstein <bobg@zanshin.com>
7193
7194 * isearch.el (isearch-highlight): Set isearch-overlay priority to
7195 1 here rather than each time through
7196 isearch-lazy-highlight-new-loop.
7197 (isearch-lazy-highlight-max): Variable deleted.
7198 (isearch-lazy-highlight-max-at-a-time): New user variable, like
7199 isearch-lazy-highlight-max but controls a single invocation of
7200 isearch-lazy-highlight-update.
7201 (isearch-lazy-highlight-wrapped): Variable recreated.
7202 (isearch-lazy-highlight-window-start): New variable.
7203 (isearch-lazy-highlight-cleanup): Restored to behavior of
7204 before 2-Jan.
7205 (isearch-lazy-highlight-remove-overlays): Function deleted;
7206 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
7207 behavior removed.
7208 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
7209 isearch-lazy-highlight-update in a loop rather than just once.
7210 Test isearch-invalid-regexp here and decide not to start a new
7211 loop, rather than testing it each time through
7212 isearch-lazy-highlight-update.
7213 (isearch-lazy-highlight-search): Function restored.
7214 (isearch-lazy-highlight-update): Get called in a timer loop again,
7215 but this time highlight more than one match each time through.
83c9cb8e
SM
7216 Only highlight matches in the visible part of the window.
7217 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
7218 the edge of the window. Use sit-for to force redisplay and ensure
7219 window-start is credible. "Face suppressing" behavior removed;
7220 overlay priorities should make it unnecessary, right?
7221 (isearch-highlight): Face suppressing behavior removed.
7222 (isearch-dehighlight): Face suppressing behavior removed.
7223 (isearch-set-lazy-highlight-faces-at): Removed.
7224
076ec540
KH
72252001-01-17 Kenichi Handa <handa@etl.go.jp>
7226
7227 * language/european.el ("Latin-1"): Make the format of description
7228 about additional language environments same as that of Latin-2.
7229
92328ec5
DL
72302001-01-16 Dave Love <fx@gnu.org>
7231
39f2174e
DL
7232 * isearch.el (isearch-lazy-highlight): Add :version.
7233
92328ec5
DL
7234 * simple.el (backward-delete-char-untabify-method)
7235 (next-line-add-newlines): Add :version.
7236
f251459d
GM
72372001-01-16 Gerd Moellmann <gerd@gnu.org>
7238
9d4850e5
GM
7239 * bindings.el: Bind <backspace> and <delete> via function-key-map.
7240 Don't bind <delete> otherwise.
7241
7242 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
7243 and <delete> via function-key-map.
7244
f251459d
GM
7245 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
7246 Subject line only if point is after the `Subject:'.
7247
771ffcf7
KH
72482001-01-16 Kenichi Handa <handa@etl.go.jp>
7249
bda6b481
KH
7250 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
7251 japanese-jisx0213-2 in `charset' property of this lang. env.
7252
35793af7
KH
7253 * language/european.el ("Latin-1"): Add description for Dutch and
7254 Spanish lang. env.
7255
771ffcf7
KH
7256 * international/mule.el (decode-char): Fix conditions.
7257 (encode-char): Handle eight-bit-control too.
1c8102ff 7258 (transform-make-coding-system-args): New function.
50c29104
KH
7259 (make-coding-system): Accept XEmacs style arguments for CCL base
7260 coding system.
771ffcf7 7261
e1cf67b6
GM
72622001-01-15 Gerd Moellmann <gerd@gnu.org>
7263
7264 * progmodes/etags.el (find-tag-noselect): Save the value of
7265 tags-file-name before switching buffers, for the case it has a
7266 buffer-local value.
7267
b3287acf
GM
72682001-01-15 Alex Schroeder <alex@gnu.org>
7269
9eaf396b
DL
7270 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
7271 From Dave Love <fx@gnu.org>.
b3287acf
GM
7272 (ansi-color-for-comint-mode): Fix :version.
7273
72742001-01-15 Alex Schroeder <alex@gnu.org>
7275
7276 * ansi-color.el (ansi-color-unfontify-region): Doc change.
7277
8d7ff9c8
EZ
72782001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
7279
7280 * dired.el (dired-insert-directory): If file-system-info fails,
7281 remove the " free " part, but don't signal an error.
7282
dbe99ae9
SS
72832001-01-12 Sam Steingold <sds@gnu.org>
7284
7285 * bookmark.el (bookmark-maybe-historicize-string):
7286 Use new backquote syntax.
7287
103db06c 72882001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
7289
7290 * subr.el (last): Handle a list that doesn't end in nil.
7291
ca2ddd8e
SS
72922001-01-12 Sam Steingold <sds@gnu.org>
7293
7294 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
7295 to `backward-delete-char-untabify'.
7296
1751c874
DL
72972001-01-12 Dave Love <fx@gnu.org>
7298
7299 * cus-edit.el (customize-menu-create): Fix the :filter following
7300 easymenu change.
7301
7302 * wid-edit.el (function): Add :match-alternatives.
7303 (widget-color-action): Doc fix.
7304
3cccce8d
GM
73052001-01-12 Gerd Moellmann <gerd@gnu.org>
7306
7307 * calendar/calendar.el (calendar-basic-setup): Doc fix.
7308
18bfd6b5
KH
73092001-01-12 Kenichi Handa <handa@etl.go.jp>
7310
83c9cb8e 7311 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 7312
18bfd6b5
KH
7313 * international/ccl.el (define-ccl-program): Fix docstring.
7314
562e00da
DL
73152001-01-11 Dave Love <fx@gnu.org>
7316
14fd0da3
DL
7317 * international/mule-cmds.el (standard-display-european-internal):
7318 Set display table for 2208 as for 160.
7319
7320 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
7321
562e00da
DL
7322 * progmodes/fortran.el (fortran-mode-map): Modify Customization
7323 entry for custom-menu-create change.
7324 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
7325 don't cons it in the search loop.
7326
7327 * imenu.el (imenu--truncate-items): Revert last change.
7328
6e961dcd
EZ
73292001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7330
7331 * info.el (Info-setup-header-line): If the node header includes
7332 either Next: or Prev: links, don't show the File: and Node: parts
7333 in the header line.
7334
2c2ff7f2
GM
73352001-01-11 Gerd Moellmann <gerd@gnu.org>
7336
a7ee2d2e
GM
7337 * comint.el (comint-goto-process-mark): Don't print a message
7338 when running in batch mode.
7339
c5348233
GM
7340 * isearch.el (isearch-search): In the condition-case handler for
7341 `error', set isearch-invalid-regexp to the whole error message.
7342
422717d1
GM
7343 * subr.el (eval-after-load): Call load-symbol-file-load-history to
7344 ensure that eval-after-load works for files dumped with Emacs.
7345
7346 * help.el (load-symbol-file-load-history): New function extracted
7347 from function symbol-file.
7348 (symbol-file): Use it.
7349
83c9cb8e 7350 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 7351
926861fb
EZ
73522001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7353
7354 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
7355 behave as if there were no prefix argument.
7356 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
7357 argument were nil.
7358
afa1f52c
RS
73592001-01-11 Richard M. Stallman <rms@gnu.org>
7360
ca2ddd8e 7361 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
7362 Don't look for more potential matches once maximum is exceeded.
7363 Use overlays-in to check correctly for overlap with current match.
7364 Ignore empty matches.
7365
47a9f362
MB
73662001-01-11 Miles Bader <miles@gnu.org>
7367
7368 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
7369 (ispell-overlay-window, ispell-help, ispell-show-choices)
7370 (ispell-command-loop): Use it instead of `window-height'.
7371
d196f58d
GM
73722001-01-10 Gerd Moellmann <gerd@gnu.org>
7373
cf523f0e
GM
7374 * files.el (confirm-kill-emacs): New user-option.
7375 (save-buffers-kill-emacs): Ask for final confirmation before
7376 killing Emacs.
7377
d196f58d
GM
7378 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
7379 to nil.
7380
7c6c3d8e
GM
73812001-01-10 Dave Love <fx@gnu.org>
7382
1f8be15d
DL
7383 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
7384
83c9cb8e 7385 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
7386
7387 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
7388
7389 * calculator.el (calculator-number-digits): Fix :type.
7390
0d5184de
DL
7391 * vc-cvs.el (vc-cvs-header): Fix :type.
7392 * vc-rcs.el (vc-rcs-header): Fix :type.
7393 * vc-sccs.el (vc-sccs-header): Fix :type.
7394
7395 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7396
7c6c3d8e
GM
7397 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
7398
8c9f73a2
GM
7399 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
7400
457b792c
GM
74012001-01-10 Gerd Moellmann <gerd@gnu.org>
7402
7403 * simple.el (set-variable): Force a thorough redisplay for the
7404 case that the variable has an effect on the display, like
7405 `tab-width' has.
7406
d2622d08
AS
74072001-01-10 Andre Spiegel <spiegel@gnu.org>
7408
7409 * vc.el: Add documentation for backend interface.
7410
ae4b5f4f
KH
74112001-01-10 Kenichi Handa <handa@etl.go.jp>
7412
e0844717
KH
7413 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
7414
ae4b5f4f
KH
7415 * international/mule-conf.el (latin-extra-code-table): Set to t
7416 for \223 and \224.
7417
3184082b
KH
74182001-01-09 Kenichi Handa <handa@etl.go.jp>
7419
7420 * international/mule-cmds.el (locale-language-names): Map "es" to
7421 "Spanish" and "nl" to "Dutch".
7422
732b9cdd
GM
74232001-01-09 Gerd Moellmann <gerd@gnu.org>
7424
1dfca644
GM
7425 * bindings.el (global-map): Bind <home> to beginning-of-line,
7426 <end> to end-of-line, C-<home> to beginning-of-buffer, and
7427 C-<end> to end-of-buffer.
7428
732b9cdd
GM
7429 * language/european.el: Add Dutch and Spanish language info
7430 to be able to use the appropriate tutorials.
7431
74322001-01-09 Alex Schroeder <alex@gnu.org>
7433
7434 * ansi-color.el (ansi-color-process-output): Use markers instead
7435 of positions for start and end of region.
7436 (ansi-color-apply-on-region): Rewrote code to make it more robust.
7437 Previously, occasional mistakes happend when fontifying many
7438 chunks of output (eg. ls --color=yes /dev). This happened
7439 whenever an overlay was created up to the end of the region, which
7440 coincided with the process-mark. New text would then be added
7441 within that overlay instead of after it.
7442 (ansi-color-make-extent): Overlays are created with the property
7443 `modification-hooks' set to '(ansi-color-freeze-overlay).
7444 (ansi-color-freeze-overlay): New function. When inserting text at
7445 the end of the overlay, the overlay will resize.
7446
74472000-01-09 Alex Schroeder <alex@gnu.org>
7448
7449 * ansi-color.el (ansi-color-process-output): Doc change.
7450 (ansi-color-unfontify-region): Doc change. No longer installed
7451 automatically in font-lock-unfontify-region-function.
7452 (ansi-color-apply): Doc change.
7453 (ansi-color-apply-on-region): Use extents or overlays instead of
7454 text-properties.
7455 (ansi-color-make-extent): New function.
7456 (ansi-color-set-extent-face): New function.
7457
74582000-01-09 Alex Schroeder <alex@gnu.org>
7459
7460 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
7461 both use ansi-color-process-output, now.
7462 (ansi-color-process-output): Doesn't return string anymore. It is
7463 installed in comint-output-filter-functions for both Emacs and
7464 XEmacs, now.
7465 (ansi-color-unfontify-region): Simplified code removing variables
7466 pos and start-ansi.
7467 (ansi-color-apply): Put text-property ansi-color before putting
7468 text-property face because ansi-color-unfontify-region is called
7469 immediately after the call to put-text-property.
7470 (ansi-color-context-region): Doc change.
7471 (ansi-color-filter-region): Simplified code.
7472 (ansi-color-apply-on-region): Changed start to start-marker, using
7473 a marker explicitly. Put text-property ansi-color before putting
7474 text-property face because ansi-color-unfontify-region is called
7475 immediately after the call to put-text-property.
7476
74772000-01-09 Alex Schroeder <alex@gnu.org>
7478
7479 * ansi-color.el (ansi-color-faces-vector): Doc change.
7480 (ansi-color-for-comint-mode): Changed :type property to choice.
7481 (ansi-color-last-context): Removed.
7482 (ansi-color-process-output): Don't use ansi-color-last-context, as
7483 the main functions will store their context now.
7484 (ansi-color-context): Doc change.
7485 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
7486 Uses ansi-color-context such that repeated calls will strip
7487 partial escape sequences, too.
7488 (ansi-color-apply): Simplified code. Colorize end of string if
7489 face is not null. Store context in new (FACE STRING) format, such
7490 that repeated calls will strip partial escape sequences, too.
7491 Append faces to face property using ansi-color-apply-sequence such
7492 that cumulative mode actually works.
7493 (ansi-color-context-region): New variable.
7494 (ansi-color-filter-region): Rewrote it based on
7495 ansi-color-apply-on-region. Uses ansi-color-context-region such
7496 that repeated calls will strip partial escape sequences, too.
7497 (ansi-color-apply-on-region): Simplified code. Colorize end of
7498 region if face is not null. Store context in new (FACE POS)
7499 format, such that repeated calls will strip partial escape
7500 sequences, too. Append faces to face property using
83c9cb8e 7501 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
7502 (ansi-color-apply-sequence): New function.
7503 (ansi-color-get-face): When the default face is added to the list
7504 of faces, all previous settings are discarded and the list of
7505 faces is set to '(default).
7506
75072000-01-09 Alex Schroeder <alex@gnu.org>
7508
7509 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
7510 face, such that ansi-color-apply and ansi-color-apply-on-region
7511 will do the right thing.
7512 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
7513 returns nil, set the list of faces back to nil instead of
83c9cb8e 7514 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
7515
75162000-01-09 Alex Schroeder <alex@gnu.org>
7517
7518 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
7519 (ansi-color-process): Doc change.
7520 (ansi-color-last-context): New buffer-local variable.
7521 (ansi-color-process-output): New function. It is automatically
7522 added to comint-output-filter-functions if this is XEmacs.
7523 (ansi-color-unfontify-region): New optional parameter for XEmacs
7524 compatibility. Check wether font-lock-syntactic-keywords is
7525 boundp before removing the syntax table text property, as XEmacs
7526 doesn't have it.
7527 (ansi-color-filter-region): Doc change.
7528 (ansi-color-apply-on-region): Doc change.
7529 (ansi-color-make-face): New function. Compatibility layer for
7530 XEmacs. Return temporary faces instead of cons cells for XEmacs.
7531 (ansi-color-make-color-map): Use ansi-color-make-face.
7532 (ansi-color-get-face): Avoid face text property '(nil) as results
7533 in an errow for XEmacs.
7534
75352000-01-09 Alex Schroeder <alex@gnu.org>
7536
83c9cb8e
SM
7537 * ansi-color.el (ansi-color-unfontify-region): New function.
7538 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
7539 ansi-color. When the package is loaded, a lambda expression is
7540 put onto font-lock-mode-hook. This lambda expression will check
7541 font-lock-unfontify-region-function and replace
83c9cb8e 7542 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
7543 (ansi-color-apply): Add text-property ansi-color in addition to
7544 text-property face.
7545 (ansi-color-apply-on-region): Add text-property ansi-color in
7546 addition to text-property face.
7547 (save-buffer-state): Copy of the macro that is also used by
7548 lazy-lock and font-lock.
7549
7550 (ansi-color-for-comint-mode): New option.
7551 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
7552 (ansi-color-for-comint-mode-off): Ditto.
7553 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
7554 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
7555 decide what to do. This function is added to
7556 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
7557
7558 (ansi-color-for-shell-mode-set): Removed.
7559 (ansi-color-for-shell-mode): Removed.
7560
75612000-01-09 Alex Schroeder <alex@gnu.org>
7562
7563 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
7564 the lambda expression from the ansi-color-for-shell-mode :set
7565 property. Additionally, modify shell-mode-hook to enable or
7566 disable font-lock-mode for future shell buffers.
7567 (ansi-color-for-shell-mode): The :set property calls
7568 ansi-color-for-shell-mode-set instead of a lambda expression.
7569
75702000-01-09 Alex Schroeder <alex@gnu.org>
7571
7572 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
7573 (ansi-color-context): New variable.
7574 (ansi-color-apply): Save context between calls.
7575
fb55ff10
EZ
75762001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
7577
83c9cb8e
SM
7578 * isearch.el (isearch, isearch-lazy-highlight-face):
7579 New definitions for face colors and attributes.
29910493 7580
fb55ff10
EZ
7581 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
7582 of display-mouse-p.
7583
134d6265
KH
75842001-01-09 Kenichi Handa <handa@etl.go.jp>
7585
7586 * international/mule.el (make-coding-system): If the coding system
7587 accepts extra latin codes, register such codes as safe for the
7588 coding system.
7589
103db06c 75902001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 7591
984c9f75
RS
7592 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
7593 don't mention the file name or the date here, because they are
7594 logged at the start of the file.
7595
75962001-01-08 Richard M. Stallman <rms@gnu.org>
7597
78b8eee8
RS
7598 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7599 Change screen-width to frame-width.
7600
1460e5d4
EZ
76012001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7602
7603 * info.el (Info-search): Print the default as part of the prompt.
7604
56f24bc1
AS
76052001-01-08 Andre Spiegel <spiegel@gnu.org>
7606
ca2ddd8e 7607 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
7608 constant implementations in backends.
7609
7610 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
7611 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
7612
7613 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
7614 WRITABLE to EDITABLE.
7615
7616 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
7617 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
7618 to EDITABLE.
7619
b7812d30
EZ
76202001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7621
7622 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 7623 (copyright, copyright-update): Compute the current year at run time.
b7812d30 7624
7e56ea04
GM
76252001-01-08 Gerd Moellmann <gerd@gnu.org>
7626
7627 * isearch.el (isearch-old-signal-hook): Removed.
7628 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
7629 instead of setting signal-hook-function.
7630 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
7631
a758f97d
GM
76322001-01-08 Kevin Gallagher <kevingal@onramp.net>
7633
7634 * emulation/edt.el: Update to version 4.0. Provide support for
7635 EDT scroll margins at top and bottom of the window. Provide an
7636 emulation of the EDT SUBS command (bound to GOLD-Enter, by
7637 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
7638 user when file-related buffer modifications exist.
7639 Provide support for running EDT Emulation in XEmacs.
7640 Provide customize access to some user updatable variables.
7641 Add Commentary section to file header.
7642 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
7643
7644 * emulation/edt-mapper.el: Update to version 4.0. Provide support
7645 for detecting a keypress that generates an ASCII key sequence.
7646 (Previously, only a keypress that generates a vector was
7647 recognized.) Embed Window Manager name into name of the generated
7648 EDT Emulation initialization file since the initialization file is
7649 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 7650
30db89f9
EZ
76512001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
7652
4deb3ba9
EZ
7653 * mail/sendmail.el (mail-mode): Doc fix.
7654
30db89f9
EZ
7655 * info.el (Info-goto-emacs-command-node): Doc fix.
7656 (Info-goto-emacs-key-command-node): Doc fix.
7657
c3f2772b
EZ
76582001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
7659
8726e79b 7660 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
7661 systems without long file-name support.
7662
0dac6924
AI
76632001-01-06 Andrew Innes <andrewi@gnu.org>
7664
7665 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
7666
4e6ef391
EZ
76672001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
7668
380866a2
EZ
7669 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
7670 (isearch-lazy-highlight-update): Doc fix.
7671
148b5960
EZ
7672 * ffap.el (ffap-bindings): Doc fix.
7673
4e6ef391
EZ
7674 * dired-x.el (dired-virtual-guess-dir): Doc fix.
7675
4cb1bcc2
DL
76762001-01-05 Dave Love <fx@gnu.org>
7677
7678 * emacs-lisp/cl-seq.el (remove, remq): Remove.
7679
3828218c
GM
76802001-01-05 Gerd Moellmann <gerd@gnu.org>
7681
83c9cb8e
SM
7682 * mouse-drag.el (mouse-drag-safe-scroll):
7683 Bind scroll-preserve-screen-position to nil.
f1ade7d3 7684
1f4139d5
GM
7685 * isearch.el (isearch-old-signal-hook): New variable.
7686 (isearch-mode): Set signal-hook-function to isearch-done.
7687 (isearch-done): Restore old signal-hook-function.
7688
3828218c
GM
7689 * info.el (Info-fontify-node): Mark one more char as intangible.
7690
3970013f
KH
76912000-01-05 Kenichi Handa <handa@etl.go.jp>
7692
83c9cb8e
SM
7693 * composite.el (compose-last-chars): New argument COMPONENTS.
7694 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
7695 COMPONENTS.
7696
7697 * international/quail.el (quail-input-string-to-events): New function.
7698 (quail-input-method): Convert input string to events here.
7699 (quail-start-translation): Return input string, not event list.
7700 (quail-start-conversion): Likewise.
7701
f3b05e99
GM
77022001-01-04 Gerd Moellmann <gerd@gnu.org>
7703
ca2ddd8e 7704 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
7705 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
7706 and tooltip-add-timeout.
7707 (tooltip-show): Set border color from faces's foreground.
7708 (tooltip-show-help-function): If called with the same help string
7709 as last time, do nothing.
7710 (tooltip-help-tips): Don't set tooltip-help-message to nil.
7711
0f2ac578
GM
7712 * startup.el (fancy-splash-screens): Don't bind show-help-function
7713 to nil.
7714
f3b05e99
GM
7715 * tooltip.el (tooltip-frame-parameters): Remove colors.
7716 (tooltip): New face
7717 (tooltip-set-param): New function.
7718 (tooltip-show): Set up color frame parameters from face `tooltip'.
7719 Display the tooltip text in face `tooltip'.
7720
8416e94a
DL
77212001-01-04 Dave Love <fx@gnu.org>
7722
7723 * whitespace.el (whitespace-global-mode): Fix typo.
7724
7725 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
7726
30db89f9
EZ
77272001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
7728
83c9cb8e
SM
7729 * help.el (help-for-help): Fix a typo in a doc string.
7730 From kwzh@gnu.org (Karl Heuer).
30db89f9 7731
b847eb8c
DL
77322001-01-03 Dave Love <fx@gnu.org>
7733
7734 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 7735 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
7736 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
7737 (dired-guess-shell-alist-user): Customize.
7738 (dired-x-help-address): Set to bug-gnu-emacs.
7739 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
7740 (dired-default-directory): Renamed from default-directory.
7741
7742 * hl-line.el (hl-line): Doc fix.
7743
43c4b570
KF
77442001-01-03 Karl Fogel <kfogel@red-bean.com>
7745
1bf6b1bf 7746 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 7747
984c9f75 77482001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
7749
7750 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
7751 to remove all the current alternative-match highlighting.
7752 If nil, remove only what's outside the current window.
7753 (isearch-lazy-highlight-remove-overlays): Take optional
7754 region within which NOT to remove them.
7755 (isearch-lazy-highlight-new-loop): Greatly simplified.
7756 (isearch-lazy-highlight-update): Find all the other occurrences
7757 visible in the window, in just one call.
7758 (isearch-lazy-highlight-start): Now holds start of region to scan.
7759 (isearch-lazy-highlight-end): Now holds end of region to scan.
7760 (isearch-lazy-highlight-wrapped): Variable deleted.
7761 (isearch-lazy-highlight-search): Function deleted.
7762
13d6a61c
AI
77632000-01-02 Andrew Innes <andrewi@gnu.org>
7764
7765 * w32-fns.el (convert-standard-filename): Do length check on name
7766 before aref.
7767
064866e7
DL
77682001-01-02 Dave Love <fx@gnu.org>
7769
b33e041b
DL
7770 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
7771 value.
7772 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
7773
7774 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
7775
8166ffd5
DL
7776 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
7777 read syntax.
7778
064866e7
DL
7779 * calendar/todo-mode.el (todo): Add :link, :version.
7780 (todo-save-top-priorities): Remove autoload cookie.
7781 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 7782 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 7783
6dde6abc
GM
77842001-01-02 Gerd Moellmann <gerd@gnu.org>
7785
7786 * comint.el (comint-input-history-ignore): New variable.
7787 (comint-read-input-ring): Ignore entries matching
7788 comint-input-history-ignore.
7789
1a8a9daf
GM
77902001-01-02 Eric M. Ludlam <zappo@gnu.org>
7791
7792 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
7793 (lm-copyright-mark): New function.
7794 (lm-crack-copyright): New function.
7795 (lm-verify): Check that the file has a copyright.
7796 Check that the file is copyright Free Software Foundation.
7797
9c92eb53
KH
77982000-12-30 Kenichi Handa <handa@etl.go.jp>
7799
7800 * international/mule-diag.el (print-fontset): Indent font name by
7801 24 columns, not 25.
7802
49172314
GM
78032000-12-29 Gerd Moellmann <gerd@gnu.org>
7804
762a68ec
GM
7805 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
7806 in Subject line.
7807
49172314 7808 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
7809 Use mail-mode-hook instead of mail-setup-hook.
7810 Otherwise continuing an interrupted message with C-u C-x m for
7811 instance, winds up in Mail mode without abbrevs.
49172314 7812
bd7a2e26
GM
78132000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7814
7815 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
7816 non-nil. Adding almost all customization variables on ps-setup.
7817 Doc fix.
bd7a2e26
GM
7818 (ps-print-version): New version number (6.3.3).
7819 (ps-end-with-control-d): Initialization fix.
7820 (ps-lines-printed): New var.
7821 (ps-skip-newline): New fun.
7822 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
7823 (ps-next-line, ps-continue-line, ps-plot-region)
7824 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 7825
2b3f28a4
KH
78262000-12-29 Kenichi Handa <handa@etl.go.jp>
7827
83c9cb8e
SM
7828 * international/fontset.el (x-complement-fontset-spec):
7829 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
7830 registered in x-font-name-charset-alist.
7831 (create-fontset-from-fontset-spec): Adjusted for the above change.
7832 The name of fontset alias should be a unresolved ASCII font name.
7833
2ece9174
GM
78342000-12-28 Gerd Moellmann <gerd@gnu.org>
7835
7836 * simple.el (delete-key-deletes-forward-mode): Bind backspace
7837 and delete in isearch-mode-map.
7838
cbe3ad7a
RS
78392000-12-28 Richard M. Stallman <rms@gnu.org>
7840
ca2ddd8e 7841 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
7842 Use xpdf instead of acroread.
7843
a816f1c5
KH
78442000-12-28 Kenichi Handa <handa@etl.go.jp>
7845
f086e73c
KH
7846 * textmodes/artist.el (artist-butlast): Deleted.
7847 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 7848 artist-butlast.
f086e73c 7849
a816f1c5
KH
7850 * subr.el (butlast, nbutlast): Moved from cl.el to here.
7851
7852 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
7853
b202115b
EZ
78542000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7855
7856 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
7857
7858 * ls-lisp.el: Better support for the Mac and MS-Windows.
7859 (ls-lisp): New defgroup.
7860 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 7861 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
7862 (ls-lisp-support-shell-wildcards): New defcustoms.
7863 (ls-lisp-parse-symlink): New function.
7864 (insert-directory): Code to convert switches to a list and set up
7865 the wildcard argument copied from ls-lisp-insert-directory.
7866 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
7867 for -C and -R switches.
7868 (ls-lisp-column-format): New function.
ca2ddd8e 7869 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
7870 (ls-lisp-format-time): Add doc strings.
7871 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
7872 Support ls-lisp-dirs-first.
7873 (ls-lisp-classify, ls-lisp-extension): New functions.
7874 (ls-lisp-format): Optionally support emulation of symlinks.
7875 Support -i, -s, and -G switches.
7876
6061fbf0
GM
78772000-12-27 Gerd Moellmann <gerd@gnu.org>
7878
5e25feee
GM
7879 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
7880
6061fbf0
GM
7881 * version.el (emacs-version): Print X scroll bar information.
7882
7883 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
7884 instead of x-toolkit-scroll-bars-p.
7885
7886 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
7887 of x-toolkit-scroll-bars-p.
7888
25050dab
EZ
78892000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7890
83c9cb8e 7891 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
7892 (ffap-bindings): Doc fix, to reflect the above change.
7893
c1786874
KH
78942000-12-27 Kenichi Handa <handa@etl.go.jp>
7895
7896 * term.el (term-char-mode): Define all non-ascii self-inserting
7897 characters to 'term-send-raw in term-raw-map.
7898
7261ece3 78992000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 7900
83c9cb8e 7901 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 7902
83c9cb8e
SM
7903 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
7904 Changed initialization; use add-hook.
6061fbf0 7905 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 7906
6061fbf0 7907 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 7908
6061fbf0
GM
7909 * ediff.el (ediff-patch-buffer): Bug fix.
7910 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 7911
83f40583
SM
79122000-12-23 Stefan Monnier <monnier@cs.yale.edu>
7913
7914 * subr.el (combine-run-hooks): Remove.
7915
7916 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
7917 and remove the rogue second spec.
7918
bdd6d4e8
GM
79192000-12-23 Gerd Moellmann <gerd@gnu.org>
7920
7921 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
7922
26736ce3
SM
79232000-12-22 Stefan Monnier <monnier@cs.yale.edu>
7924
0e86b6b0
SM
7925 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
7926 Use minibuffer menu prompt for the `=' prefix.
7927 (smerge-command-prefix): Change default to C-^.
6eabfb26 7928 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 7929
26736ce3
SM
7930 * skeleton.el (skeleton-internal-1): Make sure the first line of
7931 the region is also re-indented.
d21584d6
SM
7932 (skeleton-end-newline): New var.
7933 (skeleton-end-hook): Use it.
26736ce3 7934
95fa4fd7
MB
79352000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7936
7937 * comint.el (comint-password-prompt-regexp): Support CVS.
7938
f060b834
GM
79392000-12-22 Gerd Moellmann <gerd@gnu.org>
7940
83c9cb8e
SM
7941 * simple.el (delete-key-deletes-forward-mode): Simplify.
7942 Also backspace key combinations, depending on
856ff7a7
GM
7943 delete-key-deletes-forward.
7944
7945 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
7946
f060b834
GM
7947 * simple.el (delete-key-deletes-forward): Doc fix.
7948
653558a1
GM
79492000-08-22 Emmanuel Briot <briot@gnat.com>
7950
7951 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 7952 white spaces are relevant in the XML file.
653558a1
GM
7953 (xml-parse-file): Do not kill an existing Emacs buffer if the file
7954 to parse was already edited. This allows for on-the-fly analysis
26736ce3 7955 of XML files.
653558a1
GM
7956 (xml-parse-tag): Check that the casing is the same in the start
7957 tag and end tag, since XML is case-sensitive. Allows for spaces
7958 in the end tag, after the name of the tag.
7959 (xml-parse-attlist): Allow for the character '-' in the name of
7960 attributes, as in the standard http-equiv attribute Do not save
26736ce3 7961 the properties in the XML tree, since they are not relevant.
653558a1 7962
3ad93d8d
SM
79632000-12-21 Stefan Monnier <monnier@cs.yale.edu>
7964
7965 * generic.el (generic-read-type): Undo last change, inline into
7966 `generic-mode' and then remove.
7967 (generic-mode): Inline generic-read-type.
7968 (define-generic-mode): Push the symbol name rather than the symbol
7969 onto generic-mode-list.
7970
177f4e88
GM
79712000-12-21 Gerd Moellmann <gerd@gnu.org>
7972
8e15274f
GM
7973 * generic.el (generic-read-type): Build an alist for
7974 completing-read as in 20.7.
7975
7976 * play/landmark.el (lm): Use interactive spec `P'.
7977 (toplevel): Don't set debug-on-error.
7978
83c9cb8e 7979 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 7980
6ba384dc
GM
79812000-12-21 Dave Pearson <davep@davep.org>
7982
7983 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 7984
647a066c
GM
79852000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7986
7987 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
7988 ranges like \177-\237, but accepts the character sequence from \177 to
7989 \237. Doc fix.
7990 (ebnf-version): New version (3.4).
7991 (ebnf-setup): Code fix.
7992 (ebnf-range-regexp): New fun.
7993 (ebnf-8-bit-chars): Const fix.
7994
7995 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
7996 entry. Doc fix.
7997 (ebnf-bnf-lex): Code fix.
7998 (ebnf-bnf-comment-chars): Const fix.
7999
8000 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8001 entry. Doc fix.
8002 (ebnf-iso-comment-chars): Const fix.
8003
8004 * ebnf-otz.el: Doc fix.
8005
8006 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
8007 entry. Doc fix.
8008 (ebnf-yac-skip-code): Code fix.
8009 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 8010
bc22fd18
EZ
80112000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8012
8013 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
8014 (recover-file): Use it instead of insert-directory.
8015 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 8016
587fc3f9
KH
80172000-12-21 Kenichi Handa <handa@etl.go.jp>
8018
83c9cb8e
SM
8019 * international/mule-cmds.el (select-safe-coding-system):
8020 Check coding-category-list more rigidly. Improve help message.
eeefcfde 8021
587fc3f9
KH
8022 * dired.el (dired-move-to-filename-regexp): Fix previous change.
8023
01860fb9
MB
80242000-12-21 Miles Bader <miles@gnu.org>
8025
83c9cb8e 8026 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 8027
3f9d67a6
KH
80282000-12-21 Kenichi Handa <handa@etl.go.jp>
8029
9fd1c1f7
KH
8030 * international/mule-diag.el (describe-char-after): Make *Help*
8031 buffer inherit multibyteness of the current buffer.
8032
3f9d67a6
KH
8033 * international/mule.el (make-char): Docstring adjusted for the
8034 change of make-char-internal.
8035
c9669fac
SM
80362000-12-20 Stefan Monnier <monnier@cs.yale.edu>
8037
8038 * international/iso-cvt.el: Docstrings fix.
8039
19594307
DL
80402000-12-20 Dave Love <fx@gnu.org>
8041
8042 * subr.el (eval-after-load): Doc fix.
8043
b1a447b3
KH
80442000-12-20 Kenichi Handa <handa@etl.go.jp>
8045
8046 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
8047 for numbers.
8048
09877d5d
MB
80492000-12-20 Miles Bader <miles@gnu.org>
8050
8051 * international/quail.el (quail-help): Resize the help window
8052 again after it has all its contents. Remove unneeded progn.
8053
71d4497a
GM
80542000-12-19 Gerd Moellmann <gerd@gnu.org>
8055
8056 * pcmpl-linux.el: Fix copy/paste error.
8057
741e56a0
AI
80582000-12-19 Andrew Innes <andrewi@gnu.org>
8059
83c9cb8e 8060 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 8061
cc24d91c
CD
80622000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
8063
ba4c05aa
CD
8064 * progmodes/idlw-rinfo.el: Fixed copyright notice.
8065
8066 * progmodes/idlw-toolbar.el: Fixed copyright notice.
8067
8068 * progmodes/idlw-shell.el: Fixed copyright notice.
8069
8070 * progmodes/idlwave.el: Fixed copyright notice.
8071
71d4497a 8072 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
8073 TAB as key separators.
8074
524c8caf
GM
80752000-12-19 Alex Schroeder <alex@gnu.org>
8076
8077 * sql.el (sql-sybase-options): New option.
8078 (sql-sybase): Use it. Add sql-database to the list of parameters
8079 provided for login. The options -w 2048 -n are not used any more.
8080 (sql-postgres-options): Changed default from "--pset" to "-P".
8081 (sql-mysql-options): Doc change.
8082 (sql-stop): Doc change.
8083
b5fa513d
KH
80842000-12-19 Kenichi Handa <handa@etl.go.jp>
8085
8086 * international/quail.el (quail-input-method): Always hide
8087 the guidance buffer on exiting.
8088
91c9e6ce
GM
80892000-12-18 Gerd Moellmann <gerd@gnu.org>
8090
c6da4eb4
GM
8091 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
8092 isn't fboundp.
8093
3d2a0e0b
GM
8094 * server.el (server-buffer-done): Bury the buffer before
8095 killing it.
8096
91c9e6ce
GM
8097 * faces.el (face-spec-set): Interpret a nil in specs for
8098 foreground and background colors as `unspecified', for
8099 compatibility with 20.x.
8100
40fa0008
DL
81012000-12-18 Dave Love <fx@gnu.org>
8102
22adbe54
DL
8103 * simple.el (mail-user-agent): Doc fix.
8104 (input-mode-8-bit): Removed.
8105
8106 * international/mule.el (set-keyboard-coding-system): Doc fix.
8107 (keyboard-coding-system): New option.
8108
40fa0008
DL
8109 * mail/sendmail.el (send-mail-function): Customize.
8110
6f4745e2
EZ
81112000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
8112
8113 * international/codepage.el (cp866-decode-table): New table.
8114
82b90229
GM
81152000-12-18 Gerd Moellmann <gerd@gnu.org>
8116
8117 * version.el (emacs-version): Remove `%a' from the time format
8118 because the weekday doesn't fit well into each locale.
8119
5a047002
MB
81202000-12-18 Miles Bader <miles@gnu.org>
8121
7f49aa07
MB
8122 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
8123
ca2ddd8e 8124 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
8125 Check that emacs-major-version is `=' to 20, not `>='.
8126 (artist-replace-chars): Use `make-string' instead of a loop.
8127
22ea2607
EZ
81282000-12-17 Stefan Monnier <monnier@cs.yale.edu>
8129
8130 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
8131 (cvs-execute-single-file): Don't change directory.
8132 Patch from Per Cederqvist.
8133
6c825f8e
EZ
81342000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
8135
83c9cb8e
SM
8136 * textmodes/ispell.el (check-ispell-version):
8137 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
8138 of -vv.
8139
8ff06845
KH
81402000-12-16 Kenichi Handa <handa@etl.go.jp>
8141
af4bb4c8
KH
8142 * international/mule-diag.el (mule-diag): Insert information about
8143 configure options, multibyte awareness, language env.
8144
8ff06845
KH
8145 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
8146 regexp to search for candidates.
8147
b24e84ab
EZ
81482000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
8149
8150 * info.el (Info-forward-node): If the node has an
8151 Info-header-line, widen the buffer before searching for "next:"
8152 and "up:" pointers, and set the search limit to stay in the
8153 current node.
8154
7981d89f
MB
81552000-12-16 Miles Bader <miles@gnu.org>
8156
8157 * simple.el (delete-trailing-whitespace): Remove extraneous let.
8158
88ee7917
MB
81592000-12-15 Miles Bader <miles@gnu.org>
8160
8161 * comint.el (comint-send-string, comint-send-region): Also accept
8162 a buffer, buffer-name, or nil for PROCESS, for compatibility with
8163 process-send-string/region.
8164
0c28d842
GM
81652000-12-15 Gerd Moellmann <gerd@gnu.org>
8166
4ea7fdca
GM
8167 * isearch.el (isearch-lazy-highlight-max): New user-option.
8168 (isearch-lazy-highlight-update): Don't highlight more than
8169 isearch-lazy-highlight-max matches.
8170
0c28d842
GM
8171 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
8172
984c9f75 81732000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 8174
8062e53a
GM
8175 * sort.el (sort-columns): Fix error message.
8176
3ffa545b
GM
8177 * dabbrev.el (dabbrev--last-case-pattern): Value is now
8178 `upcase' or `downcase' or nil.
8179 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
8180 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
8181 (dabbrev--substitute-expansion): New arg record-case-pattern.
8182 If it is non-nil, set dabbrev--last-case-pattern.
8183 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
8184
8185 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
8186
c2d7f289
MB
81872000-12-15 Miles Bader <miles@gnu.org>
8188
b6348438
MB
8189 * paths.el (Info-default-directory-list): Don't delete
8190 configure-info-directory from the list of standard info
83c9cb8e 8191 directories when appending it to the end -- their order is important.
b6348438 8192
f9056dd9
MB
8193 * faces.el (read-face-attribute): If there's no entry for the
8194 user's input in VALID, just use it as-is (this will often result
8195 in an error, but it may be OK for e.g. colors using hexadecimal
8196 notation, and at least will yield a better error message).
8197
c2d7f289 8198 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 8199 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
8200 Variables removed.
8201 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
8202 window is really the right size. Use vertical-motion
8203 rather than forward-line.
8204 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
8205 (ispell-command-loop, ispell-show-choices): Use the variable
8206 ispell-choices-win-default-height, rather than the function.
8207 (ispell-choices-win-default-height): Function removed.
8208 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 8209
8f530b95
SM
82102000-12-14 Stefan Monnier <monnier@cs.yale.edu>
8211
8212 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
8213
6d435deb
EZ
82142000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8215
83c9cb8e
SM
8216 * paths.el (Info-default-directory-list):
8217 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
8218 put it first in the list; otherwise put it last. Doc string
8219 changed accordingly.
8220
8221 * info.el (Info-directory-list): Change doc string to reflect the
8222 change in Info-default-directory-list.
8223
6d435deb
EZ
8224 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
8225 windows-nt as windowed environments, even under -nw.
8226
8227 * startup.el (command-line): Don't call x-backspace-delete-keys-p
8228 if not fboundp. Switch delete-forward mode for the <delete> key
8229 on all PC platforms, even under -nw.
8230
8231 * term/internal.el ([M-delete]): Remap to M-d.
8232
9d7d9263
GM
82332000-12-14 Gerd Moellmann <gerd@gnu.org>
8234
8235 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
8236
7cf0153a
EZ
82372000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8238
8239 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8240
5e5b3d41
GM
82412000-12-14 Gerd Moellmann <gerd@gnu.org>
8242
5f368d29
GM
8243 * startup.el (command-line): Call delete-key-deletes-forward-mode,
8244 if appropriate.
8245
8246 * simple.el (delete-key-deletes-forward): New user-option.
8247 (delete-key-deletes-forward-mode): New function.
8248
9d7d9263 8249 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 8250
83c9cb8e
SM
8251 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
8252 Test if symbol is bound before getting its value.
5e5b3d41
GM
8253
8254 * tooltip.el (tooltip-show): If an error is signaled in
8255 x-show-tip, display that error, and display the help in the
8256 echo area.
ca2ddd8e 8257
191b83b6
KH
82582000-12-14 Kenichi Handa <handa@etl.go.jp>
8259
83c9cb8e
SM
8260 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
8261 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 8262
6192b604
KF
82632000-12-13 Karl Fogel <kfogel@red-bean.com>
8264
8265 * bookmark.el: Provide a generic exit hook, as suggested by
8266 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
8267 (bookmark-exit-hook): New var.
8268 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
8269 old raw lambda form in `kill-emacs-hook', and runs new
8270 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
8271 as logically that feature must have been provided if this function
8272 is running.
8273 Removed ;;;###autoload before the `add-hook' call.
8274
5edf6b55
SM
82752000-12-13 Stefan Monnier <monnier@cs.yale.edu>
8276
8277 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
8278 (easy-menu-current-active-maps): New function.
8279 (easy-menu-get-map): Use it.
8280 Make a proper menu entry when creating a new keymap.
8281
16b5e8e6
KH
82822000-12-13 Kenichi Handa <handa@etl.go.jp>
8283
d49fc4eb
KH
8284 * international/characters.el: Fix cases and syntaxes for
8285 mule-unicode-0100-24ff.
8286
3b53d876
KH
8287 * dired.el (dired-move-to-filename-regexp): Fixed for the case
8288 that a Japanese character is not appended after day and year.
8289
16b5e8e6
KH
8290 * info.el (Info-suffix-list): Change format for a command that
8291 requires arguments.
8292 (info-insert-file-contents): Adjusted for the above change.
8293
1df1c518
AS
82942000-12-12 Andreas Schwab <schwab@suse.de>
8295
8296 * tar-mode.el (tar-extract): Base the name of the subfile buffer
8297 on the name of the tar buffer. Verify that the existing buffer is
8298 visiting the same subfile.
8299
a7a07b98
DL
83002000-12-12 Dave Love <fx@gnu.org>
8301
8302 * subdirs.el: Add obsolete.
8303
4fdbd809
GM
83042000-12-12 Gerd Moellmann <gerd@gnu.org>
8305
bfdb75ee
GM
8306 * mail/rmailsum.el (rmail-summary-expunge)
8307 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
8308 instead of rmail-confirm-expunge.
8309
4fdbd809
GM
8310 * replace.el (perform-replace): Don't use an empty match adjacent
8311 to a non-empty match when computing the next match before the
8312 replacement is performed.
8313
e9a59cad
GM
83142000-12-12 Milan Zamazal <pdm@freesoft.cz>
8315
8316 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
8317 definition (patch by Stefan Monnier).
8318 (glasses-mode): Use jit-lock instead of `after-change-functions'
8319 (patch by Stefan Monnier).
8320
c2def7a0
MB
83212000-12-12 Miles Bader <miles@gnu.org>
8322
8323 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
8324 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
8325
591b63b4
AC
83262000-12-12 Andrew Choi <akochoi@i-cable.com>
8327
8328 * term/mac-win.el: Remove load for ls-lisp.
8329
a924cf63 8330 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 8331
5ff4ba3d
MB
83322000-12-12 Miles Bader <miles@gnu.org>
8333
8334 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
8335 Respect field end too.
8336 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
8337 (newline-and-indent, reindent-then-newline-and-indent):
8338 Use `delete-horizontal-space'.
5ff4ba3d 8339
d0c679bc
SM
83402000-12-11 Stefan Monnier <monnier@cs.yale.edu>
8341
adf9c994
SM
8342 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
8343 (so as to obey the field property in the minibuffer).
8344
4b0cd42d
SM
8345 * obsolete/c-mode.el: Moved from lisp/progmodes.
8346 * obsolete/auto-show.el: Moved from lisp.
8347 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 8348
89f85863
CD
83492000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
8350
8351 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 8352 changes to list them here.
89f85863 8353
83c9cb8e
SM
8354 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
8355 Too many changes to list them here.
89f85863 8356
83c9cb8e
SM
8357 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
8358 Too many changes to list them here.
89f85863
CD
8359
8360 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
8361
3e0d35ce
GM
83622000-12-11 Gerd Moellmann <gerd@gnu.org>
8363
83c9cb8e 8364 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 8365
ca2ddd8e 8366 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
8367 Comment fix.
8368
3e0d35ce
GM
8369 * hscroll.el: Moved to `obsolete' subdir.
8370
ff904dd6
MB
83712000-12-11 Miles Bader <miles@gnu.org>
8372
8373 * window.el (window-text-height): Function removed (now in C).
8374
fb97d87f
SM
83752000-12-10 Stefan Monnier <monnier@cs.yale.edu>
8376
8377 * log-edit.el (log-edit-parent-buffer): New var.
8378 (log-edit): Set it. Add BUFFER argument.
8379 (log-edit-done): Use char-before.
8380 Don't bother checking validity of vc-comment-ring.
8381 Only bury the buffer if log-edit popped it up.
8382
8383 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
8384 (cvs-mode-diff-help): Remove.
8385 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 8386 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
8387
8388 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
8389 Remove binding for ? now made unnecessary.
8390
7de77417
CD
83912000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
8392
83c9cb8e 8393 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
8394 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
8395
8396 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
8397 when master file is not open.
8398
4efa209f
SM
83992000-12-09 Stefan Monnier <monnier@cs.yale.edu>
8400
8401 * progmodes/ada-stmt.el: Update `maintainer'.
8402
b52758d1 84032000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
0a8052bd
GM
8404
8405 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
8406 choices to match documentation string.
8407
a12167c5
MB
84082000-12-09 Miles Bader <miles@gnu.org>
8409
2161605d
MB
8410 * minibuf-eldef.el: New file.
8411
a12167c5
MB
8412 * window.el (fit-window-to-buffer): Don't pass last argument to
8413 pos-visible-in-window-p, now that its meaning is inverted.
8414
9ea8de1b
EZ
84152000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
8416
8417 * image.el (create-image): Doc fix; spotted by Per Cederqvist
8418 <ceder@lysator.liu.se>.
8419
5002ddbb
SM
84202000-12-08 Stefan Monnier <monnier@cs.yale.edu>
8421
b6114d80
SM
8422 * autoinsert.el (auto-insert-alist): Add missing final \n.
8423
ee8d23ee
SM
8424 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
8425 (cvs-menu-map): Remove.
8426 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
8427 (cvs-mode-quit): Turn it back into a plain function.
8428
5002ddbb 8429 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 8430 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
8431
8432 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
8433 file where it's more visible.
8434 (texinfo-filter, texinfo-chapter-level-regexp): New variables
8435 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
8436 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
8437 (texinfo-inside-macro-p): Only catch `scan-error's.
8438 (texinfo-inside-env-p): Make better use of the match info.
8439 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
8440 (texinfo-insert-@end): Slight re-organization.
8441 Also remove useless `looking-at' call.
8442
30cd075d
AI
84432000-12-08 Andrew Innes <andrewi@gnu.org>
8444
8445 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
8446 accessible in -nw mode.
8447
8448 * term/w32-win.el: Remove stuff about selection timeout, which is
8449 irrelevant on Windows. Move clipboard support to w32-fns.el, so
8450 it is accessible in -nw mode.
8451
01b91009
DL
84522000-12-08 Dave Love <fx@gnu.org>
8453
83c9cb8e
SM
8454 * emacs-lisp/lisp-mode.el (lisp-mode):
8455 Set font-lock-keywords-case-fold-search.
01b91009 8456
842b2a94
GM
84572000-12-08 Gerd Moellmann <gerd@gnu.org>
8458
8459 * textmodes/ispell.el (ispell): Doc fix.
8460
f9d5f611
KH
84612000-12-08 Kenichi Handa <handa@etl.go.jp>
8462
8463 * international/quail.el (quail-insert-decode-map): Check the
8464 frame width of a window displaying the current buffer, not that of
8465 the selected frame.
8466 (quail-help): Make sure that the help buffer has window before
8467 inserting text in it.
8468
e04d21aa
SS
84692000-12-07 Sam Steingold <sds@gnu.org>
8470
8471 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
8472 Backquote is used in isearch.el, so autoloading saves nothing.
8473
fc3e23a4
EZ
84742000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
8475
83c9cb8e
SM
8476 * startup.el (normal-top-level-add-subdirs-to-load-path):
8477 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 8478
fc3e23a4
EZ
8479 * dired.el (dired-insert-directory): If file-system-info is
8480 fboundp, call it instead of invoking dired-free-space-program.
8481
796ecd10
GM
84822000-12-07 Gerd Moellmann <gerd@gnu.org>
8483
0f5f7c3e
GM
8484 * server.el (server-visit-files): Push files on file-name-history.
8485
3764ba49
GM
8486 * progmodes/cc-langs.el: Update copyright.
8487
8e7931da
GM
8488 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
8489
ae0d7485 8490 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 8491
796ecd10
GM
8492 * bindings.el (mode-line-mode-menu): Reverse the order
8493 of define-keys so that the menu appears in alphabetical order.
8494
ae0d7485
GM
84952000-12-07 Milan Zamazal <pdm@freesoft.cz>
8496
8497 * progmodes/glasses.el (glasses-mode): Update mode line at the end
8498 of the function.
8499
e2849090
DL
85002000-12-07 Dave Love <fx@gnu.org>
8501
8502 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
8503
8504 * facemenu.el (facemenu-unlisted-faces): Fix value.
8505
5c7f629c
SM
85062000-12-07 Stefan Monnier <monnier@cs.yale.edu>
8507
8508 * font-lock.el (font-lock-default-fontify-region):
8509 Include the terminating \n (off-by-one error).
8510 (font-lock-set-defaults): Use dolist.
8511
8512 * derived.el (define-derived-mode): Don't use combine-run-hooks.
8513
73481ae3
KH
85142000-12-07 Kenichi Handa <handa@etl.go.jp>
8515
83c9cb8e
SM
8516 * international/mule-cmds.el (describe-language-environment):
8517 Fix for the case that an input method title is not string but a list.
ffbaa122 8518
73481ae3
KH
8519 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
8520 of wrong SIZE record.
8521
e2896b22
DL
85222000-12-06 Dave Love <fx@gnu.org>
8523
67292061
DL
8524 * newcomment.el (comment-region, comment-dwim): Doc fix.
8525
8526 * textmodes/texinfo.el: Require tex-mode when compiling.
8527 (texinfo-update-node): Doc fix.
8528 (texinfo-imenu-generic-expression): Add @anchor.
8529 (texinfo-font-lock-keywords): Add @uref.
8530 (texinfo-inside-macro-p): Don't use ignore-errors.
8531 (texinfo-insert-quote): Match more contexts.
8532
e76938e7
DL
8533 * international/mule.el (decode-char, encode-char): Doc fix.
8534 (auto-coding-alist): Customize.
8535
8536 * files.el (load-file): Fix change of 2000-03-12.
8537
e2896b22
DL
8538 * wid-edit.el (widget-text-keymap): Doc fix.
8539
6610f4b2
AI
85402000-12-06 Andrew Innes <andrewi@gnu.org>
8541
8542 * makefile.w32-in (lisp): Set to an absolute directory, namely
8543 $(CURDIR).
8544
9e3366e4
EZ
85452000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
8546
8547 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
8548 read generated-autoload-file, and set buffer-file-coding-system to
8549 raw-text-unix after reading the file.
8550
83c9cb8e
SM
8551 * international/mule-conf.el (file-coding-system-alist):
8552 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 8553
d94d636f
GM
85542000-12-06 Gerd Moellmann <gerd@gnu.org>
8555
384333ee
GM
8556 * replace.el (occur): Make line-number-width 1 smaller for the
8557 colon following the line number.
8558
83c9cb8e
SM
8559 * startup.el (fancy-splash-text, command-line-1):
8560 Use `File' for the menu name instead of `Files'.
e04d21aa 8561
d4b72d58
GM
8562 * tmm.el: Update copyright.
8563
d94d636f
GM
8564 * cus-start.el: Add entry for even-window-heights.
8565
6e424019
MB
85662000-12-06 Miles Bader <miles@gnu.org>
8567
8568 * faces.el (frame-set-background-mode): Avoid stomping on
8569 locally modified faces.
8570
e6477b58
KH
85712000-12-06 Kenichi Handa <handa@etl.go.jp>
8572
8573 * international/fontset.el: Correct the font registries for
8574 japanese-jisx0213-1 and japanese-jisx0213-2.
8575
21999ab9
GM
85762000-12-05 Gerd Moellmann <gerd@gnu.org>
8577
57d6e381
GM
8578 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
8579
21999ab9
GM
8580 * iswitchb.el: Update customization commentary.
8581
7422819c
GM
85822000-12-05 Rob Riepel <riepel@Stanford.EDU>
8583
8584 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
8585 (tpu-search-highlight): Fixed comparison of overlay end positions.
8586 (tpu-trim-line-ends): Implemented trimming logic locally.
8587
8588 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 8589 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 8590
73daff18
KH
85912000-12-05 Kenichi Handa <handa@etl.go.jp>
8592
8593 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
8594 to cn-gb.
8595 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
8596
6a4cd002
DL
85972000-12-04 Dave Love <fx@gnu.org>
8598
8599 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
8600
6452929e
GM
86012000-12-04 Gerd Moellmann <gerd@gnu.org>
8602
e04d21aa 8603 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
8604 (rmail-summary-expunge-and-save): Ask for confirmation with
8605 rmail-expunge-confirmed.
8606
8607 * mail/rmail.el (rmail-expunge-confirmed): New function.
8608 (rmail-expunge): Use it.
8609
1790abf4
FP
86102000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
8611
0c68ce6f 8612 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
8613 (etags-recognize-tags-table, find-tag-in-order):
8614 New functionality: interpret file names as tags.
e04d21aa 8615
7a53d8c8
EZ
86162000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
8617
8618 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
8619 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
8620 the first subnode until the bottom of the current node is visible.
7a53d8c8 8621
caa15ef7
GM
86222000-12-04 Gerd Moellmann <gerd@gnu.org>
8623
8624 * format.el (format-decode): Don't change buffer's undo list.
8625
e225faa7
KH
86262000-12-04 Kenichi Handa <handa@etl.go.jp>
8627
8628 * faces.el (face-font-registry-alternatives): Add entries for CJK
8629 fonts. Doc-string adjusted for the actual usage of this data.
8630
8631 * international/fontset.el: Change the font registries for CJK
8632 fonts in the default fontset. Don't append '*' to registries.
8633
8b262a65
SM
86342000-12-03 Stefan Monnier <monnier@cs.yale.edu>
8635
e04d21aa 8636 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
8637 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
8638
8639 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
8640 (derived-mode-p): New function.
8641 (derived-mode-make-docstring): Add `docstring' argument.
8642 Use it if available and complete it if necessary.
8643
33c4460b
AS
86442000-12-03 Andreas Schwab <schwab@suse.de>
8645
8646 * type-break.el (type-break): Don't make parent of itself.
8647
5c9b3fac
MB
86482000-12-03 Miles Bader <miles@gnu.org>
8649
8650 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
8651
27ce741e
SM
86522000-12-02 Stefan Monnier <monnier@cs.yale.edu>
8653
07c16ec4
SM
8654 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
8655 (tex-main-file, tex-file): Simplify.
8656 (tex-generate-zap-file-name): Use subst-char-in-string.
8657 (tex-strip-dots): Remove.
8658
c19cc275
SM
8659 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
8660
27ce741e
SM
8661 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
8662 to check if the match succeeded.
8663
285991dc
GM
86642000-12-02 Gerd Moellmann <gerd@gnu.org>
8665
8666 * startup.el (use-fancy-splash-screens-p): New function.
8667 (command-line-1): Use it to determine whether or not to use
8668 a fancy splash screen.
8669
52dca1b2
AS
86702000-12-02 Andreas Schwab <schwab@suse.de>
8671
8672 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
8673
d3e7e7cf
EZ
86742000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8675
2dce2360
EZ
8676 * international/mule.el (make-char): Fix last change.
8677
9768eaa7
EZ
8678 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8679 New defcustoms.
8680 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
8681 autoloading tex-mode; instead, do the same manually.
8682 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
8683 with numeric argument. Docstring fix.
8684 (toplevel): Require cl when compiling.
e04d21aa 8685
285991dc 8686 * international/mule.el (make-char): Doc fix.
d3e7e7cf 8687
0dd5e255
JR
86882000-12-02 Jason Rumney <jasonr@gnu.org>
8689
8690 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
8691 the Emacs Lisp manual)
8692
fbb87147
EZ
86932000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8694
5cbb3e93
EZ
8695 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
8696
fbb87147
EZ
8697 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
8698 the Emacs Lisp manual).
8699
1636ca09
GM
87002000-12-02 Gerd Moellmann <gerd@gnu.org>
8701
8702 * simple.el (next-line-add-newlines): Change default to nil.
8703
68875f0e
EZ
87042000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
8705
83c9cb8e
SM
8706 * files.el (revert-buffer, recover-file):
8707 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 8708
fd9ac94c
GM
87092000-12-01 Gerd Moellmann <gerd@gnu.org>
8710
8711 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
8712
45450dd5
MB
87132000-12-01 Miles Bader <miles@gnu.org>
8714
8715 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
8716
09df8881
KH
87172000-12-01 Kenichi Handa <handa@etl.go.jp>
8718
8719 * international/mule-diag.el (describe-char-after): Fix typo.
8720 (describe-character-set, non-iso-charset-alist): Fix typo.
8721
dea0a87d
MB
87222000-12-01 Miles Bader <miles@gnu.org>
8723
b170205b
MB
8724 * image-file.el (image-file-name-regexp): Automatically add
8725 upper-case variants of each filename extension in
8726 `image-file-name-extensions', since they seem to be common.
8727
e04d21aa 8728 * simple.el (minibuffer-contents)
dea0a87d
MB
8729 (minibuffer-contents-no-properties, delete-minibuffer-contents):
8730 New functions.
8731 * filecache.el (file-cache-directory-name)
8732 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
8733
eb04d6cd 87342000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 8735
dea0a87d
MB
8736 * filecache.el (file-cache-minibuffer-complete): Don't try to
8737 delete the minibuffer prompt.
8738
a8a1b05d
DL
87392000-11-30 Dave Love <fx@gnu.org>
8740
8741 * cus-start.el: Fix read-buffer-function type.
8742
693c4692
GM
87432000-11-30 Gerd Moellmann <gerd@gnu.org>
8744
8745 * md5.el: Removed. There's a built-in function, now.
8746
2c0b1898
GM
87472000-11-30 Markus Rost <rost@math.ohio-state.edu>
8748
8749 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
8750 as dummy 0-th char of rmail-deleted-vector.
8751
63dfcf4b
EZ
87522000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
8753
8754 * ps-print.el (ps-end-job): Bind case-fold-search only after
8755 switching to ps-spool-buffer.
8756
87572000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8758
8759 * ps-print.el: Line number font customization. PostScript: Lines and
8760 PageCount are initialized on each page. Doc Fix.
8761 (ps-print-version): New version number (6.3.2).
8762 (ps-lpr-switches, ps-font-info-database, ps-font-size)
8763 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
8764 (ps-right-header): Customization fix.
8765 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
8766 Fix code.
8767 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
8768 New vars.
8769
df3aedcf
GM
87702000-11-30 Gerd Moellmann <gerd@gnu.org>
8771
edfb795e
GM
8772 * bs.el: Fix typos and spelling errors.
8773 (bs-appearance) <defgroup>: Renamed from bs-appearence.
8774 (bs-configuration): Doc fix.
e04d21aa 8775
df3aedcf
GM
8776 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
8777
8b8a7f01
GM
87782000-11-30 Rob Riepel <riepel@Stanford.EDU>
8779
8780 * emulation/tpu-edt.el (tpu-version): New version.
8781 (tpu-search-overlay, tpu-replace-overlay): New initial range.
8782 (tpu-original-mode-line): Variable deleted.
8783 (tpu-mark-flag): New initial value.
83c9cb8e
SM
8784 (tpu-set-mode-line): Don't redefine mode-line-format.
8785 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
8786 (tpu-update-mode-line): New mark flag logic.
8787 (tpu-get): Use find-file-wildcards.
8788 (tpu-search-highlight): Move overlay less, reset overlay properly.
8789 (tpu-unselect): Deactivate mark.
8790 (tpu-lm-replace): Reset overlay properly.
8791 (tpu-forward-line): Use forward-visible-line.
8792 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
8793
83c9cb8e 8794 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 8795
c069a9d3
GM
87962000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
8797
8798 * cus-edit.el (custom-face-value-create): Always emphasize tag.
8799
b02cd40b
GM
88002000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8801
8802 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
8803 and skip whitespace and newlines.
e04d21aa 8804
b7a90344
SM
88052000-11-30 Stefan Monnier <monnier@cs.yale.edu>
8806
8807 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
8808
be6bbb55
GM
88092000-11-29 Gerd Moellmann <gerd@gnu.org>
8810
0383ed60
GM
8811 * help.el (describe-function-1): Regexp-quote function name
8812 when used as part of a regexp.
8813
83c9cb8e
SM
8814 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
8815 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
8816 (tool-bar-add-item): Likewise, and handle unspecified colors.
8817
8818 * enriched.el (enriched-face-ans): Use face-attribute instead
8819 of face-foreground and face-background.
8820
8821 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 8822 Return nil if attribute is unspecified, for backward compatibility.
c7957947 8823
7423978d
GM
8824 * files.el (auto-mode-alist): Add an entry for antlr-mode.
8825
ef128c78
GM
8826 * play/5x5.el: Remove version info.
8827
a81fc510
GM
8828 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
8829
be6bbb55
GM
8830 * frame.el (blink-cursor-mode): Doc fix.
8831
f9396e03
GM
88322000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8833
8834 * antlr-mode.el: New commands to run ANTLR from within Emacs and
8835 to create Makefile rules.
8836 (antlr-tool-command): New user option.
8837 (antlr-ask-about-save): New user option.
8838 (antlr-makefile-specification): New user option.
8839 (antlr-file-formats-alist): New variable.
8840 (antlr-special-file-formats): New variable.
8841 (antlr-unknown-file-formats): New user option.
8842 (antlr-help-unknown-file-text): New variable.
8843 (antlr-help-rules-intro): New variable.
8844 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
8845 (antlr-mode-menu): Add entries.
8846 (antlr-file-dependencies): New function.
8847 (antlr-directory-dependencies): New function.
8848 (antlr-superclasses-glibs): New function.
8849 (antlr-run-tool): New command.
8850 (antlr-makefile-insert-variable): New function.
8851 (antlr-insert-makefile-rules): New function.
8852 (antlr-show-makefile-rules): New command.
8853
8854 * antlr-mode.el: More Emacs/XEmacs stuff.
8855 (antlr-no-action-keywords): New constant with value nil.
8856 (antlr-font-lock-keywords-alist): Use it. Old value would break
8857 syntax highlighting in Emacs-21.0.
8858 (antlr-default-directory): Emacs/XEmacs dependend function.
8859 (antlr-read-shell-command): Ditto.
8860 (antlr-with-displaying-help-buffer): Ditto.
8861
88622000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8863
8864 * antlr-mode.el: imenu, parsing and highlighting changes.
8865 (antlr-imenu-create-index-function): Don't create extra submenus
8866 for definitions in different grammar classes. It is not necessary
8867 for the menu and would make command `imenu' awkward to use.
8868 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
8869 header actions and more than one.
8870 (antlr-font-lock-tokendef-face): Changed color.
8871 (antlr-font-lock-tokenref-face): Changed color.
8872 (antlr-font-lock-additional-keywords): Also highlight lowercase.
8873 (antlr-mode-syntax-table): New variable.
8874 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
8875 (antlr-with-syntax-table): Don't copy syntax table.
8876
88772000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8878
8879 * antlr-mode.el: Minor changes: language setting.
8880 (antlr-language-alist): The value for file option "language" can
8881 be both an identifier and a string.
8882 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
8883 (antlr-language-limit-n-regexp): Change accordingly.
8884
88852000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8886
8887 * antlr-mode.el: Minor changes: tabs, hiding.
8888 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
8889 (antlr-action-visibility): Also allow value nil to also hide the
8890 braces. Renamed from `antlr-tiny-action-length'.
8891 Suggested by Jay@aol.com.
8892 (antlr-hide-actions): Change accordingly. Hide line if completely
8893 hidden action is on a line of its own.
e04d21aa 8894
6ad948eb
SM
88952000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8896
8897 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
8898
8899 * sort.el (sort-columns): Don't concat strings with numbers.
8900
9c6a4107
DL
89012000-11-29 Dave Love <fx@gnu.org>
8902
8903 * cus-edit.el (face): Fix :format.
8904
8905 * mail/feedmail.el: Require smtpmail when compiling.
8906 (mail-do-fcc): Autoload.
8907 (feedmail) <defgroup>: Fix :link.
8908 (feedmail-nuke-body-in-fcc): Fix :type.
8909 (feedmail-send-it): Add autoload cookie.
8910
053b8d35
SM
89112000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8912
8913 * newcomment.el (comment-indent): Save excursion around call to
8914 comment-indent-function.
8915
242c13e8
MB
89162000-11-29 Miles Bader <miles@gnu.org>
8917
8918 * subr.el (member-ignore-case): Return the tail of the list who's
8919 car matches, like `member', not the matching element itself.
8920
8f4b5f28
KH
89212000-11-29 Kenichi Handa <handa@etl.go.jp>
8922
8923 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
8924 should not contain `\n'.
8925
bebe4a2c
GM
89262000-11-28 Gerd Moellmann <gerd@gnu.org>
8927
fd9ac94c 8928 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 8929
ba7e40eb
GM
8930 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
8931
75ab0c79
GM
8932 * dired-aux.el (dired-do-create-files): Construct default file
8933 name for dired-mark-read-file-name so that when the user enters
8934 just RET, the target file will end up in the target directory.
8935
bebe4a2c
GM
8936 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
8937 local-abbrev-table before changing buffers because it might
8938 have a buffer-local binding.
8939
fa6d1ca8
MB
89402000-11-28 Miles Bader <miles@gnu.org>
8941
8942 * simple.el (delete-horizontal-space): Handle fields more generally.
8943
8d2c2642
GM
89442000-11-28 Gerd Moellmann <gerd@gnu.org>
8945
8946 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
8947
8b31236d
DL
89482000-11-28 Dave Love <fx@gnu.org>
8949
3cbd02d2
DL
8950 * progmodes/ps-mode.el (ps-mode): Set comment-start and
8951 comment-start-skip locally.
8952
8b31236d
DL
8953 * progmodes/fortran.el (fortran-mode): Don't set
8954 fortran-comment-line-start-skip. Set comment-start to
8955 fortran-comment-line-start.
8956 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
8957 (fortran-comment-line-start-skip): Simplify slightly.
8958
ae4bf56d
GM
89592000-11-28 Gerd Moellmann <gerd@gnu.org>
8960
17ef7534
GM
8961 * play/5x5.el: Remove RCS keyword.
8962
fd9ac94c 8963 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 8964
665b27a6
GM
89652000-11-28 Milan Zamazal <pdm@freesoft.cz>
8966
83c9cb8e
SM
8967 * textmodes/tildify.el (tildify-string-alist):
8968 Add `plain-tex-mode' here.
665b27a6 8969
fe3c2ae3
GM
89702000-11-28 Colin Walters <walters@cis.ohio-state.edu>
8971
8972 * chistory.el (Command-history-setup): Remove extraneous `keymap'
8973 reference.
8974
d970106b
MB
89752000-11-28 Miles Bader <miles@gnu.org>
8976
36b80a0d
MB
8977 * cus-face.el (custom-face-attributes): Add post-filter function
8978 for :box. Make pre-filter function for :box handle all cases.
8979
d970106b
MB
8980 * wid-edit.el (widget-choose): Make sure pop-up window is large
8981 enough to display all the choices, as there's no way to scroll it.
8982
5a2bae6c
KH
89832000-11-28 Kenichi Handa <handa@etl.go.jp>
8984
8985 * international/mule-conf.el: Make the coding system no-conversion
8986 safe for all characters.
8987
9e836e23
DL
89882000-11-27 Dave Love <fx@gnu.org>
8989
8b31236d
DL
8990 * net/ldap.el (ldap) <defgroup>: Add :version.
8991
9e836e23
DL
8992 * tooltip.el (tooltip-use-echo-area): Doc fix.
8993
8994 * cus-start.el <minibuffer-prompt-properties>: Add version.
8995 <read-buffer-function>: Add.
8996
8997 * apropos.el (apropos-print): Add help-echo to active text.
8998
8999 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9000
4a74d071
GM
90012000-11-27 Gerd Moellmann <gerd@gnu.org>
9002
9003 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
9004 type, group and version.
9005
76058c27
EZ
90062000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
9007
4a74d071 9008 * select.el (x-get-selection): Docstring fix.
76058c27 9009
fd9ac94c 90102000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 9011
fd9ac94c 9012 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 9013
49060c51
AI
90142000-11-27 Andrew Innes <andrewi@gnu.org>
9015
9016 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
9017
9018 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
9019
b2a8e429
MB
90202000-11-27 Miles Bader <miles@gnu.org>
9021
9022 * dired.el (dired-get-filename): Return filename verbatim if
9023 LOCALP is `verbatim'.
9024 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
9025 `verbatim' so that we don't inadvertently delete a non-existant
9026 directory name.
9027
5ac0366d
KH
90282000-11-27 Kenichi Handa <handa@etl.go.jp>
9029
9030 * international/characters.el: Specify cases and syntaxes for
9031 mule-unicode-0100-24ff.
9032
67f1cf4c
GM
90332000-11-27 Gerd Moellmann <gerd@gnu.org>
9034
9035 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
9036 that foreground and/or background colors of the face `tool-bar'
9037 are unspecified.
9038
46c56972
MB
90392000-11-27 Miles Bader <miles@gnu.org>
9040
e04d21aa 9041 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
9042 (widget-field-end): Handle widget field `pseudo-overlays'.
9043 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
9044 if it's there instead of in `widget-field-list'.
9045
46c56972 9046 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
9047 (help-make-xrefs): Delete extraneous newlines at the end of the
9048 docstring.
46c56972 9049
640a9cdd
JR
90502000-11-25 Jason Rumney <jasonr@gnu.org>
9051
9052 * startup.el (command-line): Call set-locale-environment after
9053 Window System init file is read, as it can result in a call to
9054 redraw-frame.
9055
0b3f96d4
EZ
90562000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
9057
9058 * simple.el (shell-command): Mention the effect of the prefix
9059 argument in the doc string.
9060
8da6e2a1
MB
90612000-11-25 Miles Bader <miles@gnu.org>
9062
a658d039
MB
9063 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
9064
8da6e2a1 9065 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 9066 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 9067
d3416cca
JR
90682000-11-24 Jason Rumney <jasonr@gnu.org>
9069
9070 * international/mule-cmds.el (locale-language-names): Add "jp" as
9071 a non-standard alternative for Japanese.
9072
17e37f53
AS
90732000-11-24 Andre Spiegel <spiegel@gnu.org>
9074
9075 * vc-hooks.el: Require 'cl during compilation.
9076
9aa5f148
GM
90772000-11-24 Gerd Moellmann <gerd@gnu.org>
9078
ba193890
GM
9079 * faces.el (face-set-after-frame-default): Let face attributes
9080 specified for new frames override frame parameters.
9081
9aa5f148
GM
9082 * startup.el (command-line): Fix computation of the source file
9083 for user-init-file when user-init-file is a compiled file.
9084
51a1edab
MB
90852000-11-24 Miles Bader <miles@gnu.org>
9086
e04d21aa 9087 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
9088 (custom-post-filter-face-spec): New functions.
9089 (custom-face-set, custom-face-value-create): Filter the face spec
9090 before and after customization.
9091 (custom-face-set): If VALUE specifies a null face, pass a
9092 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
9093 * cus-face.el (custom-face-attributes): Remove SET and GET
9094 functions. Add some IN-FILTER and OUT-FILTER functions in the few
9095 cases they're needed.
9096
1ed74431
MB
9097 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
9098 that it's distinguishable from the :off-glyph on dark-background
9099 displays. Set its background color too.
9100
67ee1125
MB
9101 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
9102 so that people can easily turn it off.
9103
7d027816 91042000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 9105
7d027816 9106 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 9107
9aa5f148 9108 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 9109
9aa5f148 9110 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 9111
9aa5f148 9112 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 9113 redundant skip-small-frames test.
e04d21aa 9114
9aa5f148 9115 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 9116 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 9117
9aa5f148
GM
9118 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
9119 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
9120 (viper-restore-cursor-type,viper-set-insert-cursor-type):
9121 New functions.
e04d21aa 9122
9aa5f148 9123 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 9124
9aa5f148 9125 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 9126
f07fa1b8
KH
91272000-11-24 Kenichi Handa <handa@etl.go.jp>
9128
83c9cb8e
SM
9129 * international/mule-diag.el (list-iso-charset-chars):
9130 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
9131 (list-non-iso-charset-chars): Fix the `while' condition.
9132
ba8299ff
SM
91332000-11-23 Stefan Monnier <monnier@cs.yale.edu>
9134
79372165
SM
9135 * subr.el (add-hook, remove-hook): Don't call make-local-hook
9136 if the variable is make-variable-buffer-local.
9137
83c9cb8e
SM
9138 * progmodes/ada-stmt.el (ada-template-map):
9139 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
9140 (ada-stmt-mode-hook): New function extracted from old code.
9141 Only change the buffer-local side of skeleton-*.
9142 (ada-mode-hook): Use it.
9143
68a887fa
EZ
91442000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9145
9146 * iswitchb.el (iswitchb-minibuf-depth): New variable.
9147 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
9148 we expect to be returned by minibuffer-depth once we prompt the
9149 user in the minibuffer.
9150 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
9151 as recorded in iswitchb-minibuf-depth, return non-nil.
9152
3b345582
EZ
91532000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9154
9155 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
9156 (hscroll-window-maybe): Docstring fix.
9157
595dead2
DL
91582000-11-23 Dave Love <fx@gnu.org>
9159
9160 * rect.el (string-rectangle): Don't test delete-selection-mode.
9161
1e66b27a
GM
91622000-11-23 Gerd Moellmann <gerd@gnu.org>
9163
02790ce2
GM
9164 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
9165 is in the tool bar.
9166
1e66b27a 9167 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 9168 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 9169
a4caa65d
SM
91702000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9171
9172 * textmodes/outline.el (outline-flag-region):
9173 Don't bind inhibit-read-only since we don't modify the buffer.
9174 (outline-isearch-open-invisible): Don't jump to overlay-start
9175 since we're trying to unhide text around point.
9176 (outline-discard-overlays): Use dolist.
9177
9178 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
9179
03e757c1
GM
91802000-11-22 Gerd Moellmann <gerd@gnu.org>
9181
83c9cb8e 9182 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 9183
1598a961
SM
91842000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9185
9186 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
9187 Fix ARG regexp to skip quoted braces.
9188 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
9189 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
9190 are (correctly) handled separately).
9191 Remove `caption' and `footnote' from `citations': they contain text.
9192 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
9193 (latex-skeleton-end-hook): New function.
9194 (latex-mode): Use it.
9195 (tex-start-tex-marker): Remove.
9196 (tex-send-tex-command): Don't set tex-start-tex-marker.
9197 (tex-error-parse-syntax-table): New var.
9198 (tex-compilation-parse-errors): Use it.
9199 Ignore tex-start-tex-marker. Don't bother with marker-position.
9200 (tex-validate-buffer): Don't bother with marker-position.
9201
9202 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 9203 (flyspell-generic-progmode-verify): Use it.
1598a961 9204
eaae8106
SS
92052000-11-22 Sam Steingold <sds@gnu.org>
9206
83c9cb8e 9207 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 9208
eaae8106 9209 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 9210 `ada-remove-trailing-spaces'.
eaae8106 9211 (ada-remove-trailing-spaces): Removed.
e04d21aa 9212
eaae8106 9213 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 9214
1598a961
SM
9215 * textmodes/picture.el (picture-clean): Removed.
9216 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 9217
a41d49e9
GM
92182000-11-22 Gerd Moellmann <gerd@gnu.org>
9219
e053c60f
GM
9220 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9221
a41d49e9
GM
9222 * hi-lock.el (hi-lock-refontify): Don't call non-existent
9223 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 9224 do anything special when jit-lock is active.
a41d49e9
GM
9225 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
9226
197615f3
DL
92272000-11-22 Dave Love <fx@gnu.org>
9228
ddbfaa9f
DL
9229 * calendar/todo-mode.el (todo-top-priorities): Use
9230 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
9231
ddc3c695
DL
9232 * language/chinese.el, language/cyrillic.el:
9233 * language/devanagari.el, language/ethiopic.el, language/greek.el:
9234 * language/hebrew.el, language/indian.el, language/japanese.el:
9235 * language/korean.el, language/lao.el, language/misc-lang.el:
9236 * language/thai.el, language/tibetan.el, language/vietnamese.el:
9237 Use provide.
9238
fb9fa98d
DL
9239 * cus-edit.el (custom-buffer-create-internal): Save some consing.
9240 (custom-variable-set): Improve validation error mesage.
9241
197615f3
DL
9242 * rect.el (string-rectangle): Revert last change.
9243 (string-rectangle-line): New arg DELETE.
9244 (string-rectangle): Check delete-selection-mode.
9245
9246 * emacs-lisp/edebug.el (edebug-version)
9247 (edebug-maintainer-address): Deleted.
9248 (edebug-submit-bug-report): Just alias to report-emacs-bug.
9249 (edebug-read-function): Account for other `'#' read forms.
9250 (edebug-mode-menus): Make some items toggles.
9251 (edebug-outside-unread-command-event, unread-command-event):
9252 Remove these to avoid warnings.
9253
f4117c4d
GM
92542000-11-22 David Ponce <david@dponce.com>
9255
9256 * recentf.el (recentf-menu-items-for-commands)
9257 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 9258 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 9259
f4117c4d
GM
9260 (recentf-build-dir-rules, recentf-dump-variable)
9261 (recentf-edit-list, recentf-open-files-item)
9262 (recentf-open-files): Replaced unnecessary `mapcar' with new
9263 built-in `mapc'.
eaae8106 9264
f8e2f3f2
MB
92652000-11-23 Miles Bader <miles@gnu.org>
9266
9267 * faces.el (menu): Make inverse-video on ttys too.
9268
4c4a541d
SM
92692000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9270
9271 * simple.el (comment-line-break-function): Use the new name
9272 indent-new-comment-line -> comment-indent-new-line.
9273 (clone-indirect-buffer): Don't ignore NORECORD.
9274 (next-completion): Properly handle the case where items are adjacent.
9275
9276 * mouse.el (popup-menu): Stupid typo.
9277
980d836e
GM
92782000-11-22 Gerd Moellmann <gerd@gnu.org>
9279
60e8e0a5
GM
9280 * emacs-lisp/authors.el: Remove autoload cookies, add author,
9281 maintainer, keywords tags.
9282
980d836e
GM
9283 * rect.el (replace-rectangle): Don't call string-rectangle-line
9284 with too many arguments.
9285
e08b2069
AS
92862000-11-22 Andre Spiegel <spiegel@gnu.org>
9287
60e8e0a5 9288 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 9289 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
9290 vc-locking-user, which no longer exists.
9291
9292 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
9293
c6779d8d
DL
92942000-11-22 Dave Love <fx@gnu.org>
9295
9296 * md5.el (md5): Provide.
9297 (md5): Fix error call.
9298
e672fdce
MB
92992000-11-22 Miles Bader <miles@gnu.org>
9300
eaae8106 9301 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
9302 (refill-fill-paragraph-at): Remove debugging code.
9303
80e24c04
MB
9304 * calendar/calendar.el (generate-calendar-window): When we don't
9305 call `fit-window-to-buffer', make sure the top line is fully visible.
9306
3a17d6cc
MB
9307 * image-file.el (insert-image-file): Don't make `read-only'
9308 property rear-nonsticky.
9309
ae1a21c6
MB
9310 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
9311 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
9312 stashing away its original value.
9313 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
9314 in the recursive edit.
9315 Bind `isearch-original-minibuffer-message-timeout' to protect it.
9316 (isearch-done): Restore `minibuffer-message-timeout'.
9317
e672fdce
MB
9318 * cus-start.el: Remove entry for `mode-line-inverse-video'.
9319
3ea79df8
SM
93202000-11-21 Stefan Monnier <monnier@cs.yale.edu>
9321
9322 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
9323
9324 * find-lisp.el (find-lisp-find-files-internal):
9325 Use dolist, when and file-name-as-directory.
9326
980d836e 9327 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
9328 (define-derived-mode, define-minor-mode): Add specs.
9329
9330 * window.el: General comment and spacing fixes.
9331 (save-selected-window): Use backquotes.
9332 (window-safely-shrinkable-p): New function.
9333 (shrink-window-if-larger-than-buffer): Use it.
9334
9335 * subr.el (make-local-hook): Docstring fix.
9336
9337 * shell.el (shell-mode): Use define-derived-mode.
9338
9339 * newcomment.el (comment-indent): Insert comment before calling
9340 comment-indent-function. Don't insert in column 0.
9341 (comment-dwim): Indent before inserting comment.
9342
9343 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
9344 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
9345 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
9346 Use mapc rather than map.
9347
9348 * files.el (find-buffer-visiting): Compare all attributes before
9349 declaring two files identical (rather than just their inode-no).
9350 (auto-mode-alist): Use \' rather than $.
9351
9352 * which-func.el: Update maintainer line.
9353
9354 * pcvs.el (uniquify-buffer-file-name): Remove advice.
9355 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
9356 (uniquify-buffer-file-name): Use it.
9357
8f62f2b8
MB
93582000-11-22 Miles Bader <miles@gnu.org>
9359
9360 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
9361 * simple.el (minibuffer-avoid-prompt): New function.
9362
fb279a6d
GM
93632000-11-21 Gerd Moellmann <gerd@gnu.org>
9364
9365 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
9366
867092e9
MB
93672000-11-21 Miles Bader <miles@gnu.org>
9368
ef860850
MB
9369 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
9370 inclusion of `track-mouse'.
9371
867092e9
MB
9372 * textmodes/refill.el (refill-ignorable-overlay): New variable.
9373 (refill-adjust-ignorable-overlay): New function.
9374 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
9375 only the paragraph's tail if possible.
9376 Update `refill-ignorable-overlay'.
9377 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
9378
9379 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
9380 point inside the fill-prefix.
9381
9382 * textmodes/refill.el (refill-post-command-function): Don't reset
9383 refill-doit in the case where a self-insertion command doesn't
9384 case a refill. Use `refill-fill-paragraph-at', getting position
9385 from `refill-doit'.
9386 (refill-after-change-function): Set `refill-doit' to END.
9387 (refill-fill-paragraph-at): New function, mostly from old
9388 refill-fill-paragraph.
9389 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
9390 (refill-pre-command-function): New function.
9391 (refill-mode): Add it to `pre-command-hook'.
9392
ff9ab414
GM
93932000-11-20 Gerd Moellmann <gerd@gnu.org>
9394
29a01b72
GM
9395 * textmodes/artist.el (artist-mode): Fix autoload cookie.
9396
ff9ab414
GM
9397 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
9398 javadoc tags.
eaae8106 9399
885b211b
AS
94002000-11-20 Andre Spiegel <spiegel@gnu.org>
9401
9402 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
9403 vc.el).
9404
eaae8106 9405 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 9406 require vc.
eaae8106
SS
9407
9408 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 9409 checkouts.
eaae8106 9410
d1838556
DL
94112000-11-20 Dave Love <fx@gnu.org>
9412
9413 * Makefile.in (DONTCOMPILE): Omit bindings.el.
9414
2b69bc11 94152000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 9416
2b69bc11
GM
9417 * calculator.el (calculator-paste): Use `if' instead of `and'
9418 and `or'.
9419 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 9420
b95b34e5
GM
94212000-11-19 Gerd Moellmann <gerd@gnu.org>
9422
030de92f
GM
9423 * info.el (info-menu-5): Doc fix.
9424
b95b34e5
GM
9425 * textmodes/artist.el: New file.
9426
54970452
AS
94272000-11-19 Andre Spiegel <spiegel@gnu.org>
9428
eaae8106 9429 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
9430 and differentiate according to checkout model.
9431 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
9432 since this function is only concerned with master state.
9433
83c9cb8e
SM
9434 * vc-hooks.el (vc-workfile-unchanged-p)
9435 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 9436
83c9cb8e
SM
9437 * vc.el (vc-workfile-unchanged-p)
9438 (vc-default-workfile-unchanged-p): See above.
54970452 9439
e5a9dabf
MB
94402000-11-19 Miles Bader <miles@gnu.org>
9441
9442 * image-file.el (insert-image-file): Make `intangible' and
9443 `read-only' properties rear-nonsticky too.
9444
24127af0
GM
94452000-11-18 Gerd Moellmann <gerd@gnu.org>
9446
d392e9c5 9447 * ps-print.el: Update copyright notice.
eaae8106 9448
d392e9c5
GM
9449 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
9450 (tooltip-show): Use the offsets.
9451
24127af0 9452 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 9453 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
9454 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
9455
2b69bc11 94562000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 9457
2b69bc11
GM
9458 * ps-print.el (toplevel): Test for find-coding-system being
9459 fboundp before calling ps-x-find-coding-system.
08ea6f17 9460
66321b2f
SM
94612000-11-16 Stefan Monnier <monnier@cs.yale.edu>
9462
9463 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
9464 (vc-version-backup-file): Docstring fix.
9465
046110c6
GM
94662000-11-16 Gerd Moellmann <gerd@gnu.org>
9467
4104194e
GM
9468 * files.el (basic-save-buffer): Don't add a newline if
9469 find-file-literally is non-nil.
9470 (find-file-literally): Extend doc string.
9471
046110c6
GM
9472 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
9473 sort(1) with the `-f' argument.
9474
6505c16e
AS
94752000-11-16 Andre Spiegel <spiegel@gnu.org>
9476
fd063975
AS
9477 * vc.el: Updated backend documentation.
9478 (vc-default-check-headers): New function.
9479
3d02dd81 9480 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
9481
9482 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 9483 up-to-date.
eaae8106 9484 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 9485 the minibuffer is not active.
fd063975 9486
eaae8106 9487 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 9488 `vc-cvs-use-edit' is on.
eaae8106
SS
9489 (vc-cvs-checkout): When this is used for reverting the workfile,
9490 make a backup of the original contents and revert to that in case
8791d617 9491 of error.
eaae8106 9492 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 9493 remote repositories.
eaae8106 9494
6505c16e
AS
9495 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
9496 for both version and ratio in the minibuffer.
fd063975 9497
eaae8106 9498 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 9499 Use vc-do-command to perform the annotation, not call-process.
6505c16e 9500
a13f0660
KH
95012000-11-16 Kenichi Handa <handa@etl.go.jp>
9502
9503 * international/quail.el (quail-start-translation): Don't call
9504 `message' before reading key sequence.
9505
1389a414
MB
95062000-11-16 Miles Bader <miles@lsi.nec.co.jp>
9507
9508 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
9509
9256a532
KH
95102000-11-16 Kenichi Handa <handa@etl.go.jp>
9511
9512 * window.el (fit-window-to-buffer): Be sure to acquire at least
9513 one text line even if the buffer is empty.
9514
0e14fe9f
GM
95152000-11-16 Gerd Moellmann <gerd@gnu.org>
9516
eaae8106 9517 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
9518 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
9519 Bind ange-ftp-process-verbose to nil.
0e14fe9f 9520
da645c53
DL
95212000-11-15 Dave Love <fx@gnu.org>
9522
83c9cb8e
SM
9523 * wid-edit.el (widget-specify-field, widget-specify-button):
9524 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
9525 widget-mouse-help.
9526 (widget-mouse-help): New function.
9527 (widget-echo-help): Rewritten for :help-echo functions only taking
9528 a widget arg.
9529
83c9cb8e
SM
9530 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
9531 Use display-graphic-p.
b12057b9
DL
9532 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
9533 and that JPEG is available.
9534 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
9535
da645c53
DL
9536 * international/mule-cmds.el (locale-charset-language-names):
9537 Match @euro.
9538
6d133d1f
GM
95392000-11-15 Gerd Moellmann <gerd@gnu.org>
9540
83c9cb8e
SM
9541 * faces.el (face-set-after-frame-default):
9542 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
9543 default face from X resources.
9544
49ac2ac5
EZ
95452000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
9546
9547 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
9548 Don't set EMACSLOADPATH.
9549
4fb0a34c
EZ
95502000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
9551
9552 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
9553 texinfo-insert-@url.
9554 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
9555 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
9556
bb304a7a
SM
95572000-11-14 Stefan Monnier <monnier@cs.yale.edu>
9558
82bc80bf
SM
9559 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
9560 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
9561 (checkdoc-minor-keymap): Backward compatibility.
9562 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
9563 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
9564 (checkdoc-this-string-valid-engine): Be a bit more strict
9565 to avoid matching substrings of `...' quoted vars/funs.
9566 (checkdoc-defun-info): Only look for `interactive' if alone.
9567 (debug-ignored-errors): Add "arg doesn't appear in docstring".
9568
e8c87124
SM
9569 * progmodes/compile.el (grep): `tag-default' can be nil.
9570
bb304a7a
SM
9571 * newcomment.el (comment-indent): Paren typo.
9572
8628686a
DL
95732000-11-14 Dave Love <fx@gnu.org>
9574
25c269ef
DL
9575 * calculator.el: New maintainer version.
9576
66321b2f 9577 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 9578
8628686a
DL
9579 * cmuscheme.el: Doc fixes.
9580 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 9581 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
9582
9583 * xscheme.el (scheme-program-name): Don't define here.
9584
9585 * progmodes/scheme.el (scheme-program-name): New variable
9586 (originally in cmuscheme).
9587
88f0a1eb
MB
95882000-11-14 Miles Bader <miles@gnu.org>
9589
9590 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
9591 Handle header-lines. Don't loop forever if we can't enlarge the
9592 window anymore. Simplify a bit.
9593
cd9a000c
KH
95942000-11-14 Kenichi Handa <handa@etl.go.jp>
9595
9596 * window.el (fit-window-to-buffer): Don't check
9597 window-text-height. Assure that the last line is fully visible.
9598
83c9cb8e
SM
9599 * international/quail.el (quail-show-guidance-buf):
9600 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
9601 buffer.
9602 (quail-update-guidance): Avoid making the guidance buffer shorter.
9603
d3fcda22
SM
96042000-11-14 Stefan Monnier <monnier@cs.yale.edu>
9605
bdbd9606
SM
9606 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
9607 rather than `prepend' and add an interesting comment.
9608 (tex-math-face, tex-font-lock-syntactic-face-function):
9609 New face and function to use it.
9610 (tex-define-common-keys, tex-mode-map): Use menu-item rather
9611 than `menu-enable' symbol property.
9612 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
9613 (tex-mode): Add some latex-mode commands for auto-selection.
9614 Use tex-font-lock-syntactic-face-function.
9615 (tex-insert-quote): Simplify.
9616 (tex-shell): New mode.
9617 (tex-start-shell): Use it.
9618 (tex-shell-proc, tex-shell-buf): New functions.
9619 (tex-send-command): Use it.
9620 (tex-main-file): Fix the meaning of the new arg REALFILE.
9621 (tex-send-tex-command): New function split from `tex-start-tex'.
9622 Set compilation-last-buffer and compilation-parsing-end.
9623
d3fcda22
SM
9624 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
9625 when it follows non-comment text on the line.
9626
9627 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9628 Set font-lock-defaults.
9629 (lisp-mode-shared-map): Init inside the defvar.
9630 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
9631 Use define-derived-mode.
9632
bdab1d43
MB
96332000-11-14 Miles Bader <miles@lsi.nec.co.jp>
9634
9635 * faces.el (header-line): Use `:box nil' for color/gs displays too.
9636
936ae731
GM
96372000-11-14 Gerd Moellmann <gerd@gnu.org>
9638
83c9cb8e
SM
9639 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
9640 Don't recursively optimize body because that can lead to infinite
936ae731
GM
9641 recursion; see comment there.
9642
1695ca2b
EZ
96432000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
9644
9645 * faces.el (face-spec-set-match-display): Revert the change from
9646 2000-10-24. Add a FIXME for after v21.1.
9647
9d348294
MB
96482000-11-13 Miles Bader <miles@gnu.org>
9649
9650 * textmodes/fill.el (skip-line-prefix): New function.
9651 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
9652 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
9653 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
9654 point inside the fill-prefix.
9d348294 9655
b85fa13c
MB
96562000-11-13 Miles Bader <miles@lsi.nec.co.jp>
9657
83c9cb8e
SM
9658 * calendar/calendar.el (generate-calendar-window):
9659 Use `fit-window-to-buffer'.
b85fa13c 9660
a0b47716
SM
96612000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9662
9663 * gud.el (gud-minor-mode): New var.
9664 (gud-symbol, gud-val): New functions.
9665 (gud-find-file): Copy gud-minor-mode to the new buffer.
9666 (gud-menu-map): Include entries for commands that are not always
9667 available, using :enable to (de)activate them.
9668 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
9669 (gud-mode-map): New map.
eaae8106 9670 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
9671 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
9672 Don't set up gud's menu (it's done by the minor-mode).
9673 (gud-minibuffer-local-map): New.
9674 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
9675 (gud-query-cmdline): New function.
9676 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
9677 (gud-mode): Use define-derived-mode.
9678 Don't set up gud's menu (it's done by the minor-mode).
9679 (gud-chop-words): Remove.
9680 (gud-common-init): Use split-string instead.
9681 (gud-new-keymap, gud-make-debug-menu): Eradicate.
9682
9683 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9684 Add keyword arg :name.
9685
9686 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
9687 (diff-count-matches, diff-split-hunk): New functions.
9688 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
9689
9690 * pcvs-info.el (cvs-fi-conflict-face): New var.
9691
9692 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
9693 Make it into a simple syntax-table, shared among all submodes.
9694 (sh-heredoc-face): Re-introduce.
9695 (sh-font-lock-syntactic-face-function): New function.
9696 (sh-mode): Use it. Also use define-derived-mode.
9697 Remove old bogus setting of indent-region-function.
9698 (sh-set-shell): Don't set the syntax-table any more.
9699 (sh-mode-syntax-table) <defun>: Remove.
9700
f5ed37df
MB
97012000-11-12 Miles Bader <miles@gnu.org>
9702
9703 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
9704 message if interactive.
9705
0b074c2f
DL
97062000-11-12 Dave Love <fx@gnu.org>
9707
9708 * mail/feedmail.el: Fix header,
9709 (feedmail) <defgroup>: Add :link.
9710
9711 * view.el: Use local-map property, not keymap on mode-line string.
9712
83c9cb8e
SM
9713 * scroll-all.el (scroll-all-mode): Customize variable.
9714 Add autoload cookie to function.
0b074c2f
DL
9715
9716 * lazy-lock.el: Remove compatibility code.
9717
9718 * finder.el (finder-known-keywords): Add `files', remove `vms'.
9719 (finder-help-echo): New variable.
9720 (finder-mouse-face-on-line): Add help-echo stuff.
9721 (finder-list-keywords, finder-list-matches): Use mapc.
9722
9723 * faces.el (face-font-registry-alternatives): Add :version.
9724
9725 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
9726 tags-table-list.
9727
a0b47716 9728 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 9729
a0b47716 9730 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
9731 (mail-mode): Use [:alnum:] in some regexps.
9732
6d502396
DL
97332000-11-10 Dave Love <fx@gnu.org>
9734
9735 * ediff.el (ediff-regions-internal, ediff-documentation):
9736 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
9737 fundamental mode.
9738
9739 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
9740 buffer into fundamental mode.
9741 (ediff-set-difference): Use copy-sequence if available.
9742
83c9cb8e
SM
9743 * ediff-ptch.el (ediff-dispatch-file-patching-job):
9744 Check ediff-patch-map non-nil.
6d502396
DL
9745 (ediff-fixup-patch-map, ediff-fixup-patch-map)
9746 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
9747 buffer into fundamental mode.
9748
9749 * ediff-merg.el (state-or-merge): Defvar when compiling.
9750
a82fe213
JR
97512000-11-10 Jason Rumney <jasonr@gnu.org>
9752
9753 * w32-fns.el (w32-add-charset-info): New function.
9754 (w32-charset-info-alist): Use it.
9755
52d89894
GM
97562000-11-10 Gerd Moellmann <gerd@gnu.org>
9757
9758 * faces.el (face-font-registry-alternatives): New user-option.
9759
178932de
SM
97602000-11-10 Stefan Monnier <monnier@cs.yale.edu>
9761
d7fa3319
SM
9762 * textmodes/texinfo.el (texinfo-block-default): New var.
9763 (texinfo-insert-block): Use it. Insert a newline if needed.
9764
178932de
SM
9765 * textmodes/fill.el (fill-indent-according-to-mode): New var.
9766 (fill-region-as-paragraph): Use it.
9767
9768 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
9769 (latex-mode): Tweak tex-*-(head|trail)er regexps.
9770 Tweak paragraph regexps to allow a leading [ \t]*.
9771 (tex-latex-block): Insert a newline if necessary.
9772 (latex-insert-item): Only insert a newline if necessary.
9773 (tex-guess-main-file): New function.
9774 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
9775 Set tex-main-file if TeX-master is provided.
9776 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
9777
bd02b8e0
GM
97782000-11-10 Gerd Moellmann <gerd@gnu.org>
9779
9780 * startup.el (command-line): Set the default tooltip-mode
9781 to t for graphical displays which implement x-show-tip.
9782
9783 * tooltip.el (tooltip-mode): Add a comment about startup.el
9784 setting the default value of this user-option.
9785
b29b03eb
SM
97862000-11-09 Stefan Monnier <monnier@cs.yale.edu>
9787
9788 * font-lock.el (font-lock-*-face) <defvar>: Move.
9789 (font-lock-defaults-alist): Mark obsolete.
9790 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
9791 (font-lock-mode): Use define-minor-mode.
9792 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
9793 (font-lock-turn-off-thing-lock): Be more explicit.
9794 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
9795 (font-lock-syntactic-face-function): New var.
9796 (font-lock-fontify-syntactically-region): Use it.
9797 (font-lock-doc-face): New.
9798
9799 * pcvs.el (cvs-enabledp): Ignore errors.
9800 (cvs-commit-filelist): Never query.
9801 (cvs-mode-insert): Always add a terminating / in the initial prompt.
9802 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
9803 (cvs-do-removal): Use cvs-partition rather than delete-if.
9804 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
9805 cvs-bury-buffer.
9806
9807 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9808 Allow `next' to jump to after the end of the last match.
9809
778fbc46
GM
98102000-11-09 Gerd Moellmann <gerd@gnu.org>
9811
730c746c
GM
9812 * simple.el (byte-compiling-files-p): New function.
9813
9814 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
9815 if it is there.
9816
9817 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
9818 nil again.
9819
778fbc46
GM
9820 * textmodes/ispell.el (ispell-library-path): Don't call
9821 check-ispell-version when byte-compiling because that starts
9822 an ispell process, and ispell might not be installed.
9823 (toplevel): Don't set up a menu when byte-compiling.
9824
9825 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
9826 it, so that a boundp test can be used to determine if we're
9827 currently byte-compiling.
9828
5912c5bb
DL
98292000-11-09 Dave Love <fx@gnu.org>
9830
83c9cb8e 9831 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 9832
7bb054a5
GM
98332000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9834
83c9cb8e
SM
9835 * ps-print.el: Patch for variable initialization when spooling.
9836 Doc fix.
7bb054a5
GM
9837 (ps-output-list): Fun eliminated.
9838 (ps-begin-file, ps-begin-job): Code fix.
9839
9db2706e
DL
98402000-11-08 Dave Love <fx@gnu.org>
9841
83c9cb8e 9842 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 9843
f7eb32aa
GM
98442000-11-08 Gerd Moellmann <gerd@gnu.org>
9845
9846 * simple.el (shell-command, display-message-or-buffer)
9847 (shell-command-on-region): Mention resize-mini-windows in the doc
9848 string.
9849 (display-message-or-buffer): Take the value of resize-mini-windows
9850 into account.
9851
7b01b08c
GM
98522000-11-07 Gerd Moellmann <gerd@gnu.org>
9853
acad3c0b
GM
9854 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
9855
7b01b08c
GM
9856 * dired.el (dired-between-files): Add `^. find' as an alternative
9857 to the regular expression, for find-dired.
9858
6f602bd0
SM
98592000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9860
9861 * textmodes/texnfo-upd.el: Require texinfo.
9862 (defmacro, defgroup): Remove.
9863 (texinfo-section-to-generic-alist): Remove.
9864 Use texinfo-section-list instead (i.e. level is changed string->int).
9865 (texinfo-filter): New function.
9866 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
9867 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
9868 Use it. And use regexp-opt.
9869 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
9870 (texinfo-update-menu-region-beginning)
9871 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
9872 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
9873 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 9874 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
9875 (texinfo-sequential-node-update): Remove autoload cookie.
9876
9877 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
9878 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
9879 (texinfo-chapter-level-regexp): Remove.
9880 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
9881
bb216218
DL
98822000-11-06 Dave Love <fx@gnu.org>
9883
6f602bd0 9884 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 9885
6f602bd0
SM
9886 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9887 Match defun*.
bb216218 9888
ff8dd5d5
KH
98892000-11-06 Kenichi Handa <handa@etl.go.jp>
9890
9891 * composite.el (composition-function-table): Variable declaration
9892 moved to src/composite.c.
9893 (compose-chars-after): New optional arg object.
9894
e9da51a1
GM
98952000-11-06 Gerd Moellmann <gerd@gnu.org>
9896
e0c12c68
GM
9897 * bindings.el (mode-line-toggle-read-only)
9898 (mode-line-toggle-modified, mode-line-widen)
9899 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
9900 (make-mode-line-mouse2-map): Rewritten.
9901 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
9902 functions so that C-h k can show something with a doc string.
eaae8106 9903
e9da51a1
GM
9904 * startup.el (fancy-splash-delay): Set to 10 seconds.
9905 (fancy-splash-max-time): New user-option.
9906 (fancy-splash-stop-time): New variable.
9907 (fancy-splash-screens): Set it. Catch `stop-splashing'.
9908 (fancy-splash-screens-1): Throw `stop-splashing' when current
9909 time is greater than fancy-splash-stop-time.
9910
611dbdf0
SM
99112000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9912
4d2806e2
SM
9913 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
9914
611dbdf0
SM
9915 * pcvs.el (cvs-mode-marked): New arg `noquery'.
9916 Prompt user for a file rather than raising an error.
9917 (cvs-enabledp): Fix call to cvs-mode-marked.
9918 (cvs-insert-file): New function (extracted from cvs-mode-insert).
9919 (cvs-mode-insert): Use it. Change the init prompt' value.
9920 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
9921
9922 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
9923 Don't pass default arg to ewoc-locate.
9924 (ewoc-collect): Return result in the right order.
9925
9926 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
9927
9928 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
9929 (cvs-status-get-tags): Fix regexp.
9930 (cvs-status-trees, cvs-status-cvstrees):
9931 Combine after change hooks and don't sit-for.
4d2806e2
SM
9932 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
9933 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
9934 Use make-char rather than hard-coded cryptic data.
9935 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
9936
9937 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
9938
9939 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
9940 (cvs-insert-strings): New function.
9941
937b2877
MB
99422000-11-06 Miles Bader <miles@lsi.nec.co.jp>
9943
9944 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
9945 `mwheel-scroll-amount'.
9946 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
9947 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
9948 string-matching against the version string.
9949
c6c97763
KH
99502000-11-06 Kenichi Handa <handa@etl.go.jp>
9951
6eaec747
KH
9952 * language/thai.el ("Thai"): Set a lisp form that produces
9953 composed string in `sample-text' language info.
9954
9955 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
9956 composed string in `sample-text' language info.
9957
83c9cb8e
SM
9958 * international/mule-cmds.el (describe-language-environment):
9959 Eval `sample-text' data and insert the result.
6eaec747 9960
c6c97763
KH
9961 * international/mule-conf.el (compound-text): Define this coding
9962 system here. Make x-ctext and ctext aliases of it.
9963
9964 * language/european.el (compound-text, ctext): Moved to
9965 international/mule-conf.el.
9966
d1145f85
AI
99672000-11-05 Andrew Innes <andrewi@gnu.org>
9968
9969 * w32-fns.el (w32-version): New function.
9970
178a6a45
SM
99712000-11-05 Stefan Monnier <monnier@cs.yale.edu>
9972
9973 * progmodes/awk-mode.el: Update copyright.
9974 (awk-mode-abbrev-table): Remove.
9975 (awk-font-lock-keywords): Use regexp-opt.
9976 (awk-mode): Use define-derived-mode.
9977
9978 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
9979 when extracting a suffix.
9980
1ba90166
AS
99812000-11-04 Andre Spiegel <spiegel@gnu.org>
9982
9983 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
9984 auto-save-mode.
9985
546790cb
JR
99862000-11-04 Jason Rumney <jasonr@gnu.org>
9987
9988 * language/european.el (decode-mac-roman): Test against r1 not r0.
9989
d247e32d
SM
99902000-11-03 Stefan Monnier <monnier@cs.yale.edu>
9991
fbf44f44
SM
9992 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
9993 (icon-mode): Define indent-line-function.
9994 (icon-comment-indent): Simplify.
9995 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
9996
9997 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
9998
9999 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10000 Bind change-log-default-mode to defeat the caching done on it.
10001 Don't bother saving excursion any more.
10002
10003 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
10004
10005 * frame.el (after-setting-font-hook): Rename hooks -> hook.
10006 (set-frame-font): Use the new name (and the old for compatibility).
10007
eaae8106
SS
10008 * toolbar/tool-bar.el (tool-bar-mode):
10009 * time.el (display-time-mode):
10010 * recentf.el (recentf-mode):
10011 * paren.el (show-paren-mode):
10012 * mwheel.el (mouse-wheel-mode):
10013 * msb.el (msb-mode):
10014 * jka-compr.el (auto-compression-mode):
10015 * image-file.el (auto-image-file-mode):
10016 * hl-line.el (hl-line-mode):
10017 * delsel.el (delete-selection-mode):
10018 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
10019 * complete.el (partial-completion-mode): Drop unneeded positional args.
10020
eaae8106 10021 * info.el (Info-mode):
79372165 10022 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 10023
d247e32d
SM
10024 * log-edit.el (log-edit-menu): New menu.
10025
4921558e
MB
100262000-11-03 Miles Bader <miles@gnu.org>
10027
10028 * wid-edit.el (widget-end-of-line): Reinstate, with a new
10029 definition, so that trailing spaces are handled properly.
10030 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
10031
1fc02b3c
GM
100322000-11-03 Gerd Moellmann <gerd@gnu.org>
10033
10034 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
10035 tab character.
10036 (fancy-splash-screens): Set tab-width to 20.
10037
51d001f7
DL
100382000-11-03 Dave Love <fx@gnu.org>
10039
10040 * comint.el (comint-completion-addsuffix): Fix custom type.
10041
ba22aeff
SM
100422000-11-02 Stefan Monnier <monnier@cs.yale.edu>
10043
10044 * font-lock.el (font-lock-buffers): Remove.
10045 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
10046 (font-lock-change-major-mode): Remove.
10047 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
10048 (font-lock-default-fontify-region): Extend the multiline
10049 fontification to whole lines.
10050 (font-lock-fontify-anchored-keywords)
10051 (font-lock-fontify-keywords-region): If matching just one
10052 line (with \n) only mark the \n as multiline.
10053
10054 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
10055 Correctly handle the case where several :group args are supplied.
10056 Allow :extra-args.
10057 (easy-mmode-define-global-mode): Allow :extra-args.
10058 Correctly handle the case where several :group args are supplied.
10059
9c887ada
MB
100602000-11-02 Miles Bader <miles@gnu.org>
10061
eaae8106 10062 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
10063 (holiday-face): Remove dependency on `window-system'.
10064
7f25090d
KR
100652000-11-02 Ken Raeburn <raeburn@gnu.org>
10066
10067 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 10068 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 10069 (compile-files): Bomb out if compilation of a file fails.
7f25090d 10070
7dd6009c
DL
100712000-11-02 Dave Love <fx@gnu.org>
10072
10073 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
10074
94821e4f
EZ
100752000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
10076
10077 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
10078 punctuation in the warning inserted into the *mail* buffer.
10079
1ac3fc42
GM
100802000-11-02 Gerd Moellmann <gerd@gnu.org>
10081
57731876
GM
10082 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
10083 (authors-public-domain-p): New function.
10084 (authors-print): Use it.
10085
975f82c9
GM
10086 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
10087
1ac3fc42
GM
10088 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
10089
4b3eb10f
GM
100902000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10091
975f82c9 10092 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
10093 (ps-print-version): New version number (6.3.1).
10094 (ps-even-or-odd-pages): Customization fix.
10095 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
10096 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
10097 (ps-page-count): Var replaced by `ps-page-column'.
10098 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
10099 (ps-print-sheet-p): New fun.
10100
7da794df
MB
101012000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10102
10103 * tooltip.el (tooltip-gud-tips-setup): New function.
10104 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
10105 (tooltip-mode): Call tooltip-gud-tips-setup.
10106 (tooltip-gud-tips): Use `gud-basic-call' instead of
10107 process-send-string, so the prompt gets frobbed appropriately.
10108 Handle nil return value from `tooltip-gud-print-command'.
10109
0e40b809
EL
101102000-11-01 Eric M. Ludlam <zappo@ultranet.com>
10111
10112 * comint.el (comint-add-to-input-history): New function.
10113 (comint-send-input): Use `comint-add-to-input-history'.
10114
50ada0db
MB
101152000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10116
973a3104
MB
10117 * info.el (info-menu-header): New face.
10118 (Info-fontify-menu-headers): New function.
10119 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
10120
50ada0db
MB
10121 * info.el (Info-insert-dir): Don't include blank lines at
10122 beginning of additional dir files (one is added automatically).
10123
bff53411
SM
101242000-11-01 Stefan Monnier <monnier@cs.yale.edu>
10125
10126 * emacs-lisp/easy-mmode.el (define-minor-mode):
10127 Revert the latest changes.
10128 Allow the three positional arguments to be skipped and replaced
10129 by keyword arguments.
10130 Add a :toggle argument to determine whether a nil arg means toggle
10131 or means turn-on. The default is unchanged.
10132 Add a call to force-mode-line-update.
10133
6b8a0b2d
DL
101342000-11-01 Dave Love <fx@gnu.org>
10135
83c9cb8e 10136 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 10137
5bf99100
MB
101382000-11-01 Miles Bader <miles@lsi.nec.co.jp>
10139
83c9cb8e
SM
10140 * calendar/calendar.el (diary-face, holiday-face):
10141 Add dark-background variants.
5bf99100 10142
a4032611
SS
101432000-10-31 Sam Steingold <sds@gnu.org>
10144
10145 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
10146 `tex-main-file' does not have directory in it.
10147
c286608e
SM
101482000-10-31 Stefan Monnier <monnier@cs.yale.edu>
10149
10150 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
10151
4836835a
TTN
101522000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
10153
10154 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
10155 functional change.
10156
26dcb81b
GM
101572000-10-31 Gerd Moellmann <gerd@gnu.org>
10158
10159 * files.el (find-file-noselect): When we expand a wildcard, return
10160 a list of buffers, as we should do according to the doc string.
10161
49fc4500
KR
101622000-10-31 Ken Raeburn <raeburn@gnu.org>
10163
10164 * loadup.el (top level): Adjust load path if program name is
10165 "../src/bootstrap-emacs", in case it's not dumped and thus the
10166 load path adjustment hasn't already been done.
10167
ea0c615d
GM
101682000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10169
83c9cb8e
SM
10170 * ps-print.el: Fix bug on selected pages for printing.
10171 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
10172 is on. Try to avoid warning messages when compiling. Doc Fix.
10173 (ps-print-version): New version number (6.3).
10174 (ps-color-device): Use `color-values' to determine if device
10175 supports color.
10176 (ps-color-values): Try to use `x-color-values' when using XEmacs.
10177 (ps-print-page-p): Changed from defsubst to defun.
10178 (ps-page-number): Changed from defmacro to defun.
10179 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
10180 printing.
c286608e 10181 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
10182 (ps-end-file, ps-dummy-page): Funs eliminated.
10183 (ps-print-color-scale): Changed default value.
10184 (ps-page-n-up, ps-print-page-p): New internal vars.
10185 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
10186 (ps-plot-region, ps-generate, ps-end-job): Code fix.
10187
9e20722f
GM
10188 * delim-col.el: Little programming improvement.
10189 (delimit-columns-str): New macro.
10190 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10191
d7a0fd00
KH
101922000-10-31 Kenichi Handa <handa@etl.go.jp>
10193
c286608e
SM
10194 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
10195 Moved to european.el.
d7a0fd00
KH
10196 (ccl-encode-mac-roman-font, fontset-mac): Modified for
10197 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
10198 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
10199 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 10200
234be340
DL
102012000-10-30 Dave Love <fx@gnu.org>
10202
10203 * progmodes/cc-menus.el (imenu-generic-expression)
10204 (imenu-progress-message): Only defvar when compiling.
10205
4edc4a39
DL
10206 * emacs-lisp/elp.el (elp-unload-hook): New function.
10207
10208 * loadhist.el (unload-feature): Call elp-restore-function,
10209 checking for symbols; don't use elp-restore-all.
10210 (loadhist-hook-functions): Doc fix.
10211
70c825df
SM
102122000-10-30 Stefan Monnier <monnier@cs.yale.edu>
10213
10214 * log-edit.el (log-edit-confirm): Fix the default.
10215
1d3baf74
GM
102162000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10217
10218 * delim-col.el: Little fix: replace delimit-columns-align-columns by
10219 delimit-columns-format.
10220 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 10221
1ec321a7
MB
102222000-10-30 Miles Bader <miles@lsi.nec.co.jp>
10223
10224 * comint.el (comint-replace-by-expanded-history): Don't use
10225 comint-get-old-input (we're not looking at *old* input).
10226 (comint-get-old-input-default): If using fields, signal an error
10227 when the point is not in an input field.
10228
70737ea9
KH
102292000-10-30 Kenichi Handa <handa@etl.go.jp>
10230
10231 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
10232 and mule-unicode-e000-ffff.
10233
fa0cb51d 10234 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
10235 (make-coding-system): Accept a symbol of translation table as a
10236 value of property `safe-chars'.
10237
10238 * international/mule-cmds.el (encode-coding-char): Check property
10239 safe-chars instead of safe-charsets.
10240
10241 * international/fontset.el (fontset-default): Modified for
10242 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10243 (x-font-name-charset-alist): Likewise.
10244 (ccl-encode-unicode-font): New CCL program. Record it in
10245 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
10246
70c825df
SM
10247 * language/european.el (mac-roman-decoder, mac-roman-encoder):
10248 New translation tables.
70737ea9
KH
10249 (decode-mac-roman, encode-mac-roman): Definition of these CCL
10250 programs are modified and moved from mac-win.el.
10251 (mac-roman): Definition of this coding system is modified and
10252 moved from mac-win.el.
4836835a 10253
fda2ce24 102542000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 10255
1d3baf74 10256 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 10257 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 10258
dd4d3cb6
MB
102592000-10-29 Miles Bader <miles@gnu.org>
10260
10261 * custom.el (custom-add-to-group): Allow multiple entries for a
10262 given value OPTION, as long as their widget types are different.
10263 * cus-edit.el (custom-face-value-create): If face name doesn't end
10264 with "face", add such here (similar to custom group widgets).
10265
10266 * comint.el (comint-highlight-prompt): Add :type.
10267
dace60cf
JW
102682000-10-28 John Wiegley <johnw@gnu.org>
10269
dace60cf
JW
10270 * calendar/timeclock.el (timeclock-log): Doc fix.
10271 (timeclock-last-event): Doc fix.
83c9cb8e 10272 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
10273 (timeclock-find-discrep): Use a temp buffer to read in the
10274 timelog, instead of visiting the file.
10275 (timeclock-log-data): A new function, along with a host of helper
10276 functions, for the purpose of making timelog data accessible to
10277 programmers.
10278
10279 * eshell/esh-mode.el (window-height test): Make certain that
10280 `eshell-stringify-t' is non-nil.
10281 (eshell-password-prompt-regexp): Changed to a much simpler
10282 password regexp.
10283 (eshell-send-input): If `eshell-invoke-directly' returns t,
10284 directly invoke the parsed command using `eval'. This improves
10285 turn-around time on simple commands by a factor of three or
10286 greater, such as cd, ls, pwd, etc. -- which get used very often.
10287 It also conserves thousands of cons cells per call (since
10288 `eshell-do-eval' consumes memory like a Cookie Monster set loose
10289 in the Pacific Cookie Company).
10290
10291 * eshell/esh-test.el (eshell-test): Whitespace fix.
10292
83c9cb8e
SM
10293 * eshell/em-ls.el (eshell-ls-insert-directory):
10294 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
10295
10296 * eshell/em-script.el (eshell-script-initialize): Add names to
10297 `eshell-complex-commands, since `source' and `.' are complex.
10298
0467b076
EZ
10299 * eshell/esh-cmd.el (eshell-rewrite-for-command)
10300 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
10301 `eshell-copy-handles'.
10302 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
10303 bodies.
10304 (eshell-separate-commands): Whitespace fix.
10305 (eshell-complex-commands): Added a new list of names, for
10306 determining whether a given command is as simple as it looks.
10307 (eshell-invoke-directly): New function. Returns t if a command
10308 should be invoked directly (using `eval'), rather than indirectly
10309 using `eshell-do-eval'.
10310 (eshell-do-eval): Whitespace fix.
10311
10312 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
10313 which provides an emulation of the DOS shell behavior of assuming
10314 that cp/mv/ln should copy/move/link to the current directory.
10315 (eshell-remove-entries): Added a doc string.
10316 (eshell-shuffle-files): Removed the check for `target' being null.
10317 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
10318 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
10319 it to do a smarter check of whether a destination was provided.
10320 (eshell/mv, eshell/cp): Enable `:preserve-args'.
10321 (eshell/ln): Enable `:preserve-args', and use
10322 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
10323 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
10324 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
10325 list after flattening it. This makes it possible to cat files
10326 with numerical names.
10327 (eshell-unix-initialize): Added several names to
10328 `eshell-complex-commands.
10329 (eshell-unix-command-complex-p): Return t if a given command name
10330 may result in external processes being invoked.
10331
10332 * eshell/em-glob.el (eshell-glob-show-progress): Make this
10333 variable nil by default, since it slows down glob processing by a
10334 factor of two or more, and increases memory consumption.
10335
10336 * eshell/em-smart.el: Added a note about how memory consumptive
10337 smart display mode can be (at least this is true in Emacs 21).
10338 (eshell-smart-initialize): Whitespace fix.
10339 (eshell-refresh-windows): Use `if' instead of `when'.
10340 (eshell-smart-scroll-window): Calling `save-current-buffer' was
10341 not necessary.
83c9cb8e 10342 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
10343
10344 * eshell/em-ls.el (eshell-do-ls): Code simplification.
10345 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
10346 Whitespace fix.
10347 (eshell-ls-exclude-hidden): Added this variable in addition to
10348 `eshell-ls-exclude-regexp'. This one prevents files beginning
10349 with . from even being read, which can improve memory consumption
10350 quite a bit.
10351 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
10352 read file entries beginning with a dot. In home directories with
10353 lots of hidden files, fully two-thirds of the time spent in ls is
10354 used to read directory entries that are immediately thrown away.
10355 (eshell-ls-initial-args): Added back this configuration variable,
10356 for specifying default initial arguments to every call to ls.
10357 Much faster than using an alias to do the same thing.
10358 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
10359 (eshell-ls-dir): Whitespace change.
10360
10361 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
10362
83c9cb8e 10363 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
10364 (eshell-stringify-t): Added a customization variable, to indicate
10365 whether `t' should be rendered as a string at all. If not, one
10366 can still determine if the result of an expression is true using
10367 "file-exists-p FILE && echo true".
10368 (eshell-stringify): If `eshell-stringify-t' is nil, don't
10369 stringify t!
10370
10371 * eshell/esh-module.el: Whitespace fix.
10372
83c9cb8e
SM
10373 * eshell/em-alias.el (eshell-alias-initialize):
10374 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
10375 (eshell-command-aliased-p): New function that returns t if a
10376 command name names an aliased.
10377
657f9cb8 103782000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 10379
0467b076 10380 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 10381 redrawing the screen when changing cursor color.
0467b076
EZ
10382 (viper-insert-state-pre-command-sentinel)
10383 (viper-replace-state-pre-command-sentinel)
70c825df
SM
10384 (viper-replace-state-post-command-sentinel):
10385 Use viper-preserve-cursor-color.
657f9cb8
MK
10386 Many functions changed to use viper= instead of = when comparing
10387 characters.
0467b076 10388 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 10389 working with characters.
0467b076 10390 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
10391 Many functions changed to use viper= instead of = when comparing
10392 characters.
0467b076 10393 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 10394
0467b076 10395 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 10396 Several typos fixed in various docstrings.
0467b076 10397 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 10398 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
10399 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
10400 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
10401 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
10402 (ediff-get-selected-buffers): New function.
10403 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
10404 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
10405 Use save-window-excursion.
0467b076 10406 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 10407 termination check in while loop.
0467b076 10408 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 10409 dired buffer.
0467b076
EZ
10410 (ediff-files,ediff-merge-files,ediff-files3)
10411 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 10412
4f490d99
DL
104132000-10-28 Dave Love <fx@gnu.org>
10414
10415 * info.el (Info-fontify-node): Add help-echo for menu items.
10416
45b84006
EZ
104172000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
10418
5ebc02b3
EZ
10419 * startup.el (normal-top-level): If the value of $TERM indicates
10420 we are running from xterm or one of its work-alikes, default to a
10421 light background mode.
10422
45b84006
EZ
10423 Support for -fg, -bg, and -rv command-line arguments for TTYs:
10424 * faces.el (tty-handle-reverse-video): New function.
10425 (tty-create-frame-with-faces): Call it.
10426
10427 * frame.el (frame-notice-user-settings): Don't apply
10428 default-frame-alist and initial-frame-alist to MS-DOS frames.
10429 Call tty-handle-reverse-video, frame-set-background-mode, and
10430 face-set-after-frame-default for non-MS-DOS frames.
10431
10432 * startup.el (tty-long-option-alist): New variable.
10433 (tty-handle-args): New function.
10434 (command-line): Call tty-handle-args.
10435
10436 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
10437 startup.el now does that for all character-terminal frames.
10438
eab6e8b9
MB
104392000-10-28 Miles Bader <miles@gnu.org>
10440
83c9cb8e
SM
10441 * emacs-lisp/easy-mmode.el (define-minor-mode):
10442 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
10443 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 10444 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
10445 version using `easy-mmode-define-global-mode'.
10446 Add :conditional-turn-on keyword argument.
eab6e8b9 10447
51a29efc
DL
104482000-10-28 Dave Love <fx@gnu.org>
10449
83c9cb8e
SM
10450 * international/latin1-disp.el (latin1-char-displayable-p):
10451 Don't use window-system.
51a29efc 10452
d71d7114
EZ
104532000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
10454
10455 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10456 Don't call find-buffer-file-type-coding-system. Instead, just
10457 set eol-type to -unix if inhibit-eol-conversion is in effect, or
10458 if the file is on an untranslated filesystem.
10459 (add-untranslated-filesystem): Use "D" instead of "f" inside
10460 interactive.
10461
1f9cab4b
DL
104622000-10-27 Dave Love <fx@gnu.org>
10463
70c825df 10464 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
10465 (refill-mode): Use it.
10466
70c825df
SM
104672000-10-27 Stefan Monnier <monnier@cs.yale.edu>
10468
10469 * international/quail.el (quail-activate): Don't make-local-hook.
10470
7432cf10
AS
104712000-10-27 Andre Spiegel <spiegel@gnu.org>
10472
4836835a 10473 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 10474 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
10475 (vc-make-version-backup): Don't do it on MS-DOS without long file
10476 names.
4836835a 10477
7432cf10
AS
10478 * vc.el (vc-version-other-window): If an automatic backup of the
10479 desired version exists, rename it instead of copying it.
10480
4836835a
TTN
10481 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
10482 after command. If there's an unexpected error, signal it instead
7432cf10 10483 of being silent.
e1483c38 10484 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 10485
05ea7ef2
MB
104862000-10-27 Miles Bader <miles@lsi.nec.co.jp>
10487
fd1035aa
MB
10488 * shell.el (shell): Add BUFFER argument.
10489 * comint.el (make-comint-in-buffer): New function.
10490 (make-comint): Use it.
10491
05ea7ef2
MB
10492 * faces.el (face-spec-choose): Change syntax so that the list of
10493 attribute-value pairs is now the cdr of each clause, not the cadr.
10494 Detect old-style entries, and handle them. Use pop.
10495
835a55fe
SM
104962000-10-26 Stefan Monnier <monnier@cs.yale.edu>
10497
f5ab1cdd
SM
10498 * cus-edit.el (custom-mode-map): Use a sparse map.
10499 (custom-mode): Don't bother with make-local-hook.
10500
10501 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
10502
835a55fe
SM
10503 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
10504
c13b0ec8
GM
105052000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10506
10507 * ps-print.el: Avoid compilation gripes.
10508 (ps-print-version): New version number (6.2.1).
4836835a 10509
e9f63196
DL
105102000-10-26 Dave Love <fx@gnu.org>
10511
0b95284b
DL
10512 * menu-bar.el: Modify some menu item help strings.
10513 (menu-bar-help-menu): Add link to MORE.STUFF.
10514
e9f63196
DL
10515 * cus-edit.el (custom-mode): Add `special' mode-class property.
10516
10517 * wid-browse.el (widget-browse-mode): Likewise.
10518
10519 * wid-edit.el (widget-specify-field): Revert to using local-map
10520 property, not keymap.
10521
e276a14a
MB
105222000-10-26 Miles Bader <miles@lsi.nec.co.jp>
10523
c1545d88
MB
10524 * wid-edit.el (widget-field-end): When checking for a `boundary'
10525 field, do so in the correct buffer.
10526
3c1b77ca
MB
10527 * simple.el (undo): Correctly distinguish between numeric and
10528 non-numeric prefix args in non-transient-mark-mode, as per the doc
10529 string. When in transient-mark-mode, treat all prefix-args as
10530 numeric.
10531
f5ab1cdd
SM
10532 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
10533 Position point on match. Handle N == 0 correctly.
22626d9d
MB
10534
10535 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
10536 (comint-mode-map): Reverse order of `comint-write-output' and
10537 `comint-append-output-to-file'.
10538 (comint-append-output-to-file): Reinstate this function, for the
10539 benefit of the menu.
10540
d97151cb
SM
105412000-10-25 Stefan Monnier <monnier@cs.yale.edu>
10542
10543 * vc.el (vc-version-other-window): Bind `file'.
10544
ea7d6f5b
GM
105452000-10-25 Gerd Moellmann <gerd@gnu.org>
10546
f5ab1cdd 10547 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
10548
10549 * emacs-lisp/authors.el (batch-update-authors): New function.
10550 (authors-fixed-entries): New defconst.
10551 (authors-add-fixed-entries): New function.
10552 (authors): Call it.: Don't process lispref/.
10553
17c25cea
JR
105542000-10-25 Jason Rumney <jasonr@gnu.org>
10555
10556 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10557 Merge x w32 and mac definitions.
10558
4ecda532
GM
105592000-10-25 Gerd Moellmann <gerd@gnu.org>
10560
10561 * menu-bar.el (menu-bar-options-menu): Add a help string for
10562 `uniquify'.
10563
b52758d1 105642000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
b6735035 10565
f5ab1cdd
SM
10566 * time-stamp.el (time-stamp-string-preprocess):
10567 Fix a wrong type argument error.
b6735035 10568
f4cbc7a0
MB
105692000-10-25 Miles Bader <miles@gnu.org>
10570
10571 * recentf.el (recentf-mode): Variable removed.
10572 (recentf-mode): Use `define-minor-mode'.
10573
10574 * mwheel.el (mouse-wheel-mode): New global minor mode.
10575 (mwheel-install): Use `mouse-wheel-mode'.
10576
f4b020f6
DL
105772000-10-25 Dave Love <fx@gnu.org>
10578
f5ab1cdd
SM
10579 * progmodes/cperl-mode.el (cperl-mode):
10580 Set normal-auto-fill-function correctly.
072cb6f9 10581
83c9cb8e
SM
10582 * wid-edit.el (widget-field-keymap, widget-text-keymap):
10583 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 10584 bindings.
f4b020f6 10585
ebe2a441
MB
105862000-10-25 Miles Bader <miles@lsi.nec.co.jp>
10587
ff4dcd4b
MB
10588 * wid-edit.el (widget-field-at): New function.
10589 (widget-at, widget-field-activate): Use it.
10590 (widget-tabable-at): Use `widget-at'.
10591 (widget-specify-field): If the terminating character of the widget
10592 field (which is read-only) is a newline, put it into a special
10593 `boundary' field so that C-n/C-p act more naturally.
10594 (widget-field-end): Also don't subtract one if a special
10595 `boundary' field has been added after the widget field.
10596
83c9cb8e
SM
10597 * comint.el (comint-output-filter, comint-send-input):
10598 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 10599 code, since it should notice the overlay insertion-types now.
ff4dcd4b 10600
ebe2a441
MB
10601 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
10602 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
10603 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
10604
fe50b6ab
GM
106052000-10-24 Gerd Moellmann <gerd@gnu.org>
10606
53df4dda 10607 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
10608 (authors): Set file coding system to iso-2022-7bit.
10609 Add file-local variables to output buffer.
53df4dda 10610
4836835a 10611 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
10612 WARN is nil.
10613
53df4dda
GM
106142000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10615
10616 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
10617
10618 * delim-col.el: Now there is a column formatting mechanism.
10619 Modified to customization mechanisms convention. Doc fix.
10620 (columns): New group for delim-col.
10621 (delimit-columns-before, delimit-columns-after)
10622 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
10623 (delimit-columns-end): New vars.
10624 (delimit-columns-customize, delimit-columns-format): New funs.
10625 (delimit-columns-region, delimit-columns-rectangle)
10626 (delimit-columns-rectangle-line): Modified to support column
10627 formatting.
4836835a 10628
a9839779
DL
106292000-10-24 Dave Love <fx@gnu.org>
10630
10631 * log-edit.el (log-edit): Add :version and a :group for vc.
10632
df0267b8
GM
106332000-10-24 Gerd Moellmann <gerd@gnu.org>
10634
9acc3873
GM
10635 * files.el (after-find-file): Don't print a message ``New file''
10636 if WARN is nil.
10637
83c9cb8e
SM
10638 * wid-edit.el (widget-field-keymap, widget-text-keymap):
10639 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
10640 get duplicate tool-bar entries because we'll see the global ones
10641 on more than one path through keymaps.
10642
1946f901
GM
10643 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
10644
df0267b8
GM
10645 * progmodes/cmacexp.el: Change Francesco's email address.
10646
ae3b264b
KH
106472000-10-24 Kenichi Handa <handa@etl.go.jp>
10648
10649 * window.el (fit-window-to-buffer): Adjust point of the window
10650 buffer, not that of the current buffer.
10651
23afac01
EZ
106522000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
10653
10654 * progmodes/cmacexp.el: Update the euthor's email address.
10655
22d1a4ed
MB
106562000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10657
10658 * faces.el (face-spec-set-match-display): Add `graphic' display
10659 type (the inverse of `tty'). Use `display-graphic-p' instead of
10660 the window-system variable.
10661
f408aa48
KH
106622000-10-24 Kenichi Handa <handa@etl.go.jp>
10663
83c9cb8e
SM
10664 * international/isearch-x.el (isearch-with-input-method):
10665 Call input-method-function with the first event in
f408aa48
KH
10666 unread-command-events.
10667
94fe8a31
MB
106682000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10669
83c9cb8e 10670 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 10671
8f47302e
AC
106722000-10-24 Andrew Choi <akochoi@i-cable.com>
10673
10674 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
10675 New charsets.
10676
10677 * term/mac-win.el: Remove definitions of mac-roman-lower and
10678 mac-roman-upper, require dired, and define instead of set
10679 mac-ready-for-drag-n-drop to avoid compilation error.
10680
446c097e
AI
106812000-10-23 Andrew Innes <andrewi@gnu.org>
10682
83c9cb8e
SM
10683 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
10684 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
10685 expand-file-name after convert-standard-filename to ensure
10686 expected directory separators are used.
10687
379b70e7
EZ
106882000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
10689
10690 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
10691
85c766e9
DL
106922000-10-23 Dave Love <fx@gnu.org>
10693
b7e03a67
DL
10694 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
10695 (tool-bar-add-item): Set foreground and background for XBM icons.
10696
83c9cb8e
SM
10697 * international/latin1-disp.el (latin1-char-displayable-p):
10698 New function (from Handa).
b7e03a67
DL
10699 (latin1-display-check-font): Use it.
10700
0dcf8835 10701 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
10702 using :key-sequence, making it much more usable.
10703 Use nconc, not append.
0dcf8835
DL
10704 (imenu--create-keymap-1): Avoid append.
10705
85c766e9 10706 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 10707
cb3069bb
MB
107082000-10-23 Miles Bader <miles@lsi.nec.co.jp>
10709
10710 [the following changes fix a bug where `define-minor-mode' didn't
10711 correctly generate :require clauses for defcustoms in compiled files]
10712 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
10713 (byte-compile-log-file, byte-compile-log-1): Don't set
10714 `byte-compile-current-file' to nil. Instead set
10715 `byte-compile-last-logged-file' to it. Test whether
10716 byte-compile-current-file equals byte-compile-last-logged-file
10717 instead of whether its nil.
3b6542ba 10718 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 10719
6db6243b
SM
107202000-10-23 Stefan Monnier <monnier@cs.yale.edu>
10721
10722 * textmodes/refill.el: Fix var names in doc.
10723 (refill-mode): Don't bother with make-local-hook anymore.
10724
98490598
MB
107252000-10-23 Miles Bader <miles@lsi.nec.co.jp>
10726
e01cd227
MB
10727 * faces.el (face-user-default-spec, face-default-spec): New functions.
10728 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 10729 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
10730 Use `face-user-default-spec'. Simplify code slightly.
10731
4836835a 10732 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
10733 (woman-unknown-face): Add dark-background variants.
10734 (woman-default-faces): Renamed from `woman-colour-faces'.
10735 Set using the stored defaults, rather than using hard-wired colors.
10736 (woman-monochrome-faces): Renamed from `woman-black-faces'.
10737 Just make the foreground `unspecified' rather than "black".
10738 (woman-menu): Rename menu entries accordingly.
10739
98490598
MB
10740 * faces.el (header-line): Make more reasonable on mono/grayscale
10741 displays.
10742
1a578e9b
AC
107432000-10-23 Andrew Choi <akochoi@i-cable.com>
10744
10745 * cus-edit.el (custom-button-face): Use 3D look for mac.
10746 (custom-button-pressed-face): Likewise.
10747
10748 * faces.el (set-face-attributes-from-resources): Handle mac frames
10749 in the same way as x and w32 frames.
10750 (face-valid-attribute-values): Likewise.
10751 (read-face-attribute): Likewise.
10752 (defined-colors): Likewise.
10753 (color-defined-p): Likewise.
10754 (color-values): Likewise.
10755 (display-grayscale-p): Likewise.
10756 (face-set-after-frame-default): Likewise.
10757 (mode-line): Same default face as for x and w32.
10758 (tool-bar): Likewise.
10759
10760 * frame.el: Remove call to frame-notice-user-settings at end of
10761 the file.
10762
83c9cb8e 10763 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
10764 as for x, pc, and w32 frame types.
10765
10766 * term/mac-win.el: New file.
10767
aaaf7be7
DL
107682000-10-22 Dave Love <fx@gnu.org>
10769
10770 * textmodes/refill.el: New file.
10771
5392d654
AS
107722000-10-22 Andre Spiegel <spiegel@gnu.org>
10773
4836835a 10774 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 10775 MANUAL and REGEXP.
4836835a 10776 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
10777 New functions.
10778 (vc-before-save): Use the latter.
10779 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
10780 confusion.
10781
4836835a 10782 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
10783 expected by vc[-hooks].el.
10784
10785 * vc.el (vc-checkout): Added `-p' suffix in call to
10786 vc-make-version-backups-p; use vc-make-version-backup to actually
10787 make the backup.
10788 (vc-version-other-window, vc-version-backup-file): Handle both
10789 automatic and manual backups.
10790 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
10791 of all of them.
10792
1e221c16
MB
107932000-10-22 Miles Bader <miles@gnu.org>
10794
7ff4fda5
MB
10795 * comint.el (comint-highlight-input, comint-highlight-prompt):
10796 Renamed, `-face' at end removed.
10797 (comint-send-input, comint-output-filter): Use renamed faces.
10798
3511cde8
MB
10799 * window.el (fit-window-to-buffer): Change defaulting of
10800 MAX-HEIGHT slightly.
10801
1e221c16
MB
10802 * faces.el (color-values, color-defined-p): Use `member', not
10803 `memq', because it works correctly for strings.
10804 (frame-set-background-mode): Actually, "unspecified-fg" and
10805 "unspecified-bg" *are* strings. Use `member', not `memq', and
10806 `equal', not `eq', when a string value is possible.
10807
b6ef4898
EZ
108082000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
10809
10810 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
10811
34939e2c
SM
108122000-10-21 Stefan Monnier <monnier@cs.yale.edu>
10813
10814 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
10815 sh-electric-rparen, sh-electric-less and sh-electric-hash.
10816 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
10817 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
10818 (sh-font-lock-syntactic-keywords): Use them.
10819 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
10820 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
10821 (sh-mode): Don't override font-lock-unfontify-region-function.
10822 Use a copy of sh-font-lock-syntactic-keywords.
10823 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
10824 Don't call sh-scan-buffer since font-lock does it on the fly.
10825 (sh-get-indent-info): Use `face' rather than `syntax-table'
10826 text-property to detect here-documents.
10827 Replace sh-special-syntax with sh-st-punc.
10828 (sh-prev-line): Use `face' rather than `syntax-table'
10829 text-property to skip over here-documents.
10830 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
10831 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
10832 (sh-electric-less, sh-set-here-doc-region)
4836835a 10833 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
10834 (sh-scan-buffer, sh-rescan-buffer): Remove.
10835
f3d3c491
AI
108362000-10-21 Andrew Innes <andrewi@gnu.org>
10837
10838 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
10839 remote (ange-ftp) file names.
10840
b86c791c
MB
108412000-10-21 Miles Bader <miles@gnu.org>
10842
d9c30bdf
MB
10843 * window.el (fit-window-to-buffer): New function.
10844 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
10845 (window-text-height): Don't expect minibuffers to have mode-lines.
10846
d9c30bdf 10847 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
10848 * international/quail.el (quail-update-guidance):
10849 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 10850
617fee5a
MB
10851 * international/quail.el (quail-show-guidance-buf): Make sure
10852 guidance window really has enough room.
10853 (quail-update-guidance): If quail-guidance-win is already shown,
10854 make sure its height is OK.
10855
b86c791c
MB
10856 * window.el (window-text-height, set-window-text-height):
10857 New functions.
10858 (shrink-window-if-larger-than-buffer): Use `window-text-height'
10859 instead of `window-height' & `mode-line-window-height-fudge'.
10860 (mode-line-window-height-fudge): Add FACE parameter.
10861 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
10862 instead of `enlarge-window' & `mode-line-window-height-fudge'.
10863
e34850d1
MB
108642000-10-20 Miles Bader <miles@gnu.org>
10865
10866 * window.el (height-affecting-face-attributes): Use `defconst'.
10867
10868 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
10869 New function, conditionally aliased to `mode-line-window-height-fudge'.
10870 (ispell-help): Use it.
10871 (ispell-choices-win-default-height): Don't include mode-line fudge.
10872 (ispell-choices-win-default-height): New function.
10873 (ispell-show-choices, ispell-command-loop): Use function
10874 `ispell-choices-win-default-height' instead of variable.
10875
a8b883c2
MB
108762000-10-20 Miles Bader <miles@lsi.nec.co.jp>
10877
8c6e4a58
MB
10878 * window.el (mode-line-window-height-fudge): New variable.
10879 (height-affecting-face-attributes): New variable.
10880 (mode-line-window-height-fudge): New function.
10881 (shrink-window-if-larger-than-buffer): Use it.
10882 * help.el (resize-temp-buffer-window): Likewise.
10883
a8b883c2
MB
10884 * info.el (Info-fontify-node): Add support for @subsubsection
10885 titles, which use `Info-title-4-face'.
10886 (Info-title-4-face): New face.
10887 (Info-title-3-face): Inherit from Info-title-4-face instead of
10888 variable-pitch.
10889
e64c3a75
JR
108902000-10-19 Jason Rumney <jasonr@gnu.org>
10891
10892 * dired.el (dired-insert-directory): Do not let errors signalled by
10893 attempt to run dired-free-space-program prevent dired from working.
10894
c70fe852
SM
108952000-10-19 Stefan Monnier <monnier@cs.yale.edu>
10896
10897 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
10898
877cf6b4
GM
108992000-10-19 Gerd Moellmann <gerd@gnu.org>
10900
5de037e0
GM
10901 * dirtrack.el (dirtrack): Fix call to run-hooks.
10902
6deb9af9
GM
10903 * cmuscheme.el (cmuscheme-program-name): Renamed from
10904 scheme-program-name because xscheme.el contains a defcustom with
10905 the same name. As a consequence, customizing group `cmuscheme'
10906 loaded `xscheme' which redefined run-scheme.
10907 (run-scheme): Use cmuscheme-program-name.
10908
83c9cb8e 10909 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 10910
e597d8fb 10911 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 10912 anonymous address, and add a website for Befrienders International.
4836835a 10913
3e9cb08f
GM
109142000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10915
c70fe852
SM
10916 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
10917 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
10918 (ps-print-version): New version number (6.2).
10919 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
10920 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
10921 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
10922 (ps-x-extent-priority, ps-x-extent-start-position)
10923 (ps-x-face-font-instance, ps-x-find-coding-system)
10924 (ps-x-font-instance-properties, ps-x-make-color-instance)
10925 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
10926 avoid compilation gripes without defining functions.
10927 (ps-e-find-composition): Alias for function find-composition, to have a
10928 suitable function depending on Emacs version.
10929 (ps-color-device, ps-color-values, ps-face-foreground-name)
10930 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
10931 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
10932 (ps-print-ensure-fontified): Function definitions surrounded by
10933 `eval-and-compile' to avoid compilation gripes.
10934 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
10935 by symbol-value to avoid compilation gripes.
10936 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
10937 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
10938
d8abcd91
MB
109392000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10940
13ab33c4
MB
10941 * startup.el (normal-top-level): Call `frame-set-background-mode'
10942 after `frame-notice-user-settings' because the latter doesn't call
10943 the former on a tty.
10944
d8abcd91
MB
10945 * faces.el (frame-set-background-mode): `unspecified' &c are
10946 symbols, not strings.
10947
e8bce0a9
EZ
109482000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10949
c70fe852
SM
10950 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
10951 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 10952
c70fe852
SM
10953 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
10954 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 10955
773272d8
KH
109562000-10-19 Kenichi Handa <handa@etl.go.jp>
10957
c70fe852 10958 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
10959 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
10960 for ISO10646-1 fonts.
10961 (x-font-name-charset-alist): Add an entry for "iso10646-1".
10962
772139c0
EZ
109632000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10964
10965 * faces.el (frame-set-background-mode): If a tty frame defines a
10966 background color, use that to compute the background mode, instead
10967 of always defaulting to "dark".
10968
d134a19f
MB
109692000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10970
8bb84cb2
MB
10971 * comint.el (comint-write-output): New function.
10972 (comint-mode-map): Add it to the menu.
e40a778f 10973 Bind `C-c C-s' to comint-write-output.
d134a19f 10974
dada41e1
GM
109752000-10-18 Gerd Moellmann <gerd@gnu.org>
10976
10977 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
10978 Use fancy-splash-delay.
10979
9b5360aa
GM
109802000-10-18 Alex Schroeder <alex@gnu.org>
10981
10982 * progmodes/sql.el (sql-sybase-options): New option.
10983 (sql-sybase): Use it. Add sql-database to the list of parameters
10984 provided for login. The options -w 2048 -n are not used any more.
10985
9035a35a
GM
10986 * comint.el (comint-read-input-ring): Bugfix such that the first
10987 and the last entry of the input ring file are not lost.
10988
3556c6dd
GM
109892000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10990
10991 * ps-print.el: Internal variable changes to defcustom,
10992 make-local-hook changes to defvar. Doc fix.
10993 (ps-print-version): New version number (6.1).
10994 (ps-setup, ps-do-despool): Code fix.
10995 (ps-printer-name): Customization fix.
10996 (ps-printer-name-option): Now is a defcustom instead of an
10997 internal variable.
10998 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
10999 (ps-print-begin-column-hook): Now are defvar instead of
11000 make-local-hook.
4836835a 11001
4e217e50
MB
110022000-10-18 Miles Bader <miles@gnu.org>
11003
11004 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
11005 (comint-kill-output): Changed into an alias for `comint-delete-output',
11006 and made obsolete.
11007 (comint-mode-map): Rename references to comint-kill-output.
11008
34460354
EZ
110092000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
11010
11011 * diff-mode.el (diff-header-face, diff-file-header-face)
11012 (diff-changed-face): Add bold and italic attributes to tty faces.
11013 (diff-function-face): New face.
11014 (diff-font-lock-keywords): Use it.
11015
17ea3cdb
MB
110162000-10-18 Miles Bader <miles@lsi.nec.co.jp>
11017
11018 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
11019 Remove commented-out call to force-mode-line-update.
11020 (comint-kill-output): Use `forward-line 0' instead of
11021 beginning-of-line to make sure we get past the prompt.
11022
9244f2c7
SM
110232000-10-17 Stefan Monnier <monnier@cs.yale.edu>
11024
11025 * diff-mode.el (diff-header-face, diff-file-header-face):
11026 Add specific setting for dark background.
11027 (diff-context-face): Renamed from diff-comment-face.
11028 Set explicitly rather than inheriting from font-lock-comment-face.
11029
1592c1ef
EZ
110302000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11031
11032 * startup.el (command-line): Move the code which sets the default
11033 TTY colors to before before-init-hook.
11034
f86292a9
GM
110352000-10-17 Gerd Moellmann <gerd@gnu.org>
11036
11037 * jit-lock.el (jit-lock-stealth-time): Doc fix.
11038
f7f2e883
EZ
110392000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11040
e854cc22
EZ
11041 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
11042 extensions, for MS-DOS.
11043
f7f2e883
EZ
11044 * diff-mode.el (diff-header-face, diff-file-header-face)
11045 (diff-changed-face): Define tty-specific colors.
11046
c7b4f0f9
GM
110472000-10-17 Gerd Moellmann <gerd@gnu.org>
11048
11049 * startup.el (fancy-splash-text): Realign the text.
11050
12a72271
EZ
110512000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11052
11053 * font-lock.el (font-lock-comment-face): Define a separate default
11054 for dark-background tty's.
11055
61dfccfd
MB
110562000-10-17 Miles Bader <miles@gnu.org>
11057
11058 * help.el (resize-temp-buffer-window): Add hack to avoid last line
11059 being obscured by whizzy mode-lines on graphics displays.
11060
333cd59e
EZ
110612000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11062
11063 * info.el (Info-title-1-face, Info-title-2-face)
11064 (Info-title-3-face): Define colors for tty's.
dada41e1 11065 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 11066
dbf1fcc1
EZ
110672000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
11068
11069 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
11070 reverse from the frame parameters, and don't invert foreground and
11071 background colors.
11072
ac629823
MB
110732000-10-16 Miles Bader <miles@gnu.org>
11074
11075 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
11076 string "*Info*". Call propertized-buffer-identification to spruce
11077 up the result.
11078
76eebffc
GM
110792000-10-16 Gerd Moellmann <gerd@gnu.org>
11080
3a6b59d9
GM
11081 * help.el: Provide `help' for the sake of define-minor-mode
11082 which generates defcustoms with requires.
11083
6569c3d3
GM
11084 * jit-lock.el (jit-lock-after-change): If we're in text that
11085 matches a multi-line font-lock pattern, make sure the whole text
11086 will be redisplayed.
11087
c2e0a611
GM
11088 * emacs-lisp/authors.el (authors-add): Don't add an entry if
11089 author's name is unknown.
11090
76eebffc
GM
11091 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
11092 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
11093 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
11094 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
11095 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
11096 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
11097 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
11098 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
11099 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
11100 Add author information.
11101
cf1e7b12
MB
111022000-10-16 Miles Bader <miles@lsi.nec.co.jp>
11103
11104 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
11105 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
11106 full-color version (using the Gimp) to eliminate dithering artifacts.
11107
5586f3eb
SM
111082000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11109
11110 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
11111
11112 * simple.el (syntax-flag-table, string-to-syntax): Remove.
11113
ad64a888
DL
111142000-10-15 Dave Love <fx@gnu.org>
11115
83c9cb8e 11116 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
11117
11118 * pcomplete.el (pcomplete) <defgroup>: Add :version.
11119
11120 * whitespace.el: Doc fixes.
11121 (top-level): Don't add hooks here.
11122 (whitespace-running-emacs): Deleted.
11123 (timer): Don't require.
11124 (whitespace): Add back :version conditional on xemacs test.
11125 (whitespace-spacetab-regexp, whitespace-indent-regexp)
11126 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
11127 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
11128 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
11129 Avoid specific xemacs test.
11130 (whitespace-global-mode): New option.
11131 (whitespace-global-mode): New command.
11132 (whitespace-unload-hook): New function.
11133
11134 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 11135 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
11136 (Info-fontify-node): `Goto' goes to `Go to'.
11137 (Info-fontify-node): Add help-echo to xref links.
11138
1ef49fc6
EZ
111392000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
11140
11141 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
11142
8b7707e1
SM
111432000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11144
b3b7f42f
SM
11145 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
11146 Use plist-get and allow :inherit.
11147
11148 * emacs-lisp/cl-macs.el (cl-do-arglist):
11149 Use plist-get and plist-member instead of memq.
11150
3c7fafc7
SM
11151 * emacs-lisp/ewoc.el (ewoc-location): New function.
11152 (ewoc-enter-after, ewoc-enter-before): Document return value.
11153 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
11154 Don't need make-local-hook any more.
11155 (cvs-addto-collection): Return the new tin.
11156 (cvs-mode-insert): Jump to the new line.
11157
8b7707e1
SM
11158 * jit-lock.el (jit-lock-fontify-buffer): Remove.
11159
11160 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
11161
11162 * font-lock.el (font-lock-syntactically-fontified): New var.
11163 (font-lock-fontify-syntactic-keywords-region): Use it.
11164 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
11165
11166 * diff-mode.el (diff-find-file-name): Fix regexp.
11167
11168 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11169 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
11170
11171 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
11172 (sh-mode-syntax-table): Add punctuation syntax for < and >.
11173 (sh-mode): Don't make all vars local here.
11174 (sh-kw): Reformat.
11175 (sh-set-shell): Use dolist. Don't set indent-region-function.
11176 (sh-mode-syntax-table): Use pop.
11177 (sh-remember-variable): Use push.
11178 (sh-help-string-for-variable): Use memq.
11179 (sh-safe-backward-sexp): Remove.
11180 (sh-safe-forward-sexp): Add ARG.
11181 (sh-get-indent-info, sh-prev-stmt): Use it.
11182 (sh-prev-line): Simplify by using forward-comment.
11183 (sh-this-is-a-continuation): Simplify.
11184 (sh-learn-buffer-indent): Use dolist.
11185 (sh-do-nothing): Remove.
11186 (sh-set-char-syntax, sh-set-here-doc-region):
11187 Use inhibit-modification-hooks.
11188 (sh-name-style): Use mapcar and push.
11189 (sh-load-style): Use dolist.
11190 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
11191 (sh-case, sh-while-getopts): Use propertize directly rather
11192 than sh-electric-rparen.
11193
111942000-10-14 Stefan Monnier <monnier@cs.yale.edu>
11195
11196 * textmodes/tex-mode.el: Require CL when compiling.
11197 (tex-mode-syntax-table): Init immediately.
11198 (tex-mode-map): Bind M-RET to latex-insert-item.
11199 (latex-mode): Set indent-line-function to latex-indent.
11200 (tex-common-initialization): Don't setup the syntax-table any more.
11201 (latex-insert-item): New skeleton.
11202 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 11203 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 11204 (latex-indent, latex-find-indent): New functions.
4836835a 11205 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
11206 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
11207 (tex-compilation-parse-errors): Use with-syntax-table.
11208
86b7fcbb
MB
112092000-10-15 Miles Bader <miles@gnu.org>
11210
11211 * font-lock.el (font-lock-comment-face): Change dark-background,
11212 color, non-tty, default to `chocolate1'.
11213
57a24508
JW
112142000-10-13 John Wiegley <johnw@gnu.org>
11215
11216 * eshell/esh-util.el (require): Added a missing `require' form,
11217 needed when compiling (for an ange-ftp macro definition).
11218
40ad3db4
DL
112192000-10-13 Dave Love <fx@gnu.org>
11220
11221 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
11222
db460189
GM
112232000-10-13 Gerd Moellmann <gerd@gnu.org>
11224
83c9cb8e 11225 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 11226
4836835a 11227 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
11228 transparent -colors 8).
11229
b52758d1 112302000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
3b5e21df
GM
11231
11232 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
11233 that breaks with old list format timestamps.
11234 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 11235 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 11236
16908a3f
JW
112372000-10-13 John Wiegley <johnw@gnu.org>
11238
d7103dda
JW
11239 * align.el, pcomplete.el, calendar/timeclock.el,
11240 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
11241
dace60cf 11242 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
11243 faulty math, where holiday hours were being computing as seconds.
11244
b6b70cda
JW
112452000-10-13 John Wiegley <johnw@gnu.org>
11246
11247 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
11248 specifying what "other" kinds of buffers should be saved.
11249 This used to be hard-coded.
b6b70cda
JW
11250 (desktop-buffer-misc-functions): A global for specifying how
11251 auxiliary data should be determined for special buffer types.
11252 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
11253 instead of hard-coding the special buffer types.
11254 (desktop-save): Run `desktop-buffer-misc-functions' to gather
11255 auxiliary data, instead of hard-coding for Info buffers and dired.
11256 (desktop-buffer-info-misc-data): Aux function for determining Info
11257 buffer auxiliary info.
11258 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
11259 (desktop-buffer-info): Changed this function to use the info
11260 gathered above.
11261 (desktop-create-buffer): Be a little more careful about what
11262 `minor-mode' means before calling it. This is important for some
11263 buffer types.
11264
8c6b1d83
JW
112652000-10-13 John Wiegley <johnw@gnu.org>
11266
11267 * eshell/esh-util.el: Added a global form which declares an
11268 autoload for `parse-time-string', if that function is not already
11269 defined, and if parse-time.el is available on the user's system.
11270
11271 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
11272 to be aware of ange-ftp user info.
83c9cb8e 11273 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
11274 (eshell-ls-annotate): Use `eshell-file-attributes'.
11275 (eshell-ls-file): Made the user-id printing code a bit smarter.
11276
11277 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
11278 allow identification of alias user ids in remote directories.
83c9cb8e
SM
11279 It's manual, but there's no other way to know when the current user
11280 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
11281 (fboundp): Bind `ange-cache'.
11282 (eshell-directory-files-and-attributes): Re-organized the logic a
11283 bit to use `eshell-file-attributes' instead of `file-attributes'.
11284 The former is more sensitive to directories that are read via FTP,
11285 and knows how to use ange-ftp to determine full attribute
11286 information, instead of just the name and last modtime.
11287 (eshell-current-ange-uids): Return the current user id when in a
11288 remote directory.
11289 (eshell-parse-ange-ls): Parse a full directory listing that has
11290 been returned by ange-ftp.
11291 (eshell-file-attributes): This beefed up version of
11292 `file-attributes' is only special if the user is currently in a
11293 remote directory, in which case it does a lot of work to find out
11294 what the real attributes of a file are, as they appear on the
11295 remote machine. This makes usage of remote directories (i.e.,
11296 ange-ftp pathnames) much more useful. You can now use Eshell as a
11297 full-fledged FTP client, with much more manipulation ability than
11298 most other clients.
11299
11300 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
11301 variable, which means that Eshell's du should always be preferred
11302 in remote directories.
11303 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
11304 just `file-attributes'.
11305 (eshell-mvcp-template): Bind `ange-cache', to improve performance
11306 when reading remote directories. This is an Eshell-specific
11307 variable (not part of ange-ftp).
11308 (eshell/ln): Bind `ange-cache'.
11309 (eshell/du): Added some extra logic for determining when to use
11310 Eshell's du (which is slow), and when to use the external version
11311 (which may or may not exist).
11312
83c9cb8e
SM
11313 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11314 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
11315 `get-buffer-process', since backgrounded processes don't count in
11316 the context of this function's logic.
11317
11318 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
11319 `forward-char', so that null strings are parsed correctly.
11320
87730e84 113212000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 11322
83c9cb8e
SM
11323 * eshell/em-pred.el (eshell-pred-file-type)
11324 (eshell-pred-file-links, eshell-pred-file-size):
11325 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
11326
11327 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
11328 that remote file globbing is more efficient.
11329
11330 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
11331 gathering the files and attributes within a directory.
11332
11333 * eshell/em-unix.el (eshell/cat): If any of the files passed on
11334 the command line is a special file (not a regular file, directory
11335 or symlink), always attempt to call the external version of cat.
11336
87730e84 113372000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
11338
11339 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
11340 Eshell-friendly version of find-tag.
11341
1c7e37a9
MB
113422000-10-13 Miles Bader <miles@lsi.nec.co.jp>
11343
4836835a 11344 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
11345 (image-file-name-regexps): Add autoload cookies.
11346
11a7f341
KH
113472000-10-13 Kenichi Handa <handa@etl.go.jp>
11348
11349 * international/mule-cmds.el (select-safe-coding-system): If FROM
11350 is string, show it in *Warning* buffer.
11351
8ddddcb0
EZ
113522000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11353
11354 * startup.el (normal-top-level): Use display-popup-menus-p instead
11355 of window-system.
11356 (command-line): Use display-graphic-p instead of window-system.
11357 (command-line-1): Use display-popup-menus-p and display-mouse-p
11358 instead of window-system.
11359
72200f89
SS
113602000-10-12 Sam Steingold <sds@gnu.org>
11361
11362 * tooltip.el (tooltip-use-echo-area): New user variable.
11363 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
11364
8661c643
DL
113652000-10-12 Dave Love <fx@gnu.org>
11366
d0b40dc1
DL
11367 * recentf.el: Maintainer's checkdoc fixes.
11368
83c9cb8e
SM
11369 * startup.el (normal-top-level-add-subdirs-to-load-path):
11370 Use character class, not ASCII when matching file names.
a622451f
DL
11371 (fancy-splash-head): Add trailing slash to URL.
11372 (command-line): Don't require XPM support for toolbar.
11373
8661c643
DL
11374 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
11375 (cperl-invalid-face): Revert last change.
11376 (cperl-init-faces): Quote cperl-invalid-face.
11377
ef2ed8ab
KH
113782000-10-12 Kenichi Handa <handa@etl.go.jp>
11379
11380 * startup.el (fancy-splash-text): Remove superfluous quote.
11381
b0da379e
GM
113822000-10-12 Gerd Moellmann <gerd@gnu.org>
11383
dbeb499b
GM
11384 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
11385 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
11386 (command-line-1): Don't use fancy-splash-pending-command.
11387 (fancy-splash-screens-1): Goto point-min after inserting text.
11388
d861718a
GM
11389 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
11390
b0da379e
GM
11391 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
11392 instead of shared-lisp-mode-map.
11393
4fb2ad98
MB
113942000-10-12 Miles Bader <miles@lsi.nec.co.jp>
11395
1cb4393e
MB
11396 * faces.el (header-line): Change tty-variant to use underlining.
11397
4fb2ad98
MB
11398 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
11399 (isearch-highlight): Restore lazy-isearch face properties at old
11400 position, and suppress them at new position.
11401 (isearch-dehighlight): Restore lazy-isearch face properties.
11402 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
11403 over the real isearch overlay, but in that case, don't give it a
11404 face property. Use `push'.
11405
eb991b25
KH
114062000-10-12 Kenichi Handa <handa@etl.go.jp>
11407
11408 * man.el (Man-getpage-in-background): Fix previous change.
11409 Decode the process output only when we are in multibyte mode.
11410
a818c1c0
DL
114112000-10-11 Dave Love <fx@gnu.org>
11412
c990f53a
DL
11413 * info.el (Info-mode-menu): Fix some help.
11414 (info-tool-bar-map): Add entry for Info-last.
11415
a818c1c0
DL
11416 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
11417 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
11418 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
11419 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
11420 * toolbar/search-replace.xpm, toolbar/exit.xpm:
11421 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
11422 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
11423 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
11424 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
11425 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
11426 Reduce colour requirements to 25 overall. (Probably wants
11427 revisiting from the originals to reduce further.)
11428
c1b096cb
EZ
114292000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
11430
11431 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
11432 buffer-file-coding-system, instead of raw-text.
11433 (dehexlify-buffer): Bind coding-system-for-read to
11434 buffer-file-coding-system, instead of raw-text.
11435
5c8b7eaf
SS
114362000-10-11 Sam Steingold <sds@gnu.org>
11437
83c9cb8e 11438 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
11439 `underline' - fixes the bug introduced on 2000-09-21.
11440
2cfbdb7a
DL
114412000-10-11 Dave Love <fx@gnu.org>
11442
83c9cb8e
SM
11443 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
11444 Avoid compiler warnings.
2cfbdb7a
DL
11445 (scheme-mode): Doc fix.
11446 (scheme-font-lock-keywords-1): Match `define-syntax'.
11447
114482000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
11449
11450 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
11451 face specs as well as default ones. Only do anything if the
11452 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 11453 (region): Make dark-background `region' face less in-your-face.
4b33f290 11454
690ec649
SS
114552000-10-10 Sam Steingold <sds@gnu.org>
11456
11457 * chistory.el, ielm.el, ledit.el:
11458 * progmodes/inf-lisp.el, progmodes/scheme.el:
11459 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
11460
3b95d6bb
SM
114612000-10-10 Stefan Monnier <monnier@cs.yale.edu>
11462
11463 * textmodes/texinfo.el: Update copyright and fix typo.
11464
11465 * desktop.el (desktop-modes-not-to-save): New var.
11466 (desktop-save-buffer-p): Use it.
a30eb617
DL
11467 Also, obey desktop-buffers-not-to-save even for non-file buffers.
11468 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
11469
114702000-10-10 Dave Love <fx@gnu.org>
11471
11472 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 11473 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
11474
11475 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
11476 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
11477 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
11478 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
11479 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
11480 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
11481 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
11482 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
11483 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
11484 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
11485 the .xpms; probably need retouching.
11486
114872000-10-10 Miles Bader <miles@lsi.nec.co.jp>
11488
11489 * subr.el (add-to-list): Add optional argument APPEND.
11490 * battery.el (display-battery): Use `add-to-list'.
11491
114922000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
11493
83c9cb8e
SM
11494 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
11495 properties.
a30eb617
DL
11496 (zone, zone-when-idle, zone-leave-me-alone)
11497 (zone-pgm-whack-chars): Use new symbol properties.
11498
11499 * battery.el (display-battery): Doc spelling fix.
11500
11501 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
11502 property.
11503
115042000-10-09 Dave Love <fx@gnu.org>
11505
11506 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
11507 has been initialized before calling tool-bar-setup.
11508 (tool-bar-add-item-from-menu): Add autoload cookie.
11509
115102000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
11511
11512 * menu-bar.el (send-mail-item-name): New function.
11513 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
11514 of mail-user-agent in the menu. Don't display the "Send Mail"
11515 item if mail-user-agent is nil or its value is ignore.
11516 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
11517 if read-mail-command is nil or its value is ignore.
11518
11519 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
11520
115212000-10-09 Miles Bader <miles@gnu.org>
11522
11523 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
11524 Correct image size.
11525 * toolbar/left_arrow.xpm: Correct image size.
11526
11527 * jka-compr.el: Don't call `jka-compr-install' when loading (it
11528 will be done by the definition of `auto-compression-mode' if
11529 necessary. Move code to uninstall existing file-name handler
11530 before definition of `auto-compression-mode'.
11531
11532 * image-file.el (auto-image-file-mode): Move to the end of the
11533 file, because `define-minor-mode' actually calls the mode-function
11534 if the associated variable is non-nil, which requires that all
11535 needed functions be already defined.
11536
11537 * mouse.el (popup-menu): Balance parens.
11538
115392000-10-08 Stefan Monnier <monnier@cs.yale.edu>
11540
11541 * mouse.el (popup-menu): Move the command call outside the loop
11542 so that popup-menu returns whatever the command returns.
11543
11544 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
11545 (initialize-new-tags-table): Use run-hook-with-args-until-success.
11546 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
11547 (tags-table-format-functions): Renamed from tags-table-format-hooks.
11548
11549 * vc.el (vc-version-diff): diff-switches can be a list.
11550 Use relative filenames for prettier output.
11551
11552 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
11553 (vc-post-command-functions): Remove old-VC compatibility code.
11554
11555 * newcomment.el (comment-indent-default): Autoload.
11556
11557 * font-lock.el (font-lock-defaults): Make buffer-local.
11558 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
11559 (font-lock-choose-keywords):
11560 Ignore LEVEL unless KEYWORDS is a list of syms.
11561 (c-keywords, c++-keywords, objc-keywords, java-keywords):
11562 Don't wrap regexp-opt things in \(...\) unnecessarily.
11563
11564 * jit-lock.el: Don't require font-lock any more.
11565 (jit-lock-functions): Make buffer-local.
11566 (jit-lock-saved-fontify-buffer-function): Remove.
11567 (jit-lock-mode): Remove autoload cookie.
11568 Remove font-lock specific code.
11569 (jit-lock-unregister): Don't bother handling complex hooks any more.
11570 (jit-lock-refontify): New function.
11571 (jit-lock-fontify-buffer): Use it.
11572 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
11573 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
11574 Add optional args START and END.
11575 Never call font-lock-fontify-region directly.
11576 (jit-lock-function, jit-lock-stealth-fontify): Use it.
11577
11578 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
11579
115802000-10-08 Dave Love <fx@gnu.org>
11581
11582 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
11583
11584 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
11585
11586 * play/studly.el (studlify-region, studlify-word): Add autoload
11587 cookie.
11588
11589 * play/morse.el (morse-region, unmorse-region): Add autoload
11590 cookie.
11591
11592 * play/spook.el (spook-phrases-file): Use expand-file-name, not
11593 concat.
11594
11595 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
11596 insist on symbols starting with word syntax.
11597 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
11598 (eval-defun-1): Doc fix.
11599 (indent-sexp): Use nconc to build up indent-stack.
11600
11601 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
11602 Gnus with little use.
11603 (mail-setup-hook): Add mail-abbrevs-setup to options.
11604
11605 * recentf.el: Doc fixes.
11606
11607 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
11608 Clean up remainder.
11609
11610 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
11611 without timezone and (8) with timezone to enforce some whitespace.
11612 Simplify code somewhat.
11613
11614 * options.el (list-options): Doc that you should use customize.
11615
11616 * iswitchb.el (iswitchb-mode): Add :require.
11617
11618 * info.el (Info-goto-node, Info-menu): Doc fix.
11619 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
11620 (info-tool-bar-map): New variable.
11621 (Info-mode): Use it.
11622 (Info-edit-map): Define all in defvar.
11623 (speedbar-attached-frame): Avoid compiler warning.
11624
11625 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
11626 (global-map): Bind [tool-bar] to a filtered map.
11627 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
11628 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
11629 Allow PBM icons.
11630 (tool-bar-setup): Adjust calls of tool-bar-add-item.
11631
11632 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
11633 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
11634 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
11635 icons, except up_arrow, which is left-arrow rotated.
11636
11637 * imenu.el (imenu-add-to-menubar): Fix last change.
11638
116392000-10-08 Peter Breton <pbreton@ne.mediaone.net>
11640
11641 * generic-x.el (rul-generic-mode): Remove eval-when-compile
11642 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
11643
116442000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
11645
11646 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
11647 typos in doc strings.
11648
11649 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
11650 the doc strings how to customize Font Lock faces.
11651
11652 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
11653 computing growth when dragging the header line.
11654
116552000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
11656
11657 * simple.el (kill-line): Doc fix.
11658
116592000-10-08 Miles Bader <miles@gnu.org>
11660
11661 * faces.el (secondary-selection): Make foreground visible on tty.
11662
11663 * jka-compr.el (auto-compression-mode): Move to the end of the
11664 file, because `define-minor-mode' actually calls the mode-function
11665 if the associated variable is non-nil, which requires that all
11666 needed functions be already defined.
11667 (with-auto-compression-mode): Add autoload cookie.
11668
116692000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
11670
11671 * files.el (find-backup-file-name) [ms-dos]: If support for long
11672 file names is not available, behave as if version-control were set
11673 to never.
11674
116752000-10-07 Dave Love <fx@gnu.org>
11676
11677 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
11678 (browse-url-gnome-moz): New function.
11679 (browse-url-browser-function): Use it.
11680 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
11681
116822000-10-07 Stefan Monnier <monnier@cs.yale.edu>
11683
11684 * indent.el (tab-always-indent): New var.
11685 (indent-for-tab-command): Use it.
11686
11687 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
11688 raise an error. This way it can still default to a sane value.
11689
116902000-10-06 Stefan Monnier <monnier@cs.yale.edu>
11691
11692 * startup.el (fancy-splash-screens): Use local rather than global map.
11693 Don't use `update-menu-bindings' any more.
11694 Get rid of assumptions about keymap representation.
11695
116962000-10-06 Dave Love <fx@gnu.org>
11697
11698 * textmodes/fill.el (sentence-end-double-space)
11699 (sentence-end-without-period): Doc fix.
11700 (adaptive-fill-regexp): Purecopy.
11701 (unjustify-current-line): Use line-end-position.
11702 (fill-individual-paragraphs-prefix): Use line-beginning-position.
11703
11704 * net/eudc-vars.el (eudc): Add :version, :link.
11705
11706 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
11707
11708 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
11709 Fix for define-minor-mode.
11710 (function-at-point): Alias to function-called-at-point.
11711
11712 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
11713
11714 * simple.el (backward-word): Doc fix.
11715
11716 * image-file.el (image-file-name-regexp): image-file-regexps ->
11717 image-file-name-regexps.
11718 (image-file-name-extensions): Add pbm.
11719
117202000-10-06 Stefan Monnier <monnier@cs.yale.edu>
11721
11722 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
11723 and add filename to the names so that diff-mode can jump to source.
11724
11725 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
11726 (tex-font-lock-keywords, tex-font-lock-keywords-2)
11727 (tex-font-lock-keywords-1): Remove.
11728 (font-lock-turn-on-thing-lock): Use jit-lock-register.
11729 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
11730 (font-lock-default-fontify-region):
11731 Expand beg..end correctly when just following a multiline region.
11732 (font-lock-fontify-anchored-keywords):
11733 Include the anchor text as part of the multiline.
11734
117352000-10-06 Gerd Moellmann <gerd@gnu.org>
11736
11737 * loadup.el (toplevel): Load `loaddefs' before `help' because the
11738 latter needs the autoloaded define-minor-mode macro during the
11739 bootstrap.
11740
11741 * startup.el (command-line): For now, activate tool-bar-mode only
11742 if XPM images are supported.
11743
11744 * mouse.el (mouse-drag-header-line): Don't allow resizing a
11745 window by dragging a header-line at the top of the frame; that's
11746 confusing because the header-line doesn't move.
11747 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
11748 of treating the event as a list. Some cleanup.
11749
117502000-10-06 Miles Bader <miles@gnu.org>
11751
11752 * simple.el (display-message-or-buffer): New function.
11753 (shell-command-on-region): Use `display-message-or-buffer'.
11754
11755 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
11756 docstring parts.
11757
11758 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11759 (smbclient-prompt-regexp): Add usage note to doc string.
11760 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
11761 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
11762 Use add-hook for adding the comint filter function, and only do so
11763 if it's not already in the global hook list.
11764 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
11765 to `make-local-variable'.
11766 (nslookup-font-lock-keywords): Remove prompt entry.
11767 (nslookup): Don't set the process-filter.
11768 (finger): Exit the loop correctly when the regexps list runs out.
11769 (ftp, smbclient, smbclient-list-shares):
11770 Set the real major mode immediately, not after execing.
11771 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
11772
11773 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
11774
117752000-10-05 Stefan Monnier <monnier@cs.yale.edu>
11776
11777 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
11778
11779 * which-func.el (which-func-format): Remove spurious space.
11780 (which-func-mode): Don't make it permanent-local.
11781 (which-func-ff-hook): Allow which-func-maxout to be nil.
11782 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
11783 (which-func-mode): Simplify.
11784 Use post-command-idle-hook rather than post-command-hook.
11785 Go through all buffers and update their state.
11786 (which-function): Also try add-log-current-defun-function.
11787
11788 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
11789 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
11790 Update call to with-vc-properties accordingly.
11791 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
11792 (vc-revert-buffer): More careful about window selection and deletion.
11793 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
11794
11795 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
11796 (cvs-retrieve-revision): Reuse a pre-existing buffer.
11797 (cvs-dired-action): Change the default to quickdir.
11798
11799 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
11800 if comment-indent-function returns nil.
11801 (comment-indent-default): New function.
11802 (comment-indent-function): Use it and document the new semantics.
11803
11804 * image-file.el: Docstring fixes.
11805
11806 * help.el (help-xref-on-pp): Use match-string.
11807 (describe-variable): New arg BUFFER.
11808 Store the current buffer in the help-xref-stack.
11809 (temp-buffer-resize-mode): Use define-minor-mode.
11810
11811 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
11812 consistently with its docstring.
11813 Set jit-lock-first-unfontify-pos in an idempotent way.
11814 (jit-lock-register): Autoload and add arg CONTEXTUAL.
11815
118162000-10-05 Alex Schroeder <alex@gnu.org>
11817
11818 * sql.el (sql-mysql-options): New variable.
11819 (sql-mysql): Use it.
11820
118212000-10-05 Miles Bader <miles@lsi.nec.co.jp>
11822
11823 * image.el (image): New group.
11824
11825 * smerge-mode.el (smerge-mine-face, smerge-other-face)
11826 (smerge-base-face, smerge-markers-face): Add dark-background variants.
11827
118282000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11829
11830 * net/net-utils.el (nslookup-font-lock-keywords)
11831 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11832 Ignore the value of wqindow-system; always define keywords
11833
118342000-10-05 Kenichi Handa <handa@etl.go.jp>
11835
11836 * startup.el (fancy-splash-screens): Remove the code for
11837 debugging; `(trace-to-stderr "EXITTT\n")'.
11838
118392000-10-05 Miles Bader <miles@gnu.org>
11840
11841 * diff-mode.el (diff-goto-source): Update call to
11842 `diff-hunk-status-msg' to reflect new REV variable.
11843
118442000-10-04 Stefan Monnier <monnier@cs.yale.edu>
11845
11846 * progmodes/icon.el (icon-mode):
11847 Don't gratuitously override the default for comment-column.
11848
11849 * vc-hooks.el (vc-mode-line): Fix interactive spec.
11850
11851 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
11852 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
11853 (jit-lock-functions): New var.
11854 (jit-lock-function-1): Use it if non-nil.
11855 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
11856 Set the `fontified' property before doing the fontification to avoid
11857 repeatedly going through the same error.
11858 Don't turn errors into messages.
11859 (jit-lock-register, jit-lock-unregister): New functions.
11860
11861 * dired.el (dired-mark-pop-up): Turn comment into docstring.
11862 Use with-current-buffer.
11863
11864 * dired-aux.el (dired-do-create-files, dired-kill-tree):
11865 Turn comment into docstring.
11866
11867 * apropos.el (apropos-mode): Use define-derived-mode.
11868
118692000-10-04 Gerd Moellmann <gerd@gnu.org>
11870
11871 * startup.el (fancy-splash-pending-command): New variable.
11872 (fancy-splash-pre-command): New function.
11873 (fancy-splash-screens): Rewritten.
11874 (command-line-1): If fancy-splash-pending-command is set, call it
11875 interactively.
11876
118772000-10-04 Dave Love <fx@gnu.org>
11878
11879 * toolbar/tool-bar.el (tool-bar-setup): New function.
11880 (tool-bar-mode): Use it.
11881
11882 * subr.el (substitute-key-definition): Doc fix.
11883 (play-sound-file): New command.
11884
118852000-10-04 Andre Spiegel <spiegel@gnu.org>
11886
11887 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
11888 vc-version-backup-file-name): New functions.
11889
11890 * files.el (basic-save-buffer): Call vc-before-save before saving.
11891
11892 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
11893 vc-cvs-stay-local-p.
11894
11895 * vc.el (vc-revert-buffer): Handle empty diff properly.
11896 (vc-version-backup-file): New function.
11897 (vc-checkout): Create a version backup if necessary.
11898 (vc-checkin): If a version backup file exists, delete it.
11899 (vc-version-diff): Diff locally using version backups, if available.
11900 (vc-revert-file): If there's a version backup, revert locally.
11901 (vc-transfer-file): Use version backup for base version, if
11902 available. If not, ask for confirmation whether to get it from the
11903 server. Update mode line before check-in.
11904
119052000-10-04 Dave Love <fx@gnu.org>
11906
11907 * toolbar/tool-bar.el (tool-bar-setup): New function.
11908 (tool-bar-mode): Use it.
11909
119102000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11911
11912 * net/net-utils.el (nslookup-font-lock-keywords)
11913 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11914 Only set if window-system is non-nil
11915 (net-utils-run-program): Returns buffer.
11916 (network-connection-reconnect): Added this function.
11917
11918 * generic.el:
11919 Incorporates extensive cleanup and docfixes by
11920 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
11921 Uses cl compile-time macros.
11922 (generic-mode-name, generic-comment-list)
11923 (generic-keywords-list, generic-font-lock-expressions)
11924 (generic-mode-function-list, generic-mode-syntax-table):
11925 Removed variables.
11926 (generic-mode-alist): Renamed to generic-mode-list.
11927 (generic-find-file-regexp): Default changed to "^#".
11928 (generic-read-type): Uses completing read on generic-mode-list.
11929 (generic-mode-sanity-check): removed this function.
11930 (generic-add-to-auto-mode): Removed this function
11931 (generic-mode-internal): Bind mode-specific definitions
11932 into function instead of putting them in alist.
11933 (generic-mode-set-comments): Reworked extensively.
11934 (generic-mode-find-file-hook): Simplified regexp searching
11935 (generic-make-keywords-list): Omit extra pair of parens
11936
11937 * find-lisp.el (find-lisp-find-files-internal):
11938 Make sure directory name ends with "/".
11939
11940 * generic-x.el (apache-conf-generic-mode):
11941 Regexp now allows leading whitespace.
11942 (rc-generic-mode): Added eval-when-compile
11943 around generic-make-keywords-list.
11944 Deleted duplicate regexp
11945 (rul-generic-mode): Added eval-when-compile
11946 around generic-make-keywords-list.
11947 (etc-fstab-generic-mode): New generic mode.
11948 (rul-generic-mode): Removed one eval-when-compile
11949 which caused a max-specpdl-size exceeded error.
11950
119512000-10-04 Miles Bader <miles@gnu.org>
11952
11953 * simple.el (minibuffer-temporary-goal-position): New variable.
11954 (next-history-element): Try to keep the position of point in the
11955 input string constant.
11956
11957 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
11958 (dired-do-create-files): If there's only one file, pass it in as
11959 the DEFAULT arg to dired-mark-read-file-name.
11960
119612000-10-03 Stefan Monnier <monnier@cs.yale.edu>
11962
11963 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
11964 (diff-goto-source): Be smarter when choosing REVERSE or not.
11965
11966 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
11967 (texinfo-mode-menu): Add an explicit shortcut for update all.
11968
119692000-10-03 Andre Spiegel <spiegel@gnu.org>
11970
11971 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
11972 factorize backend-specific code cleanly (this was essentially
11973 conceived by Stefan Monnier).
11974 (vc-unregister): Function removed.
11975 (vc-revert-file): New function.
11976 (vc-revert-buffer): Delegate some of the work to it.
11977
11978 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
11979 default branch unconditionally.
11980 (vc-rcs-set-default-branch): New function.
11981 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
11982 (vc-rcs-checkin): If an appropriate default branch has been set,
11983 force creation of that branch.
11984 (vc-rcs-receive-file): Rewritten to contain only backend-specific
11985 code (as suggested by Stefan Monnier).
11986
119872000-10-02 Gerd Moellmann <gerd@gnu.org>
11988
11989 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
11990 highlighting overlay with a different face over the overlay
11991 isearch uses to highlight the current match because that can lead
11992 to bad face combinations.
11993
11994 * loadup.el (toplevel): Load faces before isearch.
11995
11996 * isearch.el (isearch-faces): New custom group.
11997 (isearch): New defface; was already tested for in the code.
11998 (isearch-lazy-highlight-face): Changed to defface from defcustom.
11999 (isearch-highlight): Always use face `isearch'.
12000
120012000-10-02 Dave Love <fx@gnu.org>
12002
12003 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
12004 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
12005 comparison of opcode with operand.
12006
120072000-10-03 Miles Bader <miles@gnu.org>
12008
12009 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
12010 buffer, since the echo area will now grow to accommodate them.
12011
120122000-10-02 Andre Spiegel <spiegel@gnu.org>
12013
12014 * vc-hooks.el (vc-registered): If FILE used to be registered under
12015 a certain backend, try that one first.
12016
12017 * vc.el (vc-responsible-backend): Undo the previous change in the
12018 argument list. Handle multiple backends correctly.
12019 (vc-find-new-backend): Function removed.
12020 (vc-register): Use vc-responsible-backend, as before.
12021 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
12022
120232000-10-02 Gerd Moellmann <gerd@gnu.org>
12024
12025 * startup.el (fancy-splash-head): Change message below the
12026 logo.
12027
120282000-10-02 Miles Bader <miles@lsi.nec.co.jp>
12029
12030 * diff-mode.el (diff-goto-source): Emit a status message.
12031 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
12032 (diff-test-hunk): Fix doc string.
12033 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
12034 (diff-advance-after-apply-hunk): New variable.
12035 (diff-apply-hunk): Don't return a value.
12036
120372000-10-01 Stefan Monnier <monnier@cs.yale.edu>
12038
12039 * vc.el (vc-editable-p): Minor optimization.
12040 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
12041 (vc-find-new-backend): New function split from vc-responsible-backend.
12042 (vc-register): Use it.
12043 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
12044 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
12045 (vc-default-unregister, vc-revert-buffer): Docstring fix.
12046 (vc-clear-headers): Don't use find-file.
12047 (vc-revert-buffer): Use `and' again (must have been a braino).
12048 (vc-switch-backend): Only prompt if requested.
12049 Short circuit if nothing is to be done.
12050 Don't use vc-resynch-buffer which could lose unsaved editing.
12051 (vc-default-receive-file): Update call to vc-unregister.
12052 (with-vc-file, vc-next-action-on-file):
12053 Use vc-backend rather than vc-registered.
12054 (vc-next-action-on-file): Use intern-soft.
12055 Deal with read-only *vc-diff* buffer.
12056 (vc-transfer-file): Docstring fix.
12057
12058 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
12059 (vc-rcs-receive-file): Avoid with-vc-properties.
12060 Update call to vc-unregister.
12061 Use constant `RCS' rather than (dynamically bound) var `backend'.
12062
120632000-10-01 Andre Spiegel <spiegel@gnu.org>
12064
12065 * vc.el (vc-next-action-on-file): Update mode line only if file
12066 is visited.
12067 (vc-start-entry): New argument initial-contents. Don't visit the file
12068 if it isn't already visited. Brought documentation up-to-date.
12069 (vc-next-action, vc-register): Updated calls to vc-start-entry.
12070 (vc-checkin): New optional arg initial-contents, which is passed to
12071 vc-start-entry.
12072 (vc-finish-logentry): Make sure to bury log buffer only if there
12073 really is one. Call `vc-resynch-buffer' on log-file, not
12074 buffer-file-name.
12075 (vc-default-comment-history, vc-default-wash-log): New functions.
12076 (vc-index-of): Removed.
12077 (vc-transfer-file): Make do without the above.
12078 (vc-default-receive-file): Call comment-history unconditionally. Pass
12079 the resulting string to vc-checkin, instead of inserting it into the
12080 comment ring.
12081
12082 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
12083 unconditionally. Use the comments as initial contents of the log
12084 entry buffer. Document the trick to force branch creation with no
12085 changes.
12086
120872000-10-01 Miles Bader <miles@gnu.org>
12088
12089 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
12090 `recenter' with an arg to prevent redrawing the display.
12091
120922000-09-30 Stefan Monnier <monnier@cs.yale.edu>
12093
12094 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
12095
12096 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
12097
12098 * progmodes/c-mode.el (c-mode):
12099 Don't gratuitously override the default for comment-column.
12100
12101 * textmodes/tex-mode.el (latex-metasection-list): New var.
12102 (latex-imenu-create-index): Use it.
12103 Move the regexp construction outside loops (and use push).
12104 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
12105 (tex-font-lock-keywords): Moved from font-lock.el.
12106 (tex-comment-indent): Remove.
12107 (tex-common-initialization): Don't set comment-indent-function.
12108 (latex-block-default): New var.
12109 (tex-latex-block): Use it to provide a default choice.
12110 Add any unknown choice to latex-block-names.
12111 Insert [...] after {...}.
12112 (tex-last-unended-begin): Simplify regexp.
12113 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
12114 (latex-forward-sexp-1, latex-forward-sexp): New functions.
12115 (latex-mode): Set forward-sexp-function.
12116
12117 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
12118 Add regexp for @ignore ... @end ignore.
12119 (texinfo-heading-face): New face.
12120 (texinfo-font-lock-keywords): Use it.
12121 (texinfo-mode-menu): New menu.
12122 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
12123 New functions.
12124 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
12125 (texinfo-section-types-regexp, texinfo-section-level-regexp)
12126 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
12127 Remove declaration.
12128 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
12129
12130 * delsel.el (delete-selection-mode): Use define-minor-mode.
12131
12132 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
12133
121342000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12135
12136 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
12137
121382000-09-30 Gerd Moellmann <gerd@gnu.org>
12139
12140 * replace.el (keep-lines-read-args): New function.
12141 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
12142 read arguments interactively. Add parameters RSTART and REND.
12143 Operate on the active region in Transient Mark mode.
12144
12145 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
12146
12147 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
12148 (authors-obsolete-files-regexps): New variable.
12149 (authors-add): Don't record changes in obsolete files.
12150
121512000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12152
12153 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
12154
12155 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
12156 (comment-indent): Make sure there's a space between code and comment.
12157 Shift comments left to avoid going past fill-column.
12158
121592000-09-29 Gerd Moellmann <gerd@gnu.org>
12160
12161 * startup.el (startup-echo-area-message): New function.
12162 (display-startup-echo-area-message): Use it.
12163 (fancy-splash-screens): Rewritten to use keymaps and a timer.
12164 (fancy-splash-default-action): New function.
12165 (fancy-splash-screens-1): New function.
12166 (fancy-splash-head): Put a help-echo and a keymap under the image.
12167
121682000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12169
12170 * diff-mode.el (diff-add-log-file-name): Remove.
12171 (diff-mode): Use add-log-buffer-file-name-function.
12172
12173 * add-log.el (find-change-log): New arg BUFFER-FILE.
12174 (add-log-file-name): Obey add-log-file-name-function.
12175 (add-log-buffer-file-name-function): New var.
12176 (add-change-log-entry): Use it.
12177
121782000-09-29 Miles Bader <miles@gnu.org>
12179
12180 * image-file.el (image-file-name-extensions): New variable.
12181 (image-file-name-regexps): Renamed from `image-file-regexps'.
12182 New default value is nil. Call `auto-image-file-mode'.
12183 (image-file-name-regexp): New function.
12184 (auto-image-file-mode): New minor mode.
12185 (insert-image-file): Don't make conditional on the image-file
12186 handler being enabled.
12187 (image-file-handler): Make the call here conditional instead.
12188 (set-image-file-handler-enabled, enable-image-file-handler)
12189 (disable-image-file-handler): Functions removed.
12190
12191 * emacs-lisp/authors.el (authors-print): Rephrase many-files
12192 string.
12193
121942000-09-29 Gerd Moellmann <gerd@gnu.org>
12195
12196 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
12197 it's a function from CL.
12198 (latex-imenu-create-index): Replace eval-when-compile with progn
12199 because latex-section-alist is not bound while compiling.
12200
122012000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12202
12203 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
12204 (outline-mode): Use define-derived-mode.
12205
12206 * progmodes/perl-mode.el (perl-mode):
12207 * progmodes/awk-mode.el (awk-mode):
12208 * progmodes/asm-mode.el (asm-mode):
12209 Don't gratuitously override the default for comment-column.
12210
12211 * emacs-lisp/lisp.el (lisp-complete-symbol):
12212 Distinguish the let-binding case from the funcall case.
12213 (forward-sexp-function): New variable.
12214 (forward-sexp): Use it.
12215
12216 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
12217 (easy-mmode-defmap): Remove the now useless autoload.
12218
12219 * time.el (display-time-mode): Use define-minor-mode.
12220
12221 * subr.el (add-minor-mode): Don't eval NAME.
12222 Don't depend on the presence of TOGGLE-FUN for any special behavior.
12223 Use if rather than cond.
12224
12225 * simple.el (read-expression-map): Define more properly.
12226 (comment-indent-hook): Remove.
12227 (string-to-syntax): Bug fix.
12228
12229 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
12230 (cvs-ediff-diff): Fix typo.
12231 (cvs-revert-if-needed): Don't bother preserving read-only.
12232
12233 * paren.el (show-paren-mode): Use define-minor-mode.
12234
12235 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
12236 (toggle-auto-compression): Remove.
12237 (jka-compr-build-file-regexp): Remove useless grouping.
12238
12239 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
12240 Avoid user-reserved bindings.
12241 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
12242 (diff-header-face): Revert to grey85.
12243
12244 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
12245
12246 * complete.el (partial-completion-mode) <defcustom>: Remove.
12247 (partial-completion-mode): Use define-minor-mode.
12248 (PC-do-completion): Understand `completion-auto-help = delay'
12249 to mean to popup the completion buffer only the second time.
12250 (PC-include-file-all-completions, PC-include-file-all-completions)
12251 (PC-include-file-all-completions): Don't quote lambda.
12252
12253 * comint.el (comint-mode-hook): Docstring fix.
12254 (comint-mode): Use define-derived-mode.
12255 (comint-mode-map): Remove obsolete comment.
12256 (make-comint): Minor stylistic change.
12257 (comint-insert-clicked-input): Be more careful to find the overlay.
12258 Use this-command-keys rather than hardcoding mouse-2.
12259
12260 * font-lock.el: Replace confusing (,@ with ,
12261 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
12262 Don't use regexp-opt-depth. Spice up the regexp for args.
12263 Don't distinguish between cmds that can take an opt arg or not.
12264 Use `append' and `prepend' rather than `keep'.
12265
12266 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
12267 (latex-outline-regexp): New var.
12268 (latex-outline-level): New fun.
12269 (latex-section-alist): New var.
12270 (latex-imenu-create-index): Use it. Use `push' as well.
12271 (tex-shell-map): Initialize it properly.
12272 (tex-mode): Minor stylistic change.
12273 (plain-tex-mode): Use define-derived-mode.
12274 (latex-mode): Use define-derived-mode.
12275 Construct the paragraph regexps in a more readable way.
12276 Set the buffer-local outline-{level,regexp} vars.
12277 (slitex-mode): Derive from latex-mode.
12278 (tex-common-initialization): Don't kill-all-vars anymore.
12279 Add setting for comment-add and font-lock-defaults.
12280 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
12281 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
12282 (tex-start-tex): New arg DIR (and send a chdir command for it).
12283 Also display the shell buffer and save it in tex-last-buffer-texed.
12284 (tex-region): Use expand-file-name rather than concat.
12285 Remove code made useless by changes in tex-start-tex.
12286 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
12287
12288 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
12289
122902000-09-28 Dave Love <fx@gnu.org>
12291
12292 * eshell/eshell.el (eshell) <defgroup>: Add :version.
12293
122942000-09-28 Gerd Moellmann <gerd@gnu.org>
12295
12296 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
12297 `append'.
12298
122992000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12300
12301 * info.el (Info-extract-pointer): Undo last change.
12302 Instead, fix the position of the `bound' arg to re-search-backward.
12303
123042000-09-27 Stefan Monnier <monnier@cs.yale.edu>
12305
12306 * info.el (Info-extract-pointer):
12307 Widen more carefully, to avoid finding pointers in other nodes.
12308 (Info-index): Use push.
12309
123102000-09-27 Gerd Moellmann <gerd@gnu.org>
12311
12312 * frame.el (set-frame-font): Remove call to obsolete function
12313 frame-update-faces.
12314 (set-foreground-color, set-background-color): Likewise for
12315 frame-update-face-colors.
12316
123172000-09-27 Miles Bader <miles@gnu.org>
12318
12319 * image-file.el: New file.
12320
123212000-09-27 Gerd Moellmann <gerd@gnu.org>
12322
12323 * frame.el (frame-notice-user-settings): Don't call
12324 frame-update-faces, which is a no-op now.
12325
12326 * ediff-wind.el (ediff-control-frame-parameters): Add zero
12327 tool-bar-lines.
12328
123292000-09-27 Dave Love <fx@gnu.org>
12330
12331 * mouse.el: Fix last change.
12332
123332000-09-27 Miles Bader <miles@lsi.nec.co.jp>
12334
12335 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
12336
123372000-09-22 Kenichi Handa <handa@etl.go.jp>
12338
12339 * international/quail.el (quail-help): The output message is
12340 improved.
12341
123422000-09-26 Dave Love <fx@gnu.org>
12343
12344 * mouse.el (popup-menu): If POSITION is nil, set it using
12345 mouse-position.
12346
123472000-09-25 Sam Steingold <sds@gnu.org>
12348
12349 * net/browse-url.el (browse-url-file-url): Check for null maps.
12350
123512000-09-26 Gerd Moellmann <gerd@gnu.org>
12352
12353 * frame.el (frame-notice-user-settings): Don't add a
12354 tool-bar-lines frame parameter to default-frame-alist in batch mode.
12355
12356 * frame.el (frame-notice-user-settings):
12357 Make tool-bar-mode and default-frame-alist consistent.
12358
12359 * toolbar/tool-bar.el (tool-bar-help): New function.
12360
123612000-09-25 Gerd Moellmann <gerd@gnu.org>
12362
12363 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
12364 current-load-list in top-level forms. Else this leaks a cons cell
12365 every time a defun is called.
12366
12367 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
12368
123692000-09-25 Dave Love <fx@gnu.org>
12370
12371 * startup.el (fancy-splash-head): Check XPM is available.
12372
12373 * autoinsert.el (auto-insert): Doc fix.
12374 (auto-insert-alist): Following GNU notices, don't say `copyright
12375 _by_'. Use line-beginning-position.
12376 (auto-insert): Check buffer-file-name is non-nil before use.
12377
123782000-09-25 Gerd Moellmann <gerd@gnu.org>
12379
12380 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
12381 starting with `@def' or `@multitable', in addition to ones
12382 specified by the user in auto-fill-inhibit-regexp.
12383
123842000-09-25 Markus Rost <rost@math.ohio-state.edu>
12385
12386 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
12387 rmail-dont-reply-to-names matches the empty string.
12388
123892000-09-25 Gerd Moellmann <gerd@gnu.org>
12390
12391 * startup.el (command-line-1, fancy-splash-text): Change the
12392 text to sound more friendly.
12393
123942000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
12395
12396 * progmodes/hideshow.el: Update author email address.
12397 Generally, sync w/ maintainer version 5.22.
12398 (hs-hide-all-non-comment-function): New var.
12399 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
12400 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
12401 (hs-show-region): Delete this command.
12402 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
12403
124042000-09-22 Dave Love <fx@gnu.org>
12405
12406 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
12407 (hl-line-highlight): Specify buffer when moving overlay.
12408
12409 * progmodes/fortran.el (fortran-mode): Locally set
12410 normal-auto-fill-function.
12411 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
12412 (fortran-mode-map): Adjust auto-fill menu entry.
12413
124142000-09-22 Gerd Moellmann <gerd@gnu.org>
12415
12416 * vc-rcs.el (toplevel): Require `vc' when compiling.
12417
12418 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
12419
124202000-09-22 Andre Spiegel <spiegel@gnu.org>
12421
12422 * vc.el (vc-switch-backend): Signal an error if the file is not
12423 registered under the new backend.
12424
12425 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
12426 without explicit revision number.
12427
124282000-09-21 Stefan Monnier <monnier@cs.yale.edu>
12429
12430 * diff-mode.el (diff-file-header-face): Reset to its previous value.
12431 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
12432 (diff-xor): New function.
12433 (diff-find-source-location): Use it. Fix a stupid name clash.
12434 (diff-hunk-status-msg): New function.
12435 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
12436 (diff-test-hunk): Use diff-find-source-location.
12437 (diff-goto-source): Favor the `reverse'.
12438 (diff-hunk-text): Properly handle one-sided context diffs.
12439 (diff-apply-hunk): When done, advance to the next hunk.
12440
124412000-09-21 Gerd Moellmann <gerd@gnu.org>
12442
12443 * startup.el (command-line): If frame was created with a non-zero
12444 tool-bar-lines parameter, switch tool-bar-mode on.
12445
12446 * add-log.el (change-log-date-face, change-log-name-face)
12447 (change-log-email-face, change-log-file-face)
12448 (change-log-list-face, change-log-conditionals-face)
12449 (change-log-function-face, change-log-acknowledgement-face):
12450 New faces, inheriting from font-lock faces.
12451 (change-log-font-lock-keywords): Use them.
12452
124532000-09-21 Dave Love <fx@gnu.org>
12454
12455 * progmodes/cperl-mode.el (top-level): Clean up
12456 `eval-when-compile's and assorted defvars.
12457 (cperl-invalid-face): Don't double-quote value. Change custom
12458 type.
12459 (cperl-mode): Set normal-auto-fill-function and don't zap
12460 auto-fill-function.
12461 (cperl-imenu--function-name-regexp-perl): Renamed from
12462 imenu-example--function-name-regexp-perl.
12463 (cperl-imenu--create-perl-index): Renamed from
12464 imenu-example--create-perl-index.
12465 (cperl-xsub-scan): Don't require cl.
12466
12467 * msb.el (msb-mode-map): Use substitute-key-definition.
12468 (msb-mode): Use msb-mode-map.
12469
124702000-09-21 Andre Spiegel <spiegel@gnu.org>
12471
12472 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
12473 New functions.
12474 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
12475 (vc-switch-backend): New function.
12476 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
12477 (vc-register): Fix prompt.
12478 (vc-unregister, vc-default-unregister): New functions.
12479 (vc-version-diff): Handle empty buffer in sentinel.
12480
12481 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
12482 (vc-rcs-state-heuristic): Use it to guess the state of files with
12483 non-strict locking.
12484 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
12485 been set with -b, but not created yet.
12486 (vc-rcs-fetch-master-state): With non-strict locking, compare file
12487 contents in order to find the state.
12488 (vc-rcs-checkin): Allow creation of branches with no changes.
12489 (vc-rcs-unregister, vc-rcs-receive-file)
12490 (vc-rcs-set-non-strict-locking): New functions.
12491
12492 * vc-hooks.el (vc-name): Force correct computation of the value
12493 in case it is missing.
12494
124952000-09-21 Gerd Moellmann <gerd@gnu.org>
12496
12497 * startup.el (fancy-splash-tail): Use a different foreground
12498 color on a dark frame background.
12499
125002000-09-21 Miles Bader <miles@lsi.nec.co.jp>
12501
12502 * info.el: Use the correct capitalization when making Info-mode
12503 and Info-edit-mode `special' modes.
12504
125052000-09-20 Stefan Monnier <monnier@cs.yale.edu>
12506
12507 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
12508 (diff-mode): Add support for add-log.el.
12509 (diff-hunk-text): Use char offsets rather than line offsets.
12510 (diff-find-source-location): Replace LINE with line-offset (nil
12511 if not found) and always set POS to a meaningful position.
12512 Adapt to the new char-offsets.
12513 (diff-apply-hunk): Drop support for the unused `select' POPUP.
12514 Adapt to the new diff-find-source-location.
12515 (diff-goto-source): Adapt to the new diff-find-source-location.
12516
12517 * add-log.el (add-log-file-name): New function (split out of
12518 add-change-log-entry).
12519 (add-change-log-entry): Use it.
12520 Call add-log-file-name-function with the changelog file name if
12521 the current buffer is not associated with any file.
12522 Avoid find-file if the selected window is dedicated.
12523
12524 * diff-mode.el (diff-find-source-location):
12525 Move code from diff-apply-hunk. Return buffer rather than file.
12526 (diff-apply-hunk): Use the new result from diff-find-source-location.
12527 (diff-goto-source): Use the new diff-find-source-location.
12528
125292000-09-20 Dave Love <fx@gnu.org>
12530
12531 * iswitchb.el: Some doc fixes.
12532 (iswitchb-mode-map): Define completely initially. Inherit
12533 minibuffer-local-map.
12534 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
12535 fundamental-mode.
12536 (iswitchb-global-map): New variable.
12537 (iswitchb-summaries-to-end): Amalgamate regexps.
12538 (iswitchb-mode): New.
12539 (iswitchb-mode-hook): New variable.
12540 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
12541 `extensions'.
12542
125432000-09-20 Gerd Moellmann <gerd@gnu.org>
12544
12545 * ehelp.el (electric-help): New defgroup.
12546 (electric-help-shrink-window): New user-option.
12547 (with-electric-help): Use it.
12548
12549 * window.el (shrink-window-if-larger-than-buffer): If face
12550 `mode-line' has a :box, and we're on a graphical frame, add 1
12551 to the needed window height.
12552
12553 * frame.el (frame-notice-user-settings): Add a last parameter nil
12554 to a call to `append', because the last list passed to `append' is
12555 not copied, and so subsequent calls to assq-delete-all will modify
12556 default-frame-alist.
12557
12558 * startup.el (fancy-splash-image): Change :type.
12559 (fancy-splash-head): Use an XBM image if appropriate.
12560 (command-line-1): Show splash screens in more cases.
12561
12562 * startup.el (fancy-splash-text): Don't quote faces.
12563
12564 * dired.el (dired-font-lock-keywords): Undo last change.
12565 (dired-readin): Bind indent-tabs-mode to nil.
12566
12567 * startup.el (fancy-splash-head): If frame's background mode
12568 is `dark', change the black background of the image to gray.
12569 (fancy-splash-screens): Display startup echo area message.
12570 (display-startup-echo-area-message): New function.
12571
125722000-09-20 Miles Bader <miles@lsi.nec.co.jp>
12573
12574 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
12575
12576 * info.el (info-header-node): Tweak for color ttys.
12577
12578 * faces.el (face-valid-attribute-values): Make sure directories we
12579 search for stipples both exist and are readable before trying to
12580 search them.
12581
12582 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
12583 in the dry-run case.
12584
12585 * jka-compr.el (with-auto-compression-mode): New macro.
12586
12587 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
12588 (custom-group-tag-face, custom-variable-tag-face): Use relative
12589 :height and inherit from `variable-pitch' face instead of
12590 hardwiring :family.
12591 * hi-lock.el (hi-black-hb): Likewise.
12592
12593 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
12594 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
12595 toolbar-add-item, if image doesn't have a mask add a `:mask
12596 heuristic'.
12597
125982000-09-19 Stefan Monnier <monnier@cs.yale.edu>
12599
12600 * diff-mode.el: Docstring fixes.
12601 (diff-header-face, diff-comment-face): New faces.
12602 (diff-font-lock-keywords): Highlight a bit differently.
12603 (diff-find-source-location): Don't return SPAN any more.
12604 (diff-hunk-text): Don't bother erasing the temp buffer.
12605 (diff-find-text): Drop argument LINE.
12606 (diff-apply-hunk): Update calls to diff-find-text.
12607 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
12608
12609 * calendar/calendar.el: Docstring fixes.
12610 (calendar-make-alist): Don't quote lambda.
12611 (calendar-star-date): Use make-local-variable.
12612
126132000-09-19 Dave Love <fx@gnu.org>
12614
12615 * toolbar/tool-bar.el: Renamed from toolbar.el.
12616 Change `toolbar' to `tool-bar' generally in symbols.
12617 Make some items invisible in `special' major modes.
12618 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
12619 Add arg PROPS.
12620
12621 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
12622 Add :version here.
12623 (fancy-splash-delay, fancy-splash-image): Remove :version here.
12624
126252000-09-19 Gerd Moellmann <gerd@gnu.org>
12626
12627 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
12628
12629 * files.el (find-file-suppress-same-file-warnings): New user-option.
12630 (find-file-noselect): Use it.
12631
12632 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
12633 (fancy-splash-screen): Defgroup.
12634
12635 * add-log.el (change-log-font-lock-keywords): Match names
12636 more exactly for the case that font-lock-constant-face is
12637 underlined.
12638
126392000-09-19 Richard M. Stallman <rms@gnu.org>
12640
12641 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
12642
126432000-09-19 Andre Spiegel <spiegel@gnu.org>
12644
12645 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
12646
126472000-09-19 Gerd Moellmann <gerd@gnu.org>
12648
12649 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
12650 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
12651 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
12652 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
12653 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
12654 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
12655 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
12656 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
12657 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
12658 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
12659 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
12660 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
12661
12662 * startup.el (fancy-splash-text): New variable.
12663 (fancy-splash-delay, fancy-splash-image): New user-options.
12664 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
12665 (fancy-splash-screens): New functions.
12666 (command-line-1): If display has a `display' frame parameter, has
12667 colors, and we have XPM support, show more fancy splash screens.
12668
126692000-09-19 Dave Love <fx@gnu.org>
12670
12671 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
12672 with null `help'. Use modern backquote syntax.
12673
126742000-09-19 Gerd Moellmann <gerd@gnu.org>
12675
12676 * font-lock.el (font-lock-mode): Change message telling the user
12677 that ``the buffer is too big''.
12678
12679 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
12680 for instance for the case that tab-width is 2.
12681
126822000-09-18 Gerd Moellmann <gerd@gnu.org>
12683
12684 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
12685 toolbar-add-item, if image doesn't have a mask add a `:mask
12686 heuristic'.
12687
126882000-09-18 Miles Bader <miles@lsi.nec.co.jp>
12689
12690 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
12691 and return a cons if it's non-nil.
12692 (diff-apply-hunk): Try to jump to the line in the source text
12693 corresponding to the position of point in the in the hunk.
12694
12695 * info.el (Info-title-3-face, Info-title-2-face)
12696 (Info-title-1-face): Use face inheritance and relative sizes
12697 instead of hard-wiring things.
12698
12699 * faces.el (secondary-selection): Make dark-background variant sane.
12700
127012000-09-16 Andrew Innes <andrewi@gnu.org>
12702
12703 * makefile.w32-in (compile-files-CMD): No need to make .elc files
12704 read-only, since they aren't under VC now.
12705
127062000-09-17 Dave Love <fx@gnu.org>
12707
12708 * tmm.el: Replace mapcar with mapc in several places.
12709
12710 * loadhist.el (unload-feature): Maybe call elp-restore-list and
12711 ad-unadvise.
12712
12713 * international/latin1-disp.el: New file.
12714
12715 * calendar/cal-move.el (scroll-calendar-left)
12716 (scroll-calendar-right): Make arg optional (for active mode line).
12717
12718 * calendar/calendar.el (calendar-mode-line-format): Make fields
12719 mouse-sensitive.
12720 (calendar-read-date, calendar-read-date, calendar-window-list):
12721 Unquote lambda.
12722 (calendar-month-name): Use aref, not sref.
12723
12724 * view.el (minor-mode-alist): Propertize the string.
12725
12726 * international/characters.el (standard-case-table): Add entries
12727 for Greek.
12728
127292000-09-18 Miles Bader <miles@gnu.org>
12730
12731 * info.el (info-node, info-xref): Add dark-background variants.
12732
12733 * faces.el (header-line): Change defaults to be less confusing
12734 when mixed with mode-lines.
12735
12736 * info.el (Info-fontify-node): Make a few cleanups.
12737 Add extra `help-echo' and `local-map' props to node xrefs.
12738 Use header-specific faces for node-names & xrefs.
12739 (Info-use-header-line): New variable.
12740 (info-header-xref, info-header-node): New faces.
12741 (Info-setup-header-line): New function.
12742 (Info-select-node): Call Info-setup-header-line when enabled.
12743 (Info-extract-pointer): Work even if the header line is hidden.
12744 (Info-header-line): New variable.
12745
127462000-09-16 Stefan Monnier <monnier@cs.yale.edu>
12747
12748 * vms-patch.el (print-region-function): Don't quote lambda.
12749
12750 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
12751
12752 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
12753 (lm-get-header-re): Allow spaces between the header and the colon.
12754 (lm-header): Allow $ in non-RCS headers.
12755 (lm-header-multiline): Put the strings back into order.
12756 Stop at an empty line. Don't require two space chars if the
12757 line is clearly not another header line.
12758
12759 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
12760 (popup-menu-popup): Remove.
12761
127622000-09-15 Gerd Moellmann <gerd@gnu.org>
12763
12764 * toolbar/toolbar.el (toolbar-add-item): Use the same image
12765 specification if or if not tool-bar item contains an `:enabled'
12766 property.
12767
12768 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
12769 current buffer has no file name.
12770
127712000-09-15 Dave Love <fx@gnu.org>
12772
12773 * strokes.el: Sync with maintainer's current version with changes
12774 for Emacs, but avoid runtime cl and levents.
12775 (toplevel): Change autoloads and compilation requires.
12776 (strokes-version, strokes-bug-address, strokes-lift): Values
12777 changed.
12778 (strokes-xpm-header, strokes-insinuated): New variable.
12779 (strokes): Add :link.
12780 (strokes-mode): Customized.
12781 (strokes-while-inhibiting-garbage-collector): New macro.
12782 (strokes-remassoc): Avoid remove-if.
12783 (strokes-fix-button2-command): Don't use ad-do-it.
12784 (strokes-insinuate): New function.
12785 (strokes-button-press-event-p, strokes-button-release-event-p):
12786 New functions, used instead of non-`strokes-' versions..
12787 (strokes-mouse-event-p): Rewritten.
12788 (strokes-event-closest-point): Avoid event-point.
12789 (strokes-get-grid-position): Avoid cdadr, caadr
12790 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
12791 functions.
12792 (strokes-help): Use with-output-to-temp-buffer.
12793 (strokes-window-configuration-changed-p): New function.
12794 (strokes-update-window-configuration): Use buffer-live-p,
12795 strokes-window-configuration-changed-p.
12796 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
12797 (strokes-char-face): New face.
12798 (strokes-char-table, strokes-base64-chars): New variable.
12799 (strokes-xpm-for-stroke, strokes-list-strokes)
12800 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
12801 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
12802 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
12803 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
12804 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
12805 functions.
12806
128072000-09-15 Gerd Moellmann <gerd@gnu.org>
12808
12809 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
12810
12811 * image.el (create-image): Doc fix.
12812
12813 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
12814 instead of `:heuristic-mask t'.
12815
128162000-09-14 Andrew Innes <andrewi@gnu.org>
12817
12818 * makefile.w32-in: Revert to Unix line endings.
12819
128202000-09-14 Andrew Innes <andrewi@gnu.org>
12821
12822 * makefile.w32-in: Add bootstrap support. Also copy lisp source
12823 when installing.
12824
12825 * makefile.nt (DONTCOMPILE): Fix typo.
12826
12827 * shell.el (shell-write-history-on-exit): New function.
12828 (shell-dumb-shell-regexp): New custom variable.
12829 (shell-mode): Make shell-write-history-on-exit the process
12830 sentinel if shell name matches shell-dumb-shell-regexp.
12831
12832 * w32-fns.el: Comment out before-init-hook function which resets
12833 source-directory based; this breaks bootstrap.
12834
128352000-09-14 Dave Love <fx@gnu.org>
12836
12837 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
12838 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
12839 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
12840 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
12841 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
12842 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
12843 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
12844 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
12845 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
12846
12847 * toolbar/toolbar.el: New.
12848
12849 * subdirs.el: Add toolbar.
12850
128512000-09-14 Gerd Moellmann <gerd@gnu.org>
12852
12853 * indent.el (indent-for-tab-command): Doc fix.
12854
128552000-09-14 Alex Schroeder <alex@gnu.org>
12856
12857 * ansi-color.el (ansi-colors): Doc change.
12858 (ansi-color-get-face): Simplified regexp.
12859 (ansi-color-faces-vector): Added more faces, doc change.
12860 (ansi-color-names-vector): Doc change.
12861 (ansi-color-regexp): Simplified regexp.
12862 (ansi-color-parameter-regexp): New regexp.
12863 (ansi-color-filter-apply): Doc change.
12864 (ansi-color-filter-region): Doc change.
12865 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
12866 deal with zero length parameters.
12867 (ansi-color-apply-on-region): Doc change.
12868 (ansi-color-map): Doc change.
12869 (ansi-color-map-update): Removed debugging message.
12870 (ansi-color-get-face-1): Added condition-case to trap
12871 args-out-of-range errors.
12872 (ansi-color-get-face): Doc change.
12873 (ansi-color-make-face): Removed.
12874 (ansi-color-for-shell-mode): New option.
12875
128762000-09-13 Kenichi Handa <handa@etl.go.jp>
12877
12878 * international/quail.el (quail-start-translation): Translate KEY
12879 if necessary even if it doesn't have any mapping in the current
12880 input method.
12881 (quail-start-conversion): Likewise.
12882 (quail-help): The output message is improved.
12883
128842000-09-13 Miles Bader <miles@gnu.org>
12885
12886 * comint.el (comint-output-filter): Revert to using
12887 `insert-before-markers'. Add bletcherous hack to undo damage
12888 caused by `insert-before-markers'. Put `front-sticky' property on
12889 overlays created here so that the field code understands how the
12890 overlay works. Use a let when making comint-last-prompt-overlay,
12891 so that the code is easier to read.
12892
128932000-09-13 Dave Love <fx@gnu.org>
12894
12895 * wid-edit.el (widget-default-format-handler): DTRT when
12896 doc-property is a function.
12897
128982000-09-12 Francesco Potorti` <pot@gnu.org>
12899
12900 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
12901 filed name if it's not there.
12902
129032000-09-12 Dave Love <fx@gnu.org>
12904
12905 * simple.el (read-mail-command): Doc fix.
12906 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
12907
12908 * vc.el (vc-dired-listing-switches): Fix :version.
12909
12910 * vc-hooks.el: Doc fixes.
12911
12912 * subr.el (add-minor-mode): Use toggle-fun arg.
12913
12914 * speedbar.el: Add :version to several defcustoms.
12915
12916 * imenu.el (imenu--truncate-items, imenu--cleanup)
12917 (imenu--generic-function): Avoid mapcar.
12918 (imenu--replace-spaces): Function removed.
12919 (imenu--completion-buffer): Use subst-char-in-string.
12920 (imenu-add-to-menubar): Use keymap inheritance.
12921
129222000-09-12 Miles Bader <miles@gnu.org>
12923
12924 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
12925 (diff-mode-map): Bind `diff-test-hunk'.
12926 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
12927
129282000-09-11 Gerd Moellmann <gerd@gnu.org>
12929
12930 * bytecomp.el (byte-compile-defvar): Undo last change
12931 because it breaks '(make-variable-buffer-local (defvar ...)'
12932 which is used at least in dired.
12933
129342000-09-12 Kenichi Handa <handa@etl.go.jp>
12935
12936 * international/quail.el (quail-define-package): Docstring
12937 modified.
12938
129392000-09-12 Kenichi Handa <handa@etl.go.jp>
12940
12941 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
12942 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
12943 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
12944 docstring of "chinese-py".
12945
12946 * international/quail.el (quail-translation-docstring): New
12947 variable.
12948 (quail-show-keyboard-layout): Docstring modified.
12949 (quail-select-current): Likewise.
12950 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
12951 infinite recursive call.
12952 (quail-help): Check quail-translation-docstring. Format of the
12953 output changed.
12954 (quail-help-insert-keymap-description): Adjusted for the above
12955 change.
12956
129572000-09-11 Gerd Moellmann <gerd@gnu.org>
12958
12959 * bytecomp.el (byte-compile-defvar): Only cons onto
12960 current-load-list in top-level forms. Else this leaks a cons cell
12961 every time a defun is called.
12962
129632000-09-11 Miles Bader <miles@lsi.nec.co.jp>
12964
12965 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
12966 Now understands non-unified diffs. Some functionality moved into
12967 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
12968 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
12969 modify anything. Only reposition point in the patched file if the
12970 patch succeeds. Only pop up another window if POPUP is true.
12971 Emit a message describing what happened if successful, and at what
12972 line-offset. Automatically detect reversed hunks and do something
12973 appropriate.
12974 (diff-hunk-text, diff-find-text): New functions.
12975 (diff-filter-lines): Function removed.
12976 (diff-test-hunk): New function.
12977 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
12978
129792000-09-10 Dave Love <fx@gnu.org>
12980
12981 * textmodes/tildify.el: Minor doc/commentary fixes.
12982 (tildify) <defgroup>: Add :version.
12983
12984 * faces.el (face-x-resources): Make custom type more specific.
12985 (frame-background-mode): Use mapc.
12986 (region) <defcustom>: Add :version.
12987
129882000-09-08 Stefan Monnier <monnier@cs.yale.edu>
12989
12990 * vc-sccs.el (vc-sccs-register):
12991 * vc-rcs.el (vc-rcs-register):
12992 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
12993 * vc.el (vc-register): Clear file's properties.
12994
129952000-09-08 Gerd Moellmann <gerd@gnu.org>
12996
12997 * faces.el (face-spec-set): Only face-spec-reset-face when
12998 ATTRS is non-nil.
12999
130002000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13001
13002 * help.el (help-insert-xref-button): Fix a typo in doc string.
13003
130042000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
13005
13006 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13007 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
13008 methods.
13009
13010 * menu-bar.el (read-mail-item-name): New function.
13011 (menu-bar-tools-menu): Use it to compute and display the package
13012 used to read email.
13013 (menu-bar-tools-menu): Fix typo in GUD's help string.
13014
130152000-09-07 Dave Love <fx@gnu.org>
13016
13017 * diff-mode.el (diff-mouse-goto-source): New function.
13018
13019 * vc-sccs.el: Doc fixes.
13020 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
13021
13022 * vc-rcs.el: Doc fixes.
13023 (vc-rcs-register-switches, vc-rcs-checkin-switches)
13024 (vc-rcs-checkout-switches, vc-rcs-header)
13025 (vc-rcs-master-templates): Add or change :version.
13026
13027 * vc-cvs.el: Doc fixes.
13028 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
13029 (vc-cvs-stay-local): Add :version.
13030
13031 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
13032
130332000-09-07 Kenichi Handa <handa@etl.go.jp>
13034
13035 * international/quail.el (quail-help): Fix previous change.
13036
130372000-09-07 Gerd Moellmann <gerd@gnu.org>
13038
13039 * faces.el (color-values): Doc fix.
13040
13041 * faces.el (frame-set-background-mode): Use frame-parameter
13042 instead of frame-parameters.
13043
13044 * frame.el (filtered-frame-list): Reduce consing.
13045 (frames-on-display-list): Call frame-parameter instead of
13046 frame-parameters.
13047
130482000-09-07 Kenichi Handa <handa@etl.go.jp>
13049
13050 * language/devan-util.el (devanagari-to-indian-region): In the
13051 loop, change the following char, not preceding char.
13052
130532000-09-07 Gerd Moellmann <gerd@gnu.org>
13054
13055 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
13056 instead of frame-parameters.
13057
13058 * faces.el (set-face-attribute): Simplify by calling
13059 internal-set-lisp-face-attribute with FRAME being 0.
13060
13061 * vc.el: Remove `Id' version control keyword.
13062
130632000-09-07 Kenichi Handa <handa@etl.go.jp>
13064
13065 * help.el (help-make-xrefs): Adjusted for the change of
13066 help-xref-mule-regexp.
13067 (help-insert-xref-button): New function.
13068
13069 * international/mule-cmds.el (help-xref-mule-regexp-template):
13070 Include the pattern for character set.
13071 (leim): New group.
13072
13073 * international/quail.el: Don't require face.
13074 (quail): New group.
13075 (quail-other-command): Dummy command to make quail-help work better.
13076 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
13077 (quail-keyboard-layout-substitution): New variable.
13078 (quail-update-keyboard-layout): New function.
13079 (quail-keyboard-layout-type): New customizable variable.
13080 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
13081 (quail-keyboard-translate): Pay attention to
13082 quail-keyboard-layout-substitution.
13083 (quail-insert-kbd-layout): New function.
13084 (quail-show-keyboard-layout): New function.
13085 (quail-get-translation): If the definition is a vector of length
13086 1, and the element is a string of length 1, return the character
13087 in that string.
13088 (quail-update-current-translations): Fix the case of
13089 relative-index out of range.
13090 (quail-build-decode-map, quail-insert-decode-map): New Functions.
13091 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
13092 Show key sequences for all available characters.
13093 (quail-help-insert-keymap-description): Don't show such verbose
13094 key bindings as quail-self-insert-command.
13095
13096 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13097 Format changed, and each element now have extra documentations.
13098 (tit-process-header): Delete invalid characters from TIT-PROMPT.
13099 Adjusted for the change of quail-cxterm-package-ext-info.
13100
131012000-09-06 Gerd Moellmann <gerd@gnu.org>
13102
13103 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
13104 requiring it leads to a recursive loading of vc.el and vc-hooks.el
13105 during bootstrap.
13106
131072000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13108
13109 * vc.el: (toplevel): Don't require `dired' at run-time.
13110 (vc-dired-resynch-file): Remove autoload cookie.
13111
131122000-09-05 Andre Spiegel <spiegel@gnu.org>
13113
13114 * vc.el: Made several backend functions optional.
13115 (vc-default-responsible-p): New function.
13116 (vc-merge): Use RET for first version to trigger merge-news, not
13117 prefix arg.
13118 (vc-annotate): Handle backends that do not support annotation.
13119 (vc-default-merge-news): Removed. The existence of a merge-news
13120 implementation is now checked on caller sites.
13121
13122 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
13123 case.
13124
13125 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
13126 special case that has been removed from the default in vc-hooks.el.
13127
131282000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13129
13130 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
13131
131322000-09-05 Andre Spiegel <spiegel@gnu.org>
13133
13134 * vc-hooks.el: Require vc during compilation.
13135 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
13136 macro `with-vc-properties' in vc.el.
13137 (vc-file-getprop): Doc fix.
13138 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
13139
13140 * vc.el: Require dired-aux during compilation.
13141 (vc-name-assoc-file): Moved to vc-sccs.el.
13142 (with-vc-properties): New macro.
13143 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
13144 vc-finish-steal): Use it.
13145 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
13146 to the backend-specific function is now supposed to do the checkout,
13147 too.
13148 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
13149
13150 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
13151 set file properties; that gets done in the generic code now.
13152
13153 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
13154 Changed parameter list, added code from vc.el that does the
13155 checkout, possibly with a double-take.
13156
13157 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
13158 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
13159 the above under the new name.
13160 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
13161 parameter list, added checkout command.
13162 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
13163 properties; that gets done in the generic code now.
13164
131652000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13166
13167 * vc.el: Docstring fixes (courtesy of checkdoc).
13168
131692000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13170
13171 * vc.el (vc-checkout-writable-buffer-hook)
13172 (vc-checkout-writable-buffer): Remove.
13173 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
13174 (vc-log-mode): Make it into a clean derived major mode.
13175 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
13176 vc-log-mode if log-edit is not available.
13177 (vc-dired-mode-map): Don't set-keymap-parent yet.
13178 (vc-dired-mode): Do set-keymap-parent here.
13179 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
13180
131812000-09-05 Gerd Moellmann <gerd@gnu.org>
13182
13183 * faces.el (set-face-attribute, face-spec-reset-face)
13184 (face-spec-set): Avoid consing by removing calls to `apply'.
13185
13186 * frame.el (frame-parameter): Move to C code.
13187
131882000-09-05 Dave Love <fx@gnu.org>
13189
13190 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
13191 insert-before-markers-and-inherit. Now checked systematically!
13192
131932000-09-05 Alex Schroeder <alex@gnu.org>
13194
13195 * sql.el (sql-postgres): Use sql-postgres-options.
13196 (sql-postgres-options): New variable.
13197
131982000-09-05 Alex Schroeder <alex@gnu.org>
13199
13200 * sql.el (sql-mode-menu): Work around missing variable mark-active
13201 in XEmacs.
13202 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
13203 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
13204 compatibility.
13205
132062000-09-04 Gerd Moellmann <gerd@gnu.org>
13207
13208 * vc.el (vc-dired-resynch-file): Add autoload cookie.
13209
13210 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
13211
13212 * Makefile.in (DONTCOMPILE): Fix typo in file name.
13213
132142000-09-04 Andre Spiegel <spiegel@gnu.org>
13215
13216 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
13217 don't support anything else under SCCS yet.
13218
13219 * vc-hooks.el: Minor doc fixes.
13220
132212000-09-04 Andre Spiegel <spiegel@gnu.org>
13222
13223 * vc.el (vc-next-action-on-file): Do not visit the file if it's
13224 not necessary. If verbose in state `needs-patch', do the same as
13225 under `up-to-date'. When NOT verbose and `needs-patch', check out
13226 latest version instead of `merge-news'.
13227 (vc-next-action-dired): Don't mess with default-directory here; it
13228 breaks other parts of dired. It is the job of the
13229 backend-specific functions to adjust it temporarily if they need it.
13230 (vc-next-action): Remove a special CVS case.
13231 (vc-clear-headers): New optional arg FILE.
13232 (vc-checkin, vc-checkout): Set properties vc-state and
13233 vc-checkout-time properly.
13234 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
13235 (vc-print-log): Use new backend function `show-log-entry'.
13236 (vc-cancel-version): Do the checks in a different order. Added a
13237 FIXME concerning RCS-only code.
13238
13239 * vc-rcs.el (vc-rcs-show-log-entry): New function.
13240 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
13241
13242 * vc-cvs.el (vc-cvs-show-log-entry): New function.
13243
13244 * vc-hooks.el (vc-default-mode-line-string): Show state
13245 `needs-patch' as a `-' too.
13246
132472000-09-04 Andre Spiegel <spiegel@gnu.org>
13248
13249 * vc.el (vc-responsible-backend): New optional arg REGISTER.
13250 (vc-default-could-register): New function.
13251 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
13252 (vc-resynch-buffer): Call vc-dired-resynch-file.
13253 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
13254 vc-resynch-buffer instead of vc-resynch-window.
13255 (vc-next-action-dired): Don't redisplay here, that gets done as a
13256 result of the individual file operations.
13257 (vc-retrieve-snapshot): Corrected prompt order.
13258
13259 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
13260
13261 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
13262 as well.
13263 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
13264 hostname regexps. Updated all callers.
13265 (vc-cvs-responsible-p): Handle directories as well.
13266 (vc-cvs-could-register): New function.
13267 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
13268 properties up-to-date.
13269
13270 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
13271 user whether to create one.
13272
132732000-09-04 Andre Spiegel <spiegel@gnu.org>
13274
13275 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
13276 check out a non-existing file.
13277
13278 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
13279 workfile does not exist.
13280
13281 * vc.el (vc-version-diff): Use `require' to check for existence of
13282 diff-mode.
13283
132842000-09-04 Andre Spiegel <spiegel@gnu.org>
13285
13286 * vc-cvs.el (vc-cvs-registered): Use new function
13287 vc-cvs-parse-entry to do the actual work.
13288
132892000-09-04 Andre Spiegel <spiegel@gnu.org>
13290
13291 * vc-hooks.el (vc-find-backend-function): If function doesn't
13292 exist, return nil instead of error.
13293 (vc-call-backend): Doc fix.
13294
13295 * vc.el (vc-do-command): Doc fix.
13296 (vc-finish-logentry): When checking in from vc-dired, choose the
13297 right backend for logentry check.
13298 (vc-dired-mode-map): Inherit from dired-mode-map.
13299 (vc-dired-mode): Local value of dired-move-to-filename-regexp
13300 simplified.
13301 (vc-dired-state-info): Removed, updated caller.
13302 (vc-default-dired-state-info): Use parentheses instead of hyphens.
13303 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
13304 (vc-dired-listing-switches): New variable.
13305 (vc-directory): Use it, instead of dired-listing-switches.
13306
13307 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
13308 (vc-cvs-dir-state): New function.
13309 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
13310 (vc-cvs-parse-entry): New function, also to be used in
13311 vc-cvs-registered.
13312
133132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13314
13315 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
13316 *or* single-window-frames.
13317
133182000-09-04 Andre Spiegel <spiegel@gnu.org>
13319
13320 * vc.el (vc-update-changelog): Split into generic part and default
13321 implementation. Doc string adapted.
13322 (vc-default-update-changelog): New function. Call the `rcs2log'
13323 script in exec-directory, to fix a long-standing nuisance.
13324
13325 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
13326 simply signals an error.
13327
133282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13329
13330 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
13331 control-flow more clear and to avoid running `cvs' twice.
13332
13333 * vc.el (vc-next-action-on-file): Doc fix.
13334 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
13335 (vc-print-log): Eval `file' before constructing the continuation.
13336
133372000-09-04 Andre Spiegel <spiegel@gnu.org>
13338
13339 * vc.el (vc-next-action-on-file): Corrected several messages.
13340 (vc-merge): Add prefix arg `merge-news'; handle it.
13341
13342 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
13343 is not reached. It is.
13344 (vc-cvs-merge): Set state to 'edited after merge.
13345 (vc-cvs-merge-news): Set workfile version to nil if not known.
13346 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
13347
13348 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
13349 via stdout. (Merge from main line.)
13350
133512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13352
13353 * vc.el (vc-finish-logentry): Thinko in the "same comment"
13354 detection.
13355
133562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13357
13358 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
13359 against kill-all-local-variables.
13360 (vc-log-edit): Don't save vc-parent-buffer any more.
13361 (vc-last-comment-match): Initialize to an empty string.
13362 (vc-post-command-functions): New hook.
13363 (vc-do-command): Run it.
13364 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
13365 (vc-finish-logentry): Only add the comment to the ring if it's
13366 different from the last comment entered.
13367 (vc-new-comment-index): New function.
13368 (vc-previous-comment): Use it. Make the minibuffer message
13369 slightly less terse.
13370 (vc-comment-search-reverse): Make it work forward as well. Don't
13371 set vc-comment-ring-index if no match is found. Use
13372 vc-new-comment-index.
13373 (vc-comment-search-forward): Use vc-comment-search-reverse.
13374 (vc-dired-mode-map): Don't inherit from dired-mode-map since
13375 define-derived-mode will do it for us. Bind `v' to a keymap that
13376 inherits from vc-prefix-map so that we can bind `vt' without
13377 binding C-x v t.
13378 (vc-retrieve-snapshot): Parenthesis typo.
13379
13380 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
13381 to 1. Make sure to switch to *vc* before looking for an error
13382 message. Use vc-parse-buffer.
13383
133842000-09-04 Andre Spiegel <spiegel@gnu.org>
13385
13386 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
13387 and NAME.
13388 (vc-retrieve-snapshot): Split into two parts.
13389 (vc-default-retrieve-snapshot): New function.
13390
13391 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
13392 (vc-cvs-retrieve-snapshot): New function (untested).
13393 (vc-cvs-stay-local): Default to t.
13394 (vc-cvs-remote-p): New function and property.
13395 (vc-cvs-state): Stay local only if the above is t.
13396 (vc-handle-cvs): Removed.
13397 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
13398 done via vc-handled-backends now.
13399 (vc-cvs-header): Escape Id.
13400
134012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13402
13403 * vc.el (vc-do-command): Remove unused commands.
13404 (vc-version-diff): Make sure default-directory ends with a slash.
13405 Move the window commands into a vc-exec-after.
13406 (vc-print-log): Move more of the code into the `vc-exec-after'.
13407
134082000-09-04 Andre Spiegel <spiegel@gnu.org>
13409
13410 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
13411 (vc-print-log): Search current revision from beginning of buffer.
13412 (vc-revert-buffer): Clear echo area after the diff is finished.
13413 (vc-prefix-map): Removed definition of "t" for terse display in vc
13414 dired.
13415 (vc-dired-mode-map): Inherit from dired-mode-map. Added
13416 definition of "vt" for terse display.
13417 (vc-dired-mode): Fix dired-move-to-filename-regexp.
13418
134192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13420
13421 * vc.el (vc-exec-after): Avoid caddr.
13422
134232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13424
13425 * vc.el (vc-exec-after): New function.
13426 (vc-do-command): Use it to add a termination message for async
13427 procs.
13428 (vc-checkout): Try to handle a missing-backend situation.
13429 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
13430 of a directory with a backend using async diffs.
13431 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
13432 present.
13433
13434 * vc-sccs.el (vc-sccs-state-heuristic): Use
13435 file-ownership-preserved-p.
13436
13437 * vc-rcs.el (vc-rcs-state-heuristic): Use
13438 file-ownership-preserved-p.
13439 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
13440
134412000-09-04 Andre Spiegel <spiegel@gnu.org>
13442
13443 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
13444 vc-do-command.
13445
13446 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
13447 when there are no changes.
13448
134492000-09-04 Andre Spiegel <spiegel@gnu.org>
13450
13451 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
13452
13453 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
13454
134552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13456
13457 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
13458
13459 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
13460 the `fset' outside of the defvar so that it works even if
13461 vc-prefix-map was already defined.
13462 (vc-setup-buffer): New function, split out of vc-do-command.
13463 (vc-do-command): Allow BUFFER to be t to mean `just use the
13464 current buffer without any fuss'.
13465 (vc-version-diff): Change the `diff' backend operation to just put
13466 the diff in the current buffer without erasing it. Always use
13467 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
13468 shrink-window-if-larger-than-buffer.
13469 (vc-print-log): Change the `print-log' backend operation to just
13470 put the log in the current buffer without erasing it. Protect
13471 shrink-window-if-larger-than-buffer.
13472 (vc-update-change-log): Fix setd typo.
13473
13474 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
13475 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
13476
13477 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
13478 (vc-rcs-diff): Insert in the current buffer and remove unused arg
13479 CMP.
13480
13481 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
13482 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
13483 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
13484
134852000-09-04 Andre Spiegel <spiegel@gnu.org>
13486
13487 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
13488 not possible, use vc-BACKEND-workfile-unchanged-p.
13489 (vc-default-workfile-unchanged-p): New function. Delegates to a
13490 full vc-BACKEND-diff.
13491
13492 * vc-hooks.el (vc-simple-command): Removed.
13493
13494 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
13495 instead of vc-simple-command.
13496 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
13497 avoid doing a diff when opening a file.
13498 (vc-rcs-state): Added check for unlocked-changes.
13499 (vc-rcs-header): Escape Id.
13500 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
13501 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
13502 version.
13503
13504 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
13505 (vc-sccs-diff): Remove optional arg CMP.
13506 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
13507 SCCS-specific function.
13508
13509 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
13510 vc-simple-command.
13511
135122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13513
13514 * vc.el (vc-editable-p): Renamed from vc-writable-p.
13515 (with-vc-file, vc-merge): Use vc-editable-p.
13516 (vc-do-command): Remove unused var vc-file and fix the
13517 doubly-defined `status' var. Add a user message when starting an
13518 async command.
13519 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
13520 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
13521 Use with-current-buffer.
13522 (vc-buffer-sync): Use unless.
13523 (vc-next-action-on-file): If the file is 'edited by read-only,
13524 make it read-write instead of trying to commit.
13525 (vc-version-diff, vc-update-change-log): Use `setq
13526 default-directory' rather than `cd'.
13527 (vc-log-edit): Don't forget to set default-directory in the
13528 buffer.
13529
13530 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
13531 (vc-sccs-state-heuristic): Use file-writable-p instead of
13532 comparing userids.
13533 (vc-sccs-checkout): Use `unless'.
13534
13535 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
13536 of comparing userids.
13537 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
13538 Simplify the logic by eliminating unreachable code.
13539 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
13540 just do a recursive call if we need to retry.
13541 (vc-rcs-checkout): Handle the case where rcs is missing by making
13542 the buffer read-write if requested and re-signalling the error.
13543
13544 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
13545
135462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13547
13548 * vc-hooks.el (vc-handled-backends): Docstring change.
13549 (vc-ignore-vc-files): Mark obsolete.
13550 (vc-registered): Check vc-ignore-vc-files.
13551 (vc-find-file-hook, vc-file-not-found-hook): Don't check
13552 vc-ignore-vc-files.
13553
13554 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
13555
135562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13557
13558 * vc.el (vc-checkout): Don't do anything special for ange-ftp
13559 files since ange-ftp already has vc-registered return nil.
13560
13561 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
13562 (vc-sccs-workfile-version): Use with-temp-buffer and new
13563 vc-parse-buffer and don't bother setting the property.
13564 (vc-sccs-add-triple): Use with-current-buffer and
13565 find-file-noselect.
13566 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
13567
13568 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
13569 derives from the old vc-parse-buffer but uses the revision number
13570 rather than the date (much easier to compare robustly).
13571 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
13572 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
13573 locking-user more directly. Check strict locking and set
13574 checkout-model appropriately.
13575 (vc-rcs-parse-locks): Remove.
13576 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
13577 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
13578 (vc-rcs-system-release): Use with-current-buffer and
13579 vc-parse-buffer.
13580 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
13581
13582 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
13583 (vc-simple-command): Docstring fix.
13584 (vc-registered): Align the way the file-handler is called with the
13585 way the function itself works.
13586 (vc-file-owner): Remove.
13587
13588 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
13589 extraction of fields and call to file-attributes because of a
13590 temporary bug in rcp.el.
13591 (vc-cvs-fetch-status): Use with-current-buffer.
13592
135932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13594
13595 * vc.el (vc-do-command): Use file-relative-name.
13596 (vc-responsible-backend): Use vc-backend if possible.
13597 (vc-create-snapshot): Improve the `interactive' spec. Add support
13598 for branches and dispatch to backend-specific `create-snapshot'.
13599 (vc-default-create-snapshot): New function, containing the bulk of
13600 the old vc-create-snapshot.
13601 (vc-retrieve-snapshot): Improve the interactive spec.
13602
13603 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
13604 (vc-backend-hook-functions): Remove.
13605 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
13606 (vc-backend): Reintroduce the test for `file = nil' now that I
13607 know why it was there (and added a comment to better remember).
13608
13609 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
13610 code from vc-sccs-hooks.el.
13611 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
13612 'vc anymore.
13613 (vc-sccs-responsible-p): Use expand-file-name instead of concat
13614 and file-directory-p instead of file-exists-p.
13615 (vc-sccs-check-headers): Simplify the regexp.
13616
13617 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
13618 from vc-rcs-hooks.el. Don't require 'vc anymore.
13619 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
13620 file-directory-p instead of file-exists-p.
13621
13622 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
13623 from vc-cvs-hooks.el.
13624 (proto vc-cvs-registered): Require 'vc-cvs instead of
13625 'vc-cvs-hooks. Don't require 'vc anymore.
13626 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
13627 file-directory-p instead of file-exists-p.
13628 (vc-cvs-create-snapshot): New function, replacing
13629 vc-cvs-assign-name.
13630 (vc-cvs-assign-name): Remove.
13631
136322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13633
13634 * vc-cvs.el (vc-cvs-header): New var.
13635
13636 * vc-rcs.el (vc-rcs-exists): Remove.
13637 (vc-rcs-header): New var.
13638
13639 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
13640 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
13641 (vc-sccs-header): New var.
13642
13643 * vc.el (vc-do-command): Get rid of the `last' argument.
13644 (vc-header-alist): Remove, replaced by vc-X-header.
13645 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
13646 (vc-dired-hook): Use expand-file-name instead of concat.
13647 (vc-directory): Use file-name-as-directory.
13648 (vc-snapshot-precondition, vc-create-snapshot)
13649 (vc-retrieve-snapshot): Allow the command to operate on any
13650 directory.
13651
13652 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
13653 just removing the 'WORKFILE argument or by removing the 'MASTER
13654 argument and replacing `file' with (vc-name file).
13655
136562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13657
13658 * vc.el: Update Copyright and add a crude list of backend funs.
13659 (vc-writable-p): New function.
13660 (with-vc-file): Use vc-writable-p.
13661 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
13662 (vc-register): Avoid vc-name.
13663 (vc-locking-user): Remove.
13664 (vc-steal-lock): Make the `owner' arg non-optional.
13665 (vc-merge): Use vc-writable-p instead of vc-locking-user and
13666 vc-checkout-model.
13667 (vc-default-dired-state-info): Use vc-state instead of
13668 vc-locking-user and return special strings for special states.
13669 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
13670 and get rid of one of the special CVS cases.
13671 (vc-cancel-version): prettify error message with \\[...].
13672 (vc-rename-master): New function.
13673 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
13674 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
13675 the CVS special case generic.
13676 (vc-default-record-rename): Remove.
13677 (vc-file-tree-walk-internal): Only call FUNC for files that are
13678 under control of some VC backend and replace `concat' with
13679 expand-file-name.
13680 (vc-file-tree-walk): Update docstring.
13681 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
13682 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
13683
13684 * vc-sccs.el (vc-sccs-rename-file): Renamed from
13685 vc-sccs-record-rename. Use `find-file-noselect' rather than
13686 `find-file' and call `vc-rename-master' to do the actual move.
13687 (vc-sccs-diff): Remove unused `backend' variable.
13688
13689 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
13690 to delay loading of vc-sccs until it is really used.
13691 (vc-sccs-master-templates): Preload.
13692 (vc-sccs-state): Update call to vc-sccs-parse-locks.
13693 (vc-sccs-project-dir): Remove (merged into
13694 vc-sccs-search-project-dir).
13695 (vc-sccs-search-project-dir): Rewrite using file name handling ops
13696 rather than `concat', make sure it is preloaded and don't bother
13697 to check that the file actually exists.
13698 (vc-sccs-parse-locks): Remove unused `file' argument, remove
13699 `locks' argument (use buffer's content instead) and eliminate n^2
13700 behavior.
13701
13702 * vc-rcs.el: Update Copyright.
13703 (vc-rcs-rename-file): New function.
13704 (vc-rcs-diff): Remove unused `backend' variable.
13705
13706 * vc-hooks.el: Update Copyright.
13707 (vc-backend): Don't accept a nil argument any more.
13708 (vc-up-to-date-p): Turn into a defsubst.
13709 (vc-possible-master): New function.
13710 (vc-check-master-templates): Use `vc-possible-master' and allow
13711 funs in vc-X-master-templates to return a non-existent file.
13712
13713 * vc-cvs.el: Update Copyright.
13714 (vc-cvs-diff): Remove unused `backend' variable.
13715 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
13716
13717 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
13718
137192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13720
13721 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
13722 since it can be called from vc-rcs.el.
13723 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
13724
137252000-09-04 Andre Spiegel <spiegel@gnu.org>
13726
13727 * vc.el (vc-version-diff): Expand file name read from the
13728 minibuffer. Handle the case when a previous version number can't
13729 be guessed. Give suitable messages when there were no differences
13730 found.
13731 (vc-clear-headers): Call backend-specific implementation, if one
13732 exists.
13733 (vc-cancel-version): Made error checks generic. When done, clear
13734 headers generically, too.
13735
13736 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
13737 from vc-clear-headers in vc.el.
13738
13739 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
13740 correctly.
13741 (vc-rcs-latest-on-branch-p): Made second argument VERSION
13742 optional. Handle the case when it's not there.
13743
137442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13745
13746 * vc.el (vc-locking-user): Moved from vc-hooks.el.
13747
137482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13749
13750 * vc-hooks.el (vc-loadup): Remove.
13751 (vc-find-backend-function): Use `require'. Also, handle the case
13752 where vc-BACKEND-hooks.el doesn't exist.
13753 (vc-call-backend): Cleanup.
13754
137552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13756
13757 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
13758 vc-rcs-grab-templates)
13759 (vc-rcs-registered): Remove. The default function works as well.
13760 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
13761 vc-sccs-grab-templates)
13762 (vc-sccs-registered): Remove. The default function works as well.
13763
13764 * vc.el (vc-version-diff): Left out a vc- in call to
13765 vc-call-backend.
13766 (vc-default-dired-state-info, vc-default-record-rename)
13767 (vc-default-merge-news): Update for the new backend argument.
13768
13769 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
13770 using the default function.
13771 (vc-call-backend): If calling the default function, pass it the
13772 backend as first argument. Update the docstring accordingly.
13773 (vc-default-state-heuristic, vc-default-mode-line-string): Update
13774 for the new backend argument.
13775 (vc-make-backend-sym): Renamed from vc-make-backend-function.
13776 (vc-find-backend-function): Use the new name.
13777 (vc-default-registered): New function.
13778
137792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13780
13781 * vc.el (vc-merge): Use vc-find-backend-function.
13782
13783 * vc-hooks.el (vc-backend-functions): Remove.
13784 (vc-loadup): Don't setup 'vc-functions.
13785 (vc-find-backend-function): New function.
13786 (vc-call-backend): Use above fun and populate 'vc-functions
13787 lazily.
13788 (vc-backend-defines): Remove.
13789
137902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13791
13792 * vc.el (vc-register): Put a FIXME note for a newly found bug.
13793 Call vc-call-backend without the leading vc-.
13794 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
13795 (vc-check-headers): Call vc-call-backend without the leading vc-.
13796 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
13797 (vc-annotate-display): Replace confusing use of `cond' with `or'.
13798 Call vc-call-backend without the leading vc-.
13799
13800 * vc-cvs.el (tail): Provide vc-cvs.
13801 * vc-sccs.el (tail): Provide vc-sccs.
13802 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
13803
13804 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
13805 (vc-make-backend-function, vc-call): Pass names without leading
13806 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
13807 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
13808 (vc-call-backend): Always try to load vc-X-hooks.
13809 (vc-registered): Remove vc- in call to vc-call-backend.
13810
138112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13812
13813 * vc.el (vc-process-filter): New function.
13814 (vc-do-command): Setup `vc-process-filter' for the async process.
13815 (vc-maybe-resolve-conflicts): New function to reduce
13816 code-duplication. Additionally, it puts the buffer in
13817 `smerge-mode' if applicable.
13818 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
13819 calling `merge-news'.
13820 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
13821 (vc-log-edit): New function. Replacement for `vc-log-mode' by
13822 interfacing to log-edit.el.
13823 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
13824 log-edit is available.
13825 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
13826
138272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13828
13829 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
13830 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
13831 defvar and the initialization.
13832 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
13833
13834 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
13835 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
13836
13837 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
13838
138392000-09-04 Andre Spiegel <spiegel@gnu.org>
13840
13841 * vc.el (vc-file-clear-masterprops): Removed.
13842 (vc-checkin, vc-revert-buffer): Removed calls to the above.
13843 (vc-version-diff): Use buffer-size without argument.
13844 (vc-register): Heed vc-initial-comment.
13845
13846 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
13847 default branch.
13848
13849 * vc-rcs.el (vc-rcs-register): Parse command output to find master
13850 file name and workfile version.
13851 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
13852
13853 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
13854 vc-file-clear-masterprops.
13855
13856 * vc-sccs.el (vc-sccs-checkout): Removed call to
13857 vc-file-clear-masterprops. If writable, set vc-state to 'edited
13858 rather than user login name.
13859
13860
138612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13862
13863 * vc.el (vc-workfile-unchanged-p): Remove unused argument
13864 `want-differences-if-changed' and simplify.
13865 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
13866 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
13867 output (which is invalid for async vc-diff) to decide whether to
13868 do the revert silently or not.
13869
138702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13871
13872 * vc-hooks.el (vc-loadup): Load files quietly.
13873 (vc-call-backend): Oops, brain fart.
13874
138752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13876
13877 * vc-cvs.el (vc-cvs-state): Typo.
13878 (vc-cvs-merge-news): Return the status code rather than the error msg.
13879
138802000-09-04 Andre Spiegel <spiegel@gnu.org>
13881
13882 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
13883 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
13884 vc-state or vc-up-to-date-p.
13885 (vc-merge): Use vc-backend-defines to check whether merging is
13886 possible. Set state to 'edited after successful merge.
13887
13888 * vc-hooks.el (vc-locking-user): If locked by the calling user,
13889 return that name. Redocumented.
13890
138912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13892
13893 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
13894 new `vc-state' semantics.
13895 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
13896 'vc-locking-user to the current user.
13897 (vc-merge): Inline vc-backend-merge. Comment out code that I
13898 don't understand and hence can't adapt to the new `vc-state' and
13899 `vc-locking-user' semantics.
13900 (vc-backend-merge): Remove.
13901
13902 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
13903 rather than 'vc-locking-user.
13904
13905 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
13906
13907 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
13908 (vc-state): Don't use 'reserved any more. Just use the same
13909 convention as the one used for vc-<backend>-state where the
13910 locking user (as a string) is returned.
13911 (vc-locking-user): Update, based on the above convention. The
13912 'vc-locking-user property has disappeared.
13913 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
13914
13915 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
13916 with a heuristic one.
13917 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
13918 (vc-cvs-checkin): Do a trivial parse to set the state in case of
13919 error. That allows us to get to 'needs-merge even in the
13920 stay-local case. There's still no way to detect 'needs-patch in
13921 such a setup (or to force an update for that matter).
13922 (vc-cvs-logentry-check): Remove, the default works as well.
13923
139242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13925
13926 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
13927
13928 * vc.el (vc-do-command): kill-all-local-variables, to reset any
13929 major-mode in which the buffer might have been put earlier. Use
13930 `remove' and `when'. Allow `okstatus' to be `async' and use
13931 `start-process' in this case.
13932 (vc-version-diff): Handle the case where the diff looks empty
13933 because of the use of an async process.
13934
139352000-09-04 Andre Spiegel <spiegel@gnu.org>
13936
13937 * vc.el (vc-next-action-on-file): Removed optional parameter
13938 `simple'. Recompute state unconditionally.
13939 (vc-default-toggle-read-only): Removed.
13940
13941 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
13942 (vc-toggle-read-only): Undid prev change.
13943
13944 * vc-cvs.el (vc-cvs-stay-local): Renamed from
13945 vc-cvs-simple-toggle. Redocumented.
13946 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
13947 (vc-cvs-toggle-read-only): Removed.
13948
139492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13950
13951 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
13952 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
13953 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
13954 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
13955 still is. So maybe it should be removed.
13956 (vc-head-version, vc-find-binary): Remove.
13957 (vc-recompute-state): Move from vc-hooks.el.
13958 (vc-next-action-on-file): Add a `simple' argument to allow
13959 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
13960 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
13961 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
13962 (vc-dired-mode-map): Properly defvar it.
13963 (vc-print-log): Call log-view-mode if available.
13964 (small-temporary-file-directory): defvar instead of use boundp.
13965 (vc-merge-news): Moved to vc-cvs.el.
13966 (vc-default-merge-news): New function.
13967
13968 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
13969 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
13970 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
13971 unknown `vc-latest-version' function. It should probably refer to
13972 vc-workfile-version or somesuch, but it's very unclear to me and I
13973 don't have SCCS to test things.
13974
13975 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
13976 (vc-sccs-state-heuristic): Fix typo.
13977 (vc-sccs-workfile-unchanged-p): Add missing argument.
13978
13979 * vc-rcs.el: Require vc and vc-rcs-hooks.
13980 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
13981 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
13982 (vc-release-greater-or-equal-p): Move from vc.
13983 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
13984 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
13985 (vc-rcs-checkout): Add a missing `new-version' argument in the
13986 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
13987
13988 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
13989 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
13990 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
13991 than the apparently unbound `workfile-version'.
13992
13993 * vc-hooks.el (vc-master-templates): Def the obsolete var.
13994 (vc-file-prop-obarray): Use `make-vector'.
13995 (vc-backend-functions): Add new hookable functions
13996 vc-toggle-read-only, vc-record-rename and vc-merge-news.
13997 (vc-loadup): If neither backend nor default functions exist, use
13998 the backend function rather than nil.
13999 (vc-call-backend): If the function if not bound yet, try to load
14000 the non-hook file to see if it provides it.
14001 (vc-call): New macro plus use it wherever possible.
14002 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14003 nor `vc-find-binary' since it's only called from
14004 vc-mistrust-permission which is only used once the backend is known.
14005 (vc-checkout-model): Fix parenthesis.
14006 (vc-recompute-state, vc-prefix-map): Move to vc.el.
14007
14008 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
14009 (vc-cvs-release, vc-cvs-system-release): Remove.
14010 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
14011 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
14012 status symbols.
14013 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
14014 (vc-cvs-toggle-read-only): First cut at a function to allow a
14015 cvs-status-free vc-toggle-read-only.
14016 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
14017 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
14018 vc-cvs-status. Also set vc-state rather than vc-locking-user.
14019 (vc-cvs-checkout): Modify access rights directly if the user
14020 requested not to use `cvs edit'. And refresh the mode line.
14021
14022 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
14023 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
14024
140252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14026
14027 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
14028 workfile' that got lost when the code was extracted from vc.el.
14029 And merged the tail with the rest of the code (not possible in the
14030 old vc.el where the tail was shared among all backends). And
14031 explicitly set the state to 'edited if `writable' is set.
14032
14033 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
14034 (vc-cvs-state): Be careful to return the value from
14035 vc-cvs-parse-state.
14036 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
14037 property but return it instead. Also be careful to handle a nil
14038 or "" `rev' when workfile is non-nil (it was handled properly when
14039 workfile was nil).
14040
14041 * vc.el: Removed those pesky unnecessary `(function' quotes.
14042 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
14043 directly in the defvar.
14044 (vc-do-command): Bind inhibit-read-only so as to properly handle
14045 the case where the destination buffer has been made read-only.
14046 (vc-diff): Delegate to vc-version-diff in all cases.
14047 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
14048 (vc-annotate-mode-variables): Removed (code moved partly to
14049 defvars and partly to vc-annotate-add-menu).
14050 (vc-annotate-mode): Turned into a derived-mode.
14051 (vc-annotate-add-menu): Moved in code in
14052 vc-annotate-mode-variables.
14053 (vc-update-change-log): Use make-temp-file if available.
14054
140552000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
14056
14057 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
14058 `vc-checkout-model' updated to `vc-cvs-update-model'.
14059
140602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14061
14062 * vc.el (vc-next-action-on-file): Added handling of state
14063 `unlocked-changes'.
14064 (vc-checkout-carefully): Is now practically obsolete, unless the
14065 above is too slow to be enabled unconditionally.
14066 (vc-update-change-log): Fixed typo.
14067
14068 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
14069
14070 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
14071 Now handles state `unlocked-changes'.
14072 (vc-sccs-workfile-unchanged-p): New function, to support the above.
14073
14074 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
14075
14076 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
14077 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
14078 `unlocked-changes'.
14079 (vc-rcs-workfile-unchanged-p): Renamed from
14080 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
14081 function yet, but supposed to become one soon.
14082
14083 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
14084 `vc-steal-lock'.
14085 (vc-call-backend): Changed error message.
14086 (vc-state): Added description of state `unlocked-changes'.
14087
140882000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14089
14090 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
14091 always return t in CVS-controlled directories.
14092
14093 * vc.el (vc-responsible-backend): New function.
14094 (vc-register): Largely rewritten.
14095 (vc-admin): Removed (implementation moved into vc-register).
14096 (vc-checkin): Redocumented.
14097 (vc-finish-logentry): If no backend defined yet (because we are in
14098 the process of registering), use the responsible backend.
14099
14100 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14101 Updated function lists.
14102 (vc-call-backend): Fixed typo.
14103
14104 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
14105 New functions.
14106 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
14107 Removed query option. Redocumented.
14108
141092000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14110
14111 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
14112
14113 * vc.el: Updated callers of `vc-checkout-required' to use
14114 `vc-checkout-model'.
14115
141162000-09-04 Martin Lorentzson <martinl@gnu.org>
14117
14118 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
14119 stuff updated to reference this function instead of the old
14120 `vc-backend-release-p'.
14121
141222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14123
14124 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
14125 vc-checkout-model. Return appropriate values. Updated callers.
14126
141272000-09-04 Martin Lorentzson <martinl@gnu.org>
14128
14129 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
14130 (vc-backend-revert): Function moved into `vc-revert';
14131 `vc-next-action' must be updated to accomodate this change.
14132 (vc-backend-steal): Function moved into `vc-finish-steal'.
14133 (vc-backend-logentry-check): Function moved into
14134 `vc-finish-logentry'.
14135 (vc-backend-printlog): Function moved into `vc-print-log'.
14136 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
14137 (vc-backend-assign-name): Function moved into
14138 `vc-create-snapshot'.
14139
141402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14141
14142 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
14143 Rename to vc-checkout-model. Return appropriate values.
14144 Update callers.
14145
14146 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
14147 to vc-checkout-model.
14148 (vc-checkout-required): Rename to vc-checkout-model.
14149 Re-implement and re-comment.
14150 (vc-after-save): Use vc-checkout-model.
14151
141522000-09-04 Martin Lorentzson <martinl@gnu.org>
14153
14154 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
14155 Update to use the vc-BACKEND-diff functions instead.
14156 `vc-diff' is now working.
14157
14158 * vc-rcs.el (vc-rcs-logentry-check): New function.
14159
14160 * vc-cvs.el (vc-cvs-logentry-check): New function.
14161
14162 * vc-sccs.el (vc-sccs-diff): Function changed name from
14163 `vc-backend-diff'. This makes `vc-diff' work.
14164
14165 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
14166 of functions possibly implemented in a vc-BACKEND library.
14167 (vc-checkout-required): Fix bug that caused an error to be
14168 signaled during `vc-after-save'.
14169
14170 * vc.el: Fix typo.
14171 This checkin is made with our new VC code base for the very first time.
14172 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
14173
14174 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
14175 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
14176
14177 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
14178 updated to `vc-uses-locking'.
14179 (vc-checkout-required): Call to backend function.
14180 `vc-checkout-required' updated to `vc-uses-locking' instead.
14181
14182 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
14183 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
14184
14185 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
14186 to match the split into various backends.
14187 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
14188 (vc-retrieve-snapshot): Bug fix.
14189
141902000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14191
14192 * vc-sccs.el (vc-sccs-release): Doc fix.
14193
141942000-09-04 Martin Lorentzson <martinl@gnu.org>
14195
14196 * vc.el (vc-next-action-on-file): Bug found and fixed.
14197 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
14198 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
14199
14200 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
14201 (vc-rcs-checkout): Name space cleaned up. No more revision number
14202 crunching function names that are not prefixed with vc-rcs.
14203 (vc-rcs-checkout-model): Function added. References to
14204 `vc-checkout-model' replaced.
14205
142062000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14207
14208 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
14209 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
14210 still need to be split, and implemented for RCS).
14211
142122000-09-04 Martin Lorentzson <martinl@gnu.org>
14213
14214 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
14215
14216 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
14217 required by the vc.el file.
14218
14219 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
14220 required by the vc.el file.
14221 (vc-rcs-exists): Function added.
14222
14223 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
14224 required by the vc.el file.
14225
14226 * vc.el (vc-admin): Updated to handle selection of appropriate
14227 backend. Current implementation is crufty and need re-thinking.
14228
14229 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
14230
142312000-09-04 Martin Lorentzson <martinl@gnu.org>
14232
14233 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
14234 beginning of annotate buffers correctly.
14235
14236 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
14237 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
14238 functionality updated quite a lot to support multiple backends.
14239 Variables `vc-annotate-mode', `vc-annotate-buffers',
14240 `vc-annotate-backend' added.
14241
14242 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
14243 `vc-annotate-difference' added to supported backend functions.
14244
142452000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14246
14247 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
14248 Use with-temp-file instead of /bin/sh. Merged from mainline
14249
142502000-09-04 Martin Lorentzson <martinl@gnu.org>
14251
14252 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
14253
14254 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
14255
14256 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
14257
142582000-09-04 Martin Lorentzson <martinl@gnu.org>
14259
14260 * vc-hooks.el: vc-state-heuristic added to
14261 vc-backend-hook-functions.
14262
14263 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
14264
14265 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
14266
14267 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
14268 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
14269 state to `reserved'.
14270
14271 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
14272 `vc-checkout-required'. Rename the `locked' state to `reserved'.
14273
142742000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14275
14276 * vc-rcs-hooks.el: Implement new state model. Hardly anything
14277 untouched.
14278
14279 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
14280
14281 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
14282 if defined. (Merged from main line, slightly adapted.)
14283
14284 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
14285 millenium problem (merged from mainline).
14286
142872000-09-04 Martin Lorentzson <martinl@gnu.org>
14288
14289 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
14290 part and moved the non-BACKEND stuff to vc.el.
14291
14292 * vc.el: Split the annotate feature into a BACKEND specific part
14293 and moved it from the vc-cvs.el file to this one.
14294
142952000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14296
14297 * vc-hooks.el: Implement new state model.
14298 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
14299 (vc-locking-user): Simplify. Now only needed if the file is
14300 locked by somebody else.
14301 (vc-lock-from-permissions): Remove. Functionality is in
14302 vc-sccs-hooks.el and vc-rcs-hooks.el now.
14303 (vc-mode-line-string): New name for former vc-status. Adapted.
14304 (vc-mode-line): Adapt to use the above. Remove optional parameter.
14305
14306 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
14307 Various simplifications and adaptations all over the place.
14308
14309 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
14310 Simplify and adapt the rest.
14311
14312 * vc.el (vc-resynch-window): Add TODO comment: check for
14313 interaction with view mode according to recent RCS change.
14314 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
14315
143162000-09-04 Martin Lorentzson <martinl@gnu.org>
14317
14318 * vc.el: Convert the remaining function comments to docstrings.
14319
143202000-09-04 Martin Lorentzson <martinl@gnu.org>
14321
14322 * vc.el (vc-backend-release, vc-release-greater-or-equal)
14323 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
14324 (vc-minor-part, vc-previous-version): Functions that operate and
14325 compare revision numbers got proper documentation. Comments added
14326 about their possible removal.
14327
143282000-09-04 Martin Lorentzson <martinl@gnu.org>
14329
14330 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
14331 the vc-backend.el files.
14332
14333 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
14334
14335 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
14336 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
14337 (vc-rcs-previous-version): Functions added.
14338
14339 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
14340
14341 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
14342
143432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14344
14345 * vc-hooks.el (vc-master-templates): Is really obsolete.
14346 Comment out the definition for now. What is the right procedure
14347 to get rid of it?
14348 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
14349 rewritten.
14350 (vc-default-registered): Remove.
14351 (vc-check-master-templates): New function; does mostly what the
14352 above did before.
14353 (vc-locking-user): Don't rely on the backend to set the property.
14354
14355 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
14356 Rewrite documentation.
14357 (vc-rcs-templates-grabbed): New variable.
14358 (vc-rcs-grab-templates): New function.
14359 (vc-rcs-registered): Rewrite to use above mechanism.
14360
14361 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
14362 Rewrite documentation.
14363 (vc-sccs-templates-grabbed): New variable.
14364 (vc-sccs-grab-templates): New function.
14365 (vc-sccs-registered): Rewrite to use above mechanism.
14366 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
14367 Don't throw the result, simply return it.
14368
14369 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
14370 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
14371 (vc-cvs-registered): Does the check itself now. Simplify.
14372
14373 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
14374 from main line.
14375
143762000-09-04 Martin Lorentzson <martinl@gnu.org>
14377
14378 * vc-cvs.el (vc-cvs-diff): New function.
14379
14380 * vc-sccs.el (vc-sccs-diff): New function.
14381
14382 * vc-rcs.el (vc-rcs-diff): New function.
14383 (vc-rcs-checkout): Bug (typo) found and fixed.
14384 (vc-rcs-register-switches): New variable.
14385
14386 * vc.el (vc-backend-diff): Function removed and placed in the
14387 backend files.
14388
143892000-09-04 Martin Lorentzson <martinl@gnu.org>
14390
14391 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
14392
14393 * vc.el (vc-backend-checkout): Function removed and replaced in
14394 the vc-backend.el files.
14395
14396 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
14397
14398 * vc.el (vc-backend-admin): Removed and replaced in the
14399 vc-backend.el files.
14400
14401 * vc.el (Martin): Removed all the annotate functionality since it
14402 is CVS backend specific.
14403
144042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14405
14406 * spec.txt: Added specification of vc-state.
14407
14408 * vc-sccs-hooks.el (vc-sccs-master-properties):
14409 Remove handling of vc-latest-version and
14410 vc-your-latest-version. What used to be vc-latest-version, is now
14411 returned as vc-workfile-version.
14412 (vc-sccs-workfile-version): Adapt.
14413
144142000-09-04 Dave Love <fx@gnu.org>
14415
14416 * vc.el: [Merged from mainline.]
14417 (vc-dired-mode): Make the dired-move-to-filename-regexp
14418 regexp match the date, to avoid treating date as file size.
14419 Add YYYY S option to WESTERN/
14420
144212000-09-04 Dave Love <fx@gnu.org>
14422
14423 * vc.el: Require `compile' when compiling.
14424 (vc-logentry-check-hook): New option.
14425 (vc-steal-lock): Use compose-mail.
14426 (vc-dired-mode-map): Defvar when compiling.
14427 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
14428 vc-sccs.el and renamed. Callers changed.
14429 (vc-backend-checkout, vc-backend-logentry-check)
14430 (vc-backend-merge-news): Doc fix.
14431 (vc-default-logentry-check): New function.
14432 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
14433 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
14434 (vc-backend-merge): Doc fix. Use backend functions.
14435 (vc-check-headers): Use backend functions.
14436
14437 * vc-cvs.el: Require vc when compiling.
14438 (vc-cvs-register-switches): Doc fix.
14439 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
14440 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
14441 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
14442 New functions (code from vc.el).
14443 (vc-annotate-display-default): Fix interactive spec.
14444 (vc-annotate-time-span): Doc fix.
14445
14446 * vc-rcs.el: Require vc when compiling.
14447 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
14448 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
14449 (vc-rcs-checkin): New functions (code from vc.el).
14450 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
14451 Doc fix.
14452 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
14453
14454 * vc-sccs.el: Require vc when compiling.
14455 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
14456 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
14457 (vc-sccs-revert)
14458 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
14459 from vc.el).
14460 (vc-sccs-add-triple, vc-sccs-record-rename)
14461 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
14462 (vc-sccs-admin): Doc fix.
14463
144642000-09-04 Martin Lorentzson <martinl@gnu.org>
14465
14466 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
14467 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
14468 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
14469 from vc.el.
14470
14471 * vc-sccs.el (vc-admin-sccs): Added from vc.el
14472
14473 * vc-cvs.el: Moved the annotate functionality from vc.el.
14474 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
14475
144762000-09-04 Dave Love <fx@gnu.org>
14477
14478 * vc.el (vc-backend-release): Call vc-system-release.
14479
14480 * vc-sccs.el (vc-sccs-system-release):
14481 Renamed from vc-sccs-backend-release.
14482
14483 * vc-rcs.el (vc-rcs-system-release):
14484 Renamed from vc-rcs-backend-release.
14485
14486 * vc-cvs.el (vc-cvs-system-release):
14487 Renamed from vc-cvs-backend-release.
14488
144892000-09-04 Dave Love <fx@gnu.org>
14490
14491 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
14492 backend files.
14493 (vc-backend-release): Dispatch to backend functions.
14494 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
14495 probably needs attention.]
14496
14497 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
14498 (vc-sccs-backend-release): New function.
14499
14500 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
14501 (vc-cvs-backend-release): New function.
14502
14503 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
14504 Doc fix.
14505 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
14506 (vc-default-dired-state-info): New function.
14507 (vc-dired-state-info): Dispatch to backends.
14508 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
14509
14510 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
14511 from vc.el and renamed.
14512
145132000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14514
14515 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
14516 (vc-version-other-window, vc-backend-assign-name): Removed
14517 references to vc-latest-version; sometimes changed into
14518 vc-workfile-version.
14519
14520 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
14521 vc-rcs-master-workfile-version.
14522 (vc-rcs-workfile-version): Use the above. Don't call
14523 vc-latest-version (that was unreachable code, anyway).
14524 (vc-rcs-fetch-master-properties): Doc fix.
14525
14526 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
14527 (vc-backend-hook-functions): Removed them from this list, too.
14528 (vc-fetch-properties): Removed.
14529 (vc-workfile-version): Doc fix.
14530
14531 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
14532 (vc-rcs-workfile-version, vc-rcs-locking-user)
14533 (vc-rcs-uses-locking): Use it.
14534
14535 * vc-hooks.el (vc-consult-rcs-headers):
14536 Moved into vc-rcs-hooks.el, under the name
14537 vc-rcs-consult-headers.
14538
14539 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
14540 headers.
14541 (vc-cvs-find-master): Use this name only; correct different
14542 versions of the name.
14543
14544 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
14545 New functions.
14546 (vc-sccs-locking-user): Use the latter.
14547
14548 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
14549 New functions.
14550
14551 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
14552 Moved into both
14553 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
14554 functions are implementation details of those two backends.
14555
145562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14557
14558 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
14559 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
14560
14561 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
14562 (vc-sccs-parse-locks): SCCS-specific code moved here from
14563 vc-hooks.
14564
14565 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
14566 code moved here from vc-hooks.
14567
14568 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
14569 into back-end specific parts and removed. Callers not updated
14570 yet; because I guess these callers will disappear into back-end
14571 specific files anyway.
14572
145732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14574
14575 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
14576 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
14577 `vc-uses-locking'.
14578
14579 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
14580 Store yes/no in the property, and return t/nil. Updated all
14581 callers.
14582
14583 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
14584 vc-sccs-uses-locking. Don't set property.
14585 (vc-sccs-locking-user): Don't set property.
14586
14587 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
14588 vc-cvs-uses-locking. Don't set property here; leave that to
14589 vc-hooks.
14590 (vc-cvs-locking-user): Reflect above change. Streamlined.
14591
14592 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
14593 vc-rcs-uses-locking.
14594 (vc-rcs-locking-user): Reflect above change.
14595
145962000-09-04 Dave Love <fx@gnu.org>
14597
14598 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
14599
14600 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
14601
14602 * vc-hooks.el (vc-checkout-model): Punt to backends.
14603
14604 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
14605
14606 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
14607
14608 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
14609 New functions.
14610
14611 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
14612 New functions.
14613
14614 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
14615 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
14616
14617 * vc-hooks.el (vc-default-locking-user): New function.
14618 (vc-locking-user, vc-workfile-version): Punt to backends.
14619
146202000-09-04 Dave Love <fx@gnu.org>
14621
14622 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
14623 (vc-master-workfile-version): Moved from vc-hooks.
14624
14625 * vc-rcs-hooks.el: Fix duplicate code in last change.
14626
14627 * vc-rcs-hooks.el: Require vc-hooks when compiling.
14628 (vc-rcs-master-templates): Improve :type.
14629 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
14630 vc-master-workfile-version): Moved from vc-hooks.
14631
14632 * vc-sccs-hooks.el: Require vc-hooks when compiling.
14633 (vc-sccs-master-templates): Improve :type.
14634 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
14635
14636 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
14637
14638 * vc-cvs-hooks.el: Require vc-hooks when compiling.
14639 (vc-cvs-master-templates): Improve :type. Use
14640 vc-cvs-find-cvs-master.
14641 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
14642 from vc-hooks.
14643 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
14644
14645 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
14646 Moved to vc-cvs-hooks.
14647
14648 * vc-hooks.el: Add doc strings in various places. Simplify the
14649 minor mode setup.
14650 (vc-handled-backends): New user variable.
14651 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
14652 simplification.
14653
146542000-09-04 Dave Love <fx@gnu.org>
14655
14656 * vc.el: Some doc fixes for autoloaded and interactive functions.
14657 Fix compilation warnings from ediff stuff.
14658 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
14659
14660 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
14661
14662 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
14663
14664 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
14665
146662000-09-04 Dave Love <fx@gnu.org>
14667
14668 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14669 New variable.
14670 (vc-make-backend-function, vc-loadup, vc-call-backend)
14671 (vc-backend-defines): New functions.
14672
14673 * vc-hooks.el: Various doc fixes.
14674 (vc-default-back-end, vc-follow-symlinks): Custom fix.
14675 (vc-match-substring): Function removed. Callers changed to use
14676 match-string.
14677 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
14678 Simplify.
14679
146802000-09-04 Dave Love <fx@gnu.org>
14681
14682 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
14683 type.
14684 (vc-sccs-project-dir, vc-search-sccs-project-dir)
14685 (vc-sccs-registered): Doc fix.
14686
14687 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
14688 (vc-cvs-registered): Doc fix.
14689
14690 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
14691 (vc-rcs-registered): Doc fix.
14692
146932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14694
14695 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
14696
14697 * vc-hooks.el: vc-registered has been renamed
14698 vc-default-registered. Some functions have been moved to the
14699 backend specific files. they all support the
14700 vc-BACKEND-registered functions.
14701
147022000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14703
14704 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
14705
14706 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
14707
147082000-09-04 Dave Love <fx@gnu.org>
14709
14710 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
14711 menu-bar-update-hook.
14712
14713 * help.el (help-manyarg-func-alist): Add
14714 find-operation-coding-system.
14715
14716 * wid-edit.el (widget-sexp-validate): Fix garbled code.
14717
14718 * custom.el (custom-set-variables): Print message about errors in
14719 setting.
14720
147212000-09-03 Andrew Innes <andrewi@gnu.org>
14722
14723 * makefile.w32-in: Change to DOS line endings.
14724
147252000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14726
14727 * mouse.el (mouse-popup-menubar): Supply the prompt string for
14728 minor-mode keymaps, if they don't have one.
14729
147302000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14731
14732 * eshell/esh-module.el (eval-when-compile): Don't lose if
14733 esh-module.el's file name is truncated to DOS 8+3 limits.
14734
147352000-09-01 John Wiegley <johnw@gnu.org>
14736
14737 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
14738 predicate, which caused entries in the completion list to be
14739 doubled.
14740
147412000-08-30 John Wiegley <johnw@gnu.org>
14742
14743 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
14744 sending to subprocesses. Also, hook pre-command-hook if
14745 `eshell-send-direct-to-subprocesses' is non-nil.
14746 (eshell-send-direct-to-subprocesses): New config variable. If t,
14747 subprocess input is send immediately.
14748 (eshell-toggle-direct-send): New function.
14749 (eshell-self-insert-command): New function.
14750 (eshell-intercept-commands): New function.
14751 (eshell-send-input): If direct subprocess sending is enabled,
14752 don't echo any input to the Eshell buffer. Let the subprocess
14753 handle that. This requires "stty echo" in bash, for example.
14754
147552000-08-28 John Wiegley <johnw@gnu.org>
14756
14757 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
14758 completion function for Eshell's implementation of `unset'.
14759
147602000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14761
14762 * info.el (Info-directory-list): Doc fix.
14763
147642000-08-31 Peter Breton <pbreton@ne.mediaone.net>
14765
14766 * filecache.el (file-cache-add-directory-using-find): Don't quote
14767 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
14768
147692000-08-31 Kenichi Handa <handa@etl.go.jp>
14770
14771 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
14772 coding systems.
14773
147742000-08-30 Andrew Innes <andrewi@gnu.org>
14775
14776 * timer.el (run-with-idle-timer): Undo last change, so that timer
14777 is not activated immediately if Emacs is already idle. Some
14778 existing code relies on this behaviour.
14779
147802000-08-30 Miles Bader <miles@gnu.org>
14781
14782 * frame.el (set-frame-font): Do completion of font-name for
14783 interactive use.
14784
147852000-08-30 Kenichi Handa <handa@etl.go.jp>
14786
14787 * international/quail.el (quail-start-translation): Bind locally
14788 last-command-event, last-command, and this-command.
14789 (quail-start-conversion): Likewise.
14790 (quail-self-insert-command): Fix docstring.
14791
147922000-08-29 Gerd Moellmann <gerd@gnu.org>
14793
14794 * progmodes/executable.el
14795 (executable-make-buffer-file-executable-if-script-p): Check that
14796 buffer contains at least 2 characters.
14797
147982000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
14799
14800 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
14801
148022000-08-29 Dave Love <fx@gnu.org>
14803
14804 * diff-mode.el (diff-mode) <defgroup>: Add :version.
14805 (diff-mode-shared-map): Bind mouse-2.
14806 (diff-imenu-generic-expression): New variable.
14807 (diff-mode): Use it.
14808
14809 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
14810 (mouse-popup-menubar): Add minor mode menus.
14811 (popup-menu): Check for lookup-key returning number.
14812
148132000-08-29 Miles Bader <miles@gnu.org>
14814
14815 * comint.el (comint-send-input): Create overlays using the proper
14816 front/read-advance arguments.
14817
148182000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14819
14820 * ps-print.el: Even/odd pages printing. Doc fix.
14821 (ps-print-version): New version number (6.0).
14822 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
14823 (ps-background, ps-begin-file, ps-begin-job): Code fix.
14824 (ps-print-duplex-feature): Variable eliminated.
14825 (ps-even-or-odd-pages): New variable.
14826
14827 * progmodes/ebnf2ps.el: Doc fix.
14828 (ebnf-version): New version (3.3).
14829 (ebnf-user-arrow): Change variable customization to sexp.
14830 (ebnf-user-arrow): Function eliminated.
14831 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
14832
148332000-08-29 Kenichi Handa <handa@etl.go.jp>
14834
14835 * help.el (help-xref-mule-regexp): New variable.
14836 (help-make-xrefs): Handle help-xref-mule-regexp.
14837
14838 * international/mule-cmds.el (help-xref-mule-regexp-template): New
14839 variable.
14840 (describe-input-method): Temporarily activate the specfied input
14841 method to display the information.
14842 (describe-language-environment): Hyperlinks to mule related items.
14843
14844 * international/mule-diag.el (charset-multibyte-form-string): New
14845 function.
14846 (list-character-sets-1): Use charset-multibyte-form-string.
14847 (describe-character-set): New function.
14848 (describe-coding-system): Hyperlinks to safe character sets.
14849
14850 * international/quail.el (quail-help): New arg PACKAGE.
14851 Hyperlinks to mule related items.
14852 (quail-help-insert-keymap-description): Use
14853 substitute-command-keys instead of describe-bindings.
14854 (quail-translation-help): Hyperlinks to mule related items.
14855
148562000-08-28 John Wiegley <johnw@gnu.org>
14857
14858 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
14859 have a defsubst call itself. Made `eshell-flatten-list' back into
14860 a function again.
14861
14862 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
14863 catch, in case re-centering point at bottom messes up the display.
14864 This happens frequently in Emacs 21, due I believe to variable
14865 line heights.
14866
14867 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
14868 to call `find-tag-interactive'.
14869
14870 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
14871 the list of remember directories.
14872
148732000-08-28 John Wiegley <johnw@gnu.org>
14874
14875 * align.el: Test align-region-separate to see if it's a symbol.
14876
148772000-08-28 John Wiegley <johnw@gnu.org>
14878
14879 * eshell/esh-util.el (eshell-flatten-list): Made this function
14880 into a defsubst form. It gets used very frequently, although
14881 calls don't occur all that often.
14882
14883 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
14884 examining it.
14885
14886 * eshell/esh-cmd.el (eshell-rewrite-while-command):
14887 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
14888 `eshell-protect'.
14889 (eshell-copy-handles): Created a new macro for duplicating the
14890 current set of open handles. This is needed by the looping
14891 functions.
14892 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
14893 is not incorrectly stomped on.
14894
14895 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
14896 declaration for pcomplete-use-paring.
14897 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
14898 value of eshell-cmpl-use-paring.
14899 * pcomplete.el (pcomplete-use-paring): New config variable, to
14900 indicate whether paring should be used.
14901 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
14902 completion alternatives that have already been used.
14903
14904 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
14905 bound to C-c C-y, which will repeat the previous N arguments
14906 (based on prefix argument).
14907 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
14908
14909 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
14910 if there is no *Help* buffer. This is for XEmacs, which renames
14911 its help buffers uniquely. TODO: Find out what the current buffer
14912 name to delete is.
14913
14914 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
14915 first entry that correlates to a passwd/group number. Later
14916 entries (used for group/user name aliasing to multiple IDs) are
14917 ignored.
14918
14919 * eshell/em-xtra.el (eshell/expr):
14920 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
14921 (eshell-grep, eshell/diff, eshell/locate):
14922 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
14923 argument list, before passing it to the system command.
14924
14925 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
14926 `find-tag' for use at final position in Eshell buffers (which
14927 otherwise triggers an error on Emacs 21).
14928 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
14929 buffer, if it is currently bound to `find-tag'.
14930
14931 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
14932 in the list of matched Makefile names.
14933 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
14934 directory, prefer its contents to Makefile.
14935
14936 * eshell/em-dirs.el (eshell/cd): cd commands that look up
14937 directory parts (like "cd old new", or "cd =regexp"), are now case
14938 sensitive on non-Windows/DOS platforms.
14939
14940 * eshell/esh-mode.el (eshell-parse-command-input): When a user
14941 types RET after an open delimiter (like "), display a message
14942 indicating that Eshell is waiting for the closing delimiter.
14943
14944 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
14945 environment variables.
14946
14947 * eshell/em-unix.el (eshell/diff): Added logic to fail more
14948 gracefully if the user enters incorrect arguments.
14949
14950 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
14951 Eshell buffers.
14952
14953 * eshell/esh-var.el (eshell-interpolate-variable):
14954 * eshell/esh-mode.el (eshell-move-argument):
14955 * eshell/em-unix.el (eshell-du-sum-directory):
14956 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
14957 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
14958 (not (= ...)).
14959
14960 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
14961 to ensure the `preserve' flag gets propagated when doing recursive
14962 directory copies.
14963
149642000-08-28 Stefan Monnier <monnier@cs.yale.edu>
14965
14966 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
14967 Don't convert \n into \0177 in memory.
14968 (eshell-read-history, eshell-write-history): Convert \n to \0177,
14969 and back again, when reading and writing.
14970
149712000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
14972
14973 * eshell/esh-util.el (eshell-processp): Added to relieve constant
14974 testing of `fboundp' on `processp'.
14975
14976 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
14977 (eshell/jobs): Don't call process-list if it is not bound.
14978 (eshell-gather-process-output): Support systems where async
14979 subprocesses aren't supported.
14980 (eshell-scratch-buffer, eshell-last-sync-output-start): New
14981 variables.
14982
14983 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
14984 eshell-do-eval returns t.
14985 (eshell-do-pipelines-synchronously): New defmacro.
14986 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
14987 when async subprocesses aren't supported.
14988 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
14989 if async subprocesses aren't supported.
14990 (eshell-resume-command): Don't assume STATUS is a string.
14991
14992 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
14993
14994 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
14995 (eshell-close-target, eshell-get-target): Use eshell-processp.
14996 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
14997 fix.
14998 (eshell-get-target, eshell-create-handles): Doc fix.
14999
150002000-08-28 Miles Bader <miles@lsi.nec.co.jp>
15001
15002 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15003 criterion to include commands that output something, as long as it
15004 leaves both the command and the end-of-buffer visible when the
15005 command has exited.
15006 (eshell-review-quick-commands): Adjust the help doc string
15007 accordingly.
15008
150092000-08-28 Peter Breton <pbreton@ne.mediaone.net>
15010
15011 * locate.el (locate): Cleaned up locate command's interactive prompting
15012 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
15013
15014 * filecache.el (file-cache-case-fold-search): New variable
15015 (file-cache-assoc-function): New variable
15016 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
15017 Use file-cache-case-fold-search variable
15018 (file-cache-add-file): Use file-cache-assoc-function
15019 (file-cache-delete-file): likewise
15020 (file-cache-directory-name): likewise
15021 (file-cache-debug-read-from-minibuffer): likewise
15022
150232000-08-28 Gerd Moellmann <gerd@gnu.org>
15024
15025 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
15026 (abbrev-table-name): New function.
15027 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
15028 If non-nil list local abbrev, only.
15029
150302000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
15031
15032 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
15033 from Gnus support code, and use special article copy buffer
15034 `(gnus-original-article-buffer)' instead. This allows to get rid
15035 of article-hide-headers usage (which breaks in the latest Gnus
15036 version). Thanks to Detlev Zundel.
15037
150382000-08-28 Kenichi Handa <handa@etl.go.jp>
15039
15040 * international/quail.el (quail-use-package): Hide "... loaded"
15041 message.
15042 (quail-start-translation, quail-start-conversion): Likewise.
15043
15044 * international/kkc.el (kkc-region): Hide "... loaded" message.
15045
150462000-08-27 Dave Love <fx@gnu.org>
15047
15048 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
15049
150502000-08-27 Miles Bader <miles@gnu.org>
15051
15052 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
15053
150542000-08-27 Kenichi Handa <handa@etl.go.jp>
15055
15056 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
15057 'ja-dic-cnv), not (require 'skkdic-cnv).
15058
150592000-08-26 Miles Bader <miles@gnu.org>
15060
15061 * faces.el (face-x-resources): Add entry for :inherit.
15062 * cus-face.el (custom-face-attributes): Add support for :inherit
15063 attribute. Add support for relative face heights.
15064 (custom-face-attributes-get): Treat `nil' as being a default value
15065 for :inherit (as well as `unspecified').
15066
15067 * faces.el (set-face-attribute): Update doc string.
15068 (face-attribute-name-alist): Add :inherit.
15069 (face-valid-attribute-values): Handle :inherit.
15070 (face-read-string): Rephrase prompt to be less confusing.
15071 Assume that DEFAULT is a string, since we must return a string.
15072 (face-read-integer): Use `format' to turn DEFAULT into an
15073 acceptable default for face-read-string. Match NEW-VALUE against
15074 the string "unspecified", not the symbol `unspecified', since
15075 that's what face-read-string returns.
15076 (read-face-attribute): Lookup a name for old-value in valid, and
15077 use it as a default if we find one. Treat all values from
15078 face-read-string as strings. If the default is used, don't do any
15079 more processing on the value, just use the old value directly.
15080 (read-face-and-attribute, modify-face): Tweak prompt.
15081 (read-face-name): Don't assume prompt ends with a space.
15082
15083 * faces.el (describe-face): Add support for :inherit attribute.
15084
150852000-08-25 Kenichi Handa <handa@etl.go.jp>
15086
15087 * terminal.el (terminal-emulator): Fix args to `concat'. Now
15088 concat doesn't accept interger.
15089
15090 * international/kkc.el: Remove SKK from Keywords. Require
15091 ja-dic-utl instead of skkdic-utl.
15092
15093 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
15094 Provide ja-dic-cnv instead of skkdic-cnv.
15095 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
15096 (iso-2022-7bit-short): Add safe-charsets property.
15097 (skkdic-convert-postfix): Search Japanese chou-on character in
15098 addition to Hiragana character.
15099 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
15100 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
15101 (batch-skkdic-convert): Likewise.
15102
15103 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
15104 Provide ja-dic-utl instead of skkdic-utl.
15105 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
15106
151072000-08-24 Dave Love <fx@gnu.org>
15108
15109 * disp-table.el (standard-display-default): Make the test of `l'
15110 useful.
15111
15112 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
15113 mod sample text.
15114
15115 * international/iso-ascii.el: Make pilcrow convenient string
15116 consistent with section.
15117 (iso-ascii-display): Set up multibyte characters as well as
15118 unibyte.
15119
151202000-08-24 Kenichi Handa <handa@etl.go.jp>
15121
15122 * international/mule-cmds.el (reset-language-environment): Set
15123 default-process-coding-system to '(undecided . iso-latin-1), which
15124 makes process I/O almost consistent with file I/O. Call this
15125 function when mule-cmds.el[c] is loaded.
15126
151272000-08-22 Andrew Innes <andrewi@gnu.org>
15128
15129 * makefile.w32-in: New file.
15130
151312000-08-22 Miles Bader <miles@lsi.nec.co.jp>
15132
15133 * comint.el (comint-output-filter): Compare end of
15134 comint-last-output-overlay with the start of the newly inserted
15135 text, not the end, when deciding whether to extend it.
15136 Set saved-point's insertion type to advance after insertion.
15137
15138 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
15139 since this is now done independently of font-lock mode.
15140
151412000-08-21 Gerd Moellmann <gerd@gnu.org>
15142
15143 * server.el (server-kill-new-buffers): New user option.
15144 (server-existing-buffer): New buffer-local variable.
15145 (server-visit-files): When using an existing buffer, set
15146 server-existing-buffer to t.
15147 (server-buffer-done): If server-kill-new-buffers is t, kill the
15148 buffer, unless it was already present before visiting it with
15149 Emacs server.
15150
151512000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
15152
15153 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
15154 even if the display doesn't support colors: some displays will
15155 support bold/underline faces.
15156
151572000-08-21 Gerd Moellmann <gerd@gnu.org>
15158
15159 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
15160
15161 * startup.el (command-line): If user's init file had an error,
15162 add explanatory text to *Messages*.
15163
151642000-08-21 Kenichi Handa <handa@etl.go.jp>
15165
15166 * man.el (Man-getpage-in-background): Decode the process output by
15167 the system locale coding system.
15168
151692000-08-20 Dave Love <fx@gnu.org>
15170
15171 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
15172 Don't test x-popup-menu.
15173 (function) <complete-function>: Complete only fbound symbols.
15174 <validate, value>: New.
15175 (variable) <complete-function>: Complete only bound symbols.
15176 (coding-system): Add :base-only, :complete-function, :validate,
15177 :value, :prompt-match.
15178 (widget-coding-system-prompt-value): Use read-coding-system and
15179 act on :base-only.
15180 (editable-field): Add :help-echo.
15181 (widget-push-button-gui, widget-push-button-cache)
15182 (widget-gui-action, widget-editable-list-gui): COmment out, along
15183 with uses.
15184 (widget-at): Make arg optional.
15185 (widget-echo-help): Adjust for current help-echo calling sequence.
15186 (widget-specify-field, widget-specify-button)
15187 (widget-specify-insert, widget-get-sibling, widget-image-find)
15188 (widget-convert, widget-insert, widget-leave-text)
15189 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
15190 (widget-setup, widget-field-find, widget-before-change)
15191 (widget-after-change, widget-default-complete)
15192 (widget-default-create, widget-default-delete)
15193 (widget-push-button-value-create, editable-field)
15194 (widget-field-prompt-value, widget-field-validate)
15195 (widget-choice-value-create, widget-choice-action)
15196 (widget-choice-validate, widget-checklist-add-item)
15197 (widget-radio-add-item, widget-radio-chosen)
15198 (widget-radio-value-inline, widget-editable-list-value-create)
15199 (widget-editable-list-entry-create)
15200 (widget-documentation-link-add)
15201 (widget-documentation-string-value-create)
15202 (widget-regexp-validate, widget-file-complete)
15203 (widget-sexp-validate, widget-plist-convert-widget)
15204 (widget-plist-convert-widget, widget-alist-convert-widget)
15205 (widget-alist-convert-widget, widget-color-complete): Simplify,
15206 particularly to avoid bindings which aren't optimized out.
15207
15208 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
15209 Doc fix.
15210 (down-list, backward-up-list, up-list, kill-sexp)
15211 (backward-kill-sexp, mark-sexp): Make arg optional.
15212 (lisp-complete-symbol): Add optional arg PREDICATE.
15213
15214 * cus-start.el: Add display-buffer-reuse-frames,
15215 file-coding-system-alist.
15216
152172000-08-20 Gerd Moellmann <gerd@gnu.org>
15218
15219 * startup.el (command-line): Clear realized faces after
15220 modifying TTY color mappings.
15221
152222000-08-20 Miles Bader <miles@gnu.org>
15223
15224 * faces.el (face-attr-match-p): Don't return true if ATTRS are
15225 merely a subset of FACE's attributes.
15226
152272000-08-19 Miles Bader <miles@gnu.org>
15228
15229 * comint.el (comint-output-filter): Save the point with a marker,
15230 not just a buffer position.
15231
15232 * international/mule.el (set-buffer-process-coding-system): Make
15233 interactive prompt less confusing.
15234
152352000-08-19 Gerd Moellmann <gerd@gnu.org>
15236
15237 * hilit-chg.el: General cleanup of doc strings, comments and
15238 code formatting.
15239
152402000-08-19 Miles Bader <miles@gnu.org>
15241
15242 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
15243 Compiler macro removed; beginning-of-line is no longer always
15244 equivalent to forward-line, in the presence of fields.
15245
15246 * comint.el (comint-output-filter): Remove ad-hoc saving of
15247 restriction, and just use save-restriction, now that it works
15248 correctly. Don't adjust comint-last-input-start to account for
15249 our insertion; it shouldn't have moved because we don't use
15250 insert-before-markers anymore. Comment out call to
15251 `force-mode-line-update'; why is it here?
15252
15253 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
15254 while checking for prompt to delete. Use `forward-line 0'
15255 instead of beginning-of-line.
15256 (gud-filter): Temporarily widen gud comint buffer while
15257 examining output.
15258
152592000-08-18 Stefan Monnier <monnier@cs.yale.edu>
15260
15261 * progmodes/sh-script.el: Big bag of typos.
15262
15263 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
15264 check since ispell-process is not bound when ispell is not yet loaded.
15265
152662000-08-18 Dave Love <fx@gnu.org>
15267
15268 * image.el (find-image): Copy `spec' before using plist-put.
15269
152702000-08-18 Gerd Moellmann <gerd@gnu.org>
15271
15272 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
15273 `portugues'.
15274
15275 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
15276 backward-kill-sexp, analogous to kill-sexp.
15277
15278 * progmodes/icon.el (icon-indent-line)
15279 (icon-is-continuation-line): Handle comments specially.
15280
152812000-08-17 Ken Stevens <k.stevens@ieee.org>
15282
15283 * ispell.el: Set to standard author/maintainer/keyword fields.
15284 Fine tuning to menu map appearance and operation, and added help.
15285 Remove `start' and `end' error messages when compiling.
15286 (ispell-choices-win-default-height): Fixed comment string.
15287 (ispell-dictionary-alist-1): Fixed regexp in castellano and
15288 castellano8 dictionaries.
15289 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
15290 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
15291 dictionary, added italiano dictionary.
15292 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
15293 word character
15294 (ispell-tex-skip-alists): Added psfig support.
15295 (ispell-skip-html): Renamed from ispell-skip-sgml.
15296 (ispell-begin-skip-region-regexp, ispell-skip-region)
15297 (ispell-minor-check): Improved html skipping support to skip across
15298 code, and recognize `&' commands without propper `;' syntax;
15299 (ispell-process-line): Fix alignment error when manually
15300 correcting spelling.
15301 (ispell): Fix comment string.
15302 (ispell-add-per-file-word-list): Always put word list on new line.
15303
153042000-08-17 Gerd Moellmann <gerd@gnu.org>
15305
15306 * format.el (format-encode-run-method): Fix error message to say
15307 `encode' instead of `decode'. Use save-window-excursion around
15308 shell-command-on-region as in format-decode-run-method because
15309 shell-command-on-region can display a buffer with error output.
15310 (format-decode): Don't record undo information for the decoding.
15311 (format-annotate-function): Add parameter FORMAT-COUNT. Make
15312 that number part of the temporary buffer name so that more than
15313 one decoding using a temporary buffer can happen safely.
15314
15315 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
15316 of `A-z' in the regexp.
15317
15318 * hilit-chg.el: Fix typos in commentary.
15319
15320 * help.el (view-emacs-news): Rewritten for new naming scheme
15321 for old NEWS files.
15322
15323 * startup.el (command-line): Pop to *Messages* in case an error
15324 is signaled while loading user-init-file.
15325
153262000-08-17 Andreas Schwab <schwab@suse.de>
15327
15328 * files.el (insert-directory): Don't lose original file name,
15329 undoing an undocumented change.
15330
153312000-08-17 Alex Schroeder <alex@gnu.org>
15332
15333 * sql.el (sql-magic-go): Use comint-bol.
15334 (sql-copy-column): Use comint-line-beginning-position.
15335 (comint-line-beginning-position): Define a replacement for
15336 comint-line-beginning-position if it is not fboundp.
15337
153382000-08-17 Alex Schroeder <alex@gnu.org>
15339
15340 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
15341 it didn't have any effect anyway.
15342
153432000-08-17 Alex Schroeder <alex@gnu.org>
15344
15345 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
15346 --pset and pager=off instead of sending \\o|cat at the beginning
15347 of the session.
15348
153492000-08-17 Miles Bader <miles@gnu.org>
15350
15351 * progmodes/octave-inf.el: Add compatibility definition of
15352 comint-line-beginning-position.
15353
153542000-08-17 Kenichi Handa <handa@etl.go.jp>
15355
15356 * startup.el (normal-top-level): Look in each dir in load-path for
15357 a leim-list.el file too. This assures of loading leim-list.el
15358 that is created at Emacs installation time even if a user have his
15359 own leim-list.el.
15360
153612000-08-17 Miles Bader <miles@gnu.org>
15362
15363 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
15364 foreground color to black if the background is dark.
15365
153662000-08-16 Stefan Monnier <monnier@cs.yale.edu>
15367
15368 * loadhist.el (unload-feature): Typo.
15369
15370 * finder.el (finder-compile-keywords):
15371 * cus-dep.el (custom-make-dependencies): Add local-variable settings
15372 to the generated file.
15373
15374 * mail/mh-e.el (mh-make-local-vars):
15375 Replace make-variable-buffer-local with make-local-variable.
15376
15377 * play/landmark.el:
15378 * options.el (Edit-options-{set,toggle,t,nil}):
15379 * mail/mailabbrev.el (mail-abbrevs-mode):
15380 * textmodes/tex-mode.el (tex-expand-files):
15381 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
15382
15383 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
15384
15385 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
15386 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
15387 Allow going past the last element.
15388 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
15389 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
15390 (cvs-mouse-toggle-mark): Don't move point.
15391 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
15392
15393 * progmodes/compile.el (grep): Provide a default set of files.
15394 (next-error): Docstring fix.
15395 (compilation-find-file): Avoid find-file (fails in a dedicated window).
15396
15397 * emacs-lisp/easy-mmode.el (define-minor-mode):
15398 Use `symbol-value' to keep the byte-compiler quiet.
15399
15400 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
15401 (diff-find-source-location): New fun, extracted from diff-goto-source.
15402 (diff-goto-source): Use it.
15403 (diff-next-complex-hunk, diff-filter-lines): New function.
15404 (diff-apply-hunk): New command.
15405
15406 * smerge-mode.el (smerge-mode-menu): Doc fix.
15407
15408 * msb.el (msb-mode): Define it in terms of define-minor-mode.
15409
154102000-08-16 Dave Love <fx@gnu.org>
15411
15412 * windmove.el (windmove) <defgroup>: Add :version.
15413
15414 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
15415 (goto-address-fontify-p, goto-address-highlight-p)
15416 (goto-address-url-face, goto-address-url-mouse-face)
15417 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
15418 (goto-address-url-regexp): Use thing-at-point-url-regexp.
15419 (goto-address-fontify, goto-address-at-mouse): Simplify,
15420 (goto-address-at-point): browse-url-url-at-point,
15421 goto-address-find-address-at-point can return nil.
15422 (goto-address-find-address-at-point): Return nil on failure.
15423
15424 * align.el (align) <defgroup>: Add :version.
15425
15426 * calculator.el (calculator): Add :version.
15427 (calculator): Use two lines for calculator window if `modeline'
15428 face is boxed.
15429
15430 * play/5x5.el: Doc fixes.
15431 (5x5) <defgroup>: Add :version.
15432
15433 * play/fortune.el (fortune) <defgroup>: Add :version.
15434 (fortune-append): Fix error message.
15435 (fortune-from-region): Doc fix.
15436
15437 * play/pong.el (pong): Doc fix.
15438
15439 * play/morse.el: Keywords, commentary, autoloads.
15440
154412000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
15442
15443 * desktop.el (desktop-save): Don't look at symbol-value of a
15444 member of minor-mode-alist, unless it is boundp.
15445
154462000-08-16 Sam Steingold <sds@gnu.org>
15447
15448 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
15449 `while'; use `with-current-buffer' instead of `save-excursion'.
15450 Removed unnecessary kludges now that "*Buffer List*" is excluded.
15451
154522000-08-16 Kenichi Handa <handa@etl.go.jp>
15453
15454 * international/ccl.el (declare-ccl-program): Docstring modified.
15455 (ccl-execute-with-args): Likewise.
15456
154572000-08-16 Miles Bader <miles@gnu.org>
15458
15459 * progmodes/sql.el: Add compatibility definition of
15460 comint-line-beginning-position.
15461
154622000-08-15 Gerd Moellmann <gerd@gnu.org>
15463
15464 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
15465 'buffer-menu' property.
15466 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
15467 fails.
15468 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
15469 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
15470 wasn't killed.
15471
15472 * buff-menu.el (list-buffers-noselect): Don't display the
15473 *Buffer List* buffer.
15474
15475 * font-lock.el: Require jit-lock to prevent a very late
15476 `Loading jit-lock' message.
15477
15478 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
15479 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
15480 mail address.
15481
154822000-08-15 Miles Bader <miles@gnu.org>
15483
15484 * textmodes/ispell.el (ispell-graphic-p): New constant.
15485 (ispell-choices-win-default-height, ispell-help): Use
15486 `ispell-graphic-p' instead of `xemacsp'.
15487
154882000-08-15 Dave Love <fx@gnu.org>
15489
15490 * simple.el: Autoload widget-convert when compiling.
15491 (mail-user-agent): Doc fix.
15492
15493 * help.el (function-called-at-point, variable-at-point): Use
15494 with-syntax-table.
15495 (help-manyarg-func-alist): Add insert-and-inherit.
15496
15497 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
15498
15499 * delsel.el (delsel-unload-hook): New function.
15500
15501 * find-file.el: Doc fixes. Move provide to end.
15502 (ff) <defgroup>: Add :link.
15503 (ff-goto-click): Deleted.
15504 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
15505 Use mouse-set-point.
15506
15507 * textmodes/tildify.el: Doc fixes.
15508 (tildify) <defgroup>: Add:version.
15509
15510 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
15511 (glasses-custom-set): Use set-default, not set.
15512 (minor-mode-alist): Propertize the lighter.
15513 (glasses-mode): Provide optional arg.
15514
15515 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
15516 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
15517 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
15518 option. Provide :type.
15519 (cwarn-configuration): Provide :type.
15520 (cwarn-mode): Doc fix.
15521
15522 * add-log.el (change-log-merge): Doc fix.
15523 (change-log-redate): New command.
15524
15525 * net/browse-url.el (browse-url-filename-alist): Add a clause for
15526 Doze and Dog.
15527 (browse-url): Use dolist, not mapcar.
15528 (browse-url-at-point): Check for null url.
15529 (browse-url-event-buffer, browse-url-event-point): Functions
15530 deleted.
15531 (browse-url-at-mouse, browse-url-netscape): Simplify.
15532
15533 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
15534 modes.
15535 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
15536 Fix previous change to mapcan.
15537 (msb--init-file-alist, msb--add-separators)
15538 (msb--make-keymap-menu): Simplify.
15539 (msb--choose-file-menu): Use copy-sequence.
15540 (msb-mode-map): Add title to keymap.
15541 (msb-unload-hook): New function.
15542
15543 * bs.el: Fix indentation.
15544 (bs) <defgroup>: Add :links.
15545 (bs-show): Doc fix.
15546 (bs-apply-sort-faces): Don't use window-system.
15547 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
15548
155492000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
15550
15551 * calendar/timeclock.el (timeclock-file): Run .timelog through
15552 convert-standard-filename.
15553
155542000-08-14 Gerd Moellmann <gerd@gnu.org>
15555
15556 * emacs-lisp/authors.el: New file.
15557
15558 * paren.el (show-paren-priority): New user option.
15559 (show-paren-function): Set overlay priorities to
15560 show-paren-priority.
15561
155622000-08-14 Miles Bader <miles@gnu.org>
15563
15564 * comint.el (comint-bol): Use `forward-line 0' instead of calling
15565 beginning-of-line with inhibit-field-text-motion bound.
15566
155672000-08-14 Gerd Moellmann <gerd@gnu.org>
15568
15569 * calendar/timeclock.el: New file.
15570
155712000-08-14 David Ponce <david@dponce.com>
15572
15573 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
15574 `widget-button-click'. so that one can use left mouse button to
15575 click on dialog buttons.
15576
155772000-08-14 Emmanuel Briot <briot@gnat.com>
15578
15579 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
15580 identifiers, since XML is case sensitive
15581
155822000-08-12 Miles Bader <miles@gnu.org>
15583
15584 * comint.el (comint-output-filter): Don't bother frobbing
15585 window-start, it doesn't seem to be necessary.
15586
15587 * comint.el (comint-send-string, comint-send-region): Make into
15588 real functions. Snapshot the prompt before sending.
15589
155902000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
15591
15592 * info.el (Info-find-emacs-command-nodes): Rewrite to use
15593 technique similar to Info-index, instead of relying on specific
15594 names of relevant Index nodes.
15595 (Info-goto-emacs-command-node): Bind Info-history to nil when
15596 going to the first node found by Info-find-emacs-command-nodes.
15597
155982000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
15599
15600 * menu-bar.el (menu-bar-help-menu): Add a :help string.
15601
156022000-08-10 Miles Bader <miles@gnu.org>
15603
15604 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
15605
156062000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
15607
15608 * info.el (Info-file-list-for-emacs): More elements for the
15609 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
15610 and woman manuals.
15611
156122000-08-10 Miles Bader <miles@lsi.nec.co.jp>
15613
15614 * comint.el (comint-send-input): Make the newline boundary overlay
15615 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
15616 (comint-output-filter): Use `insert' instead of
15617 `insert-before-markers'. Extend comint-last-output-overlay when
15618 necessary since we can't rely on insert-before-markers to do it.
15619 * gud.el (gud-filter): Use `with-current-buffer' instead of
15620 save-excursion when inserting the output, so that point gets
15621 updated correctly; the old method relied on a rather dodgy
15622 side-effect of comint-output-filter to avoid the effect of
15623 save-excursion.
15624
156252000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
15626
15627 * files.el (recover-file): Call insert-directory instead of
15628 invoking `ls' directly.
15629
156302000-08-10 Miles Bader <miles@gnu.org>
15631
15632 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
15633 (comint-last-prompt-overlay): New variables.
15634 (comint-output-filter): Implement prompt highlighting.
15635 (comint-snapshot-last-prompt): New function.
15636 (comint-send-input): Snapshot the last prompt.
15637 Use comint-highlight-input-face.
15638 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
15639 Use defface instead of defcustom.
15640 (send-invisible, comint-send-eof): Snapshot the last prompt.
15641 (comint-delchar-or-maybe-eof): Use comint-send-eof.
15642 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
15643
156442000-08-09 Stefan Monnier <monnier@cs.yale.edu>
15645
15646 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
15647 (regexp-opt-group): Use a list of chars for `letters'.
15648 (regexp-opt-charset): `chars' is now a list of chars.
15649 Use a char-table rather than a vector so it works for multibyte chars.
15650
15651 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
15652 Set cvs-minor-current-files to the selected fileinfo.
15653 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
15654 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
15655
156562000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
15657
15658 * files.el (insert-directory): Don't call access-file on
15659 directories on DOS and Windows.
15660
156612000-08-09 Kenichi Handa <handa@etl.go.jp>
15662
15663 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
15664 longer if necessary.
15665 (ccl-embed-code): Call ccl-embed-data to store CODE in
15666 ccl-program-vector.
15667
156682000-08-09 Miles Bader <miles@gnu.org>
15669
15670 * comint.el (comint-output-filter): Properly handle the case where
15671 the text surrounded by comint-last-output-overlay was deleted.
15672
156732000-08-08 Gerd Moellmann <gerd@gnu.org>
15674
15675 * info.el (Info-insert-dir): Use Info-additional-directory-list if
15676 non-nil.
15677 (Info-file-list-for-emacs): Remove "info" from the list because
15678 that leads to trying to use the documentation from file `info'
15679 in various situations where it isn't appropriate, for instance
15680 C-h C-k C-h i.
15681
15682 * ffap.el (ffap-read-file-or-url-internal): Handle case that
15683 DIR and/or STRING are nil.
15684
15685 * progmodes/compile.el (compilation-setup): Make variable
15686 compilation-error-screen-columns buffer-local, as some comment
15687 in the code suggests it should be.
15688
15689 * files.el (auto-mode-interpreter-regexp): New variable.
15690 (set-auto-mode): Use it.
15691
15692 * indent.el (indent-for-tab-command): Doc fix.
15693
15694 * mouse-sel.el (mouse-sel-mode): Doc fix.
15695
15696 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
15697 labels.
15698
15699 * help.el (print-help-return-message): When
15700 display-buffer-reuse-frames is set, let the help window been quit,
15701 instead of deleting it, which might delete a reused frame.
15702
157032000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
15704
15705 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
15706 rename a directory to a name that differs only by its letter case.
15707
157082000-08-08 Kenichi Handa <handa@etl.go.jp>
15709
15710 * international/quail.el (quail-define-rules): Handle Quail decode
15711 map correctly. Add code for supporting annotations.
15712 (quail-install-decode-map): New function.
15713 (quail-defrule-internal): New optional arguments decode-map and
15714 props.
15715 (quail-advice): New function.
15716
157172000-08-07 Sam Steingold <sds@gnu.org>
15718
15719 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
15720 `defconst', `define-condition', `with-slots'.
15721 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
15722
157232000-08-03 Miles Bader <miles@gnu.org>
15724
15725 * comint.el (comint-use-prompt-regexp-instead-of-fields):
15726 New variable.
15727 (comint-prompt-regexp, comint-get-old-input): Document dependence on
15728 comint-use-prompt-regexp-instead-of-fields.
15729 (comint-send-input): Add `input' field property to stuff we send to
15730 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
15731 (comint-output-filter): Add `output' field property to process
15732 output, if comint-use-prompt-regexp-instead-of-fields is nil.
15733 (comint-replace-by-expanded-history)
15734 (comint-get-old-input-default, comint-show-output)
15735 (comint-backward-matching-input, comint-forward-matching-input)
15736 (comint-next-prompt, comint-previous-prompt): Use field
15737 properties if comint-use-prompt-regexp-instead-of-fields is nil.
15738 (comint-line-beginning-position): New function.
15739 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
15740 (comint-replace-by-expanded-history-before-point): Use
15741 comint-line-beginning-position and line-end-position.
15742 (comint-last-output-overlay): New variable.
15743 (comint-mode): Make `comint-last-output-overlay' buffer-local.
15744
15745 * shell.el (shell-prompt-pattern): Doc change.
15746 (shell-backward-command): Use line-beginning-position.
15747
15748 * gud.el (gud-gdb-complete-command): Use
15749 comint-line-beginning-position.
15750
15751 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
15752 comint-bol doesn't actually go to the beginning of the line.
15753
15754 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
15755 if comint-use-prompt-regexp-instead-of-fields is non-nil.
15756 (try-expand-line-all-buffers): Likewise.
15757
15758 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
15759 explicitly matching comint-prompt-regexp.
15760 (sql-copy-column): Use comint-line-beginning-position instead of
15761 explicitly matching comint-prompt-regexp.
15762
15763 * progmodes/octave-inf.el (inferior-octave-complete): Use
15764 comint-line-beginning-position.
15765
15766 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
15767
15768 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
15769 looking for a prompt, use `forward-line 0' instead of
15770 `beginning-of-line', to avoid getting caught by an input field.
15771
157722000-08-07 Gerd Moellmann <gerd@gnu.org>
15773
15774 * files.el (shell-quote-wildcard-pattern): Make sure to return
15775 PATTERN, in the Unix case.
15776
157772000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
15778
15779 * play/zone.el (zone): Discard any pending input before running
15780 the randomly-chosen pgm.
15781
157822000-08-07 Kenichi Handa <handa@etl.go.jp>
15783
15784 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
15785 checking the existence of any multibyte characters.
15786
157872000-08-06 Gerd Moellmann <gerd@gnu.org>
15788
15789 * help.el (describe-mode): Test minor-mode symbol for being
15790 bound before testing its value for being nil.
15791
15792 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
15793 `first', `second', and `third'.
15794
15795 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
15796 (second): Make it an alias for `cadr'.
15797
157982000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
15799
15800 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
15801 types of display support faces now.
15802
158032000-08-05 Gerd Moellmann <gerd@gnu.org>
15804
15805 * pcvs.el (require): Require `cl' during compilation, only.
15806
15807 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
15808 (toplevel): Remove `remq' and `remove' from autoloads.
15809 (cl-fake-autoloads): New variable. If set, arrange for an error
15810 when CL functions etc. are autoloaded.
15811
158122000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
15813
15814 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
15815
15816 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
15817 popped up, but the user clicks outside the menu, return an empty
15818 regexp (that causes unhighlight-regexp to have no effect).
15819
15820 * menu-bar.el (menu-bar-games-menu): Add Zone.
15821
15822 * hi-lock.el (toplevel): Require font-lock.
15823
158242000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15825
15826 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
15827 (ebnf-8-bit-chars): New var for bug fix.
15828 (ebnf-string): Bug fix.
15829
158302000-08-03 Sam Steingold <sds@gnu.org>
15831
15832 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
15833 instead of `buffer-string'.
15834 (require 'cl): Always, not just when compiling.
15835 `ignore-errors' in `interactive', `list*', `defun*' &c make this
15836 necessary.
15837
158382000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
15839
15840 * international/mule-cmds.el (select-safe-coding-system): Make
15841 the message text about selecting a safe coding system more clear.
15842
158432000-08-02 Gerd Moellmann <gerd@gnu.org>
15844
15845 * hi-lock.el: New file.
15846
15847 * play/zone.el: New file.
15848
15849 * replace.el (occur): Set tab-width in the *Occur* buffer to the
15850 value of tab-width in the original buffer. Choose a line number
15851 format that's a multiple of the original buffer's tab width, so
15852 that lines appear right.
15853
15854 * textmodes/ispell.el (ispell): New function, replacing an alias.
15855 Spell-check active region if in transient-mark-mode and mark
15856 is active; otherwise spell-check buffer.
15857
158582000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15859
15860 * ps-mule.el: Fix a customization problem on
15861 ps-mule-font-info-database-default.
15862
158632000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
15864
15865 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
15866 display-mouse-p instead of window-system.
15867 (ebrowse-member-mode-map): Ditto.
15868
158692000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15870
15871 * progmodes/ebnf2ps.el: Update ps-print functions call.
15872 Indentation fix. Doc fix.
15873 (ebnf-version): New version number (3.2).
15874 (ebnf-format-color, ebnf-begin-job): Code fix.
15875
158762000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
15877
15878 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
15879 font lock support on window-system.
15880 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
15881
15882 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
15883 display-color-p, if fboundp, instead of window-system.
15884
158852000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
15886
15887 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
15888 instead of window-system.
15889
15890 * wid-edit.el (widget-choose): Use display-mouse-p instead of
15891 window-system.
15892 (widget-choice-mouse-down-action): Use display-popup-menus-p
15893 instead of window-system.
15894
15895 * strokes.el (strokes-file): Run the file name through
15896 convert-standard-filename.
15897 (strokes-mode): Call display-mouse-p instead of looking at
15898 window-system. Change the error message accordingly.
15899
15900 * progmodes/cpp.el (toplevel): Support faces on tty's.
15901
15902 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
15903 (lm-plot-square, lm-init-display): Don't use window-system.
15904
15905 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
15906 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
15907
15908 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
15909 instead of looking at window-system.
15910
159112000-07-30 Gerd Moellmann <gerd@gnu.org>
15912
15913 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
15914 of testing if iswitchb-prepost-hooks is bound, because the
15915 latter will always be true when invoking a recursive minibuffer
15916 from an active Iswitchb buffer.
15917
159182000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
15919
15920 * files.el (shell-quote-wildcard-pattern): New function.
15921 (insert-directory): Call it. Only prepend "\" to command on Unix
15922 and GNU/Linux systems.
15923
159242000-07-30 Gerd Moellmann <gerd@gnu.org>
15925
15926 * eshell/esh-groups.el: Change custom :link file names
15927 from `eshell.info' to `eshell'.
15928
159292000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
15930
15931 * dired.el (dired-build-subdir-alist): Expand subdirectory names
15932 correctly in recursive ange-ftp listings.
15933
159342000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15935
15936 * ps-print.el: Fix bug 1: if ps-font-size-internal,
15937 ps-header-font-size-internal and
15938 ps-header-title-font-size-internal variables are not set,
15939 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
15940 face text property is (foreground-color . COLOR) or
15941 `(background-color . COLOR)', ps-print crashes. Doc fix.
15942 (ps-print-version): New version number (5.2.4).
15943 (ps-plot-region): Code fix.
15944 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
15945 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
15946 Bug fix 2.
15947
159482000-07-30 Milan Zamazal <pdm@freesoft.cz>
15949
15950 * glasses.el (glasses-make-readable): Fix uncapitalization of
15951 identifiers like `myXMLDocument'.
15952
159532000-07-28 Karl Fogel <kfogel@red-bean.com>
15954
15955 * mail/mail-hist.el (mail-hist-previous-input)
15956 (mail-hist-next-input): Do the obvious code factorization.
15957 (mail-hist-retrieve-and-insert): New func, contains common
15958 code of above two.
15959 If inserting a message body, leave point at top.
15960
159612000-07-28 Sam Steingold <sds@gnu.org>
15962
15963 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
15964 Use `<=', not `<' to compare times!
15965 (ange-ftp-ls): Remove.
15966
159672000-07-27 Gerd Moellmann <gerd@gnu.org>
15968
15969 * play/cookie1.el: Add explanation of how to make cookie.el
15970 compatible with strfile(1) to comment.
15971
15972 * subr.el (remove, remq): New functions.
15973
15974 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
15975 escape `*' in regexps.
15976 (midnight-find): Reverse order of arguments in the funcall of
15977 TEST.
15978
15979 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
15980 and `.class'.
15981
15982 * play/meese.el: Add Commentary section.
15983
159842000-07-27 Alex Schroeder <alex@gnu.org>
15985
15986 * sql.el (sql-ms): Added autoload cookie.
15987 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
15988 (sql-oracle): Ditto.
15989 (sql-help): Doc change.
15990
15991 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
15992 types and exceptions.
15993
159942000-07-27 Alex Schroeder <alex@gnu.org>
15995
15996 * sql.el (sql-placeholder-history): New variable.
15997 (sql-query-placeholders-and-send): New function that will query
15998 the user and replace placeholders with user input.
15999 (sql-oracle): If running on NT, set comint-input-sender to
16000 sql-query-placeholders-and-send.
16001
16002 (sql-stop): If in the SQLi buffer, insert stop notification, else
16003 present it as a message.
16004
160052000-07-27 Alex Schroeder <alex@gnu.org>
16006
16007 * sql.el (sql-input-ring-separator): Doc change.
16008 (sql-input-ring-file-name): Doc change.
16009 (sql-interactive-mode): Use `sql-input-ring-separator' and
16010 `sql-input-ring-file-name' to set the comint-mode equivalents
16011 without making them local variables.
16012 (sql-stop): Don't bind `sql-input-ring-separator' and
16013 `sql-input-ring-file-name' dynamically to their comint-mode
16014 equivalents.
16015
160162000-07-27 Kenichi Handa <handa@etl.go.jp>
16017
16018 * international/mule.el (register-char-codings): New function.
16019 (make-coding-system): Handle `safe-chars' specification in the arg
16020 PROPERTY.
16021
16022 * international/mule-cmds.el
16023 (find-coding-systems-region-subset-p): This function deleted.
16024 (sort-coding-systems-predicate): New variable.
16025 (sort-coding-systems): New function.
16026 (find-coding-systems-region): Use
16027 find-coding-systems-region-internal.
16028 (find-coding-systems-string): Use find-coding-systems-region.
16029 (find-coding-systems-for-charsets): Check
16030 char-coding-system-table.
16031 (select-safe-coding-system-accept-default-p): New variable.
16032 (select-safe-coding-system): Mostly rewritten. New argument
16033 ACCEPT-DEFAULT-P.
16034 (select-message-coding-system): Call select-safe-coding-system
16035 with ACCEPT-DEFAULT-P arg.
16036 (reset-language-environment): Reset default-sendmail-coding-system
16037 to the default value iso-latin-1.
16038 (set-language-environment): Don't set the obsolete variable
16039 charset-origin-alist.
16040
16041 * international/codepage.el (cp-coding-system-for-codepage-1):
16042 Give `safe-chars' property to make-coding-system.
16043
16044 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
16045 calling select-message-coding-system twice.
16046
16047 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
16048 instead of `safe-charsets'.
16049 (cyrillic-alternativnyj): Likewise.
16050 (ccl-encode-alternativnyj): Don't check the charset
16051 cyrillic-iso8859-5.
16052
160532000-07-27 Kenichi Handa <handa@etl.go.jp>
16054
16055 * composite.el (compose-chars-after): Preserve match data.
16056
160572000-07-26 Sam Steingold <sds@gnu.org>
16058
16059 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
16060 (ange-ftp-real-file-newer-than-file-p): New function.
16061 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
16062 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
16063
16064 * tooltip.el (tooltip-float-time): Removed (use `float-time').
16065 * midnight.el (midnight-float-time): Ditto.
16066
160672000-07-26 Andreas Schwab <schwab@suse.de>
16068
16069 * files.el (normal-backup-enable-predicate): Correct
16070 interpretation of the return value of compare-strings.
16071
160722000-07-26 Gerd Moellmann <gerd@gnu.org>
16073
16074 * isearch.el (isearch-resume): New function.
16075 (isearch-done): Add something to command-history to resume
16076 the search.
16077 (isearch-yank-line, isearch-yank-word): Use
16078 buffer-substring-no-properties instead of buffer-substring.
16079
16080 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
16081 of flyspell-mouse-map.
16082
16083 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
16084 duplicate definition.
16085 (makefile-mode): Remove duplicate setting of local-abbrev-table.
16086
16087 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
16088 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
16089
160902000-07-25 Sam Steingold <sds@gnu.org>
16091
16092 * net/ange-ftp.el: Get modtime over the net.
16093 (ange-ftp-file-modtime): New function.
16094 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16095 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
16096 Use it.
16097 (ange-ftp-dot-to-slash): New function.
16098 (ange-ftp-fix-name-for-vms): Use it.
16099
16100 * midnight.el (midnight-buffer-display-time): Use
16101 `with-current-buffer'.
16102
161032000-07-25 Gerd Moellmann <gerd@gnu.org>
16104
16105 * find-dired.el: Update copyright notice.
16106 (find-dired): Offer to kill a running `find'.
16107
16108 * enriched.el (enriched-face-ans): For a `foreground-color'
16109 property, return '(("x-color" COLOR))' so that COLOR will be
16110 output as a parameter of the x-color annotation. Likewise for the
16111 `background-color' property. In the case of normal face
16112 properties, don't return annotations for unspecified foreground
16113 and background face attributes.
16114
161152000-07-25 Kenichi Handa <handa@etl.go.jp>
16116
16117 * language/japan-util.el (japanese-katakana-region): Fix handling
16118 HANKAKU argument.
16119
161202000-07-25 Miles Bader <miles@gnu.org>
16121
16122 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
16123 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
16124 constrain-to-field.
16125
161262000-07-24 Andrew Innes <andrewi@gnu.org>
16127
16128 * timer.el (timer-activate-when-idle): Add optional parameter
16129 DONT-WAIT. Update docstring.
16130 (run-with-idle-timer): Specify extra parameter to
16131 timer-activate-when-idle, so that timer will be activated
16132 immediately if Emacs is already idle.
16133
16134 * w32-fns.el (w32-using-nt): Fix docstring.
16135
161362000-07-24 Dave Love <fx@gnu.org>
16137
16138 * mouse.el (popup-menu): Set last-command-event.
16139 (mouse-major-mode-menu-prefix): Declare.
16140
161412000-07-24 Gerd Moellmann <gerd@gnu.org>
16142
16143 * textmodes/flyspell.el: Update to author's version 1.5d.
16144
16145 * progmodes/hideshow.el: Update copyright notice.
16146
16147 * vcursor.el: Set maintainer to FSF, since author cannot
16148 be reached.
16149
161502000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
16151
16152 * info.el (Info-goto-emacs-key-command-node): Leave a space after
16153 the prompt.
16154
16155 * mouse.el (popup-menu): Run the keymap through indirect-function,
16156 in case it was defined with define-prefix-key. If the menu is a
16157 list of keymaps, look up the binding of user's choice in each one
16158 of the keymaps.
16159 (mouse-popup-menubar): If the global and local menu-bar keymaps
16160 don't have a prompt string, create one and insert it into the
16161 keymap. Don't barf if current-local-map returns nil.
16162
161632000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
16164
16165 * dired.el (dired-sort-R-check): Added to allow recursive listing
16166 to be undone.
16167 (dired-sort-other): Use it.
16168
161692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16170
16171 * Release of cc-mode 5.27
16172
161732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16174
16175 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
16176 c-beginning-of-statement-1 that caused a bad case of recursion
16177 which could consume a lot of CPU in large classes in languages
16178 that have in-expression classes (i.e. Java and Pike).
16179
16180 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
16181 statements before top level constructs (i.e. case 6 is moved
16182 before case 5 and is now case 4) to catch in-expression
16183 classes in top level expressions correctly.
16184
161852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16186
16187 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
16188 objc-method-intro. Case 4 removed and case 5I added.
16189
16190 * cc-langs.el (c-append-paragraph-start): New variable used by
16191 c-common-init to get paragraph-start correct.
16192 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
16193 initialize paragraph-start to make it correct both with and
16194 without the javadoc special case.
16195
16196 * cc-mode.el (java-mode): Use c-append-paragraph-start to
16197 initialize paragraph-start for javadoc markup.
16198
16199 * cc-vars.el (c-style-variables-are-local-p): Incompatible
16200 change by defaulting this to t. It's motivated by the
16201 confusing behavior that otherwise arise from the style system
16202 when editing both java and non-java files at the same time
16203 (see the comments about style setting in c-common-init).
16204
162052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16206
16207 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
16208 similar to the one in c-fill-paragraph to check the fill
16209 prefix from the adaptive fill function for sanity.
16210
162112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16212
16213 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
16214 defun block.
16215
a30eb617
DL
162162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16217
16218 * cc-align.el (c-lineup-multi-inher): Handle lines with
16219 leading comma nicely. Extended to handle member initializers
16220 too.
16221
16222 * cc-engine.el: (c-beginning-of-inheritance-list,
16223 c-guess-basic-syntax): Fixed recognition of inheritance lists
16224 when the lines begins with a comma.
16225
a30eb617
DL
16226 * cc-vars.el (c-offsets-alist): Changed default for
16227 member-init-cont to c-lineup-multi-inher since it now handles
16228 member initializers and indents better for leading commas.
16229
162302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16231
16232 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
16233 handling that caused class open lines to be recognized as
16234 statement-conts in some cases.
16235
16236 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
16237 guessed by the adaptive fill function unless point is on the
16238 first line of a block comment.
16239
16240 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
16241 when the buffer ends with a macro continuation char.
16242
16243 * cc-engine.el (c-guess-basic-syntax): Added support for
16244 function definitions as statements in Pike. The first
16245 statement in a lambda block is now labeled defun-block-intro
16246 instead of statement-block-intro.
16247
16248 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
16249 so that the class surrounding point is selected, not the one
16250 innermost in the state.
16251
16252 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
16253 recognition of switch labels having hanging multiline
16254 statements.
16255
16256 * cc-engine.el (c-beginning-of-member-init-list): Broke out
16257 some code in c-guess-basic-syntax to a separate function.
16258 * cc-engine.el (c-just-after-func-arglist-p): Fixed
16259 recognition of member inits with multiple line arglists.
16260 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
16261 member-init-cont when the commas are in funny places.
16262
162632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16264
16265 * cc-defs.el (c-auto-newline): Removed this macro since it's
16266 not used anymore.
16267
16268 * cc-engine.el (c-looking-at-bos): New helper function.
16269 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
16270 inexpr and toplevel classes apart in Pike.
16271
16272 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
16273 of case 9A.
16274
16275 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
16276 constant, since "class" can introduce an in-expression class
16277 in Pike nowadays.
16278
162792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16280
16281 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
16282 indentation on cpp-macro lines.
16283
16284 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
16285 a syntax modifier like comment-intro, to make it possible to
16286 get syntactic indentation for preprocessor directives. It's
16287 incompatible wrt to lineup functions on cpp-macro, but it has
16288 no observable effect in the 99.9% common case where cpp-macro
16289 is set to -1000.
16290
162912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16292
16293 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
16294 member-init-cont when the preceding arglist is several lines.
16295
162962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16297
16298 * cc-styles.el (c-style-alist): The basic offset for the BSD
16299 style corrected to 8.
16300
163012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16302
16303 * cc-styles.el (c-style-alist): Adjusted the indentation of
16304 brace list openers in the gnu style.
16305
163062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16307
16308 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
16309
16310 * cc-cmds.el (c-electric-brace, c-electric-slash,
16311 c-electric-star, c-electric-semi&comma, c-electric-colon,
16312 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
16313 when c-syntactic-indentation is nil.
16314
16315 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
16316 we were left at comments preceding the first statement when
16317 reaching the beginning of the buffer.
16318
16319 * cc-vars.el (c-syntactic-indentation): New variable to turn
16320 off all syntactic indentation.
16321
163222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16323
16324 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
16325 between the text and the block comment ender when it hangs,
16326 depending on how many there are before the fill.
16327
163282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16329
16330 * cc-engine.el (c-beginning-of-closest-statement): New helper
16331 function to go back to the closest preceding statement start,
16332 which could be inside a conditional statement.
16333 * cc-engine.el (c-guess-basic-syntax): Use
16334 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
16335
16336 * cc-engine.el (c-guess-basic-syntax): Better handling of
16337 arglist-intro, arglist-cont-nonempty and arglist-close when
16338 the arglist is nested inside parens. Cases 7A, 7C and 7F
16339 changed.
16340
16341 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
16342 up-to-date with javadoc 1.2.
16343
163442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16345
16346 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
16347 multiline Pike type decls.
16348
163492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16350
16351 * cc-cmds.el (c-indent-new-comment-line): Always break
16352 multiline comments in multiline mode, regardless of
16353 comment-multi-line.
16354
163552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16356
16357 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
16358 fully::qualified::names in C++ member init lists. Preamble in
16359 case 5D changed.
16360
163612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16362
16363 * cc-langs.el (c-common-init): Handling of obsolete variables
16364 moved to c-initialize-cc-mode. More compatible style override
16365 when using global style variables.
16366 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
16367 variables moved here.
16368
a30eb617
DL
16369 * cc-styles.el (c-make-styles-buffer-local): Flag style
16370 variable localness in c-style-variables-are-local-p to make
16371 the compatibility measure in c-common-init work well.
16372
16373 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
16374 longer contain set-from-style.
16375 * cc-styles.el (c-initialize-builtin-style): Don't check for
16376 set-from-style on c-special-indent-hook.
16377 * cc-styles.el (c-copy-tree): Obsolete. The standard function
16378 copy-alist is sufficient now.
16379
16380 * cc-styles.el (c-set-style, c-set-style-1,
16381 c-get-style-variables): Fixes to variable initialization so
16382 that duplicate entries in styles have the same effect
16383 regardless of DONT-OVERRIDE.
16384
16385 * cc-styles.el (c-set-style-2): Fixed bug where the
16386 initialization of inheriting styles failed when the
16387 dont-override flag is set.
16388
16389 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
16390 on this.
16391
163922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16393
16394 * cc-defs.el (c-forward-comment): Removed the workaround
16395 introduced in 5.38 since it had worse side-effects. If a line
16396 contains the string "//\"", it regarded the // as a comment
16397 start since the \ temporarily doesn't have escape syntax.
16398
eb04d6cd 163992000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
16400
16401 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
16402 ada-xref.el before ada-prj.el, so that the Project menu is created
16403 when ada-prj tries to add to it.
16404 (ada-activate-keys-for-case): Suppress the characters that are not
16405 part of the Ada syntax. Better compatibility with else-mode
16406 (ada-adjust-case-interactive): When auto-casing is not active,
16407 correctly insert newlines (used to insert only ^M). Prevent the
16408 syntax table from being changed in case of an error
16409 (or '_' becomes part of a word and some commands are confused).
16410 Do nothing if ada-auto-case is nil.
16411 (ada-after-keyword-p): Ignore keywords that are also attributes
16412 (ada-batch-reformat): Update usage comment
16413 (ada-call-from-contextual-menu): New function
16414 (ada-case-read-exceptions): Reinitialize the casing exception list
16415 first to nil first, so that the casing exception file can be
16416 shared.
16417 (ada-check-defun-name): Handles "configure" keyword for gnatdist
16418 files.
16419 (ada-compile-goto-error): Fix regexp used to detect a file:line
16420 anywhere in the error message
16421 (ada-contextual-menu-last-point): New variable
16422 (ada-create-keymap): If the variable delete-key-deletes-forward is
16423 t on XEmacs, it means that DEL should delete one character
16424 forward.
16425 (ada-create-menu): Use :included instead of :visible for XEmacs.
16426 New submenu "Options".
16427 (ada-end-stmt-re): Correctly indent "select ... then abort"
16428 statements.
16429 (ada-fill-comment-paragraph): Correctly delete all leading '--'
16430 even if they don't match ada-fill-comment-prefix Fix handling of
16431 paragraphs on the first or last line of a file.
16432 (ada-format-paramlist): Fix handling of default parameter values.
16433 (ada-get-body-name): New function.
16434 (ada-get-current-indent): Optimized by searchling directly for an
16435 existing generic part or a statement outside of it. Handle
16436 ada-indent-align-comments when indenting comments Replaced some
16437 regexps by testing directly the next character. This results in a
16438 huge speedup on some files. New indentation scheme for renames
16439 statements. Stop looking for the 'while' or 'for' associated with
16440 a 'loop' at the first semicolon encountered. A "return" can also
16441 match an anonymous access subprogram declaration.
16442 (ada-get-indent-noindent): Ignore strings and comments when
16443 looking for the keywords "record" and "private".
16444 (ada-goto-matching-decl-start): When matching "if", make sure we
16445 are not in fact seeing "end if". Ignore "when" statements except
16446 when initial keyword was "begin". Fix handling of nested
16447 procedures. Add a recursive call to this function to skip over
16448 other 'end' statmts. Fix indentation for "when .. => begin"
16449 (ada-in-open-paren-p): Fix indentation for complex boolean
16450 expressions, where 'and then', 'or else' and parenthesis
16451 statements are mixed up.
16452 (ada-in-paramlist-p): Skip comments while searching for the
16453 beginning Fix handling of operator declarations.
16454 (ada-indent-align-comments): New variable
16455 (ada-indent-current): Change the syntax table only in the
16456 protected section, so that we are sure it is restored correctly.
16457 (ada-indent-on-previous-lines): Use ada-use-indent and
16458 ada-with-indent Correctly indent "select ... then"
16459 (ada-indent-region): Slight speedup.
16460 (ada-indent-renames): New variable.
16461 (ada-last-which-function-subprog, ada-last-which-function-line):
16462 New variables
16463 (ada-looking-at-semi-private): Correctly indent the 'private'
16464 keyword when it is the first word in a package declaration.
16465 (ada-loose-case-word): Stop searching if at the end of the buffer.
16466 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
16467 even if point is not initially at the end of the word.
16468 (ada-matching-decl-start-re): Add "when".
16469 (ada-mode): Add support for abbrev-mode, outline-mode and
16470 which-func-mode Override the old find-file.el entry in
16471 ff-special-constructs since it is using the obsolete
16472 ada-spec-suffix variable
16473 (ada-no-auto-case): New function
16474 (ada-scan-paramlist): When parsing the argument type, accept
16475 spaces (as in "X 'Class", generated by Rational Rose).
16476 (ada-other-file-name): No longer loads the other file.
16477 (ada-popup-menu): Save and restore the current buffer and cursor
16478 position before and after displaying the menu.
16479 (ada-search-ignore-complex-boolean): New function.
16480 (ada-uncomment-region): Emacs21 already knows how to delete
16481 comments not starting in the first column.
16482 (ada-use-indent): New variable
16483 (ada-which-function): New function.
16484 (ada-with-indent): New variable
16485 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
16486 can be batch-compiled from the command line.
16487
16488 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
16489 Add to the menu when the file is loaded, not in ada-mode-hook.
16490 Add -toolbar to the default ddd command Switches moved from
16491 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
16492 ada-prj-default-comp-opt
16493 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
16494 Reference Manual to the menu
16495 (ada-check-current): rewritten as a call to ada-compile-current
16496 (ada-compile): Removed.
16497 (ada-compile-application, ada-compile-current, ada-check-current):
16498 Set the compilation-search-path so that compile.el automatically
16499 finds the sources in src_dir. Automatic scrollong of the
16500 compilation buffer. C-uC-cC-c asks for confirmation before
16501 compiling
16502 (ada-compile-current): New parameter, prj-field
16503 (ada-complete-identifier): Load the .ali file before doing
16504 processing
16505 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
16506 conform to gnatmake's behavior.
16507 (ada-find-file-in-dir): New function
16508 (ada-find-references): Set the environment variables for gnatfind
16509 (ada-find-src-file-in-dir): New function.
16510 (ada-first-non-nil): Removed
16511 (ada-gdb-application): Add support for jdb, the java debugger.
16512 (ada-get-ada-file-name): Load the original-file first if not done
16513 yet.
16514 (ada-get-all-references): Handles the new ali syntax (parent types
16515 are found between <>).
16516 (ada-initialize-runtime-library): New function
16517 (ada-mode-hook): Always load a project file when a file is opened,
16518 so that the casing exceptions are correctly read.
16519 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
16520 (ada-parse-prj-file): Use find-file-noselect instead of find-file
16521 to open the project file, since the latter does not work with
16522 speedbar Get default values before loading the prj file, or the
16523 default executable file name is wrong. Use the absolute value of
16524 src_dir to initialize ada-search-directories and
16525 compilation-search-path,... Add the standard runtime library to
16526 the search path for find-file.
16527 (ada-prj-default-debugger): Was missing an opening '{'
16528 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
16529 variables.
16530 (ada-prj-default-gnatmake-opt): New variable
16531 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
16532 buffers, the project file is the default one Save the windows
16533 configuration before displaying the menu.
16534 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
16535 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
16536 ...) regexp-quote identifiers names to support operators +,
16537 -,... in regexps.
16538 (ada-remote): New function.
16539 (ada-run-application): Erase the output buffer before starting the
16540 run Support remote execution of the application. Use
16541 call-process, or the arguments are incorrectly parsed
16542 (ada-set-default-project-file): Reread the content of the active
16543 project file, not the one from the current buffer When a project
16544 file is set as the default project, all directories are
16545 automatically associated with it.
16546 (ada-set-environment): New function
16547 (ada-treat-cmd-string): New special variable ${current}
16548 (ada-treat-cmd-string): Revised. The substitution is now done for
16549 any ${...} substring
16550 (ada-xref-current): If no body was found, compiles the spec
16551 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
16552 compiler to get rid of command line length limitations.
16553 (ada-xref-get-project-field): New function
16554 (ada-xref-project-files): New variable
16555 (ada-xref-runtime-library-specs-path)
16556 (ada-xref-runtime-library-ali-path): New variables
16557 (ada-xref-set-default-prj-values): Default run command now does a
16558 cd to the build directory. New field: main_unit Provide a default
16559 file name even if the current buffer has no prj file.
16560
16561 * ada-prj.el:
16562 Rewritten to show a tabbed-dialog.
16563 (ada-prj-add-ada-menu): Remove the map and name parameters.
16564 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
16565 New function
16566 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
16567 (ada-prj-load-from-file): New function
16568 (ada-prj-save): Always save fields that depend on the current buffer
16569 (ada-prj-show-value): New function
16570
16571 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
16572 Ada mode. This will allow us to display the Ada menu in any buffer
16573 we want (for project items).
16574 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
16575 number of spaces in the header.
16576
165772000-07-24 Dave Love <fx@gnu.org>
16578
16579 * ediff-init.el (ediff-region-help-echo): Bind face-help.
16580
165812000-07-23 Noah Friedman <friedman@splode.com>
16582
16583 * type-break.el (type-break): perform autosave.
b52758d1 16584 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
a30eb617
DL
16585 (type-break-do-query): Cancel query schedule while performing
16586 actual query, to avoid possibility of a second query being made
16587 while first one is already in progress.
16588 (type-break-time-stamp-format): New variable.
16589 (type-break-time-stamp): New function.
16590 (type-break-time-warning): Use it.
16591 (type-break-keystroke-warning): Use it.
16592 (type-break-noninteractive-query): Use it.
16593
16594 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
16595 cookie.
16596 Use add-minor-mode to set minor-mode-alist, if available.
16597 (eldoc-echo-area-use-multiline-p): New user option.
16598 (eldoc-echo-area-multiline-supported-p): New variable.
16599 (eldoc-docstring-format-sym-doc): Use them.
16600 (eldoc-mode): If not using idle timers, append to local post and
16601 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
16602 (eldoc-display-message-no-interference-p): Don't interfere with
16603 edebug.
16604 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
16605 (eldoc-function-arglist): New function.
16606 (eldoc-function-argstring): Use it.
16607
16608 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
16609 auto save directory exists before calling directory-files.
16610
166112000-07-23 Dave Love <fx@gnu.org>
16612
16613 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
16614 ^o, ^u.
16615
166162000-07-21 Dave Love <fx@gnu.org>
16617
16618 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
16619 now passed to the function. It now works properly.
16620
16621 * smerge-mode.el (smerge-mode-menu): Fill it out.
16622
166232000-07-20 Gerd Moellmann <gerd@gnu.org>
16624
16625 * info-look.el (info-lookup): If *info* is shown in another frame
16626 on the same display, select that frame, instead of switching to
16627 the Info buffer in another window of the selected frame.
16628
16629 * simple.el (universal-argument-map): Bind numeric keypad keys
16630 kp-0 to kp-9 and kp-subtract.
16631 (digit-argument): Handle these keys.
16632
166332000-07-20 Dave Love <fx@gnu.org>
16634
16635 * net/goto-addr.el (goto-address-fontify): Don't bother with
16636 buffer-modified and read-only stuff -- irrelevant with overlays.
16637 Put an extra property on the overlays and use it to clean up in
16638 case goto-address is re-run.
16639
166402000-07-19 Richard M. Stallman <rms@gnu.org>
16641
16642 * timer.el (run-with-idle-timer): Doc fix.
16643
16644 * mail/mail-utils.el (mail-strip-quoted-names):
16645 Handle case where <...> appears inside "...".
16646 Use replace-match to edit the string more simply.
16647 (rmail-dont-reply-to): Cope with an unmatched ".
16648
166492000-07-19 Dave Love <fx@gnu.org>
16650
16651 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
16652 implementation.
16653
16654 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
16655 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
16656 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
16657
166582000-07-19 Gerd Moellmann <gerd@gnu.org>
16659
16660 * textmodes/refer.el: Correct maintainer's email address.
16661
16662 * progmodes/hideif.el: Correct author's email address.
16663 Fix typo in comment.
16664
16665 * xml.el: New file.
16666
16667 * mail/mailheader.el: Correct author's mail address.
16668
16669 * gnus/parse-time.el: Correct author's mail address.
16670
166712000-07-19 Colin Walters <walters@cis.ohio-state.edu>
16672
16673 * comint.el (comint-highlight-input, comint-highlight-face):
16674 New user options.
16675 (comint-input-ring-file-name): Change custom type.
16676 (comint-mode-map): Bind mouse-2.
16677 (comint-insert-clicked-input): New function.
16678 (comint-send-input): Handle input highlighting.
16679
166802000-07-18 Stefan Monnier <monnier@cs.yale.edu>
16681
16682 * mouse.el (popup-menu): New function.
16683 (mouse-major-mode-menu): Use it.
16684
166852000-07-18 Dave Love <fx@gnu.org>
16686
16687 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
16688 improvements.
16689
166902000-07-18 Gerd Moellmann <gerd@gnu.org>
16691
16692 * faces.el (face-font-selection-order)
16693 (face-font-family-alternatives): Add custom type.
16694
166952000-07-18 Dave Love <fx@gnu.org>
16696
16697 * cus-edit.el (custom-variable-reset-saved)
16698 (custom-variable-reset-standard): Remove unused bindings.
16699
16700 * rect.el (open-rectangle-line): Remove unused let.
16701
16702 * hl-line.el (hl-line-highlight): Check hl-line-mode.
16703
167042000-07-18 Gerd Moellmann <gerd@gnu.org>
16705
16706 * cdl.el: Fix `Maintainer' keyword.
16707
16708 * play/pong.el: Add author's email address.
16709
167102000-07-17 Sam Steingold <sds@gnu.org>
16711
16712 * files.el (insert-directory): Call `split-string' instead of
16713 re-implementing it.
16714
167152000-07-18 Gerd Moellmann <gerd@gnu.org>
16716
16717 * mail/vms-pmail.el: Change maintainer to FSF.
16718
16719 * net/goto-addr.el: Change maintainer to FSF.
16720
16721 * info.el (Info-title-face-alist): Removed.
16722
167232000-07-18 David Ponce <david@dponce.com>
16724
16725 * recentf.el (recentf-open-files): New command that works like
16726 `recentf-open-more-files', but shows the whole list of files (not just
16727 those omitted from the menu). Useful if you don't use a menu-bar!
16728 (recentf-open-more-files) Modified to use `recentf-open-files'.
16729
16730 (recentf-open-files, recentf-open-more-files)
16731 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
16732
16733 (recentf-dialog-mode): New mode for dialogs. You can now just type
16734 "q" to cancel the dialogs.
16735
167362000-07-18 David Ponce <david@dponce.com>
16737
16738 * recentf.el: This is a major update of recentf.el. It adds new
16739 features to better organize the recentf menu and "More..." buffer.
16740
16741 Using new provided menu filtering functions you can now organize the
16742 recent files list:
16743
16744 - by major modes
16745 - by directories
16746 - by user defined rules
16747
16748 Finally, with the new `recentf-filter-changer' customizable filter you
16749 can define a ring of filters and dynamically (via the menu) cycle on
16750 each menu organization in the ring (a la msb).
16751
167522000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
16753
16754 * eshell/eshell.el (eshell): Replace links to eshell.info with
16755 links to eshell, to avoid problems on systems where the manual is
16756 installed as `eshell'.
16757 * eshell/esh-cmd.el (eshell-cmd): Ditto.
16758 * eshell/em-smart.el (eshell-smart): Ditto.
16759 * eshell/em-banner.el (eshell-banner): Ditto.
16760 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
16761
16762 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
16763 same-file check in the MS-DOS version (it does support inodes).
16764
16765 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
16766
16767 * eshell/eshell.el (eshell-directory-name):
16768 Run default directory name through convert-standard-filename.
16769
167702000-07-18 Kenichi Handa <handa@etl.go.jp>
16771
16772 * international/mule-cmds.el (select-safe-coding-system):
16773 Fix typo in the comment.
16774
16775 * language/european.el (compound-text):
16776 Force katakana-jisx0201 to be designated to G1.
16777
16778 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
16779 Don't translate some national variant characters of latin-jisx0201.
16780 (x-ctext): Force katakana-jisx0201 to be designated to G1.
16781
16782 * international/kkc.el (kkc-after-update-conversion-functions):
16783 New variable.
16784 (kkc-update-conversion): Run functions in it at the tail.
16785
167862000-07-16 John Wiegley <johnw@gnu.org>
16787
16788 * lisp/align.el (align-newline-and-indent):
16789 Adding new function. for auto-aligning blocks of code on RET.
16790 (align-region): Fixed badly formatted minibuffer message.
16791
167922000-07-17 Kenichi Handa <handa@etl.go.jp>
16793
16794 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
16795 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
16796 the conversion list at first if appropriate.
16797 (kkc-next): Don't update kkc-next-count here.
16798 (kkc-prev): Don't update kkc-prev-count here.
16799 (kkc-show-conversion-list-update): Fix setting up of conversion
16800 list message.
16801
168022000-07-16 Stefan Monnier <monnier@cs.yale.edu>
16803
16804 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
16805
168062000-07-16 Dave Love <fx@gnu.org>
16807
16808 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
16809 function to be more specific.
16810
16811 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
16812 non-string help-echo.
16813 (widget-types-convert-widget): Defsubst it.
16814 (widget-echo-help): Try to cope with a help-echo function of two
16815 possible sorts.
16816
168172000-07-15 Jason Rumney <jasonr@gnu.org>
16818
16819 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
16820 Declare as obsolete.
16821
16822 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
16823
168242000-07-14 Gerd Moellmann <gerd@gnu.org>
16825
16826 * hilit-chg.el: Fix typo.
16827
168282000-07-14 Dave Love <fx@gnu.org>
16829
16830 * info.el (Info-mode-menu): Fix use of :help, :enable.
16831
168322000-07-14 Stefan Monnier <monnier@cs.yale.edu>
16833
16834 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
16835
168362000-07-13 Dave Love <fx@gnu.org>
16837
16838 * emacs-lisp/easymenu.el: Doc fixes.
16839 (easy-menu-remove): Defalias to ignore.
16840
16841 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
16842 Call throw correctly.
16843
168442000-07-13 Gerd Moellmann <gerd@gnu.org>
16845
16846 * faces.el (frame-background-mode): Doc fix.
16847
16848 * simple.el (eval-expression-print-length): Change custom type to
16849 allow entering nil as value.
16850
168512000-07-13 Dave Love <fx@gnu.org>
16852
16853 * progmodes/fortran.el (fortran-imenu-generic-expression):
16854 Change definition layout.
16855 (fortran-mode-menu): Reinstate customize entries.
16856
16857 * cus-edit.el (custom-group-menu-create, customize-menu-create):
16858 Use :filter, per old XEmacs code.
16859
168602000-07-12 Gerd Moellmann <gerd@gnu.org>
16861
16862 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
16863 event when deciding what to send to the terminal.
16864
168652000-07-12 Dave Love <fx@gnu.org>
16866
16867 * cus-start.el: Add optional version as 4th element of specs and
16868 use it for several things new in v21. Remove load-path. Fix type
16869 of line-number-display-limit.
16870
168712000-07-11 Dave Love <fx@gnu.org>
16872
16873 * progmodes/fortran.el: Don't require easymenu.
16874 Use repeat counts in various regexps.
16875 (fortran-mode-syntax-table): Defvar directly.
16876 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
16877 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
16878 Use defvar, not defconst.
16879 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
16880 (fortran-mode): Set fortran-comment-line-start-skip,
16881 fortran-comment-line-start-skip, dabbrev-case-fold-search.
16882 (fortran-comment-indent): Use defsubst.
16883 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
16884 Use fortran-comment-indent, not fortran-comment-indent-function.
16885 (fortran-comment-region, fortran-electric-line-number): Simplify.
16886 (fortran-auto-fill): New function.
16887 (fortran-do-auto-fill): Deleted.
16888 (fortran-find-comment-start-skip):
16889 Check for non-null comment-start-skip.
16890 (fortran-auto-fill-mode, fortran-fill-statement):
16891 Use fortran-auto-fill.
16892 (fortran-fill): Use fortran-auto-fill. Check for null
16893 comment-start-skip. Simplify final clause and use end-of-line finally.
16894
16895 * widget.el (widget-plist-member): New alias.
16896
168972000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
16898
16899 * eshell/esh-module.el (toplevel): Reference
16900 byte-compile-current-file only if it is bound.
16901
169022000-07-10 Gerd Moellmann <gerd@gnu.org>
16903
16904 * dired.el: Don't require `dired-aux'.
16905
169062000-07-10 Miles Bader <miles@lsi.nec.co.jp>
16907
16908 * dired-aux.el (dired-show-file-type): New function.
16909 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
16910 (dired-show-file-type): Add autoload.
16911
169122000-07-10 Kenichi Handa <handa@etl.go.jp>
16913
16914 * international/mule-diag.el (describe-font): Adjusted for the
16915 change of fontset-info.
16916 (print-fontset): Likewise.
16917
169182000-07-09 Stefan Monnier <monnier@cs.yale.edu>
16919
16920 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
16921
169222000-07-07 Gerd Moellmann <gerd@gnu.org>
16923
16924 * bindings.el: Bind `[delete]' to delete-char.
16925
16926 * dired.el (dired-find-alternate-file): New function.
16927 (dired-mode-map): Bind `a' to dired-find-alternate-file.
16928 (toplevel): Require dired-aux when compiling.
16929 (dired-buffers): Move defvar within file to avoid compiler warning.
16930
16931 * info.el (Info-last-search): Variable removed.
16932 (Info-search-history): New variable.
16933 (Info-search): New Info-search-history.
16934
16935 * battery.el, info-look.el: Change author's mail address.
16936
169372000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
16938
16939 * mail/rmail.el (rmail-clear-headers): Don't throw an error
16940 if rmail-ignored-headers is nil.
16941 (rmail-retry-failure): Bind rmail-ignored-headers and
16942 rmail-displayed-headers to nil.
16943
169442000-07-06 Gerd Moellmann <gerd@gnu.org>
16945
16946 * lpr.el (lpr-page-header-switches): Add `-h' switch.
16947 (print-region-1): Don't hard code `-h' here.
16948
16949 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
16950
169512000-07-01 Francesco Potorti` <pot@gnu.org>
16952
16953 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
16954 exim can use "your message" instead of "the message".
16955
169562000-07-06 Stefan Monnier <monnier@cs.yale.edu>
16957
16958 * facemenu.el: Docstrings fixes.
16959 (facemenu-get-face): Don't use internal-find-face.
16960 (facemenu-iterate): Rename arg to match the docstring.
16961
16962 * newcomment.el (uncomment-region): Be more careful when skipping
16963 backwards over `=' not to bump into BOBP.
16964
169652000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
16966
16967 * ediff-diff.el (ediff-wordify): Use syntax table.
16968 * ediff-init.el (ediff-has-face-support-p): Use
16969 ediff-color-display-p.
16970 (ediff-color-display-p): Use display-color-p, changed to defun
16971 from defsubst.
16972 Got rid of special cases for NeXT and OS/2.
16973 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
16974 face.
16975
169762000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16977
16978 * emacs-lisp/lucid.el: Require CL.
16979 (copy-tree, remprop): Remove, it's provided by CL.
16980 (map-keymap): Define in terms of cl-map-keymap.
16981 (extent-property, set-extent-end-glyph): New functions.
16982
16983 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
16984
169852000-07-05 Gerd Moellmann <gerd@gnu.org>
16986
16987 * Makefile.in (DONTCOMPILE): Add comment that the name may
16988 not be changed without changing the make-dist script.
16989
16990 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
16991 (cl-mapc): Use mapc instead of cl-old-mapc.
16992
169932000-07-05 Andrew Innes <andrewi@gnu.org>
16994
16995 * makefile.nt: Add support for `bootstrap' and related targets.
16996
169972000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16998
16999 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17000 (easy-menu-do-define): Use `menu-item' format.
17001 Handle case where easy-menu-create-menu returns a symbol.
17002 Manually call the potential top-level filter in the function binding.
17003 (easy-menu-filter-return): New arg NAME.
17004 Convert to a keymap if MENU is an XEmacs menu.
17005 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
17006 (easy-menu-converted-items-table, easy-menu-convert-item):
17007 New var and fun to memoize easy-menu-convert-item-1.
17008 (easy-menu-do-add-item): Use it.
17009 (easy-menu-create-menu): Use easy-menu-convert-item.
17010 Wrap easy-menu-filter-return around any :filter specification.
17011 Don't convert the menu if a filter was specified.
17012 Tell easy-menu-make-symbol not to check for MENU being an expression.
17013 (easy-menu-make-symbol): New arg NOEXP.
17014
170152000-07-05 Gerd Moellmann <gerd@gnu.org>
17016
17017 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
17018 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
17019 (eval-defun): If called with prefix arg, instrument code for
17020 Edebug.
17021
17022 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
17023 similar to that of eval-defun.
17024
170252000-07-04 Dave Love <fx@gnu.org>
17026
17027 * hl-line.el (hl-line-overlay): Make it permanent-local.
17028
17029 * calendar/todo-mode.el: Replaced with a working version, based on
17030 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
17031
170322000-07-03 Miles Bader <miles@lsi.nec.co.jp>
17033
17034 * paths.el (prune-directory-list): New function.
17035 (Info-default-directory-list): Rewritten to more methodically
17036 enumerate a big list of possible info directories (based on the
17037 list used by the standalone info reader).
17038
17039 * info.el (info-initialize): Use prune-directory-list to remove
17040 non-existent directories from Info-directory-list.
17041
17042 * paths.el (Info-default-directory-list): Try a list of possible
17043 info-directories instead of a single one. Add the possible
17044 info directory "/usr/share/info".
17045
17046 * woman.el (woman-man.conf-path): Explicitly include the debian
17047 man-db config file "/etc/manpath.config".
17048 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
17049 are present in `manpath.config'.
17050 (woman-manpath): Include "/usr/share/man".
17051
170522000-07-03 Gerd Moellmann <gerd@gnu.org>
17053
17054 * frame.el (blink-cursor-mode): Don't hide cursor initially.
17055
17056 * startup.el (command-line): Initialize blink-cursor based
17057 on window-system.
17058
17059 * frame.el (blink-cursor): Default to nil if not running under
17060 a window-system.
17061
17062 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
17063 (face-x-resources): Remove duplicate entry for :font.
17064
17065 * textmodes/refer.el (refer-find-entry-internal): Use some-window
17066 instead of cycling through windows with next-window.
17067
17068 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
17069 of cycling through windows with next-window.
17070
17071 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
17072 of cycling through windows with next-window.
17073
17074 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
17075 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
17076 instead of cycling through windows with next-window.
17077
17078 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
17079 instead of cycling through windows with next-window.
17080
17081 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
17082 of cycling through windows with next-window.
17083
17084 * terminal.el (te-process-output): Use walk-windows instead of
17085 cycling through windows with next-window.
17086
17087 * server.el (server-switch-buffer): Use some-window instead of
17088 cycling through windows with next-window.
17089
17090 * window.el (some-window): New function.
17091 (walk-windows): Remove reference to walk-windows-start.
17092
17093 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
17094
170952000-07-03 Richard Stallman <rms@gnu.org>
17096
17097 * window.el (walk-windows): Guarantee termination by keeping a list
17098 of all the windows already handled.
17099
171002000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17101
17102 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
17103 window-system.
17104
17105 * man.el (Man-notify-when-ready): Don't use window-system. If
17106 Man-notify-method is newframe, and the display is not
17107 multi-frame, select the frame created for the man page.
17108 (Man-init-defvars): Doc fix.
17109
171102000-06-28 Gerd Moellmann <gerd@gnu.org>
17111
17112 * faces.el (region): Change background color for light background.
17113
17114 * ediff-wind.el (ediff-setup-control-frame): Remove :box
17115 attribute from mode-line face of Ediff control frame.
17116
17117 * replace.el (query-replace-map): Bind `e' like `E'.
17118
171192000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17120
17121 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
17122 Change name to "Select All".
17123
17124 * dos-fns.el (convert-standard-filename): Fix last change.
17125
171262000-06-27 Gerd Moellmann <gerd@gnu.org>
17127
17128 * help.el (describe-variable): Don't insert a second `'s' in front
17129 of the string `value is shown below'. Since the syntax-table is
17130 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
17131 an existing `'s', so that this won't be deleted.
17132
17133 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
17134 * pcmpl-unix.el: New files.
17135
171362000-06-26 Stefan Monnier <monnier@cs.yale.edu>
17137
17138 * wid-edit.el (widget-member): Use the new plist-member.
17139
171402000-06-26 Gerd Moellmann <gerd@gnu.org>
17141
17142 * replace.el (perform-replace): Undo change of 2000-04-04.
17143 Instead, move backward 1 character at the end of the loop when
17144 necessary.
17145
17146 * faces.el (fringe): Change face for different backgrounds.
17147
17148 * eshell/esh-module.el (toplevel): Load defgroup's differently;
17149 patch from John.
17150
17151 * eshell/*.el: Change spelling of the Free Software Foundation.
17152
17153 * eshell/esh-toggle.el: Removed.
17154
17155 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
17156
17157 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
17158 interactively.
17159
171602000-06-26 Alex Schroeder <alex@gnu.org>
17161
17162 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
17163 `define-key'; instead of checking `(emacs-version)' check for
17164 `set-keymap-parent' and `set-keymap-name' directly. Add entries
17165 for `;' and `o' which might be electric.
17166
17167 (sql-electric-stuff): New user option.
17168 (sql-magic-go): New function which uses `sql-electric-stuff'.
17169 (sql-magic-semicolon): New function which uses
17170 `sql-electric-stuff'.
17171
17172 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
17173 is not fboundp.
17174
17175 (sql-oracle-options): New variable.
17176 (sql-oracle): Use it.
17177
17178 (sql-imenu-generic-expression): Doc change.
17179 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
17180 is used.
17181
17182 (sql-informix): Added command line parameter "-" to force
17183 sql-informix-program to use stdout.
17184
171852000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
17186
17187 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
17188 (cp864-decode-table): Doc fix.
17189 (cp720-decode-table): New variable, supports the Arabic OEM
17190 codepage used by Windows.
17191 (cp737-decode-table): New, Greek OEM codepage used by Windows.
17192
171932000-06-23 Dave Love <fx@gnu.org>
17194
17195 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
17196 (font-lock-fontify-anchored-keywords): Use
17197 line-beginning-position.
17198 (global-font-lock-mode): Use mapc.
17199
172002000-06-23 Stefan Monnier <monnier@cs.yale.edu>
17201
17202 * eshell/esh-module.el: Require CL when compiling.
17203
172042000-06-23 Gerd Moellmann <gerd@gnu.org>
17205
17206 * comint.el (comint-substitute-in-file-name): Call replace-match
17207 with second and third arg t.
17208
17209 * cus-edit.el (custom-button-face, custom-button-pressed-face):
17210 Specify foreground color.
17211
17212 * faces.el (tool-bar, mode-line, header-line): Specify foreground
17213 color.
17214
17215 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
17216
17217 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
17218 cddr instead of cdddr.
17219
17220 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
17221 instead of copy-list.
17222
17223 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
17224 of copy-list.
17225
17226 * subdirs.el: Add eshell subdirectory.
17227
17228 * eshell: New subdirectory containing the Eshell package.
17229
17230 * pcomplete.el: New file.
17231
172322000-06-23 Paul Eggert <eggert@twinsun.com>
17233
17234 * mail/mailpost.el (post-mail-send-it): Make sure file has
17235 proper permissions from birth.
17236
17237 * files.el (basic-save-buffer-2): When temporarily setting
17238 file modes, set them to current modes plus 0200, not to 0777.
17239
17240 * emerge.el (emerge-make-temp-file): Make sure file has proper
17241 permissions from birth.
17242
172432000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
17244
17245 * files.el (make-backup-file-name-1): On DOS/Windows, run the
17246 backup file name through convert-standard-filename.
17247
17248 * dos-fns.el (convert-standard-filename): Convert leading
17249 directories as well. When long file names are supported, convert
17250 characters that are invalid in Windows file names.
17251
172522000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17253
17254 * ps-print.el: Fix bug: if ^L is the very first buffer character,
17255 ps-print crashes. New feature: page selection for printing. Create
17256 raw-text-unix coding system for XEmacs. Doc fix.
17257 (ps-print-version): New version number (5.2.3).
17258 (ps-plot-region): Bug fix.
17259 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
17260 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
17261 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
17262 funs.
17263 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
17264 (ps-last-page): New vars.
17265
172662000-06-21 Gerd Moellmann <gerd@gnu.org>
17267
17268 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
17269 empty option string.
17270
172712000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
17272
17273 * man.el (man): Doc fix.
17274
172752000-06-21 Kenichi Handa <handa@etl.go.jp>
17276
17277 * international/mule-cmds.el (set-language-info-alist): Docstring
17278 fixed.
17279
172802000-06-20 Gerd Moellmann <gerd@gnu.org>
17281
17282 * version.el (emacs-version): Use ISO date format.
17283
17284 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
17285 instead of `M-backspace'.
17286
17287 * simple.el (turn-off-auto-fill): New function.
17288
172892000-06-20 Stefan Monnier <monnier@cs.yale.edu>
17290
17291 * jit-lock.el (with-buffer-prepared-for-jit-lock):
17292 Renamed from with-buffer-prepared-for-font-lock and use
17293 inhibit-modification-hooks rather than setting *-change-functions.
17294 Update all functions to use the new name.
17295 (jit-lock-first-unfontify-pos): New semantics (and doc).
17296 (jit-lock-mode): Make non-interactive.
17297 Don't automatically turn on font-lock.
17298 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
17299 Always use jit-lock-after-change.
17300 Remove and restore font-lock-after-change-function.
17301 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
17302 (jit-lock-after-unfontify-buffer): Remove.
17303 (jit-lock-stealth-fontify):
17304 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
17305 (jit-lock-after-change): Set the `fontified' text-prop to nil.
17306
173072000-06-20 Sam Steingold <sds@gnu.org>
17308
17309 * emacs-lisp/cl-indent.el (toplevel): Indent
17310 `print-unreadable-object' properly. Untabify.
17311
173122000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
17313
17314 * textmodes/reftex.el (reftex-find-citation-regexp-format):
17315 Support for bibentry.
17316 (reftex-compile-variables): Fixed problem with end of section-re.
17317
17318 * texmodes/reftex-dcr.el (reftex-view-crossref,
17319 reftex-view-crossref-from-bibtex):
17320 Deal with changed `reftex-find-citation-regexp-format'.
17321 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
17322 Replaced `remprop' with `put'.
17323 (reftex-view-crossref, reftex-view-crossref-when-idle):
17324 Support for bibentry.
17325
17326 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17327 New entry for bibentry package.
17328
17329 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
17330 Regexp also matches "\nobibliography".
17331
17332 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
17333 Call `reftex-ensure-write-access' before doing anything.
17334 (reftex-ensure-write-access): New function.
17335
173362000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
17337
17338 * progmodes/idlwave.el: File re-installed (update to version 4.2)
17339
17340 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
17341
17342 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
17343
17344 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
17345
17346
173472000-06-20 Dave Love <fx@gnu.org>
17348
17349 * faces.el (frame-background-mode): Use set-default, not set, in
17350 setter.
17351 (frame-update-faces, frame-update-face-colors): Define with
17352 defalias.
17353
17354 * enriched.el (enriched-decode-foreground)
17355 (enriched-decode-background): Don't use internal-find-face.
17356
17357 * apropos.el: Doc fixes.
17358
17359 * cus-edit.el (customize-changed-options): Check arg.
17360 (customize-version-lessp): Don't require decimal point.
17361
17362 * custom.el (defcustom, defgroup): Doc fix.
17363
17364 * newcomment.el (comment) <defgroup>: Add :version.
17365 (comment-multi-line): Doc fix.
17366
17367 * emulation/mlsupport.el (define-hooked-local-abbrev,
17368 define-hooked-global-abbrev): Fix, using define-abbrev.
17369
173702000-06-19 Gerd Moellmann <gerd@gnu.org>
17371
17372 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
17373 the whole buffer.
17374
173752000-06-19 Dave Love <fx@gnu.org>
17376
17377 * menu-bar.el (menu-bar-options-save): New function.
17378 (menu-bar-options-menu): Use it.
17379 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
17380 Simplify.
17381
173822000-06-19 Andreas Schwab <schwab@suse.de>
17383
17384 * progmodes/etags.el (tags-query-replace): Put new parameters
17385 START and END at the end, for backward compatibility.
17386
173872000-06-19 Kenichi Handa <handa@etl.go.jp>
17388
17389 * international/codepage.el:
17390 (cp-coding-system-for-codepage-1): Delete special codes for
17391 generating xxx-dos coding system because now a CCL based coding
17392 system can handle EOL conversion by default.
17393
17394 * international/mule.el (make-coding-system): Generate subsidiary
17395 coding systems for EOL handling variants even for a CCL based
17396 coding system.
17397
173982000-06-19 Kenichi Handa <handa@etl.go.jp>
17399
17400 * international/isearch-x.el (isearch-minibuffer-input-method)
17401 (isearch-minibuffer-input-method-function): These variables
17402 deleted.
17403 (isearch-with-input-method): Don't use the above variables.
17404 (isearch-process-search-multibyte-characters): Likewise. Call
17405 read-string with the arg INHERIT-INPUT-METHOD t.
17406
174072000-06-17 Stefan Monnier <monnier@cs.yale.edu>
17408
17409 * font-lock.el (font-lock-after-fontify-buffer)
17410 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
17411
17412 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
17413 Use consistent make-local-variable style for font-lock-fontified.
17414 (jit-lock-fontify-buffer):
17415 Don't bother checking for font-lock-mode and jit-lock-mode.
17416
17417 * time.el: Remove trailing ^M that prevent CVS-merging.
17418
174192000-06-16 Gerd Moellmann <gerd@gnu.org>
17420
17421 * Makefile.in (distclean): New target.
17422
174232000-06-16 Stefan Monnier <monnier@cs.yale.edu>
17424
17425 * Makefile.in (srcdir): Define for update-subdirs.
17426
174272000-06-16 Gerd Moellmann <gerd@gnu.org>
17428
17429 * find-lisp.el: New file.
17430
174312000-06-16 Andrew Innes <andrewi@gnu.org>
17432
17433 * time.el (display-time-mail-function): New variable, to allow
17434 external packages to indicate when new mail is available.
17435 (display-time-update): Use it.
17436
174372000-06-16 Kenichi Handa <handa@etl.go.jp>
17438
17439 * international/mule.el (mule-version): Change version name to
17440 SAKAKI. AOI has already been used by Meadow.
17441
17442 * international/quail.el (quail-show-guidance-buf): To find the
17443 bottom window (but minibuffer), pay attention to the height of
17444 minibuffer.
17445
174462000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
17447
17448 * arc-mode.el (archive-mode-map): Use the new menu-item format for
17449 menu-bar menus. Add help strings. Don't remove the Edit menu
17450 from the menu bar, as the menu bar has enough space now.
17451
17452 * Makefile.in (SHELL): Make sure /bin/sh is used.
17453
17454 * woman.el (woman-man-buffer): Fix bold and underlined CJK
17455 characters, which use series of two ^H characters instead of one.
17456
174572000-06-15 Gerd Moellmann <gerd@gnu.org>
17458
17459 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
17460 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
17461 functions.
17462 (Info-find-node-2): Try a case-sensitive search first, then
17463 do a case-insensitive search.
17464
17465 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
17466 tutorials.
17467
17468 * complete.el (PC-env-vars-alist): New variable.
17469 (PC-complete-as-file-name): New function.
17470 (partial-completion-mode): Initialize PC-env-vars-alist from
17471 process-environment.
17472 (PC-do-completion): Handle completion of env vars.
17473
17474 * info.el (Info-set-mode-line): Show file name in mode line,
17475 use `*Info*' instead of `Info:'.
17476
17477 * startup.el (command-line-1): Change copyright messages to year
17478 2000.
17479
174802000-06-15 Dave Love <fx@gnu.org>
17481
17482 * net/goto-addr.el (goto-address-fontify): Use keymap property,
17483 not local-map.
17484
174852000-06-15 Kenichi Handa <handa@etl.go.jp>
17486
17487 * international/mule.el (set-buffer-file-coding-system): Almost
17488 rewritten to handle `undecided' as no-op.
17489
174902000-06-14 Gerd Moellmann <gerd@gnu.org>
17491
17492 * Makefile.in: New file.
17493
17494 * Makefile: Removed.
17495
17496 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
17497 (goto-address-highlight-keymap): Bind C-c RET.
17498
174992000-06-14 Kenichi Handa <handa@etl.go.jp>
17500
17501 * mail/sendmail.el (sendmail-send-it): The temporary buffer
17502 inherits buffer-file-coding-system of the current buffer.
17503
17504 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
17505 0. Give correct argument to set-auto-coding-function.
17506 (tar-expunge): For goto-char, use (point-min), not 0.
17507 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
17508 (tar-subfile-save-buffer): Likewize.
17509
17510 * international/mule.el
17511 (after-insert-file-set-buffer-file-coding-system): Call
17512 set-buffer-file-coding-system with the arg FORCE t.
17513
175142000-06-13 Gerd Moellmann <gerd@gnu.org>
17515
17516 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
17517 nil. Contemporary sendmails issue an X-Authentication-Warning if
17518 the sender is set with `-f'.
17519
175202000-06-13 Dave Love <fx@gnu.org>
17521
17522 * help.el (describe-function-1): Kluge around cases of functions
17523 fset to subrs whose doc doesn't match their symbol-name.
17524
17525 * image.el (insert-image): Default STRING to a space.
17526
17527 * info.el Doc fixes.
17528 (Info-build-node-completions): Match Ref tags.
17529
175302000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
17531
17532 * frame.el (display-multi-frame-p, display-multi-font-p): New
17533 defaliases for display-graphic-p.
17534
17535 * hl-line.el: Fixed a typo in commentary.
17536
175372000-06-13 Kenichi Handa <handa@etl.go.jp>
17538
17539 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
17540 fixed.
17541
175422000-06-12 Dave Love <fx@gnu.org>
17543
17544 * image.el (insert-image): Save a little consing.
17545
175462000-06-12 Kenichi Handa <handa@etl.go.jp>
17547
17548 * language/tibet-util.el: Convert all tibetan-1-column characters
17549 to the corresponding tibetan characters.
17550 (tibetan-add-components): Delete code for the special treatment of
17551 'a chung.
17552
17553 * language/tibetan.el (tibetan-composable-pattern): Fix previous
17554 change.
17555 (tibetan-vowel-transcription-alist): More rules added.
17556 (tibetan-composite-vowel-alist): New variable.
17557 (tibetan-precomposition-rule-alist): More rules added.
17558
175592000-06-12 Stefan Monnier <monnier@cs.yale.edu>
17560
17561 * startup.el (command-line): Only call menu-bar-mode if interactive.
17562
17563 * thingatpt.el (toplevel symbol-properties):
17564 * textmodes/makeinfo.el (makeinfo-compile):
17565 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
17566 * progmodes/hideif.el (hif-compress-define-list)
17567 (hide-ifdef-use-define-alist):
17568 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
17569 (ange-ftp-vms-add-file-entry):
17570 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
17571 * man.el (Man-build-man-command):
17572 * mail/rnewspost.el (news-reply-header-hook):
17573 * info.el (Info-insert-dir):
17574 * emulation/mlconvert.el (backward-word, forward-word, setq):
17575 * emacs-lisp/gulp.el (gulp-send-requests):
17576 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
17577 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
17578 (byte-optimize-apply, end of file):
17579 * emacs-lisp/advice.el (ad-advice-class-completion-table)
17580 (ad-make-freeze-definition):
17581 * startup.el (command-line, command-line-1): Don't quote lambdas.
17582
17583 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
17584 (cvs-cleanup-removed): New function.
17585 (cvs-cleanup-functions): New var.
17586 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
17587 some flexibility in specifying additional entries to auto-cleanup.
17588 (cvs-quickdir): New function.
17589 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
17590 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
17591 (cvs-mode-find-file): Check that we are on a filename or dirname
17592 when invoked through a mouse-click.
17593 (cvs-full-path): Remove.
17594 (cvs-dired-action): Re-introduced.
17595 (cvs-dired-noselect): Use it.
17596 (vc-post-command-functions): use this new hook if available.
17597
17598 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
17599 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
17600 (cvs-filename-map, cvs-dirname-map): Remove.
17601 (cvs-default-action): Remove.
17602 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
17603 if the arg is really a keymap.
17604 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
17605 Don't hardcode the mapping from state (aka type) to face, but check
17606 the var cvs-fi-<type>-face instead.
17607 (cvs-fileinfo-from-entries): New function.
17608
17609 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
17610 Docstring fix.
17611 (cvs-find-file-and-jump): Change default to be safer.
17612 (cvs-mode-diff-map): Define it as a function as well.
17613 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
17614 Bind mouse-2 in this global map rather than with text-properties.
17615
17616 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
17617 file to resolve the ambiguity between C(conflict) and C(need-merge).
17618
176192000-06-12 Kenichi Handa <handa@etl.go.jp>
17620
17621 * international/mule.el (set-buffer-file-coding-system): If
17622 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
17623 unconditionally.
17624
176252000-06-12 Dave Love <fx@gnu.org>
17626
17627 * wid-edit.el (widget-specify-button): Really suppress the face if
17628 required.
17629
176302000-06-11 Gerd Moellmann <gerd@gnu.org>
17631
17632 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
17633
176342000-06-11 Stefan Monnier <monnier@cs.yale.edu>
17635
17636 * imenu.el (imenu-generic-expression): Docstring fix.
17637
17638 * composite.el (composition-function-table): Move the `put'
17639 below the autoload cookie so we can load the file before loaddefs.
17640
17641 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
17642
17643 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
17644 Handle easy-mmode-define-global-mode.
17645 For complex macros like define-minor-mode that can generate
17646 several autoload entries, try to autoload entries in the
17647 macroexpanded code.
17648
17649 * emacs-lisp/easy-mmode.el (define-minor-mode):
17650 If KEYMAP is a symbol, just use it.
17651 Use byte-compile-current-file and load-file-name to infer the
17652 proper :require to pass to defcustom.
17653 Wrap the hook var into `progn' so as not to autoload it.
17654 Add a :autoload-end cookie.
17655 Be more careful about the evaluation of KEYMAP.
17656 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
17657 (define-derived-mode): Move define-abbrev-table outside of defvar.
17658
176592000-06-10 Stefan Monnier <monnier@cs.yale.edu>
17660
17661 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
17662 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
17663 (backup-compiled-files): Ignore errors during `tar'.
17664 (bootstrap): Make autoloads before elc files.
17665
176662000-06-10 Kenichi Handa <handa@etl.go.jp>
17667
17668 * international/mule.el (set-buffer-file-coding-system): If one of
17669 undecided-XXX is specified, change only EOL conversion.
17670
17671 * international/mule-conf.el (unix): New alias for the coding
17672 system undecided-unix.
17673
176742000-06-09 Dave Love <fx@gnu.org>
17675
17676 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
17677
17678 * progmodes/executable.el: Byte compile dynamic.
17679 (executable-insert): Change custom type.
17680 (executable-find): Add autoload cookie.
17681 (executable-make-buffer-file-executable-if-script-p): New
17682 function. After Noah Friedman.
17683
17684 * files.el (after-save-hook): Customize, with
17685 executable-make-buffer-file-executable-if-script-p as an option.
17686
176872000-06-09 Kenichi Handa <handa@etl.go.jp>
17688
17689 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
17690 "tib24p-mule.bdf" for Tibetan.
17691
17692 * composite.el (decompose-composite-char): Declare it as obsolete.
17693
17694 * man.el (Man-fontify-manpage): Pay attention to underline and
17695 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
17696
176972000-06-08 Gerd Moellmann <gerd@gnu.org>
17698
17699 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
17700 Set maintainer to FSF since author isn't reachable.
17701
177022000-06-08 Dave Love <fx@gnu.org>
17703
17704 * international/mule-cmds.el (select-safe-coding-system): If
17705 DEFAULT-CODING-SYSTEM is not specified, also check the most
17706 preferred coding-system if buffer-file-coding-system is
17707 `undecided'. From Handa.
17708
177092000-06-08 Kenichi Handa <handa@etl.go.jp>
17710
17711 * international/mule.el
17712 (after-insert-file-set-buffer-file-coding-system): If the buffer
17713 size is greater than INSERTED, judget that we are not visiting.
17714
177152000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
17716
17717 * whitespace.el (defgroup whitespace): Comment out `:version'.
17718 XEmacs 20.4 has problems defining the group with this present.
17719 We'll have this commented out till get resolve the problem.
17720
177212000-06-07 John Wiegley <johnw@gnu.org>
17722
17723 * align.el (align-dq-string-modes, align-sq-string-modes)
17724 (align-open-comment-modes): Add pyhton-mode.
17725 (align-rules-list): Use get-text-property instead of
17726 text-properties-at.
17727 (align-rules-list): Add python-assignment.
17728 (align-rules-list): Change perl-comma-delimiter to
17729 basic-comma-delimiter. Use if for Perl modes and python-mode.
17730 (align-rules-list): Add python-chain-logic and
17731 basic-line-continuation.
17732
177332000-06-07 Jari Aalto <jari.aalto@poboxes.com>
17734
17735 * apropos.el (apropos-mode-hook): New user variable.
17736 (apropos-mode): Run apropos-mode-hook.
17737
177382000-06-07 David Ponce <david@dponce.com>
17739
17740 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
17741 commands. Require `wid-edit' at run-time.
17742
177432000-06-07 David Ponce <david@dponce.com>
17744
17745 * recentf.el: Added some "Commentary".
17746 (recentf-open-more-files, recentf-edit-list): Minor changes to
17747 move the point at the top of the file list. This behaviour is
17748 consistent with the menu one when the list contains a lot of
17749 files.
17750 (recentf-cleanup): Now displays the number of items removed from
17751 the list.
17752 (recentf-relative-filter) New menu filter to show filenames
17753 relative to `default-directory'.
17754
177552000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17756
17757 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
17758 with/without giving an error if PostScript printer doesn't have this
17759 kind of page size. Zebra Stripe continues or restarts on next page.
17760 Manual/automatic paper feeding. Switch or not the header.
17761 (ps-print-version): New version number (5.2.2).
17762 (ps-windows-system): Include emx as a Windows system.
17763 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
17764 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
17765 (ps-background-text): Code fix.
17766 (ps-error-handler-message, ps-user-defined-prologue)
17767 (ps-print-prologue-header, ps-printer-name)
17768 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
17769 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
17770 (ps-use-face-background): Customization fix.
17771 (ps-n-up-database): Data fix.
17772 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
17773 (ps-switch-header): New vars.
17774 (ps-xemacs-color-name, ps-face-foreground-name)
17775 (ps-face-background-name, ps-boolean-constant): New funs.
17776
177772000-06-07 Dave Love <fx@gnu.org>
17778
17779 * allout.el: New version from Manheimer.
17780
177812000-06-07 Kenichi Handa <handa@etl.go.jp>
17782
17783 * textmodes/fill.el (fill-find-break-point): Check the validity of
17784 charset.
17785
177862000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17787
17788 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17789 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17790 Call display-color-p and display-mouse-p instead of looking at
17791 window-system.
17792
177932000-06-06 Dave Love <fx@gnu.org>
17794
17795 * image.el (find-image): Doc fix. Return nil if image not found.
17796 (put-image, insert-image): Make STRING arg optional.
17797
177982000-06-06 Kenichi Handa <handa@etl.go.jp>
17799
17800 * language/vietnamese.el: Remove eval-when-compile.
17801 (viet-viscii-nonascii-translation-table): Define it as a
17802 translation table made from viet-viscii-decode-table.
17803 (viet-viscii-encode-table): Define it as a translation table made
17804 from the reverse map of above.
17805 (viet-vscii-nonascii-translation-table): Define it as a
17806 translation table made from viet-vscii-decode-table.
17807 (viet-vscii-encode-table): Define it as a translation table made
17808 from the reverse map of above.
17809 (ccl-decode-viscii): Use translate-character.
17810 (ccl-encode-viscii, ccl-encode-viscii-font)
17811 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
17812 Likewize.
17813
17814 * language/cyrillic.el: Remove eval-when-compile.
17815 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
17816 translation table made from cyrillic-koi8-r-decode-table.
17817 (cyrillic-koi8-r-encode-table): Define it as a translation table
17818 made from the reverse map of above.
17819 (ccl-decode-koi8): Use translate-character.
17820 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
17821 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
17822 a translation table made from cyrillic-alternativnyj-decode-table.
17823 (cyrillic-alternativnyj-encode-table): Define it as a translation
17824 table made from the reverse map of above.
17825 (ccl-decode-alternativnyj): Use translate-character.
17826 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
17827 Likewize
17828
17829 * international/mule-diag.el (non-iso-charset-alist): Specify
17830 translation table symbol instead of translation table itself.
17831 (list-block-of-chars): CHARSET may be a translation table symbol.
17832
17833 * international/mule.el (make-coding-system): If CODING-SYSTEM
17834 already exists, override it.
17835
17836 * international/fontset.el: Use family `proportional' for Tibetan
17837 fonts.
17838
17839 * international/ccl.el (ccl-compile-translate-character): Don't
17840 check if Rrr has property translation-table.
17841 (ccl-compile-map-multiple): Modified to avoid compiler warning.
17842
178432000-06-05 Gerd Moellmann <gerd@gnu.org>
17844
17845 * info.el: Bind case-fold-search to t when searching in case
17846 a user sets it to nil in a hook.
17847
178482000-06-05 Stefan Monnier <monnier@cs.yale.edu>
17849
17850 * autoarg.el (autoarg-mode, autoarg-kp-mode):
17851 * hl-line.el (hl-line-mode): Use the new :global key argument.
17852
17853 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
17854 (tar-clip-time-string): Prepend a space.
17855 (tar-grind-file-mode): Construct a string rather than modifying one.
17856 (tar-header-block-summarize): Fix docstring.
17857 Use `format' rather than an error-prone set of copy-loops.
17858
17859 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
17860 (diff-goto-source, diff-unified->context, diff-context->unified)
17861 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
17862 understand the format output by the `-p' argument to diff.
17863
17864 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
17865 (sh-re-done): Use defconst.
17866 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
17867 (sh-help-string-for-variable, sh-guess-basic-offset):
17868 Don't quote lambdas.
17869 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
17870 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
17871
17872 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
17873 (mh-letter-mode): Derive from text-mode.
17874 This implicitly means that it now calls kill-all-local-variables.
17875 Also remove the Emacs-18 compatibility code.
17876
17877 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
17878 Make use of symbol-property doc-string-elt.
17879 Use memq rather than a sequence of eq.
17880 (doc-string-elt): Fix the wrong or missing previously unused values.
17881 (autoload-print-form): New function extracted from
17882 generate-file-autoloads to allow recursion when handling progn
17883 so that defvar's and defun's docstrings are properly printed.
17884 (generate-file-autoloads): Use it.
17885
17886 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
17887 Use find-file-hooks in the minor-mode function.
17888 Be careful not to loop indefinitely in the post-command-hook function.
17889
178902000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
17891
17892 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
17893 tty's.
17894 * ediff-diff.el (ediff-exec-process): Use --binary for fine
17895 differences whenever appropriate.
17896 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
17897 * viper.el (find-file, find-file-other-window): Get viper to do
17898 wildcards.
17899
179002000-06-04 Stefan Monnier <monnier@cs.yale.edu>
17901
17902 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
17903 (jit-lock-fontify-buffer): New function for JIT refontification.
17904 (jit-lock-mode): Fix docstring.
17905 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
17906 Remove jit-lock-after-change from the _local_ hook.
17907 (jit-lock-function-1): Fix docstring.
17908
17909 * info.el (Info-on-current-buffer): Initialize info.
17910
17911 * newcomment.el (comment-indent): Ignore comment-indent-hook.
17912
17913 * progmodes/tcl.el (tcl-indent-for-comment):
17914 Ignore comment-indent-hook.
17915
17916 * emacs-lisp/easy-mmode.el: Require CL during compilation.
17917 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
17918 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
17919 and improve to use the lighter to guess the capitalization.
17920 (define-minor-mode): Inline code from easy-mmode-define-toggle.
17921 Add keyword arguments to specify global-ness or the custom group.
17922 Add local-map and help-echo properties to the lighter.
17923 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
17924 (easy-mmode-define-global-mode): New macro.
17925
179262000-06-02 Dave Love <fx@gnu.org>
17927
17928 * wid-edit.el: byte-compile-dynamic since we typically don't use
17929 all the widgets. Don't require cl or widget. Remove
17930 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
17931 (widget-read-event): Removed. Callers changed to use read-event.
17932 (widget-button-release-event-p): Renamed from
17933 button-release-event-p.
17934 (widget-field-add-space, widget-field-use-before-change):
17935 Uncustomize.
17936 (widget-specify-field): Use keymap property, not local-map.
17937 (widget-specify-button): Obey :suppress-face.
17938 (widget-specify-insert): Use modern backquote syntax.
17939 (widget-image-directory): Renamed from widget-glyph-directory.
17940 (widget-image-enable): Renamed from widget-glyph-enable.
17941 (widget-image-find): Replaces widget-glyph-find.
17942 (widget-button-pressed-face): Move defvar.
17943 (widget-image-insert): Replaces widget-glyph-insert.
17944 (widget-convert): Use keywordp.
17945 (widget-leave-text, widget-children-value-delete): Use mapc.
17946 (widget-keymap): Remove XEmacs stuff.
17947 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
17948 (widget-button-click): Don't set point at the click, but re-centre
17949 if we scroll out of window. Rewritten for images v. glyphs &c.
17950 (widget-tabable-at): Use POS arg, not point.
17951 (widget-beginning-of-line, widget-end-of-line)
17952 (widget-item-value-create, widget-sublist, widget-princ-to-string)
17953 (widget-sexp-prompt-value, widget-echo-help): Simplify.
17954 (widget-default-create): Use widget-image-insert; some rewriting.
17955 (widget-visibility-value-create)
17956 (widget-push-button-value-create, widget-toggle-value-create): Use
17957 widget-image-insert.
17958 (checkbox): Create on and off images dynamically.
17959 (documentation-link): Change :help-echo.
17960 (widget-documentation-link-echo-help): Remove.
17961
179622000-06-02 Stefan Monnier <monnier@cs.yale.edu>
17963
17964 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
17965
17966 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
17967 (easy-mmode-define-toggle, define-minor-mode): Use it.
17968 (easy-mmode-define-keymap): Docstring fix.
17969 (define-derived-mode): Default PARENT to fundamental-mode.
17970 Add the derived-mode-parent symbol-property.
17971 (easy-mmode-derived-mode-p): New function.
17972
179732000-06-02 Dave Love <fx@gnu.org>
17974
17975 * files.el (convert-standard-filename): Doc fix.
17976 (normal-backup-enable-predicate): New function.
17977 (backup-enable-predicate): Use it to replace the lambda form.
17978
17979 * calendar/todo-mode.el: [This needs more work on the outline
17980 stuff.] Doc fixes.
17981 (todo) <defgroup>: Add :version.
17982 (todo-add-category): Don't use pushnew.
17983 (todo-cmd-raise): Fix typo.
17984 (todo-top-priorities): Change temp buffer name.
17985 (todo-category-alist): Avoid redundant lambda.
17986 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
17987 Use outline-next-heading.
17988
17989 * autoarg.el: Rewritten to use define-minor-mode.
17990 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
17991 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
17992
179932000-06-02 Kenichi Handa <handa@etl.go.jp>
17994
17995 * isearch.el (isearch-other-meta-char): Fix previous change.
17996
179972000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17998
17999 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18000 (log-edit-done): Only add the comment to the ring if it's different
18001 from the last comment entered.
18002
18003 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
18004
180052000-06-01 Dave Love <fx@gnu.org>
18006
18007 * hl-line.el: Rewritten using define-minor-mode.
18008
18009 * help.el (describe-function-1): Distinguish special form from
18010 builtin function. Sanity-check presence of arglist for builtins.
18011
180122000-06-01 Kenichi Handa <handa@etl.go.jp>
18013
18014 * international/characters.el: Fix syntax/category setting of
18015 Tibetan characters.
18016
18017 * language/tibet-util.el (tibetan-add-components): Fixes for new
18018 encoding of Tibetan characters.
18019 (tibetan-decompose-precomposition-alist): New variable.
18020 (tibetan-decompose-region): Convert precomposed characters to
18021 non-precomposed characters.
18022 (tibetan-decompose-string): Likewise.
18023 (tibetan-composition-function): Fix args to
18024 thibetan-compose-string.
18025
18026 * language/tibetan.el (tibetan-composable-pattern): More
18027 characters included.
18028 (tibetan-consonant-transcription-alist): Rule for "R" added.
18029 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
18030 "+R" added.
18031 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
18032
18033 * language/lao-util.el (lao-composition-function): Fix args to
18034 compose-string.
18035
18036 * language/thai-util.el (thai-composition-function): Fix args to
18037 compose-string.
18038
18039 * isearch.el (isearch-update): Set disable-point-adjustment to t
18040 to prevent the point moving to the end of a composition when a
18041 part of a composition is searched.
18042 (isearch-other-meta-char): If the key invoking this command can be
18043 mapped by function-key-map to a printing char, call
18044 isearch-process-search-char directly.
18045
180462000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18047
18048 * emacs-lisp/bytecomp.el:
18049 * frame.el:
18050 * international/mule-cmds.el:
18051 * international/mule-util.el:
18052 * international/mule.el:
18053 * mouse.el:
18054 * subr.el:
18055 * faces.el: Update calls to make-obsolete with a WHEN argument.
18056
18057 * byte-run.el (make-obsolete, make-obsolete-variable):
18058 Add an optional WHEN argument and change the format of the
18059 symbol-property information.
18060 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
18061 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
18062 new obsolete-symbol-property format and print WHEN if it is provided.
18063
180642000-05-31 Dave Love <fx@gnu.org>
18065
18066 * loadhist.el (loadhist-hook-functions): Remove
18067 before-change-function, after-change-function.
18068 (unload-feature): Deal with symbols which are both bound and
18069 fbound.
18070
18071 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
18072 before-change-function, after-change-function.
18073
18074 * simple.el (newline): Don't bind before-change-function,
18075 after-change-function.
18076
180772000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
18078
18079 * whitespace.el (whitespace-rescan-timer-time): Update interval
18080 set to 600 seconds (10 minutes) instead of 60 seconds since
18081 a large number of whitespace buffers causes emacs to `freeze'
18082 for a considerable amount of time.
18083
18084 * whitespace.el: Updated email address
18085
180862000-05-31 Dave Love <fx@gnu.org>
18087
18088 * add-log.el (change-log-font-lock-keywords) <function>: Add
18089 pattern for function of change.
18090 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
18091 acknowledgements patterns.
18092
180932000-05-31 Kenichi Handa <handa@etl.go.jp>
18094
18095 * isearch.el (isearch-printing-char): If keyboard coding system is
18096 being used, call isearch-process-search-multibyte-characters.
18097
18098 * international/isearch-x.el: Mostly rewritten.
18099
18100 * international/quail.el (quail-start-conversion): Don't include
18101 unhandled events in the returned events, but set them in
18102 unread-command-events. Exit if all inputs are deleted.
18103
181042000-05-30 Jason Rumney <jasonr@gnu.org>
18105
18106 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
18107
18108 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
18109 Reenable code to create initial fontsets.
18110 Use set-fontset-font in place of put-charset-property.
18111
181122000-05-30 Gerd Moellmann <gerd@gnu.org>
18113
18114 * progmodes/perl-mode.el (perl-indent-line): When looking for a
18115 label, ensure that the first colon isn't followed by another.
18116
18117 * paths.el (Info-default-directory-list): Doc fix.
18118
18119 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
18120 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
18121 send a query containing USER only, not USER@HOST.
18122
18123 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
18124 and rmail-msgend to compute the restriction at the end, instead of
18125 computing it.
18126
181272000-05-29 Gerd Moellmann <gerd@gnu.org>
18128
18129 * dabbrev.el (dabbrev-expand): Don't display messages in the
18130 echo area if the minibuffer window is active.
18131
18132 * jit-lock.el (jit-lock-mode): Add after change function to
18133 local hook.
18134
181352000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
18136
18137 * antlr-mode.el: New commands: hide/unhide actions,
18138 upcase/downcase literals.
18139 (antlr-tiny-action-length): New user option.
18140 (antlr-hide-actions): New command. Suggested by
18141 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
18142 (antlr-mode-map): New binding [C-c C-v].
18143 (antlr-mode-menu): New entries.
18144 (antlr-downcase-literals): New command.
18145 (antlr-upcase-literals): Ditto.
18146
18147 * antlr-mode.el: Minor changes: indendation, mode-name.
18148 (antlr-indent-line): Indent cpp directive at column 0.
18149 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
18150
18151 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
18152 (antlr-font-lock-additional-keywords): Workaround for intentional
18153 bug in XEmacs version of font-lock.
18154 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
18155 be used by a smarter version of `buffers-menu-grouping-function'.
18156
181572000-05-29 Gerd Moellmann <gerd@gnu.org>
18158
18159 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
18160 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
18161
181622000-05-29 Kenichi Handa <handa@etl.go.jp>
18163
18164 * international/encoded-kb.el
18165 (encoded-kbd-iso2022-designation-map): Pay attention to that
18166 charset-iso-final-char return -1 for eight-bit-control and
18167 eight-bit-graphic.
18168
181692000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18170
18171 * speedbar.el (speedbar-use-images, speedbar-update-flag)
18172 (speedbar-easymenu-definition-base): Use display-graphic-p where
18173 available, instead of window-system.
18174
181752000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18176
18177 * international/codepage.el (cp-coding-system-for-codepage-1): Add
18178 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
18179 coding systems.
18180
181812000-05-26 Dave Love <fx@gnu.org>
18182
18183 * disp-table.el (standard-display-underline): Don't use
18184 internal-find-face.
18185
18186 * mail/reporter.el: Maintainer change. Doc fixes.
18187 (reporter-version): Deleted.
18188
18189 * emacs-lisp/elp.el: Maintainer change.
18190 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
18191
181922000-05-26 Stefan Monnier <monnier@cs.yale.edu>
18193
18194 * add-log.el (add-change-log-entry): Merge the current entry with the
18195 previous one if the previous one is empty.
18196
181972000-05-26 Dave Love <fx@gnu.org>
18198
18199 * loadhist.el (unload-feature): Fix interactive spec [from
18200 lijnzaad@ebi.ac.uk].
18201
18202 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
18203 subr-arity to check primitives.
18204 (byte-compile-flush-pending, byte-compile-file-form-progn)
18205 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
18206 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
18207 mapcar.
18208
182092000-05-26 Kenichi Handa <handa@etl.go.jp>
18210
18211 * international/fontset.el: Set family names of non-latin charsets
18212 in default fontset to "*".
18213
18214 * international/mule-diag.el (print-fontset): Combine family part
18215 and registry part of the fontname by "-*-" instead of "-".
18216
18217 * international/mule-cmds.el (encode-coding-char): Make strings
18218 multibyte before calling encode-coding-string.
18219
182202000-05-25 Stefan Monnier <monnier@cs.yale.edu>
18221
18222 * derived.el: Fix keywords.
18223 (define-derived-mode): Only define if needed.
18224
18225 * simple.el (fill-comment, comment-column, comment-start)
18226 (comment-start-skip, comment-end, comment-indent-function)
18227 (block-comment-start, block-comment-end, indent-for-comment)
18228 (set-comment-column, kill-comment, comment-padding, comment-region)
18229 (comment-multi-line, indent-new-comment-line): Remove.
18230
18231 * bindings.el (esc-map): Change ; to comment-dwim and use the new
18232 function names for comment operations.
18233
18234 * newcomment.el: Add abundant autoload cookies.
18235 (comment-style): Don't depend on runtime data at compile-time.
18236 (comment-indent-hook): Remove.
18237 (comment-indent): Check if comment-indent-hook is bound.
18238 (comment-region): Docstring fix.
18239
182402000-05-25 Dave Love <fx@gnu.org>
18241
18242 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
18243 byte-code-function-p.
18244
18245 * mail/rmailsum.el: Add provide.
18246
18247 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
18248
18249 * smerge-mode.el (smerge-diff-switches): Don't use list* in
18250 defcustom.
18251
182522000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
18253
18254 * ediff-diff.el (ediff-exec-process): delete --binary option from
18255 non-buffer ediff jobs.
18256
182572000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18258
18259 * hilit-chg.el (highlight-changes-mode): Ask about color or
18260 grayscale support, not about window-system.
18261
18262 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
18263 window-system.
18264 (ffap-highlight): Always default to t.
18265
18266 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
18267 display-popup-menus-p instead of looking at window-system.
18268
18269 * disp-table.el (standard-display-g1, standard-display-graphic):
18270 Only refuse to use string glyphs on X and MS-Windows.
18271
18272 * avoid.el: Remove window-system from commentary, suggest to use
18273 display-*-p instead.
18274
18275 * apropos.el (apropos-print): Use display-mouse-p instead of
18276 window-system.
18277
182782000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18279
18280 * international/codepage.el (cp-decoding-vector-for-codepage):
18281 Fill up unsupported characters with their own codes. From Kenichi
18282 Handa.
18283
182842000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18285
18286 * international/mule-diag.el (describe-char-after): Use
18287 display-graphic-p instead of window-system, so that this function
18288 works on MS-DOS.
18289
182902000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18291
18292 * international/codepage.el (cp-make-coding-systems-for-codepage):
18293 Remove the eight-bit-graphic and eight-bit-control charsets from
18294 the list of charsets which we convert into `?'.
18295
182962000-05-25 Kenichi Handa <handa@etl.go.jp>
18297
18298 * international/mule-conf.el: Specify CHARSET-ID explicitely for
18299 private charsets.
18300 (mule-unicode-0100-24ff, japanese-jisx0213-1,
18301 japanese-jisx0213-2): New charsets.
18302
18303 * international/fontset.el: Setup default fontset for new charsets.
18304
183052000-05-24 Dave Love <fx@gnu.org>
18306
18307 * info.el (Info-find-node-2): Restructure [following "Vadim
18308 S. Solomin" <sovs@uic.nnov.ru>].
18309
18310 * icomplete.el: Fix header for Finder.
18311
183122000-05-24 Eric M. Ludlam <zappo@ultranet.com>
18313
18314 * rmailout.el (rmail-output-to-rmail-file): Added optional param
18315 STAY.
18316
18317 * rmail.el (rmail-automatic-folder-directives): New user variable.
18318 (rmail-show-message): Add call to `rmail-auto-file' during
18319 display.
18320 (rmail-auto-file): New function.
18321
183222000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
18323
18324 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
18325 account.
18326 (ediff-test-utility,ediff-diff-mandatory-option)
18327 (ediff-reset-diff-options): Utilities for proper initialization of
18328 ediff-diff-options and ediff-diff3-options on Windows.
18329
18330 * ediff-init.el (ediff-merge-filename-prefix): New customizable
18331 variable.
18332
18333 * ediff-mult.el (ediff-filegroup-action): Use
18334 ediff-merge-filename-prefix.
18335
183362000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
18337
18338 * viper-ex.el (ex-write): Set selective display to nil.
18339
183402000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
18341
18342 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
18343 aliases for hebrew-iso-8bit.
18344
183452000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
18346
18347 * woman.el: New version from Francis J. Wright
18348 <F.J.Wright@Maths.QMW.ac.uk>.
18349 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
18350 names in environment variables regardless of the path separator.
18351 (woman-topic-all-completions-1): Don't call file-name-directory-p
18352 on all files, since woman-file-regexp already filters out any
18353 directories.
18354
183552000-05-24 Kenichi Handa <handa@etl.go.jp>
18356
18357 * international/quail.el (quail-start-translation): Don't change
18358 modified-p of the current buffer.
18359 (quail-start-conversion): Likewise.
18360
18361 * international/kkc.el (kkc-region): Don't change modified-p of
18362 the current buffer.
18363
18364 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
18365 conform to RFC1468.
18366 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
18367
183682000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
18369
18370 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
18371 (speedbar-insert-button): Invisible text property fix.
18372 (speedbar-directory-plus): Renamed from speedbar-directory-+
18373 (speedbar-directory-minus): Renamed from speedbar-directory--
18374 (speedbar-page-plus): Renamed from speedbar-file-+
18375 (speedbar-page-minus): Renamed from speedbar-file--
18376 (speedbar-page): Renamed from speedbar-file-
18377 (speedbar-tag): Renamed from speedbar-tag-
18378 (speedbar-tag-plus): Renamed from speedbar-tag-+
18379 (speedbar-tag-minus): Renamed from speedbar-tag--
18380 (speedbar-expand-image-button-alist): Use above renames.
18381
18382 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
18383 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
18384 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
18385 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
18386 * sb-pg.xpm: Renamed from sb-file.xpm
18387 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
18388 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
18389
183902000-05-24 Kenichi Handa <handa@etl.go.jp>
18391
18392 * international/quail.el (quail-show-guidance-buf): Set
18393 current-input-method of the guidance buffer to the name of the
18394 curren input method.
18395
183962000-05-23 Stefan Monnier <monnier@cs.yale.edu>
18397
18398 * progmodes/compile.el (compile-internal): Style typo.
18399
18400 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
18401 quote vars and functions in the docstring.
18402
18403 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
18404
18405 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
18406 Don't quote lambdas.
18407
18408 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
18409
184102000-05-23 Gerd Moellmann <gerd@gnu.org>
18411
18412 * startup.el (command-line): Determine source file of compiled
18413 user init file differently. Warn if compiled user init file
18414 is older than its source file.
18415
18416 * ffap.el (ffap-url-regexp): Add `https'.
18417
184182000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
18419
18420 * files.el (make-backup-file-name-1): Replace slashes with `!'
18421 rather than `|' (which is not allowed on Windows). Replace the
18422 drive letters with a string "drive_X".
18423
184242000-05-23 Gerd Moellmann <gerd@gnu.org>
18425
18426 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
18427
18428 * files.el (interpreter-mode-alist): Add `bash2'.
18429
184302000-05-22 Dave Love <fx@gnu.org>
18431
18432 * loadhist.el (feature-symbols, file-provides, file-requires): Use
18433 mapc.
18434 (feature-file): Avoid calling symbol-name. Doc fix.
18435 (file-set-intersect, file-dependents): Use dolist, not mapcar.
18436 (loadhist-hook-functions): Add mouse-position-function.
18437 (unload-feature): Change uses of mapcar.
18438
18439 * files.el (parse-colon-path): Doc fix.
18440 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
18441 (set-auto-mode): Use mapc.
18442
18443 * complete.el (PC-look-for-include-file): Use :alnum: character
18444 class.
18445 (partial-completion-mode): Add autoload cookie.
18446
184472000-05-22 Sam Steingold <sds@gnu.org>
18448
18449 * info.el (Info-fontify-node): Fixed the call to
18450 `add-text-properties' (bug introduced on 2000-05-18).
18451
184522000-05-22 Dave Love <fx@gnu.org>
18453
18454 * bindings.el: Remove debug-ignored-errors set in other files.
18455
18456 * progmodes/etags.el: Add to debug-ignored-errors.
18457 (visit-tags-table-buffer): Clear out buffers holding old tables
18458 when making a new list.
18459 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
18460 mapc.
18461
18462 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
18463 quote keywords.
18464 (cmpl-string-case-type): Use character classes.
18465
18466 * comint.el:
18467 * textmodes/ispell.el:
18468 * imenu.el:
18469 * mail/mh-e.el:
18470 * progmodes/compile.el: Add to debug-ignored-errors.
18471
18472 * dabbrev.el: Add to debug-ignored-errors.
18473 (dabbrev-completion): Use mapc.
18474
184752000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
18476
18477 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
18478 (woman-mapcan, woman-parse-man.conf)
18479 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
18480 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
18481 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
18482 path syntax better.
18483 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
18484 (woman-manpath): Call woman-parse-man.conf.
18485 (woman-emulation): New defcustom, defaults to nroff.
18486 (woman-font-support): New defconst.
18487 (woman-use-symbol-font): New defcustom.
18488 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
18489 "Emulation".
18490 Many functions: Doc fix.
18491
184922000-05-22 Kenichi Handa <handa@etl.go.jp>
18493
18494 * international/quail.el (quail-simple-translation-keymap): Map
18495 128..255 to quail-self-insert-command.
18496 (quail-keyboard-layout-alist): Add definition for "pc102-de".
18497
184982000-05-22 Stefan Monnier <monnier@cs.yale.edu>
18499
18500 * help.el (help-manyarg-func-alist): Typo.
18501
18502 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
18503 intervals which makes it heaps simpler.
18504
18505 * newcomment.el (comment-region-internal): Go back to BEG after quoting
18506 the nested comment markers.
18507
18508 * subr.el (remove-hook): Don't turn the hook's value into a list.
18509
185102000-05-21 Dave Love <fx@gnu.org>
18511
18512 * edmacro.el (edmacro-parse-keys): Return vector if any elements
18513 are invalid characters.
18514
18515 * international/mule-util.el (detect-coding-with-priority): Use
18516 mapc. Remove redundant lambda.
18517
18518 * international/mule-diag.el (list-non-iso-charset-chars)
18519 (describe-fontset): Remove redundant lambda.
18520
18521 * emulation/crisp.el (brief-mode): New alias.
18522
18523 * emacs-lisp/ring.el (ring-elements): New function.
18524
18525 * emacs-lisp/easymenu.el (easy-menu-create-menu)
18526 (easy-menu-do-add-item): Use keywordp.
18527
18528 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
18529
18530 * replace.el: Doc and error message fixes.
18531 (replace-highlight): Use facep, not internal-find-face.
18532
185332000-05-20 Stefan Monnier <monnier@cs.yale.edu>
18534
18535 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
18536
18537 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
18538 (log-edit-insert-changelog): Drop `:' as well.
18539
18540 * log-view.el: Fix file description.
18541 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
18542 available.
18543 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
18544 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
18545
18546 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
18547 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
18548 Print a status message if the toggle is called interactively.
18549 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
18550 for global minor modes and use `defcustom' for them.
18551 Use add-minor-mode.
18552 (easy-mmode-define-derived-mode): Remove.
18553 (define-derived-mode): Fancier default docstring.
18554 (easy-mmode-define-navigation): Signal an error rather than (ding).
18555
18556 * newcomment.el (comment-styles): New `box-multi'.
18557 (comment-normalize-vars): Better default for comment-continue to
18558 avoid whitespace-only continuations.
18559 (comment-search-forward): Always move even in the no-syntax case.
18560 (comment-padright): Only obey N if it's only obeyed for padleft.
18561 (comment-make-extra-lines): Better handling of empty continuations.
18562 Use `=' for the filler if comment-start has only one character.
18563 (uncomment-region): Try handling the special `=' filler.
18564 (comment-region): Allow LINES even if MULTI is nil.
18565 (comment-box): Choose box style based on comment-style.
18566
185672000-05-20 Kenichi Handa <handa@etl.go.jp>
18568
18569 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
18570 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
18571
185722000-05-20 Kenichi HANDA <handa@etl.go.jp>
18573
18574 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
18575 and insert, not subst-char-in-region.
18576
18577 * international/mule-diag.el (list-character-sets-1): Handle
18578 charsets eight-bit-control and eight-bit-graphic.
18579 (list-iso-charset-chars): Likewise.
18580 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
18581 charactes as is. Use indent-to to align characters.
18582
18583 * international/mule-cmds.el (find-multibyte-characters): Never
18584 exclude charsets eight-bit-control and eight-bit-graphic.
18585
185862000-05-19 Stefan Monnier <monnier@cs.yale.edu>
18587
18588 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
18589 Don't quote lambdas.
18590
18591 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
18592
185932000-05-19 Gerd Moellmann <gerd@gnu.org>
18594
18595 * gud.el (gud-jdb-directories): Doc fix.
18596
185972000-05-19 Stefan Monnier <monnier@cs.yale.edu>
18598
18599 * newcomment.el: New file.
18600
186012000-05-19 Gerd Moellmann <gerd@gnu.org>
18602
18603 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
18604
186052000-05-18 Andreas Schwab <schwab@suse.de>
18606
18607 * dired.el (dired-between-files): Also skip lines beginning with
18608 `used'.
18609
186102000-05-18 Gerd Moellmann <gerd@gnu.org>
18611
18612 * msb.el (msb-menu-cond): Add choice `user'.
18613
186142000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18615
18616 * ps-print.el: Compatibility, customization and doc fix.
18617 (ps-printer-name-option): Replace defconst by defvar.
18618 (ps-postscript-code-directory): XEmacs compatibility.
18619 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
18620 fix.
18621 (ps-user-defined-prologue, ps-print-prologue-header)
18622 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
18623 compatibility and code fix.
18624 (ps-print-background-image, ps-print-background-text):
18625 Customization fix.
18626 (ps-line-number-start, ps-n-up-on): New vars.
18627
186282000-05-18 Espen Skoglund <esk@ira.uka.de>
18629
18630 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
18631 the indent-comment function to just return the appropriate indent.
18632
186332000-05-18 Eric M. Ludlam <zappo@ultranet.com>
18634
18635 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
18636 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
18637 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
18638
186392000-05-18 Dave Love <fx@gnu.org>
18640
18641 * info.el (Info-fontify-node): Add intangible property as well as
18642 invisible.
18643
18644 * calendar/appt.el (appt-make-list): Match all lines of entry.
18645 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
18646
186472000-05-18 Kenichi Handa <handa@etl.go.jp>
18648
18649 * international/mule-diag.el (describe-char-after): Call
18650 internal-char-font, not char-font. If internal-char-font returns
18651 nil, display "-- none --".
18652
186532000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
18654
18655 * image.el (image-type-available-p): Don't reference image-types
18656 if it isn't bound.
18657
186582000-05-17 Stefan Monnier <monnier@cs.yale.edu>
18659
18660 * autoarg.el (autoarg-mode): Typo in the :set argument.
18661
186622000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
18663
18664 * startup.el (command-line-1): Don't signal an error if the
18665 directory for auto-save-list files does not yet exist.
18666
186672000-05-17 Kenichi Handa <handa@etl.go.jp>
18668
18669 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
18670
186712000-05-16 Stefan Monnier <monnier@cs.yale.edu>
18672
18673 * subr.el (remove-hook): `setq' hook-value, not `set'.
18674
186752000-05-16 Sam Steingold <sds@gnu.org>
18676
18677 * info.el (debug-ignored-errors): More errors to ignore.
18678
186792000-05-16 Dave Love <fx@gnu.org>
18680
18681 * cus-edit.el: Don't require cl or easymenu.
18682 (custom-variable-prompt): Test standard-value property, not
18683 user-variable-p.
18684
186852000-05-16 Sam Steingold <sds@gnu.org>
18686
18687 * subr.el (add-hook): `setq' hook-value, not `set'.
18688
186892000-05-16 Gerd Moellmann <gerd@gnu.org>
18690
18691 * startup.el (command-line-1): Mention the FAQ in the startup
18692 message.
18693
18694 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
18695
18696 * progmodes/compile.el (compilation-parse-errors): Collect
18697 `nomessage' regexps last.
18698
18699 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
18700
18701 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
18702 to the function name.
18703
187042000-05-15 Dave Love <fx@gnu.org>
18705
18706 * speedbar.el (speedbar-recenter): Typo.
18707 (speedbar-expand-line): Make arg optional.
18708 (speedbar-mode): Avoid a compiler warning.
18709
187102000-05-15 Gerd Moellmann <gerd@gnu.org>
18711
18712 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
18713 user-specified option string is empty.
18714
18715 * mouse.el (mouse-yank-at-click): Doc fix.
18716
187172000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
18718
18719 * term/internal.el (IT-character-translations): More updates of
18720 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
18721 documents.
18722
187232000-05-15 Gerd Moellmann <gerd@gnu.org>
18724
18725 * env.el (getenv): New function, interactively callable.
18726 (setenv, getenv): Remove autoload cookies.
18727
18728 * loadup.el: Load `env'.
18729
18730 * progmodes/f90.el: Change author's mail address.
18731
187322000-05-14 Dave Love <fx@gnu.org>
18733
18734 * mail/rmail.el (rmail-show-message-hook): Customize and offer
18735 goto-addr as an option.
18736
18737 * help.el (help-xref-stack): Doc fix.
18738 (help-xref-following): New variable.
18739 (help-make-xrefs): Use it.
18740 (help-xref-go-back): Use position information from stack element.
18741 (help-follow): Make position in stack element a pair. Use
18742 help-xref-following.
18743
18744 * autoarg.el: New file.
18745
18746 * faces.el: Declare more functions obsolete.
18747
18748 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
18749 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
18750 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
18751 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
18752 Remove all the setup-...-environment functions.
18753
187542000-05-13 Eric M. Ludlam <zappo@ultranet.com>
18755
18756 * speedbar.el: Updated the commentary section. xemacs20p now uses
18757 >= when detecting. Require `defimage' safely.
18758 (speedbar-easymenu-definition-base): Add toggle for images.
18759 (speedbar-easymenu-definition-special): Add flush cache & expand.
18760 (speedbar-visiting-tag-hook): Set new defaults. Added options.
18761 (speedbar-reconfigure-keymaps-hook): New variable.
18762 (speedbar-frame-parameters): Updated documentation.
18763 (speedbar-use-imenu-flag): Updated custom tag
18764 (speedbar-dynamic-tags-function-list): New variable.
18765 (speedbar-tag-hierarchy-method): Updated doc & custom.
18766 (speedbar-indentation-width, speedbar-indentation-width) New
18767 variables.
18768 (speedbar-hide-button-brackets-flag): Customizable.
18769 (speedbar-vc-indicator): Doc update.
18770 (speedbar-ignored-path-expressions): Updated default value.
18771 (speedbar-supported-extension-expressions): Updated default value.
18772 (speedbar-syntax-table): Remove {} paren status.
18773 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
18774 as "+". Added overlay aliases.
18775 (speedbar-mode): Use `speedbar-mode-line-update' instead of
18776 `force-mode-line-update'.
18777 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
18778 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
18779 `mouse-set-point'
18780 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
18781 (speedbar-item-info-tag-helper): Revamped to handle a wider range
18782 of arbitrary text, and new helper functions.
18783 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
18784 filename finder.
18785 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
18786 (speedbar-directory-buttons): Update path search/expansion.
18787 (speedbar-make-tag-line): Pay attention to
18788 `speedbar-indentation-width'. Use more care w/ invisible
18789 properties.
18790 (speedbar-change-expand-button-char): Call
18791 `speedbar-insert-image-button-maybe'.
18792 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
18793 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
18794 (speedbar-trim-words-tag-hierarchy)
18795 (speedbar-simple-group-tag-hierarchy): New functions
18796 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
18797 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
18798 functions.
18799 (speedbar-mouse-set-point): New function
18800 (speedbar-power-click): Updated documentation.
18801 (speedbar-line-token, speedbar-goto-this-file): Handle more types
18802 of tag prefix text.
18803 (speedbar-expand-line, speedbar-contract-line): Make more robust
18804 to strange text.
18805 (speedbar-expand-line): Takes universal argument to flush the
18806 cache.
18807 (speedbar-flush-expand-line): New function.
18808 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
18809 Use new generator insertion method.
18810 (speedbar-fetch-dynamic-tags): New function.
18811 (speedbar-fetch-dynamic-imenu): Removed code now handled in
18812 `speedbar-fetch-dynamic-imenu'.
18813 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
18814 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
18815 "Revert Buffer" menu items.
18816 (speedbar-buffer-buttons-engine): Be smarter when creating a
18817 filename tag (for expansion purposes.).
18818 (speedbar-highlight-one-tag-line,
18819 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
18820 (speedbar-recenter): New functions.
18821 (defimage-speedbar): Image loading abstraction.
18822 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
18823 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
18824 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
18825 (speedbar-tag-type, speedbar-tag-mail): New images.
18826 (speedbar-expand-image-button-alist): New variable.
18827 (speedbar-insert-image-button-maybe): Insert an image over some
18828 buttons.
18829
188302000-05-13 Kenichi Handa <handa@etl.go.jp>
18831
18832 * international/mule-cmds.el (encode-coding-char): An ASCII
18833 character is always encodable.
18834
18835 * international/mule-conf.el: Add more information in descriptions
18836 of character sets.
18837
18838 * international/mule-diag.el (describe-char-after): New function.
18839 (describe-font-internal): Adjusted for the change of font-info.
18840 (describe-font): Likewise.
18841 (print-fontset): Rewritten for the new fontset implementation.
18842 (describe-fontset): Include fontset alias names in completion.
18843 (list-fontsets): Adjusted for the change of print-fontset.
18844
18845 * simple.el (what-cursor-position): If DETAIL is non-nil, call
18846 describe-char-after instead of displaying the detail in the echo
18847 area.
18848 (syntax-code-table): Format changed.
18849 (string-to-syntax): Adjusted for the above change.
18850
188512000-05-12 Stefan Monnier <monnier@cs.yale.edu>
18852
18853 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
18854
188552000-05-12 Dave Love <fx@gnu.org>
18856
18857 * calendar/todo-mode.el: Remove some compatibility stuff and CL
18858 dependence. Use line-{beginning,end}-position, not
18859 point-at{b,e}ol. Some doc fixes.
18860 (todo-position): New function. Fix callers of position to use it.
18861 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
18862
188632000-05-12 Gerd Moellmann <gerd@gnu.org>
18864
18865 * time.el (display-time-mail-icon): Use `:ascent center'.
18866
18867 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
18868 handling FTP security extensions.
18869
188702000-05-11 Dave Love <fx@gnu.org>
18871
18872 * calendar/todo-mode.el: New file.
18873
188742000-05-11 Gerd Moellmann <gerd@gnu.org>
18875
18876 * comint.el (comint-read-input-ring): Move reference to
18877 comint-input-ring-size outside of the save-excursion. It was
18878 causing the default value to be the only one ever seen.
18879
18880 * font-lock.el: Update copyright. Remove Simon Marshall's email
18881 address on request from him.
18882
18883 * subr.el (substitute-key-definition): Add comment describing
18884 the meaning of PREFIX.
18885
188862000-05-10 Stefan Monnier <monnier@cs.yale.edu>
18887
18888 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
18889
18890 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
18891 (add-minor-mode): Don't make the variable buffer-local and add a
18892 reference to define-minor-mode in the docstring.
18893
18894 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
18895 HEADER/FOOTER and fix bug with trailing empty directory.
18896 (cvs-append-to-ignore): Use vc-editable-p if available.
18897 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
18898 (vc-do-command): Tweak advice to handle the new VC.
18899
18900 * log-view.el (log-view-goto-rev): New function for the new VC.
18901 (log-view-minor-wrap): Use mark-active.
18902
18903 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
18904 (log-edit-changelog-full-paragraphs): New var.
18905 (log-edit-insert-changelog): Remove a lonely leading `* file'.
18906 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
18907 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
18908 (log-edit-changelog-ours-p, log-edit-changelog-entries)
18909 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
18910 Replace the `cvs' prefix with `log-edit'.
18911
18912 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
18913
18914 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
18915 (diff-font-lock-defaults): Explicitly turn off multiline.
18916 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
18917 (diff-ediff-patch): Fix call to ediff-patch-file.
18918 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
18919 Handle comments.
18920
18921 * frame.el (automatic-hscrolling): Typo.
18922
18923 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
18924
189252000-05-09 Sam Steingold <sds@goems.com>
18926
18927 * apropos.el (apropos-print): use `describe-face' instead of
18928 `customize-face-other-window'.
18929
189302000-05-09 Dave Love <fx@gnu.org>
18931
18932 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
18933
18934 * help.el (describe-variable): Have customize button pop the
18935 help-xref stack when invoked.
18936 (help-xref-symbol-regexp): Add `face'.
18937 (help-make-xrefs): Check for quoted face names and adapt regexp
18938 submatch numbers to cope.
18939 (help-xref-interned): Maybe insert face doc too. Separate
18940 sections with a line of hyphens.
18941
18942 * faces.el: Some doc fixes. Declare some functions obsolete.
18943 (describe-face): Add customize button. Return the help
18944 text. Fix prompt.
18945
189462000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
18947
18948 * term/internal.el (IT-character-translations): Fix last change.
18949
189502000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18951
18952 * woman.el: New file
18953 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
18954
189552000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18956
18957 * term/internal.el (IT-character-translations): Update ASCII
18958 simulations for greek-iso8859-7, add latin-iso8859-14 and
18959 latin-iso8859-15.
18960
18961 * international/mule-cmds.el (set-language-info-alist): Call
18962 define-prefix-command with 3 arguments, to make the map suitable
18963 for a menu.
18964
189652000-05-07 Dave Love <fx@gnu.org>
18966
18967 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
18968
189692000-05-05 Dave Love <fx@gnu.org>
18970
18971 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
18972 list in doc string. Don't quote keyword symbols.
18973 * emacs-lisp/cl.el: Likewise
18974 * emacs-lisp/cl-seq.el: Likewise
18975
189762000-05-05 Gerd Moellmann <gerd@gnu.org>
18977
18978 * abbrev.el (abbrev-mode): Make ARG optional.
18979
189802000-05-04 Gerd Moellmann <gerd@gnu.org>
18981
18982 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
18983
18984 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
18985
18986 * subr.el (substitute-key-definition): Clarify documentation.
18987
189882000-05-04 Milan Zamazal <pdm@freesoft.cz>
18989
18990 * glasses.el (glasses-convert-to-unreadable): Use
18991 `glasses-separator' instead of the hard-wired "_".
18992 (glasses-mode): Call `glasses-make-unreadable' only in a single
18993 place.
18994
189952000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
18996
18997 * term/internal.el (cjk-codepages-alist): Add associations for
18998 Chinese and Korean codepages. Remove FIXME comment.
18999
190002000-05-03 Dave Love <fx@gnu.org>
19001
19002 * time.el (display-time-mail-face, display-time-use-mail-icon):
19003 New option.
19004 (display-time-mail-icon): New variable.
19005 (display-time-string-forms): Use the above. Fix the local-map.
19006
190072000-05-03 Gerd Moellmann <gerd@gnu.org>
19008
19009 * replace.el (query-replace-map): Add binding for `E'.
19010 (query-replace-help): Extend help text.
19011 (perform-replace): Allow editing the replacement string.
19012
19013 * make-mode.el (makefile-mode-abbrev-table): New variable.
19014 (makefile-mode): Set local abbrev table to
19015 makefile-mode-abbrev-table.
19016 (makefile-font-lock-keywords): Fontify includes and conditionals.
19017
19018 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
19019 set TOGGLE's value.
19020
19021 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
19022 mail-interactive-insert-alias.
19023 (mail-abbrev-complete-alias): New command.
19024 (mail-mode-map): Bind it to `M-TAB'.
19025
190262000-05-03 Kenichi Handa <handa@etl.go.jp>
19027
19028 * language/lao-util.el (lao-compose-region): New function.
19029
190302000-05-02 Gerd Moellmann <gerd@gnu.org>
19031
19032 * files.el (recover-session): Make directories as necessary
19033 if they don't exist yet.
19034
19035 * calendar/cal-french.el
19036 (french-calendar-multibyte-special-days-array)
19037 (french-calendar-special-days-array): Change French text.
19038 (calendar-french-date-string): Change output.
19039 (calendar-goto-french-date): Likewise.
19040
190412000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
19042
19043 * wid-edit.el (widget-default-active): Obey `:always-active'.
19044 (widget-documentation-string-value-create): Set `:always-active'.
19045
190462000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19047
19048 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
19049 default prefix to `~/_emacs.d/auto-save.list/_s'.
19050 (normal-top-level): Create the directory for auto-save files, if
19051 it doesn't already exist (in the ms-dos case only).
19052
190532000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19054
19055 * international/mule-cmds.el (set-language-environment): Don't
19056 concat an integer (dos-codepage), use format instead.
19057
190582000-05-02 Dave Love <fx@gnu.org>
19059
19060 * help.el (help-xref-on-pp): Check for constant symbols.
19061
190622000-04-29 Gerd Moellmann <gerd@gnu.org>
19063
19064 * startup.el (normal-top-level): Put a condition-case around
19065 the code loading subdirs.el.
19066
190672000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19068
19069 * ps-print.el: Upside-down and face background color printing,
19070 line number step, doc fix.
19071 (ps-print-version): New version number (5.2).
19072 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
19073 (ps-face-attribute-list, ps-plot-with-face): Code fix.
19074 (ps-spool-config): Var fix.
19075 (ps-printer-name-option): Const fix.
19076 (ps-print-upside-down, ps-use-face-background)
19077 (ps-line-number-step): New vars.
19078 (ps-window-system, ps-lp-system): New consts.
19079 (ps-face-background): New fun.
19080
190812000-04-28 Richard Stallman <rms@gnu.org>
19082
19083 * files.el (make-auto-save-file-name):
19084 Apply auto-save-file-name-transforms to visited file name
19085 before generating auto save file name.
19086 (auto-save-file-name-transforms): New variable.
19087
19088 * files.el (backup-enable-predicate):
19089 Correctly test for a file under a temporary directory.
19090
190912000-04-28 Gerd Moellmann <gerd@gnu.org>
19092
19093 * subr.el (add-minor-mode): Rewritten.
19094
190952000-04-28 Kenichi Handa <handa@etl.go.jp>
19096
19097 * mail/sendmail.el (sendmail-send-it): Set
19098 buffer-file-coding-system to the selected coding system for MIME
19099 header.
19100
191012000-04-27 Gerd Moellmann <gerd@gnu.org>
19102
19103 * dired.el (dired-move-to-filename-regexp): Allow format where
19104 YYYY is followed by two spaces.
19105
19106 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
19107 in the second character class of the regexp.
19108
19109 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
19110 mh-etc, too.
19111
19112 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
19113 nil.
19114
19115 * subr.el (add-minor-mode): Use `set' instead of `setq'.
19116
19117 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
19118 argument.
19119
191202000-04-27 Sen Nagata <sen@eccosys.com>
19121
19122 * emacs-lisp/crm.el (crm-completion-table): New variable.
19123 (crm-collection-fn, crm-test-completion)
19124 (completing-read-multiple): Use it.
19125
191262000-04-27 Dave Love <fx@gnu.org>
19127
19128 * help.el (locate-library): Use mapc.
19129 (help-manyarg-func-alist): Add call-process-region.
19130
191312000-04-26 Gerd Moellmann <gerd@gnu.org>
19132
19133 * subr.el (add-minor-mode): Make argument MAP optional.
19134
19135 * desktop.el (desktop-save): Save list of minor modes.
19136 (desktop-create-buffer): Restore minor modes.
19137 (desktop-minor-mode-table): New user-option.
19138
19139 * subr.el (add-minor-mode): New function.
19140
19141 * image.el (find-image): New function.
19142 (defimage): Rewritten to find image at load time.
19143
19144 * startup.el (normal-top-level-add-to-load-path): Handle
19145 case that the default directory is not in load-path.
19146
19147 * help.el: Old patch from Stefan Monnier.
19148 (help-xref-on-pp): New function.
19149 (describe-variable): Use it to display xrefs in a symbol's value.
19150
191512000-04-26 Stefan Monnier <monnier@cs.yale.edu>
19152
19153 * cus-edit.el (custom-face): Fix parenthesis.
19154
191552000-04-26 Kenichi Handa <handa@etl.go.jp>
19156
19157 * mail/rmail.el (rmail-expunge): When there are no deleted
19158 messages, do nothing.
19159
191602000-04-26 Dave Love <fx@gnu.org>
19161
19162 * international/mule-cmds.el (locale-translation-file-name):
19163 Defvar to nil.
19164 (set-locale-environment): Set it here (at runtime).
19165
191662000-04-25 Gerd Moellmann <gerd@gnu.org>
19167
19168 * replace.el (perform-replace): Add parameters START and END. Use
19169 them instead of the check for a region in Transient Mark mode.
19170 (query-replace-read-args): Return two more list elements for the
19171 start and end of the region in Transient Mark mode.
19172 (query-replace, query-replace-regexp, query-replace-regexp-eval)
19173 (map-query-replace-regexp, replace-string, replace-regexp): Add
19174 optional last arguments START and END and pass them to
19175 perform-replace.
19176
19177 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
19178 form with additional arguments for perform-replace.
19179
19180 * progmodes/etags.el (tags-query-replace): Add parameters START
19181 and END. Construct a form with additional arguments for
19182 perform-replace.
19183
19184 * simple.el (shell-command): Set default directory for "*Shell
19185 Command Output" buffer.
19186
19187 * language/european.el (iso-latin-4): Fix typo.
19188
19189 * emacs-lisp/crm.el: New file.
19190
191912000-04-24 Dave Love <fx@gnu.org>
19192
19193 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19194 (Custom-reset-saved, Custom-reset-standard)
19195 (custom-group-value-create, custom-group-set, custom-group-save)
19196 (custom-group-reset-current, custom-group-reset-saved)
19197 (custom-group-reset-standard): Use mapc.
19198 (custom-buffer-create-internal): Disable undo when creating items.
19199 Use mapc.
19200 (custom-face): Avoid redundant lambda.
19201
192022000-04-24 Gerd Moellmann <gerd@gnu.org>
19203
19204 * startup.el (auto-save-list-file-prefix): Set default to
19205 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
19206
192072000-04-24 Sam Steingold <sds@gnu.org>
19208
19209 * time-stamp.el (time-stamp-string-preprocess): Always convert
19210 `field-result' to a string.
19211
192122000-04-24 Gerd Moellmann <gerd@gnu.org>
19213
19214 * frame.el (scrolling): New group.
19215 (automatic-hscrolling): New user-option.
19216
19217 * startup.el (command-line-x-option-alist): Add `-lsp' and
19218 `--line-spacing'.
19219
192202000-04-19 Dave Love <fx@gnu.org>
19221
19222 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
19223 (cl-mapc): Rename from mapc. Fix the funcall.
19224
192252000-04-19 Gerd Moellmann <gerd@gnu.org>
19226
19227 * simple.el (clone-indirect-buffer-other-window): New command.
19228 (clone-indirect-buffer): Add optional arg NORECROD.
19229 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
19230
19231 * help.el (resize-temp-buffer-window): Use count-screen-lines.
19232
19233 * window.el (count-screen-lines): New function.
19234 (shrink-window-if-larger-than-buffer): Use count-screen-lines
19235 instead of window-buffer-height.
19236
19237 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
19238 non-existing variable comint-input-sentinel.
19239 (inferior-lisp-args-to-list): Removed.
19240 (inferior-lisp): Use split-string instead of
19241 inferior-lisp-args-to-list.
19242
19243 * hexl.el (hexl-insert-hex-string): New command.
19244
19245 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
19246 instead of concat.
19247
192482000-04-18 Gerd Moellmann <gerd@gnu.org>
19249
19250 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
19251 at the start of an existing but empty folder.
19252
192532000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19254
19255 * ps-mule.el: Customization fix, doc fix.
19256 (ps-multibyte-buffer): Customization fix.
19257
192582000-04-17 Richard M. Stallman <rms@gnu.org>
19259
19260 * subr.el (read-passwd): Use read-char-exclusive.
19261
192622000-04-17 Gerd Moellmann <gerd@gnu.org>
19263
19264 * textmodes/texinfo.el (texinfo-insert-@email)
19265 (texinfo-insert-@emph, texinfo-insert-@quotation)
19266 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
19267 (texinfo-mode-map): Add key bindings for them.
19268
19269 * files.el (basic-save-buffer-2): Use a template with `$'
19270 instead of `#' for VMS.
19271
19272 * simple.el (clone-indirect-buffer): New function.
19273
192742000-04-16 Stephen Eglen <stephen@gnu.org>
19275
19276 * iswitchb.el (iswitchb-case): New function. If the user input
19277 contains any upper-case characters, the search is made
19278 case-sensitive.
19279
192802000-04-17 Stefan Monnier <monnier@cs.yale.edu>
19281
19282 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
19283 comment-end.
19284 (texinfo-font-lock-syntactic-keywords): New var.
19285 (texinfo-font-lock-keywords): Remove comment regexp.
19286 (texinfo-insert-block): New function.
19287 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
19288 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
19289 and font-lock-defaults. Use regexp-opt for outline-regexp.
19290 (texinfo-environments): New var.
19291 (texinfo-environment-regexp): Use regexp-opt and
19292 texinfo-environments.
19293
19294 * textmodes/ispell.el (ispell-menu-map-needed): Check that
19295 ispell-process is bound since this might be eval'd before ispell
19296 is loaded.
19297 (ispell-message): Use a tiny bit less magic and a bit more hard
19298 data to figure out what kind of sc-cite-regexp to use.
19299
19300 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
19301
19302 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
19303 (insert-cyclic-diary-entry): Unquote the lambda.
19304
19305 * gud.el (gud-jdb-build-source-files-list): Fix typo.
19306
19307 * files.el (backup-enable-predicate): Unquote the lambda.
19308
19309 * cus-edit.el (custom-face, face): Unquote the lambda.
19310
193112000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19312
19313 * ps-print.el: Check for line-beginning-position definition.
19314
19315 * ps-print.el: Fix counting lines in a region.
19316 (ps-print-version): New version number (5.1.5).
19317 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
19318 (ps-printing-region): Fun code fix.
19319
193202000-04-15 Gerd Moellmann <gerd@gnu.org>
19321
19322 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
19323 to file-directory-p.
19324
193252000-04-14 Gerd Moellmann <gerd@gnu.org>
19326
19327 * gud.el (gud-jdb-build-source-files-list): Check that directory
19328 exists before calling directory-files.
19329
193302000-04-13 Dave Love <fx@gnu.org>
19331
19332 * emacs-lisp/trace.el: Change maintainer. Use new backquote
19333 syntax.
19334
19335 * emacs-lisp/cl-specs.el: Remove when, unless.
19336
19337 * emacs-lisp/cl-extra.el: Don't quote keywords.
19338 (cl-old-mapc): New variable.
19339 (mapc): Use it.
19340 (cl-map-intervals): Use with-current-buffer. Don't check for
19341 next-property-change.
19342 (cl-map-overlays): Use with-current-buffer.
19343 (cl-expt): Remove.
19344 (copy-tree, remprop): Define unconditionally.
19345
19346 * emacs-lisp/cl-compat.el (keywordp): Remove.
19347
19348 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
19349 to use keywordp.
19350 (edebug-spec): Enable keywordp.
19351
19352 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
19353 string-lessp.
19354
19355 * cus-start.el: Use keywordp.
19356
193572000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19358
19359 * diary-lib.el (include-other-diary-files): Fix the fix of
19360 2000-02-18 by doing a save-excursion.
19361
193622000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19363
19364 * ps-print.el: Customization fix, doc fix.
19365 (ps-print-version): New version number (5.1.4).
19366 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
19367 (ps-print-preprint): Adjust code.
19368 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
19369 (ps-print-prologue-header, ps-print-control-characters)
19370 (ps-spool-config): Customization fix.
19371
193722000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
19373
19374 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
19375 converted to the new menu-item format, names silightly changed,
19376 help strings added.
19377
19378 Support for spelling without async subprocesses:
19379
19380 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
19381 (ispell-session-buffer): New variables.
19382 (ispell-start-process, ispell-process-status,
19383 ispell-accept-output, ispell-send-string): New functions, for
19384 Ispell invocation when async subprocesses aren't supported.
19385 (ispell-word, ispell-pdict-save, ispell-command-loop,
19386 ispell-process-line, ispell-buffer-local-parsing): Replace calls
19387 to process-send-string with calls to ispell-send-string, and
19388 accept-process-output with ispell-accept-output.
19389 (ispell-init-process): Call ispell-process-status instead of
19390 process-status with.
19391 (ispell-init-process): Call ispell-start-process. Call
19392 ispell-accept-output and ispell-send-string. Don't call
19393 process-kill-without-query and kill-process if they are unbound.
19394 (ispell-async-processp): New function.
19395
193962000-04-12 Dave Love <fx@gnu.org>
19397
19398 * info.el: Add debug-ignored-errors.
19399 (Info-mode-menu): Add some items.
19400 (Info-directory): Add autoload cookie.
19401
19402 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
19403 Modify `truncate-lines'. Make `describe-language-environment'
19404 always visible and add help. Modify `describe-key' help. Invoke
19405 Info-directory from `info'. New entry `emacs-manual'.
19406
194072000-04-10 Gerd Moellmann <gerd@gnu.org>
19408
b291c86c
SM
19409 * progmodes/ebrowse.el (ebrowse-tree-mode):
19410 Use propertized-buffer-identification.
a30eb617
DL
19411 (ebrowse-update-member-buffer-mode-line): Likewise.
19412 (ebrowse--mode-strings): Removed.
19413 (ebrowse--mode-line-props): Removed.
19414
19415 * files.el (auto-mode-alist): Add `EBROWSE'.
19416
19417 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
19418 space before testing for end of buffer.
19419 (ebrowse-load): Removed.
19420 (ebrowse-revert-tree-buffer-from-file): Rewritten.
19421 (ebrowse-create-tree-buffer): Rewritten.
19422 (ebrowse-tree-mode): Read tree from buffer.
19423
19424 * progmodes/ebrowse-ffh.el: Removed.
19425
194262000-04-10 Kenichi Handa <handa@etl.go.jp>
19427
19428 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
19429
194302000-04-10 Gerd Moellmann <gerd@gnu.org>
19431
19432 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
19433 at the wrong place.
19434
194352000-04-09 Dave Love <fx@gnu.org>
19436
b291c86c
SM
19437 * files.el (backup-enable-predicate):
19438 Use temporary-file-directory, small-temporary-file-directory.
19439 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
19440 (make-backup-file-name-1): New function.
19441 (make-backup-file-name): Use it.
b291c86c 19442 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
19443 (file-newest-backup): Use make-backup-file-name.
19444
194452000-04-09 Gerd Moellmann <gerd@gnu.org>
19446
19447 * progmodes/ebrowse-ffh.el: New file.
19448
86f6474c
SM
19449 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
19450 Moved to ebrowse-ffh.el.
a30eb617
DL
19451 (ebrowse-load): Add autoload.
19452
19453 * finder.el (finder-commentary): Add autoload cookie.
19454
19455 * mail/rfc2368.el: Correct author's email address.
19456
19457 * progmodes/ebrowse.el: New file.
19458
19459 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
19460 item help string.
19461 (easy-menu-do-add-item): Ditto.
19462 (easy-menu-define): Extend doc string.
19463
86f6474c 19464 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
19465 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
19466 (jit-lock-function, jit-lock-stealth-fontify): Don't use
19467 with-buffer-unmodified.
19468
194692000-04-08 Dave Love <fx@gnu.org>
19470
19471 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
19472 unless, when.
19473
194742000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
19475
19476 * viper-util.el (viper-put-on-search-overlay): New subroutine.
19477 (viper-flash-search-pattern): No operation when using Emacs
19478 doesn't support face.
19479 Use `viper-put-on-search-overlay'.
19480
194812000-04-04 Gerd Moellmann <gerd@gnu.org>
19482
19483 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
19484 like C-r.
19485
19486 * progmodes/make-mode.el: Some doc fixes.
19487 (makefile-mode-abbrev-table): New variable.
19488 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
19489 (makefile-font-lock-keywords): Fontify includes and conditionals.
19490 (toplevel): Require `dabbrev' and `add-log' when compiling.
19491
19492 * replace.el (perform-replace): Don't move forward one char
19493 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
19494 to do that because it leaves point 1 position after the last
19495 replacement, after everything has been replaced.
19496
19497 * jit-lock.el (with-buffer-unmodified): New macro.
19498 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
19499 modified state.
19500 (jit-lock-function-1): Extracted from jit-lock-function; not
19501 preserving buffer's modified state.
86f6474c
SM
19502 (jit-lock-function, jit-lock-stealth-fontify):
19503 Call jit-lock-function-1.
a30eb617
DL
19504
19505 * mail/rfc2368.el: Remove supernumerary copyright line.
19506
195072000-04-04 Milan Zamazal <pdm@freesoft.cz>
19508
19509 * glasses.el: Provide facilities for inserting space before left
19510 parentheses and uncapitalization of identifiers.
19511 (glasses-mode): Try to remove old overlays in all cases.
19512
195132000-04-03 Gerd Moellmann <gerd@gnu.org>
19514
19515 * progmodes/compile.el (compile-internal): Display the compilation
19516 buffer in a different frame, if it's already displayed there.
19517
19518 * mail/rfc2368.el: New file.
19519
19520 * simple.el (sendmail-user-agent-compose): Recognize a `body'
19521 header and insert its value as mail body.
19522
19523 * subr.el (member-ignore-case): New function.
19524
19525 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
19526 (dabbrev--find-expansion): Ignore buffers matching a regexp
19527 from dabbrev-ignored-regexps.
19528
19529 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
19530 to extensions handled by gzip.
19531
195322000-04-03 Richard M. Stallman <rms@gnu.org>
19533
19534 * files.el (insert-directory): List the total free space
19535 along with the used space.
19536
19537 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
19538 line is followed by one that matches CITATION-REGEXP, end the
19539 paragraph.
19540
195412000-04-03 Markus Rost <rost@delysid.gnu.org>
19542
19543 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
19544 (rmail-make-basic-summary-line): Use that option.
19545
195462000-04-03 Kenichi Handa <handa@etl.go.jp>
19547
19548 * international/mule-cmds.el (encoded-string-description):
19549 Rewritten. Try pretty description for ISO 2022 escape sequences
19550 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
19551 for hexadecimal format.
19552
195532000-04-01 Dave Love <fx@gnu.org>
19554
19555 * cpp.el: Change customization group to `c' from `C'.
19556
19557 * vcursor.el (vcursor-move): Use display-color-p.
19558
19559 * international/mule-util.el: Provide mule-utils.
19560 (string-to-sequence): Simplify and speed up.
19561
19562 * international/mule.el (make-coding-system): Purecopy doc-string.
19563
19564 * international/mule-cmds.el: Various menu changes.
19565 (describe-specified-language-support): Handle `Default'.
19566 (set-language-info): Purecopy `info'.
19567
195682000-03-31 Andrew Innes <andrewi@gnu.org>
19569
19570 * vc.el (vc-backend-diff): Return the correct status if we had to
19571 retry the rcsdiff command without the --brief option.
19572
195732000-03-31 Dave Love <fx@gnu.org>
19574
19575 * help.el (help-manyarg-func-alist): Correct several omissions.
19576
19577 * add-log.el: Don't require cl, fortran.
19578 (add-log-current-defun-function): Doc fix.
86f6474c 19579 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 19580 (change-log-version-rcs): Function deleted.
86f6474c
SM
19581 (change-log-version-number-search): Doc fix.
19582 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
19583 (add-change-log-entry): Just call add-log-current-defun to get
19584 defun. Simplify somewhat.
19585 (change-log-get-method-definition-1): Likewise.
19586 (add-log-current-defun): Return nil if calling
19587 add-log-current-defun-function does so. Move Fortran stuff to
19588 fortran.el. Return string without properties.
19589
19590 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
19591 and :alpha: char classes.
19592
19593 * mail/supercite.el: Defvar curline when compiling.
19594 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
19595 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
19596 rather than a-zA-Z0-9 to allow non-ASCII characters.
19597
195982000-03-31 Gerd Moellmann <gerd@gnu.org>
19599
19600 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
19601
19602 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19603 Re-enable new code.
19604
19605 * lpr.el (print-region-1): Use -d to specify printer name for
19606 systems `usg-unix-v*, `dgux', `hpux', `irix'.
19607
196082000-03-31 Dave Love <fx@gnu.org>
19609
86f6474c
SM
19610 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
19611 Look for function definition in symbol's function value slot first
a30eb617
DL
19612 instead of first consulting byte-compile-function-environment.
19613
196142000-03-31 Kenichi Handa <handa@etl.go.jp>
19615
19616 * language/european.el ("Polish"): New language environment.
19617 (setup-polish-environment): New function.
19618
196192000-03-30 Gerd Moellmann <gerd@gnu.org>
19620
19621 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19622 Disable new code.
19623
19624 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
19625 trying to `load' the symbol of an autoload instead of the file
19626 recorded in the autoload. Fix error messages.
19627
196282000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19629
19630 * ps-print.el: PostScript programming fix for ghostview, doc fix.
19631 (ps-print-version): New version number (5.1.3).
19632 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
19633 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
19634 (ps-generate-postscript-with-faces): Code fix.
19635 (ps-color-values): XEmacs compatibility.
19636 (ps-print-background-image, ps-print-background-text, ps-printer-name)
19637 (ps-default-fg, ps-default-bg): Adjust customization.
19638 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
19639 (ps-color-scale): Renaming old ps-color-value fun.
19640 (ps-print-headers): Replace ps-print-header group to avoid conflict
19641 with ps-print-header variable.
19642 (ps-print-miscellany): New group.
19643 (ps-format-color, ps-rgb-color): New funs.
19644 (ps-default-foreground): New var.
19645 (ps-printer-name-option): New const.
19646
196472000-03-30 Peter Breton <pbreton@ne.mediaone.net>
19648
19649 * net/net-utils.el:
19650 (network-connection-host, network-connection-service): New variables
19651 (network-connection-mode): New mode, derived from comint-mode
19652 (network-connection-mode-setup): New function, saves host and
19653 service information in local variables.
19654
19655 * lisp/locate.el:
19656 (locate-word-at-point): Added this function
19657 (locate): Default to using locate-word-at-point as input
19658 Run dired-mode-hook
19659
196602000-03-29 Dave Love <fx@gnu.org>
19661
19662 * calendar/appt.el: Doc fixes.
19663 (appt-check): Convert min-to-app to a string before passing to
19664 appt-disp-window-function or concat.
19665 (appt-delete-window): Remove test for frame-root-window.
19666 (appt-select-lowest-window, appt-convert-time): Simplify.
19667
19668 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
19669 (byte-compile-file-form-autoload):
19670 Update byte-compile-function-environment.
a30eb617
DL
19671
196722000-03-29 Andreas Schwab <schwab@suse.de>
19673
86f6474c 19674 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
19675
19676 * dired.el (dired-insert-directory): If dired-free-space-program
19677 failed just delete its output.
19678
196792000-03-29 Dave Love <fx@gnu.org>
19680
19681 * international/iso-cvt.el: Move provide to end. Doc fixes.
19682 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
19683 (iso-iso2sgml, iso-sgml2iso): New functions.
19684 (iso-cvt-define-menu): Fix some entries and use backquote for
19685 clarity.
19686
19687 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
19688
196892000-03-28 Gerd Moellmann <gerd@gnu.org>
19690
19691 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
19692 ISO-DATE. If non-nil, return date in ISO 8601 format.
19693
196942000-03-26 Stefan Monnier <monnier@cs.yale.edu>
19695
19696 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
19697 if it ever becomes used.
19698 (log-edit-mode-hook): Default to vc-log-mode-hook.
19699 (log-edit-mode): Fix the docstring.
19700
19701 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
19702 the code.
19703
197042000-03-26 Dave Love <fx@gnu.org>
19705
19706 * net/browse-url.el (browse-url): Re-fix case of
19707 browse-url-browser-function being an alist.
19708 (browse-url): Add :link to defgroup.
19709
19710 * files.el: Doc fixes.
19711 (file-truename): Include `[' in wildcard characters.
19712 (automount-dir-prefix): Customize.
19713 (find-file-wildcards): Add :version.
19714 (find-file-noselect): Simplify a mapcar call.
19715
19716 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
19717 compatible with inf-lisp version.
19718 (eval-defun-1): Fix custom-declare-variable case.
19719
197202000-03-25 Stefan Monnier <monnier@cs.yale.edu>
19721
19722 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
19723
197242000-03-24 Gerd Moellmann <gerd@gnu.org>
19725
19726 * Makefile (COMPILE_FIRST): New macro.
19727 (compile-files): Compile files from COMPILE_FIRST first.
19728
86f6474c 19729 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
19730
19731 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
19732 matching open parenthesis in column 0 to defun-prompt-regexp
19733 only if open-paren-in-column-0-is-defun-start is set.
19734
19735 * sun-curs.el: Require CL at compile-time only.
19736
19737 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
19738 instead of copy-list which is a function from CL.
19739 (msb--choose-menu, msb--mode-menu-cond)
19740 (msb--create-buffer-menu-2): Use dolist instead of mapc.
19741 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
19742 (msb--aggregate-alist): Use mapcar instead of mapcan.
19743 Fix `(' in column 0 in doc string.
a30eb617
DL
19744 (msb--add-separators): Use mapcar instead of mapcan.
19745
19746 * cus-dep.el: Require CL at compile-time only.
19747
197482000-03-24 Stefan Monnier <monnier@cs.yale.edu>
19749
19750 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
19751 (byte-compile-warnings): New warning `noruntime'.
19752 (byte-compile-constants, byte-compile-variables): Fix docstring.
19753 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
19754 execute `eval-whenc-compile's body.
19755 (byte-compile-unresolved-functions): Fix docstring.
19756 (byte-compile-eval): New function.
19757 (byte-compile-callargs-warn): Check if the function will be available
19758 at runtime (via property `byte-compile-noruntime').
19759 (byte-compile-print-syms): New function.
19760 (byte-compile-warn-about-unresolved-functions): Also warn about
19761 `noruntime' functions (and use `byte-compile-print-syms').
19762 (byte-compile-file): Capitalize the message.
19763
197642000-03-24 Gerd Moellmann <gerd@gnu.org>
19765
19766 * mail/rmail.el (rmail-confirm-expunge): New user-option.
19767 (rmail-expunge): Ask for confirmation depending on the setting
19768 of rmail-confirm-expunge.
19769
197702000-03-23 Gerd Moellmann <gerd@gnu.org>
19771
19772 * Makefile (bootstrap-clean): If $(emacs) exists, build
19773 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 19774 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
19775
197762000-03-23 Dave Love <fx@gnu.org>
19777
19778 * net/browse-url.el: Restore previous use of
19779 browse-url-maybe-new-window.
19780
197812000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19782
19783 * ps-print.el: Skip banner page fix.
19784 (ps-print-version): New version number (5.1.2).
19785 (ps-begin-file, ps-end-file, ps-generate): Code fix.
19786
197872000-03-23 Dave Pearson <davep@davep.org>
19788
19789 * net/quickurl.el Changed the type of parameter passed to the
19790 function defined by `quickurl-format-function'. Before only the
19791 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
19792 and the function is responsible for extracting the parts it requires.
19793 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
19794 (quickurl-insert): Changed the `funcall' of
19795 `quickurl-format-function' to match the above change.
19796 (quickurl-list-insert): Changed the `url' case so that it makes
19797 use of `quickurl-format-function', previous to this the format was
19798 hard wired.
19799
198002000-03-22 Gerd Moellmann <gerd@gnu.org>
19801
19802 * startup.el: Change some spellings for the X Window System.
19803
198042000-03-22 Stefan Monnier <monnier@cs.yale.edu>
19805
86f6474c
SM
19806 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
19807 Clean up the code and the regexp and make sure the cursor is
19808 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
19809
198102000-03-22 Jason Rumney <jasonr@gnu.org>
19811
19812 * w32-fns.el (w32-charset-info-alist): Initialize.
19813
198142000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19815
19816 * ps-print.el: N-up last page fix.
19817 (ps-print-version): New version number (5.1.1).
19818 (ps-end-file, ps-end-job, ps-generate): Code fix.
19819
198202000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19821
19822 * files.el (find-file-run-dired): Update docstring.
19823 (find-directory-functions): New hook.
19824 (find-file-noselect): Run find-directory-functions rather than
19825 calling dired directly.
19826
19827 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
19828
19829 * pcvs.el: Add a minimal leading commentary.
19830 (cvs-make-cvs-buffer): Change the header part by removing the startup
19831 message and adding a `Module' entry. Also replace the FOOTER and
19832 HEADER special fileinfos with the new support in ewoc for updating
19833 its own footer and header.
19834 (cvs-update-header): Update to use the header/footer of the ewoc.
19835 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
19836 (cvs-is-within-p): New function.
19837 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
19838 to only examine some subset of the buffers.
19839
19840 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
19841 `format' instead of our own ad-hoc functions.
19842 Remove HEADER and FOOTER cases, now handled in the EWOC.
19843 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
19844
19845 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
19846 output to avoid scaring the user.
19847 (cvs-parse-table): Catch message for non-up-to-date commits.
19848
19849 * pcvs-defs.el (cvs-startup-message): Remove.
19850 (cvs-global-menu): New autoloaded menu.
19851
19852 * pcvs-util.el (cvs-string-fill): Remove.
19853
19854 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
19855 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
19856 PP part of it and also make it work for footers and headers.
19857 (ewoc-create): Drop POS and BUFFER arguments.
19858 Use the DLL's dummy node to store the end-of-footer position.
19859 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
19860 (ewoc-refresh): Remove unused `header' variable.
19861 (ewoc-(get|set)-hf): New functions.
19862
19863 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
19864 log-view-*-(message|file) and use easy-mmode-define-navigation.
19865 (log-view-message-re): Match SCCS format as well.
19866 And match the revision line rather than the dashed separator line.
19867 (log-view-mode): Use the new define-derived-mode.
19868 (log-view-current-tag): Fill in with an actual implementation.
19869
19870 * cvs-status.el (cvs-status-(prev|next)): Rename from
19871 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
19872 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
19873 to let the output "breathe" a little more (more readable).
19874 (cvs-status-mode): Use the new define-derived-mode.
19875
19876 * smerge-mode.el (smerge-auto-leave): New function and variable.
19877 (smerge-basic-map): Rename from smerge-basic-keymap.
19878 Change the bindings for smerge-diff-*.
19879 (smerge-*-map): Use easy-mmode-defmap.
19880 (smerge-(next|prev)): Use easy-mmode-define-navigation.
19881 (smerge-keep-*): Use smerge-auto-leave.
19882
198832000-03-21 Jason Rumney <jasonr@gnu.org>
19884
19885 * cus-edit.el (custom-button-face): Use 3D look for w32.
19886 (custom-button-pressed-face): Likewise.
19887
198882000-03-21 Gerd Moellmann <gerd@gnu.org>
19889
19890 * progmodes/etags.el (tags-case-fold-search): New user-option.
19891 (tags-loop-eval): New function. Bind case-fold-search around eval
19892 depending on the value of tags-case-fold-search.
19893 (tags-loop-continue): Use tags-loop-eval.
19894 (find-tag-in-order): Bind case-fold-search depending on the value
19895 of tags-case-fold-search.
19896
198972000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19898
86f6474c 19899 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
19900 (diff-end-of-hunk): Return the end position for use in
19901 `easy-mmode-define-navigation'.
19902 (diff-recenter): Remove.
19903 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
19904 of `easy-mmode-define-navigation'.
19905 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
19906 previous renaming) and fix to use new names.
19907 (diff-merge-strings): Use \n as separator: simpler, faster.
19908 (diff-mode): Use `define-derived-mode'.
19909
19910 * derived.el (define-derived-mode): Don't autoload anymore.
19911 Prefer the macro-only version provided by easy-mmode.el.
19912
19913 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 19914 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
19915 (easy-mmode-define-navigation): New macro.
19916
19917 * subr.el (combine-run-hooks): New function.
19918
199192000-03-21 Kenichi HANDA <handa@etl.go.jp>
19920
19921 * term/x-win.el: Fontsets related initialization is simplified.
19922
19923 * international/mule-diag.el (describe-font): Don't refer to
19924 global-fontset-alist, instead call font-list.
19925 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 19926 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 19927
86f6474c
SM
19928 * international/fontset.el (x-charset-registries): Variable removed,
19929 instead the corresponding data is stored in the default fontset.
a30eb617
DL
19930 (register-alternate-fontnames): Function removed.
19931 (resolved-ascii-font): Variable removed.
19932 (x-compose-font-name): Ignore the second argument REDOCE.
19933 (x-complement-fontset-spec): Complement only an ASCII font and
19934 element for those charsets than can use that ASCII font.
19935 (generate-fontset-menu): Don't refer to global-fontset-alist,
19936 instead call fontset-list.
19937 (uninstantiated-fontset-alist): Variable removed.
19938 (x-style-funcs-alist): Likewise.
19939 (fontset-default-styles): Likewise.
19940 (x-modify-font-name): Function removed.
86f6474c 19941 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
19942 (create-fontset-from-ascii-font): Docsting adjusted for the above
19943 change.
19944 (instantiate-fontset, resolve-fontset-name): Functions removed.
19945 (fontset-list): Now implemented by C code.
19946
19947 * faces.el (read-face-font): Fix TABLE arg to completing-read.
19948 (describe-face): Include `font' attribute in the description.
19949
199502000-03-21 Kenichi Handa <handa@etl.go.jp>
19951
19952 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
19953
199542000-03-20 Gerd Moellmann <gerd@gnu.org>
19955
19956 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
19957 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
19958 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
19959
19960 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
19961 about behavior of set-buffer-modified-p wrt redisplay.
19962
199632000-03-19 Richard M. Stallman <rms@gnu.org>
19964
19965 * view.el (view-mode-disable): Kill local binding of view-read-only.
19966
199672000-03-18 Gerd Moellmann <gerd@gnu.org>
19968
86f6474c 19969 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
19970 is a string, convert it to a syntax cell using string-to-syntax.
19971
19972 * simple.el (syntax-code-table, syntax-flag-table): New variables.
19973 (string-to-syntax): New function.
19974
19975 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
19976 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
19977 try to use passive ftp mode.
19978
199792000-03-17 Gerd Moellmann <gerd@gnu.org>
19980
19981 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
19982
19983 * simple.el (append-to-buffer): Update point of windows after
19984 insertion.
19985
19986 * abbrev.el (inverse-add-abbrev): Identify word by first moving
19987 forward then moving backward. Reindent.
19988
19989 * frame.el (other-frame): Call x-focus-frame only if
19990 focus-follows-mouse is off.
19991
199922000-03-17 Dave Love <fx@gnu.org>
19993
86f6474c 19994 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
19995
199962000-03-17 Stefan Monnier <monnier@cs.yale.edu>
19997
19998 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
19999 regexp for labels cannot span several lines.
20000
20001 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20002 `(setq :<key> ':<key>)' to the macro expansion.
20003
200042000-03-16 Dave Love <fx@gnu.org>
20005
20006 * progmodes/f90.el (f90): Put custom group under `languages', not
20007 `fortran'.
20008 (f90-mode-hook): Customize.
20009 (f90-mode): Set add-log-current-defun-function.
20010 (f90-current-defun): New function.
20011
200122000-03-16 Gerd Moellmann <gerd@gnu.org>
20013
20014 * cus-edit.el (custom-variable-tag-face): Handle case that
20015 default face's height is not a number.
20016 (custom-face-tag-face, custom-group-tag-face-1)
20017 (custom-group-tag-face): Ditto.
20018 (custom-group-tag-face-1): Add :group.
20019
20020 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
20021
200222000-03-15 Gerd Moellmann <gerd@gnu.org>
20023
20024 * pcvs-defs.el (toplevel): Remove autoload cookie for form
20025 requiring easymenu.
20026
200272000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20028
20029 * ps-print.el: PostScript user-defined prologue, PostScript error
20030 handler, doc fix.
20031 (ps-print-version): New version number (5.1).
20032 (ps-user-defined-prologue, ps-error-handler-message)
20033 (ps-print-prologue-0, ps-error-handler-alist): New vars.
20034 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
20035 (ps-insert-string): New function.
20036
200372000-03-15 Kenichi Handa <handa@etl.go.jp>
20038
20039 * international/ccl.el (ccl-compile-expression): Don't generate
20040 invalid self-assignment code.
20041
200422000-03-14 Dave Love <fx@gnu.org>
20043
20044 * subr.el (replace-regexp-in-string): Renamed from
20045 replace-regexps-in-string. Doc fix.
20046
200472000-03-12 Dave Love <fx@gnu.org>
20048
20049 * cus-edit.el: Doc fixes.
86f6474c 20050 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
20051 (custom-variable-tag-face, custom-face-tag-face)
20052 (custom-group-tag-face-1, custom-group-tag-face): Modify from
20053 style which user identify as hyperlink.
20054 (hook): Don't add undefined functions to the hook.
20055 (debug-ignored-errors): Transfer message from bindings.el.
20056
200572000-03-12 Gerd Moellmann <gerd@gnu.org>
20058
86f6474c
SM
20059 * recentf.el (recentf-keep-non-readable-files-p):
20060 Remove double/nested definition.
a30eb617
DL
20061
200622000-03-12 Dave Love <fx@gnu.org>
20063
20064 * facemenu.el (facemenu-get-face): Use display-color-p.
20065 * enriched.el (enriched-decode-foreground): Likewise.
20066 (enriched-decode-background): Likewise.
20067 * isearch.el (isearch-highlight): Likewise.
20068 * info-look.el (info-lookup): Likewise.
20069 * simple.el (completion-setup-function): Likewise.
20070
20071 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
20072 :options.
20073
20074 * bindings.el (mode-line-format): Fix line-number and
20075 column-number items. Add help-echo for the background.
20076 (mode-line-mule-info): Modify help-echo.
20077
20078 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
20079
20080 * files.el (load-file): Allow completion to .elc.
20081
20082 * man.el: Doc fixes.
20083 (Man-init-defvars): Use display-color-p to set fontification.
20084
20085 * play/hanoi.el (hanoi-internal): Don't use oddp.
20086
200872000-03-12 Gerd Moellmann <gerd@gnu.org>
20088
20089 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
20090
20091 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
20092
200932000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
20094
20095 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
20096 Fix comment.
20097
200982000-03-10 Stefan Monnier <monnier@cs.yale.edu>
20099
20100 * font-lock.el (font-lock-keywords): Fix the doc now that
20101 regexp-opt-depth is unnecessary.
20102 (save-buffer-state): Set an edebug spec.
20103 (font-lock-fontify-anchored-keywords): Properly handle the case when
20104 the matcher goes past the limit.
20105
20106 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
20107 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
20108
20109 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
20110 dll.el and cookie.el (from Elib) with heavy renaming and other
20111 massaging.
20112
20113 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
20114 Autoload the functions used.
20115 (easy-mmode-define-syntax): Fix CL typo.
20116 (easy-mmode-define-derived-mode): Improve the docstring generation.
20117
201182000-03-10 Gerd Moellmann <gerd@gnu.org>
20119
20120 * textmodes/texinfo.el (texinfo-version): Variable and function
20121 removed.
20122
201232000-03-09 Stefan Monnier <monnier@cs.yale.edu>
20124
20125 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
20126 allow more flexibility.
ff39b9a1 20127 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
20128 (easy-mmode-defmap, easy-mmode-defsyntax)
20129 (easy-mmode-define-derived-mode): New macros.
20130
201312000-03-09 Didier Verna <didier@xemacs.org>
20132
20133 * rect.el (replace-rectangle): New function.
20134
201352000-03-09 Dave Love <fx@gnu.org>
20136
ff39b9a1 20137 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
20138 (fortran-comment-line-start-skip): Don't match cpp stuff.
20139 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
20140 (fortran-mode-map): Remove over-eager custom-menu-create for now.
20141 (fortran-mode): Don't set fortran-comment-line-start-skip,
20142 fortran-comment-line-start here. Set comment-start,
20143 add-log-current-defun.
20144 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
20145 (fortran-current-defun): New function.
20146
201472000-03-09 Gerd Moellmann <gerd@gnu.org>
20148
20149 * emacs-lisp/re-builder.el: New file.
20150
20151 * mouse.el (mouse-drag-region): Don't run up-event handler
20152 if hscroll has changed.
20153
20154 * octave-mod.el (octave-font-lock-keywords): To font-lock the
20155 builtin operators, use `font-lock-builtin-face' for Emacs and
20156 `font-lock-preprocessor-face' otherwise.
20157
20158 * font-lock.el (lisp-font-lock-keywords-1): Highlight
20159 `(defun (setf foo)' differently.
20160
201612000-03-08 Stefan Monnier <monnier@cs.yale.edu>
20162
20163 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
20164 (regexp-opt): Update comment and adapt the code the new meaning of
20165 the `paren' argument of regex-opt-group for shy-groups.
20166 (regexp-opt-depth): Handle shy groups as well as backslashed
20167 backslashes.
20168 (regexp-opt-group): Turn the leading comment into a docstring.
20169 Allow `paren' to be a string (the string to use to open a group).
20170 Remove open-presuf and close-presuf. Instead of checking for `all
20171 one-char' and then later on check for `several one-char', handle
20172 both cases close together. Also apply a more generic algorithm
20173 for suffixes (the mirror image of the algorithm used for
20174 prefixes). Use shy-groups. Use nreverse rather than reverse.
20175 (regexp-opt-try-suffix): Removed.
20176
20177 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
20178 from comint-mode-map, so we can just inherit from it. Also, move
20179 the initialization into the `defvar' since there's no docstring
20180 anyway and it's fairly short.
20181 (inferior-scheme-mode): Define it as derived-mode: the code is
20182 shorter and this way we inherit from comint-mode-map rather than
20183 copying it.
20184
20185 * subr.el (replace-regexps-in-string): Properly handle the case
20186 where we match an empty string.
20187
20188 * comint.el (comint-exec-1): Add the current-dir to the exec-path
20189 when the command has a directory component (such as "./testml").
20190 Also fix a typo in the comment.
20191
201922000-03-08 Gerd Moellmann <gerd@gnu.org>
20193
20194 * Makefile (compile-files): Compile files one by one because
20195 that's the only way to ensure a clean compilation environment for
20196 each individual file.
20197
20198 * frame.el (other-frame): Call x-focus-frame.
20199
202002000-03-07 Dave Love <fx@gnu.org>
20201
20202 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
20203 :require to defcustom.
20204
ff39b9a1 20205 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
20206
20207 * files.el (auto-mode-alist): Add configure.in.
20208
20209 * progmodes/autoconf.el: New file.
20210
202112000-03-07 Gerd Moellmann <gerd@gnu.org>
20212
20213 * mail/mh-e.el: Change maintainer to `none'.
20214
20215 * recentf.el (recentf-keep-non-readable-files-p): Quote args
20216 to remove-hook and add-hook.
20217
202182000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
20219
20220 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
20221 it as the default.
20222 (mail-send): Test mail-send-nonascii also for the new `mime' value.
20223 (sendmail-send-it): Conditionally add MIME headers specifying the
20224 used character set.
20225
202262000-03-07 Dave Love <fx@gnu.org>
20227
ff39b9a1
SM
20228 * winner.el: Fix keywords, autoload cookies.
20229 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
20230
202312000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
20232
20233 * international/mule.el: Modify comment about coding system
20234 property `coding-category'.
20235 (make-coding-system): New argument EOL-TYPE. Pay attention to
20236 coding-category property of PROPERTIES.
20237
ff39b9a1
SM
20238 * international/mule-conf.el (coding-category-utf-8)
20239 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
20240 categories. Include them in the argument for set-coding-priority.
20241
ff39b9a1
SM
20242 * international/mule-cmds.el (reset-language-environment):
20243 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
20244 coding-category-utf-16-le in the argument for set-coding-priority.
20245 (reset-language-environment): Initialize coding-category-utf-8,
20246 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
20247
202482000-03-06 Karl Fogel <kfogel@red-bean.com>
20249
20250 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
20251 code abstracted out of `bookmark-jump-noselect'. Now tries info
20252 extensions as well as compression extensions.
20253 (bookmark-jump-noselect): Use above new func.
20254
202552000-03-03 Gerd Moellmann <gerd@gnu.org>
20256
20257 * strokes.el: Change maintainer's mail address.
20258
202592000-03-03 Kenichi Handa <handa@etl.go.jp>
20260
20261 * international/mule-diag.el (list-character-sets): Make help-echo
20262 string by substitute-command-keys.
20263 (list-character-sets): Likewise.
20264 (sort-listed-character-sets): Call help-setup-xref.
20265
202662000-03-02 Gerd Moellmann <gerd@gnu.org>
20267
ff39b9a1 20268 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
20269
202702000-03-01 Dave Love <fx@gnu.org>
20271
20272 * help.el (help-xref-go-back): Don't try to set position.
20273
ff39b9a1
SM
20274 * international/mule-diag.el (list-character-sets):
20275 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
20276 (list-character-sets-1): Add help-echo to xrefs.
20277
202782000-03-02 Gerd Moellmann <gerd@gnu.org>
20279
20280 * frame.el (blink-cursor-mode): Switch cursor on when turning
20281 the mode off.
20282
20283 * add-log.el (add-log-current-defun): Add support for
20284 Autoconf mode.
20285
20286 * mail/rmail.el (rmail-quit-hook): New variable.
20287
202882000-03-01 Dave Love <fx@gnu.org>
20289
20290 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
20291
20292 * help.el (help-xref-button): Add help-echo arg.
20293 (describe-function-1, describe-variable, help-make-xrefs): Use it.
20294
ff39b9a1 20295 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 20296
ff39b9a1 20297 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
20298
202992000-03-01 Gerd Moellmann <gerd@gnu.org>
20300
20301 * image.el (defimage): Look for image files in load-path.
20302
ff39b9a1 20303 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
20304
203052000-03-01 David Ponce <david.ponce@wanadoo.fr>
20306
ff39b9a1 20307 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
20308
203092000-03-01 David Ponce <david.ponce@wanadoo.fr>
20310
ff39b9a1 20311 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
20312 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
20313 action to select/unselect a file.
20314 (recentf-edit-list): Code cleanup and improvement.
20315 (recentf-open-more-files-action): `recentf-open-more-files' button
20316 widget action to open a file.
ff39b9a1 20317 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
20318 (recentf-more-collection): Deleted.
20319 (recentf-more-history): Deleted.
20320 (recentf-setup-more-completion): Deleted.
20321
203222000-03-01 David Ponce <david.ponce@wanadoo.fr>
20323
20324 * recentf.el (recentf-mode): No more needs that Emacs is running
20325 under a window-system.
20326
ff39b9a1 203272000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
20328
20329 * recentf.el (recentf-edit-list): New command to edit the recent
20330 list which allow the user to remove files.
20331 (recentf-edit-selected-items): New global variable, used by
20332 `recentf-edit-list' to hold the list of files to be removed from
20333 the recent list.
20334 (recentf-make-menu-items): Updated to display a "Edit list..."
20335 menu item. Minor code cleanup.
20336
ff39b9a1 203372000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
20338
20339 * recentf.el (recentf-open-more-files): New command to open files
20340 that are not displayed in the menu.
20341 (recentf-more-collection): New global variable holding the set of
20342 permissible completions used by `recentf-open-more-files'.
20343 (recentf-more-history): New global variable holding the history list
20344 used by `recentf-open-more-files' completion.
20345 (recentf-setup-more-completion): New function to setup completion for
20346 `recentf-open-more-files'.
20347 (recentf-make-menu-items): Updated to display a "More..." menu item.
20348
ff39b9a1 203492000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
20350
20351 * recentf.el (recentf-menu-action): Doc fixed.
20352
ff39b9a1 203532000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
20354
20355 * recentf.el (recentf-menu-filter): Doc updated.
20356 (recentf-update-menu-hook): Allow menu filters to force menu update.
20357 (recentf-make-menu-items): New menu filter handling.
20358 (recentf-make-menu-item): New helper function.
20359 (recentf-menu-elements): New menu handling function.
20360 (recentf-sort-ascending): Updated to new menu filter handling.
20361 (recentf-sort-descending): Updated to new menu filter handling.
20362 (recentf-sort-basenames-ascending): New menu filter function.
20363 (recentf-sort-basenames-descending): New menu filter function.
20364 (recentf-show-basenames): New menu filter function.
20365 (recentf-show-basenames-ascending): New menu filter function.
20366 (recentf-show-basenames-descending): New menu filter function.
20367
203682000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20369
20370 * diary-lib.el (list-diary-entries): Don't try to go forward at
20371 the end of the buffer.
20372
203732000-02-29 Kenichi Handa <handa@etl.go.jp>
20374
ff39b9a1
SM
20375 * international/mule-diag.el (list-character-sets):
20376 Completely rewritten.
a30eb617
DL
20377 (sort-listed-character-sets): New function.
20378 (list-character-sets-1): Completely rewritten.
20379 (list-character-sets-2): New function.
20380 (non-iso-charset-alist): New variable.
20381 (decode-codepage-char): New function.
20382 (charset-history): New variable.
20383 (read-charset) (list-block-of-chars)
20384 (list-iso-charset-chars)
20385 (list-non-iso-charset-chars)
20386 (list-charset-chars): New functions.
86f6474c 20387 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
20388 (dump-charsets): Likewise.
20389
203902000-02-29 Gerd Moellmann <gerd@gnu.org>
20391
20392 * dired-x.el (dired-filename-at-point): Add `@' to valid
20393 file name characters.
20394 (dired-filename-at-point): Handle ange-ftp file names.
20395
20396 * frame.el (frame-notice-user-settings): Use assq-delete-all
20397 instead of assoc-delete-all.
20398 (frame-notice-user-settings): Ditto.
20399
20400 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
20401 Don't copy alist.
20402
204032000-02-28 Eli Barzilay <eli@cs.cornell.edu>
20404
20405 * calculator.el (calculator-use-menu): New option.
86f6474c 20406 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
20407 (calculator-forced-input): Removed.
20408 (calculator-restart-other-mode): New variable.
20409 (calculator-mode-map): Set up menu.
20410
204112000-02-28 Jari Aalto <jari.aalto@poboxes.com>
20412
86f6474c 20413 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
20414
204152000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
20416
86f6474c 20417 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 20418 translate all ESC key sequences.
86f6474c 20419 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 20420 they were saved.
86f6474c
SM
20421 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
20422 * viper-util.el (viper-set-replace-overlay-glyphs)
20423 (viper-set-replace-overlay): Always check if the replacement
a30eb617 20424 overlay is live.
86f6474c
SM
20425 * viper.el (viper-vi-state-mode-list): Add major modes.
20426 * ediff-wind.el: Minor comment changes.
20427 * ediff.el: Copyright notice date fix.
a30eb617
DL
20428
204292000-02-27 Jason Rumney <jasonr@gnu.org>
20430
20431 * faces.el (face-font-family-alternatives): Add arial to helv.
20432 (mode-line, header-line, tool-bar): Same default as x for w32.
20433 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
20434 face-font-family-alternatives from working.
20435 * term/w32-win.el (mouse-set-font): Do not build fontset from
20436 chosen font.
20437
204382000-02-25 Sam Steingold <sds@goems.com>
20439
20440 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
20441 properly.
20442
204432000-02-25 Richard M. Stallman <rms@gnu.org>
20444
20445 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
20446
204472000-02-25 Gerd Moellmann <gerd@gnu.org>
20448
86f6474c 20449 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
20450
20451 * frame.el (busy-cursor-delay-seconds): New option.
20452
204532000-02-24 Gerd Moellmann <gerd@gnu.org>
20454
20455 * frame.el (show-cursor-in-non-selected-windows): New option.
20456
204572000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20458
20459 * diary-lib.el (include-other-diary-files): Undo the selective
20460 display in any included file and don't kill it.
20461
204622000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
20463
86f6474c
SM
20464 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
20465 Menu items converted to (menu-item format, help strings added.
a30eb617 20466 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 20467 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
20468 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
20469
204702000-02-23 Dave Love <fx@gnu.org>
20471
20472 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
20473 (backward-kill-word): Revert addition of * to interactive spec --
20474 it's a feature.
20475
20476 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
20477 (backward-kill-sentence, kill-sentence): Likewise.
20478
20479 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
20480 scratch buffer name.
86f6474c 20481 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
20482
20483 * term/w32-win.el (internal-face-interactive): Update prompt for
20484 new read-face-name.
20485
20486 * mail/footnote.el (footnote): Add :version to defgroup.
20487 (footnote-section-tag-regexp): Customize.
20488 (footnote-start-tag, footnote-end-tag): New option.
20489 (footnote-latin-regexp): New variable.
20490 (Footnote-latin): New function.
20491 (footnote-style-alist): Add element for latin style.
20492 (footnote-style): Moved.
20493 (Footnote-goto-footnote): Use eq to test arg.
20494
20495 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
20496
20497 * emacs-lisp/byte-opt.el: Change old backquote syntax.
20498 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
20499 (byte-optimize-quote, byte-optimize-lapcode):
20500 Use byte-compile-const-symbol-p.
a30eb617
DL
20501 (byte-optimize-char-before): New optimization.
20502
20503 * emacs-lisp/bytecomp.el: Change old backquote syntax.
20504 (byte-compile-const-symbol-p): New function.
20505 (byte-compile-constp, byte-compile-out-toplevel)
20506 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
20507 Use it.
20508
20509 * subr.el (define-key-after): Default AFTER to t. Doc fix.
20510
205112000-02-23 Kenichi Handa <handa@etl.go.jp>
20512
20513 * international/encoded-kb.el: Be sure to update minor-mode-alist
20514 and minor-mode-map-alist.
20515 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
20516 codes SS2 and SS3 correctly.
20517 (encoded-kbd-self-insert-ccl): New function.
20518 (encoded-kbd-setup-keymap): New function.
20519 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
20520 by calling encoded-kbd-setup-keymap.
20521
86f6474c
SM
20522 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
20523 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
20524
205252000-02-22 Dave Love <fx@gnu.org>
20526
20527 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 20528 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
20529 (lisp-mode-syntax-table): Set up for #|...|# comments.
20530 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
20531 classes. Match `defface'.
20532 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
20533 (eval-defun-1): Fix for defcustom.
20534 (lisp-indent-region): Doc fix.
20535
20536 * subr.el (when, unless, split-string): Doc fix.
86f6474c 20537 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
20538 (replace-regexps-in-string): New function.
20539
205402000-02-22 Gerd Moellmann <gerd@gnu.org>
20541
20542 * help.el (describe-variable): Set syntax table to
20543 emacs-lisp-mode-syntax-table when moving forward over the
20544 symbol's name.
20545
205462000-02-22 Dave Love <fx@gnu.org>
20547
20548 * xt-mouse.el: Doc fixes.
20549 (xterm-mouse-position-function): New function, replacing advice of
20550 mouse-position.
20551 (xterm-mouse-mode): Use it. Don't turn on under a window system.
20552
20553 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
20554
205552000-02-21 Gerd Moellmann <gerd@gnu.org>
20556
86f6474c
SM
20557 * format.el (format-annotate-single-property-change):
20558 Handle properties.with dotted-list values.
a30eb617
DL
20559 (format-proper-list-p): New function.
20560
20561 * enriched.el (enriched-face-ans): Handle '(foreground-color
20562 . COLOR) and (background-color . COLOR).
20563
205642000-02-20 Dave Love <fx@gnu.org>
20565
20566 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
20567 and assignments to it.
20568 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
20569 current local map.
20570 (make-flyspell-overlay): Use it.
20571 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
20572
20573 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
20574 (lm-get-header-re): Defun, not defsubst.
20575 (lm-get-package-name): Defun, not defsubst. Simplify.
20576 (lm-version): Doc fix. Simplify.
20577 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
20578 (lm-crack-address, lm-last-modified-date, lm-commentary)
20579 (lm-verify, lm-synopsis): Simplify.
20580 (lm-report-bug): Require emacsbug. Use compose-mail.
20581
205822000-02-20 Gerd Moellmann <gerd@gnu.org>
20583
20584 * dired.el (dired-mode): Call propertized-buffer-identification
20585 to set mode-line-buffer-identification to something having
20586 the right text properties.
20587
20588 * bindings.el (propertized-buffer-identification): New function.
20589
205902000-02-20 Dave Love <fx@gnu.org>
20591
20592 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
20593 check for t-mouse too.
20594
20595 * cus-start.el: Make echo-keystrokes `number'.
20596
205972000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
20598
20599 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
20600 Don't call ring-empty-p unless tags-location-ring is bound.
20601 From Noah Friedman <friedman@splode.com>.
20602
206032000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
20604
20605 * progmodes/hideshow.el (hs-flag-region): No longer use
20606 `intangible' overlay property.
20607
20608 (hs-toggle-hiding): New command.
20609 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
20610
20611 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
20612 Fix omission bug: Run `hs-minor-mode-hook' for both activation
20613 and deactivation.
20614
206152000-02-18 Gerd Moellmann <gerd@gnu.org>
20616
20617 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
20618
206192000-02-17 Gerd Moellmann <gerd@gnu.org>
20620
20621 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
20622
20623 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
20624 of `*' to handle `(* ... *)' comments.
20625
206262000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
20627
20628 * faces.el (list-faces-display): Use display-mouse-p instead of
20629 window-system.
20630
20631 * menu-bar.el (global-map): Menu-bar items converted to the new
20632 format (menu-item..., rearranged for better CUA compliance, and
20633 their names changed for better clarity. Help strings added.
20634
20635 * international/mule-cmds.el (mule-menu-keymap)
20636 (describe-language-environment-map, set-coding-system-map)
20637 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
20638 form, add help strings. Change names of menu items for better clarity.
20639 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
20640
206412000-02-17 Gerd Moellmann <gerd@gnu.org>
20642
20643 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
20644 within the code.
20645
206462000-02-16 Dave Love <fx@gnu.org>
20647
20648 * faces.el: Don't require custom. Add more specific :groups to
20649 various deffaces.
20650 (set-face-attribute): Purecopy args.
20651 (read-face-name): Default to name at point and use it in prompt.
20652 Remove colon from arg in all callers.
20653 (list-faces-display): Hyperlink to face descriptions and customize
20654 buffers.
20655
206562000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
20657
86f6474c 20658 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
20659
206602000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20661
20662 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
20663 at ':' characters by call to split-string.
20664
206652000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20666
20667 * textmodes/bibtex.el: Added RCS version identification.
20668
206692000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20670
20671 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 20672 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
20673 (bibtex-field-const): Allow capital letters.
20674 (bibtex-start-of-string): Deleted because unused.
20675
20676 * textmodes/bibtex.el: Unified some nomenclature. We no longer
20677 use the term 'reference' to describe a bibtex entry as a whole.
20678 Further, reference keys are no longer called 'labels'.
20679 (bibtex-keys): Renamed to bibtex-reference-keys.
20680 (bibtex-reformat-previous-labels): Renamed to
20681 bibtex-reformat-previous-reference-keys.
20682 (bibtex-reference-type): Renamed to bibtex-entry-type.
20683 (bibtex-reference-head): Renamed to bibtex-entry-head.
20684 (bibtex-reference-maybe-empty-head): Renamed to
20685 bibtex-entry-maybe-empty-head.
20686 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
20687 (bibtex-search-reference): Renamed to bibtex-search-entry.
20688 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
20689 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
20690 (bibtex-entry-field-alist, bibtex-entry-head)
20691 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
20692 (bibtex-map-entries, bibtex-search-entry)
20693 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
20694 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
20695 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
20696 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
20697 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
20698 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
20699 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
20700
207012000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20702
20703 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
20704 comment.
20705 (bibtex-format-field-delimiters): New function, functionality
20706 extracted from bibtex-format-entry.
20707 (bibtex-autokey-get-yearfield-digits): New function, functionality
20708 extracted from bibtex-autokey-get-yearfield.
20709
20710 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
20711 entries in order to avoid stack overflow in the regexp matcher if
20712 field contents become large.
86f6474c
SM
20713 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
20714 (bibtex-field-string-part-not-braced)
20715 (bibtex-field-string-part-no-inner-braces)
20716 (bibtex-field-string-part-1-inner-brace)
20717 (bibtex-field-string-part-2-inner-braces)
20718 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
20719 (bibtex-field-string-quoted, bibtex-field-string)
20720 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
20721 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
20722 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
20723 Deleted as parsing is now performed by the following functions.
20724 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
20725 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
20726 (bibtex-parse-field-string, bibtex-search-forward-field-string)
20727 (bibtex-parse-association, bibtex-field-name-for-parsing)
20728 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
20729 (bibtex-search-forward-field, bibtex-search-backward-field)
20730 (bibtex-start-of-field, bibtex-end-of-field)
20731 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
20732 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
20733 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
20734 (bibtex-parse-string, bibtex-search-forward-string)
20735 (bibtex-search-backward-string, bibtex-start-of-string)
20736 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
20737 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
20738 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
20739 entries. Instead of reporting the results of the parsing by
20740 match-beginning or match-end, these functions return data structures
20741 that hold the corresponding positions.
20742 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
20743 return values rather than by match-beginning or match-end.
20744 The following functions have been adapted to use the new
20745 parsing functions.
20746 (bibtex-skip-to-valid-entry, bibtex-search-reference)
20747 (bibtex-enclosing-field, bibtex-format-entry)
20748 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
20749 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
20750 (bibtex-print-help-message, bibtex-end-of-entry)
20751 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
20752 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
20753 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
20754 Use the new method for parsing.
20755 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
20756 (bibtex-map-entries, bibtex-flash-head)
20757 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
20758 (bibtex-autokey-change, bibtex-autokey-get-namefield)
20759 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
20760 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
20761 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
20762 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
20763 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
20764 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
20765
207662000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20767
20768 * textmodes/bibtex.el: Copyright notice is up to date.
20769 Added constant 'bibtex-maintainer-salutation.
20770
86f6474c 20771 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
20772 than make-temp-name, use match-string-no-properties and eliminate
20773 a quadratic behavior when building bibtex-strings.
20774
20775 * bibtex.el (bibtex-reference-key): Accept string entries whose
20776 reference key contains upper case letters.
20777
207782000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20779
20780 * bibtex.el (bibtex-reference-head): Allow entries to start with
20781 a new line.
20782
207832000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20784
20785 * bibtex.el: Hiding of entry bodies is not longer provided by
20786 bibtex.el directly. Instead the hideshow package can be used.
20787 Added a special bibtex entry to hs-special-modes-alist.
20788 (bibtex-hs-forward-sexp): Added for hideshow.el.
20789
207902000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20791
20792 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
20793 proceedings entry type (for cross referencing). Thanks to Wagner
20794 Toledo Correa for the suggestion.
20795
20796 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
20797
207982000-02-14 Kenichi Handa <handa@etl.go.jp>
20799
20800 * international/characters.el: Setup case table for Vietnamese.
20801
208022000-02-12 Gerd Moellmann <gerd@gnu.org>
20803
20804 * uniquify.el (toplevel): Require CL at compile time.
20805 (uniquify-push): Removed.
20806
20807 * shadowfile.el (shadow-when): Removed.
20808
20809 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 20810 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
20811
20812 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
20813 regexp for paragraph-start.
20814
20815 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
20816 commas as well.
20817
208182000-02-10 Dave Love <fx@gnu.org>
20819
20820 * wid-edit.el: (widgets) [defgroup]: Remove url link.
20821 (widget-color-choice-list, widget-color-history, widget-mouse-help):
20822 Deleted.
20823 (widget-specify-field, widget-specify-button): Don't use
20824 widget-mouse-help as help-echo property.
20825 (default): Use #'ignore for :validate and :mouse-down-action.
20826 (checkbox): Add help-echo.
20827 (widget-sexp-validate): Rewritten to clarify error messages.
20828 (character): Use char-valid-p in :match function.
20829 (widget-color-complete): Use facemenu-color-alist.
20830 (widget-color-action): Use facemenu-read-color.
20831
20832 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
20833 set up `caar' &c that we now have.
20834
208352000-02-09 Ray Blaak <blaak@gnu.org>
20836
20837 * delphi.el: Make resourcestring a declaration region, like const
20838 and var.
20839
208402000-02-09 Dave Love <fx@gnu.org>
20841
20842 * bindings.el (mode-line-input-method-map): New variable.
20843 (mode-line-mule-info): Use it; fix last change.
20844 (mode-line-mode-menu): Move definition.
20845 (mode-line-mouse-sensitive-p): Deleted.
20846 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 20847 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
20848
20849 * startup.el (command-line-1): Don't call
20850 make-mode-line-mouse-sensitive.
20851
208522000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
20853
86f6474c
SM
20854 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
20855 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
20856
208572000-02-06 Stefan Monnier <monnier@cs.yale.edu>
20858
20859 * diff-mode.el (diff-kill-junk): New interactive function.
20860 (diff-reverse-direction): Use delete-and-extract-region.
20861 (diff-post-command-hook): Restrict the area so that the hook also works
20862 outside of any diff hunk. This is necessary for the minor-mode.
20863 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
20864 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
20865
20866 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
20867 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
20868 so that it can be used more easily in <foo>-mode-hook. Also make sure
20869 to avoid duplicate entries.
20870 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
20871 (font-lock-remove-keywords): Just as was done for `add', allow it to
20872 work even if font-lock-mode is nil. Also make sure we don't modify
20873 any pre-existing list by forcing a copy-sequence. Finally rename
20874 `major-mode' to `mode'.
20875 (font-lock-fontify-syntactic-anchored-keywords)
20876 (font-lock-fontify-anchored-keywords)
20877 (font-lock-fontify-keywords-region): Use line-end-position.
20878 Don't make `font-lock-multiline' local (it's now done in
20879 font-lock-set-defaults).
86f6474c
SM
20880 (font-lock-set-defaults): Make `font-lock-multiline' local.
20881 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
20882
208832000-02-06 Andrew Innes <andrewi@gnu.org>
20884
20885 * term/w32-win.el (x-handle-args): Comment out call to message,
20886 which occurs before window system is initialized.
20887
20888 * makefile.nt: Add support for recompiling lisp code.
20889
208902000-02-04 Dave Love <fx@gnu.org>
20891
20892 * bindings.el (mode-line-mule-info): Fix/extend last change.
20893
20894 * completion.el: Replace completion-dolist with dolist.
20895
86f6474c 20896 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
20897
208982000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
20899
86f6474c 20900 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
20901 environment names before they go into the section regexp.
20902
86f6474c 20903 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
20904 char class in regexp.
20905
86f6474c
SM
20906 * textmodes/reftex-parse.el (reftex-with-special-syntax):
20907 Bind `case-fold-search' to nil.
a30eb617 20908
86f6474c
SM
20909 * progmodes/idlwave.el (idlwave-template):
20910 Respect `idlwave-abbrev-change-case'.
20911 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
20912 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
20913 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
20914 (idlwave-rw-case): New function.
20915 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 20916 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
20917 (idlwave-surround): New argument LENGTH to support padding of
20918 operators longer than 1 char.
20919
20920 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
20921 idlwave-shell-expression-overlay. Implemented printing of
20922 expressions on higher levels of the calling stack.
86f6474c 20923 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
20924 (idlwave-retrieve-expression-from-level): New function.
20925 (idlwave-shell-last-calling-stack): Variable removed.
20926 (idlwave-shell-reset): Argument action reversed (`visible' to
20927 `hidden'). Also remove stop-line overlay.
20928 (idlwave-shell-calling-stack-routine): New variable.
20929 (idlwave-shell-parse-stack-and-display): Messages now display
20930 negative level numbers.
20931 (idlwave-shell-mode): Set `modeline-format'.
20932 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 20933 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
20934 (idlwave-shell-print-expression-function): New option.
20935
86f6474c
SM
20936 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
20937 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
20938 `tool-bar' instead of `toolbar'.
20939
209402000-02-02 Dave Love <fx@gnu.org>
20941
20942 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
20943 emacs-lisp-mode-hook. Don't check for defalias being defined.
20944
20945 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
20946 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
20947 Use the new builtins directly.
a30eb617
DL
20948
20949 * whitespace.el (whitespace): Add :version to defgroup.
20950
20951 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
20952 Doc fix.
20953
20954 * thingatpt.el (sexp-at-point, symbol-at-point)
20955 (number-at-point, list-at-point): Add autoload cookie.
20956
20957 * recentf.el (recentf): Add :version to defgroup.
20958
20959 * quickurl.el (quickurl): Add :version to defgroup.
20960
20961 * elide-head.el (elide-head): Use point-marker more.
20962
20963 * bs.el (bs): Add :version to defgroup.
20964
20965 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
20966
20967 * progmodes/delphi.el (delphi): Add :version to defgroup.
20968
209692000-02-02 Gerd Moellmann <gerd@gnu.org>
20970
20971 * ange-ftp.el (ange-ftp-write-region): Handle case that
20972 succeeding process operation sets a different coding system.
20973
20974 * calculator.el: New file.
20975
209762000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
20977
86f6474c 20978 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
20979 (display-mouse-p, display-popup-menus-p, display-graphic-p)
20980 (display-selections-p, display-screens, display-pixel-width)
20981 (display-pixel-height, display-mm-width, display-mm-height)
20982 (display-backing-store, display-save-under, display-planes)
20983 (display-color-cells, display-visual-class): New functions.
20984
20985 * term/tty-colors.el (tty-color-gray-shades): New function.
20986
20987 * faces.el (display-color-p): Use framep-on-display.
20988 (display-grayscale-p): New function.
20989
209902000-01-31 Dave Love <fx@gnu.org>
20991
20992 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
20993 (create-fontset-from-x-resource): Don't concat integers.
20994
209952000-01-31 Inge Frick <inge@nada.kth.se>
20996
20997 * view.el: Some changes in documentation. Removed some trailing
86f6474c 20998 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
20999 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21000 window is not deleted. Modifies change 1998-04-26.
21001
210022000-01-31 Gerd Moellmann <gerd@gnu.org>
21003
21004 * windmove.el: New file.
21005
21006 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21007 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21008 progmodes/ebnf-yac.el: Update copyright and license info.
21009
86f6474c
SM
21010 * jit-lock.el (jit-lock-function): Widen before calculating
21011 end position.
a30eb617
DL
21012 (jit-lock-stealth-chunk-start): Rewritten.
21013
21014 * info.el (Info-title-face-alist): Removed.
86f6474c 21015 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
21016 (Info-fontify-node): Use these faces.
21017
210182000-01-30 Gerd Moellmann <gerd@gnu.org>
21019
21020 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
21021 (cl-macro-list1): Recognize `&allow-other-keys' instead of
21022 `&allow-other-keywords'.
21023
21024 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
21025 the list of directories scanned heuristically.
21026
86f6474c 21027 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
21028
210292000-01-30 Jason Rumney <jasonr@gnu.org>
21030
21031 * w32-fns.el: Define w32-tty-standard-colors.
21032
21033 * startup.el (command-line): Use w32-tty-standard-colors when in
21034 w32 console mode.
21035
210362000-01-30 Dave Love <fx@gnu.org>
21037
21038 * jka-compr.el (jka-compr-load): Fix up load-history.
21039
21040 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
21041
21042 * emacs-lisp/cl-macs.el: Revert previous change.
21043
210442000-01-29 Dave Love <fx@gnu.org>
21045
21046 * facemenu.el: Purecopy various strings.
21047
21048 * timezone.el (timezone-fix-time): Window against 69 for two-digit
21049 years. Deal with three-digit years.
21050
86f6474c
SM
21051 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
21052 Use defconst, purecopy.
a30eb617
DL
21053 (help-back-label): Purecopy it.
21054
210552000-01-18 Gerd Moellmann <gerd@gnu.org>
21056
21057 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
21058 variable. If non-nil, order the buffer list according to the
21059 currently selected frame.
21060 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
21061 non-nil, pass the selected frame to function buffer-list.
21062
210632000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21064
21065 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
21066
210672000-01-28 Dave Love <fx@gnu.org>
21068
21069 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
21070
21071 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
21072 Don't use lisp-indent-hook property.
21073 (cl-abs): Remove.
21074
21075 * subr.el: Move out indent and edebug specs for when and unless.
21076
21077 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
21078 when, unless.
21079
21080 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
21081 unless, when.
21082
210832000-01-28 Gerd Moellmann <gerd@gnu.org>
21084
21085 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
21086 `collecting' as synonym for `collect'.
21087
21088 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
21089 for the case it contains spaces.
21090
86f6474c 21091 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
21092
21093 * frame.el (delete-other-frames): New function.
21094 (toplevel): Bind it to C-x 5 1.
21095
21096 * sort.el (sort-numeric-base): New option.
21097 (sort-numeric-fields): If number starts with `0' or `0[xX[',
21098 interpret it as octal or hexadecimal. Use sort-numeric-base
21099 as default base.
21100
21101 * progmodes/glasses.el: New file.
21102
211032000-01-27 Gerd Moellmann <gerd@gnu.org>
21104
21105 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
21106 userids differently.
21107
21108 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21109 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21110 progmodes/ebnf-yac.el: New files.
21111
211122000-01-26 Dave Love <fx@gnu.org>
21113
21114 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
21115 on a function with an empty body. [From Eric Ludlam.]
21116
211172000-01-25 Andre Spiegel <spiegel@gnu.org>
21118
21119 * vc.el (vc-version-diff): Make sure file name is expanded.
21120
211212000-01-25 Gerd Moellmann <gerd@gnu.org>
21122
21123 * scroll-bar.el (scroll-bar-timer): Variable removed.
21124 (scroll-bar-toolkit-scroll): Don't use a timer.
21125
211262000-01-25 Kenichi Handa <handa@etl.go.jp>
21127
86f6474c
SM
21128 * language/thai-util.el (thai-composition-function):
21129 Delete superfluous `a'.
a30eb617
DL
21130
211312000-01-24 Dave Love <fx@gnu.org>
21132
21133 * fortran.el (fortran-mode): Use beginning-of-defun-function,
21134 end-of-defun-function.
21135
86f6474c 21136 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
21137
211382000-01-22 Jason Rumney <jasonr@gnu.org>
21139
21140 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
21141 conflicts with new face support.
21142
211432000-01-22 Richard M. Stallman <rms@gnu.org>
21144
21145 * replace.el (query-replace): Rename last arg to DELIMITED.
21146 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
21147 (query-replace-regexp): Likewise.
21148
211492000-01-20 Richard M. Stallman <rms@gnu.org>
21150
21151 * subr.el (with-syntax-table): Use make-symbol, not gensym.
21152
21153 * emacs-lisp/lisp.el (beginning-of-defun-function):
21154 Variable renamed from beginning-of-defun.
21155 Do not call make-variable-buffer-local.
21156 (beginning-of-defun-raw): Use new variable name; doc fix.
21157 (beginning-of-defun): Doc fix.
21158 (end-of-defun-function): Variable renamed from end-of-defun.
21159 Do not call make-variable-buffer-local.
21160 (end-of-defun): Use new variable name; doc fix.
21161
21162 * subr.el (dolist, dotimes): Copied from cl-macs.el
21163 and made to work.
21164
21165 * mail/undigest.el (rmail-digest-end-regexps):
21166 Variable replaces rmail-digest-end-regexp.
21167 Allows multiple regexps for detecting the end line.
21168 (undigestify-rmail-message): Corresponding changes.
21169
211702000-01-19 Dave Love <fx@gnu.org>
21171
21172 * files.el (user-init-file): Don't declare here -- is primitive.
21173
21174 * startup.el (command-line): Check for compiled user-init-file and
21175 set to uncompiled version if necessary.
21176
211772000-01-18 Gerd Moellmann <gerd@gnu.org>
21178
21179 * mail/undigest.el (rmail-digest-end-regexp): New user option.
21180 (undigestify-rmail-message): Use it.
21181
21182 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
21183
211842000-01-17 Gerd Moellmann <gerd@gnu.org>
21185
21186 * tmm.el (tmm-goto-completions): Adapt to prompt being part
21187 of mini-buffer.
21188
211892000-01-14 Gerd Moellmann <gerd@gnu.org>
21190
21191 * emacs-lisp/copyright.el (copyright-update): Removed the
21192 requirement for a trailing space from `copyright-regexp', to
21193 support copyrights with owner specified on a separate line..
21194
21195 * align.el: New file.
21196
21197 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
21198
21199 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
21200
212012000-01-13 Dave Love <fx@gnu.org>
21202
21203 * ph.el: Removed. (Obsoleted by EUDC.)
21204
212052000-01-13 Gerd Moellmann <gerd@gnu.org>
21206
21207 * net/eudc.el (toplevel): Remove autoloaded code installing
21208 menu with easymenu, because that causes build problems.
21209
21210 * frame.el (frame-notice-user-settings): New variable.
21211 (frame-notice-user-settings): Don't modify frame parameters
21212 if called a second time.
21213
212142000-01-13 Richard M. Stallman <rms@gnu.org>
21215
21216 * frame.el (frame-notice-user-settings):
21217 Notice default-frame-parameters even for non-window frames.
21218
212192000-01-13 Gerd Moellmann <gerd@gnu.org>
21220
21221 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
21222 for Emacs.
21223 (eudc-bob-can-display-inline-images): Extend for Emacs.
21224 (eudc-bob-toggle-inline-display): Ditto.
21225 (eudc-bob-display-jpeg): Ditto.
21226
212272000-01-12 Gerd Moellmann <gerd@gnu.org>
21228
21229 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
21230 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
21231 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
21232
86f6474c
SM
21233 * add-log.el (add-change-log-entry): Fix error trying an
21234 `(insert nil)'.
a30eb617
DL
21235
21236 * subdirs.el: Add `net' directory.
21237
21238 * net: New directory.
21239
21240 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
21241 eval-last-sexp. Don't bind debug-on-error here.
21242 (eval-last-sexp): New function. Bind debug-on-error if
21243 eval-expression-debug-on-error is non-nil.
21244 (eval-defun-2, eval-defun): Likewise.
21245
21246 * simple.el (eval-expression): Don't bind debug-on-error if
21247 eval-expression-debug-on-error is nil. Detect changed
21248 debug-on-error, and propagate new value to global binding, if
21249 eval-expression-debug-on-error is non-nil,
21250 (eval-expression-debug-on-error): Change doc string.
21251
212522000-01-11 Richard M. Stallman <rms@gnu.org>
21253
21254 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
21255
21256 * emacs-lisp/lisp-mode.el (with-syntax-table):
21257 Set up lisp-indent-function property.
21258
21259 * subr.el (with-syntax-table): Moved from simple.el.
21260
21261 * simple.el (with-syntax-table): Moved to subr.el.
21262
212632000-01-11 Gerd Moellmann <gerd@gnu.org>
21264
21265 * tmm.el (tmm-shortcut): Delete region after prompt instead
21266 of erasing buffer.
21267
21268 * textmodes/fill.el (fill-common-string-prefix): New function.
21269 (fill-context-prefix): Use the longest common prefix of first
21270 and second line fill prefix, if there is one.
21271
212722000-01-11 Richard M. Stallman <rms@gnu.org>
21273
21274 * array.el (array-mode): Don't use make-variable-buffer-local.
21275 Use make-local-variable for `truncate-lines'.
21276
212772000-01-11 Jari Aalto <jari.aalto@poboxes.com>
21278
21279 * add-log.el (add-log-current-defun): Handle user-defined
21280 add-log-current-function returning nil,
21281
21282 * add-log.el (add-change-log-entry): Insert version number
21283 if having found a current function
21284
86f6474c
SM
21285 * add-log.el (add-log-current-defun):
21286 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
21287 level 1. Strip whitespace from defun found.
21288
212892000-01-10 John Wiegley <johnw@gnu.org>
21290
21291 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 21292 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
21293
212942000-01-10 Dave Love <fx@gnu.org>
21295
21296 * elide-head.el (elide-head): Use point-marker, not point.
21297
212982000-01-10 Gerd Moellmann <gerd@gnu.org>
21299
21300 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
21301 before and after the year 2000.
21302
21303 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
21304 Add ispell- prefix.
21305
213062000-01-10 Ken Stevens <k.stevens@ieee.org>
21307
21308 * ispell.el: Only define dictionaries in menus when they exist.
21309 (version18p): New variable.
21310 (version20p): New variable.
21311 (xemacsp): New variable.
21312 (ispell-choices-win-default-height): Fix for XEmacs visibility.
21313 (ispell-dictionary-alist1): Added Brasileiro dictionary.
21314 (ispell-dictionary-alist6): Russian command lines no longer accept
21315 run-together words.
21316 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
21317 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
21318 (check-ispell-version): Added documentation string. Return library
21319 path when called non-interactively.
a30eb617
DL
21320 (ispell-menu-map-needed): Uses new variables.
21321 (ispell-library-path): New variable.
21322 (ispell-decode-string): XEmacs fix for bogus variable bindings.
21323 (ispell-word): Improved documentation string. Test for valid
21324 character mappings. Correctly check typed in word changes that can
86f6474c
SM
21325 result in single words split into multiple words.
21326 Return replacement word.
a30eb617
DL
21327 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
21328 replace in recursive query replace mode. Help message for
21329 recursive edit mode.
21330 (ispell-show-choices): Protect against bad framepop bindings.
21331 (ispell-help): Fix to work with XEmacs.
21332 (ispell-highlight-spelling-error): Use new variables.
21333 (ispell-overlay-window): Fix to work with XEmacs.
21334 (ispell-parse-output): Passed and returns location information
21335 tracking spelling corrections. Doesn't recheck same word on
21336 current line.
21337 (ispell-init-process): Protect against bogus XEmacs variable binding.
21338 Fix call to single argument in sleep-for. Use new variables.
21339 (ispell-region): Passed and returns location information tracking
21340 spelling corrections. Doesn't check same word on current line.
21341 Improved documentation string. Doesn't resend a line already
21342 checked to the ispell process - fixes bug in LaTeX parsing.
21343 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
21344 (ispell-skip-region): No longer skips <TT> in SGML.
21345 (ispell-process-line): Tracks location information with spelling
21346 corrections. Added documentation string. Accounts for words
21347 already accepted on this line. Don't allow query-replace on line
21348 starting with math characters. Doesn't resend a line already sent
21349 to ispell process. Fixes alignment error bug.
21350
213512000-01-10 Richard M. Stallman <rms@gnu.org>
21352
21353 * dired-x.el (dired-guess-shell-alist-default):
21354 Suggest xloadimage, which is free, not xv, which isn't.
21355
21356 * ange-ftp.el (ange-ftp-file-name-nondirectory):
21357 Don't ever include the host name or user name in the value.
21358
213592000-01-09 Gerd Moellmann <gerd@gnu.org>
21360
21361 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
21362 of a real newline.
21363
213642000-01-09 Stephen Eglen <stephen@gnu.org>
21365
21366 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
21367 for .png files.
21368
213692000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
21370
21371 * cus-edit.el (custom-hook-convert-widget): Fix comment.
21372
213732000-01-09 Gerd Moellmann <gerd@gnu.org>
21374
21375 * progmodes/cperl-mode.el: Replace ^F with ^L.
21376
86f6474c
SM
21377 * sendmail.el (toplevel): Provide `sendmail' when compiling before
21378 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
21379
213802000-01-08 Dave Love <fx@gnu.org>
21381
21382 * emacs-lisp/backquote.el: Remove inappropriate customization
21383 (allowing custom.el to use backquote).
21384
213852000-01-07 Dave Love <fx@gnu.org>
21386
21387 * add-log.el (add-log-debugging): Deleted.
21388 (add-change-log-entry): Treat a backup FILE-NAME as its parent
21389 file. Remove debugging code.
21390 (change-log-get-method-definition, change-log-name): Add doc.
21391 (change-log-sortable-date-at): New function.
21392 (change-log-merge): New command.
21393
21394 * time.el (display-time-string-forms): Make the Mail string active.
21395 (display-time-update): Provide help-echo for load average.
21396
21397 * bindings.el (make-mode-line-mouse2-map): New function.
21398 (mode-line-modified): Use it and simplify.
21399 (mode-line-mule-info): Provide help-echo info.
21400 (minor-mode-alist): Activate the strings.
21401 (make-mode-line-mouse-sensitive): Simplify for
21402 mode-line-buffer-identification.
21403
214042000-01-07 Gerd Moellmann <gerd@gnu.org>
21405
21406 * play/pong.el: New file.
21407
214082000-01-06 Dave Love <fx@gnu.org>
21409
21410 * array.el: Assorted cleanups for compiler warnings, doc strings,
21411 `array-' prefix for symbols.
21412
214132000-01-05 Dave Love <fx@gnu.org>
21414
86f6474c
SM
21415 * textmodes/outline.el (outline-mode-menu-bar-map):
21416 Add outline-headers-as-kill.
a30eb617
DL
21417 (outline-mode): Define imenu-generic-expression.
21418 (outline-headers-as-kill): New command.
21419
21420 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
21421 from paragraph-start.
21422 (paragraph-indent-minor-mode): New command.
21423
21424 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
21425 M-C-e, M-C-h, C-j, C-xnd, TAB.
21426 (fortran-mode): Set beginning-of-defun, end-of-defun.
21427 (fortran-column-ruler): Simplify.
21428 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
21429 (fortran-with-subprogram-narrowing): Likewise.
21430 (fortran-indent-subprogram): Call mark-defun.
21431 (fortran-check-for-matching-do): Change narrowing.
21432
21433 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
21434 (cl-lucid-hash-tag): Delete.
21435 (cl-hash-table-p): Correct test for native table.
21436 (cl-hash-table-count): Use hash-table-count.
21437
21438 * browse-url.el (browse-url): Fix case of
21439 browse-url-browser-function being an alist.
21440
214412000-01-05 Carsten Dominik <cd@gnu.org>
21442
21443 * textmodes/reftex-vars.el (reftex-parse-file-extension)
21444 (reftex-index-phrase-file-extension): New options.
21445
21446 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
21447 Use new option `reftex-index-phrase-file-extension'.
21448
21449 * textmodes/reftex.el (reftex-access-parse-file): Use new option
21450 `reftex-parse-file-extension'.
21451
214522000-01-05 Dave Love <fx@gnu.org>
21453
21454 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
21455 (beginning-of-defun-raw): Use it.
21456 (end-of-defun): New variable.
21457 (end-of-defun): Use it.
21458 (check-parens): New command.
21459
214602000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
21461
21462 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
21463 (hs-show-block): Don't use `mapcar' when not accumulating.
21464
21465 Fix buglet in local variables initialization.
21466
214672000-01-05 Andreas Schwab <schwab@suse.de>
21468
21469 * hscroll.el (hscroll): Doc fix.
21470
214712000-01-05 Carsten Dominik <cd@gnu.org>
21472
86f6474c
SM
21473 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
21474 Require idlw-toolbar.
a30eb617 21475
86f6474c 21476 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 21477 file idlw-rinfo.el.
86f6474c
SM
21478 (idlwave-customize): Load must read file idlw-shell.el.
21479 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
21480
214812000-01-05 Carsten Dominik <dominik@astro.uva.nl>
21482
21483 * progmodes/idlw-shell.el: Also provide idlwave-shell
21484 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
21485 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
21486
86f6474c 21487 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
21488 both reftex-dcr and reftex-vcr.
21489
21490 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
21491
214922000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21493
21494 * ps-print.el: PostScript code now is in separate files, doc fix.
21495 (ps-print-version): New version number (5.0.3).
21496 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
21497 local.
21498 (ps-spool-config): Initialization fix.
21499 (ps-print-prologue-1, ps-print-prologue-2)
21500 (ps-print-duplex-feature): PostScript code moved to separated file.
21501 (ps-background-image): Little code reformating.
21502 (ps-begin-file, ps-begin-job): Fix code.
21503 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
21504 (ps-prologue-file): New fun.
21505
215062000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21507
21508 * ps-vars.el: Eliminated.
21509
21510 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
21511 `;;;###autoload'.
21512
21513 * ps-print.el: ps-vars eliminated, doc fix.
21514 (ps-print-version): New version number (5.0.2).
21515 (ps-spool-config): Initialization fix.
21516 (ps-print-customize): New fun.
21517
215182000-01-04 Gerd Moellmann <gerd@gnu.org>
21519
86f6474c 21520 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
21521
215222000-01-04 Dave Love <fx@gnu.org>
21523
21524 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
21525 menu items.
21526
215272000-01-03 Dave Love <fx@gnu.org>
21528
21529 * elide-head.el (elide-head) [defgroup]: Add :version.
21530
21531 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
21532 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
21533 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
21534 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
21535
215362000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21537
21538 * faces.el (face-read-integer, read-face-attribute)
86f6474c 21539 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
21540
215412000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21542
21543 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
21544 at comment end, and re-insert them after filling.
21545
215462000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21547
21548 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
21549 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
21550 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
21551
215522000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21553
21554 * term/x-win.el (xw-defined-colors): Call color-supported-p,
21555 the new name of face-color-supported-p.
21556
21557 * term/w32-win.el (xw-defined-colors): Likewise.
21558
215592000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21560
21561 * simple.el (completion-setup-function): Count completion-size
21562 from minibuffer-prompt-end, not from point-min.
21563
215642000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
21565
21566 * faces.el (read-face-attribute, defined-colors, color-defined-p):
21567 Pass the frame to tty-color-* functions.
21568 (display-color-p, frame-set-background-mode): Pass the frame to
21569 tty-display-color-p.
21570
21571 * term/tty-colors.el (tty-defined-color-alist): Renamed from
21572 tty-color-alist.
21573 (tty-color-alist, tty-modify-color-alist): New functions.
21574 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
21575 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
21576 optional parameter FRAME.
a30eb617
DL
21577
215782000-01-01 Gerd Moellmann <gerd@gnu.org>
21579
86f6474c
SM
21580 * image.el (create-image, defimage): Don't assume image data is
21581 a string.
a30eb617
DL
21582
21583 * image.el (defimage): Handle specifications containing :data
21584 instead of :file.
21585 (image-type-from-data): New function.
21586 (image-type-from-file-header): Use it.
21587 (create-image): Add parameter DATA-P.
21588
21589See ChangeLog.8 for earlier changes.
21590
21591;; Local Variables:
21592;; coding: iso-2022-7bit
21593;; End:
2a34a036
GM
21594
21595 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
21596 Copying and distribution of this file, with or without modification,
21597 are permitted provided the copyright notice and this notice are preserved.