]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(save-abbrevs): Default value is t.
[gnu-emacs] / lisp / ChangeLog
1 2001-11-10 Richard M. Stallman <rms@gnu.org>
2
3 * progmodes/compile.el (compile-goto-error): Fix previous change
4 in the case where subsequent errors have not been parsed yet
5 because they are in a different source file.
6
7 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
8
9 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1): Merge
10 two regular expressions into one.
11 (ps-mode): Make local bindings for `comment-start' and
12 `comment-start-skip'.
13 (ps-mode-looking-at-nested): Simplify an if-else construct;
14 use `set-match-data' to set the result.
15
16 2001-11-10 Richard M. Stallman <rms@gnu.org>
17
18 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
19 Function deleted.
20 (flyspell-correct-word): Old definition deleted.
21 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
22 All references renamed too.
23
24 2001-11-10 Gerd Moellmann <gerd@gnu.org>
25
26 * Makefile.in (finder_setwins, setwins): Exclude Calc.
27
28 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
29
30 * wid-edit.el (checklist): Removed `:menu-tag'.
31 (radio-button-choice): Ditto.
32 (editable-list): Ditto.
33
34 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
35
36 * play/gomoku.el: Move definitions of constants to the beginning
37 of file, before their use.
38
39 2001-11-09 Richard M. Stallman <rms@gnu.org>
40
41 * textmodes/flyspell.el: Use the keymap property
42 instead of local-map, and don't use a minor-mode map.
43 (flyspell-mode-map): Variable deleted.
44 Don't mess with minor-mode-map-alist.
45 (calling add-minor-mode): Specify nil for keymap.
46 And always use add-minor-mode, now that it exists.
47 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
48 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
49 or flyspell-local-mouse-map.
50 (make-flyspell-overlay): Use flyspell-mouse-map directly.
51 (flyspell-mode): Doc fix.
52 (flyspell-mode-on): Don't call make-local-hook.
53
54 2001-11-09 Sam Steingold <sds@gnu.org>
55
56 * emacs-lisp/debug.el (debugger-make-xrefs):
57 Add buttons to all symbols.
58
59 2001-11-09 Andre Spiegel <spiegel@gnu.org>
60
61 * vc.el: Add John David Smith to credits.
62
63 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
64
65 * vc-hooks.el (vc-error-occured): Backquotified.
66 (vc-file-prop-obarray): Use prime length for better efficiency.
67
68 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
69
70 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
71
72 * info.el (Info-file-list-for-emacs): Add entries for Calc.
73
74 2001-11-09 Miles Bader <miles@gnu.org>
75
76 * subr.el (functionp): Don't consider macros as functions.
77
78 2001-11-08 Miles Bader <miles@gnu.org>
79
80 * subr.el (functionp): Make work correctly for macros and unbound
81 symbols.
82
83 * comint.el (comint-send-input): Fix description of
84 `comint-process-echoes' in the doc-string.
85
86 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
87
88 * international/mule.el (make-translation-table): Doc fix.
89 Suggested by Alex Schroeder <alex@gnu.org>.
90
91 2001-11-07 Richard M. Stallman <rms@gnu.org>
92
93 * info.el (Info-fontify-node): Highlight every third menu item.
94
95 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
96
97 * cus-edit.el (custom-face-value-create): Don't ignore the
98 `customized-face' attribute when finding the current face spec.
99
100 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
101
102 * subr.el (with-local-quit): New macro.
103 (make-syntax-table): Always inherit.
104 (functionp): Be more careful when `object' is a symbol.
105
106 * dabbrev.el (dabbrev-completion): Use "*Completions*".
107
108 2001-11-07 Paul Eggert <eggert@twinsun.com>
109
110 * dired.el (dired-move-to-filename-regexp):
111 Do not distinguish between ASCII letters and non-ASCII characters.
112 Don't allow comma except in the form "month day, year".
113 Don't allow space between month name and comma.
114 Clean up the code that checks for trailing period, comma, and space.
115 Remove now-obsolete comments, and add more commentary about
116 Japanese dates.
117 Always gobble up trailing spaces, instead of doing it only sometimes.
118
119 2001-11-07 Miles Bader <miles@gnu.org>
120
121 * paren.el (show-paren-match-face): Add dark-background variant.
122
123 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
124
125 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
126 (lisp-mode-variables): Don't set paragraph-{start,separate}.
127 Don't disable adaptive-fill-mode.
128 (lisp-fill-paragraph): Use tab-width rather than 8.
129 Prevent filling the first line of docstrings.
130
131 2001-11-06 Richard M. Stallman <rms@gnu.org>
132
133 * play/gomoku.el (gomoku): Doc fix.
134
135 * jka-compr.el (jka-compr-partial-uncompress):
136 Support an alternative of not using dd.
137 (jka-compr-dd-program): Use defcustom to define this.
138 (jka-compr-load-suffixes): Use defcustom.
139 (jka-compr-mode-alist-additions): Use defcustom.
140
141 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
142
143 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
144 Also work when LIMIT is further than the end of line.
145
146 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
147
148 * international/quail.el (quail-update-leim-list-file): Print the
149 offending file name if some of its quail-define-package forms is broken.
150
151 2001-11-05 Richard M. Stallman <rms@gnu.org>
152
153 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
154 of the evaluated form.
155
156 2001-11-05 Paul Eggert <eggert@twinsun.com>
157
158 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
159 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
160 stamps always line up by default. Also, it uses a slightly
161 different window to determine whether files are "recent".
162
163 2001-11-05 Andrew Innes <andrewi@gnu.org>
164
165 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
166 Don't attempt to remake autoloads before nuking .elc files.
167
168 2001-11-04 Richard M. Stallman <rms@gnu.org>
169
170 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
171 previous-single-property-change or next-single-char-property-change
172 returns nil.
173
174 * international/mule-cmds.el (set-locale-environment):
175 Make it interactive; make arg optional.
176
177 * international/mule-diag.el (help-funs): Require help-funs.
178
179 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
180
181 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
182
183 2001-11-04 Miles Bader <miles@gnu.org>
184
185 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
186 shadow of the splash image grey on a dark background instead of black.
187
188 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
189
190 * term.el (all faces): Don't (copy-face 'default <foo>).
191
192 * term/xterm.el (function-key-map):
193 Add entry for `ESC [ 3 ~' -> <delete>
194 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
195 Use inheritance so that .emacs and terminfo take precedence.
196
197 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
198
199 * tooltip.el (tooltip-delay): Decrease to 0.7.
200 (tooltip-hide-delay): Enlarge to 10.
201
202 2001-11-03 Richard M. Stallman <rms@gnu.org>
203
204 * startup.el (fancy-splash-tail): Explain how to recover
205 from a crash, if there was a crash.
206 (command-line-1): Reorganize display of startup screen,
207 to simplify the logic. Use a temp buffer for it.
208
209 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
210
211 * frame.el (set-background-color, set-foreground-color):
212 Call face-set-after-frame-default, to propagate the new colors to
213 the frame's parameters alist.
214
215 * calendar/timeclock.el (timeclock-out): Signal an error if
216 timeclock-last-event is nil.
217
218 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
219
220 * textmodes/fill.el (fill-context-prefix): Fix braino.
221
222 * international/quail.el (quail-help):
223 Use `help-buffer' and move `help-setup-xref' to beginning.
224
225 * international/mule-cmds.el (describe-language-environment):
226 Use `help-buffer' and move `help-setup-xref' to beginning.
227
228 * international/mule-diag.el (list-character-sets)
229 (sort-listed-character-sets, describe-character-set)
230 (describe-coding-system, describe-fontset, list-fontsets):
231 Use `help-buffer' and move `help-setup-xref' to beginning.
232 (describe-char-after): Use `internal-describe-syntax-value'.
233
234 2001-11-02 Richard M. Stallman <rms@gnu.org>
235
236 * mouse.el (popup-menu): If the user refuses to select
237 from a menu, don't try to invoke the menu.
238
239 2001-11-02 Miles Bader <miles@gnu.org>
240
241 * help-mode.el (help-xref): New button type.
242 (help-function, help-variable, help-face, help-coding-system)
243 (help-input-method, help-character-set, help-type, help-symbol)
244 (help-back, help-info, help-customize-variable, help-customize-face)
245 (help-function-def, help-variable-def): Use it as a supertype.
246 Remove `action' property.
247
248 * international/mule-diag.el (describe-character-set)
249 (describe-coding-system): Pass correct args to `help-xref-button'.
250 (sort-listed-character-sets): New button type.
251 (list-character-sets): Use it.
252 (list-charset-chars): New button type.
253 (list-character-sets-1): Use it.
254
255 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
256
257 * indent.el (tab-always-indent, indent-for-tab-command):
258 Remove redundant `never' setting.
259
260 * fill.el (fill-region-as-paragraph): Don't forget to skip
261 over current whitespace before looking for a preceding space.
262
263 2001-11-01 Richard M. Stallman <rms@gnu.org>
264
265 * files.el (file-newest-backup): Don't pass backup file name
266 thru file-name-sans-versions, because it never has version numbers.
267
268 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
269 to avoid ambiguous nested loops.
270
271 * files.el (find-file-noselect): Offer to change buffer-read-only
272 only when the file's read-only status has changed from before
273 as well as disagreeing with the buffer's current status.
274 (buffer-file-read-only): New var, local in all buffers.
275
276 * buff-menu.el (buffer-menu): Doc fix.
277 (buffer-menu-other-window): Doc fix.
278 (list-buffers, list-buffers-noselect): Doc fix.
279
280 2001-11-01 Gerd Moellmann <gerd@gnu.org>
281
282 * startup.el (command-line): If the terminal Emacs is running on
283 has erase char set to ^H, use the Backspace key for deleting
284 backward, and the Delete key for deleting forward.
285
286 2001-11-01 Miles Bader <miles@gnu.org>
287
288 * button.el (define-button-type): Make sure every user-defined
289 button type has a supertype.
290
291 2001-10-31 Jason Rumney <jasonr@gnu.org>
292
293 * international/mule-cmds.el (locale-language-names): Add chs and
294 cht as aliases for Chinese-GB and Chinese-BIG5.
295
296 2001-10-31 Richard M. Stallman <rms@gnu.org>
297
298 * bindings.el (mode-line-frame-identification): Add doc string.
299 (mode-line-position, mode-line-modes): New variables.
300 (mode-line-format): Use mode-line-position for the part
301 that displays the position-in-buffer info.
302 Use mode-line-modes for the part that displays major and minor modes.
303
304 2001-10-31 Sam Steingold <sds@gnu.org>
305
306 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
307 (debugger-setup-buffer): Call it.
308 (debugger-mode-map): Bind RET and mouse-2.
309
310 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
311
312 * startup.el: Document command line option --no-window-system
313 instead of --no-windows.
314
315 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
316
317 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
318
319 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
320 (font-lock-defaults-alist): Use it.
321 From David Ponce <david.ponce@wanadoo.fr>
322
323 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
324 output of `char-after'.
325
326 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
327
328 * simple.el (reindent-then-newline-and-indent): Insert the newline
329 before indenting the first line.
330 (undo-get-state, undo-revert-to-state): New funs.
331 (shell-command): Don't kill the buffer even if empty.
332 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
333 (transpose-subr-end2): Remove.
334 (transpose-subr): Add `special' arg and simplify.
335 (transpose-subr-1): Rewrite.
336 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
337 (rfc822-goto-eoh): Simplify.
338
339 2001-10-30 Richard M. Stallman <rms@gnu.org>
340
341 * enriched.el (enriched-face-ans): FIx previous change.
342
343 2001-10-30 Gerd Moellmann <gerd@gnu.org>
344
345 * international/iso-acc.el (iso-accents-compose): Remove a
346 superfluous setq.
347
348 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
349
350 * buff-menu.el (list-buffers-noselect): If the buffer's name
351 starts with a blank, but it visits a file, do show it (for files
352 whose names start with a blank).
353
354 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
355
356 * textmodes/fill.el (sentence-end-double-space)
357 (sentence-end-without-period): Move to paragraphs.el.
358 (fill-indent-according-to-mode): Change default to t.
359 (fill-context-prefix): Simplify control-flow and use a more
360 sophisticated merge that unifies both previous checks.
361 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
362 (fill-nobreak-predicate): Make it into a defcustom'd hook.
363 (fill-nobreak-p): New fun.
364 (fill-region-as-paragraph): Use it.
365 Handle `fill-indent-according-to-mode' slightly differently.
366 (fill-individual-paragraphs-prefix): Simplify the control-flow.
367 (fill-individual-paragraphs-citation): Fix.
368
369 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
370 (paragraph-start): Change default to the `text-mode' value.
371 (sentence-end-double-space, sentence-end-without-period):
372 Move from fill.el.
373 (forward-paragraph): Use `parstart' and `parsep' for temp variables
374 rather than rebinding `paragraph-start' and `paragraph-separate'.
375
376 * indent.el (indent-line-function): Change default to indent-relative.
377 (tab-always-indent): Add an `never' setting.
378 (indent-according-to-mode): Handle `indent-relative' and
379 `indent-relative-maybe' specially.
380 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
381 Handle the `never' case for `tab-always-indent'.
382 Don't call indent-according-to-mode for indent-relative' and
383 `indent-relative-maybe'.
384 (insert-tab): Rename `prefix-arg' to `arg'.
385 (indent-region): Indent the first line as well.
386 (indent-relative): Don't mark the buffer modified if the indentation
387 is unchanged.
388
389 * textmodes/text-mode.el (paragraph-indent-minor-mode):
390 Don't set paragraph-separate. Set paragraph-start more carefully.
391 Set indent-line-function.
392 (paragraph-indent-text-mode): Use it and define-derived-mode.
393 (text-mode-map): Remove the \t binding.
394 (text-mode): Simplify now that the default is more favorable.
395
396 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
397
398 * emacs-lisp/find-func.el (find-function-search-for-symbol):
399 If the regexp doesn't match, use a looser one.
400 (find-variable-noselect): Add `file' argument.
401
402 * pcvs.el (cvs-mode-commit-hook): New hook.
403 (cvs-mode-commit): Run it.
404
405 * log-edit.el (log-edit): Run hook after `log-edit-files'.
406
407 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
408 (edebug-instrument-function): Use `find-function-noselect'.
409
410 2001-10-29 Richard M. Stallman <rms@gnu.org>
411
412 * term.el (term-if-emacs19): Macro deleted.
413 Callers changed to use progn instead.
414
415 * frame.el (blink-cursor-mode): Doc fix.
416
417 * files.el (find-backup-file-name): Use make-backup-file-name.
418
419 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
420 window-live-p.
421 (edebug-set-conditional-breakpoint): Unconditionally use
422 the former Emacs >=19 definition.
423 (edebug-mark): Define unconditionally.
424 (edebug-eval-expression): Always call read-from-minibuffer
425 and specify history list.
426 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
427 edebug-set-conditional-breakpoint.
428 (edebug-emacs-version-specific): Function deleted;
429 do the job at top level.
430 (edebug-emacs-19-specific): Function deleted, this is the default.
431
432 2001-10-29 Sam Steingold <sds@gnu.org>
433
434 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
435 "/cygdrive/LETTER/" pathnames.
436
437 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
438
439 * faces.el (invert-face): Check for 'unspecified, not for nil,
440 when testing whether face colors are not specified.
441 From David.Kastrup@t-online.de (David Kastrup).
442 (read-face-name): Doc fix.
443 (make-face-bold, make-face-unbold, make-face-italic)
444 (make-face-unitalic, make-face-bold-italic, invert-face):
445 Remove trailing blank from the prompt passed to read-face-name.
446
447 2001-10-29 Sam Steingold <sds@gnu.org>
448
449 * emacs-lisp/bytecomp.el (byte-recompile-directory):
450 Report numbers of files skipped and failed too.
451 (byte-compile-file): Return 'no-byte-compile for skipped files.
452
453 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
454
455 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
456 and `M p'.
457
458 2001-10-29 Gerd Moellmann <gerd@gnu.org>
459
460 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
461 as is on unread-command-events instead of `(SECOND-CHAR)'.
462
463 2001-10-29 Andre Spiegel <spiegel@gnu.org>
464
465 * vc.el: Mention vc-*-switches in backend API documentation.
466 (vc-annotate): Adapt doc string to recent change.
467
468 2001-10-29 Gerd Moellmann <gerd@gnu.org>
469
470 * enriched.el (enriched-face-ans): Handle face attributes
471 of the form `(FACE1 FACE2 ...)'.
472
473 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
474
475 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
476
477 * progmodes/sql.el (sql-mysql): Doc change by RMS.
478
479 * progmodes/sql.el (sql-db2): Doc change.
480 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
481 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
482
483 2001-10-29 Gerd Moellmann <gerd@gnu.org>
484
485 * env.el (substitute-env-vars): Don't quote argument to `rx';
486 it's a macro.
487
488 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
489
490 * cus-start.el (recursive-load-depth-limit): Added.
491
492 2001-10-28 Richard M. Stallman <rms@gnu.org>
493
494 * textmodes/ispell.el (version18p, version20p): Vars deleted.
495 All uses removed--assume Emacs version is >= 20.
496
497 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
498 by really checking that it is not version 18.
499
500 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
501
502 2001-10-28 Miles Bader <miles@gnu.org>
503
504 * faces.el (face-attribute): Add INHERIT argument, consider face
505 inheritance if it's non-nil.
506 (face-attribute-merged-with): New function.
507 (face-attribute-specified-or): New macro.
508 (face-foreground, face-background, face-stipple): Add INHERIT
509 argument. Use `face-attribute-specified-or'.
510
511 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
512
513 * font-lock.el: Require `syntax'.
514 (font-lock-defaults-alist): Don't define keywords for lisp languages.
515 Use `c-font-lock-syntactic-face-function' for c languages.
516 (font-lock-mode): Don't unset vars when turning the mode off.
517 (font-lock-default-fontify-buffer): Don't unset vars at the end.
518 (font-lock-extra-managed-props): New var.
519 (font-lock-default-unfontify-region): Use it.
520 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
521 Don't eval the value when there's no match.
522 (font-lock-ppss-stats): New var.
523 (font-lock-ppss): New fun.
524 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
525 (font-lock-apply-highlight): Allow `highlight' to set several props.
526 (font-lock-set-defaults): Use dolist.
527 (font-lock-unset-defaults): Remove.
528 (font-lock-match-c-style-declaration-item-and-skip-to-next):
529 Try to recognize prototypes using `foo P_ ((args))'.
530 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
531 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
532 (c-font-lock-syntactic-face-function): New function.
533 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
534 (c++-keywords): Use a more sophisticated regexp to handle
535 shallowly nested templates.
536
537 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
538
539 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
540 (sgml-tag): Use it. Cleanup with `cond'.
541 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
542 Mark the overlays and only delete those that are marked.
543 (sgml-skip-close-p): Remove.
544 (sgml-value): Replace sgml-skip-close-p with its definition.
545 (html-tag-alist): Use sgml-xml a bit more.
546 (html-mode): Set sgml-empty-tags.
547
548 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
549 (texinfo-update-node, texinfo-sequential-node-update):
550 Don't bind the obsolete `auto-fill-hook'.
551 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
552 Use `set-buffer' rather than `switch-to-buffer'.
553 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
554 Use `set-buffer' rather than `switch-to-buffer'.
555
556 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
557 text-mode-syntax-table.
558 (mail-mode): Use define-derived-mode.
559 Fix ordering of alternatives in adaptive-fill-regexp.
560 (mail-mode-map): Don't rely on keymap's internal representation.
561
562 2001-10-27 Sam Steingold <sds@gnu.org>
563
564 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
565 (sgml-xml-guess): Extracted from `html-mode' and generalized.
566 (sgml-mode-common): Call it.
567 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
568 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
569 (html-horizontal-rule, html-image, html-ordered-list):
570 (html-unordered-list, html-list-item, html-paragraph):
571 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
572 `html-xhtml'.
573
574 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
575
576 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
577 (ifnothtml): New alias.
578
579 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
580
581 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
582 (toggle-text-mode-auto-fill): Use derived-mode-p.
583
584 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
585
586 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
587 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
588
589 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
590
591 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
592 Add make-obsolete cookies, to follow faces.el.
593
594 These changes avoid warnings from the byte compiler in faces.el:
595
596 * faces.el (internal-get-face): Use facep instead of the obsolete
597 internal-find-face.
598 (internal-frob-font-weight, internal-frob-font-slant):
599 New defaliases for obsolete functions.
600 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
601 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
602 (x-make-font-bold-italic): Use internal-frob-font-weight and
603 internal-frob-font-slant aliases instead of the obsolete
604 x-frob-... functions.
605
606 2001-10-26 Sam Steingold <sds@gnu.org>
607
608 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
609 DOCTYPE; set `mode-name' based on it.
610 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
611 (sgml-tag): Close empty tags in XHTML.
612
613 2001-10-26 Jason Rumney <jasonr@gnu.org>
614
615 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
616 when UNICODE is not defined.
617
618 2001-10-26 Sam Steingold <sds@gnu.org>
619
620 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
621 be alone on the line.
622
623 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
624
625 * button.el (button): Special face definition for MS-DOS terminals.
626
627 2001-10-26 Sam Steingold <sds@gnu.org>
628
629 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
630 Protect the /= test by checking that the args are non-nil.
631 (sh-font-lock-close-heredoc): Check eof for being non-nil.
632
633 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
634
635 * textmodes/artist.el (artist-version): 1.2.4.
636 (artist-butlast-fn): New variable.
637 (artist-butlast): New function.
638 (artist-ellipse-mirror-quadrant): Use it.
639 (artist-mouse-draw-poly): Use nil for `point-list'.
640 (artist-mouse-draw-poly): Check for point-list being nil.
641
642 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
643
644 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
645 lambda expression.
646 (ps-mode-menu-main): Submenu with options on/off was replaced with
647 a toggle button.
648 (ps-mode, ps-run-mode): Define with `define-derived-mode'
649 (ps-mode): Autoload cookie added on same line as comment
650 (ps-mode-tabkey, ps-mode-backward-delete-char):
651 (ps-mode-r-balance): Replace `delete-horizontal-space' and
652 `indent-to' with `indent-line-to'
653 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
654 instead of `eval'.
655 (ps-mode-print-region): Use `with-temp-buffer'.
656 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
657 (numerous places): Add back-tick and tick around names in
658 docstrings, fix punctuation in docstrings, remove trailing spaces.
659
660 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
661
662 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
663 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
664 (sgml-font-lock-syntactic-keywords): New var.
665 (sgml-mode-common): Drop the two args.
666 Don't make buffer-local variables that aren't used.
667 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
668 Don't set `before-string' props from sgml-display-text.
669 (sgml-mode): Use define-derived-mode.
670 (sgml-tags-invisible): Use sgml-display-text.
671 (sgml-quote): New command.
672 (html-tag-alist): Add args for `span'.
673 (html-mode): Use define-derived-mode.
674 Set sgml-display-text and sgml-tag-face-alist.
675
676 2001-10-25 Sam Steingold <sds@gnu.org>
677
678 * add-log.el (add-log-always-start-new-record): New user option.
679 (add-change-log-entry): Use it.
680
681 2001-10-25 Richard M. Stallman <rms@gnu.org>
682
683 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
684 bind case-fold-search if FROM is not all lower case.
685
686 2001-10-25 Gerd Moellmann <gerd@gnu.org>
687
688 * startup.el (normal-top-level): Check for frame-initial-frame
689 only if it's really used.
690
691 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
692
693 * progmodes/compile.el (compilation-parse-errors-filename-function):
694 New variable.
695 (compilation-parse-errors): Use it.
696
697 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
698
699 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
700 interactively so that C-u M-C-x still does edebug.
701 (checkdoc-sentencespace-region-engine): Don't force a double-space
702 after `.' if it doesn't look like an end-of-sentence.
703 (debug-ignored-errors): Add `disambiguate ...'.
704
705 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
706
707 * textmodes/texinfo.el (texinfo-environments)
708 (texinfo-environment-regexp): Hoist.
709 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
710 Only highlight the menu name in menu items.
711 Setup `@foo ... @end foo' as text clones.
712 (texinfo-clone-environment): New function.
713 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
714 (texinfo-insert-block): Simplify.
715 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
716 the command is repeated.
717 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
718 (texinfo-insert-@end): Simplify.
719
720 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
721 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
722 (texinfo-subsubsection-level-regexp)
723 (texinfo-update-menu-same-level-regexps)
724 (texinfo-update-menu-higher-regexps)
725 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
726
727 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
728 (derived-mode-p): Autoload.
729
730 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
731 New vars and functions.
732 (text-clone-maintain, text-clone-create): New functions.
733
734 2001-10-25 Miles Bader <miles@gnu.org>
735
736 * facemenu.el (facemenu-add-new-face): Fix variable names.
737
738 2001-10-24 Richard M. Stallman <rms@gnu.org>
739
740 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
741 of t and nil values.
742 (facemenu-set-face): Handle START and END interactively.
743 (facemenu-set-foreground): Don't use a face; specify color directly.
744 (facemenu-set-background): Likewise.
745 (facemenu-set-face-from-menu): Doc fix.
746 (facemenu-active-faces): Use face-attribute-vector
747 to handle bare attributes not in faces.
748 (facemenu-get-face): Don't handle face names fg:... and bg:...
749 specially.
750 (facemenu-add-new-face): New argument MENU.
751 New way to handle adding colors to the color menus.
752
753 * env.el (substitute-env-vars): Quote the arg to rx.
754
755 2001-10-24 Sam Steingold <sds@gnu.org>
756
757 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
758 Control" and "SGML" groups.
759
760 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
761
762 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
763 Better handling of C++ template args to avoid confusion with `<'
764 and `>' used as operators in member init expressions.
765
766 2001-10-24 Gerd Moellmann <gerd@gnu.org>
767
768 * replace.el (perform-replace): Move START and END parameters
769 to the end of the argument list and make them optional.
770
771 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
772 perform-replace.
773
774 * international/fontset.el (x-must-resolve-font-name): New function.
775 (x-complement-fontset-spec): Use it.
776
777 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
778
779 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
780
781 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
782 Turn caadr into caar of cdr.
783
784 2001-10-23 Gerd Moellmann <gerd@gnu.org>
785
786 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
787 of mouse-{1,2} since dragging is on the down event.
788
789 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
790
791 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
792 if ARG is nil.
793
794 * desktop.el (desktop-last-buffer): New variable.
795 (desktop-create-buffer): Set it.
796 (desktop-read): Bind it and switch to that buffer.
797
798 2001-10-22 Gerd Moellmann <gerd@gnu.org>
799
800 * progmodes/compile.el (compilation-set-window-height):
801 Select old window only if it's still live.
802
803 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
804
805 * help-mode.el (help-buffer): Remove debugging code.
806 From Stefan Monnier <monnier@cs.yale.edu>.
807
808 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
809
810 * files.el (file-name-sans-extension, file-name-extension):
811 Don't count the leading dots in file names as signaling an extension.
812
813 2001-10-22 Andre Spiegel <spiegel@gnu.org>
814
815 * vc.el (vc-diff-switches): Doc rewritten.
816
817 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
818
819 * tooltip.el (tooltip-set-param): Doc fix.
820
821 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
822 127 to sgml-maybe-name-self.
823 (sgml-name-8bit-mode): Doc fix.
824 (sgml-char-names-table): New variable.
825 (sgml-name-char): Support non-ASCII and mule-unicode-*
826 characters. Doc fix.
827 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
828
829 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
830 doc string the effect of `left' and `top' parameters in
831 tooltip-frame-parameters, the default values, and the units.
832 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
833 (tooltip-show): Mention in the doc string the `top' and `left'
834 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
835
836 2001-10-22 Andre Spiegel <spiegel@gnu.org>
837
838 Add autoscaling support for vc-annotate.
839 From J.D. Smith <jdsmith@astro.cornell.edu>.
840
841 * vc.el (vc-annotate-display-default): Accept colormap scaling
842 ratio (now deprecated).
843 (vc-annotate-display-autoscale): Added.
844 (vc-annotate-add-menu): New autoscaling menu options "Span to
845 Oldest" and "Span Oldest->Newest". Easymenu support added for
846 toggle menus driven by customize variable `vc-annotate-display-mode'.
847 (vc-annotate-display-select): Added.
848 (vc-annotate): Changed temp-buffer-show-function to
849 `vc-annotate-display-select'.
850 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
851 Added argument OFFSET. Instead of backend function, calls now
852 generic `vc-annotate-difference'.
853 (vc-annotate-difference): Added as generic function instead of
854 backend-specific function. No longer takes argument POINT, but
855 instead accepts a time OFFSET.
856 (vc-default-annotate-current-time): Added.
857
858 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
859 version in vc.el, with
860 (vc-cvs-annotate-current-time): Added, as override of default.
861 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
862 `vc-cvs-annotate-difference'.
863
864 2001-10-22 Gerd Moellmann <gerd@gnu.org>
865
866 * saveplace.el (save-place): Require `saveplace'.
867
868 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
869 Use `sexp' for :value-type instead of `face'.
870
871 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
872
873 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
874 regexps due to 5-digit message IDs.
875
876 2001-10-21 Jason Rumney <jasonr@gnu.org>
877
878 * term/w32-win.el (redisplay-dont-pause): Don't set.
879
880 2001-10-21 Miles Bader <miles@gnu.org>
881
882 * help-funs.el (help-manyarg-func-alist): Variable removed.
883
884 2001-10-21 Miles Bader <miles@gnu.org>
885
886 * help-funs.el (help-manyarg-func-alist): Remove entries for
887 `insert', `insert-and-inherit', `insert-before-markers',
888 `insert-before-markers-and-inherit', `message', `message-box',
889 `message-or-box', `propertize', `format', `encode-time', `append',
890 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
891 `insert-string', `ml-if', `ml-provide-prefix-argument', and
892 `ml-prefix-argument-loop'.
893
894 2001-10-21 Andre Spiegel <spiegel@gnu.org>
895
896 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
897 (vc-default-diff-tree): New functions.
898 (vc-version-diff): Use them. As a result, coding systems are now
899 set up properly for all sorts of diffs, and tree diffs can now
900 also be done locally.
901 (vc-diff): With a prefix argument, don't require that it's called
902 from a buffer under version control.
903 (diff-switches): Remove duplicate definition.
904
905 * vc-cvs.el (vc-cvs-diff-tree): New function.
906
907 2001-10-21 Miles Bader <miles@gnu.org>
908
909 * help-funs.el (help-manyarg-func-alist): Remove entries for
910 `list', `vector', `make-byte-code', `call-process',
911 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
912 `logand', `logior', and `logxor'.
913
914 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
915 image bits to compensate. Use `make-string' instead of
916 `make-bool-vector' (XBM apparently wants byte-aligned rows).
917
918 2001-10-20 Kim F. Storm <storm@cua.dk>
919
920 * simple.el (kill-ring-save): Don't show extent of copied region
921 if using transient-mark-mode and region is fully visible.
922
923 2001-10-20 Gerd Moellmann <gerd@gnu.org>
924
925 * (Version 21.1 released.)
926
927 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
928
929 * files.el (auto-mode-alist): Associate .indent.pro with
930 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
931
932 2001-10-18 Sam Steingold <sds@gnu.org>
933
934 Put the *Compile-Log* buffer in `compilation-mode'.
935 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
936 (byte-compile-log-1, byte-compile-log-file)
937 (displaying-byte-compile-warnings): Use it
938
939 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
940
941 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
942
943 * xml.el (xml-parse-tag): Use eq on char-after's return value.
944
945 2001-10-18 Gerd Moellmann <gerd@gnu.org>
946
947 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
948
949 * obsolete/hilit19.el (hilit-lookup-face-create):
950 Call set-face-font only if display-graphic-p.
951 (toplevel): Remove references to window-system.
952
953 2001-10-18 Miles Bader <miles@gnu.org>
954
955 * simple.el (what-line): Avoid problems with field properties.
956
957 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
958
959 * wid-edit.el (widget-field-face, widget-single-line-field-face):
960 Define special colors for a tty.
961
962 2001-10-17 Francesco Potorti` <pot@gnu.org>
963
964 * comint.el (comint-password-prompt-regexp): Make it less
965 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
966
967 2001-10-17 John Wiegley <johnw@gnu.org>
968
969 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
970 a regular file, before checking if it is a directory or symlink.
971 This avoids a call to eshell-file-attributes, which can be
972 expensive in some situations.
973
974 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
975 customization variable, to differentiate ls-in-dired from regular
976 uses of ls.
977
978 2001-10-17 Miles Bader <miles@gnu.org>
979
980 * custom.el (defface): Mention `:inherit' in doc-string.
981
982 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
983
984 * paren.el: Update the Commentary with installation instructions.
985
986 2001-10-15 Dave Love <fx@gnu.org>
987
988 * international/mule.el (set-auto-coding): Fix regexps for local
989 variables section not to eat newlines.
990
991 2001-10-15 Miles Bader <miles@gnu.org>
992
993 * simple.el (display-message-or-buffer): Pass the correct buffer
994 to `display-buffer'.
995
996 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
997
998 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
999 (executable-find): Use exec-suffixes.
1000 (executable-set-magic): Don't use make-local-hook.
1001
1002 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
1003
1004 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
1005
1006 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
1007 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
1008 Add .so to the Unix and GNU branch.
1009
1010 * international/latin-1.el:
1011 * international/latin-2.el:
1012 * international/latin-3.el:
1013 * international/latin-4.el:
1014 * international/latin-5.el:
1015 * international/latin-8.el:
1016 * international/latin-9.el: Add no-byte-compile: t, since
1017 Makefile.in instructs make-docfile to look at .el files.
1018
1019 2001-10-14 Miles Bader <miles@gnu.org>
1020
1021 * button.el (define-button-type): Allow supertype property to be
1022 specified with a keyword `:supertype' too.
1023 (button-put, make-text-button): Allow button type property to be
1024 specified using the keyword `:type' too.
1025 (button-type): New function.
1026 (button): Add `button-category-symbol' property.
1027
1028 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
1029
1030 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
1031 indent-new-comment-line from comment-indent-new-line.
1032
1033 * textmodes/refill.el (refill-mode):
1034 Bind DEL to backward-delete-char-untabify.
1035 Set backward-delete-char-untabify-method to `hungry'.
1036
1037 * textmodes/bib-mode.el (bib-mode):
1038 * play/gomoku.el (gomoku-mode):
1039 * textmodes/page-ext.el (pages-directory-mode):
1040 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
1041
1042 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
1043
1044 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
1045
1046 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1047 Handle here-docs differently.
1048 (sh-font-lock-heredoc): Remove.
1049 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
1050 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
1051 (sh-font-lock-open-heredoc): New functions.
1052 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
1053 (sh-font-lock-keywords-1): Use regexp-opt.
1054 (sh-in-comment-or-string): Use syntax-ppss.
1055 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
1056 (sh-select, sh-tmp-file): Add explicit terminating \n.
1057
1058 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
1059 Use with-current-buffer.
1060 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
1061 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
1062 filename), catch any error that occurs in `ange-ftp-cd'.
1063 If an error happened, don't bother sending `cmd' at all.
1064 Fix a parenthesis typo.
1065 (ange-ftp-write-region): Don't blindly use binary if the remote host
1066 is unix-like.
1067
1068 * play/pong.el (pong-init): Don't use make-local-hook.
1069
1070 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
1071
1072 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
1073 (viper-get-ex-address-subr): More precise addr for the $ marker
1074
1075 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1076
1077 * version.el (emacs-version): Bump to 21.1.50.
1078
1079 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1080
1081 * mail/mailalias.el (mail-directory-stream): Do not double
1082 variables in the lambda-list.
1083
1084 * play/gomoku.el (gomoku-init-display): Ditto.
1085
1086 * play/landmark.el (lm-init-display): Ditto.
1087
1088 * delim-col.el (delimit-columns-rectangle-max): Ditto.
1089 (delimit-columns-rectangle-line): Ditto.
1090
1091 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
1092
1093 * newcomment.el (comment-region-internal): Don't rebind
1094 invisibility_spec now that the C routines handle it correctly.
1095
1096 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
1097
1098 * frame.el (special-display-popup-frame): Obey new specs `same-window'
1099 and `same-frame'.
1100
1101 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
1102
1103 * simple.el (minibuffer-local*-map): Remove redundant bindings.
1104
1105 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
1106 C-p and C-r. Remove redundant bindings from inheriting maps.
1107
1108 * progmodes/cperl-mode.el: Merged in changes from v4.32.
1109 After 4.23 and: After 4.24:
1110 (cperl-contract-levels): Restore position.
1111 (cperl-beautify-level): Likewise.
1112 (cperl-beautify-regexp): Likewise.
1113 (cperl-commentify): Rudimental support for length=1 runs
1114 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
1115 After 4.25:
1116 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
1117 (imenu-example--create-perl-index): Was not enforcing
1118 syntaxification-to-the-end.
1119 (cperl-invert-if-unless): Allow `for', `foreach'.
1120 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
1121 Mark qw(), m()x as indentable.
1122 (cperl-init-faces): Highlight `sysopen' too.
1123 Highlight $var in `for my $var' too.
1124 (cperl-invert-if-unless): Was leaving whitespace at end.
1125 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
1126 (cperl-calculate-indent): Remove old commented out code.
1127 Support (primitive) indentation of qw(), m()x.
1128 After 4.26:
1129 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
1130 q [] with intervening newlines.
1131 (cperl-autoindent-on-semi): New customization variable.
1132 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
1133 (cperl-tips): Mention how to make CPerl the default mode.
1134 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
1135 (cperl-outline-level): New function.
1136 (cperl-highlight-variables-indiscriminately): New customization var.
1137 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
1138 From Sean Kamath <kamath@pogo.wv.tek.com>.
1139 (cperl-after-block-p): Support CHECK and INIT.
1140 (cperl-init-faces, cperl-short-docs): Likewise and "our".
1141 From Doug MacEachern <dougm@covalent.net>.
1142 After 4.27:
1143 (cperl-find-pods-heres): Recognize \"" as a string.
1144 Mark whitespace between q and [] as `syntax-type' => `prestring'.
1145 Allow whitespace between << and "FOO".
1146 (cperl-problems): Remove \"" and q [] with intervening newlines.
1147 Mention multiple <<EOF as unsupported.
1148 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
1149 (cperl-indent-parens-as-block): New configuration variable.
1150 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
1151 Use `cperl-indent-parens-as-block'.
1152 (cperl-find-pods-heres): Test for =cut without empty line instead of
1153 complaining about no =cut.
1154 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
1155 (cperl-find-pods-heres): Likewise.
1156 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
1157 POD could've been marked as comment already.
1158 (cperl-unwind-to-safe): Unwind before start of POD too.
1159 After 4.28:
1160 (cperl-forward-re): Throw an error at proper moment REx unfinished.
1161 After 4.29:
1162 (x-color-defined-p): Make an extra case to peacify the warning.
1163 Toplevel: `defvar' to peacify the warnings.
1164 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
1165 No -nw-compile time warnings now.
1166 (cperl-find-tags): TAGS file had too short substring-to-search.
1167 Be less verbose in non-interactive mode
1168 (imenu-example--create-perl-index): Set index-marker after name
1169 (cperl-outline-regexp): New variable.
1170 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
1171 (cperl-mode): Made use `cperl-outline-regexp'.
1172 After 4.30:
1173 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
1174 (cperl-outline-level): Make start-of-file same level as `package'.
1175 After 4.31:
1176 (cperl-electric-pod): `head1' and `over' electric only if empty.
1177 (cperl-unreadable-ok): New variable.
1178 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
1179 on an unreadable file.
1180 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
1181 on an unreadable directory.
1182
1183 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1184 Consider the text between two errors as belonging to the first error.
1185 (compilation-goto-locus): Use pop-to-buffer rather than
1186 switch-to-buffer-other-frame.
1187
1188 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
1189 (awk-font-lock-syntactic-keywords): New var.
1190 (awk-mode): Use it.
1191
1192 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
1193
1194 * faces.el (describe-face): Call help-setup-xref earlier.
1195
1196 * jka-compr.el (jka-compr-load-suffixes): New var.
1197 (jka-compr-install): Add its content to load-suffixes.
1198 (jka-compr-uninstall): Remove its content from load-suffixes.
1199
1200 2001-10-12 Sam Steingold <sds@gnu.org>
1201
1202 * bindings.el (completion-ignored-extensions): CL-related
1203 extensions are platform-independent.
1204
1205 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
1206 asynchronous multiple file copying.
1207
1208 2001-10-12 Gerd Moellmann <gerd@gnu.org>
1209
1210 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1211 Turn error for repeated variables into warning.
1212
1213 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1214 New function checking that lambda-list consists of non-constant
1215 symbols, that &rest and &optional are followed by variable names,
1216 that &rest VAR is the last element, and that variables aren't doubled.
1217 (byte-compile-lambda): Use it.
1218
1219 2001-10-12 Eli Barzilay <eli@barzilay.org>
1220
1221 * calculator.el (calculator-eng-display): Don't call concat
1222 with an integer argument.
1223
1224 2001-10-12 Miles Bader <miles@gnu.org>
1225
1226 * help-mode.el (help-customize-face): New button-type.
1227
1228 * faces.el (list-faces-display): Fix args to `help-xref-button'.
1229 (describe-face): Fix args to `help-xref-button'.
1230 Don't switch to help-buffer around call to `help-setup-xref'.
1231 Use `help-buffer' instead of hard-wired "*Help*".
1232 Require `help-mode'.
1233
1234 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1235
1236 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
1237
1238 * help-mode.el (help-buffer): New function.
1239 Returns the buffer-name to use for help output.
1240 Change all the code to use it instead of hard-coding *Help*.
1241 (help-mode-map): Put back the mouse-2 binding.
1242 (help-xref-stack): Change the format and make buffer-local.
1243 (help-xref-stack-item): Make buffer-local.
1244 (help-setup-xref): Do the `push' here rather than in help-do-xref.
1245 (help-xref-interned): Display the face doc as well.
1246 (help-follow-mouse): Re-introduce.
1247 (help-xref-go-back): Adapt to the new use of help-xref-stack.
1248 (help-do-xref): Don't `push' any more.
1249 (help-follow): Also follow face names.
1250
1251 * help-funs.el (describe-function-1): Remove unused `parens' arg.
1252 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
1253 Autoload and cleanup.
1254 (describe-function): Call help-setup-xref.
1255 (describe-variable): Call help-setup-xref earlier.
1256
1257 * help.el (describe-bindings-internal): New fun moved from keymap.c.
1258 (view-lossage): Call help-setup-xref correctly and earlier.
1259 (describe-bindings): Call help-setup-xref earlier.
1260 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
1261 (describe-mode): Don't autoload. Call help-setup-xref earlier.
1262
1263 2001-10-11 Gerd Moellmann <gerd@gnu.org>
1264
1265 * master.el (master-mode): Use define-minor-mode instead of
1266 easy-mmode-define-minor-mode. Add autload cookie.
1267 (Commentary): Remove the line showing how to autoload master-mode,
1268 since it's always autoloaded.
1269
1270 * master.el: New file.
1271
1272 2001-10-11 Dave Love <fx@gnu.org>
1273
1274 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
1275 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
1276 <const-C varset-X const-C>: Fix car/cdr typo.
1277
1278 2001-10-11 Gerd Moellmann <gerd@gnu.org>
1279
1280 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
1281 New function extracted from byte-compile-log-1.
1282 (byte-compile-log-1): Change output to be more in line with
1283 the output of other GNU tools.
1284 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
1285 (byte-compile-report-error): Downcase error message.
1286 Use `error' instead of `!!' for error messages.
1287 (byte-compile-print-syms): Treat non-interactive case specially.
1288 (displaying-byte-compile-warnings): Use backquote.
1289 (byte-compile-from-buffer): Bind byte-compile-last-line.
1290 (batch-byte-compile): Remove `Done' message.
1291
1292 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1293
1294 * emacs-lisp/copyright.el (copyright): Add final \n.
1295
1296 2001-10-11 Miles Bader <miles@gnu.org>
1297
1298 * diff.el (diff): Display default values in prompts as
1299 `(default ...)', not `(...)'.
1300
1301 * info.el (Info-follow-reference): Likewise.
1302
1303 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
1304
1305 * emacs-lisp/autoload.el (doc-string-elt): Remove.
1306
1307 * newcomment.el (comment-indent): Be a little more robust in case
1308 comment-indent-function does funny things.
1309 (comment-normalize-vars): Autoload.
1310 (comment-region-internal): Fiddle with the visibility spec.
1311 (comment-valid-prefix): New function.
1312 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
1313 that would turn comment-text into non-comment-text.
1314
1315 * emacs-lisp/syntax.el: New file.
1316
1317 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
1318 compatibility cruft.
1319 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
1320 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
1321 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
1322 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
1323 tcl-submit-bug-report.
1324 (tcl-mode-syntax-table): Leave \f alone.
1325 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
1326 tcl-end-of-defun, tcl-submit-bug-report.
1327 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
1328 (tcl-add-emacs-menu): Remove.
1329 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
1330 (tcl-keyword-list): Add `chain'.
1331 (tcl-font-lock-syntactic-keywords): New variable.
1332 (tcl-pps-has-arg-6): Remove.
1333 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
1334 (tcl-internal-mark-defun): Remove.
1335 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
1336 (tcl-mode): Use define-derived-mode. Simplify.
1337 Set comment-indent-function.
1338 (tcl-indent-command): Use line-beginning-position and comment-indent.
1339 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1340 (tcl-indent-line): Use tcl-calculate-indent.
1341 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
1342 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
1343 (tcl-filter): Use with-current-buffer, simplify.
1344 (inferior-tcl-mode): Use define-derived-mode.
1345 (tcl-hairy-in-comment): Renamed tcl-in-comment.
1346 (tcl-simple-in-comment, tcl-in-comment): Removed.
1347 (tcl-files-alist): New function.
1348 (tcl-help-snarf-commands): Use it and return the result directly
1349 rather than through a global variable.
1350 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
1351 (tcl-help-on-word): Provide the default value to completing-read.
1352 (tcl-hilit): Remove.
1353 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
1354 (tcl-comment-indent): New function.
1355 (tcl-submit-bug-report): Remove.
1356 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
1357 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
1358 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
1359
1360 2001-10-10 Miles Bader <miles@gnu.org>
1361
1362 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
1363 (Info-fontify-node): Don't fontify the node if it's already been done.
1364
1365 2001-10-10 Gerd Moellmann <gerd@gnu.org>
1366
1367 * international/iso-transl.el (iso-transl-e-caret)
1368 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
1369 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
1370
1371 * simple.el (end-of-buffer): Fix code scrolling specially
1372 for the buffer end.
1373
1374 * startup.el (command-line-1): Bind tab-width to 8.
1375
1376 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1377
1378 * emulation/tpu-edt.el: Use defalias instead of fset for
1379 user-visible commands. From Rob Riepel
1380 <riepel@Networking.Stanford.EDU>.
1381
1382 2001-10-09 Gerd Moellmann <gerd@gnu.org>
1383
1384 * ruler-mode.el: New file.
1385
1386 2001-10-09 Miles Bader <miles@gnu.org>
1387
1388 * apropos.el (button): New require.
1389
1390 * help-funs.el: New file, contents mostly from `help.el'.
1391 (describe-variable): Use `condition-case' instead of `ignore-errors'.
1392
1393 * help-mode.el: New file, contents mostly from `help.el'.
1394
1395 * help.el: Don't require `view' when compiling.
1396 (help-with-tutorial, describe-function, describe-function-1)
1397 (variable-at-point, describe-variable, locate-library):
1398 Functions moved into `help-funs.el'.
1399 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
1400 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
1401 (help-setup-xref, help-xref-following, help-make-xrefs)
1402 (help-xref-button, help-insert-xref-button, help-xref-interned)
1403 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
1404 (help-xref-on-pp): Functions moved into `help-mode.el'
1405 (help-mode-map, help-xref-stack, help-xref-stack-item)
1406 (help-highlight-p, help-highlight-face, help-back-label)
1407 (help-xref-symbol-regexp, help-xref-mule-regexp)
1408 (help-xref-info-regexp): Variables moved into `help-mode.el'.
1409 (help-symbol, help-back, help-info, help-customize-variable)
1410 (help-function-def, help-variable-def):
1411 Button-types moved into `help-mode.el'.
1412 (load-symbol-file-load-history, symbol-file):
1413 Functions moved into `subr.el'.
1414 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
1415 (view-lossage): Call `help-setup-xref' instead of doing it manually.
1416
1417 * subr.el (symbol-file-load-history-loaded)
1418 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
1419
1420 * loadup.el ("button"): Load removed.
1421
1422 * button.el (define-button-type): Respect any `supertype' property.
1423 (button-type-subtype-p, button-has-type-p): New functions.
1424
1425 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
1426 dollar-signs.
1427
1428 * comint.el (comint-insert-previous-argument): New function.
1429 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
1430 (comint-insert-previous-argument-last-start-pos)
1431 (comint-insert-previous-argument-last-index): New variables.
1432
1433 * apropos.el (apropos-next-label-button): Use the presence of a
1434 `apropos-label' property to detect label buttons.
1435
1436 2001-10-08 Miles Bader <miles@gnu.org>
1437
1438 * button.el (next-button, previous-button): Remove N and WRAP
1439 parameters. Don't pay attention to `skip' properties.
1440 (forward-button): Implement wrapping, iterating, and skipping here
1441 instead.
1442 (button-activate): USE-MOUSE-ACTION is optional.
1443 (button-nop): Function removed.
1444 (default-button): Use `ignore' as default button action.
1445
1446 * apropos.el (apropos-next-label-button): Update arguments to
1447 `next-button'.
1448 (apropos-symbol): Add `skip' property.
1449 (apropos-function, apropos-macro, apropos-command)
1450 (apropos-variable, apropos-face, apropos-group, apropos-widget)
1451 (apropos-plist): New button types.
1452 (apropos-label-properties): Variable removed.
1453 (apropos-print): Pass button-type to apropos-print-doc, rather
1454 than help function and label text.
1455 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
1456 Get button label from TYPE.
1457
1458 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
1459
1460 * help.el (help-mode): Use define-derived-mode.
1461 (describe-mode): Add optional `buffer' arg.
1462 Use it instead of going through help-xref-mode.
1463 Avoid doubling the word `minor' when prettifying.
1464 (describe-function-1): List the corresponding key bindings.
1465 (describe-variable): Say if the var is automatically buffer-local.
1466 If the source is `loaddefs.el', look for the real source.
1467 (help-xref-mode): Remove.
1468
1469 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
1470 the file says no-byte-compile.
1471
1472 2001-10-08 Miles Bader <miles@gnu.org>
1473
1474 * button.el (next-button, previous-button): Respect `skip' property.
1475
1476 2001-10-07 Miles Bader <miles@gnu.org>
1477
1478 * woman.el (woman-mode-map): Copy button-buffer-map instead of
1479 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
1480 `woman-follow-word' instead of `woman-mouse-2'.
1481 (woman-follow-word): Renamed from `woman-mouse-2'.
1482 Follow current unconditionally, since this function is now only
1483 bound to M-mouse-2. Use accessor functions.
1484 (WoMan-highlight-references): Use `make-text-button'.
1485 (woman-xref): New button type.
1486
1487 * loadup.el ("faces"): Move load before loading "loaddefs.el".
1488 ("button"): New load, just before "help" (which uses it).
1489
1490 * help.el (help-mode-map): Make button-buffer-map our parent.
1491 Don't bind mouse events or tab/backtab.
1492 (help-function, help-variable, help-face, help-coding-system)
1493 (help-input-method, help-character-set, help-back, help-info)
1494 (help-customize-variable, help-function-def, help-variable-def):
1495 New button types.
1496 (help-button-action): New function.
1497 (describe-function-1): Pass help button-types to
1498 `help-xref-button' rather than help function and help-echo string.
1499 Don't put multiple help-function args in a list to pass them to
1500 help-xref-button, just pass them as multiple arguments.
1501 Use `help-insert-xref-button' to make [back]-button, rather than
1502 `help-xref-button'.
1503 (help-xref-button): Take a button-type TYPE as a parameter rather
1504 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
1505 and add a &rest parameter ARGS to serve the same purpose.
1506 Use `make-text-button' to add the button.
1507 (help-insert-xref-button): Use `insert-text-button' to add the button.
1508 (help-follow-mouse, help-next-ref, help-previous-ref):
1509 Functions removed.
1510 (help-do-xref): New function.
1511 (help-follow): Use `push-button' and `help-do-xref' to do most of
1512 the work.
1513
1514 * apropos.el (apropos-symbol, apropos-label): New button types.
1515 (apropos-symbol-button-display-help)
1516 (apropos-label-button-display-help, apropos-next-label-button):
1517 New functions.
1518 (apropos-mode-map): Make button-buffer-map our parent.
1519 Don't bind mouse events.
1520 (apropos-print, apropos-print-doc): Create buttons instead of text
1521 properties.
1522 (apropos-mouse-follow): Function removed.
1523 (apropos-follow): Use buttons.
1524
1525 * button.el: New file.
1526
1527 2001-10-07 Gerd Moellmann <gerd@gnu.org>
1528
1529 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
1530 Remove.
1531
1532 2001-10-05 Richard M. Stallman <rms@gnu.org>
1533
1534 * add-log.el (add-change-log-entry): Skip copyright notice
1535 and copying permission notice at start of file, if any.
1536 Make use of terms "entry" and "item" accord with Emacs manual.
1537 Simplify the logic for moving point while entering or creating
1538 an entry and then an item.
1539 (add-change-log-entry-other-window): Doc fix.
1540
1541 2001-10-06 Miles Bader <miles@gnu.org>
1542
1543 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
1544 removed; they apparently don't work with faces.
1545
1546 2001-10-05 Sam Steingold <sds@gnu.org>
1547
1548 * textmodes/sgml-mode.el (html-xhtml): New user option.
1549 (html-tag-alist, html-horizontal-rule, html-image, html-line)
1550 (html-ordered-list, html-unordered-list, html-list-item)
1551 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
1552 (sgml-skip-close-p): New function.
1553 (sgml-value): Use it.
1554
1555 2001-10-05 Sam Steingold <sds@gnu.org>
1556
1557 * calendar/diary-lib.el (diary-entry-compare): When times are
1558 identical, compare the entries lexicographically.
1559
1560 2001-10-06 Miles Bader <miles@gnu.org>
1561
1562 * rfn-eshadow.el (rfn-eshadow-update-overlay):
1563 Use `minibuffer-prompt-end'.
1564
1565 * simple.el (previous-matching-history-element): Fix misplaced
1566 parentheses.
1567
1568 2001-10-05 Miles Bader <miles@gnu.org>
1569
1570 * rfn-eshadow.el: New file.
1571
1572 2001-10-05 Miles Bader <miles@gnu.org>
1573
1574 * cus-face.el (custom-face-attributes): Make sure each attribute
1575 has a valid default value. Remove hacks that mapped `nil' to
1576 `off' and used nil to mean `unspecified'. Remove `unspecified'
1577 choices from all attributes (unspecified is handled by the parent
1578 checklist).
1579 * cus-edit.el (custom-face-edit-convert-widget)
1580 (custom-face-edit-deactivate, custom-face-edit-activate)
1581 (custom-face-edit-delete, custom-face-edit-attribute-tag):
1582 New functions.
1583 (custom-face-edit): Specify a custom :convert-widget.
1584 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
1585 Don't pass in default filters that map between `nil' and `off' and
1586 `unspecified' and `nil'.
1587
1588 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1589
1590 * progmodes/compile.el (compilation-buffer-name): New function.
1591 (compile-internal): Use it to determine the name of the
1592 compilation buffer.
1593
1594 2001-10-05 Miles Bader <miles@gnu.org>
1595
1596 * progmodes/compile.el (grep-use-null-device): New variable.
1597 (grep-command): Mention `grep-use-null-device'.
1598 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
1599 Make computation of `grep-command' respect `grep-use-null-device'.
1600 (grep): Respect `grep-use-null-device'.
1601 Call `grep-compute-defaults' even if grep-command is set, if
1602 grep-use-null-device is still tentative.
1603
1604 * subr.el (call-process-shell-command): New function.
1605
1606 2001-10-05 Miles Bader <miles@gnu.org>
1607
1608 * simple.el (previous-matching-history-element)
1609 (next-history-element, next-complete-history-element): Use
1610 `minibuffer-' functions instead of calling `field-' functions directly.
1611 (minibuffer-prompt-end, minibuffer-contents):
1612 (minibuffer-contents-no-properties, delete-minibuffer-contents):
1613 Functions removed (now subrs).
1614 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
1615
1616 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
1617 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
1618 instead of calling `field-' functions directly.
1619 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
1620
1621 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1622
1623 * files.el (find-file-noselect): If file's read-only status has
1624 changed on disk, ask if buffer's read-only status should be
1625 changed, unless NOWARN is set.
1626
1627 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
1628 alias for define-setf-method.
1629
1630 * bindings.el: Remove no-byte-compile from file local variables
1631 to enable bootstrapping.
1632
1633 2001-10-04 Andrew Innes <andrewi@gnu.org>
1634
1635 * faces.el (face-font-registry-alternatives) [windows-nt]:
1636 Make gb2312 an alias for gb2312.1980.
1637
1638 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
1639
1640 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
1641 (uniquify-reverse-components): Remove.
1642
1643 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1644 Make sure the file is readable.
1645 (byte-compile-file): Don't compile if `no-byte-compile' is set.
1646 (byte-compile-defvar): Update to reflect the change in Fdefvar.
1647 (batch-byte-recompile-directory): Pass arg=0.
1648
1649 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
1650 (perl-calculate-indent): Use it.
1651 (perl-backward-to-noncomment): Use forward-comment.
1652
1653 * derived.el (define-derived-mode, derived-mode-make-docstring):
1654 Allow `parent' to be nil.
1655
1656 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
1657 Use define-derived-mode.
1658 (nroff-mode-map, nroff-mode-syntax-table): Massage.
1659
1660 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
1661
1662 * emacs-lisp/lselect.el: Use facep iso find-face.
1663
1664 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1665 Use regexp-opt.
1666 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
1667 (lisp-font-lock-syntactic-face-function): New function.
1668 (lisp-mode-variables): Use it. Make arg optional.
1669 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
1670 (lisp-mode): Don't pass an arg to lisp-mode-variables.
1671 Set comment-start-skip.
1672
1673 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
1674
1675 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
1676 (ignore-errors): Don't bother using a `err' symbol.
1677
1678 * emacs-lisp/autoload.el (autoload-ensure-default-file)
1679 (autoload-insert-section-header, autoload-before-p)
1680 (autoload-remove-section): New functions.
1681 (generate-file-autoloads): Use them.
1682 (update-file-autoloads): Use them. Return FILE if there's no cookie.
1683 Make sure the autoload file is properly formatted when creating it.
1684 (update-autoloads-from-directories): Use them as well.
1685 Only update autoloads for files whose timestamp has changed.
1686 Add a dummy entry to remember the files which had no autoload cookies.
1687
1688 * timer.el (timer-relative-time): Fix computation for negative `micro'.
1689
1690 * subr.el (define-key-after): Allow `key' to be longer than 1.
1691 (make-local-hook): Make obsolete.
1692 (add-hook, remove-hook): Don't use make-local-hook any more.
1693 (make-syntax-table): Inherit all chars from s-s-t.
1694
1695 2001-10-04 Gerd Moellmann <gerd@gnu.org>
1696
1697 This is a fix for a report saying that resuming a search with C-s
1698 C-s doesn't use the case-fold-search setting of the previous
1699 search (C-s ... M-c ... then C-s C-s).
1700
1701 * isearch.el (isearch-last-case-fold-search): New variable.
1702 (isearch-mode): Remember value of isearch-case-fold-search
1703 in isearch-last-case-fold-search.
1704 (isearch-done): Quote value of isearch-case-fold-search.
1705 (isearch-repeat): When resuming a search, restore
1706 isearch-case-fold-search from isearch-last-case-fold-search.
1707
1708 Added to NEWS.
1709
1710 * startup.el (inhibit-startup-buffer-menu): New user-option.
1711 (command-line-1): If inhibit-startup-buffer-menu is set, don't
1712 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
1713
1714 This allows upto 99999 messages in the summary without screwing up
1715 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
1716
1717 * mail/rmailsum.el (rmail-make-summary-line)
1718 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
1719 (rmail-summary-goto-msg, rmail-summary-goto-msg):
1720 Allow 5-digit message ids instead of 4.
1721
1722 This adds expansion of environment variables in the value
1723 specified with M-x setenv. Added to NEWS.
1724
1725 * env.el (substitute-env-vars): New function.
1726 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
1727 environment variables in VALUE. Return VALUE.
1728
1729 2001-10-04 Gerd Moellmann <gerd@gnu.org>
1730
1731 * Branch for 21.1.
1732
1733 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
1734
1735 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
1736
1737 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1738
1739 * emulation/tpu-edt.el: Make messages match original TPU/edt
1740 editor. From riepel@Stanford.EDU (Rob Riepel).
1741
1742 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
1743
1744 * rect.el: Update maintainer's email address.
1745
1746 2001-10-02 Andreas Schwab <schwab@suse.de>
1747
1748 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
1749 and Extended Passive Mode, resp.
1750
1751 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
1752
1753 These changes add support for Calendar-related items in the
1754 menu bar on tty's as well:
1755
1756 * calendar/calendar.el (calendar-mode-map): Require cal-menu
1757 unconditionally.
1758 (calendar-mode): Set up activate-menubar-hook unconditionally.
1759
1760 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
1761 calls x-popup-menu only if popup menus are supported.
1762 (calendar-mouse-insert-hebrew-diary-entry)
1763 (calendar-mouse-insert-islamic-diary-entry)
1764 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1765 (calendar-mouse-view-other-diary-entries)
1766 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
1767 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1768 Call cal-menu-x-popup-menu instead of x-popup-menu.
1769
1770 2001-10-01 Gerd Moellmann <gerd@gnu.org>
1771
1772 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
1773
1774 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
1775
1776 * emacs-lisp/rx.el: New file.
1777
1778 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
1779
1780 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
1781
1782 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
1783
1784 * frame.el (select-frame-by-name, other-frame): Doc fix.
1785
1786 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
1787
1788 * play/snake.el (snake-score-file): Use temporary-file-directory
1789 instead of a literal "/tmp". Suggested by Robert
1790 <robert@chezmarshall.freeserve.co.uk>.
1791
1792 * play/tetris.el (tetris-score-file): Ditto.
1793
1794 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
1795
1796 * apropos.el (apropos-print): Make the directions inserted at the
1797 beginning of the *Apropos* buffer more clear.
1798
1799 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
1800
1801 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
1802 Added comments.
1803
1804 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
1805
1806 * newcomment.el (comment-normalize-vars): Use " \t" rather than
1807 "\\s-" when defining comment-end-skip.
1808
1809 2001-09-27 Gerd Moellmann <gerd@gnu.org>
1810
1811 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
1812 Call get-buffer-window first second arg `visible'.
1813
1814 * international/mule-diag.el (list-input-methods-1):
1815 Output something that's independent of Emacs' version.
1816
1817 * tar-mode.el (tar-mode-write-file): Don't signal an error by
1818 calling byte-to-position with a nil tar-header-offset.
1819
1820 2001-09-27 Simon Josefsson <jas@extundo.com>
1821
1822 * mail/sendmail.el (send-mail-function): Doc fix.
1823 (mail-do-fcc): Error if header-end is not a marker.
1824 (mail-do-fcc): Add a comment.
1825 (mail-reply-to): Doc fix.
1826 (mail-signature): Make ATPOINT optional.
1827 (mail-yank-original): Use cond instead of nestled if.
1828
1829 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
1830
1831 * info.el (Info-on-current-buffer): Default arg to "Top".
1832
1833 2001-09-25 Eli Barzilay <eli@barzilay.org>
1834
1835 * calculator.el (calculator-copy-displayer): New user-option.
1836 (calculator-displayer-prev, calculator-displayer-next):
1837 Renamed from calculator-displayed-{left,right}.
1838 (calculator, calculator-standard-displayer)
1839 (calculator-num-to-string, calculator-update-display)
1840 (calculator-copy, calculator-put-value): Bug and display fixes.
1841
1842 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1843
1844 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
1845 (ebnf-version): New version (3.6.1).
1846
1847 * ebnf-bnf.el: Fix character range regexp. Doc fix.
1848 (ebnf-bnf-non-terminal-chars): New internal const.
1849 (ebnf-bnf-lex): Fix code.
1850
1851 * ebnf-iso.el: Fix character range regexp. Doc fix.
1852 (ebnf-iso-non-terminal-chars): New internal const.
1853 (ebnf-iso-lex): Fix code.
1854
1855 * ebnf-yac.el: Fix character range regexp. Doc fix.
1856 (ebnf-yac-skip-chars): New internal const.
1857 (ebnf-yac-skip-code): Fix code.
1858
1859 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
1860
1861 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
1862
1863 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
1864 passing it to VC.
1865
1866 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
1867 case where the file is relative.
1868
1869 2001-09-24 Gerd Moellmann <gerd@gnu.org>
1870
1871 * xml.el (xml-parse-attlist): Quotes around attributes must be the
1872 same on each side. Make sure we properly handle simple quotes.
1873 From Daiki Ueno <ueno@unixuser.org>.
1874
1875 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
1876
1877 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
1878 <jas@extundo.com>.
1879
1880 * menu-bar.el (top-level): Minor fixes for text of help-echo in
1881 some items of the Options menu.
1882
1883 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
1884
1885 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
1886
1887 * vc-hooks.el (vc-delete-automatic-version-backups):
1888 Don't fail if the directory doesn't exist.
1889
1890 * diff-mode.el (diff-default-read-only): New var.
1891 (diff-mode): Use it.
1892
1893 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
1894
1895 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
1896 Use make-keymap instead of copy-keymap, since copying the global
1897 keymap messes up the menu bar.
1898
1899 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
1900 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
1901
1902 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
1903
1904 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
1905
1906 * dired-aux.el (dired-insert-subdir): Pass switches to
1907 dired-build-subdir-alist.
1908
1909 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
1910
1911 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
1912 caused %#a and %#b to be mis-formatted.
1913
1914 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
1915
1916 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
1917 ccmode, emacs-mime, and eudc manuals.
1918
1919 2001-09-19 Sam Steingold <sds@gnu.org>
1920
1921 w32 find cannot be used with `grep-find'.
1922 * progmodes/compile.el (find-program): New variable.
1923 (grep-compute-defaults): Use it to set `grep-find-command'.
1924
1925 2001-09-19 Gerd Moellmann <gerd@gnu.org>
1926
1927 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
1928
1929 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1930
1931 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
1932 programming. Doc fix.
1933 (ebnf-version): New version (3.6).
1934 (ebnf-eps-begin): Data fix.
1935 (ebnf-begin-file): Code fix.
1936
1937 * ebnf-bnf.el: Doc fix.
1938 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
1939
1940 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
1941
1942 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1943
1944 * ps-print.el: Better face mapping for black/white PostScript printers.
1945 Check if mark is active when printing a region. Doc fix.
1946 (ps-print-version): New version number (6.5.5).
1947 (ps-print-color-p): Customization fix.
1948 (ps-black-white-faces): New option.
1949 (ps-black-white-faces-alist): New internal var.
1950 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
1951 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
1952 (ps-nb-pages-region): Interactive fix.
1953 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
1954 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
1955
1956 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
1957
1958 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
1959 numeric month value, and allow the Kanji character after the it to
1960 be missing (happens with ls-lisp's output on Japanese versions of
1961 MS-Windows).
1962
1963 2001-09-18 Miles Bader <miles@gnu.org>
1964
1965 * diff-mode.el (diff-mode): Don't make the buffer read-only if
1966 it's empty (and thus probably a new patch file about to be edited).
1967
1968 2001-09-17 Gerd Moellmann <gerd@gnu.org>
1969
1970 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1971 Check for '(' in column 0 of doc string.
1972
1973 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
1974 of `nth' so that using a vector as bounding-box works.
1975 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1976
1977 2001-09-17 Andre Spiegel <spiegel@gnu.org>
1978
1979 * vc.el (vc-annotate): Use current workfile version explicitly as
1980 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
1981
1982 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
1983
1984 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
1985 convert-standard-filename doesn't guarantee that the .el extension
1986 is preserved.
1987
1988 * dos-fns.el (convert-standard-filename): Replace invalid
1989 characters only after converting dash/underscore to a period.
1990 (original-make-auto-save-file-name): New.
1991 (make-auto-save-file-name): New function, overrides the definition
1992 on files.el and calls the original function via
1993 original-make-auto-save-file-name.
1994
1995 * mail/rmail.el (top-level): Require mule-utils when compiling.
1996 (rmail-decode-babyl-format): Use detect-coding-with-priority
1997 instead of detect-coding-region, to favor detection of emacs-mule
1998 encoded Babyl files written by rmailout.el etc. Suggested by
1999 Kenichi Handa <handa@etl.go.jp>.
2000
2001 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
2002
2003 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
2004 Use `equal', not `=', since the device number can be a cons cell.
2005
2006 2001-09-14 Gerd Moellmann <gerd@gnu.org>
2007
2008 * simple.el: Comment out change of 2001-09-13.
2009
2010 2001-09-13 Milan Zamazal <pdm@zamazal.org>
2011
2012 * progmodes/compile.el (grep-compute-defaults): Don't set
2013 grep-command/grep-find-command when it is already non-nil.
2014 (grep-command): Make it a user option.
2015 (grep-find-command): Likewise.
2016
2017 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
2018
2019 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
2020 inhibit quit.
2021
2022 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
2023
2024 * files.el (make-auto-save-file-name): If long file names are not
2025 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2026 generating an auto-save file name from it.
2027
2028 2001-09-13 Gerd Moellmann <gerd@gnu.org>
2029
2030 * ps-print.el (ps-print-region, ps-print-region-with-faces)
2031 (ps-nb-pages-region): Signal an error if called interactively
2032 and the mark is not active.
2033
2034 * simple.el (minibuffer-prompt-modification)
2035 (minibuffer-prompt-insertion): New functions.
2036 (minibuffer-prompt-properties): Use `modification-hooks' and
2037 `insert-in-front-hooks'.
2038
2039 2001-09-12 Richard M. Stallman <rms@gnu.org>
2040
2041 * textmodes/outline.el (outline-regexp): Doc fix.
2042 Initialize it in the defcustom, the usual way.
2043
2044 2001-09-12 Gerd Moellmann <gerd@gnu.org>
2045
2046 * ediff-mult.el (ediff-get-meta-info): Take into account that data
2047 from `ediff-meta-info' properties need not be an overlay.
2048 From David Ponce <dponce@voila.fr>.
2049
2050 * isearch.el (isearch-intersects-p): Fix end checks.
2051
2052 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
2053
2054 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2055 `t' branch of `cond', since Irix 6.1 and up is a special case of
2056 the standard dbx interface.
2057
2058 2001-09-11 Miles Bader <miles@gnu.org>
2059
2060 * comint.el (comint-send-input): When waiting for echoed input,
2061 don't save the expected end position in `echo-end', so that things
2062 work properly even if the buffer is modified elsewhere at the same
2063 time [this happens if `comint-truncate-buffer' is used].
2064
2065 2001-09-11 Gerd Moellmann <gerd@gnu.org>
2066
2067 * textmodes/outline.el (outline-mode): Use `^' and a shy group
2068 when constructing imenu-generic-expression from outline-regexp.
2069
2070 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2071
2072 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
2073 `equal' instead of `=', since they can be cons cells. From Nils
2074 Goesche <cartan@cartan.de>.
2075
2076 2001-09-10 Andre Spiegel <spiegel@gnu.org>
2077
2078 * vc.el (vc-annotate): Rewrote doc string.
2079
2080 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2081
2082 * time-stamp.el: Update Stephen Gildea's email address.
2083
2084 2001-09-10 Gerd Moellmann <gerd@gnu.org>
2085
2086 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
2087 enable-multibyte-characters = nil. From Hallvard B Furuseth
2088 <h.b.furuseth@usit.uio.no>.
2089
2090 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
2091
2092 * ediff-init.el (ediff-highest-priority): Bug fix.
2093
2094 * viper-cmd.el (viper-special-read-and-insert-char): New function
2095 that reads a character and uses the current input method or
2096 iso-accents when appropriate.
2097
2098 * viper.el and all others: Corrections to the comment blocks at
2099 the top.
2100
2101 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
2102
2103 * info.el (Info-goto-node): Doc fix.
2104
2105 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2106
2107 * isearch.el (isearch-intersects-p): New function.
2108 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
2109 use isearch-intersects-p, and clean up.
2110
2111 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2112
2113 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
2114 and "german8", for the new German orthography dictionaries,
2115 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
2116 the entries, to keep the line length balanced for loaddefs.el.
2117
2118 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
2119
2120 * comint.el (comint-send-input): Handle comint-process-echoes
2121 differently.
2122
2123 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2124
2125 * locate.el (locate-insert-header): Remove unnecessary whitespace.
2126
2127 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2128
2129 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
2130
2131 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2132
2133 * server.el (server-switch-buffer):
2134 * textmodes/refer.el (refer-find-entry-internal):
2135 * term/sup-mouse.el (sup-pos-to-window):
2136 * term/bg-mouse.el (bg-window-from-x-y):
2137 * emacs-lisp/edebug.el (edebug-window-live-p):
2138 Use get-window-with-predicate.
2139
2140 * window.el (get-window-with-predicate): Renamed from some-window.
2141 (some-window): Make it an alias.
2142
2143 2001-09-06 Gerd Moellmann <gerd@gnu.org>
2144
2145 * simple.el (undo): Remove positions from buffer-undo-list up to
2146 the next undo boundary only.
2147
2148 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
2149
2150 * makefile.nt (install): Don't copy sc.el. Reported by Richard
2151 Kim <ryk@dspwiz.com>
2152
2153 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
2154 the message "Creating customization items...done".
2155
2156 2001-09-05 Gerd Moellmann <gerd@gnu.org>
2157
2158 * font-lock.el (toplevel): Require `jit-lock' only if
2159 font-lock-support-mode is set to jit-lock-mode.
2160
2161 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
2162
2163 * international/quail.el (quail-use-package, quail-inactivate)
2164 (quail-activate): Mention the hooks these functions run in their
2165 doc strings.
2166
2167 2001-09-05 Edward M. Reingold <reingold@iit.edu>
2168
2169 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
2170 of file in header of menu.
2171
2172 2001-09-04 Gerd Moellmann <gerd@gnu.org>
2173
2174 * env.el (setenv): Interactively, if VARIABLE has a current value,
2175 add that to the front of the history, as the doc string says.
2176
2177 * comint.el (comint-send-input): Change help-echo.
2178 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
2179
2180 * bookmark.el (bookmark-write-file): Bind print-length and
2181 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
2182
2183 * obsolete/uncompress.el: Moved there from lisp/.
2184
2185 * comint.el (comint-insert-clicked-input): Goto point-max before
2186 deleting previous input. From "Dr Francis J. Wright"
2187 <F.J.Wright@qmw.ac.uk>.
2188
2189 * simple.el (backward-word): Doc fix.
2190
2191 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2192
2193 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
2194 * uncompress.el, uniquify.el, vc.el, view.el, window.el
2195 * w32-fns.el: Add Keywords header.
2196
2197 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
2198
2199 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
2200 "Text Properties". Suggested by Simon Marshall
2201 <Simon.Marshall@midas-kapiti.com>.
2202
2203 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2204
2205 * term/mac-win.el (mac-drag-n-drop): Decode file name by
2206 consulting the value of file-name-coding-system.
2207
2208 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
2209
2210 * help.el (describe-function-1): Save precomputed `file-name' rather
2211 than recomputing it (incorrectly) with `symbol-file'.
2212
2213 2001-09-03 Gerd Moellmann <gerd@gnu.org>
2214
2215 * international/isearch-x.el (isearch-exit-recursive-edit):
2216 Take three parameters, since it's used as an after-change-function.
2217
2218 * emacs-lisp/backquote.el (backquote-backquote-symbol)
2219 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
2220 from doc strings.
2221
2222 2001-09-02 Milan Zamazal <pdm@zamazal.org>
2223
2224 * progmodes/glasses.el (glasses-convert-to-unreadable):
2225 Consider underscores as in `glasses-make-readable'.
2226
2227 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2228
2229 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
2230 MS-DOS, since cpp might not be available.
2231
2232 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
2233 Mention "yank" in the help-echo text.
2234 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2235
2236 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
2237
2238 * newcomment.el (comment-indent): Insert spaces more carefully.
2239
2240 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2241
2242 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
2243 exists. From Andy Petrusenco <andy@int.spb.ru>.
2244
2245 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
2246 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
2247 <andy@int.spb.ru>.
2248
2249 2001-08-31 Gerd Moellmann <gerd@gnu.org>
2250
2251 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
2252 Instead of running mouse-yank-at-click, see what the event is
2253 bound to outside Isearch and run that.
2254
2255 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2256
2257 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
2258 Fix the menu entry to mention transient-mark-mode.
2259
2260 2001-08-30 Gerd Moellmann <gerd@gnu.org>
2261
2262 * simple.el (eval-expression-print-level): Fix last change.
2263
2264 * bindings.el (mode-line-coding-system-map): New variable.
2265 (mode-line-mule-info): Give the "%Z" a local-map keymap.
2266
2267 * simple.el (eval-expression-print-level): Change the type
2268 of the defcustom to allow nil.
2269
2270 * emacs-lisp/find-gc.el: Moved here from lisp/.
2271
2272 * international/quail.el (quail-completion-1):
2273 Reverse the ((CHAR . DEFN) ...) list before processing it.
2274 From Kenichi Handa <handa@etl.go.jp>.
2275
2276 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
2277 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
2278
2279 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
2280
2281 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
2282 aren't supported. This avoids the annoying gray strip drawn by
2283 the Windows version instead of the missing tool bar.
2284
2285 2001-08-29 Gerd Moellmann <gerd@gnu.org>
2286
2287 * menu-bar.el (menu-bar-options-menu): Make option text, messages
2288 and tooltips more consistent. From "Marshall, Simon"
2289 <Simon.Marshall@midas-kapiti.com>.
2290
2291 * startup.el (fancy-splash-screens): Temporarily set
2292 minor-mode-map-alist to nil while displaying splash screens.
2293
2294 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2295
2296 * buff-menu.el: Add Keywords header.
2297 Doc fix (C-x C-b is bound to list-buffers).
2298
2299 * dired-x.el: Add keyword files to get listed in finder.
2300 Remove confusing notes about GNU Emacs 19.
2301
2302 * dired.el, dired-aux.el: Add Keywords header.
2303
2304 2001-08-28 Andre Spiegel <spiegel@gnu.org>
2305
2306 * vc.el (vc-revert-file): Call the backend even if the FILE's
2307 contents can be reverted locally; pass new arg CONTENTS-DONE
2308 down to the backend.
2309
2310 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
2311 optional arg CONTENTS-DONE.
2312
2313 2001-08-28 Andrew Innes <andrewi@gnu.org>
2314
2315 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
2316
2317 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2318
2319 * makefile.nt (install): Copy more *.el files.
2320
2321 2001-08-28 Gerd Moellmann <gerd@gnu.org>
2322
2323 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
2324 instead of `w' which is already in use.
2325
2326 * gs.el (gs-load-image): Use sleep-for.
2327 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2328
2329 2001-08-28 Miles Bader <miles@gnu.org>
2330
2331 * replace.el (query-replace-regexp-eval): Return args from
2332 `interactive' form in correct order.
2333
2334 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2335
2336 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
2337 major modes, don't create panes for modes for which
2338 mouse-buffer-menu-alist returns an empty alist.
2339
2340 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
2341
2342 * progmodes/hideshow.el: Update first-line description.
2343 Sync comments w/ maintainer version 5.31.
2344
2345 (hs-isearch-open): Default value now `code'.
2346 Fix docstring to use "code blocks" vs "comment blocks",
2347 as opposed to "block" vs "comment".
2348 (hs-flag-region): Accept `hs-isearch-open' value
2349 of `block' as synonymous w/ `code'.
2350 (hs-hide-block-at-point): For code blocks, pass `code'
2351 to `hs-flag-region' instead of `block'.
2352
2353 2001-08-28 Miles Bader <miles@gnu.org>
2354
2355 * comint.el (comint-next-prompt): Don't loop infinitely if
2356 {next,previous}-single-char-property-change returns its input
2357 position when the search fails.
2358
2359 2001-08-27 Miles Bader <miles@gnu.org>
2360
2361 * comint.el (comint-get-old-input-default): Don't signal an error
2362 if point is not on an input field; instead, return the current
2363 line (using `comint-bol' to skip any prompt, in case we're not
2364 using fields at all).
2365
2366 * man.el (Man-mode-line-format): Variable removed.
2367 (Man-mode): Change `mode-line-buffer-identification' instead of
2368 `mode-line-format'.
2369
2370 2001-08-27 Gerd Moellmann <gerd@gnu.org>
2371
2372 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
2373 From Simon Josefsson <jas@extundo.com>.
2374
2375 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
2376
2377 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
2378 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2379
2380 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
2381 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2382
2383 * emacs-lisp/lselect.el: Ditto.
2384
2385 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
2386 Remove periods from the end of error message strings.
2387 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2388
2389 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
2390 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2391
2392 * net/telnet.el: Ditto.
2393
2394 2001-08-26 Gerd Moellmann <gerd@gnu.org>
2395
2396 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
2397 KEYMAP to the call to define-minor-mode.
2398
2399 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
2400
2401 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
2402 Replace some of the undefined characters with emulations of bidi
2403 formatting characters and Niqud as per SI 1311-1.
2404 (IT-unicode-translations): Ditto.
2405 (IT-display-table-setup, IT-setup-unicode-display):
2406 Fill characters without translations with dos-unsupported-char-glyph.
2407
2408 2001-08-24 Simon Josefsson <jas@extundo.com>
2409
2410 * hl-line.el (hl-line-mode): Don't be a global mode.
2411 (global-hl-line-mode): New function.
2412
2413 2001-08-24 Gerd Moellmann <gerd@gnu.org>
2414
2415 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
2416 being reset by Ghostscript. Don't kill the gs process.
2417 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2418
2419 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2420
2421 * term/mac-win.el: Require scroll-bar.
2422
2423 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
2424
2425 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
2426
2427 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
2428
2429 * hexl.el (hexl-insert-multibyte-char) New function.
2430 (hexl-quoted-insert, hexl-self-insert-command)
2431 (hexl-insert-hex-char, hexl-insert-decimal-char)
2432 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
2433 Fix the doc strings accordingly.
2434 (hexl-insert-char): Reject characters whose code is above 255.
2435 Doc fix.
2436 (hexl-mode-map): Copy the global keymap instead of creating a
2437 sparse keymap, and bind all self-inserting characters to
2438 hexl-self-insert-command.
2439
2440 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
2441
2442 * wid-edit.el (text): Re-order docstring correctly.
2443
2444 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
2445
2446 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
2447
2448 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
2449
2450 * simple.el (line-number-mode): Mention the variable
2451 line-number-display-limit-width in the doc string.
2452
2453 2001-08-22 Gerd Moellmann <gerd@gnu.org>
2454
2455 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
2456 Temporarily select EVENT's window for switching buffers.
2457 (mode-line-bury-buffer): New function.
2458 (mode-line-buffer-identification-keymap): Use it instead of
2459 bury-buffer. Bind down-mouse events to prevent global down-mouse
2460 events from shining through.
2461
2462 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
2463
2464 * newcomment.el (comment-beginning): Make sure the comment-start
2465 we found isn't a comment-end (in cases where confusion is possible).
2466
2467 2001-08-22 Miles Bader <miles@gnu.org>
2468
2469 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
2470 before writing it, so that hard-links don't see new version.
2471
2472 2001-08-21 Gerd Moellmann <gerd@gnu.org>
2473
2474 * gs.el (gs-set-ghostview-colors-window-prop):
2475 Call x-change-window-property with 3rd arg FRAME.
2476 (gs-load-image): Wait for a previous Ghostscript process
2477 to complete before starting a new one.
2478
2479 * image.el (image-type-regexps): Make sure that the TIFF
2480 pattern is only matched at the beginning of a string.
2481 From Markus Rost <rost@math.ohio-state.edu>.
2482
2483 * international/swedish.el: Pre-Mule file removed. From Jonas
2484 Oberg <jonas@gnu.org>.
2485
2486 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
2487
2488 * whitespace.el (whitespace-abort-on-error): Add custom variable
2489 to whitespace to abort a write-file if whitespace is detected in file.
2490
2491 * whitespace.el (whitespace-write-file-hook): Hook to be called
2492 when writing a file. If `whitespace-abort-on-error' is set, the
2493 write will abort on detecting whitespaces.
2494 If `whitespace-auto-cleanup' is set, the file will be cleaned
2495 automatically prior to writing.
2496
2497 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
2498 whitespaces in the error output!
2499
2500 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
2501 `indent-tabs-mode', since the latter notes user preferences on
2502 TABs anyway.
2503
2504 * whitespace.el (whitespace-version): 3.1. All of the above issues
2505 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
2506
2507 2001-08-20 Gerd Moellmann <gerd@gnu.org>
2508
2509 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
2510 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2511
2512 * whitespace.el (whitespace-global-mode): Add autoload cookie.
2513
2514 2001-08-20 Alex Schroeder <alex@gnu.org>
2515
2516 * sql.el (sql-db2): Doc change.
2517
2518 2001-08-20 Alex Schroeder <alex@gnu.org>
2519
2520 * sql.el (sql-postgres): Add the database at the end of the
2521 parameters instead of at the beginning.
2522 (sql-postgres-options): Doc change.
2523
2524 2001-08-17 Gerd Moellmann <gerd@gnu.org>
2525
2526 * custom.el (defcustom): Doc fix.
2527
2528 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2529
2530 * ps-mule.el (find-composition): Check if (char-after POS)
2531 returns a valid character.
2532
2533 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
2534
2535 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
2536 original-point for extra CR characters that are added/removed when
2537 the buffer is written/read whose EOL type is -dos.
2538
2539 2001-08-16 Miles Bader <miles@gnu.org>
2540
2541 * simple.el (line-move): Undo previous change.
2542
2543 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
2544 property to input-terminating `boundary' overlays to avoid
2545 line-move wierdness.
2546
2547 2001-08-16 Gerd Moellmann <gerd@gnu.org>
2548
2549 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
2550 buffer in a save-restriction. Under one test case with Ediff,
2551 window-scroll-functions are run with a window start that's
2552 temporarily outside of the restriction.
2553
2554 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
2555
2556 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
2557 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
2558 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
2559 (texinfo-update-menu-region-beginning)
2560 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
2561 command, @ifnottex, to regexps, so it is found.
2562
2563 2001-08-16 Andrew Innes <andrewi@gnu.org>
2564
2565 * makefile.nt (DONTCOMPILE): Omit bindings.el.
2566 (DONTCOMPILE): Omit sc.el.
2567
2568 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
2569 (DONTCOMPILE): Omit sc.el.
2570
2571 2001-08-16 Gerd Moellmann <gerd@gnu.org>
2572
2573 * replace.el (occur): Bind inhibit-read-only to t.
2574
2575 2001-08-16 Miles Bader <miles@gnu.org>
2576
2577 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
2578 calling `constrain-to-field', to avoid problems with comint prompts.
2579
2580 2001-08-15 Gerd Moellmann <gerd@gnu.org>
2581
2582 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
2583 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
2584
2585 * ediff-mult.el (ediff-get-meta-info): Fix the condition
2586 of a while-loop.
2587
2588 * Makefile.in (DONTCOMPILE): Remove sc.el.
2589
2590 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
2591 Don't include term/.
2592
2593 * mail/sc.el: Moved to obsolete/.
2594
2595 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2596
2597 * ps-print.el: Change error function arguments to follow Emacs
2598 message convention. Doc fix.
2599 (ps-print-version): New version number (6.5.4).
2600 (coding-system-for-write): Change declaration position to avoid
2601 XEmacs compilation gripes.
2602 (coding-system-for-read, buffer-file-coding-system):
2603 Declarations to avoid XEmacs compilation gripes.
2604
2605 * ps-mule.el: Doc fix.
2606 (ps-mule-encode-header-string): If STRING is not a string, replace
2607 STRING by empty string.
2608
2609 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
2610
2611 * frame.el (show-trailing-whitespace): Doc fix.
2612
2613 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
2614
2615 * desktop.el (desktop-save): Insert the coding: tag before
2616 desktop-header.
2617
2618 2001-08-13 Gerd Moellmann <gerd@gnu.org>
2619
2620 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
2621 its path from $els.
2622
2623 * image.el (image-jpeg-p): Fix call of substring.
2624
2625 2001-08-10 Gerd Moellmann <gerd@gnu.org>
2626
2627 * play/animate.el (animate-string): Doc fix. Use a buffer
2628 name with stars in it.
2629 (animate-sequence): New function.
2630 From Richard Stallman <rms@gnu.org>.
2631
2632 * frame.el (select-frame-set-input-focus): New function
2633 extracted from other-frame.
2634 (other-frame): Use it.
2635 (next-multiframe-window, previous-multiframe-window): Use it.
2636
2637 * isearch.el (isearch-other-meta-char): Don't switch to the
2638 buffer of a window clicked on, when the current buffer is
2639 in Isearch mode.
2640
2641 * image.el (image-jpeg-p): Test for APPn markers in the range
2642 #xe0..#xef.
2643
2644 2001-08-09 Gerd Moellmann <gerd@gnu.org>
2645
2646 * desktop.el (desktop-save): Don't use concat to form a file
2647 name, use expand-file-name.
2648
2649 * mouse.el (mouse-delete-window): Do nothing if frame has just
2650 one window.
2651
2652 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
2653 for the minor mode name.
2654
2655 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
2656 minor mode name.
2657
2658 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
2659 instead of make-mode-line-mouse2-map.
2660
2661 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
2662 the minor mode name.
2663
2664 * emacs-lisp/easy-mmode.el (define-minor-mode):
2665 Use mode-line-minor-mode-keymap for the minor mode name.
2666
2667 * calendar/calendar.el (calendar-mode-line-format):
2668 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
2669
2670 * bindings.el (make-mode-line-mouse-map): Renamed from
2671 make-mode-line-mouse2-map. Take additional arg MOUSE.
2672 (mode-line-modified): Use mouse-3 instead of mouse-2.
2673 (mode-line-buffer-identification-keymap): Bind keys differently.
2674 (propertized-buffer-identification): Adapt help-echo to new bindings.
2675
2676 * bindings.el (mode-line-format): Specify help-echo for line
2677 number, column number and buffer-percent part of the mode-line.
2678
2679 * image.el (image-type-regexps): Allow whitespace at the start
2680 of the image data for XPM, XBM and Postscript, which are
2681 text files.
2682 (image-jpeg-p): Correct calculation of next field offset.
2683
2684 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2685
2686 * battery.el: Fix typo.
2687
2688 2001-08-08 Gerd Moellmann <gerd@gnu.org>
2689
2690 * image.el (image-type-regexps): Allow predicates. Change the way
2691 JPEG images are recognized.
2692 (image-jpeg-p): New function.
2693 (image-type-from-data): Handle predicates in image-type-regexps.
2694
2695 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
2696 #:, #x, #o, and similar constructs.
2697
2698 2001-08-07 Gerd Moellmann <gerd@gnu.org>
2699
2700 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
2701
2702 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
2703 instead of `progn'.
2704
2705 * tar-mode.el (tar-extract): Avoid generating a new buffer
2706 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
2707
2708 * textmodes/paragraphs.el (forward-sentence): Avoid building
2709 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
2710
2711 * progmodes/executable.el (executable-set-magic):
2712 If executable-find returns a quoted file name, unquote it before
2713 inserting it.
2714
2715 * image.el (image-type-regexps): For JPEG files, use a regexp
2716 derived from the JFIF spec.
2717
2718 * image.el (image-type-regexps): Use `\`' instead of `^' in
2719 most regular expressions.
2720
2721 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2722
2723 * play/animate.el: Re-insert a reference to re-inserted function.
2724
2725 2001-08-06 Gerd Moellmann <gerd@gnu.org>
2726
2727 * help.el (describe-function-1): Use find-function-search-for-symbol
2728 instead of find-function-noselect because the latter follows aliases.
2729
2730 * play/animate.el (animate-birthday-present): Re-insert.
2731
2732 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
2733 Handle old-style menu definitions.
2734
2735 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2736
2737 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
2738 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
2739
2740 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
2741 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
2742 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
2743
2744 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2745
2746 * textmodes/tildify.el: Milan Zamazal has new address.
2747
2748 2001-08-03 Gerd Moellmann <gerd@gnu.org>
2749
2750 * custom.el (custom-set-variables): Don't test `custom-requests'
2751 properties, check the third element of the options passed to
2752 custom-set-variables instead.
2753
2754 * info.el (info-insert-file-contents): Use info-file-exists-p
2755 instead of file-exists-p.
2756
2757 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
2758 the mode-line face is restored. Fix several bugs.
2759
2760 * replace.el (perform-replace): Doc fix.
2761
2762 2001-08-02 Francesco Potorti` <pot@gnu.org>
2763
2764 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
2765 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
2766 (uniquify-fix-item-base, uniquify-fix-item-filename)
2767 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
2768 Callers changed.
2769 (uniquify-set-proposed): Changed to work with a vector item.
2770 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
2771 the fix list, and a list of strings for the non-file buffer
2772 names. Both changes reduce consing.
2773 (uniquify-rationalize-a-list): Local variable renaming.
2774 (uniquify-rationalize-conflicting-sublist): Use member instead of
2775 assoc.
2776 (uniquify-rename-buffer): Use unless instead of if not.
2777
2778 2001-08-02 Gerd Moellmann <gerd@gnu.org>
2779
2780 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
2781
2782 * custom.el (custom-set-variables): Set options with :require
2783 clauses last.
2784
2785 * custom.el (defcustom): Doc fix.
2786
2787 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
2788
2789 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
2790
2791 * man.el (man): Mention Man-switches in the doc string.
2792 (Man-switches): Mention -a in the doc string.
2793
2794 * textmodes/ispell.el (ispell-alternate-dictionary):
2795 Add /usr/share/lib/dict/words, for Irix.
2796
2797 * bindings.el: Bind shifted and control-shifted kp-* keys to the
2798 corresponding non-kp keys. Suggested by Stephen Gildea
2799 <gildea@stop.mail-abuse.org>.
2800
2801 2001-08-01 Francesco Potorti` <pot@gnu.org>
2802
2803 * uniquify.el: These changes correct a corner case that the old
2804 code managed correctly.
2805 (uniquify-fix-item-proposed): Renamed from
2806 uniquify-fix-item-min-proposed.
2807 (uniquify-set-proposed): New function.
2808 (uniquify-rationalize-file-buffer-names): Code reshuffled for
2809 clarity and speed.
2810 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
2811 This is equivalent to what the old code did.
2812 (uniquify-rationalize-a-list): Never recompute the proposed
2813 name. Sort the conflicting sublist before rationalising it: this
2814 is equivalent to what the old code did, but one directory element
2815 at a time, and only when necessary.
2816 (uniquify-rationalize-conflicting-sublist): Recompute here the
2817 proposed name.
2818
2819 2001-08-01 Gerd Moellmann <gerd@gnu.org>
2820
2821 * play/animate.el: Add Keywords and Maintainer. Remove a
2822 reference to a removed function.
2823
2824 * play/animate.el (animate-string): Handle case that the string is
2825 longer than the window is wide.
2826
2827 2001-07-31 Gerd Moellmann <gerd@gnu.org>
2828
2829 * desktop.el (desktop-save): Bind coding-system-for-write to
2830 `emacs-mule' for write-region.
2831
2832 * delsel.el (delete-selection-pre-hook): Don't set this-command
2833 to `ignore' if the region is empty.
2834
2835 * international/mule.el (set-keyboard-coding-system):
2836 Set keyboard-coding-system.
2837
2838 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
2839 before accessing it.
2840
2841 2001-07-30 Andreas Schwab <schwab@suse.de>
2842
2843 * menu-bar.el (toggle-highlight-paren-mode):
2844 Use `(show-paren-mode)' as body.
2845
2846 2001-07-30 Andre Spiegel <spiegel@gnu.org>
2847
2848 * vc.el (vc-checkout-hook): New hook.
2849 (vc-checkout): Run it.
2850
2851 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
2852
2853 * progmodes/make-mode.el (makefile-macroassign-regex):
2854 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
2855
2856 2001-07-30 Gerd Moellmann <gerd@gnu.org>
2857
2858 * vc.el (vc-switch-backend): Fix autoload cookie.
2859
2860 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
2861 the desktop file.
2862
2863 2001-07-30 Simon Josefsson <jas@extundo.com>
2864
2865 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
2866 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
2867
2868 2001-07-27 Gerd Moellmann <gerd@gnu.org>
2869
2870 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
2871 (last-sexp-toggle-display): Renamed from last-sexp-print.
2872 (last-sexp-toggle-display, eval-last-sexp-1):
2873 Use last-sexp-setup-props.
2874
2875 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
2876 New user-options.
2877 (mouse-wheel-change-button): New function.
2878 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
2879 (mwheel-scroll): Ditto.
2880
2881 2001-07-26 Gerd Moellmann <gerd@gnu.org>
2882
2883 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
2884 `...', compare with unabbreviated printed representation instead.
2885 (last-sexp-print): Bind print-length and print-level to nil.
2886
2887 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
2888 before assigning text properties. Make properties rear-nonsticky.
2889
2890 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
2891 (eval-last-sexp-1): Give printed text a `keymap' property and bind
2892 <mouse-2> and <RET> in that map to a function printing the
2893 unabbreviated value.
2894
2895 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
2896 is a buffer, put a text property `printed-value' on the printed
2897 representation, with the Lisp object printed as value.
2898
2899 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
2900
2901 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
2902 Mention the effect of eval-expression-print-length and
2903 eval-expression-print-level in the doc strings. Suggested by
2904 Kevin Gallagher <kevingal@onramp.net>.
2905
2906 2001-07-25 Gerd Moellmann <gerd@gnu.org>
2907
2908 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
2909 for buttons > 3.
2910 (xterm-mouse-translate): Handle the case that we don't get a
2911 down-event.
2912
2913 * emacs-lisp/find-func.el (find-function-regexp):
2914 Add easy-mmode-define-global-mode to the regexp. Allow newlines
2915 in front of the function name.
2916
2917 * isearch.el (isearch-other-meta-char): Fix last change.
2918
2919 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
2920 similar events for which fake prefix keys are generated. It's no
2921 longer necessary since read_key_sequence doesn't modify these
2922 events for internal purposes anymore.
2923
2924 * files.el (auto-mode-alist): Use nroff-mode for files ending
2925 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
2926
2927 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
2928
2929 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
2930 tool-bar-lines parameter, behave as if its value were zero.
2931 (mouse-avoidance-set-pointer-shape): Don't do anything if
2932 x-pointer-shape is not boundp.
2933
2934 2001-07-23 Francesco Potorti` <pot@gnu.org>
2935
2936 * uniquify.el: Overall speedup changes when using many buffers.
2937 (uniquify-fix-item-base, uniquify-fix-item-filename)
2938 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
2939 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
2940 place in the item, but was never used.
2941 (uniquify-fix-item-min-proposed): New defalias: the fourth place
2942 in the item is now used as cache for the proposed name.
2943 (uniquify-rationalize-file-buffer-names): Move computation made on
2944 newbuffile out of the loop, in the newbuffile-nd local var.
2945 Use dolist (cosmetic change). Compute the proposed name for the most
2946 common case and cache it in the fourth place in the item.
2947 (uniquify-rationalize-file-buffer-names): Used to return a a list
2948 of buffer whose name was changed, but that return value was never used.
2949 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
2950 the cached proposed name, does much less consing and is quicker.
2951 (uniquify-filename-lessp): Deleted.
2952 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
2953 Do not bind locally the uniquify-possibly-resolvable flag. Use the
2954 cached proposed name is possible.
2955 (uniquify-get-proposed-name): Arguments changed, callers changed.
2956 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
2957 uniquify-possibly-resolvable flag, which is no more bound locally.
2958 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
2959 flag, which does not exist any more.
2960
2961 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
2962
2963 * term/internal.el (IT-unicode-translations): Fix the appearance of
2964 "6`".
2965
2966 * progmodes/compile.el (compile-internal): If EMACS is already
2967 defined in the environment, don't override its value.
2968
2969 2001-07-23 Gerd Moellmann <gerd@gnu.org>
2970
2971 * play/fortune.el: Undo change of 2001-07-13.
2972 Fix autoload cookies. Add types to defcustoms.
2973 (fortune) <defgroup>: Add :link.
2974 (fortune-from-region): Use eq, not eql.
2975 From Dave Love <fx@gnu.org>.
2976
2977 * play/animate.el (animate-birthday-present): Function removed.
2978
2979 * play/animate.el: New file.
2980
2981 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
2982
2983 * startup.el (normal-top-level-add-subdirs-to-load-path):
2984 On Windows, put into normal-top-level-add-subdirs-inode-list the
2985 canonicalized names of the directories instead of inode numbers.
2986
2987 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
2988
2989 * ediff-util.el: Copyright years.
2990 (ediff-choose-syntax-table): New function.
2991 (ediff-setup): Use ediff-choose-syntax-table.
2992 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
2993 vc-state is available.
2994 (ediff-make-temp-file): Use ediff-coding-system-for-write.
2995
2996 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2997 with-syntax-table.
2998 (ediff-coding-system-for-read): From ediff-diff.el
2999 (ediff-coding-system-for-write): New variable.
3000 (ediff-highest-priority): Fixed the bug having to do with disappearing
3001 overlays.
3002 (ediff-file-remote-p): Use file-remote-p, if available.
3003 (ediff-listable-file): New function.
3004 (ediff-file-attributes): Use ediff-listable-file.
3005
3006 * ediff-mult.el (ediff-meta-insert-file-info1):
3007 Use ediff-listable-file.
3008
3009 * ediff-ptch.el (ediff-prompt-for-patch-file):
3010 Use ediff-coding-system-for-read.
3011 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
3012
3013 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
3014 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
3015
3016 * ediff.el: Date of last update, copyright years.
3017
3018 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3019
3020 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3021 of Scott Bronson.
3022 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3023 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3024 Deleted functions.
3025 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3026 ex-token-list.
3027 (viper-get-ex-address-subr): Convert registers to char data type.
3028
3029 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
3030 (viper-memq-char): Use viper-int-to-char.
3031 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
3032 vc-locking-state.
3033 (viper-read-key): Use viper-read-key-sequence.
3034
3035 * viper.el (viper-major-mode-modifier-list):
3036 Added inferior-emacs-lisp-mode.
3037 (this-major-mode-requires-vi-state): New function that uses simple
3038 heuristics to decide if vi state is appropriate.
3039 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
3040 (viper-non-hook-settings): Don't advise read-key-sequence.
3041 (viper-read-key-sequence): New function that replaces the
3042 previously used advice to read-key-sequence.
3043
3044 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
3045 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
3046 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
3047 (viper-open-line-at-point,viper-substitute,viper-overwrite)
3048 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
3049 Got rid of the negative character hack.
3050 (viper-escape-to-state,viper-replace-state-exit-cmd):
3051 Use viper-read-key-sequence.
3052 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
3053 (viper-minibuffer-standard-hook,viper-read-string-with-history):
3054 Don't override existing minibuffer-setup-hook.
3055 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
3056 Convert registers to char data type.
3057 (viper-autoindent): Use viper-indent-line.
3058
3059 * viper-keym.el: Use viper-exec-key-in-emacs.
3060
3061 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
3062
3063 * server.el (server-visit-files): Fix variable name typo.
3064
3065 2001-07-20 Gerd Moellmann <gerd@gnu.org>
3066
3067 * simple.el (delete-trailing-whitespace): Save match data
3068 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
3069
3070 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
3071
3072 * progmodes/compile.el (compilation-parse-errors): `linenum' might
3073 return a this-error using the alternative format (a pair of markers).
3074
3075 2001-07-19 Gerd Moellmann <gerd@gnu.org>
3076
3077 * font-lock.el (c++-keywords): Add Standard C++ operator names.
3078
3079 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
3080 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
3081
3082 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3083
3084 * international/iso-transl.el: Fix typo in the header of the file.
3085
3086 * textmodes/picture.el (picture): Doc fix.
3087
3088 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
3089 follow coding conventions in generated files.
3090
3091 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
3092
3093 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3094 (tool-bar-add-item): Don't call image-related primitives if the
3095 display doesn't support images.
3096
3097 * frame.el (display-images-p): New function.
3098
3099 2001-07-17 Gerd Moellmann <gerd@gnu.org>
3100
3101 * server.el (server-visit-files): Handle the case the specified
3102 column number is <= 0.
3103
3104 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
3105
3106 * startup.el (command-line-1): Add support for +LINE:COLUMN
3107 command line argument.
3108
3109 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3110
3111 * server.el (server-process-filter, server-visit-files):
3112 Add support for +LINE:COLUMN style emacsclient calls.
3113
3114 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3115
3116 * emacs-lisp/easy-mmode.el: Add Keywords header.
3117
3118 * play/pong.el: Author has new address.
3119
3120 * play/landmark.el: Author is no more reachable.
3121
3122 * play/handwrite.el: Author is no more reachable.
3123
3124 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
3125
3126 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
3127 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
3128 Complete bindings for F<1..12> keys.
3129 (global-map): Remove `undo' binding (already in the default).
3130 Replace `t<n>' bindings with `f<n>' bindings.
3131
3132 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3133
3134 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
3135 (tcl-mode): Use tcl-add-log-defun.
3136 (tcl-indent-line): Use tcl-calculate-indent.
3137 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
3138 (tcl-indent-exp): Renamed from indent-tcl-exp.
3139 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
3140 (tcl-indent-for-comment): Call comment-indent-function properly
3141 and handle the case where it returns nil.
3142
3143 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3144
3145 * calendar/cal-islam.el (calendar-goto-islamic-date):
3146 Remove autoload cookie.
3147
3148 * calendar/calendar.el (calendar-goto-islamic-date):
3149 Add call to autoload.
3150
3151 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3152
3153 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
3154 Don't change compile-auto-highlight globally.
3155 Don't bother with `font-lock-defaults' property since XEmacs
3156 also understands the `font-lock-defaults' variable.
3157 Use make-local-variable rather than make-variable-buffer-local.
3158 Don't `defconst' comment-indent-function: keep the default.
3159 Call easy-menu-add unconditionally.
3160 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
3161 (ada-create-menu): Use :included for Emacs as well.
3162
3163 * vc.el (vc-do-command): Autoload.
3164
3165 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
3166
3167 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3168
3169 * ps-print.el: Fix Author: header.
3170
3171 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3172
3173 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
3174 mouse-1 etc., bind them to `ignore'.
3175
3176 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
3177 send-invisible, which is already defined in Comint.
3178 (eshell-watch-for-password-prompt): Use it.
3179
3180 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3181
3182 * which-func.el (which-func-mode): Doc fix.
3183
3184 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
3185 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
3186 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
3187 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
3188 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
3189 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
3190 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
3191 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
3192 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
3193 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
3194 * emulation/edt-mapper.el, emulation/edt-pc.el,
3195 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
3196 * emulation/tpu-edt.el, emulation/tpu-extras.el,
3197 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
3198 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
3199 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
3200 * international/isearch-x.el, international/iso-cvt.el,
3201 * international/ogonek.el, international/quail.el,
3202 * international/utf-8.el, jit-lock.el, language/devan-util.el,
3203 * language/devanagari.el, language/ethio-util.el,
3204 * language/ethiopic.el, language/european.el, language/indian.el,
3205 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
3206 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
3207 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
3208 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
3209 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
3210 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
3211 * progmodes/autoconf.el, progmodes/cmacexp.el,
3212 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
3213 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
3214 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
3215 * progmodes/ebnf2ps.el, progmodes/executable.el,
3216 * progmodes/fortran.el, progmodes/idlw-shell.el,
3217 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
3218 * progmodes/m4-mode.el, progmodes/mantemp.el,
3219 * progmodes/meta-mode.el, progmodes/octave-inf.el,
3220 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
3221 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
3222 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
3223 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
3224 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
3225 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
3226 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
3227 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
3228 * textmodes/two-column.el, time-stamp.el, timezone.el,
3229 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
3230 * which-func.el, whitespace.el, wid-browse.el, widget.el,
3231 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
3232 conventions.
3233
3234 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3235
3236 * simple.el (set-variable): Require 'cus-edit' instead of
3237 `wid-edit', so that the Custom widgets get defined.
3238
3239 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3240
3241 * allout.el: A fix to follow coding conventions.
3242
3243 * find-lisp.el: A fix to follow coding conventions.
3244
3245 * term/w32-win.el: A fix to follow coding conventions.
3246
3247 * textmodes/sgml-mode.el: A fix to follow coding conventions.
3248
3249 * term/xterm.el: A fix to follow coding conventions.
3250
3251 * term/news.el: A fix to follow coding conventions.
3252
3253 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
3254 header line fixed.
3255
3256 * sun-curs.el: Fix Maintainer: header line.
3257
3258 * emacs-lisp/easymenu.el: Address of the author added.
3259
3260 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3261
3262 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
3263 property.
3264
3265 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3266
3267 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
3268 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
3269 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
3270 Some fixes to follow coding conventions.
3271
3272 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3273
3274 * which-func.el (which-func-mode): Doc fix.
3275
3276 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
3277
3278 * net/rcompile.el (remote-compile): Use make-local-variable.
3279
3280 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
3281
3282 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
3283
3284 * mail/reporter.el (reporter-submit-bug-report):
3285 Don't abuse make-variable-buffer-local. Fix call to add-hook.
3286
3287 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3288
3289 * calendar/cal-china.el, calendar/cal-coptic.el,
3290 * calendar/cal-dst.el, calendar/cal-french.el,
3291 * calendar/cal-hebrew.el, calendar/cal-islam.el,
3292 * calendar/cal-iso.el, calendar/cal-julian.el,
3293 * calendar/cal-mayan.el, calendar/cal-persia.el,
3294 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
3295 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
3296 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
3297 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
3298 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3299 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
3300 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
3301 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
3302 * progmodes/ada-xref.el, progmodes/cc-align.el,
3303 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
3304 * progmodes/cc-defs.el, progmodes/cc-engine.el,
3305 * progmodes/cc-langs.el, progmodes/cc-menus.el,
3306 * progmodes/cc-styles.el, progmodes/cc-vars.el,
3307 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
3308 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
3309 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
3310 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
3311 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
3312 * textmodes/reftex.el: Some fixes to follow coding
3313 conventions in Eshell files with known maintainers.
3314
3315 * emulation/viper.el: A fix to follow coding conventions.
3316
3317 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
3318 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
3319 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
3320 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
3321 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
3322 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
3323 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
3324 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
3325 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
3326 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
3327 conventions in Eshell files.
3328
3329 * composite.el, diff.el, emacs-lisp/levents.el,
3330 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
3331 * emulation/pc-mode.el, emulation/viper-cmd.el,
3332 * emulation/viper-ex.el, emulation/viper-init.el,
3333 * emulation/viper-keym.el, emulation/viper-macs.el,
3334 * emulation/viper-mous.el, emulation/viper-util.el,
3335 * emulation/viper.el, forms-pass.el, international/ccl.el,
3336 * international/characters.el, international/encoded-kb.el,
3337 * international/fontset.el, international/ja-dic-cnv.el,
3338 * international/ja-dic-utl.el, international/kinsoku.el,
3339 * international/kkc.el, international/mule-cmds.el,
3340 * international/mule-diag.el, international/mule-util.el,
3341 * international/mule.el, international/titdic-cnv.el,
3342 * language/china-util.el, language/chinese.el,
3343 * language/cyril-util.el, language/cyrillic.el, language/english.el,
3344 * language/greek.el, language/hebrew.el, language/japan-util.el,
3345 * language/japanese.el, language/korea-util.el, language/korean.el,
3346 * language/lao-util.el, language/lao.el, language/misc-lang.el,
3347 * language/slovak.el, language/thai-util.el, language/thai.el,
3348 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
3349 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
3350 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
3351 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
3352 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
3353 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
3354 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
3355 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
3356 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
3357 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
3358 to follow coding conventions in files without maintainer or in files
3359 with clear maintainer (but without Maintainer header stating so).
3360
3361 * emacs-lisp/elp.el: A fix to follow coding conventions.
3362
3363 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
3364 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
3365 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
3366 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
3367 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
3368 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
3369 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
3370 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
3371 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
3372 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
3373 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
3374 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
3375 conventions in files from Gnus.
3376
3377 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
3378 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
3379 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
3380 * echistory.el, electric.el, emacs-lisp/authors.el,
3381 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
3382 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
3383 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
3384 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
3385 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
3386 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
3387 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
3388 * international/codepage.el, international/iso-ascii.el,
3389 * international/iso-insert.el, international/iso-transl.el,
3390 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
3391 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
3392 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
3393 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
3394 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
3395 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
3396 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
3397 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
3398 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
3399 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
3400 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
3401 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
3402 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
3403 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
3404 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
3405 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
3406 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
3407 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
3408 * textmodes/tex-mode.el, textmodes/text-mode.el,
3409 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
3410 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
3411 * vt100-led.el, window.el: Some fixes to follow coding conventions in
3412 files maintained by FSF.
3413
3414 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3415
3416 * arc-mode.el: A fix to follow coding conventions.
3417
3418 * bindings.el: Ditto.
3419
3420 * cdl.el: Ditto.
3421
3422 * comint.el: Ditto.
3423
3424 * cus-start.el: Ditto.
3425
3426 * shell.el: Ditto.
3427
3428 * skeleton.el: Ditto.
3429
3430 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
3431
3432 * info.el (Info-build-node-completions):
3433 Make Info-current-file-completions buffer local.
3434
3435 2001-07-13 Gerd Moellmann <gerd@gnu.org>
3436
3437 * which-func.el (which-func-mode, which-func-ff-hook)
3438 (which-function-mode): Remove references to which-func-mode-global.
3439
3440 * calendar/cal-islam.el (calendar-goto-islamic-date):
3441 Add autoload cookie.
3442
3443 * play/fortune.el: Add types to defcustoms.
3444
3445 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3446
3447 * language/czech.el: A fix to follow coding conventions.
3448
3449 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3450
3451 * speedbar.el (speedbar-supported-extension-expressions): Add .g
3452 to the extension list, for antlr-mode. From Christoph Wedler
3453 <Christoph.Wedler@sap.com>.
3454
3455 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
3456
3457 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
3458 (vc-dired-mode-map): Fix the madness.
3459
3460 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
3461 (vc-prefix-map): Moved back from vc.el.
3462
3463 2001-07-11 Gerd Moellmann <gerd@gnu.org>
3464
3465 * mail/mail-extr.el (mail-extr-all-top-level-domains):
3466 Increase the size of the obarray.
3467 (mail-extr-all-top-level-domains): Add more toplevel domains,
3468 add more long names.
3469 From: Per Starback <starback@ling.uu.se>.
3470
3471 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3472
3473 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
3474 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3475
3476 * progmodes/ada-mode.el: Ditto.
3477
3478 * progmodes/ada-xref.el: Ditto.
3479
3480 2001-07-11 Miles Bader <miles@gnu.org>
3481
3482 * finder.el (finder-insert-at-column): Also move to the next line
3483 if exactly at COLUMN.
3484
3485 2001-07-10 Gerd Moellmann <gerd@gnu.org>
3486
3487 * help.el (describe-function-1): When printing FUNCTION's
3488 documentation, don't assume FUNCTION is a symbol.
3489
3490 * startup.el (normal-top-level): Don't operate on the initial
3491 frame if we failed to create one.
3492
3493 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
3494
3495 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
3496 itself, i.e. only indent the contents in it.
3497
3498 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
3499
3500 * mail/rmail.el (rmail-show-message): Show beginning of message in
3501 all windows containing it.
3502
3503 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
3504
3505 * term/tty-colors.el: Fix the header line and copyright years.
3506
3507 2001-07-09 Gerd Moellmann <gerd@gnu.org>
3508
3509 * emacs-lisp/advice.el (ad-make-advised-definition): If the
3510 original definition has an interactive form, but is Elp
3511 instrumented, use the interactive form of the function called by
3512 elp-wrapper.
3513
3514 * winner.el (winner-equal): Make it a defun. Don't compare Winner
3515 configurations with compare-window-configuration; they aren't
3516 window configurations.
3517
3518 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
3519 from the server for the format we expect. Don't use it if it
3520 doesn't look like what the Internet draft for FTP extensions specifies.
3521
3522 * toolbar/*.pbm: Cleaned up.
3523 From Luis Fernandes <elf@ee.ryerson.ca>.
3524
3525 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
3526
3527 * cc-cmds.el: Extended the kludge to interoperate with the
3528 delsel and pending-del packages wrt to the new function
3529 `c-electric-delete-forward'.
3530
3531 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
3532
3533 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
3534 to delay the call to <mode> for global minor modes.
3535 (easy-mmode-define-navigation): Only recenter if interactive.
3536
3537 2001-07-06 Gerd Moellmann <gerd@gnu.org>
3538
3539 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
3540 to lisp-indent-line.
3541
3542 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
3543 from the server. Call encode-time only when we are sure that we
3544 got a 213 response.
3545
3546 2001-07-06 Simon Josefsson <jas@extundo.com>
3547
3548 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
3549 (mail-envelope-from): New user option.
3550 (sendmail-send-it): Use it.
3551
3552 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3553
3554 * ps-print.el: Use locale dependant date to print date in header.
3555 Doc fix.
3556 (ps-print-version): New version number (6.5.3).
3557 (ps-right-header, ps-right-footer): Initialization and doc fix.
3558 (ps-time-stamp-locale-default): New fun.
3559
3560 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3561
3562 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
3563 field problem with MIME-mode.
3564
3565 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
3566
3567 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3568
3569 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
3570 MIME-mode.
3571
3572 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
3573
3574 * bindings.el (mode-line-mule-info): Don't show the tip with
3575 buffer-file-coding-system if that is nil.
3576
3577 2001-07-05 Gerd Moellmann <gerd@gnu.org>
3578
3579 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
3580 instead of kill-line.
3581
3582 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
3583 <Pavel@Janik.cz>.
3584
3585 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
3586 <Pavel@Janik.cz>.
3587
3588 2001-07-04 Gerd Moellmann <gerd@gnu.org>
3589
3590 * font-lock.el (c-font-lock-keywords-3): When matching something
3591 like `struct X Y', finish with point after Y.
3592
3593 2001-07-04 Simon Josefsson <jas@extundo.com>
3594
3595 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
3596 in caller buffer.
3597
3598 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
3599
3600 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
3601 instead of string-match to find the basename of the file.
3602 From Pascal Obry <p.obry@wanadoo.fr>.
3603
3604 * net/browse-url.el (browse-url-default-windows-browser):
3605 Support the MS-DOS port when it runs on Windows.
3606 (browse-url-browser-function) [ms-dos]: Default to
3607 browse-url-default-windows-browser.
3608
3609 * help.el (locate-library): Enable code that looks for compressed
3610 libraries if auto-compression-mode is on.
3611
3612 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
3613
3614 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
3615
3616 2001-07-02 Gerd Moellmann <gerd@gnu.org>
3617
3618 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
3619
3620 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
3621
3622 * allout.el: Fix the header line, so that finder.el recognizes it.
3623 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3624
3625 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
3626 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3627
3628 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
3629
3630 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
3631
3632 * ps-bdf.el (bdf-directory-list): Use the value relative to
3633 installation-directory for MS-Windows as well.
3634
3635 2001-06-29 Richard M. Stallman <rms@gnu.org>
3636
3637 * wid-edit.el (widget-color-sample-face-get):
3638 Return ((foreground-color . COLOR)) instead of constructing a face.
3639
3640 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
3641
3642 * faces.el (region): Change the background color for the
3643 light-background color display to lightgoldenrod2, to make it
3644 visible on some laptops.
3645
3646 2001-06-28 Richard M. Stallman <rms@gnu.org>
3647
3648 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
3649 (rmail-msg-restore-non-pruned-header): Likewise.
3650 If point was in the old pruned header, put it at the top.
3651 (rmail-msg-prune-header): If point was at the top, keep it there.
3652
3653 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
3654 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
3655
3656 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
3657
3658 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
3659
3660 2001-06-28 Karl Fogel <kfogel@red-bean.com>
3661
3662 * saveplace.el: Update maintainer email address.
3663
3664 2001-06-27 Francesco Potorti` <pot@gnu.org>
3665
3666 * uniquify.el: (uniquify-rationalize-file-buffer-names):
3667 Undo previous change.
3668
3669 2001-06-27 Francesco Potorti` <pot@gnu.org>
3670
3671 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
3672 preliminary quick reordering. Can speed things up dramatically.
3673
3674 2001-06-26 Richard M. Stallman <rms@gnu.org>
3675
3676 * dired.el (dired-get-filename): A file name starting with ~
3677 is not absolute in this context.
3678
3679 * which-func.el (which-func-maxout): Increase default to 500000.
3680 (which-function-mode): This is now the "real" name of the function.
3681 (which-func-mode): Now an alias.
3682 (which-func-mode-global): Name deleted.
3683
3684 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
3685 button-2, when binding hs-mouse-toggle-hiding.
3686
3687 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3688
3689 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
3690 (rmail-msg-prune-header): Likewise.
3691 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
3692 and `rmail-msg-prune-header'.
3693
3694 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
3695
3696 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
3697 back than LINEBEG.
3698
3699 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
3700
3701 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
3702 window where they clicked the mouse has a header line, adjust
3703 vertical movement by one.
3704
3705 2001-06-25 Milan Zamazal <pdm@zamazal.org>
3706
3707 * progmodes/glasses.el (glasses-make-readable): Consider underscores
3708 too when separating a parenthesis.
3709
3710 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
3711
3712 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
3713 (bookmark-bmenu-hide-filenames): Add help-echo to
3714 mouse-highlighted text.
3715 (bookmark-bmenu-show-filenames): Remove help-echo property from
3716 the whitespace.
3717
3718 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
3719
3720 * files.el (auto-mode-alist): Add configure.ac (autoconf).
3721 From Karl Eichwalder <ke@suse.de>.
3722
3723 2001-06-23 Richard M. Stallman <rms@gnu.org>
3724
3725 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
3726
3727 * progmodes/cc-styles.el (c-set-style): Don't specify initial
3728 contents for completing-read.
3729
3730 2001-06-22 Richard M. Stallman <rms@gnu.org>
3731
3732 * menu-bar.el (menu-bar-make-toggle): Construct the
3733 function's doc string from HELP, not DOC, and make it accurate by
3734 adding "Toggle whether to " at the front and downcasing the initial.
3735 Change the HELP arg in some calls to make it fit this usage.
3736
3737 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
3738 Undo previous change.
3739
3740 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
3741
3742 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
3743
3744 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
3745
3746 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
3747
3748 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
3749
3750 * dabbrev.el (dabbrev--select-buffers): Fix last change.
3751
3752 2001-06-20 Richard M. Stallman <rms@gnu.org>
3753
3754 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
3755 broken out from dabbrev--find-expansion. Handle minibuffer
3756 specially here.
3757 (dabbrev--find-expansion): Simplify code in various ways.
3758 Don't treat minibuffers specially.
3759 Call dabbrev--make-friend-buffer-list.
3760 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
3761 (dabbrev--scanning-message): Do nothing when minibuffer is current.
3762
3763 2001-06-19 John Wiegley <johnw@gnu.org>
3764
3765 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
3766 Also, added a comment describing how to greatly speedup Eshell
3767 loadup time, by concatenating together all of Eshell's .elc files.
3768
3769 2001-06-19 John Wiegley <johnw@gnu.org>
3770
3771 * eshell/esh-mode.el: Disabled a test that often yields false failures.
3772
3773 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
3774
3775 * woman.el (WoMan-highlight-references): Add help-echo to
3776 mouse-highlighted text.
3777
3778 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
3779
3780 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
3781
3782 2001-06-18 Gerd Moellmann <gerd@gnu.org>
3783
3784 * international/quail.el (quail-start-conversion):
3785 Reset quail-translating to nil.
3786
3787 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
3788 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
3789
3790 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
3791
3792 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
3793 mouse-highlighted text.
3794
3795 * dired.el (dired-mark-pop-up): Fix last change.
3796
3797 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
3798
3799 * calendar/calendar.el (generate-calendar-month): Add help-echo to
3800 mouse-highlighted text.
3801
3802 * net/quickurl.el (quickurl-url-file): Run through
3803 convert-standard-filename.
3804 (quickurl-list-populate-buffer): Add help-echo to
3805 mouse-highlighted text.
3806 (top-level): Update Dave's URL.
3807
3808 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
3809 mouse-highlighted text.
3810
3811 * textmodes/page-ext.el (pages-copy-header-and-position):
3812 Add help-echo to mouse-highlighted text.
3813
3814 * tar-mode.el (tar-header-block-summarize): Add help-echo to
3815 mouse-highlighted text.
3816
3817 * replace.el (occur): Add help-echo to mouse-highlighted text.
3818
3819 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
3820 mouse-highlighted text.
3821
3822 * progmodes/cpp.el (cpp-make-button): Add help-echo to
3823 mouse-highlighted text.
3824
3825 * progmodes/compile.el (compile-reinitialize-errors):
3826 Add help-echo to mouse-highlighted messages.
3827 (compilation-forget-errors): Remove help-echo property as well.
3828
3829 * play/landmark.el (lm-plot-square, lm-init-display):
3830 Add help-echo to mouse-highlighted text.
3831
3832 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
3833 Add help-echo to mouse-highlighted text.
3834
3835 * dired.el (dired-insert-set-properties): Add help-echo to
3836 mouse-highlighted text.
3837 (dired-mark-pop-up): Remove help-echo property from the file name.
3838
3839 * comint.el (comint-send-input): Add help-echo to
3840 mouse-highlighted text.
3841
3842 * buff-menu.el (list-buffers-noselect): Add help-echo to
3843 mouse-highlighted text.
3844
3845 * arc-mode.el (archive-summarize-files): Add help-echo to
3846 mouse-highlighted text.
3847
3848 * ffap.el (ffap-machine-p): Always return nil if
3849 open-network-stream is not fboundp.
3850
3851 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
3852
3853 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
3854 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
3855 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
3856 incorrectly binding chars between 128 and 256 to it.
3857 (sgml-maybe-name-self): Handle latin-1 chars properly.
3858 (sgml-tags-invisible): Bind buffer-file-name to nil.
3859 Use unwind-protect and restore-buffer-modified-p.
3860 (sgml-point-entered): Use buffer-substring-no-properties.
3861 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
3862 (html-mode): Don't force `imenu-sort-function'.
3863
3864 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
3865
3866 * tar-mode.el: Fix the copyright notice.
3867
3868 * font-lock.el (font-lock-comment-face): For tty's with dark
3869 background, use "red1", since "lightred" is not one of the colors
3870 recognized by tty-colors.el.
3871
3872 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
3873 create a buffer for extracted file, in case there's more than one
3874 file by that name in an archive, possibly in different
3875 directories. From Kevin Rodgers <kevinr@ihs.com>.
3876
3877 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
3878 <alex@gnu.org>.
3879
3880 2001-06-15 Miles Bader <miles@gnu.org>
3881
3882 * textmodes/texinfmt.el (texinfo-format-syntax-table):
3883 Revert previous change.
3884
3885 2001-06-14 Richard M. Stallman <rms@gnu.org>
3886
3887 * replace.el (keep-lines-read-args): Return just a regexp.
3888 Provide nil for the region args.
3889 (keep-lines, flush-lines, how-many):
3890 Calculate the defaults for the region here, when args are nil.
3891
3892 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
3893
3894 * rot13.el (rot13-other-window): Some more doc fix.
3895
3896 2001-06-14 Per Starback <starback@ling.uu.se>
3897
3898 * replace.el (case-replace, query-replace-from-history-variable)
3899 (query-replace-to-history-variable, keep-lines-read-args)
3900 (occur-revert-function, query-replace-help): Dox fix.
3901
3902 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
3903
3904 * rot13.el (rot13-other-window): Doc fix.
3905
3906 2001-06-14 Miles Bader <miles@gnu.org>
3907
3908 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
3909 of " and \ to "." (punctuation).
3910 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
3911
3912 2001-06-13 Richard M. Stallman <rms@gnu.org>
3913
3914 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
3915
3916 * simple.el (shell-command-on-region): Never kill the
3917 *Shell Command Output* buffer.
3918
3919 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
3920
3921 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
3922
3923 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
3924
3925 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3926 New var, to recognize ${ $' and PODs.
3927 (perl-font-lock-syntactic-face-function): New function.
3928 (perl-mode): Use them.
3929 (perl-continuation-line-p): New function, from perl-calculate-indent.
3930 (perl-calculate-indent): Use it, to properly handle continuation
3931 lines of continuation lines.
3932
3933 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
3934
3935 * server.el (server-process, server-buffer-clients): Doc fix.
3936 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3937
3938 2001-06-09 John Wiegley <johnw@gnu.org>
3939
3940 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
3941 test if the last command was Lisp or not.
3942 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
3943 B x C".
3944
3945 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
3946
3947 * dos-w32.el (grep-regexp-alist): Remove definition, since the
3948 general one on compile.el supports drive letters.
3949
3950 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
3951
3952 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
3953 key description.
3954
3955 * textmodes/reftex-sel.el (reftex-select-jump): New command.
3956
3957 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
3958 (reftex-toc-jump): New command.
3959
3960 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
3961 to parse international characters as well.
3962
3963 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
3964 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
3965
3966 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
3967
3968 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
3969 TAB to the key separators.
3970
3971 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
3972
3973 * international/mule.el (auto-coding-alist): Remove redundant
3974 up-cased versions of the extensions (auto-coding-alist-lookup is
3975 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
3976 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
3977
3978 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
3979
3980 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
3981
3982 2001-06-01 Richard M. Stallman <rms@gnu.org>
3983
3984 * help.el (describe-variable): Put value on same line
3985 with preceding text, if it is short enough to look good that way.
3986
3987 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
3988
3989 * term/internal.el (IT-unicode-translations): New variable.
3990 (IT-setup-unicode-display): New function.
3991
3992 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3993
3994 * ps-print.el: Handle before-string and after-string overlay properties
3995 in ps-print-*-with-faces commands. Doc fix.
3996 (ps-print-version): New version number (6.5.2).
3997 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
3998 for XEmacs.
3999 (ps-prefix-quote): Doc fix.
4000 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
4001 (ps-basic-plot-str, ps-plot-string): New funs.
4002
4003 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
4004
4005 * progmodes/etags.el (tags-compression-info-list): Fix docstring
4006 and :type spec.
4007
4008 2001-05-31 Gerd Moellmann <gerd@gnu.org>
4009
4010 * international/mule-cmds.el (inactivate-input-method):
4011 Set input-method-function to nil.
4012
4013 * xml.el (xml-parse-tag): The document may contain invalid characters.
4014 From ShengHuo ZHU <zsh@cs.rochester.edu>
4015
4016 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4017
4018 * mail/rmailsum.el (rmail-message-subject-p): Don't call
4019 `rmail-summary-line-decoder' if the message does not have
4020 a Subject: field.
4021
4022 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
4023
4024 * mail/rmail.el (rmail-insert-mime-resent-message-function):
4025 New variable.
4026 (rmail-resend): Modify to work in `rmail-view-buffer'; call
4027 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
4028 is non-nil.
4029
4030 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
4031
4032 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
4033
4034 2001-05-29 Sam Steingold <sds@gnu.org>
4035
4036 * faces.el (face-valid-attribute-values): Bind `valid' directly
4037 instead of using `setq'.
4038
4039 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4040 Use `tex-shell-buf'.
4041 (tex-shell-proc): Use `tex-shell-running'.
4042 (tex-shell-buf-no-error): New function.
4043 (tex-send-tex-command): Use it.
4044 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
4045 (tex-kill-job): Check the process before calling `quit-process'.
4046
4047 2001-05-29 Gerd Moellmann <gerd@gnu.org>
4048
4049 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
4050 UTF-8 sequences.
4051
4052 2001-05-28 Miles Bader <miles@gnu.org>
4053
4054 * comint.el (comint-carriage-motion): Renamed from
4055 `comint-cr-magic'. Operate on the buffer instead of the string
4056 (for use as a comint post-output filter, instead of as a
4057 pre-output filter). Handle backspaces too. Add to the
4058 `comint-output-filter-functions' hook instead of
4059 `comint-preoutput-filter-functions'.
4060
4061 2001-05-28 Gerd Moellmann <gerd@gnu.org>
4062
4063 * language/japan-util.el (japanese-hankaku): Prefer the charset
4064 `jisx0201' when the optional argument `ascii-only' is not specified.
4065 (japanese-hankaku-region): Ditto.
4066 From Katsumi Yamaoka <yamaoka@jpl.org>
4067
4068 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
4069
4070 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
4071 (outline-invisible-p): New function.
4072 (hide-leaves): Save excursion.
4073 (hide-other): Stop looping when reaching bobp.
4074
4075 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
4076
4077 * cus-edit.el (custom-file): Fix last change.
4078
4079 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
4080
4081 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
4082 same definition in byte-compile-function-environment as `autoload'
4083 would put in `symbol-function'.
4084
4085 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
4086 patch to correct the error message as well.
4087
4088 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
4089
4090 * cus-edit.el (custom-file): Don't assume we were invoked with -q
4091 unless ~/.emacs exists.
4092
4093 * novice.el (enable-command): If user-init-file is nil or does not
4094 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
4095
4096 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
4097
4098 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
4099 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4100 Allow spaces around macro arguments.
4101 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
4102 indent-for-tab-command.
4103 (latex-mode-map, plain-tex-mode-map): New keymaps.
4104 Inherit from tex-mode-map.
4105 (tex-common-initialization): Don't setup the keymap any more
4106 since it's now done right by define-derived-mode.
4107 (latex-mode): Set skeleton-end-hook to nil.
4108 (latex-skeleton-end-hook): Remove.
4109 (tex-latex-block, latex-insert-item): Simplify.
4110 (latex-syntax-after): Use following-char rather than char-after.
4111 (tex-discount-args-cmds, tex-count-words): New functions.
4112
4113 * textmodes/tildify.el (tildify-ignored-environments-alist):
4114 Recognize \verb* as well.
4115
4116 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
4117 (perl-comment-indent): Simplify to let newcomment.el do its job.
4118 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
4119 (perl-mark-function): Cleanup the namespace.
4120 (perl-calculate-indent): Don't be fooled by nested functions.
4121
4122 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
4123
4124 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4125 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
4126
4127 2001-05-25 Andrew Choi <akochoi@i-cable.com>
4128
4129 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
4130 actually be `\\'.
4131 (ctlau-b5-converter): Likewise.
4132
4133 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4134
4135 * international/titdic-cnv.el (quail-misc-package-ext-info):
4136 Change CTLauB.el to CTLau-b5.el.
4137
4138 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
4139
4140 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
4141 rather than beginning-of-line to avoid problems with fields.
4142 (gud-perldb-massage-args): Use unless and push.
4143 (gud-chdir-before-run): New var.
4144 (gud-common-init): Use it.
4145
4146 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4147
4148 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4149 delete entries for chinese-ctlau and chinese-ctlaub.
4150 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
4151 chinese-ctlaub.
4152 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
4153 New functions.
4154
4155 2001-05-22 Gerd Moellmann <gerd@gnu.org>
4156
4157 * cus-edit.el (custom-comment-show): Remove debug code.
4158
4159 * language/japan-util.el (japanese-symbol-table): Fix handling of
4160 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
4161
4162 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
4163
4164 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
4165 Renamed by removing the silly `-flag' suffix.
4166 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
4167
4168 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
4169
4170 * replace.el (keep-lines-read-args): Use `copy-marker'.
4171 (how-many): Save excursion properly.
4172 (occur-mode): Use define-derived-mode.
4173 (perform-replace): Use with-current-buffer.
4174
4175 2001-05-20 Richard M. Stallman <rms@gnu.org>
4176
4177 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
4178
4179 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
4180
4181 * info.el (Info-read-subfile): Widen before finding the
4182 desired node in the subfile.
4183
4184 * startup.el (command-line-1): When >2 files visited,
4185 leave the last one visible, and make that the selected window.
4186
4187 2001-05-20 Gerd Moellmann <gerd@gnu.org>
4188
4189 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
4190
4191 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
4192
4193 * international/ccl.el (define-ccl-program): Fix a typo.
4194 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4195
4196 * international/mule.el (decode-char): Fix a typo. From Pavel
4197 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4198
4199 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
4200 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4201
4202 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
4203 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4204
4205 2001-05-18 Sam Steingold <sds@gnu.org>
4206
4207 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
4208 and [RET] to `cvs-mode-find-file'.
4209
4210 2001-05-18 John Wiegley <johnw@gnu.org>
4211
4212 * eshell/esh-ext.el (eshell-explicit-command-char): A new
4213 configuration variable, which determines the initial character
4214 that forces use of an external version of a command. The default
4215 is *, but may be set to \, for example.
4216
4217 * eshell/esh-ext.el (eshell-explicit-command):
4218 Use `eshell-explicit-command-char' instead of ?*.
4219
4220 * eshell/esh-cmd.el (eshell/which):
4221 Use `eshell-explicit-command-char' instead of ?*.
4222
4223 * eshell/em-cmpl.el (eshell-completion-command-name)
4224 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
4225 instead of ?*.
4226
4227 2001-05-18 Gerd Moellmann <gerd@gnu.org>
4228
4229 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
4230 subst-char-in-string.
4231 (ange-ftp-after-parse-ls-hook): New variable.
4232 (ange-ftp-ls): Run that hook.
4233 From Peter Milliken <Peter.Milliken@GTECH.COM>.
4234
4235 * tmm.el (tmm-get-keymap): Fix handling of :filter.
4236 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
4237 text into *Completions*.
4238
4239 * net/goto-addr.el (goto-address-at-point): Deal with URLs
4240 part of which look like email addresses.
4241
4242 2001-05-18 Andrew Innes <andrewi@gnu.org>
4243
4244 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
4245 Use . instead of absolute path for lisp dir, to avoid bug in W2K
4246 cmd.exe's handling of FOR loops.
4247 (autoloads): Set find-file-suppress-same-file-warnings to t to
4248 avoid slew of spurious messages.
4249
4250 2001-05-18 Simon Josefsson <simon@josefsson.org>
4251
4252 * mail/smtpmail.el (maybe-append-domain): Renamed to
4253 `smtpmail-maybe-append-domain'.
4254 (smtpmail-via-smtp): Use the new name.
4255
4256 * net/browse-url.el (browse-url-browser-function): Add kde.
4257 (browse-url-kde-program, browse-url-kde-args): New variables.
4258 (browse-url-kde): New function.
4259
4260 2001-05-18 Miles Bader <miles@gnu.org>
4261
4262 * simple.el (delete-horizontal-space, just-one-space):
4263 Use `constrain-to-field' instead of `field-end'/`field-beginning',
4264 because it's more efficient for large files.
4265
4266 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4267
4268 * mail/rmail.el (rmail-require-mime-maybe): New function.
4269 (rmail): Use it.
4270 (rmail-mode): Handle the case of finding Rmail files.
4271
4272 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
4273 functions.
4274
4275 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
4276
4277 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
4278 text-property after moving to the beginning of line and regardless
4279 of the value of font-lock-multiline.
4280
4281 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4282
4283 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
4284
4285 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
4286 last coding system used before calling set-buffer-modified-p
4287 because that function changes last-coding-system.
4288
4289 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
4290
4291 * files.el (switch-to-buffer-other-window)
4292 (switch-to-buffer-other-frame): Add an xref to display-buffer in
4293 the doc string.
4294
4295 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4296
4297 * language/slovak.el, language/czech.el: New maintainer.
4298
4299 2001-05-16 Sam Steingold <sds@gnu.org>
4300
4301 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
4302 sub-form of `defgeneric' correctly.
4303
4304 2001-05-16 Gerd Moellmann <gerd@gnu.org>
4305
4306 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
4307 of `c'.
4308
4309 * textmodes/outline.el (outline-font-lock-level): Remove the
4310 condition-case, test what outline-level returns instead, to
4311 ease debugging.
4312
4313 * international/mule.el (auto-coding-regexp-alist): New user-option.
4314 (auto-coding-from-file-contents): New function.
4315 (set-auto-coding): Use it to determine a coding system.
4316
4317 2001-05-15 Gerd Moellmann <gerd@gnu.org>
4318
4319 * mouse.el (mouse-delete-other-windows): Doc fix.
4320
4321 * emacs-lisp/lisp-mode.el (lisp-mode):
4322 Make font-lock-keywords-case-fold-search a buffer-local variable with
4323 make-local-variable before setting it.
4324
4325 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
4326
4327 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
4328 prefixes.
4329
4330 2001-05-14 Gerd Moellmann <gerd@gnu.org>
4331
4332 * hexl.el (hexl-current-address): Print a message when called
4333 interactively.
4334
4335 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
4336
4337 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
4338
4339 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
4340
4341 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
4342
4343 2001-05-11 Gerd Moellmann <gerd@gnu.org>
4344
4345 * startup.el (command-line): If parameters have been changed in
4346 the init files which influence font selection, clear the face
4347 cache so that faces get realized with the new parameters.
4348
4349 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
4350
4351 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
4352
4353 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
4354
4355 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
4356
4357 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
4358 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
4359
4360 2001-05-10 Gerd Moellmann <gerd@gnu.org>
4361
4362 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
4363 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
4364
4365 2001-05-09 John Wiegley <johnw@gnu.org>
4366
4367 * eshell/esh-util.el (eshell-convert-numeric-arguments):
4368 Annotated the documentation string to tell users about
4369 `eshell-no-numeric-conversions'.
4370
4371 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
4372 conversions if a Lisp function has the property
4373 `eshell-no-numeric-conversions' set to a non-nil value.
4374
4375 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
4376 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
4377 property `eshell-no-numeric-conversions' on the following
4378 functions (which all deal with filesystem entities, and never Lisp
4379 numerical values): eshell/cd, eshell/pushd, eshell/popd,
4380 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
4381 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
4382 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
4383 eshell/which, eshell/addpath.
4384
4385 2001-05-09 John Wiegley <johnw@gnu.org>
4386
4387 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
4388 encountered as an argument, don't convert it right away, but tag
4389 the first character of the string with the text properties
4390 `number', which signifies to `eshell-lisp-command' that the
4391 argument should be passed through `string-to-number' if it is
4392 actually used in the call to a Lisp function.
4393
4394 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
4395 function, convert any string arguments that have been tagged as
4396 "numbers", by calling string-to-number.
4397
4398 * eshell/esh-util.el (eshell-number-regexp): Now that number
4399 conversions only happen for Lisp function calls, the number regexp
4400 should now match all integer and floating point forms.
4401
4402 * eshell/esh-proc.el: Disable `eshell-stop-process' and
4403 `eshell-continue-process', since they are both nonfunctional at
4404 the moment.
4405 (eshell-proc-initialize): Don't bind keys for
4406 `eshell-stop-process' or `eshell-continue-process'.
4407
4408 * eshell/em-unix.el (eshell-shuffle-files):
4409 Apply `directory-file-name' before calling `file-name-directory'.
4410
4411 * eshell/em-hist.el (eshell-add-to-history): Reference to
4412 `eshell-history-ring' needed to be `eshell-history-index'.
4413
4414 * calendar/timeclock.el (timeclock-find-discrep):
4415 Initialize `elapsed' to 0.
4416 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
4417 it's still nil.
4418
4419 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
4420
4421 * arc-mode.el (archive-int-to-mode): Construct the string directly.
4422 (archive-mode): Use capitalize.
4423 (archive-unique-fname): Use make-temp-file.
4424
4425 2001-05-09 Gerd Moellmann <gerd@gnu.org>
4426
4427 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
4428
4429 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
4430
4431 * tar-mode.el (tar-extract): Pay attention to the value of
4432 coding-system-for-read, if it is non-nil.
4433
4434 * calendar/holidays.el (holidays): Add an autoload cookie.
4435 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4436
4437 2001-05-08 John Wiegley <johnw@gnu.org>
4438
4439 * calendar/timeclock.el (timeclock-workday-remaining):
4440 Changed logic for determining how much time is remaining.
4441 (timeclock-workday-elapsed): Don't accept a "relative" argument
4442 for the current day's elapsed time. What could that have meant?
4443 (timeclock-workday-elapsed-string): No "relative" argument anymore.
4444 (timeclock-when-to-leave): Changed logic, similarly to what was
4445 done for `timeclock-workday-remaining'.
4446 (timeclock-find-discrep): Removed "today-only" argument, which had
4447 no meaning. Fixed some more math problems. The function now
4448 returns a three member list: (TOTAL-TIME-DISCREPANCY
4449 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
4450
4451 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
4452
4453 * w32-fns.el (convert-standard-filename): Start replacing slashes
4454 from the beginning of the file name, not from where the last
4455 invalid character was. From "Andrew Maguire (SWW)"
4456 <Andrew.Maguire@Smallworld.co.uk>
4457
4458 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
4459
4460 The following changes are to provide infrastructure for handling
4461 MIME messages to rmail. They don't affect the original behaviour
4462 if rmail-enable-mime is nil.
4463
4464 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
4465 (rmail-search-mime-message-function)
4466 (rmail-search-mime-header-function): New variables.
4467 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
4468 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
4469 `rmail-view-buffer' is hidden.
4470 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
4471 call rmai-show-mime-function.
4472 (rmail-display-labels): If rmail-enable-mime is non-nil, update
4473 mode-line-process of rmail-view-buffer.
4474 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
4475 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
4476 buffer.
4477 (rmail-next-message, rmail-next-undeleted-message): Be sure to
4478 set-buffer to the Rmail buffer.
4479 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
4480 rmail-search-mime-header-function.
4481 (rmail-search-message): New function.
4482 (rmail-search): Call rmail-search-message to check if a message
4483 matches REGEXP, lastly update point after calling
4484 rmail-show-message.
4485 (rmail-undelete-previous-message, rmail-expunge-confirmed)
4486 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
4487 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
4488 header region, refer to rmail-msgref-vector while setting the
4489 current buffer to rmail-buffer temporarily.
4490 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
4491 If rmail-enable-mime is non-nil, call
4492 rmail-insert-mime-forwarded-message-function instead of inserting
4493 forwarded message by itself.
4494
4495 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
4496 Rmail buffer.
4497 (rmail-set-label, rmail-next-labeled-message): Likewise.
4498
4499 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
4500 set-buffer to the Rmail buffer.
4501 (rmail-output-to-rmail-file): Likewise.
4502 (rmail-output): Likewise.
4503
4504 * mail/rmailsum.el (rmail-message-subject-p): Process the result
4505 of mail-fetch-field by rmail-summary-line-decoder.
4506 (rmail-new-summary): Be sure to go to the Rmail buffer.
4507 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
4508 rmail-view-buffer to nil.
4509 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
4510 rmail-view-buffer.
4511 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
4512 rmail-buffer.
4513 (rmail-summary-scroll-msg-down): Likewise.
4514 (rmail-summary-beginning-of-message): Likewise.
4515 (rmail-summary-wipe): Likewise.
4516 (rmail-summary-toggle-header): Use save-window-excursion, not
4517 save-excursion. Update point in rmail-view-buffer, not in
4518 rmail-buffer.
4519 (rmail-summary-reply): Before calling rmail-reply, set buffer to
4520 rmail-view-buffer, not rmail-buffer.
4521
4522 2001-05-07 Gerd Moellmann <gerd@gnu.org>
4523
4524 * cus-edit.el (custom-file): Signal an error if user-init-file is
4525 nil (running -q).
4526
4527 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
4528
4529 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
4530 Add :version.
4531
4532 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
4533 New option.
4534 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
4535 only if smtpmail-warn-about-unknown-extensions is set.
4536
4537 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
4538 instead of rmail-sort-by-keywords.
4539
4540 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
4541 rmail-sort-by-keywords.
4542
4543 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
4544 rmail-summary-sort-by-keywords. Doc fix.
4545 (rmail-summary-mode): Doc fix.
4546
4547 * mail/rmail.el (rmail-edit): New Custom group.
4548
4549 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
4550 (rmail-edit-mode-hook): New user-option.
4551
4552 2001-05-05 Richard M. Stallman <rms@gnu.org>
4553
4554 * help.el (help-xref-symbol-regexp): Recognize "source of"
4555 and friends, meaning make a link to the source file.
4556 (help-make-xrefs): Handle "source of" and friends
4557 by constructing a link that visits the source file.
4558
4559 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
4560
4561 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
4562
4563 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
4564 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
4565 Renamed from perl-font-lock-keywords to avoid clashes.
4566 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
4567 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
4568 Updated correspondingly.
4569
4570 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
4571 Typo `nonexistant' -> `nonexistent'.
4572
4573 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
4574
4575 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
4576 Split `c-electric-delete' into two functions where
4577 `c-electric-delete-forward' always deletes forward and
4578 `c-electric-delete' only contains the code necessary for XEmacs to
4579 choose between backward and forward deletion.
4580
4581 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
4582 get the electric behavior on that key too.
4583 (c-fill-paragraph): Fixed bogus direct use of
4584 c-comment-prefix-regexp, which caused an error when it's a list.
4585
4586 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
4587
4588 * dired-aux.el (dired-diff): Doc fix.
4589
4590 * dired.el (dired-diff): Likewise.
4591
4592 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
4593
4594 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
4595
4596 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
4597
4598 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
4599 if both the buffer and the file are read-only.
4600
4601 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
4602 rather than font-lock-string-face.
4603 (sh-get-indent-info): Treat heredocs like strings.
4604
4605 2001-05-02 Gerd Moellmann <gerd@gnu.org>
4606
4607 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
4608 a newline following `}'.
4609 (texinfo-format-email): New function.
4610 (toplevel): Use texinfo-format-email for @email.
4611 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
4612 Add `display'.
4613 (texinfo-sort-region): Goto point-min before sorting.
4614 (texinfo-set): Remove leading white space from value.
4615 From yagi@is.titech.ac.jp.
4616
4617 * replace.el (query-replace-regexp-eval): Doc fix.
4618
4619 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
4620
4621 * diff-mode.el (diff-nonexistant-face): New face.
4622 (diff-font-lock-keywords): Use it.
4623
4624 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
4625
4626 * font-lock.el (font-lock-mode): Doc fix.
4627
4628 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
4629 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4630
4631 2001-04-30 Gerd Moellmann <gerd@gnu.org>
4632
4633 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
4634 backslash at the start of the here-document delimiter.
4635 (sh-font-lock-syntactic-keywords): Likewise.
4636
4637 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
4638
4639 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
4640
4641 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
4642 (tty-color-translate, tty-color-by-index, tty-color-values)
4643 (tty-color-desc): Doc fix.
4644
4645 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
4646
4647 * dired-aux.el (dired-do-create-files, dired-do-copy)
4648 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
4649 Mention dired-dwim-target in the doc string.
4650
4651 2001-04-28 Miles Bader <miles@gnu.org>
4652
4653 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
4654 (dabbrev--find-expansion): Use it.
4655 (dabbrev--select-buffers): Don't select ignored buffers.
4656
4657 2001-04-27 Gerd Moellmann <gerd@gnu.org>
4658
4659 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
4660
4661 2001-04-26 Richard M. Stallman <rms@gnu.org>
4662
4663 * dabbrev.el: Add doc strings for some functions.
4664 (dabbrev--eliminate-newlines): New variable.
4665 (dabbrev--substitute-expansion): Convert newlines to spaces
4666 if dabbrev--eliminate-newlines is set.
4667 If abbrev and expansion are both all-lower-case,
4668 leave dabbrev--last-case-pattern nil.
4669
4670 2001-04-26 Gerd Moellmann <gerd@gnu.org>
4671
4672 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
4673 if necessary, like in rmail-show-message.
4674
4675 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4676
4677 * ps-print.el: Color specified by number is forced to be float number.
4678 (ps-print-version): New version number (6.5.1.1).
4679 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
4680 initialization.
4681 (ps-prefix-quote): New internal var.
4682 (ps-print-quote): New fun.
4683 (ps-setup, ps-output-frame-properties, ps-float-format)
4684 (ps-format-color): Code fix.
4685 (ps-plot-region): Eliminate redundant foreground color text setting.
4686
4687 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
4688
4689 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
4690
4691 2001-04-25 Gerd Moellmann <gerd@gnu.org>
4692
4693 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
4694
4695 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
4696
4697 * info.el (Info-additional-directory-list): Doc fix.
4698
4699 * find-lisp.el (find-lisp-find-dired-filter)
4700 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
4701 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4702
4703 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
4704
4705 * progmodes/make-mode.el (makefile-font-lock-keywords):
4706 Rationalize the rules for includes and conditionals and use the
4707 keyword face for them.
4708
4709 * faces.el (modify-face): Add compatibility for non-interactive use.
4710
4711 2001-04-24 John Wiegley <johnw@gnu.org>
4712
4713 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
4714 fix from last night, since it wasn't finding eshell/cd.
4715
4716 2001-04-24 Gerd Moellmann <gerd@gnu.org>
4717
4718 * rect.el (string-rectangle): Revert to 20.x behaviour.
4719 (replace-rectangle): Make it an alias for string-rectangle.
4720 (string-insert-rectangle): New function.
4721
4722 2001-04-23 John Wiegley <johnw@gnu.org>
4723
4724 * eshell/em-unix.el (eshell/diff): Fixed problems that were
4725 occurring with Emacs 21's diff.el/compile.el interaction layer.
4726
4727 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
4728
4729 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
4730 case where the function was defined in a file, but not part of an
4731 eshell module.
4732
4733 2001-04-23 John Wiegley <johnw@gnu.org>
4734
4735 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
4736 code to work around a redisplay problem I've been having.
4737
4738 2001-04-23 John Wiegley <johnw@gnu.org>
4739
4740 * calendar/timeclock.el (timeclock-day-required): If the time
4741 required for a particular day is not set, use `timeclock-workday'.
4742 (timeclock-find-discrep): Added some sample code in a comment.
4743
4744 * eshell/eshell.el (eshell-command): Made a few changes so that
4745 `eshell-command' could be called programmatically.
4746
4747 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
4748
4749 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
4750
4751 2001-04-23 John Wiegley <johnw@gnu.org>
4752
4753 * calendar/timeclock.el: Updated copyright.
4754 (timeclock-generate-report): Don't report the daily or two-week
4755 total, if no time has been worked in that period.
4756 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
4757 final computational form, which was unnecessary; corrected a
4758 parsing problem when timeclock-relative was nil.
4759
4760 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
4761
4762 * calendar/timeclock.el (timeclock-modeline-display): Check if
4763 `list-entry' is null.
4764 (timeclock-use-display-time): The first argument to `set-variable'
4765 must be a symbol.
4766
4767 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
4768
4769 * calendar/calendar.el (diary-entry-marker)
4770 (calendar-today-marker, calendar-holiday-marker):
4771 Use display-color-p instead of window-system.
4772 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
4773 instead of window-system.
4774 (calendar-hide-window): Use display-multi-frame-p instead of
4775 window-system.
4776
4777 * calendar/cal-x.el (calendar-two-frame-setup)
4778 (calendar-only-one-frame-setup, calendar-one-frame-setup):
4779 Use display-multi-frame-p instead of window-system.
4780
4781 2001-04-23 Gerd Moellmann <gerd@gnu.org>
4782
4783 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
4784
4785 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
4786 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
4787
4788 2001-04-23 Alex Schroeder <alex@gnu.org>
4789
4790 * goto-addr.el: Instead of defining line-beginning-position and
4791 line-end-position a defalias is used for point-at-bol and point-at-eol.
4792
4793 2001-04-23 Alex Schroeder <alex@gnu.org>
4794
4795 * goto-addr.el: Added XEmacs compatibility code.
4796 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
4797
4798 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
4799
4800 * textmodes/paragraphs.el (sentence-end): Doc fix.
4801
4802 2001-04-20 Alex Schroeder <alex@gnu.org>
4803
4804 * sql.el (sql-escape-newlines-and-send): New function.
4805 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
4806
4807 2001-04-20 Alex Schroeder <alex@gnu.org>
4808
4809 * sql.el (sql-db2-program): New option.
4810 (sql-db2-options): New option.
4811 (sql-db2): New function.
4812
4813 2001-04-20 Alex Schroeder <alex@gnu.org>
4814
4815 * sql.el (sql-mode-menu): Added highlighting entries.
4816 (sql-highlight-oracle-keywords): New function.
4817 (sql-highlight-postgres-keywords): New function.
4818 (sql-highlight-ansi-keywords): New function.
4819
4820 2001-04-20 Alex Schroeder <alex@gnu.org>
4821
4822 * sql.el (sql-help): Doc change.
4823
4824 2001-04-19 Karl Fogel <kfogel@collab.net>
4825
4826 * saveplace.el (save-place-alist-to-file): Removed no-effect code
4827 that inserted file content only to delete it immediately.
4828 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
4829 <lektu@uol.com.br> for the patch.
4830
4831 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
4832
4833 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
4834
4835 2001-04-18 Gerd Moellmann <gerd@gnu.org>
4836
4837 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
4838 for defmethod.
4839
4840 * comint.el (comint-cr-magic): New function.
4841 (toplevel): Add it to comint-preoutput-filter-functions.
4842
4843 2001-04-18 Andrew Innes <andrewi@gnu.org>
4844
4845 * makefile.w32-in (EMACSLOADPATH): Define.
4846 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
4847 (recompile): Remove stuff to set EMACSLOADPATH.
4848
4849 2001-04-18 Gerd Moellmann <gerd@gnu.org>
4850
4851 * language/slovak.el ("Slovak"): Add tutorial entry.
4852
4853 * net/browse-url.el (browse-url-new-window-flag): Renamed from
4854 browse-url-new-window-p.
4855
4856 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
4857
4858 * info.el (Info-menu-update): When there are no menus and/or no
4859 cross references in the node, make the respective items of the
4860 Info menu-bar menu inactive.
4861
4862 2001-04-17 Gerd Moellmann <gerd@gnu.org>
4863
4864 * indent.el (indent-for-tab-command): Call indent-line-function
4865 with no argument if PREFIX-ARG is non-nil.
4866
4867 * frame.el (delete-other-frames): Handle minibuffer-only frames.
4868
4869 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
4870
4871 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
4872 an async subprocess if start-process is unavailable. Suggested by
4873 Tim Van Holder <tim.van.holder@pandora.be>.
4874
4875 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
4876
4877 * info.el (Info-additional-directory-list): Doc fix. Suggested by
4878 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
4879
4880 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
4881
4882 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
4883 manual.
4884
4885 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
4886
4887 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
4888 (cvs-menu): Add a few entries.
4889
4890 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
4891 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
4892 lock file appears to be reachable from Emacs.
4893 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
4894 (cvs-mode-find-file): Look for cvs-header-face rather than
4895 cvs-dirname-face (which doesn't exist).
4896 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
4897
4898 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
4899
4900 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
4901
4902 * emulation/pc-select.el (pc-selection-mode): Don't turn on
4903 normal-erase-is-backspace on a tty. Instead, bind some keys such
4904 as [delete] directly, like pc-select.el did before
4905 normal-erase-is-backspace was invented.
4906
4907 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
4908
4909 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
4910
4911 2001-04-11 John Wiegley <johnw@gnu.org>
4912
4913 * eshell/em-ls.el (eshell-ls-insert-directory):
4914 Set font-lock-defaults to nil, to prevent fontification in dired
4915 buffers, if Eshell's ls is being used.
4916
4917 2001-04-11 John Wiegley <johnw@gnu.org>
4918
4919 * calendar/timeclock.el (timeclock-completing-read): New function.
4920 (timeclock-ask-for-project, timeclock-ask-for-reason):
4921 Call `timeclock-completing-read'.
4922
4923 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
4924 required where `member' was being used.
4925
4926 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
4927
4928 * eshell/em-hist.el (eshell-previous-matching-input):
4929 Don't display "History item" if the the minibuffer is active.
4930
4931 2001-04-11 Gerd Moellmann <gerd@gnu.org>
4932
4933 * startup.el (command-line): Output a newline after printing
4934 an error from loading the window system's init file.
4935
4936 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
4937
4938 * textmodes/texinfo.el (texinfo-font-lock-keywords):
4939 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
4940 @inforef. Add an OVERRIDE of `keep' to highlight specs of
4941 keywords whose arguments routinely include @@.
4942
4943 2001-04-10 Gerd Moellmann <gerd@gnu.org>
4944
4945 * emacs-lisp/advice.el (ad-make-advised-definition):
4946 Construct advice for subrs differently.
4947
4948 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
4949 regexp in parentheses when building the regexp for searching backwards.
4950
4951 * simple.el (completion-list-mode-finish): New function.
4952 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
4953
4954 * language/european.el ("Polish"): Change sample text.
4955 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
4956
4957 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
4958 parameter.
4959
4960 * faces.el (menu): Doc fix.
4961
4962 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4963
4964 * ps-print.el: Footer implementation. Doc fix.
4965 (ps-print-version): New version number (6.5.1).
4966 (ps-header-frame-alist): New customization var for header frame
4967 properties.
4968 (ps-line-number-color): New customization var for line number color.
4969 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
4970 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
4971 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
4972 (ps-right-footer): New customization vars for footers.
4973 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
4974 footers.
4975 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
4976 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
4977 Code fix.
4978 (ps-prologue-file): Indentation fix.
4979 (ps-print-quote): Fun eliminated.
4980 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
4981 (ps-output-frame-properties): New fun.
4982 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
4983 (ps-skip-newline): Replace defun by defsubst.
4984
4985 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
4986
4987 * eshell/eshell.el (eshell-command): Needed a "%s" format
4988 specifier, in case the buffer contains percent characters.
4989
4990 2001-04-10 John Wiegley <johnw@gnu.org>
4991
4992 * calendar/timeclock.el (timeclock-generate-report): Added a
4993 missing insert of the project name.
4994
4995 2001-04-09 Gerd Moellmann <gerd@gnu.org>
4996
4997 * obsolete/profile.el: Moved from emacs-lisp/.
4998
4999 * Makefile.in (nonobsolete_setwins): New macro.
5000 (finder-data): Use it instead of `setwins'.
5001 From: Dave Love <fx@gnu.org>.
5002
5003 * server.el (server-visit-files): Set server-existing-buffer correctly.
5004 (server-visit-files): Run server-visit-hook after going to
5005 line 1 so that the hook can set point as it sees fit.
5006
5007 * bindings.el (mode-line-modified): Unify help messages.
5008
5009 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
5010
5011 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
5012 All callers changed.
5013
5014 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
5015
5016 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
5017 long file names aren't supported, truncate the file names in
5018 quail-misc-package-ext-info to 8+3 before matching them against
5019 FILENAME.
5020
5021 * dos-fns.el (dos-truncate-to-8+3): New function.
5022
5023 * progmodes/compile.el (grep-compute-defaults): Use null-device
5024 instead of literal /dev/null. Reported by Jens Schmidt
5025 <schmidt@mathematik.uni-kl.de>.
5026
5027 * simple.el (normal-erase-is-backspace-mode): Doc fix.
5028
5029 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
5030
5031 * textmodes/sgml-mode.el: Add unknown maintainer.
5032 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
5033 (html-mode-map): Use set-keymap-parent.
5034
5035 2001-04-06 Dave Love <fx@gnu.org>
5036
5037 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5038 Remove redundant string-to-list.
5039
5040 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
5041
5042 * composite.el (reference-point-alist): Doc fix.
5043
5044 2001-04-05 Sam Steingold <sds@gnu.org>
5045
5046 * font-lock.el (font-lock-keywords-case-fold-search):
5047 Make buffer-local. This fixes a very annoying bug when loading a Lisp
5048 file made font-lock case-insensitive.
5049
5050 2001-04-05 Gerd Moellmann <gerd@gnu.org>
5051
5052 * faces.el (defface menu): Doc fix.
5053
5054 * wid-edit.el (widget-color-sample-face-get): Don't make
5055 faces for undefined colors.
5056
5057 * version.el (emacs-version): Include LessTif/Motif version info.
5058
5059 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5060
5061 * ps-mule.el: Eliminate cl package dependence.
5062 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
5063 if they aren't defined yet.
5064 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
5065 Eliminate cl package dependence.
5066
5067 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
5068
5069 * progmodes/cc-cmds.el (c-outline-level):
5070 Bind buffer-invisibility-spec. Originally from Dave Love, but
5071 got lost when incorporating version 5.26.
5072
5073 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
5074
5075 * emulation/pc-select.el (pc-selection-mode):
5076 Call normal-erase-is-backspace-mode instead of binding
5077 keys individually.
5078
5079 * cus-load.el (normal-erase-is-backspace): Use it instead of
5080 delete-key-deletes-forward.
5081
5082 * startup.el (command-line): Use normal-erase-is-backspace and
5083 normal-erase-is-backspace-mode.
5084
5085 * simple.el (normal-erase-is-backspace): Rename from
5086 delete-key-deletes-forward. Doc fix.
5087 (normal-erase-is-backspace-mode): Rename from
5088 delete-key-deletes-forward-mode. Doc fix.
5089 Run normal-erase-is-backspace-hook.
5090
5091 * dired.el (dired-move-to-filename-regexp): Support file sizes in
5092 ``human-readable'' format produced by GNU `ls'.
5093 (dired-move-to-filename-regexp): Recognize ISO format dates.
5094 From Paul Eggert <eggert@twinsun.com>.
5095
5096 2001-04-04 Gerd Moellmann <gerd@gnu.org>
5097
5098 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
5099 New functions.
5100 (lm-verify): Check keywords.
5101 From Eric M. Ludlam <eric@siege-engine.com>.
5102
5103 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
5104
5105 * speedbar.el (speedbar-insert-image-button-maybe): Check for
5106 `xemacs' feature instead of for the function `set-extent-property'.
5107
5108 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
5109
5110 * mail/mh-utils.el (mh-folder-hist): New var.
5111 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
5112
5113 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
5114
5115 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
5116 region, position point on the first or last 16-byte group.
5117 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
5118 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
5119 hexl-beginning-of-line.
5120
5121 2001-04-03 Gerd Moellmann <gerd@gnu.org>
5122
5123 * icomplete.el (icomplete-mode): Treat an argument like other
5124 modes do.
5125
5126 * startup.el (fancy-splash-head): Use splash8.xpm for color
5127 depth 8.
5128
5129 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
5130 Add an antry for ``converts''.
5131
5132 * language/slovak.el ("Slovak"): Add documentation string.
5133 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5134
5135 * language/czech.el ("Czech"): Add documentation string.
5136 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5137
5138 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
5139 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
5140
5141 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
5142
5143 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
5144 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
5145 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
5146 Use `defsubst' rather than a macro to ease debugging.
5147 (mail-extr-last): Remove (use `last' instead).
5148 (mail-extract-address-components): Properly reset the syntax-table
5149 after parsing an address. Use `last' rather than mail-extr-last.
5150 Make sure the end marker stays at the very end.
5151
5152 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
5153
5154 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
5155 last change.
5156
5157 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5158
5159 * ps-print.el: Line and paragraph spacing feature. Region to cut
5160 out when printing. Doc fix.
5161 (ps-print-version): New version number (6.5).
5162 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
5163 New vars. Line and paragraph spacing feature.
5164 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
5165 out when printing.
5166 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
5167 (ps-get-font-size, ps-begin-job, ps-continue-line)
5168 (ps-plot-region): Code fix.
5169 (ps-print-prologue-2): Var eliminated.
5170 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
5171 New internal vars.
5172 (ps-get-size): New fun.
5173 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
5174 (ps-next-line): Replace defun by defsubst.
5175 (ps-mule-plot-string): Autoload doc fix.
5176
5177 * ps-bdf.el: XEmacs compatibility. Doc fix.
5178 (installation-directory, coding-system-for-read): Declare vars if
5179 it's not declared yet.
5180 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
5181
5182 * ps-mule.el: XEmacs compatibility. Doc fix.
5183 (leading-code-private-22): Declare var if it's not declared yet.
5184 (charset-bytes, charset-dimension, charset-id, charset-width)
5185 (find-charset-region, split-char, char-width, chars-in-region)
5186 (forward-point, decompose-composite-char, encode-coding-string)
5187 (coding-system-p, ccl-execute-on-string, define-ccl-program):
5188 Define funs if not defined yet.
5189 (encode-composition-rule, find-composition): Define funs if not
5190 loaded yet.
5191 (ps-mule-prologue): PostScript code fix.
5192
5193 2001-04-02 Kenichi Handa <handa@etl.go.jp>
5194
5195 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
5196 non-nil, generate font for the header strings.
5197 (ps-mule-prepare-font): Likewise.
5198 (ps-mule-generate-glyphs): Likewise.
5199 (ps-mule-string-encoding): Likewise.
5200 (ps-mule-header-charsets): New variable.
5201 (ps-mule-encode-header-string): New function.
5202 (ps-mule-header-string-charsets): New function.
5203 (ps-mule-begin-job): Check charsets in the header strings. If there
5204 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
5205
5206 * ps-print.el (ps-generate-header-line): Encode the header string by
5207 ps-mule-encode-header-string.
5208 (ps-mule-encode-header-string): Declare autoload.
5209
5210 2001-04-02 Gerd Moellmann <gerd@gnu.org>
5211
5212 * frame.el (cursor-in-non-selected-windows):
5213 Replaces show-cursor-in-non-selected-windows.
5214
5215 2001-03-31 Kenichi Handa <handa@etl.go.jp>
5216
5217 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5218 Delete entries for "chinese-py" and "chinese-ziranma".
5219 (quail-misc-package-ext-info): New variable.
5220 (tsang-quick-converter): New function.
5221 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
5222 (quick-cns-converter, py-converter, ziranma-converter)
5223 (miscdic-convert, batch-miscdic-convert): New functions.
5224
5225 2001-03-30 Kenichi Handa <handa@etl.go.jp>
5226
5227 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
5228 eight-bit-control chars.
5229
5230 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5231 Reduce making temporary vector (suggested by Dave Love).
5232
5233 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5234
5235 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
5236 string as well.
5237
5238 2001-03-30 Andreas Schwab <schwab@suse.de>
5239
5240 * files.el (backup-directory-alist): Fix typo.
5241
5242 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5243
5244 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
5245 <eggert@twinsun.com>.
5246
5247 2001-03-30 Dave Love <fx@gnu.org>
5248
5249 * progmodes/fortran.el (fortran-comment-region): Fix typo.
5250
5251 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5252
5253 * simple.el (transient-mark-mode): Mention C-g in the doc string.
5254
5255 2001-03-30 Miles Bader <miles@gnu.org>
5256
5257 * subr.el (interactive-form): Fix paren typo.
5258
5259 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
5260
5261 * emacs-lisp/profile.el: Say that it's obsolete in the header
5262 line, so that finder.el puts that into its data-base.
5263 Suggested by Alex Schroeder <alex@gnu.org>.
5264
5265 2001-03-29 Paul Eggert <eggert@twinsun.com>
5266
5267 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
5268 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
5269
5270 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
5271
5272 * generic.el (generic-mode-set-comments): Use "" rather than nil
5273 for comment-end.
5274
5275 2001-03-29 Gerd Moellmann <gerd@gnu.org>
5276
5277 * emacs-lisp/advice.el (ad-make-advised-definition):
5278 Call interactive-form to obtain the interactive spec of subrs.
5279
5280 * subr.el (interactive-form): New function.
5281
5282 2001-03-29 Andre Spiegel <spiegel@gnu.org>
5283
5284 * vc-sccs.el (vc-sccs-register): Use relative file names.
5285
5286 2001-03-28 Gerd Moellmann <gerd@gnu.org>
5287
5288 * bookmark.el (bookmark-get-bookmark): Handle case that
5289 BOOKMARK is not a string.
5290
5291 * image.el (image-type-regexps): Change type for PS files
5292 to `postscript'.
5293
5294 * subr.el (read-passwd): Clear command history after each
5295 character entered. From: Stephen Gildea
5296 <gildea@stop.mail-abuse.org>.
5297
5298 2001-03-27 Kenichi Handa <handa@etl.go.jp>
5299
5300 * international/kkc.el (kkc-save-init-file): Locally bind
5301 print-length to nil.
5302
5303 2001-03-26 Gerd Moellmann <gerd@gnu.org>
5304
5305 * textmodes/flyspell.el: Some doc fixes.
5306 (flyspell-maybe-correct-transposition)
5307 (flyspell-maybe-correct-doubling): Use a temporary buffer
5308
5309 * textmodes/ispell.el (ispell-parse-output): Doc fix.
5310
5311 * emacs-lisp/byte-opt.el (byte-optimize-while)
5312 (byte-optimize-form-code-walker): Diagnose too few arguments
5313 for `if' and `while'.
5314
5315 2001-03-26 Kenichi Handa <handa@etl.go.jp>
5316
5317 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5318 Prepend `\' to "\<quail-translation-docstring>".
5319
5320 2001-03-26 Gerd Moellmann <gerd@gnu.org>
5321
5322 * autorevert.el (global-auto-revert-non-file-buffers):
5323 Remove duplicate defcustom.
5324
5325 2001-03-26 Miles Bader <miles@gnu.org>
5326
5327 * international/latin1-disp.el (latin1-char-displayable-p):
5328 Add leading "-" for X font pattern.
5329
5330 2001-03-26 Kenichi Handa <handa@etl.go.jp>
5331
5332 * international/mule-diag.el (describe-coding-system):
5333 For raw-text and emacs-mule, don't add anymore text about what
5334 charsets they can encode.
5335
5336 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
5337
5338 * help.el (view-lossage): Mention open-dribble-file in the doc
5339 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
5340
5341 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
5342
5343 * skeleton.el (skeleton-internal-list): Fix bogus logic.
5344 (skeleton-pair-insert-maybe): Don't pair after a backslash.
5345
5346 2001-03-23 Kenichi Handa <handa@etl.go.jp>
5347
5348 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5349 Call ccl-execute-on-string directly so that CCL program handling
5350 multibyte sequence can work correctly.
5351 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
5352 property of the coding system.
5353
5354 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
5355
5356 * textmodes/fill.el (fill-individual-paragraphs-prefix):
5357 Fix transcription typo.
5358
5359 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
5360
5361 * whitespace.el: Add buffer local variables to toggle testing of
5362 whitespaces in buffers without affecting the default values.
5363 Bump version to 3.0 to account for a few other changes.
5364 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
5365 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
5366 (whitespace-toggle-spacetab-check): New functions.
5367
5368 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
5369
5370 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
5371
5372 2001-03-21 Gerd Moellmann <gerd@gnu.org>
5373
5374 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
5375 bs-cycle-configuration-name. From Juanma Barranquero
5376 <lektu@uol.com.br>.
5377
5378 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
5379 and cc-vars.el.
5380
5381 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
5382 headers. Always invoke sendmail with option -t.
5383
5384 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5385
5386 * Release of cc-mode 5.28.
5387
5388 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5389
5390 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
5391 Removed the hardcoded switch to "java" style in Java mode.
5392 It's instead taken care of by the default value for c-default-style.
5393
5394 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5395
5396 * cc-align.el (c-lineup-math): Fix bug where lineup was
5397 triggered by equal signs in string literals.
5398
5399 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5400
5401 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
5402 limit detection when at the ends of the buffer.
5403
5404 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
5405 "for" statement clause in case 7F; a better one is done
5406 earlier in case 7D anyway.
5407
5408 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5409
5410 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
5411 somewhat more and did a small optimization.
5412
5413 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5414
5415 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
5416 Use the limit argument only to limit the syntactic context
5417 search, not to limit the actual movement.
5418
5419 * cc-cmds.el (c-beginning-of-statement): Move by sentence
5420 inside multiline strings, just like in comments. Also various
5421 fixes to the paragraph and comment prefix recognition, block
5422 comment ender handling etc.
5423
5424 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5425
5426 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
5427 the relative position of the point.
5428
5429 * cc-cmds.el (c-electric-continued-statement): New function to
5430 use as abbrev hook to reindent for keywords such as "else"
5431 that continues an earlier statement.
5432
5433 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
5434 like classes.
5435
5436 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
5437 (pike-mode): Populate the default abbrev tables to reindent for
5438 keywords such as "else" that can continue earlier statements.
5439 Abbrev mode is therefore turned on by default now. (Note that
5440 this doesn't apply to idl-mode, since IDL afaik doesn't have
5441 statements at all.)
5442
5443 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5444
5445 * cc-engine.el (c-inside-bracelist-p): Fix for handling
5446 bracelists where the declaration contains template arguments.
5447
5448 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5449
5450 * cc-cmds.el (c-comment-indent):
5451 Use `c-get-syntactic-indentation' to correctly calculate the
5452 syntactic indentation. Fixes bug with lineup functions that
5453 return vectors.
5454
5455 * cc-engine.el (c-get-syntactic-indentation): Split the
5456 indentation sum calculation from `c-indent-line' to a separate
5457 function.
5458
5459 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5460
5461 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
5462 Fixed places where it was assumed that preprocessor directives
5463 have to start in column zero.
5464
5465 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
5466 template arguments after a class identifier properly.
5467
5468 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
5469 lists for `new Foo[]' constructs in Java as expressions and
5470 not top level definition brace lists on the top level, so that
5471 they'll get indented consistently with the same type of
5472 expression in a normal block.
5473
5474 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5475
5476 * cc-cmds.el (c-fill-paragraph): The kludge that checks
5477 whether the adaptive filling package fails to keep the comment
5478 prefix is now kludged further to check for filladapt-mode
5479 which doesn't have that problem. This is really icky, but it's
5480 the only way that works with the current misfeatures/bugs in
5481 both adaptive-fill-mode and filladapt-mode.
5482
5483 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
5484 around point is recognized more robust.
5485
5486 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5487
5488 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
5489 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
5490 (c-lit-type): Fixed all internal variables used dynamically so
5491 that they are always bound.
5492
5493 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
5494 errors:
5495
5496 (c-indent-region): Fixed reporting of syntactic errors so that
5497 the region is fully reindented even when an error occurs.
5498 The last syntactic error is printed afterwards. Also cleanup up a
5499 whole lot of code that tried to optimize indentation of whole
5500 sexps but in reality accomplishes nothing.
5501
5502 (c-indent-sexp): Use c-indent-region.
5503
5504 (c-parsing-error): Changed this variable to hold the message
5505 for any syntactic error that is discovered.
5506
5507 (c-parse-state): Search backward from point instead of the bod
5508 position when the latter is invalid. This makes CC Mode
5509 recover faster when there are unbalanced close braces.
5510
5511 (c-backward-to-start-of-if): Use c-parsing-error to report
5512 dangling "else" clauses instead of throwing an error, and fall
5513 back to a reasonable position.
5514
5515 (c-indent-line): Added argument to avoid reporting syntactic errors.
5516
5517 (c-show-syntactic-information): Don't report any syntactic errors.
5518
5519 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5520
5521 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
5522 paragraph recognition when moving by sentence in literals.
5523
5524 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
5525 start regexp for javadoc to recognize javadoc markup in general instead
5526 of a specific set of keywords, to be more future-safe.
5527
5528 (c-Pike-pikedoc-paragraph-start)
5529 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
5530 pikedoc markup.
5531
5532 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
5533
5534 (pike-mode): Initialize paragraph settings pikedoc recognition.
5535
5536 * cc-vars.el (c-default-style): Made a nicer Customize widget.
5537
5538 (c-comment-prefix-regexp): Made it possible to use an
5539 association list on this to specify mode specific regexps.
5540 The default value now use a special regexp in Pike mode to
5541 recognize pikedoc markup.
5542
5543 (c-current-comment-prefix): New variable containing the actual
5544 regexp from c-comment-prefix-regexp for the current buffer.
5545
5546 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5547
5548 * cc-cmds.el (c-electric-brace): Fixed check for special brace
5549 lists: We can't look at the syntax, since a brace list can get
5550 recognized as a plain statement-cont.
5551
5552 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
5553 special brace list opener broken over two lines got recognized
5554 as a statement on the second line. Case 9A changed.
5555
5556 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5557
5558 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
5559 adjustment after line is reindented.
5560
5561 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5562
5563 * cc-defs.el (c-point): Added optional argument for position
5564 to use instead of the current point.
5565
5566 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
5567 the in-expression block symbols when the construct starts at
5568 boi, to avoid the extra level of indentation in that case.
5569 Cases 4, 16A and 17E affected.
5570
5571 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5572
5573 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
5574 calls to `c-indent-line', to adhere better to Emacs conventions.
5575
5576 * cc-engine.el (c-indent-line): Use the syntax already bound
5577 to `c-syntactic-context', if there is any.
5578
5579 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5580
5581 * cc-engine.el (c-get-offset): Fixed bug where the indentation
5582 wasn't added up correctly when a lineup function returned nil.
5583
5584 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5585
5586 * cc-engine.el (c-collect-line-comments): Fixed bug where
5587 empty lines were ignored when collecting line comments backwards.
5588
5589 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5590
5591 * cc-align.el (c-lineup-dont-change): Return an absolute
5592 indentation column to work correctly in the case when several
5593 syntactic elements are processed for the same line.
5594
5595 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
5596 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
5597 (c-set-offset): Added absolute indentation column settings by
5598 using the vector type.
5599
5600 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5601
5602 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
5603 Implemented two new cleanups `space-before-funcall' and
5604 `compact-empty-funcall'.
5605
5606 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5607
5608 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
5609 helping building regexps.
5610
5611 * cc-engine.el (c-on-identifier): New function for detecting
5612 identifiers. It takes keywords into account.
5613
5614 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
5615 lists. `c-keywords' is set to a regexp matching all keywords
5616 in the current language.
5617
5618 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5619
5620 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
5621 list of characters to skip backwards over at the beginning of
5622 a statement, since it can precede string literals in Pike.
5623
5624 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5625
5626 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
5627 recognition when standing on the last line in a C++ comment
5628 with nothing but whitespace after the prefix.
5629
5630 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
5631 given no limit argument.
5632
5633 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5634
5635 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
5636 recognition for the `[]= operator symbol in Pike.
5637
5638 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5639
5640 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
5641 around a bug in `eval-when-compile' in the byte compiler.
5642
5643 * cc-engine.el (c-forward-token-1): Fixed bug with return
5644 value when count is zero and there's no token start within the limit.
5645
5646 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
5647 "prefix comments", i.e. comments which are followed by code on
5648 the same line.
5649
5650 * cc-mode-19.el: Fixes so that checks that must be done at
5651 compile time also are done then.
5652
5653 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5654
5655 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
5656 time and at runtime, and only when it's needed.
5657
5658 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5659
5660 Major cleanup for less error prone and more warning free
5661 compilation, including some fixes for bugs due to different
5662 compilation orders. Thanks to Martin Buchholz for providing
5663 the basis for all this.
5664
5665 * cc-bytecomp.el: New file that provides some byte compilation
5666 features: It ensures that files always are loaded from the
5667 current source directory during compilation, and it provides a
5668 set of macros to turn off specific compiler warnings for
5669 specific symbols. (It's not CC Mode specific in any way.)
5670
5671 Fixed a nearly acyclic dependency tree (both runtime and
5672 compile-time) between all files.
5673
5674 * cc-defs.el: Separated all macros before the inline functions,
5675 to ensure correct compilation.
5676
5677 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
5678 cc-defs.el to cc-engine.el and made it a function instead.
5679
5680 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
5681 about char-after.
5682
5683 * cc-vars.el: Cope even when there isn't a custom package
5684 containing defcustom available.
5685
5686 * cc-make.el: Removed since it's no longer necessary.
5687
5688 README: Updated installation instructions.
5689
5690 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5691
5692 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
5693 improve the modularity: Moved all mode init stuff from
5694 cc-langs.el to cc-mode.el, including the keymap
5695 initialization; cc-langs now only contains the various
5696 variables for configuring the language syntax.
5697
5698 * cc-engine.el, cc-styles.el (c-evaluate-offset)
5699 (c-get-offset): Moved from cc-styles to cc-engine since file
5700 dependency analysis suggests they belong there (which also
5701 makes more sense). Thanks to Martin Buchholz for doing the analysis.
5702
5703 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5704
5705 * cc-cmds.el (c-fn-region-is-active-p): New function that
5706 wraps the corresponding macro, for use in places that aren't
5707 compiled. Thanks to Martin Buchholz for pointing out this.
5708
5709 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
5710
5711 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
5712 add things to the bug report.
5713
5714 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5715
5716 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
5717 returned prefix could contain a newline when the search for a
5718 good prefix line failed.
5719
5720 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5721
5722 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
5723 (c-toggle-auto-hungry-state): Made the argument optional, as
5724 the documentation says it is.
5725
5726 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5727
5728 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
5729 multiline string syntax, #"...", as a cpp macro.
5730
5731 2001-03-21 Paul Eggert <eggert@twinsun.com>
5732
5733 * international/mule-cmds.el (set-locale-environment):
5734 Set system-messages-locale and system-time-locale, but only if the
5735 caller specifies a non-nil locale name.
5736
5737 2001-03-20 Gerd Moellmann <gerd@gnu.org>
5738
5739 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
5740 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
5741
5742 2001-03-20 Gerd Moellmann <gerd@gnu.org>
5743
5744 * follow.el (follow-avoid-tail-recenter): Doc fix.
5745
5746 * custom.el (custom-set-variables): Avoid reversing the list
5747 of args needlessly.
5748
5749 * startup.el (fancy-splash-head): Don't change the colors of the
5750 XPM image on a dark background.
5751
5752 * comint.el (comint-exec-1): Set columns of the terminal to
5753 window-width instead of frame-width.
5754
5755 * info.el (Info-scroll-down): Add missing WINDOW arg for
5756 pos-visible-in-window-p.
5757
5758 * ehelp.el (electric-help-mode-hook): Add defcustom.
5759
5760 * mail/sendmail.el (mail-mode): Activate case-folding in
5761 font-lock-defaults.
5762
5763 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
5764
5765 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
5766 (completion-ignored-extensions): Remove duplicate ".class".
5767
5768 2001-03-19 Andreas Schwab <schwab@suse.de>
5769
5770 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
5771 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5772
5773 2001-03-19 Gerd Moellmann <gerd@gnu.org>
5774
5775 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
5776 methods since there are not prefix input methods.
5777
5778 2001-03-19 Kenichi Handa <handa@etl.go.jp>
5779
5780 * international/mule-cmds.el (read-input-method-name):
5781 Locally bind enable-recursive-minibuffers to t.
5782
5783 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
5784
5785 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
5786
5787 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
5788
5789 * ediff-util.el: Copyright years.
5790 (ediff-choose-syntax-table): New function.
5791 (ediff-setup): Use ediff-choose-syntax-table.
5792
5793 * ediff-init.el (ediff-with-syntax-table): New macro, uses
5794 with-syntax-table.
5795
5796 * ediff.el: Date of last update, copyright years.
5797
5798 * ediff-wind (ediff-setup-control-frame): Nill->nil.
5799
5800 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
5801 of Scott Bronson.
5802 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
5803 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
5804 Deleted functions.
5805 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
5806 ex-token-list.
5807
5808 * viper-util.el: Spaces, indentation.
5809
5810 * viper.el: Changed version, modification time.
5811
5812 2001-03-16 John Wiegley <johnw@gnu.org>
5813
5814 * calendar/timeclock.el (timeclock-workday-remaining):
5815 Check whether `discrep' is non-null before using it.
5816
5817 2001-03-16 John Wiegley <johnw@gnu.org>
5818
5819 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
5820 first-time checkins.
5821 (timeclock-log-data): Fixed problem with reading timelog log file.
5822 Resulting data in the "day list" was incorrect.
5823 (timeclock-find-discrep): Check if `timeclock-file' is readable
5824 before opening it.
5825 (timeclock-time-less-p): New function.
5826 (timeclock-day-base): New function.
5827 (timeclock-geometric-mean): New function.
5828 (timeclock-generate-report): Generate a summary report based on
5829 the contents of the log file. This uses `timeclock-log-data', and
5830 is an example of writing a timelog manipulation function.
5831 (timeclock-visit-timelog): A quick command for opening the timelog
5832 file.
5833 (timeclock-log-data): Bound the variable event.
5834
5835 2001-03-16 Kenichi Handa <handa@etl.go.jp>
5836
5837 * international/mule-cmds.el (select-safe-coding-system):
5838 Fix typo: symbol-name -> symbol-value.
5839
5840 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
5841 before substitute-in-file-name to handle double slashes in FILE
5842 correctly.
5843
5844 2001-03-15 Gerd Moellmann <gerd@gnu.org>
5845
5846 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
5847 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
5848
5849 2001-03-14 Gerd Moellmann <gerd@gnu.org>
5850
5851 * bindings.el (features): Add `md5' and `overlay' to the list.
5852
5853 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
5854 bound before using it. It's not bound when configured without X,
5855 for instance.
5856
5857 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
5858
5859 * progmodes/hideshow.el: Update copyright.
5860 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
5861 (hs-minor-mode-hook): Include `:version' in defcustom form.
5862
5863 2001-03-13 Gerd Moellmann <gerd@gnu.org>
5864
5865 * help.el (string-key-binding): Don't call event-start on
5866 a non-list.
5867
5868 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
5869
5870 * startup.el (fancy-splash-tail, command-line-1): Fix the
5871 copyright year.
5872
5873 2001-03-13 Kenichi Handa <handa@etl.go.jp>
5874
5875 * term.el: These changes are based on a patch sent from Yong Lu
5876 <lyongu@yahoo.com>.
5877 (term-set-escape-char): Bind M-x to execute-extended-command in
5878 term-raw-escape-map.
5879 (term-move-columns): Don't try to move to negagive column.
5880 (term-emulate-terminal): Insert a string before deleting a text to
5881 overwrite.
5882
5883 2001-03-12 Gerd Moellmann <gerd@gnu.org>
5884
5885 * play/life.el (life): Rearrange code so that all calls to
5886 life-display-generation are in a catch-form.
5887
5888 * progmodes/etags.el (tags-loop-continue): Don't change point in a
5889 file that isn't interesting. In an interesting file, push the old
5890 value of point on the mark ring.
5891
5892 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
5893 New function.
5894 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
5895 Use it.
5896
5897 * emacs-lisp/autoload.el (generate-file-autoloads):
5898 Remove warning about line lengths.
5899
5900 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
5901
5902 * progmodes/etags.el (tags-compression-info-list): New variable.
5903 (find-tag-in-order): Use it to deal with compressed source files.
5904 (tag-file-name-match-p): New function.
5905 (etags-recognize-tags-table): Use it for better match of file names.
5906
5907 2001-03-12 Kenichi Handa <handa@etl.go.jp>
5908
5909 * international/mule-cmds.el (register-input-method): Doc fix.
5910
5911 * international/quail.el (quail-translate-key): Fix condition to
5912 check if there's another breaking point in the current key.
5913
5914 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
5915
5916 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
5917 Babyl header to the newly-created output file, bind
5918 coding-system-for-write to either rmail-file-coding-system or
5919 emacs-mule-unix.
5920
5921 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
5922
5923 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
5924 Fix the name and regexp used for subsubsections.
5925
5926 2001-03-10 Dave Love <fx@gnu.org>
5927
5928 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
5929 and save-buffer if buffer-file-name non-nil. From rms.
5930
5931 2001-03-10 Andre Spiegel <spiegel@gnu.org>
5932
5933 * vc.el (vc-do-command): If the destination buffer is already
5934 current, don't set it up and don't erase it. Updated doc string
5935 to reflect that.
5936 (vc-version-diff): When doing a single file diff, don't switch to the
5937 *vc-diff* buffer before the command. This is to preserve local
5938 variable bindings that might affect the diff command.
5939 (vc-print-log): Don't switch to the *vc* buffer before the
5940 command, so that local variable bindings are preserved.
5941
5942 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
5943 not the current buffer.
5944 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
5945
5946 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
5947 make output go to buffer *vc*, not the current buffer.
5948
5949 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
5950
5951 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
5952 so ^, $, *, ? and + are interpreted correctly.
5953
5954 2001-03-09 Gerd Moellmann <gerd@gnu.org>
5955
5956 * help.el (string-key-binding): Renamed from
5957 mode-line-key-binding. Handle any event on a string.
5958 Check for `keymap' properties as well as `local-map' properties.
5959
5960 * comint.el (comint-insert-clicked-input): Use the last key
5961 from this-command-keys to lookup the global key definition.
5962
5963 2001-03-09 Kenichi Handa <handa@etl.go.jp>
5964
5965 * international/characters.el: Add category `j' for
5966 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
5967
5968 * international/mule-conf.el (no-conversion): Fix docstring.
5969 (raw-text): Fix docstring.
5970
5971 2001-03-08 Gerd Moellmann <gerd@gnu.org>
5972
5973 * simple.el (choose-completion-string): When not leaving the
5974 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
5975 is set.
5976
5977 * window.el (shrink-window-if-larger-than-buffer): Handle frame
5978 parameter `(minibuffer . t)'.
5979
5980 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5981
5982 * progmodes/sh-script.el (sh-st-symbol): New symbol.
5983 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
5984 (sh-mode): Remove `make-local-variable' for unused var
5985 `font-lock-unfontify-region-function'.
5986
5987 2001-03-07 Richard M. Stallman <rms@gnu.org>
5988
5989 * info.el (Info-scroll-down): Fix previous change.
5990
5991 * mail/rmail.el (rmail-toggle-header): Use a window which
5992 is showing the Rmail buffer, rather than the selected window.
5993
5994 2001-03-07 Dave Love <fx@gnu.org>
5995
5996 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
5997 now, to avoid problems with binding imenu directly to a mouse event.
5998
5999 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6000
6001 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
6002 second arg t.
6003
6004 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6005
6006 * log-edit.el (log-edit-common-indent): New var.
6007 (log-edit-set-common-indentation): Renamed from
6008 log-edit-delete-common-indentation. Use the new var.
6009 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
6010
6011 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
6012 (cvs-mode-add-change-log-entry-other-window):
6013 Don't presume change-log-default-name is defined.
6014
6015 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
6016
6017 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
6018 the "tree" operation as well.
6019
6020 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
6021
6022 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6023 to match paragraph-start.
6024
6025 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6026 comment-start-skip and set comment-end-skip as well.
6027 (sgml-comment-indent): Fix for new value of comment-start-skip.
6028 (html-autoview-mode): Don't bother using make-local-hook.
6029
6030 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6031
6032 * cus-edit.el (custom-save-delete): Move in front of local
6033 variables, otherwise long Custom entries would make them ineffective.
6034
6035 * uniquify.el: Set maintainer to FSF.
6036
6037 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
6038
6039 * dired-aux.el (dired-do-shell-command): Doc fix.
6040
6041 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
6042
6043 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
6044
6045 * which-func.el (which-func-modes): Add cperl-mode.
6046 (which-func-mode-global): Use define-minor-mode.
6047
6048 * info-look.el: Docstring fixes and dead code eliminated.
6049 (cperl-mode): Add support.
6050 (emacs-lisp-mode): List all entries from elisp manual, whether
6051 or not they are currently (f)bound or not. Update regexp.
6052
6053 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
6054
6055 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
6056 so that C-h m shows the correct information.
6057 Use make-local-variable rather than make-variable-buffer-local.
6058 (cperl-info-buffer, cperl-setup-tmp-buf):
6059 Use make-local-variable rather than make-variable-buffer-local.
6060 (cperl-msb-fix, cperl-get-help-defer):
6061 Check major-mode for `cperl-mode' as well.
6062
6063 * progmodes/cperl-mode.el: Updated to author version 4.23.
6064 (cperl-electric-pod): SYNOPSIS was misspelled.
6065 (cperl-find-pods-heres): @if ? a : b was considered a REx.
6066 (cperl-after-expr-p): Make true after __END__.
6067
6068 2001-03-06 Gerd Moellmann <gerd@gnu.org>
6069
6070 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6071 bookmark-completion-ignore-case is t.
6072
6073 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
6074 switch, like xterm, and concat resource strings, with a newline
6075 between them.
6076
6077 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6078
6079 * international/codepage.el (cp770-decode-table)
6080 (cp773-decode-table, cp774-decode-table): New variables.
6081
6082 * man.el (Man-hyphenated-reference-regexp): New variable.
6083 (Man-build-references-alist): Use it to search for referenced
6084 manpages. If hyphenated is non-nil, record a concatenated word in
6085 Man-refpages-alist only if it matches Man-reference-regexp.
6086 Update word's length when it is concatenated. Reverse the list,
6087 to get the first manpage at the head.
6088 (Man-possibly-hyphenated-word): New function.
6089 (Man-follow-manual-reference): Use it instead of current-word to
6090 find a manpage at point, in a way that accounts for hyphenated
6091 references.
6092
6093 2001-03-06 Alex Schroeder <alex@gnu.org>
6094
6095 * sql.el (sql-interbase): New function.
6096 (sql-interbase-program): New option.
6097 (sql-interbase-options): New option.
6098 And some typos fixed: "customise" to "customize".
6099
6100 2001-03-06 Dave Love <fx@gnu.org>
6101
6102 * textmodes/flyspell.el (flyspell-region):
6103 Set up flyspell-local-mouse-map.
6104
6105 2001-03-05 Richard M. Stallman <rms@gnu.org>
6106
6107 * mail/rmail.el (rmail-retry-failure):
6108 Don't call rmail-beginning-of-message.
6109 Don't discard From: field. Do discard Received: field.
6110 Use unwind-protect to re-prune.
6111 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
6112
6113 2001-03-06 Kenichi Handa <handa@etl.go.jp>
6114
6115 * international/quail.el (quail-title): Add autoload cookie.
6116
6117 2001-03-05 Dave Love <fx@gnu.org>
6118
6119 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
6120 new defs.
6121
6122 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6123
6124 * language/ethio-util.el (ethio-toggle-space):
6125 Update current-input-method-title if necessary.
6126 (ethio-toggle-punctuation): Likewise.
6127
6128 * international/quail.el (quail-title): Fix for the case that a
6129 title of an input method is specified by a list of the same form
6130 as used in mode-line-format.
6131
6132 * international/mule-cmds.el (activate-input-method):
6133 If current-input-method-title is set by activating INPUT-METHOD,
6134 respect that value.
6135
6136 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6137
6138 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
6139
6140 2001-03-05 Alex Schroeder <alex@gnu.org>
6141
6142 * sql.el (sql-sybase): Fix typo (was: query user about server two
6143 times instead of server and database).
6144
6145 * sql.el (sql-sybase): Doc change.
6146 (sql-mysql): Doc change.
6147 (sql-postgres): Doc change.
6148
6149 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6150
6151 * international/mule-conf.el (emacs-mule, raw-text):
6152 Docstring modified.
6153
6154 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6155
6156 * term/internal.el: Update copyright notice.
6157
6158 * term/pc-win.el: Update copyright notice.
6159
6160 2001-03-02 Dave Love <fx@gnu.org>
6161
6162 * files.el (insert-file-contents-literally):
6163 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
6164 not jka-compr-compression-info-list.
6165
6166 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
6167
6168 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
6169 spaces in default comment-start-skip settings rather than \s-.
6170
6171 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
6172
6173 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
6174 default-frame-alist as well.
6175
6176 2001-03-01 Dave Love <fx@gnu.org>
6177
6178 * textmodes/reftex.el (defvar): Wrap some defvars in
6179 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
6180
6181 * subr.el (event-basic-type): Doc fix.
6182
6183 * international/quail.el: Doc fixes.
6184
6185 * international/utf-8.el: Doc fixes.
6186
6187 * international/mule-cmds.el: Doc fixes.
6188 (leim-list-header): Fix header text.
6189
6190 * international/mule.el (coding-system-category): Doc fix.
6191
6192 * international/ccl.el (ccl-compile): Doc fix.
6193
6194 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
6195
6196 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
6197 rather than (before|after)-change-functions.
6198
6199 2001-03-01 Gerd Moellmann <gerd@gnu.org>
6200
6201 * ediff-util.el (ediff-scroll-horizontally): Arrange for
6202 scroll-left and scroll-right being called interactively so that
6203 they set the window's min_hscroll.
6204
6205 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
6206
6207 * info.el (info-insert-file-contents-1): Accept an additional
6208 argument `lfn': if it is non-nil, concatenate `filename' and
6209 `suffix'; otherwise use the complicated MS-DOS code.
6210 All callers changed.
6211 (info-insert-file-contents, Info-find-node): If the MS-DOS port
6212 can access long file names, try the long file-name version of
6213 `info-insert-file-contents-1', then the short file-name version.
6214
6215 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
6216
6217 * language/ethio-util.el (setup-ethiopic-environment-internal):
6218 Change bindings of functions keys to conform to "Emacs Lisp Coding
6219 Convention".
6220
6221 * language/ethiopic.el ("Ethiopic"): Add documentation.
6222
6223 2001-02-28 Kenichi Handa <handa@etl.go.jp>
6224
6225 * international/utf-8.el (mule-utf-8): Set coding-category
6226 property to coding-category-utf-8.
6227
6228 2001-02-27 Richard M. Stallman <rms@gnu.org>
6229
6230 * lpr.el (lpr-page-header-switches, print-region-1):
6231 Undo 2000-07-06 change.
6232 (lpr-add-switches): Default to t on gnu/linux.
6233
6234 2001-02-27 Gerd Moellmann <gerd@gnu.org>
6235
6236 * bs.el (bs-attributes-list): Doc fix.
6237
6238 2001-02-26 Gerd Moellmann <gerd@gnu.org>
6239
6240 * help.el (describe-project): Display the file THE-GNU-PROJECT.
6241
6242 * help.el (view-order-manuals): Use goto-address.
6243
6244 * startup.el (command-line-1): Add info about ordering manuals
6245 to the not so fancy splash screens.
6246
6247 2001-02-26 Andre Spiegel <spiegel@gnu.org>
6248
6249 * vc.el (vc-default-workfile-unchanged-p)
6250 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
6251
6252 2001-02-26 Gerd Moellmann <gerd@gnu.org>
6253
6254 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
6255 fontify in the right buffer.
6256
6257 * allout.el (outline-flag-region): Move macro in front of first
6258 use to avoid a run-time error.
6259
6260 2001-02-24 Andrew Innes <andrewi@gnu.org>
6261
6262 * makefile.w32-in: Fix copyright notice.
6263
6264 2001-02-24 Kenichi Handa <handa@etl.go.jp>
6265
6266 * international/utf-8.el (mule-utf-8): Set correct value for
6267 valid-codes property.
6268
6269 * international/fontset.el (x-complement-fontset-spec): In the
6270 case that we use ASCII font for the other charsets, use only
6271 family and registry part of it.
6272
6273 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
6274
6275 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
6276 (shrink-window-if-larger-than-buffer): Doc fix.
6277
6278 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
6279
6280 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
6281 predicate passed to completing-read.
6282
6283 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
6284
6285 * startup.el (command-line): Fix last change.
6286
6287 2001-02-23 Jason Rumney <jasonr@gnu.org>
6288
6289 * startup.el (tool-bar-originally-present): New variable.
6290 (command-line): Set it if the tool-bar is switched on at startup.
6291
6292 * frame.el (frame-notice-user-settings): Only adjust frame height
6293 for no tool-bar case if tool-bar was originally switched on.
6294 From E. Jay Berkenbilt.
6295
6296 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
6297
6298 * server.el (server-switch-buffer): Only switch window if the
6299 current one is dedicated.
6300
6301 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
6302 rather than using (match-beginning 0) when searching for break point.
6303
6304 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
6305
6306 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
6307 @ follows an accent command such as @'. Support optional braces
6308 in commands that insert accents, like makeinfo does.
6309
6310 2001-02-22 Gerd Moellmann <gerd@gnu.org>
6311
6312 * startup.el (fancy-splash-text): Add a line for ordering
6313 manuals. Reverse order of splash screens shown.
6314 (use-fancy-splash-screens-p): Adapt to the text line added.
6315
6316 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
6317 manuals from the FSF.
6318
6319 * help.el (view-order-manuals): New function.
6320 (toplevel): Bind C-h C-m to this function.
6321
6322 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
6323
6324 * newcomment.el (comment-forward): Skip the comment-start before
6325 searching for the comment-end.
6326
6327 2001-02-21 Dave Love <fx@gnu.org>
6328
6329 * custom.el (custom-initialize-changed, defcustom): Doc fix.
6330
6331 * international/mule-cmds.el, international/mule.el: Doc fixes.
6332
6333 2001-02-21 Gerd Moellmann <gerd@gnu.org>
6334
6335 * startup.el (fancy-splash-screens): Use display-hourglass
6336 instead of display-busy-cursor.
6337
6338 * frame.el (display-hourglass): Renamed from busy-cursor.
6339 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
6340 (show-cursor-in-non-selected-windows): Doc fix.
6341
6342 2001-02-20 Dave Love <fx@gnu.org>
6343
6344 * international/utf-8.el: Doc and commentary fixes.
6345
6346 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
6347
6348 * ehelp.el (with-electric-help): Doc fix.
6349
6350 2001-02-20 Gerd Moellmann <gerd@gnu.org>
6351
6352 * msb.el (msb-mode): Call the update-buffers function explicitly
6353 with a FORCE argument.
6354
6355 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
6356 FORCE. If set, update the menu even if frame-or-buffer-changed-p
6357 returns nil.
6358
6359 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6360
6361 * ps-print.el: Timestamp package replacement. Some enhancements.
6362 Some XEmacs compatibility. Doc fix.
6363 (ps-print-version): New version number (6.4).
6364 (ps-printer-name): Initialization fix.
6365 (ps-zebra-stripe-follow): Funcionality enhancement.
6366 (ps-prologue-file): Code enhancement.
6367 (ps-right-header): Timestamp package replacement.
6368 (ps-setup, ps-face-bold-p, ps-face-italic-p)
6369 (ps-get-page-dimensions)
6370 (ps-generate-header, ps-begin-file, ps-begin-job)
6371 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
6372 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
6373 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
6374 (coding-system-for-write): Var declaration (XEmacs compatibility).
6375
6376 2001-02-20 Miles Bader <miles@gnu.org>
6377
6378 * image-file.el (image-file-name-extensions): Add "tif".
6379
6380 2001-02-19 Gerd Moellmann <gerd@gnu.org>
6381
6382 * wid-edit.el (widget-button-click): Save the selected window
6383 around the code handling clicks on buttons.
6384
6385 2001-02-18 Dave Love <fx@gnu.org>
6386
6387 * imenu.el (imenu--generic-function): Use mapc to iterate over
6388 syntax characters.
6389
6390 2001-02-17 Richard M. Stallman <rms@gnu.org>
6391
6392 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
6393
6394 * uniquify.el (uniquify-buffer-name-style): Doc fix.
6395
6396 2001-02-16 Gerd Moellmann <gerd@gnu.org>
6397
6398 * mouse.el (mouse-save-then-kill): If the distance from the new
6399 point to the mark is equal to the distance of point from the new
6400 point, move point instead of the mark.
6401
6402 2001-02-16 Dave Love <fx@gnu.org>
6403
6404 * textmodes/flyspell.el (flyspell-get-word): Return string without
6405 properties.
6406
6407 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
6408
6409 * generic.el (generic-find-file-regexp): Doc fix.
6410 (generic-ignore-files-regexp): New defcustom.
6411 (generic-mode-find-file-hook): If the file's name matches the
6412 regexp in `generic-ignore-files-regexp', don't enter
6413 default-generic-mode. Doc fix.
6414
6415 2001-02-16 Gerd Moellmann <gerd@gnu.org>
6416
6417 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
6418 Add autoload cookies.
6419
6420 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
6421 of cal-tex-24.
6422
6423 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
6424
6425 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
6426
6427 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
6428 the character class after the (optional) drive, to support file
6429 names with embedded blanks.
6430
6431 2001-02-15 Sam Steingold <sds@gnu.org>
6432
6433 * textmodes/tex-mode.el (tex-shell-running):
6434 Check the process buffer too.
6435
6436 2001-02-15 Dave Love <fx@gnu.org>
6437
6438 * battery.el (battery-status-function): Fix doc, :type.
6439
6440 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
6441
6442 2001-02-15 Gerd Moellmann <gerd@gnu.org>
6443
6444 * subr.el (read-passwd): Clear Lisp memory holding password.
6445
6446 2001-02-15 Miles Bader <miles@gnu.org>
6447
6448 * info.el (Info-copy-current-node-name): New function.
6449 (Info-mode-menu): Add it to the menu.
6450
6451 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
6452
6453 * international/mule-cmds.el (toggle-input-method): Doc fix.
6454
6455 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
6456
6457 * replace.el (occur): Stop at end of buffer.
6458
6459 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
6460
6461 * international/mule-cmds.el (set-input-method): Another doc fix.
6462
6463 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
6464
6465 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
6466
6467 2001-02-13 Miles Bader <miles@gnu.org>
6468
6469 * faces.el (set-face-background, set-face-foreground)
6470 (set-face-stipple): Treat a value of nil as being `unspecified'.
6471
6472 2001-02-12 Dave Love <d.love@dl.ac.uk>
6473
6474 * international/latin1-disp.el: Doc fixes.
6475 (latin1-display) <defgroup>: Add :link.
6476 (latin1-display) <function>: Set variable latin1-display.
6477
6478 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
6479
6480 * international/mule-cmds.el (set-input-method): Doc fix.
6481
6482 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
6483
6484 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
6485 (speedbar-line-file): Return nil if not a file.
6486 (speedbar-buffers-line-path): Return file for tags, and dir for files.
6487
6488 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
6489
6490 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
6491 for remote files.
6492 (ediff-coding-system-for-read): Replaced the no-conversion default
6493 with raw-text.
6494
6495 * ediff-init.el: Removed :version from defcustom vars.
6496
6497 * ediff-util.el (ediff-compute-custom-diffs-maybe):
6498 Better handling of the diff mode.
6499
6500 * ediff.texi: Added ediff-coding-system-for-read.
6501
6502 * viper.texi: Fix typos.
6503
6504 2001-02-11 Dave Love <fx@gnu.org>
6505
6506 * shadowfile.el: Doc fixes.
6507 (shadow) <defgroup>: Add :link.
6508 (shadowfile-unload-hook): New function.
6509 (shadow-initialize): Use defalias, not fset.
6510 (shadow-define-cluster, shadow-define-literal-group)
6511 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
6512
6513 * international/mule.el: Doc and message fixes.
6514
6515 * international/ccl.el (define-ccl-program): Doc fix.
6516
6517 2001-02-11 Kenichi Handa <handa@etl.go.jp>
6518
6519 * faces.el (mode-line): Set :line-width property to -1.
6520
6521 2001-02-10 Richard M. Stallman <rms@gnu.org>
6522
6523 * complete.el (partial-completion-mode): Doc fix.
6524
6525 * simple.el (delete-key-deletes-forward-mode):
6526 Change `let' to `let*' to fix gross bug in last change.
6527
6528 * repeat.el (repeat): Don't let execute-kbd-macro alter
6529 real-last-command.
6530
6531 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
6532
6533 * simple.el (eval-expression): Doc fix.
6534
6535 2001-02-09 Dave Love <fx@gnu.org>
6536
6537 * imenu.el (imenu-generic-expression): Doc fix.
6538
6539 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
6540 From Juanma Barranquero.
6541
6542 * emacs-lisp/authors.el (authors): Expand `root' before running find.
6543
6544 2001-02-09 Kenichi Handa <handa@etl.go.jp>
6545
6546 * faces.el (set-face-attribute): Describe the case of a negative
6547 value specified for :line-width.
6548
6549 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
6550
6551 * which-func.el (which-func-mode): Invert which-func-mode-global.
6552 From Juanma Barranquero <lektu@uol.com.br>.
6553
6554 2001-02-08 Dave Love <fx@gnu.org>
6555
6556 * wid-edit.el (widget-plist-convert-widget): Replace binding of
6557 widget-plist-value-type.
6558 (widget-alist-convert-widget): Replace binding of
6559 widget-alist-value-type.
6560
6561 * textmodes/paragraphs.el (sentence-end): Doc fix.
6562
6563 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
6564 Remove `backward-line'.
6565
6566 * play/pong.el (pong-blank-color, pong-bat-color)
6567 (pong-ball-color, pong-border-color, pong-left-key)
6568 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
6569 (pong-pause-key, pong-resume-key, pong-timer-delay):
6570 * mail/mh-comp.el (mh-compose-letter-function):
6571 * eshell/esh-mode.el (eshell-skip-prompt-function):
6572 * emulation/viper-ex.el (ex-unix-type-shell-options):
6573 * recentf.el (recentf-menu-filter):
6574 * ps-print.el (ps-print-region-function):
6575 * lpr.el (print-region-function):
6576 * forms.el (forms-mode-hooks):
6577 * dirtrack.el (dirtrack-directory-change-hook):
6578 * cus-start.el (temp-buffer-show-function, display-buffer-function):
6579 * textmodes/spell.el (spell-filter):
6580 * textmodes/fill.el (adaptive-fill-function):
6581 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
6582 * progmodes/etags.el (find-tag-default-function):
6583 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
6584 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6585
6586 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
6587
6588 * emulation/viper-init.el (viper-fast-keyseq-timeout)
6589 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
6590 Meyering <jim@meyering.net>.
6591
6592 * loadup.el: Revert last change.
6593
6594 2001-02-07 Kenichi Handa <handa@etl.go.jp>
6595
6596 * international/mule.el (transform-make-coding-system-args):
6597 Make it work also for coding systems not using CCL.
6598
6599 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6600
6601 * simple.el (previous-matching-history-element)
6602 (next-matching-history-element): Doc fix.
6603
6604 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
6605 specific part.
6606
6607 2001-02-06 Dave Love <fx@gnu.org>
6608
6609 * add-log.el (add-log-current-defun-function)
6610 (add-log-buffer-file-name-function, add-log-file-name-function):
6611 Fix :type.
6612 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
6613
6614 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6615
6616 * info.el (info-initialize): Remove the test for system-type when
6617 invocation-directory is non-nil.
6618
6619 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
6620 of `font-lock-defaults' to `backward-paragraph' rather than nil.
6621
6622 2001-02-06 Andrew Innes <andrewi@gnu.org>
6623
6624 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
6625 absolute.
6626
6627 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
6628
6629 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
6630 buffers. When hi-lock turned on rather than only checking current
6631 buffer for regexps, all buffers are checked. Moved activation of
6632 font-lock to hi-lock-refontify. When font-lock turned off rather
6633 than removing added highlighting just in current buffer, remove it
6634 in all buffers. Changed edit menu text from "Automatic
6635 Highlighting" to "Regexp Highlighting" Documentation for
6636 highlighting phrases, minor documentation changes.
6637 (hi-lock-set-file-patterns): Execute only if there are new or
6638 existing file patterns.
6639 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
6640 unfontify and, if a support mode is active, will not refontify the
6641 whole buffer. If necessary, turn on font lock. (Removed
6642 font-lock-unfontify and font-lock support-mode-specific calls,
6643 such as lazy-lock-fontify-window.)
6644 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
6645 patterns are found. Not useful now since find-file-hook is removed
6646 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
6647 (hi-lock-face-phrase-buffer): New function. Also added related
6648 menu item and keybinding.
6649 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
6650 (hi-lock-process-phrase): New function.
6651 (hi-lock-line-face-buffer): Doc fixes.
6652 (hi-lock-face-buffer): Doc fixes.
6653 (hi-lock-unface-buffer): Doc fixes.
6654
6655 2001-02-06 Gerd Moellmann <gerd@gnu.org>
6656
6657 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
6658 dabbrev-ignored-regexps.
6659
6660 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6661
6662 * simple.el (kill-line): Doc fix.
6663
6664 2001-02-05 Dave Love <fx@gnu.org>
6665
6666 * loadup.el: Revert last two changes -- bootstrapping works with
6667 regenerated loaddefs.
6668
6669 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
6670
6671 * isearch.el (isearch-forward): Doc fix.
6672
6673 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
6674 of font-lock-defaults to backward-paragraph.
6675
6676 2001-02-05 Gerd Moellmann <gerd@gnu.org>
6677
6678 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
6679 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
6680
6681 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6682
6683 * ebnf2ps.el: Eliminate time-stamp functions.
6684 (ebnf-version): New version (3.5).
6685 (ebnf-eps-finish-and-write): Replace time-stamp functions by
6686 format-time-string.
6687
6688 2001-02-05 Gerd Moellmann <gerd@gnu.org>
6689
6690 * simple.el (next-line): Goto end-of-line before inserting a newline.
6691
6692 2001-02-05 Miles Bader <miles@gnu.org>
6693
6694 * image-file.el (insert-image-file): When visiting an image, also
6695 set `truncate-lines' to t so that any fringe arrow looks correct.
6696
6697 2001-02-05 Kenichi Handa <handa@etl.go.jp>
6698
6699 * isearch.el (isearch-forward): Add description about input method
6700 in the docsting.
6701
6702 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
6703
6704 * skeleton.el (skeleton-internal-1): Always push the mark for @.
6705
6706 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
6707
6708 * info.el (info-initialize): If installation-directory is nil, for
6709 DOS/Windows systems try looking in a sibling of invocation-directory.
6710
6711 2001-02-02 Gerd Moellmann <gerd@gnu.org>
6712
6713 * wid-edit.el (widget-button-click): Fix last change.
6714
6715 * frame.el (frame-notice-user-settings): When resizing the initial
6716 frame because the tool bar is off, also change the frame's top
6717 position if a negative top position was specified.
6718
6719 2001-02-02 Miles Bader <miles@gnu.org>
6720
6721 * image-file.el (insert-image-file): When visiting an image,
6722 suppress the cursor in the image buffer.
6723
6724 2001-02-01 Dave Love <fx@gnu.org>
6725
6726 * progmodes/f90.el (f90-mode): Remove startup message.
6727
6728 * vc-cvs.el: Remove autoloads. Require vc when compiling.
6729
6730 2001-02-01 Gerd Moellmann <gerd@gnu.org>
6731
6732 * startup.el (command-line): Fix code determining whether or not
6733 to use delete-key-deletes-forward-mode.
6734
6735 2001-02-01 Andre Spiegel <spiegel@gnu.org>
6736
6737 * vc.el (vc-diff-switches): New user option.
6738 (vc-version-diff): Use it.
6739 (vc-diff-switches-list): New macro.
6740
6741 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
6742 New customization options.
6743 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
6744
6745 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
6746
6747 2001-02-01 Gerd Moellmann <gerd@gnu.org>
6748
6749 * msb.el (toplevel): Quote hook symbols.
6750
6751 2001-02-01 Kenichi Handa <handa@etl.go.jp>
6752
6753 * international/mule.el (make-coding-system): Add description
6754 about recognized properties in the docstring.
6755
6756 * international/mule-conf.el: Remove unused charsets
6757 mac-roman-lower and mac-roman-upper.
6758
6759 2001-01-31 Gerd Moellmann <gerd@gnu.org>
6760
6761 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
6762 is in front of the left-margin, if any.
6763
6764 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
6765 like `delete'.
6766
6767 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
6768
6769 * term/w32-win.el (mouse-set-font): Doc fix.
6770
6771 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
6772
6773 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
6774 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
6775 on already.
6776
6777 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
6778
6779 * files.el (save-buffer): Don't give message if (buffer-file-name)
6780 returns nil.
6781
6782 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
6783
6784 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
6785
6786 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
6787 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
6788
6789 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
6790 display problems.
6791
6792 2001-01-31 Kenichi Handa <handa@etl.go.jp>
6793
6794 * international/mule.el (charset-info): Fix docstring.
6795
6796 * international/mule-diag.el (describe-character-set): Check final
6797 char valid before printing it.
6798
6799 2001-01-30 Gerd Moellmann <gerd@gnu.org>
6800
6801 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
6802
6803 * frame.el (frame-notice-user-settings): Do the tool-bar
6804 stuff only for graphical displays. Fix a braino.
6805
6806 * frame.el (frame-initialize): Create initial frame visible.
6807 (frame-notice-user-settings): When tool-bar has been switched off,
6808 correct the frame size and sync tool-bar-mode.
6809
6810 * startup.el (command-line): Remove manipulation of frame
6811 height for tool bars.
6812
6813 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6814
6815 * lpr.el: Compatibility with XEmacs and doc fixes.
6816 (lpr-windows-system, lpr-lp-system): New vars.
6817 (lpr-printer-switch): New defcustom.
6818 (printer-name, lpr-command): Customization fix.
6819 (print-region-1): Code fix.
6820 (print-region-new-buffer, printify-region): Indentation fix.
6821 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
6822 New functions.
6823
6824 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6825
6826 * msb.el (toplevel): Fix the eval-after-load.
6827
6828 2001-01-29 Dave Love <fx@gnu.org>
6829
6830 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
6831
6832 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
6833
6834 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
6835 (tcl-using-emacs-19-23): Consider Emacs 21+.
6836 (tcl-help-directory-list, tcl-command-switches): Fix :type.
6837 (tcl-add-emacs-menu): Supply menu name.
6838 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
6839
6840 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6841
6842 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
6843
6844 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
6845
6846 * pcvs.el (cvs-mark-fis-dead): New function.
6847 (cvs-mode-add): Use it.
6848 (cvs-mode-add-change-log-entry-other-window):
6849 Rebind change-log-default-name to itself rather than to nil.
6850
6851 2001-01-29 Sam Steingold <sds@gnu.org>
6852
6853 * vc-cvs.el: Replaced (require 'vc) with a bunch of
6854 `autoload' statements.
6855
6856 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
6857
6858 * files.el (confirm-kill-emacs): Doc fix.
6859
6860 * frame.el (frame-initialize): Doc fix.
6861
6862 * time-stamp.el (time-stamp-string): Doc fix.
6863
6864 * woman.el (WoMan-log-1): Make the log buffer writable.
6865 From Markus Rost <rost@math.ohio-state.edu>.
6866
6867 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6868
6869 * imenu.el (imenu-syntax-alist): Add autoload cookie for
6870 the `make-variable-buffer-local'.
6871
6872 2001-01-29 Dave Love <fx@gnu.org>
6873
6874 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
6875 (ansi-color-for-comint-mode-on, ansi-color-process-output):
6876 Add autoload cookie.
6877 (ansi-color-apply-sequence): Fix typo.
6878
6879 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6880
6881 * menu-bar.el (menu-bar-files-menu): Add menu items for
6882 Postscript printing in black and white.
6883
6884 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
6885 X-Mailman-Version, Precedence, List-Help, List-Post,
6886 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
6887 Content-Type, Content-Length.
6888
6889 2001-01-29 Dave Love <fx@gnu.org>
6890
6891 * elide-head.el (elide-head): Make overlay evaporate.
6892
6893 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
6894
6895 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
6896
6897 * isearch.el (isearch-highlight): Don't punt if the display
6898 doesn't support colors, since isearch faces are defined for
6899 monochrome displays as well.
6900
6901 2001-01-27 Sam Steingold <sds@gnu.org>
6902
6903 * shell.el (shell-write-history-on-exit): Make sure that we are in
6904 the shell buffer (M-x tex-file RET inserted the error message into
6905 the TeX buffer).
6906
6907 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6908
6909 * simple.el (transient-mark-mode): Doc fix.
6910
6911 2001-01-27 Gerd Moellmann <gerd@gnu.org>
6912
6913 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
6914
6915 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6916
6917 * shell.el (shell-unquote-argument): If the shell is one of the
6918 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
6919 quote character.
6920 (shell-dumb-shell-regexp): Document that the shells which match
6921 this regexp are supposed to not treat a backslash as a quote character.
6922
6923 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
6924 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
6925
6926 2001-01-27 Richard M. Stallman <rms@gnu.org>
6927
6928 * dabbrev.el (dabbrev--substitute-expansion):
6929 Treat a one-capital-letter abbrev as "not all upper case",
6930 so as to force preservation of the expansion's pattern
6931 if the expansion starts with a capital letter.
6932
6933 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6934
6935 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
6936 Doc fix.
6937
6938 * simple.el (transient-mark-mode): Document the fact that many
6939 commands act on the region when mark is active.
6940
6941 2001-01-27 Kenichi Handa <handa@etl.go.jp>
6942
6943 * international/quail.el (quail-setup-completion-buf): Make the
6944 multibyteness of current buffer inherited to Quail completion buffer.
6945 (quail-show-guidance-buf): Make the multibyteness of current
6946 buffer inherited to Quail guidance buffer.
6947 (quail-help): Make the multibyteness of current buffer inherited
6948 to Quail help buffer.
6949
6950 2001-01-26 Dave Love <fx@gnu.org>
6951
6952 * time-stamp.el: Doc fixes.
6953
6954 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
6955 (delphi-keyword-face, delphi-other-face): Fix :type.
6956
6957 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
6958
6959 * mail/feedmail.el (feedmail): Add :link.
6960 (feedmail-send-it): Doc fix.
6961
6962 * mail/sendmail.el: Doc fixes.
6963 (sendmail-send-it): Fix the non-ASCII regexp and use
6964 rfc2047-encode-string.
6965
6966 * dired.el, dired-aux.el: Revert last change.
6967
6968 2001-01-26 Gerd Moellmann <gerd@gnu.org>
6969
6970 * makefile.w32-in (DONTCOMPILE): Add various term files.
6971
6972 2001-01-26 Dave Love <fx@gnu.org>
6973
6974 * Makefile.in (DONTCOMPILE): Add various term files.
6975
6976 2001-01-26 Gerd Moellmann <gerd@gnu.org>
6977
6978 * man.el (Man-default-man-entry, Man-mode): Doc fix.
6979
6980 * startup.el (display-startup-echo-area-message): Make sure
6981 the echo area is resized to fit the size of the startup message.
6982
6983 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
6984 part of which is a constant.
6985
6986 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
6987
6988 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
6989
6990 2001-01-26 Richard M. Stallman <rms@gnu.org>
6991
6992 * simple.el (next-line): Don't let `newline' expand abbrevs.
6993 Simplify slightly.
6994 (open-line): Don't let `newline' expand abbrevs.
6995
6996 2001-01-25 John Wiegley <johnw@gnu.org>
6997
6998 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
6999 to `repeat' in the :type field.
7000
7001 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
7002 allow a choice of regexp or nil.
7003 (pcomplete-dir-ignore): Same.
7004
7005 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
7006 a command) to always fail.
7007
7008 2001-01-25 Gerd Moellmann <gerd@gnu.org>
7009
7010 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
7011 discard the result.
7012 (iswitchb-to-end): Likewise.
7013
7014 2001-01-25 Sam Steingold <sds@gnu.org>
7015
7016 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
7017 Require vc.
7018
7019 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
7020
7021 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
7022
7023 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7024
7025 2001-01-25 Dave Love <fx@gnu.org>
7026
7027 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
7028 (describe-coding-system): Tweak the English text.
7029
7030 * loadup.el: Preload international/ccl for utf-8.
7031
7032 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7033
7034 * mail/rmail.el (rmail-redecode-body): Doc fix.
7035
7036 2001-01-25 Kenichi Handa <handa@etl.go.jp>
7037
7038 * international/mule-cmds.el (reset-language-environment):
7039 Reset coding-category-utf-8 to mule-utf-8.
7040
7041 * international/mule-conf.el (coding-category-utf-8):
7042 Initialize to mule-utf-8.
7043
7044 * loadup.el: Preload international/utf-8.
7045
7046 * international/utf-8.el: New file.
7047
7048 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
7049
7050 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
7051
7052 2001-01-24 Sam Steingold <sds@gnu.org>
7053
7054 * dired.el (dired-replace-in-string): Removed.
7055 (dired-sort-toggle): Use `replace-regexps-in-string'
7056 instead of `dired-replace-in-string'.
7057
7058 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
7059 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
7060
7061 * gs.el (gs-replace-in-string): Removed.
7062 (gs-options): Use `replace-regexps-in-string'
7063 instead of `gs-replace-in-string'.
7064
7065 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
7066
7067 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
7068 bug report is mailed to an email list and posted to a news group.
7069
7070 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7071
7072 * comint.el (comint-replace-by-expanded-history-before-point):
7073 Fix change of 2000-08-03 to move point to the start of the line again.
7074
7075 * startup.el (tool-bar-images-pixel-height): New variable.
7076 (command-line): After loading the user's init file, when
7077 tool-bar-mode is on, increase the frame's size by some lines for
7078 the tool-bar.
7079
7080 * frame.el (frame-initialize): Create the initial frame invisible.
7081
7082 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
7083
7084 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
7085 (chinese-big5): MIME:Big5.
7086
7087 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7088
7089 * international/mule-cmds.el (universal-coding-system-argument):
7090 Handle commands with prefix args.
7091
7092 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7093
7094 * calendar/diary-lib.el (diary-float): Fix case of MONTH
7095 being a list of numbers.
7096 (diary-mail-entries): Rewritten.
7097
7098 2001-01-23 Dave Love <fx@gnu.org>
7099
7100 * international/mule.el (make-coding-system): Fix typo.
7101
7102 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
7103 Add backward-paragraph as font-lock-beginning-of-syntax-function.
7104
7105 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
7106
7107 * font-lock.el (font-lock-mode): Doc fix.
7108
7109 2001-01-23 Kenichi Handa <handa@etl.go.jp>
7110
7111 * international/mule.el (make-translation-table): Fix docstring.
7112
7113 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
7114
7115 * mail/rmail.el (rmail-redecode-body): New function.
7116
7117 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
7118
7119 2001-01-22 Gerd Moellmann <gerd@gnu.org>
7120
7121 * isearch.el (isearch-lazy-highlight-case-fold-search)
7122 (isearch-lazy-highlight-regexp): New variables.
7123 (isearch-lazy-highlight-cleanup): Update lazy highlight if
7124 case-fold search or regexp search has been toggled.
7125
7126 * wid-edit.el (widget-button-click): Avoid a save-excursion
7127 around running a global binding.
7128
7129 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
7130 to 0.25.
7131
7132 2001-01-20 Miles Bader <miles@gnu.org>
7133
7134 * cus-edit.el (custom-face-save): Do post-processing on the face's
7135 new value like `custom-face-set' does.
7136
7137 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7138
7139 * mail/emacsbug.el (report-emacs-bug): Report the value of
7140 LC_CTYPE, not LC_TYPE.
7141
7142 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
7143 isearch-toggle-regexp and isearch-edit-string to doc string.
7144
7145 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7146
7147 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
7148 as font-lock-beginning-of-syntax-function in font-lock-defaults.
7149
7150 * jit-lock.el (jit-lock-fontify-now): Don't bind
7151 font-lock-beginning-of-syntax-function to nil.
7152
7153 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7154
7155 * mail/emacsbug.el (report-emacs-bug): Report values of
7156 locale-coding-system, default-enable-multibyte-characters, and the
7157 environment variables LC_ALL, LC_TYPE, and LANG.
7158
7159 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7160
7161 * font-lock.el (font-lock-default-fontify-region): Fix last change.
7162
7163 * font-lock.el (font-lock-multiline): Default to nil.
7164 (font-lock-default-fontify-region): If font-lock-multiline is
7165 nil, don't check the property `font-lock-multiline'.
7166
7167 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
7168 is nil, don't check the `font-lock-multiline' text property.
7169
7170 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7171
7172 * viper.el: Call initial-major-mode on startup.
7173
7174 * ediff.el (ediff-patch-file): Use better defaults.
7175
7176 * ediff-vers.el: Fix for 8+3 DOS file systems.
7177
7178 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
7179
7180 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
7181 diff mode, if available.
7182
7183 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7184
7185 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
7186
7187 * ediff-init.el (subst-char-in-string): Define and use it, unless
7188 it's already defined.
7189
7190 2001-01-18 Gerd Moellmann <gerd@gnu.org>
7191
7192 * tooltip.el (tooltip-hide-delay): New user-option.
7193 (tooltip-show): Use tooltip-hide-delay instead of the default.
7194
7195 2001-01-18 Kenichi Handa <handa@etl.go.jp>
7196
7197 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
7198 kill-local-variable doesn't work for enable-multibyte-characters.
7199
7200 2001-01-17 Dave Love <fx@gnu.org>
7201
7202 * ediff-init.el (ediff-before-setup-hook)
7203 (ediff-merge-filename-prefix): Add :version.
7204
7205 * international/latin1-disp.el: Require disp-table.
7206 (latin1-display): Fix :set.
7207
7208 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
7209
7210 2001-01-17 Gerd Moellmann <gerd@gnu.org>
7211
7212 * isearch.el (isearch-lazy-highlight-initial-delay)
7213 (isearch-lazy-highlight-interval): Default to 0.
7214
7215 2001-01-17 Bob Glickstein <bobg@zanshin.com>
7216
7217 * isearch.el (isearch-highlight): Set isearch-overlay priority to
7218 1 here rather than each time through
7219 isearch-lazy-highlight-new-loop.
7220 (isearch-lazy-highlight-max): Variable deleted.
7221 (isearch-lazy-highlight-max-at-a-time): New user variable, like
7222 isearch-lazy-highlight-max but controls a single invocation of
7223 isearch-lazy-highlight-update.
7224 (isearch-lazy-highlight-wrapped): Variable recreated.
7225 (isearch-lazy-highlight-window-start): New variable.
7226 (isearch-lazy-highlight-cleanup): Restored to behavior of
7227 before 2-Jan.
7228 (isearch-lazy-highlight-remove-overlays): Function deleted;
7229 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
7230 behavior removed.
7231 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
7232 isearch-lazy-highlight-update in a loop rather than just once.
7233 Test isearch-invalid-regexp here and decide not to start a new
7234 loop, rather than testing it each time through
7235 isearch-lazy-highlight-update.
7236 (isearch-lazy-highlight-search): Function restored.
7237 (isearch-lazy-highlight-update): Get called in a timer loop again,
7238 but this time highlight more than one match each time through.
7239 Only highlight matches in the visible part of the window.
7240 Start at point, move in the direction of the search, and wrap around at
7241 the edge of the window. Use sit-for to force redisplay and ensure
7242 window-start is credible. "Face suppressing" behavior removed;
7243 overlay priorities should make it unnecessary, right?
7244 (isearch-highlight): Face suppressing behavior removed.
7245 (isearch-dehighlight): Face suppressing behavior removed.
7246 (isearch-set-lazy-highlight-faces-at): Removed.
7247
7248 2001-01-17 Kenichi Handa <handa@etl.go.jp>
7249
7250 * language/european.el ("Latin-1"): Make the format of description
7251 about additional language environments same as that of Latin-2.
7252
7253 2001-01-16 Dave Love <fx@gnu.org>
7254
7255 * isearch.el (isearch-lazy-highlight): Add :version.
7256
7257 * simple.el (backward-delete-char-untabify-method)
7258 (next-line-add-newlines): Add :version.
7259
7260 2001-01-16 Gerd Moellmann <gerd@gnu.org>
7261
7262 * bindings.el: Bind <backspace> and <delete> via function-key-map.
7263 Don't bind <delete> otherwise.
7264
7265 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
7266 and <delete> via function-key-map.
7267
7268 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
7269 Subject line only if point is after the `Subject:'.
7270
7271 2001-01-16 Kenichi Handa <handa@etl.go.jp>
7272
7273 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
7274 japanese-jisx0213-2 in `charset' property of this lang. env.
7275
7276 * language/european.el ("Latin-1"): Add description for Dutch and
7277 Spanish lang. env.
7278
7279 * international/mule.el (decode-char): Fix conditions.
7280 (encode-char): Handle eight-bit-control too.
7281 (transform-make-coding-system-args): New function.
7282 (make-coding-system): Accept XEmacs style arguments for CCL base
7283 coding system.
7284
7285 2001-01-15 Gerd Moellmann <gerd@gnu.org>
7286
7287 * progmodes/etags.el (find-tag-noselect): Save the value of
7288 tags-file-name before switching buffers, for the case it has a
7289 buffer-local value.
7290
7291 2001-01-15 Alex Schroeder <alex@gnu.org>
7292
7293 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
7294 From Dave Love <fx@gnu.org>.
7295 (ansi-color-for-comint-mode): Fix :version.
7296
7297 2001-01-15 Alex Schroeder <alex@gnu.org>
7298
7299 * ansi-color.el (ansi-color-unfontify-region): Doc change.
7300
7301 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
7302
7303 * dired.el (dired-insert-directory): If file-system-info fails,
7304 remove the " free " part, but don't signal an error.
7305
7306 2001-01-12 Sam Steingold <sds@gnu.org>
7307
7308 * bookmark.el (bookmark-maybe-historicize-string):
7309 Use new backquote syntax.
7310
7311 2001-01-12 Richard M. Stallman <rms@gnu.org>
7312
7313 * subr.el (last): Handle a list that doesn't end in nil.
7314
7315 2001-01-12 Sam Steingold <sds@gnu.org>
7316
7317 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
7318 to `backward-delete-char-untabify'.
7319
7320 2001-01-12 Dave Love <fx@gnu.org>
7321
7322 * cus-edit.el (customize-menu-create): Fix the :filter following
7323 easymenu change.
7324
7325 * wid-edit.el (function): Add :match-alternatives.
7326 (widget-color-action): Doc fix.
7327
7328 2001-01-12 Gerd Moellmann <gerd@gnu.org>
7329
7330 * calendar/calendar.el (calendar-basic-setup): Doc fix.
7331
7332 2001-01-12 Kenichi Handa <handa@etl.go.jp>
7333
7334 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
7335
7336 * international/ccl.el (define-ccl-program): Fix docstring.
7337
7338 2001-01-11 Dave Love <fx@gnu.org>
7339
7340 * international/mule-cmds.el (standard-display-european-internal):
7341 Set display table for 2208 as for 160.
7342
7343 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
7344
7345 * progmodes/fortran.el (fortran-mode-map): Modify Customization
7346 entry for custom-menu-create change.
7347 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
7348 don't cons it in the search loop.
7349
7350 * imenu.el (imenu--truncate-items): Revert last change.
7351
7352 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7353
7354 * info.el (Info-setup-header-line): If the node header includes
7355 either Next: or Prev: links, don't show the File: and Node: parts
7356 in the header line.
7357
7358 2001-01-11 Gerd Moellmann <gerd@gnu.org>
7359
7360 * comint.el (comint-goto-process-mark): Don't print a message
7361 when running in batch mode.
7362
7363 * isearch.el (isearch-search): In the condition-case handler for
7364 `error', set isearch-invalid-regexp to the whole error message.
7365
7366 * subr.el (eval-after-load): Call load-symbol-file-load-history to
7367 ensure that eval-after-load works for files dumped with Emacs.
7368
7369 * help.el (load-symbol-file-load-history): New function extracted
7370 from function symbol-file.
7371 (symbol-file): Use it.
7372
7373 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
7374
7375 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7376
7377 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
7378 behave as if there were no prefix argument.
7379 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
7380 argument were nil.
7381
7382 2001-01-11 Richard M. Stallman <rms@gnu.org>
7383
7384 * isearch.el (isearch-lazy-highlight-update):
7385 Don't look for more potential matches once maximum is exceeded.
7386 Use overlays-in to check correctly for overlap with current match.
7387 Ignore empty matches.
7388
7389 2001-01-11 Miles Bader <miles@gnu.org>
7390
7391 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
7392 (ispell-overlay-window, ispell-help, ispell-show-choices)
7393 (ispell-command-loop): Use it instead of `window-height'.
7394
7395 2001-01-10 Gerd Moellmann <gerd@gnu.org>
7396
7397 * files.el (confirm-kill-emacs): New user-option.
7398 (save-buffers-kill-emacs): Ask for final confirmation before
7399 killing Emacs.
7400
7401 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
7402 to nil.
7403
7404 2001-01-10 Dave Love <fx@gnu.org>
7405
7406 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
7407
7408 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
7409
7410 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
7411
7412 * calculator.el (calculator-number-digits): Fix :type.
7413
7414 * vc-cvs.el (vc-cvs-header): Fix :type.
7415 * vc-rcs.el (vc-rcs-header): Fix :type.
7416 * vc-sccs.el (vc-sccs-header): Fix :type.
7417
7418 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7419
7420 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
7421
7422 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
7423
7424 2001-01-10 Gerd Moellmann <gerd@gnu.org>
7425
7426 * simple.el (set-variable): Force a thorough redisplay for the
7427 case that the variable has an effect on the display, like
7428 `tab-width' has.
7429
7430 2001-01-10 Andre Spiegel <spiegel@gnu.org>
7431
7432 * vc.el: Add documentation for backend interface.
7433
7434 2001-01-10 Kenichi Handa <handa@etl.go.jp>
7435
7436 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
7437
7438 * international/mule-conf.el (latin-extra-code-table): Set to t
7439 for \223 and \224.
7440
7441 2001-01-09 Kenichi Handa <handa@etl.go.jp>
7442
7443 * international/mule-cmds.el (locale-language-names): Map "es" to
7444 "Spanish" and "nl" to "Dutch".
7445
7446 2001-01-09 Gerd Moellmann <gerd@gnu.org>
7447
7448 * bindings.el (global-map): Bind <home> to beginning-of-line,
7449 <end> to end-of-line, C-<home> to beginning-of-buffer, and
7450 C-<end> to end-of-buffer.
7451
7452 * language/european.el: Add Dutch and Spanish language info
7453 to be able to use the appropriate tutorials.
7454
7455 2001-01-09 Alex Schroeder <alex@gnu.org>
7456
7457 * ansi-color.el (ansi-color-process-output): Use markers instead
7458 of positions for start and end of region.
7459 (ansi-color-apply-on-region): Rewrote code to make it more robust.
7460 Previously, occasional mistakes happend when fontifying many
7461 chunks of output (eg. ls --color=yes /dev). This happened
7462 whenever an overlay was created up to the end of the region, which
7463 coincided with the process-mark. New text would then be added
7464 within that overlay instead of after it.
7465 (ansi-color-make-extent): Overlays are created with the property
7466 `modification-hooks' set to '(ansi-color-freeze-overlay).
7467 (ansi-color-freeze-overlay): New function. When inserting text at
7468 the end of the overlay, the overlay will resize.
7469
7470 2000-01-09 Alex Schroeder <alex@gnu.org>
7471
7472 * ansi-color.el (ansi-color-process-output): Doc change.
7473 (ansi-color-unfontify-region): Doc change. No longer installed
7474 automatically in font-lock-unfontify-region-function.
7475 (ansi-color-apply): Doc change.
7476 (ansi-color-apply-on-region): Use extents or overlays instead of
7477 text-properties.
7478 (ansi-color-make-extent): New function.
7479 (ansi-color-set-extent-face): New function.
7480
7481 2000-01-09 Alex Schroeder <alex@gnu.org>
7482
7483 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
7484 both use ansi-color-process-output, now.
7485 (ansi-color-process-output): Doesn't return string anymore. It is
7486 installed in comint-output-filter-functions for both Emacs and
7487 XEmacs, now.
7488 (ansi-color-unfontify-region): Simplified code removing variables
7489 pos and start-ansi.
7490 (ansi-color-apply): Put text-property ansi-color before putting
7491 text-property face because ansi-color-unfontify-region is called
7492 immediately after the call to put-text-property.
7493 (ansi-color-context-region): Doc change.
7494 (ansi-color-filter-region): Simplified code.
7495 (ansi-color-apply-on-region): Changed start to start-marker, using
7496 a marker explicitly. Put text-property ansi-color before putting
7497 text-property face because ansi-color-unfontify-region is called
7498 immediately after the call to put-text-property.
7499
7500 2000-01-09 Alex Schroeder <alex@gnu.org>
7501
7502 * ansi-color.el (ansi-color-faces-vector): Doc change.
7503 (ansi-color-for-comint-mode): Changed :type property to choice.
7504 (ansi-color-last-context): Removed.
7505 (ansi-color-process-output): Don't use ansi-color-last-context, as
7506 the main functions will store their context now.
7507 (ansi-color-context): Doc change.
7508 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
7509 Uses ansi-color-context such that repeated calls will strip
7510 partial escape sequences, too.
7511 (ansi-color-apply): Simplified code. Colorize end of string if
7512 face is not null. Store context in new (FACE STRING) format, such
7513 that repeated calls will strip partial escape sequences, too.
7514 Append faces to face property using ansi-color-apply-sequence such
7515 that cumulative mode actually works.
7516 (ansi-color-context-region): New variable.
7517 (ansi-color-filter-region): Rewrote it based on
7518 ansi-color-apply-on-region. Uses ansi-color-context-region such
7519 that repeated calls will strip partial escape sequences, too.
7520 (ansi-color-apply-on-region): Simplified code. Colorize end of
7521 region if face is not null. Store context in new (FACE POS)
7522 format, such that repeated calls will strip partial escape
7523 sequences, too. Append faces to face property using
7524 ansi-color-apply-sequence such that cumulative mode actually works.
7525 (ansi-color-apply-sequence): New function.
7526 (ansi-color-get-face): When the default face is added to the list
7527 of faces, all previous settings are discarded and the list of
7528 faces is set to '(default).
7529
7530 2000-01-09 Alex Schroeder <alex@gnu.org>
7531
7532 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
7533 face, such that ansi-color-apply and ansi-color-apply-on-region
7534 will do the right thing.
7535 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
7536 returns nil, set the list of faces back to nil instead of
7537 appending the result of ansi-color-get-face to the front of the list.
7538
7539 2000-01-09 Alex Schroeder <alex@gnu.org>
7540
7541 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
7542 (ansi-color-process): Doc change.
7543 (ansi-color-last-context): New buffer-local variable.
7544 (ansi-color-process-output): New function. It is automatically
7545 added to comint-output-filter-functions if this is XEmacs.
7546 (ansi-color-unfontify-region): New optional parameter for XEmacs
7547 compatibility. Check wether font-lock-syntactic-keywords is
7548 boundp before removing the syntax table text property, as XEmacs
7549 doesn't have it.
7550 (ansi-color-filter-region): Doc change.
7551 (ansi-color-apply-on-region): Doc change.
7552 (ansi-color-make-face): New function. Compatibility layer for
7553 XEmacs. Return temporary faces instead of cons cells for XEmacs.
7554 (ansi-color-make-color-map): Use ansi-color-make-face.
7555 (ansi-color-get-face): Avoid face text property '(nil) as results
7556 in an errow for XEmacs.
7557
7558 2000-01-09 Alex Schroeder <alex@gnu.org>
7559
7560 * ansi-color.el (ansi-color-unfontify-region): New function.
7561 Uses text-property ansi-color in order to preserve fontification by
7562 ansi-color. When the package is loaded, a lambda expression is
7563 put onto font-lock-mode-hook. This lambda expression will check
7564 font-lock-unfontify-region-function and replace
7565 font-lock-default-unfontify-region with ansi-color-unfontify-region.
7566 (ansi-color-apply): Add text-property ansi-color in addition to
7567 text-property face.
7568 (ansi-color-apply-on-region): Add text-property ansi-color in
7569 addition to text-property face.
7570 (save-buffer-state): Copy of the macro that is also used by
7571 lazy-lock and font-lock.
7572
7573 (ansi-color-for-comint-mode): New option.
7574 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
7575 (ansi-color-for-comint-mode-off): Ditto.
7576 (ansi-color-for-comint-mode-filter): Ditto.
7577 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
7578 decide what to do. This function is added to
7579 comint-preoutput-filter-functions when the package is loaded.
7580
7581 (ansi-color-for-shell-mode-set): Removed.
7582 (ansi-color-for-shell-mode): Removed.
7583
7584 2000-01-09 Alex Schroeder <alex@gnu.org>
7585
7586 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
7587 the lambda expression from the ansi-color-for-shell-mode :set
7588 property. Additionally, modify shell-mode-hook to enable or
7589 disable font-lock-mode for future shell buffers.
7590 (ansi-color-for-shell-mode): The :set property calls
7591 ansi-color-for-shell-mode-set instead of a lambda expression.
7592
7593 2000-01-09 Alex Schroeder <alex@gnu.org>
7594
7595 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
7596 (ansi-color-context): New variable.
7597 (ansi-color-apply): Save context between calls.
7598
7599 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
7600
7601 * isearch.el (isearch, isearch-lazy-highlight-face):
7602 New definitions for face colors and attributes.
7603
7604 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
7605 of display-mouse-p.
7606
7607 2001-01-09 Kenichi Handa <handa@etl.go.jp>
7608
7609 * international/mule.el (make-coding-system): If the coding system
7610 accepts extra latin codes, register such codes as safe for the
7611 coding system.
7612
7613 2001-01-08 Richard M. Stallman <rms@gnu.org>
7614
7615 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
7616 don't mention the file name or the date here, because they are
7617 logged at the start of the file.
7618
7619 2001-01-08 Richard M. Stallman <rms@gnu.org>
7620
7621 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7622 Change screen-width to frame-width.
7623
7624 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7625
7626 * info.el (Info-search): Print the default as part of the prompt.
7627
7628 2001-01-08 Andre Spiegel <spiegel@gnu.org>
7629
7630 * vc.el (vc-default-latest-on-branch-p): New function, replaces
7631 constant implementations in backends.
7632
7633 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
7634 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
7635
7636 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
7637 WRITABLE to EDITABLE.
7638
7639 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
7640 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
7641 to EDITABLE.
7642
7643 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7644
7645 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
7646 (copyright, copyright-update): Compute the current year at run time.
7647
7648 2001-01-08 Gerd Moellmann <gerd@gnu.org>
7649
7650 * isearch.el (isearch-old-signal-hook): Removed.
7651 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
7652 instead of setting signal-hook-function.
7653 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
7654
7655 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
7656
7657 * emulation/edt.el: Update to version 4.0. Provide support for
7658 EDT scroll margins at top and bottom of the window. Provide an
7659 emulation of the EDT SUBS command (bound to GOLD-Enter, by
7660 default). Enhance edt-quit, bound to GOLD-q by default, to warn
7661 user when file-related buffer modifications exist.
7662 Provide support for running EDT Emulation in XEmacs.
7663 Provide customize access to some user updatable variables.
7664 Add Commentary section to file header.
7665 Fixed a few minor bugs and cleaned up some code.
7666
7667 * emulation/edt-mapper.el: Update to version 4.0. Provide support
7668 for detecting a keypress that generates an ASCII key sequence.
7669 (Previously, only a keypress that generates a vector was
7670 recognized.) Embed Window Manager name into name of the generated
7671 EDT Emulation initialization file since the initialization file is
7672 Window Manager specific. Add Commentary section to file header.
7673
7674 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
7675
7676 * mail/sendmail.el (mail-mode): Doc fix.
7677
7678 * info.el (Info-goto-emacs-command-node): Doc fix.
7679 (Info-goto-emacs-key-command-node): Doc fix.
7680
7681 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
7682
7683 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
7684 systems without long file-name support.
7685
7686 2001-01-06 Andrew Innes <andrewi@gnu.org>
7687
7688 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
7689
7690 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
7691
7692 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
7693 (isearch-lazy-highlight-update): Doc fix.
7694
7695 * ffap.el (ffap-bindings): Doc fix.
7696
7697 * dired-x.el (dired-virtual-guess-dir): Doc fix.
7698
7699 2001-01-05 Dave Love <fx@gnu.org>
7700
7701 * emacs-lisp/cl-seq.el (remove, remq): Remove.
7702
7703 2001-01-05 Gerd Moellmann <gerd@gnu.org>
7704
7705 * mouse-drag.el (mouse-drag-safe-scroll):
7706 Bind scroll-preserve-screen-position to nil.
7707
7708 * isearch.el (isearch-old-signal-hook): New variable.
7709 (isearch-mode): Set signal-hook-function to isearch-done.
7710 (isearch-done): Restore old signal-hook-function.
7711
7712 * info.el (Info-fontify-node): Mark one more char as intangible.
7713
7714 2000-01-05 Kenichi Handa <handa@etl.go.jp>
7715
7716 * composite.el (compose-last-chars): New argument COMPONENTS.
7717 If it is non-nil, compose preceding characters by compose-region with
7718 COMPONENTS.
7719
7720 * international/quail.el (quail-input-string-to-events): New function.
7721 (quail-input-method): Convert input string to events here.
7722 (quail-start-translation): Return input string, not event list.
7723 (quail-start-conversion): Likewise.
7724
7725 2001-01-04 Gerd Moellmann <gerd@gnu.org>
7726
7727 * tooltip.el (tooltip-cancel-delayed-tip)
7728 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
7729 and tooltip-add-timeout.
7730 (tooltip-show): Set border color from faces's foreground.
7731 (tooltip-show-help-function): If called with the same help string
7732 as last time, do nothing.
7733 (tooltip-help-tips): Don't set tooltip-help-message to nil.
7734
7735 * startup.el (fancy-splash-screens): Don't bind show-help-function
7736 to nil.
7737
7738 * tooltip.el (tooltip-frame-parameters): Remove colors.
7739 (tooltip): New face
7740 (tooltip-set-param): New function.
7741 (tooltip-show): Set up color frame parameters from face `tooltip'.
7742 Display the tooltip text in face `tooltip'.
7743
7744 2001-01-04 Dave Love <fx@gnu.org>
7745
7746 * whitespace.el (whitespace-global-mode): Fix typo.
7747
7748 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
7749
7750 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
7751
7752 * help.el (help-for-help): Fix a typo in a doc string.
7753 From kwzh@gnu.org (Karl Heuer).
7754
7755 2001-01-03 Dave Love <fx@gnu.org>
7756
7757 * dired-x.el: Doc fixes. Maintainer change.
7758 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
7759 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
7760 (dired-guess-shell-alist-user): Customize.
7761 (dired-x-help-address): Set to bug-gnu-emacs.
7762 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
7763 (dired-default-directory): Renamed from default-directory.
7764
7765 * hl-line.el (hl-line): Doc fix.
7766
7767 2001-01-03 Karl Fogel <kfogel@red-bean.com>
7768
7769 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
7770
7771 2001-01-02 Richard M. Stallman <rms@gnu.org>
7772
7773 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
7774 to remove all the current alternative-match highlighting.
7775 If nil, remove only what's outside the current window.
7776 (isearch-lazy-highlight-remove-overlays): Take optional
7777 region within which NOT to remove them.
7778 (isearch-lazy-highlight-new-loop): Greatly simplified.
7779 (isearch-lazy-highlight-update): Find all the other occurrences
7780 visible in the window, in just one call.
7781 (isearch-lazy-highlight-start): Now holds start of region to scan.
7782 (isearch-lazy-highlight-end): Now holds end of region to scan.
7783 (isearch-lazy-highlight-wrapped): Variable deleted.
7784 (isearch-lazy-highlight-search): Function deleted.
7785
7786 2000-01-02 Andrew Innes <andrewi@gnu.org>
7787
7788 * w32-fns.el (convert-standard-filename): Do length check on name
7789 before aref.
7790
7791 2001-01-02 Dave Love <fx@gnu.org>
7792
7793 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
7794 value.
7795 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
7796
7797 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
7798
7799 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
7800 read syntax.
7801
7802 * calendar/todo-mode.el (todo): Add :link, :version.
7803 (todo-save-top-priorities): Remove autoload cookie.
7804 (todo-add-category, todo-add-item-non-interactively)
7805 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
7806
7807 2001-01-02 Gerd Moellmann <gerd@gnu.org>
7808
7809 * comint.el (comint-input-history-ignore): New variable.
7810 (comint-read-input-ring): Ignore entries matching
7811 comint-input-history-ignore.
7812
7813 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
7814
7815 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
7816 (lm-copyright-mark): New function.
7817 (lm-crack-copyright): New function.
7818 (lm-verify): Check that the file has a copyright.
7819 Check that the file is copyright Free Software Foundation.
7820
7821 2000-12-30 Kenichi Handa <handa@etl.go.jp>
7822
7823 * international/mule-diag.el (print-fontset): Indent font name by
7824 24 columns, not 25.
7825
7826 2000-12-29 Gerd Moellmann <gerd@gnu.org>
7827
7828 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
7829 in Subject line.
7830
7831 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
7832 Use mail-mode-hook instead of mail-setup-hook.
7833 Otherwise continuing an interrupted message with C-u C-x m for
7834 instance, winds up in Mail mode without abbrevs.
7835
7836 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7837
7838 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
7839 non-nil. Adding almost all customization variables on ps-setup.
7840 Doc fix.
7841 (ps-print-version): New version number (6.3.3).
7842 (ps-end-with-control-d): Initialization fix.
7843 (ps-lines-printed): New var.
7844 (ps-skip-newline): New fun.
7845 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
7846 (ps-next-line, ps-continue-line, ps-plot-region)
7847 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
7848
7849 2000-12-29 Kenichi Handa <handa@etl.go.jp>
7850
7851 * international/fontset.el (x-complement-fontset-spec):
7852 Resolve ASCII font name so that the same family name is used for fonts
7853 registered in x-font-name-charset-alist.
7854 (create-fontset-from-fontset-spec): Adjusted for the above change.
7855 The name of fontset alias should be a unresolved ASCII font name.
7856
7857 2000-12-28 Gerd Moellmann <gerd@gnu.org>
7858
7859 * simple.el (delete-key-deletes-forward-mode): Bind backspace
7860 and delete in isearch-mode-map.
7861
7862 2000-12-28 Richard M. Stallman <rms@gnu.org>
7863
7864 * dired-x.el (dired-guess-shell-alist-default):
7865 Use xpdf instead of acroread.
7866
7867 2000-12-28 Kenichi Handa <handa@etl.go.jp>
7868
7869 * textmodes/artist.el (artist-butlast): Deleted.
7870 (artist-ellipse-mirror-quadrant): Use butlast instead of
7871 artist-butlast.
7872
7873 * subr.el (butlast, nbutlast): Moved from cl.el to here.
7874
7875 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
7876
7877 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7878
7879 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
7880
7881 * ls-lisp.el: Better support for the Mac and MS-Windows.
7882 (ls-lisp): New defgroup.
7883 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
7884 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
7885 (ls-lisp-support-shell-wildcards): New defcustoms.
7886 (ls-lisp-parse-symlink): New function.
7887 (insert-directory): Code to convert switches to a list and set up
7888 the wildcard argument copied from ls-lisp-insert-directory.
7889 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
7890 for -C and -R switches.
7891 (ls-lisp-column-format): New function.
7892 (ls-lisp-delete-matching, ls-lisp-handle-switches)
7893 (ls-lisp-format-time): Add doc strings.
7894 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
7895 Support ls-lisp-dirs-first.
7896 (ls-lisp-classify, ls-lisp-extension): New functions.
7897 (ls-lisp-format): Optionally support emulation of symlinks.
7898 Support -i, -s, and -G switches.
7899
7900 2000-12-27 Gerd Moellmann <gerd@gnu.org>
7901
7902 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
7903
7904 * version.el (emacs-version): Print X scroll bar information.
7905
7906 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
7907 instead of x-toolkit-scroll-bars-p.
7908
7909 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
7910 of x-toolkit-scroll-bars-p.
7911
7912 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7913
7914 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
7915 (ffap-bindings): Doc fix, to reflect the above change.
7916
7917 2000-12-27 Kenichi Handa <handa@etl.go.jp>
7918
7919 * term.el (term-char-mode): Define all non-ascii self-inserting
7920 characters to 'term-send-raw in term-raw-map.
7921
7922 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
7923
7924 * viper-init (viper-restore-cursor-type): Added condition-case guard.
7925
7926 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
7927 Changed initialization; use add-hook.
7928 (ediff-file-remote-p): Use file-local-copy.
7929
7930 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
7931
7932 * ediff.el (ediff-patch-buffer): Bug fix.
7933 (ediff-revision): Allow selection of the file at the prompt.
7934
7935 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
7936
7937 * subr.el (combine-run-hooks): Remove.
7938
7939 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
7940 and remove the rogue second spec.
7941
7942 2000-12-23 Gerd Moellmann <gerd@gnu.org>
7943
7944 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
7945
7946 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
7947
7948 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
7949 Use minibuffer menu prompt for the `=' prefix.
7950 (smerge-command-prefix): Change default to C-^.
7951 (smerge-mode): Don't assume font-lock doesn't move point.
7952
7953 * skeleton.el (skeleton-internal-1): Make sure the first line of
7954 the region is also re-indented.
7955 (skeleton-end-newline): New var.
7956 (skeleton-end-hook): Use it.
7957
7958 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7959
7960 * comint.el (comint-password-prompt-regexp): Support CVS.
7961
7962 2000-12-22 Gerd Moellmann <gerd@gnu.org>
7963
7964 * simple.el (delete-key-deletes-forward-mode): Simplify.
7965 Also backspace key combinations, depending on
7966 delete-key-deletes-forward.
7967
7968 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
7969
7970 * simple.el (delete-key-deletes-forward): Doc fix.
7971
7972 2000-08-22 Emmanuel Briot <briot@gnat.com>
7973
7974 * xml.el (top level comment): Updated to reflect the fact that
7975 white spaces are relevant in the XML file.
7976 (xml-parse-file): Do not kill an existing Emacs buffer if the file
7977 to parse was already edited. This allows for on-the-fly analysis
7978 of XML files.
7979 (xml-parse-tag): Check that the casing is the same in the start
7980 tag and end tag, since XML is case-sensitive. Allows for spaces
7981 in the end tag, after the name of the tag.
7982 (xml-parse-attlist): Allow for the character '-' in the name of
7983 attributes, as in the standard http-equiv attribute Do not save
7984 the properties in the XML tree, since they are not relevant.
7985
7986 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
7987
7988 * generic.el (generic-read-type): Undo last change, inline into
7989 `generic-mode' and then remove.
7990 (generic-mode): Inline generic-read-type.
7991 (define-generic-mode): Push the symbol name rather than the symbol
7992 onto generic-mode-list.
7993
7994 2000-12-21 Gerd Moellmann <gerd@gnu.org>
7995
7996 * generic.el (generic-read-type): Build an alist for
7997 completing-read as in 20.7.
7998
7999 * play/landmark.el (lm): Use interactive spec `P'.
8000 (toplevel): Don't set debug-on-error.
8001
8002 * server.el (server-switch-buffer): Choose a window on a visible frame.
8003
8004 2000-12-21 Dave Pearson <davep@davep.org>
8005
8006 * quickurl.el: Commentry change, I've moved my web site.
8007
8008 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8009
8010 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
8011 ranges like \177-\237, but accepts the character sequence from \177 to
8012 \237. Doc fix.
8013 (ebnf-version): New version (3.4).
8014 (ebnf-setup): Code fix.
8015 (ebnf-range-regexp): New fun.
8016 (ebnf-8-bit-chars): Const fix.
8017
8018 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
8019 entry. Doc fix.
8020 (ebnf-bnf-lex): Code fix.
8021 (ebnf-bnf-comment-chars): Const fix.
8022
8023 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8024 entry. Doc fix.
8025 (ebnf-iso-comment-chars): Const fix.
8026
8027 * ebnf-otz.el: Doc fix.
8028
8029 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
8030 entry. Doc fix.
8031 (ebnf-yac-skip-code): Code fix.
8032 (ebnf-yac-comment-chars): Const fix.
8033
8034 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8035
8036 * files.el (insert-directory-safely): New function.
8037 (recover-file): Use it instead of insert-directory.
8038 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8039
8040 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8041
8042 * international/mule-cmds.el (select-safe-coding-system):
8043 Check coding-category-list more rigidly. Improve help message.
8044
8045 * dired.el (dired-move-to-filename-regexp): Fix previous change.
8046
8047 2000-12-21 Miles Bader <miles@gnu.org>
8048
8049 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
8050
8051 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8052
8053 * international/mule-diag.el (describe-char-after): Make *Help*
8054 buffer inherit multibyteness of the current buffer.
8055
8056 * international/mule.el (make-char): Docstring adjusted for the
8057 change of make-char-internal.
8058
8059 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
8060
8061 * international/iso-cvt.el: Docstrings fix.
8062
8063 2000-12-20 Dave Love <fx@gnu.org>
8064
8065 * subr.el (eval-after-load): Doc fix.
8066
8067 2000-12-20 Kenichi Handa <handa@etl.go.jp>
8068
8069 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
8070 for numbers.
8071
8072 2000-12-20 Miles Bader <miles@gnu.org>
8073
8074 * international/quail.el (quail-help): Resize the help window
8075 again after it has all its contents. Remove unneeded progn.
8076
8077 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8078
8079 * pcmpl-linux.el: Fix copy/paste error.
8080
8081 2000-12-19 Andrew Innes <andrewi@gnu.org>
8082
8083 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
8084
8085 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
8086
8087 * progmodes/idlw-rinfo.el: Fixed copyright notice.
8088
8089 * progmodes/idlw-toolbar.el: Fixed copyright notice.
8090
8091 * progmodes/idlw-shell.el: Fixed copyright notice.
8092
8093 * progmodes/idlwave.el: Fixed copyright notice.
8094
8095 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
8096 TAB as key separators.
8097
8098 2000-12-19 Alex Schroeder <alex@gnu.org>
8099
8100 * sql.el (sql-sybase-options): New option.
8101 (sql-sybase): Use it. Add sql-database to the list of parameters
8102 provided for login. The options -w 2048 -n are not used any more.
8103 (sql-postgres-options): Changed default from "--pset" to "-P".
8104 (sql-mysql-options): Doc change.
8105 (sql-stop): Doc change.
8106
8107 2000-12-19 Kenichi Handa <handa@etl.go.jp>
8108
8109 * international/quail.el (quail-input-method): Always hide
8110 the guidance buffer on exiting.
8111
8112 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8113
8114 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
8115 isn't fboundp.
8116
8117 * server.el (server-buffer-done): Bury the buffer before
8118 killing it.
8119
8120 * faces.el (face-spec-set): Interpret a nil in specs for
8121 foreground and background colors as `unspecified', for
8122 compatibility with 20.x.
8123
8124 2000-12-18 Dave Love <fx@gnu.org>
8125
8126 * simple.el (mail-user-agent): Doc fix.
8127 (input-mode-8-bit): Removed.
8128
8129 * international/mule.el (set-keyboard-coding-system): Doc fix.
8130 (keyboard-coding-system): New option.
8131
8132 * mail/sendmail.el (send-mail-function): Customize.
8133
8134 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
8135
8136 * international/codepage.el (cp866-decode-table): New table.
8137
8138 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8139
8140 * version.el (emacs-version): Remove `%a' from the time format
8141 because the weekday doesn't fit well into each locale.
8142
8143 2000-12-18 Miles Bader <miles@gnu.org>
8144
8145 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
8146
8147 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
8148 Check that emacs-major-version is `=' to 20, not `>='.
8149 (artist-replace-chars): Use `make-string' instead of a loop.
8150
8151 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
8152
8153 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
8154 (cvs-execute-single-file): Don't change directory.
8155 Patch from Per Cederqvist.
8156
8157 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
8158
8159 * textmodes/ispell.el (check-ispell-version):
8160 If `ispell-program-name' is "aspell", pass it the -v switch instead
8161 of -vv.
8162
8163 2000-12-16 Kenichi Handa <handa@etl.go.jp>
8164
8165 * international/mule-diag.el (mule-diag): Insert information about
8166 configure options, multibyte awareness, language env.
8167
8168 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
8169 regexp to search for candidates.
8170
8171 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
8172
8173 * info.el (Info-forward-node): If the node has an
8174 Info-header-line, widen the buffer before searching for "next:"
8175 and "up:" pointers, and set the search limit to stay in the
8176 current node.
8177
8178 2000-12-16 Miles Bader <miles@gnu.org>
8179
8180 * simple.el (delete-trailing-whitespace): Remove extraneous let.
8181
8182 2000-12-15 Miles Bader <miles@gnu.org>
8183
8184 * comint.el (comint-send-string, comint-send-region): Also accept
8185 a buffer, buffer-name, or nil for PROCESS, for compatibility with
8186 process-send-string/region.
8187
8188 2000-12-15 Gerd Moellmann <gerd@gnu.org>
8189
8190 * isearch.el (isearch-lazy-highlight-max): New user-option.
8191 (isearch-lazy-highlight-update): Don't highlight more than
8192 isearch-lazy-highlight-max matches.
8193
8194 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
8195
8196 2000-12-15 Richard M. Stallman <rms@gnu.org>
8197
8198 * sort.el (sort-columns): Fix error message.
8199
8200 * dabbrev.el (dabbrev--last-case-pattern): Value is now
8201 `upcase' or `downcase' or nil.
8202 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
8203 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
8204 (dabbrev--substitute-expansion): New arg record-case-pattern.
8205 If it is non-nil, set dabbrev--last-case-pattern.
8206 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
8207
8208 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
8209
8210 2000-12-15 Miles Bader <miles@gnu.org>
8211
8212 * paths.el (Info-default-directory-list): Don't delete
8213 configure-info-directory from the list of standard info
8214 directories when appending it to the end -- their order is important.
8215
8216 * faces.el (read-face-attribute): If there's no entry for the
8217 user's input in VALID, just use it as-is (this will often result
8218 in an error, but it may be OK for e.g. colors using hexadecimal
8219 notation, and at least will yield a better error message).
8220
8221 * window.el (mode-line-window-height-fudge): Function removed.
8222 (height-affecting-face-attributes, mode-line-window-height-fudge):
8223 Variables removed.
8224 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
8225 window is really the right size. Use vertical-motion
8226 rather than forward-line.
8227 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
8228 (ispell-command-loop, ispell-show-choices): Use the variable
8229 ispell-choices-win-default-height, rather than the function.
8230 (ispell-choices-win-default-height): Function removed.
8231 (ispell-mode-line-window-height-fudge): Function removed.
8232
8233 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
8234
8235 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
8236
8237 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8238
8239 * paths.el (Info-default-directory-list):
8240 If configure-info-directory is not one of the standard directories,
8241 put it first in the list; otherwise put it last. Doc string
8242 changed accordingly.
8243
8244 * info.el (Info-directory-list): Change doc string to reflect the
8245 change in Info-default-directory-list.
8246
8247 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
8248 windows-nt as windowed environments, even under -nw.
8249
8250 * startup.el (command-line): Don't call x-backspace-delete-keys-p
8251 if not fboundp. Switch delete-forward mode for the <delete> key
8252 on all PC platforms, even under -nw.
8253
8254 * term/internal.el ([M-delete]): Remap to M-d.
8255
8256 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8257
8258 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
8259
8260 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8261
8262 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8263
8264 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8265
8266 * startup.el (command-line): Call delete-key-deletes-forward-mode,
8267 if appropriate.
8268
8269 * simple.el (delete-key-deletes-forward): New user-option.
8270 (delete-key-deletes-forward-mode): New function.
8271
8272 * bindings.el: Bind `delete' to backward-delete-char.
8273
8274 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
8275 Test if symbol is bound before getting its value.
8276
8277 * tooltip.el (tooltip-show): If an error is signaled in
8278 x-show-tip, display that error, and display the help in the
8279 echo area.
8280
8281 2000-12-14 Kenichi Handa <handa@etl.go.jp>
8282
8283 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
8284 Show "... entries" messages for every 10000 entries, not 10.
8285
8286 2000-12-13 Karl Fogel <kfogel@red-bean.com>
8287
8288 * bookmark.el: Provide a generic exit hook, as suggested by
8289 Ovidiu Predescu <ovidiu@cup.hp.com>:
8290 (bookmark-exit-hook): New var.
8291 (bookmark-exit-hook-internal): New func, replaces
8292 old raw lambda form in `kill-emacs-hook', and runs new
8293 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
8294 as logically that feature must have been provided if this function
8295 is running.
8296 Removed ;;;###autoload before the `add-hook' call.
8297
8298 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
8299
8300 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
8301 (easy-menu-current-active-maps): New function.
8302 (easy-menu-get-map): Use it.
8303 Make a proper menu entry when creating a new keymap.
8304
8305 2000-12-13 Kenichi Handa <handa@etl.go.jp>
8306
8307 * international/characters.el: Fix cases and syntaxes for
8308 mule-unicode-0100-24ff.
8309
8310 * dired.el (dired-move-to-filename-regexp): Fixed for the case
8311 that a Japanese character is not appended after day and year.
8312
8313 * info.el (Info-suffix-list): Change format for a command that
8314 requires arguments.
8315 (info-insert-file-contents): Adjusted for the above change.
8316
8317 2000-12-12 Andreas Schwab <schwab@suse.de>
8318
8319 * tar-mode.el (tar-extract): Base the name of the subfile buffer
8320 on the name of the tar buffer. Verify that the existing buffer is
8321 visiting the same subfile.
8322
8323 2000-12-12 Dave Love <fx@gnu.org>
8324
8325 * subdirs.el: Add obsolete.
8326
8327 2000-12-12 Gerd Moellmann <gerd@gnu.org>
8328
8329 * mail/rmailsum.el (rmail-summary-expunge)
8330 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
8331 instead of rmail-confirm-expunge.
8332
8333 * replace.el (perform-replace): Don't use an empty match adjacent
8334 to a non-empty match when computing the next match before the
8335 replacement is performed.
8336
8337 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
8338
8339 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
8340 definition (patch by Stefan Monnier).
8341 (glasses-mode): Use jit-lock instead of `after-change-functions'
8342 (patch by Stefan Monnier).
8343
8344 2000-12-12 Miles Bader <miles@gnu.org>
8345
8346 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
8347 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
8348
8349 2000-12-12 Andrew Choi <akochoi@i-cable.com>
8350
8351 * term/mac-win.el: Remove load for ls-lisp.
8352
8353 * loadup.el: Load ls-lisp for system-type `macos'.
8354
8355 2000-12-12 Miles Bader <miles@gnu.org>
8356
8357 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
8358 Respect field end too.
8359 (just-one-space): Respect fields as `delete-horizontal-space'.
8360 (newline-and-indent, reindent-then-newline-and-indent):
8361 Use `delete-horizontal-space'.
8362
8363 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
8364
8365 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
8366 (so as to obey the field property in the minibuffer).
8367
8368 * obsolete/c-mode.el: Moved from lisp/progmodes.
8369 * obsolete/auto-show.el: Moved from lisp.
8370 * obsolete/ooutline.el: Moved from lisp/textmodes.
8371
8372 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
8373
8374 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
8375 changes to list them here.
8376
8377 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
8378 Too many changes to list them here.
8379
8380 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
8381 Too many changes to list them here.
8382
8383 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
8384
8385 2000-12-11 Gerd Moellmann <gerd@gnu.org>
8386
8387 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
8388
8389 * cus-edit.el (custom-save-variables, custom-save-faces):
8390 Comment fix.
8391
8392 * hscroll.el: Moved to `obsolete' subdir.
8393
8394 2000-12-11 Miles Bader <miles@gnu.org>
8395
8396 * window.el (window-text-height): Function removed (now in C).
8397
8398 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
8399
8400 * log-edit.el (log-edit-parent-buffer): New var.
8401 (log-edit): Set it. Add BUFFER argument.
8402 (log-edit-done): Use char-before.
8403 Don't bother checking validity of vc-comment-ring.
8404 Only bury the buffer if log-edit popped it up.
8405
8406 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
8407 (cvs-mode-diff-help): Remove.
8408 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
8409 (cvs-mode-marked): Set up the default for CMD manually.
8410
8411 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
8412 Remove binding for ? now made unnecessary.
8413
8414 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
8415
8416 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
8417 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
8418
8419 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
8420 when master file is not open.
8421
8422 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
8423
8424 * progmodes/ada-stmt.el: Update `maintainer'.
8425
8426 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
8427
8428 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
8429 choices to match documentation string.
8430
8431 2000-12-09 Miles Bader <miles@gnu.org>
8432
8433 * minibuf-eldef.el: New file.
8434
8435 * window.el (fit-window-to-buffer): Don't pass last argument to
8436 pos-visible-in-window-p, now that its meaning is inverted.
8437
8438 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
8439
8440 * image.el (create-image): Doc fix; spotted by Per Cederqvist
8441 <ceder@lysator.liu.se>.
8442
8443 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
8444
8445 * autoinsert.el (auto-insert-alist): Add missing final \n.
8446
8447 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
8448 (cvs-menu-map): Remove.
8449 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
8450 (cvs-mode-quit): Turn it back into a plain function.
8451
8452 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
8453 (texinfo-filter): Remove (move to texinfo.el).
8454
8455 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
8456 file where it's more visible.
8457 (texinfo-filter, texinfo-chapter-level-regexp): New variables
8458 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
8459 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
8460 (texinfo-inside-macro-p): Only catch `scan-error's.
8461 (texinfo-inside-env-p): Make better use of the match info.
8462 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
8463 (texinfo-insert-@end): Slight re-organization.
8464 Also remove useless `looking-at' call.
8465
8466 2000-12-08 Andrew Innes <andrewi@gnu.org>
8467
8468 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
8469 accessible in -nw mode.
8470
8471 * term/w32-win.el: Remove stuff about selection timeout, which is
8472 irrelevant on Windows. Move clipboard support to w32-fns.el, so
8473 it is accessible in -nw mode.
8474
8475 2000-12-08 Dave Love <fx@gnu.org>
8476
8477 * emacs-lisp/lisp-mode.el (lisp-mode):
8478 Set font-lock-keywords-case-fold-search.
8479
8480 2000-12-08 Gerd Moellmann <gerd@gnu.org>
8481
8482 * textmodes/ispell.el (ispell): Doc fix.
8483
8484 2000-12-08 Kenichi Handa <handa@etl.go.jp>
8485
8486 * international/quail.el (quail-insert-decode-map): Check the
8487 frame width of a window displaying the current buffer, not that of
8488 the selected frame.
8489 (quail-help): Make sure that the help buffer has window before
8490 inserting text in it.
8491
8492 2000-12-07 Sam Steingold <sds@gnu.org>
8493
8494 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
8495 Backquote is used in isearch.el, so autoloading saves nothing.
8496
8497 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
8498
8499 * startup.el (normal-top-level-add-subdirs-to-load-path):
8500 Ignore the CVS and RCS subdirectories case-insensitively.
8501
8502 * dired.el (dired-insert-directory): If file-system-info is
8503 fboundp, call it instead of invoking dired-free-space-program.
8504
8505 2000-12-07 Gerd Moellmann <gerd@gnu.org>
8506
8507 * server.el (server-visit-files): Push files on file-name-history.
8508
8509 * progmodes/cc-langs.el: Update copyright.
8510
8511 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
8512
8513 * bindings.el (mode-line-mode-menu): Add glasses-mode.
8514
8515 * bindings.el (mode-line-mode-menu): Reverse the order
8516 of define-keys so that the menu appears in alphabetical order.
8517
8518 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
8519
8520 * progmodes/glasses.el (glasses-mode): Update mode line at the end
8521 of the function.
8522
8523 2000-12-07 Dave Love <fx@gnu.org>
8524
8525 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
8526
8527 * facemenu.el (facemenu-unlisted-faces): Fix value.
8528
8529 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
8530
8531 * font-lock.el (font-lock-default-fontify-region):
8532 Include the terminating \n (off-by-one error).
8533 (font-lock-set-defaults): Use dolist.
8534
8535 * derived.el (define-derived-mode): Don't use combine-run-hooks.
8536
8537 2000-12-07 Kenichi Handa <handa@etl.go.jp>
8538
8539 * international/mule-cmds.el (describe-language-environment):
8540 Fix for the case that an input method title is not string but a list.
8541
8542 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
8543 of wrong SIZE record.
8544
8545 2000-12-06 Dave Love <fx@gnu.org>
8546
8547 * newcomment.el (comment-region, comment-dwim): Doc fix.
8548
8549 * textmodes/texinfo.el: Require tex-mode when compiling.
8550 (texinfo-update-node): Doc fix.
8551 (texinfo-imenu-generic-expression): Add @anchor.
8552 (texinfo-font-lock-keywords): Add @uref.
8553 (texinfo-inside-macro-p): Don't use ignore-errors.
8554 (texinfo-insert-quote): Match more contexts.
8555
8556 * international/mule.el (decode-char, encode-char): Doc fix.
8557 (auto-coding-alist): Customize.
8558
8559 * files.el (load-file): Fix change of 2000-03-12.
8560
8561 * wid-edit.el (widget-text-keymap): Doc fix.
8562
8563 2000-12-06 Andrew Innes <andrewi@gnu.org>
8564
8565 * makefile.w32-in (lisp): Set to an absolute directory, namely
8566 $(CURDIR).
8567
8568 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
8569
8570 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
8571 read generated-autoload-file, and set buffer-file-coding-system to
8572 raw-text-unix after reading the file.
8573
8574 * international/mule-conf.el (file-coding-system-alist):
8575 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
8576
8577 2000-12-06 Gerd Moellmann <gerd@gnu.org>
8578
8579 * replace.el (occur): Make line-number-width 1 smaller for the
8580 colon following the line number.
8581
8582 * startup.el (fancy-splash-text, command-line-1):
8583 Use `File' for the menu name instead of `Files'.
8584
8585 * tmm.el: Update copyright.
8586
8587 * cus-start.el: Add entry for even-window-heights.
8588
8589 2000-12-06 Miles Bader <miles@gnu.org>
8590
8591 * faces.el (frame-set-background-mode): Avoid stomping on
8592 locally modified faces.
8593
8594 2000-12-06 Kenichi Handa <handa@etl.go.jp>
8595
8596 * international/fontset.el: Correct the font registries for
8597 japanese-jisx0213-1 and japanese-jisx0213-2.
8598
8599 2000-12-05 Gerd Moellmann <gerd@gnu.org>
8600
8601 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
8602
8603 * iswitchb.el: Update customization commentary.
8604
8605 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
8606
8607 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
8608 (tpu-search-highlight): Fixed comparison of overlay end positions.
8609 (tpu-trim-line-ends): Implemented trimming logic locally.
8610
8611 * emulation/tpu-extras.el (tpu-write-file-hook)
8612 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
8613
8614 2000-12-05 Kenichi Handa <handa@etl.go.jp>
8615
8616 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
8617 to cn-gb.
8618 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
8619
8620 2000-12-04 Dave Love <fx@gnu.org>
8621
8622 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
8623
8624 2000-12-04 Gerd Moellmann <gerd@gnu.org>
8625
8626 * mail/rmailsum.el (rmail-summary-expunge)
8627 (rmail-summary-expunge-and-save): Ask for confirmation with
8628 rmail-expunge-confirmed.
8629
8630 * mail/rmail.el (rmail-expunge-confirmed): New function.
8631 (rmail-expunge): Use it.
8632
8633 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
8634
8635 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
8636 (etags-recognize-tags-table, find-tag-in-order):
8637 New functionality: interpret file names as tags.
8638
8639 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
8640
8641 * info.el (Info-scroll-prefer-subnodes): New defcustom.
8642 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
8643 the first subnode until the bottom of the current node is visible.
8644
8645 2000-12-04 Gerd Moellmann <gerd@gnu.org>
8646
8647 * format.el (format-decode): Don't change buffer's undo list.
8648
8649 2000-12-04 Kenichi Handa <handa@etl.go.jp>
8650
8651 * faces.el (face-font-registry-alternatives): Add entries for CJK
8652 fonts. Doc-string adjusted for the actual usage of this data.
8653
8654 * international/fontset.el: Change the font registries for CJK
8655 fonts in the default fontset. Don't append '*' to registries.
8656
8657 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
8658
8659 * emacs-lisp/easy-mmode.el (define-derived-mode)
8660 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
8661
8662 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
8663 (derived-mode-p): New function.
8664 (derived-mode-make-docstring): Add `docstring' argument.
8665 Use it if available and complete it if necessary.
8666
8667 2000-12-03 Andreas Schwab <schwab@suse.de>
8668
8669 * type-break.el (type-break): Don't make parent of itself.
8670
8671 2000-12-03 Miles Bader <miles@gnu.org>
8672
8673 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
8674
8675 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
8676
8677 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
8678 (tex-main-file, tex-file): Simplify.
8679 (tex-generate-zap-file-name): Use subst-char-in-string.
8680 (tex-strip-dots): Remove.
8681
8682 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
8683
8684 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
8685 to check if the match succeeded.
8686
8687 2000-12-02 Gerd Moellmann <gerd@gnu.org>
8688
8689 * startup.el (use-fancy-splash-screens-p): New function.
8690 (command-line-1): Use it to determine whether or not to use
8691 a fancy splash screen.
8692
8693 2000-12-02 Andreas Schwab <schwab@suse.de>
8694
8695 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
8696
8697 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8698
8699 * international/mule.el (make-char): Fix last change.
8700
8701 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8702 New defcustoms.
8703 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
8704 autoloading tex-mode; instead, do the same manually.
8705 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
8706 with numeric argument. Docstring fix.
8707 (toplevel): Require cl when compiling.
8708
8709 * international/mule.el (make-char): Doc fix.
8710
8711 2000-12-02 Jason Rumney <jasonr@gnu.org>
8712
8713 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
8714 the Emacs Lisp manual)
8715
8716 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8717
8718 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
8719
8720 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
8721 the Emacs Lisp manual).
8722
8723 2000-12-02 Gerd Moellmann <gerd@gnu.org>
8724
8725 * simple.el (next-line-add-newlines): Change default to nil.
8726
8727 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
8728
8729 * files.el (revert-buffer, recover-file):
8730 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
8731
8732 2000-12-01 Gerd Moellmann <gerd@gnu.org>
8733
8734 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
8735
8736 2000-12-01 Miles Bader <miles@gnu.org>
8737
8738 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
8739
8740 2000-12-01 Kenichi Handa <handa@etl.go.jp>
8741
8742 * international/mule-diag.el (describe-char-after): Fix typo.
8743 (describe-character-set, non-iso-charset-alist): Fix typo.
8744
8745 2000-12-01 Miles Bader <miles@gnu.org>
8746
8747 * image-file.el (image-file-name-regexp): Automatically add
8748 upper-case variants of each filename extension in
8749 `image-file-name-extensions', since they seem to be common.
8750
8751 * simple.el (minibuffer-contents)
8752 (minibuffer-contents-no-properties, delete-minibuffer-contents):
8753 New functions.
8754 * filecache.el (file-cache-directory-name)
8755 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
8756
8757 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
8758
8759 * filecache.el (file-cache-minibuffer-complete): Don't try to
8760 delete the minibuffer prompt.
8761
8762 2000-11-30 Dave Love <fx@gnu.org>
8763
8764 * cus-start.el: Fix read-buffer-function type.
8765
8766 2000-11-30 Gerd Moellmann <gerd@gnu.org>
8767
8768 * md5.el: Removed. There's a built-in function, now.
8769
8770 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
8771
8772 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
8773 as dummy 0-th char of rmail-deleted-vector.
8774
8775 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
8776
8777 * ps-print.el (ps-end-job): Bind case-fold-search only after
8778 switching to ps-spool-buffer.
8779
8780 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8781
8782 * ps-print.el: Line number font customization. PostScript: Lines and
8783 PageCount are initialized on each page. Doc Fix.
8784 (ps-print-version): New version number (6.3.2).
8785 (ps-lpr-switches, ps-font-info-database, ps-font-size)
8786 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
8787 (ps-right-header): Customization fix.
8788 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
8789 Fix code.
8790 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
8791 New vars.
8792
8793 2000-11-30 Gerd Moellmann <gerd@gnu.org>
8794
8795 * bs.el: Fix typos and spelling errors.
8796 (bs-appearance) <defgroup>: Renamed from bs-appearence.
8797 (bs-configuration): Doc fix.
8798
8799 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
8800
8801 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
8802
8803 * emulation/tpu-edt.el (tpu-version): New version.
8804 (tpu-search-overlay, tpu-replace-overlay): New initial range.
8805 (tpu-original-mode-line): Variable deleted.
8806 (tpu-mark-flag): New initial value.
8807 (tpu-set-mode-line): Don't redefine mode-line-format.
8808 Add tpu-mark-flag to minor-mode-alist.
8809 (tpu-update-mode-line): New mark flag logic.
8810 (tpu-get): Use find-file-wildcards.
8811 (tpu-search-highlight): Move overlay less, reset overlay properly.
8812 (tpu-unselect): Deactivate mark.
8813 (tpu-lm-replace): Reset overlay properly.
8814 (tpu-forward-line): Use forward-visible-line.
8815 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
8816
8817 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
8818
8819 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
8820
8821 * cus-edit.el (custom-face-value-create): Always emphasize tag.
8822
8823 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8824
8825 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
8826 and skip whitespace and newlines.
8827
8828 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
8829
8830 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
8831
8832 2000-11-29 Gerd Moellmann <gerd@gnu.org>
8833
8834 * help.el (describe-function-1): Regexp-quote function name
8835 when used as part of a regexp.
8836
8837 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
8838 Use face-attribute instead of face-foreground and face-background.
8839 (tool-bar-add-item): Likewise, and handle unspecified colors.
8840
8841 * enriched.el (enriched-face-ans): Use face-attribute instead
8842 of face-foreground and face-background.
8843
8844 * faces.el (face-foreground, face-background, face-stipple):
8845 Return nil if attribute is unspecified, for backward compatibility.
8846
8847 * files.el (auto-mode-alist): Add an entry for antlr-mode.
8848
8849 * play/5x5.el: Remove version info.
8850
8851 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
8852
8853 * frame.el (blink-cursor-mode): Doc fix.
8854
8855 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8856
8857 * antlr-mode.el: New commands to run ANTLR from within Emacs and
8858 to create Makefile rules.
8859 (antlr-tool-command): New user option.
8860 (antlr-ask-about-save): New user option.
8861 (antlr-makefile-specification): New user option.
8862 (antlr-file-formats-alist): New variable.
8863 (antlr-special-file-formats): New variable.
8864 (antlr-unknown-file-formats): New user option.
8865 (antlr-help-unknown-file-text): New variable.
8866 (antlr-help-rules-intro): New variable.
8867 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
8868 (antlr-mode-menu): Add entries.
8869 (antlr-file-dependencies): New function.
8870 (antlr-directory-dependencies): New function.
8871 (antlr-superclasses-glibs): New function.
8872 (antlr-run-tool): New command.
8873 (antlr-makefile-insert-variable): New function.
8874 (antlr-insert-makefile-rules): New function.
8875 (antlr-show-makefile-rules): New command.
8876
8877 * antlr-mode.el: More Emacs/XEmacs stuff.
8878 (antlr-no-action-keywords): New constant with value nil.
8879 (antlr-font-lock-keywords-alist): Use it. Old value would break
8880 syntax highlighting in Emacs-21.0.
8881 (antlr-default-directory): Emacs/XEmacs dependend function.
8882 (antlr-read-shell-command): Ditto.
8883 (antlr-with-displaying-help-buffer): Ditto.
8884
8885 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8886
8887 * antlr-mode.el: imenu, parsing and highlighting changes.
8888 (antlr-imenu-create-index-function): Don't create extra submenus
8889 for definitions in different grammar classes. It is not necessary
8890 for the menu and would make command `imenu' awkward to use.
8891 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
8892 header actions and more than one.
8893 (antlr-font-lock-tokendef-face): Changed color.
8894 (antlr-font-lock-tokenref-face): Changed color.
8895 (antlr-font-lock-additional-keywords): Also highlight lowercase.
8896 (antlr-mode-syntax-table): New variable.
8897 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
8898 (antlr-with-syntax-table): Don't copy syntax table.
8899
8900 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8901
8902 * antlr-mode.el: Minor changes: language setting.
8903 (antlr-language-alist): The value for file option "language" can
8904 be both an identifier and a string.
8905 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
8906 (antlr-language-limit-n-regexp): Change accordingly.
8907
8908 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8909
8910 * antlr-mode.el: Minor changes: tabs, hiding.
8911 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
8912 (antlr-action-visibility): Also allow value nil to also hide the
8913 braces. Renamed from `antlr-tiny-action-length'.
8914 Suggested by Jay@aol.com.
8915 (antlr-hide-actions): Change accordingly. Hide line if completely
8916 hidden action is on a line of its own.
8917
8918 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8919
8920 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
8921
8922 * sort.el (sort-columns): Don't concat strings with numbers.
8923
8924 2000-11-29 Dave Love <fx@gnu.org>
8925
8926 * cus-edit.el (face): Fix :format.
8927
8928 * mail/feedmail.el: Require smtpmail when compiling.
8929 (mail-do-fcc): Autoload.
8930 (feedmail) <defgroup>: Fix :link.
8931 (feedmail-nuke-body-in-fcc): Fix :type.
8932 (feedmail-send-it): Add autoload cookie.
8933
8934 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8935
8936 * newcomment.el (comment-indent): Save excursion around call to
8937 comment-indent-function.
8938
8939 2000-11-29 Miles Bader <miles@gnu.org>
8940
8941 * subr.el (member-ignore-case): Return the tail of the list who's
8942 car matches, like `member', not the matching element itself.
8943
8944 2000-11-29 Kenichi Handa <handa@etl.go.jp>
8945
8946 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
8947 should not contain `\n'.
8948
8949 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8950
8951 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
8952
8953 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
8954
8955 * dired-aux.el (dired-do-create-files): Construct default file
8956 name for dired-mark-read-file-name so that when the user enters
8957 just RET, the target file will end up in the target directory.
8958
8959 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
8960 local-abbrev-table before changing buffers because it might
8961 have a buffer-local binding.
8962
8963 2000-11-28 Miles Bader <miles@gnu.org>
8964
8965 * simple.el (delete-horizontal-space): Handle fields more generally.
8966
8967 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8968
8969 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
8970
8971 2000-11-28 Dave Love <fx@gnu.org>
8972
8973 * progmodes/ps-mode.el (ps-mode): Set comment-start and
8974 comment-start-skip locally.
8975
8976 * progmodes/fortran.el (fortran-mode): Don't set
8977 fortran-comment-line-start-skip. Set comment-start to
8978 fortran-comment-line-start.
8979 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
8980 (fortran-comment-line-start-skip): Simplify slightly.
8981
8982 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8983
8984 * play/5x5.el: Remove RCS keyword.
8985
8986 * bs.el: Mistaken commit, undone 2000-11-30.
8987
8988 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
8989
8990 * textmodes/tildify.el (tildify-string-alist):
8991 Add `plain-tex-mode' here.
8992
8993 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
8994
8995 * chistory.el (Command-history-setup): Remove extraneous `keymap'
8996 reference.
8997
8998 2000-11-28 Miles Bader <miles@gnu.org>
8999
9000 * cus-face.el (custom-face-attributes): Add post-filter function
9001 for :box. Make pre-filter function for :box handle all cases.
9002
9003 * wid-edit.el (widget-choose): Make sure pop-up window is large
9004 enough to display all the choices, as there's no way to scroll it.
9005
9006 2000-11-28 Kenichi Handa <handa@etl.go.jp>
9007
9008 * international/mule-conf.el: Make the coding system no-conversion
9009 safe for all characters.
9010
9011 2000-11-27 Dave Love <fx@gnu.org>
9012
9013 * net/ldap.el (ldap) <defgroup>: Add :version.
9014
9015 * tooltip.el (tooltip-use-echo-area): Doc fix.
9016
9017 * cus-start.el <minibuffer-prompt-properties>: Add version.
9018 <read-buffer-function>: Add.
9019
9020 * apropos.el (apropos-print): Add help-echo to active text.
9021
9022 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9023
9024 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9025
9026 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
9027 type, group and version.
9028
9029 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
9030
9031 * select.el (x-get-selection): Docstring fix.
9032
9033 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
9034
9035 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
9036
9037 2000-11-27 Andrew Innes <andrewi@gnu.org>
9038
9039 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
9040
9041 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
9042
9043 2000-11-27 Miles Bader <miles@gnu.org>
9044
9045 * dired.el (dired-get-filename): Return filename verbatim if
9046 LOCALP is `verbatim'.
9047 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
9048 `verbatim' so that we don't inadvertently delete a non-existant
9049 directory name.
9050
9051 2000-11-27 Kenichi Handa <handa@etl.go.jp>
9052
9053 * international/characters.el: Specify cases and syntaxes for
9054 mule-unicode-0100-24ff.
9055
9056 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9057
9058 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
9059 that foreground and/or background colors of the face `tool-bar'
9060 are unspecified.
9061
9062 2000-11-27 Miles Bader <miles@gnu.org>
9063
9064 * wid-edit.el (widget-field-buffer, widget-field-start)
9065 (widget-field-end): Handle widget field `pseudo-overlays'.
9066 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
9067 if it's there instead of in `widget-field-list'.
9068
9069 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
9070 (help-make-xrefs): Delete extraneous newlines at the end of the
9071 docstring.
9072
9073 2000-11-25 Jason Rumney <jasonr@gnu.org>
9074
9075 * startup.el (command-line): Call set-locale-environment after
9076 Window System init file is read, as it can result in a call to
9077 redraw-frame.
9078
9079 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
9080
9081 * simple.el (shell-command): Mention the effect of the prefix
9082 argument in the doc string.
9083
9084 2000-11-25 Miles Bader <miles@gnu.org>
9085
9086 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
9087
9088 * wid-edit.el (widget-field-value-delete): Don't try to delete
9089 overlay when it's the `pseudo-overlay' that exists at some points.
9090
9091 2000-11-24 Jason Rumney <jasonr@gnu.org>
9092
9093 * international/mule-cmds.el (locale-language-names): Add "jp" as
9094 a non-standard alternative for Japanese.
9095
9096 2000-11-24 Andre Spiegel <spiegel@gnu.org>
9097
9098 * vc-hooks.el: Require 'cl during compilation.
9099
9100 2000-11-24 Gerd Moellmann <gerd@gnu.org>
9101
9102 * faces.el (face-set-after-frame-default): Let face attributes
9103 specified for new frames override frame parameters.
9104
9105 * startup.el (command-line): Fix computation of the source file
9106 for user-init-file when user-init-file is a compiled file.
9107
9108 2000-11-24 Miles Bader <miles@gnu.org>
9109
9110 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
9111 (custom-post-filter-face-spec): New functions.
9112 (custom-face-set, custom-face-value-create): Filter the face spec
9113 before and after customization.
9114 (custom-face-set): If VALUE specifies a null face, pass a
9115 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
9116 * cus-face.el (custom-face-attributes): Remove SET and GET
9117 functions. Add some IN-FILTER and OUT-FILTER functions in the few
9118 cases they're needed.
9119
9120 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
9121 that it's distinguishable from the :off-glyph on dark-background
9122 displays. Set its background color too.
9123
9124 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
9125 so that people can easily turn it off.
9126
9127 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
9128
9129 * ediff-diff.el: Moved variables around to have it compile under NT.
9130
9131 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
9132
9133 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
9134
9135 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
9136 redundant skip-small-frames test.
9137
9138 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
9139 (viper-downgrade-to-insert): Protect against errors in hooks.
9140
9141 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
9142 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
9143 (viper-restore-cursor-type,viper-set-insert-cursor-type):
9144 New functions.
9145
9146 * viper-util.el (viper-memq-char): Bug fixes.
9147
9148 * viper.el (viper-mode): Fix cursor handling.
9149
9150 2000-11-24 Kenichi Handa <handa@etl.go.jp>
9151
9152 * international/mule-diag.el (list-iso-charset-chars):
9153 For two-byte charset, fix the `while' condition.
9154 (list-non-iso-charset-chars): Fix the `while' condition.
9155
9156 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
9157
9158 * subr.el (add-hook, remove-hook): Don't call make-local-hook
9159 if the variable is make-variable-buffer-local.
9160
9161 * progmodes/ada-stmt.el (ada-template-map):
9162 Initialize and bind it to C-c t in ada-mode-map.
9163 (ada-stmt-mode-hook): New function extracted from old code.
9164 Only change the buffer-local side of skeleton-*.
9165 (ada-mode-hook): Use it.
9166
9167 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9168
9169 * iswitchb.el (iswitchb-minibuf-depth): New variable.
9170 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
9171 we expect to be returned by minibuffer-depth once we prompt the
9172 user in the minibuffer.
9173 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
9174 as recorded in iswitchb-minibuf-depth, return non-nil.
9175
9176 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9177
9178 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
9179 (hscroll-window-maybe): Docstring fix.
9180
9181 2000-11-23 Dave Love <fx@gnu.org>
9182
9183 * rect.el (string-rectangle): Don't test delete-selection-mode.
9184
9185 2000-11-23 Gerd Moellmann <gerd@gnu.org>
9186
9187 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
9188 is in the tool bar.
9189
9190 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
9191 with `no-dir'; we want the directory part to be able to remove it.
9192
9193 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9194
9195 * textmodes/outline.el (outline-flag-region):
9196 Don't bind inhibit-read-only since we don't modify the buffer.
9197 (outline-isearch-open-invisible): Don't jump to overlay-start
9198 since we're trying to unhide text around point.
9199 (outline-discard-overlays): Use dolist.
9200
9201 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
9202
9203 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9204
9205 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
9206
9207 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9208
9209 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
9210 Fix ARG regexp to skip quoted braces.
9211 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
9212 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
9213 are (correctly) handled separately).
9214 Remove `caption' and `footnote' from `citations': they contain text.
9215 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
9216 (latex-skeleton-end-hook): New function.
9217 (latex-mode): Use it.
9218 (tex-start-tex-marker): Remove.
9219 (tex-send-tex-command): Don't set tex-start-tex-marker.
9220 (tex-error-parse-syntax-table): New var.
9221 (tex-compilation-parse-errors): Use it.
9222 Ignore tex-start-tex-marker. Don't bother with marker-position.
9223 (tex-validate-buffer): Don't bother with marker-position.
9224
9225 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
9226 (flyspell-generic-progmode-verify): Use it.
9227
9228 2000-11-22 Sam Steingold <sds@gnu.org>
9229
9230 * simple.el (delete-trailing-whitespace): New interactive function.
9231
9232 * progmodes/ada-mode.el (ada-mode): Use it instead of
9233 `ada-remove-trailing-spaces'.
9234 (ada-remove-trailing-spaces): Removed.
9235
9236 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
9237
9238 * textmodes/picture.el (picture-clean): Removed.
9239 (picture-mode-exit): Call it instead of `picture-clean'.
9240
9241 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9242
9243 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9244
9245 * hi-lock.el (hi-lock-refontify): Don't call non-existent
9246 jit-lock-fontify-buffer; it should anyway be unneccessary to
9247 do anything special when jit-lock is active.
9248 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
9249
9250 2000-11-22 Dave Love <fx@gnu.org>
9251
9252 * calendar/todo-mode.el (todo-top-priorities): Use
9253 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
9254
9255 * language/chinese.el, language/cyrillic.el:
9256 * language/devanagari.el, language/ethiopic.el, language/greek.el:
9257 * language/hebrew.el, language/indian.el, language/japanese.el:
9258 * language/korean.el, language/lao.el, language/misc-lang.el:
9259 * language/thai.el, language/tibetan.el, language/vietnamese.el:
9260 Use provide.
9261
9262 * cus-edit.el (custom-buffer-create-internal): Save some consing.
9263 (custom-variable-set): Improve validation error mesage.
9264
9265 * rect.el (string-rectangle): Revert last change.
9266 (string-rectangle-line): New arg DELETE.
9267 (string-rectangle): Check delete-selection-mode.
9268
9269 * emacs-lisp/edebug.el (edebug-version)
9270 (edebug-maintainer-address): Deleted.
9271 (edebug-submit-bug-report): Just alias to report-emacs-bug.
9272 (edebug-read-function): Account for other `'#' read forms.
9273 (edebug-mode-menus): Make some items toggles.
9274 (edebug-outside-unread-command-event, unread-command-event):
9275 Remove these to avoid warnings.
9276
9277 2000-11-22 David Ponce <david@dponce.com>
9278
9279 * recentf.el (recentf-menu-items-for-commands)
9280 (recentf-make-menu-items, recentf-make-menu-item)
9281 (recentf-filter-changer): Added :help and :active menu-item properties.
9282
9283 (recentf-build-dir-rules, recentf-dump-variable)
9284 (recentf-edit-list, recentf-open-files-item)
9285 (recentf-open-files): Replaced unnecessary `mapcar' with new
9286 built-in `mapc'.
9287
9288 2000-11-23 Miles Bader <miles@gnu.org>
9289
9290 * faces.el (menu): Make inverse-video on ttys too.
9291
9292 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9293
9294 * simple.el (comment-line-break-function): Use the new name
9295 indent-new-comment-line -> comment-indent-new-line.
9296 (clone-indirect-buffer): Don't ignore NORECORD.
9297 (next-completion): Properly handle the case where items are adjacent.
9298
9299 * mouse.el (popup-menu): Stupid typo.
9300
9301 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9302
9303 * emacs-lisp/authors.el: Remove autoload cookies, add author,
9304 maintainer, keywords tags.
9305
9306 * rect.el (replace-rectangle): Don't call string-rectangle-line
9307 with too many arguments.
9308
9309 2000-11-22 Andre Spiegel <spiegel@gnu.org>
9310
9311 * ediff-util.el (ediff-file-checked-out-p)
9312 (ediff-file-checked-in-p): Call vc-state instead of
9313 vc-locking-user, which no longer exists.
9314
9315 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
9316
9317 2000-11-22 Dave Love <fx@gnu.org>
9318
9319 * md5.el (md5): Provide.
9320 (md5): Fix error call.
9321
9322 2000-11-22 Miles Bader <miles@gnu.org>
9323
9324 * textmodes/refill.el (refill-adjust-ignorable-overlay)
9325 (refill-fill-paragraph-at): Remove debugging code.
9326
9327 * calendar/calendar.el (generate-calendar-window): When we don't
9328 call `fit-window-to-buffer', make sure the top line is fully visible.
9329
9330 * image-file.el (insert-image-file): Don't make `read-only'
9331 property rear-nonsticky.
9332
9333 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
9334 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
9335 stashing away its original value.
9336 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
9337 in the recursive edit.
9338 Bind `isearch-original-minibuffer-message-timeout' to protect it.
9339 (isearch-done): Restore `minibuffer-message-timeout'.
9340
9341 * cus-start.el: Remove entry for `mode-line-inverse-video'.
9342
9343 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
9344
9345 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
9346
9347 * find-lisp.el (find-lisp-find-files-internal):
9348 Use dolist, when and file-name-as-directory.
9349
9350 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
9351 (define-derived-mode, define-minor-mode): Add specs.
9352
9353 * window.el: General comment and spacing fixes.
9354 (save-selected-window): Use backquotes.
9355 (window-safely-shrinkable-p): New function.
9356 (shrink-window-if-larger-than-buffer): Use it.
9357
9358 * subr.el (make-local-hook): Docstring fix.
9359
9360 * shell.el (shell-mode): Use define-derived-mode.
9361
9362 * newcomment.el (comment-indent): Insert comment before calling
9363 comment-indent-function. Don't insert in column 0.
9364 (comment-dwim): Indent before inserting comment.
9365
9366 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
9367 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
9368 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
9369 Use mapc rather than map.
9370
9371 * files.el (find-buffer-visiting): Compare all attributes before
9372 declaring two files identical (rather than just their inode-no).
9373 (auto-mode-alist): Use \' rather than $.
9374
9375 * which-func.el: Update maintainer line.
9376
9377 * pcvs.el (uniquify-buffer-file-name): Remove advice.
9378 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
9379 (uniquify-buffer-file-name): Use it.
9380
9381 2000-11-22 Miles Bader <miles@gnu.org>
9382
9383 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
9384 * simple.el (minibuffer-avoid-prompt): New function.
9385
9386 2000-11-21 Gerd Moellmann <gerd@gnu.org>
9387
9388 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
9389
9390 2000-11-21 Miles Bader <miles@gnu.org>
9391
9392 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
9393 inclusion of `track-mouse'.
9394
9395 * textmodes/refill.el (refill-ignorable-overlay): New variable.
9396 (refill-adjust-ignorable-overlay): New function.
9397 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
9398 only the paragraph's tail if possible.
9399 Update `refill-ignorable-overlay'.
9400 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
9401
9402 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
9403 point inside the fill-prefix.
9404
9405 * textmodes/refill.el (refill-post-command-function): Don't reset
9406 refill-doit in the case where a self-insertion command doesn't
9407 case a refill. Use `refill-fill-paragraph-at', getting position
9408 from `refill-doit'.
9409 (refill-after-change-function): Set `refill-doit' to END.
9410 (refill-fill-paragraph-at): New function, mostly from old
9411 refill-fill-paragraph.
9412 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
9413 (refill-pre-command-function): New function.
9414 (refill-mode): Add it to `pre-command-hook'.
9415
9416 2000-11-20 Gerd Moellmann <gerd@gnu.org>
9417
9418 * textmodes/artist.el (artist-mode): Fix autoload cookie.
9419
9420 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
9421 javadoc tags.
9422
9423 2000-11-20 Andre Spiegel <spiegel@gnu.org>
9424
9425 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
9426 vc.el).
9427
9428 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
9429 require vc.
9430
9431 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
9432 checkouts.
9433
9434 2000-11-20 Dave Love <fx@gnu.org>
9435
9436 * Makefile.in (DONTCOMPILE): Omit bindings.el.
9437
9438 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
9439
9440 * calculator.el (calculator-paste): Use `if' instead of `and'
9441 and `or'.
9442 (calculator-help): Don't use electric-describe-mode for XEmacs.
9443
9444 2000-11-19 Gerd Moellmann <gerd@gnu.org>
9445
9446 * info.el (info-menu-5): Doc fix.
9447
9448 * textmodes/artist.el: New file.
9449
9450 2000-11-19 Andre Spiegel <spiegel@gnu.org>
9451
9452 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
9453 and differentiate according to checkout model.
9454 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
9455 since this function is only concerned with master state.
9456
9457 * vc-hooks.el (vc-workfile-unchanged-p)
9458 (vc-default-workfile-unchanged-p): Moved here from vc.el.
9459
9460 * vc.el (vc-workfile-unchanged-p)
9461 (vc-default-workfile-unchanged-p): See above.
9462
9463 2000-11-19 Miles Bader <miles@gnu.org>
9464
9465 * image-file.el (insert-image-file): Make `intangible' and
9466 `read-only' properties rear-nonsticky too.
9467
9468 2000-11-18 Gerd Moellmann <gerd@gnu.org>
9469
9470 * ps-print.el: Update copyright notice.
9471
9472 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
9473 (tooltip-show): Use the offsets.
9474
9475 * bindings.el (mode-line-modified): Fix a typo.
9476 (mode-line-toggle-modified, mode-line-widen)
9477 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
9478
9479 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9480
9481 * ps-print.el (toplevel): Test for find-coding-system being
9482 fboundp before calling ps-x-find-coding-system.
9483
9484 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
9485
9486 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
9487 (vc-version-backup-file): Docstring fix.
9488
9489 2000-11-16 Gerd Moellmann <gerd@gnu.org>
9490
9491 * files.el (basic-save-buffer): Don't add a newline if
9492 find-file-literally is non-nil.
9493 (find-file-literally): Extend doc string.
9494
9495 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
9496 sort(1) with the `-f' argument.
9497
9498 2000-11-16 Andre Spiegel <spiegel@gnu.org>
9499
9500 * vc.el: Updated backend documentation.
9501 (vc-default-check-headers): New function.
9502
9503 * vc-{cvs,rcs,sccs}.el: Functions reordered.
9504
9505 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
9506 up-to-date.
9507 (vc-do-command): In the asynchronous case, output messages only if
9508 the minibuffer is not active.
9509
9510 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
9511 `vc-cvs-use-edit' is on.
9512 (vc-cvs-checkout): When this is used for reverting the workfile,
9513 make a backup of the original contents and revert to that in case
9514 of error.
9515 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9516 remote repositories.
9517
9518 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
9519 for both version and ratio in the minibuffer.
9520
9521 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
9522 Use vc-do-command to perform the annotation, not call-process.
9523
9524 2000-11-16 Kenichi Handa <handa@etl.go.jp>
9525
9526 * international/quail.el (quail-start-translation): Don't call
9527 `message' before reading key sequence.
9528
9529 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
9530
9531 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
9532
9533 2000-11-16 Kenichi Handa <handa@etl.go.jp>
9534
9535 * window.el (fit-window-to-buffer): Be sure to acquire at least
9536 one text line even if the buffer is empty.
9537
9538 2000-11-16 Gerd Moellmann <gerd@gnu.org>
9539
9540 * net/ange-ftp.el (ange-ftp-file-writable-p)
9541 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
9542 Bind ange-ftp-process-verbose to nil.
9543
9544 2000-11-15 Dave Love <fx@gnu.org>
9545
9546 * wid-edit.el (widget-specify-field, widget-specify-button):
9547 If :help-echo is a function, set help-echo of overlay to
9548 widget-mouse-help.
9549 (widget-mouse-help): New function.
9550 (widget-echo-help): Rewritten for :help-echo functions only taking
9551 a widget arg.
9552
9553 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
9554 Use display-graphic-p.
9555 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
9556 and that JPEG is available.
9557 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
9558
9559 * international/mule-cmds.el (locale-charset-language-names):
9560 Match @euro.
9561
9562 2000-11-15 Gerd Moellmann <gerd@gnu.org>
9563
9564 * faces.el (face-set-after-frame-default):
9565 If `inhibit-default-face-x-resources' is bound, don't intialize the
9566 default face from X resources.
9567
9568 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
9569
9570 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
9571 Don't set EMACSLOADPATH.
9572
9573 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
9574
9575 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
9576 texinfo-insert-@url.
9577 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
9578 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
9579
9580 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
9581
9582 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
9583 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
9584 (checkdoc-minor-keymap): Backward compatibility.
9585 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
9586 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
9587 (checkdoc-this-string-valid-engine): Be a bit more strict
9588 to avoid matching substrings of `...' quoted vars/funs.
9589 (checkdoc-defun-info): Only look for `interactive' if alone.
9590 (debug-ignored-errors): Add "arg doesn't appear in docstring".
9591
9592 * progmodes/compile.el (grep): `tag-default' can be nil.
9593
9594 * newcomment.el (comment-indent): Paren typo.
9595
9596 2000-11-14 Dave Love <fx@gnu.org>
9597
9598 * calculator.el: New maintainer version.
9599
9600 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
9601
9602 * cmuscheme.el: Doc fixes.
9603 (cmuscheme) <defgroup>: Use `scheme' as parent.
9604 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
9605
9606 * xscheme.el (scheme-program-name): Don't define here.
9607
9608 * progmodes/scheme.el (scheme-program-name): New variable
9609 (originally in cmuscheme).
9610
9611 2000-11-14 Miles Bader <miles@gnu.org>
9612
9613 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
9614 Handle header-lines. Don't loop forever if we can't enlarge the
9615 window anymore. Simplify a bit.
9616
9617 2000-11-14 Kenichi Handa <handa@etl.go.jp>
9618
9619 * window.el (fit-window-to-buffer): Don't check
9620 window-text-height. Assure that the last line is fully visible.
9621
9622 * international/quail.el (quail-show-guidance-buf):
9623 Call fit-window-to-buffer to assure the enough height of the guidance
9624 buffer.
9625 (quail-update-guidance): Avoid making the guidance buffer shorter.
9626
9627 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
9628
9629 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
9630 rather than `prepend' and add an interesting comment.
9631 (tex-math-face, tex-font-lock-syntactic-face-function):
9632 New face and function to use it.
9633 (tex-define-common-keys, tex-mode-map): Use menu-item rather
9634 than `menu-enable' symbol property.
9635 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
9636 (tex-mode): Add some latex-mode commands for auto-selection.
9637 Use tex-font-lock-syntactic-face-function.
9638 (tex-insert-quote): Simplify.
9639 (tex-shell): New mode.
9640 (tex-start-shell): Use it.
9641 (tex-shell-proc, tex-shell-buf): New functions.
9642 (tex-send-command): Use it.
9643 (tex-main-file): Fix the meaning of the new arg REALFILE.
9644 (tex-send-tex-command): New function split from `tex-start-tex'.
9645 Set compilation-last-buffer and compilation-parsing-end.
9646
9647 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
9648 when it follows non-comment text on the line.
9649
9650 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9651 Set font-lock-defaults.
9652 (lisp-mode-shared-map): Init inside the defvar.
9653 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
9654 Use define-derived-mode.
9655
9656 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
9657
9658 * faces.el (header-line): Use `:box nil' for color/gs displays too.
9659
9660 2000-11-14 Gerd Moellmann <gerd@gnu.org>
9661
9662 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
9663 Don't recursively optimize body because that can lead to infinite
9664 recursion; see comment there.
9665
9666 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
9667
9668 * faces.el (face-spec-set-match-display): Revert the change from
9669 2000-10-24. Add a FIXME for after v21.1.
9670
9671 2000-11-13 Miles Bader <miles@gnu.org>
9672
9673 * textmodes/fill.el (skip-line-prefix): New function.
9674 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
9675 (fill-paragraph): Don't leave point inside the fill-prefix.
9676 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
9677 point inside the fill-prefix.
9678
9679 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
9680
9681 * calendar/calendar.el (generate-calendar-window):
9682 Use `fit-window-to-buffer'.
9683
9684 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9685
9686 * gud.el (gud-minor-mode): New var.
9687 (gud-symbol, gud-val): New functions.
9688 (gud-find-file): Copy gud-minor-mode to the new buffer.
9689 (gud-menu-map): Include entries for commands that are not always
9690 available, using :enable to (de)activate them.
9691 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
9692 (gud-mode-map): New map.
9693 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
9694 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
9695 Don't set up gud's menu (it's done by the minor-mode).
9696 (gud-minibuffer-local-map): New.
9697 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
9698 (gud-query-cmdline): New function.
9699 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
9700 (gud-mode): Use define-derived-mode.
9701 Don't set up gud's menu (it's done by the minor-mode).
9702 (gud-chop-words): Remove.
9703 (gud-common-init): Use split-string instead.
9704 (gud-new-keymap, gud-make-debug-menu): Eradicate.
9705
9706 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9707 Add keyword arg :name.
9708
9709 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
9710 (diff-count-matches, diff-split-hunk): New functions.
9711 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
9712
9713 * pcvs-info.el (cvs-fi-conflict-face): New var.
9714
9715 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
9716 Make it into a simple syntax-table, shared among all submodes.
9717 (sh-heredoc-face): Re-introduce.
9718 (sh-font-lock-syntactic-face-function): New function.
9719 (sh-mode): Use it. Also use define-derived-mode.
9720 Remove old bogus setting of indent-region-function.
9721 (sh-set-shell): Don't set the syntax-table any more.
9722 (sh-mode-syntax-table) <defun>: Remove.
9723
9724 2000-11-12 Miles Bader <miles@gnu.org>
9725
9726 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
9727 message if interactive.
9728
9729 2000-11-12 Dave Love <fx@gnu.org>
9730
9731 * mail/feedmail.el: Fix header,
9732 (feedmail) <defgroup>: Add :link.
9733
9734 * view.el: Use local-map property, not keymap on mode-line string.
9735
9736 * scroll-all.el (scroll-all-mode): Customize variable.
9737 Add autoload cookie to function.
9738
9739 * lazy-lock.el: Remove compatibility code.
9740
9741 * finder.el (finder-known-keywords): Add `files', remove `vms'.
9742 (finder-help-echo): New variable.
9743 (finder-mouse-face-on-line): Add help-echo stuff.
9744 (finder-list-keywords, finder-list-matches): Use mapc.
9745
9746 * faces.el (face-font-registry-alternatives): Add :version.
9747
9748 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
9749 tags-table-list.
9750
9751 * net/browse-url.el (browse-url-browser-function): Update :version.
9752
9753 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
9754 (mail-mode): Use [:alnum:] in some regexps.
9755
9756 2000-11-10 Dave Love <fx@gnu.org>
9757
9758 * ediff.el (ediff-regions-internal, ediff-documentation):
9759 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
9760 fundamental mode.
9761
9762 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
9763 buffer into fundamental mode.
9764 (ediff-set-difference): Use copy-sequence if available.
9765
9766 * ediff-ptch.el (ediff-dispatch-file-patching-job):
9767 Check ediff-patch-map non-nil.
9768 (ediff-fixup-patch-map, ediff-fixup-patch-map)
9769 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
9770 buffer into fundamental mode.
9771
9772 * ediff-merg.el (state-or-merge): Defvar when compiling.
9773
9774 2000-11-10 Jason Rumney <jasonr@gnu.org>
9775
9776 * w32-fns.el (w32-add-charset-info): New function.
9777 (w32-charset-info-alist): Use it.
9778
9779 2000-11-10 Gerd Moellmann <gerd@gnu.org>
9780
9781 * faces.el (face-font-registry-alternatives): New user-option.
9782
9783 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
9784
9785 * textmodes/texinfo.el (texinfo-block-default): New var.
9786 (texinfo-insert-block): Use it. Insert a newline if needed.
9787
9788 * textmodes/fill.el (fill-indent-according-to-mode): New var.
9789 (fill-region-as-paragraph): Use it.
9790
9791 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
9792 (latex-mode): Tweak tex-*-(head|trail)er regexps.
9793 Tweak paragraph regexps to allow a leading [ \t]*.
9794 (tex-latex-block): Insert a newline if necessary.
9795 (latex-insert-item): Only insert a newline if necessary.
9796 (tex-guess-main-file): New function.
9797 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
9798 Set tex-main-file if TeX-master is provided.
9799 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
9800
9801 2000-11-10 Gerd Moellmann <gerd@gnu.org>
9802
9803 * startup.el (command-line): Set the default tooltip-mode
9804 to t for graphical displays which implement x-show-tip.
9805
9806 * tooltip.el (tooltip-mode): Add a comment about startup.el
9807 setting the default value of this user-option.
9808
9809 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
9810
9811 * font-lock.el (font-lock-*-face) <defvar>: Move.
9812 (font-lock-defaults-alist): Mark obsolete.
9813 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
9814 (font-lock-mode): Use define-minor-mode.
9815 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
9816 (font-lock-turn-off-thing-lock): Be more explicit.
9817 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
9818 (font-lock-syntactic-face-function): New var.
9819 (font-lock-fontify-syntactically-region): Use it.
9820 (font-lock-doc-face): New.
9821
9822 * pcvs.el (cvs-enabledp): Ignore errors.
9823 (cvs-commit-filelist): Never query.
9824 (cvs-mode-insert): Always add a terminating / in the initial prompt.
9825 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
9826 (cvs-do-removal): Use cvs-partition rather than delete-if.
9827 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
9828 cvs-bury-buffer.
9829
9830 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9831 Allow `next' to jump to after the end of the last match.
9832
9833 2000-11-09 Gerd Moellmann <gerd@gnu.org>
9834
9835 * simple.el (byte-compiling-files-p): New function.
9836
9837 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
9838 if it is there.
9839
9840 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
9841 nil again.
9842
9843 * textmodes/ispell.el (ispell-library-path): Don't call
9844 check-ispell-version when byte-compiling because that starts
9845 an ispell process, and ispell might not be installed.
9846 (toplevel): Don't set up a menu when byte-compiling.
9847
9848 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
9849 it, so that a boundp test can be used to determine if we're
9850 currently byte-compiling.
9851
9852 2000-11-09 Dave Love <fx@gnu.org>
9853
9854 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
9855
9856 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9857
9858 * ps-print.el: Patch for variable initialization when spooling.
9859 Doc fix.
9860 (ps-output-list): Fun eliminated.
9861 (ps-begin-file, ps-begin-job): Code fix.
9862
9863 2000-11-08 Dave Love <fx@gnu.org>
9864
9865 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9866
9867 2000-11-08 Gerd Moellmann <gerd@gnu.org>
9868
9869 * simple.el (shell-command, display-message-or-buffer)
9870 (shell-command-on-region): Mention resize-mini-windows in the doc
9871 string.
9872 (display-message-or-buffer): Take the value of resize-mini-windows
9873 into account.
9874
9875 2000-11-07 Gerd Moellmann <gerd@gnu.org>
9876
9877 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
9878
9879 * dired.el (dired-between-files): Add `^. find' as an alternative
9880 to the regular expression, for find-dired.
9881
9882 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9883
9884 * textmodes/texnfo-upd.el: Require texinfo.
9885 (defmacro, defgroup): Remove.
9886 (texinfo-section-to-generic-alist): Remove.
9887 Use texinfo-section-list instead (i.e. level is changed string->int).
9888 (texinfo-filter): New function.
9889 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
9890 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
9891 Use it. And use regexp-opt.
9892 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
9893 (texinfo-update-menu-region-beginning)
9894 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
9895 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
9896 (texinfo-update-menu-same-level-regexps): Update.
9897 (texinfo-update-node, texinfo-every-node-update)
9898 (texinfo-sequential-node-update): Remove autoload cookie.
9899
9900 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
9901 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
9902 (texinfo-chapter-level-regexp): Remove.
9903 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
9904
9905 2000-11-06 Dave Love <fx@gnu.org>
9906
9907 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
9908
9909 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9910 Match defun*.
9911
9912 2000-11-06 Kenichi Handa <handa@etl.go.jp>
9913
9914 * composite.el (composition-function-table): Variable declaration
9915 moved to src/composite.c.
9916 (compose-chars-after): New optional arg object.
9917
9918 2000-11-06 Gerd Moellmann <gerd@gnu.org>
9919
9920 * bindings.el (mode-line-toggle-read-only)
9921 (mode-line-toggle-modified, mode-line-widen)
9922 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
9923 (make-mode-line-mouse2-map): Rewritten.
9924 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
9925 functions so that C-h k can show something with a doc string.
9926
9927 * startup.el (fancy-splash-delay): Set to 10 seconds.
9928 (fancy-splash-max-time): New user-option.
9929 (fancy-splash-stop-time): New variable.
9930 (fancy-splash-screens): Set it. Catch `stop-splashing'.
9931 (fancy-splash-screens-1): Throw `stop-splashing' when current
9932 time is greater than fancy-splash-stop-time.
9933
9934 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9935
9936 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
9937
9938 * pcvs.el (cvs-mode-marked): New arg `noquery'.
9939 Prompt user for a file rather than raising an error.
9940 (cvs-enabledp): Fix call to cvs-mode-marked.
9941 (cvs-insert-file): New function (extracted from cvs-mode-insert).
9942 (cvs-mode-insert): Use it. Change the init prompt' value.
9943 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
9944
9945 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
9946 Don't pass default arg to ewoc-locate.
9947 (ewoc-collect): Return result in the right order.
9948
9949 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
9950
9951 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
9952 (cvs-status-get-tags): Fix regexp.
9953 (cvs-status-trees, cvs-status-cvstrees):
9954 Combine after change hooks and don't sit-for.
9955 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
9956 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
9957 Use make-char rather than hard-coded cryptic data.
9958 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
9959
9960 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
9961
9962 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
9963 (cvs-insert-strings): New function.
9964
9965 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
9966
9967 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
9968 `mwheel-scroll-amount'.
9969 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
9970 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
9971 string-matching against the version string.
9972
9973 2000-11-06 Kenichi Handa <handa@etl.go.jp>
9974
9975 * language/thai.el ("Thai"): Set a lisp form that produces
9976 composed string in `sample-text' language info.
9977
9978 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
9979 composed string in `sample-text' language info.
9980
9981 * international/mule-cmds.el (describe-language-environment):
9982 Eval `sample-text' data and insert the result.
9983
9984 * international/mule-conf.el (compound-text): Define this coding
9985 system here. Make x-ctext and ctext aliases of it.
9986
9987 * language/european.el (compound-text, ctext): Moved to
9988 international/mule-conf.el.
9989
9990 2000-11-05 Andrew Innes <andrewi@gnu.org>
9991
9992 * w32-fns.el (w32-version): New function.
9993
9994 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
9995
9996 * progmodes/awk-mode.el: Update copyright.
9997 (awk-mode-abbrev-table): Remove.
9998 (awk-font-lock-keywords): Use regexp-opt.
9999 (awk-mode): Use define-derived-mode.
10000
10001 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
10002 when extracting a suffix.
10003
10004 2000-11-04 Andre Spiegel <spiegel@gnu.org>
10005
10006 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
10007 auto-save-mode.
10008
10009 2000-11-04 Jason Rumney <jasonr@gnu.org>
10010
10011 * language/european.el (decode-mac-roman): Test against r1 not r0.
10012
10013 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
10014
10015 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
10016 (icon-mode): Define indent-line-function.
10017 (icon-comment-indent): Simplify.
10018 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
10019
10020 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10021
10022 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10023 Bind change-log-default-mode to defeat the caching done on it.
10024 Don't bother saving excursion any more.
10025
10026 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
10027
10028 * frame.el (after-setting-font-hook): Rename hooks -> hook.
10029 (set-frame-font): Use the new name (and the old for compatibility).
10030
10031 * toolbar/tool-bar.el (tool-bar-mode):
10032 * time.el (display-time-mode):
10033 * recentf.el (recentf-mode):
10034 * paren.el (show-paren-mode):
10035 * mwheel.el (mouse-wheel-mode):
10036 * msb.el (msb-mode):
10037 * jka-compr.el (auto-compression-mode):
10038 * image-file.el (auto-image-file-mode):
10039 * hl-line.el (hl-line-mode):
10040 * delsel.el (delete-selection-mode):
10041 * autoinsert.el (auto-insert-mode):
10042 * complete.el (partial-completion-mode): Drop unneeded positional args.
10043
10044 * info.el (Info-mode):
10045 * comint.el (comint-mode): Don't bother with make-local-hook.
10046
10047 * log-edit.el (log-edit-menu): New menu.
10048
10049 2000-11-03 Miles Bader <miles@gnu.org>
10050
10051 * wid-edit.el (widget-end-of-line): Reinstate, with a new
10052 definition, so that trailing spaces are handled properly.
10053 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
10054
10055 2000-11-03 Gerd Moellmann <gerd@gnu.org>
10056
10057 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
10058 tab character.
10059 (fancy-splash-screens): Set tab-width to 20.
10060
10061 2000-11-03 Dave Love <fx@gnu.org>
10062
10063 * comint.el (comint-completion-addsuffix): Fix custom type.
10064
10065 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
10066
10067 * font-lock.el (font-lock-buffers): Remove.
10068 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
10069 (font-lock-change-major-mode): Remove.
10070 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
10071 (font-lock-default-fontify-region): Extend the multiline
10072 fontification to whole lines.
10073 (font-lock-fontify-anchored-keywords)
10074 (font-lock-fontify-keywords-region): If matching just one
10075 line (with \n) only mark the \n as multiline.
10076
10077 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
10078 Correctly handle the case where several :group args are supplied.
10079 Allow :extra-args.
10080 (easy-mmode-define-global-mode): Allow :extra-args.
10081 Correctly handle the case where several :group args are supplied.
10082
10083 2000-11-02 Miles Bader <miles@gnu.org>
10084
10085 * calendar/calendar.el (diary-face, calendar-today-face)
10086 (holiday-face): Remove dependency on `window-system'.
10087
10088 2000-11-02 Ken Raeburn <raeburn@gnu.org>
10089
10090 * Makefile.in (emacs): Set EMACSLOADPATH always.
10091 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
10092 (compile-files): Bomb out if compilation of a file fails.
10093
10094 2000-11-02 Dave Love <fx@gnu.org>
10095
10096 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
10097
10098 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
10099
10100 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
10101 punctuation in the warning inserted into the *mail* buffer.
10102
10103 2000-11-02 Gerd Moellmann <gerd@gnu.org>
10104
10105 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
10106 (authors-public-domain-p): New function.
10107 (authors-print): Use it.
10108
10109 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
10110
10111 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
10112
10113 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10114
10115 * ps-print.el: Extension for even/odd printing. Doc fix.
10116 (ps-print-version): New version number (6.3.1).
10117 (ps-even-or-odd-pages): Customization fix.
10118 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
10119 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
10120 (ps-page-count): Var replaced by `ps-page-column'.
10121 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
10122 (ps-print-sheet-p): New fun.
10123
10124 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10125
10126 * tooltip.el (tooltip-gud-tips-setup): New function.
10127 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
10128 (tooltip-mode): Call tooltip-gud-tips-setup.
10129 (tooltip-gud-tips): Use `gud-basic-call' instead of
10130 process-send-string, so the prompt gets frobbed appropriately.
10131 Handle nil return value from `tooltip-gud-print-command'.
10132
10133 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
10134
10135 * comint.el (comint-add-to-input-history): New function.
10136 (comint-send-input): Use `comint-add-to-input-history'.
10137
10138 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10139
10140 * info.el (info-menu-header): New face.
10141 (Info-fontify-menu-headers): New function.
10142 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
10143
10144 * info.el (Info-insert-dir): Don't include blank lines at
10145 beginning of additional dir files (one is added automatically).
10146
10147 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
10148
10149 * emacs-lisp/easy-mmode.el (define-minor-mode):
10150 Revert the latest changes.
10151 Allow the three positional arguments to be skipped and replaced
10152 by keyword arguments.
10153 Add a :toggle argument to determine whether a nil arg means toggle
10154 or means turn-on. The default is unchanged.
10155 Add a call to force-mode-line-update.
10156
10157 2000-11-01 Dave Love <fx@gnu.org>
10158
10159 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
10160
10161 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
10162
10163 * calendar/calendar.el (diary-face, holiday-face):
10164 Add dark-background variants.
10165
10166 2000-10-31 Sam Steingold <sds@gnu.org>
10167
10168 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
10169 `tex-main-file' does not have directory in it.
10170
10171 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
10172
10173 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
10174
10175 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
10176
10177 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
10178 functional change.
10179
10180 2000-10-31 Gerd Moellmann <gerd@gnu.org>
10181
10182 * files.el (find-file-noselect): When we expand a wildcard, return
10183 a list of buffers, as we should do according to the doc string.
10184
10185 2000-10-31 Ken Raeburn <raeburn@gnu.org>
10186
10187 * loadup.el (top level): Adjust load path if program name is
10188 "../src/bootstrap-emacs", in case it's not dumped and thus the
10189 load path adjustment hasn't already been done.
10190
10191 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10192
10193 * ps-print.el: Fix bug on selected pages for printing.
10194 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
10195 is on. Try to avoid warning messages when compiling. Doc Fix.
10196 (ps-print-version): New version number (6.3).
10197 (ps-color-device): Use `color-values' to determine if device
10198 supports color.
10199 (ps-color-values): Try to use `x-color-values' when using XEmacs.
10200 (ps-print-page-p): Changed from defsubst to defun.
10201 (ps-page-number): Changed from defmacro to defun.
10202 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
10203 printing.
10204 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
10205 (ps-end-file, ps-dummy-page): Funs eliminated.
10206 (ps-print-color-scale): Changed default value.
10207 (ps-page-n-up, ps-print-page-p): New internal vars.
10208 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
10209 (ps-plot-region, ps-generate, ps-end-job): Code fix.
10210
10211 * delim-col.el: Little programming improvement.
10212 (delimit-columns-str): New macro.
10213 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10214
10215 2000-10-31 Kenichi Handa <handa@etl.go.jp>
10216
10217 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
10218 Moved to european.el.
10219 (ccl-encode-mac-roman-font, fontset-mac): Modified for
10220 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10221 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
10222 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
10223
10224 2000-10-30 Dave Love <fx@gnu.org>
10225
10226 * progmodes/cc-menus.el (imenu-generic-expression)
10227 (imenu-progress-message): Only defvar when compiling.
10228
10229 * emacs-lisp/elp.el (elp-unload-hook): New function.
10230
10231 * loadhist.el (unload-feature): Call elp-restore-function,
10232 checking for symbols; don't use elp-restore-all.
10233 (loadhist-hook-functions): Doc fix.
10234
10235 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
10236
10237 * log-edit.el (log-edit-confirm): Fix the default.
10238
10239 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10240
10241 * delim-col.el: Little fix: replace delimit-columns-align-columns by
10242 delimit-columns-format.
10243 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10244
10245 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
10246
10247 * comint.el (comint-replace-by-expanded-history): Don't use
10248 comint-get-old-input (we're not looking at *old* input).
10249 (comint-get-old-input-default): If using fields, signal an error
10250 when the point is not in an input field.
10251
10252 2000-10-30 Kenichi Handa <handa@etl.go.jp>
10253
10254 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
10255 and mule-unicode-e000-ffff.
10256
10257 * international/mule.el (decode-char, encode-char): New functions.
10258 (make-coding-system): Accept a symbol of translation table as a
10259 value of property `safe-chars'.
10260
10261 * international/mule-cmds.el (encode-coding-char): Check property
10262 safe-chars instead of safe-charsets.
10263
10264 * international/fontset.el (fontset-default): Modified for
10265 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10266 (x-font-name-charset-alist): Likewise.
10267 (ccl-encode-unicode-font): New CCL program. Record it in
10268 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
10269
10270 * language/european.el (mac-roman-decoder, mac-roman-encoder):
10271 New translation tables.
10272 (decode-mac-roman, encode-mac-roman): Definition of these CCL
10273 programs are modified and moved from mac-win.el.
10274 (mac-roman): Definition of this coding system is modified and
10275 moved from mac-win.el.
10276
10277 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
10278
10279 * ediff-wind.el (ediff-setup-control-frame): Enclose
10280 face-attribute in condition-case to avoid errors in older emacsen.
10281
10282 2000-10-29 Miles Bader <miles@gnu.org>
10283
10284 * custom.el (custom-add-to-group): Allow multiple entries for a
10285 given value OPTION, as long as their widget types are different.
10286 * cus-edit.el (custom-face-value-create): If face name doesn't end
10287 with "face", add such here (similar to custom group widgets).
10288
10289 * comint.el (comint-highlight-prompt): Add :type.
10290
10291 2000-10-28 John Wiegley <johnw@gnu.org>
10292
10293 * calendar/timeclock.el (timeclock-log): Doc fix.
10294 (timeclock-last-event): Doc fix.
10295 (timeclock-log): Kill the timelog buffer after appending a new event.
10296 (timeclock-find-discrep): Use a temp buffer to read in the
10297 timelog, instead of visiting the file.
10298 (timeclock-log-data): A new function, along with a host of helper
10299 functions, for the purpose of making timelog data accessible to
10300 programmers.
10301
10302 * eshell/esh-mode.el (window-height test): Make certain that
10303 `eshell-stringify-t' is non-nil.
10304 (eshell-password-prompt-regexp): Changed to a much simpler
10305 password regexp.
10306 (eshell-send-input): If `eshell-invoke-directly' returns t,
10307 directly invoke the parsed command using `eval'. This improves
10308 turn-around time on simple commands by a factor of three or
10309 greater, such as cd, ls, pwd, etc. -- which get used very often.
10310 It also conserves thousands of cons cells per call (since
10311 `eshell-do-eval' consumes memory like a Cookie Monster set loose
10312 in the Pacific Cookie Company).
10313
10314 * eshell/esh-test.el (eshell-test): Whitespace fix.
10315
10316 * eshell/em-ls.el (eshell-ls-insert-directory):
10317 Make `eshell-ls-initial-args' nil when inserting directory contents.
10318
10319 * eshell/em-script.el (eshell-script-initialize): Add names to
10320 `eshell-complex-commands, since `source' and `.' are complex.
10321
10322 * eshell/esh-cmd.el (eshell-rewrite-for-command)
10323 (eshell-rewrite-while-command): Use `eshell-protect' instead of
10324 `eshell-copy-handles'.
10325 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
10326 bodies.
10327 (eshell-separate-commands): Whitespace fix.
10328 (eshell-complex-commands): Added a new list of names, for
10329 determining whether a given command is as simple as it looks.
10330 (eshell-invoke-directly): New function. Returns t if a command
10331 should be invoked directly (using `eval'), rather than indirectly
10332 using `eshell-do-eval'.
10333 (eshell-do-eval): Whitespace fix.
10334
10335 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
10336 which provides an emulation of the DOS shell behavior of assuming
10337 that cp/mv/ln should copy/move/link to the current directory.
10338 (eshell-remove-entries): Added a doc string.
10339 (eshell-shuffle-files): Removed the check for `target' being null.
10340 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
10341 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
10342 it to do a smarter check of whether a destination was provided.
10343 (eshell/mv, eshell/cp): Enable `:preserve-args'.
10344 (eshell/ln): Enable `:preserve-args', and use
10345 `eshell-mvcpln-template' to implement the body of the function.
10346 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
10347 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
10348 list after flattening it. This makes it possible to cat files
10349 with numerical names.
10350 (eshell-unix-initialize): Added several names to
10351 `eshell-complex-commands.
10352 (eshell-unix-command-complex-p): Return t if a given command name
10353 may result in external processes being invoked.
10354
10355 * eshell/em-glob.el (eshell-glob-show-progress): Make this
10356 variable nil by default, since it slows down glob processing by a
10357 factor of two or more, and increases memory consumption.
10358
10359 * eshell/em-smart.el: Added a note about how memory consumptive
10360 smart display mode can be (at least this is true in Emacs 21).
10361 (eshell-smart-initialize): Whitespace fix.
10362 (eshell-refresh-windows): Use `if' instead of `when'.
10363 (eshell-smart-scroll-window): Calling `save-current-buffer' was
10364 not necessary.
10365 (eshell-currently-handling-window): Added a missing global variable.
10366
10367 * eshell/em-ls.el (eshell-do-ls): Code simplification.
10368 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
10369 Whitespace fix.
10370 (eshell-ls-exclude-hidden): Added this variable in addition to
10371 `eshell-ls-exclude-regexp'. This one prevents files beginning
10372 with . from even being read, which can improve memory consumption
10373 quite a bit.
10374 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
10375 read file entries beginning with a dot. In home directories with
10376 lots of hidden files, fully two-thirds of the time spent in ls is
10377 used to read directory entries that are immediately thrown away.
10378 (eshell-ls-initial-args): Added back this configuration variable,
10379 for specifying default initial arguments to every call to ls.
10380 Much faster than using an alias to do the same thing.
10381 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
10382 (eshell-ls-dir): Whitespace change.
10383
10384 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
10385
10386 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
10387 (eshell-stringify-t): Added a customization variable, to indicate
10388 whether `t' should be rendered as a string at all. If not, one
10389 can still determine if the result of an expression is true using
10390 "file-exists-p FILE && echo true".
10391 (eshell-stringify): If `eshell-stringify-t' is nil, don't
10392 stringify t!
10393
10394 * eshell/esh-module.el: Whitespace fix.
10395
10396 * eshell/em-alias.el (eshell-alias-initialize):
10397 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
10398 (eshell-command-aliased-p): New function that returns t if a
10399 command name names an aliased.
10400
10401 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
10402
10403 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
10404 redrawing the screen when changing cursor color.
10405 (viper-insert-state-pre-command-sentinel)
10406 (viper-replace-state-pre-command-sentinel)
10407 (viper-replace-state-post-command-sentinel):
10408 Use viper-preserve-cursor-color.
10409 Many functions changed to use viper= instead of = when comparing
10410 characters.
10411 * viper-util.el (viper-memq-char,viper=): New functions for
10412 working with characters.
10413 (viper-change-cursor-color): Fixed buglet.
10414 Many functions changed to use viper= instead of = when comparing
10415 characters.
10416 * viper.el (viper-insert-state-mode-list): Added eshell.
10417
10418 * ediff-init.el (ediff-before-setup-hook): New hook.
10419 Several typos fixed in various docstrings.
10420 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
10421 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
10422 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
10423 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
10424 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
10425 (ediff-get-selected-buffers): New function.
10426 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
10427 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
10428 Use save-window-excursion.
10429 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
10430 termination check in while loop.
10431 * ediff.el (ediff-get-default-file-name): Better defaults when in
10432 dired buffer.
10433 (ediff-files,ediff-merge-files,ediff-files3)
10434 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
10435
10436 2000-10-28 Dave Love <fx@gnu.org>
10437
10438 * info.el (Info-fontify-node): Add help-echo for menu items.
10439
10440 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
10441
10442 * startup.el (normal-top-level): If the value of $TERM indicates
10443 we are running from xterm or one of its work-alikes, default to a
10444 light background mode.
10445
10446 Support for -fg, -bg, and -rv command-line arguments for TTYs:
10447 * faces.el (tty-handle-reverse-video): New function.
10448 (tty-create-frame-with-faces): Call it.
10449
10450 * frame.el (frame-notice-user-settings): Don't apply
10451 default-frame-alist and initial-frame-alist to MS-DOS frames.
10452 Call tty-handle-reverse-video, frame-set-background-mode, and
10453 face-set-after-frame-default for non-MS-DOS frames.
10454
10455 * startup.el (tty-long-option-alist): New variable.
10456 (tty-handle-args): New function.
10457 (command-line): Call tty-handle-args.
10458
10459 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
10460 startup.el now does that for all character-terminal frames.
10461
10462 2000-10-28 Miles Bader <miles@gnu.org>
10463
10464 * emacs-lisp/easy-mmode.el (define-minor-mode):
10465 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
10466 is global. If :global is followed by a non-nil but non-t value,
10467 make the mode buffer-local, but also generate a `global-MODE'
10468 version using `easy-mmode-define-global-mode'.
10469 Add :conditional-turn-on keyword argument.
10470
10471 2000-10-28 Dave Love <fx@gnu.org>
10472
10473 * international/latin1-disp.el (latin1-char-displayable-p):
10474 Don't use window-system.
10475
10476 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
10477
10478 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10479 Don't call find-buffer-file-type-coding-system. Instead, just
10480 set eol-type to -unix if inhibit-eol-conversion is in effect, or
10481 if the file is on an untranslated filesystem.
10482 (add-untranslated-filesystem): Use "D" instead of "f" inside
10483 interactive.
10484
10485 2000-10-27 Dave Love <fx@gnu.org>
10486
10487 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
10488 (refill-mode): Use it.
10489
10490 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
10491
10492 * international/quail.el (quail-activate): Don't make-local-hook.
10493
10494 2000-10-27 Andre Spiegel <spiegel@gnu.org>
10495
10496 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
10497 manual backups and file.~<rev>.~ for automatic ones.
10498 (vc-make-version-backup): Don't do it on MS-DOS without long file
10499 names.
10500
10501 * vc.el (vc-version-other-window): If an automatic backup of the
10502 desired version exists, rename it instead of copying it.
10503
10504 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
10505 after command. If there's an unexpected error, signal it instead
10506 of being silent.
10507 (vc-cvs-merge-news): Be prepared for no news at all.
10508
10509 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
10510
10511 * shell.el (shell): Add BUFFER argument.
10512 * comint.el (make-comint-in-buffer): New function.
10513 (make-comint): Use it.
10514
10515 * faces.el (face-spec-choose): Change syntax so that the list of
10516 attribute-value pairs is now the cdr of each clause, not the cadr.
10517 Detect old-style entries, and handle them. Use pop.
10518
10519 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
10520
10521 * cus-edit.el (custom-mode-map): Use a sparse map.
10522 (custom-mode): Don't bother with make-local-hook.
10523
10524 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
10525
10526 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
10527
10528 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10529
10530 * ps-print.el: Avoid compilation gripes.
10531 (ps-print-version): New version number (6.2.1).
10532
10533 2000-10-26 Dave Love <fx@gnu.org>
10534
10535 * menu-bar.el: Modify some menu item help strings.
10536 (menu-bar-help-menu): Add link to MORE.STUFF.
10537
10538 * cus-edit.el (custom-mode): Add `special' mode-class property.
10539
10540 * wid-browse.el (widget-browse-mode): Likewise.
10541
10542 * wid-edit.el (widget-specify-field): Revert to using local-map
10543 property, not keymap.
10544
10545 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
10546
10547 * wid-edit.el (widget-field-end): When checking for a `boundary'
10548 field, do so in the correct buffer.
10549
10550 * simple.el (undo): Correctly distinguish between numeric and
10551 non-numeric prefix args in non-transient-mark-mode, as per the doc
10552 string. When in transient-mark-mode, treat all prefix-args as
10553 numeric.
10554
10555 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
10556 Position point on match. Handle N == 0 correctly.
10557
10558 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
10559 (comint-mode-map): Reverse order of `comint-write-output' and
10560 `comint-append-output-to-file'.
10561 (comint-append-output-to-file): Reinstate this function, for the
10562 benefit of the menu.
10563
10564 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
10565
10566 * vc.el (vc-version-other-window): Bind `file'.
10567
10568 2000-10-25 Gerd Moellmann <gerd@gnu.org>
10569
10570 * Makefile.in (update-authors): New target for maintenance purposes.
10571
10572 * emacs-lisp/authors.el (batch-update-authors): New function.
10573 (authors-fixed-entries): New defconst.
10574 (authors-add-fixed-entries): New function.
10575 (authors): Call it.: Don't process lispref/.
10576
10577 2000-10-25 Jason Rumney <jasonr@gnu.org>
10578
10579 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10580 Merge x w32 and mac definitions.
10581
10582 2000-10-25 Gerd Moellmann <gerd@gnu.org>
10583
10584 * menu-bar.el (menu-bar-options-menu): Add a help string for
10585 `uniquify'.
10586
10587 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
10588
10589 * time-stamp.el (time-stamp-string-preprocess):
10590 Fix a wrong type argument error.
10591
10592 2000-10-25 Miles Bader <miles@gnu.org>
10593
10594 * recentf.el (recentf-mode): Variable removed.
10595 (recentf-mode): Use `define-minor-mode'.
10596
10597 * mwheel.el (mouse-wheel-mode): New global minor mode.
10598 (mwheel-install): Use `mouse-wheel-mode'.
10599
10600 2000-10-25 Dave Love <fx@gnu.org>
10601
10602 * progmodes/cperl-mode.el (cperl-mode):
10603 Set normal-auto-fill-function correctly.
10604
10605 * wid-edit.el (widget-field-keymap, widget-text-keymap):
10606 Don't inherit from global-map and don't nullify menu-bar and tool-bar
10607 bindings.
10608
10609 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
10610
10611 * wid-edit.el (widget-field-at): New function.
10612 (widget-at, widget-field-activate): Use it.
10613 (widget-tabable-at): Use `widget-at'.
10614 (widget-specify-field): If the terminating character of the widget
10615 field (which is read-only) is a newline, put it into a special
10616 `boundary' field so that C-n/C-p act more naturally.
10617 (widget-field-end): Also don't subtract one if a special
10618 `boundary' field has been added after the widget field.
10619
10620 * comint.el (comint-output-filter, comint-send-input):
10621 Don't bother adding stickiness fields to overlays to fool the field
10622 code, since it should notice the overlay insertion-types now.
10623
10624 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
10625 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
10626 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
10627
10628 2000-10-24 Gerd Moellmann <gerd@gnu.org>
10629
10630 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
10631 (authors): Set file coding system to iso-2022-7bit.
10632 Add file-local variables to output buffer.
10633
10634 * files.el (after-find-file): Don't print any warnings if
10635 WARN is nil.
10636
10637 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10638
10639 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
10640
10641 * delim-col.el: Now there is a column formatting mechanism.
10642 Modified to customization mechanisms convention. Doc fix.
10643 (columns): New group for delim-col.
10644 (delimit-columns-before, delimit-columns-after)
10645 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
10646 (delimit-columns-end): New vars.
10647 (delimit-columns-customize, delimit-columns-format): New funs.
10648 (delimit-columns-region, delimit-columns-rectangle)
10649 (delimit-columns-rectangle-line): Modified to support column
10650 formatting.
10651
10652 2000-10-24 Dave Love <fx@gnu.org>
10653
10654 * log-edit.el (log-edit): Add :version and a :group for vc.
10655
10656 2000-10-24 Gerd Moellmann <gerd@gnu.org>
10657
10658 * files.el (after-find-file): Don't print a message ``New file''
10659 if WARN is nil.
10660
10661 * wid-edit.el (widget-field-keymap, widget-text-keymap):
10662 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
10663 get duplicate tool-bar entries because we'll see the global ones
10664 on more than one path through keymaps.
10665
10666 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
10667
10668 * progmodes/cmacexp.el: Change Francesco's email address.
10669
10670 2000-10-24 Kenichi Handa <handa@etl.go.jp>
10671
10672 * window.el (fit-window-to-buffer): Adjust point of the window
10673 buffer, not that of the current buffer.
10674
10675 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
10676
10677 * progmodes/cmacexp.el: Update the euthor's email address.
10678
10679 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10680
10681 * faces.el (face-spec-set-match-display): Add `graphic' display
10682 type (the inverse of `tty'). Use `display-graphic-p' instead of
10683 the window-system variable.
10684
10685 2000-10-24 Kenichi Handa <handa@etl.go.jp>
10686
10687 * international/isearch-x.el (isearch-with-input-method):
10688 Call input-method-function with the first event in
10689 unread-command-events.
10690
10691 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10692
10693 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
10694
10695 2000-10-24 Andrew Choi <akochoi@i-cable.com>
10696
10697 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
10698 New charsets.
10699
10700 * term/mac-win.el: Remove definitions of mac-roman-lower and
10701 mac-roman-upper, require dired, and define instead of set
10702 mac-ready-for-drag-n-drop to avoid compilation error.
10703
10704 2000-10-23 Andrew Innes <andrewi@gnu.org>
10705
10706 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
10707 Remove superfluous calls to subst-char-in-string; instead apply
10708 expand-file-name after convert-standard-filename to ensure
10709 expected directory separators are used.
10710
10711 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
10712
10713 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
10714
10715 2000-10-23 Dave Love <fx@gnu.org>
10716
10717 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
10718 (tool-bar-add-item): Set foreground and background for XBM icons.
10719
10720 * international/latin1-disp.el (latin1-char-displayable-p):
10721 New function (from Handa).
10722 (latin1-display-check-font): Use it.
10723
10724 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
10725 using :key-sequence, making it much more usable.
10726 Use nconc, not append.
10727 (imenu--create-keymap-1): Avoid append.
10728
10729 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
10730
10731 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
10732
10733 [the following changes fix a bug where `define-minor-mode' didn't
10734 correctly generate :require clauses for defcustoms in compiled files]
10735 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
10736 (byte-compile-log-file, byte-compile-log-1): Don't set
10737 `byte-compile-current-file' to nil. Instead set
10738 `byte-compile-last-logged-file' to it. Test whether
10739 byte-compile-current-file equals byte-compile-last-logged-file
10740 instead of whether its nil.
10741 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
10742
10743 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
10744
10745 * textmodes/refill.el: Fix var names in doc.
10746 (refill-mode): Don't bother with make-local-hook anymore.
10747
10748 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
10749
10750 * faces.el (face-user-default-spec, face-default-spec): New functions.
10751 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
10752 (frame-set-background-mode, face-set-after-frame-default):
10753 Use `face-user-default-spec'. Simplify code slightly.
10754
10755 * woman.el (woman-italic-face, woman-bold-face)
10756 (woman-unknown-face): Add dark-background variants.
10757 (woman-default-faces): Renamed from `woman-colour-faces'.
10758 Set using the stored defaults, rather than using hard-wired colors.
10759 (woman-monochrome-faces): Renamed from `woman-black-faces'.
10760 Just make the foreground `unspecified' rather than "black".
10761 (woman-menu): Rename menu entries accordingly.
10762
10763 * faces.el (header-line): Make more reasonable on mono/grayscale
10764 displays.
10765
10766 2000-10-23 Andrew Choi <akochoi@i-cable.com>
10767
10768 * cus-edit.el (custom-button-face): Use 3D look for mac.
10769 (custom-button-pressed-face): Likewise.
10770
10771 * faces.el (set-face-attributes-from-resources): Handle mac frames
10772 in the same way as x and w32 frames.
10773 (face-valid-attribute-values): Likewise.
10774 (read-face-attribute): Likewise.
10775 (defined-colors): Likewise.
10776 (color-defined-p): Likewise.
10777 (color-values): Likewise.
10778 (display-grayscale-p): Likewise.
10779 (face-set-after-frame-default): Likewise.
10780 (mode-line): Same default face as for x and w32.
10781 (tool-bar): Likewise.
10782
10783 * frame.el: Remove call to frame-notice-user-settings at end of
10784 the file.
10785
10786 * info.el (Info-fontify-node): Make underlines invisible for mac
10787 as for x, pc, and w32 frame types.
10788
10789 * term/mac-win.el: New file.
10790
10791 2000-10-22 Dave Love <fx@gnu.org>
10792
10793 * textmodes/refill.el: New file.
10794
10795 2000-10-22 Andre Spiegel <spiegel@gnu.org>
10796
10797 * vc-hooks.el (vc-version-backup-file-name): New optional args
10798 MANUAL and REGEXP.
10799 (vc-delete-automatic-version-backups, vc-make-version-backup):
10800 New functions.
10801 (vc-before-save): Use the latter.
10802 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
10803 confusion.
10804
10805 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
10806 expected by vc[-hooks].el.
10807
10808 * vc.el (vc-checkout): Added `-p' suffix in call to
10809 vc-make-version-backups-p; use vc-make-version-backup to actually
10810 make the backup.
10811 (vc-version-other-window, vc-version-backup-file): Handle both
10812 automatic and manual backups.
10813 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
10814 of all of them.
10815
10816 2000-10-22 Miles Bader <miles@gnu.org>
10817
10818 * comint.el (comint-highlight-input, comint-highlight-prompt):
10819 Renamed, `-face' at end removed.
10820 (comint-send-input, comint-output-filter): Use renamed faces.
10821
10822 * window.el (fit-window-to-buffer): Change defaulting of
10823 MAX-HEIGHT slightly.
10824
10825 * faces.el (color-values, color-defined-p): Use `member', not
10826 `memq', because it works correctly for strings.
10827 (frame-set-background-mode): Actually, "unspecified-fg" and
10828 "unspecified-bg" *are* strings. Use `member', not `memq', and
10829 `equal', not `eq', when a string value is possible.
10830
10831 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
10832
10833 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
10834
10835 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
10836
10837 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
10838 sh-electric-rparen, sh-electric-less and sh-electric-hash.
10839 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
10840 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
10841 (sh-font-lock-syntactic-keywords): Use them.
10842 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
10843 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
10844 (sh-mode): Don't override font-lock-unfontify-region-function.
10845 Use a copy of sh-font-lock-syntactic-keywords.
10846 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
10847 Don't call sh-scan-buffer since font-lock does it on the fly.
10848 (sh-get-indent-info): Use `face' rather than `syntax-table'
10849 text-property to detect here-documents.
10850 Replace sh-special-syntax with sh-st-punc.
10851 (sh-prev-line): Use `face' rather than `syntax-table'
10852 text-property to skip over here-documents.
10853 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
10854 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
10855 (sh-electric-less, sh-set-here-doc-region)
10856 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
10857 (sh-scan-buffer, sh-rescan-buffer): Remove.
10858
10859 2000-10-21 Andrew Innes <andrewi@gnu.org>
10860
10861 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
10862 remote (ange-ftp) file names.
10863
10864 2000-10-21 Miles Bader <miles@gnu.org>
10865
10866 * window.el (fit-window-to-buffer): New function.
10867 (shrink-window-if-larger-than-buffer): Use it.
10868 (window-text-height): Don't expect minibuffers to have mode-lines.
10869
10870 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
10871 * international/quail.el (quail-update-guidance):
10872 Use `fit-window-to-buffer' instead of `set-window-text-height'.
10873
10874 * international/quail.el (quail-show-guidance-buf): Make sure
10875 guidance window really has enough room.
10876 (quail-update-guidance): If quail-guidance-win is already shown,
10877 make sure its height is OK.
10878
10879 * window.el (window-text-height, set-window-text-height):
10880 New functions.
10881 (shrink-window-if-larger-than-buffer): Use `window-text-height'
10882 instead of `window-height' & `mode-line-window-height-fudge'.
10883 (mode-line-window-height-fudge): Add FACE parameter.
10884 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
10885 instead of `enlarge-window' & `mode-line-window-height-fudge'.
10886
10887 2000-10-20 Miles Bader <miles@gnu.org>
10888
10889 * window.el (height-affecting-face-attributes): Use `defconst'.
10890
10891 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
10892 New function, conditionally aliased to `mode-line-window-height-fudge'.
10893 (ispell-help): Use it.
10894 (ispell-choices-win-default-height): Don't include mode-line fudge.
10895 (ispell-choices-win-default-height): New function.
10896 (ispell-show-choices, ispell-command-loop): Use function
10897 `ispell-choices-win-default-height' instead of variable.
10898
10899 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
10900
10901 * window.el (mode-line-window-height-fudge): New variable.
10902 (height-affecting-face-attributes): New variable.
10903 (mode-line-window-height-fudge): New function.
10904 (shrink-window-if-larger-than-buffer): Use it.
10905 * help.el (resize-temp-buffer-window): Likewise.
10906
10907 * info.el (Info-fontify-node): Add support for @subsubsection
10908 titles, which use `Info-title-4-face'.
10909 (Info-title-4-face): New face.
10910 (Info-title-3-face): Inherit from Info-title-4-face instead of
10911 variable-pitch.
10912
10913 2000-10-19 Jason Rumney <jasonr@gnu.org>
10914
10915 * dired.el (dired-insert-directory): Do not let errors signalled by
10916 attempt to run dired-free-space-program prevent dired from working.
10917
10918 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
10919
10920 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
10921
10922 2000-10-19 Gerd Moellmann <gerd@gnu.org>
10923
10924 * dirtrack.el (dirtrack): Fix call to run-hooks.
10925
10926 * cmuscheme.el (cmuscheme-program-name): Renamed from
10927 scheme-program-name because xscheme.el contains a defcustom with
10928 the same name. As a consequence, customizing group `cmuscheme'
10929 loaded `xscheme' which redefined run-scheme.
10930 (run-scheme): Use cmuscheme-program-name.
10931
10932 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
10933
10934 * play/doctor.el (doctor-death): Update the Samaritans'
10935 anonymous address, and add a website for Befrienders International.
10936
10937 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10938
10939 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
10940 Avoid compilation gripes. Doc fix.
10941 (ps-print-version): New version number (6.2).
10942 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
10943 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
10944 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
10945 (ps-x-extent-priority, ps-x-extent-start-position)
10946 (ps-x-face-font-instance, ps-x-find-coding-system)
10947 (ps-x-font-instance-properties, ps-x-make-color-instance)
10948 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
10949 avoid compilation gripes without defining functions.
10950 (ps-e-find-composition): Alias for function find-composition, to have a
10951 suitable function depending on Emacs version.
10952 (ps-color-device, ps-color-values, ps-face-foreground-name)
10953 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
10954 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
10955 (ps-print-ensure-fontified): Function definitions surrounded by
10956 `eval-and-compile' to avoid compilation gripes.
10957 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
10958 by symbol-value to avoid compilation gripes.
10959 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
10960 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
10961
10962 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10963
10964 * startup.el (normal-top-level): Call `frame-set-background-mode'
10965 after `frame-notice-user-settings' because the latter doesn't call
10966 the former on a tty.
10967
10968 * faces.el (frame-set-background-mode): `unspecified' &c are
10969 symbols, not strings.
10970
10971 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10972
10973 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
10974 why some "light*" colors are deliberately absent from the alist.
10975
10976 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
10977 Change colors for tty's, as suggested by Miles Bader.
10978
10979 2000-10-19 Kenichi Handa <handa@etl.go.jp>
10980
10981 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
10982 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
10983 for ISO10646-1 fonts.
10984 (x-font-name-charset-alist): Add an entry for "iso10646-1".
10985
10986 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10987
10988 * faces.el (frame-set-background-mode): If a tty frame defines a
10989 background color, use that to compute the background mode, instead
10990 of always defaulting to "dark".
10991
10992 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10993
10994 * comint.el (comint-write-output): New function.
10995 (comint-mode-map): Add it to the menu.
10996 Bind `C-c C-s' to comint-write-output.
10997
10998 2000-10-18 Gerd Moellmann <gerd@gnu.org>
10999
11000 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11001 Use fancy-splash-delay.
11002
11003 2000-10-18 Alex Schroeder <alex@gnu.org>
11004
11005 * progmodes/sql.el (sql-sybase-options): New option.
11006 (sql-sybase): Use it. Add sql-database to the list of parameters
11007 provided for login. The options -w 2048 -n are not used any more.
11008
11009 * comint.el (comint-read-input-ring): Bugfix such that the first
11010 and the last entry of the input ring file are not lost.
11011
11012 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11013
11014 * ps-print.el: Internal variable changes to defcustom,
11015 make-local-hook changes to defvar. Doc fix.
11016 (ps-print-version): New version number (6.1).
11017 (ps-setup, ps-do-despool): Code fix.
11018 (ps-printer-name): Customization fix.
11019 (ps-printer-name-option): Now is a defcustom instead of an
11020 internal variable.
11021 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
11022 (ps-print-begin-column-hook): Now are defvar instead of
11023 make-local-hook.
11024
11025 2000-10-18 Miles Bader <miles@gnu.org>
11026
11027 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
11028 (comint-kill-output): Changed into an alias for `comint-delete-output',
11029 and made obsolete.
11030 (comint-mode-map): Rename references to comint-kill-output.
11031
11032 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
11033
11034 * diff-mode.el (diff-header-face, diff-file-header-face)
11035 (diff-changed-face): Add bold and italic attributes to tty faces.
11036 (diff-function-face): New face.
11037 (diff-font-lock-keywords): Use it.
11038
11039 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
11040
11041 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
11042 Remove commented-out call to force-mode-line-update.
11043 (comint-kill-output): Use `forward-line 0' instead of
11044 beginning-of-line to make sure we get past the prompt.
11045
11046 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
11047
11048 * diff-mode.el (diff-header-face, diff-file-header-face):
11049 Add specific setting for dark background.
11050 (diff-context-face): Renamed from diff-comment-face.
11051 Set explicitly rather than inheriting from font-lock-comment-face.
11052
11053 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11054
11055 * startup.el (command-line): Move the code which sets the default
11056 TTY colors to before before-init-hook.
11057
11058 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11059
11060 * jit-lock.el (jit-lock-stealth-time): Doc fix.
11061
11062 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11063
11064 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
11065 extensions, for MS-DOS.
11066
11067 * diff-mode.el (diff-header-face, diff-file-header-face)
11068 (diff-changed-face): Define tty-specific colors.
11069
11070 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11071
11072 * startup.el (fancy-splash-text): Realign the text.
11073
11074 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11075
11076 * font-lock.el (font-lock-comment-face): Define a separate default
11077 for dark-background tty's.
11078
11079 2000-10-17 Miles Bader <miles@gnu.org>
11080
11081 * help.el (resize-temp-buffer-window): Add hack to avoid last line
11082 being obscured by whizzy mode-lines on graphics displays.
11083
11084 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11085
11086 * info.el (Info-title-1-face, Info-title-2-face)
11087 (Info-title-3-face): Define colors for tty's.
11088 (info-header-node): Remove unneeded tty-specific definition.
11089
11090 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
11091
11092 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
11093 reverse from the frame parameters, and don't invert foreground and
11094 background colors.
11095
11096 2000-10-16 Miles Bader <miles@gnu.org>
11097
11098 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
11099 string "*Info*". Call propertized-buffer-identification to spruce
11100 up the result.
11101
11102 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11103
11104 * help.el: Provide `help' for the sake of define-minor-mode
11105 which generates defcustoms with requires.
11106
11107 * jit-lock.el (jit-lock-after-change): If we're in text that
11108 matches a multi-line font-lock pattern, make sure the whole text
11109 will be redisplayed.
11110
11111 * emacs-lisp/authors.el (authors-add): Don't add an entry if
11112 author's name is unknown.
11113
11114 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
11115 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
11116 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
11117 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
11118 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
11119 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
11120 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
11121 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
11122 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
11123 Add author information.
11124
11125 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
11126
11127 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
11128 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
11129 full-color version (using the Gimp) to eliminate dithering artifacts.
11130
11131 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11132
11133 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
11134
11135 * simple.el (syntax-flag-table, string-to-syntax): Remove.
11136
11137 2000-10-15 Dave Love <fx@gnu.org>
11138
11139 * progmodes/sh-script.el: Require skeleton and comint when compiling.
11140
11141 * pcomplete.el (pcomplete) <defgroup>: Add :version.
11142
11143 * whitespace.el: Doc fixes.
11144 (top-level): Don't add hooks here.
11145 (whitespace-running-emacs): Deleted.
11146 (timer): Don't require.
11147 (whitespace): Add back :version conditional on xemacs test.
11148 (whitespace-spacetab-regexp, whitespace-indent-regexp)
11149 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
11150 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
11151 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
11152 Avoid specific xemacs test.
11153 (whitespace-global-mode): New option.
11154 (whitespace-global-mode): New command.
11155 (whitespace-unload-hook): New function.
11156
11157 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
11158 (Info-fontify-node, Info-goto-node, Info-mode-menu)
11159 (Info-fontify-node): `Goto' goes to `Go to'.
11160 (Info-fontify-node): Add help-echo to xref links.
11161
11162 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
11163
11164 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
11165
11166 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11167
11168 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
11169 Use plist-get and allow :inherit.
11170
11171 * emacs-lisp/cl-macs.el (cl-do-arglist):
11172 Use plist-get and plist-member instead of memq.
11173
11174 * emacs-lisp/ewoc.el (ewoc-location): New function.
11175 (ewoc-enter-after, ewoc-enter-before): Document return value.
11176 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
11177 Don't need make-local-hook any more.
11178 (cvs-addto-collection): Return the new tin.
11179 (cvs-mode-insert): Jump to the new line.
11180
11181 * jit-lock.el (jit-lock-fontify-buffer): Remove.
11182
11183 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
11184
11185 * font-lock.el (font-lock-syntactically-fontified): New var.
11186 (font-lock-fontify-syntactic-keywords-region): Use it.
11187 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
11188
11189 * diff-mode.el (diff-find-file-name): Fix regexp.
11190
11191 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11192 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
11193
11194 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
11195 (sh-mode-syntax-table): Add punctuation syntax for < and >.
11196 (sh-mode): Don't make all vars local here.
11197 (sh-kw): Reformat.
11198 (sh-set-shell): Use dolist. Don't set indent-region-function.
11199 (sh-mode-syntax-table): Use pop.
11200 (sh-remember-variable): Use push.
11201 (sh-help-string-for-variable): Use memq.
11202 (sh-safe-backward-sexp): Remove.
11203 (sh-safe-forward-sexp): Add ARG.
11204 (sh-get-indent-info, sh-prev-stmt): Use it.
11205 (sh-prev-line): Simplify by using forward-comment.
11206 (sh-this-is-a-continuation): Simplify.
11207 (sh-learn-buffer-indent): Use dolist.
11208 (sh-do-nothing): Remove.
11209 (sh-set-char-syntax, sh-set-here-doc-region):
11210 Use inhibit-modification-hooks.
11211 (sh-name-style): Use mapcar and push.
11212 (sh-load-style): Use dolist.
11213 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
11214 (sh-case, sh-while-getopts): Use propertize directly rather
11215 than sh-electric-rparen.
11216
11217 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
11218
11219 * textmodes/tex-mode.el: Require CL when compiling.
11220 (tex-mode-syntax-table): Init immediately.
11221 (tex-mode-map): Bind M-RET to latex-insert-item.
11222 (latex-mode): Set indent-line-function to latex-indent.
11223 (tex-common-initialization): Don't setup the syntax-table any more.
11224 (latex-insert-item): New skeleton.
11225 (tex-next-unmatched-end): Fix copy/paste braino.
11226 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
11227 (latex-indent, latex-find-indent): New functions.
11228 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
11229 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
11230 (tex-compilation-parse-errors): Use with-syntax-table.
11231
11232 2000-10-15 Miles Bader <miles@gnu.org>
11233
11234 * font-lock.el (font-lock-comment-face): Change dark-background,
11235 color, non-tty, default to `chocolate1'.
11236
11237 2000-10-13 John Wiegley <johnw@gnu.org>
11238
11239 * eshell/esh-util.el (require): Added a missing `require' form,
11240 needed when compiling (for an ange-ftp macro definition).
11241
11242 2000-10-13 Dave Love <fx@gnu.org>
11243
11244 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
11245
11246 2000-10-13 Gerd Moellmann <gerd@gnu.org>
11247
11248 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
11249
11250 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
11251 transparent -colors 8).
11252
11253 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
11254
11255 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
11256 that breaks with old list format timestamps.
11257 (time-stamp-warn-inactive, time-stamp-old-format-warn)
11258 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
11259
11260 2000-10-13 John Wiegley <johnw@gnu.org>
11261
11262 * align.el, pcomplete.el, calendar/timeclock.el,
11263 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
11264
11265 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
11266 faulty math, where holiday hours were being computing as seconds.
11267
11268 2000-10-13 John Wiegley <johnw@gnu.org>
11269
11270 * desktop.el (desktop-buffer-modes-to-save): Added a global for
11271 specifying what "other" kinds of buffers should be saved.
11272 This used to be hard-coded.
11273 (desktop-buffer-misc-functions): A global for specifying how
11274 auxiliary data should be determined for special buffer types.
11275 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
11276 instead of hard-coding the special buffer types.
11277 (desktop-save): Run `desktop-buffer-misc-functions' to gather
11278 auxiliary data, instead of hard-coding for Info buffers and dired.
11279 (desktop-buffer-info-misc-data): Aux function for determining Info
11280 buffer auxiliary info.
11281 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
11282 (desktop-buffer-info): Changed this function to use the info
11283 gathered above.
11284 (desktop-create-buffer): Be a little more careful about what
11285 `minor-mode' means before calling it. This is important for some
11286 buffer types.
11287
11288 2000-10-13 John Wiegley <johnw@gnu.org>
11289
11290 * eshell/esh-util.el: Added a global form which declares an
11291 autoload for `parse-time-string', if that function is not already
11292 defined, and if parse-time.el is available on the user's system.
11293
11294 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
11295 to be aware of ange-ftp user info.
11296 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
11297 (eshell-ls-annotate): Use `eshell-file-attributes'.
11298 (eshell-ls-file): Made the user-id printing code a bit smarter.
11299
11300 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
11301 allow identification of alias user ids in remote directories.
11302 It's manual, but there's no other way to know when the current user
11303 on the local machine, is also the owning user on the remote machine.
11304 (fboundp): Bind `ange-cache'.
11305 (eshell-directory-files-and-attributes): Re-organized the logic a
11306 bit to use `eshell-file-attributes' instead of `file-attributes'.
11307 The former is more sensitive to directories that are read via FTP,
11308 and knows how to use ange-ftp to determine full attribute
11309 information, instead of just the name and last modtime.
11310 (eshell-current-ange-uids): Return the current user id when in a
11311 remote directory.
11312 (eshell-parse-ange-ls): Parse a full directory listing that has
11313 been returned by ange-ftp.
11314 (eshell-file-attributes): This beefed up version of
11315 `file-attributes' is only special if the user is currently in a
11316 remote directory, in which case it does a lot of work to find out
11317 what the real attributes of a file are, as they appear on the
11318 remote machine. This makes usage of remote directories (i.e.,
11319 ange-ftp pathnames) much more useful. You can now use Eshell as a
11320 full-fledged FTP client, with much more manipulation ability than
11321 most other clients.
11322
11323 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
11324 variable, which means that Eshell's du should always be preferred
11325 in remote directories.
11326 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
11327 just `file-attributes'.
11328 (eshell-mvcp-template): Bind `ange-cache', to improve performance
11329 when reading remote directories. This is an Eshell-specific
11330 variable (not part of ange-ftp).
11331 (eshell/ln): Bind `ange-cache'.
11332 (eshell/du): Added some extra logic for determining when to use
11333 Eshell's du (which is slow), and when to use the external version
11334 (which may or may not exist).
11335
11336 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11337 Call `eshell-interactive-process', rather than using
11338 `get-buffer-process', since backgrounded processes don't count in
11339 the context of this function's logic.
11340
11341 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
11342 `forward-char', so that null strings are parsed correctly.
11343
11344 2000-09-13 John Wiegley <johnw@gnu.org>
11345
11346 * eshell/em-pred.el (eshell-pred-file-type)
11347 (eshell-pred-file-links, eshell-pred-file-size):
11348 Use `eshell-file-attributes'. This is more correct over ange-ftp.
11349
11350 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
11351 that remote file globbing is more efficient.
11352
11353 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
11354 gathering the files and attributes within a directory.
11355
11356 * eshell/em-unix.el (eshell/cat): If any of the files passed on
11357 the command line is a special file (not a regular file, directory
11358 or symlink), always attempt to call the external version of cat.
11359
11360 2000-09-13 John Wiegley <johnw@gnu.org>
11361
11362 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
11363 Eshell-friendly version of find-tag.
11364
11365 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
11366
11367 * image-file.el (image-file-name-extensions)
11368 (image-file-name-regexps): Add autoload cookies.
11369
11370 2000-10-13 Kenichi Handa <handa@etl.go.jp>
11371
11372 * international/mule-cmds.el (select-safe-coding-system): If FROM
11373 is string, show it in *Warning* buffer.
11374
11375 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11376
11377 * startup.el (normal-top-level): Use display-popup-menus-p instead
11378 of window-system.
11379 (command-line): Use display-graphic-p instead of window-system.
11380 (command-line-1): Use display-popup-menus-p and display-mouse-p
11381 instead of window-system.
11382
11383 2000-10-12 Sam Steingold <sds@gnu.org>
11384
11385 * tooltip.el (tooltip-use-echo-area): New user variable.
11386 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
11387
11388 2000-10-12 Dave Love <fx@gnu.org>
11389
11390 * recentf.el: Maintainer's checkdoc fixes.
11391
11392 * startup.el (normal-top-level-add-subdirs-to-load-path):
11393 Use character class, not ASCII when matching file names.
11394 (fancy-splash-head): Add trailing slash to URL.
11395 (command-line): Don't require XPM support for toolbar.
11396
11397 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
11398 (cperl-invalid-face): Revert last change.
11399 (cperl-init-faces): Quote cperl-invalid-face.
11400
11401 2000-10-12 Kenichi Handa <handa@etl.go.jp>
11402
11403 * startup.el (fancy-splash-text): Remove superfluous quote.
11404
11405 2000-10-12 Gerd Moellmann <gerd@gnu.org>
11406
11407 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
11408 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
11409 (command-line-1): Don't use fancy-splash-pending-command.
11410 (fancy-splash-screens-1): Goto point-min after inserting text.
11411
11412 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
11413
11414 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
11415 instead of shared-lisp-mode-map.
11416
11417 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
11418
11419 * faces.el (header-line): Change tty-variant to use underlining.
11420
11421 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
11422 (isearch-highlight): Restore lazy-isearch face properties at old
11423 position, and suppress them at new position.
11424 (isearch-dehighlight): Restore lazy-isearch face properties.
11425 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
11426 over the real isearch overlay, but in that case, don't give it a
11427 face property. Use `push'.
11428
11429 2000-10-12 Kenichi Handa <handa@etl.go.jp>
11430
11431 * man.el (Man-getpage-in-background): Fix previous change.
11432 Decode the process output only when we are in multibyte mode.
11433
11434 2000-10-11 Dave Love <fx@gnu.org>
11435
11436 * info.el (Info-mode-menu): Fix some help.
11437 (info-tool-bar-map): Add entry for Info-last.
11438
11439 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
11440 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
11441 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
11442 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
11443 * toolbar/search-replace.xpm, toolbar/exit.xpm:
11444 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
11445 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
11446 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
11447 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
11448 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
11449 Reduce colour requirements to 25 overall. (Probably wants
11450 revisiting from the originals to reduce further.)
11451
11452 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
11453
11454 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
11455 buffer-file-coding-system, instead of raw-text.
11456 (dehexlify-buffer): Bind coding-system-for-read to
11457 buffer-file-coding-system, instead of raw-text.
11458
11459 2000-10-11 Sam Steingold <sds@gnu.org>
11460
11461 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
11462 `underline' - fixes the bug introduced on 2000-09-21.
11463
11464 2000-10-11 Dave Love <fx@gnu.org>
11465
11466 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
11467 Avoid compiler warnings.
11468 (scheme-mode): Doc fix.
11469 (scheme-font-lock-keywords-1): Match `define-syntax'.
11470
11471 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
11472
11473 * faces.el (frame-set-background-mode): Pay attention to saved
11474 face specs as well as default ones. Only do anything if the
11475 bg-mode or display-type has actually changed. Use `dolist'.
11476 (region): Make dark-background `region' face less in-your-face.
11477
11478 2000-10-10 Sam Steingold <sds@gnu.org>
11479
11480 * chistory.el, ielm.el, ledit.el:
11481 * progmodes/inf-lisp.el, progmodes/scheme.el:
11482 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
11483
11484 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
11485
11486 * textmodes/texinfo.el: Update copyright and fix typo.
11487
11488 * desktop.el (desktop-modes-not-to-save): New var.
11489 (desktop-save-buffer-p): Use it.
11490 Also, obey desktop-buffers-not-to-save even for non-file buffers.
11491 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
11492
11493 2000-10-10 Dave Love <fx@gnu.org>
11494
11495 * toolbar/tool-bar.el (tool-bar-add-item)
11496 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
11497
11498 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
11499 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
11500 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
11501 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
11502 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
11503 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
11504 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
11505 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
11506 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
11507 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
11508 the .xpms; probably need retouching.
11509
11510 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
11511
11512 * subr.el (add-to-list): Add optional argument APPEND.
11513 * battery.el (display-battery): Use `add-to-list'.
11514
11515 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
11516
11517 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
11518 properties.
11519 (zone, zone-when-idle, zone-leave-me-alone)
11520 (zone-pgm-whack-chars): Use new symbol properties.
11521
11522 * battery.el (display-battery): Doc spelling fix.
11523
11524 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
11525 property.
11526
11527 2000-10-09 Dave Love <fx@gnu.org>
11528
11529 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
11530 has been initialized before calling tool-bar-setup.
11531 (tool-bar-add-item-from-menu): Add autoload cookie.
11532
11533 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
11534
11535 * menu-bar.el (send-mail-item-name): New function.
11536 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
11537 of mail-user-agent in the menu. Don't display the "Send Mail"
11538 item if mail-user-agent is nil or its value is ignore.
11539 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
11540 if read-mail-command is nil or its value is ignore.
11541
11542 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
11543
11544 2000-10-09 Miles Bader <miles@gnu.org>
11545
11546 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
11547 Correct image size.
11548 * toolbar/left_arrow.xpm: Correct image size.
11549
11550 * jka-compr.el: Don't call `jka-compr-install' when loading (it
11551 will be done by the definition of `auto-compression-mode' if
11552 necessary. Move code to uninstall existing file-name handler
11553 before definition of `auto-compression-mode'.
11554
11555 * image-file.el (auto-image-file-mode): Move to the end of the
11556 file, because `define-minor-mode' actually calls the mode-function
11557 if the associated variable is non-nil, which requires that all
11558 needed functions be already defined.
11559
11560 * mouse.el (popup-menu): Balance parens.
11561
11562 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
11563
11564 * mouse.el (popup-menu): Move the command call outside the loop
11565 so that popup-menu returns whatever the command returns.
11566
11567 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
11568 (initialize-new-tags-table): Use run-hook-with-args-until-success.
11569 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
11570 (tags-table-format-functions): Renamed from tags-table-format-hooks.
11571
11572 * vc.el (vc-version-diff): diff-switches can be a list.
11573 Use relative filenames for prettier output.
11574
11575 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
11576 (vc-post-command-functions): Remove old-VC compatibility code.
11577
11578 * newcomment.el (comment-indent-default): Autoload.
11579
11580 * font-lock.el (font-lock-defaults): Make buffer-local.
11581 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
11582 (font-lock-choose-keywords):
11583 Ignore LEVEL unless KEYWORDS is a list of syms.
11584 (c-keywords, c++-keywords, objc-keywords, java-keywords):
11585 Don't wrap regexp-opt things in \(...\) unnecessarily.
11586
11587 * jit-lock.el: Don't require font-lock any more.
11588 (jit-lock-functions): Make buffer-local.
11589 (jit-lock-saved-fontify-buffer-function): Remove.
11590 (jit-lock-mode): Remove autoload cookie.
11591 Remove font-lock specific code.
11592 (jit-lock-unregister): Don't bother handling complex hooks any more.
11593 (jit-lock-refontify): New function.
11594 (jit-lock-fontify-buffer): Use it.
11595 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
11596 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
11597 Add optional args START and END.
11598 Never call font-lock-fontify-region directly.
11599 (jit-lock-function, jit-lock-stealth-fontify): Use it.
11600
11601 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
11602
11603 2000-10-08 Dave Love <fx@gnu.org>
11604
11605 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
11606
11607 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
11608
11609 * play/studly.el (studlify-region, studlify-word): Add autoload
11610 cookie.
11611
11612 * play/morse.el (morse-region, unmorse-region): Add autoload
11613 cookie.
11614
11615 * play/spook.el (spook-phrases-file): Use expand-file-name, not
11616 concat.
11617
11618 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
11619 insist on symbols starting with word syntax.
11620 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
11621 (eval-defun-1): Doc fix.
11622 (indent-sexp): Use nconc to build up indent-stack.
11623
11624 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
11625 Gnus with little use.
11626 (mail-setup-hook): Add mail-abbrevs-setup to options.
11627
11628 * recentf.el: Doc fixes.
11629
11630 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
11631 Clean up remainder.
11632
11633 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
11634 without timezone and (8) with timezone to enforce some whitespace.
11635 Simplify code somewhat.
11636
11637 * options.el (list-options): Doc that you should use customize.
11638
11639 * iswitchb.el (iswitchb-mode): Add :require.
11640
11641 * info.el (Info-goto-node, Info-menu): Doc fix.
11642 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
11643 (info-tool-bar-map): New variable.
11644 (Info-mode): Use it.
11645 (Info-edit-map): Define all in defvar.
11646 (speedbar-attached-frame): Avoid compiler warning.
11647
11648 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
11649 (global-map): Bind [tool-bar] to a filtered map.
11650 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
11651 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
11652 Allow PBM icons.
11653 (tool-bar-setup): Adjust calls of tool-bar-add-item.
11654
11655 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
11656 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
11657 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
11658 icons, except up_arrow, which is left-arrow rotated.
11659
11660 * imenu.el (imenu-add-to-menubar): Fix last change.
11661
11662 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
11663
11664 * generic-x.el (rul-generic-mode): Remove eval-when-compile
11665 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
11666
11667 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
11668
11669 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
11670 typos in doc strings.
11671
11672 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
11673 the doc strings how to customize Font Lock faces.
11674
11675 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
11676 computing growth when dragging the header line.
11677
11678 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
11679
11680 * simple.el (kill-line): Doc fix.
11681
11682 2000-10-08 Miles Bader <miles@gnu.org>
11683
11684 * faces.el (secondary-selection): Make foreground visible on tty.
11685
11686 * jka-compr.el (auto-compression-mode): Move to the end of the
11687 file, because `define-minor-mode' actually calls the mode-function
11688 if the associated variable is non-nil, which requires that all
11689 needed functions be already defined.
11690 (with-auto-compression-mode): Add autoload cookie.
11691
11692 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
11693
11694 * files.el (find-backup-file-name) [ms-dos]: If support for long
11695 file names is not available, behave as if version-control were set
11696 to never.
11697
11698 2000-10-07 Dave Love <fx@gnu.org>
11699
11700 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
11701 (browse-url-gnome-moz): New function.
11702 (browse-url-browser-function): Use it.
11703 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
11704
11705 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
11706
11707 * indent.el (tab-always-indent): New var.
11708 (indent-for-tab-command): Use it.
11709
11710 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
11711 raise an error. This way it can still default to a sane value.
11712
11713 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
11714
11715 * startup.el (fancy-splash-screens): Use local rather than global map.
11716 Don't use `update-menu-bindings' any more.
11717 Get rid of assumptions about keymap representation.
11718
11719 2000-10-06 Dave Love <fx@gnu.org>
11720
11721 * textmodes/fill.el (sentence-end-double-space)
11722 (sentence-end-without-period): Doc fix.
11723 (adaptive-fill-regexp): Purecopy.
11724 (unjustify-current-line): Use line-end-position.
11725 (fill-individual-paragraphs-prefix): Use line-beginning-position.
11726
11727 * net/eudc-vars.el (eudc): Add :version, :link.
11728
11729 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
11730
11731 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
11732 Fix for define-minor-mode.
11733 (function-at-point): Alias to function-called-at-point.
11734
11735 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
11736
11737 * simple.el (backward-word): Doc fix.
11738
11739 * image-file.el (image-file-name-regexp): image-file-regexps ->
11740 image-file-name-regexps.
11741 (image-file-name-extensions): Add pbm.
11742
11743 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
11744
11745 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
11746 and add filename to the names so that diff-mode can jump to source.
11747
11748 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
11749 (tex-font-lock-keywords, tex-font-lock-keywords-2)
11750 (tex-font-lock-keywords-1): Remove.
11751 (font-lock-turn-on-thing-lock): Use jit-lock-register.
11752 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
11753 (font-lock-default-fontify-region):
11754 Expand beg..end correctly when just following a multiline region.
11755 (font-lock-fontify-anchored-keywords):
11756 Include the anchor text as part of the multiline.
11757
11758 2000-10-06 Gerd Moellmann <gerd@gnu.org>
11759
11760 * loadup.el (toplevel): Load `loaddefs' before `help' because the
11761 latter needs the autoloaded define-minor-mode macro during the
11762 bootstrap.
11763
11764 * startup.el (command-line): For now, activate tool-bar-mode only
11765 if XPM images are supported.
11766
11767 * mouse.el (mouse-drag-header-line): Don't allow resizing a
11768 window by dragging a header-line at the top of the frame; that's
11769 confusing because the header-line doesn't move.
11770 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
11771 of treating the event as a list. Some cleanup.
11772
11773 2000-10-06 Miles Bader <miles@gnu.org>
11774
11775 * simple.el (display-message-or-buffer): New function.
11776 (shell-command-on-region): Use `display-message-or-buffer'.
11777
11778 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
11779 docstring parts.
11780
11781 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11782 (smbclient-prompt-regexp): Add usage note to doc string.
11783 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
11784 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
11785 Use add-hook for adding the comint filter function, and only do so
11786 if it's not already in the global hook list.
11787 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
11788 to `make-local-variable'.
11789 (nslookup-font-lock-keywords): Remove prompt entry.
11790 (nslookup): Don't set the process-filter.
11791 (finger): Exit the loop correctly when the regexps list runs out.
11792 (ftp, smbclient, smbclient-list-shares):
11793 Set the real major mode immediately, not after execing.
11794 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
11795
11796 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
11797
11798 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
11799
11800 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
11801
11802 * which-func.el (which-func-format): Remove spurious space.
11803 (which-func-mode): Don't make it permanent-local.
11804 (which-func-ff-hook): Allow which-func-maxout to be nil.
11805 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
11806 (which-func-mode): Simplify.
11807 Use post-command-idle-hook rather than post-command-hook.
11808 Go through all buffers and update their state.
11809 (which-function): Also try add-log-current-defun-function.
11810
11811 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
11812 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
11813 Update call to with-vc-properties accordingly.
11814 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
11815 (vc-revert-buffer): More careful about window selection and deletion.
11816 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
11817
11818 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
11819 (cvs-retrieve-revision): Reuse a pre-existing buffer.
11820 (cvs-dired-action): Change the default to quickdir.
11821
11822 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
11823 if comment-indent-function returns nil.
11824 (comment-indent-default): New function.
11825 (comment-indent-function): Use it and document the new semantics.
11826
11827 * image-file.el: Docstring fixes.
11828
11829 * help.el (help-xref-on-pp): Use match-string.
11830 (describe-variable): New arg BUFFER.
11831 Store the current buffer in the help-xref-stack.
11832 (temp-buffer-resize-mode): Use define-minor-mode.
11833
11834 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
11835 consistently with its docstring.
11836 Set jit-lock-first-unfontify-pos in an idempotent way.
11837 (jit-lock-register): Autoload and add arg CONTEXTUAL.
11838
11839 2000-10-05 Alex Schroeder <alex@gnu.org>
11840
11841 * sql.el (sql-mysql-options): New variable.
11842 (sql-mysql): Use it.
11843
11844 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
11845
11846 * image.el (image): New group.
11847
11848 * smerge-mode.el (smerge-mine-face, smerge-other-face)
11849 (smerge-base-face, smerge-markers-face): Add dark-background variants.
11850
11851 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11852
11853 * net/net-utils.el (nslookup-font-lock-keywords)
11854 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11855 Ignore the value of wqindow-system; always define keywords
11856
11857 2000-10-05 Kenichi Handa <handa@etl.go.jp>
11858
11859 * startup.el (fancy-splash-screens): Remove the code for
11860 debugging; `(trace-to-stderr "EXITTT\n")'.
11861
11862 2000-10-05 Miles Bader <miles@gnu.org>
11863
11864 * diff-mode.el (diff-goto-source): Update call to
11865 `diff-hunk-status-msg' to reflect new REV variable.
11866
11867 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
11868
11869 * progmodes/icon.el (icon-mode):
11870 Don't gratuitously override the default for comment-column.
11871
11872 * vc-hooks.el (vc-mode-line): Fix interactive spec.
11873
11874 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
11875 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
11876 (jit-lock-functions): New var.
11877 (jit-lock-function-1): Use it if non-nil.
11878 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
11879 Set the `fontified' property before doing the fontification to avoid
11880 repeatedly going through the same error.
11881 Don't turn errors into messages.
11882 (jit-lock-register, jit-lock-unregister): New functions.
11883
11884 * dired.el (dired-mark-pop-up): Turn comment into docstring.
11885 Use with-current-buffer.
11886
11887 * dired-aux.el (dired-do-create-files, dired-kill-tree):
11888 Turn comment into docstring.
11889
11890 * apropos.el (apropos-mode): Use define-derived-mode.
11891
11892 2000-10-04 Gerd Moellmann <gerd@gnu.org>
11893
11894 * startup.el (fancy-splash-pending-command): New variable.
11895 (fancy-splash-pre-command): New function.
11896 (fancy-splash-screens): Rewritten.
11897 (command-line-1): If fancy-splash-pending-command is set, call it
11898 interactively.
11899
11900 2000-10-04 Dave Love <fx@gnu.org>
11901
11902 * toolbar/tool-bar.el (tool-bar-setup): New function.
11903 (tool-bar-mode): Use it.
11904
11905 * subr.el (substitute-key-definition): Doc fix.
11906 (play-sound-file): New command.
11907
11908 2000-10-04 Andre Spiegel <spiegel@gnu.org>
11909
11910 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
11911 vc-version-backup-file-name): New functions.
11912
11913 * files.el (basic-save-buffer): Call vc-before-save before saving.
11914
11915 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
11916 vc-cvs-stay-local-p.
11917
11918 * vc.el (vc-revert-buffer): Handle empty diff properly.
11919 (vc-version-backup-file): New function.
11920 (vc-checkout): Create a version backup if necessary.
11921 (vc-checkin): If a version backup file exists, delete it.
11922 (vc-version-diff): Diff locally using version backups, if available.
11923 (vc-revert-file): If there's a version backup, revert locally.
11924 (vc-transfer-file): Use version backup for base version, if
11925 available. If not, ask for confirmation whether to get it from the
11926 server. Update mode line before check-in.
11927
11928 2000-10-04 Dave Love <fx@gnu.org>
11929
11930 * toolbar/tool-bar.el (tool-bar-setup): New function.
11931 (tool-bar-mode): Use it.
11932
11933 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11934
11935 * net/net-utils.el (nslookup-font-lock-keywords)
11936 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11937 Only set if window-system is non-nil
11938 (net-utils-run-program): Returns buffer.
11939 (network-connection-reconnect): Added this function.
11940
11941 * generic.el:
11942 Incorporates extensive cleanup and docfixes by
11943 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
11944 Uses cl compile-time macros.
11945 (generic-mode-name, generic-comment-list)
11946 (generic-keywords-list, generic-font-lock-expressions)
11947 (generic-mode-function-list, generic-mode-syntax-table):
11948 Removed variables.
11949 (generic-mode-alist): Renamed to generic-mode-list.
11950 (generic-find-file-regexp): Default changed to "^#".
11951 (generic-read-type): Uses completing read on generic-mode-list.
11952 (generic-mode-sanity-check): removed this function.
11953 (generic-add-to-auto-mode): Removed this function
11954 (generic-mode-internal): Bind mode-specific definitions
11955 into function instead of putting them in alist.
11956 (generic-mode-set-comments): Reworked extensively.
11957 (generic-mode-find-file-hook): Simplified regexp searching
11958 (generic-make-keywords-list): Omit extra pair of parens
11959
11960 * find-lisp.el (find-lisp-find-files-internal):
11961 Make sure directory name ends with "/".
11962
11963 * generic-x.el (apache-conf-generic-mode):
11964 Regexp now allows leading whitespace.
11965 (rc-generic-mode): Added eval-when-compile
11966 around generic-make-keywords-list.
11967 Deleted duplicate regexp
11968 (rul-generic-mode): Added eval-when-compile
11969 around generic-make-keywords-list.
11970 (etc-fstab-generic-mode): New generic mode.
11971 (rul-generic-mode): Removed one eval-when-compile
11972 which caused a max-specpdl-size exceeded error.
11973
11974 2000-10-04 Miles Bader <miles@gnu.org>
11975
11976 * simple.el (minibuffer-temporary-goal-position): New variable.
11977 (next-history-element): Try to keep the position of point in the
11978 input string constant.
11979
11980 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
11981 (dired-do-create-files): If there's only one file, pass it in as
11982 the DEFAULT arg to dired-mark-read-file-name.
11983
11984 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
11985
11986 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
11987 (diff-goto-source): Be smarter when choosing REVERSE or not.
11988
11989 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
11990 (texinfo-mode-menu): Add an explicit shortcut for update all.
11991
11992 2000-10-03 Andre Spiegel <spiegel@gnu.org>
11993
11994 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
11995 factorize backend-specific code cleanly (this was essentially
11996 conceived by Stefan Monnier).
11997 (vc-unregister): Function removed.
11998 (vc-revert-file): New function.
11999 (vc-revert-buffer): Delegate some of the work to it.
12000
12001 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
12002 default branch unconditionally.
12003 (vc-rcs-set-default-branch): New function.
12004 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
12005 (vc-rcs-checkin): If an appropriate default branch has been set,
12006 force creation of that branch.
12007 (vc-rcs-receive-file): Rewritten to contain only backend-specific
12008 code (as suggested by Stefan Monnier).
12009
12010 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12011
12012 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
12013 highlighting overlay with a different face over the overlay
12014 isearch uses to highlight the current match because that can lead
12015 to bad face combinations.
12016
12017 * loadup.el (toplevel): Load faces before isearch.
12018
12019 * isearch.el (isearch-faces): New custom group.
12020 (isearch): New defface; was already tested for in the code.
12021 (isearch-lazy-highlight-face): Changed to defface from defcustom.
12022 (isearch-highlight): Always use face `isearch'.
12023
12024 2000-10-02 Dave Love <fx@gnu.org>
12025
12026 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
12027 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
12028 comparison of opcode with operand.
12029
12030 2000-10-03 Miles Bader <miles@gnu.org>
12031
12032 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
12033 buffer, since the echo area will now grow to accommodate them.
12034
12035 2000-10-02 Andre Spiegel <spiegel@gnu.org>
12036
12037 * vc-hooks.el (vc-registered): If FILE used to be registered under
12038 a certain backend, try that one first.
12039
12040 * vc.el (vc-responsible-backend): Undo the previous change in the
12041 argument list. Handle multiple backends correctly.
12042 (vc-find-new-backend): Function removed.
12043 (vc-register): Use vc-responsible-backend, as before.
12044 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
12045
12046 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12047
12048 * startup.el (fancy-splash-head): Change message below the
12049 logo.
12050
12051 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
12052
12053 * diff-mode.el (diff-goto-source): Emit a status message.
12054 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
12055 (diff-test-hunk): Fix doc string.
12056 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
12057 (diff-advance-after-apply-hunk): New variable.
12058 (diff-apply-hunk): Don't return a value.
12059
12060 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
12061
12062 * vc.el (vc-editable-p): Minor optimization.
12063 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
12064 (vc-find-new-backend): New function split from vc-responsible-backend.
12065 (vc-register): Use it.
12066 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
12067 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
12068 (vc-default-unregister, vc-revert-buffer): Docstring fix.
12069 (vc-clear-headers): Don't use find-file.
12070 (vc-revert-buffer): Use `and' again (must have been a braino).
12071 (vc-switch-backend): Only prompt if requested.
12072 Short circuit if nothing is to be done.
12073 Don't use vc-resynch-buffer which could lose unsaved editing.
12074 (vc-default-receive-file): Update call to vc-unregister.
12075 (with-vc-file, vc-next-action-on-file):
12076 Use vc-backend rather than vc-registered.
12077 (vc-next-action-on-file): Use intern-soft.
12078 Deal with read-only *vc-diff* buffer.
12079 (vc-transfer-file): Docstring fix.
12080
12081 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
12082 (vc-rcs-receive-file): Avoid with-vc-properties.
12083 Update call to vc-unregister.
12084 Use constant `RCS' rather than (dynamically bound) var `backend'.
12085
12086 2000-10-01 Andre Spiegel <spiegel@gnu.org>
12087
12088 * vc.el (vc-next-action-on-file): Update mode line only if file
12089 is visited.
12090 (vc-start-entry): New argument initial-contents. Don't visit the file
12091 if it isn't already visited. Brought documentation up-to-date.
12092 (vc-next-action, vc-register): Updated calls to vc-start-entry.
12093 (vc-checkin): New optional arg initial-contents, which is passed to
12094 vc-start-entry.
12095 (vc-finish-logentry): Make sure to bury log buffer only if there
12096 really is one. Call `vc-resynch-buffer' on log-file, not
12097 buffer-file-name.
12098 (vc-default-comment-history, vc-default-wash-log): New functions.
12099 (vc-index-of): Removed.
12100 (vc-transfer-file): Make do without the above.
12101 (vc-default-receive-file): Call comment-history unconditionally. Pass
12102 the resulting string to vc-checkin, instead of inserting it into the
12103 comment ring.
12104
12105 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
12106 unconditionally. Use the comments as initial contents of the log
12107 entry buffer. Document the trick to force branch creation with no
12108 changes.
12109
12110 2000-10-01 Miles Bader <miles@gnu.org>
12111
12112 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
12113 `recenter' with an arg to prevent redrawing the display.
12114
12115 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
12116
12117 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
12118
12119 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
12120
12121 * progmodes/c-mode.el (c-mode):
12122 Don't gratuitously override the default for comment-column.
12123
12124 * textmodes/tex-mode.el (latex-metasection-list): New var.
12125 (latex-imenu-create-index): Use it.
12126 Move the regexp construction outside loops (and use push).
12127 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
12128 (tex-font-lock-keywords): Moved from font-lock.el.
12129 (tex-comment-indent): Remove.
12130 (tex-common-initialization): Don't set comment-indent-function.
12131 (latex-block-default): New var.
12132 (tex-latex-block): Use it to provide a default choice.
12133 Add any unknown choice to latex-block-names.
12134 Insert [...] after {...}.
12135 (tex-last-unended-begin): Simplify regexp.
12136 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
12137 (latex-forward-sexp-1, latex-forward-sexp): New functions.
12138 (latex-mode): Set forward-sexp-function.
12139
12140 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
12141 Add regexp for @ignore ... @end ignore.
12142 (texinfo-heading-face): New face.
12143 (texinfo-font-lock-keywords): Use it.
12144 (texinfo-mode-menu): New menu.
12145 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
12146 New functions.
12147 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
12148 (texinfo-section-types-regexp, texinfo-section-level-regexp)
12149 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
12150 Remove declaration.
12151 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
12152
12153 * delsel.el (delete-selection-mode): Use define-minor-mode.
12154
12155 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
12156
12157 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12158
12159 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
12160
12161 2000-09-30 Gerd Moellmann <gerd@gnu.org>
12162
12163 * replace.el (keep-lines-read-args): New function.
12164 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
12165 read arguments interactively. Add parameters RSTART and REND.
12166 Operate on the active region in Transient Mark mode.
12167
12168 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
12169
12170 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
12171 (authors-obsolete-files-regexps): New variable.
12172 (authors-add): Don't record changes in obsolete files.
12173
12174 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12175
12176 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
12177
12178 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
12179 (comment-indent): Make sure there's a space between code and comment.
12180 Shift comments left to avoid going past fill-column.
12181
12182 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12183
12184 * startup.el (startup-echo-area-message): New function.
12185 (display-startup-echo-area-message): Use it.
12186 (fancy-splash-screens): Rewritten to use keymaps and a timer.
12187 (fancy-splash-default-action): New function.
12188 (fancy-splash-screens-1): New function.
12189 (fancy-splash-head): Put a help-echo and a keymap under the image.
12190
12191 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12192
12193 * diff-mode.el (diff-add-log-file-name): Remove.
12194 (diff-mode): Use add-log-buffer-file-name-function.
12195
12196 * add-log.el (find-change-log): New arg BUFFER-FILE.
12197 (add-log-file-name): Obey add-log-file-name-function.
12198 (add-log-buffer-file-name-function): New var.
12199 (add-change-log-entry): Use it.
12200
12201 2000-09-29 Miles Bader <miles@gnu.org>
12202
12203 * image-file.el (image-file-name-extensions): New variable.
12204 (image-file-name-regexps): Renamed from `image-file-regexps'.
12205 New default value is nil. Call `auto-image-file-mode'.
12206 (image-file-name-regexp): New function.
12207 (auto-image-file-mode): New minor mode.
12208 (insert-image-file): Don't make conditional on the image-file
12209 handler being enabled.
12210 (image-file-handler): Make the call here conditional instead.
12211 (set-image-file-handler-enabled, enable-image-file-handler)
12212 (disable-image-file-handler): Functions removed.
12213
12214 * emacs-lisp/authors.el (authors-print): Rephrase many-files
12215 string.
12216
12217 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12218
12219 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
12220 it's a function from CL.
12221 (latex-imenu-create-index): Replace eval-when-compile with progn
12222 because latex-section-alist is not bound while compiling.
12223
12224 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12225
12226 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
12227 (outline-mode): Use define-derived-mode.
12228
12229 * progmodes/perl-mode.el (perl-mode):
12230 * progmodes/awk-mode.el (awk-mode):
12231 * progmodes/asm-mode.el (asm-mode):
12232 Don't gratuitously override the default for comment-column.
12233
12234 * emacs-lisp/lisp.el (lisp-complete-symbol):
12235 Distinguish the let-binding case from the funcall case.
12236 (forward-sexp-function): New variable.
12237 (forward-sexp): Use it.
12238
12239 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
12240 (easy-mmode-defmap): Remove the now useless autoload.
12241
12242 * time.el (display-time-mode): Use define-minor-mode.
12243
12244 * subr.el (add-minor-mode): Don't eval NAME.
12245 Don't depend on the presence of TOGGLE-FUN for any special behavior.
12246 Use if rather than cond.
12247
12248 * simple.el (read-expression-map): Define more properly.
12249 (comment-indent-hook): Remove.
12250 (string-to-syntax): Bug fix.
12251
12252 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
12253 (cvs-ediff-diff): Fix typo.
12254 (cvs-revert-if-needed): Don't bother preserving read-only.
12255
12256 * paren.el (show-paren-mode): Use define-minor-mode.
12257
12258 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
12259 (toggle-auto-compression): Remove.
12260 (jka-compr-build-file-regexp): Remove useless grouping.
12261
12262 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
12263 Avoid user-reserved bindings.
12264 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
12265 (diff-header-face): Revert to grey85.
12266
12267 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
12268
12269 * complete.el (partial-completion-mode) <defcustom>: Remove.
12270 (partial-completion-mode): Use define-minor-mode.
12271 (PC-do-completion): Understand `completion-auto-help = delay'
12272 to mean to popup the completion buffer only the second time.
12273 (PC-include-file-all-completions, PC-include-file-all-completions)
12274 (PC-include-file-all-completions): Don't quote lambda.
12275
12276 * comint.el (comint-mode-hook): Docstring fix.
12277 (comint-mode): Use define-derived-mode.
12278 (comint-mode-map): Remove obsolete comment.
12279 (make-comint): Minor stylistic change.
12280 (comint-insert-clicked-input): Be more careful to find the overlay.
12281 Use this-command-keys rather than hardcoding mouse-2.
12282
12283 * font-lock.el: Replace confusing (,@ with ,
12284 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
12285 Don't use regexp-opt-depth. Spice up the regexp for args.
12286 Don't distinguish between cmds that can take an opt arg or not.
12287 Use `append' and `prepend' rather than `keep'.
12288
12289 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
12290 (latex-outline-regexp): New var.
12291 (latex-outline-level): New fun.
12292 (latex-section-alist): New var.
12293 (latex-imenu-create-index): Use it. Use `push' as well.
12294 (tex-shell-map): Initialize it properly.
12295 (tex-mode): Minor stylistic change.
12296 (plain-tex-mode): Use define-derived-mode.
12297 (latex-mode): Use define-derived-mode.
12298 Construct the paragraph regexps in a more readable way.
12299 Set the buffer-local outline-{level,regexp} vars.
12300 (slitex-mode): Derive from latex-mode.
12301 (tex-common-initialization): Don't kill-all-vars anymore.
12302 Add setting for comment-add and font-lock-defaults.
12303 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
12304 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
12305 (tex-start-tex): New arg DIR (and send a chdir command for it).
12306 Also display the shell buffer and save it in tex-last-buffer-texed.
12307 (tex-region): Use expand-file-name rather than concat.
12308 Remove code made useless by changes in tex-start-tex.
12309 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
12310
12311 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
12312
12313 2000-09-28 Dave Love <fx@gnu.org>
12314
12315 * eshell/eshell.el (eshell) <defgroup>: Add :version.
12316
12317 2000-09-28 Gerd Moellmann <gerd@gnu.org>
12318
12319 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
12320 `append'.
12321
12322 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12323
12324 * info.el (Info-extract-pointer): Undo last change.
12325 Instead, fix the position of the `bound' arg to re-search-backward.
12326
12327 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
12328
12329 * info.el (Info-extract-pointer):
12330 Widen more carefully, to avoid finding pointers in other nodes.
12331 (Info-index): Use push.
12332
12333 2000-09-27 Gerd Moellmann <gerd@gnu.org>
12334
12335 * frame.el (set-frame-font): Remove call to obsolete function
12336 frame-update-faces.
12337 (set-foreground-color, set-background-color): Likewise for
12338 frame-update-face-colors.
12339
12340 2000-09-27 Miles Bader <miles@gnu.org>
12341
12342 * image-file.el: New file.
12343
12344 2000-09-27 Gerd Moellmann <gerd@gnu.org>
12345
12346 * frame.el (frame-notice-user-settings): Don't call
12347 frame-update-faces, which is a no-op now.
12348
12349 * ediff-wind.el (ediff-control-frame-parameters): Add zero
12350 tool-bar-lines.
12351
12352 2000-09-27 Dave Love <fx@gnu.org>
12353
12354 * mouse.el: Fix last change.
12355
12356 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
12357
12358 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
12359
12360 2000-09-22 Kenichi Handa <handa@etl.go.jp>
12361
12362 * international/quail.el (quail-help): The output message is
12363 improved.
12364
12365 2000-09-26 Dave Love <fx@gnu.org>
12366
12367 * mouse.el (popup-menu): If POSITION is nil, set it using
12368 mouse-position.
12369
12370 2000-09-25 Sam Steingold <sds@gnu.org>
12371
12372 * net/browse-url.el (browse-url-file-url): Check for null maps.
12373
12374 2000-09-26 Gerd Moellmann <gerd@gnu.org>
12375
12376 * frame.el (frame-notice-user-settings): Don't add a
12377 tool-bar-lines frame parameter to default-frame-alist in batch mode.
12378
12379 * frame.el (frame-notice-user-settings):
12380 Make tool-bar-mode and default-frame-alist consistent.
12381
12382 * toolbar/tool-bar.el (tool-bar-help): New function.
12383
12384 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12385
12386 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
12387 current-load-list in top-level forms. Else this leaks a cons cell
12388 every time a defun is called.
12389
12390 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
12391
12392 2000-09-25 Dave Love <fx@gnu.org>
12393
12394 * startup.el (fancy-splash-head): Check XPM is available.
12395
12396 * autoinsert.el (auto-insert): Doc fix.
12397 (auto-insert-alist): Following GNU notices, don't say `copyright
12398 _by_'. Use line-beginning-position.
12399 (auto-insert): Check buffer-file-name is non-nil before use.
12400
12401 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12402
12403 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
12404 starting with `@def' or `@multitable', in addition to ones
12405 specified by the user in auto-fill-inhibit-regexp.
12406
12407 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
12408
12409 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
12410 rmail-dont-reply-to-names matches the empty string.
12411
12412 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12413
12414 * startup.el (command-line-1, fancy-splash-text): Change the
12415 text to sound more friendly.
12416
12417 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
12418
12419 * progmodes/hideshow.el: Update author email address.
12420 Generally, sync w/ maintainer version 5.22.
12421 (hs-hide-all-non-comment-function): New var.
12422 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
12423 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
12424 (hs-show-region): Delete this command.
12425 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
12426
12427 2000-09-22 Dave Love <fx@gnu.org>
12428
12429 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
12430 (hl-line-highlight): Specify buffer when moving overlay.
12431
12432 * progmodes/fortran.el (fortran-mode): Locally set
12433 normal-auto-fill-function.
12434 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
12435 (fortran-mode-map): Adjust auto-fill menu entry.
12436
12437 2000-09-22 Gerd Moellmann <gerd@gnu.org>
12438
12439 * vc-rcs.el (toplevel): Require `vc' when compiling.
12440
12441 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
12442
12443 2000-09-22 Andre Spiegel <spiegel@gnu.org>
12444
12445 * vc.el (vc-switch-backend): Signal an error if the file is not
12446 registered under the new backend.
12447
12448 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
12449 without explicit revision number.
12450
12451 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
12452
12453 * diff-mode.el (diff-file-header-face): Reset to its previous value.
12454 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
12455 (diff-xor): New function.
12456 (diff-find-source-location): Use it. Fix a stupid name clash.
12457 (diff-hunk-status-msg): New function.
12458 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
12459 (diff-test-hunk): Use diff-find-source-location.
12460 (diff-goto-source): Favor the `reverse'.
12461 (diff-hunk-text): Properly handle one-sided context diffs.
12462 (diff-apply-hunk): When done, advance to the next hunk.
12463
12464 2000-09-21 Gerd Moellmann <gerd@gnu.org>
12465
12466 * startup.el (command-line): If frame was created with a non-zero
12467 tool-bar-lines parameter, switch tool-bar-mode on.
12468
12469 * add-log.el (change-log-date-face, change-log-name-face)
12470 (change-log-email-face, change-log-file-face)
12471 (change-log-list-face, change-log-conditionals-face)
12472 (change-log-function-face, change-log-acknowledgement-face):
12473 New faces, inheriting from font-lock faces.
12474 (change-log-font-lock-keywords): Use them.
12475
12476 2000-09-21 Dave Love <fx@gnu.org>
12477
12478 * progmodes/cperl-mode.el (top-level): Clean up
12479 `eval-when-compile's and assorted defvars.
12480 (cperl-invalid-face): Don't double-quote value. Change custom
12481 type.
12482 (cperl-mode): Set normal-auto-fill-function and don't zap
12483 auto-fill-function.
12484 (cperl-imenu--function-name-regexp-perl): Renamed from
12485 imenu-example--function-name-regexp-perl.
12486 (cperl-imenu--create-perl-index): Renamed from
12487 imenu-example--create-perl-index.
12488 (cperl-xsub-scan): Don't require cl.
12489
12490 * msb.el (msb-mode-map): Use substitute-key-definition.
12491 (msb-mode): Use msb-mode-map.
12492
12493 2000-09-21 Andre Spiegel <spiegel@gnu.org>
12494
12495 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
12496 New functions.
12497 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
12498 (vc-switch-backend): New function.
12499 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
12500 (vc-register): Fix prompt.
12501 (vc-unregister, vc-default-unregister): New functions.
12502 (vc-version-diff): Handle empty buffer in sentinel.
12503
12504 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
12505 (vc-rcs-state-heuristic): Use it to guess the state of files with
12506 non-strict locking.
12507 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
12508 been set with -b, but not created yet.
12509 (vc-rcs-fetch-master-state): With non-strict locking, compare file
12510 contents in order to find the state.
12511 (vc-rcs-checkin): Allow creation of branches with no changes.
12512 (vc-rcs-unregister, vc-rcs-receive-file)
12513 (vc-rcs-set-non-strict-locking): New functions.
12514
12515 * vc-hooks.el (vc-name): Force correct computation of the value
12516 in case it is missing.
12517
12518 2000-09-21 Gerd Moellmann <gerd@gnu.org>
12519
12520 * startup.el (fancy-splash-tail): Use a different foreground
12521 color on a dark frame background.
12522
12523 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
12524
12525 * info.el: Use the correct capitalization when making Info-mode
12526 and Info-edit-mode `special' modes.
12527
12528 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
12529
12530 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
12531 (diff-mode): Add support for add-log.el.
12532 (diff-hunk-text): Use char offsets rather than line offsets.
12533 (diff-find-source-location): Replace LINE with line-offset (nil
12534 if not found) and always set POS to a meaningful position.
12535 Adapt to the new char-offsets.
12536 (diff-apply-hunk): Drop support for the unused `select' POPUP.
12537 Adapt to the new diff-find-source-location.
12538 (diff-goto-source): Adapt to the new diff-find-source-location.
12539
12540 * add-log.el (add-log-file-name): New function (split out of
12541 add-change-log-entry).
12542 (add-change-log-entry): Use it.
12543 Call add-log-file-name-function with the changelog file name if
12544 the current buffer is not associated with any file.
12545 Avoid find-file if the selected window is dedicated.
12546
12547 * diff-mode.el (diff-find-source-location):
12548 Move code from diff-apply-hunk. Return buffer rather than file.
12549 (diff-apply-hunk): Use the new result from diff-find-source-location.
12550 (diff-goto-source): Use the new diff-find-source-location.
12551
12552 2000-09-20 Dave Love <fx@gnu.org>
12553
12554 * iswitchb.el: Some doc fixes.
12555 (iswitchb-mode-map): Define completely initially. Inherit
12556 minibuffer-local-map.
12557 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
12558 fundamental-mode.
12559 (iswitchb-global-map): New variable.
12560 (iswitchb-summaries-to-end): Amalgamate regexps.
12561 (iswitchb-mode): New.
12562 (iswitchb-mode-hook): New variable.
12563 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
12564 `extensions'.
12565
12566 2000-09-20 Gerd Moellmann <gerd@gnu.org>
12567
12568 * ehelp.el (electric-help): New defgroup.
12569 (electric-help-shrink-window): New user-option.
12570 (with-electric-help): Use it.
12571
12572 * window.el (shrink-window-if-larger-than-buffer): If face
12573 `mode-line' has a :box, and we're on a graphical frame, add 1
12574 to the needed window height.
12575
12576 * frame.el (frame-notice-user-settings): Add a last parameter nil
12577 to a call to `append', because the last list passed to `append' is
12578 not copied, and so subsequent calls to assq-delete-all will modify
12579 default-frame-alist.
12580
12581 * startup.el (fancy-splash-image): Change :type.
12582 (fancy-splash-head): Use an XBM image if appropriate.
12583 (command-line-1): Show splash screens in more cases.
12584
12585 * startup.el (fancy-splash-text): Don't quote faces.
12586
12587 * dired.el (dired-font-lock-keywords): Undo last change.
12588 (dired-readin): Bind indent-tabs-mode to nil.
12589
12590 * startup.el (fancy-splash-head): If frame's background mode
12591 is `dark', change the black background of the image to gray.
12592 (fancy-splash-screens): Display startup echo area message.
12593 (display-startup-echo-area-message): New function.
12594
12595 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
12596
12597 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
12598
12599 * info.el (info-header-node): Tweak for color ttys.
12600
12601 * faces.el (face-valid-attribute-values): Make sure directories we
12602 search for stipples both exist and are readable before trying to
12603 search them.
12604
12605 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
12606 in the dry-run case.
12607
12608 * jka-compr.el (with-auto-compression-mode): New macro.
12609
12610 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
12611 (custom-group-tag-face, custom-variable-tag-face): Use relative
12612 :height and inherit from `variable-pitch' face instead of
12613 hardwiring :family.
12614 * hi-lock.el (hi-black-hb): Likewise.
12615
12616 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
12617 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
12618 toolbar-add-item, if image doesn't have a mask add a `:mask
12619 heuristic'.
12620
12621 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
12622
12623 * diff-mode.el: Docstring fixes.
12624 (diff-header-face, diff-comment-face): New faces.
12625 (diff-font-lock-keywords): Highlight a bit differently.
12626 (diff-find-source-location): Don't return SPAN any more.
12627 (diff-hunk-text): Don't bother erasing the temp buffer.
12628 (diff-find-text): Drop argument LINE.
12629 (diff-apply-hunk): Update calls to diff-find-text.
12630 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
12631
12632 * calendar/calendar.el: Docstring fixes.
12633 (calendar-make-alist): Don't quote lambda.
12634 (calendar-star-date): Use make-local-variable.
12635
12636 2000-09-19 Dave Love <fx@gnu.org>
12637
12638 * toolbar/tool-bar.el: Renamed from toolbar.el.
12639 Change `toolbar' to `tool-bar' generally in symbols.
12640 Make some items invisible in `special' major modes.
12641 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
12642 Add arg PROPS.
12643
12644 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
12645 Add :version here.
12646 (fancy-splash-delay, fancy-splash-image): Remove :version here.
12647
12648 2000-09-19 Gerd Moellmann <gerd@gnu.org>
12649
12650 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
12651
12652 * files.el (find-file-suppress-same-file-warnings): New user-option.
12653 (find-file-noselect): Use it.
12654
12655 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
12656 (fancy-splash-screen): Defgroup.
12657
12658 * add-log.el (change-log-font-lock-keywords): Match names
12659 more exactly for the case that font-lock-constant-face is
12660 underlined.
12661
12662 2000-09-19 Richard M. Stallman <rms@gnu.org>
12663
12664 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
12665
12666 2000-09-19 Andre Spiegel <spiegel@gnu.org>
12667
12668 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
12669
12670 2000-09-19 Gerd Moellmann <gerd@gnu.org>
12671
12672 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
12673 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
12674 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
12675 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
12676 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
12677 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
12678 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
12679 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
12680 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
12681 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
12682 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
12683 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
12684
12685 * startup.el (fancy-splash-text): New variable.
12686 (fancy-splash-delay, fancy-splash-image): New user-options.
12687 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
12688 (fancy-splash-screens): New functions.
12689 (command-line-1): If display has a `display' frame parameter, has
12690 colors, and we have XPM support, show more fancy splash screens.
12691
12692 2000-09-19 Dave Love <fx@gnu.org>
12693
12694 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
12695 with null `help'. Use modern backquote syntax.
12696
12697 2000-09-19 Gerd Moellmann <gerd@gnu.org>
12698
12699 * font-lock.el (font-lock-mode): Change message telling the user
12700 that ``the buffer is too big''.
12701
12702 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
12703 for instance for the case that tab-width is 2.
12704
12705 2000-09-18 Gerd Moellmann <gerd@gnu.org>
12706
12707 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
12708 toolbar-add-item, if image doesn't have a mask add a `:mask
12709 heuristic'.
12710
12711 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
12712
12713 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
12714 and return a cons if it's non-nil.
12715 (diff-apply-hunk): Try to jump to the line in the source text
12716 corresponding to the position of point in the in the hunk.
12717
12718 * info.el (Info-title-3-face, Info-title-2-face)
12719 (Info-title-1-face): Use face inheritance and relative sizes
12720 instead of hard-wiring things.
12721
12722 * faces.el (secondary-selection): Make dark-background variant sane.
12723
12724 2000-09-16 Andrew Innes <andrewi@gnu.org>
12725
12726 * makefile.w32-in (compile-files-CMD): No need to make .elc files
12727 read-only, since they aren't under VC now.
12728
12729 2000-09-17 Dave Love <fx@gnu.org>
12730
12731 * tmm.el: Replace mapcar with mapc in several places.
12732
12733 * loadhist.el (unload-feature): Maybe call elp-restore-list and
12734 ad-unadvise.
12735
12736 * international/latin1-disp.el: New file.
12737
12738 * calendar/cal-move.el (scroll-calendar-left)
12739 (scroll-calendar-right): Make arg optional (for active mode line).
12740
12741 * calendar/calendar.el (calendar-mode-line-format): Make fields
12742 mouse-sensitive.
12743 (calendar-read-date, calendar-read-date, calendar-window-list):
12744 Unquote lambda.
12745 (calendar-month-name): Use aref, not sref.
12746
12747 * view.el (minor-mode-alist): Propertize the string.
12748
12749 * international/characters.el (standard-case-table): Add entries
12750 for Greek.
12751
12752 2000-09-18 Miles Bader <miles@gnu.org>
12753
12754 * info.el (info-node, info-xref): Add dark-background variants.
12755
12756 * faces.el (header-line): Change defaults to be less confusing
12757 when mixed with mode-lines.
12758
12759 * info.el (Info-fontify-node): Make a few cleanups.
12760 Add extra `help-echo' and `local-map' props to node xrefs.
12761 Use header-specific faces for node-names & xrefs.
12762 (Info-use-header-line): New variable.
12763 (info-header-xref, info-header-node): New faces.
12764 (Info-setup-header-line): New function.
12765 (Info-select-node): Call Info-setup-header-line when enabled.
12766 (Info-extract-pointer): Work even if the header line is hidden.
12767 (Info-header-line): New variable.
12768
12769 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
12770
12771 * vms-patch.el (print-region-function): Don't quote lambda.
12772
12773 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
12774
12775 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
12776 (lm-get-header-re): Allow spaces between the header and the colon.
12777 (lm-header): Allow $ in non-RCS headers.
12778 (lm-header-multiline): Put the strings back into order.
12779 Stop at an empty line. Don't require two space chars if the
12780 line is clearly not another header line.
12781
12782 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
12783 (popup-menu-popup): Remove.
12784
12785 2000-09-15 Gerd Moellmann <gerd@gnu.org>
12786
12787 * toolbar/toolbar.el (toolbar-add-item): Use the same image
12788 specification if or if not tool-bar item contains an `:enabled'
12789 property.
12790
12791 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
12792 current buffer has no file name.
12793
12794 2000-09-15 Dave Love <fx@gnu.org>
12795
12796 * strokes.el: Sync with maintainer's current version with changes
12797 for Emacs, but avoid runtime cl and levents.
12798 (toplevel): Change autoloads and compilation requires.
12799 (strokes-version, strokes-bug-address, strokes-lift): Values
12800 changed.
12801 (strokes-xpm-header, strokes-insinuated): New variable.
12802 (strokes): Add :link.
12803 (strokes-mode): Customized.
12804 (strokes-while-inhibiting-garbage-collector): New macro.
12805 (strokes-remassoc): Avoid remove-if.
12806 (strokes-fix-button2-command): Don't use ad-do-it.
12807 (strokes-insinuate): New function.
12808 (strokes-button-press-event-p, strokes-button-release-event-p):
12809 New functions, used instead of non-`strokes-' versions..
12810 (strokes-mouse-event-p): Rewritten.
12811 (strokes-event-closest-point): Avoid event-point.
12812 (strokes-get-grid-position): Avoid cdadr, caadr
12813 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
12814 functions.
12815 (strokes-help): Use with-output-to-temp-buffer.
12816 (strokes-window-configuration-changed-p): New function.
12817 (strokes-update-window-configuration): Use buffer-live-p,
12818 strokes-window-configuration-changed-p.
12819 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
12820 (strokes-char-face): New face.
12821 (strokes-char-table, strokes-base64-chars): New variable.
12822 (strokes-xpm-for-stroke, strokes-list-strokes)
12823 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
12824 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
12825 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
12826 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
12827 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
12828 functions.
12829
12830 2000-09-15 Gerd Moellmann <gerd@gnu.org>
12831
12832 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
12833
12834 * image.el (create-image): Doc fix.
12835
12836 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
12837 instead of `:heuristic-mask t'.
12838
12839 2000-09-14 Andrew Innes <andrewi@gnu.org>
12840
12841 * makefile.w32-in: Revert to Unix line endings.
12842
12843 2000-09-14 Andrew Innes <andrewi@gnu.org>
12844
12845 * makefile.w32-in: Add bootstrap support. Also copy lisp source
12846 when installing.
12847
12848 * makefile.nt (DONTCOMPILE): Fix typo.
12849
12850 * shell.el (shell-write-history-on-exit): New function.
12851 (shell-dumb-shell-regexp): New custom variable.
12852 (shell-mode): Make shell-write-history-on-exit the process
12853 sentinel if shell name matches shell-dumb-shell-regexp.
12854
12855 * w32-fns.el: Comment out before-init-hook function which resets
12856 source-directory based; this breaks bootstrap.
12857
12858 2000-09-14 Dave Love <fx@gnu.org>
12859
12860 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
12861 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
12862 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
12863 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
12864 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
12865 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
12866 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
12867 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
12868 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
12869
12870 * toolbar/toolbar.el: New.
12871
12872 * subdirs.el: Add toolbar.
12873
12874 2000-09-14 Gerd Moellmann <gerd@gnu.org>
12875
12876 * indent.el (indent-for-tab-command): Doc fix.
12877
12878 2000-09-14 Alex Schroeder <alex@gnu.org>
12879
12880 * ansi-color.el (ansi-colors): Doc change.
12881 (ansi-color-get-face): Simplified regexp.
12882 (ansi-color-faces-vector): Added more faces, doc change.
12883 (ansi-color-names-vector): Doc change.
12884 (ansi-color-regexp): Simplified regexp.
12885 (ansi-color-parameter-regexp): New regexp.
12886 (ansi-color-filter-apply): Doc change.
12887 (ansi-color-filter-region): Doc change.
12888 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
12889 deal with zero length parameters.
12890 (ansi-color-apply-on-region): Doc change.
12891 (ansi-color-map): Doc change.
12892 (ansi-color-map-update): Removed debugging message.
12893 (ansi-color-get-face-1): Added condition-case to trap
12894 args-out-of-range errors.
12895 (ansi-color-get-face): Doc change.
12896 (ansi-color-make-face): Removed.
12897 (ansi-color-for-shell-mode): New option.
12898
12899 2000-09-13 Kenichi Handa <handa@etl.go.jp>
12900
12901 * international/quail.el (quail-start-translation): Translate KEY
12902 if necessary even if it doesn't have any mapping in the current
12903 input method.
12904 (quail-start-conversion): Likewise.
12905 (quail-help): The output message is improved.
12906
12907 2000-09-13 Miles Bader <miles@gnu.org>
12908
12909 * comint.el (comint-output-filter): Revert to using
12910 `insert-before-markers'. Add bletcherous hack to undo damage
12911 caused by `insert-before-markers'. Put `front-sticky' property on
12912 overlays created here so that the field code understands how the
12913 overlay works. Use a let when making comint-last-prompt-overlay,
12914 so that the code is easier to read.
12915
12916 2000-09-13 Dave Love <fx@gnu.org>
12917
12918 * wid-edit.el (widget-default-format-handler): DTRT when
12919 doc-property is a function.
12920
12921 2000-09-12 Francesco Potorti` <pot@gnu.org>
12922
12923 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
12924 filed name if it's not there.
12925
12926 2000-09-12 Dave Love <fx@gnu.org>
12927
12928 * simple.el (read-mail-command): Doc fix.
12929 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
12930
12931 * vc.el (vc-dired-listing-switches): Fix :version.
12932
12933 * vc-hooks.el: Doc fixes.
12934
12935 * subr.el (add-minor-mode): Use toggle-fun arg.
12936
12937 * speedbar.el: Add :version to several defcustoms.
12938
12939 * imenu.el (imenu--truncate-items, imenu--cleanup)
12940 (imenu--generic-function): Avoid mapcar.
12941 (imenu--replace-spaces): Function removed.
12942 (imenu--completion-buffer): Use subst-char-in-string.
12943 (imenu-add-to-menubar): Use keymap inheritance.
12944
12945 2000-09-12 Miles Bader <miles@gnu.org>
12946
12947 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
12948 (diff-mode-map): Bind `diff-test-hunk'.
12949 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
12950
12951 2000-09-11 Gerd Moellmann <gerd@gnu.org>
12952
12953 * bytecomp.el (byte-compile-defvar): Undo last change
12954 because it breaks '(make-variable-buffer-local (defvar ...)'
12955 which is used at least in dired.
12956
12957 2000-09-12 Kenichi Handa <handa@etl.go.jp>
12958
12959 * international/quail.el (quail-define-package): Docstring
12960 modified.
12961
12962 2000-09-12 Kenichi Handa <handa@etl.go.jp>
12963
12964 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
12965 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
12966 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
12967 docstring of "chinese-py".
12968
12969 * international/quail.el (quail-translation-docstring): New
12970 variable.
12971 (quail-show-keyboard-layout): Docstring modified.
12972 (quail-select-current): Likewise.
12973 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
12974 infinite recursive call.
12975 (quail-help): Check quail-translation-docstring. Format of the
12976 output changed.
12977 (quail-help-insert-keymap-description): Adjusted for the above
12978 change.
12979
12980 2000-09-11 Gerd Moellmann <gerd@gnu.org>
12981
12982 * bytecomp.el (byte-compile-defvar): Only cons onto
12983 current-load-list in top-level forms. Else this leaks a cons cell
12984 every time a defun is called.
12985
12986 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
12987
12988 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
12989 Now understands non-unified diffs. Some functionality moved into
12990 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
12991 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
12992 modify anything. Only reposition point in the patched file if the
12993 patch succeeds. Only pop up another window if POPUP is true.
12994 Emit a message describing what happened if successful, and at what
12995 line-offset. Automatically detect reversed hunks and do something
12996 appropriate.
12997 (diff-hunk-text, diff-find-text): New functions.
12998 (diff-filter-lines): Function removed.
12999 (diff-test-hunk): New function.
13000 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
13001
13002 2000-09-10 Dave Love <fx@gnu.org>
13003
13004 * textmodes/tildify.el: Minor doc/commentary fixes.
13005 (tildify) <defgroup>: Add :version.
13006
13007 * faces.el (face-x-resources): Make custom type more specific.
13008 (frame-background-mode): Use mapc.
13009 (region) <defcustom>: Add :version.
13010
13011 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
13012
13013 * vc-sccs.el (vc-sccs-register):
13014 * vc-rcs.el (vc-rcs-register):
13015 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
13016 * vc.el (vc-register): Clear file's properties.
13017
13018 2000-09-08 Gerd Moellmann <gerd@gnu.org>
13019
13020 * faces.el (face-spec-set): Only face-spec-reset-face when
13021 ATTRS is non-nil.
13022
13023 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13024
13025 * help.el (help-insert-xref-button): Fix a typo in doc string.
13026
13027 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
13028
13029 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13030 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
13031 methods.
13032
13033 * menu-bar.el (read-mail-item-name): New function.
13034 (menu-bar-tools-menu): Use it to compute and display the package
13035 used to read email.
13036 (menu-bar-tools-menu): Fix typo in GUD's help string.
13037
13038 2000-09-07 Dave Love <fx@gnu.org>
13039
13040 * diff-mode.el (diff-mouse-goto-source): New function.
13041
13042 * vc-sccs.el: Doc fixes.
13043 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
13044
13045 * vc-rcs.el: Doc fixes.
13046 (vc-rcs-register-switches, vc-rcs-checkin-switches)
13047 (vc-rcs-checkout-switches, vc-rcs-header)
13048 (vc-rcs-master-templates): Add or change :version.
13049
13050 * vc-cvs.el: Doc fixes.
13051 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
13052 (vc-cvs-stay-local): Add :version.
13053
13054 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
13055
13056 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13057
13058 * international/quail.el (quail-help): Fix previous change.
13059
13060 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13061
13062 * faces.el (color-values): Doc fix.
13063
13064 * faces.el (frame-set-background-mode): Use frame-parameter
13065 instead of frame-parameters.
13066
13067 * frame.el (filtered-frame-list): Reduce consing.
13068 (frames-on-display-list): Call frame-parameter instead of
13069 frame-parameters.
13070
13071 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13072
13073 * language/devan-util.el (devanagari-to-indian-region): In the
13074 loop, change the following char, not preceding char.
13075
13076 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13077
13078 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
13079 instead of frame-parameters.
13080
13081 * faces.el (set-face-attribute): Simplify by calling
13082 internal-set-lisp-face-attribute with FRAME being 0.
13083
13084 * vc.el: Remove `Id' version control keyword.
13085
13086 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13087
13088 * help.el (help-make-xrefs): Adjusted for the change of
13089 help-xref-mule-regexp.
13090 (help-insert-xref-button): New function.
13091
13092 * international/mule-cmds.el (help-xref-mule-regexp-template):
13093 Include the pattern for character set.
13094 (leim): New group.
13095
13096 * international/quail.el: Don't require face.
13097 (quail): New group.
13098 (quail-other-command): Dummy command to make quail-help work better.
13099 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
13100 (quail-keyboard-layout-substitution): New variable.
13101 (quail-update-keyboard-layout): New function.
13102 (quail-keyboard-layout-type): New customizable variable.
13103 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
13104 (quail-keyboard-translate): Pay attention to
13105 quail-keyboard-layout-substitution.
13106 (quail-insert-kbd-layout): New function.
13107 (quail-show-keyboard-layout): New function.
13108 (quail-get-translation): If the definition is a vector of length
13109 1, and the element is a string of length 1, return the character
13110 in that string.
13111 (quail-update-current-translations): Fix the case of
13112 relative-index out of range.
13113 (quail-build-decode-map, quail-insert-decode-map): New Functions.
13114 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
13115 Show key sequences for all available characters.
13116 (quail-help-insert-keymap-description): Don't show such verbose
13117 key bindings as quail-self-insert-command.
13118
13119 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13120 Format changed, and each element now have extra documentations.
13121 (tit-process-header): Delete invalid characters from TIT-PROMPT.
13122 Adjusted for the change of quail-cxterm-package-ext-info.
13123
13124 2000-09-06 Gerd Moellmann <gerd@gnu.org>
13125
13126 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
13127 requiring it leads to a recursive loading of vc.el and vc-hooks.el
13128 during bootstrap.
13129
13130 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13131
13132 * vc.el: (toplevel): Don't require `dired' at run-time.
13133 (vc-dired-resynch-file): Remove autoload cookie.
13134
13135 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13136
13137 * vc.el: Made several backend functions optional.
13138 (vc-default-responsible-p): New function.
13139 (vc-merge): Use RET for first version to trigger merge-news, not
13140 prefix arg.
13141 (vc-annotate): Handle backends that do not support annotation.
13142 (vc-default-merge-news): Removed. The existence of a merge-news
13143 implementation is now checked on caller sites.
13144
13145 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
13146 case.
13147
13148 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
13149 special case that has been removed from the default in vc-hooks.el.
13150
13151 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13152
13153 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
13154
13155 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13156
13157 * vc-hooks.el: Require vc during compilation.
13158 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
13159 macro `with-vc-properties' in vc.el.
13160 (vc-file-getprop): Doc fix.
13161 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
13162
13163 * vc.el: Require dired-aux during compilation.
13164 (vc-name-assoc-file): Moved to vc-sccs.el.
13165 (with-vc-properties): New macro.
13166 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
13167 vc-finish-steal): Use it.
13168 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
13169 to the backend-specific function is now supposed to do the checkout,
13170 too.
13171 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
13172
13173 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
13174 set file properties; that gets done in the generic code now.
13175
13176 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
13177 Changed parameter list, added code from vc.el that does the
13178 checkout, possibly with a double-take.
13179
13180 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
13181 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
13182 the above under the new name.
13183 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
13184 parameter list, added checkout command.
13185 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
13186 properties; that gets done in the generic code now.
13187
13188 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13189
13190 * vc.el: Docstring fixes (courtesy of checkdoc).
13191
13192 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13193
13194 * vc.el (vc-checkout-writable-buffer-hook)
13195 (vc-checkout-writable-buffer): Remove.
13196 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
13197 (vc-log-mode): Make it into a clean derived major mode.
13198 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
13199 vc-log-mode if log-edit is not available.
13200 (vc-dired-mode-map): Don't set-keymap-parent yet.
13201 (vc-dired-mode): Do set-keymap-parent here.
13202 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
13203
13204 2000-09-05 Gerd Moellmann <gerd@gnu.org>
13205
13206 * faces.el (set-face-attribute, face-spec-reset-face)
13207 (face-spec-set): Avoid consing by removing calls to `apply'.
13208
13209 * frame.el (frame-parameter): Move to C code.
13210
13211 2000-09-05 Dave Love <fx@gnu.org>
13212
13213 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
13214 insert-before-markers-and-inherit. Now checked systematically!
13215
13216 2000-09-05 Alex Schroeder <alex@gnu.org>
13217
13218 * sql.el (sql-postgres): Use sql-postgres-options.
13219 (sql-postgres-options): New variable.
13220
13221 2000-09-05 Alex Schroeder <alex@gnu.org>
13222
13223 * sql.el (sql-mode-menu): Work around missing variable mark-active
13224 in XEmacs.
13225 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
13226 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
13227 compatibility.
13228
13229 2000-09-04 Gerd Moellmann <gerd@gnu.org>
13230
13231 * vc.el (vc-dired-resynch-file): Add autoload cookie.
13232
13233 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
13234
13235 * Makefile.in (DONTCOMPILE): Fix typo in file name.
13236
13237 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13238
13239 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
13240 don't support anything else under SCCS yet.
13241
13242 * vc-hooks.el: Minor doc fixes.
13243
13244 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13245
13246 * vc.el (vc-next-action-on-file): Do not visit the file if it's
13247 not necessary. If verbose in state `needs-patch', do the same as
13248 under `up-to-date'. When NOT verbose and `needs-patch', check out
13249 latest version instead of `merge-news'.
13250 (vc-next-action-dired): Don't mess with default-directory here; it
13251 breaks other parts of dired. It is the job of the
13252 backend-specific functions to adjust it temporarily if they need it.
13253 (vc-next-action): Remove a special CVS case.
13254 (vc-clear-headers): New optional arg FILE.
13255 (vc-checkin, vc-checkout): Set properties vc-state and
13256 vc-checkout-time properly.
13257 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
13258 (vc-print-log): Use new backend function `show-log-entry'.
13259 (vc-cancel-version): Do the checks in a different order. Added a
13260 FIXME concerning RCS-only code.
13261
13262 * vc-rcs.el (vc-rcs-show-log-entry): New function.
13263 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
13264
13265 * vc-cvs.el (vc-cvs-show-log-entry): New function.
13266
13267 * vc-hooks.el (vc-default-mode-line-string): Show state
13268 `needs-patch' as a `-' too.
13269
13270 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13271
13272 * vc.el (vc-responsible-backend): New optional arg REGISTER.
13273 (vc-default-could-register): New function.
13274 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
13275 (vc-resynch-buffer): Call vc-dired-resynch-file.
13276 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
13277 vc-resynch-buffer instead of vc-resynch-window.
13278 (vc-next-action-dired): Don't redisplay here, that gets done as a
13279 result of the individual file operations.
13280 (vc-retrieve-snapshot): Corrected prompt order.
13281
13282 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
13283
13284 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
13285 as well.
13286 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
13287 hostname regexps. Updated all callers.
13288 (vc-cvs-responsible-p): Handle directories as well.
13289 (vc-cvs-could-register): New function.
13290 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
13291 properties up-to-date.
13292
13293 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
13294 user whether to create one.
13295
13296 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13297
13298 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
13299 check out a non-existing file.
13300
13301 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
13302 workfile does not exist.
13303
13304 * vc.el (vc-version-diff): Use `require' to check for existence of
13305 diff-mode.
13306
13307 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13308
13309 * vc-cvs.el (vc-cvs-registered): Use new function
13310 vc-cvs-parse-entry to do the actual work.
13311
13312 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13313
13314 * vc-hooks.el (vc-find-backend-function): If function doesn't
13315 exist, return nil instead of error.
13316 (vc-call-backend): Doc fix.
13317
13318 * vc.el (vc-do-command): Doc fix.
13319 (vc-finish-logentry): When checking in from vc-dired, choose the
13320 right backend for logentry check.
13321 (vc-dired-mode-map): Inherit from dired-mode-map.
13322 (vc-dired-mode): Local value of dired-move-to-filename-regexp
13323 simplified.
13324 (vc-dired-state-info): Removed, updated caller.
13325 (vc-default-dired-state-info): Use parentheses instead of hyphens.
13326 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
13327 (vc-dired-listing-switches): New variable.
13328 (vc-directory): Use it, instead of dired-listing-switches.
13329
13330 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
13331 (vc-cvs-dir-state): New function.
13332 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
13333 (vc-cvs-parse-entry): New function, also to be used in
13334 vc-cvs-registered.
13335
13336 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13337
13338 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
13339 *or* single-window-frames.
13340
13341 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13342
13343 * vc.el (vc-update-changelog): Split into generic part and default
13344 implementation. Doc string adapted.
13345 (vc-default-update-changelog): New function. Call the `rcs2log'
13346 script in exec-directory, to fix a long-standing nuisance.
13347
13348 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
13349 simply signals an error.
13350
13351 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13352
13353 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
13354 control-flow more clear and to avoid running `cvs' twice.
13355
13356 * vc.el (vc-next-action-on-file): Doc fix.
13357 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
13358 (vc-print-log): Eval `file' before constructing the continuation.
13359
13360 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13361
13362 * vc.el (vc-next-action-on-file): Corrected several messages.
13363 (vc-merge): Add prefix arg `merge-news'; handle it.
13364
13365 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
13366 is not reached. It is.
13367 (vc-cvs-merge): Set state to 'edited after merge.
13368 (vc-cvs-merge-news): Set workfile version to nil if not known.
13369 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
13370
13371 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
13372 via stdout. (Merge from main line.)
13373
13374 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13375
13376 * vc.el (vc-finish-logentry): Thinko in the "same comment"
13377 detection.
13378
13379 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13380
13381 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
13382 against kill-all-local-variables.
13383 (vc-log-edit): Don't save vc-parent-buffer any more.
13384 (vc-last-comment-match): Initialize to an empty string.
13385 (vc-post-command-functions): New hook.
13386 (vc-do-command): Run it.
13387 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
13388 (vc-finish-logentry): Only add the comment to the ring if it's
13389 different from the last comment entered.
13390 (vc-new-comment-index): New function.
13391 (vc-previous-comment): Use it. Make the minibuffer message
13392 slightly less terse.
13393 (vc-comment-search-reverse): Make it work forward as well. Don't
13394 set vc-comment-ring-index if no match is found. Use
13395 vc-new-comment-index.
13396 (vc-comment-search-forward): Use vc-comment-search-reverse.
13397 (vc-dired-mode-map): Don't inherit from dired-mode-map since
13398 define-derived-mode will do it for us. Bind `v' to a keymap that
13399 inherits from vc-prefix-map so that we can bind `vt' without
13400 binding C-x v t.
13401 (vc-retrieve-snapshot): Parenthesis typo.
13402
13403 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
13404 to 1. Make sure to switch to *vc* before looking for an error
13405 message. Use vc-parse-buffer.
13406
13407 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13408
13409 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
13410 and NAME.
13411 (vc-retrieve-snapshot): Split into two parts.
13412 (vc-default-retrieve-snapshot): New function.
13413
13414 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
13415 (vc-cvs-retrieve-snapshot): New function (untested).
13416 (vc-cvs-stay-local): Default to t.
13417 (vc-cvs-remote-p): New function and property.
13418 (vc-cvs-state): Stay local only if the above is t.
13419 (vc-handle-cvs): Removed.
13420 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
13421 done via vc-handled-backends now.
13422 (vc-cvs-header): Escape Id.
13423
13424 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13425
13426 * vc.el (vc-do-command): Remove unused commands.
13427 (vc-version-diff): Make sure default-directory ends with a slash.
13428 Move the window commands into a vc-exec-after.
13429 (vc-print-log): Move more of the code into the `vc-exec-after'.
13430
13431 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13432
13433 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
13434 (vc-print-log): Search current revision from beginning of buffer.
13435 (vc-revert-buffer): Clear echo area after the diff is finished.
13436 (vc-prefix-map): Removed definition of "t" for terse display in vc
13437 dired.
13438 (vc-dired-mode-map): Inherit from dired-mode-map. Added
13439 definition of "vt" for terse display.
13440 (vc-dired-mode): Fix dired-move-to-filename-regexp.
13441
13442 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13443
13444 * vc.el (vc-exec-after): Avoid caddr.
13445
13446 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13447
13448 * vc.el (vc-exec-after): New function.
13449 (vc-do-command): Use it to add a termination message for async
13450 procs.
13451 (vc-checkout): Try to handle a missing-backend situation.
13452 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
13453 of a directory with a backend using async diffs.
13454 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
13455 present.
13456
13457 * vc-sccs.el (vc-sccs-state-heuristic): Use
13458 file-ownership-preserved-p.
13459
13460 * vc-rcs.el (vc-rcs-state-heuristic): Use
13461 file-ownership-preserved-p.
13462 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
13463
13464 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13465
13466 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
13467 vc-do-command.
13468
13469 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
13470 when there are no changes.
13471
13472 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13473
13474 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
13475
13476 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
13477
13478 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13479
13480 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
13481
13482 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
13483 the `fset' outside of the defvar so that it works even if
13484 vc-prefix-map was already defined.
13485 (vc-setup-buffer): New function, split out of vc-do-command.
13486 (vc-do-command): Allow BUFFER to be t to mean `just use the
13487 current buffer without any fuss'.
13488 (vc-version-diff): Change the `diff' backend operation to just put
13489 the diff in the current buffer without erasing it. Always use
13490 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
13491 shrink-window-if-larger-than-buffer.
13492 (vc-print-log): Change the `print-log' backend operation to just
13493 put the log in the current buffer without erasing it. Protect
13494 shrink-window-if-larger-than-buffer.
13495 (vc-update-change-log): Fix setd typo.
13496
13497 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
13498 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
13499
13500 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
13501 (vc-rcs-diff): Insert in the current buffer and remove unused arg
13502 CMP.
13503
13504 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
13505 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
13506 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
13507
13508 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13509
13510 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
13511 not possible, use vc-BACKEND-workfile-unchanged-p.
13512 (vc-default-workfile-unchanged-p): New function. Delegates to a
13513 full vc-BACKEND-diff.
13514
13515 * vc-hooks.el (vc-simple-command): Removed.
13516
13517 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
13518 instead of vc-simple-command.
13519 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
13520 avoid doing a diff when opening a file.
13521 (vc-rcs-state): Added check for unlocked-changes.
13522 (vc-rcs-header): Escape Id.
13523 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
13524 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
13525 version.
13526
13527 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
13528 (vc-sccs-diff): Remove optional arg CMP.
13529 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
13530 SCCS-specific function.
13531
13532 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
13533 vc-simple-command.
13534
13535 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13536
13537 * vc.el (vc-editable-p): Renamed from vc-writable-p.
13538 (with-vc-file, vc-merge): Use vc-editable-p.
13539 (vc-do-command): Remove unused var vc-file and fix the
13540 doubly-defined `status' var. Add a user message when starting an
13541 async command.
13542 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
13543 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
13544 Use with-current-buffer.
13545 (vc-buffer-sync): Use unless.
13546 (vc-next-action-on-file): If the file is 'edited by read-only,
13547 make it read-write instead of trying to commit.
13548 (vc-version-diff, vc-update-change-log): Use `setq
13549 default-directory' rather than `cd'.
13550 (vc-log-edit): Don't forget to set default-directory in the
13551 buffer.
13552
13553 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
13554 (vc-sccs-state-heuristic): Use file-writable-p instead of
13555 comparing userids.
13556 (vc-sccs-checkout): Use `unless'.
13557
13558 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
13559 of comparing userids.
13560 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
13561 Simplify the logic by eliminating unreachable code.
13562 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
13563 just do a recursive call if we need to retry.
13564 (vc-rcs-checkout): Handle the case where rcs is missing by making
13565 the buffer read-write if requested and re-signalling the error.
13566
13567 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
13568
13569 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13570
13571 * vc-hooks.el (vc-handled-backends): Docstring change.
13572 (vc-ignore-vc-files): Mark obsolete.
13573 (vc-registered): Check vc-ignore-vc-files.
13574 (vc-find-file-hook, vc-file-not-found-hook): Don't check
13575 vc-ignore-vc-files.
13576
13577 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
13578
13579 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13580
13581 * vc.el (vc-checkout): Don't do anything special for ange-ftp
13582 files since ange-ftp already has vc-registered return nil.
13583
13584 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
13585 (vc-sccs-workfile-version): Use with-temp-buffer and new
13586 vc-parse-buffer and don't bother setting the property.
13587 (vc-sccs-add-triple): Use with-current-buffer and
13588 find-file-noselect.
13589 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
13590
13591 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
13592 derives from the old vc-parse-buffer but uses the revision number
13593 rather than the date (much easier to compare robustly).
13594 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
13595 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
13596 locking-user more directly. Check strict locking and set
13597 checkout-model appropriately.
13598 (vc-rcs-parse-locks): Remove.
13599 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
13600 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
13601 (vc-rcs-system-release): Use with-current-buffer and
13602 vc-parse-buffer.
13603 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
13604
13605 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
13606 (vc-simple-command): Docstring fix.
13607 (vc-registered): Align the way the file-handler is called with the
13608 way the function itself works.
13609 (vc-file-owner): Remove.
13610
13611 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
13612 extraction of fields and call to file-attributes because of a
13613 temporary bug in rcp.el.
13614 (vc-cvs-fetch-status): Use with-current-buffer.
13615
13616 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13617
13618 * vc.el (vc-do-command): Use file-relative-name.
13619 (vc-responsible-backend): Use vc-backend if possible.
13620 (vc-create-snapshot): Improve the `interactive' spec. Add support
13621 for branches and dispatch to backend-specific `create-snapshot'.
13622 (vc-default-create-snapshot): New function, containing the bulk of
13623 the old vc-create-snapshot.
13624 (vc-retrieve-snapshot): Improve the interactive spec.
13625
13626 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
13627 (vc-backend-hook-functions): Remove.
13628 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
13629 (vc-backend): Reintroduce the test for `file = nil' now that I
13630 know why it was there (and added a comment to better remember).
13631
13632 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
13633 code from vc-sccs-hooks.el.
13634 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
13635 'vc anymore.
13636 (vc-sccs-responsible-p): Use expand-file-name instead of concat
13637 and file-directory-p instead of file-exists-p.
13638 (vc-sccs-check-headers): Simplify the regexp.
13639
13640 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
13641 from vc-rcs-hooks.el. Don't require 'vc anymore.
13642 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
13643 file-directory-p instead of file-exists-p.
13644
13645 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
13646 from vc-cvs-hooks.el.
13647 (proto vc-cvs-registered): Require 'vc-cvs instead of
13648 'vc-cvs-hooks. Don't require 'vc anymore.
13649 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
13650 file-directory-p instead of file-exists-p.
13651 (vc-cvs-create-snapshot): New function, replacing
13652 vc-cvs-assign-name.
13653 (vc-cvs-assign-name): Remove.
13654
13655 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13656
13657 * vc-cvs.el (vc-cvs-header): New var.
13658
13659 * vc-rcs.el (vc-rcs-exists): Remove.
13660 (vc-rcs-header): New var.
13661
13662 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
13663 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
13664 (vc-sccs-header): New var.
13665
13666 * vc.el (vc-do-command): Get rid of the `last' argument.
13667 (vc-header-alist): Remove, replaced by vc-X-header.
13668 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
13669 (vc-dired-hook): Use expand-file-name instead of concat.
13670 (vc-directory): Use file-name-as-directory.
13671 (vc-snapshot-precondition, vc-create-snapshot)
13672 (vc-retrieve-snapshot): Allow the command to operate on any
13673 directory.
13674
13675 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
13676 just removing the 'WORKFILE argument or by removing the 'MASTER
13677 argument and replacing `file' with (vc-name file).
13678
13679 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13680
13681 * vc.el: Update Copyright and add a crude list of backend funs.
13682 (vc-writable-p): New function.
13683 (with-vc-file): Use vc-writable-p.
13684 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
13685 (vc-register): Avoid vc-name.
13686 (vc-locking-user): Remove.
13687 (vc-steal-lock): Make the `owner' arg non-optional.
13688 (vc-merge): Use vc-writable-p instead of vc-locking-user and
13689 vc-checkout-model.
13690 (vc-default-dired-state-info): Use vc-state instead of
13691 vc-locking-user and return special strings for special states.
13692 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
13693 and get rid of one of the special CVS cases.
13694 (vc-cancel-version): prettify error message with \\[...].
13695 (vc-rename-master): New function.
13696 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
13697 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
13698 the CVS special case generic.
13699 (vc-default-record-rename): Remove.
13700 (vc-file-tree-walk-internal): Only call FUNC for files that are
13701 under control of some VC backend and replace `concat' with
13702 expand-file-name.
13703 (vc-file-tree-walk): Update docstring.
13704 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
13705 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
13706
13707 * vc-sccs.el (vc-sccs-rename-file): Renamed from
13708 vc-sccs-record-rename. Use `find-file-noselect' rather than
13709 `find-file' and call `vc-rename-master' to do the actual move.
13710 (vc-sccs-diff): Remove unused `backend' variable.
13711
13712 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
13713 to delay loading of vc-sccs until it is really used.
13714 (vc-sccs-master-templates): Preload.
13715 (vc-sccs-state): Update call to vc-sccs-parse-locks.
13716 (vc-sccs-project-dir): Remove (merged into
13717 vc-sccs-search-project-dir).
13718 (vc-sccs-search-project-dir): Rewrite using file name handling ops
13719 rather than `concat', make sure it is preloaded and don't bother
13720 to check that the file actually exists.
13721 (vc-sccs-parse-locks): Remove unused `file' argument, remove
13722 `locks' argument (use buffer's content instead) and eliminate n^2
13723 behavior.
13724
13725 * vc-rcs.el: Update Copyright.
13726 (vc-rcs-rename-file): New function.
13727 (vc-rcs-diff): Remove unused `backend' variable.
13728
13729 * vc-hooks.el: Update Copyright.
13730 (vc-backend): Don't accept a nil argument any more.
13731 (vc-up-to-date-p): Turn into a defsubst.
13732 (vc-possible-master): New function.
13733 (vc-check-master-templates): Use `vc-possible-master' and allow
13734 funs in vc-X-master-templates to return a non-existent file.
13735
13736 * vc-cvs.el: Update Copyright.
13737 (vc-cvs-diff): Remove unused `backend' variable.
13738 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
13739
13740 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
13741
13742 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13743
13744 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
13745 since it can be called from vc-rcs.el.
13746 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
13747
13748 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13749
13750 * vc.el (vc-version-diff): Expand file name read from the
13751 minibuffer. Handle the case when a previous version number can't
13752 be guessed. Give suitable messages when there were no differences
13753 found.
13754 (vc-clear-headers): Call backend-specific implementation, if one
13755 exists.
13756 (vc-cancel-version): Made error checks generic. When done, clear
13757 headers generically, too.
13758
13759 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
13760 from vc-clear-headers in vc.el.
13761
13762 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
13763 correctly.
13764 (vc-rcs-latest-on-branch-p): Made second argument VERSION
13765 optional. Handle the case when it's not there.
13766
13767 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13768
13769 * vc.el (vc-locking-user): Moved from vc-hooks.el.
13770
13771 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13772
13773 * vc-hooks.el (vc-loadup): Remove.
13774 (vc-find-backend-function): Use `require'. Also, handle the case
13775 where vc-BACKEND-hooks.el doesn't exist.
13776 (vc-call-backend): Cleanup.
13777
13778 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13779
13780 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
13781 vc-rcs-grab-templates)
13782 (vc-rcs-registered): Remove. The default function works as well.
13783 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
13784 vc-sccs-grab-templates)
13785 (vc-sccs-registered): Remove. The default function works as well.
13786
13787 * vc.el (vc-version-diff): Left out a vc- in call to
13788 vc-call-backend.
13789 (vc-default-dired-state-info, vc-default-record-rename)
13790 (vc-default-merge-news): Update for the new backend argument.
13791
13792 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
13793 using the default function.
13794 (vc-call-backend): If calling the default function, pass it the
13795 backend as first argument. Update the docstring accordingly.
13796 (vc-default-state-heuristic, vc-default-mode-line-string): Update
13797 for the new backend argument.
13798 (vc-make-backend-sym): Renamed from vc-make-backend-function.
13799 (vc-find-backend-function): Use the new name.
13800 (vc-default-registered): New function.
13801
13802 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13803
13804 * vc.el (vc-merge): Use vc-find-backend-function.
13805
13806 * vc-hooks.el (vc-backend-functions): Remove.
13807 (vc-loadup): Don't setup 'vc-functions.
13808 (vc-find-backend-function): New function.
13809 (vc-call-backend): Use above fun and populate 'vc-functions
13810 lazily.
13811 (vc-backend-defines): Remove.
13812
13813 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13814
13815 * vc.el (vc-register): Put a FIXME note for a newly found bug.
13816 Call vc-call-backend without the leading vc-.
13817 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
13818 (vc-check-headers): Call vc-call-backend without the leading vc-.
13819 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
13820 (vc-annotate-display): Replace confusing use of `cond' with `or'.
13821 Call vc-call-backend without the leading vc-.
13822
13823 * vc-cvs.el (tail): Provide vc-cvs.
13824 * vc-sccs.el (tail): Provide vc-sccs.
13825 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
13826
13827 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
13828 (vc-make-backend-function, vc-call): Pass names without leading
13829 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
13830 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
13831 (vc-call-backend): Always try to load vc-X-hooks.
13832 (vc-registered): Remove vc- in call to vc-call-backend.
13833
13834 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13835
13836 * vc.el (vc-process-filter): New function.
13837 (vc-do-command): Setup `vc-process-filter' for the async process.
13838 (vc-maybe-resolve-conflicts): New function to reduce
13839 code-duplication. Additionally, it puts the buffer in
13840 `smerge-mode' if applicable.
13841 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
13842 calling `merge-news'.
13843 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
13844 (vc-log-edit): New function. Replacement for `vc-log-mode' by
13845 interfacing to log-edit.el.
13846 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
13847 log-edit is available.
13848 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
13849
13850 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13851
13852 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
13853 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
13854 defvar and the initialization.
13855 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
13856
13857 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
13858 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
13859
13860 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
13861
13862 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13863
13864 * vc.el (vc-file-clear-masterprops): Removed.
13865 (vc-checkin, vc-revert-buffer): Removed calls to the above.
13866 (vc-version-diff): Use buffer-size without argument.
13867 (vc-register): Heed vc-initial-comment.
13868
13869 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
13870 default branch.
13871
13872 * vc-rcs.el (vc-rcs-register): Parse command output to find master
13873 file name and workfile version.
13874 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
13875
13876 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
13877 vc-file-clear-masterprops.
13878
13879 * vc-sccs.el (vc-sccs-checkout): Removed call to
13880 vc-file-clear-masterprops. If writable, set vc-state to 'edited
13881 rather than user login name.
13882
13883
13884 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13885
13886 * vc.el (vc-workfile-unchanged-p): Remove unused argument
13887 `want-differences-if-changed' and simplify.
13888 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
13889 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
13890 output (which is invalid for async vc-diff) to decide whether to
13891 do the revert silently or not.
13892
13893 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13894
13895 * vc-hooks.el (vc-loadup): Load files quietly.
13896 (vc-call-backend): Oops, brain fart.
13897
13898 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13899
13900 * vc-cvs.el (vc-cvs-state): Typo.
13901 (vc-cvs-merge-news): Return the status code rather than the error msg.
13902
13903 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13904
13905 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
13906 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
13907 vc-state or vc-up-to-date-p.
13908 (vc-merge): Use vc-backend-defines to check whether merging is
13909 possible. Set state to 'edited after successful merge.
13910
13911 * vc-hooks.el (vc-locking-user): If locked by the calling user,
13912 return that name. Redocumented.
13913
13914 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13915
13916 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
13917 new `vc-state' semantics.
13918 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
13919 'vc-locking-user to the current user.
13920 (vc-merge): Inline vc-backend-merge. Comment out code that I
13921 don't understand and hence can't adapt to the new `vc-state' and
13922 `vc-locking-user' semantics.
13923 (vc-backend-merge): Remove.
13924
13925 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
13926 rather than 'vc-locking-user.
13927
13928 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
13929
13930 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
13931 (vc-state): Don't use 'reserved any more. Just use the same
13932 convention as the one used for vc-<backend>-state where the
13933 locking user (as a string) is returned.
13934 (vc-locking-user): Update, based on the above convention. The
13935 'vc-locking-user property has disappeared.
13936 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
13937
13938 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
13939 with a heuristic one.
13940 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
13941 (vc-cvs-checkin): Do a trivial parse to set the state in case of
13942 error. That allows us to get to 'needs-merge even in the
13943 stay-local case. There's still no way to detect 'needs-patch in
13944 such a setup (or to force an update for that matter).
13945 (vc-cvs-logentry-check): Remove, the default works as well.
13946
13947 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13948
13949 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
13950
13951 * vc.el (vc-do-command): kill-all-local-variables, to reset any
13952 major-mode in which the buffer might have been put earlier. Use
13953 `remove' and `when'. Allow `okstatus' to be `async' and use
13954 `start-process' in this case.
13955 (vc-version-diff): Handle the case where the diff looks empty
13956 because of the use of an async process.
13957
13958 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13959
13960 * vc.el (vc-next-action-on-file): Removed optional parameter
13961 `simple'. Recompute state unconditionally.
13962 (vc-default-toggle-read-only): Removed.
13963
13964 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
13965 (vc-toggle-read-only): Undid prev change.
13966
13967 * vc-cvs.el (vc-cvs-stay-local): Renamed from
13968 vc-cvs-simple-toggle. Redocumented.
13969 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
13970 (vc-cvs-toggle-read-only): Removed.
13971
13972 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13973
13974 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
13975 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
13976 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
13977 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
13978 still is. So maybe it should be removed.
13979 (vc-head-version, vc-find-binary): Remove.
13980 (vc-recompute-state): Move from vc-hooks.el.
13981 (vc-next-action-on-file): Add a `simple' argument to allow
13982 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
13983 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
13984 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
13985 (vc-dired-mode-map): Properly defvar it.
13986 (vc-print-log): Call log-view-mode if available.
13987 (small-temporary-file-directory): defvar instead of use boundp.
13988 (vc-merge-news): Moved to vc-cvs.el.
13989 (vc-default-merge-news): New function.
13990
13991 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
13992 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
13993 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
13994 unknown `vc-latest-version' function. It should probably refer to
13995 vc-workfile-version or somesuch, but it's very unclear to me and I
13996 don't have SCCS to test things.
13997
13998 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
13999 (vc-sccs-state-heuristic): Fix typo.
14000 (vc-sccs-workfile-unchanged-p): Add missing argument.
14001
14002 * vc-rcs.el: Require vc and vc-rcs-hooks.
14003 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
14004 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
14005 (vc-release-greater-or-equal-p): Move from vc.
14006 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
14007 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
14008 (vc-rcs-checkout): Add a missing `new-version' argument in the
14009 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
14010
14011 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
14012 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
14013 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
14014 than the apparently unbound `workfile-version'.
14015
14016 * vc-hooks.el (vc-master-templates): Def the obsolete var.
14017 (vc-file-prop-obarray): Use `make-vector'.
14018 (vc-backend-functions): Add new hookable functions
14019 vc-toggle-read-only, vc-record-rename and vc-merge-news.
14020 (vc-loadup): If neither backend nor default functions exist, use
14021 the backend function rather than nil.
14022 (vc-call-backend): If the function if not bound yet, try to load
14023 the non-hook file to see if it provides it.
14024 (vc-call): New macro plus use it wherever possible.
14025 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14026 nor `vc-find-binary' since it's only called from
14027 vc-mistrust-permission which is only used once the backend is known.
14028 (vc-checkout-model): Fix parenthesis.
14029 (vc-recompute-state, vc-prefix-map): Move to vc.el.
14030
14031 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
14032 (vc-cvs-release, vc-cvs-system-release): Remove.
14033 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
14034 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
14035 status symbols.
14036 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
14037 (vc-cvs-toggle-read-only): First cut at a function to allow a
14038 cvs-status-free vc-toggle-read-only.
14039 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
14040 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
14041 vc-cvs-status. Also set vc-state rather than vc-locking-user.
14042 (vc-cvs-checkout): Modify access rights directly if the user
14043 requested not to use `cvs edit'. And refresh the mode line.
14044
14045 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
14046 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
14047
14048 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14049
14050 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
14051 workfile' that got lost when the code was extracted from vc.el.
14052 And merged the tail with the rest of the code (not possible in the
14053 old vc.el where the tail was shared among all backends). And
14054 explicitly set the state to 'edited if `writable' is set.
14055
14056 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
14057 (vc-cvs-state): Be careful to return the value from
14058 vc-cvs-parse-state.
14059 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
14060 property but return it instead. Also be careful to handle a nil
14061 or "" `rev' when workfile is non-nil (it was handled properly when
14062 workfile was nil).
14063
14064 * vc.el: Removed those pesky unnecessary `(function' quotes.
14065 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
14066 directly in the defvar.
14067 (vc-do-command): Bind inhibit-read-only so as to properly handle
14068 the case where the destination buffer has been made read-only.
14069 (vc-diff): Delegate to vc-version-diff in all cases.
14070 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
14071 (vc-annotate-mode-variables): Removed (code moved partly to
14072 defvars and partly to vc-annotate-add-menu).
14073 (vc-annotate-mode): Turned into a derived-mode.
14074 (vc-annotate-add-menu): Moved in code in
14075 vc-annotate-mode-variables.
14076 (vc-update-change-log): Use make-temp-file if available.
14077
14078 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
14079
14080 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
14081 `vc-checkout-model' updated to `vc-cvs-update-model'.
14082
14083 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14084
14085 * vc.el (vc-next-action-on-file): Added handling of state
14086 `unlocked-changes'.
14087 (vc-checkout-carefully): Is now practically obsolete, unless the
14088 above is too slow to be enabled unconditionally.
14089 (vc-update-change-log): Fixed typo.
14090
14091 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
14092
14093 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
14094 Now handles state `unlocked-changes'.
14095 (vc-sccs-workfile-unchanged-p): New function, to support the above.
14096
14097 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
14098
14099 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
14100 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
14101 `unlocked-changes'.
14102 (vc-rcs-workfile-unchanged-p): Renamed from
14103 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
14104 function yet, but supposed to become one soon.
14105
14106 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
14107 `vc-steal-lock'.
14108 (vc-call-backend): Changed error message.
14109 (vc-state): Added description of state `unlocked-changes'.
14110
14111 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14112
14113 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
14114 always return t in CVS-controlled directories.
14115
14116 * vc.el (vc-responsible-backend): New function.
14117 (vc-register): Largely rewritten.
14118 (vc-admin): Removed (implementation moved into vc-register).
14119 (vc-checkin): Redocumented.
14120 (vc-finish-logentry): If no backend defined yet (because we are in
14121 the process of registering), use the responsible backend.
14122
14123 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14124 Updated function lists.
14125 (vc-call-backend): Fixed typo.
14126
14127 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
14128 New functions.
14129 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
14130 Removed query option. Redocumented.
14131
14132 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14133
14134 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
14135
14136 * vc.el: Updated callers of `vc-checkout-required' to use
14137 `vc-checkout-model'.
14138
14139 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14140
14141 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
14142 stuff updated to reference this function instead of the old
14143 `vc-backend-release-p'.
14144
14145 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14146
14147 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
14148 vc-checkout-model. Return appropriate values. Updated callers.
14149
14150 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14151
14152 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
14153 (vc-backend-revert): Function moved into `vc-revert';
14154 `vc-next-action' must be updated to accomodate this change.
14155 (vc-backend-steal): Function moved into `vc-finish-steal'.
14156 (vc-backend-logentry-check): Function moved into
14157 `vc-finish-logentry'.
14158 (vc-backend-printlog): Function moved into `vc-print-log'.
14159 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
14160 (vc-backend-assign-name): Function moved into
14161 `vc-create-snapshot'.
14162
14163 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14164
14165 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
14166 Rename to vc-checkout-model. Return appropriate values.
14167 Update callers.
14168
14169 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
14170 to vc-checkout-model.
14171 (vc-checkout-required): Rename to vc-checkout-model.
14172 Re-implement and re-comment.
14173 (vc-after-save): Use vc-checkout-model.
14174
14175 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14176
14177 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
14178 Update to use the vc-BACKEND-diff functions instead.
14179 `vc-diff' is now working.
14180
14181 * vc-rcs.el (vc-rcs-logentry-check): New function.
14182
14183 * vc-cvs.el (vc-cvs-logentry-check): New function.
14184
14185 * vc-sccs.el (vc-sccs-diff): Function changed name from
14186 `vc-backend-diff'. This makes `vc-diff' work.
14187
14188 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
14189 of functions possibly implemented in a vc-BACKEND library.
14190 (vc-checkout-required): Fix bug that caused an error to be
14191 signaled during `vc-after-save'.
14192
14193 * vc.el: Fix typo.
14194 This checkin is made with our new VC code base for the very first time.
14195 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
14196
14197 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
14198 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
14199
14200 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
14201 updated to `vc-uses-locking'.
14202 (vc-checkout-required): Call to backend function.
14203 `vc-checkout-required' updated to `vc-uses-locking' instead.
14204
14205 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
14206 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
14207
14208 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
14209 to match the split into various backends.
14210 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
14211 (vc-retrieve-snapshot): Bug fix.
14212
14213 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14214
14215 * vc-sccs.el (vc-sccs-release): Doc fix.
14216
14217 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14218
14219 * vc.el (vc-next-action-on-file): Bug found and fixed.
14220 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
14221 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
14222
14223 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
14224 (vc-rcs-checkout): Name space cleaned up. No more revision number
14225 crunching function names that are not prefixed with vc-rcs.
14226 (vc-rcs-checkout-model): Function added. References to
14227 `vc-checkout-model' replaced.
14228
14229 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14230
14231 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
14232 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
14233 still need to be split, and implemented for RCS).
14234
14235 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14236
14237 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
14238
14239 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
14240 required by the vc.el file.
14241
14242 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
14243 required by the vc.el file.
14244 (vc-rcs-exists): Function added.
14245
14246 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
14247 required by the vc.el file.
14248
14249 * vc.el (vc-admin): Updated to handle selection of appropriate
14250 backend. Current implementation is crufty and need re-thinking.
14251
14252 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
14253
14254 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14255
14256 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
14257 beginning of annotate buffers correctly.
14258
14259 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
14260 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
14261 functionality updated quite a lot to support multiple backends.
14262 Variables `vc-annotate-mode', `vc-annotate-buffers',
14263 `vc-annotate-backend' added.
14264
14265 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
14266 `vc-annotate-difference' added to supported backend functions.
14267
14268 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14269
14270 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
14271 Use with-temp-file instead of /bin/sh. Merged from mainline
14272
14273 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14274
14275 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
14276
14277 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
14278
14279 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
14280
14281 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14282
14283 * vc-hooks.el: vc-state-heuristic added to
14284 vc-backend-hook-functions.
14285
14286 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
14287
14288 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
14289
14290 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
14291 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
14292 state to `reserved'.
14293
14294 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
14295 `vc-checkout-required'. Rename the `locked' state to `reserved'.
14296
14297 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14298
14299 * vc-rcs-hooks.el: Implement new state model. Hardly anything
14300 untouched.
14301
14302 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
14303
14304 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
14305 if defined. (Merged from main line, slightly adapted.)
14306
14307 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
14308 millenium problem (merged from mainline).
14309
14310 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14311
14312 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
14313 part and moved the non-BACKEND stuff to vc.el.
14314
14315 * vc.el: Split the annotate feature into a BACKEND specific part
14316 and moved it from the vc-cvs.el file to this one.
14317
14318 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14319
14320 * vc-hooks.el: Implement new state model.
14321 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
14322 (vc-locking-user): Simplify. Now only needed if the file is
14323 locked by somebody else.
14324 (vc-lock-from-permissions): Remove. Functionality is in
14325 vc-sccs-hooks.el and vc-rcs-hooks.el now.
14326 (vc-mode-line-string): New name for former vc-status. Adapted.
14327 (vc-mode-line): Adapt to use the above. Remove optional parameter.
14328
14329 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
14330 Various simplifications and adaptations all over the place.
14331
14332 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
14333 Simplify and adapt the rest.
14334
14335 * vc.el (vc-resynch-window): Add TODO comment: check for
14336 interaction with view mode according to recent RCS change.
14337 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
14338
14339 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14340
14341 * vc.el: Convert the remaining function comments to docstrings.
14342
14343 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14344
14345 * vc.el (vc-backend-release, vc-release-greater-or-equal)
14346 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
14347 (vc-minor-part, vc-previous-version): Functions that operate and
14348 compare revision numbers got proper documentation. Comments added
14349 about their possible removal.
14350
14351 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14352
14353 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
14354 the vc-backend.el files.
14355
14356 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
14357
14358 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
14359 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
14360 (vc-rcs-previous-version): Functions added.
14361
14362 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
14363
14364 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
14365
14366 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14367
14368 * vc-hooks.el (vc-master-templates): Is really obsolete.
14369 Comment out the definition for now. What is the right procedure
14370 to get rid of it?
14371 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
14372 rewritten.
14373 (vc-default-registered): Remove.
14374 (vc-check-master-templates): New function; does mostly what the
14375 above did before.
14376 (vc-locking-user): Don't rely on the backend to set the property.
14377
14378 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
14379 Rewrite documentation.
14380 (vc-rcs-templates-grabbed): New variable.
14381 (vc-rcs-grab-templates): New function.
14382 (vc-rcs-registered): Rewrite to use above mechanism.
14383
14384 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
14385 Rewrite documentation.
14386 (vc-sccs-templates-grabbed): New variable.
14387 (vc-sccs-grab-templates): New function.
14388 (vc-sccs-registered): Rewrite to use above mechanism.
14389 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
14390 Don't throw the result, simply return it.
14391
14392 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
14393 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
14394 (vc-cvs-registered): Does the check itself now. Simplify.
14395
14396 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
14397 from main line.
14398
14399 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14400
14401 * vc-cvs.el (vc-cvs-diff): New function.
14402
14403 * vc-sccs.el (vc-sccs-diff): New function.
14404
14405 * vc-rcs.el (vc-rcs-diff): New function.
14406 (vc-rcs-checkout): Bug (typo) found and fixed.
14407 (vc-rcs-register-switches): New variable.
14408
14409 * vc.el (vc-backend-diff): Function removed and placed in the
14410 backend files.
14411
14412 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14413
14414 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
14415
14416 * vc.el (vc-backend-checkout): Function removed and replaced in
14417 the vc-backend.el files.
14418
14419 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
14420
14421 * vc.el (vc-backend-admin): Removed and replaced in the
14422 vc-backend.el files.
14423
14424 * vc.el (Martin): Removed all the annotate functionality since it
14425 is CVS backend specific.
14426
14427 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14428
14429 * spec.txt: Added specification of vc-state.
14430
14431 * vc-sccs-hooks.el (vc-sccs-master-properties):
14432 Remove handling of vc-latest-version and
14433 vc-your-latest-version. What used to be vc-latest-version, is now
14434 returned as vc-workfile-version.
14435 (vc-sccs-workfile-version): Adapt.
14436
14437 2000-09-04 Dave Love <fx@gnu.org>
14438
14439 * vc.el: [Merged from mainline.]
14440 (vc-dired-mode): Make the dired-move-to-filename-regexp
14441 regexp match the date, to avoid treating date as file size.
14442 Add YYYY S option to WESTERN/
14443
14444 2000-09-04 Dave Love <fx@gnu.org>
14445
14446 * vc.el: Require `compile' when compiling.
14447 (vc-logentry-check-hook): New option.
14448 (vc-steal-lock): Use compose-mail.
14449 (vc-dired-mode-map): Defvar when compiling.
14450 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
14451 vc-sccs.el and renamed. Callers changed.
14452 (vc-backend-checkout, vc-backend-logentry-check)
14453 (vc-backend-merge-news): Doc fix.
14454 (vc-default-logentry-check): New function.
14455 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
14456 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
14457 (vc-backend-merge): Doc fix. Use backend functions.
14458 (vc-check-headers): Use backend functions.
14459
14460 * vc-cvs.el: Require vc when compiling.
14461 (vc-cvs-register-switches): Doc fix.
14462 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
14463 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
14464 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
14465 New functions (code from vc.el).
14466 (vc-annotate-display-default): Fix interactive spec.
14467 (vc-annotate-time-span): Doc fix.
14468
14469 * vc-rcs.el: Require vc when compiling.
14470 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
14471 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
14472 (vc-rcs-checkin): New functions (code from vc.el).
14473 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
14474 Doc fix.
14475 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
14476
14477 * vc-sccs.el: Require vc when compiling.
14478 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
14479 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
14480 (vc-sccs-revert)
14481 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
14482 from vc.el).
14483 (vc-sccs-add-triple, vc-sccs-record-rename)
14484 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
14485 (vc-sccs-admin): Doc fix.
14486
14487 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14488
14489 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
14490 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
14491 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
14492 from vc.el.
14493
14494 * vc-sccs.el (vc-admin-sccs): Added from vc.el
14495
14496 * vc-cvs.el: Moved the annotate functionality from vc.el.
14497 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
14498
14499 2000-09-04 Dave Love <fx@gnu.org>
14500
14501 * vc.el (vc-backend-release): Call vc-system-release.
14502
14503 * vc-sccs.el (vc-sccs-system-release):
14504 Renamed from vc-sccs-backend-release.
14505
14506 * vc-rcs.el (vc-rcs-system-release):
14507 Renamed from vc-rcs-backend-release.
14508
14509 * vc-cvs.el (vc-cvs-system-release):
14510 Renamed from vc-cvs-backend-release.
14511
14512 2000-09-04 Dave Love <fx@gnu.org>
14513
14514 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
14515 backend files.
14516 (vc-backend-release): Dispatch to backend functions.
14517 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
14518 probably needs attention.]
14519
14520 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
14521 (vc-sccs-backend-release): New function.
14522
14523 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
14524 (vc-cvs-backend-release): New function.
14525
14526 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
14527 Doc fix.
14528 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
14529 (vc-default-dired-state-info): New function.
14530 (vc-dired-state-info): Dispatch to backends.
14531 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
14532
14533 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
14534 from vc.el and renamed.
14535
14536 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14537
14538 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
14539 (vc-version-other-window, vc-backend-assign-name): Removed
14540 references to vc-latest-version; sometimes changed into
14541 vc-workfile-version.
14542
14543 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
14544 vc-rcs-master-workfile-version.
14545 (vc-rcs-workfile-version): Use the above. Don't call
14546 vc-latest-version (that was unreachable code, anyway).
14547 (vc-rcs-fetch-master-properties): Doc fix.
14548
14549 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
14550 (vc-backend-hook-functions): Removed them from this list, too.
14551 (vc-fetch-properties): Removed.
14552 (vc-workfile-version): Doc fix.
14553
14554 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
14555 (vc-rcs-workfile-version, vc-rcs-locking-user)
14556 (vc-rcs-uses-locking): Use it.
14557
14558 * vc-hooks.el (vc-consult-rcs-headers):
14559 Moved into vc-rcs-hooks.el, under the name
14560 vc-rcs-consult-headers.
14561
14562 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
14563 headers.
14564 (vc-cvs-find-master): Use this name only; correct different
14565 versions of the name.
14566
14567 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
14568 New functions.
14569 (vc-sccs-locking-user): Use the latter.
14570
14571 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
14572 New functions.
14573
14574 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
14575 Moved into both
14576 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
14577 functions are implementation details of those two backends.
14578
14579 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14580
14581 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
14582 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
14583
14584 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
14585 (vc-sccs-parse-locks): SCCS-specific code moved here from
14586 vc-hooks.
14587
14588 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
14589 code moved here from vc-hooks.
14590
14591 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
14592 into back-end specific parts and removed. Callers not updated
14593 yet; because I guess these callers will disappear into back-end
14594 specific files anyway.
14595
14596 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14597
14598 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
14599 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
14600 `vc-uses-locking'.
14601
14602 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
14603 Store yes/no in the property, and return t/nil. Updated all
14604 callers.
14605
14606 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
14607 vc-sccs-uses-locking. Don't set property.
14608 (vc-sccs-locking-user): Don't set property.
14609
14610 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
14611 vc-cvs-uses-locking. Don't set property here; leave that to
14612 vc-hooks.
14613 (vc-cvs-locking-user): Reflect above change. Streamlined.
14614
14615 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
14616 vc-rcs-uses-locking.
14617 (vc-rcs-locking-user): Reflect above change.
14618
14619 2000-09-04 Dave Love <fx@gnu.org>
14620
14621 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
14622
14623 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
14624
14625 * vc-hooks.el (vc-checkout-model): Punt to backends.
14626
14627 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
14628
14629 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
14630
14631 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
14632 New functions.
14633
14634 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
14635 New functions.
14636
14637 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
14638 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
14639
14640 * vc-hooks.el (vc-default-locking-user): New function.
14641 (vc-locking-user, vc-workfile-version): Punt to backends.
14642
14643 2000-09-04 Dave Love <fx@gnu.org>
14644
14645 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
14646 (vc-master-workfile-version): Moved from vc-hooks.
14647
14648 * vc-rcs-hooks.el: Fix duplicate code in last change.
14649
14650 * vc-rcs-hooks.el: Require vc-hooks when compiling.
14651 (vc-rcs-master-templates): Improve :type.
14652 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
14653 vc-master-workfile-version): Moved from vc-hooks.
14654
14655 * vc-sccs-hooks.el: Require vc-hooks when compiling.
14656 (vc-sccs-master-templates): Improve :type.
14657 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
14658
14659 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
14660
14661 * vc-cvs-hooks.el: Require vc-hooks when compiling.
14662 (vc-cvs-master-templates): Improve :type. Use
14663 vc-cvs-find-cvs-master.
14664 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
14665 from vc-hooks.
14666 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
14667
14668 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
14669 Moved to vc-cvs-hooks.
14670
14671 * vc-hooks.el: Add doc strings in various places. Simplify the
14672 minor mode setup.
14673 (vc-handled-backends): New user variable.
14674 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
14675 simplification.
14676
14677 2000-09-04 Dave Love <fx@gnu.org>
14678
14679 * vc.el: Some doc fixes for autoloaded and interactive functions.
14680 Fix compilation warnings from ediff stuff.
14681 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
14682
14683 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
14684
14685 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
14686
14687 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
14688
14689 2000-09-04 Dave Love <fx@gnu.org>
14690
14691 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14692 New variable.
14693 (vc-make-backend-function, vc-loadup, vc-call-backend)
14694 (vc-backend-defines): New functions.
14695
14696 * vc-hooks.el: Various doc fixes.
14697 (vc-default-back-end, vc-follow-symlinks): Custom fix.
14698 (vc-match-substring): Function removed. Callers changed to use
14699 match-string.
14700 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
14701 Simplify.
14702
14703 2000-09-04 Dave Love <fx@gnu.org>
14704
14705 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
14706 type.
14707 (vc-sccs-project-dir, vc-search-sccs-project-dir)
14708 (vc-sccs-registered): Doc fix.
14709
14710 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
14711 (vc-cvs-registered): Doc fix.
14712
14713 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
14714 (vc-rcs-registered): Doc fix.
14715
14716 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14717
14718 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
14719
14720 * vc-hooks.el: vc-registered has been renamed
14721 vc-default-registered. Some functions have been moved to the
14722 backend specific files. they all support the
14723 vc-BACKEND-registered functions.
14724
14725 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14726
14727 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
14728
14729 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
14730
14731 2000-09-04 Dave Love <fx@gnu.org>
14732
14733 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
14734 menu-bar-update-hook.
14735
14736 * help.el (help-manyarg-func-alist): Add
14737 find-operation-coding-system.
14738
14739 * wid-edit.el (widget-sexp-validate): Fix garbled code.
14740
14741 * custom.el (custom-set-variables): Print message about errors in
14742 setting.
14743
14744 2000-09-03 Andrew Innes <andrewi@gnu.org>
14745
14746 * makefile.w32-in: Change to DOS line endings.
14747
14748 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14749
14750 * mouse.el (mouse-popup-menubar): Supply the prompt string for
14751 minor-mode keymaps, if they don't have one.
14752
14753 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14754
14755 * eshell/esh-module.el (eval-when-compile): Don't lose if
14756 esh-module.el's file name is truncated to DOS 8+3 limits.
14757
14758 2000-09-01 John Wiegley <johnw@gnu.org>
14759
14760 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
14761 predicate, which caused entries in the completion list to be
14762 doubled.
14763
14764 2000-08-30 John Wiegley <johnw@gnu.org>
14765
14766 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
14767 sending to subprocesses. Also, hook pre-command-hook if
14768 `eshell-send-direct-to-subprocesses' is non-nil.
14769 (eshell-send-direct-to-subprocesses): New config variable. If t,
14770 subprocess input is send immediately.
14771 (eshell-toggle-direct-send): New function.
14772 (eshell-self-insert-command): New function.
14773 (eshell-intercept-commands): New function.
14774 (eshell-send-input): If direct subprocess sending is enabled,
14775 don't echo any input to the Eshell buffer. Let the subprocess
14776 handle that. This requires "stty echo" in bash, for example.
14777
14778 2000-08-28 John Wiegley <johnw@gnu.org>
14779
14780 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
14781 completion function for Eshell's implementation of `unset'.
14782
14783 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14784
14785 * info.el (Info-directory-list): Doc fix.
14786
14787 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
14788
14789 * filecache.el (file-cache-add-directory-using-find): Don't quote
14790 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
14791
14792 2000-08-31 Kenichi Handa <handa@etl.go.jp>
14793
14794 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
14795 coding systems.
14796
14797 2000-08-30 Andrew Innes <andrewi@gnu.org>
14798
14799 * timer.el (run-with-idle-timer): Undo last change, so that timer
14800 is not activated immediately if Emacs is already idle. Some
14801 existing code relies on this behaviour.
14802
14803 2000-08-30 Miles Bader <miles@gnu.org>
14804
14805 * frame.el (set-frame-font): Do completion of font-name for
14806 interactive use.
14807
14808 2000-08-30 Kenichi Handa <handa@etl.go.jp>
14809
14810 * international/quail.el (quail-start-translation): Bind locally
14811 last-command-event, last-command, and this-command.
14812 (quail-start-conversion): Likewise.
14813 (quail-self-insert-command): Fix docstring.
14814
14815 2000-08-29 Gerd Moellmann <gerd@gnu.org>
14816
14817 * progmodes/executable.el
14818 (executable-make-buffer-file-executable-if-script-p): Check that
14819 buffer contains at least 2 characters.
14820
14821 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
14822
14823 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
14824
14825 2000-08-29 Dave Love <fx@gnu.org>
14826
14827 * diff-mode.el (diff-mode) <defgroup>: Add :version.
14828 (diff-mode-shared-map): Bind mouse-2.
14829 (diff-imenu-generic-expression): New variable.
14830 (diff-mode): Use it.
14831
14832 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
14833 (mouse-popup-menubar): Add minor mode menus.
14834 (popup-menu): Check for lookup-key returning number.
14835
14836 2000-08-29 Miles Bader <miles@gnu.org>
14837
14838 * comint.el (comint-send-input): Create overlays using the proper
14839 front/read-advance arguments.
14840
14841 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14842
14843 * ps-print.el: Even/odd pages printing. Doc fix.
14844 (ps-print-version): New version number (6.0).
14845 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
14846 (ps-background, ps-begin-file, ps-begin-job): Code fix.
14847 (ps-print-duplex-feature): Variable eliminated.
14848 (ps-even-or-odd-pages): New variable.
14849
14850 * progmodes/ebnf2ps.el: Doc fix.
14851 (ebnf-version): New version (3.3).
14852 (ebnf-user-arrow): Change variable customization to sexp.
14853 (ebnf-user-arrow): Function eliminated.
14854 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
14855
14856 2000-08-29 Kenichi Handa <handa@etl.go.jp>
14857
14858 * help.el (help-xref-mule-regexp): New variable.
14859 (help-make-xrefs): Handle help-xref-mule-regexp.
14860
14861 * international/mule-cmds.el (help-xref-mule-regexp-template): New
14862 variable.
14863 (describe-input-method): Temporarily activate the specfied input
14864 method to display the information.
14865 (describe-language-environment): Hyperlinks to mule related items.
14866
14867 * international/mule-diag.el (charset-multibyte-form-string): New
14868 function.
14869 (list-character-sets-1): Use charset-multibyte-form-string.
14870 (describe-character-set): New function.
14871 (describe-coding-system): Hyperlinks to safe character sets.
14872
14873 * international/quail.el (quail-help): New arg PACKAGE.
14874 Hyperlinks to mule related items.
14875 (quail-help-insert-keymap-description): Use
14876 substitute-command-keys instead of describe-bindings.
14877 (quail-translation-help): Hyperlinks to mule related items.
14878
14879 2000-08-28 John Wiegley <johnw@gnu.org>
14880
14881 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
14882 have a defsubst call itself. Made `eshell-flatten-list' back into
14883 a function again.
14884
14885 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
14886 catch, in case re-centering point at bottom messes up the display.
14887 This happens frequently in Emacs 21, due I believe to variable
14888 line heights.
14889
14890 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
14891 to call `find-tag-interactive'.
14892
14893 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
14894 the list of remember directories.
14895
14896 2000-08-28 John Wiegley <johnw@gnu.org>
14897
14898 * align.el: Test align-region-separate to see if it's a symbol.
14899
14900 2000-08-28 John Wiegley <johnw@gnu.org>
14901
14902 * eshell/esh-util.el (eshell-flatten-list): Made this function
14903 into a defsubst form. It gets used very frequently, although
14904 calls don't occur all that often.
14905
14906 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
14907 examining it.
14908
14909 * eshell/esh-cmd.el (eshell-rewrite-while-command):
14910 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
14911 `eshell-protect'.
14912 (eshell-copy-handles): Created a new macro for duplicating the
14913 current set of open handles. This is needed by the looping
14914 functions.
14915 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
14916 is not incorrectly stomped on.
14917
14918 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
14919 declaration for pcomplete-use-paring.
14920 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
14921 value of eshell-cmpl-use-paring.
14922 * pcomplete.el (pcomplete-use-paring): New config variable, to
14923 indicate whether paring should be used.
14924 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
14925 completion alternatives that have already been used.
14926
14927 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
14928 bound to C-c C-y, which will repeat the previous N arguments
14929 (based on prefix argument).
14930 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
14931
14932 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
14933 if there is no *Help* buffer. This is for XEmacs, which renames
14934 its help buffers uniquely. TODO: Find out what the current buffer
14935 name to delete is.
14936
14937 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
14938 first entry that correlates to a passwd/group number. Later
14939 entries (used for group/user name aliasing to multiple IDs) are
14940 ignored.
14941
14942 * eshell/em-xtra.el (eshell/expr):
14943 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
14944 (eshell-grep, eshell/diff, eshell/locate):
14945 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
14946 argument list, before passing it to the system command.
14947
14948 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
14949 `find-tag' for use at final position in Eshell buffers (which
14950 otherwise triggers an error on Emacs 21).
14951 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
14952 buffer, if it is currently bound to `find-tag'.
14953
14954 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
14955 in the list of matched Makefile names.
14956 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
14957 directory, prefer its contents to Makefile.
14958
14959 * eshell/em-dirs.el (eshell/cd): cd commands that look up
14960 directory parts (like "cd old new", or "cd =regexp"), are now case
14961 sensitive on non-Windows/DOS platforms.
14962
14963 * eshell/esh-mode.el (eshell-parse-command-input): When a user
14964 types RET after an open delimiter (like "), display a message
14965 indicating that Eshell is waiting for the closing delimiter.
14966
14967 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
14968 environment variables.
14969
14970 * eshell/em-unix.el (eshell/diff): Added logic to fail more
14971 gracefully if the user enters incorrect arguments.
14972
14973 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
14974 Eshell buffers.
14975
14976 * eshell/esh-var.el (eshell-interpolate-variable):
14977 * eshell/esh-mode.el (eshell-move-argument):
14978 * eshell/em-unix.el (eshell-du-sum-directory):
14979 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
14980 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
14981 (not (= ...)).
14982
14983 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
14984 to ensure the `preserve' flag gets propagated when doing recursive
14985 directory copies.
14986
14987 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
14988
14989 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
14990 Don't convert \n into \0177 in memory.
14991 (eshell-read-history, eshell-write-history): Convert \n to \0177,
14992 and back again, when reading and writing.
14993
14994 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
14995
14996 * eshell/esh-util.el (eshell-processp): Added to relieve constant
14997 testing of `fboundp' on `processp'.
14998
14999 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15000 (eshell/jobs): Don't call process-list if it is not bound.
15001 (eshell-gather-process-output): Support systems where async
15002 subprocesses aren't supported.
15003 (eshell-scratch-buffer, eshell-last-sync-output-start): New
15004 variables.
15005
15006 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
15007 eshell-do-eval returns t.
15008 (eshell-do-pipelines-synchronously): New defmacro.
15009 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
15010 when async subprocesses aren't supported.
15011 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
15012 if async subprocesses aren't supported.
15013 (eshell-resume-command): Don't assume STATUS is a string.
15014
15015 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
15016
15017 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
15018 (eshell-close-target, eshell-get-target): Use eshell-processp.
15019 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
15020 fix.
15021 (eshell-get-target, eshell-create-handles): Doc fix.
15022
15023 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
15024
15025 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15026 criterion to include commands that output something, as long as it
15027 leaves both the command and the end-of-buffer visible when the
15028 command has exited.
15029 (eshell-review-quick-commands): Adjust the help doc string
15030 accordingly.
15031
15032 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
15033
15034 * locate.el (locate): Cleaned up locate command's interactive prompting
15035 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
15036
15037 * filecache.el (file-cache-case-fold-search): New variable
15038 (file-cache-assoc-function): New variable
15039 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
15040 Use file-cache-case-fold-search variable
15041 (file-cache-add-file): Use file-cache-assoc-function
15042 (file-cache-delete-file): likewise
15043 (file-cache-directory-name): likewise
15044 (file-cache-debug-read-from-minibuffer): likewise
15045
15046 2000-08-28 Gerd Moellmann <gerd@gnu.org>
15047
15048 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
15049 (abbrev-table-name): New function.
15050 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
15051 If non-nil list local abbrev, only.
15052
15053 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
15054
15055 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
15056 from Gnus support code, and use special article copy buffer
15057 `(gnus-original-article-buffer)' instead. This allows to get rid
15058 of article-hide-headers usage (which breaks in the latest Gnus
15059 version). Thanks to Detlev Zundel.
15060
15061 2000-08-28 Kenichi Handa <handa@etl.go.jp>
15062
15063 * international/quail.el (quail-use-package): Hide "... loaded"
15064 message.
15065 (quail-start-translation, quail-start-conversion): Likewise.
15066
15067 * international/kkc.el (kkc-region): Hide "... loaded" message.
15068
15069 2000-08-27 Dave Love <fx@gnu.org>
15070
15071 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
15072
15073 2000-08-27 Miles Bader <miles@gnu.org>
15074
15075 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
15076
15077 2000-08-27 Kenichi Handa <handa@etl.go.jp>
15078
15079 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
15080 'ja-dic-cnv), not (require 'skkdic-cnv).
15081
15082 2000-08-26 Miles Bader <miles@gnu.org>
15083
15084 * faces.el (face-x-resources): Add entry for :inherit.
15085 * cus-face.el (custom-face-attributes): Add support for :inherit
15086 attribute. Add support for relative face heights.
15087 (custom-face-attributes-get): Treat `nil' as being a default value
15088 for :inherit (as well as `unspecified').
15089
15090 * faces.el (set-face-attribute): Update doc string.
15091 (face-attribute-name-alist): Add :inherit.
15092 (face-valid-attribute-values): Handle :inherit.
15093 (face-read-string): Rephrase prompt to be less confusing.
15094 Assume that DEFAULT is a string, since we must return a string.
15095 (face-read-integer): Use `format' to turn DEFAULT into an
15096 acceptable default for face-read-string. Match NEW-VALUE against
15097 the string "unspecified", not the symbol `unspecified', since
15098 that's what face-read-string returns.
15099 (read-face-attribute): Lookup a name for old-value in valid, and
15100 use it as a default if we find one. Treat all values from
15101 face-read-string as strings. If the default is used, don't do any
15102 more processing on the value, just use the old value directly.
15103 (read-face-and-attribute, modify-face): Tweak prompt.
15104 (read-face-name): Don't assume prompt ends with a space.
15105
15106 * faces.el (describe-face): Add support for :inherit attribute.
15107
15108 2000-08-25 Kenichi Handa <handa@etl.go.jp>
15109
15110 * terminal.el (terminal-emulator): Fix args to `concat'. Now
15111 concat doesn't accept interger.
15112
15113 * international/kkc.el: Remove SKK from Keywords. Require
15114 ja-dic-utl instead of skkdic-utl.
15115
15116 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
15117 Provide ja-dic-cnv instead of skkdic-cnv.
15118 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
15119 (iso-2022-7bit-short): Add safe-charsets property.
15120 (skkdic-convert-postfix): Search Japanese chou-on character in
15121 addition to Hiragana character.
15122 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
15123 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
15124 (batch-skkdic-convert): Likewise.
15125
15126 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
15127 Provide ja-dic-utl instead of skkdic-utl.
15128 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
15129
15130 2000-08-24 Dave Love <fx@gnu.org>
15131
15132 * disp-table.el (standard-display-default): Make the test of `l'
15133 useful.
15134
15135 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
15136 mod sample text.
15137
15138 * international/iso-ascii.el: Make pilcrow convenient string
15139 consistent with section.
15140 (iso-ascii-display): Set up multibyte characters as well as
15141 unibyte.
15142
15143 2000-08-24 Kenichi Handa <handa@etl.go.jp>
15144
15145 * international/mule-cmds.el (reset-language-environment): Set
15146 default-process-coding-system to '(undecided . iso-latin-1), which
15147 makes process I/O almost consistent with file I/O. Call this
15148 function when mule-cmds.el[c] is loaded.
15149
15150 2000-08-22 Andrew Innes <andrewi@gnu.org>
15151
15152 * makefile.w32-in: New file.
15153
15154 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
15155
15156 * comint.el (comint-output-filter): Compare end of
15157 comint-last-output-overlay with the start of the newly inserted
15158 text, not the end, when deciding whether to extend it.
15159 Set saved-point's insertion type to advance after insertion.
15160
15161 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
15162 since this is now done independently of font-lock mode.
15163
15164 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15165
15166 * server.el (server-kill-new-buffers): New user option.
15167 (server-existing-buffer): New buffer-local variable.
15168 (server-visit-files): When using an existing buffer, set
15169 server-existing-buffer to t.
15170 (server-buffer-done): If server-kill-new-buffers is t, kill the
15171 buffer, unless it was already present before visiting it with
15172 Emacs server.
15173
15174 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
15175
15176 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
15177 even if the display doesn't support colors: some displays will
15178 support bold/underline faces.
15179
15180 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15181
15182 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
15183
15184 * startup.el (command-line): If user's init file had an error,
15185 add explanatory text to *Messages*.
15186
15187 2000-08-21 Kenichi Handa <handa@etl.go.jp>
15188
15189 * man.el (Man-getpage-in-background): Decode the process output by
15190 the system locale coding system.
15191
15192 2000-08-20 Dave Love <fx@gnu.org>
15193
15194 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
15195 Don't test x-popup-menu.
15196 (function) <complete-function>: Complete only fbound symbols.
15197 <validate, value>: New.
15198 (variable) <complete-function>: Complete only bound symbols.
15199 (coding-system): Add :base-only, :complete-function, :validate,
15200 :value, :prompt-match.
15201 (widget-coding-system-prompt-value): Use read-coding-system and
15202 act on :base-only.
15203 (editable-field): Add :help-echo.
15204 (widget-push-button-gui, widget-push-button-cache)
15205 (widget-gui-action, widget-editable-list-gui): COmment out, along
15206 with uses.
15207 (widget-at): Make arg optional.
15208 (widget-echo-help): Adjust for current help-echo calling sequence.
15209 (widget-specify-field, widget-specify-button)
15210 (widget-specify-insert, widget-get-sibling, widget-image-find)
15211 (widget-convert, widget-insert, widget-leave-text)
15212 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
15213 (widget-setup, widget-field-find, widget-before-change)
15214 (widget-after-change, widget-default-complete)
15215 (widget-default-create, widget-default-delete)
15216 (widget-push-button-value-create, editable-field)
15217 (widget-field-prompt-value, widget-field-validate)
15218 (widget-choice-value-create, widget-choice-action)
15219 (widget-choice-validate, widget-checklist-add-item)
15220 (widget-radio-add-item, widget-radio-chosen)
15221 (widget-radio-value-inline, widget-editable-list-value-create)
15222 (widget-editable-list-entry-create)
15223 (widget-documentation-link-add)
15224 (widget-documentation-string-value-create)
15225 (widget-regexp-validate, widget-file-complete)
15226 (widget-sexp-validate, widget-plist-convert-widget)
15227 (widget-plist-convert-widget, widget-alist-convert-widget)
15228 (widget-alist-convert-widget, widget-color-complete): Simplify,
15229 particularly to avoid bindings which aren't optimized out.
15230
15231 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
15232 Doc fix.
15233 (down-list, backward-up-list, up-list, kill-sexp)
15234 (backward-kill-sexp, mark-sexp): Make arg optional.
15235 (lisp-complete-symbol): Add optional arg PREDICATE.
15236
15237 * cus-start.el: Add display-buffer-reuse-frames,
15238 file-coding-system-alist.
15239
15240 2000-08-20 Gerd Moellmann <gerd@gnu.org>
15241
15242 * startup.el (command-line): Clear realized faces after
15243 modifying TTY color mappings.
15244
15245 2000-08-20 Miles Bader <miles@gnu.org>
15246
15247 * faces.el (face-attr-match-p): Don't return true if ATTRS are
15248 merely a subset of FACE's attributes.
15249
15250 2000-08-19 Miles Bader <miles@gnu.org>
15251
15252 * comint.el (comint-output-filter): Save the point with a marker,
15253 not just a buffer position.
15254
15255 * international/mule.el (set-buffer-process-coding-system): Make
15256 interactive prompt less confusing.
15257
15258 2000-08-19 Gerd Moellmann <gerd@gnu.org>
15259
15260 * hilit-chg.el: General cleanup of doc strings, comments and
15261 code formatting.
15262
15263 2000-08-19 Miles Bader <miles@gnu.org>
15264
15265 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
15266 Compiler macro removed; beginning-of-line is no longer always
15267 equivalent to forward-line, in the presence of fields.
15268
15269 * comint.el (comint-output-filter): Remove ad-hoc saving of
15270 restriction, and just use save-restriction, now that it works
15271 correctly. Don't adjust comint-last-input-start to account for
15272 our insertion; it shouldn't have moved because we don't use
15273 insert-before-markers anymore. Comment out call to
15274 `force-mode-line-update'; why is it here?
15275
15276 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
15277 while checking for prompt to delete. Use `forward-line 0'
15278 instead of beginning-of-line.
15279 (gud-filter): Temporarily widen gud comint buffer while
15280 examining output.
15281
15282 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
15283
15284 * progmodes/sh-script.el: Big bag of typos.
15285
15286 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
15287 check since ispell-process is not bound when ispell is not yet loaded.
15288
15289 2000-08-18 Dave Love <fx@gnu.org>
15290
15291 * image.el (find-image): Copy `spec' before using plist-put.
15292
15293 2000-08-18 Gerd Moellmann <gerd@gnu.org>
15294
15295 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
15296 `portugues'.
15297
15298 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
15299 backward-kill-sexp, analogous to kill-sexp.
15300
15301 * progmodes/icon.el (icon-indent-line)
15302 (icon-is-continuation-line): Handle comments specially.
15303
15304 2000-08-17 Ken Stevens <k.stevens@ieee.org>
15305
15306 * ispell.el: Set to standard author/maintainer/keyword fields.
15307 Fine tuning to menu map appearance and operation, and added help.
15308 Remove `start' and `end' error messages when compiling.
15309 (ispell-choices-win-default-height): Fixed comment string.
15310 (ispell-dictionary-alist-1): Fixed regexp in castellano and
15311 castellano8 dictionaries.
15312 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
15313 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
15314 dictionary, added italiano dictionary.
15315 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
15316 word character
15317 (ispell-tex-skip-alists): Added psfig support.
15318 (ispell-skip-html): Renamed from ispell-skip-sgml.
15319 (ispell-begin-skip-region-regexp, ispell-skip-region)
15320 (ispell-minor-check): Improved html skipping support to skip across
15321 code, and recognize `&' commands without propper `;' syntax;
15322 (ispell-process-line): Fix alignment error when manually
15323 correcting spelling.
15324 (ispell): Fix comment string.
15325 (ispell-add-per-file-word-list): Always put word list on new line.
15326
15327 2000-08-17 Gerd Moellmann <gerd@gnu.org>
15328
15329 * format.el (format-encode-run-method): Fix error message to say
15330 `encode' instead of `decode'. Use save-window-excursion around
15331 shell-command-on-region as in format-decode-run-method because
15332 shell-command-on-region can display a buffer with error output.
15333 (format-decode): Don't record undo information for the decoding.
15334 (format-annotate-function): Add parameter FORMAT-COUNT. Make
15335 that number part of the temporary buffer name so that more than
15336 one decoding using a temporary buffer can happen safely.
15337
15338 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
15339 of `A-z' in the regexp.
15340
15341 * hilit-chg.el: Fix typos in commentary.
15342
15343 * help.el (view-emacs-news): Rewritten for new naming scheme
15344 for old NEWS files.
15345
15346 * startup.el (command-line): Pop to *Messages* in case an error
15347 is signaled while loading user-init-file.
15348
15349 2000-08-17 Andreas Schwab <schwab@suse.de>
15350
15351 * files.el (insert-directory): Don't lose original file name,
15352 undoing an undocumented change.
15353
15354 2000-08-17 Alex Schroeder <alex@gnu.org>
15355
15356 * sql.el (sql-magic-go): Use comint-bol.
15357 (sql-copy-column): Use comint-line-beginning-position.
15358 (comint-line-beginning-position): Define a replacement for
15359 comint-line-beginning-position if it is not fboundp.
15360
15361 2000-08-17 Alex Schroeder <alex@gnu.org>
15362
15363 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
15364 it didn't have any effect anyway.
15365
15366 2000-08-17 Alex Schroeder <alex@gnu.org>
15367
15368 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
15369 --pset and pager=off instead of sending \\o|cat at the beginning
15370 of the session.
15371
15372 2000-08-17 Miles Bader <miles@gnu.org>
15373
15374 * progmodes/octave-inf.el: Add compatibility definition of
15375 comint-line-beginning-position.
15376
15377 2000-08-17 Kenichi Handa <handa@etl.go.jp>
15378
15379 * startup.el (normal-top-level): Look in each dir in load-path for
15380 a leim-list.el file too. This assures of loading leim-list.el
15381 that is created at Emacs installation time even if a user have his
15382 own leim-list.el.
15383
15384 2000-08-17 Miles Bader <miles@gnu.org>
15385
15386 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
15387 foreground color to black if the background is dark.
15388
15389 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
15390
15391 * loadhist.el (unload-feature): Typo.
15392
15393 * finder.el (finder-compile-keywords):
15394 * cus-dep.el (custom-make-dependencies): Add local-variable settings
15395 to the generated file.
15396
15397 * mail/mh-e.el (mh-make-local-vars):
15398 Replace make-variable-buffer-local with make-local-variable.
15399
15400 * play/landmark.el:
15401 * options.el (Edit-options-{set,toggle,t,nil}):
15402 * mail/mailabbrev.el (mail-abbrevs-mode):
15403 * textmodes/tex-mode.el (tex-expand-files):
15404 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
15405
15406 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
15407
15408 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
15409 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
15410 Allow going past the last element.
15411 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
15412 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
15413 (cvs-mouse-toggle-mark): Don't move point.
15414 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
15415
15416 * progmodes/compile.el (grep): Provide a default set of files.
15417 (next-error): Docstring fix.
15418 (compilation-find-file): Avoid find-file (fails in a dedicated window).
15419
15420 * emacs-lisp/easy-mmode.el (define-minor-mode):
15421 Use `symbol-value' to keep the byte-compiler quiet.
15422
15423 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
15424 (diff-find-source-location): New fun, extracted from diff-goto-source.
15425 (diff-goto-source): Use it.
15426 (diff-next-complex-hunk, diff-filter-lines): New function.
15427 (diff-apply-hunk): New command.
15428
15429 * smerge-mode.el (smerge-mode-menu): Doc fix.
15430
15431 * msb.el (msb-mode): Define it in terms of define-minor-mode.
15432
15433 2000-08-16 Dave Love <fx@gnu.org>
15434
15435 * windmove.el (windmove) <defgroup>: Add :version.
15436
15437 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
15438 (goto-address-fontify-p, goto-address-highlight-p)
15439 (goto-address-url-face, goto-address-url-mouse-face)
15440 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
15441 (goto-address-url-regexp): Use thing-at-point-url-regexp.
15442 (goto-address-fontify, goto-address-at-mouse): Simplify,
15443 (goto-address-at-point): browse-url-url-at-point,
15444 goto-address-find-address-at-point can return nil.
15445 (goto-address-find-address-at-point): Return nil on failure.
15446
15447 * align.el (align) <defgroup>: Add :version.
15448
15449 * calculator.el (calculator): Add :version.
15450 (calculator): Use two lines for calculator window if `modeline'
15451 face is boxed.
15452
15453 * play/5x5.el: Doc fixes.
15454 (5x5) <defgroup>: Add :version.
15455
15456 * play/fortune.el (fortune) <defgroup>: Add :version.
15457 (fortune-append): Fix error message.
15458 (fortune-from-region): Doc fix.
15459
15460 * play/pong.el (pong): Doc fix.
15461
15462 * play/morse.el: Keywords, commentary, autoloads.
15463
15464 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
15465
15466 * desktop.el (desktop-save): Don't look at symbol-value of a
15467 member of minor-mode-alist, unless it is boundp.
15468
15469 2000-08-16 Sam Steingold <sds@gnu.org>
15470
15471 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
15472 `while'; use `with-current-buffer' instead of `save-excursion'.
15473 Removed unnecessary kludges now that "*Buffer List*" is excluded.
15474
15475 2000-08-16 Kenichi Handa <handa@etl.go.jp>
15476
15477 * international/ccl.el (declare-ccl-program): Docstring modified.
15478 (ccl-execute-with-args): Likewise.
15479
15480 2000-08-16 Miles Bader <miles@gnu.org>
15481
15482 * progmodes/sql.el: Add compatibility definition of
15483 comint-line-beginning-position.
15484
15485 2000-08-15 Gerd Moellmann <gerd@gnu.org>
15486
15487 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
15488 'buffer-menu' property.
15489 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
15490 fails.
15491 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
15492 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
15493 wasn't killed.
15494
15495 * buff-menu.el (list-buffers-noselect): Don't display the
15496 *Buffer List* buffer.
15497
15498 * font-lock.el: Require jit-lock to prevent a very late
15499 `Loading jit-lock' message.
15500
15501 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
15502 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
15503 mail address.
15504
15505 2000-08-15 Miles Bader <miles@gnu.org>
15506
15507 * textmodes/ispell.el (ispell-graphic-p): New constant.
15508 (ispell-choices-win-default-height, ispell-help): Use
15509 `ispell-graphic-p' instead of `xemacsp'.
15510
15511 2000-08-15 Dave Love <fx@gnu.org>
15512
15513 * simple.el: Autoload widget-convert when compiling.
15514 (mail-user-agent): Doc fix.
15515
15516 * help.el (function-called-at-point, variable-at-point): Use
15517 with-syntax-table.
15518 (help-manyarg-func-alist): Add insert-and-inherit.
15519
15520 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
15521
15522 * delsel.el (delsel-unload-hook): New function.
15523
15524 * find-file.el: Doc fixes. Move provide to end.
15525 (ff) <defgroup>: Add :link.
15526 (ff-goto-click): Deleted.
15527 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
15528 Use mouse-set-point.
15529
15530 * textmodes/tildify.el: Doc fixes.
15531 (tildify) <defgroup>: Add:version.
15532
15533 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
15534 (glasses-custom-set): Use set-default, not set.
15535 (minor-mode-alist): Propertize the lighter.
15536 (glasses-mode): Provide optional arg.
15537
15538 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
15539 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
15540 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
15541 option. Provide :type.
15542 (cwarn-configuration): Provide :type.
15543 (cwarn-mode): Doc fix.
15544
15545 * add-log.el (change-log-merge): Doc fix.
15546 (change-log-redate): New command.
15547
15548 * net/browse-url.el (browse-url-filename-alist): Add a clause for
15549 Doze and Dog.
15550 (browse-url): Use dolist, not mapcar.
15551 (browse-url-at-point): Check for null url.
15552 (browse-url-event-buffer, browse-url-event-point): Functions
15553 deleted.
15554 (browse-url-at-mouse, browse-url-netscape): Simplify.
15555
15556 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
15557 modes.
15558 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
15559 Fix previous change to mapcan.
15560 (msb--init-file-alist, msb--add-separators)
15561 (msb--make-keymap-menu): Simplify.
15562 (msb--choose-file-menu): Use copy-sequence.
15563 (msb-mode-map): Add title to keymap.
15564 (msb-unload-hook): New function.
15565
15566 * bs.el: Fix indentation.
15567 (bs) <defgroup>: Add :links.
15568 (bs-show): Doc fix.
15569 (bs-apply-sort-faces): Don't use window-system.
15570 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
15571
15572 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
15573
15574 * calendar/timeclock.el (timeclock-file): Run .timelog through
15575 convert-standard-filename.
15576
15577 2000-08-14 Gerd Moellmann <gerd@gnu.org>
15578
15579 * emacs-lisp/authors.el: New file.
15580
15581 * paren.el (show-paren-priority): New user option.
15582 (show-paren-function): Set overlay priorities to
15583 show-paren-priority.
15584
15585 2000-08-14 Miles Bader <miles@gnu.org>
15586
15587 * comint.el (comint-bol): Use `forward-line 0' instead of calling
15588 beginning-of-line with inhibit-field-text-motion bound.
15589
15590 2000-08-14 Gerd Moellmann <gerd@gnu.org>
15591
15592 * calendar/timeclock.el: New file.
15593
15594 2000-08-14 David Ponce <david@dponce.com>
15595
15596 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
15597 `widget-button-click'. so that one can use left mouse button to
15598 click on dialog buttons.
15599
15600 2000-08-14 Emmanuel Briot <briot@gnat.com>
15601
15602 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
15603 identifiers, since XML is case sensitive
15604
15605 2000-08-12 Miles Bader <miles@gnu.org>
15606
15607 * comint.el (comint-output-filter): Don't bother frobbing
15608 window-start, it doesn't seem to be necessary.
15609
15610 * comint.el (comint-send-string, comint-send-region): Make into
15611 real functions. Snapshot the prompt before sending.
15612
15613 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
15614
15615 * info.el (Info-find-emacs-command-nodes): Rewrite to use
15616 technique similar to Info-index, instead of relying on specific
15617 names of relevant Index nodes.
15618 (Info-goto-emacs-command-node): Bind Info-history to nil when
15619 going to the first node found by Info-find-emacs-command-nodes.
15620
15621 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
15622
15623 * menu-bar.el (menu-bar-help-menu): Add a :help string.
15624
15625 2000-08-10 Miles Bader <miles@gnu.org>
15626
15627 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
15628
15629 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
15630
15631 * info.el (Info-file-list-for-emacs): More elements for the
15632 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
15633 and woman manuals.
15634
15635 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
15636
15637 * comint.el (comint-send-input): Make the newline boundary overlay
15638 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
15639 (comint-output-filter): Use `insert' instead of
15640 `insert-before-markers'. Extend comint-last-output-overlay when
15641 necessary since we can't rely on insert-before-markers to do it.
15642 * gud.el (gud-filter): Use `with-current-buffer' instead of
15643 save-excursion when inserting the output, so that point gets
15644 updated correctly; the old method relied on a rather dodgy
15645 side-effect of comint-output-filter to avoid the effect of
15646 save-excursion.
15647
15648 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
15649
15650 * files.el (recover-file): Call insert-directory instead of
15651 invoking `ls' directly.
15652
15653 2000-08-10 Miles Bader <miles@gnu.org>
15654
15655 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
15656 (comint-last-prompt-overlay): New variables.
15657 (comint-output-filter): Implement prompt highlighting.
15658 (comint-snapshot-last-prompt): New function.
15659 (comint-send-input): Snapshot the last prompt.
15660 Use comint-highlight-input-face.
15661 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
15662 Use defface instead of defcustom.
15663 (send-invisible, comint-send-eof): Snapshot the last prompt.
15664 (comint-delchar-or-maybe-eof): Use comint-send-eof.
15665 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
15666
15667 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
15668
15669 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
15670 (regexp-opt-group): Use a list of chars for `letters'.
15671 (regexp-opt-charset): `chars' is now a list of chars.
15672 Use a char-table rather than a vector so it works for multibyte chars.
15673
15674 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
15675 Set cvs-minor-current-files to the selected fileinfo.
15676 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
15677 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
15678
15679 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
15680
15681 * files.el (insert-directory): Don't call access-file on
15682 directories on DOS and Windows.
15683
15684 2000-08-09 Kenichi Handa <handa@etl.go.jp>
15685
15686 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
15687 longer if necessary.
15688 (ccl-embed-code): Call ccl-embed-data to store CODE in
15689 ccl-program-vector.
15690
15691 2000-08-09 Miles Bader <miles@gnu.org>
15692
15693 * comint.el (comint-output-filter): Properly handle the case where
15694 the text surrounded by comint-last-output-overlay was deleted.
15695
15696 2000-08-08 Gerd Moellmann <gerd@gnu.org>
15697
15698 * info.el (Info-insert-dir): Use Info-additional-directory-list if
15699 non-nil.
15700 (Info-file-list-for-emacs): Remove "info" from the list because
15701 that leads to trying to use the documentation from file `info'
15702 in various situations where it isn't appropriate, for instance
15703 C-h C-k C-h i.
15704
15705 * ffap.el (ffap-read-file-or-url-internal): Handle case that
15706 DIR and/or STRING are nil.
15707
15708 * progmodes/compile.el (compilation-setup): Make variable
15709 compilation-error-screen-columns buffer-local, as some comment
15710 in the code suggests it should be.
15711
15712 * files.el (auto-mode-interpreter-regexp): New variable.
15713 (set-auto-mode): Use it.
15714
15715 * indent.el (indent-for-tab-command): Doc fix.
15716
15717 * mouse-sel.el (mouse-sel-mode): Doc fix.
15718
15719 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
15720 labels.
15721
15722 * help.el (print-help-return-message): When
15723 display-buffer-reuse-frames is set, let the help window been quit,
15724 instead of deleting it, which might delete a reused frame.
15725
15726 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
15727
15728 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
15729 rename a directory to a name that differs only by its letter case.
15730
15731 2000-08-08 Kenichi Handa <handa@etl.go.jp>
15732
15733 * international/quail.el (quail-define-rules): Handle Quail decode
15734 map correctly. Add code for supporting annotations.
15735 (quail-install-decode-map): New function.
15736 (quail-defrule-internal): New optional arguments decode-map and
15737 props.
15738 (quail-advice): New function.
15739
15740 2000-08-07 Sam Steingold <sds@gnu.org>
15741
15742 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
15743 `defconst', `define-condition', `with-slots'.
15744 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
15745
15746 2000-08-03 Miles Bader <miles@gnu.org>
15747
15748 * comint.el (comint-use-prompt-regexp-instead-of-fields):
15749 New variable.
15750 (comint-prompt-regexp, comint-get-old-input): Document dependence on
15751 comint-use-prompt-regexp-instead-of-fields.
15752 (comint-send-input): Add `input' field property to stuff we send to
15753 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
15754 (comint-output-filter): Add `output' field property to process
15755 output, if comint-use-prompt-regexp-instead-of-fields is nil.
15756 (comint-replace-by-expanded-history)
15757 (comint-get-old-input-default, comint-show-output)
15758 (comint-backward-matching-input, comint-forward-matching-input)
15759 (comint-next-prompt, comint-previous-prompt): Use field
15760 properties if comint-use-prompt-regexp-instead-of-fields is nil.
15761 (comint-line-beginning-position): New function.
15762 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
15763 (comint-replace-by-expanded-history-before-point): Use
15764 comint-line-beginning-position and line-end-position.
15765 (comint-last-output-overlay): New variable.
15766 (comint-mode): Make `comint-last-output-overlay' buffer-local.
15767
15768 * shell.el (shell-prompt-pattern): Doc change.
15769 (shell-backward-command): Use line-beginning-position.
15770
15771 * gud.el (gud-gdb-complete-command): Use
15772 comint-line-beginning-position.
15773
15774 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
15775 comint-bol doesn't actually go to the beginning of the line.
15776
15777 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
15778 if comint-use-prompt-regexp-instead-of-fields is non-nil.
15779 (try-expand-line-all-buffers): Likewise.
15780
15781 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
15782 explicitly matching comint-prompt-regexp.
15783 (sql-copy-column): Use comint-line-beginning-position instead of
15784 explicitly matching comint-prompt-regexp.
15785
15786 * progmodes/octave-inf.el (inferior-octave-complete): Use
15787 comint-line-beginning-position.
15788
15789 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
15790
15791 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
15792 looking for a prompt, use `forward-line 0' instead of
15793 `beginning-of-line', to avoid getting caught by an input field.
15794
15795 2000-08-07 Gerd Moellmann <gerd@gnu.org>
15796
15797 * files.el (shell-quote-wildcard-pattern): Make sure to return
15798 PATTERN, in the Unix case.
15799
15800 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
15801
15802 * play/zone.el (zone): Discard any pending input before running
15803 the randomly-chosen pgm.
15804
15805 2000-08-07 Kenichi Handa <handa@etl.go.jp>
15806
15807 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
15808 checking the existence of any multibyte characters.
15809
15810 2000-08-06 Gerd Moellmann <gerd@gnu.org>
15811
15812 * help.el (describe-mode): Test minor-mode symbol for being
15813 bound before testing its value for being nil.
15814
15815 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
15816 `first', `second', and `third'.
15817
15818 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
15819 (second): Make it an alias for `cadr'.
15820
15821 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
15822
15823 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
15824 types of display support faces now.
15825
15826 2000-08-05 Gerd Moellmann <gerd@gnu.org>
15827
15828 * pcvs.el (require): Require `cl' during compilation, only.
15829
15830 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
15831 (toplevel): Remove `remq' and `remove' from autoloads.
15832 (cl-fake-autoloads): New variable. If set, arrange for an error
15833 when CL functions etc. are autoloaded.
15834
15835 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
15836
15837 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
15838
15839 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
15840 popped up, but the user clicks outside the menu, return an empty
15841 regexp (that causes unhighlight-regexp to have no effect).
15842
15843 * menu-bar.el (menu-bar-games-menu): Add Zone.
15844
15845 * hi-lock.el (toplevel): Require font-lock.
15846
15847 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15848
15849 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
15850 (ebnf-8-bit-chars): New var for bug fix.
15851 (ebnf-string): Bug fix.
15852
15853 2000-08-03 Sam Steingold <sds@gnu.org>
15854
15855 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
15856 instead of `buffer-string'.
15857 (require 'cl): Always, not just when compiling.
15858 `ignore-errors' in `interactive', `list*', `defun*' &c make this
15859 necessary.
15860
15861 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
15862
15863 * international/mule-cmds.el (select-safe-coding-system): Make
15864 the message text about selecting a safe coding system more clear.
15865
15866 2000-08-02 Gerd Moellmann <gerd@gnu.org>
15867
15868 * hi-lock.el: New file.
15869
15870 * play/zone.el: New file.
15871
15872 * replace.el (occur): Set tab-width in the *Occur* buffer to the
15873 value of tab-width in the original buffer. Choose a line number
15874 format that's a multiple of the original buffer's tab width, so
15875 that lines appear right.
15876
15877 * textmodes/ispell.el (ispell): New function, replacing an alias.
15878 Spell-check active region if in transient-mark-mode and mark
15879 is active; otherwise spell-check buffer.
15880
15881 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15882
15883 * ps-mule.el: Fix a customization problem on
15884 ps-mule-font-info-database-default.
15885
15886 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
15887
15888 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
15889 display-mouse-p instead of window-system.
15890 (ebrowse-member-mode-map): Ditto.
15891
15892 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15893
15894 * progmodes/ebnf2ps.el: Update ps-print functions call.
15895 Indentation fix. Doc fix.
15896 (ebnf-version): New version number (3.2).
15897 (ebnf-format-color, ebnf-begin-job): Code fix.
15898
15899 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
15900
15901 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
15902 font lock support on window-system.
15903 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
15904
15905 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
15906 display-color-p, if fboundp, instead of window-system.
15907
15908 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
15909
15910 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
15911 instead of window-system.
15912
15913 * wid-edit.el (widget-choose): Use display-mouse-p instead of
15914 window-system.
15915 (widget-choice-mouse-down-action): Use display-popup-menus-p
15916 instead of window-system.
15917
15918 * strokes.el (strokes-file): Run the file name through
15919 convert-standard-filename.
15920 (strokes-mode): Call display-mouse-p instead of looking at
15921 window-system. Change the error message accordingly.
15922
15923 * progmodes/cpp.el (toplevel): Support faces on tty's.
15924
15925 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
15926 (lm-plot-square, lm-init-display): Don't use window-system.
15927
15928 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
15929 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
15930
15931 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
15932 instead of looking at window-system.
15933
15934 2000-07-30 Gerd Moellmann <gerd@gnu.org>
15935
15936 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
15937 of testing if iswitchb-prepost-hooks is bound, because the
15938 latter will always be true when invoking a recursive minibuffer
15939 from an active Iswitchb buffer.
15940
15941 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
15942
15943 * files.el (shell-quote-wildcard-pattern): New function.
15944 (insert-directory): Call it. Only prepend "\" to command on Unix
15945 and GNU/Linux systems.
15946
15947 2000-07-30 Gerd Moellmann <gerd@gnu.org>
15948
15949 * eshell/esh-groups.el: Change custom :link file names
15950 from `eshell.info' to `eshell'.
15951
15952 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
15953
15954 * dired.el (dired-build-subdir-alist): Expand subdirectory names
15955 correctly in recursive ange-ftp listings.
15956
15957 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15958
15959 * ps-print.el: Fix bug 1: if ps-font-size-internal,
15960 ps-header-font-size-internal and
15961 ps-header-title-font-size-internal variables are not set,
15962 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
15963 face text property is (foreground-color . COLOR) or
15964 `(background-color . COLOR)', ps-print crashes. Doc fix.
15965 (ps-print-version): New version number (5.2.4).
15966 (ps-plot-region): Code fix.
15967 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
15968 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
15969 Bug fix 2.
15970
15971 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
15972
15973 * glasses.el (glasses-make-readable): Fix uncapitalization of
15974 identifiers like `myXMLDocument'.
15975
15976 2000-07-28 Karl Fogel <kfogel@red-bean.com>
15977
15978 * mail/mail-hist.el (mail-hist-previous-input)
15979 (mail-hist-next-input): Do the obvious code factorization.
15980 (mail-hist-retrieve-and-insert): New func, contains common
15981 code of above two.
15982 If inserting a message body, leave point at top.
15983
15984 2000-07-28 Sam Steingold <sds@gnu.org>
15985
15986 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
15987 Use `<=', not `<' to compare times!
15988 (ange-ftp-ls): Remove.
15989
15990 2000-07-27 Gerd Moellmann <gerd@gnu.org>
15991
15992 * play/cookie1.el: Add explanation of how to make cookie.el
15993 compatible with strfile(1) to comment.
15994
15995 * subr.el (remove, remq): New functions.
15996
15997 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
15998 escape `*' in regexps.
15999 (midnight-find): Reverse order of arguments in the funcall of
16000 TEST.
16001
16002 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
16003 and `.class'.
16004
16005 * play/meese.el: Add Commentary section.
16006
16007 2000-07-27 Alex Schroeder <alex@gnu.org>
16008
16009 * sql.el (sql-ms): Added autoload cookie.
16010 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
16011 (sql-oracle): Ditto.
16012 (sql-help): Doc change.
16013
16014 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
16015 types and exceptions.
16016
16017 2000-07-27 Alex Schroeder <alex@gnu.org>
16018
16019 * sql.el (sql-placeholder-history): New variable.
16020 (sql-query-placeholders-and-send): New function that will query
16021 the user and replace placeholders with user input.
16022 (sql-oracle): If running on NT, set comint-input-sender to
16023 sql-query-placeholders-and-send.
16024
16025 (sql-stop): If in the SQLi buffer, insert stop notification, else
16026 present it as a message.
16027
16028 2000-07-27 Alex Schroeder <alex@gnu.org>
16029
16030 * sql.el (sql-input-ring-separator): Doc change.
16031 (sql-input-ring-file-name): Doc change.
16032 (sql-interactive-mode): Use `sql-input-ring-separator' and
16033 `sql-input-ring-file-name' to set the comint-mode equivalents
16034 without making them local variables.
16035 (sql-stop): Don't bind `sql-input-ring-separator' and
16036 `sql-input-ring-file-name' dynamically to their comint-mode
16037 equivalents.
16038
16039 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16040
16041 * international/mule.el (register-char-codings): New function.
16042 (make-coding-system): Handle `safe-chars' specification in the arg
16043 PROPERTY.
16044
16045 * international/mule-cmds.el
16046 (find-coding-systems-region-subset-p): This function deleted.
16047 (sort-coding-systems-predicate): New variable.
16048 (sort-coding-systems): New function.
16049 (find-coding-systems-region): Use
16050 find-coding-systems-region-internal.
16051 (find-coding-systems-string): Use find-coding-systems-region.
16052 (find-coding-systems-for-charsets): Check
16053 char-coding-system-table.
16054 (select-safe-coding-system-accept-default-p): New variable.
16055 (select-safe-coding-system): Mostly rewritten. New argument
16056 ACCEPT-DEFAULT-P.
16057 (select-message-coding-system): Call select-safe-coding-system
16058 with ACCEPT-DEFAULT-P arg.
16059 (reset-language-environment): Reset default-sendmail-coding-system
16060 to the default value iso-latin-1.
16061 (set-language-environment): Don't set the obsolete variable
16062 charset-origin-alist.
16063
16064 * international/codepage.el (cp-coding-system-for-codepage-1):
16065 Give `safe-chars' property to make-coding-system.
16066
16067 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
16068 calling select-message-coding-system twice.
16069
16070 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
16071 instead of `safe-charsets'.
16072 (cyrillic-alternativnyj): Likewise.
16073 (ccl-encode-alternativnyj): Don't check the charset
16074 cyrillic-iso8859-5.
16075
16076 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16077
16078 * composite.el (compose-chars-after): Preserve match data.
16079
16080 2000-07-26 Sam Steingold <sds@gnu.org>
16081
16082 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
16083 (ange-ftp-real-file-newer-than-file-p): New function.
16084 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
16085 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
16086
16087 * tooltip.el (tooltip-float-time): Removed (use `float-time').
16088 * midnight.el (midnight-float-time): Ditto.
16089
16090 2000-07-26 Andreas Schwab <schwab@suse.de>
16091
16092 * files.el (normal-backup-enable-predicate): Correct
16093 interpretation of the return value of compare-strings.
16094
16095 2000-07-26 Gerd Moellmann <gerd@gnu.org>
16096
16097 * isearch.el (isearch-resume): New function.
16098 (isearch-done): Add something to command-history to resume
16099 the search.
16100 (isearch-yank-line, isearch-yank-word): Use
16101 buffer-substring-no-properties instead of buffer-substring.
16102
16103 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
16104 of flyspell-mouse-map.
16105
16106 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
16107 duplicate definition.
16108 (makefile-mode): Remove duplicate setting of local-abbrev-table.
16109
16110 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
16111 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
16112
16113 2000-07-25 Sam Steingold <sds@gnu.org>
16114
16115 * net/ange-ftp.el: Get modtime over the net.
16116 (ange-ftp-file-modtime): New function.
16117 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16118 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
16119 Use it.
16120 (ange-ftp-dot-to-slash): New function.
16121 (ange-ftp-fix-name-for-vms): Use it.
16122
16123 * midnight.el (midnight-buffer-display-time): Use
16124 `with-current-buffer'.
16125
16126 2000-07-25 Gerd Moellmann <gerd@gnu.org>
16127
16128 * find-dired.el: Update copyright notice.
16129 (find-dired): Offer to kill a running `find'.
16130
16131 * enriched.el (enriched-face-ans): For a `foreground-color'
16132 property, return '(("x-color" COLOR))' so that COLOR will be
16133 output as a parameter of the x-color annotation. Likewise for the
16134 `background-color' property. In the case of normal face
16135 properties, don't return annotations for unspecified foreground
16136 and background face attributes.
16137
16138 2000-07-25 Kenichi Handa <handa@etl.go.jp>
16139
16140 * language/japan-util.el (japanese-katakana-region): Fix handling
16141 HANKAKU argument.
16142
16143 2000-07-25 Miles Bader <miles@gnu.org>
16144
16145 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
16146 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
16147 constrain-to-field.
16148
16149 2000-07-24 Andrew Innes <andrewi@gnu.org>
16150
16151 * timer.el (timer-activate-when-idle): Add optional parameter
16152 DONT-WAIT. Update docstring.
16153 (run-with-idle-timer): Specify extra parameter to
16154 timer-activate-when-idle, so that timer will be activated
16155 immediately if Emacs is already idle.
16156
16157 * w32-fns.el (w32-using-nt): Fix docstring.
16158
16159 2000-07-24 Dave Love <fx@gnu.org>
16160
16161 * mouse.el (popup-menu): Set last-command-event.
16162 (mouse-major-mode-menu-prefix): Declare.
16163
16164 2000-07-24 Gerd Moellmann <gerd@gnu.org>
16165
16166 * textmodes/flyspell.el: Update to author's version 1.5d.
16167
16168 * progmodes/hideshow.el: Update copyright notice.
16169
16170 * vcursor.el: Set maintainer to FSF, since author cannot
16171 be reached.
16172
16173 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
16174
16175 * info.el (Info-goto-emacs-key-command-node): Leave a space after
16176 the prompt.
16177
16178 * mouse.el (popup-menu): Run the keymap through indirect-function,
16179 in case it was defined with define-prefix-key. If the menu is a
16180 list of keymaps, look up the binding of user's choice in each one
16181 of the keymaps.
16182 (mouse-popup-menubar): If the global and local menu-bar keymaps
16183 don't have a prompt string, create one and insert it into the
16184 keymap. Don't barf if current-local-map returns nil.
16185
16186 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
16187
16188 * dired.el (dired-sort-R-check): Added to allow recursive listing
16189 to be undone.
16190 (dired-sort-other): Use it.
16191
16192 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16193
16194 * Release of cc-mode 5.27
16195
16196 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16197
16198 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
16199 c-beginning-of-statement-1 that caused a bad case of recursion
16200 which could consume a lot of CPU in large classes in languages
16201 that have in-expression classes (i.e. Java and Pike).
16202
16203 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
16204 statements before top level constructs (i.e. case 6 is moved
16205 before case 5 and is now case 4) to catch in-expression
16206 classes in top level expressions correctly.
16207
16208 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16209
16210 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
16211 objc-method-intro. Case 4 removed and case 5I added.
16212
16213 * cc-langs.el (c-append-paragraph-start): New variable used by
16214 c-common-init to get paragraph-start correct.
16215 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
16216 initialize paragraph-start to make it correct both with and
16217 without the javadoc special case.
16218
16219 * cc-mode.el (java-mode): Use c-append-paragraph-start to
16220 initialize paragraph-start for javadoc markup.
16221
16222 * cc-vars.el (c-style-variables-are-local-p): Incompatible
16223 change by defaulting this to t. It's motivated by the
16224 confusing behavior that otherwise arise from the style system
16225 when editing both java and non-java files at the same time
16226 (see the comments about style setting in c-common-init).
16227
16228 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16229
16230 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
16231 similar to the one in c-fill-paragraph to check the fill
16232 prefix from the adaptive fill function for sanity.
16233
16234 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16235
16236 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
16237 defun block.
16238
16239 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16240
16241 * cc-align.el (c-lineup-multi-inher): Handle lines with
16242 leading comma nicely. Extended to handle member initializers
16243 too.
16244
16245 * cc-engine.el: (c-beginning-of-inheritance-list,
16246 c-guess-basic-syntax): Fixed recognition of inheritance lists
16247 when the lines begins with a comma.
16248
16249 * cc-vars.el (c-offsets-alist): Changed default for
16250 member-init-cont to c-lineup-multi-inher since it now handles
16251 member initializers and indents better for leading commas.
16252
16253 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16254
16255 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
16256 handling that caused class open lines to be recognized as
16257 statement-conts in some cases.
16258
16259 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
16260 guessed by the adaptive fill function unless point is on the
16261 first line of a block comment.
16262
16263 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
16264 when the buffer ends with a macro continuation char.
16265
16266 * cc-engine.el (c-guess-basic-syntax): Added support for
16267 function definitions as statements in Pike. The first
16268 statement in a lambda block is now labeled defun-block-intro
16269 instead of statement-block-intro.
16270
16271 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
16272 so that the class surrounding point is selected, not the one
16273 innermost in the state.
16274
16275 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
16276 recognition of switch labels having hanging multiline
16277 statements.
16278
16279 * cc-engine.el (c-beginning-of-member-init-list): Broke out
16280 some code in c-guess-basic-syntax to a separate function.
16281 * cc-engine.el (c-just-after-func-arglist-p): Fixed
16282 recognition of member inits with multiple line arglists.
16283 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
16284 member-init-cont when the commas are in funny places.
16285
16286 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16287
16288 * cc-defs.el (c-auto-newline): Removed this macro since it's
16289 not used anymore.
16290
16291 * cc-engine.el (c-looking-at-bos): New helper function.
16292 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
16293 inexpr and toplevel classes apart in Pike.
16294
16295 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
16296 of case 9A.
16297
16298 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
16299 constant, since "class" can introduce an in-expression class
16300 in Pike nowadays.
16301
16302 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16303
16304 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
16305 indentation on cpp-macro lines.
16306
16307 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
16308 a syntax modifier like comment-intro, to make it possible to
16309 get syntactic indentation for preprocessor directives. It's
16310 incompatible wrt to lineup functions on cpp-macro, but it has
16311 no observable effect in the 99.9% common case where cpp-macro
16312 is set to -1000.
16313
16314 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16315
16316 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
16317 member-init-cont when the preceding arglist is several lines.
16318
16319 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16320
16321 * cc-styles.el (c-style-alist): The basic offset for the BSD
16322 style corrected to 8.
16323
16324 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16325
16326 * cc-styles.el (c-style-alist): Adjusted the indentation of
16327 brace list openers in the gnu style.
16328
16329 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16330
16331 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
16332
16333 * cc-cmds.el (c-electric-brace, c-electric-slash,
16334 c-electric-star, c-electric-semi&comma, c-electric-colon,
16335 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
16336 when c-syntactic-indentation is nil.
16337
16338 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
16339 we were left at comments preceding the first statement when
16340 reaching the beginning of the buffer.
16341
16342 * cc-vars.el (c-syntactic-indentation): New variable to turn
16343 off all syntactic indentation.
16344
16345 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16346
16347 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
16348 between the text and the block comment ender when it hangs,
16349 depending on how many there are before the fill.
16350
16351 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16352
16353 * cc-engine.el (c-beginning-of-closest-statement): New helper
16354 function to go back to the closest preceding statement start,
16355 which could be inside a conditional statement.
16356 * cc-engine.el (c-guess-basic-syntax): Use
16357 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
16358
16359 * cc-engine.el (c-guess-basic-syntax): Better handling of
16360 arglist-intro, arglist-cont-nonempty and arglist-close when
16361 the arglist is nested inside parens. Cases 7A, 7C and 7F
16362 changed.
16363
16364 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
16365 up-to-date with javadoc 1.2.
16366
16367 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16368
16369 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
16370 multiline Pike type decls.
16371
16372 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16373
16374 * cc-cmds.el (c-indent-new-comment-line): Always break
16375 multiline comments in multiline mode, regardless of
16376 comment-multi-line.
16377
16378 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16379
16380 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
16381 fully::qualified::names in C++ member init lists. Preamble in
16382 case 5D changed.
16383
16384 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16385
16386 * cc-langs.el (c-common-init): Handling of obsolete variables
16387 moved to c-initialize-cc-mode. More compatible style override
16388 when using global style variables.
16389 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
16390 variables moved here.
16391
16392 * cc-styles.el (c-make-styles-buffer-local): Flag style
16393 variable localness in c-style-variables-are-local-p to make
16394 the compatibility measure in c-common-init work well.
16395
16396 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
16397 longer contain set-from-style.
16398 * cc-styles.el (c-initialize-builtin-style): Don't check for
16399 set-from-style on c-special-indent-hook.
16400 * cc-styles.el (c-copy-tree): Obsolete. The standard function
16401 copy-alist is sufficient now.
16402
16403 * cc-styles.el (c-set-style, c-set-style-1,
16404 c-get-style-variables): Fixes to variable initialization so
16405 that duplicate entries in styles have the same effect
16406 regardless of DONT-OVERRIDE.
16407
16408 * cc-styles.el (c-set-style-2): Fixed bug where the
16409 initialization of inheriting styles failed when the
16410 dont-override flag is set.
16411
16412 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
16413 on this.
16414
16415 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16416
16417 * cc-defs.el (c-forward-comment): Removed the workaround
16418 introduced in 5.38 since it had worse side-effects. If a line
16419 contains the string "//\"", it regarded the // as a comment
16420 start since the \ temporarily doesn't have escape syntax.
16421
16422 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
16423
16424 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
16425 ada-xref.el before ada-prj.el, so that the Project menu is created
16426 when ada-prj tries to add to it.
16427 (ada-activate-keys-for-case): Suppress the characters that are not
16428 part of the Ada syntax. Better compatibility with else-mode
16429 (ada-adjust-case-interactive): When auto-casing is not active,
16430 correctly insert newlines (used to insert only ^M). Prevent the
16431 syntax table from being changed in case of an error
16432 (or '_' becomes part of a word and some commands are confused).
16433 Do nothing if ada-auto-case is nil.
16434 (ada-after-keyword-p): Ignore keywords that are also attributes
16435 (ada-batch-reformat): Update usage comment
16436 (ada-call-from-contextual-menu): New function
16437 (ada-case-read-exceptions): Reinitialize the casing exception list
16438 first to nil first, so that the casing exception file can be
16439 shared.
16440 (ada-check-defun-name): Handles "configure" keyword for gnatdist
16441 files.
16442 (ada-compile-goto-error): Fix regexp used to detect a file:line
16443 anywhere in the error message
16444 (ada-contextual-menu-last-point): New variable
16445 (ada-create-keymap): If the variable delete-key-deletes-forward is
16446 t on XEmacs, it means that DEL should delete one character
16447 forward.
16448 (ada-create-menu): Use :included instead of :visible for XEmacs.
16449 New submenu "Options".
16450 (ada-end-stmt-re): Correctly indent "select ... then abort"
16451 statements.
16452 (ada-fill-comment-paragraph): Correctly delete all leading '--'
16453 even if they don't match ada-fill-comment-prefix Fix handling of
16454 paragraphs on the first or last line of a file.
16455 (ada-format-paramlist): Fix handling of default parameter values.
16456 (ada-get-body-name): New function.
16457 (ada-get-current-indent): Optimized by searchling directly for an
16458 existing generic part or a statement outside of it. Handle
16459 ada-indent-align-comments when indenting comments Replaced some
16460 regexps by testing directly the next character. This results in a
16461 huge speedup on some files. New indentation scheme for renames
16462 statements. Stop looking for the 'while' or 'for' associated with
16463 a 'loop' at the first semicolon encountered. A "return" can also
16464 match an anonymous access subprogram declaration.
16465 (ada-get-indent-noindent): Ignore strings and comments when
16466 looking for the keywords "record" and "private".
16467 (ada-goto-matching-decl-start): When matching "if", make sure we
16468 are not in fact seeing "end if". Ignore "when" statements except
16469 when initial keyword was "begin". Fix handling of nested
16470 procedures. Add a recursive call to this function to skip over
16471 other 'end' statmts. Fix indentation for "when .. => begin"
16472 (ada-in-open-paren-p): Fix indentation for complex boolean
16473 expressions, where 'and then', 'or else' and parenthesis
16474 statements are mixed up.
16475 (ada-in-paramlist-p): Skip comments while searching for the
16476 beginning Fix handling of operator declarations.
16477 (ada-indent-align-comments): New variable
16478 (ada-indent-current): Change the syntax table only in the
16479 protected section, so that we are sure it is restored correctly.
16480 (ada-indent-on-previous-lines): Use ada-use-indent and
16481 ada-with-indent Correctly indent "select ... then"
16482 (ada-indent-region): Slight speedup.
16483 (ada-indent-renames): New variable.
16484 (ada-last-which-function-subprog, ada-last-which-function-line):
16485 New variables
16486 (ada-looking-at-semi-private): Correctly indent the 'private'
16487 keyword when it is the first word in a package declaration.
16488 (ada-loose-case-word): Stop searching if at the end of the buffer.
16489 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
16490 even if point is not initially at the end of the word.
16491 (ada-matching-decl-start-re): Add "when".
16492 (ada-mode): Add support for abbrev-mode, outline-mode and
16493 which-func-mode Override the old find-file.el entry in
16494 ff-special-constructs since it is using the obsolete
16495 ada-spec-suffix variable
16496 (ada-no-auto-case): New function
16497 (ada-scan-paramlist): When parsing the argument type, accept
16498 spaces (as in "X 'Class", generated by Rational Rose).
16499 (ada-other-file-name): No longer loads the other file.
16500 (ada-popup-menu): Save and restore the current buffer and cursor
16501 position before and after displaying the menu.
16502 (ada-search-ignore-complex-boolean): New function.
16503 (ada-uncomment-region): Emacs21 already knows how to delete
16504 comments not starting in the first column.
16505 (ada-use-indent): New variable
16506 (ada-which-function): New function.
16507 (ada-with-indent): New variable
16508 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
16509 can be batch-compiled from the command line.
16510
16511 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
16512 Add to the menu when the file is loaded, not in ada-mode-hook.
16513 Add -toolbar to the default ddd command Switches moved from
16514 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
16515 ada-prj-default-comp-opt
16516 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
16517 Reference Manual to the menu
16518 (ada-check-current): rewritten as a call to ada-compile-current
16519 (ada-compile): Removed.
16520 (ada-compile-application, ada-compile-current, ada-check-current):
16521 Set the compilation-search-path so that compile.el automatically
16522 finds the sources in src_dir. Automatic scrollong of the
16523 compilation buffer. C-uC-cC-c asks for confirmation before
16524 compiling
16525 (ada-compile-current): New parameter, prj-field
16526 (ada-complete-identifier): Load the .ali file before doing
16527 processing
16528 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
16529 conform to gnatmake's behavior.
16530 (ada-find-file-in-dir): New function
16531 (ada-find-references): Set the environment variables for gnatfind
16532 (ada-find-src-file-in-dir): New function.
16533 (ada-first-non-nil): Removed
16534 (ada-gdb-application): Add support for jdb, the java debugger.
16535 (ada-get-ada-file-name): Load the original-file first if not done
16536 yet.
16537 (ada-get-all-references): Handles the new ali syntax (parent types
16538 are found between <>).
16539 (ada-initialize-runtime-library): New function
16540 (ada-mode-hook): Always load a project file when a file is opened,
16541 so that the casing exceptions are correctly read.
16542 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
16543 (ada-parse-prj-file): Use find-file-noselect instead of find-file
16544 to open the project file, since the latter does not work with
16545 speedbar Get default values before loading the prj file, or the
16546 default executable file name is wrong. Use the absolute value of
16547 src_dir to initialize ada-search-directories and
16548 compilation-search-path,... Add the standard runtime library to
16549 the search path for find-file.
16550 (ada-prj-default-debugger): Was missing an opening '{'
16551 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
16552 variables.
16553 (ada-prj-default-gnatmake-opt): New variable
16554 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
16555 buffers, the project file is the default one Save the windows
16556 configuration before displaying the menu.
16557 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
16558 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
16559 ...) regexp-quote identifiers names to support operators +,
16560 -,... in regexps.
16561 (ada-remote): New function.
16562 (ada-run-application): Erase the output buffer before starting the
16563 run Support remote execution of the application. Use
16564 call-process, or the arguments are incorrectly parsed
16565 (ada-set-default-project-file): Reread the content of the active
16566 project file, not the one from the current buffer When a project
16567 file is set as the default project, all directories are
16568 automatically associated with it.
16569 (ada-set-environment): New function
16570 (ada-treat-cmd-string): New special variable ${current}
16571 (ada-treat-cmd-string): Revised. The substitution is now done for
16572 any ${...} substring
16573 (ada-xref-current): If no body was found, compiles the spec
16574 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
16575 compiler to get rid of command line length limitations.
16576 (ada-xref-get-project-field): New function
16577 (ada-xref-project-files): New variable
16578 (ada-xref-runtime-library-specs-path)
16579 (ada-xref-runtime-library-ali-path): New variables
16580 (ada-xref-set-default-prj-values): Default run command now does a
16581 cd to the build directory. New field: main_unit Provide a default
16582 file name even if the current buffer has no prj file.
16583
16584 * ada-prj.el:
16585 Rewritten to show a tabbed-dialog.
16586 (ada-prj-add-ada-menu): Remove the map and name parameters.
16587 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
16588 New function
16589 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
16590 (ada-prj-load-from-file): New function
16591 (ada-prj-save): Always save fields that depend on the current buffer
16592 (ada-prj-show-value): New function
16593
16594 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
16595 Ada mode. This will allow us to display the Ada menu in any buffer
16596 we want (for project items).
16597 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
16598 number of spaces in the header.
16599
16600 2000-07-24 Dave Love <fx@gnu.org>
16601
16602 * ediff-init.el (ediff-region-help-echo): Bind face-help.
16603
16604 2000-07-23 Noah Friedman <friedman@splode.com>
16605
16606 * type-break.el (type-break): perform autosave.
16607 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
16608 (type-break-do-query): Cancel query schedule while performing
16609 actual query, to avoid possibility of a second query being made
16610 while first one is already in progress.
16611 (type-break-time-stamp-format): New variable.
16612 (type-break-time-stamp): New function.
16613 (type-break-time-warning): Use it.
16614 (type-break-keystroke-warning): Use it.
16615 (type-break-noninteractive-query): Use it.
16616
16617 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
16618 cookie.
16619 Use add-minor-mode to set minor-mode-alist, if available.
16620 (eldoc-echo-area-use-multiline-p): New user option.
16621 (eldoc-echo-area-multiline-supported-p): New variable.
16622 (eldoc-docstring-format-sym-doc): Use them.
16623 (eldoc-mode): If not using idle timers, append to local post and
16624 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
16625 (eldoc-display-message-no-interference-p): Don't interfere with
16626 edebug.
16627 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
16628 (eldoc-function-arglist): New function.
16629 (eldoc-function-argstring): Use it.
16630
16631 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
16632 auto save directory exists before calling directory-files.
16633
16634 2000-07-23 Dave Love <fx@gnu.org>
16635
16636 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
16637 ^o, ^u.
16638
16639 2000-07-21 Dave Love <fx@gnu.org>
16640
16641 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
16642 now passed to the function. It now works properly.
16643
16644 * smerge-mode.el (smerge-mode-menu): Fill it out.
16645
16646 2000-07-20 Gerd Moellmann <gerd@gnu.org>
16647
16648 * info-look.el (info-lookup): If *info* is shown in another frame
16649 on the same display, select that frame, instead of switching to
16650 the Info buffer in another window of the selected frame.
16651
16652 * simple.el (universal-argument-map): Bind numeric keypad keys
16653 kp-0 to kp-9 and kp-subtract.
16654 (digit-argument): Handle these keys.
16655
16656 2000-07-20 Dave Love <fx@gnu.org>
16657
16658 * net/goto-addr.el (goto-address-fontify): Don't bother with
16659 buffer-modified and read-only stuff -- irrelevant with overlays.
16660 Put an extra property on the overlays and use it to clean up in
16661 case goto-address is re-run.
16662
16663 2000-07-19 Richard M. Stallman <rms@gnu.org>
16664
16665 * timer.el (run-with-idle-timer): Doc fix.
16666
16667 * mail/mail-utils.el (mail-strip-quoted-names):
16668 Handle case where <...> appears inside "...".
16669 Use replace-match to edit the string more simply.
16670 (rmail-dont-reply-to): Cope with an unmatched ".
16671
16672 2000-07-19 Dave Love <fx@gnu.org>
16673
16674 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
16675 implementation.
16676
16677 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
16678 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
16679 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
16680
16681 2000-07-19 Gerd Moellmann <gerd@gnu.org>
16682
16683 * textmodes/refer.el: Correct maintainer's email address.
16684
16685 * progmodes/hideif.el: Correct author's email address.
16686 Fix typo in comment.
16687
16688 * xml.el: New file.
16689
16690 * mail/mailheader.el: Correct author's mail address.
16691
16692 * gnus/parse-time.el: Correct author's mail address.
16693
16694 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
16695
16696 * comint.el (comint-highlight-input, comint-highlight-face):
16697 New user options.
16698 (comint-input-ring-file-name): Change custom type.
16699 (comint-mode-map): Bind mouse-2.
16700 (comint-insert-clicked-input): New function.
16701 (comint-send-input): Handle input highlighting.
16702
16703 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
16704
16705 * mouse.el (popup-menu): New function.
16706 (mouse-major-mode-menu): Use it.
16707
16708 2000-07-18 Dave Love <fx@gnu.org>
16709
16710 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
16711 improvements.
16712
16713 2000-07-18 Gerd Moellmann <gerd@gnu.org>
16714
16715 * faces.el (face-font-selection-order)
16716 (face-font-family-alternatives): Add custom type.
16717
16718 2000-07-18 Dave Love <fx@gnu.org>
16719
16720 * cus-edit.el (custom-variable-reset-saved)
16721 (custom-variable-reset-standard): Remove unused bindings.
16722
16723 * rect.el (open-rectangle-line): Remove unused let.
16724
16725 * hl-line.el (hl-line-highlight): Check hl-line-mode.
16726
16727 2000-07-18 Gerd Moellmann <gerd@gnu.org>
16728
16729 * cdl.el: Fix `Maintainer' keyword.
16730
16731 * play/pong.el: Add author's email address.
16732
16733 2000-07-17 Sam Steingold <sds@gnu.org>
16734
16735 * files.el (insert-directory): Call `split-string' instead of
16736 re-implementing it.
16737
16738 2000-07-18 Gerd Moellmann <gerd@gnu.org>
16739
16740 * mail/vms-pmail.el: Change maintainer to FSF.
16741
16742 * net/goto-addr.el: Change maintainer to FSF.
16743
16744 * info.el (Info-title-face-alist): Removed.
16745
16746 2000-07-18 David Ponce <david@dponce.com>
16747
16748 * recentf.el (recentf-open-files): New command that works like
16749 `recentf-open-more-files', but shows the whole list of files (not just
16750 those omitted from the menu). Useful if you don't use a menu-bar!
16751 (recentf-open-more-files) Modified to use `recentf-open-files'.
16752
16753 (recentf-open-files, recentf-open-more-files)
16754 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
16755
16756 (recentf-dialog-mode): New mode for dialogs. You can now just type
16757 "q" to cancel the dialogs.
16758
16759 2000-07-18 David Ponce <david@dponce.com>
16760
16761 * recentf.el: This is a major update of recentf.el. It adds new
16762 features to better organize the recentf menu and "More..." buffer.
16763
16764 Using new provided menu filtering functions you can now organize the
16765 recent files list:
16766
16767 - by major modes
16768 - by directories
16769 - by user defined rules
16770
16771 Finally, with the new `recentf-filter-changer' customizable filter you
16772 can define a ring of filters and dynamically (via the menu) cycle on
16773 each menu organization in the ring (a la msb).
16774
16775 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
16776
16777 * eshell/eshell.el (eshell): Replace links to eshell.info with
16778 links to eshell, to avoid problems on systems where the manual is
16779 installed as `eshell'.
16780 * eshell/esh-cmd.el (eshell-cmd): Ditto.
16781 * eshell/em-smart.el (eshell-smart): Ditto.
16782 * eshell/em-banner.el (eshell-banner): Ditto.
16783 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
16784
16785 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
16786 same-file check in the MS-DOS version (it does support inodes).
16787
16788 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
16789
16790 * eshell/eshell.el (eshell-directory-name):
16791 Run default directory name through convert-standard-filename.
16792
16793 2000-07-18 Kenichi Handa <handa@etl.go.jp>
16794
16795 * international/mule-cmds.el (select-safe-coding-system):
16796 Fix typo in the comment.
16797
16798 * language/european.el (compound-text):
16799 Force katakana-jisx0201 to be designated to G1.
16800
16801 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
16802 Don't translate some national variant characters of latin-jisx0201.
16803 (x-ctext): Force katakana-jisx0201 to be designated to G1.
16804
16805 * international/kkc.el (kkc-after-update-conversion-functions):
16806 New variable.
16807 (kkc-update-conversion): Run functions in it at the tail.
16808
16809 2000-07-16 John Wiegley <johnw@gnu.org>
16810
16811 * lisp/align.el (align-newline-and-indent):
16812 Adding new function. for auto-aligning blocks of code on RET.
16813 (align-region): Fixed badly formatted minibuffer message.
16814
16815 2000-07-17 Kenichi Handa <handa@etl.go.jp>
16816
16817 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
16818 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
16819 the conversion list at first if appropriate.
16820 (kkc-next): Don't update kkc-next-count here.
16821 (kkc-prev): Don't update kkc-prev-count here.
16822 (kkc-show-conversion-list-update): Fix setting up of conversion
16823 list message.
16824
16825 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
16826
16827 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
16828
16829 2000-07-16 Dave Love <fx@gnu.org>
16830
16831 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
16832 function to be more specific.
16833
16834 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
16835 non-string help-echo.
16836 (widget-types-convert-widget): Defsubst it.
16837 (widget-echo-help): Try to cope with a help-echo function of two
16838 possible sorts.
16839
16840 2000-07-15 Jason Rumney <jasonr@gnu.org>
16841
16842 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
16843 Declare as obsolete.
16844
16845 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
16846
16847 2000-07-14 Gerd Moellmann <gerd@gnu.org>
16848
16849 * hilit-chg.el: Fix typo.
16850
16851 2000-07-14 Dave Love <fx@gnu.org>
16852
16853 * info.el (Info-mode-menu): Fix use of :help, :enable.
16854
16855 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
16856
16857 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
16858
16859 2000-07-13 Dave Love <fx@gnu.org>
16860
16861 * emacs-lisp/easymenu.el: Doc fixes.
16862 (easy-menu-remove): Defalias to ignore.
16863
16864 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
16865 Call throw correctly.
16866
16867 2000-07-13 Gerd Moellmann <gerd@gnu.org>
16868
16869 * faces.el (frame-background-mode): Doc fix.
16870
16871 * simple.el (eval-expression-print-length): Change custom type to
16872 allow entering nil as value.
16873
16874 2000-07-13 Dave Love <fx@gnu.org>
16875
16876 * progmodes/fortran.el (fortran-imenu-generic-expression):
16877 Change definition layout.
16878 (fortran-mode-menu): Reinstate customize entries.
16879
16880 * cus-edit.el (custom-group-menu-create, customize-menu-create):
16881 Use :filter, per old XEmacs code.
16882
16883 2000-07-12 Gerd Moellmann <gerd@gnu.org>
16884
16885 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
16886 event when deciding what to send to the terminal.
16887
16888 2000-07-12 Dave Love <fx@gnu.org>
16889
16890 * cus-start.el: Add optional version as 4th element of specs and
16891 use it for several things new in v21. Remove load-path. Fix type
16892 of line-number-display-limit.
16893
16894 2000-07-11 Dave Love <fx@gnu.org>
16895
16896 * progmodes/fortran.el: Don't require easymenu.
16897 Use repeat counts in various regexps.
16898 (fortran-mode-syntax-table): Defvar directly.
16899 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
16900 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
16901 Use defvar, not defconst.
16902 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
16903 (fortran-mode): Set fortran-comment-line-start-skip,
16904 fortran-comment-line-start-skip, dabbrev-case-fold-search.
16905 (fortran-comment-indent): Use defsubst.
16906 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
16907 Use fortran-comment-indent, not fortran-comment-indent-function.
16908 (fortran-comment-region, fortran-electric-line-number): Simplify.
16909 (fortran-auto-fill): New function.
16910 (fortran-do-auto-fill): Deleted.
16911 (fortran-find-comment-start-skip):
16912 Check for non-null comment-start-skip.
16913 (fortran-auto-fill-mode, fortran-fill-statement):
16914 Use fortran-auto-fill.
16915 (fortran-fill): Use fortran-auto-fill. Check for null
16916 comment-start-skip. Simplify final clause and use end-of-line finally.
16917
16918 * widget.el (widget-plist-member): New alias.
16919
16920 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
16921
16922 * eshell/esh-module.el (toplevel): Reference
16923 byte-compile-current-file only if it is bound.
16924
16925 2000-07-10 Gerd Moellmann <gerd@gnu.org>
16926
16927 * dired.el: Don't require `dired-aux'.
16928
16929 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
16930
16931 * dired-aux.el (dired-show-file-type): New function.
16932 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
16933 (dired-show-file-type): Add autoload.
16934
16935 2000-07-10 Kenichi Handa <handa@etl.go.jp>
16936
16937 * international/mule-diag.el (describe-font): Adjusted for the
16938 change of fontset-info.
16939 (print-fontset): Likewise.
16940
16941 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
16942
16943 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
16944
16945 2000-07-07 Gerd Moellmann <gerd@gnu.org>
16946
16947 * bindings.el: Bind `[delete]' to delete-char.
16948
16949 * dired.el (dired-find-alternate-file): New function.
16950 (dired-mode-map): Bind `a' to dired-find-alternate-file.
16951 (toplevel): Require dired-aux when compiling.
16952 (dired-buffers): Move defvar within file to avoid compiler warning.
16953
16954 * info.el (Info-last-search): Variable removed.
16955 (Info-search-history): New variable.
16956 (Info-search): New Info-search-history.
16957
16958 * battery.el, info-look.el: Change author's mail address.
16959
16960 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
16961
16962 * mail/rmail.el (rmail-clear-headers): Don't throw an error
16963 if rmail-ignored-headers is nil.
16964 (rmail-retry-failure): Bind rmail-ignored-headers and
16965 rmail-displayed-headers to nil.
16966
16967 2000-07-06 Gerd Moellmann <gerd@gnu.org>
16968
16969 * lpr.el (lpr-page-header-switches): Add `-h' switch.
16970 (print-region-1): Don't hard code `-h' here.
16971
16972 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
16973
16974 2000-07-01 Francesco Potorti` <pot@gnu.org>
16975
16976 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
16977 exim can use "your message" instead of "the message".
16978
16979 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
16980
16981 * facemenu.el: Docstrings fixes.
16982 (facemenu-get-face): Don't use internal-find-face.
16983 (facemenu-iterate): Rename arg to match the docstring.
16984
16985 * newcomment.el (uncomment-region): Be more careful when skipping
16986 backwards over `=' not to bump into BOBP.
16987
16988 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
16989
16990 * ediff-diff.el (ediff-wordify): Use syntax table.
16991 * ediff-init.el (ediff-has-face-support-p): Use
16992 ediff-color-display-p.
16993 (ediff-color-display-p): Use display-color-p, changed to defun
16994 from defsubst.
16995 Got rid of special cases for NeXT and OS/2.
16996 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
16997 face.
16998
16999 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17000
17001 * emacs-lisp/lucid.el: Require CL.
17002 (copy-tree, remprop): Remove, it's provided by CL.
17003 (map-keymap): Define in terms of cl-map-keymap.
17004 (extent-property, set-extent-end-glyph): New functions.
17005
17006 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
17007
17008 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17009
17010 * Makefile.in (DONTCOMPILE): Add comment that the name may
17011 not be changed without changing the make-dist script.
17012
17013 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
17014 (cl-mapc): Use mapc instead of cl-old-mapc.
17015
17016 2000-07-05 Andrew Innes <andrewi@gnu.org>
17017
17018 * makefile.nt: Add support for `bootstrap' and related targets.
17019
17020 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17021
17022 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17023 (easy-menu-do-define): Use `menu-item' format.
17024 Handle case where easy-menu-create-menu returns a symbol.
17025 Manually call the potential top-level filter in the function binding.
17026 (easy-menu-filter-return): New arg NAME.
17027 Convert to a keymap if MENU is an XEmacs menu.
17028 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
17029 (easy-menu-converted-items-table, easy-menu-convert-item):
17030 New var and fun to memoize easy-menu-convert-item-1.
17031 (easy-menu-do-add-item): Use it.
17032 (easy-menu-create-menu): Use easy-menu-convert-item.
17033 Wrap easy-menu-filter-return around any :filter specification.
17034 Don't convert the menu if a filter was specified.
17035 Tell easy-menu-make-symbol not to check for MENU being an expression.
17036 (easy-menu-make-symbol): New arg NOEXP.
17037
17038 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17039
17040 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
17041 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
17042 (eval-defun): If called with prefix arg, instrument code for
17043 Edebug.
17044
17045 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
17046 similar to that of eval-defun.
17047
17048 2000-07-04 Dave Love <fx@gnu.org>
17049
17050 * hl-line.el (hl-line-overlay): Make it permanent-local.
17051
17052 * calendar/todo-mode.el: Replaced with a working version, based on
17053 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
17054
17055 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
17056
17057 * paths.el (prune-directory-list): New function.
17058 (Info-default-directory-list): Rewritten to more methodically
17059 enumerate a big list of possible info directories (based on the
17060 list used by the standalone info reader).
17061
17062 * info.el (info-initialize): Use prune-directory-list to remove
17063 non-existent directories from Info-directory-list.
17064
17065 * paths.el (Info-default-directory-list): Try a list of possible
17066 info-directories instead of a single one. Add the possible
17067 info directory "/usr/share/info".
17068
17069 * woman.el (woman-man.conf-path): Explicitly include the debian
17070 man-db config file "/etc/manpath.config".
17071 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
17072 are present in `manpath.config'.
17073 (woman-manpath): Include "/usr/share/man".
17074
17075 2000-07-03 Gerd Moellmann <gerd@gnu.org>
17076
17077 * frame.el (blink-cursor-mode): Don't hide cursor initially.
17078
17079 * startup.el (command-line): Initialize blink-cursor based
17080 on window-system.
17081
17082 * frame.el (blink-cursor): Default to nil if not running under
17083 a window-system.
17084
17085 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
17086 (face-x-resources): Remove duplicate entry for :font.
17087
17088 * textmodes/refer.el (refer-find-entry-internal): Use some-window
17089 instead of cycling through windows with next-window.
17090
17091 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
17092 of cycling through windows with next-window.
17093
17094 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
17095 of cycling through windows with next-window.
17096
17097 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
17098 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
17099 instead of cycling through windows with next-window.
17100
17101 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
17102 instead of cycling through windows with next-window.
17103
17104 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
17105 of cycling through windows with next-window.
17106
17107 * terminal.el (te-process-output): Use walk-windows instead of
17108 cycling through windows with next-window.
17109
17110 * server.el (server-switch-buffer): Use some-window instead of
17111 cycling through windows with next-window.
17112
17113 * window.el (some-window): New function.
17114 (walk-windows): Remove reference to walk-windows-start.
17115
17116 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
17117
17118 2000-07-03 Richard Stallman <rms@gnu.org>
17119
17120 * window.el (walk-windows): Guarantee termination by keeping a list
17121 of all the windows already handled.
17122
17123 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17124
17125 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
17126 window-system.
17127
17128 * man.el (Man-notify-when-ready): Don't use window-system. If
17129 Man-notify-method is newframe, and the display is not
17130 multi-frame, select the frame created for the man page.
17131 (Man-init-defvars): Doc fix.
17132
17133 2000-06-28 Gerd Moellmann <gerd@gnu.org>
17134
17135 * faces.el (region): Change background color for light background.
17136
17137 * ediff-wind.el (ediff-setup-control-frame): Remove :box
17138 attribute from mode-line face of Ediff control frame.
17139
17140 * replace.el (query-replace-map): Bind `e' like `E'.
17141
17142 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17143
17144 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
17145 Change name to "Select All".
17146
17147 * dos-fns.el (convert-standard-filename): Fix last change.
17148
17149 2000-06-27 Gerd Moellmann <gerd@gnu.org>
17150
17151 * help.el (describe-variable): Don't insert a second `'s' in front
17152 of the string `value is shown below'. Since the syntax-table is
17153 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
17154 an existing `'s', so that this won't be deleted.
17155
17156 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
17157 * pcmpl-unix.el: New files.
17158
17159 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
17160
17161 * wid-edit.el (widget-member): Use the new plist-member.
17162
17163 2000-06-26 Gerd Moellmann <gerd@gnu.org>
17164
17165 * replace.el (perform-replace): Undo change of 2000-04-04.
17166 Instead, move backward 1 character at the end of the loop when
17167 necessary.
17168
17169 * faces.el (fringe): Change face for different backgrounds.
17170
17171 * eshell/esh-module.el (toplevel): Load defgroup's differently;
17172 patch from John.
17173
17174 * eshell/*.el: Change spelling of the Free Software Foundation.
17175
17176 * eshell/esh-toggle.el: Removed.
17177
17178 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
17179
17180 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
17181 interactively.
17182
17183 2000-06-26 Alex Schroeder <alex@gnu.org>
17184
17185 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
17186 `define-key'; instead of checking `(emacs-version)' check for
17187 `set-keymap-parent' and `set-keymap-name' directly. Add entries
17188 for `;' and `o' which might be electric.
17189
17190 (sql-electric-stuff): New user option.
17191 (sql-magic-go): New function which uses `sql-electric-stuff'.
17192 (sql-magic-semicolon): New function which uses
17193 `sql-electric-stuff'.
17194
17195 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
17196 is not fboundp.
17197
17198 (sql-oracle-options): New variable.
17199 (sql-oracle): Use it.
17200
17201 (sql-imenu-generic-expression): Doc change.
17202 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
17203 is used.
17204
17205 (sql-informix): Added command line parameter "-" to force
17206 sql-informix-program to use stdout.
17207
17208 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
17209
17210 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
17211 (cp864-decode-table): Doc fix.
17212 (cp720-decode-table): New variable, supports the Arabic OEM
17213 codepage used by Windows.
17214 (cp737-decode-table): New, Greek OEM codepage used by Windows.
17215
17216 2000-06-23 Dave Love <fx@gnu.org>
17217
17218 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
17219 (font-lock-fontify-anchored-keywords): Use
17220 line-beginning-position.
17221 (global-font-lock-mode): Use mapc.
17222
17223 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
17224
17225 * eshell/esh-module.el: Require CL when compiling.
17226
17227 2000-06-23 Gerd Moellmann <gerd@gnu.org>
17228
17229 * comint.el (comint-substitute-in-file-name): Call replace-match
17230 with second and third arg t.
17231
17232 * cus-edit.el (custom-button-face, custom-button-pressed-face):
17233 Specify foreground color.
17234
17235 * faces.el (tool-bar, mode-line, header-line): Specify foreground
17236 color.
17237
17238 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
17239
17240 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
17241 cddr instead of cdddr.
17242
17243 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
17244 instead of copy-list.
17245
17246 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
17247 of copy-list.
17248
17249 * subdirs.el: Add eshell subdirectory.
17250
17251 * eshell: New subdirectory containing the Eshell package.
17252
17253 * pcomplete.el: New file.
17254
17255 2000-06-23 Paul Eggert <eggert@twinsun.com>
17256
17257 * mail/mailpost.el (post-mail-send-it): Make sure file has
17258 proper permissions from birth.
17259
17260 * files.el (basic-save-buffer-2): When temporarily setting
17261 file modes, set them to current modes plus 0200, not to 0777.
17262
17263 * emerge.el (emerge-make-temp-file): Make sure file has proper
17264 permissions from birth.
17265
17266 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
17267
17268 * files.el (make-backup-file-name-1): On DOS/Windows, run the
17269 backup file name through convert-standard-filename.
17270
17271 * dos-fns.el (convert-standard-filename): Convert leading
17272 directories as well. When long file names are supported, convert
17273 characters that are invalid in Windows file names.
17274
17275 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17276
17277 * ps-print.el: Fix bug: if ^L is the very first buffer character,
17278 ps-print crashes. New feature: page selection for printing. Create
17279 raw-text-unix coding system for XEmacs. Doc fix.
17280 (ps-print-version): New version number (5.2.3).
17281 (ps-plot-region): Bug fix.
17282 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
17283 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
17284 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
17285 funs.
17286 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
17287 (ps-last-page): New vars.
17288
17289 2000-06-21 Gerd Moellmann <gerd@gnu.org>
17290
17291 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
17292 empty option string.
17293
17294 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
17295
17296 * man.el (man): Doc fix.
17297
17298 2000-06-21 Kenichi Handa <handa@etl.go.jp>
17299
17300 * international/mule-cmds.el (set-language-info-alist): Docstring
17301 fixed.
17302
17303 2000-06-20 Gerd Moellmann <gerd@gnu.org>
17304
17305 * version.el (emacs-version): Use ISO date format.
17306
17307 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
17308 instead of `M-backspace'.
17309
17310 * simple.el (turn-off-auto-fill): New function.
17311
17312 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
17313
17314 * jit-lock.el (with-buffer-prepared-for-jit-lock):
17315 Renamed from with-buffer-prepared-for-font-lock and use
17316 inhibit-modification-hooks rather than setting *-change-functions.
17317 Update all functions to use the new name.
17318 (jit-lock-first-unfontify-pos): New semantics (and doc).
17319 (jit-lock-mode): Make non-interactive.
17320 Don't automatically turn on font-lock.
17321 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
17322 Always use jit-lock-after-change.
17323 Remove and restore font-lock-after-change-function.
17324 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
17325 (jit-lock-after-unfontify-buffer): Remove.
17326 (jit-lock-stealth-fontify):
17327 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
17328 (jit-lock-after-change): Set the `fontified' text-prop to nil.
17329
17330 2000-06-20 Sam Steingold <sds@gnu.org>
17331
17332 * emacs-lisp/cl-indent.el (toplevel): Indent
17333 `print-unreadable-object' properly. Untabify.
17334
17335 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
17336
17337 * textmodes/reftex.el (reftex-find-citation-regexp-format):
17338 Support for bibentry.
17339 (reftex-compile-variables): Fixed problem with end of section-re.
17340
17341 * texmodes/reftex-dcr.el (reftex-view-crossref,
17342 reftex-view-crossref-from-bibtex):
17343 Deal with changed `reftex-find-citation-regexp-format'.
17344 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
17345 Replaced `remprop' with `put'.
17346 (reftex-view-crossref, reftex-view-crossref-when-idle):
17347 Support for bibentry.
17348
17349 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17350 New entry for bibentry package.
17351
17352 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
17353 Regexp also matches "\nobibliography".
17354
17355 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
17356 Call `reftex-ensure-write-access' before doing anything.
17357 (reftex-ensure-write-access): New function.
17358
17359 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
17360
17361 * progmodes/idlwave.el: File re-installed (update to version 4.2)
17362
17363 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
17364
17365 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
17366
17367 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
17368
17369
17370 2000-06-20 Dave Love <fx@gnu.org>
17371
17372 * faces.el (frame-background-mode): Use set-default, not set, in
17373 setter.
17374 (frame-update-faces, frame-update-face-colors): Define with
17375 defalias.
17376
17377 * enriched.el (enriched-decode-foreground)
17378 (enriched-decode-background): Don't use internal-find-face.
17379
17380 * apropos.el: Doc fixes.
17381
17382 * cus-edit.el (customize-changed-options): Check arg.
17383 (customize-version-lessp): Don't require decimal point.
17384
17385 * custom.el (defcustom, defgroup): Doc fix.
17386
17387 * newcomment.el (comment) <defgroup>: Add :version.
17388 (comment-multi-line): Doc fix.
17389
17390 * emulation/mlsupport.el (define-hooked-local-abbrev,
17391 define-hooked-global-abbrev): Fix, using define-abbrev.
17392
17393 2000-06-19 Gerd Moellmann <gerd@gnu.org>
17394
17395 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
17396 the whole buffer.
17397
17398 2000-06-19 Dave Love <fx@gnu.org>
17399
17400 * menu-bar.el (menu-bar-options-save): New function.
17401 (menu-bar-options-menu): Use it.
17402 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
17403 Simplify.
17404
17405 2000-06-19 Andreas Schwab <schwab@suse.de>
17406
17407 * progmodes/etags.el (tags-query-replace): Put new parameters
17408 START and END at the end, for backward compatibility.
17409
17410 2000-06-19 Kenichi Handa <handa@etl.go.jp>
17411
17412 * international/codepage.el:
17413 (cp-coding-system-for-codepage-1): Delete special codes for
17414 generating xxx-dos coding system because now a CCL based coding
17415 system can handle EOL conversion by default.
17416
17417 * international/mule.el (make-coding-system): Generate subsidiary
17418 coding systems for EOL handling variants even for a CCL based
17419 coding system.
17420
17421 2000-06-19 Kenichi Handa <handa@etl.go.jp>
17422
17423 * international/isearch-x.el (isearch-minibuffer-input-method)
17424 (isearch-minibuffer-input-method-function): These variables
17425 deleted.
17426 (isearch-with-input-method): Don't use the above variables.
17427 (isearch-process-search-multibyte-characters): Likewise. Call
17428 read-string with the arg INHERIT-INPUT-METHOD t.
17429
17430 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
17431
17432 * font-lock.el (font-lock-after-fontify-buffer)
17433 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
17434
17435 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
17436 Use consistent make-local-variable style for font-lock-fontified.
17437 (jit-lock-fontify-buffer):
17438 Don't bother checking for font-lock-mode and jit-lock-mode.
17439
17440 * time.el: Remove trailing ^M that prevent CVS-merging.
17441
17442 2000-06-16 Gerd Moellmann <gerd@gnu.org>
17443
17444 * Makefile.in (distclean): New target.
17445
17446 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
17447
17448 * Makefile.in (srcdir): Define for update-subdirs.
17449
17450 2000-06-16 Gerd Moellmann <gerd@gnu.org>
17451
17452 * find-lisp.el: New file.
17453
17454 2000-06-16 Andrew Innes <andrewi@gnu.org>
17455
17456 * time.el (display-time-mail-function): New variable, to allow
17457 external packages to indicate when new mail is available.
17458 (display-time-update): Use it.
17459
17460 2000-06-16 Kenichi Handa <handa@etl.go.jp>
17461
17462 * international/mule.el (mule-version): Change version name to
17463 SAKAKI. AOI has already been used by Meadow.
17464
17465 * international/quail.el (quail-show-guidance-buf): To find the
17466 bottom window (but minibuffer), pay attention to the height of
17467 minibuffer.
17468
17469 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
17470
17471 * arc-mode.el (archive-mode-map): Use the new menu-item format for
17472 menu-bar menus. Add help strings. Don't remove the Edit menu
17473 from the menu bar, as the menu bar has enough space now.
17474
17475 * Makefile.in (SHELL): Make sure /bin/sh is used.
17476
17477 * woman.el (woman-man-buffer): Fix bold and underlined CJK
17478 characters, which use series of two ^H characters instead of one.
17479
17480 2000-06-15 Gerd Moellmann <gerd@gnu.org>
17481
17482 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
17483 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
17484 functions.
17485 (Info-find-node-2): Try a case-sensitive search first, then
17486 do a case-insensitive search.
17487
17488 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
17489 tutorials.
17490
17491 * complete.el (PC-env-vars-alist): New variable.
17492 (PC-complete-as-file-name): New function.
17493 (partial-completion-mode): Initialize PC-env-vars-alist from
17494 process-environment.
17495 (PC-do-completion): Handle completion of env vars.
17496
17497 * info.el (Info-set-mode-line): Show file name in mode line,
17498 use `*Info*' instead of `Info:'.
17499
17500 * startup.el (command-line-1): Change copyright messages to year
17501 2000.
17502
17503 2000-06-15 Dave Love <fx@gnu.org>
17504
17505 * net/goto-addr.el (goto-address-fontify): Use keymap property,
17506 not local-map.
17507
17508 2000-06-15 Kenichi Handa <handa@etl.go.jp>
17509
17510 * international/mule.el (set-buffer-file-coding-system): Almost
17511 rewritten to handle `undecided' as no-op.
17512
17513 2000-06-14 Gerd Moellmann <gerd@gnu.org>
17514
17515 * Makefile.in: New file.
17516
17517 * Makefile: Removed.
17518
17519 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
17520 (goto-address-highlight-keymap): Bind C-c RET.
17521
17522 2000-06-14 Kenichi Handa <handa@etl.go.jp>
17523
17524 * mail/sendmail.el (sendmail-send-it): The temporary buffer
17525 inherits buffer-file-coding-system of the current buffer.
17526
17527 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
17528 0. Give correct argument to set-auto-coding-function.
17529 (tar-expunge): For goto-char, use (point-min), not 0.
17530 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
17531 (tar-subfile-save-buffer): Likewize.
17532
17533 * international/mule.el
17534 (after-insert-file-set-buffer-file-coding-system): Call
17535 set-buffer-file-coding-system with the arg FORCE t.
17536
17537 2000-06-13 Gerd Moellmann <gerd@gnu.org>
17538
17539 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
17540 nil. Contemporary sendmails issue an X-Authentication-Warning if
17541 the sender is set with `-f'.
17542
17543 2000-06-13 Dave Love <fx@gnu.org>
17544
17545 * help.el (describe-function-1): Kluge around cases of functions
17546 fset to subrs whose doc doesn't match their symbol-name.
17547
17548 * image.el (insert-image): Default STRING to a space.
17549
17550 * info.el Doc fixes.
17551 (Info-build-node-completions): Match Ref tags.
17552
17553 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
17554
17555 * frame.el (display-multi-frame-p, display-multi-font-p): New
17556 defaliases for display-graphic-p.
17557
17558 * hl-line.el: Fixed a typo in commentary.
17559
17560 2000-06-13 Kenichi Handa <handa@etl.go.jp>
17561
17562 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
17563 fixed.
17564
17565 2000-06-12 Dave Love <fx@gnu.org>
17566
17567 * image.el (insert-image): Save a little consing.
17568
17569 2000-06-12 Kenichi Handa <handa@etl.go.jp>
17570
17571 * language/tibet-util.el: Convert all tibetan-1-column characters
17572 to the corresponding tibetan characters.
17573 (tibetan-add-components): Delete code for the special treatment of
17574 'a chung.
17575
17576 * language/tibetan.el (tibetan-composable-pattern): Fix previous
17577 change.
17578 (tibetan-vowel-transcription-alist): More rules added.
17579 (tibetan-composite-vowel-alist): New variable.
17580 (tibetan-precomposition-rule-alist): More rules added.
17581
17582 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
17583
17584 * startup.el (command-line): Only call menu-bar-mode if interactive.
17585
17586 * thingatpt.el (toplevel symbol-properties):
17587 * textmodes/makeinfo.el (makeinfo-compile):
17588 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
17589 * progmodes/hideif.el (hif-compress-define-list)
17590 (hide-ifdef-use-define-alist):
17591 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
17592 (ange-ftp-vms-add-file-entry):
17593 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
17594 * man.el (Man-build-man-command):
17595 * mail/rnewspost.el (news-reply-header-hook):
17596 * info.el (Info-insert-dir):
17597 * emulation/mlconvert.el (backward-word, forward-word, setq):
17598 * emacs-lisp/gulp.el (gulp-send-requests):
17599 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
17600 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
17601 (byte-optimize-apply, end of file):
17602 * emacs-lisp/advice.el (ad-advice-class-completion-table)
17603 (ad-make-freeze-definition):
17604 * startup.el (command-line, command-line-1): Don't quote lambdas.
17605
17606 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
17607 (cvs-cleanup-removed): New function.
17608 (cvs-cleanup-functions): New var.
17609 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
17610 some flexibility in specifying additional entries to auto-cleanup.
17611 (cvs-quickdir): New function.
17612 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
17613 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
17614 (cvs-mode-find-file): Check that we are on a filename or dirname
17615 when invoked through a mouse-click.
17616 (cvs-full-path): Remove.
17617 (cvs-dired-action): Re-introduced.
17618 (cvs-dired-noselect): Use it.
17619 (vc-post-command-functions): use this new hook if available.
17620
17621 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
17622 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
17623 (cvs-filename-map, cvs-dirname-map): Remove.
17624 (cvs-default-action): Remove.
17625 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
17626 if the arg is really a keymap.
17627 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
17628 Don't hardcode the mapping from state (aka type) to face, but check
17629 the var cvs-fi-<type>-face instead.
17630 (cvs-fileinfo-from-entries): New function.
17631
17632 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
17633 Docstring fix.
17634 (cvs-find-file-and-jump): Change default to be safer.
17635 (cvs-mode-diff-map): Define it as a function as well.
17636 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
17637 Bind mouse-2 in this global map rather than with text-properties.
17638
17639 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
17640 file to resolve the ambiguity between C(conflict) and C(need-merge).
17641
17642 2000-06-12 Kenichi Handa <handa@etl.go.jp>
17643
17644 * international/mule.el (set-buffer-file-coding-system): If
17645 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
17646 unconditionally.
17647
17648 2000-06-12 Dave Love <fx@gnu.org>
17649
17650 * wid-edit.el (widget-specify-button): Really suppress the face if
17651 required.
17652
17653 2000-06-11 Gerd Moellmann <gerd@gnu.org>
17654
17655 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
17656
17657 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
17658
17659 * imenu.el (imenu-generic-expression): Docstring fix.
17660
17661 * composite.el (composition-function-table): Move the `put'
17662 below the autoload cookie so we can load the file before loaddefs.
17663
17664 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
17665
17666 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
17667 Handle easy-mmode-define-global-mode.
17668 For complex macros like define-minor-mode that can generate
17669 several autoload entries, try to autoload entries in the
17670 macroexpanded code.
17671
17672 * emacs-lisp/easy-mmode.el (define-minor-mode):
17673 If KEYMAP is a symbol, just use it.
17674 Use byte-compile-current-file and load-file-name to infer the
17675 proper :require to pass to defcustom.
17676 Wrap the hook var into `progn' so as not to autoload it.
17677 Add a :autoload-end cookie.
17678 Be more careful about the evaluation of KEYMAP.
17679 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
17680 (define-derived-mode): Move define-abbrev-table outside of defvar.
17681
17682 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
17683
17684 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
17685 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
17686 (backup-compiled-files): Ignore errors during `tar'.
17687 (bootstrap): Make autoloads before elc files.
17688
17689 2000-06-10 Kenichi Handa <handa@etl.go.jp>
17690
17691 * international/mule.el (set-buffer-file-coding-system): If one of
17692 undecided-XXX is specified, change only EOL conversion.
17693
17694 * international/mule-conf.el (unix): New alias for the coding
17695 system undecided-unix.
17696
17697 2000-06-09 Dave Love <fx@gnu.org>
17698
17699 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
17700
17701 * progmodes/executable.el: Byte compile dynamic.
17702 (executable-insert): Change custom type.
17703 (executable-find): Add autoload cookie.
17704 (executable-make-buffer-file-executable-if-script-p): New
17705 function. After Noah Friedman.
17706
17707 * files.el (after-save-hook): Customize, with
17708 executable-make-buffer-file-executable-if-script-p as an option.
17709
17710 2000-06-09 Kenichi Handa <handa@etl.go.jp>
17711
17712 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
17713 "tib24p-mule.bdf" for Tibetan.
17714
17715 * composite.el (decompose-composite-char): Declare it as obsolete.
17716
17717 * man.el (Man-fontify-manpage): Pay attention to underline and
17718 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
17719
17720 2000-06-08 Gerd Moellmann <gerd@gnu.org>
17721
17722 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
17723 Set maintainer to FSF since author isn't reachable.
17724
17725 2000-06-08 Dave Love <fx@gnu.org>
17726
17727 * international/mule-cmds.el (select-safe-coding-system): If
17728 DEFAULT-CODING-SYSTEM is not specified, also check the most
17729 preferred coding-system if buffer-file-coding-system is
17730 `undecided'. From Handa.
17731
17732 2000-06-08 Kenichi Handa <handa@etl.go.jp>
17733
17734 * international/mule.el
17735 (after-insert-file-set-buffer-file-coding-system): If the buffer
17736 size is greater than INSERTED, judget that we are not visiting.
17737
17738 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
17739
17740 * whitespace.el (defgroup whitespace): Comment out `:version'.
17741 XEmacs 20.4 has problems defining the group with this present.
17742 We'll have this commented out till get resolve the problem.
17743
17744 2000-06-07 John Wiegley <johnw@gnu.org>
17745
17746 * align.el (align-dq-string-modes, align-sq-string-modes)
17747 (align-open-comment-modes): Add pyhton-mode.
17748 (align-rules-list): Use get-text-property instead of
17749 text-properties-at.
17750 (align-rules-list): Add python-assignment.
17751 (align-rules-list): Change perl-comma-delimiter to
17752 basic-comma-delimiter. Use if for Perl modes and python-mode.
17753 (align-rules-list): Add python-chain-logic and
17754 basic-line-continuation.
17755
17756 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
17757
17758 * apropos.el (apropos-mode-hook): New user variable.
17759 (apropos-mode): Run apropos-mode-hook.
17760
17761 2000-06-07 David Ponce <david@dponce.com>
17762
17763 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
17764 commands. Require `wid-edit' at run-time.
17765
17766 2000-06-07 David Ponce <david@dponce.com>
17767
17768 * recentf.el: Added some "Commentary".
17769 (recentf-open-more-files, recentf-edit-list): Minor changes to
17770 move the point at the top of the file list. This behaviour is
17771 consistent with the menu one when the list contains a lot of
17772 files.
17773 (recentf-cleanup): Now displays the number of items removed from
17774 the list.
17775 (recentf-relative-filter) New menu filter to show filenames
17776 relative to `default-directory'.
17777
17778 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17779
17780 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
17781 with/without giving an error if PostScript printer doesn't have this
17782 kind of page size. Zebra Stripe continues or restarts on next page.
17783 Manual/automatic paper feeding. Switch or not the header.
17784 (ps-print-version): New version number (5.2.2).
17785 (ps-windows-system): Include emx as a Windows system.
17786 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
17787 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
17788 (ps-background-text): Code fix.
17789 (ps-error-handler-message, ps-user-defined-prologue)
17790 (ps-print-prologue-header, ps-printer-name)
17791 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
17792 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
17793 (ps-use-face-background): Customization fix.
17794 (ps-n-up-database): Data fix.
17795 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
17796 (ps-switch-header): New vars.
17797 (ps-xemacs-color-name, ps-face-foreground-name)
17798 (ps-face-background-name, ps-boolean-constant): New funs.
17799
17800 2000-06-07 Dave Love <fx@gnu.org>
17801
17802 * allout.el: New version from Manheimer.
17803
17804 2000-06-07 Kenichi Handa <handa@etl.go.jp>
17805
17806 * textmodes/fill.el (fill-find-break-point): Check the validity of
17807 charset.
17808
17809 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17810
17811 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17812 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17813 Call display-color-p and display-mouse-p instead of looking at
17814 window-system.
17815
17816 2000-06-06 Dave Love <fx@gnu.org>
17817
17818 * image.el (find-image): Doc fix. Return nil if image not found.
17819 (put-image, insert-image): Make STRING arg optional.
17820
17821 2000-06-06 Kenichi Handa <handa@etl.go.jp>
17822
17823 * language/vietnamese.el: Remove eval-when-compile.
17824 (viet-viscii-nonascii-translation-table): Define it as a
17825 translation table made from viet-viscii-decode-table.
17826 (viet-viscii-encode-table): Define it as a translation table made
17827 from the reverse map of above.
17828 (viet-vscii-nonascii-translation-table): Define it as a
17829 translation table made from viet-vscii-decode-table.
17830 (viet-vscii-encode-table): Define it as a translation table made
17831 from the reverse map of above.
17832 (ccl-decode-viscii): Use translate-character.
17833 (ccl-encode-viscii, ccl-encode-viscii-font)
17834 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
17835 Likewize.
17836
17837 * language/cyrillic.el: Remove eval-when-compile.
17838 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
17839 translation table made from cyrillic-koi8-r-decode-table.
17840 (cyrillic-koi8-r-encode-table): Define it as a translation table
17841 made from the reverse map of above.
17842 (ccl-decode-koi8): Use translate-character.
17843 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
17844 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
17845 a translation table made from cyrillic-alternativnyj-decode-table.
17846 (cyrillic-alternativnyj-encode-table): Define it as a translation
17847 table made from the reverse map of above.
17848 (ccl-decode-alternativnyj): Use translate-character.
17849 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
17850 Likewize
17851
17852 * international/mule-diag.el (non-iso-charset-alist): Specify
17853 translation table symbol instead of translation table itself.
17854 (list-block-of-chars): CHARSET may be a translation table symbol.
17855
17856 * international/mule.el (make-coding-system): If CODING-SYSTEM
17857 already exists, override it.
17858
17859 * international/fontset.el: Use family `proportional' for Tibetan
17860 fonts.
17861
17862 * international/ccl.el (ccl-compile-translate-character): Don't
17863 check if Rrr has property translation-table.
17864 (ccl-compile-map-multiple): Modified to avoid compiler warning.
17865
17866 2000-06-05 Gerd Moellmann <gerd@gnu.org>
17867
17868 * info.el: Bind case-fold-search to t when searching in case
17869 a user sets it to nil in a hook.
17870
17871 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
17872
17873 * autoarg.el (autoarg-mode, autoarg-kp-mode):
17874 * hl-line.el (hl-line-mode): Use the new :global key argument.
17875
17876 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
17877 (tar-clip-time-string): Prepend a space.
17878 (tar-grind-file-mode): Construct a string rather than modifying one.
17879 (tar-header-block-summarize): Fix docstring.
17880 Use `format' rather than an error-prone set of copy-loops.
17881
17882 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
17883 (diff-goto-source, diff-unified->context, diff-context->unified)
17884 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
17885 understand the format output by the `-p' argument to diff.
17886
17887 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
17888 (sh-re-done): Use defconst.
17889 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
17890 (sh-help-string-for-variable, sh-guess-basic-offset):
17891 Don't quote lambdas.
17892 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
17893 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
17894
17895 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
17896 (mh-letter-mode): Derive from text-mode.
17897 This implicitly means that it now calls kill-all-local-variables.
17898 Also remove the Emacs-18 compatibility code.
17899
17900 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
17901 Make use of symbol-property doc-string-elt.
17902 Use memq rather than a sequence of eq.
17903 (doc-string-elt): Fix the wrong or missing previously unused values.
17904 (autoload-print-form): New function extracted from
17905 generate-file-autoloads to allow recursion when handling progn
17906 so that defvar's and defun's docstrings are properly printed.
17907 (generate-file-autoloads): Use it.
17908
17909 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
17910 Use find-file-hooks in the minor-mode function.
17911 Be careful not to loop indefinitely in the post-command-hook function.
17912
17913 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
17914
17915 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
17916 tty's.
17917 * ediff-diff.el (ediff-exec-process): Use --binary for fine
17918 differences whenever appropriate.
17919 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
17920 * viper.el (find-file, find-file-other-window): Get viper to do
17921 wildcards.
17922
17923 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
17924
17925 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
17926 (jit-lock-fontify-buffer): New function for JIT refontification.
17927 (jit-lock-mode): Fix docstring.
17928 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
17929 Remove jit-lock-after-change from the _local_ hook.
17930 (jit-lock-function-1): Fix docstring.
17931
17932 * info.el (Info-on-current-buffer): Initialize info.
17933
17934 * newcomment.el (comment-indent): Ignore comment-indent-hook.
17935
17936 * progmodes/tcl.el (tcl-indent-for-comment):
17937 Ignore comment-indent-hook.
17938
17939 * emacs-lisp/easy-mmode.el: Require CL during compilation.
17940 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
17941 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
17942 and improve to use the lighter to guess the capitalization.
17943 (define-minor-mode): Inline code from easy-mmode-define-toggle.
17944 Add keyword arguments to specify global-ness or the custom group.
17945 Add local-map and help-echo properties to the lighter.
17946 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
17947 (easy-mmode-define-global-mode): New macro.
17948
17949 2000-06-02 Dave Love <fx@gnu.org>
17950
17951 * wid-edit.el: byte-compile-dynamic since we typically don't use
17952 all the widgets. Don't require cl or widget. Remove
17953 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
17954 (widget-read-event): Removed. Callers changed to use read-event.
17955 (widget-button-release-event-p): Renamed from
17956 button-release-event-p.
17957 (widget-field-add-space, widget-field-use-before-change):
17958 Uncustomize.
17959 (widget-specify-field): Use keymap property, not local-map.
17960 (widget-specify-button): Obey :suppress-face.
17961 (widget-specify-insert): Use modern backquote syntax.
17962 (widget-image-directory): Renamed from widget-glyph-directory.
17963 (widget-image-enable): Renamed from widget-glyph-enable.
17964 (widget-image-find): Replaces widget-glyph-find.
17965 (widget-button-pressed-face): Move defvar.
17966 (widget-image-insert): Replaces widget-glyph-insert.
17967 (widget-convert): Use keywordp.
17968 (widget-leave-text, widget-children-value-delete): Use mapc.
17969 (widget-keymap): Remove XEmacs stuff.
17970 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
17971 (widget-button-click): Don't set point at the click, but re-centre
17972 if we scroll out of window. Rewritten for images v. glyphs &c.
17973 (widget-tabable-at): Use POS arg, not point.
17974 (widget-beginning-of-line, widget-end-of-line)
17975 (widget-item-value-create, widget-sublist, widget-princ-to-string)
17976 (widget-sexp-prompt-value, widget-echo-help): Simplify.
17977 (widget-default-create): Use widget-image-insert; some rewriting.
17978 (widget-visibility-value-create)
17979 (widget-push-button-value-create, widget-toggle-value-create): Use
17980 widget-image-insert.
17981 (checkbox): Create on and off images dynamically.
17982 (documentation-link): Change :help-echo.
17983 (widget-documentation-link-echo-help): Remove.
17984
17985 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
17986
17987 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
17988
17989 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
17990 (easy-mmode-define-toggle, define-minor-mode): Use it.
17991 (easy-mmode-define-keymap): Docstring fix.
17992 (define-derived-mode): Default PARENT to fundamental-mode.
17993 Add the derived-mode-parent symbol-property.
17994 (easy-mmode-derived-mode-p): New function.
17995
17996 2000-06-02 Dave Love <fx@gnu.org>
17997
17998 * files.el (convert-standard-filename): Doc fix.
17999 (normal-backup-enable-predicate): New function.
18000 (backup-enable-predicate): Use it to replace the lambda form.
18001
18002 * calendar/todo-mode.el: [This needs more work on the outline
18003 stuff.] Doc fixes.
18004 (todo) <defgroup>: Add :version.
18005 (todo-add-category): Don't use pushnew.
18006 (todo-cmd-raise): Fix typo.
18007 (todo-top-priorities): Change temp buffer name.
18008 (todo-category-alist): Avoid redundant lambda.
18009 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
18010 Use outline-next-heading.
18011
18012 * autoarg.el: Rewritten to use define-minor-mode.
18013 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
18014 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
18015
18016 2000-06-02 Kenichi Handa <handa@etl.go.jp>
18017
18018 * isearch.el (isearch-other-meta-char): Fix previous change.
18019
18020 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18021
18022 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18023 (log-edit-done): Only add the comment to the ring if it's different
18024 from the last comment entered.
18025
18026 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
18027
18028 2000-06-01 Dave Love <fx@gnu.org>
18029
18030 * hl-line.el: Rewritten using define-minor-mode.
18031
18032 * help.el (describe-function-1): Distinguish special form from
18033 builtin function. Sanity-check presence of arglist for builtins.
18034
18035 2000-06-01 Kenichi Handa <handa@etl.go.jp>
18036
18037 * international/characters.el: Fix syntax/category setting of
18038 Tibetan characters.
18039
18040 * language/tibet-util.el (tibetan-add-components): Fixes for new
18041 encoding of Tibetan characters.
18042 (tibetan-decompose-precomposition-alist): New variable.
18043 (tibetan-decompose-region): Convert precomposed characters to
18044 non-precomposed characters.
18045 (tibetan-decompose-string): Likewise.
18046 (tibetan-composition-function): Fix args to
18047 thibetan-compose-string.
18048
18049 * language/tibetan.el (tibetan-composable-pattern): More
18050 characters included.
18051 (tibetan-consonant-transcription-alist): Rule for "R" added.
18052 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
18053 "+R" added.
18054 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
18055
18056 * language/lao-util.el (lao-composition-function): Fix args to
18057 compose-string.
18058
18059 * language/thai-util.el (thai-composition-function): Fix args to
18060 compose-string.
18061
18062 * isearch.el (isearch-update): Set disable-point-adjustment to t
18063 to prevent the point moving to the end of a composition when a
18064 part of a composition is searched.
18065 (isearch-other-meta-char): If the key invoking this command can be
18066 mapped by function-key-map to a printing char, call
18067 isearch-process-search-char directly.
18068
18069 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18070
18071 * emacs-lisp/bytecomp.el:
18072 * frame.el:
18073 * international/mule-cmds.el:
18074 * international/mule-util.el:
18075 * international/mule.el:
18076 * mouse.el:
18077 * subr.el:
18078 * faces.el: Update calls to make-obsolete with a WHEN argument.
18079
18080 * byte-run.el (make-obsolete, make-obsolete-variable):
18081 Add an optional WHEN argument and change the format of the
18082 symbol-property information.
18083 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
18084 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
18085 new obsolete-symbol-property format and print WHEN if it is provided.
18086
18087 2000-05-31 Dave Love <fx@gnu.org>
18088
18089 * loadhist.el (loadhist-hook-functions): Remove
18090 before-change-function, after-change-function.
18091 (unload-feature): Deal with symbols which are both bound and
18092 fbound.
18093
18094 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
18095 before-change-function, after-change-function.
18096
18097 * simple.el (newline): Don't bind before-change-function,
18098 after-change-function.
18099
18100 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
18101
18102 * whitespace.el (whitespace-rescan-timer-time): Update interval
18103 set to 600 seconds (10 minutes) instead of 60 seconds since
18104 a large number of whitespace buffers causes emacs to `freeze'
18105 for a considerable amount of time.
18106
18107 * whitespace.el: Updated email address
18108
18109 2000-05-31 Dave Love <fx@gnu.org>
18110
18111 * add-log.el (change-log-font-lock-keywords) <function>: Add
18112 pattern for function of change.
18113 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
18114 acknowledgements patterns.
18115
18116 2000-05-31 Kenichi Handa <handa@etl.go.jp>
18117
18118 * isearch.el (isearch-printing-char): If keyboard coding system is
18119 being used, call isearch-process-search-multibyte-characters.
18120
18121 * international/isearch-x.el: Mostly rewritten.
18122
18123 * international/quail.el (quail-start-conversion): Don't include
18124 unhandled events in the returned events, but set them in
18125 unread-command-events. Exit if all inputs are deleted.
18126
18127 2000-05-30 Jason Rumney <jasonr@gnu.org>
18128
18129 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
18130
18131 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
18132 Reenable code to create initial fontsets.
18133 Use set-fontset-font in place of put-charset-property.
18134
18135 2000-05-30 Gerd Moellmann <gerd@gnu.org>
18136
18137 * progmodes/perl-mode.el (perl-indent-line): When looking for a
18138 label, ensure that the first colon isn't followed by another.
18139
18140 * paths.el (Info-default-directory-list): Doc fix.
18141
18142 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
18143 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
18144 send a query containing USER only, not USER@HOST.
18145
18146 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
18147 and rmail-msgend to compute the restriction at the end, instead of
18148 computing it.
18149
18150 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18151
18152 * dabbrev.el (dabbrev-expand): Don't display messages in the
18153 echo area if the minibuffer window is active.
18154
18155 * jit-lock.el (jit-lock-mode): Add after change function to
18156 local hook.
18157
18158 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
18159
18160 * antlr-mode.el: New commands: hide/unhide actions,
18161 upcase/downcase literals.
18162 (antlr-tiny-action-length): New user option.
18163 (antlr-hide-actions): New command. Suggested by
18164 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
18165 (antlr-mode-map): New binding [C-c C-v].
18166 (antlr-mode-menu): New entries.
18167 (antlr-downcase-literals): New command.
18168 (antlr-upcase-literals): Ditto.
18169
18170 * antlr-mode.el: Minor changes: indendation, mode-name.
18171 (antlr-indent-line): Indent cpp directive at column 0.
18172 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
18173
18174 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
18175 (antlr-font-lock-additional-keywords): Workaround for intentional
18176 bug in XEmacs version of font-lock.
18177 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
18178 be used by a smarter version of `buffers-menu-grouping-function'.
18179
18180 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18181
18182 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
18183 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
18184
18185 2000-05-29 Kenichi Handa <handa@etl.go.jp>
18186
18187 * international/encoded-kb.el
18188 (encoded-kbd-iso2022-designation-map): Pay attention to that
18189 charset-iso-final-char return -1 for eight-bit-control and
18190 eight-bit-graphic.
18191
18192 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18193
18194 * speedbar.el (speedbar-use-images, speedbar-update-flag)
18195 (speedbar-easymenu-definition-base): Use display-graphic-p where
18196 available, instead of window-system.
18197
18198 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18199
18200 * international/codepage.el (cp-coding-system-for-codepage-1): Add
18201 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
18202 coding systems.
18203
18204 2000-05-26 Dave Love <fx@gnu.org>
18205
18206 * disp-table.el (standard-display-underline): Don't use
18207 internal-find-face.
18208
18209 * mail/reporter.el: Maintainer change. Doc fixes.
18210 (reporter-version): Deleted.
18211
18212 * emacs-lisp/elp.el: Maintainer change.
18213 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
18214
18215 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
18216
18217 * add-log.el (add-change-log-entry): Merge the current entry with the
18218 previous one if the previous one is empty.
18219
18220 2000-05-26 Dave Love <fx@gnu.org>
18221
18222 * loadhist.el (unload-feature): Fix interactive spec [from
18223 lijnzaad@ebi.ac.uk].
18224
18225 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
18226 subr-arity to check primitives.
18227 (byte-compile-flush-pending, byte-compile-file-form-progn)
18228 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
18229 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
18230 mapcar.
18231
18232 2000-05-26 Kenichi Handa <handa@etl.go.jp>
18233
18234 * international/fontset.el: Set family names of non-latin charsets
18235 in default fontset to "*".
18236
18237 * international/mule-diag.el (print-fontset): Combine family part
18238 and registry part of the fontname by "-*-" instead of "-".
18239
18240 * international/mule-cmds.el (encode-coding-char): Make strings
18241 multibyte before calling encode-coding-string.
18242
18243 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
18244
18245 * derived.el: Fix keywords.
18246 (define-derived-mode): Only define if needed.
18247
18248 * simple.el (fill-comment, comment-column, comment-start)
18249 (comment-start-skip, comment-end, comment-indent-function)
18250 (block-comment-start, block-comment-end, indent-for-comment)
18251 (set-comment-column, kill-comment, comment-padding, comment-region)
18252 (comment-multi-line, indent-new-comment-line): Remove.
18253
18254 * bindings.el (esc-map): Change ; to comment-dwim and use the new
18255 function names for comment operations.
18256
18257 * newcomment.el: Add abundant autoload cookies.
18258 (comment-style): Don't depend on runtime data at compile-time.
18259 (comment-indent-hook): Remove.
18260 (comment-indent): Check if comment-indent-hook is bound.
18261 (comment-region): Docstring fix.
18262
18263 2000-05-25 Dave Love <fx@gnu.org>
18264
18265 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
18266 byte-code-function-p.
18267
18268 * mail/rmailsum.el: Add provide.
18269
18270 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
18271
18272 * smerge-mode.el (smerge-diff-switches): Don't use list* in
18273 defcustom.
18274
18275 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
18276
18277 * ediff-diff.el (ediff-exec-process): delete --binary option from
18278 non-buffer ediff jobs.
18279
18280 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18281
18282 * hilit-chg.el (highlight-changes-mode): Ask about color or
18283 grayscale support, not about window-system.
18284
18285 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
18286 window-system.
18287 (ffap-highlight): Always default to t.
18288
18289 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
18290 display-popup-menus-p instead of looking at window-system.
18291
18292 * disp-table.el (standard-display-g1, standard-display-graphic):
18293 Only refuse to use string glyphs on X and MS-Windows.
18294
18295 * avoid.el: Remove window-system from commentary, suggest to use
18296 display-*-p instead.
18297
18298 * apropos.el (apropos-print): Use display-mouse-p instead of
18299 window-system.
18300
18301 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18302
18303 * international/codepage.el (cp-decoding-vector-for-codepage):
18304 Fill up unsupported characters with their own codes. From Kenichi
18305 Handa.
18306
18307 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18308
18309 * international/mule-diag.el (describe-char-after): Use
18310 display-graphic-p instead of window-system, so that this function
18311 works on MS-DOS.
18312
18313 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18314
18315 * international/codepage.el (cp-make-coding-systems-for-codepage):
18316 Remove the eight-bit-graphic and eight-bit-control charsets from
18317 the list of charsets which we convert into `?'.
18318
18319 2000-05-25 Kenichi Handa <handa@etl.go.jp>
18320
18321 * international/mule-conf.el: Specify CHARSET-ID explicitely for
18322 private charsets.
18323 (mule-unicode-0100-24ff, japanese-jisx0213-1,
18324 japanese-jisx0213-2): New charsets.
18325
18326 * international/fontset.el: Setup default fontset for new charsets.
18327
18328 2000-05-24 Dave Love <fx@gnu.org>
18329
18330 * info.el (Info-find-node-2): Restructure [following "Vadim
18331 S. Solomin" <sovs@uic.nnov.ru>].
18332
18333 * icomplete.el: Fix header for Finder.
18334
18335 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
18336
18337 * rmailout.el (rmail-output-to-rmail-file): Added optional param
18338 STAY.
18339
18340 * rmail.el (rmail-automatic-folder-directives): New user variable.
18341 (rmail-show-message): Add call to `rmail-auto-file' during
18342 display.
18343 (rmail-auto-file): New function.
18344
18345 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
18346
18347 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
18348 account.
18349 (ediff-test-utility,ediff-diff-mandatory-option)
18350 (ediff-reset-diff-options): Utilities for proper initialization of
18351 ediff-diff-options and ediff-diff3-options on Windows.
18352
18353 * ediff-init.el (ediff-merge-filename-prefix): New customizable
18354 variable.
18355
18356 * ediff-mult.el (ediff-filegroup-action): Use
18357 ediff-merge-filename-prefix.
18358
18359 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
18360
18361 * viper-ex.el (ex-write): Set selective display to nil.
18362
18363 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
18364
18365 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
18366 aliases for hebrew-iso-8bit.
18367
18368 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
18369
18370 * woman.el: New version from Francis J. Wright
18371 <F.J.Wright@Maths.QMW.ac.uk>.
18372 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
18373 names in environment variables regardless of the path separator.
18374 (woman-topic-all-completions-1): Don't call file-name-directory-p
18375 on all files, since woman-file-regexp already filters out any
18376 directories.
18377
18378 2000-05-24 Kenichi Handa <handa@etl.go.jp>
18379
18380 * international/quail.el (quail-start-translation): Don't change
18381 modified-p of the current buffer.
18382 (quail-start-conversion): Likewise.
18383
18384 * international/kkc.el (kkc-region): Don't change modified-p of
18385 the current buffer.
18386
18387 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
18388 conform to RFC1468.
18389 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
18390
18391 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
18392
18393 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
18394 (speedbar-insert-button): Invisible text property fix.
18395 (speedbar-directory-plus): Renamed from speedbar-directory-+
18396 (speedbar-directory-minus): Renamed from speedbar-directory--
18397 (speedbar-page-plus): Renamed from speedbar-file-+
18398 (speedbar-page-minus): Renamed from speedbar-file--
18399 (speedbar-page): Renamed from speedbar-file-
18400 (speedbar-tag): Renamed from speedbar-tag-
18401 (speedbar-tag-plus): Renamed from speedbar-tag-+
18402 (speedbar-tag-minus): Renamed from speedbar-tag--
18403 (speedbar-expand-image-button-alist): Use above renames.
18404
18405 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
18406 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
18407 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
18408 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
18409 * sb-pg.xpm: Renamed from sb-file.xpm
18410 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
18411 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
18412
18413 2000-05-24 Kenichi Handa <handa@etl.go.jp>
18414
18415 * international/quail.el (quail-show-guidance-buf): Set
18416 current-input-method of the guidance buffer to the name of the
18417 curren input method.
18418
18419 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
18420
18421 * progmodes/compile.el (compile-internal): Style typo.
18422
18423 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
18424 quote vars and functions in the docstring.
18425
18426 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
18427
18428 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
18429 Don't quote lambdas.
18430
18431 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
18432
18433 2000-05-23 Gerd Moellmann <gerd@gnu.org>
18434
18435 * startup.el (command-line): Determine source file of compiled
18436 user init file differently. Warn if compiled user init file
18437 is older than its source file.
18438
18439 * ffap.el (ffap-url-regexp): Add `https'.
18440
18441 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
18442
18443 * files.el (make-backup-file-name-1): Replace slashes with `!'
18444 rather than `|' (which is not allowed on Windows). Replace the
18445 drive letters with a string "drive_X".
18446
18447 2000-05-23 Gerd Moellmann <gerd@gnu.org>
18448
18449 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
18450
18451 * files.el (interpreter-mode-alist): Add `bash2'.
18452
18453 2000-05-22 Dave Love <fx@gnu.org>
18454
18455 * loadhist.el (feature-symbols, file-provides, file-requires): Use
18456 mapc.
18457 (feature-file): Avoid calling symbol-name. Doc fix.
18458 (file-set-intersect, file-dependents): Use dolist, not mapcar.
18459 (loadhist-hook-functions): Add mouse-position-function.
18460 (unload-feature): Change uses of mapcar.
18461
18462 * files.el (parse-colon-path): Doc fix.
18463 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
18464 (set-auto-mode): Use mapc.
18465
18466 * complete.el (PC-look-for-include-file): Use :alnum: character
18467 class.
18468 (partial-completion-mode): Add autoload cookie.
18469
18470 2000-05-22 Sam Steingold <sds@gnu.org>
18471
18472 * info.el (Info-fontify-node): Fixed the call to
18473 `add-text-properties' (bug introduced on 2000-05-18).
18474
18475 2000-05-22 Dave Love <fx@gnu.org>
18476
18477 * bindings.el: Remove debug-ignored-errors set in other files.
18478
18479 * progmodes/etags.el: Add to debug-ignored-errors.
18480 (visit-tags-table-buffer): Clear out buffers holding old tables
18481 when making a new list.
18482 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
18483 mapc.
18484
18485 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
18486 quote keywords.
18487 (cmpl-string-case-type): Use character classes.
18488
18489 * comint.el:
18490 * textmodes/ispell.el:
18491 * imenu.el:
18492 * mail/mh-e.el:
18493 * progmodes/compile.el: Add to debug-ignored-errors.
18494
18495 * dabbrev.el: Add to debug-ignored-errors.
18496 (dabbrev-completion): Use mapc.
18497
18498 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
18499
18500 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
18501 (woman-mapcan, woman-parse-man.conf)
18502 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
18503 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
18504 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
18505 path syntax better.
18506 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
18507 (woman-manpath): Call woman-parse-man.conf.
18508 (woman-emulation): New defcustom, defaults to nroff.
18509 (woman-font-support): New defconst.
18510 (woman-use-symbol-font): New defcustom.
18511 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
18512 "Emulation".
18513 Many functions: Doc fix.
18514
18515 2000-05-22 Kenichi Handa <handa@etl.go.jp>
18516
18517 * international/quail.el (quail-simple-translation-keymap): Map
18518 128..255 to quail-self-insert-command.
18519 (quail-keyboard-layout-alist): Add definition for "pc102-de".
18520
18521 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
18522
18523 * help.el (help-manyarg-func-alist): Typo.
18524
18525 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
18526 intervals which makes it heaps simpler.
18527
18528 * newcomment.el (comment-region-internal): Go back to BEG after quoting
18529 the nested comment markers.
18530
18531 * subr.el (remove-hook): Don't turn the hook's value into a list.
18532
18533 2000-05-21 Dave Love <fx@gnu.org>
18534
18535 * edmacro.el (edmacro-parse-keys): Return vector if any elements
18536 are invalid characters.
18537
18538 * international/mule-util.el (detect-coding-with-priority): Use
18539 mapc. Remove redundant lambda.
18540
18541 * international/mule-diag.el (list-non-iso-charset-chars)
18542 (describe-fontset): Remove redundant lambda.
18543
18544 * emulation/crisp.el (brief-mode): New alias.
18545
18546 * emacs-lisp/ring.el (ring-elements): New function.
18547
18548 * emacs-lisp/easymenu.el (easy-menu-create-menu)
18549 (easy-menu-do-add-item): Use keywordp.
18550
18551 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
18552
18553 * replace.el: Doc and error message fixes.
18554 (replace-highlight): Use facep, not internal-find-face.
18555
18556 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
18557
18558 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
18559
18560 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
18561 (log-edit-insert-changelog): Drop `:' as well.
18562
18563 * log-view.el: Fix file description.
18564 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
18565 available.
18566 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
18567 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
18568
18569 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
18570 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
18571 Print a status message if the toggle is called interactively.
18572 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
18573 for global minor modes and use `defcustom' for them.
18574 Use add-minor-mode.
18575 (easy-mmode-define-derived-mode): Remove.
18576 (define-derived-mode): Fancier default docstring.
18577 (easy-mmode-define-navigation): Signal an error rather than (ding).
18578
18579 * newcomment.el (comment-styles): New `box-multi'.
18580 (comment-normalize-vars): Better default for comment-continue to
18581 avoid whitespace-only continuations.
18582 (comment-search-forward): Always move even in the no-syntax case.
18583 (comment-padright): Only obey N if it's only obeyed for padleft.
18584 (comment-make-extra-lines): Better handling of empty continuations.
18585 Use `=' for the filler if comment-start has only one character.
18586 (uncomment-region): Try handling the special `=' filler.
18587 (comment-region): Allow LINES even if MULTI is nil.
18588 (comment-box): Choose box style based on comment-style.
18589
18590 2000-05-20 Kenichi Handa <handa@etl.go.jp>
18591
18592 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
18593 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
18594
18595 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
18596
18597 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
18598 and insert, not subst-char-in-region.
18599
18600 * international/mule-diag.el (list-character-sets-1): Handle
18601 charsets eight-bit-control and eight-bit-graphic.
18602 (list-iso-charset-chars): Likewise.
18603 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
18604 charactes as is. Use indent-to to align characters.
18605
18606 * international/mule-cmds.el (find-multibyte-characters): Never
18607 exclude charsets eight-bit-control and eight-bit-graphic.
18608
18609 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
18610
18611 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
18612 Don't quote lambdas.
18613
18614 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
18615
18616 2000-05-19 Gerd Moellmann <gerd@gnu.org>
18617
18618 * gud.el (gud-jdb-directories): Doc fix.
18619
18620 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
18621
18622 * newcomment.el: New file.
18623
18624 2000-05-19 Gerd Moellmann <gerd@gnu.org>
18625
18626 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
18627
18628 2000-05-18 Andreas Schwab <schwab@suse.de>
18629
18630 * dired.el (dired-between-files): Also skip lines beginning with
18631 `used'.
18632
18633 2000-05-18 Gerd Moellmann <gerd@gnu.org>
18634
18635 * msb.el (msb-menu-cond): Add choice `user'.
18636
18637 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18638
18639 * ps-print.el: Compatibility, customization and doc fix.
18640 (ps-printer-name-option): Replace defconst by defvar.
18641 (ps-postscript-code-directory): XEmacs compatibility.
18642 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
18643 fix.
18644 (ps-user-defined-prologue, ps-print-prologue-header)
18645 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
18646 compatibility and code fix.
18647 (ps-print-background-image, ps-print-background-text):
18648 Customization fix.
18649 (ps-line-number-start, ps-n-up-on): New vars.
18650
18651 2000-05-18 Espen Skoglund <esk@ira.uka.de>
18652
18653 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
18654 the indent-comment function to just return the appropriate indent.
18655
18656 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
18657
18658 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
18659 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
18660 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
18661
18662 2000-05-18 Dave Love <fx@gnu.org>
18663
18664 * info.el (Info-fontify-node): Add intangible property as well as
18665 invisible.
18666
18667 * calendar/appt.el (appt-make-list): Match all lines of entry.
18668 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
18669
18670 2000-05-18 Kenichi Handa <handa@etl.go.jp>
18671
18672 * international/mule-diag.el (describe-char-after): Call
18673 internal-char-font, not char-font. If internal-char-font returns
18674 nil, display "-- none --".
18675
18676 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
18677
18678 * image.el (image-type-available-p): Don't reference image-types
18679 if it isn't bound.
18680
18681 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
18682
18683 * autoarg.el (autoarg-mode): Typo in the :set argument.
18684
18685 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
18686
18687 * startup.el (command-line-1): Don't signal an error if the
18688 directory for auto-save-list files does not yet exist.
18689
18690 2000-05-17 Kenichi Handa <handa@etl.go.jp>
18691
18692 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
18693
18694 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
18695
18696 * subr.el (remove-hook): `setq' hook-value, not `set'.
18697
18698 2000-05-16 Sam Steingold <sds@gnu.org>
18699
18700 * info.el (debug-ignored-errors): More errors to ignore.
18701
18702 2000-05-16 Dave Love <fx@gnu.org>
18703
18704 * cus-edit.el: Don't require cl or easymenu.
18705 (custom-variable-prompt): Test standard-value property, not
18706 user-variable-p.
18707
18708 2000-05-16 Sam Steingold <sds@gnu.org>
18709
18710 * subr.el (add-hook): `setq' hook-value, not `set'.
18711
18712 2000-05-16 Gerd Moellmann <gerd@gnu.org>
18713
18714 * startup.el (command-line-1): Mention the FAQ in the startup
18715 message.
18716
18717 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
18718
18719 * progmodes/compile.el (compilation-parse-errors): Collect
18720 `nomessage' regexps last.
18721
18722 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
18723
18724 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
18725 to the function name.
18726
18727 2000-05-15 Dave Love <fx@gnu.org>
18728
18729 * speedbar.el (speedbar-recenter): Typo.
18730 (speedbar-expand-line): Make arg optional.
18731 (speedbar-mode): Avoid a compiler warning.
18732
18733 2000-05-15 Gerd Moellmann <gerd@gnu.org>
18734
18735 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
18736 user-specified option string is empty.
18737
18738 * mouse.el (mouse-yank-at-click): Doc fix.
18739
18740 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
18741
18742 * term/internal.el (IT-character-translations): More updates of
18743 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
18744 documents.
18745
18746 2000-05-15 Gerd Moellmann <gerd@gnu.org>
18747
18748 * env.el (getenv): New function, interactively callable.
18749 (setenv, getenv): Remove autoload cookies.
18750
18751 * loadup.el: Load `env'.
18752
18753 * progmodes/f90.el: Change author's mail address.
18754
18755 2000-05-14 Dave Love <fx@gnu.org>
18756
18757 * mail/rmail.el (rmail-show-message-hook): Customize and offer
18758 goto-addr as an option.
18759
18760 * help.el (help-xref-stack): Doc fix.
18761 (help-xref-following): New variable.
18762 (help-make-xrefs): Use it.
18763 (help-xref-go-back): Use position information from stack element.
18764 (help-follow): Make position in stack element a pair. Use
18765 help-xref-following.
18766
18767 * autoarg.el: New file.
18768
18769 * faces.el: Declare more functions obsolete.
18770
18771 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
18772 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
18773 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
18774 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
18775 Remove all the setup-...-environment functions.
18776
18777 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
18778
18779 * speedbar.el: Updated the commentary section. xemacs20p now uses
18780 >= when detecting. Require `defimage' safely.
18781 (speedbar-easymenu-definition-base): Add toggle for images.
18782 (speedbar-easymenu-definition-special): Add flush cache & expand.
18783 (speedbar-visiting-tag-hook): Set new defaults. Added options.
18784 (speedbar-reconfigure-keymaps-hook): New variable.
18785 (speedbar-frame-parameters): Updated documentation.
18786 (speedbar-use-imenu-flag): Updated custom tag
18787 (speedbar-dynamic-tags-function-list): New variable.
18788 (speedbar-tag-hierarchy-method): Updated doc & custom.
18789 (speedbar-indentation-width, speedbar-indentation-width) New
18790 variables.
18791 (speedbar-hide-button-brackets-flag): Customizable.
18792 (speedbar-vc-indicator): Doc update.
18793 (speedbar-ignored-path-expressions): Updated default value.
18794 (speedbar-supported-extension-expressions): Updated default value.
18795 (speedbar-syntax-table): Remove {} paren status.
18796 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
18797 as "+". Added overlay aliases.
18798 (speedbar-mode): Use `speedbar-mode-line-update' instead of
18799 `force-mode-line-update'.
18800 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
18801 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
18802 `mouse-set-point'
18803 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
18804 (speedbar-item-info-tag-helper): Revamped to handle a wider range
18805 of arbitrary text, and new helper functions.
18806 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
18807 filename finder.
18808 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
18809 (speedbar-directory-buttons): Update path search/expansion.
18810 (speedbar-make-tag-line): Pay attention to
18811 `speedbar-indentation-width'. Use more care w/ invisible
18812 properties.
18813 (speedbar-change-expand-button-char): Call
18814 `speedbar-insert-image-button-maybe'.
18815 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
18816 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
18817 (speedbar-trim-words-tag-hierarchy)
18818 (speedbar-simple-group-tag-hierarchy): New functions
18819 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
18820 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
18821 functions.
18822 (speedbar-mouse-set-point): New function
18823 (speedbar-power-click): Updated documentation.
18824 (speedbar-line-token, speedbar-goto-this-file): Handle more types
18825 of tag prefix text.
18826 (speedbar-expand-line, speedbar-contract-line): Make more robust
18827 to strange text.
18828 (speedbar-expand-line): Takes universal argument to flush the
18829 cache.
18830 (speedbar-flush-expand-line): New function.
18831 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
18832 Use new generator insertion method.
18833 (speedbar-fetch-dynamic-tags): New function.
18834 (speedbar-fetch-dynamic-imenu): Removed code now handled in
18835 `speedbar-fetch-dynamic-imenu'.
18836 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
18837 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
18838 "Revert Buffer" menu items.
18839 (speedbar-buffer-buttons-engine): Be smarter when creating a
18840 filename tag (for expansion purposes.).
18841 (speedbar-highlight-one-tag-line,
18842 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
18843 (speedbar-recenter): New functions.
18844 (defimage-speedbar): Image loading abstraction.
18845 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
18846 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
18847 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
18848 (speedbar-tag-type, speedbar-tag-mail): New images.
18849 (speedbar-expand-image-button-alist): New variable.
18850 (speedbar-insert-image-button-maybe): Insert an image over some
18851 buttons.
18852
18853 2000-05-13 Kenichi Handa <handa@etl.go.jp>
18854
18855 * international/mule-cmds.el (encode-coding-char): An ASCII
18856 character is always encodable.
18857
18858 * international/mule-conf.el: Add more information in descriptions
18859 of character sets.
18860
18861 * international/mule-diag.el (describe-char-after): New function.
18862 (describe-font-internal): Adjusted for the change of font-info.
18863 (describe-font): Likewise.
18864 (print-fontset): Rewritten for the new fontset implementation.
18865 (describe-fontset): Include fontset alias names in completion.
18866 (list-fontsets): Adjusted for the change of print-fontset.
18867
18868 * simple.el (what-cursor-position): If DETAIL is non-nil, call
18869 describe-char-after instead of displaying the detail in the echo
18870 area.
18871 (syntax-code-table): Format changed.
18872 (string-to-syntax): Adjusted for the above change.
18873
18874 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
18875
18876 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
18877
18878 2000-05-12 Dave Love <fx@gnu.org>
18879
18880 * calendar/todo-mode.el: Remove some compatibility stuff and CL
18881 dependence. Use line-{beginning,end}-position, not
18882 point-at{b,e}ol. Some doc fixes.
18883 (todo-position): New function. Fix callers of position to use it.
18884 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
18885
18886 2000-05-12 Gerd Moellmann <gerd@gnu.org>
18887
18888 * time.el (display-time-mail-icon): Use `:ascent center'.
18889
18890 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
18891 handling FTP security extensions.
18892
18893 2000-05-11 Dave Love <fx@gnu.org>
18894
18895 * calendar/todo-mode.el: New file.
18896
18897 2000-05-11 Gerd Moellmann <gerd@gnu.org>
18898
18899 * comint.el (comint-read-input-ring): Move reference to
18900 comint-input-ring-size outside of the save-excursion. It was
18901 causing the default value to be the only one ever seen.
18902
18903 * font-lock.el: Update copyright. Remove Simon Marshall's email
18904 address on request from him.
18905
18906 * subr.el (substitute-key-definition): Add comment describing
18907 the meaning of PREFIX.
18908
18909 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
18910
18911 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
18912
18913 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
18914 (add-minor-mode): Don't make the variable buffer-local and add a
18915 reference to define-minor-mode in the docstring.
18916
18917 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
18918 HEADER/FOOTER and fix bug with trailing empty directory.
18919 (cvs-append-to-ignore): Use vc-editable-p if available.
18920 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
18921 (vc-do-command): Tweak advice to handle the new VC.
18922
18923 * log-view.el (log-view-goto-rev): New function for the new VC.
18924 (log-view-minor-wrap): Use mark-active.
18925
18926 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
18927 (log-edit-changelog-full-paragraphs): New var.
18928 (log-edit-insert-changelog): Remove a lonely leading `* file'.
18929 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
18930 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
18931 (log-edit-changelog-ours-p, log-edit-changelog-entries)
18932 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
18933 Replace the `cvs' prefix with `log-edit'.
18934
18935 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
18936
18937 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
18938 (diff-font-lock-defaults): Explicitly turn off multiline.
18939 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
18940 (diff-ediff-patch): Fix call to ediff-patch-file.
18941 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
18942 Handle comments.
18943
18944 * frame.el (automatic-hscrolling): Typo.
18945
18946 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
18947
18948 2000-05-09 Sam Steingold <sds@goems.com>
18949
18950 * apropos.el (apropos-print): use `describe-face' instead of
18951 `customize-face-other-window'.
18952
18953 2000-05-09 Dave Love <fx@gnu.org>
18954
18955 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
18956
18957 * help.el (describe-variable): Have customize button pop the
18958 help-xref stack when invoked.
18959 (help-xref-symbol-regexp): Add `face'.
18960 (help-make-xrefs): Check for quoted face names and adapt regexp
18961 submatch numbers to cope.
18962 (help-xref-interned): Maybe insert face doc too. Separate
18963 sections with a line of hyphens.
18964
18965 * faces.el: Some doc fixes. Declare some functions obsolete.
18966 (describe-face): Add customize button. Return the help
18967 text. Fix prompt.
18968
18969 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
18970
18971 * term/internal.el (IT-character-translations): Fix last change.
18972
18973 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18974
18975 * woman.el: New file
18976 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
18977
18978 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18979
18980 * term/internal.el (IT-character-translations): Update ASCII
18981 simulations for greek-iso8859-7, add latin-iso8859-14 and
18982 latin-iso8859-15.
18983
18984 * international/mule-cmds.el (set-language-info-alist): Call
18985 define-prefix-command with 3 arguments, to make the map suitable
18986 for a menu.
18987
18988 2000-05-07 Dave Love <fx@gnu.org>
18989
18990 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
18991
18992 2000-05-05 Dave Love <fx@gnu.org>
18993
18994 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
18995 list in doc string. Don't quote keyword symbols.
18996 * emacs-lisp/cl.el: Likewise
18997 * emacs-lisp/cl-seq.el: Likewise
18998
18999 2000-05-05 Gerd Moellmann <gerd@gnu.org>
19000
19001 * abbrev.el (abbrev-mode): Make ARG optional.
19002
19003 2000-05-04 Gerd Moellmann <gerd@gnu.org>
19004
19005 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
19006
19007 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
19008
19009 * subr.el (substitute-key-definition): Clarify documentation.
19010
19011 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
19012
19013 * glasses.el (glasses-convert-to-unreadable): Use
19014 `glasses-separator' instead of the hard-wired "_".
19015 (glasses-mode): Call `glasses-make-unreadable' only in a single
19016 place.
19017
19018 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
19019
19020 * term/internal.el (cjk-codepages-alist): Add associations for
19021 Chinese and Korean codepages. Remove FIXME comment.
19022
19023 2000-05-03 Dave Love <fx@gnu.org>
19024
19025 * time.el (display-time-mail-face, display-time-use-mail-icon):
19026 New option.
19027 (display-time-mail-icon): New variable.
19028 (display-time-string-forms): Use the above. Fix the local-map.
19029
19030 2000-05-03 Gerd Moellmann <gerd@gnu.org>
19031
19032 * replace.el (query-replace-map): Add binding for `E'.
19033 (query-replace-help): Extend help text.
19034 (perform-replace): Allow editing the replacement string.
19035
19036 * make-mode.el (makefile-mode-abbrev-table): New variable.
19037 (makefile-mode): Set local abbrev table to
19038 makefile-mode-abbrev-table.
19039 (makefile-font-lock-keywords): Fontify includes and conditionals.
19040
19041 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
19042 set TOGGLE's value.
19043
19044 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
19045 mail-interactive-insert-alias.
19046 (mail-abbrev-complete-alias): New command.
19047 (mail-mode-map): Bind it to `M-TAB'.
19048
19049 2000-05-03 Kenichi Handa <handa@etl.go.jp>
19050
19051 * language/lao-util.el (lao-compose-region): New function.
19052
19053 2000-05-02 Gerd Moellmann <gerd@gnu.org>
19054
19055 * files.el (recover-session): Make directories as necessary
19056 if they don't exist yet.
19057
19058 * calendar/cal-french.el
19059 (french-calendar-multibyte-special-days-array)
19060 (french-calendar-special-days-array): Change French text.
19061 (calendar-french-date-string): Change output.
19062 (calendar-goto-french-date): Likewise.
19063
19064 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
19065
19066 * wid-edit.el (widget-default-active): Obey `:always-active'.
19067 (widget-documentation-string-value-create): Set `:always-active'.
19068
19069 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19070
19071 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
19072 default prefix to `~/_emacs.d/auto-save.list/_s'.
19073 (normal-top-level): Create the directory for auto-save files, if
19074 it doesn't already exist (in the ms-dos case only).
19075
19076 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19077
19078 * international/mule-cmds.el (set-language-environment): Don't
19079 concat an integer (dos-codepage), use format instead.
19080
19081 2000-05-02 Dave Love <fx@gnu.org>
19082
19083 * help.el (help-xref-on-pp): Check for constant symbols.
19084
19085 2000-04-29 Gerd Moellmann <gerd@gnu.org>
19086
19087 * startup.el (normal-top-level): Put a condition-case around
19088 the code loading subdirs.el.
19089
19090 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19091
19092 * ps-print.el: Upside-down and face background color printing,
19093 line number step, doc fix.
19094 (ps-print-version): New version number (5.2).
19095 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
19096 (ps-face-attribute-list, ps-plot-with-face): Code fix.
19097 (ps-spool-config): Var fix.
19098 (ps-printer-name-option): Const fix.
19099 (ps-print-upside-down, ps-use-face-background)
19100 (ps-line-number-step): New vars.
19101 (ps-window-system, ps-lp-system): New consts.
19102 (ps-face-background): New fun.
19103
19104 2000-04-28 Richard Stallman <rms@gnu.org>
19105
19106 * files.el (make-auto-save-file-name):
19107 Apply auto-save-file-name-transforms to visited file name
19108 before generating auto save file name.
19109 (auto-save-file-name-transforms): New variable.
19110
19111 * files.el (backup-enable-predicate):
19112 Correctly test for a file under a temporary directory.
19113
19114 2000-04-28 Gerd Moellmann <gerd@gnu.org>
19115
19116 * subr.el (add-minor-mode): Rewritten.
19117
19118 2000-04-28 Kenichi Handa <handa@etl.go.jp>
19119
19120 * mail/sendmail.el (sendmail-send-it): Set
19121 buffer-file-coding-system to the selected coding system for MIME
19122 header.
19123
19124 2000-04-27 Gerd Moellmann <gerd@gnu.org>
19125
19126 * dired.el (dired-move-to-filename-regexp): Allow format where
19127 YYYY is followed by two spaces.
19128
19129 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
19130 in the second character class of the regexp.
19131
19132 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
19133 mh-etc, too.
19134
19135 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
19136 nil.
19137
19138 * subr.el (add-minor-mode): Use `set' instead of `setq'.
19139
19140 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
19141 argument.
19142
19143 2000-04-27 Sen Nagata <sen@eccosys.com>
19144
19145 * emacs-lisp/crm.el (crm-completion-table): New variable.
19146 (crm-collection-fn, crm-test-completion)
19147 (completing-read-multiple): Use it.
19148
19149 2000-04-27 Dave Love <fx@gnu.org>
19150
19151 * help.el (locate-library): Use mapc.
19152 (help-manyarg-func-alist): Add call-process-region.
19153
19154 2000-04-26 Gerd Moellmann <gerd@gnu.org>
19155
19156 * subr.el (add-minor-mode): Make argument MAP optional.
19157
19158 * desktop.el (desktop-save): Save list of minor modes.
19159 (desktop-create-buffer): Restore minor modes.
19160 (desktop-minor-mode-table): New user-option.
19161
19162 * subr.el (add-minor-mode): New function.
19163
19164 * image.el (find-image): New function.
19165 (defimage): Rewritten to find image at load time.
19166
19167 * startup.el (normal-top-level-add-to-load-path): Handle
19168 case that the default directory is not in load-path.
19169
19170 * help.el: Old patch from Stefan Monnier.
19171 (help-xref-on-pp): New function.
19172 (describe-variable): Use it to display xrefs in a symbol's value.
19173
19174 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
19175
19176 * cus-edit.el (custom-face): Fix parenthesis.
19177
19178 2000-04-26 Kenichi Handa <handa@etl.go.jp>
19179
19180 * mail/rmail.el (rmail-expunge): When there are no deleted
19181 messages, do nothing.
19182
19183 2000-04-26 Dave Love <fx@gnu.org>
19184
19185 * international/mule-cmds.el (locale-translation-file-name):
19186 Defvar to nil.
19187 (set-locale-environment): Set it here (at runtime).
19188
19189 2000-04-25 Gerd Moellmann <gerd@gnu.org>
19190
19191 * replace.el (perform-replace): Add parameters START and END. Use
19192 them instead of the check for a region in Transient Mark mode.
19193 (query-replace-read-args): Return two more list elements for the
19194 start and end of the region in Transient Mark mode.
19195 (query-replace, query-replace-regexp, query-replace-regexp-eval)
19196 (map-query-replace-regexp, replace-string, replace-regexp): Add
19197 optional last arguments START and END and pass them to
19198 perform-replace.
19199
19200 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
19201 form with additional arguments for perform-replace.
19202
19203 * progmodes/etags.el (tags-query-replace): Add parameters START
19204 and END. Construct a form with additional arguments for
19205 perform-replace.
19206
19207 * simple.el (shell-command): Set default directory for "*Shell
19208 Command Output" buffer.
19209
19210 * language/european.el (iso-latin-4): Fix typo.
19211
19212 * emacs-lisp/crm.el: New file.
19213
19214 2000-04-24 Dave Love <fx@gnu.org>
19215
19216 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19217 (Custom-reset-saved, Custom-reset-standard)
19218 (custom-group-value-create, custom-group-set, custom-group-save)
19219 (custom-group-reset-current, custom-group-reset-saved)
19220 (custom-group-reset-standard): Use mapc.
19221 (custom-buffer-create-internal): Disable undo when creating items.
19222 Use mapc.
19223 (custom-face): Avoid redundant lambda.
19224
19225 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19226
19227 * startup.el (auto-save-list-file-prefix): Set default to
19228 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
19229
19230 2000-04-24 Sam Steingold <sds@gnu.org>
19231
19232 * time-stamp.el (time-stamp-string-preprocess): Always convert
19233 `field-result' to a string.
19234
19235 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19236
19237 * frame.el (scrolling): New group.
19238 (automatic-hscrolling): New user-option.
19239
19240 * startup.el (command-line-x-option-alist): Add `-lsp' and
19241 `--line-spacing'.
19242
19243 2000-04-19 Dave Love <fx@gnu.org>
19244
19245 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
19246 (cl-mapc): Rename from mapc. Fix the funcall.
19247
19248 2000-04-19 Gerd Moellmann <gerd@gnu.org>
19249
19250 * simple.el (clone-indirect-buffer-other-window): New command.
19251 (clone-indirect-buffer): Add optional arg NORECROD.
19252 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
19253
19254 * help.el (resize-temp-buffer-window): Use count-screen-lines.
19255
19256 * window.el (count-screen-lines): New function.
19257 (shrink-window-if-larger-than-buffer): Use count-screen-lines
19258 instead of window-buffer-height.
19259
19260 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
19261 non-existing variable comint-input-sentinel.
19262 (inferior-lisp-args-to-list): Removed.
19263 (inferior-lisp): Use split-string instead of
19264 inferior-lisp-args-to-list.
19265
19266 * hexl.el (hexl-insert-hex-string): New command.
19267
19268 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
19269 instead of concat.
19270
19271 2000-04-18 Gerd Moellmann <gerd@gnu.org>
19272
19273 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
19274 at the start of an existing but empty folder.
19275
19276 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19277
19278 * ps-mule.el: Customization fix, doc fix.
19279 (ps-multibyte-buffer): Customization fix.
19280
19281 2000-04-17 Richard M. Stallman <rms@gnu.org>
19282
19283 * subr.el (read-passwd): Use read-char-exclusive.
19284
19285 2000-04-17 Gerd Moellmann <gerd@gnu.org>
19286
19287 * textmodes/texinfo.el (texinfo-insert-@email)
19288 (texinfo-insert-@emph, texinfo-insert-@quotation)
19289 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
19290 (texinfo-mode-map): Add key bindings for them.
19291
19292 * files.el (basic-save-buffer-2): Use a template with `$'
19293 instead of `#' for VMS.
19294
19295 * simple.el (clone-indirect-buffer): New function.
19296
19297 2000-04-16 Stephen Eglen <stephen@gnu.org>
19298
19299 * iswitchb.el (iswitchb-case): New function. If the user input
19300 contains any upper-case characters, the search is made
19301 case-sensitive.
19302
19303 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
19304
19305 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
19306 comment-end.
19307 (texinfo-font-lock-syntactic-keywords): New var.
19308 (texinfo-font-lock-keywords): Remove comment regexp.
19309 (texinfo-insert-block): New function.
19310 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
19311 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
19312 and font-lock-defaults. Use regexp-opt for outline-regexp.
19313 (texinfo-environments): New var.
19314 (texinfo-environment-regexp): Use regexp-opt and
19315 texinfo-environments.
19316
19317 * textmodes/ispell.el (ispell-menu-map-needed): Check that
19318 ispell-process is bound since this might be eval'd before ispell
19319 is loaded.
19320 (ispell-message): Use a tiny bit less magic and a bit more hard
19321 data to figure out what kind of sc-cite-regexp to use.
19322
19323 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
19324
19325 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
19326 (insert-cyclic-diary-entry): Unquote the lambda.
19327
19328 * gud.el (gud-jdb-build-source-files-list): Fix typo.
19329
19330 * files.el (backup-enable-predicate): Unquote the lambda.
19331
19332 * cus-edit.el (custom-face, face): Unquote the lambda.
19333
19334 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19335
19336 * ps-print.el: Check for line-beginning-position definition.
19337
19338 * ps-print.el: Fix counting lines in a region.
19339 (ps-print-version): New version number (5.1.5).
19340 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
19341 (ps-printing-region): Fun code fix.
19342
19343 2000-04-15 Gerd Moellmann <gerd@gnu.org>
19344
19345 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
19346 to file-directory-p.
19347
19348 2000-04-14 Gerd Moellmann <gerd@gnu.org>
19349
19350 * gud.el (gud-jdb-build-source-files-list): Check that directory
19351 exists before calling directory-files.
19352
19353 2000-04-13 Dave Love <fx@gnu.org>
19354
19355 * emacs-lisp/trace.el: Change maintainer. Use new backquote
19356 syntax.
19357
19358 * emacs-lisp/cl-specs.el: Remove when, unless.
19359
19360 * emacs-lisp/cl-extra.el: Don't quote keywords.
19361 (cl-old-mapc): New variable.
19362 (mapc): Use it.
19363 (cl-map-intervals): Use with-current-buffer. Don't check for
19364 next-property-change.
19365 (cl-map-overlays): Use with-current-buffer.
19366 (cl-expt): Remove.
19367 (copy-tree, remprop): Define unconditionally.
19368
19369 * emacs-lisp/cl-compat.el (keywordp): Remove.
19370
19371 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
19372 to use keywordp.
19373 (edebug-spec): Enable keywordp.
19374
19375 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
19376 string-lessp.
19377
19378 * cus-start.el: Use keywordp.
19379
19380 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19381
19382 * diary-lib.el (include-other-diary-files): Fix the fix of
19383 2000-02-18 by doing a save-excursion.
19384
19385 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19386
19387 * ps-print.el: Customization fix, doc fix.
19388 (ps-print-version): New version number (5.1.4).
19389 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
19390 (ps-print-preprint): Adjust code.
19391 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
19392 (ps-print-prologue-header, ps-print-control-characters)
19393 (ps-spool-config): Customization fix.
19394
19395 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
19396
19397 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
19398 converted to the new menu-item format, names silightly changed,
19399 help strings added.
19400
19401 Support for spelling without async subprocesses:
19402
19403 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
19404 (ispell-session-buffer): New variables.
19405 (ispell-start-process, ispell-process-status,
19406 ispell-accept-output, ispell-send-string): New functions, for
19407 Ispell invocation when async subprocesses aren't supported.
19408 (ispell-word, ispell-pdict-save, ispell-command-loop,
19409 ispell-process-line, ispell-buffer-local-parsing): Replace calls
19410 to process-send-string with calls to ispell-send-string, and
19411 accept-process-output with ispell-accept-output.
19412 (ispell-init-process): Call ispell-process-status instead of
19413 process-status with.
19414 (ispell-init-process): Call ispell-start-process. Call
19415 ispell-accept-output and ispell-send-string. Don't call
19416 process-kill-without-query and kill-process if they are unbound.
19417 (ispell-async-processp): New function.
19418
19419 2000-04-12 Dave Love <fx@gnu.org>
19420
19421 * info.el: Add debug-ignored-errors.
19422 (Info-mode-menu): Add some items.
19423 (Info-directory): Add autoload cookie.
19424
19425 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
19426 Modify `truncate-lines'. Make `describe-language-environment'
19427 always visible and add help. Modify `describe-key' help. Invoke
19428 Info-directory from `info'. New entry `emacs-manual'.
19429
19430 2000-04-10 Gerd Moellmann <gerd@gnu.org>
19431
19432 * progmodes/ebrowse.el (ebrowse-tree-mode):
19433 Use propertized-buffer-identification.
19434 (ebrowse-update-member-buffer-mode-line): Likewise.
19435 (ebrowse--mode-strings): Removed.
19436 (ebrowse--mode-line-props): Removed.
19437
19438 * files.el (auto-mode-alist): Add `EBROWSE'.
19439
19440 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
19441 space before testing for end of buffer.
19442 (ebrowse-load): Removed.
19443 (ebrowse-revert-tree-buffer-from-file): Rewritten.
19444 (ebrowse-create-tree-buffer): Rewritten.
19445 (ebrowse-tree-mode): Read tree from buffer.
19446
19447 * progmodes/ebrowse-ffh.el: Removed.
19448
19449 2000-04-10 Kenichi Handa <handa@etl.go.jp>
19450
19451 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
19452
19453 2000-04-10 Gerd Moellmann <gerd@gnu.org>
19454
19455 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
19456 at the wrong place.
19457
19458 2000-04-09 Dave Love <fx@gnu.org>
19459
19460 * files.el (backup-enable-predicate):
19461 Use temporary-file-directory, small-temporary-file-directory.
19462 (make-backup-file-name-function, backup-directory-alist): New vars.
19463 (make-backup-file-name-1): New function.
19464 (make-backup-file-name): Use it.
19465 (find-backup-file-name): Likewise. Use format for clarity, not concat.
19466 (file-newest-backup): Use make-backup-file-name.
19467
19468 2000-04-09 Gerd Moellmann <gerd@gnu.org>
19469
19470 * progmodes/ebrowse-ffh.el: New file.
19471
19472 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
19473 Moved to ebrowse-ffh.el.
19474 (ebrowse-load): Add autoload.
19475
19476 * finder.el (finder-commentary): Add autoload cookie.
19477
19478 * mail/rfc2368.el: Correct author's email address.
19479
19480 * progmodes/ebrowse.el: New file.
19481
19482 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
19483 item help string.
19484 (easy-menu-do-add-item): Ditto.
19485 (easy-menu-define): Extend doc string.
19486
19487 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
19488 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
19489 (jit-lock-function, jit-lock-stealth-fontify): Don't use
19490 with-buffer-unmodified.
19491
19492 2000-04-08 Dave Love <fx@gnu.org>
19493
19494 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
19495 unless, when.
19496
19497 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
19498
19499 * viper-util.el (viper-put-on-search-overlay): New subroutine.
19500 (viper-flash-search-pattern): No operation when using Emacs
19501 doesn't support face.
19502 Use `viper-put-on-search-overlay'.
19503
19504 2000-04-04 Gerd Moellmann <gerd@gnu.org>
19505
19506 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
19507 like C-r.
19508
19509 * progmodes/make-mode.el: Some doc fixes.
19510 (makefile-mode-abbrev-table): New variable.
19511 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
19512 (makefile-font-lock-keywords): Fontify includes and conditionals.
19513 (toplevel): Require `dabbrev' and `add-log' when compiling.
19514
19515 * replace.el (perform-replace): Don't move forward one char
19516 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
19517 to do that because it leaves point 1 position after the last
19518 replacement, after everything has been replaced.
19519
19520 * jit-lock.el (with-buffer-unmodified): New macro.
19521 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
19522 modified state.
19523 (jit-lock-function-1): Extracted from jit-lock-function; not
19524 preserving buffer's modified state.
19525 (jit-lock-function, jit-lock-stealth-fontify):
19526 Call jit-lock-function-1.
19527
19528 * mail/rfc2368.el: Remove supernumerary copyright line.
19529
19530 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
19531
19532 * glasses.el: Provide facilities for inserting space before left
19533 parentheses and uncapitalization of identifiers.
19534 (glasses-mode): Try to remove old overlays in all cases.
19535
19536 2000-04-03 Gerd Moellmann <gerd@gnu.org>
19537
19538 * progmodes/compile.el (compile-internal): Display the compilation
19539 buffer in a different frame, if it's already displayed there.
19540
19541 * mail/rfc2368.el: New file.
19542
19543 * simple.el (sendmail-user-agent-compose): Recognize a `body'
19544 header and insert its value as mail body.
19545
19546 * subr.el (member-ignore-case): New function.
19547
19548 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
19549 (dabbrev--find-expansion): Ignore buffers matching a regexp
19550 from dabbrev-ignored-regexps.
19551
19552 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
19553 to extensions handled by gzip.
19554
19555 2000-04-03 Richard M. Stallman <rms@gnu.org>
19556
19557 * files.el (insert-directory): List the total free space
19558 along with the used space.
19559
19560 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
19561 line is followed by one that matches CITATION-REGEXP, end the
19562 paragraph.
19563
19564 2000-04-03 Markus Rost <rost@delysid.gnu.org>
19565
19566 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
19567 (rmail-make-basic-summary-line): Use that option.
19568
19569 2000-04-03 Kenichi Handa <handa@etl.go.jp>
19570
19571 * international/mule-cmds.el (encoded-string-description):
19572 Rewritten. Try pretty description for ISO 2022 escape sequences
19573 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
19574 for hexadecimal format.
19575
19576 2000-04-01 Dave Love <fx@gnu.org>
19577
19578 * cpp.el: Change customization group to `c' from `C'.
19579
19580 * vcursor.el (vcursor-move): Use display-color-p.
19581
19582 * international/mule-util.el: Provide mule-utils.
19583 (string-to-sequence): Simplify and speed up.
19584
19585 * international/mule.el (make-coding-system): Purecopy doc-string.
19586
19587 * international/mule-cmds.el: Various menu changes.
19588 (describe-specified-language-support): Handle `Default'.
19589 (set-language-info): Purecopy `info'.
19590
19591 2000-03-31 Andrew Innes <andrewi@gnu.org>
19592
19593 * vc.el (vc-backend-diff): Return the correct status if we had to
19594 retry the rcsdiff command without the --brief option.
19595
19596 2000-03-31 Dave Love <fx@gnu.org>
19597
19598 * help.el (help-manyarg-func-alist): Correct several omissions.
19599
19600 * add-log.el: Don't require cl, fortran.
19601 (add-log-current-defun-function): Doc fix.
19602 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
19603 (change-log-version-rcs): Function deleted.
19604 (change-log-version-number-search): Doc fix.
19605 Use vc-workfile-version. Avoid CL dolist.
19606 (add-change-log-entry): Just call add-log-current-defun to get
19607 defun. Simplify somewhat.
19608 (change-log-get-method-definition-1): Likewise.
19609 (add-log-current-defun): Return nil if calling
19610 add-log-current-defun-function does so. Move Fortran stuff to
19611 fortran.el. Return string without properties.
19612
19613 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
19614 and :alpha: char classes.
19615
19616 * mail/supercite.el: Defvar curline when compiling.
19617 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
19618 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
19619 rather than a-zA-Z0-9 to allow non-ASCII characters.
19620
19621 2000-03-31 Gerd Moellmann <gerd@gnu.org>
19622
19623 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
19624
19625 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19626 Re-enable new code.
19627
19628 * lpr.el (print-region-1): Use -d to specify printer name for
19629 systems `usg-unix-v*, `dgux', `hpux', `irix'.
19630
19631 2000-03-31 Dave Love <fx@gnu.org>
19632
19633 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
19634 Look for function definition in symbol's function value slot first
19635 instead of first consulting byte-compile-function-environment.
19636
19637 2000-03-31 Kenichi Handa <handa@etl.go.jp>
19638
19639 * language/european.el ("Polish"): New language environment.
19640 (setup-polish-environment): New function.
19641
19642 2000-03-30 Gerd Moellmann <gerd@gnu.org>
19643
19644 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19645 Disable new code.
19646
19647 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
19648 trying to `load' the symbol of an autoload instead of the file
19649 recorded in the autoload. Fix error messages.
19650
19651 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19652
19653 * ps-print.el: PostScript programming fix for ghostview, doc fix.
19654 (ps-print-version): New version number (5.1.3).
19655 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
19656 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
19657 (ps-generate-postscript-with-faces): Code fix.
19658 (ps-color-values): XEmacs compatibility.
19659 (ps-print-background-image, ps-print-background-text, ps-printer-name)
19660 (ps-default-fg, ps-default-bg): Adjust customization.
19661 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
19662 (ps-color-scale): Renaming old ps-color-value fun.
19663 (ps-print-headers): Replace ps-print-header group to avoid conflict
19664 with ps-print-header variable.
19665 (ps-print-miscellany): New group.
19666 (ps-format-color, ps-rgb-color): New funs.
19667 (ps-default-foreground): New var.
19668 (ps-printer-name-option): New const.
19669
19670 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
19671
19672 * net/net-utils.el:
19673 (network-connection-host, network-connection-service): New variables
19674 (network-connection-mode): New mode, derived from comint-mode
19675 (network-connection-mode-setup): New function, saves host and
19676 service information in local variables.
19677
19678 * lisp/locate.el:
19679 (locate-word-at-point): Added this function
19680 (locate): Default to using locate-word-at-point as input
19681 Run dired-mode-hook
19682
19683 2000-03-29 Dave Love <fx@gnu.org>
19684
19685 * calendar/appt.el: Doc fixes.
19686 (appt-check): Convert min-to-app to a string before passing to
19687 appt-disp-window-function or concat.
19688 (appt-delete-window): Remove test for frame-root-window.
19689 (appt-select-lowest-window, appt-convert-time): Simplify.
19690
19691 * emacs-lisp/bytecomp.el: Doc fixes.
19692 (byte-compile-file-form-autoload):
19693 Update byte-compile-function-environment.
19694
19695 2000-03-29 Andreas Schwab <schwab@suse.de>
19696
19697 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
19698
19699 * dired.el (dired-insert-directory): If dired-free-space-program
19700 failed just delete its output.
19701
19702 2000-03-29 Dave Love <fx@gnu.org>
19703
19704 * international/iso-cvt.el: Move provide to end. Doc fixes.
19705 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
19706 (iso-iso2sgml, iso-sgml2iso): New functions.
19707 (iso-cvt-define-menu): Fix some entries and use backquote for
19708 clarity.
19709
19710 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
19711
19712 2000-03-28 Gerd Moellmann <gerd@gnu.org>
19713
19714 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
19715 ISO-DATE. If non-nil, return date in ISO 8601 format.
19716
19717 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
19718
19719 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
19720 if it ever becomes used.
19721 (log-edit-mode-hook): Default to vc-log-mode-hook.
19722 (log-edit-mode): Fix the docstring.
19723
19724 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
19725 the code.
19726
19727 2000-03-26 Dave Love <fx@gnu.org>
19728
19729 * net/browse-url.el (browse-url): Re-fix case of
19730 browse-url-browser-function being an alist.
19731 (browse-url): Add :link to defgroup.
19732
19733 * files.el: Doc fixes.
19734 (file-truename): Include `[' in wildcard characters.
19735 (automount-dir-prefix): Customize.
19736 (find-file-wildcards): Add :version.
19737 (find-file-noselect): Simplify a mapcar call.
19738
19739 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
19740 compatible with inf-lisp version.
19741 (eval-defun-1): Fix custom-declare-variable case.
19742
19743 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
19744
19745 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
19746
19747 2000-03-24 Gerd Moellmann <gerd@gnu.org>
19748
19749 * Makefile (COMPILE_FIRST): New macro.
19750 (compile-files): Compile files from COMPILE_FIRST first.
19751
19752 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
19753
19754 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
19755 matching open parenthesis in column 0 to defun-prompt-regexp
19756 only if open-paren-in-column-0-is-defun-start is set.
19757
19758 * sun-curs.el: Require CL at compile-time only.
19759
19760 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
19761 instead of copy-list which is a function from CL.
19762 (msb--choose-menu, msb--mode-menu-cond)
19763 (msb--create-buffer-menu-2): Use dolist instead of mapc.
19764 (msb--init-file-alist): Use mapcar instead of mapcan.
19765 (msb--aggregate-alist): Use mapcar instead of mapcan.
19766 Fix `(' in column 0 in doc string.
19767 (msb--add-separators): Use mapcar instead of mapcan.
19768
19769 * cus-dep.el: Require CL at compile-time only.
19770
19771 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
19772
19773 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
19774 (byte-compile-warnings): New warning `noruntime'.
19775 (byte-compile-constants, byte-compile-variables): Fix docstring.
19776 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
19777 execute `eval-whenc-compile's body.
19778 (byte-compile-unresolved-functions): Fix docstring.
19779 (byte-compile-eval): New function.
19780 (byte-compile-callargs-warn): Check if the function will be available
19781 at runtime (via property `byte-compile-noruntime').
19782 (byte-compile-print-syms): New function.
19783 (byte-compile-warn-about-unresolved-functions): Also warn about
19784 `noruntime' functions (and use `byte-compile-print-syms').
19785 (byte-compile-file): Capitalize the message.
19786
19787 2000-03-24 Gerd Moellmann <gerd@gnu.org>
19788
19789 * mail/rmail.el (rmail-confirm-expunge): New user-option.
19790 (rmail-expunge): Ask for confirmation depending on the setting
19791 of rmail-confirm-expunge.
19792
19793 2000-03-23 Gerd Moellmann <gerd@gnu.org>
19794
19795 * Makefile (bootstrap-clean): If $(emacs) exists, build
19796 loaddefs.el first. A loaddefs.el that's not up-to-date might
19797 cause a bootstrap failure because things don't autoload as expected.
19798
19799 2000-03-23 Dave Love <fx@gnu.org>
19800
19801 * net/browse-url.el: Restore previous use of
19802 browse-url-maybe-new-window.
19803
19804 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19805
19806 * ps-print.el: Skip banner page fix.
19807 (ps-print-version): New version number (5.1.2).
19808 (ps-begin-file, ps-end-file, ps-generate): Code fix.
19809
19810 2000-03-23 Dave Pearson <davep@davep.org>
19811
19812 * net/quickurl.el Changed the type of parameter passed to the
19813 function defined by `quickurl-format-function'. Before only the
19814 text of the URL was passed. Now the whole URL structure is passed
19815 and the function is responsible for extracting the parts it requires.
19816 Changed the default of `quickurl-format-function' accordingly.
19817 (quickurl-insert): Changed the `funcall' of
19818 `quickurl-format-function' to match the above change.
19819 (quickurl-list-insert): Changed the `url' case so that it makes
19820 use of `quickurl-format-function', previous to this the format was
19821 hard wired.
19822
19823 2000-03-22 Gerd Moellmann <gerd@gnu.org>
19824
19825 * startup.el: Change some spellings for the X Window System.
19826
19827 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
19828
19829 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
19830 Clean up the code and the regexp and make sure the cursor is
19831 temporarily moved to the suspicious line while querying the user.
19832
19833 2000-03-22 Jason Rumney <jasonr@gnu.org>
19834
19835 * w32-fns.el (w32-charset-info-alist): Initialize.
19836
19837 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19838
19839 * ps-print.el: N-up last page fix.
19840 (ps-print-version): New version number (5.1.1).
19841 (ps-end-file, ps-end-job, ps-generate): Code fix.
19842
19843 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19844
19845 * files.el (find-file-run-dired): Update docstring.
19846 (find-directory-functions): New hook.
19847 (find-file-noselect): Run find-directory-functions rather than
19848 calling dired directly.
19849
19850 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
19851
19852 * pcvs.el: Add a minimal leading commentary.
19853 (cvs-make-cvs-buffer): Change the header part by removing the startup
19854 message and adding a `Module' entry. Also replace the FOOTER and
19855 HEADER special fileinfos with the new support in ewoc for updating
19856 its own footer and header.
19857 (cvs-update-header): Update to use the header/footer of the ewoc.
19858 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
19859 (cvs-is-within-p): New function.
19860 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
19861 to only examine some subset of the buffers.
19862
19863 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
19864 `format' instead of our own ad-hoc functions.
19865 Remove HEADER and FOOTER cases, now handled in the EWOC.
19866 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
19867
19868 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
19869 output to avoid scaring the user.
19870 (cvs-parse-table): Catch message for non-up-to-date commits.
19871
19872 * pcvs-defs.el (cvs-startup-message): Remove.
19873 (cvs-global-menu): New autoloaded menu.
19874
19875 * pcvs-util.el (cvs-string-fill): Remove.
19876
19877 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
19878 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
19879 PP part of it and also make it work for footers and headers.
19880 (ewoc-create): Drop POS and BUFFER arguments.
19881 Use the DLL's dummy node to store the end-of-footer position.
19882 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
19883 (ewoc-refresh): Remove unused `header' variable.
19884 (ewoc-(get|set)-hf): New functions.
19885
19886 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
19887 log-view-*-(message|file) and use easy-mmode-define-navigation.
19888 (log-view-message-re): Match SCCS format as well.
19889 And match the revision line rather than the dashed separator line.
19890 (log-view-mode): Use the new define-derived-mode.
19891 (log-view-current-tag): Fill in with an actual implementation.
19892
19893 * cvs-status.el (cvs-status-(prev|next)): Rename from
19894 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
19895 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
19896 to let the output "breathe" a little more (more readable).
19897 (cvs-status-mode): Use the new define-derived-mode.
19898
19899 * smerge-mode.el (smerge-auto-leave): New function and variable.
19900 (smerge-basic-map): Rename from smerge-basic-keymap.
19901 Change the bindings for smerge-diff-*.
19902 (smerge-*-map): Use easy-mmode-defmap.
19903 (smerge-(next|prev)): Use easy-mmode-define-navigation.
19904 (smerge-keep-*): Use smerge-auto-leave.
19905
19906 2000-03-21 Jason Rumney <jasonr@gnu.org>
19907
19908 * cus-edit.el (custom-button-face): Use 3D look for w32.
19909 (custom-button-pressed-face): Likewise.
19910
19911 2000-03-21 Gerd Moellmann <gerd@gnu.org>
19912
19913 * progmodes/etags.el (tags-case-fold-search): New user-option.
19914 (tags-loop-eval): New function. Bind case-fold-search around eval
19915 depending on the value of tags-case-fold-search.
19916 (tags-loop-continue): Use tags-loop-eval.
19917 (find-tag-in-order): Bind case-fold-search depending on the value
19918 of tags-case-fold-search.
19919
19920 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19921
19922 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
19923 (diff-end-of-hunk): Return the end position for use in
19924 `easy-mmode-define-navigation'.
19925 (diff-recenter): Remove.
19926 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
19927 of `easy-mmode-define-navigation'.
19928 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
19929 previous renaming) and fix to use new names.
19930 (diff-merge-strings): Use \n as separator: simpler, faster.
19931 (diff-mode): Use `define-derived-mode'.
19932
19933 * derived.el (define-derived-mode): Don't autoload anymore.
19934 Prefer the macro-only version provided by easy-mmode.el.
19935
19936 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
19937 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
19938 (easy-mmode-define-navigation): New macro.
19939
19940 * subr.el (combine-run-hooks): New function.
19941
19942 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
19943
19944 * term/x-win.el: Fontsets related initialization is simplified.
19945
19946 * international/mule-diag.el (describe-font): Don't refer to
19947 global-fontset-alist, instead call font-list.
19948 (describe-fontset, list-fontsets, mule-diag): Likewise.
19949 (print-fontset): Adjusted for the change of fontset implementation.
19950
19951 * international/fontset.el (x-charset-registries): Variable removed,
19952 instead the corresponding data is stored in the default fontset.
19953 (register-alternate-fontnames): Function removed.
19954 (resolved-ascii-font): Variable removed.
19955 (x-compose-font-name): Ignore the second argument REDOCE.
19956 (x-complement-fontset-spec): Complement only an ASCII font and
19957 element for those charsets than can use that ASCII font.
19958 (generate-fontset-menu): Don't refer to global-fontset-alist,
19959 instead call fontset-list.
19960 (uninstantiated-fontset-alist): Variable removed.
19961 (x-style-funcs-alist): Likewise.
19962 (fontset-default-styles): Likewise.
19963 (x-modify-font-name): Function removed.
19964 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
19965 (create-fontset-from-ascii-font): Docsting adjusted for the above
19966 change.
19967 (instantiate-fontset, resolve-fontset-name): Functions removed.
19968 (fontset-list): Now implemented by C code.
19969
19970 * faces.el (read-face-font): Fix TABLE arg to completing-read.
19971 (describe-face): Include `font' attribute in the description.
19972
19973 2000-03-21 Kenichi Handa <handa@etl.go.jp>
19974
19975 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
19976
19977 2000-03-20 Gerd Moellmann <gerd@gnu.org>
19978
19979 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
19980 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
19981 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
19982
19983 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
19984 about behavior of set-buffer-modified-p wrt redisplay.
19985
19986 2000-03-19 Richard M. Stallman <rms@gnu.org>
19987
19988 * view.el (view-mode-disable): Kill local binding of view-read-only.
19989
19990 2000-03-18 Gerd Moellmann <gerd@gnu.org>
19991
19992 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
19993 is a string, convert it to a syntax cell using string-to-syntax.
19994
19995 * simple.el (syntax-code-table, syntax-flag-table): New variables.
19996 (string-to-syntax): New function.
19997
19998 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
19999 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20000 try to use passive ftp mode.
20001
20002 2000-03-17 Gerd Moellmann <gerd@gnu.org>
20003
20004 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
20005
20006 * simple.el (append-to-buffer): Update point of windows after
20007 insertion.
20008
20009 * abbrev.el (inverse-add-abbrev): Identify word by first moving
20010 forward then moving backward. Reindent.
20011
20012 * frame.el (other-frame): Call x-focus-frame only if
20013 focus-follows-mouse is off.
20014
20015 2000-03-17 Dave Love <fx@gnu.org>
20016
20017 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
20018
20019 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
20020
20021 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
20022 regexp for labels cannot span several lines.
20023
20024 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20025 `(setq :<key> ':<key>)' to the macro expansion.
20026
20027 2000-03-16 Dave Love <fx@gnu.org>
20028
20029 * progmodes/f90.el (f90): Put custom group under `languages', not
20030 `fortran'.
20031 (f90-mode-hook): Customize.
20032 (f90-mode): Set add-log-current-defun-function.
20033 (f90-current-defun): New function.
20034
20035 2000-03-16 Gerd Moellmann <gerd@gnu.org>
20036
20037 * cus-edit.el (custom-variable-tag-face): Handle case that
20038 default face's height is not a number.
20039 (custom-face-tag-face, custom-group-tag-face-1)
20040 (custom-group-tag-face): Ditto.
20041 (custom-group-tag-face-1): Add :group.
20042
20043 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
20044
20045 2000-03-15 Gerd Moellmann <gerd@gnu.org>
20046
20047 * pcvs-defs.el (toplevel): Remove autoload cookie for form
20048 requiring easymenu.
20049
20050 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20051
20052 * ps-print.el: PostScript user-defined prologue, PostScript error
20053 handler, doc fix.
20054 (ps-print-version): New version number (5.1).
20055 (ps-user-defined-prologue, ps-error-handler-message)
20056 (ps-print-prologue-0, ps-error-handler-alist): New vars.
20057 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
20058 (ps-insert-string): New function.
20059
20060 2000-03-15 Kenichi Handa <handa@etl.go.jp>
20061
20062 * international/ccl.el (ccl-compile-expression): Don't generate
20063 invalid self-assignment code.
20064
20065 2000-03-14 Dave Love <fx@gnu.org>
20066
20067 * subr.el (replace-regexp-in-string): Renamed from
20068 replace-regexps-in-string. Doc fix.
20069
20070 2000-03-12 Dave Love <fx@gnu.org>
20071
20072 * cus-edit.el: Doc fixes.
20073 (customize-set-variable, customize-save-variable): Rename args for doc.
20074 (custom-variable-tag-face, custom-face-tag-face)
20075 (custom-group-tag-face-1, custom-group-tag-face): Modify from
20076 style which user identify as hyperlink.
20077 (hook): Don't add undefined functions to the hook.
20078 (debug-ignored-errors): Transfer message from bindings.el.
20079
20080 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20081
20082 * recentf.el (recentf-keep-non-readable-files-p):
20083 Remove double/nested definition.
20084
20085 2000-03-12 Dave Love <fx@gnu.org>
20086
20087 * facemenu.el (facemenu-get-face): Use display-color-p.
20088 * enriched.el (enriched-decode-foreground): Likewise.
20089 (enriched-decode-background): Likewise.
20090 * isearch.el (isearch-highlight): Likewise.
20091 * info-look.el (info-lookup): Likewise.
20092 * simple.el (completion-setup-function): Likewise.
20093
20094 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
20095 :options.
20096
20097 * bindings.el (mode-line-format): Fix line-number and
20098 column-number items. Add help-echo for the background.
20099 (mode-line-mule-info): Modify help-echo.
20100
20101 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
20102
20103 * files.el (load-file): Allow completion to .elc.
20104
20105 * man.el: Doc fixes.
20106 (Man-init-defvars): Use display-color-p to set fontification.
20107
20108 * play/hanoi.el (hanoi-internal): Don't use oddp.
20109
20110 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20111
20112 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
20113
20114 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
20115
20116 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
20117
20118 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
20119 Fix comment.
20120
20121 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
20122
20123 * font-lock.el (font-lock-keywords): Fix the doc now that
20124 regexp-opt-depth is unnecessary.
20125 (save-buffer-state): Set an edebug spec.
20126 (font-lock-fontify-anchored-keywords): Properly handle the case when
20127 the matcher goes past the limit.
20128
20129 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
20130 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
20131
20132 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
20133 dll.el and cookie.el (from Elib) with heavy renaming and other
20134 massaging.
20135
20136 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
20137 Autoload the functions used.
20138 (easy-mmode-define-syntax): Fix CL typo.
20139 (easy-mmode-define-derived-mode): Improve the docstring generation.
20140
20141 2000-03-10 Gerd Moellmann <gerd@gnu.org>
20142
20143 * textmodes/texinfo.el (texinfo-version): Variable and function
20144 removed.
20145
20146 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
20147
20148 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
20149 allow more flexibility.
20150 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
20151 (easy-mmode-defmap, easy-mmode-defsyntax)
20152 (easy-mmode-define-derived-mode): New macros.
20153
20154 2000-03-09 Didier Verna <didier@xemacs.org>
20155
20156 * rect.el (replace-rectangle): New function.
20157
20158 2000-03-09 Dave Love <fx@gnu.org>
20159
20160 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
20161 (fortran-comment-line-start-skip): Don't match cpp stuff.
20162 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
20163 (fortran-mode-map): Remove over-eager custom-menu-create for now.
20164 (fortran-mode): Don't set fortran-comment-line-start-skip,
20165 fortran-comment-line-start here. Set comment-start,
20166 add-log-current-defun.
20167 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
20168 (fortran-current-defun): New function.
20169
20170 2000-03-09 Gerd Moellmann <gerd@gnu.org>
20171
20172 * emacs-lisp/re-builder.el: New file.
20173
20174 * mouse.el (mouse-drag-region): Don't run up-event handler
20175 if hscroll has changed.
20176
20177 * octave-mod.el (octave-font-lock-keywords): To font-lock the
20178 builtin operators, use `font-lock-builtin-face' for Emacs and
20179 `font-lock-preprocessor-face' otherwise.
20180
20181 * font-lock.el (lisp-font-lock-keywords-1): Highlight
20182 `(defun (setf foo)' differently.
20183
20184 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
20185
20186 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
20187 (regexp-opt): Update comment and adapt the code the new meaning of
20188 the `paren' argument of regex-opt-group for shy-groups.
20189 (regexp-opt-depth): Handle shy groups as well as backslashed
20190 backslashes.
20191 (regexp-opt-group): Turn the leading comment into a docstring.
20192 Allow `paren' to be a string (the string to use to open a group).
20193 Remove open-presuf and close-presuf. Instead of checking for `all
20194 one-char' and then later on check for `several one-char', handle
20195 both cases close together. Also apply a more generic algorithm
20196 for suffixes (the mirror image of the algorithm used for
20197 prefixes). Use shy-groups. Use nreverse rather than reverse.
20198 (regexp-opt-try-suffix): Removed.
20199
20200 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
20201 from comint-mode-map, so we can just inherit from it. Also, move
20202 the initialization into the `defvar' since there's no docstring
20203 anyway and it's fairly short.
20204 (inferior-scheme-mode): Define it as derived-mode: the code is
20205 shorter and this way we inherit from comint-mode-map rather than
20206 copying it.
20207
20208 * subr.el (replace-regexps-in-string): Properly handle the case
20209 where we match an empty string.
20210
20211 * comint.el (comint-exec-1): Add the current-dir to the exec-path
20212 when the command has a directory component (such as "./testml").
20213 Also fix a typo in the comment.
20214
20215 2000-03-08 Gerd Moellmann <gerd@gnu.org>
20216
20217 * Makefile (compile-files): Compile files one by one because
20218 that's the only way to ensure a clean compilation environment for
20219 each individual file.
20220
20221 * frame.el (other-frame): Call x-focus-frame.
20222
20223 2000-03-07 Dave Love <fx@gnu.org>
20224
20225 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
20226 :require to defcustom.
20227
20228 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
20229
20230 * files.el (auto-mode-alist): Add configure.in.
20231
20232 * progmodes/autoconf.el: New file.
20233
20234 2000-03-07 Gerd Moellmann <gerd@gnu.org>
20235
20236 * mail/mh-e.el: Change maintainer to `none'.
20237
20238 * recentf.el (recentf-keep-non-readable-files-p): Quote args
20239 to remove-hook and add-hook.
20240
20241 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
20242
20243 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
20244 it as the default.
20245 (mail-send): Test mail-send-nonascii also for the new `mime' value.
20246 (sendmail-send-it): Conditionally add MIME headers specifying the
20247 used character set.
20248
20249 2000-03-07 Dave Love <fx@gnu.org>
20250
20251 * winner.el: Fix keywords, autoload cookies.
20252 Split eval-when-compile form to avoid compilation failure.
20253
20254 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
20255
20256 * international/mule.el: Modify comment about coding system
20257 property `coding-category'.
20258 (make-coding-system): New argument EOL-TYPE. Pay attention to
20259 coding-category property of PROPERTIES.
20260
20261 * international/mule-conf.el (coding-category-utf-8)
20262 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
20263 categories. Include them in the argument for set-coding-priority.
20264
20265 * international/mule-cmds.el (reset-language-environment):
20266 Include coding-category-utf-8, coding-category-utf-16-be, and
20267 coding-category-utf-16-le in the argument for set-coding-priority.
20268 (reset-language-environment): Initialize coding-category-utf-8,
20269 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
20270
20271 2000-03-06 Karl Fogel <kfogel@red-bean.com>
20272
20273 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
20274 code abstracted out of `bookmark-jump-noselect'. Now tries info
20275 extensions as well as compression extensions.
20276 (bookmark-jump-noselect): Use above new func.
20277
20278 2000-03-03 Gerd Moellmann <gerd@gnu.org>
20279
20280 * strokes.el: Change maintainer's mail address.
20281
20282 2000-03-03 Kenichi Handa <handa@etl.go.jp>
20283
20284 * international/mule-diag.el (list-character-sets): Make help-echo
20285 string by substitute-command-keys.
20286 (list-character-sets): Likewise.
20287 (sort-listed-character-sets): Call help-setup-xref.
20288
20289 2000-03-02 Gerd Moellmann <gerd@gnu.org>
20290
20291 * time.el (display-time-mail-file): Add `none' to the list of choices.
20292
20293 2000-03-01 Dave Love <fx@gnu.org>
20294
20295 * help.el (help-xref-go-back): Don't try to set position.
20296
20297 * international/mule-diag.el (list-character-sets):
20298 Call help-setup-xref. Add help-echo to xrefs.
20299 (list-character-sets-1): Add help-echo to xrefs.
20300
20301 2000-03-02 Gerd Moellmann <gerd@gnu.org>
20302
20303 * frame.el (blink-cursor-mode): Switch cursor on when turning
20304 the mode off.
20305
20306 * add-log.el (add-log-current-defun): Add support for
20307 Autoconf mode.
20308
20309 * mail/rmail.el (rmail-quit-hook): New variable.
20310
20311 2000-03-01 Dave Love <fx@gnu.org>
20312
20313 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
20314
20315 * help.el (help-xref-button): Add help-echo arg.
20316 (describe-function-1, describe-variable, help-make-xrefs): Use it.
20317
20318 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
20319
20320 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
20321
20322 2000-03-01 Gerd Moellmann <gerd@gnu.org>
20323
20324 * image.el (defimage): Look for image files in load-path.
20325
20326 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
20327
20328 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20329
20330 * recentf.el (recentf): Added version tag to the defgroup of recentf.
20331
20332 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20333
20334 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
20335 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
20336 action to select/unselect a file.
20337 (recentf-edit-list): Code cleanup and improvement.
20338 (recentf-open-more-files-action): `recentf-open-more-files' button
20339 widget action to open a file.
20340 (recentf-open-more-files): No more use standard completion but widgets.
20341 (recentf-more-collection): Deleted.
20342 (recentf-more-history): Deleted.
20343 (recentf-setup-more-completion): Deleted.
20344
20345 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20346
20347 * recentf.el (recentf-mode): No more needs that Emacs is running
20348 under a window-system.
20349
20350 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20351
20352 * recentf.el (recentf-edit-list): New command to edit the recent
20353 list which allow the user to remove files.
20354 (recentf-edit-selected-items): New global variable, used by
20355 `recentf-edit-list' to hold the list of files to be removed from
20356 the recent list.
20357 (recentf-make-menu-items): Updated to display a "Edit list..."
20358 menu item. Minor code cleanup.
20359
20360 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20361
20362 * recentf.el (recentf-open-more-files): New command to open files
20363 that are not displayed in the menu.
20364 (recentf-more-collection): New global variable holding the set of
20365 permissible completions used by `recentf-open-more-files'.
20366 (recentf-more-history): New global variable holding the history list
20367 used by `recentf-open-more-files' completion.
20368 (recentf-setup-more-completion): New function to setup completion for
20369 `recentf-open-more-files'.
20370 (recentf-make-menu-items): Updated to display a "More..." menu item.
20371
20372 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20373
20374 * recentf.el (recentf-menu-action): Doc fixed.
20375
20376 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20377
20378 * recentf.el (recentf-menu-filter): Doc updated.
20379 (recentf-update-menu-hook): Allow menu filters to force menu update.
20380 (recentf-make-menu-items): New menu filter handling.
20381 (recentf-make-menu-item): New helper function.
20382 (recentf-menu-elements): New menu handling function.
20383 (recentf-sort-ascending): Updated to new menu filter handling.
20384 (recentf-sort-descending): Updated to new menu filter handling.
20385 (recentf-sort-basenames-ascending): New menu filter function.
20386 (recentf-sort-basenames-descending): New menu filter function.
20387 (recentf-show-basenames): New menu filter function.
20388 (recentf-show-basenames-ascending): New menu filter function.
20389 (recentf-show-basenames-descending): New menu filter function.
20390
20391 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20392
20393 * diary-lib.el (list-diary-entries): Don't try to go forward at
20394 the end of the buffer.
20395
20396 2000-02-29 Kenichi Handa <handa@etl.go.jp>
20397
20398 * international/mule-diag.el (list-character-sets):
20399 Completely rewritten.
20400 (sort-listed-character-sets): New function.
20401 (list-character-sets-1): Completely rewritten.
20402 (list-character-sets-2): New function.
20403 (non-iso-charset-alist): New variable.
20404 (decode-codepage-char): New function.
20405 (charset-history): New variable.
20406 (read-charset) (list-block-of-chars)
20407 (list-iso-charset-chars)
20408 (list-non-iso-charset-chars)
20409 (list-charset-chars): New functions.
20410 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
20411 (dump-charsets): Likewise.
20412
20413 2000-02-29 Gerd Moellmann <gerd@gnu.org>
20414
20415 * dired-x.el (dired-filename-at-point): Add `@' to valid
20416 file name characters.
20417 (dired-filename-at-point): Handle ange-ftp file names.
20418
20419 * frame.el (frame-notice-user-settings): Use assq-delete-all
20420 instead of assoc-delete-all.
20421 (frame-notice-user-settings): Ditto.
20422
20423 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
20424 Don't copy alist.
20425
20426 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
20427
20428 * calculator.el (calculator-use-menu): New option.
20429 (calculator-initial-bindings): Changed some bindings to work as macros.
20430 (calculator-forced-input): Removed.
20431 (calculator-restart-other-mode): New variable.
20432 (calculator-mode-map): Set up menu.
20433
20434 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
20435
20436 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
20437
20438 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
20439
20440 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
20441 translate all ESC key sequences.
20442 (viper-goto-mark-subr): Restore markers for files for which
20443 they were saved.
20444 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
20445 * viper-util.el (viper-set-replace-overlay-glyphs)
20446 (viper-set-replace-overlay): Always check if the replacement
20447 overlay is live.
20448 * viper.el (viper-vi-state-mode-list): Add major modes.
20449 * ediff-wind.el: Minor comment changes.
20450 * ediff.el: Copyright notice date fix.
20451
20452 2000-02-27 Jason Rumney <jasonr@gnu.org>
20453
20454 * faces.el (face-font-family-alternatives): Add arial to helv.
20455 (mode-line, header-line, tool-bar): Same default as x for w32.
20456 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
20457 face-font-family-alternatives from working.
20458 * term/w32-win.el (mouse-set-font): Do not build fontset from
20459 chosen font.
20460
20461 2000-02-25 Sam Steingold <sds@goems.com>
20462
20463 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
20464 properly.
20465
20466 2000-02-25 Richard M. Stallman <rms@gnu.org>
20467
20468 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
20469
20470 2000-02-25 Gerd Moellmann <gerd@gnu.org>
20471
20472 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
20473
20474 * frame.el (busy-cursor-delay-seconds): New option.
20475
20476 2000-02-24 Gerd Moellmann <gerd@gnu.org>
20477
20478 * frame.el (show-cursor-in-non-selected-windows): New option.
20479
20480 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20481
20482 * diary-lib.el (include-other-diary-files): Undo the selective
20483 display in any included file and don't kill it.
20484
20485 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
20486
20487 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
20488 Menu items converted to (menu-item format, help strings added.
20489 [downcase, upcase]: Don't enable on MS-DOS.
20490 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
20491 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
20492
20493 2000-02-23 Dave Love <fx@gnu.org>
20494
20495 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
20496 (backward-kill-word): Revert addition of * to interactive spec --
20497 it's a feature.
20498
20499 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
20500 (backward-kill-sentence, kill-sentence): Likewise.
20501
20502 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
20503 scratch buffer name.
20504 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
20505
20506 * term/w32-win.el (internal-face-interactive): Update prompt for
20507 new read-face-name.
20508
20509 * mail/footnote.el (footnote): Add :version to defgroup.
20510 (footnote-section-tag-regexp): Customize.
20511 (footnote-start-tag, footnote-end-tag): New option.
20512 (footnote-latin-regexp): New variable.
20513 (Footnote-latin): New function.
20514 (footnote-style-alist): Add element for latin style.
20515 (footnote-style): Moved.
20516 (Footnote-goto-footnote): Use eq to test arg.
20517
20518 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
20519
20520 * emacs-lisp/byte-opt.el: Change old backquote syntax.
20521 (byte-compile-trueconstp): Include keywords.
20522 (byte-optimize-quote, byte-optimize-lapcode):
20523 Use byte-compile-const-symbol-p.
20524 (byte-optimize-char-before): New optimization.
20525
20526 * emacs-lisp/bytecomp.el: Change old backquote syntax.
20527 (byte-compile-const-symbol-p): New function.
20528 (byte-compile-constp, byte-compile-out-toplevel)
20529 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
20530 Use it.
20531
20532 * subr.el (define-key-after): Default AFTER to t. Doc fix.
20533
20534 2000-02-23 Kenichi Handa <handa@etl.go.jp>
20535
20536 * international/encoded-kb.el: Be sure to update minor-mode-alist
20537 and minor-mode-map-alist.
20538 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
20539 codes SS2 and SS3 correctly.
20540 (encoded-kbd-self-insert-ccl): New function.
20541 (encoded-kbd-setup-keymap): New function.
20542 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
20543 by calling encoded-kbd-setup-keymap.
20544
20545 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
20546 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
20547
20548 2000-02-22 Dave Love <fx@gnu.org>
20549
20550 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
20551 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
20552 (lisp-mode-syntax-table): Set up for #|...|# comments.
20553 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
20554 classes. Match `defface'.
20555 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
20556 (eval-defun-1): Fix for defcustom.
20557 (lisp-indent-region): Doc fix.
20558
20559 * subr.el (when, unless, split-string): Doc fix.
20560 (read-passwd): Move call of clear-this-command-keys to the right place.
20561 (replace-regexps-in-string): New function.
20562
20563 2000-02-22 Gerd Moellmann <gerd@gnu.org>
20564
20565 * help.el (describe-variable): Set syntax table to
20566 emacs-lisp-mode-syntax-table when moving forward over the
20567 symbol's name.
20568
20569 2000-02-22 Dave Love <fx@gnu.org>
20570
20571 * xt-mouse.el: Doc fixes.
20572 (xterm-mouse-position-function): New function, replacing advice of
20573 mouse-position.
20574 (xterm-mouse-mode): Use it. Don't turn on under a window system.
20575
20576 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
20577
20578 2000-02-21 Gerd Moellmann <gerd@gnu.org>
20579
20580 * format.el (format-annotate-single-property-change):
20581 Handle properties.with dotted-list values.
20582 (format-proper-list-p): New function.
20583
20584 * enriched.el (enriched-face-ans): Handle '(foreground-color
20585 . COLOR) and (background-color . COLOR).
20586
20587 2000-02-20 Dave Love <fx@gnu.org>
20588
20589 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
20590 and assignments to it.
20591 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
20592 current local map.
20593 (make-flyspell-overlay): Use it.
20594 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
20595
20596 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
20597 (lm-get-header-re): Defun, not defsubst.
20598 (lm-get-package-name): Defun, not defsubst. Simplify.
20599 (lm-version): Doc fix. Simplify.
20600 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
20601 (lm-crack-address, lm-last-modified-date, lm-commentary)
20602 (lm-verify, lm-synopsis): Simplify.
20603 (lm-report-bug): Require emacsbug. Use compose-mail.
20604
20605 2000-02-20 Gerd Moellmann <gerd@gnu.org>
20606
20607 * dired.el (dired-mode): Call propertized-buffer-identification
20608 to set mode-line-buffer-identification to something having
20609 the right text properties.
20610
20611 * bindings.el (propertized-buffer-identification): New function.
20612
20613 2000-02-20 Dave Love <fx@gnu.org>
20614
20615 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
20616 check for t-mouse too.
20617
20618 * cus-start.el: Make echo-keystrokes `number'.
20619
20620 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
20621
20622 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
20623 Don't call ring-empty-p unless tags-location-ring is bound.
20624 From Noah Friedman <friedman@splode.com>.
20625
20626 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
20627
20628 * progmodes/hideshow.el (hs-flag-region): No longer use
20629 `intangible' overlay property.
20630
20631 (hs-toggle-hiding): New command.
20632 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
20633
20634 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
20635 Fix omission bug: Run `hs-minor-mode-hook' for both activation
20636 and deactivation.
20637
20638 2000-02-18 Gerd Moellmann <gerd@gnu.org>
20639
20640 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
20641
20642 2000-02-17 Gerd Moellmann <gerd@gnu.org>
20643
20644 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
20645
20646 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
20647 of `*' to handle `(* ... *)' comments.
20648
20649 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
20650
20651 * faces.el (list-faces-display): Use display-mouse-p instead of
20652 window-system.
20653
20654 * menu-bar.el (global-map): Menu-bar items converted to the new
20655 format (menu-item..., rearranged for better CUA compliance, and
20656 their names changed for better clarity. Help strings added.
20657
20658 * international/mule-cmds.el (mule-menu-keymap)
20659 (describe-language-environment-map, set-coding-system-map)
20660 (setup-language-environment-map): Convert to new (menu-item...
20661 form, add help strings. Change names of menu items for better clarity.
20662 "Mule" menu-bar item removed (it's now in the "Options" submenu).
20663
20664 2000-02-17 Gerd Moellmann <gerd@gnu.org>
20665
20666 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
20667 within the code.
20668
20669 2000-02-16 Dave Love <fx@gnu.org>
20670
20671 * faces.el: Don't require custom. Add more specific :groups to
20672 various deffaces.
20673 (set-face-attribute): Purecopy args.
20674 (read-face-name): Default to name at point and use it in prompt.
20675 Remove colon from arg in all callers.
20676 (list-faces-display): Hyperlink to face descriptions and customize
20677 buffers.
20678
20679 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
20680
20681 * wid-edit.el (widget-match-inline): An atom never matches a list.
20682
20683 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20684
20685 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
20686 at ':' characters by call to split-string.
20687
20688 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20689
20690 * textmodes/bibtex.el: Added RCS version identification.
20691
20692 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20693
20694 * textmodes/bibtex.el: Some temporary comments removed.
20695 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
20696 (bibtex-field-const): Allow capital letters.
20697 (bibtex-start-of-string): Deleted because unused.
20698
20699 * textmodes/bibtex.el: Unified some nomenclature. We no longer
20700 use the term 'reference' to describe a bibtex entry as a whole.
20701 Further, reference keys are no longer called 'labels'.
20702 (bibtex-keys): Renamed to bibtex-reference-keys.
20703 (bibtex-reformat-previous-labels): Renamed to
20704 bibtex-reformat-previous-reference-keys.
20705 (bibtex-reference-type): Renamed to bibtex-entry-type.
20706 (bibtex-reference-head): Renamed to bibtex-entry-head.
20707 (bibtex-reference-maybe-empty-head): Renamed to
20708 bibtex-entry-maybe-empty-head.
20709 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
20710 (bibtex-search-reference): Renamed to bibtex-search-entry.
20711 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
20712 bibtex-enclosing-entry-maybe-empty-head.
20713 (bibtex-entry-field-alist, bibtex-entry-head)
20714 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
20715 (bibtex-map-entries, bibtex-search-entry)
20716 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
20717 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
20718 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
20719 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
20720 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
20721 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
20722 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
20723
20724 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20725
20726 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
20727 comment.
20728 (bibtex-format-field-delimiters): New function, functionality
20729 extracted from bibtex-format-entry.
20730 (bibtex-autokey-get-yearfield-digits): New function, functionality
20731 extracted from bibtex-autokey-get-yearfield.
20732
20733 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
20734 entries in order to avoid stack overflow in the regexp matcher if
20735 field contents become large.
20736 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
20737 (bibtex-field-string-part-not-braced)
20738 (bibtex-field-string-part-no-inner-braces)
20739 (bibtex-field-string-part-1-inner-brace)
20740 (bibtex-field-string-part-2-inner-braces)
20741 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
20742 (bibtex-field-string-quoted, bibtex-field-string)
20743 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
20744 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
20745 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
20746 Deleted as parsing is now performed by the following functions.
20747 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
20748 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
20749 (bibtex-parse-field-string, bibtex-search-forward-field-string)
20750 (bibtex-parse-association, bibtex-field-name-for-parsing)
20751 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
20752 (bibtex-search-forward-field, bibtex-search-backward-field)
20753 (bibtex-start-of-field, bibtex-end-of-field)
20754 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
20755 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
20756 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
20757 (bibtex-parse-string, bibtex-search-forward-string)
20758 (bibtex-search-backward-string, bibtex-start-of-string)
20759 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
20760 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
20761 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
20762 entries. Instead of reporting the results of the parsing by
20763 match-beginning or match-end, these functions return data structures
20764 that hold the corresponding positions.
20765 (bibtex-enclosing-field): Changed to also report field boundaries by
20766 return values rather than by match-beginning or match-end.
20767 The following functions have been adapted to use the new
20768 parsing functions.
20769 (bibtex-skip-to-valid-entry, bibtex-search-reference)
20770 (bibtex-enclosing-field, bibtex-format-entry)
20771 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
20772 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
20773 (bibtex-print-help-message, bibtex-end-of-entry)
20774 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
20775 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
20776 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
20777 Use the new method for parsing.
20778 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
20779 (bibtex-map-entries, bibtex-flash-head)
20780 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
20781 (bibtex-autokey-change, bibtex-autokey-get-namefield)
20782 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
20783 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
20784 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
20785 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
20786 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
20787 order to make the new binding of case-fold-search immediately visible.
20788
20789 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20790
20791 * textmodes/bibtex.el: Copyright notice is up to date.
20792 Added constant 'bibtex-maintainer-salutation.
20793
20794 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
20795 than make-temp-name, use match-string-no-properties and eliminate
20796 a quadratic behavior when building bibtex-strings.
20797
20798 * bibtex.el (bibtex-reference-key): Accept string entries whose
20799 reference key contains upper case letters.
20800
20801 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20802
20803 * bibtex.el (bibtex-reference-head): Allow entries to start with
20804 a new line.
20805
20806 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20807
20808 * bibtex.el: Hiding of entry bodies is not longer provided by
20809 bibtex.el directly. Instead the hideshow package can be used.
20810 Added a special bibtex entry to hs-special-modes-alist.
20811 (bibtex-hs-forward-sexp): Added for hideshow.el.
20812
20813 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20814
20815 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
20816 proceedings entry type (for cross referencing). Thanks to Wagner
20817 Toledo Correa for the suggestion.
20818
20819 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
20820
20821 2000-02-14 Kenichi Handa <handa@etl.go.jp>
20822
20823 * international/characters.el: Setup case table for Vietnamese.
20824
20825 2000-02-12 Gerd Moellmann <gerd@gnu.org>
20826
20827 * uniquify.el (toplevel): Require CL at compile time.
20828 (uniquify-push): Removed.
20829
20830 * shadowfile.el (shadow-when): Removed.
20831
20832 * tempo.el (tempo-dolist, tempo-mapc): Removed.
20833 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
20834
20835 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
20836 regexp for paragraph-start.
20837
20838 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
20839 commas as well.
20840
20841 2000-02-10 Dave Love <fx@gnu.org>
20842
20843 * wid-edit.el: (widgets) [defgroup]: Remove url link.
20844 (widget-color-choice-list, widget-color-history, widget-mouse-help):
20845 Deleted.
20846 (widget-specify-field, widget-specify-button): Don't use
20847 widget-mouse-help as help-echo property.
20848 (default): Use #'ignore for :validate and :mouse-down-action.
20849 (checkbox): Add help-echo.
20850 (widget-sexp-validate): Rewritten to clarify error messages.
20851 (character): Use char-valid-p in :match function.
20852 (widget-color-complete): Use facemenu-color-alist.
20853 (widget-color-action): Use facemenu-read-color.
20854
20855 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
20856 set up `caar' &c that we now have.
20857
20858 2000-02-09 Ray Blaak <blaak@gnu.org>
20859
20860 * delphi.el: Make resourcestring a declaration region, like const
20861 and var.
20862
20863 2000-02-09 Dave Love <fx@gnu.org>
20864
20865 * bindings.el (mode-line-input-method-map): New variable.
20866 (mode-line-mule-info): Use it; fix last change.
20867 (mode-line-mode-menu): Move definition.
20868 (mode-line-mouse-sensitive-p): Deleted.
20869 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
20870 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
20871
20872 * startup.el (command-line-1): Don't call
20873 make-mode-line-mouse-sensitive.
20874
20875 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
20876
20877 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
20878 before rmail-toggle-header, because the former toggles headers.
20879
20880 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
20881
20882 * diff-mode.el (diff-kill-junk): New interactive function.
20883 (diff-reverse-direction): Use delete-and-extract-region.
20884 (diff-post-command-hook): Restrict the area so that the hook also works
20885 outside of any diff hunk. This is necessary for the minor-mode.
20886 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
20887 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
20888
20889 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
20890 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
20891 so that it can be used more easily in <foo>-mode-hook. Also make sure
20892 to avoid duplicate entries.
20893 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
20894 (font-lock-remove-keywords): Just as was done for `add', allow it to
20895 work even if font-lock-mode is nil. Also make sure we don't modify
20896 any pre-existing list by forcing a copy-sequence. Finally rename
20897 `major-mode' to `mode'.
20898 (font-lock-fontify-syntactic-anchored-keywords)
20899 (font-lock-fontify-anchored-keywords)
20900 (font-lock-fontify-keywords-region): Use line-end-position.
20901 Don't make `font-lock-multiline' local (it's now done in
20902 font-lock-set-defaults).
20903 (font-lock-set-defaults): Make `font-lock-multiline' local.
20904 Move the `font-lock-fontified' creation to inside the `unless'.
20905
20906 2000-02-06 Andrew Innes <andrewi@gnu.org>
20907
20908 * term/w32-win.el (x-handle-args): Comment out call to message,
20909 which occurs before window system is initialized.
20910
20911 * makefile.nt: Add support for recompiling lisp code.
20912
20913 2000-02-04 Dave Love <fx@gnu.org>
20914
20915 * bindings.el (mode-line-mule-info): Fix/extend last change.
20916
20917 * completion.el: Replace completion-dolist with dolist.
20918
20919 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
20920
20921 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
20922
20923 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
20924 environment names before they go into the section regexp.
20925
20926 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
20927 char class in regexp.
20928
20929 * textmodes/reftex-parse.el (reftex-with-special-syntax):
20930 Bind `case-fold-search' to nil.
20931
20932 * progmodes/idlwave.el (idlwave-template):
20933 Respect `idlwave-abbrev-change-case'.
20934 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
20935 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
20936 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
20937 (idlwave-rw-case): New function.
20938 (idlwave-statement-match): Fixed problem with assignment regexp.
20939 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
20940 (idlwave-surround): New argument LENGTH to support padding of
20941 operators longer than 1 char.
20942
20943 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
20944 idlwave-shell-expression-overlay. Implemented printing of
20945 expressions on higher levels of the calling stack.
20946 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
20947 (idlwave-retrieve-expression-from-level): New function.
20948 (idlwave-shell-last-calling-stack): Variable removed.
20949 (idlwave-shell-reset): Argument action reversed (`visible' to
20950 `hidden'). Also remove stop-line overlay.
20951 (idlwave-shell-calling-stack-routine): New variable.
20952 (idlwave-shell-parse-stack-and-display): Messages now display
20953 negative level numbers.
20954 (idlwave-shell-mode): Set `modeline-format'.
20955 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
20956 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
20957 (idlwave-shell-print-expression-function): New option.
20958
20959 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
20960 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
20961 `tool-bar' instead of `toolbar'.
20962
20963 2000-02-02 Dave Love <fx@gnu.org>
20964
20965 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
20966 emacs-lisp-mode-hook. Don't check for defalias being defined.
20967
20968 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
20969 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
20970 Use the new builtins directly.
20971
20972 * whitespace.el (whitespace): Add :version to defgroup.
20973
20974 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
20975 Doc fix.
20976
20977 * thingatpt.el (sexp-at-point, symbol-at-point)
20978 (number-at-point, list-at-point): Add autoload cookie.
20979
20980 * recentf.el (recentf): Add :version to defgroup.
20981
20982 * quickurl.el (quickurl): Add :version to defgroup.
20983
20984 * elide-head.el (elide-head): Use point-marker more.
20985
20986 * bs.el (bs): Add :version to defgroup.
20987
20988 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
20989
20990 * progmodes/delphi.el (delphi): Add :version to defgroup.
20991
20992 2000-02-02 Gerd Moellmann <gerd@gnu.org>
20993
20994 * ange-ftp.el (ange-ftp-write-region): Handle case that
20995 succeeding process operation sets a different coding system.
20996
20997 * calculator.el: New file.
20998
20999 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21000
21001 * frame.el (frames-on-display-list, framep-on-display): New functions.
21002 (display-mouse-p, display-popup-menus-p, display-graphic-p)
21003 (display-selections-p, display-screens, display-pixel-width)
21004 (display-pixel-height, display-mm-width, display-mm-height)
21005 (display-backing-store, display-save-under, display-planes)
21006 (display-color-cells, display-visual-class): New functions.
21007
21008 * term/tty-colors.el (tty-color-gray-shades): New function.
21009
21010 * faces.el (display-color-p): Use framep-on-display.
21011 (display-grayscale-p): New function.
21012
21013 2000-01-31 Dave Love <fx@gnu.org>
21014
21015 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
21016 (create-fontset-from-x-resource): Don't concat integers.
21017
21018 2000-01-31 Inge Frick <inge@nada.kth.se>
21019
21020 * view.el: Some changes in documentation. Removed some trailing
21021 whitespace. Changed some parameter names to agree with documentation.
21022 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21023 window is not deleted. Modifies change 1998-04-26.
21024
21025 2000-01-31 Gerd Moellmann <gerd@gnu.org>
21026
21027 * windmove.el: New file.
21028
21029 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21030 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21031 progmodes/ebnf-yac.el: Update copyright and license info.
21032
21033 * jit-lock.el (jit-lock-function): Widen before calculating
21034 end position.
21035 (jit-lock-stealth-chunk-start): Rewritten.
21036
21037 * info.el (Info-title-face-alist): Removed.
21038 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
21039 (Info-fontify-node): Use these faces.
21040
21041 2000-01-30 Gerd Moellmann <gerd@gnu.org>
21042
21043 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
21044 (cl-macro-list1): Recognize `&allow-other-keys' instead of
21045 `&allow-other-keywords'.
21046
21047 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
21048 the list of directories scanned heuristically.
21049
21050 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
21051
21052 2000-01-30 Jason Rumney <jasonr@gnu.org>
21053
21054 * w32-fns.el: Define w32-tty-standard-colors.
21055
21056 * startup.el (command-line): Use w32-tty-standard-colors when in
21057 w32 console mode.
21058
21059 2000-01-30 Dave Love <fx@gnu.org>
21060
21061 * jka-compr.el (jka-compr-load): Fix up load-history.
21062
21063 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
21064
21065 * emacs-lisp/cl-macs.el: Revert previous change.
21066
21067 2000-01-29 Dave Love <fx@gnu.org>
21068
21069 * facemenu.el: Purecopy various strings.
21070
21071 * timezone.el (timezone-fix-time): Window against 69 for two-digit
21072 years. Deal with three-digit years.
21073
21074 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
21075 Use defconst, purecopy.
21076 (help-back-label): Purecopy it.
21077
21078 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21079
21080 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
21081 variable. If non-nil, order the buffer list according to the
21082 currently selected frame.
21083 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
21084 non-nil, pass the selected frame to function buffer-list.
21085
21086 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21087
21088 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
21089
21090 2000-01-28 Dave Love <fx@gnu.org>
21091
21092 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
21093
21094 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
21095 Don't use lisp-indent-hook property.
21096 (cl-abs): Remove.
21097
21098 * subr.el: Move out indent and edebug specs for when and unless.
21099
21100 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
21101 when, unless.
21102
21103 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
21104 unless, when.
21105
21106 2000-01-28 Gerd Moellmann <gerd@gnu.org>
21107
21108 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
21109 `collecting' as synonym for `collect'.
21110
21111 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
21112 for the case it contains spaces.
21113
21114 * simple.el (what-cursor-position): Change formatting of messages.
21115
21116 * frame.el (delete-other-frames): New function.
21117 (toplevel): Bind it to C-x 5 1.
21118
21119 * sort.el (sort-numeric-base): New option.
21120 (sort-numeric-fields): If number starts with `0' or `0[xX[',
21121 interpret it as octal or hexadecimal. Use sort-numeric-base
21122 as default base.
21123
21124 * progmodes/glasses.el: New file.
21125
21126 2000-01-27 Gerd Moellmann <gerd@gnu.org>
21127
21128 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
21129 userids differently.
21130
21131 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21132 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21133 progmodes/ebnf-yac.el: New files.
21134
21135 2000-01-26 Dave Love <fx@gnu.org>
21136
21137 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
21138 on a function with an empty body. [From Eric Ludlam.]
21139
21140 2000-01-25 Andre Spiegel <spiegel@gnu.org>
21141
21142 * vc.el (vc-version-diff): Make sure file name is expanded.
21143
21144 2000-01-25 Gerd Moellmann <gerd@gnu.org>
21145
21146 * scroll-bar.el (scroll-bar-timer): Variable removed.
21147 (scroll-bar-toolkit-scroll): Don't use a timer.
21148
21149 2000-01-25 Kenichi Handa <handa@etl.go.jp>
21150
21151 * language/thai-util.el (thai-composition-function):
21152 Delete superfluous `a'.
21153
21154 2000-01-24 Dave Love <fx@gnu.org>
21155
21156 * fortran.el (fortran-mode): Use beginning-of-defun-function,
21157 end-of-defun-function.
21158
21159 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
21160
21161 2000-01-22 Jason Rumney <jasonr@gnu.org>
21162
21163 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
21164 conflicts with new face support.
21165
21166 2000-01-22 Richard M. Stallman <rms@gnu.org>
21167
21168 * replace.el (query-replace): Rename last arg to DELIMITED.
21169 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
21170 (query-replace-regexp): Likewise.
21171
21172 2000-01-20 Richard M. Stallman <rms@gnu.org>
21173
21174 * subr.el (with-syntax-table): Use make-symbol, not gensym.
21175
21176 * emacs-lisp/lisp.el (beginning-of-defun-function):
21177 Variable renamed from beginning-of-defun.
21178 Do not call make-variable-buffer-local.
21179 (beginning-of-defun-raw): Use new variable name; doc fix.
21180 (beginning-of-defun): Doc fix.
21181 (end-of-defun-function): Variable renamed from end-of-defun.
21182 Do not call make-variable-buffer-local.
21183 (end-of-defun): Use new variable name; doc fix.
21184
21185 * subr.el (dolist, dotimes): Copied from cl-macs.el
21186 and made to work.
21187
21188 * mail/undigest.el (rmail-digest-end-regexps):
21189 Variable replaces rmail-digest-end-regexp.
21190 Allows multiple regexps for detecting the end line.
21191 (undigestify-rmail-message): Corresponding changes.
21192
21193 2000-01-19 Dave Love <fx@gnu.org>
21194
21195 * files.el (user-init-file): Don't declare here -- is primitive.
21196
21197 * startup.el (command-line): Check for compiled user-init-file and
21198 set to uncompiled version if necessary.
21199
21200 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21201
21202 * mail/undigest.el (rmail-digest-end-regexp): New user option.
21203 (undigestify-rmail-message): Use it.
21204
21205 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
21206
21207 2000-01-17 Gerd Moellmann <gerd@gnu.org>
21208
21209 * tmm.el (tmm-goto-completions): Adapt to prompt being part
21210 of mini-buffer.
21211
21212 2000-01-14 Gerd Moellmann <gerd@gnu.org>
21213
21214 * emacs-lisp/copyright.el (copyright-update): Removed the
21215 requirement for a trailing space from `copyright-regexp', to
21216 support copyrights with owner specified on a separate line..
21217
21218 * align.el: New file.
21219
21220 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
21221
21222 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
21223
21224 2000-01-13 Dave Love <fx@gnu.org>
21225
21226 * ph.el: Removed. (Obsoleted by EUDC.)
21227
21228 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21229
21230 * net/eudc.el (toplevel): Remove autoloaded code installing
21231 menu with easymenu, because that causes build problems.
21232
21233 * frame.el (frame-notice-user-settings): New variable.
21234 (frame-notice-user-settings): Don't modify frame parameters
21235 if called a second time.
21236
21237 2000-01-13 Richard M. Stallman <rms@gnu.org>
21238
21239 * frame.el (frame-notice-user-settings):
21240 Notice default-frame-parameters even for non-window frames.
21241
21242 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21243
21244 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
21245 for Emacs.
21246 (eudc-bob-can-display-inline-images): Extend for Emacs.
21247 (eudc-bob-toggle-inline-display): Ditto.
21248 (eudc-bob-display-jpeg): Ditto.
21249
21250 2000-01-12 Gerd Moellmann <gerd@gnu.org>
21251
21252 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
21253 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
21254 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
21255
21256 * add-log.el (add-change-log-entry): Fix error trying an
21257 `(insert nil)'.
21258
21259 * subdirs.el: Add `net' directory.
21260
21261 * net: New directory.
21262
21263 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
21264 eval-last-sexp. Don't bind debug-on-error here.
21265 (eval-last-sexp): New function. Bind debug-on-error if
21266 eval-expression-debug-on-error is non-nil.
21267 (eval-defun-2, eval-defun): Likewise.
21268
21269 * simple.el (eval-expression): Don't bind debug-on-error if
21270 eval-expression-debug-on-error is nil. Detect changed
21271 debug-on-error, and propagate new value to global binding, if
21272 eval-expression-debug-on-error is non-nil,
21273 (eval-expression-debug-on-error): Change doc string.
21274
21275 2000-01-11 Richard M. Stallman <rms@gnu.org>
21276
21277 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
21278
21279 * emacs-lisp/lisp-mode.el (with-syntax-table):
21280 Set up lisp-indent-function property.
21281
21282 * subr.el (with-syntax-table): Moved from simple.el.
21283
21284 * simple.el (with-syntax-table): Moved to subr.el.
21285
21286 2000-01-11 Gerd Moellmann <gerd@gnu.org>
21287
21288 * tmm.el (tmm-shortcut): Delete region after prompt instead
21289 of erasing buffer.
21290
21291 * textmodes/fill.el (fill-common-string-prefix): New function.
21292 (fill-context-prefix): Use the longest common prefix of first
21293 and second line fill prefix, if there is one.
21294
21295 2000-01-11 Richard M. Stallman <rms@gnu.org>
21296
21297 * array.el (array-mode): Don't use make-variable-buffer-local.
21298 Use make-local-variable for `truncate-lines'.
21299
21300 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
21301
21302 * add-log.el (add-log-current-defun): Handle user-defined
21303 add-log-current-function returning nil,
21304
21305 * add-log.el (add-change-log-entry): Insert version number
21306 if having found a current function
21307
21308 * add-log.el (add-log-current-defun):
21309 Call `add-log-current-defun-function'. Try matches at level 0 and
21310 level 1. Strip whitespace from defun found.
21311
21312 2000-01-10 John Wiegley <johnw@gnu.org>
21313
21314 * allout.el (isearch-done/outline-provisions): Added `edit'
21315 argument to correspond with the current definition of `isearch-done'.
21316
21317 2000-01-10 Dave Love <fx@gnu.org>
21318
21319 * elide-head.el (elide-head): Use point-marker, not point.
21320
21321 2000-01-10 Gerd Moellmann <gerd@gnu.org>
21322
21323 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
21324 before and after the year 2000.
21325
21326 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
21327 Add ispell- prefix.
21328
21329 2000-01-10 Ken Stevens <k.stevens@ieee.org>
21330
21331 * ispell.el: Only define dictionaries in menus when they exist.
21332 (version18p): New variable.
21333 (version20p): New variable.
21334 (xemacsp): New variable.
21335 (ispell-choices-win-default-height): Fix for XEmacs visibility.
21336 (ispell-dictionary-alist1): Added Brasileiro dictionary.
21337 (ispell-dictionary-alist6): Russian command lines no longer accept
21338 run-together words.
21339 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
21340 (ispell-dictionary-alist): Add koi8-r to customize definition.
21341 (check-ispell-version): Added documentation string. Return library
21342 path when called non-interactively.
21343 (ispell-menu-map-needed): Uses new variables.
21344 (ispell-library-path): New variable.
21345 (ispell-decode-string): XEmacs fix for bogus variable bindings.
21346 (ispell-word): Improved documentation string. Test for valid
21347 character mappings. Correctly check typed in word changes that can
21348 result in single words split into multiple words.
21349 Return replacement word.
21350 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
21351 replace in recursive query replace mode. Help message for
21352 recursive edit mode.
21353 (ispell-show-choices): Protect against bad framepop bindings.
21354 (ispell-help): Fix to work with XEmacs.
21355 (ispell-highlight-spelling-error): Use new variables.
21356 (ispell-overlay-window): Fix to work with XEmacs.
21357 (ispell-parse-output): Passed and returns location information
21358 tracking spelling corrections. Doesn't recheck same word on
21359 current line.
21360 (ispell-init-process): Protect against bogus XEmacs variable binding.
21361 Fix call to single argument in sleep-for. Use new variables.
21362 (ispell-region): Passed and returns location information tracking
21363 spelling corrections. Doesn't check same word on current line.
21364 Improved documentation string. Doesn't resend a line already
21365 checked to the ispell process - fixes bug in LaTeX parsing.
21366 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
21367 (ispell-skip-region): No longer skips <TT> in SGML.
21368 (ispell-process-line): Tracks location information with spelling
21369 corrections. Added documentation string. Accounts for words
21370 already accepted on this line. Don't allow query-replace on line
21371 starting with math characters. Doesn't resend a line already sent
21372 to ispell process. Fixes alignment error bug.
21373
21374 2000-01-10 Richard M. Stallman <rms@gnu.org>
21375
21376 * dired-x.el (dired-guess-shell-alist-default):
21377 Suggest xloadimage, which is free, not xv, which isn't.
21378
21379 * ange-ftp.el (ange-ftp-file-name-nondirectory):
21380 Don't ever include the host name or user name in the value.
21381
21382 2000-01-09 Gerd Moellmann <gerd@gnu.org>
21383
21384 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
21385 of a real newline.
21386
21387 2000-01-09 Stephen Eglen <stephen@gnu.org>
21388
21389 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
21390 for .png files.
21391
21392 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
21393
21394 * cus-edit.el (custom-hook-convert-widget): Fix comment.
21395
21396 2000-01-09 Gerd Moellmann <gerd@gnu.org>
21397
21398 * progmodes/cperl-mode.el: Replace ^F with ^L.
21399
21400 * sendmail.el (toplevel): Provide `sendmail' when compiling before
21401 `require'ing rmail and mailalias to prevent infinite recursion.
21402
21403 2000-01-08 Dave Love <fx@gnu.org>
21404
21405 * emacs-lisp/backquote.el: Remove inappropriate customization
21406 (allowing custom.el to use backquote).
21407
21408 2000-01-07 Dave Love <fx@gnu.org>
21409
21410 * add-log.el (add-log-debugging): Deleted.
21411 (add-change-log-entry): Treat a backup FILE-NAME as its parent
21412 file. Remove debugging code.
21413 (change-log-get-method-definition, change-log-name): Add doc.
21414 (change-log-sortable-date-at): New function.
21415 (change-log-merge): New command.
21416
21417 * time.el (display-time-string-forms): Make the Mail string active.
21418 (display-time-update): Provide help-echo for load average.
21419
21420 * bindings.el (make-mode-line-mouse2-map): New function.
21421 (mode-line-modified): Use it and simplify.
21422 (mode-line-mule-info): Provide help-echo info.
21423 (minor-mode-alist): Activate the strings.
21424 (make-mode-line-mouse-sensitive): Simplify for
21425 mode-line-buffer-identification.
21426
21427 2000-01-07 Gerd Moellmann <gerd@gnu.org>
21428
21429 * play/pong.el: New file.
21430
21431 2000-01-06 Dave Love <fx@gnu.org>
21432
21433 * array.el: Assorted cleanups for compiler warnings, doc strings,
21434 `array-' prefix for symbols.
21435
21436 2000-01-05 Dave Love <fx@gnu.org>
21437
21438 * textmodes/outline.el (outline-mode-menu-bar-map):
21439 Add outline-headers-as-kill.
21440 (outline-mode): Define imenu-generic-expression.
21441 (outline-headers-as-kill): New command.
21442
21443 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
21444 from paragraph-start.
21445 (paragraph-indent-minor-mode): New command.
21446
21447 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
21448 M-C-e, M-C-h, C-j, C-xnd, TAB.
21449 (fortran-mode): Set beginning-of-defun, end-of-defun.
21450 (fortran-column-ruler): Simplify.
21451 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
21452 (fortran-with-subprogram-narrowing): Likewise.
21453 (fortran-indent-subprogram): Call mark-defun.
21454 (fortran-check-for-matching-do): Change narrowing.
21455
21456 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
21457 (cl-lucid-hash-tag): Delete.
21458 (cl-hash-table-p): Correct test for native table.
21459 (cl-hash-table-count): Use hash-table-count.
21460
21461 * browse-url.el (browse-url): Fix case of
21462 browse-url-browser-function being an alist.
21463
21464 2000-01-05 Carsten Dominik <cd@gnu.org>
21465
21466 * textmodes/reftex-vars.el (reftex-parse-file-extension)
21467 (reftex-index-phrase-file-extension): New options.
21468
21469 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
21470 Use new option `reftex-index-phrase-file-extension'.
21471
21472 * textmodes/reftex.el (reftex-access-parse-file): Use new option
21473 `reftex-parse-file-extension'.
21474
21475 2000-01-05 Dave Love <fx@gnu.org>
21476
21477 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
21478 (beginning-of-defun-raw): Use it.
21479 (end-of-defun): New variable.
21480 (end-of-defun): Use it.
21481 (check-parens): New command.
21482
21483 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
21484
21485 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
21486 (hs-show-block): Don't use `mapcar' when not accumulating.
21487
21488 Fix buglet in local variables initialization.
21489
21490 2000-01-05 Andreas Schwab <schwab@suse.de>
21491
21492 * hscroll.el (hscroll): Doc fix.
21493
21494 2000-01-05 Carsten Dominik <cd@gnu.org>
21495
21496 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
21497 Require idlw-toolbar.
21498
21499 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
21500 file idlw-rinfo.el.
21501 (idlwave-customize): Load must read file idlw-shell.el.
21502 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
21503
21504 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
21505
21506 * progmodes/idlw-shell.el: Also provide idlwave-shell
21507 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
21508 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
21509
21510 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
21511 both reftex-dcr and reftex-vcr.
21512
21513 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
21514
21515 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21516
21517 * ps-print.el: PostScript code now is in separate files, doc fix.
21518 (ps-print-version): New version number (5.0.3).
21519 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
21520 local.
21521 (ps-spool-config): Initialization fix.
21522 (ps-print-prologue-1, ps-print-prologue-2)
21523 (ps-print-duplex-feature): PostScript code moved to separated file.
21524 (ps-background-image): Little code reformating.
21525 (ps-begin-file, ps-begin-job): Fix code.
21526 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
21527 (ps-prologue-file): New fun.
21528
21529 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21530
21531 * ps-vars.el: Eliminated.
21532
21533 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
21534 `;;;###autoload'.
21535
21536 * ps-print.el: ps-vars eliminated, doc fix.
21537 (ps-print-version): New version number (5.0.2).
21538 (ps-spool-config): Initialization fix.
21539 (ps-print-customize): New fun.
21540
21541 2000-01-04 Gerd Moellmann <gerd@gnu.org>
21542
21543 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
21544
21545 2000-01-04 Dave Love <fx@gnu.org>
21546
21547 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
21548 menu items.
21549
21550 2000-01-03 Dave Love <fx@gnu.org>
21551
21552 * elide-head.el (elide-head) [defgroup]: Add :version.
21553
21554 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
21555 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
21556 Use `cl-hash-table-p', not `hash-table-p'.
21557 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
21558
21559 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21560
21561 * faces.el (face-read-integer, read-face-attribute)
21562 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
21563
21564 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21565
21566 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
21567 at comment end, and re-insert them after filling.
21568
21569 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21570
21571 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
21572 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
21573 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
21574
21575 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21576
21577 * term/x-win.el (xw-defined-colors): Call color-supported-p,
21578 the new name of face-color-supported-p.
21579
21580 * term/w32-win.el (xw-defined-colors): Likewise.
21581
21582 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21583
21584 * simple.el (completion-setup-function): Count completion-size
21585 from minibuffer-prompt-end, not from point-min.
21586
21587 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
21588
21589 * faces.el (read-face-attribute, defined-colors, color-defined-p):
21590 Pass the frame to tty-color-* functions.
21591 (display-color-p, frame-set-background-mode): Pass the frame to
21592 tty-display-color-p.
21593
21594 * term/tty-colors.el (tty-defined-color-alist): Renamed from
21595 tty-color-alist.
21596 (tty-color-alist, tty-modify-color-alist): New functions.
21597 (tty-color-define, tty-color-clear, tty-color-approximate)
21598 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
21599 optional parameter FRAME.
21600
21601 2000-01-01 Gerd Moellmann <gerd@gnu.org>
21602
21603 * image.el (create-image, defimage): Don't assume image data is
21604 a string.
21605
21606 * image.el (defimage): Handle specifications containing :data
21607 instead of :file.
21608 (image-type-from-data): New function.
21609 (image-type-from-file-header): Use it.
21610 (create-image): Add parameter DATA-P.
21611
21612 See ChangeLog.8 for earlier changes.
21613
21614 ;; Local Variables:
21615 ;; coding: iso-2022-7bit
21616 ;; End:
21617
21618 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
21619 Copying and distribution of this file, with or without modification,
21620 are permitted provided the copyright notice and this notice are preserved.