]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2001-11-12 Richard M. Stallman <rms@gnu.org>
2
3 * server.el (server-edit, server-done): Doc fix.
4
5 * simple.el (clone-indirect-buffer): Error if major mode symbol
6 has a no-clone-indirect property.
7 (clone-buffer): Check for obvious errors before reading clone name.
8
9 * info.el (Info-mode): Add a no-clone-indirect property.
10
11 2001-11-12 Sam Steingold <sds@gnu.org>
12
13 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
14 set-buffer-modified-p to nil after `vc-exec-after'.
15 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
16 (log-view-mode): Make read-only.
17 (log-view-current-file): Do final `expand-file-name' in the
18 current `default-directory'.
19 (log-view-current-tag): Take an optional `where' arg.
20 (log-view-diff): New user command.
21
22 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
23
24 * progmodes/cpp.el (cpp-choose-face): Fix typo.
25
26 2001-11-12 Sam Steingold <sds@gnu.org>
27
28 * emacs-lisp/cl-indent.el (toplevel): Indent properly
29 `generic-flet', `generic-labels', `with-accessors',
30 `with-condition-restarts'.
31
32 2001-11-12 Richard M. Stallman <rms@gnu.org>
33
34 * dired.el: Many trivial doc fixes.
35 (dired-get-file-for-visit): New function.
36 (dired-find-alternate-file, dired-mouse-find-file-other-window):
37 (dired-view-file, dired-find-file-other-window, dired-display-file):
38 (dired-find-file): Use dired-get-file-for-visit.
39
40 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
41
42 * sql.el (sql-mode): Doc change.
43
44 * sql.el (sql-mode-syntax-table): The backslash is no longer an
45 escape character.
46
47 2001-11-12 Colin Walters <walters@debian.org>
48
49 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
50 (calc-do-keypad): Don't attempt to use nonexistent global
51 mouse-map, use calc-keypad-map.
52 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
53 (calc-keypad-left-click): Don't use mouse-map; update to new event
54 interface.
55 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
56 (calc-keypad-press): Use `unread-command-events' instead of
57 `unread-command-char'.
58
59 * calc/calc-ext.el (calc-init-extensions): Update autoload names
60 to match files renamed on initial calc import.
61
62 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
63
64 * textmodes/flyspell.el (flyspell-default-dictionary): Fix
65 previous change.
66
67 2001-11-12 Richard M. Stallman <rms@gnu.org>
68
69 * textmodes/flyspell.el (flyspell-default-dictionary):
70 Fix custom type.
71
72 2001-11-11 Richard M. Stallman <rms@gnu.org>
73
74 * calendar/solar.el (solar-sunrise-and-sunset):
75 Exchange the two extreme values of day-length.
76
77 * progmodes/sh-script.el (sh-must-be-shell-mode):
78 Allow modes derived from sh-mode.
79
80 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
81 Turn off error in some re-search-forward calls.
82
83 * replace.el (query-replace-skip-read-only): New variable.
84 (perform-replace): If that variable is non-nil, ignore matches
85 that have a read-only property.
86
87 * derived.el (define-derived-mode): Doc fix.
88
89 * server.el (server-buffer-done): Test of server-existing-buffer
90 was backwards.
91 (server-existing-buffer): Doc fix.
92
93 * textmodes/flyspell.el (flyspell-default-dictionary):
94 Allow nil as value, and make nil the default.
95
96 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
97
98 * subdirs.el: Regenerated.
99
100 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
101 it is not fboundp.
102 (clipboard-yank): Ditto.
103
104 2001-11-11 Colin Walters <walters@verbum.org>
105
106 The following changes are based on patches from
107 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
108 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
109
110 * calc/calc.el (toplevel): Require calc-macs.
111 (calc-minibuffer-size): New.
112 (calcDigit-nondigit): Use it instead of `buffer-size'.
113 (calcDigit-backspace): Likewise.
114 (calcDigit-nondigit): Use `minibuffer-contents' instead of
115 `buffer-string'.
116 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
117 `point-min'.
118 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
119 `save-excursion'.
120
121 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
122 simple `setq' form.
123
124 * calc/calc-ext.el: (toplevel): Require calc.
125 (calc-fancy-prefix-map): New.
126 (calc-fancy-prefix): Use it.
127 (calc-fancy-prefix-other-key): New.
128
129 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
130 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
131 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
132 (calcAlg-enter): Likewise.
133 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
134
135 2001-11-10 Richard M. Stallman <rms@gnu.org>
136
137 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
138 (quietly-read-abbrev-file): Doc fix.
139
140 * startup.el (command-line): Read standard abbrev
141 file (abbrev-file-name), if it exists.
142
143 * files.el (save-abbrevs): Default value is t.
144
145 * progmodes/compile.el (compile-goto-error): Fix previous change
146 in the case where subsequent errors have not been parsed yet
147 because they are in a different source file.
148
149 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
150
151 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1): Merge
152 two regular expressions into one.
153 (ps-mode): Make local bindings for `comment-start' and
154 `comment-start-skip'.
155 (ps-mode-looking-at-nested): Simplify an if-else construct;
156 use `set-match-data' to set the result.
157
158 2001-11-10 Richard M. Stallman <rms@gnu.org>
159
160 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
161 Function deleted.
162 (flyspell-correct-word): Old definition deleted.
163 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
164 All references renamed too.
165
166 2001-11-10 Gerd Moellmann <gerd@gnu.org>
167
168 * Makefile.in (finder_setwins, setwins): Exclude Calc.
169
170 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
171
172 * wid-edit.el (checklist): Removed `:menu-tag'.
173 (radio-button-choice): Ditto.
174 (editable-list): Ditto.
175
176 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
177
178 * play/gomoku.el: Move definitions of constants to the beginning
179 of file, before their use.
180
181 2001-11-09 Richard M. Stallman <rms@gnu.org>
182
183 * textmodes/flyspell.el: Use the keymap property
184 instead of local-map, and don't use a minor-mode map.
185 (flyspell-mode-map): Variable deleted.
186 Don't mess with minor-mode-map-alist.
187 (calling add-minor-mode): Specify nil for keymap.
188 And always use add-minor-mode, now that it exists.
189 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
190 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
191 or flyspell-local-mouse-map.
192 (make-flyspell-overlay): Use flyspell-mouse-map directly.
193 (flyspell-mode): Doc fix.
194 (flyspell-mode-on): Don't call make-local-hook.
195
196 2001-11-09 Sam Steingold <sds@gnu.org>
197
198 * emacs-lisp/debug.el (debugger-make-xrefs):
199 Add buttons to all symbols.
200
201 2001-11-09 Andre Spiegel <spiegel@gnu.org>
202
203 * vc.el: Add John David Smith to credits.
204
205 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
206
207 * vc-hooks.el (vc-error-occured): Backquotified.
208 (vc-file-prop-obarray): Use prime length for better efficiency.
209
210 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
211
212 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
213
214 * info.el (Info-file-list-for-emacs): Add entries for Calc.
215
216 2001-11-09 Miles Bader <miles@gnu.org>
217
218 * subr.el (functionp): Don't consider macros as functions.
219
220 2001-11-08 Miles Bader <miles@gnu.org>
221
222 * subr.el (functionp): Make work correctly for macros and unbound
223 symbols.
224
225 * comint.el (comint-send-input): Fix description of
226 `comint-process-echoes' in the doc-string.
227
228 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
229
230 * international/mule.el (make-translation-table): Doc fix.
231 Suggested by Alex Schroeder <alex@gnu.org>.
232
233 2001-11-07 Richard M. Stallman <rms@gnu.org>
234
235 * info.el (Info-fontify-node): Highlight every third menu item.
236
237 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
238
239 * cus-edit.el (custom-face-value-create): Don't ignore the
240 `customized-face' attribute when finding the current face spec.
241
242 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
243
244 * subr.el (with-local-quit): New macro.
245 (make-syntax-table): Always inherit.
246 (functionp): Be more careful when `object' is a symbol.
247
248 * dabbrev.el (dabbrev-completion): Use "*Completions*".
249
250 2001-11-07 Paul Eggert <eggert@twinsun.com>
251
252 * dired.el (dired-move-to-filename-regexp):
253 Do not distinguish between ASCII letters and non-ASCII characters.
254 Don't allow comma except in the form "month day, year".
255 Don't allow space between month name and comma.
256 Clean up the code that checks for trailing period, comma, and space.
257 Remove now-obsolete comments, and add more commentary about
258 Japanese dates.
259 Always gobble up trailing spaces, instead of doing it only sometimes.
260
261 2001-11-07 Miles Bader <miles@gnu.org>
262
263 * paren.el (show-paren-match-face): Add dark-background variant.
264
265 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
266
267 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
268 (lisp-mode-variables): Don't set paragraph-{start,separate}.
269 Don't disable adaptive-fill-mode.
270 (lisp-fill-paragraph): Use tab-width rather than 8.
271 Prevent filling the first line of docstrings.
272
273 2001-11-06 Richard M. Stallman <rms@gnu.org>
274
275 * play/gomoku.el (gomoku): Doc fix.
276
277 * jka-compr.el (jka-compr-partial-uncompress):
278 Support an alternative of not using dd.
279 (jka-compr-dd-program): Use defcustom to define this.
280 (jka-compr-load-suffixes): Use defcustom.
281 (jka-compr-mode-alist-additions): Use defcustom.
282
283 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
284
285 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
286 Also work when LIMIT is further than the end of line.
287
288 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
289
290 * international/quail.el (quail-update-leim-list-file): Print the
291 offending file name if some of its quail-define-package forms is broken.
292
293 2001-11-05 Richard M. Stallman <rms@gnu.org>
294
295 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
296 of the evaluated form.
297
298 2001-11-05 Paul Eggert <eggert@twinsun.com>
299
300 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
301 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
302 stamps always line up by default. Also, it uses a slightly
303 different window to determine whether files are "recent".
304
305 2001-11-05 Andrew Innes <andrewi@gnu.org>
306
307 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
308 Don't attempt to remake autoloads before nuking .elc files.
309
310 2001-11-04 Richard M. Stallman <rms@gnu.org>
311
312 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
313 previous-single-property-change or next-single-char-property-change
314 returns nil.
315
316 * international/mule-cmds.el (set-locale-environment):
317 Make it interactive; make arg optional.
318
319 * international/mule-diag.el (help-funs): Require help-funs.
320
321 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
322
323 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
324
325 2001-11-04 Miles Bader <miles@gnu.org>
326
327 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
328 shadow of the splash image grey on a dark background instead of black.
329
330 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
331
332 * term.el (all faces): Don't (copy-face 'default <foo>).
333
334 * term/xterm.el (function-key-map):
335 Add entry for `ESC [ 3 ~' -> <delete>
336 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
337 Use inheritance so that .emacs and terminfo take precedence.
338
339 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
340
341 * tooltip.el (tooltip-delay): Decrease to 0.7.
342 (tooltip-hide-delay): Enlarge to 10.
343
344 2001-11-03 Richard M. Stallman <rms@gnu.org>
345
346 * startup.el (fancy-splash-tail): Explain how to recover
347 from a crash, if there was a crash.
348 (command-line-1): Reorganize display of startup screen,
349 to simplify the logic. Use a temp buffer for it.
350
351 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
352
353 * frame.el (set-background-color, set-foreground-color):
354 Call face-set-after-frame-default, to propagate the new colors to
355 the frame's parameters alist.
356
357 * calendar/timeclock.el (timeclock-out): Signal an error if
358 timeclock-last-event is nil.
359
360 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
361
362 * textmodes/fill.el (fill-context-prefix): Fix braino.
363
364 * international/quail.el (quail-help):
365 Use `help-buffer' and move `help-setup-xref' to beginning.
366
367 * international/mule-cmds.el (describe-language-environment):
368 Use `help-buffer' and move `help-setup-xref' to beginning.
369
370 * international/mule-diag.el (list-character-sets)
371 (sort-listed-character-sets, describe-character-set)
372 (describe-coding-system, describe-fontset, list-fontsets):
373 Use `help-buffer' and move `help-setup-xref' to beginning.
374 (describe-char-after): Use `internal-describe-syntax-value'.
375
376 2001-11-02 Richard M. Stallman <rms@gnu.org>
377
378 * mouse.el (popup-menu): If the user refuses to select
379 from a menu, don't try to invoke the menu.
380
381 2001-11-02 Miles Bader <miles@gnu.org>
382
383 * help-mode.el (help-xref): New button type.
384 (help-function, help-variable, help-face, help-coding-system)
385 (help-input-method, help-character-set, help-type, help-symbol)
386 (help-back, help-info, help-customize-variable, help-customize-face)
387 (help-function-def, help-variable-def): Use it as a supertype.
388 Remove `action' property.
389
390 * international/mule-diag.el (describe-character-set)
391 (describe-coding-system): Pass correct args to `help-xref-button'.
392 (sort-listed-character-sets): New button type.
393 (list-character-sets): Use it.
394 (list-charset-chars): New button type.
395 (list-character-sets-1): Use it.
396
397 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
398
399 * indent.el (tab-always-indent, indent-for-tab-command):
400 Remove redundant `never' setting.
401
402 * fill.el (fill-region-as-paragraph): Don't forget to skip
403 over current whitespace before looking for a preceding space.
404
405 2001-11-01 Richard M. Stallman <rms@gnu.org>
406
407 * files.el (file-newest-backup): Don't pass backup file name
408 thru file-name-sans-versions, because it never has version numbers.
409
410 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
411 to avoid ambiguous nested loops.
412
413 * files.el (find-file-noselect): Offer to change buffer-read-only
414 only when the file's read-only status has changed from before
415 as well as disagreeing with the buffer's current status.
416 (buffer-file-read-only): New var, local in all buffers.
417
418 * buff-menu.el (buffer-menu): Doc fix.
419 (buffer-menu-other-window): Doc fix.
420 (list-buffers, list-buffers-noselect): Doc fix.
421
422 2001-11-01 Gerd Moellmann <gerd@gnu.org>
423
424 * startup.el (command-line): If the terminal Emacs is running on
425 has erase char set to ^H, use the Backspace key for deleting
426 backward, and the Delete key for deleting forward.
427
428 2001-11-01 Miles Bader <miles@gnu.org>
429
430 * button.el (define-button-type): Make sure every user-defined
431 button type has a supertype.
432
433 2001-10-31 Jason Rumney <jasonr@gnu.org>
434
435 * international/mule-cmds.el (locale-language-names): Add chs and
436 cht as aliases for Chinese-GB and Chinese-BIG5.
437
438 2001-10-31 Richard M. Stallman <rms@gnu.org>
439
440 * bindings.el (mode-line-frame-identification): Add doc string.
441 (mode-line-position, mode-line-modes): New variables.
442 (mode-line-format): Use mode-line-position for the part
443 that displays the position-in-buffer info.
444 Use mode-line-modes for the part that displays major and minor modes.
445
446 2001-10-31 Sam Steingold <sds@gnu.org>
447
448 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
449 (debugger-setup-buffer): Call it.
450 (debugger-mode-map): Bind RET and mouse-2.
451
452 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
453
454 * startup.el: Document command line option --no-window-system
455 instead of --no-windows.
456
457 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
458
459 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
460
461 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
462 (font-lock-defaults-alist): Use it.
463 From David Ponce <david.ponce@wanadoo.fr>
464
465 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
466 output of `char-after'.
467
468 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
469
470 * simple.el (reindent-then-newline-and-indent): Insert the newline
471 before indenting the first line.
472 (undo-get-state, undo-revert-to-state): New funs.
473 (shell-command): Don't kill the buffer even if empty.
474 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
475 (transpose-subr-end2): Remove.
476 (transpose-subr): Add `special' arg and simplify.
477 (transpose-subr-1): Rewrite.
478 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
479 (rfc822-goto-eoh): Simplify.
480
481 2001-10-30 Richard M. Stallman <rms@gnu.org>
482
483 * enriched.el (enriched-face-ans): FIx previous change.
484
485 2001-10-30 Gerd Moellmann <gerd@gnu.org>
486
487 * international/iso-acc.el (iso-accents-compose): Remove a
488 superfluous setq.
489
490 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
491
492 * buff-menu.el (list-buffers-noselect): If the buffer's name
493 starts with a blank, but it visits a file, do show it (for files
494 whose names start with a blank).
495
496 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
497
498 * textmodes/fill.el (sentence-end-double-space)
499 (sentence-end-without-period): Move to paragraphs.el.
500 (fill-indent-according-to-mode): Change default to t.
501 (fill-context-prefix): Simplify control-flow and use a more
502 sophisticated merge that unifies both previous checks.
503 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
504 (fill-nobreak-predicate): Make it into a defcustom'd hook.
505 (fill-nobreak-p): New fun.
506 (fill-region-as-paragraph): Use it.
507 Handle `fill-indent-according-to-mode' slightly differently.
508 (fill-individual-paragraphs-prefix): Simplify the control-flow.
509 (fill-individual-paragraphs-citation): Fix.
510
511 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
512 (paragraph-start): Change default to the `text-mode' value.
513 (sentence-end-double-space, sentence-end-without-period):
514 Move from fill.el.
515 (forward-paragraph): Use `parstart' and `parsep' for temp variables
516 rather than rebinding `paragraph-start' and `paragraph-separate'.
517
518 * indent.el (indent-line-function): Change default to indent-relative.
519 (tab-always-indent): Add an `never' setting.
520 (indent-according-to-mode): Handle `indent-relative' and
521 `indent-relative-maybe' specially.
522 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
523 Handle the `never' case for `tab-always-indent'.
524 Don't call indent-according-to-mode for indent-relative' and
525 `indent-relative-maybe'.
526 (insert-tab): Rename `prefix-arg' to `arg'.
527 (indent-region): Indent the first line as well.
528 (indent-relative): Don't mark the buffer modified if the indentation
529 is unchanged.
530
531 * textmodes/text-mode.el (paragraph-indent-minor-mode):
532 Don't set paragraph-separate. Set paragraph-start more carefully.
533 Set indent-line-function.
534 (paragraph-indent-text-mode): Use it and define-derived-mode.
535 (text-mode-map): Remove the \t binding.
536 (text-mode): Simplify now that the default is more favorable.
537
538 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
539
540 * emacs-lisp/find-func.el (find-function-search-for-symbol):
541 If the regexp doesn't match, use a looser one.
542 (find-variable-noselect): Add `file' argument.
543
544 * pcvs.el (cvs-mode-commit-hook): New hook.
545 (cvs-mode-commit): Run it.
546
547 * log-edit.el (log-edit): Run hook after `log-edit-files'.
548
549 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
550 (edebug-instrument-function): Use `find-function-noselect'.
551
552 2001-10-29 Richard M. Stallman <rms@gnu.org>
553
554 * term.el (term-if-emacs19): Macro deleted.
555 Callers changed to use progn instead.
556
557 * frame.el (blink-cursor-mode): Doc fix.
558
559 * files.el (find-backup-file-name): Use make-backup-file-name.
560
561 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
562 window-live-p.
563 (edebug-set-conditional-breakpoint): Unconditionally use
564 the former Emacs >=19 definition.
565 (edebug-mark): Define unconditionally.
566 (edebug-eval-expression): Always call read-from-minibuffer
567 and specify history list.
568 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
569 edebug-set-conditional-breakpoint.
570 (edebug-emacs-version-specific): Function deleted;
571 do the job at top level.
572 (edebug-emacs-19-specific): Function deleted, this is the default.
573
574 2001-10-29 Sam Steingold <sds@gnu.org>
575
576 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
577 "/cygdrive/LETTER/" pathnames.
578
579 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
580
581 * faces.el (invert-face): Check for 'unspecified, not for nil,
582 when testing whether face colors are not specified.
583 From David.Kastrup@t-online.de (David Kastrup).
584 (read-face-name): Doc fix.
585 (make-face-bold, make-face-unbold, make-face-italic)
586 (make-face-unitalic, make-face-bold-italic, invert-face):
587 Remove trailing blank from the prompt passed to read-face-name.
588
589 2001-10-29 Sam Steingold <sds@gnu.org>
590
591 * emacs-lisp/bytecomp.el (byte-recompile-directory):
592 Report numbers of files skipped and failed too.
593 (byte-compile-file): Return 'no-byte-compile for skipped files.
594
595 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
596
597 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
598 and `M p'.
599
600 2001-10-29 Gerd Moellmann <gerd@gnu.org>
601
602 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
603 as is on unread-command-events instead of `(SECOND-CHAR)'.
604
605 2001-10-29 Andre Spiegel <spiegel@gnu.org>
606
607 * vc.el: Mention vc-*-switches in backend API documentation.
608 (vc-annotate): Adapt doc string to recent change.
609
610 2001-10-29 Gerd Moellmann <gerd@gnu.org>
611
612 * enriched.el (enriched-face-ans): Handle face attributes
613 of the form `(FACE1 FACE2 ...)'.
614
615 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
616
617 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
618
619 * progmodes/sql.el (sql-mysql): Doc change by RMS.
620
621 * progmodes/sql.el (sql-db2): Doc change.
622 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
623 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
624
625 2001-10-29 Gerd Moellmann <gerd@gnu.org>
626
627 * env.el (substitute-env-vars): Don't quote argument to `rx';
628 it's a macro.
629
630 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
631
632 * cus-start.el (recursive-load-depth-limit): Added.
633
634 2001-10-28 Richard M. Stallman <rms@gnu.org>
635
636 * textmodes/ispell.el (version18p, version20p): Vars deleted.
637 All uses removed--assume Emacs version is >= 20.
638
639 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
640 by really checking that it is not version 18.
641
642 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
643
644 2001-10-28 Miles Bader <miles@gnu.org>
645
646 * faces.el (face-attribute): Add INHERIT argument, consider face
647 inheritance if it's non-nil.
648 (face-attribute-merged-with): New function.
649 (face-attribute-specified-or): New macro.
650 (face-foreground, face-background, face-stipple): Add INHERIT
651 argument. Use `face-attribute-specified-or'.
652
653 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
654
655 * font-lock.el: Require `syntax'.
656 (font-lock-defaults-alist): Don't define keywords for lisp languages.
657 Use `c-font-lock-syntactic-face-function' for c languages.
658 (font-lock-mode): Don't unset vars when turning the mode off.
659 (font-lock-default-fontify-buffer): Don't unset vars at the end.
660 (font-lock-extra-managed-props): New var.
661 (font-lock-default-unfontify-region): Use it.
662 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
663 Don't eval the value when there's no match.
664 (font-lock-ppss-stats): New var.
665 (font-lock-ppss): New fun.
666 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
667 (font-lock-apply-highlight): Allow `highlight' to set several props.
668 (font-lock-set-defaults): Use dolist.
669 (font-lock-unset-defaults): Remove.
670 (font-lock-match-c-style-declaration-item-and-skip-to-next):
671 Try to recognize prototypes using `foo P_ ((args))'.
672 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
673 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
674 (c-font-lock-syntactic-face-function): New function.
675 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
676 (c++-keywords): Use a more sophisticated regexp to handle
677 shallowly nested templates.
678
679 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
680
681 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
682 (sgml-tag): Use it. Cleanup with `cond'.
683 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
684 Mark the overlays and only delete those that are marked.
685 (sgml-skip-close-p): Remove.
686 (sgml-value): Replace sgml-skip-close-p with its definition.
687 (html-tag-alist): Use sgml-xml a bit more.
688 (html-mode): Set sgml-empty-tags.
689
690 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
691 (texinfo-update-node, texinfo-sequential-node-update):
692 Don't bind the obsolete `auto-fill-hook'.
693 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
694 Use `set-buffer' rather than `switch-to-buffer'.
695 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
696 Use `set-buffer' rather than `switch-to-buffer'.
697
698 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
699 text-mode-syntax-table.
700 (mail-mode): Use define-derived-mode.
701 Fix ordering of alternatives in adaptive-fill-regexp.
702 (mail-mode-map): Don't rely on keymap's internal representation.
703
704 2001-10-27 Sam Steingold <sds@gnu.org>
705
706 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
707 (sgml-xml-guess): Extracted from `html-mode' and generalized.
708 (sgml-mode-common): Call it.
709 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
710 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
711 (html-horizontal-rule, html-image, html-ordered-list):
712 (html-unordered-list, html-list-item, html-paragraph):
713 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
714 `html-xhtml'.
715
716 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
717
718 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
719 (ifnothtml): New alias.
720
721 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
722
723 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
724 (toggle-text-mode-auto-fill): Use derived-mode-p.
725
726 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
727
728 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
729 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
730
731 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
732
733 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
734 Add make-obsolete cookies, to follow faces.el.
735
736 These changes avoid warnings from the byte compiler in faces.el:
737
738 * faces.el (internal-get-face): Use facep instead of the obsolete
739 internal-find-face.
740 (internal-frob-font-weight, internal-frob-font-slant):
741 New defaliases for obsolete functions.
742 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
743 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
744 (x-make-font-bold-italic): Use internal-frob-font-weight and
745 internal-frob-font-slant aliases instead of the obsolete
746 x-frob-... functions.
747
748 2001-10-26 Sam Steingold <sds@gnu.org>
749
750 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
751 DOCTYPE; set `mode-name' based on it.
752 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
753 (sgml-tag): Close empty tags in XHTML.
754
755 2001-10-26 Jason Rumney <jasonr@gnu.org>
756
757 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
758 when UNICODE is not defined.
759
760 2001-10-26 Sam Steingold <sds@gnu.org>
761
762 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
763 be alone on the line.
764
765 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
766
767 * button.el (button): Special face definition for MS-DOS terminals.
768
769 2001-10-26 Sam Steingold <sds@gnu.org>
770
771 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
772 Protect the /= test by checking that the args are non-nil.
773 (sh-font-lock-close-heredoc): Check eof for being non-nil.
774
775 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
776
777 * textmodes/artist.el (artist-version): 1.2.4.
778 (artist-butlast-fn): New variable.
779 (artist-butlast): New function.
780 (artist-ellipse-mirror-quadrant): Use it.
781 (artist-mouse-draw-poly): Use nil for `point-list'.
782 (artist-mouse-draw-poly): Check for point-list being nil.
783
784 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
785
786 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
787 lambda expression.
788 (ps-mode-menu-main): Submenu with options on/off was replaced with
789 a toggle button.
790 (ps-mode, ps-run-mode): Define with `define-derived-mode'
791 (ps-mode): Autoload cookie added on same line as comment
792 (ps-mode-tabkey, ps-mode-backward-delete-char):
793 (ps-mode-r-balance): Replace `delete-horizontal-space' and
794 `indent-to' with `indent-line-to'
795 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
796 instead of `eval'.
797 (ps-mode-print-region): Use `with-temp-buffer'.
798 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
799 (numerous places): Add back-tick and tick around names in
800 docstrings, fix punctuation in docstrings, remove trailing spaces.
801
802 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
803
804 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
805 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
806 (sgml-font-lock-syntactic-keywords): New var.
807 (sgml-mode-common): Drop the two args.
808 Don't make buffer-local variables that aren't used.
809 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
810 Don't set `before-string' props from sgml-display-text.
811 (sgml-mode): Use define-derived-mode.
812 (sgml-tags-invisible): Use sgml-display-text.
813 (sgml-quote): New command.
814 (html-tag-alist): Add args for `span'.
815 (html-mode): Use define-derived-mode.
816 Set sgml-display-text and sgml-tag-face-alist.
817
818 2001-10-25 Sam Steingold <sds@gnu.org>
819
820 * add-log.el (add-log-always-start-new-record): New user option.
821 (add-change-log-entry): Use it.
822
823 2001-10-25 Richard M. Stallman <rms@gnu.org>
824
825 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
826 bind case-fold-search if FROM is not all lower case.
827
828 2001-10-25 Gerd Moellmann <gerd@gnu.org>
829
830 * startup.el (normal-top-level): Check for frame-initial-frame
831 only if it's really used.
832
833 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
834
835 * progmodes/compile.el (compilation-parse-errors-filename-function):
836 New variable.
837 (compilation-parse-errors): Use it.
838
839 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
840
841 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
842 interactively so that C-u M-C-x still does edebug.
843 (checkdoc-sentencespace-region-engine): Don't force a double-space
844 after `.' if it doesn't look like an end-of-sentence.
845 (debug-ignored-errors): Add `disambiguate ...'.
846
847 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
848
849 * textmodes/texinfo.el (texinfo-environments)
850 (texinfo-environment-regexp): Hoist.
851 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
852 Only highlight the menu name in menu items.
853 Setup `@foo ... @end foo' as text clones.
854 (texinfo-clone-environment): New function.
855 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
856 (texinfo-insert-block): Simplify.
857 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
858 the command is repeated.
859 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
860 (texinfo-insert-@end): Simplify.
861
862 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
863 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
864 (texinfo-subsubsection-level-regexp)
865 (texinfo-update-menu-same-level-regexps)
866 (texinfo-update-menu-higher-regexps)
867 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
868
869 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
870 (derived-mode-p): Autoload.
871
872 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
873 New vars and functions.
874 (text-clone-maintain, text-clone-create): New functions.
875
876 2001-10-25 Miles Bader <miles@gnu.org>
877
878 * facemenu.el (facemenu-add-new-face): Fix variable names.
879
880 2001-10-24 Richard M. Stallman <rms@gnu.org>
881
882 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
883 of t and nil values.
884 (facemenu-set-face): Handle START and END interactively.
885 (facemenu-set-foreground): Don't use a face; specify color directly.
886 (facemenu-set-background): Likewise.
887 (facemenu-set-face-from-menu): Doc fix.
888 (facemenu-active-faces): Use face-attribute-vector
889 to handle bare attributes not in faces.
890 (facemenu-get-face): Don't handle face names fg:... and bg:...
891 specially.
892 (facemenu-add-new-face): New argument MENU.
893 New way to handle adding colors to the color menus.
894
895 * env.el (substitute-env-vars): Quote the arg to rx.
896
897 2001-10-24 Sam Steingold <sds@gnu.org>
898
899 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
900 Control" and "SGML" groups.
901
902 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
903
904 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
905 Better handling of C++ template args to avoid confusion with `<'
906 and `>' used as operators in member init expressions.
907
908 2001-10-24 Gerd Moellmann <gerd@gnu.org>
909
910 * replace.el (perform-replace): Move START and END parameters
911 to the end of the argument list and make them optional.
912
913 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
914 perform-replace.
915
916 * international/fontset.el (x-must-resolve-font-name): New function.
917 (x-complement-fontset-spec): Use it.
918
919 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
920
921 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
922
923 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
924 Turn caadr into caar of cdr.
925
926 2001-10-23 Gerd Moellmann <gerd@gnu.org>
927
928 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
929 of mouse-{1,2} since dragging is on the down event.
930
931 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
932
933 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
934 if ARG is nil.
935
936 * desktop.el (desktop-last-buffer): New variable.
937 (desktop-create-buffer): Set it.
938 (desktop-read): Bind it and switch to that buffer.
939
940 2001-10-22 Gerd Moellmann <gerd@gnu.org>
941
942 * progmodes/compile.el (compilation-set-window-height):
943 Select old window only if it's still live.
944
945 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
946
947 * help-mode.el (help-buffer): Remove debugging code.
948 From Stefan Monnier <monnier@cs.yale.edu>.
949
950 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
951
952 * files.el (file-name-sans-extension, file-name-extension):
953 Don't count the leading dots in file names as signaling an extension.
954
955 2001-10-22 Andre Spiegel <spiegel@gnu.org>
956
957 * vc.el (vc-diff-switches): Doc rewritten.
958
959 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
960
961 * tooltip.el (tooltip-set-param): Doc fix.
962
963 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
964 127 to sgml-maybe-name-self.
965 (sgml-name-8bit-mode): Doc fix.
966 (sgml-char-names-table): New variable.
967 (sgml-name-char): Support non-ASCII and mule-unicode-*
968 characters. Doc fix.
969 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
970
971 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
972 doc string the effect of `left' and `top' parameters in
973 tooltip-frame-parameters, the default values, and the units.
974 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
975 (tooltip-show): Mention in the doc string the `top' and `left'
976 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
977
978 2001-10-22 Andre Spiegel <spiegel@gnu.org>
979
980 Add autoscaling support for vc-annotate.
981 From J.D. Smith <jdsmith@astro.cornell.edu>.
982
983 * vc.el (vc-annotate-display-default): Accept colormap scaling
984 ratio (now deprecated).
985 (vc-annotate-display-autoscale): Added.
986 (vc-annotate-add-menu): New autoscaling menu options "Span to
987 Oldest" and "Span Oldest->Newest". Easymenu support added for
988 toggle menus driven by customize variable `vc-annotate-display-mode'.
989 (vc-annotate-display-select): Added.
990 (vc-annotate): Changed temp-buffer-show-function to
991 `vc-annotate-display-select'.
992 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
993 Added argument OFFSET. Instead of backend function, calls now
994 generic `vc-annotate-difference'.
995 (vc-annotate-difference): Added as generic function instead of
996 backend-specific function. No longer takes argument POINT, but
997 instead accepts a time OFFSET.
998 (vc-default-annotate-current-time): Added.
999
1000 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1001 version in vc.el, with
1002 (vc-cvs-annotate-current-time): Added, as override of default.
1003 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1004 `vc-cvs-annotate-difference'.
1005
1006 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1007
1008 * saveplace.el (save-place): Require `saveplace'.
1009
1010 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1011 Use `sexp' for :value-type instead of `face'.
1012
1013 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1014
1015 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1016 regexps due to 5-digit message IDs.
1017
1018 2001-10-21 Jason Rumney <jasonr@gnu.org>
1019
1020 * term/w32-win.el (redisplay-dont-pause): Don't set.
1021
1022 2001-10-21 Miles Bader <miles@gnu.org>
1023
1024 * help-funs.el (help-manyarg-func-alist): Variable removed.
1025
1026 2001-10-21 Miles Bader <miles@gnu.org>
1027
1028 * help-funs.el (help-manyarg-func-alist): Remove entries for
1029 `insert', `insert-and-inherit', `insert-before-markers',
1030 `insert-before-markers-and-inherit', `message', `message-box',
1031 `message-or-box', `propertize', `format', `encode-time', `append',
1032 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
1033 `insert-string', `ml-if', `ml-provide-prefix-argument', and
1034 `ml-prefix-argument-loop'.
1035
1036 2001-10-21 Andre Spiegel <spiegel@gnu.org>
1037
1038 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1039 (vc-default-diff-tree): New functions.
1040 (vc-version-diff): Use them. As a result, coding systems are now
1041 set up properly for all sorts of diffs, and tree diffs can now
1042 also be done locally.
1043 (vc-diff): With a prefix argument, don't require that it's called
1044 from a buffer under version control.
1045 (diff-switches): Remove duplicate definition.
1046
1047 * vc-cvs.el (vc-cvs-diff-tree): New function.
1048
1049 2001-10-21 Miles Bader <miles@gnu.org>
1050
1051 * help-funs.el (help-manyarg-func-alist): Remove entries for
1052 `list', `vector', `make-byte-code', `call-process',
1053 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1054 `logand', `logior', and `logxor'.
1055
1056 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1057 image bits to compensate. Use `make-string' instead of
1058 `make-bool-vector' (XBM apparently wants byte-aligned rows).
1059
1060 2001-10-20 Kim F. Storm <storm@cua.dk>
1061
1062 * simple.el (kill-ring-save): Don't show extent of copied region
1063 if using transient-mark-mode and region is fully visible.
1064
1065 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1066
1067 * (Version 21.1 released.)
1068
1069 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1070
1071 * files.el (auto-mode-alist): Associate .indent.pro with
1072 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1073
1074 2001-10-18 Sam Steingold <sds@gnu.org>
1075
1076 Put the *Compile-Log* buffer in `compilation-mode'.
1077 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1078 (byte-compile-log-1, byte-compile-log-file)
1079 (displaying-byte-compile-warnings): Use it
1080
1081 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1082
1083 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1084
1085 * xml.el (xml-parse-tag): Use eq on char-after's return value.
1086
1087 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1088
1089 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1090
1091 * obsolete/hilit19.el (hilit-lookup-face-create):
1092 Call set-face-font only if display-graphic-p.
1093 (toplevel): Remove references to window-system.
1094
1095 2001-10-18 Miles Bader <miles@gnu.org>
1096
1097 * simple.el (what-line): Avoid problems with field properties.
1098
1099 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1100
1101 * wid-edit.el (widget-field-face, widget-single-line-field-face):
1102 Define special colors for a tty.
1103
1104 2001-10-17 Francesco Potorti` <pot@gnu.org>
1105
1106 * comint.el (comint-password-prompt-regexp): Make it less
1107 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1108
1109 2001-10-17 John Wiegley <johnw@gnu.org>
1110
1111 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1112 a regular file, before checking if it is a directory or symlink.
1113 This avoids a call to eshell-file-attributes, which can be
1114 expensive in some situations.
1115
1116 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1117 customization variable, to differentiate ls-in-dired from regular
1118 uses of ls.
1119
1120 2001-10-17 Miles Bader <miles@gnu.org>
1121
1122 * custom.el (defface): Mention `:inherit' in doc-string.
1123
1124 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1125
1126 * paren.el: Update the Commentary with installation instructions.
1127
1128 2001-10-15 Dave Love <fx@gnu.org>
1129
1130 * international/mule.el (set-auto-coding): Fix regexps for local
1131 variables section not to eat newlines.
1132
1133 2001-10-15 Miles Bader <miles@gnu.org>
1134
1135 * simple.el (display-message-or-buffer): Pass the correct buffer
1136 to `display-buffer'.
1137
1138 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
1139
1140 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
1141 (executable-find): Use exec-suffixes.
1142 (executable-set-magic): Don't use make-local-hook.
1143
1144 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
1145
1146 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
1147
1148 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
1149 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
1150 Add .so to the Unix and GNU branch.
1151
1152 * international/latin-1.el:
1153 * international/latin-2.el:
1154 * international/latin-3.el:
1155 * international/latin-4.el:
1156 * international/latin-5.el:
1157 * international/latin-8.el:
1158 * international/latin-9.el: Add no-byte-compile: t, since
1159 Makefile.in instructs make-docfile to look at .el files.
1160
1161 2001-10-14 Miles Bader <miles@gnu.org>
1162
1163 * button.el (define-button-type): Allow supertype property to be
1164 specified with a keyword `:supertype' too.
1165 (button-put, make-text-button): Allow button type property to be
1166 specified using the keyword `:type' too.
1167 (button-type): New function.
1168 (button): Add `button-category-symbol' property.
1169
1170 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
1171
1172 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
1173 indent-new-comment-line from comment-indent-new-line.
1174
1175 * textmodes/refill.el (refill-mode):
1176 Bind DEL to backward-delete-char-untabify.
1177 Set backward-delete-char-untabify-method to `hungry'.
1178
1179 * textmodes/bib-mode.el (bib-mode):
1180 * play/gomoku.el (gomoku-mode):
1181 * textmodes/page-ext.el (pages-directory-mode):
1182 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
1183
1184 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
1185
1186 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
1187
1188 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1189 Handle here-docs differently.
1190 (sh-font-lock-heredoc): Remove.
1191 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
1192 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
1193 (sh-font-lock-open-heredoc): New functions.
1194 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
1195 (sh-font-lock-keywords-1): Use regexp-opt.
1196 (sh-in-comment-or-string): Use syntax-ppss.
1197 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
1198 (sh-select, sh-tmp-file): Add explicit terminating \n.
1199
1200 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
1201 Use with-current-buffer.
1202 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
1203 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
1204 filename), catch any error that occurs in `ange-ftp-cd'.
1205 If an error happened, don't bother sending `cmd' at all.
1206 Fix a parenthesis typo.
1207 (ange-ftp-write-region): Don't blindly use binary if the remote host
1208 is unix-like.
1209
1210 * play/pong.el (pong-init): Don't use make-local-hook.
1211
1212 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
1213
1214 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
1215 (viper-get-ex-address-subr): More precise addr for the $ marker
1216
1217 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1218
1219 * version.el (emacs-version): Bump to 21.1.50.
1220
1221 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1222
1223 * mail/mailalias.el (mail-directory-stream): Do not double
1224 variables in the lambda-list.
1225
1226 * play/gomoku.el (gomoku-init-display): Ditto.
1227
1228 * play/landmark.el (lm-init-display): Ditto.
1229
1230 * delim-col.el (delimit-columns-rectangle-max): Ditto.
1231 (delimit-columns-rectangle-line): Ditto.
1232
1233 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
1234
1235 * newcomment.el (comment-region-internal): Don't rebind
1236 invisibility_spec now that the C routines handle it correctly.
1237
1238 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
1239
1240 * frame.el (special-display-popup-frame): Obey new specs `same-window'
1241 and `same-frame'.
1242
1243 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
1244
1245 * simple.el (minibuffer-local*-map): Remove redundant bindings.
1246
1247 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
1248 C-p and C-r. Remove redundant bindings from inheriting maps.
1249
1250 * progmodes/cperl-mode.el: Merged in changes from v4.32.
1251 After 4.23 and: After 4.24:
1252 (cperl-contract-levels): Restore position.
1253 (cperl-beautify-level): Likewise.
1254 (cperl-beautify-regexp): Likewise.
1255 (cperl-commentify): Rudimental support for length=1 runs
1256 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
1257 After 4.25:
1258 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
1259 (imenu-example--create-perl-index): Was not enforcing
1260 syntaxification-to-the-end.
1261 (cperl-invert-if-unless): Allow `for', `foreach'.
1262 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
1263 Mark qw(), m()x as indentable.
1264 (cperl-init-faces): Highlight `sysopen' too.
1265 Highlight $var in `for my $var' too.
1266 (cperl-invert-if-unless): Was leaving whitespace at end.
1267 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
1268 (cperl-calculate-indent): Remove old commented out code.
1269 Support (primitive) indentation of qw(), m()x.
1270 After 4.26:
1271 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
1272 q [] with intervening newlines.
1273 (cperl-autoindent-on-semi): New customization variable.
1274 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
1275 (cperl-tips): Mention how to make CPerl the default mode.
1276 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
1277 (cperl-outline-level): New function.
1278 (cperl-highlight-variables-indiscriminately): New customization var.
1279 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
1280 From Sean Kamath <kamath@pogo.wv.tek.com>.
1281 (cperl-after-block-p): Support CHECK and INIT.
1282 (cperl-init-faces, cperl-short-docs): Likewise and "our".
1283 From Doug MacEachern <dougm@covalent.net>.
1284 After 4.27:
1285 (cperl-find-pods-heres): Recognize \"" as a string.
1286 Mark whitespace between q and [] as `syntax-type' => `prestring'.
1287 Allow whitespace between << and "FOO".
1288 (cperl-problems): Remove \"" and q [] with intervening newlines.
1289 Mention multiple <<EOF as unsupported.
1290 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
1291 (cperl-indent-parens-as-block): New configuration variable.
1292 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
1293 Use `cperl-indent-parens-as-block'.
1294 (cperl-find-pods-heres): Test for =cut without empty line instead of
1295 complaining about no =cut.
1296 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
1297 (cperl-find-pods-heres): Likewise.
1298 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
1299 POD could've been marked as comment already.
1300 (cperl-unwind-to-safe): Unwind before start of POD too.
1301 After 4.28:
1302 (cperl-forward-re): Throw an error at proper moment REx unfinished.
1303 After 4.29:
1304 (x-color-defined-p): Make an extra case to peacify the warning.
1305 Toplevel: `defvar' to peacify the warnings.
1306 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
1307 No -nw-compile time warnings now.
1308 (cperl-find-tags): TAGS file had too short substring-to-search.
1309 Be less verbose in non-interactive mode
1310 (imenu-example--create-perl-index): Set index-marker after name
1311 (cperl-outline-regexp): New variable.
1312 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
1313 (cperl-mode): Made use `cperl-outline-regexp'.
1314 After 4.30:
1315 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
1316 (cperl-outline-level): Make start-of-file same level as `package'.
1317 After 4.31:
1318 (cperl-electric-pod): `head1' and `over' electric only if empty.
1319 (cperl-unreadable-ok): New variable.
1320 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
1321 on an unreadable file.
1322 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
1323 on an unreadable directory.
1324
1325 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1326 Consider the text between two errors as belonging to the first error.
1327 (compilation-goto-locus): Use pop-to-buffer rather than
1328 switch-to-buffer-other-frame.
1329
1330 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
1331 (awk-font-lock-syntactic-keywords): New var.
1332 (awk-mode): Use it.
1333
1334 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
1335
1336 * faces.el (describe-face): Call help-setup-xref earlier.
1337
1338 * jka-compr.el (jka-compr-load-suffixes): New var.
1339 (jka-compr-install): Add its content to load-suffixes.
1340 (jka-compr-uninstall): Remove its content from load-suffixes.
1341
1342 2001-10-12 Sam Steingold <sds@gnu.org>
1343
1344 * bindings.el (completion-ignored-extensions): CL-related
1345 extensions are platform-independent.
1346
1347 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
1348 asynchronous multiple file copying.
1349
1350 2001-10-12 Gerd Moellmann <gerd@gnu.org>
1351
1352 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1353 Turn error for repeated variables into warning.
1354
1355 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1356 New function checking that lambda-list consists of non-constant
1357 symbols, that &rest and &optional are followed by variable names,
1358 that &rest VAR is the last element, and that variables aren't doubled.
1359 (byte-compile-lambda): Use it.
1360
1361 2001-10-12 Eli Barzilay <eli@barzilay.org>
1362
1363 * calculator.el (calculator-eng-display): Don't call concat
1364 with an integer argument.
1365
1366 2001-10-12 Miles Bader <miles@gnu.org>
1367
1368 * help-mode.el (help-customize-face): New button-type.
1369
1370 * faces.el (list-faces-display): Fix args to `help-xref-button'.
1371 (describe-face): Fix args to `help-xref-button'.
1372 Don't switch to help-buffer around call to `help-setup-xref'.
1373 Use `help-buffer' instead of hard-wired "*Help*".
1374 Require `help-mode'.
1375
1376 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1377
1378 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
1379
1380 * help-mode.el (help-buffer): New function.
1381 Returns the buffer-name to use for help output.
1382 Change all the code to use it instead of hard-coding *Help*.
1383 (help-mode-map): Put back the mouse-2 binding.
1384 (help-xref-stack): Change the format and make buffer-local.
1385 (help-xref-stack-item): Make buffer-local.
1386 (help-setup-xref): Do the `push' here rather than in help-do-xref.
1387 (help-xref-interned): Display the face doc as well.
1388 (help-follow-mouse): Re-introduce.
1389 (help-xref-go-back): Adapt to the new use of help-xref-stack.
1390 (help-do-xref): Don't `push' any more.
1391 (help-follow): Also follow face names.
1392
1393 * help-funs.el (describe-function-1): Remove unused `parens' arg.
1394 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
1395 Autoload and cleanup.
1396 (describe-function): Call help-setup-xref.
1397 (describe-variable): Call help-setup-xref earlier.
1398
1399 * help.el (describe-bindings-internal): New fun moved from keymap.c.
1400 (view-lossage): Call help-setup-xref correctly and earlier.
1401 (describe-bindings): Call help-setup-xref earlier.
1402 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
1403 (describe-mode): Don't autoload. Call help-setup-xref earlier.
1404
1405 2001-10-11 Gerd Moellmann <gerd@gnu.org>
1406
1407 * master.el (master-mode): Use define-minor-mode instead of
1408 easy-mmode-define-minor-mode. Add autload cookie.
1409 (Commentary): Remove the line showing how to autoload master-mode,
1410 since it's always autoloaded.
1411
1412 * master.el: New file.
1413
1414 2001-10-11 Dave Love <fx@gnu.org>
1415
1416 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
1417 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
1418 <const-C varset-X const-C>: Fix car/cdr typo.
1419
1420 2001-10-11 Gerd Moellmann <gerd@gnu.org>
1421
1422 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
1423 New function extracted from byte-compile-log-1.
1424 (byte-compile-log-1): Change output to be more in line with
1425 the output of other GNU tools.
1426 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
1427 (byte-compile-report-error): Downcase error message.
1428 Use `error' instead of `!!' for error messages.
1429 (byte-compile-print-syms): Treat non-interactive case specially.
1430 (displaying-byte-compile-warnings): Use backquote.
1431 (byte-compile-from-buffer): Bind byte-compile-last-line.
1432 (batch-byte-compile): Remove `Done' message.
1433
1434 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1435
1436 * emacs-lisp/copyright.el (copyright): Add final \n.
1437
1438 2001-10-11 Miles Bader <miles@gnu.org>
1439
1440 * diff.el (diff): Display default values in prompts as
1441 `(default ...)', not `(...)'.
1442
1443 * info.el (Info-follow-reference): Likewise.
1444
1445 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
1446
1447 * emacs-lisp/autoload.el (doc-string-elt): Remove.
1448
1449 * newcomment.el (comment-indent): Be a little more robust in case
1450 comment-indent-function does funny things.
1451 (comment-normalize-vars): Autoload.
1452 (comment-region-internal): Fiddle with the visibility spec.
1453 (comment-valid-prefix): New function.
1454 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
1455 that would turn comment-text into non-comment-text.
1456
1457 * emacs-lisp/syntax.el: New file.
1458
1459 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
1460 compatibility cruft.
1461 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
1462 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
1463 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
1464 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
1465 tcl-submit-bug-report.
1466 (tcl-mode-syntax-table): Leave \f alone.
1467 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
1468 tcl-end-of-defun, tcl-submit-bug-report.
1469 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
1470 (tcl-add-emacs-menu): Remove.
1471 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
1472 (tcl-keyword-list): Add `chain'.
1473 (tcl-font-lock-syntactic-keywords): New variable.
1474 (tcl-pps-has-arg-6): Remove.
1475 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
1476 (tcl-internal-mark-defun): Remove.
1477 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
1478 (tcl-mode): Use define-derived-mode. Simplify.
1479 Set comment-indent-function.
1480 (tcl-indent-command): Use line-beginning-position and comment-indent.
1481 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1482 (tcl-indent-line): Use tcl-calculate-indent.
1483 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
1484 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
1485 (tcl-filter): Use with-current-buffer, simplify.
1486 (inferior-tcl-mode): Use define-derived-mode.
1487 (tcl-hairy-in-comment): Renamed tcl-in-comment.
1488 (tcl-simple-in-comment, tcl-in-comment): Removed.
1489 (tcl-files-alist): New function.
1490 (tcl-help-snarf-commands): Use it and return the result directly
1491 rather than through a global variable.
1492 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
1493 (tcl-help-on-word): Provide the default value to completing-read.
1494 (tcl-hilit): Remove.
1495 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
1496 (tcl-comment-indent): New function.
1497 (tcl-submit-bug-report): Remove.
1498 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
1499 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
1500 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
1501
1502 2001-10-10 Miles Bader <miles@gnu.org>
1503
1504 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
1505 (Info-fontify-node): Don't fontify the node if it's already been done.
1506
1507 2001-10-10 Gerd Moellmann <gerd@gnu.org>
1508
1509 * international/iso-transl.el (iso-transl-e-caret)
1510 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
1511 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
1512
1513 * simple.el (end-of-buffer): Fix code scrolling specially
1514 for the buffer end.
1515
1516 * startup.el (command-line-1): Bind tab-width to 8.
1517
1518 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1519
1520 * emulation/tpu-edt.el: Use defalias instead of fset for
1521 user-visible commands. From Rob Riepel
1522 <riepel@Networking.Stanford.EDU>.
1523
1524 2001-10-09 Gerd Moellmann <gerd@gnu.org>
1525
1526 * ruler-mode.el: New file.
1527
1528 2001-10-09 Miles Bader <miles@gnu.org>
1529
1530 * apropos.el (button): New require.
1531
1532 * help-funs.el: New file, contents mostly from `help.el'.
1533 (describe-variable): Use `condition-case' instead of `ignore-errors'.
1534
1535 * help-mode.el: New file, contents mostly from `help.el'.
1536
1537 * help.el: Don't require `view' when compiling.
1538 (help-with-tutorial, describe-function, describe-function-1)
1539 (variable-at-point, describe-variable, locate-library):
1540 Functions moved into `help-funs.el'.
1541 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
1542 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
1543 (help-setup-xref, help-xref-following, help-make-xrefs)
1544 (help-xref-button, help-insert-xref-button, help-xref-interned)
1545 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
1546 (help-xref-on-pp): Functions moved into `help-mode.el'
1547 (help-mode-map, help-xref-stack, help-xref-stack-item)
1548 (help-highlight-p, help-highlight-face, help-back-label)
1549 (help-xref-symbol-regexp, help-xref-mule-regexp)
1550 (help-xref-info-regexp): Variables moved into `help-mode.el'.
1551 (help-symbol, help-back, help-info, help-customize-variable)
1552 (help-function-def, help-variable-def):
1553 Button-types moved into `help-mode.el'.
1554 (load-symbol-file-load-history, symbol-file):
1555 Functions moved into `subr.el'.
1556 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
1557 (view-lossage): Call `help-setup-xref' instead of doing it manually.
1558
1559 * subr.el (symbol-file-load-history-loaded)
1560 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
1561
1562 * loadup.el ("button"): Load removed.
1563
1564 * button.el (define-button-type): Respect any `supertype' property.
1565 (button-type-subtype-p, button-has-type-p): New functions.
1566
1567 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
1568 dollar-signs.
1569
1570 * comint.el (comint-insert-previous-argument): New function.
1571 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
1572 (comint-insert-previous-argument-last-start-pos)
1573 (comint-insert-previous-argument-last-index): New variables.
1574
1575 * apropos.el (apropos-next-label-button): Use the presence of a
1576 `apropos-label' property to detect label buttons.
1577
1578 2001-10-08 Miles Bader <miles@gnu.org>
1579
1580 * button.el (next-button, previous-button): Remove N and WRAP
1581 parameters. Don't pay attention to `skip' properties.
1582 (forward-button): Implement wrapping, iterating, and skipping here
1583 instead.
1584 (button-activate): USE-MOUSE-ACTION is optional.
1585 (button-nop): Function removed.
1586 (default-button): Use `ignore' as default button action.
1587
1588 * apropos.el (apropos-next-label-button): Update arguments to
1589 `next-button'.
1590 (apropos-symbol): Add `skip' property.
1591 (apropos-function, apropos-macro, apropos-command)
1592 (apropos-variable, apropos-face, apropos-group, apropos-widget)
1593 (apropos-plist): New button types.
1594 (apropos-label-properties): Variable removed.
1595 (apropos-print): Pass button-type to apropos-print-doc, rather
1596 than help function and label text.
1597 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
1598 Get button label from TYPE.
1599
1600 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
1601
1602 * help.el (help-mode): Use define-derived-mode.
1603 (describe-mode): Add optional `buffer' arg.
1604 Use it instead of going through help-xref-mode.
1605 Avoid doubling the word `minor' when prettifying.
1606 (describe-function-1): List the corresponding key bindings.
1607 (describe-variable): Say if the var is automatically buffer-local.
1608 If the source is `loaddefs.el', look for the real source.
1609 (help-xref-mode): Remove.
1610
1611 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
1612 the file says no-byte-compile.
1613
1614 2001-10-08 Miles Bader <miles@gnu.org>
1615
1616 * button.el (next-button, previous-button): Respect `skip' property.
1617
1618 2001-10-07 Miles Bader <miles@gnu.org>
1619
1620 * woman.el (woman-mode-map): Copy button-buffer-map instead of
1621 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
1622 `woman-follow-word' instead of `woman-mouse-2'.
1623 (woman-follow-word): Renamed from `woman-mouse-2'.
1624 Follow current unconditionally, since this function is now only
1625 bound to M-mouse-2. Use accessor functions.
1626 (WoMan-highlight-references): Use `make-text-button'.
1627 (woman-xref): New button type.
1628
1629 * loadup.el ("faces"): Move load before loading "loaddefs.el".
1630 ("button"): New load, just before "help" (which uses it).
1631
1632 * help.el (help-mode-map): Make button-buffer-map our parent.
1633 Don't bind mouse events or tab/backtab.
1634 (help-function, help-variable, help-face, help-coding-system)
1635 (help-input-method, help-character-set, help-back, help-info)
1636 (help-customize-variable, help-function-def, help-variable-def):
1637 New button types.
1638 (help-button-action): New function.
1639 (describe-function-1): Pass help button-types to
1640 `help-xref-button' rather than help function and help-echo string.
1641 Don't put multiple help-function args in a list to pass them to
1642 help-xref-button, just pass them as multiple arguments.
1643 Use `help-insert-xref-button' to make [back]-button, rather than
1644 `help-xref-button'.
1645 (help-xref-button): Take a button-type TYPE as a parameter rather
1646 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
1647 and add a &rest parameter ARGS to serve the same purpose.
1648 Use `make-text-button' to add the button.
1649 (help-insert-xref-button): Use `insert-text-button' to add the button.
1650 (help-follow-mouse, help-next-ref, help-previous-ref):
1651 Functions removed.
1652 (help-do-xref): New function.
1653 (help-follow): Use `push-button' and `help-do-xref' to do most of
1654 the work.
1655
1656 * apropos.el (apropos-symbol, apropos-label): New button types.
1657 (apropos-symbol-button-display-help)
1658 (apropos-label-button-display-help, apropos-next-label-button):
1659 New functions.
1660 (apropos-mode-map): Make button-buffer-map our parent.
1661 Don't bind mouse events.
1662 (apropos-print, apropos-print-doc): Create buttons instead of text
1663 properties.
1664 (apropos-mouse-follow): Function removed.
1665 (apropos-follow): Use buttons.
1666
1667 * button.el: New file.
1668
1669 2001-10-07 Gerd Moellmann <gerd@gnu.org>
1670
1671 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
1672 Remove.
1673
1674 2001-10-05 Richard M. Stallman <rms@gnu.org>
1675
1676 * add-log.el (add-change-log-entry): Skip copyright notice
1677 and copying permission notice at start of file, if any.
1678 Make use of terms "entry" and "item" accord with Emacs manual.
1679 Simplify the logic for moving point while entering or creating
1680 an entry and then an item.
1681 (add-change-log-entry-other-window): Doc fix.
1682
1683 2001-10-06 Miles Bader <miles@gnu.org>
1684
1685 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
1686 removed; they apparently don't work with faces.
1687
1688 2001-10-05 Sam Steingold <sds@gnu.org>
1689
1690 * textmodes/sgml-mode.el (html-xhtml): New user option.
1691 (html-tag-alist, html-horizontal-rule, html-image, html-line)
1692 (html-ordered-list, html-unordered-list, html-list-item)
1693 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
1694 (sgml-skip-close-p): New function.
1695 (sgml-value): Use it.
1696
1697 2001-10-05 Sam Steingold <sds@gnu.org>
1698
1699 * calendar/diary-lib.el (diary-entry-compare): When times are
1700 identical, compare the entries lexicographically.
1701
1702 2001-10-06 Miles Bader <miles@gnu.org>
1703
1704 * rfn-eshadow.el (rfn-eshadow-update-overlay):
1705 Use `minibuffer-prompt-end'.
1706
1707 * simple.el (previous-matching-history-element): Fix misplaced
1708 parentheses.
1709
1710 2001-10-05 Miles Bader <miles@gnu.org>
1711
1712 * rfn-eshadow.el: New file.
1713
1714 2001-10-05 Miles Bader <miles@gnu.org>
1715
1716 * cus-face.el (custom-face-attributes): Make sure each attribute
1717 has a valid default value. Remove hacks that mapped `nil' to
1718 `off' and used nil to mean `unspecified'. Remove `unspecified'
1719 choices from all attributes (unspecified is handled by the parent
1720 checklist).
1721 * cus-edit.el (custom-face-edit-convert-widget)
1722 (custom-face-edit-deactivate, custom-face-edit-activate)
1723 (custom-face-edit-delete, custom-face-edit-attribute-tag):
1724 New functions.
1725 (custom-face-edit): Specify a custom :convert-widget.
1726 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
1727 Don't pass in default filters that map between `nil' and `off' and
1728 `unspecified' and `nil'.
1729
1730 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1731
1732 * progmodes/compile.el (compilation-buffer-name): New function.
1733 (compile-internal): Use it to determine the name of the
1734 compilation buffer.
1735
1736 2001-10-05 Miles Bader <miles@gnu.org>
1737
1738 * progmodes/compile.el (grep-use-null-device): New variable.
1739 (grep-command): Mention `grep-use-null-device'.
1740 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
1741 Make computation of `grep-command' respect `grep-use-null-device'.
1742 (grep): Respect `grep-use-null-device'.
1743 Call `grep-compute-defaults' even if grep-command is set, if
1744 grep-use-null-device is still tentative.
1745
1746 * subr.el (call-process-shell-command): New function.
1747
1748 2001-10-05 Miles Bader <miles@gnu.org>
1749
1750 * simple.el (previous-matching-history-element)
1751 (next-history-element, next-complete-history-element): Use
1752 `minibuffer-' functions instead of calling `field-' functions directly.
1753 (minibuffer-prompt-end, minibuffer-contents):
1754 (minibuffer-contents-no-properties, delete-minibuffer-contents):
1755 Functions removed (now subrs).
1756 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
1757
1758 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
1759 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
1760 instead of calling `field-' functions directly.
1761 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
1762
1763 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1764
1765 * files.el (find-file-noselect): If file's read-only status has
1766 changed on disk, ask if buffer's read-only status should be
1767 changed, unless NOWARN is set.
1768
1769 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
1770 alias for define-setf-method.
1771
1772 * bindings.el: Remove no-byte-compile from file local variables
1773 to enable bootstrapping.
1774
1775 2001-10-04 Andrew Innes <andrewi@gnu.org>
1776
1777 * faces.el (face-font-registry-alternatives) [windows-nt]:
1778 Make gb2312 an alias for gb2312.1980.
1779
1780 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
1781
1782 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
1783 (uniquify-reverse-components): Remove.
1784
1785 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1786 Make sure the file is readable.
1787 (byte-compile-file): Don't compile if `no-byte-compile' is set.
1788 (byte-compile-defvar): Update to reflect the change in Fdefvar.
1789 (batch-byte-recompile-directory): Pass arg=0.
1790
1791 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
1792 (perl-calculate-indent): Use it.
1793 (perl-backward-to-noncomment): Use forward-comment.
1794
1795 * derived.el (define-derived-mode, derived-mode-make-docstring):
1796 Allow `parent' to be nil.
1797
1798 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
1799 Use define-derived-mode.
1800 (nroff-mode-map, nroff-mode-syntax-table): Massage.
1801
1802 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
1803
1804 * emacs-lisp/lselect.el: Use facep iso find-face.
1805
1806 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1807 Use regexp-opt.
1808 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
1809 (lisp-font-lock-syntactic-face-function): New function.
1810 (lisp-mode-variables): Use it. Make arg optional.
1811 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
1812 (lisp-mode): Don't pass an arg to lisp-mode-variables.
1813 Set comment-start-skip.
1814
1815 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
1816
1817 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
1818 (ignore-errors): Don't bother using a `err' symbol.
1819
1820 * emacs-lisp/autoload.el (autoload-ensure-default-file)
1821 (autoload-insert-section-header, autoload-before-p)
1822 (autoload-remove-section): New functions.
1823 (generate-file-autoloads): Use them.
1824 (update-file-autoloads): Use them. Return FILE if there's no cookie.
1825 Make sure the autoload file is properly formatted when creating it.
1826 (update-autoloads-from-directories): Use them as well.
1827 Only update autoloads for files whose timestamp has changed.
1828 Add a dummy entry to remember the files which had no autoload cookies.
1829
1830 * timer.el (timer-relative-time): Fix computation for negative `micro'.
1831
1832 * subr.el (define-key-after): Allow `key' to be longer than 1.
1833 (make-local-hook): Make obsolete.
1834 (add-hook, remove-hook): Don't use make-local-hook any more.
1835 (make-syntax-table): Inherit all chars from s-s-t.
1836
1837 2001-10-04 Gerd Moellmann <gerd@gnu.org>
1838
1839 This is a fix for a report saying that resuming a search with C-s
1840 C-s doesn't use the case-fold-search setting of the previous
1841 search (C-s ... M-c ... then C-s C-s).
1842
1843 * isearch.el (isearch-last-case-fold-search): New variable.
1844 (isearch-mode): Remember value of isearch-case-fold-search
1845 in isearch-last-case-fold-search.
1846 (isearch-done): Quote value of isearch-case-fold-search.
1847 (isearch-repeat): When resuming a search, restore
1848 isearch-case-fold-search from isearch-last-case-fold-search.
1849
1850 Added to NEWS.
1851
1852 * startup.el (inhibit-startup-buffer-menu): New user-option.
1853 (command-line-1): If inhibit-startup-buffer-menu is set, don't
1854 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
1855
1856 This allows upto 99999 messages in the summary without screwing up
1857 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
1858
1859 * mail/rmailsum.el (rmail-make-summary-line)
1860 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
1861 (rmail-summary-goto-msg, rmail-summary-goto-msg):
1862 Allow 5-digit message ids instead of 4.
1863
1864 This adds expansion of environment variables in the value
1865 specified with M-x setenv. Added to NEWS.
1866
1867 * env.el (substitute-env-vars): New function.
1868 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
1869 environment variables in VALUE. Return VALUE.
1870
1871 2001-10-04 Gerd Moellmann <gerd@gnu.org>
1872
1873 * Branch for 21.1.
1874
1875 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
1876
1877 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
1878
1879 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1880
1881 * emulation/tpu-edt.el: Make messages match original TPU/edt
1882 editor. From riepel@Stanford.EDU (Rob Riepel).
1883
1884 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
1885
1886 * rect.el: Update maintainer's email address.
1887
1888 2001-10-02 Andreas Schwab <schwab@suse.de>
1889
1890 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
1891 and Extended Passive Mode, resp.
1892
1893 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
1894
1895 These changes add support for Calendar-related items in the
1896 menu bar on tty's as well:
1897
1898 * calendar/calendar.el (calendar-mode-map): Require cal-menu
1899 unconditionally.
1900 (calendar-mode): Set up activate-menubar-hook unconditionally.
1901
1902 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
1903 calls x-popup-menu only if popup menus are supported.
1904 (calendar-mouse-insert-hebrew-diary-entry)
1905 (calendar-mouse-insert-islamic-diary-entry)
1906 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1907 (calendar-mouse-view-other-diary-entries)
1908 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
1909 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1910 Call cal-menu-x-popup-menu instead of x-popup-menu.
1911
1912 2001-10-01 Gerd Moellmann <gerd@gnu.org>
1913
1914 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
1915
1916 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
1917
1918 * emacs-lisp/rx.el: New file.
1919
1920 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
1921
1922 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
1923
1924 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
1925
1926 * frame.el (select-frame-by-name, other-frame): Doc fix.
1927
1928 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
1929
1930 * play/snake.el (snake-score-file): Use temporary-file-directory
1931 instead of a literal "/tmp". Suggested by Robert
1932 <robert@chezmarshall.freeserve.co.uk>.
1933
1934 * play/tetris.el (tetris-score-file): Ditto.
1935
1936 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
1937
1938 * apropos.el (apropos-print): Make the directions inserted at the
1939 beginning of the *Apropos* buffer more clear.
1940
1941 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
1942
1943 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
1944 Added comments.
1945
1946 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
1947
1948 * newcomment.el (comment-normalize-vars): Use " \t" rather than
1949 "\\s-" when defining comment-end-skip.
1950
1951 2001-09-27 Gerd Moellmann <gerd@gnu.org>
1952
1953 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
1954 Call get-buffer-window first second arg `visible'.
1955
1956 * international/mule-diag.el (list-input-methods-1):
1957 Output something that's independent of Emacs' version.
1958
1959 * tar-mode.el (tar-mode-write-file): Don't signal an error by
1960 calling byte-to-position with a nil tar-header-offset.
1961
1962 2001-09-27 Simon Josefsson <jas@extundo.com>
1963
1964 * mail/sendmail.el (send-mail-function): Doc fix.
1965 (mail-do-fcc): Error if header-end is not a marker.
1966 (mail-do-fcc): Add a comment.
1967 (mail-reply-to): Doc fix.
1968 (mail-signature): Make ATPOINT optional.
1969 (mail-yank-original): Use cond instead of nestled if.
1970
1971 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
1972
1973 * info.el (Info-on-current-buffer): Default arg to "Top".
1974
1975 2001-09-25 Eli Barzilay <eli@barzilay.org>
1976
1977 * calculator.el (calculator-copy-displayer): New user-option.
1978 (calculator-displayer-prev, calculator-displayer-next):
1979 Renamed from calculator-displayed-{left,right}.
1980 (calculator, calculator-standard-displayer)
1981 (calculator-num-to-string, calculator-update-display)
1982 (calculator-copy, calculator-put-value): Bug and display fixes.
1983
1984 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1985
1986 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
1987 (ebnf-version): New version (3.6.1).
1988
1989 * ebnf-bnf.el: Fix character range regexp. Doc fix.
1990 (ebnf-bnf-non-terminal-chars): New internal const.
1991 (ebnf-bnf-lex): Fix code.
1992
1993 * ebnf-iso.el: Fix character range regexp. Doc fix.
1994 (ebnf-iso-non-terminal-chars): New internal const.
1995 (ebnf-iso-lex): Fix code.
1996
1997 * ebnf-yac.el: Fix character range regexp. Doc fix.
1998 (ebnf-yac-skip-chars): New internal const.
1999 (ebnf-yac-skip-code): Fix code.
2000
2001 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2002
2003 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2004
2005 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2006 passing it to VC.
2007
2008 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2009 case where the file is relative.
2010
2011 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2012
2013 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2014 same on each side. Make sure we properly handle simple quotes.
2015 From Daiki Ueno <ueno@unixuser.org>.
2016
2017 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2018
2019 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2020 <jas@extundo.com>.
2021
2022 * menu-bar.el (top-level): Minor fixes for text of help-echo in
2023 some items of the Options menu.
2024
2025 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2026
2027 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
2028
2029 * vc-hooks.el (vc-delete-automatic-version-backups):
2030 Don't fail if the directory doesn't exist.
2031
2032 * diff-mode.el (diff-default-read-only): New var.
2033 (diff-mode): Use it.
2034
2035 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
2036
2037 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
2038 Use make-keymap instead of copy-keymap, since copying the global
2039 keymap messes up the menu bar.
2040
2041 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
2042 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2043
2044 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
2045
2046 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2047
2048 * dired-aux.el (dired-insert-subdir): Pass switches to
2049 dired-build-subdir-alist.
2050
2051 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2052
2053 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2054 caused %#a and %#b to be mis-formatted.
2055
2056 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
2057
2058 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2059 ccmode, emacs-mime, and eudc manuals.
2060
2061 2001-09-19 Sam Steingold <sds@gnu.org>
2062
2063 w32 find cannot be used with `grep-find'.
2064 * progmodes/compile.el (find-program): New variable.
2065 (grep-compute-defaults): Use it to set `grep-find-command'.
2066
2067 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2068
2069 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2070
2071 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2072
2073 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2074 programming. Doc fix.
2075 (ebnf-version): New version (3.6).
2076 (ebnf-eps-begin): Data fix.
2077 (ebnf-begin-file): Code fix.
2078
2079 * ebnf-bnf.el: Doc fix.
2080 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2081
2082 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2083
2084 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2085
2086 * ps-print.el: Better face mapping for black/white PostScript printers.
2087 Check if mark is active when printing a region. Doc fix.
2088 (ps-print-version): New version number (6.5.5).
2089 (ps-print-color-p): Customization fix.
2090 (ps-black-white-faces): New option.
2091 (ps-black-white-faces-alist): New internal var.
2092 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2093 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2094 (ps-nb-pages-region): Interactive fix.
2095 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2096 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2097
2098 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
2099
2100 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2101 numeric month value, and allow the Kanji character after the it to
2102 be missing (happens with ls-lisp's output on Japanese versions of
2103 MS-Windows).
2104
2105 2001-09-18 Miles Bader <miles@gnu.org>
2106
2107 * diff-mode.el (diff-mode): Don't make the buffer read-only if
2108 it's empty (and thus probably a new patch file about to be edited).
2109
2110 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2111
2112 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2113 Check for '(' in column 0 of doc string.
2114
2115 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2116 of `nth' so that using a vector as bounding-box works.
2117 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2118
2119 2001-09-17 Andre Spiegel <spiegel@gnu.org>
2120
2121 * vc.el (vc-annotate): Use current workfile version explicitly as
2122 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2123
2124 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2125
2126 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2127 convert-standard-filename doesn't guarantee that the .el extension
2128 is preserved.
2129
2130 * dos-fns.el (convert-standard-filename): Replace invalid
2131 characters only after converting dash/underscore to a period.
2132 (original-make-auto-save-file-name): New.
2133 (make-auto-save-file-name): New function, overrides the definition
2134 on files.el and calls the original function via
2135 original-make-auto-save-file-name.
2136
2137 * mail/rmail.el (top-level): Require mule-utils when compiling.
2138 (rmail-decode-babyl-format): Use detect-coding-with-priority
2139 instead of detect-coding-region, to favor detection of emacs-mule
2140 encoded Babyl files written by rmailout.el etc. Suggested by
2141 Kenichi Handa <handa@etl.go.jp>.
2142
2143 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
2144
2145 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
2146 Use `equal', not `=', since the device number can be a cons cell.
2147
2148 2001-09-14 Gerd Moellmann <gerd@gnu.org>
2149
2150 * simple.el: Comment out change of 2001-09-13.
2151
2152 2001-09-13 Milan Zamazal <pdm@zamazal.org>
2153
2154 * progmodes/compile.el (grep-compute-defaults): Don't set
2155 grep-command/grep-find-command when it is already non-nil.
2156 (grep-command): Make it a user option.
2157 (grep-find-command): Likewise.
2158
2159 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
2160
2161 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
2162 inhibit quit.
2163
2164 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
2165
2166 * files.el (make-auto-save-file-name): If long file names are not
2167 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2168 generating an auto-save file name from it.
2169
2170 2001-09-13 Gerd Moellmann <gerd@gnu.org>
2171
2172 * ps-print.el (ps-print-region, ps-print-region-with-faces)
2173 (ps-nb-pages-region): Signal an error if called interactively
2174 and the mark is not active.
2175
2176 * simple.el (minibuffer-prompt-modification)
2177 (minibuffer-prompt-insertion): New functions.
2178 (minibuffer-prompt-properties): Use `modification-hooks' and
2179 `insert-in-front-hooks'.
2180
2181 2001-09-12 Richard M. Stallman <rms@gnu.org>
2182
2183 * textmodes/outline.el (outline-regexp): Doc fix.
2184 Initialize it in the defcustom, the usual way.
2185
2186 2001-09-12 Gerd Moellmann <gerd@gnu.org>
2187
2188 * ediff-mult.el (ediff-get-meta-info): Take into account that data
2189 from `ediff-meta-info' properties need not be an overlay.
2190 From David Ponce <dponce@voila.fr>.
2191
2192 * isearch.el (isearch-intersects-p): Fix end checks.
2193
2194 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
2195
2196 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2197 `t' branch of `cond', since Irix 6.1 and up is a special case of
2198 the standard dbx interface.
2199
2200 2001-09-11 Miles Bader <miles@gnu.org>
2201
2202 * comint.el (comint-send-input): When waiting for echoed input,
2203 don't save the expected end position in `echo-end', so that things
2204 work properly even if the buffer is modified elsewhere at the same
2205 time [this happens if `comint-truncate-buffer' is used].
2206
2207 2001-09-11 Gerd Moellmann <gerd@gnu.org>
2208
2209 * textmodes/outline.el (outline-mode): Use `^' and a shy group
2210 when constructing imenu-generic-expression from outline-regexp.
2211
2212 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2213
2214 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
2215 `equal' instead of `=', since they can be cons cells. From Nils
2216 Goesche <cartan@cartan.de>.
2217
2218 2001-09-10 Andre Spiegel <spiegel@gnu.org>
2219
2220 * vc.el (vc-annotate): Rewrote doc string.
2221
2222 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2223
2224 * time-stamp.el: Update Stephen Gildea's email address.
2225
2226 2001-09-10 Gerd Moellmann <gerd@gnu.org>
2227
2228 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
2229 enable-multibyte-characters = nil. From Hallvard B Furuseth
2230 <h.b.furuseth@usit.uio.no>.
2231
2232 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
2233
2234 * ediff-init.el (ediff-highest-priority): Bug fix.
2235
2236 * viper-cmd.el (viper-special-read-and-insert-char): New function
2237 that reads a character and uses the current input method or
2238 iso-accents when appropriate.
2239
2240 * viper.el and all others: Corrections to the comment blocks at
2241 the top.
2242
2243 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
2244
2245 * info.el (Info-goto-node): Doc fix.
2246
2247 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2248
2249 * isearch.el (isearch-intersects-p): New function.
2250 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
2251 use isearch-intersects-p, and clean up.
2252
2253 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2254
2255 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
2256 and "german8", for the new German orthography dictionaries,
2257 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
2258 the entries, to keep the line length balanced for loaddefs.el.
2259
2260 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
2261
2262 * comint.el (comint-send-input): Handle comint-process-echoes
2263 differently.
2264
2265 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2266
2267 * locate.el (locate-insert-header): Remove unnecessary whitespace.
2268
2269 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2270
2271 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
2272
2273 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2274
2275 * server.el (server-switch-buffer):
2276 * textmodes/refer.el (refer-find-entry-internal):
2277 * term/sup-mouse.el (sup-pos-to-window):
2278 * term/bg-mouse.el (bg-window-from-x-y):
2279 * emacs-lisp/edebug.el (edebug-window-live-p):
2280 Use get-window-with-predicate.
2281
2282 * window.el (get-window-with-predicate): Renamed from some-window.
2283 (some-window): Make it an alias.
2284
2285 2001-09-06 Gerd Moellmann <gerd@gnu.org>
2286
2287 * simple.el (undo): Remove positions from buffer-undo-list up to
2288 the next undo boundary only.
2289
2290 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
2291
2292 * makefile.nt (install): Don't copy sc.el. Reported by Richard
2293 Kim <ryk@dspwiz.com>
2294
2295 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
2296 the message "Creating customization items...done".
2297
2298 2001-09-05 Gerd Moellmann <gerd@gnu.org>
2299
2300 * font-lock.el (toplevel): Require `jit-lock' only if
2301 font-lock-support-mode is set to jit-lock-mode.
2302
2303 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
2304
2305 * international/quail.el (quail-use-package, quail-inactivate)
2306 (quail-activate): Mention the hooks these functions run in their
2307 doc strings.
2308
2309 2001-09-05 Edward M. Reingold <reingold@iit.edu>
2310
2311 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
2312 of file in header of menu.
2313
2314 2001-09-04 Gerd Moellmann <gerd@gnu.org>
2315
2316 * env.el (setenv): Interactively, if VARIABLE has a current value,
2317 add that to the front of the history, as the doc string says.
2318
2319 * comint.el (comint-send-input): Change help-echo.
2320 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
2321
2322 * bookmark.el (bookmark-write-file): Bind print-length and
2323 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
2324
2325 * obsolete/uncompress.el: Moved there from lisp/.
2326
2327 * comint.el (comint-insert-clicked-input): Goto point-max before
2328 deleting previous input. From "Dr Francis J. Wright"
2329 <F.J.Wright@qmw.ac.uk>.
2330
2331 * simple.el (backward-word): Doc fix.
2332
2333 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2334
2335 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
2336 * uncompress.el, uniquify.el, vc.el, view.el, window.el
2337 * w32-fns.el: Add Keywords header.
2338
2339 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
2340
2341 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
2342 "Text Properties". Suggested by Simon Marshall
2343 <Simon.Marshall@midas-kapiti.com>.
2344
2345 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2346
2347 * term/mac-win.el (mac-drag-n-drop): Decode file name by
2348 consulting the value of file-name-coding-system.
2349
2350 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
2351
2352 * help.el (describe-function-1): Save precomputed `file-name' rather
2353 than recomputing it (incorrectly) with `symbol-file'.
2354
2355 2001-09-03 Gerd Moellmann <gerd@gnu.org>
2356
2357 * international/isearch-x.el (isearch-exit-recursive-edit):
2358 Take three parameters, since it's used as an after-change-function.
2359
2360 * emacs-lisp/backquote.el (backquote-backquote-symbol)
2361 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
2362 from doc strings.
2363
2364 2001-09-02 Milan Zamazal <pdm@zamazal.org>
2365
2366 * progmodes/glasses.el (glasses-convert-to-unreadable):
2367 Consider underscores as in `glasses-make-readable'.
2368
2369 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2370
2371 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
2372 MS-DOS, since cpp might not be available.
2373
2374 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
2375 Mention "yank" in the help-echo text.
2376 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2377
2378 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
2379
2380 * newcomment.el (comment-indent): Insert spaces more carefully.
2381
2382 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2383
2384 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
2385 exists. From Andy Petrusenco <andy@int.spb.ru>.
2386
2387 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
2388 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
2389 <andy@int.spb.ru>.
2390
2391 2001-08-31 Gerd Moellmann <gerd@gnu.org>
2392
2393 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
2394 Instead of running mouse-yank-at-click, see what the event is
2395 bound to outside Isearch and run that.
2396
2397 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2398
2399 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
2400 Fix the menu entry to mention transient-mark-mode.
2401
2402 2001-08-30 Gerd Moellmann <gerd@gnu.org>
2403
2404 * simple.el (eval-expression-print-level): Fix last change.
2405
2406 * bindings.el (mode-line-coding-system-map): New variable.
2407 (mode-line-mule-info): Give the "%Z" a local-map keymap.
2408
2409 * simple.el (eval-expression-print-level): Change the type
2410 of the defcustom to allow nil.
2411
2412 * emacs-lisp/find-gc.el: Moved here from lisp/.
2413
2414 * international/quail.el (quail-completion-1):
2415 Reverse the ((CHAR . DEFN) ...) list before processing it.
2416 From Kenichi Handa <handa@etl.go.jp>.
2417
2418 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
2419 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
2420
2421 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
2422
2423 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
2424 aren't supported. This avoids the annoying gray strip drawn by
2425 the Windows version instead of the missing tool bar.
2426
2427 2001-08-29 Gerd Moellmann <gerd@gnu.org>
2428
2429 * menu-bar.el (menu-bar-options-menu): Make option text, messages
2430 and tooltips more consistent. From "Marshall, Simon"
2431 <Simon.Marshall@midas-kapiti.com>.
2432
2433 * startup.el (fancy-splash-screens): Temporarily set
2434 minor-mode-map-alist to nil while displaying splash screens.
2435
2436 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2437
2438 * buff-menu.el: Add Keywords header.
2439 Doc fix (C-x C-b is bound to list-buffers).
2440
2441 * dired-x.el: Add keyword files to get listed in finder.
2442 Remove confusing notes about GNU Emacs 19.
2443
2444 * dired.el, dired-aux.el: Add Keywords header.
2445
2446 2001-08-28 Andre Spiegel <spiegel@gnu.org>
2447
2448 * vc.el (vc-revert-file): Call the backend even if the FILE's
2449 contents can be reverted locally; pass new arg CONTENTS-DONE
2450 down to the backend.
2451
2452 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
2453 optional arg CONTENTS-DONE.
2454
2455 2001-08-28 Andrew Innes <andrewi@gnu.org>
2456
2457 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
2458
2459 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2460
2461 * makefile.nt (install): Copy more *.el files.
2462
2463 2001-08-28 Gerd Moellmann <gerd@gnu.org>
2464
2465 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
2466 instead of `w' which is already in use.
2467
2468 * gs.el (gs-load-image): Use sleep-for.
2469 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2470
2471 2001-08-28 Miles Bader <miles@gnu.org>
2472
2473 * replace.el (query-replace-regexp-eval): Return args from
2474 `interactive' form in correct order.
2475
2476 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2477
2478 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
2479 major modes, don't create panes for modes for which
2480 mouse-buffer-menu-alist returns an empty alist.
2481
2482 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
2483
2484 * progmodes/hideshow.el: Update first-line description.
2485 Sync comments w/ maintainer version 5.31.
2486
2487 (hs-isearch-open): Default value now `code'.
2488 Fix docstring to use "code blocks" vs "comment blocks",
2489 as opposed to "block" vs "comment".
2490 (hs-flag-region): Accept `hs-isearch-open' value
2491 of `block' as synonymous w/ `code'.
2492 (hs-hide-block-at-point): For code blocks, pass `code'
2493 to `hs-flag-region' instead of `block'.
2494
2495 2001-08-28 Miles Bader <miles@gnu.org>
2496
2497 * comint.el (comint-next-prompt): Don't loop infinitely if
2498 {next,previous}-single-char-property-change returns its input
2499 position when the search fails.
2500
2501 2001-08-27 Miles Bader <miles@gnu.org>
2502
2503 * comint.el (comint-get-old-input-default): Don't signal an error
2504 if point is not on an input field; instead, return the current
2505 line (using `comint-bol' to skip any prompt, in case we're not
2506 using fields at all).
2507
2508 * man.el (Man-mode-line-format): Variable removed.
2509 (Man-mode): Change `mode-line-buffer-identification' instead of
2510 `mode-line-format'.
2511
2512 2001-08-27 Gerd Moellmann <gerd@gnu.org>
2513
2514 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
2515 From Simon Josefsson <jas@extundo.com>.
2516
2517 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
2518
2519 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
2520 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2521
2522 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
2523 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2524
2525 * emacs-lisp/lselect.el: Ditto.
2526
2527 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
2528 Remove periods from the end of error message strings.
2529 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2530
2531 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
2532 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2533
2534 * net/telnet.el: Ditto.
2535
2536 2001-08-26 Gerd Moellmann <gerd@gnu.org>
2537
2538 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
2539 KEYMAP to the call to define-minor-mode.
2540
2541 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
2542
2543 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
2544 Replace some of the undefined characters with emulations of bidi
2545 formatting characters and Niqud as per SI 1311-1.
2546 (IT-unicode-translations): Ditto.
2547 (IT-display-table-setup, IT-setup-unicode-display):
2548 Fill characters without translations with dos-unsupported-char-glyph.
2549
2550 2001-08-24 Simon Josefsson <jas@extundo.com>
2551
2552 * hl-line.el (hl-line-mode): Don't be a global mode.
2553 (global-hl-line-mode): New function.
2554
2555 2001-08-24 Gerd Moellmann <gerd@gnu.org>
2556
2557 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
2558 being reset by Ghostscript. Don't kill the gs process.
2559 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2560
2561 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2562
2563 * term/mac-win.el: Require scroll-bar.
2564
2565 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
2566
2567 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
2568
2569 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
2570
2571 * hexl.el (hexl-insert-multibyte-char) New function.
2572 (hexl-quoted-insert, hexl-self-insert-command)
2573 (hexl-insert-hex-char, hexl-insert-decimal-char)
2574 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
2575 Fix the doc strings accordingly.
2576 (hexl-insert-char): Reject characters whose code is above 255.
2577 Doc fix.
2578 (hexl-mode-map): Copy the global keymap instead of creating a
2579 sparse keymap, and bind all self-inserting characters to
2580 hexl-self-insert-command.
2581
2582 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
2583
2584 * wid-edit.el (text): Re-order docstring correctly.
2585
2586 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
2587
2588 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
2589
2590 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
2591
2592 * simple.el (line-number-mode): Mention the variable
2593 line-number-display-limit-width in the doc string.
2594
2595 2001-08-22 Gerd Moellmann <gerd@gnu.org>
2596
2597 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
2598 Temporarily select EVENT's window for switching buffers.
2599 (mode-line-bury-buffer): New function.
2600 (mode-line-buffer-identification-keymap): Use it instead of
2601 bury-buffer. Bind down-mouse events to prevent global down-mouse
2602 events from shining through.
2603
2604 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
2605
2606 * newcomment.el (comment-beginning): Make sure the comment-start
2607 we found isn't a comment-end (in cases where confusion is possible).
2608
2609 2001-08-22 Miles Bader <miles@gnu.org>
2610
2611 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
2612 before writing it, so that hard-links don't see new version.
2613
2614 2001-08-21 Gerd Moellmann <gerd@gnu.org>
2615
2616 * gs.el (gs-set-ghostview-colors-window-prop):
2617 Call x-change-window-property with 3rd arg FRAME.
2618 (gs-load-image): Wait for a previous Ghostscript process
2619 to complete before starting a new one.
2620
2621 * image.el (image-type-regexps): Make sure that the TIFF
2622 pattern is only matched at the beginning of a string.
2623 From Markus Rost <rost@math.ohio-state.edu>.
2624
2625 * international/swedish.el: Pre-Mule file removed. From Jonas
2626 Oberg <jonas@gnu.org>.
2627
2628 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
2629
2630 * whitespace.el (whitespace-abort-on-error): Add custom variable
2631 to whitespace to abort a write-file if whitespace is detected in file.
2632
2633 * whitespace.el (whitespace-write-file-hook): Hook to be called
2634 when writing a file. If `whitespace-abort-on-error' is set, the
2635 write will abort on detecting whitespaces.
2636 If `whitespace-auto-cleanup' is set, the file will be cleaned
2637 automatically prior to writing.
2638
2639 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
2640 whitespaces in the error output!
2641
2642 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
2643 `indent-tabs-mode', since the latter notes user preferences on
2644 TABs anyway.
2645
2646 * whitespace.el (whitespace-version): 3.1. All of the above issues
2647 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
2648
2649 2001-08-20 Gerd Moellmann <gerd@gnu.org>
2650
2651 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
2652 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2653
2654 * whitespace.el (whitespace-global-mode): Add autoload cookie.
2655
2656 2001-08-20 Alex Schroeder <alex@gnu.org>
2657
2658 * sql.el (sql-db2): Doc change.
2659
2660 2001-08-20 Alex Schroeder <alex@gnu.org>
2661
2662 * sql.el (sql-postgres): Add the database at the end of the
2663 parameters instead of at the beginning.
2664 (sql-postgres-options): Doc change.
2665
2666 2001-08-17 Gerd Moellmann <gerd@gnu.org>
2667
2668 * custom.el (defcustom): Doc fix.
2669
2670 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2671
2672 * ps-mule.el (find-composition): Check if (char-after POS)
2673 returns a valid character.
2674
2675 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
2676
2677 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
2678 original-point for extra CR characters that are added/removed when
2679 the buffer is written/read whose EOL type is -dos.
2680
2681 2001-08-16 Miles Bader <miles@gnu.org>
2682
2683 * simple.el (line-move): Undo previous change.
2684
2685 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
2686 property to input-terminating `boundary' overlays to avoid
2687 line-move wierdness.
2688
2689 2001-08-16 Gerd Moellmann <gerd@gnu.org>
2690
2691 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
2692 buffer in a save-restriction. Under one test case with Ediff,
2693 window-scroll-functions are run with a window start that's
2694 temporarily outside of the restriction.
2695
2696 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
2697
2698 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
2699 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
2700 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
2701 (texinfo-update-menu-region-beginning)
2702 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
2703 command, @ifnottex, to regexps, so it is found.
2704
2705 2001-08-16 Andrew Innes <andrewi@gnu.org>
2706
2707 * makefile.nt (DONTCOMPILE): Omit bindings.el.
2708 (DONTCOMPILE): Omit sc.el.
2709
2710 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
2711 (DONTCOMPILE): Omit sc.el.
2712
2713 2001-08-16 Gerd Moellmann <gerd@gnu.org>
2714
2715 * replace.el (occur): Bind inhibit-read-only to t.
2716
2717 2001-08-16 Miles Bader <miles@gnu.org>
2718
2719 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
2720 calling `constrain-to-field', to avoid problems with comint prompts.
2721
2722 2001-08-15 Gerd Moellmann <gerd@gnu.org>
2723
2724 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
2725 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
2726
2727 * ediff-mult.el (ediff-get-meta-info): Fix the condition
2728 of a while-loop.
2729
2730 * Makefile.in (DONTCOMPILE): Remove sc.el.
2731
2732 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
2733 Don't include term/.
2734
2735 * mail/sc.el: Moved to obsolete/.
2736
2737 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2738
2739 * ps-print.el: Change error function arguments to follow Emacs
2740 message convention. Doc fix.
2741 (ps-print-version): New version number (6.5.4).
2742 (coding-system-for-write): Change declaration position to avoid
2743 XEmacs compilation gripes.
2744 (coding-system-for-read, buffer-file-coding-system):
2745 Declarations to avoid XEmacs compilation gripes.
2746
2747 * ps-mule.el: Doc fix.
2748 (ps-mule-encode-header-string): If STRING is not a string, replace
2749 STRING by empty string.
2750
2751 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
2752
2753 * frame.el (show-trailing-whitespace): Doc fix.
2754
2755 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
2756
2757 * desktop.el (desktop-save): Insert the coding: tag before
2758 desktop-header.
2759
2760 2001-08-13 Gerd Moellmann <gerd@gnu.org>
2761
2762 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
2763 its path from $els.
2764
2765 * image.el (image-jpeg-p): Fix call of substring.
2766
2767 2001-08-10 Gerd Moellmann <gerd@gnu.org>
2768
2769 * play/animate.el (animate-string): Doc fix. Use a buffer
2770 name with stars in it.
2771 (animate-sequence): New function.
2772 From Richard Stallman <rms@gnu.org>.
2773
2774 * frame.el (select-frame-set-input-focus): New function
2775 extracted from other-frame.
2776 (other-frame): Use it.
2777 (next-multiframe-window, previous-multiframe-window): Use it.
2778
2779 * isearch.el (isearch-other-meta-char): Don't switch to the
2780 buffer of a window clicked on, when the current buffer is
2781 in Isearch mode.
2782
2783 * image.el (image-jpeg-p): Test for APPn markers in the range
2784 #xe0..#xef.
2785
2786 2001-08-09 Gerd Moellmann <gerd@gnu.org>
2787
2788 * desktop.el (desktop-save): Don't use concat to form a file
2789 name, use expand-file-name.
2790
2791 * mouse.el (mouse-delete-window): Do nothing if frame has just
2792 one window.
2793
2794 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
2795 for the minor mode name.
2796
2797 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
2798 minor mode name.
2799
2800 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
2801 instead of make-mode-line-mouse2-map.
2802
2803 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
2804 the minor mode name.
2805
2806 * emacs-lisp/easy-mmode.el (define-minor-mode):
2807 Use mode-line-minor-mode-keymap for the minor mode name.
2808
2809 * calendar/calendar.el (calendar-mode-line-format):
2810 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
2811
2812 * bindings.el (make-mode-line-mouse-map): Renamed from
2813 make-mode-line-mouse2-map. Take additional arg MOUSE.
2814 (mode-line-modified): Use mouse-3 instead of mouse-2.
2815 (mode-line-buffer-identification-keymap): Bind keys differently.
2816 (propertized-buffer-identification): Adapt help-echo to new bindings.
2817
2818 * bindings.el (mode-line-format): Specify help-echo for line
2819 number, column number and buffer-percent part of the mode-line.
2820
2821 * image.el (image-type-regexps): Allow whitespace at the start
2822 of the image data for XPM, XBM and Postscript, which are
2823 text files.
2824 (image-jpeg-p): Correct calculation of next field offset.
2825
2826 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2827
2828 * battery.el: Fix typo.
2829
2830 2001-08-08 Gerd Moellmann <gerd@gnu.org>
2831
2832 * image.el (image-type-regexps): Allow predicates. Change the way
2833 JPEG images are recognized.
2834 (image-jpeg-p): New function.
2835 (image-type-from-data): Handle predicates in image-type-regexps.
2836
2837 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
2838 #:, #x, #o, and similar constructs.
2839
2840 2001-08-07 Gerd Moellmann <gerd@gnu.org>
2841
2842 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
2843
2844 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
2845 instead of `progn'.
2846
2847 * tar-mode.el (tar-extract): Avoid generating a new buffer
2848 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
2849
2850 * textmodes/paragraphs.el (forward-sentence): Avoid building
2851 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
2852
2853 * progmodes/executable.el (executable-set-magic):
2854 If executable-find returns a quoted file name, unquote it before
2855 inserting it.
2856
2857 * image.el (image-type-regexps): For JPEG files, use a regexp
2858 derived from the JFIF spec.
2859
2860 * image.el (image-type-regexps): Use `\`' instead of `^' in
2861 most regular expressions.
2862
2863 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2864
2865 * play/animate.el: Re-insert a reference to re-inserted function.
2866
2867 2001-08-06 Gerd Moellmann <gerd@gnu.org>
2868
2869 * help.el (describe-function-1): Use find-function-search-for-symbol
2870 instead of find-function-noselect because the latter follows aliases.
2871
2872 * play/animate.el (animate-birthday-present): Re-insert.
2873
2874 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
2875 Handle old-style menu definitions.
2876
2877 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2878
2879 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
2880 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
2881
2882 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
2883 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
2884 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
2885
2886 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2887
2888 * textmodes/tildify.el: Milan Zamazal has new address.
2889
2890 2001-08-03 Gerd Moellmann <gerd@gnu.org>
2891
2892 * custom.el (custom-set-variables): Don't test `custom-requests'
2893 properties, check the third element of the options passed to
2894 custom-set-variables instead.
2895
2896 * info.el (info-insert-file-contents): Use info-file-exists-p
2897 instead of file-exists-p.
2898
2899 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
2900 the mode-line face is restored. Fix several bugs.
2901
2902 * replace.el (perform-replace): Doc fix.
2903
2904 2001-08-02 Francesco Potorti` <pot@gnu.org>
2905
2906 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
2907 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
2908 (uniquify-fix-item-base, uniquify-fix-item-filename)
2909 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
2910 Callers changed.
2911 (uniquify-set-proposed): Changed to work with a vector item.
2912 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
2913 the fix list, and a list of strings for the non-file buffer
2914 names. Both changes reduce consing.
2915 (uniquify-rationalize-a-list): Local variable renaming.
2916 (uniquify-rationalize-conflicting-sublist): Use member instead of
2917 assoc.
2918 (uniquify-rename-buffer): Use unless instead of if not.
2919
2920 2001-08-02 Gerd Moellmann <gerd@gnu.org>
2921
2922 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
2923
2924 * custom.el (custom-set-variables): Set options with :require
2925 clauses last.
2926
2927 * custom.el (defcustom): Doc fix.
2928
2929 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
2930
2931 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
2932
2933 * man.el (man): Mention Man-switches in the doc string.
2934 (Man-switches): Mention -a in the doc string.
2935
2936 * textmodes/ispell.el (ispell-alternate-dictionary):
2937 Add /usr/share/lib/dict/words, for Irix.
2938
2939 * bindings.el: Bind shifted and control-shifted kp-* keys to the
2940 corresponding non-kp keys. Suggested by Stephen Gildea
2941 <gildea@stop.mail-abuse.org>.
2942
2943 2001-08-01 Francesco Potorti` <pot@gnu.org>
2944
2945 * uniquify.el: These changes correct a corner case that the old
2946 code managed correctly.
2947 (uniquify-fix-item-proposed): Renamed from
2948 uniquify-fix-item-min-proposed.
2949 (uniquify-set-proposed): New function.
2950 (uniquify-rationalize-file-buffer-names): Code reshuffled for
2951 clarity and speed.
2952 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
2953 This is equivalent to what the old code did.
2954 (uniquify-rationalize-a-list): Never recompute the proposed
2955 name. Sort the conflicting sublist before rationalising it: this
2956 is equivalent to what the old code did, but one directory element
2957 at a time, and only when necessary.
2958 (uniquify-rationalize-conflicting-sublist): Recompute here the
2959 proposed name.
2960
2961 2001-08-01 Gerd Moellmann <gerd@gnu.org>
2962
2963 * play/animate.el: Add Keywords and Maintainer. Remove a
2964 reference to a removed function.
2965
2966 * play/animate.el (animate-string): Handle case that the string is
2967 longer than the window is wide.
2968
2969 2001-07-31 Gerd Moellmann <gerd@gnu.org>
2970
2971 * desktop.el (desktop-save): Bind coding-system-for-write to
2972 `emacs-mule' for write-region.
2973
2974 * delsel.el (delete-selection-pre-hook): Don't set this-command
2975 to `ignore' if the region is empty.
2976
2977 * international/mule.el (set-keyboard-coding-system):
2978 Set keyboard-coding-system.
2979
2980 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
2981 before accessing it.
2982
2983 2001-07-30 Andreas Schwab <schwab@suse.de>
2984
2985 * menu-bar.el (toggle-highlight-paren-mode):
2986 Use `(show-paren-mode)' as body.
2987
2988 2001-07-30 Andre Spiegel <spiegel@gnu.org>
2989
2990 * vc.el (vc-checkout-hook): New hook.
2991 (vc-checkout): Run it.
2992
2993 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
2994
2995 * progmodes/make-mode.el (makefile-macroassign-regex):
2996 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
2997
2998 2001-07-30 Gerd Moellmann <gerd@gnu.org>
2999
3000 * vc.el (vc-switch-backend): Fix autoload cookie.
3001
3002 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3003 the desktop file.
3004
3005 2001-07-30 Simon Josefsson <jas@extundo.com>
3006
3007 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3008 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3009
3010 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3011
3012 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3013 (last-sexp-toggle-display): Renamed from last-sexp-print.
3014 (last-sexp-toggle-display, eval-last-sexp-1):
3015 Use last-sexp-setup-props.
3016
3017 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3018 New user-options.
3019 (mouse-wheel-change-button): New function.
3020 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3021 (mwheel-scroll): Ditto.
3022
3023 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3024
3025 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3026 `...', compare with unabbreviated printed representation instead.
3027 (last-sexp-print): Bind print-length and print-level to nil.
3028
3029 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
3030 before assigning text properties. Make properties rear-nonsticky.
3031
3032 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
3033 (eval-last-sexp-1): Give printed text a `keymap' property and bind
3034 <mouse-2> and <RET> in that map to a function printing the
3035 unabbreviated value.
3036
3037 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
3038 is a buffer, put a text property `printed-value' on the printed
3039 representation, with the Lisp object printed as value.
3040
3041 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3042
3043 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3044 Mention the effect of eval-expression-print-length and
3045 eval-expression-print-level in the doc strings. Suggested by
3046 Kevin Gallagher <kevingal@onramp.net>.
3047
3048 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3049
3050 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3051 for buttons > 3.
3052 (xterm-mouse-translate): Handle the case that we don't get a
3053 down-event.
3054
3055 * emacs-lisp/find-func.el (find-function-regexp):
3056 Add easy-mmode-define-global-mode to the regexp. Allow newlines
3057 in front of the function name.
3058
3059 * isearch.el (isearch-other-meta-char): Fix last change.
3060
3061 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3062 similar events for which fake prefix keys are generated. It's no
3063 longer necessary since read_key_sequence doesn't modify these
3064 events for internal purposes anymore.
3065
3066 * files.el (auto-mode-alist): Use nroff-mode for files ending
3067 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
3068
3069 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3070
3071 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3072 tool-bar-lines parameter, behave as if its value were zero.
3073 (mouse-avoidance-set-pointer-shape): Don't do anything if
3074 x-pointer-shape is not boundp.
3075
3076 2001-07-23 Francesco Potorti` <pot@gnu.org>
3077
3078 * uniquify.el: Overall speedup changes when using many buffers.
3079 (uniquify-fix-item-base, uniquify-fix-item-filename)
3080 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3081 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3082 place in the item, but was never used.
3083 (uniquify-fix-item-min-proposed): New defalias: the fourth place
3084 in the item is now used as cache for the proposed name.
3085 (uniquify-rationalize-file-buffer-names): Move computation made on
3086 newbuffile out of the loop, in the newbuffile-nd local var.
3087 Use dolist (cosmetic change). Compute the proposed name for the most
3088 common case and cache it in the fourth place in the item.
3089 (uniquify-rationalize-file-buffer-names): Used to return a a list
3090 of buffer whose name was changed, but that return value was never used.
3091 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3092 the cached proposed name, does much less consing and is quicker.
3093 (uniquify-filename-lessp): Deleted.
3094 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3095 Do not bind locally the uniquify-possibly-resolvable flag. Use the
3096 cached proposed name is possible.
3097 (uniquify-get-proposed-name): Arguments changed, callers changed.
3098 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3099 uniquify-possibly-resolvable flag, which is no more bound locally.
3100 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3101 flag, which does not exist any more.
3102
3103 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3104
3105 * term/internal.el (IT-unicode-translations): Fix the appearance of
3106 "6`".
3107
3108 * progmodes/compile.el (compile-internal): If EMACS is already
3109 defined in the environment, don't override its value.
3110
3111 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3112
3113 * play/fortune.el: Undo change of 2001-07-13.
3114 Fix autoload cookies. Add types to defcustoms.
3115 (fortune) <defgroup>: Add :link.
3116 (fortune-from-region): Use eq, not eql.
3117 From Dave Love <fx@gnu.org>.
3118
3119 * play/animate.el (animate-birthday-present): Function removed.
3120
3121 * play/animate.el: New file.
3122
3123 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3124
3125 * startup.el (normal-top-level-add-subdirs-to-load-path):
3126 On Windows, put into normal-top-level-add-subdirs-inode-list the
3127 canonicalized names of the directories instead of inode numbers.
3128
3129 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
3130
3131 * ediff-util.el: Copyright years.
3132 (ediff-choose-syntax-table): New function.
3133 (ediff-setup): Use ediff-choose-syntax-table.
3134 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
3135 vc-state is available.
3136 (ediff-make-temp-file): Use ediff-coding-system-for-write.
3137
3138 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3139 with-syntax-table.
3140 (ediff-coding-system-for-read): From ediff-diff.el
3141 (ediff-coding-system-for-write): New variable.
3142 (ediff-highest-priority): Fixed the bug having to do with disappearing
3143 overlays.
3144 (ediff-file-remote-p): Use file-remote-p, if available.
3145 (ediff-listable-file): New function.
3146 (ediff-file-attributes): Use ediff-listable-file.
3147
3148 * ediff-mult.el (ediff-meta-insert-file-info1):
3149 Use ediff-listable-file.
3150
3151 * ediff-ptch.el (ediff-prompt-for-patch-file):
3152 Use ediff-coding-system-for-read.
3153 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
3154
3155 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
3156 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
3157
3158 * ediff.el: Date of last update, copyright years.
3159
3160 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3161
3162 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3163 of Scott Bronson.
3164 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3165 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3166 Deleted functions.
3167 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3168 ex-token-list.
3169 (viper-get-ex-address-subr): Convert registers to char data type.
3170
3171 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
3172 (viper-memq-char): Use viper-int-to-char.
3173 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
3174 vc-locking-state.
3175 (viper-read-key): Use viper-read-key-sequence.
3176
3177 * viper.el (viper-major-mode-modifier-list):
3178 Added inferior-emacs-lisp-mode.
3179 (this-major-mode-requires-vi-state): New function that uses simple
3180 heuristics to decide if vi state is appropriate.
3181 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
3182 (viper-non-hook-settings): Don't advise read-key-sequence.
3183 (viper-read-key-sequence): New function that replaces the
3184 previously used advice to read-key-sequence.
3185
3186 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
3187 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
3188 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
3189 (viper-open-line-at-point,viper-substitute,viper-overwrite)
3190 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
3191 Got rid of the negative character hack.
3192 (viper-escape-to-state,viper-replace-state-exit-cmd):
3193 Use viper-read-key-sequence.
3194 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
3195 (viper-minibuffer-standard-hook,viper-read-string-with-history):
3196 Don't override existing minibuffer-setup-hook.
3197 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
3198 Convert registers to char data type.
3199 (viper-autoindent): Use viper-indent-line.
3200
3201 * viper-keym.el: Use viper-exec-key-in-emacs.
3202
3203 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
3204
3205 * server.el (server-visit-files): Fix variable name typo.
3206
3207 2001-07-20 Gerd Moellmann <gerd@gnu.org>
3208
3209 * simple.el (delete-trailing-whitespace): Save match data
3210 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
3211
3212 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
3213
3214 * progmodes/compile.el (compilation-parse-errors): `linenum' might
3215 return a this-error using the alternative format (a pair of markers).
3216
3217 2001-07-19 Gerd Moellmann <gerd@gnu.org>
3218
3219 * font-lock.el (c++-keywords): Add Standard C++ operator names.
3220
3221 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
3222 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
3223
3224 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3225
3226 * international/iso-transl.el: Fix typo in the header of the file.
3227
3228 * textmodes/picture.el (picture): Doc fix.
3229
3230 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
3231 follow coding conventions in generated files.
3232
3233 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
3234
3235 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3236 (tool-bar-add-item): Don't call image-related primitives if the
3237 display doesn't support images.
3238
3239 * frame.el (display-images-p): New function.
3240
3241 2001-07-17 Gerd Moellmann <gerd@gnu.org>
3242
3243 * server.el (server-visit-files): Handle the case the specified
3244 column number is <= 0.
3245
3246 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
3247
3248 * startup.el (command-line-1): Add support for +LINE:COLUMN
3249 command line argument.
3250
3251 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3252
3253 * server.el (server-process-filter, server-visit-files):
3254 Add support for +LINE:COLUMN style emacsclient calls.
3255
3256 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3257
3258 * emacs-lisp/easy-mmode.el: Add Keywords header.
3259
3260 * play/pong.el: Author has new address.
3261
3262 * play/landmark.el: Author is no more reachable.
3263
3264 * play/handwrite.el: Author is no more reachable.
3265
3266 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
3267
3268 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
3269 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
3270 Complete bindings for F<1..12> keys.
3271 (global-map): Remove `undo' binding (already in the default).
3272 Replace `t<n>' bindings with `f<n>' bindings.
3273
3274 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3275
3276 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
3277 (tcl-mode): Use tcl-add-log-defun.
3278 (tcl-indent-line): Use tcl-calculate-indent.
3279 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
3280 (tcl-indent-exp): Renamed from indent-tcl-exp.
3281 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
3282 (tcl-indent-for-comment): Call comment-indent-function properly
3283 and handle the case where it returns nil.
3284
3285 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3286
3287 * calendar/cal-islam.el (calendar-goto-islamic-date):
3288 Remove autoload cookie.
3289
3290 * calendar/calendar.el (calendar-goto-islamic-date):
3291 Add call to autoload.
3292
3293 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3294
3295 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
3296 Don't change compile-auto-highlight globally.
3297 Don't bother with `font-lock-defaults' property since XEmacs
3298 also understands the `font-lock-defaults' variable.
3299 Use make-local-variable rather than make-variable-buffer-local.
3300 Don't `defconst' comment-indent-function: keep the default.
3301 Call easy-menu-add unconditionally.
3302 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
3303 (ada-create-menu): Use :included for Emacs as well.
3304
3305 * vc.el (vc-do-command): Autoload.
3306
3307 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
3308
3309 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3310
3311 * ps-print.el: Fix Author: header.
3312
3313 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3314
3315 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
3316 mouse-1 etc., bind them to `ignore'.
3317
3318 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
3319 send-invisible, which is already defined in Comint.
3320 (eshell-watch-for-password-prompt): Use it.
3321
3322 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3323
3324 * which-func.el (which-func-mode): Doc fix.
3325
3326 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
3327 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
3328 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
3329 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
3330 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
3331 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
3332 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
3333 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
3334 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
3335 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
3336 * emulation/edt-mapper.el, emulation/edt-pc.el,
3337 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
3338 * emulation/tpu-edt.el, emulation/tpu-extras.el,
3339 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
3340 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
3341 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
3342 * international/isearch-x.el, international/iso-cvt.el,
3343 * international/ogonek.el, international/quail.el,
3344 * international/utf-8.el, jit-lock.el, language/devan-util.el,
3345 * language/devanagari.el, language/ethio-util.el,
3346 * language/ethiopic.el, language/european.el, language/indian.el,
3347 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
3348 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
3349 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
3350 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
3351 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
3352 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
3353 * progmodes/autoconf.el, progmodes/cmacexp.el,
3354 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
3355 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
3356 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
3357 * progmodes/ebnf2ps.el, progmodes/executable.el,
3358 * progmodes/fortran.el, progmodes/idlw-shell.el,
3359 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
3360 * progmodes/m4-mode.el, progmodes/mantemp.el,
3361 * progmodes/meta-mode.el, progmodes/octave-inf.el,
3362 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
3363 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
3364 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
3365 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
3366 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
3367 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
3368 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
3369 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
3370 * textmodes/two-column.el, time-stamp.el, timezone.el,
3371 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
3372 * which-func.el, whitespace.el, wid-browse.el, widget.el,
3373 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
3374 conventions.
3375
3376 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3377
3378 * simple.el (set-variable): Require 'cus-edit' instead of
3379 `wid-edit', so that the Custom widgets get defined.
3380
3381 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3382
3383 * allout.el: A fix to follow coding conventions.
3384
3385 * find-lisp.el: A fix to follow coding conventions.
3386
3387 * term/w32-win.el: A fix to follow coding conventions.
3388
3389 * textmodes/sgml-mode.el: A fix to follow coding conventions.
3390
3391 * term/xterm.el: A fix to follow coding conventions.
3392
3393 * term/news.el: A fix to follow coding conventions.
3394
3395 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
3396 header line fixed.
3397
3398 * sun-curs.el: Fix Maintainer: header line.
3399
3400 * emacs-lisp/easymenu.el: Address of the author added.
3401
3402 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3403
3404 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
3405 property.
3406
3407 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3408
3409 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
3410 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
3411 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
3412 Some fixes to follow coding conventions.
3413
3414 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3415
3416 * which-func.el (which-func-mode): Doc fix.
3417
3418 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
3419
3420 * net/rcompile.el (remote-compile): Use make-local-variable.
3421
3422 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
3423
3424 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
3425
3426 * mail/reporter.el (reporter-submit-bug-report):
3427 Don't abuse make-variable-buffer-local. Fix call to add-hook.
3428
3429 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3430
3431 * calendar/cal-china.el, calendar/cal-coptic.el,
3432 * calendar/cal-dst.el, calendar/cal-french.el,
3433 * calendar/cal-hebrew.el, calendar/cal-islam.el,
3434 * calendar/cal-iso.el, calendar/cal-julian.el,
3435 * calendar/cal-mayan.el, calendar/cal-persia.el,
3436 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
3437 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
3438 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
3439 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
3440 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3441 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
3442 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
3443 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
3444 * progmodes/ada-xref.el, progmodes/cc-align.el,
3445 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
3446 * progmodes/cc-defs.el, progmodes/cc-engine.el,
3447 * progmodes/cc-langs.el, progmodes/cc-menus.el,
3448 * progmodes/cc-styles.el, progmodes/cc-vars.el,
3449 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
3450 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
3451 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
3452 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
3453 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
3454 * textmodes/reftex.el: Some fixes to follow coding
3455 conventions in Eshell files with known maintainers.
3456
3457 * emulation/viper.el: A fix to follow coding conventions.
3458
3459 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
3460 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
3461 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
3462 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
3463 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
3464 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
3465 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
3466 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
3467 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
3468 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
3469 conventions in Eshell files.
3470
3471 * composite.el, diff.el, emacs-lisp/levents.el,
3472 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
3473 * emulation/pc-mode.el, emulation/viper-cmd.el,
3474 * emulation/viper-ex.el, emulation/viper-init.el,
3475 * emulation/viper-keym.el, emulation/viper-macs.el,
3476 * emulation/viper-mous.el, emulation/viper-util.el,
3477 * emulation/viper.el, forms-pass.el, international/ccl.el,
3478 * international/characters.el, international/encoded-kb.el,
3479 * international/fontset.el, international/ja-dic-cnv.el,
3480 * international/ja-dic-utl.el, international/kinsoku.el,
3481 * international/kkc.el, international/mule-cmds.el,
3482 * international/mule-diag.el, international/mule-util.el,
3483 * international/mule.el, international/titdic-cnv.el,
3484 * language/china-util.el, language/chinese.el,
3485 * language/cyril-util.el, language/cyrillic.el, language/english.el,
3486 * language/greek.el, language/hebrew.el, language/japan-util.el,
3487 * language/japanese.el, language/korea-util.el, language/korean.el,
3488 * language/lao-util.el, language/lao.el, language/misc-lang.el,
3489 * language/slovak.el, language/thai-util.el, language/thai.el,
3490 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
3491 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
3492 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
3493 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
3494 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
3495 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
3496 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
3497 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
3498 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
3499 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
3500 to follow coding conventions in files without maintainer or in files
3501 with clear maintainer (but without Maintainer header stating so).
3502
3503 * emacs-lisp/elp.el: A fix to follow coding conventions.
3504
3505 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
3506 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
3507 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
3508 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
3509 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
3510 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
3511 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
3512 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
3513 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
3514 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
3515 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
3516 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
3517 conventions in files from Gnus.
3518
3519 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
3520 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
3521 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
3522 * echistory.el, electric.el, emacs-lisp/authors.el,
3523 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
3524 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
3525 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
3526 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
3527 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
3528 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
3529 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
3530 * international/codepage.el, international/iso-ascii.el,
3531 * international/iso-insert.el, international/iso-transl.el,
3532 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
3533 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
3534 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
3535 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
3536 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
3537 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
3538 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
3539 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
3540 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
3541 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
3542 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
3543 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
3544 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
3545 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
3546 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
3547 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
3548 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
3549 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
3550 * textmodes/tex-mode.el, textmodes/text-mode.el,
3551 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
3552 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
3553 * vt100-led.el, window.el: Some fixes to follow coding conventions in
3554 files maintained by FSF.
3555
3556 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3557
3558 * arc-mode.el: A fix to follow coding conventions.
3559
3560 * bindings.el: Ditto.
3561
3562 * cdl.el: Ditto.
3563
3564 * comint.el: Ditto.
3565
3566 * cus-start.el: Ditto.
3567
3568 * shell.el: Ditto.
3569
3570 * skeleton.el: Ditto.
3571
3572 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
3573
3574 * info.el (Info-build-node-completions):
3575 Make Info-current-file-completions buffer local.
3576
3577 2001-07-13 Gerd Moellmann <gerd@gnu.org>
3578
3579 * which-func.el (which-func-mode, which-func-ff-hook)
3580 (which-function-mode): Remove references to which-func-mode-global.
3581
3582 * calendar/cal-islam.el (calendar-goto-islamic-date):
3583 Add autoload cookie.
3584
3585 * play/fortune.el: Add types to defcustoms.
3586
3587 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3588
3589 * language/czech.el: A fix to follow coding conventions.
3590
3591 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3592
3593 * speedbar.el (speedbar-supported-extension-expressions): Add .g
3594 to the extension list, for antlr-mode. From Christoph Wedler
3595 <Christoph.Wedler@sap.com>.
3596
3597 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
3598
3599 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
3600 (vc-dired-mode-map): Fix the madness.
3601
3602 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
3603 (vc-prefix-map): Moved back from vc.el.
3604
3605 2001-07-11 Gerd Moellmann <gerd@gnu.org>
3606
3607 * mail/mail-extr.el (mail-extr-all-top-level-domains):
3608 Increase the size of the obarray.
3609 (mail-extr-all-top-level-domains): Add more toplevel domains,
3610 add more long names.
3611 From: Per Starback <starback@ling.uu.se>.
3612
3613 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3614
3615 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
3616 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3617
3618 * progmodes/ada-mode.el: Ditto.
3619
3620 * progmodes/ada-xref.el: Ditto.
3621
3622 2001-07-11 Miles Bader <miles@gnu.org>
3623
3624 * finder.el (finder-insert-at-column): Also move to the next line
3625 if exactly at COLUMN.
3626
3627 2001-07-10 Gerd Moellmann <gerd@gnu.org>
3628
3629 * help.el (describe-function-1): When printing FUNCTION's
3630 documentation, don't assume FUNCTION is a symbol.
3631
3632 * startup.el (normal-top-level): Don't operate on the initial
3633 frame if we failed to create one.
3634
3635 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
3636
3637 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
3638 itself, i.e. only indent the contents in it.
3639
3640 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
3641
3642 * mail/rmail.el (rmail-show-message): Show beginning of message in
3643 all windows containing it.
3644
3645 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
3646
3647 * term/tty-colors.el: Fix the header line and copyright years.
3648
3649 2001-07-09 Gerd Moellmann <gerd@gnu.org>
3650
3651 * emacs-lisp/advice.el (ad-make-advised-definition): If the
3652 original definition has an interactive form, but is Elp
3653 instrumented, use the interactive form of the function called by
3654 elp-wrapper.
3655
3656 * winner.el (winner-equal): Make it a defun. Don't compare Winner
3657 configurations with compare-window-configuration; they aren't
3658 window configurations.
3659
3660 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
3661 from the server for the format we expect. Don't use it if it
3662 doesn't look like what the Internet draft for FTP extensions specifies.
3663
3664 * toolbar/*.pbm: Cleaned up.
3665 From Luis Fernandes <elf@ee.ryerson.ca>.
3666
3667 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
3668
3669 * cc-cmds.el: Extended the kludge to interoperate with the
3670 delsel and pending-del packages wrt to the new function
3671 `c-electric-delete-forward'.
3672
3673 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
3674
3675 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
3676 to delay the call to <mode> for global minor modes.
3677 (easy-mmode-define-navigation): Only recenter if interactive.
3678
3679 2001-07-06 Gerd Moellmann <gerd@gnu.org>
3680
3681 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
3682 to lisp-indent-line.
3683
3684 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
3685 from the server. Call encode-time only when we are sure that we
3686 got a 213 response.
3687
3688 2001-07-06 Simon Josefsson <jas@extundo.com>
3689
3690 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
3691 (mail-envelope-from): New user option.
3692 (sendmail-send-it): Use it.
3693
3694 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3695
3696 * ps-print.el: Use locale dependant date to print date in header.
3697 Doc fix.
3698 (ps-print-version): New version number (6.5.3).
3699 (ps-right-header, ps-right-footer): Initialization and doc fix.
3700 (ps-time-stamp-locale-default): New fun.
3701
3702 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3703
3704 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
3705 field problem with MIME-mode.
3706
3707 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
3708
3709 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3710
3711 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
3712 MIME-mode.
3713
3714 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
3715
3716 * bindings.el (mode-line-mule-info): Don't show the tip with
3717 buffer-file-coding-system if that is nil.
3718
3719 2001-07-05 Gerd Moellmann <gerd@gnu.org>
3720
3721 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
3722 instead of kill-line.
3723
3724 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
3725 <Pavel@Janik.cz>.
3726
3727 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
3728 <Pavel@Janik.cz>.
3729
3730 2001-07-04 Gerd Moellmann <gerd@gnu.org>
3731
3732 * font-lock.el (c-font-lock-keywords-3): When matching something
3733 like `struct X Y', finish with point after Y.
3734
3735 2001-07-04 Simon Josefsson <jas@extundo.com>
3736
3737 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
3738 in caller buffer.
3739
3740 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
3741
3742 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
3743 instead of string-match to find the basename of the file.
3744 From Pascal Obry <p.obry@wanadoo.fr>.
3745
3746 * net/browse-url.el (browse-url-default-windows-browser):
3747 Support the MS-DOS port when it runs on Windows.
3748 (browse-url-browser-function) [ms-dos]: Default to
3749 browse-url-default-windows-browser.
3750
3751 * help.el (locate-library): Enable code that looks for compressed
3752 libraries if auto-compression-mode is on.
3753
3754 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
3755
3756 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
3757
3758 2001-07-02 Gerd Moellmann <gerd@gnu.org>
3759
3760 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
3761
3762 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
3763
3764 * allout.el: Fix the header line, so that finder.el recognizes it.
3765 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3766
3767 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
3768 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3769
3770 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
3771
3772 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
3773
3774 * ps-bdf.el (bdf-directory-list): Use the value relative to
3775 installation-directory for MS-Windows as well.
3776
3777 2001-06-29 Richard M. Stallman <rms@gnu.org>
3778
3779 * wid-edit.el (widget-color-sample-face-get):
3780 Return ((foreground-color . COLOR)) instead of constructing a face.
3781
3782 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
3783
3784 * faces.el (region): Change the background color for the
3785 light-background color display to lightgoldenrod2, to make it
3786 visible on some laptops.
3787
3788 2001-06-28 Richard M. Stallman <rms@gnu.org>
3789
3790 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
3791 (rmail-msg-restore-non-pruned-header): Likewise.
3792 If point was in the old pruned header, put it at the top.
3793 (rmail-msg-prune-header): If point was at the top, keep it there.
3794
3795 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
3796 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
3797
3798 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
3799
3800 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
3801
3802 2001-06-28 Karl Fogel <kfogel@red-bean.com>
3803
3804 * saveplace.el: Update maintainer email address.
3805
3806 2001-06-27 Francesco Potorti` <pot@gnu.org>
3807
3808 * uniquify.el: (uniquify-rationalize-file-buffer-names):
3809 Undo previous change.
3810
3811 2001-06-27 Francesco Potorti` <pot@gnu.org>
3812
3813 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
3814 preliminary quick reordering. Can speed things up dramatically.
3815
3816 2001-06-26 Richard M. Stallman <rms@gnu.org>
3817
3818 * dired.el (dired-get-filename): A file name starting with ~
3819 is not absolute in this context.
3820
3821 * which-func.el (which-func-maxout): Increase default to 500000.
3822 (which-function-mode): This is now the "real" name of the function.
3823 (which-func-mode): Now an alias.
3824 (which-func-mode-global): Name deleted.
3825
3826 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
3827 button-2, when binding hs-mouse-toggle-hiding.
3828
3829 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3830
3831 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
3832 (rmail-msg-prune-header): Likewise.
3833 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
3834 and `rmail-msg-prune-header'.
3835
3836 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
3837
3838 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
3839 back than LINEBEG.
3840
3841 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
3842
3843 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
3844 window where they clicked the mouse has a header line, adjust
3845 vertical movement by one.
3846
3847 2001-06-25 Milan Zamazal <pdm@zamazal.org>
3848
3849 * progmodes/glasses.el (glasses-make-readable): Consider underscores
3850 too when separating a parenthesis.
3851
3852 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
3853
3854 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
3855 (bookmark-bmenu-hide-filenames): Add help-echo to
3856 mouse-highlighted text.
3857 (bookmark-bmenu-show-filenames): Remove help-echo property from
3858 the whitespace.
3859
3860 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
3861
3862 * files.el (auto-mode-alist): Add configure.ac (autoconf).
3863 From Karl Eichwalder <ke@suse.de>.
3864
3865 2001-06-23 Richard M. Stallman <rms@gnu.org>
3866
3867 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
3868
3869 * progmodes/cc-styles.el (c-set-style): Don't specify initial
3870 contents for completing-read.
3871
3872 2001-06-22 Richard M. Stallman <rms@gnu.org>
3873
3874 * menu-bar.el (menu-bar-make-toggle): Construct the
3875 function's doc string from HELP, not DOC, and make it accurate by
3876 adding "Toggle whether to " at the front and downcasing the initial.
3877 Change the HELP arg in some calls to make it fit this usage.
3878
3879 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
3880 Undo previous change.
3881
3882 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
3883
3884 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
3885
3886 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
3887
3888 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
3889
3890 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
3891
3892 * dabbrev.el (dabbrev--select-buffers): Fix last change.
3893
3894 2001-06-20 Richard M. Stallman <rms@gnu.org>
3895
3896 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
3897 broken out from dabbrev--find-expansion. Handle minibuffer
3898 specially here.
3899 (dabbrev--find-expansion): Simplify code in various ways.
3900 Don't treat minibuffers specially.
3901 Call dabbrev--make-friend-buffer-list.
3902 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
3903 (dabbrev--scanning-message): Do nothing when minibuffer is current.
3904
3905 2001-06-19 John Wiegley <johnw@gnu.org>
3906
3907 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
3908 Also, added a comment describing how to greatly speedup Eshell
3909 loadup time, by concatenating together all of Eshell's .elc files.
3910
3911 2001-06-19 John Wiegley <johnw@gnu.org>
3912
3913 * eshell/esh-mode.el: Disabled a test that often yields false failures.
3914
3915 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
3916
3917 * woman.el (WoMan-highlight-references): Add help-echo to
3918 mouse-highlighted text.
3919
3920 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
3921
3922 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
3923
3924 2001-06-18 Gerd Moellmann <gerd@gnu.org>
3925
3926 * international/quail.el (quail-start-conversion):
3927 Reset quail-translating to nil.
3928
3929 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
3930 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
3931
3932 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
3933
3934 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
3935 mouse-highlighted text.
3936
3937 * dired.el (dired-mark-pop-up): Fix last change.
3938
3939 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
3940
3941 * calendar/calendar.el (generate-calendar-month): Add help-echo to
3942 mouse-highlighted text.
3943
3944 * net/quickurl.el (quickurl-url-file): Run through
3945 convert-standard-filename.
3946 (quickurl-list-populate-buffer): Add help-echo to
3947 mouse-highlighted text.
3948 (top-level): Update Dave's URL.
3949
3950 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
3951 mouse-highlighted text.
3952
3953 * textmodes/page-ext.el (pages-copy-header-and-position):
3954 Add help-echo to mouse-highlighted text.
3955
3956 * tar-mode.el (tar-header-block-summarize): Add help-echo to
3957 mouse-highlighted text.
3958
3959 * replace.el (occur): Add help-echo to mouse-highlighted text.
3960
3961 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
3962 mouse-highlighted text.
3963
3964 * progmodes/cpp.el (cpp-make-button): Add help-echo to
3965 mouse-highlighted text.
3966
3967 * progmodes/compile.el (compile-reinitialize-errors):
3968 Add help-echo to mouse-highlighted messages.
3969 (compilation-forget-errors): Remove help-echo property as well.
3970
3971 * play/landmark.el (lm-plot-square, lm-init-display):
3972 Add help-echo to mouse-highlighted text.
3973
3974 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
3975 Add help-echo to mouse-highlighted text.
3976
3977 * dired.el (dired-insert-set-properties): Add help-echo to
3978 mouse-highlighted text.
3979 (dired-mark-pop-up): Remove help-echo property from the file name.
3980
3981 * comint.el (comint-send-input): Add help-echo to
3982 mouse-highlighted text.
3983
3984 * buff-menu.el (list-buffers-noselect): Add help-echo to
3985 mouse-highlighted text.
3986
3987 * arc-mode.el (archive-summarize-files): Add help-echo to
3988 mouse-highlighted text.
3989
3990 * ffap.el (ffap-machine-p): Always return nil if
3991 open-network-stream is not fboundp.
3992
3993 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
3994
3995 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
3996 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
3997 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
3998 incorrectly binding chars between 128 and 256 to it.
3999 (sgml-maybe-name-self): Handle latin-1 chars properly.
4000 (sgml-tags-invisible): Bind buffer-file-name to nil.
4001 Use unwind-protect and restore-buffer-modified-p.
4002 (sgml-point-entered): Use buffer-substring-no-properties.
4003 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4004 (html-mode): Don't force `imenu-sort-function'.
4005
4006 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4007
4008 * tar-mode.el: Fix the copyright notice.
4009
4010 * font-lock.el (font-lock-comment-face): For tty's with dark
4011 background, use "red1", since "lightred" is not one of the colors
4012 recognized by tty-colors.el.
4013
4014 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4015 create a buffer for extracted file, in case there's more than one
4016 file by that name in an archive, possibly in different
4017 directories. From Kevin Rodgers <kevinr@ihs.com>.
4018
4019 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4020 <alex@gnu.org>.
4021
4022 2001-06-15 Miles Bader <miles@gnu.org>
4023
4024 * textmodes/texinfmt.el (texinfo-format-syntax-table):
4025 Revert previous change.
4026
4027 2001-06-14 Richard M. Stallman <rms@gnu.org>
4028
4029 * replace.el (keep-lines-read-args): Return just a regexp.
4030 Provide nil for the region args.
4031 (keep-lines, flush-lines, how-many):
4032 Calculate the defaults for the region here, when args are nil.
4033
4034 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4035
4036 * rot13.el (rot13-other-window): Some more doc fix.
4037
4038 2001-06-14 Per Starback <starback@ling.uu.se>
4039
4040 * replace.el (case-replace, query-replace-from-history-variable)
4041 (query-replace-to-history-variable, keep-lines-read-args)
4042 (occur-revert-function, query-replace-help): Dox fix.
4043
4044 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4045
4046 * rot13.el (rot13-other-window): Doc fix.
4047
4048 2001-06-14 Miles Bader <miles@gnu.org>
4049
4050 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4051 of " and \ to "." (punctuation).
4052 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4053
4054 2001-06-13 Richard M. Stallman <rms@gnu.org>
4055
4056 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4057
4058 * simple.el (shell-command-on-region): Never kill the
4059 *Shell Command Output* buffer.
4060
4061 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
4062
4063 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4064
4065 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
4066
4067 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4068 New var, to recognize ${ $' and PODs.
4069 (perl-font-lock-syntactic-face-function): New function.
4070 (perl-mode): Use them.
4071 (perl-continuation-line-p): New function, from perl-calculate-indent.
4072 (perl-calculate-indent): Use it, to properly handle continuation
4073 lines of continuation lines.
4074
4075 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
4076
4077 * server.el (server-process, server-buffer-clients): Doc fix.
4078 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4079
4080 2001-06-09 John Wiegley <johnw@gnu.org>
4081
4082 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4083 test if the last command was Lisp or not.
4084 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4085 B x C".
4086
4087 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
4088
4089 * dos-w32.el (grep-regexp-alist): Remove definition, since the
4090 general one on compile.el supports drive letters.
4091
4092 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
4093
4094 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4095 key description.
4096
4097 * textmodes/reftex-sel.el (reftex-select-jump): New command.
4098
4099 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4100 (reftex-toc-jump): New command.
4101
4102 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4103 to parse international characters as well.
4104
4105 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4106 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4107
4108 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4109
4110 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4111 TAB to the key separators.
4112
4113 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
4114
4115 * international/mule.el (auto-coding-alist): Remove redundant
4116 up-cased versions of the extensions (auto-coding-alist-lookup is
4117 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
4118 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
4119
4120 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
4121
4122 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4123
4124 2001-06-01 Richard M. Stallman <rms@gnu.org>
4125
4126 * help.el (describe-variable): Put value on same line
4127 with preceding text, if it is short enough to look good that way.
4128
4129 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
4130
4131 * term/internal.el (IT-unicode-translations): New variable.
4132 (IT-setup-unicode-display): New function.
4133
4134 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4135
4136 * ps-print.el: Handle before-string and after-string overlay properties
4137 in ps-print-*-with-faces commands. Doc fix.
4138 (ps-print-version): New version number (6.5.2).
4139 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
4140 for XEmacs.
4141 (ps-prefix-quote): Doc fix.
4142 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
4143 (ps-basic-plot-str, ps-plot-string): New funs.
4144
4145 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
4146
4147 * progmodes/etags.el (tags-compression-info-list): Fix docstring
4148 and :type spec.
4149
4150 2001-05-31 Gerd Moellmann <gerd@gnu.org>
4151
4152 * international/mule-cmds.el (inactivate-input-method):
4153 Set input-method-function to nil.
4154
4155 * xml.el (xml-parse-tag): The document may contain invalid characters.
4156 From ShengHuo ZHU <zsh@cs.rochester.edu>
4157
4158 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4159
4160 * mail/rmailsum.el (rmail-message-subject-p): Don't call
4161 `rmail-summary-line-decoder' if the message does not have
4162 a Subject: field.
4163
4164 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
4165
4166 * mail/rmail.el (rmail-insert-mime-resent-message-function):
4167 New variable.
4168 (rmail-resend): Modify to work in `rmail-view-buffer'; call
4169 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
4170 is non-nil.
4171
4172 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
4173
4174 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
4175
4176 2001-05-29 Sam Steingold <sds@gnu.org>
4177
4178 * faces.el (face-valid-attribute-values): Bind `valid' directly
4179 instead of using `setq'.
4180
4181 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4182 Use `tex-shell-buf'.
4183 (tex-shell-proc): Use `tex-shell-running'.
4184 (tex-shell-buf-no-error): New function.
4185 (tex-send-tex-command): Use it.
4186 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
4187 (tex-kill-job): Check the process before calling `quit-process'.
4188
4189 2001-05-29 Gerd Moellmann <gerd@gnu.org>
4190
4191 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
4192 UTF-8 sequences.
4193
4194 2001-05-28 Miles Bader <miles@gnu.org>
4195
4196 * comint.el (comint-carriage-motion): Renamed from
4197 `comint-cr-magic'. Operate on the buffer instead of the string
4198 (for use as a comint post-output filter, instead of as a
4199 pre-output filter). Handle backspaces too. Add to the
4200 `comint-output-filter-functions' hook instead of
4201 `comint-preoutput-filter-functions'.
4202
4203 2001-05-28 Gerd Moellmann <gerd@gnu.org>
4204
4205 * language/japan-util.el (japanese-hankaku): Prefer the charset
4206 `jisx0201' when the optional argument `ascii-only' is not specified.
4207 (japanese-hankaku-region): Ditto.
4208 From Katsumi Yamaoka <yamaoka@jpl.org>
4209
4210 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
4211
4212 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
4213 (outline-invisible-p): New function.
4214 (hide-leaves): Save excursion.
4215 (hide-other): Stop looping when reaching bobp.
4216
4217 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
4218
4219 * cus-edit.el (custom-file): Fix last change.
4220
4221 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
4222
4223 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
4224 same definition in byte-compile-function-environment as `autoload'
4225 would put in `symbol-function'.
4226
4227 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
4228 patch to correct the error message as well.
4229
4230 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
4231
4232 * cus-edit.el (custom-file): Don't assume we were invoked with -q
4233 unless ~/.emacs exists.
4234
4235 * novice.el (enable-command): If user-init-file is nil or does not
4236 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
4237
4238 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
4239
4240 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
4241 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4242 Allow spaces around macro arguments.
4243 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
4244 indent-for-tab-command.
4245 (latex-mode-map, plain-tex-mode-map): New keymaps.
4246 Inherit from tex-mode-map.
4247 (tex-common-initialization): Don't setup the keymap any more
4248 since it's now done right by define-derived-mode.
4249 (latex-mode): Set skeleton-end-hook to nil.
4250 (latex-skeleton-end-hook): Remove.
4251 (tex-latex-block, latex-insert-item): Simplify.
4252 (latex-syntax-after): Use following-char rather than char-after.
4253 (tex-discount-args-cmds, tex-count-words): New functions.
4254
4255 * textmodes/tildify.el (tildify-ignored-environments-alist):
4256 Recognize \verb* as well.
4257
4258 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
4259 (perl-comment-indent): Simplify to let newcomment.el do its job.
4260 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
4261 (perl-mark-function): Cleanup the namespace.
4262 (perl-calculate-indent): Don't be fooled by nested functions.
4263
4264 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
4265
4266 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4267 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
4268
4269 2001-05-25 Andrew Choi <akochoi@i-cable.com>
4270
4271 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
4272 actually be `\\'.
4273 (ctlau-b5-converter): Likewise.
4274
4275 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4276
4277 * international/titdic-cnv.el (quail-misc-package-ext-info):
4278 Change CTLauB.el to CTLau-b5.el.
4279
4280 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
4281
4282 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
4283 rather than beginning-of-line to avoid problems with fields.
4284 (gud-perldb-massage-args): Use unless and push.
4285 (gud-chdir-before-run): New var.
4286 (gud-common-init): Use it.
4287
4288 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4289
4290 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4291 delete entries for chinese-ctlau and chinese-ctlaub.
4292 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
4293 chinese-ctlaub.
4294 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
4295 New functions.
4296
4297 2001-05-22 Gerd Moellmann <gerd@gnu.org>
4298
4299 * cus-edit.el (custom-comment-show): Remove debug code.
4300
4301 * language/japan-util.el (japanese-symbol-table): Fix handling of
4302 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
4303
4304 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
4305
4306 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
4307 Renamed by removing the silly `-flag' suffix.
4308 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
4309
4310 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
4311
4312 * replace.el (keep-lines-read-args): Use `copy-marker'.
4313 (how-many): Save excursion properly.
4314 (occur-mode): Use define-derived-mode.
4315 (perform-replace): Use with-current-buffer.
4316
4317 2001-05-20 Richard M. Stallman <rms@gnu.org>
4318
4319 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
4320
4321 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
4322
4323 * info.el (Info-read-subfile): Widen before finding the
4324 desired node in the subfile.
4325
4326 * startup.el (command-line-1): When >2 files visited,
4327 leave the last one visible, and make that the selected window.
4328
4329 2001-05-20 Gerd Moellmann <gerd@gnu.org>
4330
4331 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
4332
4333 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
4334
4335 * international/ccl.el (define-ccl-program): Fix a typo.
4336 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4337
4338 * international/mule.el (decode-char): Fix a typo. From Pavel
4339 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4340
4341 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
4342 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4343
4344 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
4345 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4346
4347 2001-05-18 Sam Steingold <sds@gnu.org>
4348
4349 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
4350 and [RET] to `cvs-mode-find-file'.
4351
4352 2001-05-18 John Wiegley <johnw@gnu.org>
4353
4354 * eshell/esh-ext.el (eshell-explicit-command-char): A new
4355 configuration variable, which determines the initial character
4356 that forces use of an external version of a command. The default
4357 is *, but may be set to \, for example.
4358
4359 * eshell/esh-ext.el (eshell-explicit-command):
4360 Use `eshell-explicit-command-char' instead of ?*.
4361
4362 * eshell/esh-cmd.el (eshell/which):
4363 Use `eshell-explicit-command-char' instead of ?*.
4364
4365 * eshell/em-cmpl.el (eshell-completion-command-name)
4366 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
4367 instead of ?*.
4368
4369 2001-05-18 Gerd Moellmann <gerd@gnu.org>
4370
4371 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
4372 subst-char-in-string.
4373 (ange-ftp-after-parse-ls-hook): New variable.
4374 (ange-ftp-ls): Run that hook.
4375 From Peter Milliken <Peter.Milliken@GTECH.COM>.
4376
4377 * tmm.el (tmm-get-keymap): Fix handling of :filter.
4378 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
4379 text into *Completions*.
4380
4381 * net/goto-addr.el (goto-address-at-point): Deal with URLs
4382 part of which look like email addresses.
4383
4384 2001-05-18 Andrew Innes <andrewi@gnu.org>
4385
4386 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
4387 Use . instead of absolute path for lisp dir, to avoid bug in W2K
4388 cmd.exe's handling of FOR loops.
4389 (autoloads): Set find-file-suppress-same-file-warnings to t to
4390 avoid slew of spurious messages.
4391
4392 2001-05-18 Simon Josefsson <simon@josefsson.org>
4393
4394 * mail/smtpmail.el (maybe-append-domain): Renamed to
4395 `smtpmail-maybe-append-domain'.
4396 (smtpmail-via-smtp): Use the new name.
4397
4398 * net/browse-url.el (browse-url-browser-function): Add kde.
4399 (browse-url-kde-program, browse-url-kde-args): New variables.
4400 (browse-url-kde): New function.
4401
4402 2001-05-18 Miles Bader <miles@gnu.org>
4403
4404 * simple.el (delete-horizontal-space, just-one-space):
4405 Use `constrain-to-field' instead of `field-end'/`field-beginning',
4406 because it's more efficient for large files.
4407
4408 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4409
4410 * mail/rmail.el (rmail-require-mime-maybe): New function.
4411 (rmail): Use it.
4412 (rmail-mode): Handle the case of finding Rmail files.
4413
4414 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
4415 functions.
4416
4417 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
4418
4419 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
4420 text-property after moving to the beginning of line and regardless
4421 of the value of font-lock-multiline.
4422
4423 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4424
4425 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
4426
4427 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
4428 last coding system used before calling set-buffer-modified-p
4429 because that function changes last-coding-system.
4430
4431 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
4432
4433 * files.el (switch-to-buffer-other-window)
4434 (switch-to-buffer-other-frame): Add an xref to display-buffer in
4435 the doc string.
4436
4437 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4438
4439 * language/slovak.el, language/czech.el: New maintainer.
4440
4441 2001-05-16 Sam Steingold <sds@gnu.org>
4442
4443 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
4444 sub-form of `defgeneric' correctly.
4445
4446 2001-05-16 Gerd Moellmann <gerd@gnu.org>
4447
4448 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
4449 of `c'.
4450
4451 * textmodes/outline.el (outline-font-lock-level): Remove the
4452 condition-case, test what outline-level returns instead, to
4453 ease debugging.
4454
4455 * international/mule.el (auto-coding-regexp-alist): New user-option.
4456 (auto-coding-from-file-contents): New function.
4457 (set-auto-coding): Use it to determine a coding system.
4458
4459 2001-05-15 Gerd Moellmann <gerd@gnu.org>
4460
4461 * mouse.el (mouse-delete-other-windows): Doc fix.
4462
4463 * emacs-lisp/lisp-mode.el (lisp-mode):
4464 Make font-lock-keywords-case-fold-search a buffer-local variable with
4465 make-local-variable before setting it.
4466
4467 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
4468
4469 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
4470 prefixes.
4471
4472 2001-05-14 Gerd Moellmann <gerd@gnu.org>
4473
4474 * hexl.el (hexl-current-address): Print a message when called
4475 interactively.
4476
4477 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
4478
4479 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
4480
4481 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
4482
4483 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
4484
4485 2001-05-11 Gerd Moellmann <gerd@gnu.org>
4486
4487 * startup.el (command-line): If parameters have been changed in
4488 the init files which influence font selection, clear the face
4489 cache so that faces get realized with the new parameters.
4490
4491 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
4492
4493 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
4494
4495 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
4496
4497 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
4498
4499 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
4500 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
4501
4502 2001-05-10 Gerd Moellmann <gerd@gnu.org>
4503
4504 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
4505 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
4506
4507 2001-05-09 John Wiegley <johnw@gnu.org>
4508
4509 * eshell/esh-util.el (eshell-convert-numeric-arguments):
4510 Annotated the documentation string to tell users about
4511 `eshell-no-numeric-conversions'.
4512
4513 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
4514 conversions if a Lisp function has the property
4515 `eshell-no-numeric-conversions' set to a non-nil value.
4516
4517 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
4518 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
4519 property `eshell-no-numeric-conversions' on the following
4520 functions (which all deal with filesystem entities, and never Lisp
4521 numerical values): eshell/cd, eshell/pushd, eshell/popd,
4522 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
4523 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
4524 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
4525 eshell/which, eshell/addpath.
4526
4527 2001-05-09 John Wiegley <johnw@gnu.org>
4528
4529 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
4530 encountered as an argument, don't convert it right away, but tag
4531 the first character of the string with the text properties
4532 `number', which signifies to `eshell-lisp-command' that the
4533 argument should be passed through `string-to-number' if it is
4534 actually used in the call to a Lisp function.
4535
4536 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
4537 function, convert any string arguments that have been tagged as
4538 "numbers", by calling string-to-number.
4539
4540 * eshell/esh-util.el (eshell-number-regexp): Now that number
4541 conversions only happen for Lisp function calls, the number regexp
4542 should now match all integer and floating point forms.
4543
4544 * eshell/esh-proc.el: Disable `eshell-stop-process' and
4545 `eshell-continue-process', since they are both nonfunctional at
4546 the moment.
4547 (eshell-proc-initialize): Don't bind keys for
4548 `eshell-stop-process' or `eshell-continue-process'.
4549
4550 * eshell/em-unix.el (eshell-shuffle-files):
4551 Apply `directory-file-name' before calling `file-name-directory'.
4552
4553 * eshell/em-hist.el (eshell-add-to-history): Reference to
4554 `eshell-history-ring' needed to be `eshell-history-index'.
4555
4556 * calendar/timeclock.el (timeclock-find-discrep):
4557 Initialize `elapsed' to 0.
4558 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
4559 it's still nil.
4560
4561 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
4562
4563 * arc-mode.el (archive-int-to-mode): Construct the string directly.
4564 (archive-mode): Use capitalize.
4565 (archive-unique-fname): Use make-temp-file.
4566
4567 2001-05-09 Gerd Moellmann <gerd@gnu.org>
4568
4569 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
4570
4571 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
4572
4573 * tar-mode.el (tar-extract): Pay attention to the value of
4574 coding-system-for-read, if it is non-nil.
4575
4576 * calendar/holidays.el (holidays): Add an autoload cookie.
4577 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4578
4579 2001-05-08 John Wiegley <johnw@gnu.org>
4580
4581 * calendar/timeclock.el (timeclock-workday-remaining):
4582 Changed logic for determining how much time is remaining.
4583 (timeclock-workday-elapsed): Don't accept a "relative" argument
4584 for the current day's elapsed time. What could that have meant?
4585 (timeclock-workday-elapsed-string): No "relative" argument anymore.
4586 (timeclock-when-to-leave): Changed logic, similarly to what was
4587 done for `timeclock-workday-remaining'.
4588 (timeclock-find-discrep): Removed "today-only" argument, which had
4589 no meaning. Fixed some more math problems. The function now
4590 returns a three member list: (TOTAL-TIME-DISCREPANCY
4591 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
4592
4593 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
4594
4595 * w32-fns.el (convert-standard-filename): Start replacing slashes
4596 from the beginning of the file name, not from where the last
4597 invalid character was. From "Andrew Maguire (SWW)"
4598 <Andrew.Maguire@Smallworld.co.uk>
4599
4600 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
4601
4602 The following changes are to provide infrastructure for handling
4603 MIME messages to rmail. They don't affect the original behaviour
4604 if rmail-enable-mime is nil.
4605
4606 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
4607 (rmail-search-mime-message-function)
4608 (rmail-search-mime-header-function): New variables.
4609 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
4610 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
4611 `rmail-view-buffer' is hidden.
4612 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
4613 call rmai-show-mime-function.
4614 (rmail-display-labels): If rmail-enable-mime is non-nil, update
4615 mode-line-process of rmail-view-buffer.
4616 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
4617 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
4618 buffer.
4619 (rmail-next-message, rmail-next-undeleted-message): Be sure to
4620 set-buffer to the Rmail buffer.
4621 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
4622 rmail-search-mime-header-function.
4623 (rmail-search-message): New function.
4624 (rmail-search): Call rmail-search-message to check if a message
4625 matches REGEXP, lastly update point after calling
4626 rmail-show-message.
4627 (rmail-undelete-previous-message, rmail-expunge-confirmed)
4628 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
4629 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
4630 header region, refer to rmail-msgref-vector while setting the
4631 current buffer to rmail-buffer temporarily.
4632 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
4633 If rmail-enable-mime is non-nil, call
4634 rmail-insert-mime-forwarded-message-function instead of inserting
4635 forwarded message by itself.
4636
4637 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
4638 Rmail buffer.
4639 (rmail-set-label, rmail-next-labeled-message): Likewise.
4640
4641 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
4642 set-buffer to the Rmail buffer.
4643 (rmail-output-to-rmail-file): Likewise.
4644 (rmail-output): Likewise.
4645
4646 * mail/rmailsum.el (rmail-message-subject-p): Process the result
4647 of mail-fetch-field by rmail-summary-line-decoder.
4648 (rmail-new-summary): Be sure to go to the Rmail buffer.
4649 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
4650 rmail-view-buffer to nil.
4651 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
4652 rmail-view-buffer.
4653 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
4654 rmail-buffer.
4655 (rmail-summary-scroll-msg-down): Likewise.
4656 (rmail-summary-beginning-of-message): Likewise.
4657 (rmail-summary-wipe): Likewise.
4658 (rmail-summary-toggle-header): Use save-window-excursion, not
4659 save-excursion. Update point in rmail-view-buffer, not in
4660 rmail-buffer.
4661 (rmail-summary-reply): Before calling rmail-reply, set buffer to
4662 rmail-view-buffer, not rmail-buffer.
4663
4664 2001-05-07 Gerd Moellmann <gerd@gnu.org>
4665
4666 * cus-edit.el (custom-file): Signal an error if user-init-file is
4667 nil (running -q).
4668
4669 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
4670
4671 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
4672 Add :version.
4673
4674 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
4675 New option.
4676 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
4677 only if smtpmail-warn-about-unknown-extensions is set.
4678
4679 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
4680 instead of rmail-sort-by-keywords.
4681
4682 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
4683 rmail-sort-by-keywords.
4684
4685 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
4686 rmail-summary-sort-by-keywords. Doc fix.
4687 (rmail-summary-mode): Doc fix.
4688
4689 * mail/rmail.el (rmail-edit): New Custom group.
4690
4691 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
4692 (rmail-edit-mode-hook): New user-option.
4693
4694 2001-05-05 Richard M. Stallman <rms@gnu.org>
4695
4696 * help.el (help-xref-symbol-regexp): Recognize "source of"
4697 and friends, meaning make a link to the source file.
4698 (help-make-xrefs): Handle "source of" and friends
4699 by constructing a link that visits the source file.
4700
4701 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
4702
4703 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
4704
4705 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
4706 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
4707 Renamed from perl-font-lock-keywords to avoid clashes.
4708 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
4709 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
4710 Updated correspondingly.
4711
4712 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
4713 Typo `nonexistant' -> `nonexistent'.
4714
4715 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
4716
4717 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
4718 Split `c-electric-delete' into two functions where
4719 `c-electric-delete-forward' always deletes forward and
4720 `c-electric-delete' only contains the code necessary for XEmacs to
4721 choose between backward and forward deletion.
4722
4723 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
4724 get the electric behavior on that key too.
4725 (c-fill-paragraph): Fixed bogus direct use of
4726 c-comment-prefix-regexp, which caused an error when it's a list.
4727
4728 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
4729
4730 * dired-aux.el (dired-diff): Doc fix.
4731
4732 * dired.el (dired-diff): Likewise.
4733
4734 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
4735
4736 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
4737
4738 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
4739
4740 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
4741 if both the buffer and the file are read-only.
4742
4743 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
4744 rather than font-lock-string-face.
4745 (sh-get-indent-info): Treat heredocs like strings.
4746
4747 2001-05-02 Gerd Moellmann <gerd@gnu.org>
4748
4749 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
4750 a newline following `}'.
4751 (texinfo-format-email): New function.
4752 (toplevel): Use texinfo-format-email for @email.
4753 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
4754 Add `display'.
4755 (texinfo-sort-region): Goto point-min before sorting.
4756 (texinfo-set): Remove leading white space from value.
4757 From yagi@is.titech.ac.jp.
4758
4759 * replace.el (query-replace-regexp-eval): Doc fix.
4760
4761 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
4762
4763 * diff-mode.el (diff-nonexistant-face): New face.
4764 (diff-font-lock-keywords): Use it.
4765
4766 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
4767
4768 * font-lock.el (font-lock-mode): Doc fix.
4769
4770 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
4771 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4772
4773 2001-04-30 Gerd Moellmann <gerd@gnu.org>
4774
4775 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
4776 backslash at the start of the here-document delimiter.
4777 (sh-font-lock-syntactic-keywords): Likewise.
4778
4779 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
4780
4781 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
4782
4783 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
4784 (tty-color-translate, tty-color-by-index, tty-color-values)
4785 (tty-color-desc): Doc fix.
4786
4787 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
4788
4789 * dired-aux.el (dired-do-create-files, dired-do-copy)
4790 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
4791 Mention dired-dwim-target in the doc string.
4792
4793 2001-04-28 Miles Bader <miles@gnu.org>
4794
4795 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
4796 (dabbrev--find-expansion): Use it.
4797 (dabbrev--select-buffers): Don't select ignored buffers.
4798
4799 2001-04-27 Gerd Moellmann <gerd@gnu.org>
4800
4801 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
4802
4803 2001-04-26 Richard M. Stallman <rms@gnu.org>
4804
4805 * dabbrev.el: Add doc strings for some functions.
4806 (dabbrev--eliminate-newlines): New variable.
4807 (dabbrev--substitute-expansion): Convert newlines to spaces
4808 if dabbrev--eliminate-newlines is set.
4809 If abbrev and expansion are both all-lower-case,
4810 leave dabbrev--last-case-pattern nil.
4811
4812 2001-04-26 Gerd Moellmann <gerd@gnu.org>
4813
4814 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
4815 if necessary, like in rmail-show-message.
4816
4817 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4818
4819 * ps-print.el: Color specified by number is forced to be float number.
4820 (ps-print-version): New version number (6.5.1.1).
4821 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
4822 initialization.
4823 (ps-prefix-quote): New internal var.
4824 (ps-print-quote): New fun.
4825 (ps-setup, ps-output-frame-properties, ps-float-format)
4826 (ps-format-color): Code fix.
4827 (ps-plot-region): Eliminate redundant foreground color text setting.
4828
4829 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
4830
4831 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
4832
4833 2001-04-25 Gerd Moellmann <gerd@gnu.org>
4834
4835 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
4836
4837 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
4838
4839 * info.el (Info-additional-directory-list): Doc fix.
4840
4841 * find-lisp.el (find-lisp-find-dired-filter)
4842 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
4843 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4844
4845 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
4846
4847 * progmodes/make-mode.el (makefile-font-lock-keywords):
4848 Rationalize the rules for includes and conditionals and use the
4849 keyword face for them.
4850
4851 * faces.el (modify-face): Add compatibility for non-interactive use.
4852
4853 2001-04-24 John Wiegley <johnw@gnu.org>
4854
4855 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
4856 fix from last night, since it wasn't finding eshell/cd.
4857
4858 2001-04-24 Gerd Moellmann <gerd@gnu.org>
4859
4860 * rect.el (string-rectangle): Revert to 20.x behaviour.
4861 (replace-rectangle): Make it an alias for string-rectangle.
4862 (string-insert-rectangle): New function.
4863
4864 2001-04-23 John Wiegley <johnw@gnu.org>
4865
4866 * eshell/em-unix.el (eshell/diff): Fixed problems that were
4867 occurring with Emacs 21's diff.el/compile.el interaction layer.
4868
4869 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
4870
4871 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
4872 case where the function was defined in a file, but not part of an
4873 eshell module.
4874
4875 2001-04-23 John Wiegley <johnw@gnu.org>
4876
4877 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
4878 code to work around a redisplay problem I've been having.
4879
4880 2001-04-23 John Wiegley <johnw@gnu.org>
4881
4882 * calendar/timeclock.el (timeclock-day-required): If the time
4883 required for a particular day is not set, use `timeclock-workday'.
4884 (timeclock-find-discrep): Added some sample code in a comment.
4885
4886 * eshell/eshell.el (eshell-command): Made a few changes so that
4887 `eshell-command' could be called programmatically.
4888
4889 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
4890
4891 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
4892
4893 2001-04-23 John Wiegley <johnw@gnu.org>
4894
4895 * calendar/timeclock.el: Updated copyright.
4896 (timeclock-generate-report): Don't report the daily or two-week
4897 total, if no time has been worked in that period.
4898 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
4899 final computational form, which was unnecessary; corrected a
4900 parsing problem when timeclock-relative was nil.
4901
4902 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
4903
4904 * calendar/timeclock.el (timeclock-modeline-display): Check if
4905 `list-entry' is null.
4906 (timeclock-use-display-time): The first argument to `set-variable'
4907 must be a symbol.
4908
4909 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
4910
4911 * calendar/calendar.el (diary-entry-marker)
4912 (calendar-today-marker, calendar-holiday-marker):
4913 Use display-color-p instead of window-system.
4914 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
4915 instead of window-system.
4916 (calendar-hide-window): Use display-multi-frame-p instead of
4917 window-system.
4918
4919 * calendar/cal-x.el (calendar-two-frame-setup)
4920 (calendar-only-one-frame-setup, calendar-one-frame-setup):
4921 Use display-multi-frame-p instead of window-system.
4922
4923 2001-04-23 Gerd Moellmann <gerd@gnu.org>
4924
4925 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
4926
4927 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
4928 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
4929
4930 2001-04-23 Alex Schroeder <alex@gnu.org>
4931
4932 * goto-addr.el: Instead of defining line-beginning-position and
4933 line-end-position a defalias is used for point-at-bol and point-at-eol.
4934
4935 2001-04-23 Alex Schroeder <alex@gnu.org>
4936
4937 * goto-addr.el: Added XEmacs compatibility code.
4938 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
4939
4940 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
4941
4942 * textmodes/paragraphs.el (sentence-end): Doc fix.
4943
4944 2001-04-20 Alex Schroeder <alex@gnu.org>
4945
4946 * sql.el (sql-escape-newlines-and-send): New function.
4947 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
4948
4949 2001-04-20 Alex Schroeder <alex@gnu.org>
4950
4951 * sql.el (sql-db2-program): New option.
4952 (sql-db2-options): New option.
4953 (sql-db2): New function.
4954
4955 2001-04-20 Alex Schroeder <alex@gnu.org>
4956
4957 * sql.el (sql-mode-menu): Added highlighting entries.
4958 (sql-highlight-oracle-keywords): New function.
4959 (sql-highlight-postgres-keywords): New function.
4960 (sql-highlight-ansi-keywords): New function.
4961
4962 2001-04-20 Alex Schroeder <alex@gnu.org>
4963
4964 * sql.el (sql-help): Doc change.
4965
4966 2001-04-19 Karl Fogel <kfogel@collab.net>
4967
4968 * saveplace.el (save-place-alist-to-file): Removed no-effect code
4969 that inserted file content only to delete it immediately.
4970 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
4971 <lektu@uol.com.br> for the patch.
4972
4973 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
4974
4975 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
4976
4977 2001-04-18 Gerd Moellmann <gerd@gnu.org>
4978
4979 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
4980 for defmethod.
4981
4982 * comint.el (comint-cr-magic): New function.
4983 (toplevel): Add it to comint-preoutput-filter-functions.
4984
4985 2001-04-18 Andrew Innes <andrewi@gnu.org>
4986
4987 * makefile.w32-in (EMACSLOADPATH): Define.
4988 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
4989 (recompile): Remove stuff to set EMACSLOADPATH.
4990
4991 2001-04-18 Gerd Moellmann <gerd@gnu.org>
4992
4993 * language/slovak.el ("Slovak"): Add tutorial entry.
4994
4995 * net/browse-url.el (browse-url-new-window-flag): Renamed from
4996 browse-url-new-window-p.
4997
4998 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
4999
5000 * info.el (Info-menu-update): When there are no menus and/or no
5001 cross references in the node, make the respective items of the
5002 Info menu-bar menu inactive.
5003
5004 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5005
5006 * indent.el (indent-for-tab-command): Call indent-line-function
5007 with no argument if PREFIX-ARG is non-nil.
5008
5009 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5010
5011 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5012
5013 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5014 an async subprocess if start-process is unavailable. Suggested by
5015 Tim Van Holder <tim.van.holder@pandora.be>.
5016
5017 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5018
5019 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5020 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5021
5022 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5023
5024 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5025 manual.
5026
5027 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
5028
5029 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
5030 (cvs-menu): Add a few entries.
5031
5032 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
5033 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
5034 lock file appears to be reachable from Emacs.
5035 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
5036 (cvs-mode-find-file): Look for cvs-header-face rather than
5037 cvs-dirname-face (which doesn't exist).
5038 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5039
5040 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5041
5042 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5043
5044 * emulation/pc-select.el (pc-selection-mode): Don't turn on
5045 normal-erase-is-backspace on a tty. Instead, bind some keys such
5046 as [delete] directly, like pc-select.el did before
5047 normal-erase-is-backspace was invented.
5048
5049 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5050
5051 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5052
5053 2001-04-11 John Wiegley <johnw@gnu.org>
5054
5055 * eshell/em-ls.el (eshell-ls-insert-directory):
5056 Set font-lock-defaults to nil, to prevent fontification in dired
5057 buffers, if Eshell's ls is being used.
5058
5059 2001-04-11 John Wiegley <johnw@gnu.org>
5060
5061 * calendar/timeclock.el (timeclock-completing-read): New function.
5062 (timeclock-ask-for-project, timeclock-ask-for-reason):
5063 Call `timeclock-completing-read'.
5064
5065 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5066 required where `member' was being used.
5067
5068 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
5069
5070 * eshell/em-hist.el (eshell-previous-matching-input):
5071 Don't display "History item" if the the minibuffer is active.
5072
5073 2001-04-11 Gerd Moellmann <gerd@gnu.org>
5074
5075 * startup.el (command-line): Output a newline after printing
5076 an error from loading the window system's init file.
5077
5078 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
5079
5080 * textmodes/texinfo.el (texinfo-font-lock-keywords):
5081 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5082 @inforef. Add an OVERRIDE of `keep' to highlight specs of
5083 keywords whose arguments routinely include @@.
5084
5085 2001-04-10 Gerd Moellmann <gerd@gnu.org>
5086
5087 * emacs-lisp/advice.el (ad-make-advised-definition):
5088 Construct advice for subrs differently.
5089
5090 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5091 regexp in parentheses when building the regexp for searching backwards.
5092
5093 * simple.el (completion-list-mode-finish): New function.
5094 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5095
5096 * language/european.el ("Polish"): Change sample text.
5097 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5098
5099 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5100 parameter.
5101
5102 * faces.el (menu): Doc fix.
5103
5104 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5105
5106 * ps-print.el: Footer implementation. Doc fix.
5107 (ps-print-version): New version number (6.5.1).
5108 (ps-header-frame-alist): New customization var for header frame
5109 properties.
5110 (ps-line-number-color): New customization var for line number color.
5111 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5112 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5113 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5114 (ps-right-footer): New customization vars for footers.
5115 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5116 footers.
5117 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5118 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5119 Code fix.
5120 (ps-prologue-file): Indentation fix.
5121 (ps-print-quote): Fun eliminated.
5122 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5123 (ps-output-frame-properties): New fun.
5124 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5125 (ps-skip-newline): Replace defun by defsubst.
5126
5127 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5128
5129 * eshell/eshell.el (eshell-command): Needed a "%s" format
5130 specifier, in case the buffer contains percent characters.
5131
5132 2001-04-10 John Wiegley <johnw@gnu.org>
5133
5134 * calendar/timeclock.el (timeclock-generate-report): Added a
5135 missing insert of the project name.
5136
5137 2001-04-09 Gerd Moellmann <gerd@gnu.org>
5138
5139 * obsolete/profile.el: Moved from emacs-lisp/.
5140
5141 * Makefile.in (nonobsolete_setwins): New macro.
5142 (finder-data): Use it instead of `setwins'.
5143 From: Dave Love <fx@gnu.org>.
5144
5145 * server.el (server-visit-files): Set server-existing-buffer correctly.
5146 (server-visit-files): Run server-visit-hook after going to
5147 line 1 so that the hook can set point as it sees fit.
5148
5149 * bindings.el (mode-line-modified): Unify help messages.
5150
5151 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
5152
5153 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
5154 All callers changed.
5155
5156 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
5157
5158 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
5159 long file names aren't supported, truncate the file names in
5160 quail-misc-package-ext-info to 8+3 before matching them against
5161 FILENAME.
5162
5163 * dos-fns.el (dos-truncate-to-8+3): New function.
5164
5165 * progmodes/compile.el (grep-compute-defaults): Use null-device
5166 instead of literal /dev/null. Reported by Jens Schmidt
5167 <schmidt@mathematik.uni-kl.de>.
5168
5169 * simple.el (normal-erase-is-backspace-mode): Doc fix.
5170
5171 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
5172
5173 * textmodes/sgml-mode.el: Add unknown maintainer.
5174 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
5175 (html-mode-map): Use set-keymap-parent.
5176
5177 2001-04-06 Dave Love <fx@gnu.org>
5178
5179 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5180 Remove redundant string-to-list.
5181
5182 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
5183
5184 * composite.el (reference-point-alist): Doc fix.
5185
5186 2001-04-05 Sam Steingold <sds@gnu.org>
5187
5188 * font-lock.el (font-lock-keywords-case-fold-search):
5189 Make buffer-local. This fixes a very annoying bug when loading a Lisp
5190 file made font-lock case-insensitive.
5191
5192 2001-04-05 Gerd Moellmann <gerd@gnu.org>
5193
5194 * faces.el (defface menu): Doc fix.
5195
5196 * wid-edit.el (widget-color-sample-face-get): Don't make
5197 faces for undefined colors.
5198
5199 * version.el (emacs-version): Include LessTif/Motif version info.
5200
5201 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5202
5203 * ps-mule.el: Eliminate cl package dependence.
5204 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
5205 if they aren't defined yet.
5206 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
5207 Eliminate cl package dependence.
5208
5209 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
5210
5211 * progmodes/cc-cmds.el (c-outline-level):
5212 Bind buffer-invisibility-spec. Originally from Dave Love, but
5213 got lost when incorporating version 5.26.
5214
5215 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
5216
5217 * emulation/pc-select.el (pc-selection-mode):
5218 Call normal-erase-is-backspace-mode instead of binding
5219 keys individually.
5220
5221 * cus-load.el (normal-erase-is-backspace): Use it instead of
5222 delete-key-deletes-forward.
5223
5224 * startup.el (command-line): Use normal-erase-is-backspace and
5225 normal-erase-is-backspace-mode.
5226
5227 * simple.el (normal-erase-is-backspace): Rename from
5228 delete-key-deletes-forward. Doc fix.
5229 (normal-erase-is-backspace-mode): Rename from
5230 delete-key-deletes-forward-mode. Doc fix.
5231 Run normal-erase-is-backspace-hook.
5232
5233 * dired.el (dired-move-to-filename-regexp): Support file sizes in
5234 ``human-readable'' format produced by GNU `ls'.
5235 (dired-move-to-filename-regexp): Recognize ISO format dates.
5236 From Paul Eggert <eggert@twinsun.com>.
5237
5238 2001-04-04 Gerd Moellmann <gerd@gnu.org>
5239
5240 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
5241 New functions.
5242 (lm-verify): Check keywords.
5243 From Eric M. Ludlam <eric@siege-engine.com>.
5244
5245 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
5246
5247 * speedbar.el (speedbar-insert-image-button-maybe): Check for
5248 `xemacs' feature instead of for the function `set-extent-property'.
5249
5250 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
5251
5252 * mail/mh-utils.el (mh-folder-hist): New var.
5253 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
5254
5255 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
5256
5257 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
5258 region, position point on the first or last 16-byte group.
5259 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
5260 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
5261 hexl-beginning-of-line.
5262
5263 2001-04-03 Gerd Moellmann <gerd@gnu.org>
5264
5265 * icomplete.el (icomplete-mode): Treat an argument like other
5266 modes do.
5267
5268 * startup.el (fancy-splash-head): Use splash8.xpm for color
5269 depth 8.
5270
5271 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
5272 Add an antry for ``converts''.
5273
5274 * language/slovak.el ("Slovak"): Add documentation string.
5275 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5276
5277 * language/czech.el ("Czech"): Add documentation string.
5278 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5279
5280 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
5281 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
5282
5283 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
5284
5285 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
5286 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
5287 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
5288 Use `defsubst' rather than a macro to ease debugging.
5289 (mail-extr-last): Remove (use `last' instead).
5290 (mail-extract-address-components): Properly reset the syntax-table
5291 after parsing an address. Use `last' rather than mail-extr-last.
5292 Make sure the end marker stays at the very end.
5293
5294 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
5295
5296 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
5297 last change.
5298
5299 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5300
5301 * ps-print.el: Line and paragraph spacing feature. Region to cut
5302 out when printing. Doc fix.
5303 (ps-print-version): New version number (6.5).
5304 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
5305 New vars. Line and paragraph spacing feature.
5306 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
5307 out when printing.
5308 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
5309 (ps-get-font-size, ps-begin-job, ps-continue-line)
5310 (ps-plot-region): Code fix.
5311 (ps-print-prologue-2): Var eliminated.
5312 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
5313 New internal vars.
5314 (ps-get-size): New fun.
5315 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
5316 (ps-next-line): Replace defun by defsubst.
5317 (ps-mule-plot-string): Autoload doc fix.
5318
5319 * ps-bdf.el: XEmacs compatibility. Doc fix.
5320 (installation-directory, coding-system-for-read): Declare vars if
5321 it's not declared yet.
5322 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
5323
5324 * ps-mule.el: XEmacs compatibility. Doc fix.
5325 (leading-code-private-22): Declare var if it's not declared yet.
5326 (charset-bytes, charset-dimension, charset-id, charset-width)
5327 (find-charset-region, split-char, char-width, chars-in-region)
5328 (forward-point, decompose-composite-char, encode-coding-string)
5329 (coding-system-p, ccl-execute-on-string, define-ccl-program):
5330 Define funs if not defined yet.
5331 (encode-composition-rule, find-composition): Define funs if not
5332 loaded yet.
5333 (ps-mule-prologue): PostScript code fix.
5334
5335 2001-04-02 Kenichi Handa <handa@etl.go.jp>
5336
5337 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
5338 non-nil, generate font for the header strings.
5339 (ps-mule-prepare-font): Likewise.
5340 (ps-mule-generate-glyphs): Likewise.
5341 (ps-mule-string-encoding): Likewise.
5342 (ps-mule-header-charsets): New variable.
5343 (ps-mule-encode-header-string): New function.
5344 (ps-mule-header-string-charsets): New function.
5345 (ps-mule-begin-job): Check charsets in the header strings. If there
5346 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
5347
5348 * ps-print.el (ps-generate-header-line): Encode the header string by
5349 ps-mule-encode-header-string.
5350 (ps-mule-encode-header-string): Declare autoload.
5351
5352 2001-04-02 Gerd Moellmann <gerd@gnu.org>
5353
5354 * frame.el (cursor-in-non-selected-windows):
5355 Replaces show-cursor-in-non-selected-windows.
5356
5357 2001-03-31 Kenichi Handa <handa@etl.go.jp>
5358
5359 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5360 Delete entries for "chinese-py" and "chinese-ziranma".
5361 (quail-misc-package-ext-info): New variable.
5362 (tsang-quick-converter): New function.
5363 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
5364 (quick-cns-converter, py-converter, ziranma-converter)
5365 (miscdic-convert, batch-miscdic-convert): New functions.
5366
5367 2001-03-30 Kenichi Handa <handa@etl.go.jp>
5368
5369 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
5370 eight-bit-control chars.
5371
5372 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5373 Reduce making temporary vector (suggested by Dave Love).
5374
5375 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5376
5377 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
5378 string as well.
5379
5380 2001-03-30 Andreas Schwab <schwab@suse.de>
5381
5382 * files.el (backup-directory-alist): Fix typo.
5383
5384 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5385
5386 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
5387 <eggert@twinsun.com>.
5388
5389 2001-03-30 Dave Love <fx@gnu.org>
5390
5391 * progmodes/fortran.el (fortran-comment-region): Fix typo.
5392
5393 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5394
5395 * simple.el (transient-mark-mode): Mention C-g in the doc string.
5396
5397 2001-03-30 Miles Bader <miles@gnu.org>
5398
5399 * subr.el (interactive-form): Fix paren typo.
5400
5401 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
5402
5403 * emacs-lisp/profile.el: Say that it's obsolete in the header
5404 line, so that finder.el puts that into its data-base.
5405 Suggested by Alex Schroeder <alex@gnu.org>.
5406
5407 2001-03-29 Paul Eggert <eggert@twinsun.com>
5408
5409 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
5410 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
5411
5412 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
5413
5414 * generic.el (generic-mode-set-comments): Use "" rather than nil
5415 for comment-end.
5416
5417 2001-03-29 Gerd Moellmann <gerd@gnu.org>
5418
5419 * emacs-lisp/advice.el (ad-make-advised-definition):
5420 Call interactive-form to obtain the interactive spec of subrs.
5421
5422 * subr.el (interactive-form): New function.
5423
5424 2001-03-29 Andre Spiegel <spiegel@gnu.org>
5425
5426 * vc-sccs.el (vc-sccs-register): Use relative file names.
5427
5428 2001-03-28 Gerd Moellmann <gerd@gnu.org>
5429
5430 * bookmark.el (bookmark-get-bookmark): Handle case that
5431 BOOKMARK is not a string.
5432
5433 * image.el (image-type-regexps): Change type for PS files
5434 to `postscript'.
5435
5436 * subr.el (read-passwd): Clear command history after each
5437 character entered. From: Stephen Gildea
5438 <gildea@stop.mail-abuse.org>.
5439
5440 2001-03-27 Kenichi Handa <handa@etl.go.jp>
5441
5442 * international/kkc.el (kkc-save-init-file): Locally bind
5443 print-length to nil.
5444
5445 2001-03-26 Gerd Moellmann <gerd@gnu.org>
5446
5447 * textmodes/flyspell.el: Some doc fixes.
5448 (flyspell-maybe-correct-transposition)
5449 (flyspell-maybe-correct-doubling): Use a temporary buffer
5450
5451 * textmodes/ispell.el (ispell-parse-output): Doc fix.
5452
5453 * emacs-lisp/byte-opt.el (byte-optimize-while)
5454 (byte-optimize-form-code-walker): Diagnose too few arguments
5455 for `if' and `while'.
5456
5457 2001-03-26 Kenichi Handa <handa@etl.go.jp>
5458
5459 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5460 Prepend `\' to "\<quail-translation-docstring>".
5461
5462 2001-03-26 Gerd Moellmann <gerd@gnu.org>
5463
5464 * autorevert.el (global-auto-revert-non-file-buffers):
5465 Remove duplicate defcustom.
5466
5467 2001-03-26 Miles Bader <miles@gnu.org>
5468
5469 * international/latin1-disp.el (latin1-char-displayable-p):
5470 Add leading "-" for X font pattern.
5471
5472 2001-03-26 Kenichi Handa <handa@etl.go.jp>
5473
5474 * international/mule-diag.el (describe-coding-system):
5475 For raw-text and emacs-mule, don't add anymore text about what
5476 charsets they can encode.
5477
5478 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
5479
5480 * help.el (view-lossage): Mention open-dribble-file in the doc
5481 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
5482
5483 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
5484
5485 * skeleton.el (skeleton-internal-list): Fix bogus logic.
5486 (skeleton-pair-insert-maybe): Don't pair after a backslash.
5487
5488 2001-03-23 Kenichi Handa <handa@etl.go.jp>
5489
5490 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5491 Call ccl-execute-on-string directly so that CCL program handling
5492 multibyte sequence can work correctly.
5493 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
5494 property of the coding system.
5495
5496 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
5497
5498 * textmodes/fill.el (fill-individual-paragraphs-prefix):
5499 Fix transcription typo.
5500
5501 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
5502
5503 * whitespace.el: Add buffer local variables to toggle testing of
5504 whitespaces in buffers without affecting the default values.
5505 Bump version to 3.0 to account for a few other changes.
5506 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
5507 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
5508 (whitespace-toggle-spacetab-check): New functions.
5509
5510 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
5511
5512 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
5513
5514 2001-03-21 Gerd Moellmann <gerd@gnu.org>
5515
5516 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
5517 bs-cycle-configuration-name. From Juanma Barranquero
5518 <lektu@uol.com.br>.
5519
5520 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
5521 and cc-vars.el.
5522
5523 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
5524 headers. Always invoke sendmail with option -t.
5525
5526 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5527
5528 * Release of cc-mode 5.28.
5529
5530 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5531
5532 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
5533 Removed the hardcoded switch to "java" style in Java mode.
5534 It's instead taken care of by the default value for c-default-style.
5535
5536 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5537
5538 * cc-align.el (c-lineup-math): Fix bug where lineup was
5539 triggered by equal signs in string literals.
5540
5541 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5542
5543 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
5544 limit detection when at the ends of the buffer.
5545
5546 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
5547 "for" statement clause in case 7F; a better one is done
5548 earlier in case 7D anyway.
5549
5550 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5551
5552 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
5553 somewhat more and did a small optimization.
5554
5555 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5556
5557 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
5558 Use the limit argument only to limit the syntactic context
5559 search, not to limit the actual movement.
5560
5561 * cc-cmds.el (c-beginning-of-statement): Move by sentence
5562 inside multiline strings, just like in comments. Also various
5563 fixes to the paragraph and comment prefix recognition, block
5564 comment ender handling etc.
5565
5566 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5567
5568 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
5569 the relative position of the point.
5570
5571 * cc-cmds.el (c-electric-continued-statement): New function to
5572 use as abbrev hook to reindent for keywords such as "else"
5573 that continues an earlier statement.
5574
5575 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
5576 like classes.
5577
5578 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
5579 (pike-mode): Populate the default abbrev tables to reindent for
5580 keywords such as "else" that can continue earlier statements.
5581 Abbrev mode is therefore turned on by default now. (Note that
5582 this doesn't apply to idl-mode, since IDL afaik doesn't have
5583 statements at all.)
5584
5585 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5586
5587 * cc-engine.el (c-inside-bracelist-p): Fix for handling
5588 bracelists where the declaration contains template arguments.
5589
5590 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5591
5592 * cc-cmds.el (c-comment-indent):
5593 Use `c-get-syntactic-indentation' to correctly calculate the
5594 syntactic indentation. Fixes bug with lineup functions that
5595 return vectors.
5596
5597 * cc-engine.el (c-get-syntactic-indentation): Split the
5598 indentation sum calculation from `c-indent-line' to a separate
5599 function.
5600
5601 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5602
5603 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
5604 Fixed places where it was assumed that preprocessor directives
5605 have to start in column zero.
5606
5607 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
5608 template arguments after a class identifier properly.
5609
5610 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
5611 lists for `new Foo[]' constructs in Java as expressions and
5612 not top level definition brace lists on the top level, so that
5613 they'll get indented consistently with the same type of
5614 expression in a normal block.
5615
5616 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5617
5618 * cc-cmds.el (c-fill-paragraph): The kludge that checks
5619 whether the adaptive filling package fails to keep the comment
5620 prefix is now kludged further to check for filladapt-mode
5621 which doesn't have that problem. This is really icky, but it's
5622 the only way that works with the current misfeatures/bugs in
5623 both adaptive-fill-mode and filladapt-mode.
5624
5625 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
5626 around point is recognized more robust.
5627
5628 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5629
5630 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
5631 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
5632 (c-lit-type): Fixed all internal variables used dynamically so
5633 that they are always bound.
5634
5635 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
5636 errors:
5637
5638 (c-indent-region): Fixed reporting of syntactic errors so that
5639 the region is fully reindented even when an error occurs.
5640 The last syntactic error is printed afterwards. Also cleanup up a
5641 whole lot of code that tried to optimize indentation of whole
5642 sexps but in reality accomplishes nothing.
5643
5644 (c-indent-sexp): Use c-indent-region.
5645
5646 (c-parsing-error): Changed this variable to hold the message
5647 for any syntactic error that is discovered.
5648
5649 (c-parse-state): Search backward from point instead of the bod
5650 position when the latter is invalid. This makes CC Mode
5651 recover faster when there are unbalanced close braces.
5652
5653 (c-backward-to-start-of-if): Use c-parsing-error to report
5654 dangling "else" clauses instead of throwing an error, and fall
5655 back to a reasonable position.
5656
5657 (c-indent-line): Added argument to avoid reporting syntactic errors.
5658
5659 (c-show-syntactic-information): Don't report any syntactic errors.
5660
5661 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5662
5663 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
5664 paragraph recognition when moving by sentence in literals.
5665
5666 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
5667 start regexp for javadoc to recognize javadoc markup in general instead
5668 of a specific set of keywords, to be more future-safe.
5669
5670 (c-Pike-pikedoc-paragraph-start)
5671 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
5672 pikedoc markup.
5673
5674 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
5675
5676 (pike-mode): Initialize paragraph settings pikedoc recognition.
5677
5678 * cc-vars.el (c-default-style): Made a nicer Customize widget.
5679
5680 (c-comment-prefix-regexp): Made it possible to use an
5681 association list on this to specify mode specific regexps.
5682 The default value now use a special regexp in Pike mode to
5683 recognize pikedoc markup.
5684
5685 (c-current-comment-prefix): New variable containing the actual
5686 regexp from c-comment-prefix-regexp for the current buffer.
5687
5688 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5689
5690 * cc-cmds.el (c-electric-brace): Fixed check for special brace
5691 lists: We can't look at the syntax, since a brace list can get
5692 recognized as a plain statement-cont.
5693
5694 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
5695 special brace list opener broken over two lines got recognized
5696 as a statement on the second line. Case 9A changed.
5697
5698 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5699
5700 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
5701 adjustment after line is reindented.
5702
5703 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5704
5705 * cc-defs.el (c-point): Added optional argument for position
5706 to use instead of the current point.
5707
5708 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
5709 the in-expression block symbols when the construct starts at
5710 boi, to avoid the extra level of indentation in that case.
5711 Cases 4, 16A and 17E affected.
5712
5713 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5714
5715 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
5716 calls to `c-indent-line', to adhere better to Emacs conventions.
5717
5718 * cc-engine.el (c-indent-line): Use the syntax already bound
5719 to `c-syntactic-context', if there is any.
5720
5721 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5722
5723 * cc-engine.el (c-get-offset): Fixed bug where the indentation
5724 wasn't added up correctly when a lineup function returned nil.
5725
5726 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5727
5728 * cc-engine.el (c-collect-line-comments): Fixed bug where
5729 empty lines were ignored when collecting line comments backwards.
5730
5731 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5732
5733 * cc-align.el (c-lineup-dont-change): Return an absolute
5734 indentation column to work correctly in the case when several
5735 syntactic elements are processed for the same line.
5736
5737 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
5738 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
5739 (c-set-offset): Added absolute indentation column settings by
5740 using the vector type.
5741
5742 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5743
5744 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
5745 Implemented two new cleanups `space-before-funcall' and
5746 `compact-empty-funcall'.
5747
5748 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5749
5750 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
5751 helping building regexps.
5752
5753 * cc-engine.el (c-on-identifier): New function for detecting
5754 identifiers. It takes keywords into account.
5755
5756 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
5757 lists. `c-keywords' is set to a regexp matching all keywords
5758 in the current language.
5759
5760 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5761
5762 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
5763 list of characters to skip backwards over at the beginning of
5764 a statement, since it can precede string literals in Pike.
5765
5766 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5767
5768 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
5769 recognition when standing on the last line in a C++ comment
5770 with nothing but whitespace after the prefix.
5771
5772 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
5773 given no limit argument.
5774
5775 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5776
5777 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
5778 recognition for the `[]= operator symbol in Pike.
5779
5780 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5781
5782 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
5783 around a bug in `eval-when-compile' in the byte compiler.
5784
5785 * cc-engine.el (c-forward-token-1): Fixed bug with return
5786 value when count is zero and there's no token start within the limit.
5787
5788 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
5789 "prefix comments", i.e. comments which are followed by code on
5790 the same line.
5791
5792 * cc-mode-19.el: Fixes so that checks that must be done at
5793 compile time also are done then.
5794
5795 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5796
5797 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
5798 time and at runtime, and only when it's needed.
5799
5800 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5801
5802 Major cleanup for less error prone and more warning free
5803 compilation, including some fixes for bugs due to different
5804 compilation orders. Thanks to Martin Buchholz for providing
5805 the basis for all this.
5806
5807 * cc-bytecomp.el: New file that provides some byte compilation
5808 features: It ensures that files always are loaded from the
5809 current source directory during compilation, and it provides a
5810 set of macros to turn off specific compiler warnings for
5811 specific symbols. (It's not CC Mode specific in any way.)
5812
5813 Fixed a nearly acyclic dependency tree (both runtime and
5814 compile-time) between all files.
5815
5816 * cc-defs.el: Separated all macros before the inline functions,
5817 to ensure correct compilation.
5818
5819 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
5820 cc-defs.el to cc-engine.el and made it a function instead.
5821
5822 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
5823 about char-after.
5824
5825 * cc-vars.el: Cope even when there isn't a custom package
5826 containing defcustom available.
5827
5828 * cc-make.el: Removed since it's no longer necessary.
5829
5830 README: Updated installation instructions.
5831
5832 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5833
5834 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
5835 improve the modularity: Moved all mode init stuff from
5836 cc-langs.el to cc-mode.el, including the keymap
5837 initialization; cc-langs now only contains the various
5838 variables for configuring the language syntax.
5839
5840 * cc-engine.el, cc-styles.el (c-evaluate-offset)
5841 (c-get-offset): Moved from cc-styles to cc-engine since file
5842 dependency analysis suggests they belong there (which also
5843 makes more sense). Thanks to Martin Buchholz for doing the analysis.
5844
5845 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5846
5847 * cc-cmds.el (c-fn-region-is-active-p): New function that
5848 wraps the corresponding macro, for use in places that aren't
5849 compiled. Thanks to Martin Buchholz for pointing out this.
5850
5851 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
5852
5853 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
5854 add things to the bug report.
5855
5856 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5857
5858 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
5859 returned prefix could contain a newline when the search for a
5860 good prefix line failed.
5861
5862 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5863
5864 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
5865 (c-toggle-auto-hungry-state): Made the argument optional, as
5866 the documentation says it is.
5867
5868 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5869
5870 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
5871 multiline string syntax, #"...", as a cpp macro.
5872
5873 2001-03-21 Paul Eggert <eggert@twinsun.com>
5874
5875 * international/mule-cmds.el (set-locale-environment):
5876 Set system-messages-locale and system-time-locale, but only if the
5877 caller specifies a non-nil locale name.
5878
5879 2001-03-20 Gerd Moellmann <gerd@gnu.org>
5880
5881 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
5882 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
5883
5884 2001-03-20 Gerd Moellmann <gerd@gnu.org>
5885
5886 * follow.el (follow-avoid-tail-recenter): Doc fix.
5887
5888 * custom.el (custom-set-variables): Avoid reversing the list
5889 of args needlessly.
5890
5891 * startup.el (fancy-splash-head): Don't change the colors of the
5892 XPM image on a dark background.
5893
5894 * comint.el (comint-exec-1): Set columns of the terminal to
5895 window-width instead of frame-width.
5896
5897 * info.el (Info-scroll-down): Add missing WINDOW arg for
5898 pos-visible-in-window-p.
5899
5900 * ehelp.el (electric-help-mode-hook): Add defcustom.
5901
5902 * mail/sendmail.el (mail-mode): Activate case-folding in
5903 font-lock-defaults.
5904
5905 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
5906
5907 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
5908 (completion-ignored-extensions): Remove duplicate ".class".
5909
5910 2001-03-19 Andreas Schwab <schwab@suse.de>
5911
5912 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
5913 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5914
5915 2001-03-19 Gerd Moellmann <gerd@gnu.org>
5916
5917 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
5918 methods since there are not prefix input methods.
5919
5920 2001-03-19 Kenichi Handa <handa@etl.go.jp>
5921
5922 * international/mule-cmds.el (read-input-method-name):
5923 Locally bind enable-recursive-minibuffers to t.
5924
5925 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
5926
5927 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
5928
5929 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
5930
5931 * ediff-util.el: Copyright years.
5932 (ediff-choose-syntax-table): New function.
5933 (ediff-setup): Use ediff-choose-syntax-table.
5934
5935 * ediff-init.el (ediff-with-syntax-table): New macro, uses
5936 with-syntax-table.
5937
5938 * ediff.el: Date of last update, copyright years.
5939
5940 * ediff-wind (ediff-setup-control-frame): Nill->nil.
5941
5942 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
5943 of Scott Bronson.
5944 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
5945 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
5946 Deleted functions.
5947 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
5948 ex-token-list.
5949
5950 * viper-util.el: Spaces, indentation.
5951
5952 * viper.el: Changed version, modification time.
5953
5954 2001-03-16 John Wiegley <johnw@gnu.org>
5955
5956 * calendar/timeclock.el (timeclock-workday-remaining):
5957 Check whether `discrep' is non-null before using it.
5958
5959 2001-03-16 John Wiegley <johnw@gnu.org>
5960
5961 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
5962 first-time checkins.
5963 (timeclock-log-data): Fixed problem with reading timelog log file.
5964 Resulting data in the "day list" was incorrect.
5965 (timeclock-find-discrep): Check if `timeclock-file' is readable
5966 before opening it.
5967 (timeclock-time-less-p): New function.
5968 (timeclock-day-base): New function.
5969 (timeclock-geometric-mean): New function.
5970 (timeclock-generate-report): Generate a summary report based on
5971 the contents of the log file. This uses `timeclock-log-data', and
5972 is an example of writing a timelog manipulation function.
5973 (timeclock-visit-timelog): A quick command for opening the timelog
5974 file.
5975 (timeclock-log-data): Bound the variable event.
5976
5977 2001-03-16 Kenichi Handa <handa@etl.go.jp>
5978
5979 * international/mule-cmds.el (select-safe-coding-system):
5980 Fix typo: symbol-name -> symbol-value.
5981
5982 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
5983 before substitute-in-file-name to handle double slashes in FILE
5984 correctly.
5985
5986 2001-03-15 Gerd Moellmann <gerd@gnu.org>
5987
5988 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
5989 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
5990
5991 2001-03-14 Gerd Moellmann <gerd@gnu.org>
5992
5993 * bindings.el (features): Add `md5' and `overlay' to the list.
5994
5995 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
5996 bound before using it. It's not bound when configured without X,
5997 for instance.
5998
5999 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6000
6001 * progmodes/hideshow.el: Update copyright.
6002 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6003 (hs-minor-mode-hook): Include `:version' in defcustom form.
6004
6005 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6006
6007 * help.el (string-key-binding): Don't call event-start on
6008 a non-list.
6009
6010 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6011
6012 * startup.el (fancy-splash-tail, command-line-1): Fix the
6013 copyright year.
6014
6015 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6016
6017 * term.el: These changes are based on a patch sent from Yong Lu
6018 <lyongu@yahoo.com>.
6019 (term-set-escape-char): Bind M-x to execute-extended-command in
6020 term-raw-escape-map.
6021 (term-move-columns): Don't try to move to negagive column.
6022 (term-emulate-terminal): Insert a string before deleting a text to
6023 overwrite.
6024
6025 2001-03-12 Gerd Moellmann <gerd@gnu.org>
6026
6027 * play/life.el (life): Rearrange code so that all calls to
6028 life-display-generation are in a catch-form.
6029
6030 * progmodes/etags.el (tags-loop-continue): Don't change point in a
6031 file that isn't interesting. In an interesting file, push the old
6032 value of point on the mark ring.
6033
6034 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
6035 New function.
6036 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
6037 Use it.
6038
6039 * emacs-lisp/autoload.el (generate-file-autoloads):
6040 Remove warning about line lengths.
6041
6042 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6043
6044 * progmodes/etags.el (tags-compression-info-list): New variable.
6045 (find-tag-in-order): Use it to deal with compressed source files.
6046 (tag-file-name-match-p): New function.
6047 (etags-recognize-tags-table): Use it for better match of file names.
6048
6049 2001-03-12 Kenichi Handa <handa@etl.go.jp>
6050
6051 * international/mule-cmds.el (register-input-method): Doc fix.
6052
6053 * international/quail.el (quail-translate-key): Fix condition to
6054 check if there's another breaking point in the current key.
6055
6056 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
6057
6058 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6059 Babyl header to the newly-created output file, bind
6060 coding-system-for-write to either rmail-file-coding-system or
6061 emacs-mule-unix.
6062
6063 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
6064
6065 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6066 Fix the name and regexp used for subsubsections.
6067
6068 2001-03-10 Dave Love <fx@gnu.org>
6069
6070 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6071 and save-buffer if buffer-file-name non-nil. From rms.
6072
6073 2001-03-10 Andre Spiegel <spiegel@gnu.org>
6074
6075 * vc.el (vc-do-command): If the destination buffer is already
6076 current, don't set it up and don't erase it. Updated doc string
6077 to reflect that.
6078 (vc-version-diff): When doing a single file diff, don't switch to the
6079 *vc-diff* buffer before the command. This is to preserve local
6080 variable bindings that might affect the diff command.
6081 (vc-print-log): Don't switch to the *vc* buffer before the
6082 command, so that local variable bindings are preserved.
6083
6084 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6085 not the current buffer.
6086 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6087
6088 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6089 make output go to buffer *vc*, not the current buffer.
6090
6091 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
6092
6093 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6094 so ^, $, *, ? and + are interpreted correctly.
6095
6096 2001-03-09 Gerd Moellmann <gerd@gnu.org>
6097
6098 * help.el (string-key-binding): Renamed from
6099 mode-line-key-binding. Handle any event on a string.
6100 Check for `keymap' properties as well as `local-map' properties.
6101
6102 * comint.el (comint-insert-clicked-input): Use the last key
6103 from this-command-keys to lookup the global key definition.
6104
6105 2001-03-09 Kenichi Handa <handa@etl.go.jp>
6106
6107 * international/characters.el: Add category `j' for
6108 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
6109
6110 * international/mule-conf.el (no-conversion): Fix docstring.
6111 (raw-text): Fix docstring.
6112
6113 2001-03-08 Gerd Moellmann <gerd@gnu.org>
6114
6115 * simple.el (choose-completion-string): When not leaving the
6116 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6117 is set.
6118
6119 * window.el (shrink-window-if-larger-than-buffer): Handle frame
6120 parameter `(minibuffer . t)'.
6121
6122 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6123
6124 * progmodes/sh-script.el (sh-st-symbol): New symbol.
6125 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6126 (sh-mode): Remove `make-local-variable' for unused var
6127 `font-lock-unfontify-region-function'.
6128
6129 2001-03-07 Richard M. Stallman <rms@gnu.org>
6130
6131 * info.el (Info-scroll-down): Fix previous change.
6132
6133 * mail/rmail.el (rmail-toggle-header): Use a window which
6134 is showing the Rmail buffer, rather than the selected window.
6135
6136 2001-03-07 Dave Love <fx@gnu.org>
6137
6138 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
6139 now, to avoid problems with binding imenu directly to a mouse event.
6140
6141 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6142
6143 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
6144 second arg t.
6145
6146 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6147
6148 * log-edit.el (log-edit-common-indent): New var.
6149 (log-edit-set-common-indentation): Renamed from
6150 log-edit-delete-common-indentation. Use the new var.
6151 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
6152
6153 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
6154 (cvs-mode-add-change-log-entry-other-window):
6155 Don't presume change-log-default-name is defined.
6156
6157 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
6158
6159 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
6160 the "tree" operation as well.
6161
6162 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
6163
6164 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6165 to match paragraph-start.
6166
6167 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6168 comment-start-skip and set comment-end-skip as well.
6169 (sgml-comment-indent): Fix for new value of comment-start-skip.
6170 (html-autoview-mode): Don't bother using make-local-hook.
6171
6172 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6173
6174 * cus-edit.el (custom-save-delete): Move in front of local
6175 variables, otherwise long Custom entries would make them ineffective.
6176
6177 * uniquify.el: Set maintainer to FSF.
6178
6179 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
6180
6181 * dired-aux.el (dired-do-shell-command): Doc fix.
6182
6183 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
6184
6185 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
6186
6187 * which-func.el (which-func-modes): Add cperl-mode.
6188 (which-func-mode-global): Use define-minor-mode.
6189
6190 * info-look.el: Docstring fixes and dead code eliminated.
6191 (cperl-mode): Add support.
6192 (emacs-lisp-mode): List all entries from elisp manual, whether
6193 or not they are currently (f)bound or not. Update regexp.
6194
6195 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
6196
6197 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
6198 so that C-h m shows the correct information.
6199 Use make-local-variable rather than make-variable-buffer-local.
6200 (cperl-info-buffer, cperl-setup-tmp-buf):
6201 Use make-local-variable rather than make-variable-buffer-local.
6202 (cperl-msb-fix, cperl-get-help-defer):
6203 Check major-mode for `cperl-mode' as well.
6204
6205 * progmodes/cperl-mode.el: Updated to author version 4.23.
6206 (cperl-electric-pod): SYNOPSIS was misspelled.
6207 (cperl-find-pods-heres): @if ? a : b was considered a REx.
6208 (cperl-after-expr-p): Make true after __END__.
6209
6210 2001-03-06 Gerd Moellmann <gerd@gnu.org>
6211
6212 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6213 bookmark-completion-ignore-case is t.
6214
6215 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
6216 switch, like xterm, and concat resource strings, with a newline
6217 between them.
6218
6219 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6220
6221 * international/codepage.el (cp770-decode-table)
6222 (cp773-decode-table, cp774-decode-table): New variables.
6223
6224 * man.el (Man-hyphenated-reference-regexp): New variable.
6225 (Man-build-references-alist): Use it to search for referenced
6226 manpages. If hyphenated is non-nil, record a concatenated word in
6227 Man-refpages-alist only if it matches Man-reference-regexp.
6228 Update word's length when it is concatenated. Reverse the list,
6229 to get the first manpage at the head.
6230 (Man-possibly-hyphenated-word): New function.
6231 (Man-follow-manual-reference): Use it instead of current-word to
6232 find a manpage at point, in a way that accounts for hyphenated
6233 references.
6234
6235 2001-03-06 Alex Schroeder <alex@gnu.org>
6236
6237 * sql.el (sql-interbase): New function.
6238 (sql-interbase-program): New option.
6239 (sql-interbase-options): New option.
6240 And some typos fixed: "customise" to "customize".
6241
6242 2001-03-06 Dave Love <fx@gnu.org>
6243
6244 * textmodes/flyspell.el (flyspell-region):
6245 Set up flyspell-local-mouse-map.
6246
6247 2001-03-05 Richard M. Stallman <rms@gnu.org>
6248
6249 * mail/rmail.el (rmail-retry-failure):
6250 Don't call rmail-beginning-of-message.
6251 Don't discard From: field. Do discard Received: field.
6252 Use unwind-protect to re-prune.
6253 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
6254
6255 2001-03-06 Kenichi Handa <handa@etl.go.jp>
6256
6257 * international/quail.el (quail-title): Add autoload cookie.
6258
6259 2001-03-05 Dave Love <fx@gnu.org>
6260
6261 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
6262 new defs.
6263
6264 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6265
6266 * language/ethio-util.el (ethio-toggle-space):
6267 Update current-input-method-title if necessary.
6268 (ethio-toggle-punctuation): Likewise.
6269
6270 * international/quail.el (quail-title): Fix for the case that a
6271 title of an input method is specified by a list of the same form
6272 as used in mode-line-format.
6273
6274 * international/mule-cmds.el (activate-input-method):
6275 If current-input-method-title is set by activating INPUT-METHOD,
6276 respect that value.
6277
6278 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6279
6280 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
6281
6282 2001-03-05 Alex Schroeder <alex@gnu.org>
6283
6284 * sql.el (sql-sybase): Fix typo (was: query user about server two
6285 times instead of server and database).
6286
6287 * sql.el (sql-sybase): Doc change.
6288 (sql-mysql): Doc change.
6289 (sql-postgres): Doc change.
6290
6291 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6292
6293 * international/mule-conf.el (emacs-mule, raw-text):
6294 Docstring modified.
6295
6296 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6297
6298 * term/internal.el: Update copyright notice.
6299
6300 * term/pc-win.el: Update copyright notice.
6301
6302 2001-03-02 Dave Love <fx@gnu.org>
6303
6304 * files.el (insert-file-contents-literally):
6305 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
6306 not jka-compr-compression-info-list.
6307
6308 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
6309
6310 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
6311 spaces in default comment-start-skip settings rather than \s-.
6312
6313 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
6314
6315 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
6316 default-frame-alist as well.
6317
6318 2001-03-01 Dave Love <fx@gnu.org>
6319
6320 * textmodes/reftex.el (defvar): Wrap some defvars in
6321 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
6322
6323 * subr.el (event-basic-type): Doc fix.
6324
6325 * international/quail.el: Doc fixes.
6326
6327 * international/utf-8.el: Doc fixes.
6328
6329 * international/mule-cmds.el: Doc fixes.
6330 (leim-list-header): Fix header text.
6331
6332 * international/mule.el (coding-system-category): Doc fix.
6333
6334 * international/ccl.el (ccl-compile): Doc fix.
6335
6336 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
6337
6338 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
6339 rather than (before|after)-change-functions.
6340
6341 2001-03-01 Gerd Moellmann <gerd@gnu.org>
6342
6343 * ediff-util.el (ediff-scroll-horizontally): Arrange for
6344 scroll-left and scroll-right being called interactively so that
6345 they set the window's min_hscroll.
6346
6347 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
6348
6349 * info.el (info-insert-file-contents-1): Accept an additional
6350 argument `lfn': if it is non-nil, concatenate `filename' and
6351 `suffix'; otherwise use the complicated MS-DOS code.
6352 All callers changed.
6353 (info-insert-file-contents, Info-find-node): If the MS-DOS port
6354 can access long file names, try the long file-name version of
6355 `info-insert-file-contents-1', then the short file-name version.
6356
6357 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
6358
6359 * language/ethio-util.el (setup-ethiopic-environment-internal):
6360 Change bindings of functions keys to conform to "Emacs Lisp Coding
6361 Convention".
6362
6363 * language/ethiopic.el ("Ethiopic"): Add documentation.
6364
6365 2001-02-28 Kenichi Handa <handa@etl.go.jp>
6366
6367 * international/utf-8.el (mule-utf-8): Set coding-category
6368 property to coding-category-utf-8.
6369
6370 2001-02-27 Richard M. Stallman <rms@gnu.org>
6371
6372 * lpr.el (lpr-page-header-switches, print-region-1):
6373 Undo 2000-07-06 change.
6374 (lpr-add-switches): Default to t on gnu/linux.
6375
6376 2001-02-27 Gerd Moellmann <gerd@gnu.org>
6377
6378 * bs.el (bs-attributes-list): Doc fix.
6379
6380 2001-02-26 Gerd Moellmann <gerd@gnu.org>
6381
6382 * help.el (describe-project): Display the file THE-GNU-PROJECT.
6383
6384 * help.el (view-order-manuals): Use goto-address.
6385
6386 * startup.el (command-line-1): Add info about ordering manuals
6387 to the not so fancy splash screens.
6388
6389 2001-02-26 Andre Spiegel <spiegel@gnu.org>
6390
6391 * vc.el (vc-default-workfile-unchanged-p)
6392 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
6393
6394 2001-02-26 Gerd Moellmann <gerd@gnu.org>
6395
6396 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
6397 fontify in the right buffer.
6398
6399 * allout.el (outline-flag-region): Move macro in front of first
6400 use to avoid a run-time error.
6401
6402 2001-02-24 Andrew Innes <andrewi@gnu.org>
6403
6404 * makefile.w32-in: Fix copyright notice.
6405
6406 2001-02-24 Kenichi Handa <handa@etl.go.jp>
6407
6408 * international/utf-8.el (mule-utf-8): Set correct value for
6409 valid-codes property.
6410
6411 * international/fontset.el (x-complement-fontset-spec): In the
6412 case that we use ASCII font for the other charsets, use only
6413 family and registry part of it.
6414
6415 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
6416
6417 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
6418 (shrink-window-if-larger-than-buffer): Doc fix.
6419
6420 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
6421
6422 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
6423 predicate passed to completing-read.
6424
6425 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
6426
6427 * startup.el (command-line): Fix last change.
6428
6429 2001-02-23 Jason Rumney <jasonr@gnu.org>
6430
6431 * startup.el (tool-bar-originally-present): New variable.
6432 (command-line): Set it if the tool-bar is switched on at startup.
6433
6434 * frame.el (frame-notice-user-settings): Only adjust frame height
6435 for no tool-bar case if tool-bar was originally switched on.
6436 From E. Jay Berkenbilt.
6437
6438 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
6439
6440 * server.el (server-switch-buffer): Only switch window if the
6441 current one is dedicated.
6442
6443 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
6444 rather than using (match-beginning 0) when searching for break point.
6445
6446 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
6447
6448 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
6449 @ follows an accent command such as @'. Support optional braces
6450 in commands that insert accents, like makeinfo does.
6451
6452 2001-02-22 Gerd Moellmann <gerd@gnu.org>
6453
6454 * startup.el (fancy-splash-text): Add a line for ordering
6455 manuals. Reverse order of splash screens shown.
6456 (use-fancy-splash-screens-p): Adapt to the text line added.
6457
6458 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
6459 manuals from the FSF.
6460
6461 * help.el (view-order-manuals): New function.
6462 (toplevel): Bind C-h C-m to this function.
6463
6464 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
6465
6466 * newcomment.el (comment-forward): Skip the comment-start before
6467 searching for the comment-end.
6468
6469 2001-02-21 Dave Love <fx@gnu.org>
6470
6471 * custom.el (custom-initialize-changed, defcustom): Doc fix.
6472
6473 * international/mule-cmds.el, international/mule.el: Doc fixes.
6474
6475 2001-02-21 Gerd Moellmann <gerd@gnu.org>
6476
6477 * startup.el (fancy-splash-screens): Use display-hourglass
6478 instead of display-busy-cursor.
6479
6480 * frame.el (display-hourglass): Renamed from busy-cursor.
6481 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
6482 (show-cursor-in-non-selected-windows): Doc fix.
6483
6484 2001-02-20 Dave Love <fx@gnu.org>
6485
6486 * international/utf-8.el: Doc and commentary fixes.
6487
6488 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
6489
6490 * ehelp.el (with-electric-help): Doc fix.
6491
6492 2001-02-20 Gerd Moellmann <gerd@gnu.org>
6493
6494 * msb.el (msb-mode): Call the update-buffers function explicitly
6495 with a FORCE argument.
6496
6497 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
6498 FORCE. If set, update the menu even if frame-or-buffer-changed-p
6499 returns nil.
6500
6501 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6502
6503 * ps-print.el: Timestamp package replacement. Some enhancements.
6504 Some XEmacs compatibility. Doc fix.
6505 (ps-print-version): New version number (6.4).
6506 (ps-printer-name): Initialization fix.
6507 (ps-zebra-stripe-follow): Funcionality enhancement.
6508 (ps-prologue-file): Code enhancement.
6509 (ps-right-header): Timestamp package replacement.
6510 (ps-setup, ps-face-bold-p, ps-face-italic-p)
6511 (ps-get-page-dimensions)
6512 (ps-generate-header, ps-begin-file, ps-begin-job)
6513 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
6514 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
6515 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
6516 (coding-system-for-write): Var declaration (XEmacs compatibility).
6517
6518 2001-02-20 Miles Bader <miles@gnu.org>
6519
6520 * image-file.el (image-file-name-extensions): Add "tif".
6521
6522 2001-02-19 Gerd Moellmann <gerd@gnu.org>
6523
6524 * wid-edit.el (widget-button-click): Save the selected window
6525 around the code handling clicks on buttons.
6526
6527 2001-02-18 Dave Love <fx@gnu.org>
6528
6529 * imenu.el (imenu--generic-function): Use mapc to iterate over
6530 syntax characters.
6531
6532 2001-02-17 Richard M. Stallman <rms@gnu.org>
6533
6534 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
6535
6536 * uniquify.el (uniquify-buffer-name-style): Doc fix.
6537
6538 2001-02-16 Gerd Moellmann <gerd@gnu.org>
6539
6540 * mouse.el (mouse-save-then-kill): If the distance from the new
6541 point to the mark is equal to the distance of point from the new
6542 point, move point instead of the mark.
6543
6544 2001-02-16 Dave Love <fx@gnu.org>
6545
6546 * textmodes/flyspell.el (flyspell-get-word): Return string without
6547 properties.
6548
6549 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
6550
6551 * generic.el (generic-find-file-regexp): Doc fix.
6552 (generic-ignore-files-regexp): New defcustom.
6553 (generic-mode-find-file-hook): If the file's name matches the
6554 regexp in `generic-ignore-files-regexp', don't enter
6555 default-generic-mode. Doc fix.
6556
6557 2001-02-16 Gerd Moellmann <gerd@gnu.org>
6558
6559 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
6560 Add autoload cookies.
6561
6562 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
6563 of cal-tex-24.
6564
6565 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
6566
6567 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
6568
6569 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
6570 the character class after the (optional) drive, to support file
6571 names with embedded blanks.
6572
6573 2001-02-15 Sam Steingold <sds@gnu.org>
6574
6575 * textmodes/tex-mode.el (tex-shell-running):
6576 Check the process buffer too.
6577
6578 2001-02-15 Dave Love <fx@gnu.org>
6579
6580 * battery.el (battery-status-function): Fix doc, :type.
6581
6582 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
6583
6584 2001-02-15 Gerd Moellmann <gerd@gnu.org>
6585
6586 * subr.el (read-passwd): Clear Lisp memory holding password.
6587
6588 2001-02-15 Miles Bader <miles@gnu.org>
6589
6590 * info.el (Info-copy-current-node-name): New function.
6591 (Info-mode-menu): Add it to the menu.
6592
6593 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
6594
6595 * international/mule-cmds.el (toggle-input-method): Doc fix.
6596
6597 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
6598
6599 * replace.el (occur): Stop at end of buffer.
6600
6601 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
6602
6603 * international/mule-cmds.el (set-input-method): Another doc fix.
6604
6605 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
6606
6607 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
6608
6609 2001-02-13 Miles Bader <miles@gnu.org>
6610
6611 * faces.el (set-face-background, set-face-foreground)
6612 (set-face-stipple): Treat a value of nil as being `unspecified'.
6613
6614 2001-02-12 Dave Love <d.love@dl.ac.uk>
6615
6616 * international/latin1-disp.el: Doc fixes.
6617 (latin1-display) <defgroup>: Add :link.
6618 (latin1-display) <function>: Set variable latin1-display.
6619
6620 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
6621
6622 * international/mule-cmds.el (set-input-method): Doc fix.
6623
6624 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
6625
6626 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
6627 (speedbar-line-file): Return nil if not a file.
6628 (speedbar-buffers-line-path): Return file for tags, and dir for files.
6629
6630 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
6631
6632 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
6633 for remote files.
6634 (ediff-coding-system-for-read): Replaced the no-conversion default
6635 with raw-text.
6636
6637 * ediff-init.el: Removed :version from defcustom vars.
6638
6639 * ediff-util.el (ediff-compute-custom-diffs-maybe):
6640 Better handling of the diff mode.
6641
6642 * ediff.texi: Added ediff-coding-system-for-read.
6643
6644 * viper.texi: Fix typos.
6645
6646 2001-02-11 Dave Love <fx@gnu.org>
6647
6648 * shadowfile.el: Doc fixes.
6649 (shadow) <defgroup>: Add :link.
6650 (shadowfile-unload-hook): New function.
6651 (shadow-initialize): Use defalias, not fset.
6652 (shadow-define-cluster, shadow-define-literal-group)
6653 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
6654
6655 * international/mule.el: Doc and message fixes.
6656
6657 * international/ccl.el (define-ccl-program): Doc fix.
6658
6659 2001-02-11 Kenichi Handa <handa@etl.go.jp>
6660
6661 * faces.el (mode-line): Set :line-width property to -1.
6662
6663 2001-02-10 Richard M. Stallman <rms@gnu.org>
6664
6665 * complete.el (partial-completion-mode): Doc fix.
6666
6667 * simple.el (delete-key-deletes-forward-mode):
6668 Change `let' to `let*' to fix gross bug in last change.
6669
6670 * repeat.el (repeat): Don't let execute-kbd-macro alter
6671 real-last-command.
6672
6673 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
6674
6675 * simple.el (eval-expression): Doc fix.
6676
6677 2001-02-09 Dave Love <fx@gnu.org>
6678
6679 * imenu.el (imenu-generic-expression): Doc fix.
6680
6681 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
6682 From Juanma Barranquero.
6683
6684 * emacs-lisp/authors.el (authors): Expand `root' before running find.
6685
6686 2001-02-09 Kenichi Handa <handa@etl.go.jp>
6687
6688 * faces.el (set-face-attribute): Describe the case of a negative
6689 value specified for :line-width.
6690
6691 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
6692
6693 * which-func.el (which-func-mode): Invert which-func-mode-global.
6694 From Juanma Barranquero <lektu@uol.com.br>.
6695
6696 2001-02-08 Dave Love <fx@gnu.org>
6697
6698 * wid-edit.el (widget-plist-convert-widget): Replace binding of
6699 widget-plist-value-type.
6700 (widget-alist-convert-widget): Replace binding of
6701 widget-alist-value-type.
6702
6703 * textmodes/paragraphs.el (sentence-end): Doc fix.
6704
6705 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
6706 Remove `backward-line'.
6707
6708 * play/pong.el (pong-blank-color, pong-bat-color)
6709 (pong-ball-color, pong-border-color, pong-left-key)
6710 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
6711 (pong-pause-key, pong-resume-key, pong-timer-delay):
6712 * mail/mh-comp.el (mh-compose-letter-function):
6713 * eshell/esh-mode.el (eshell-skip-prompt-function):
6714 * emulation/viper-ex.el (ex-unix-type-shell-options):
6715 * recentf.el (recentf-menu-filter):
6716 * ps-print.el (ps-print-region-function):
6717 * lpr.el (print-region-function):
6718 * forms.el (forms-mode-hooks):
6719 * dirtrack.el (dirtrack-directory-change-hook):
6720 * cus-start.el (temp-buffer-show-function, display-buffer-function):
6721 * textmodes/spell.el (spell-filter):
6722 * textmodes/fill.el (adaptive-fill-function):
6723 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
6724 * progmodes/etags.el (find-tag-default-function):
6725 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
6726 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6727
6728 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
6729
6730 * emulation/viper-init.el (viper-fast-keyseq-timeout)
6731 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
6732 Meyering <jim@meyering.net>.
6733
6734 * loadup.el: Revert last change.
6735
6736 2001-02-07 Kenichi Handa <handa@etl.go.jp>
6737
6738 * international/mule.el (transform-make-coding-system-args):
6739 Make it work also for coding systems not using CCL.
6740
6741 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6742
6743 * simple.el (previous-matching-history-element)
6744 (next-matching-history-element): Doc fix.
6745
6746 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
6747 specific part.
6748
6749 2001-02-06 Dave Love <fx@gnu.org>
6750
6751 * add-log.el (add-log-current-defun-function)
6752 (add-log-buffer-file-name-function, add-log-file-name-function):
6753 Fix :type.
6754 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
6755
6756 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6757
6758 * info.el (info-initialize): Remove the test for system-type when
6759 invocation-directory is non-nil.
6760
6761 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
6762 of `font-lock-defaults' to `backward-paragraph' rather than nil.
6763
6764 2001-02-06 Andrew Innes <andrewi@gnu.org>
6765
6766 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
6767 absolute.
6768
6769 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
6770
6771 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
6772 buffers. When hi-lock turned on rather than only checking current
6773 buffer for regexps, all buffers are checked. Moved activation of
6774 font-lock to hi-lock-refontify. When font-lock turned off rather
6775 than removing added highlighting just in current buffer, remove it
6776 in all buffers. Changed edit menu text from "Automatic
6777 Highlighting" to "Regexp Highlighting" Documentation for
6778 highlighting phrases, minor documentation changes.
6779 (hi-lock-set-file-patterns): Execute only if there are new or
6780 existing file patterns.
6781 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
6782 unfontify and, if a support mode is active, will not refontify the
6783 whole buffer. If necessary, turn on font lock. (Removed
6784 font-lock-unfontify and font-lock support-mode-specific calls,
6785 such as lazy-lock-fontify-window.)
6786 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
6787 patterns are found. Not useful now since find-file-hook is removed
6788 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
6789 (hi-lock-face-phrase-buffer): New function. Also added related
6790 menu item and keybinding.
6791 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
6792 (hi-lock-process-phrase): New function.
6793 (hi-lock-line-face-buffer): Doc fixes.
6794 (hi-lock-face-buffer): Doc fixes.
6795 (hi-lock-unface-buffer): Doc fixes.
6796
6797 2001-02-06 Gerd Moellmann <gerd@gnu.org>
6798
6799 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
6800 dabbrev-ignored-regexps.
6801
6802 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6803
6804 * simple.el (kill-line): Doc fix.
6805
6806 2001-02-05 Dave Love <fx@gnu.org>
6807
6808 * loadup.el: Revert last two changes -- bootstrapping works with
6809 regenerated loaddefs.
6810
6811 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
6812
6813 * isearch.el (isearch-forward): Doc fix.
6814
6815 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
6816 of font-lock-defaults to backward-paragraph.
6817
6818 2001-02-05 Gerd Moellmann <gerd@gnu.org>
6819
6820 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
6821 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
6822
6823 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6824
6825 * ebnf2ps.el: Eliminate time-stamp functions.
6826 (ebnf-version): New version (3.5).
6827 (ebnf-eps-finish-and-write): Replace time-stamp functions by
6828 format-time-string.
6829
6830 2001-02-05 Gerd Moellmann <gerd@gnu.org>
6831
6832 * simple.el (next-line): Goto end-of-line before inserting a newline.
6833
6834 2001-02-05 Miles Bader <miles@gnu.org>
6835
6836 * image-file.el (insert-image-file): When visiting an image, also
6837 set `truncate-lines' to t so that any fringe arrow looks correct.
6838
6839 2001-02-05 Kenichi Handa <handa@etl.go.jp>
6840
6841 * isearch.el (isearch-forward): Add description about input method
6842 in the docsting.
6843
6844 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
6845
6846 * skeleton.el (skeleton-internal-1): Always push the mark for @.
6847
6848 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
6849
6850 * info.el (info-initialize): If installation-directory is nil, for
6851 DOS/Windows systems try looking in a sibling of invocation-directory.
6852
6853 2001-02-02 Gerd Moellmann <gerd@gnu.org>
6854
6855 * wid-edit.el (widget-button-click): Fix last change.
6856
6857 * frame.el (frame-notice-user-settings): When resizing the initial
6858 frame because the tool bar is off, also change the frame's top
6859 position if a negative top position was specified.
6860
6861 2001-02-02 Miles Bader <miles@gnu.org>
6862
6863 * image-file.el (insert-image-file): When visiting an image,
6864 suppress the cursor in the image buffer.
6865
6866 2001-02-01 Dave Love <fx@gnu.org>
6867
6868 * progmodes/f90.el (f90-mode): Remove startup message.
6869
6870 * vc-cvs.el: Remove autoloads. Require vc when compiling.
6871
6872 2001-02-01 Gerd Moellmann <gerd@gnu.org>
6873
6874 * startup.el (command-line): Fix code determining whether or not
6875 to use delete-key-deletes-forward-mode.
6876
6877 2001-02-01 Andre Spiegel <spiegel@gnu.org>
6878
6879 * vc.el (vc-diff-switches): New user option.
6880 (vc-version-diff): Use it.
6881 (vc-diff-switches-list): New macro.
6882
6883 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
6884 New customization options.
6885 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
6886
6887 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
6888
6889 2001-02-01 Gerd Moellmann <gerd@gnu.org>
6890
6891 * msb.el (toplevel): Quote hook symbols.
6892
6893 2001-02-01 Kenichi Handa <handa@etl.go.jp>
6894
6895 * international/mule.el (make-coding-system): Add description
6896 about recognized properties in the docstring.
6897
6898 * international/mule-conf.el: Remove unused charsets
6899 mac-roman-lower and mac-roman-upper.
6900
6901 2001-01-31 Gerd Moellmann <gerd@gnu.org>
6902
6903 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
6904 is in front of the left-margin, if any.
6905
6906 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
6907 like `delete'.
6908
6909 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
6910
6911 * term/w32-win.el (mouse-set-font): Doc fix.
6912
6913 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
6914
6915 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
6916 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
6917 on already.
6918
6919 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
6920
6921 * files.el (save-buffer): Don't give message if (buffer-file-name)
6922 returns nil.
6923
6924 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
6925
6926 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
6927
6928 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
6929 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
6930
6931 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
6932 display problems.
6933
6934 2001-01-31 Kenichi Handa <handa@etl.go.jp>
6935
6936 * international/mule.el (charset-info): Fix docstring.
6937
6938 * international/mule-diag.el (describe-character-set): Check final
6939 char valid before printing it.
6940
6941 2001-01-30 Gerd Moellmann <gerd@gnu.org>
6942
6943 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
6944
6945 * frame.el (frame-notice-user-settings): Do the tool-bar
6946 stuff only for graphical displays. Fix a braino.
6947
6948 * frame.el (frame-initialize): Create initial frame visible.
6949 (frame-notice-user-settings): When tool-bar has been switched off,
6950 correct the frame size and sync tool-bar-mode.
6951
6952 * startup.el (command-line): Remove manipulation of frame
6953 height for tool bars.
6954
6955 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6956
6957 * lpr.el: Compatibility with XEmacs and doc fixes.
6958 (lpr-windows-system, lpr-lp-system): New vars.
6959 (lpr-printer-switch): New defcustom.
6960 (printer-name, lpr-command): Customization fix.
6961 (print-region-1): Code fix.
6962 (print-region-new-buffer, printify-region): Indentation fix.
6963 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
6964 New functions.
6965
6966 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6967
6968 * msb.el (toplevel): Fix the eval-after-load.
6969
6970 2001-01-29 Dave Love <fx@gnu.org>
6971
6972 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
6973
6974 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
6975
6976 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
6977 (tcl-using-emacs-19-23): Consider Emacs 21+.
6978 (tcl-help-directory-list, tcl-command-switches): Fix :type.
6979 (tcl-add-emacs-menu): Supply menu name.
6980 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
6981
6982 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6983
6984 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
6985
6986 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
6987
6988 * pcvs.el (cvs-mark-fis-dead): New function.
6989 (cvs-mode-add): Use it.
6990 (cvs-mode-add-change-log-entry-other-window):
6991 Rebind change-log-default-name to itself rather than to nil.
6992
6993 2001-01-29 Sam Steingold <sds@gnu.org>
6994
6995 * vc-cvs.el: Replaced (require 'vc) with a bunch of
6996 `autoload' statements.
6997
6998 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
6999
7000 * files.el (confirm-kill-emacs): Doc fix.
7001
7002 * frame.el (frame-initialize): Doc fix.
7003
7004 * time-stamp.el (time-stamp-string): Doc fix.
7005
7006 * woman.el (WoMan-log-1): Make the log buffer writable.
7007 From Markus Rost <rost@math.ohio-state.edu>.
7008
7009 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7010
7011 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7012 the `make-variable-buffer-local'.
7013
7014 2001-01-29 Dave Love <fx@gnu.org>
7015
7016 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7017 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7018 Add autoload cookie.
7019 (ansi-color-apply-sequence): Fix typo.
7020
7021 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7022
7023 * menu-bar.el (menu-bar-files-menu): Add menu items for
7024 Postscript printing in black and white.
7025
7026 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7027 X-Mailman-Version, Precedence, List-Help, List-Post,
7028 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
7029 Content-Type, Content-Length.
7030
7031 2001-01-29 Dave Love <fx@gnu.org>
7032
7033 * elide-head.el (elide-head): Make overlay evaporate.
7034
7035 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
7036
7037 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7038
7039 * isearch.el (isearch-highlight): Don't punt if the display
7040 doesn't support colors, since isearch faces are defined for
7041 monochrome displays as well.
7042
7043 2001-01-27 Sam Steingold <sds@gnu.org>
7044
7045 * shell.el (shell-write-history-on-exit): Make sure that we are in
7046 the shell buffer (M-x tex-file RET inserted the error message into
7047 the TeX buffer).
7048
7049 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7050
7051 * simple.el (transient-mark-mode): Doc fix.
7052
7053 2001-01-27 Gerd Moellmann <gerd@gnu.org>
7054
7055 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7056
7057 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7058
7059 * shell.el (shell-unquote-argument): If the shell is one of the
7060 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7061 quote character.
7062 (shell-dumb-shell-regexp): Document that the shells which match
7063 this regexp are supposed to not treat a backslash as a quote character.
7064
7065 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7066 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
7067
7068 2001-01-27 Richard M. Stallman <rms@gnu.org>
7069
7070 * dabbrev.el (dabbrev--substitute-expansion):
7071 Treat a one-capital-letter abbrev as "not all upper case",
7072 so as to force preservation of the expansion's pattern
7073 if the expansion starts with a capital letter.
7074
7075 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7076
7077 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7078 Doc fix.
7079
7080 * simple.el (transient-mark-mode): Document the fact that many
7081 commands act on the region when mark is active.
7082
7083 2001-01-27 Kenichi Handa <handa@etl.go.jp>
7084
7085 * international/quail.el (quail-setup-completion-buf): Make the
7086 multibyteness of current buffer inherited to Quail completion buffer.
7087 (quail-show-guidance-buf): Make the multibyteness of current
7088 buffer inherited to Quail guidance buffer.
7089 (quail-help): Make the multibyteness of current buffer inherited
7090 to Quail help buffer.
7091
7092 2001-01-26 Dave Love <fx@gnu.org>
7093
7094 * time-stamp.el: Doc fixes.
7095
7096 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7097 (delphi-keyword-face, delphi-other-face): Fix :type.
7098
7099 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
7100
7101 * mail/feedmail.el (feedmail): Add :link.
7102 (feedmail-send-it): Doc fix.
7103
7104 * mail/sendmail.el: Doc fixes.
7105 (sendmail-send-it): Fix the non-ASCII regexp and use
7106 rfc2047-encode-string.
7107
7108 * dired.el, dired-aux.el: Revert last change.
7109
7110 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7111
7112 * makefile.w32-in (DONTCOMPILE): Add various term files.
7113
7114 2001-01-26 Dave Love <fx@gnu.org>
7115
7116 * Makefile.in (DONTCOMPILE): Add various term files.
7117
7118 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7119
7120 * man.el (Man-default-man-entry, Man-mode): Doc fix.
7121
7122 * startup.el (display-startup-echo-area-message): Make sure
7123 the echo area is resized to fit the size of the startup message.
7124
7125 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7126 part of which is a constant.
7127
7128 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7129
7130 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
7131
7132 2001-01-26 Richard M. Stallman <rms@gnu.org>
7133
7134 * simple.el (next-line): Don't let `newline' expand abbrevs.
7135 Simplify slightly.
7136 (open-line): Don't let `newline' expand abbrevs.
7137
7138 2001-01-25 John Wiegley <johnw@gnu.org>
7139
7140 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
7141 to `repeat' in the :type field.
7142
7143 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
7144 allow a choice of regexp or nil.
7145 (pcomplete-dir-ignore): Same.
7146
7147 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
7148 a command) to always fail.
7149
7150 2001-01-25 Gerd Moellmann <gerd@gnu.org>
7151
7152 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
7153 discard the result.
7154 (iswitchb-to-end): Likewise.
7155
7156 2001-01-25 Sam Steingold <sds@gnu.org>
7157
7158 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
7159 Require vc.
7160
7161 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
7162
7163 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
7164
7165 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7166
7167 2001-01-25 Dave Love <fx@gnu.org>
7168
7169 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
7170 (describe-coding-system): Tweak the English text.
7171
7172 * loadup.el: Preload international/ccl for utf-8.
7173
7174 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7175
7176 * mail/rmail.el (rmail-redecode-body): Doc fix.
7177
7178 2001-01-25 Kenichi Handa <handa@etl.go.jp>
7179
7180 * international/mule-cmds.el (reset-language-environment):
7181 Reset coding-category-utf-8 to mule-utf-8.
7182
7183 * international/mule-conf.el (coding-category-utf-8):
7184 Initialize to mule-utf-8.
7185
7186 * loadup.el: Preload international/utf-8.
7187
7188 * international/utf-8.el: New file.
7189
7190 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
7191
7192 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
7193
7194 2001-01-24 Sam Steingold <sds@gnu.org>
7195
7196 * dired.el (dired-replace-in-string): Removed.
7197 (dired-sort-toggle): Use `replace-regexps-in-string'
7198 instead of `dired-replace-in-string'.
7199
7200 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
7201 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
7202
7203 * gs.el (gs-replace-in-string): Removed.
7204 (gs-options): Use `replace-regexps-in-string'
7205 instead of `gs-replace-in-string'.
7206
7207 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
7208
7209 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
7210 bug report is mailed to an email list and posted to a news group.
7211
7212 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7213
7214 * comint.el (comint-replace-by-expanded-history-before-point):
7215 Fix change of 2000-08-03 to move point to the start of the line again.
7216
7217 * startup.el (tool-bar-images-pixel-height): New variable.
7218 (command-line): After loading the user's init file, when
7219 tool-bar-mode is on, increase the frame's size by some lines for
7220 the tool-bar.
7221
7222 * frame.el (frame-initialize): Create the initial frame invisible.
7223
7224 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
7225
7226 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
7227 (chinese-big5): MIME:Big5.
7228
7229 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7230
7231 * international/mule-cmds.el (universal-coding-system-argument):
7232 Handle commands with prefix args.
7233
7234 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7235
7236 * calendar/diary-lib.el (diary-float): Fix case of MONTH
7237 being a list of numbers.
7238 (diary-mail-entries): Rewritten.
7239
7240 2001-01-23 Dave Love <fx@gnu.org>
7241
7242 * international/mule.el (make-coding-system): Fix typo.
7243
7244 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
7245 Add backward-paragraph as font-lock-beginning-of-syntax-function.
7246
7247 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
7248
7249 * font-lock.el (font-lock-mode): Doc fix.
7250
7251 2001-01-23 Kenichi Handa <handa@etl.go.jp>
7252
7253 * international/mule.el (make-translation-table): Fix docstring.
7254
7255 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
7256
7257 * mail/rmail.el (rmail-redecode-body): New function.
7258
7259 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
7260
7261 2001-01-22 Gerd Moellmann <gerd@gnu.org>
7262
7263 * isearch.el (isearch-lazy-highlight-case-fold-search)
7264 (isearch-lazy-highlight-regexp): New variables.
7265 (isearch-lazy-highlight-cleanup): Update lazy highlight if
7266 case-fold search or regexp search has been toggled.
7267
7268 * wid-edit.el (widget-button-click): Avoid a save-excursion
7269 around running a global binding.
7270
7271 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
7272 to 0.25.
7273
7274 2001-01-20 Miles Bader <miles@gnu.org>
7275
7276 * cus-edit.el (custom-face-save): Do post-processing on the face's
7277 new value like `custom-face-set' does.
7278
7279 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7280
7281 * mail/emacsbug.el (report-emacs-bug): Report the value of
7282 LC_CTYPE, not LC_TYPE.
7283
7284 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
7285 isearch-toggle-regexp and isearch-edit-string to doc string.
7286
7287 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7288
7289 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
7290 as font-lock-beginning-of-syntax-function in font-lock-defaults.
7291
7292 * jit-lock.el (jit-lock-fontify-now): Don't bind
7293 font-lock-beginning-of-syntax-function to nil.
7294
7295 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7296
7297 * mail/emacsbug.el (report-emacs-bug): Report values of
7298 locale-coding-system, default-enable-multibyte-characters, and the
7299 environment variables LC_ALL, LC_TYPE, and LANG.
7300
7301 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7302
7303 * font-lock.el (font-lock-default-fontify-region): Fix last change.
7304
7305 * font-lock.el (font-lock-multiline): Default to nil.
7306 (font-lock-default-fontify-region): If font-lock-multiline is
7307 nil, don't check the property `font-lock-multiline'.
7308
7309 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
7310 is nil, don't check the `font-lock-multiline' text property.
7311
7312 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7313
7314 * viper.el: Call initial-major-mode on startup.
7315
7316 * ediff.el (ediff-patch-file): Use better defaults.
7317
7318 * ediff-vers.el: Fix for 8+3 DOS file systems.
7319
7320 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
7321
7322 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
7323 diff mode, if available.
7324
7325 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7326
7327 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
7328
7329 * ediff-init.el (subst-char-in-string): Define and use it, unless
7330 it's already defined.
7331
7332 2001-01-18 Gerd Moellmann <gerd@gnu.org>
7333
7334 * tooltip.el (tooltip-hide-delay): New user-option.
7335 (tooltip-show): Use tooltip-hide-delay instead of the default.
7336
7337 2001-01-18 Kenichi Handa <handa@etl.go.jp>
7338
7339 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
7340 kill-local-variable doesn't work for enable-multibyte-characters.
7341
7342 2001-01-17 Dave Love <fx@gnu.org>
7343
7344 * ediff-init.el (ediff-before-setup-hook)
7345 (ediff-merge-filename-prefix): Add :version.
7346
7347 * international/latin1-disp.el: Require disp-table.
7348 (latin1-display): Fix :set.
7349
7350 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
7351
7352 2001-01-17 Gerd Moellmann <gerd@gnu.org>
7353
7354 * isearch.el (isearch-lazy-highlight-initial-delay)
7355 (isearch-lazy-highlight-interval): Default to 0.
7356
7357 2001-01-17 Bob Glickstein <bobg@zanshin.com>
7358
7359 * isearch.el (isearch-highlight): Set isearch-overlay priority to
7360 1 here rather than each time through
7361 isearch-lazy-highlight-new-loop.
7362 (isearch-lazy-highlight-max): Variable deleted.
7363 (isearch-lazy-highlight-max-at-a-time): New user variable, like
7364 isearch-lazy-highlight-max but controls a single invocation of
7365 isearch-lazy-highlight-update.
7366 (isearch-lazy-highlight-wrapped): Variable recreated.
7367 (isearch-lazy-highlight-window-start): New variable.
7368 (isearch-lazy-highlight-cleanup): Restored to behavior of
7369 before 2-Jan.
7370 (isearch-lazy-highlight-remove-overlays): Function deleted;
7371 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
7372 behavior removed.
7373 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
7374 isearch-lazy-highlight-update in a loop rather than just once.
7375 Test isearch-invalid-regexp here and decide not to start a new
7376 loop, rather than testing it each time through
7377 isearch-lazy-highlight-update.
7378 (isearch-lazy-highlight-search): Function restored.
7379 (isearch-lazy-highlight-update): Get called in a timer loop again,
7380 but this time highlight more than one match each time through.
7381 Only highlight matches in the visible part of the window.
7382 Start at point, move in the direction of the search, and wrap around at
7383 the edge of the window. Use sit-for to force redisplay and ensure
7384 window-start is credible. "Face suppressing" behavior removed;
7385 overlay priorities should make it unnecessary, right?
7386 (isearch-highlight): Face suppressing behavior removed.
7387 (isearch-dehighlight): Face suppressing behavior removed.
7388 (isearch-set-lazy-highlight-faces-at): Removed.
7389
7390 2001-01-17 Kenichi Handa <handa@etl.go.jp>
7391
7392 * language/european.el ("Latin-1"): Make the format of description
7393 about additional language environments same as that of Latin-2.
7394
7395 2001-01-16 Dave Love <fx@gnu.org>
7396
7397 * isearch.el (isearch-lazy-highlight): Add :version.
7398
7399 * simple.el (backward-delete-char-untabify-method)
7400 (next-line-add-newlines): Add :version.
7401
7402 2001-01-16 Gerd Moellmann <gerd@gnu.org>
7403
7404 * bindings.el: Bind <backspace> and <delete> via function-key-map.
7405 Don't bind <delete> otherwise.
7406
7407 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
7408 and <delete> via function-key-map.
7409
7410 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
7411 Subject line only if point is after the `Subject:'.
7412
7413 2001-01-16 Kenichi Handa <handa@etl.go.jp>
7414
7415 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
7416 japanese-jisx0213-2 in `charset' property of this lang. env.
7417
7418 * language/european.el ("Latin-1"): Add description for Dutch and
7419 Spanish lang. env.
7420
7421 * international/mule.el (decode-char): Fix conditions.
7422 (encode-char): Handle eight-bit-control too.
7423 (transform-make-coding-system-args): New function.
7424 (make-coding-system): Accept XEmacs style arguments for CCL base
7425 coding system.
7426
7427 2001-01-15 Gerd Moellmann <gerd@gnu.org>
7428
7429 * progmodes/etags.el (find-tag-noselect): Save the value of
7430 tags-file-name before switching buffers, for the case it has a
7431 buffer-local value.
7432
7433 2001-01-15 Alex Schroeder <alex@gnu.org>
7434
7435 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
7436 From Dave Love <fx@gnu.org>.
7437 (ansi-color-for-comint-mode): Fix :version.
7438
7439 2001-01-15 Alex Schroeder <alex@gnu.org>
7440
7441 * ansi-color.el (ansi-color-unfontify-region): Doc change.
7442
7443 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
7444
7445 * dired.el (dired-insert-directory): If file-system-info fails,
7446 remove the " free " part, but don't signal an error.
7447
7448 2001-01-12 Sam Steingold <sds@gnu.org>
7449
7450 * bookmark.el (bookmark-maybe-historicize-string):
7451 Use new backquote syntax.
7452
7453 2001-01-12 Richard M. Stallman <rms@gnu.org>
7454
7455 * subr.el (last): Handle a list that doesn't end in nil.
7456
7457 2001-01-12 Sam Steingold <sds@gnu.org>
7458
7459 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
7460 to `backward-delete-char-untabify'.
7461
7462 2001-01-12 Dave Love <fx@gnu.org>
7463
7464 * cus-edit.el (customize-menu-create): Fix the :filter following
7465 easymenu change.
7466
7467 * wid-edit.el (function): Add :match-alternatives.
7468 (widget-color-action): Doc fix.
7469
7470 2001-01-12 Gerd Moellmann <gerd@gnu.org>
7471
7472 * calendar/calendar.el (calendar-basic-setup): Doc fix.
7473
7474 2001-01-12 Kenichi Handa <handa@etl.go.jp>
7475
7476 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
7477
7478 * international/ccl.el (define-ccl-program): Fix docstring.
7479
7480 2001-01-11 Dave Love <fx@gnu.org>
7481
7482 * international/mule-cmds.el (standard-display-european-internal):
7483 Set display table for 2208 as for 160.
7484
7485 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
7486
7487 * progmodes/fortran.el (fortran-mode-map): Modify Customization
7488 entry for custom-menu-create change.
7489 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
7490 don't cons it in the search loop.
7491
7492 * imenu.el (imenu--truncate-items): Revert last change.
7493
7494 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7495
7496 * info.el (Info-setup-header-line): If the node header includes
7497 either Next: or Prev: links, don't show the File: and Node: parts
7498 in the header line.
7499
7500 2001-01-11 Gerd Moellmann <gerd@gnu.org>
7501
7502 * comint.el (comint-goto-process-mark): Don't print a message
7503 when running in batch mode.
7504
7505 * isearch.el (isearch-search): In the condition-case handler for
7506 `error', set isearch-invalid-regexp to the whole error message.
7507
7508 * subr.el (eval-after-load): Call load-symbol-file-load-history to
7509 ensure that eval-after-load works for files dumped with Emacs.
7510
7511 * help.el (load-symbol-file-load-history): New function extracted
7512 from function symbol-file.
7513 (symbol-file): Use it.
7514
7515 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
7516
7517 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7518
7519 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
7520 behave as if there were no prefix argument.
7521 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
7522 argument were nil.
7523
7524 2001-01-11 Richard M. Stallman <rms@gnu.org>
7525
7526 * isearch.el (isearch-lazy-highlight-update):
7527 Don't look for more potential matches once maximum is exceeded.
7528 Use overlays-in to check correctly for overlap with current match.
7529 Ignore empty matches.
7530
7531 2001-01-11 Miles Bader <miles@gnu.org>
7532
7533 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
7534 (ispell-overlay-window, ispell-help, ispell-show-choices)
7535 (ispell-command-loop): Use it instead of `window-height'.
7536
7537 2001-01-10 Gerd Moellmann <gerd@gnu.org>
7538
7539 * files.el (confirm-kill-emacs): New user-option.
7540 (save-buffers-kill-emacs): Ask for final confirmation before
7541 killing Emacs.
7542
7543 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
7544 to nil.
7545
7546 2001-01-10 Dave Love <fx@gnu.org>
7547
7548 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
7549
7550 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
7551
7552 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
7553
7554 * calculator.el (calculator-number-digits): Fix :type.
7555
7556 * vc-cvs.el (vc-cvs-header): Fix :type.
7557 * vc-rcs.el (vc-rcs-header): Fix :type.
7558 * vc-sccs.el (vc-sccs-header): Fix :type.
7559
7560 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7561
7562 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
7563
7564 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
7565
7566 2001-01-10 Gerd Moellmann <gerd@gnu.org>
7567
7568 * simple.el (set-variable): Force a thorough redisplay for the
7569 case that the variable has an effect on the display, like
7570 `tab-width' has.
7571
7572 2001-01-10 Andre Spiegel <spiegel@gnu.org>
7573
7574 * vc.el: Add documentation for backend interface.
7575
7576 2001-01-10 Kenichi Handa <handa@etl.go.jp>
7577
7578 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
7579
7580 * international/mule-conf.el (latin-extra-code-table): Set to t
7581 for \223 and \224.
7582
7583 2001-01-09 Kenichi Handa <handa@etl.go.jp>
7584
7585 * international/mule-cmds.el (locale-language-names): Map "es" to
7586 "Spanish" and "nl" to "Dutch".
7587
7588 2001-01-09 Gerd Moellmann <gerd@gnu.org>
7589
7590 * bindings.el (global-map): Bind <home> to beginning-of-line,
7591 <end> to end-of-line, C-<home> to beginning-of-buffer, and
7592 C-<end> to end-of-buffer.
7593
7594 * language/european.el: Add Dutch and Spanish language info
7595 to be able to use the appropriate tutorials.
7596
7597 2001-01-09 Alex Schroeder <alex@gnu.org>
7598
7599 * ansi-color.el (ansi-color-process-output): Use markers instead
7600 of positions for start and end of region.
7601 (ansi-color-apply-on-region): Rewrote code to make it more robust.
7602 Previously, occasional mistakes happend when fontifying many
7603 chunks of output (eg. ls --color=yes /dev). This happened
7604 whenever an overlay was created up to the end of the region, which
7605 coincided with the process-mark. New text would then be added
7606 within that overlay instead of after it.
7607 (ansi-color-make-extent): Overlays are created with the property
7608 `modification-hooks' set to '(ansi-color-freeze-overlay).
7609 (ansi-color-freeze-overlay): New function. When inserting text at
7610 the end of the overlay, the overlay will resize.
7611
7612 2000-01-09 Alex Schroeder <alex@gnu.org>
7613
7614 * ansi-color.el (ansi-color-process-output): Doc change.
7615 (ansi-color-unfontify-region): Doc change. No longer installed
7616 automatically in font-lock-unfontify-region-function.
7617 (ansi-color-apply): Doc change.
7618 (ansi-color-apply-on-region): Use extents or overlays instead of
7619 text-properties.
7620 (ansi-color-make-extent): New function.
7621 (ansi-color-set-extent-face): New function.
7622
7623 2000-01-09 Alex Schroeder <alex@gnu.org>
7624
7625 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
7626 both use ansi-color-process-output, now.
7627 (ansi-color-process-output): Doesn't return string anymore. It is
7628 installed in comint-output-filter-functions for both Emacs and
7629 XEmacs, now.
7630 (ansi-color-unfontify-region): Simplified code removing variables
7631 pos and start-ansi.
7632 (ansi-color-apply): Put text-property ansi-color before putting
7633 text-property face because ansi-color-unfontify-region is called
7634 immediately after the call to put-text-property.
7635 (ansi-color-context-region): Doc change.
7636 (ansi-color-filter-region): Simplified code.
7637 (ansi-color-apply-on-region): Changed start to start-marker, using
7638 a marker explicitly. Put text-property ansi-color before putting
7639 text-property face because ansi-color-unfontify-region is called
7640 immediately after the call to put-text-property.
7641
7642 2000-01-09 Alex Schroeder <alex@gnu.org>
7643
7644 * ansi-color.el (ansi-color-faces-vector): Doc change.
7645 (ansi-color-for-comint-mode): Changed :type property to choice.
7646 (ansi-color-last-context): Removed.
7647 (ansi-color-process-output): Don't use ansi-color-last-context, as
7648 the main functions will store their context now.
7649 (ansi-color-context): Doc change.
7650 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
7651 Uses ansi-color-context such that repeated calls will strip
7652 partial escape sequences, too.
7653 (ansi-color-apply): Simplified code. Colorize end of string if
7654 face is not null. Store context in new (FACE STRING) format, such
7655 that repeated calls will strip partial escape sequences, too.
7656 Append faces to face property using ansi-color-apply-sequence such
7657 that cumulative mode actually works.
7658 (ansi-color-context-region): New variable.
7659 (ansi-color-filter-region): Rewrote it based on
7660 ansi-color-apply-on-region. Uses ansi-color-context-region such
7661 that repeated calls will strip partial escape sequences, too.
7662 (ansi-color-apply-on-region): Simplified code. Colorize end of
7663 region if face is not null. Store context in new (FACE POS)
7664 format, such that repeated calls will strip partial escape
7665 sequences, too. Append faces to face property using
7666 ansi-color-apply-sequence such that cumulative mode actually works.
7667 (ansi-color-apply-sequence): New function.
7668 (ansi-color-get-face): When the default face is added to the list
7669 of faces, all previous settings are discarded and the list of
7670 faces is set to '(default).
7671
7672 2000-01-09 Alex Schroeder <alex@gnu.org>
7673
7674 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
7675 face, such that ansi-color-apply and ansi-color-apply-on-region
7676 will do the right thing.
7677 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
7678 returns nil, set the list of faces back to nil instead of
7679 appending the result of ansi-color-get-face to the front of the list.
7680
7681 2000-01-09 Alex Schroeder <alex@gnu.org>
7682
7683 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
7684 (ansi-color-process): Doc change.
7685 (ansi-color-last-context): New buffer-local variable.
7686 (ansi-color-process-output): New function. It is automatically
7687 added to comint-output-filter-functions if this is XEmacs.
7688 (ansi-color-unfontify-region): New optional parameter for XEmacs
7689 compatibility. Check wether font-lock-syntactic-keywords is
7690 boundp before removing the syntax table text property, as XEmacs
7691 doesn't have it.
7692 (ansi-color-filter-region): Doc change.
7693 (ansi-color-apply-on-region): Doc change.
7694 (ansi-color-make-face): New function. Compatibility layer for
7695 XEmacs. Return temporary faces instead of cons cells for XEmacs.
7696 (ansi-color-make-color-map): Use ansi-color-make-face.
7697 (ansi-color-get-face): Avoid face text property '(nil) as results
7698 in an errow for XEmacs.
7699
7700 2000-01-09 Alex Schroeder <alex@gnu.org>
7701
7702 * ansi-color.el (ansi-color-unfontify-region): New function.
7703 Uses text-property ansi-color in order to preserve fontification by
7704 ansi-color. When the package is loaded, a lambda expression is
7705 put onto font-lock-mode-hook. This lambda expression will check
7706 font-lock-unfontify-region-function and replace
7707 font-lock-default-unfontify-region with ansi-color-unfontify-region.
7708 (ansi-color-apply): Add text-property ansi-color in addition to
7709 text-property face.
7710 (ansi-color-apply-on-region): Add text-property ansi-color in
7711 addition to text-property face.
7712 (save-buffer-state): Copy of the macro that is also used by
7713 lazy-lock and font-lock.
7714
7715 (ansi-color-for-comint-mode): New option.
7716 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
7717 (ansi-color-for-comint-mode-off): Ditto.
7718 (ansi-color-for-comint-mode-filter): Ditto.
7719 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
7720 decide what to do. This function is added to
7721 comint-preoutput-filter-functions when the package is loaded.
7722
7723 (ansi-color-for-shell-mode-set): Removed.
7724 (ansi-color-for-shell-mode): Removed.
7725
7726 2000-01-09 Alex Schroeder <alex@gnu.org>
7727
7728 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
7729 the lambda expression from the ansi-color-for-shell-mode :set
7730 property. Additionally, modify shell-mode-hook to enable or
7731 disable font-lock-mode for future shell buffers.
7732 (ansi-color-for-shell-mode): The :set property calls
7733 ansi-color-for-shell-mode-set instead of a lambda expression.
7734
7735 2000-01-09 Alex Schroeder <alex@gnu.org>
7736
7737 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
7738 (ansi-color-context): New variable.
7739 (ansi-color-apply): Save context between calls.
7740
7741 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
7742
7743 * isearch.el (isearch, isearch-lazy-highlight-face):
7744 New definitions for face colors and attributes.
7745
7746 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
7747 of display-mouse-p.
7748
7749 2001-01-09 Kenichi Handa <handa@etl.go.jp>
7750
7751 * international/mule.el (make-coding-system): If the coding system
7752 accepts extra latin codes, register such codes as safe for the
7753 coding system.
7754
7755 2001-01-08 Richard M. Stallman <rms@gnu.org>
7756
7757 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
7758 don't mention the file name or the date here, because they are
7759 logged at the start of the file.
7760
7761 2001-01-08 Richard M. Stallman <rms@gnu.org>
7762
7763 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7764 Change screen-width to frame-width.
7765
7766 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7767
7768 * info.el (Info-search): Print the default as part of the prompt.
7769
7770 2001-01-08 Andre Spiegel <spiegel@gnu.org>
7771
7772 * vc.el (vc-default-latest-on-branch-p): New function, replaces
7773 constant implementations in backends.
7774
7775 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
7776 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
7777
7778 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
7779 WRITABLE to EDITABLE.
7780
7781 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
7782 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
7783 to EDITABLE.
7784
7785 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7786
7787 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
7788 (copyright, copyright-update): Compute the current year at run time.
7789
7790 2001-01-08 Gerd Moellmann <gerd@gnu.org>
7791
7792 * isearch.el (isearch-old-signal-hook): Removed.
7793 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
7794 instead of setting signal-hook-function.
7795 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
7796
7797 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
7798
7799 * emulation/edt.el: Update to version 4.0. Provide support for
7800 EDT scroll margins at top and bottom of the window. Provide an
7801 emulation of the EDT SUBS command (bound to GOLD-Enter, by
7802 default). Enhance edt-quit, bound to GOLD-q by default, to warn
7803 user when file-related buffer modifications exist.
7804 Provide support for running EDT Emulation in XEmacs.
7805 Provide customize access to some user updatable variables.
7806 Add Commentary section to file header.
7807 Fixed a few minor bugs and cleaned up some code.
7808
7809 * emulation/edt-mapper.el: Update to version 4.0. Provide support
7810 for detecting a keypress that generates an ASCII key sequence.
7811 (Previously, only a keypress that generates a vector was
7812 recognized.) Embed Window Manager name into name of the generated
7813 EDT Emulation initialization file since the initialization file is
7814 Window Manager specific. Add Commentary section to file header.
7815
7816 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
7817
7818 * mail/sendmail.el (mail-mode): Doc fix.
7819
7820 * info.el (Info-goto-emacs-command-node): Doc fix.
7821 (Info-goto-emacs-key-command-node): Doc fix.
7822
7823 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
7824
7825 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
7826 systems without long file-name support.
7827
7828 2001-01-06 Andrew Innes <andrewi@gnu.org>
7829
7830 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
7831
7832 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
7833
7834 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
7835 (isearch-lazy-highlight-update): Doc fix.
7836
7837 * ffap.el (ffap-bindings): Doc fix.
7838
7839 * dired-x.el (dired-virtual-guess-dir): Doc fix.
7840
7841 2001-01-05 Dave Love <fx@gnu.org>
7842
7843 * emacs-lisp/cl-seq.el (remove, remq): Remove.
7844
7845 2001-01-05 Gerd Moellmann <gerd@gnu.org>
7846
7847 * mouse-drag.el (mouse-drag-safe-scroll):
7848 Bind scroll-preserve-screen-position to nil.
7849
7850 * isearch.el (isearch-old-signal-hook): New variable.
7851 (isearch-mode): Set signal-hook-function to isearch-done.
7852 (isearch-done): Restore old signal-hook-function.
7853
7854 * info.el (Info-fontify-node): Mark one more char as intangible.
7855
7856 2000-01-05 Kenichi Handa <handa@etl.go.jp>
7857
7858 * composite.el (compose-last-chars): New argument COMPONENTS.
7859 If it is non-nil, compose preceding characters by compose-region with
7860 COMPONENTS.
7861
7862 * international/quail.el (quail-input-string-to-events): New function.
7863 (quail-input-method): Convert input string to events here.
7864 (quail-start-translation): Return input string, not event list.
7865 (quail-start-conversion): Likewise.
7866
7867 2001-01-04 Gerd Moellmann <gerd@gnu.org>
7868
7869 * tooltip.el (tooltip-cancel-delayed-tip)
7870 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
7871 and tooltip-add-timeout.
7872 (tooltip-show): Set border color from faces's foreground.
7873 (tooltip-show-help-function): If called with the same help string
7874 as last time, do nothing.
7875 (tooltip-help-tips): Don't set tooltip-help-message to nil.
7876
7877 * startup.el (fancy-splash-screens): Don't bind show-help-function
7878 to nil.
7879
7880 * tooltip.el (tooltip-frame-parameters): Remove colors.
7881 (tooltip): New face
7882 (tooltip-set-param): New function.
7883 (tooltip-show): Set up color frame parameters from face `tooltip'.
7884 Display the tooltip text in face `tooltip'.
7885
7886 2001-01-04 Dave Love <fx@gnu.org>
7887
7888 * whitespace.el (whitespace-global-mode): Fix typo.
7889
7890 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
7891
7892 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
7893
7894 * help.el (help-for-help): Fix a typo in a doc string.
7895 From kwzh@gnu.org (Karl Heuer).
7896
7897 2001-01-03 Dave Love <fx@gnu.org>
7898
7899 * dired-x.el: Doc fixes. Maintainer change.
7900 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
7901 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
7902 (dired-guess-shell-alist-user): Customize.
7903 (dired-x-help-address): Set to bug-gnu-emacs.
7904 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
7905 (dired-default-directory): Renamed from default-directory.
7906
7907 * hl-line.el (hl-line): Doc fix.
7908
7909 2001-01-03 Karl Fogel <kfogel@red-bean.com>
7910
7911 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
7912
7913 2001-01-02 Richard M. Stallman <rms@gnu.org>
7914
7915 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
7916 to remove all the current alternative-match highlighting.
7917 If nil, remove only what's outside the current window.
7918 (isearch-lazy-highlight-remove-overlays): Take optional
7919 region within which NOT to remove them.
7920 (isearch-lazy-highlight-new-loop): Greatly simplified.
7921 (isearch-lazy-highlight-update): Find all the other occurrences
7922 visible in the window, in just one call.
7923 (isearch-lazy-highlight-start): Now holds start of region to scan.
7924 (isearch-lazy-highlight-end): Now holds end of region to scan.
7925 (isearch-lazy-highlight-wrapped): Variable deleted.
7926 (isearch-lazy-highlight-search): Function deleted.
7927
7928 2000-01-02 Andrew Innes <andrewi@gnu.org>
7929
7930 * w32-fns.el (convert-standard-filename): Do length check on name
7931 before aref.
7932
7933 2001-01-02 Dave Love <fx@gnu.org>
7934
7935 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
7936 value.
7937 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
7938
7939 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
7940
7941 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
7942 read syntax.
7943
7944 * calendar/todo-mode.el (todo): Add :link, :version.
7945 (todo-save-top-priorities): Remove autoload cookie.
7946 (todo-add-category, todo-add-item-non-interactively)
7947 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
7948
7949 2001-01-02 Gerd Moellmann <gerd@gnu.org>
7950
7951 * comint.el (comint-input-history-ignore): New variable.
7952 (comint-read-input-ring): Ignore entries matching
7953 comint-input-history-ignore.
7954
7955 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
7956
7957 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
7958 (lm-copyright-mark): New function.
7959 (lm-crack-copyright): New function.
7960 (lm-verify): Check that the file has a copyright.
7961 Check that the file is copyright Free Software Foundation.
7962
7963 2000-12-30 Kenichi Handa <handa@etl.go.jp>
7964
7965 * international/mule-diag.el (print-fontset): Indent font name by
7966 24 columns, not 25.
7967
7968 2000-12-29 Gerd Moellmann <gerd@gnu.org>
7969
7970 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
7971 in Subject line.
7972
7973 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
7974 Use mail-mode-hook instead of mail-setup-hook.
7975 Otherwise continuing an interrupted message with C-u C-x m for
7976 instance, winds up in Mail mode without abbrevs.
7977
7978 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7979
7980 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
7981 non-nil. Adding almost all customization variables on ps-setup.
7982 Doc fix.
7983 (ps-print-version): New version number (6.3.3).
7984 (ps-end-with-control-d): Initialization fix.
7985 (ps-lines-printed): New var.
7986 (ps-skip-newline): New fun.
7987 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
7988 (ps-next-line, ps-continue-line, ps-plot-region)
7989 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
7990
7991 2000-12-29 Kenichi Handa <handa@etl.go.jp>
7992
7993 * international/fontset.el (x-complement-fontset-spec):
7994 Resolve ASCII font name so that the same family name is used for fonts
7995 registered in x-font-name-charset-alist.
7996 (create-fontset-from-fontset-spec): Adjusted for the above change.
7997 The name of fontset alias should be a unresolved ASCII font name.
7998
7999 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8000
8001 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8002 and delete in isearch-mode-map.
8003
8004 2000-12-28 Richard M. Stallman <rms@gnu.org>
8005
8006 * dired-x.el (dired-guess-shell-alist-default):
8007 Use xpdf instead of acroread.
8008
8009 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8010
8011 * textmodes/artist.el (artist-butlast): Deleted.
8012 (artist-ellipse-mirror-quadrant): Use butlast instead of
8013 artist-butlast.
8014
8015 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8016
8017 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8018
8019 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8020
8021 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8022
8023 * ls-lisp.el: Better support for the Mac and MS-Windows.
8024 (ls-lisp): New defgroup.
8025 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8026 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8027 (ls-lisp-support-shell-wildcards): New defcustoms.
8028 (ls-lisp-parse-symlink): New function.
8029 (insert-directory): Code to convert switches to a list and set up
8030 the wildcard argument copied from ls-lisp-insert-directory.
8031 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
8032 for -C and -R switches.
8033 (ls-lisp-column-format): New function.
8034 (ls-lisp-delete-matching, ls-lisp-handle-switches)
8035 (ls-lisp-format-time): Add doc strings.
8036 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
8037 Support ls-lisp-dirs-first.
8038 (ls-lisp-classify, ls-lisp-extension): New functions.
8039 (ls-lisp-format): Optionally support emulation of symlinks.
8040 Support -i, -s, and -G switches.
8041
8042 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8043
8044 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8045
8046 * version.el (emacs-version): Print X scroll bar information.
8047
8048 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8049 instead of x-toolkit-scroll-bars-p.
8050
8051 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8052 of x-toolkit-scroll-bars-p.
8053
8054 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8055
8056 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8057 (ffap-bindings): Doc fix, to reflect the above change.
8058
8059 2000-12-27 Kenichi Handa <handa@etl.go.jp>
8060
8061 * term.el (term-char-mode): Define all non-ascii self-inserting
8062 characters to 'term-send-raw in term-raw-map.
8063
8064 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
8065
8066 * viper-init (viper-restore-cursor-type): Added condition-case guard.
8067
8068 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8069 Changed initialization; use add-hook.
8070 (ediff-file-remote-p): Use file-local-copy.
8071
8072 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8073
8074 * ediff.el (ediff-patch-buffer): Bug fix.
8075 (ediff-revision): Allow selection of the file at the prompt.
8076
8077 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
8078
8079 * subr.el (combine-run-hooks): Remove.
8080
8081 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8082 and remove the rogue second spec.
8083
8084 2000-12-23 Gerd Moellmann <gerd@gnu.org>
8085
8086 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8087
8088 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
8089
8090 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8091 Use minibuffer menu prompt for the `=' prefix.
8092 (smerge-command-prefix): Change default to C-^.
8093 (smerge-mode): Don't assume font-lock doesn't move point.
8094
8095 * skeleton.el (skeleton-internal-1): Make sure the first line of
8096 the region is also re-indented.
8097 (skeleton-end-newline): New var.
8098 (skeleton-end-hook): Use it.
8099
8100 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8101
8102 * comint.el (comint-password-prompt-regexp): Support CVS.
8103
8104 2000-12-22 Gerd Moellmann <gerd@gnu.org>
8105
8106 * simple.el (delete-key-deletes-forward-mode): Simplify.
8107 Also backspace key combinations, depending on
8108 delete-key-deletes-forward.
8109
8110 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8111
8112 * simple.el (delete-key-deletes-forward): Doc fix.
8113
8114 2000-08-22 Emmanuel Briot <briot@gnat.com>
8115
8116 * xml.el (top level comment): Updated to reflect the fact that
8117 white spaces are relevant in the XML file.
8118 (xml-parse-file): Do not kill an existing Emacs buffer if the file
8119 to parse was already edited. This allows for on-the-fly analysis
8120 of XML files.
8121 (xml-parse-tag): Check that the casing is the same in the start
8122 tag and end tag, since XML is case-sensitive. Allows for spaces
8123 in the end tag, after the name of the tag.
8124 (xml-parse-attlist): Allow for the character '-' in the name of
8125 attributes, as in the standard http-equiv attribute Do not save
8126 the properties in the XML tree, since they are not relevant.
8127
8128 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
8129
8130 * generic.el (generic-read-type): Undo last change, inline into
8131 `generic-mode' and then remove.
8132 (generic-mode): Inline generic-read-type.
8133 (define-generic-mode): Push the symbol name rather than the symbol
8134 onto generic-mode-list.
8135
8136 2000-12-21 Gerd Moellmann <gerd@gnu.org>
8137
8138 * generic.el (generic-read-type): Build an alist for
8139 completing-read as in 20.7.
8140
8141 * play/landmark.el (lm): Use interactive spec `P'.
8142 (toplevel): Don't set debug-on-error.
8143
8144 * server.el (server-switch-buffer): Choose a window on a visible frame.
8145
8146 2000-12-21 Dave Pearson <davep@davep.org>
8147
8148 * quickurl.el: Commentry change, I've moved my web site.
8149
8150 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8151
8152 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
8153 ranges like \177-\237, but accepts the character sequence from \177 to
8154 \237. Doc fix.
8155 (ebnf-version): New version (3.4).
8156 (ebnf-setup): Code fix.
8157 (ebnf-range-regexp): New fun.
8158 (ebnf-8-bit-chars): Const fix.
8159
8160 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
8161 entry. Doc fix.
8162 (ebnf-bnf-lex): Code fix.
8163 (ebnf-bnf-comment-chars): Const fix.
8164
8165 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8166 entry. Doc fix.
8167 (ebnf-iso-comment-chars): Const fix.
8168
8169 * ebnf-otz.el: Doc fix.
8170
8171 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
8172 entry. Doc fix.
8173 (ebnf-yac-skip-code): Code fix.
8174 (ebnf-yac-comment-chars): Const fix.
8175
8176 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8177
8178 * files.el (insert-directory-safely): New function.
8179 (recover-file): Use it instead of insert-directory.
8180 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8181
8182 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8183
8184 * international/mule-cmds.el (select-safe-coding-system):
8185 Check coding-category-list more rigidly. Improve help message.
8186
8187 * dired.el (dired-move-to-filename-regexp): Fix previous change.
8188
8189 2000-12-21 Miles Bader <miles@gnu.org>
8190
8191 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
8192
8193 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8194
8195 * international/mule-diag.el (describe-char-after): Make *Help*
8196 buffer inherit multibyteness of the current buffer.
8197
8198 * international/mule.el (make-char): Docstring adjusted for the
8199 change of make-char-internal.
8200
8201 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
8202
8203 * international/iso-cvt.el: Docstrings fix.
8204
8205 2000-12-20 Dave Love <fx@gnu.org>
8206
8207 * subr.el (eval-after-load): Doc fix.
8208
8209 2000-12-20 Kenichi Handa <handa@etl.go.jp>
8210
8211 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
8212 for numbers.
8213
8214 2000-12-20 Miles Bader <miles@gnu.org>
8215
8216 * international/quail.el (quail-help): Resize the help window
8217 again after it has all its contents. Remove unneeded progn.
8218
8219 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8220
8221 * pcmpl-linux.el: Fix copy/paste error.
8222
8223 2000-12-19 Andrew Innes <andrewi@gnu.org>
8224
8225 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
8226
8227 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
8228
8229 * progmodes/idlw-rinfo.el: Fixed copyright notice.
8230
8231 * progmodes/idlw-toolbar.el: Fixed copyright notice.
8232
8233 * progmodes/idlw-shell.el: Fixed copyright notice.
8234
8235 * progmodes/idlwave.el: Fixed copyright notice.
8236
8237 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
8238 TAB as key separators.
8239
8240 2000-12-19 Alex Schroeder <alex@gnu.org>
8241
8242 * sql.el (sql-sybase-options): New option.
8243 (sql-sybase): Use it. Add sql-database to the list of parameters
8244 provided for login. The options -w 2048 -n are not used any more.
8245 (sql-postgres-options): Changed default from "--pset" to "-P".
8246 (sql-mysql-options): Doc change.
8247 (sql-stop): Doc change.
8248
8249 2000-12-19 Kenichi Handa <handa@etl.go.jp>
8250
8251 * international/quail.el (quail-input-method): Always hide
8252 the guidance buffer on exiting.
8253
8254 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8255
8256 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
8257 isn't fboundp.
8258
8259 * server.el (server-buffer-done): Bury the buffer before
8260 killing it.
8261
8262 * faces.el (face-spec-set): Interpret a nil in specs for
8263 foreground and background colors as `unspecified', for
8264 compatibility with 20.x.
8265
8266 2000-12-18 Dave Love <fx@gnu.org>
8267
8268 * simple.el (mail-user-agent): Doc fix.
8269 (input-mode-8-bit): Removed.
8270
8271 * international/mule.el (set-keyboard-coding-system): Doc fix.
8272 (keyboard-coding-system): New option.
8273
8274 * mail/sendmail.el (send-mail-function): Customize.
8275
8276 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
8277
8278 * international/codepage.el (cp866-decode-table): New table.
8279
8280 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8281
8282 * version.el (emacs-version): Remove `%a' from the time format
8283 because the weekday doesn't fit well into each locale.
8284
8285 2000-12-18 Miles Bader <miles@gnu.org>
8286
8287 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
8288
8289 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
8290 Check that emacs-major-version is `=' to 20, not `>='.
8291 (artist-replace-chars): Use `make-string' instead of a loop.
8292
8293 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
8294
8295 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
8296 (cvs-execute-single-file): Don't change directory.
8297 Patch from Per Cederqvist.
8298
8299 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
8300
8301 * textmodes/ispell.el (check-ispell-version):
8302 If `ispell-program-name' is "aspell", pass it the -v switch instead
8303 of -vv.
8304
8305 2000-12-16 Kenichi Handa <handa@etl.go.jp>
8306
8307 * international/mule-diag.el (mule-diag): Insert information about
8308 configure options, multibyte awareness, language env.
8309
8310 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
8311 regexp to search for candidates.
8312
8313 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
8314
8315 * info.el (Info-forward-node): If the node has an
8316 Info-header-line, widen the buffer before searching for "next:"
8317 and "up:" pointers, and set the search limit to stay in the
8318 current node.
8319
8320 2000-12-16 Miles Bader <miles@gnu.org>
8321
8322 * simple.el (delete-trailing-whitespace): Remove extraneous let.
8323
8324 2000-12-15 Miles Bader <miles@gnu.org>
8325
8326 * comint.el (comint-send-string, comint-send-region): Also accept
8327 a buffer, buffer-name, or nil for PROCESS, for compatibility with
8328 process-send-string/region.
8329
8330 2000-12-15 Gerd Moellmann <gerd@gnu.org>
8331
8332 * isearch.el (isearch-lazy-highlight-max): New user-option.
8333 (isearch-lazy-highlight-update): Don't highlight more than
8334 isearch-lazy-highlight-max matches.
8335
8336 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
8337
8338 2000-12-15 Richard M. Stallman <rms@gnu.org>
8339
8340 * sort.el (sort-columns): Fix error message.
8341
8342 * dabbrev.el (dabbrev--last-case-pattern): Value is now
8343 `upcase' or `downcase' or nil.
8344 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
8345 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
8346 (dabbrev--substitute-expansion): New arg record-case-pattern.
8347 If it is non-nil, set dabbrev--last-case-pattern.
8348 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
8349
8350 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
8351
8352 2000-12-15 Miles Bader <miles@gnu.org>
8353
8354 * paths.el (Info-default-directory-list): Don't delete
8355 configure-info-directory from the list of standard info
8356 directories when appending it to the end -- their order is important.
8357
8358 * faces.el (read-face-attribute): If there's no entry for the
8359 user's input in VALID, just use it as-is (this will often result
8360 in an error, but it may be OK for e.g. colors using hexadecimal
8361 notation, and at least will yield a better error message).
8362
8363 * window.el (mode-line-window-height-fudge): Function removed.
8364 (height-affecting-face-attributes, mode-line-window-height-fudge):
8365 Variables removed.
8366 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
8367 window is really the right size. Use vertical-motion
8368 rather than forward-line.
8369 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
8370 (ispell-command-loop, ispell-show-choices): Use the variable
8371 ispell-choices-win-default-height, rather than the function.
8372 (ispell-choices-win-default-height): Function removed.
8373 (ispell-mode-line-window-height-fudge): Function removed.
8374
8375 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
8376
8377 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
8378
8379 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8380
8381 * paths.el (Info-default-directory-list):
8382 If configure-info-directory is not one of the standard directories,
8383 put it first in the list; otherwise put it last. Doc string
8384 changed accordingly.
8385
8386 * info.el (Info-directory-list): Change doc string to reflect the
8387 change in Info-default-directory-list.
8388
8389 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
8390 windows-nt as windowed environments, even under -nw.
8391
8392 * startup.el (command-line): Don't call x-backspace-delete-keys-p
8393 if not fboundp. Switch delete-forward mode for the <delete> key
8394 on all PC platforms, even under -nw.
8395
8396 * term/internal.el ([M-delete]): Remap to M-d.
8397
8398 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8399
8400 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
8401
8402 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8403
8404 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8405
8406 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8407
8408 * startup.el (command-line): Call delete-key-deletes-forward-mode,
8409 if appropriate.
8410
8411 * simple.el (delete-key-deletes-forward): New user-option.
8412 (delete-key-deletes-forward-mode): New function.
8413
8414 * bindings.el: Bind `delete' to backward-delete-char.
8415
8416 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
8417 Test if symbol is bound before getting its value.
8418
8419 * tooltip.el (tooltip-show): If an error is signaled in
8420 x-show-tip, display that error, and display the help in the
8421 echo area.
8422
8423 2000-12-14 Kenichi Handa <handa@etl.go.jp>
8424
8425 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
8426 Show "... entries" messages for every 10000 entries, not 10.
8427
8428 2000-12-13 Karl Fogel <kfogel@red-bean.com>
8429
8430 * bookmark.el: Provide a generic exit hook, as suggested by
8431 Ovidiu Predescu <ovidiu@cup.hp.com>:
8432 (bookmark-exit-hook): New var.
8433 (bookmark-exit-hook-internal): New func, replaces
8434 old raw lambda form in `kill-emacs-hook', and runs new
8435 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
8436 as logically that feature must have been provided if this function
8437 is running.
8438 Removed ;;;###autoload before the `add-hook' call.
8439
8440 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
8441
8442 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
8443 (easy-menu-current-active-maps): New function.
8444 (easy-menu-get-map): Use it.
8445 Make a proper menu entry when creating a new keymap.
8446
8447 2000-12-13 Kenichi Handa <handa@etl.go.jp>
8448
8449 * international/characters.el: Fix cases and syntaxes for
8450 mule-unicode-0100-24ff.
8451
8452 * dired.el (dired-move-to-filename-regexp): Fixed for the case
8453 that a Japanese character is not appended after day and year.
8454
8455 * info.el (Info-suffix-list): Change format for a command that
8456 requires arguments.
8457 (info-insert-file-contents): Adjusted for the above change.
8458
8459 2000-12-12 Andreas Schwab <schwab@suse.de>
8460
8461 * tar-mode.el (tar-extract): Base the name of the subfile buffer
8462 on the name of the tar buffer. Verify that the existing buffer is
8463 visiting the same subfile.
8464
8465 2000-12-12 Dave Love <fx@gnu.org>
8466
8467 * subdirs.el: Add obsolete.
8468
8469 2000-12-12 Gerd Moellmann <gerd@gnu.org>
8470
8471 * mail/rmailsum.el (rmail-summary-expunge)
8472 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
8473 instead of rmail-confirm-expunge.
8474
8475 * replace.el (perform-replace): Don't use an empty match adjacent
8476 to a non-empty match when computing the next match before the
8477 replacement is performed.
8478
8479 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
8480
8481 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
8482 definition (patch by Stefan Monnier).
8483 (glasses-mode): Use jit-lock instead of `after-change-functions'
8484 (patch by Stefan Monnier).
8485
8486 2000-12-12 Miles Bader <miles@gnu.org>
8487
8488 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
8489 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
8490
8491 2000-12-12 Andrew Choi <akochoi@i-cable.com>
8492
8493 * term/mac-win.el: Remove load for ls-lisp.
8494
8495 * loadup.el: Load ls-lisp for system-type `macos'.
8496
8497 2000-12-12 Miles Bader <miles@gnu.org>
8498
8499 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
8500 Respect field end too.
8501 (just-one-space): Respect fields as `delete-horizontal-space'.
8502 (newline-and-indent, reindent-then-newline-and-indent):
8503 Use `delete-horizontal-space'.
8504
8505 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
8506
8507 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
8508 (so as to obey the field property in the minibuffer).
8509
8510 * obsolete/c-mode.el: Moved from lisp/progmodes.
8511 * obsolete/auto-show.el: Moved from lisp.
8512 * obsolete/ooutline.el: Moved from lisp/textmodes.
8513
8514 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
8515
8516 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
8517 changes to list them here.
8518
8519 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
8520 Too many changes to list them here.
8521
8522 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
8523 Too many changes to list them here.
8524
8525 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
8526
8527 2000-12-11 Gerd Moellmann <gerd@gnu.org>
8528
8529 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
8530
8531 * cus-edit.el (custom-save-variables, custom-save-faces):
8532 Comment fix.
8533
8534 * hscroll.el: Moved to `obsolete' subdir.
8535
8536 2000-12-11 Miles Bader <miles@gnu.org>
8537
8538 * window.el (window-text-height): Function removed (now in C).
8539
8540 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
8541
8542 * log-edit.el (log-edit-parent-buffer): New var.
8543 (log-edit): Set it. Add BUFFER argument.
8544 (log-edit-done): Use char-before.
8545 Don't bother checking validity of vc-comment-ring.
8546 Only bury the buffer if log-edit popped it up.
8547
8548 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
8549 (cvs-mode-diff-help): Remove.
8550 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
8551 (cvs-mode-marked): Set up the default for CMD manually.
8552
8553 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
8554 Remove binding for ? now made unnecessary.
8555
8556 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
8557
8558 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
8559 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
8560
8561 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
8562 when master file is not open.
8563
8564 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
8565
8566 * progmodes/ada-stmt.el: Update `maintainer'.
8567
8568 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
8569
8570 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
8571 choices to match documentation string.
8572
8573 2000-12-09 Miles Bader <miles@gnu.org>
8574
8575 * minibuf-eldef.el: New file.
8576
8577 * window.el (fit-window-to-buffer): Don't pass last argument to
8578 pos-visible-in-window-p, now that its meaning is inverted.
8579
8580 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
8581
8582 * image.el (create-image): Doc fix; spotted by Per Cederqvist
8583 <ceder@lysator.liu.se>.
8584
8585 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
8586
8587 * autoinsert.el (auto-insert-alist): Add missing final \n.
8588
8589 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
8590 (cvs-menu-map): Remove.
8591 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
8592 (cvs-mode-quit): Turn it back into a plain function.
8593
8594 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
8595 (texinfo-filter): Remove (move to texinfo.el).
8596
8597 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
8598 file where it's more visible.
8599 (texinfo-filter, texinfo-chapter-level-regexp): New variables
8600 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
8601 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
8602 (texinfo-inside-macro-p): Only catch `scan-error's.
8603 (texinfo-inside-env-p): Make better use of the match info.
8604 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
8605 (texinfo-insert-@end): Slight re-organization.
8606 Also remove useless `looking-at' call.
8607
8608 2000-12-08 Andrew Innes <andrewi@gnu.org>
8609
8610 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
8611 accessible in -nw mode.
8612
8613 * term/w32-win.el: Remove stuff about selection timeout, which is
8614 irrelevant on Windows. Move clipboard support to w32-fns.el, so
8615 it is accessible in -nw mode.
8616
8617 2000-12-08 Dave Love <fx@gnu.org>
8618
8619 * emacs-lisp/lisp-mode.el (lisp-mode):
8620 Set font-lock-keywords-case-fold-search.
8621
8622 2000-12-08 Gerd Moellmann <gerd@gnu.org>
8623
8624 * textmodes/ispell.el (ispell): Doc fix.
8625
8626 2000-12-08 Kenichi Handa <handa@etl.go.jp>
8627
8628 * international/quail.el (quail-insert-decode-map): Check the
8629 frame width of a window displaying the current buffer, not that of
8630 the selected frame.
8631 (quail-help): Make sure that the help buffer has window before
8632 inserting text in it.
8633
8634 2000-12-07 Sam Steingold <sds@gnu.org>
8635
8636 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
8637 Backquote is used in isearch.el, so autoloading saves nothing.
8638
8639 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
8640
8641 * startup.el (normal-top-level-add-subdirs-to-load-path):
8642 Ignore the CVS and RCS subdirectories case-insensitively.
8643
8644 * dired.el (dired-insert-directory): If file-system-info is
8645 fboundp, call it instead of invoking dired-free-space-program.
8646
8647 2000-12-07 Gerd Moellmann <gerd@gnu.org>
8648
8649 * server.el (server-visit-files): Push files on file-name-history.
8650
8651 * progmodes/cc-langs.el: Update copyright.
8652
8653 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
8654
8655 * bindings.el (mode-line-mode-menu): Add glasses-mode.
8656
8657 * bindings.el (mode-line-mode-menu): Reverse the order
8658 of define-keys so that the menu appears in alphabetical order.
8659
8660 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
8661
8662 * progmodes/glasses.el (glasses-mode): Update mode line at the end
8663 of the function.
8664
8665 2000-12-07 Dave Love <fx@gnu.org>
8666
8667 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
8668
8669 * facemenu.el (facemenu-unlisted-faces): Fix value.
8670
8671 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
8672
8673 * font-lock.el (font-lock-default-fontify-region):
8674 Include the terminating \n (off-by-one error).
8675 (font-lock-set-defaults): Use dolist.
8676
8677 * derived.el (define-derived-mode): Don't use combine-run-hooks.
8678
8679 2000-12-07 Kenichi Handa <handa@etl.go.jp>
8680
8681 * international/mule-cmds.el (describe-language-environment):
8682 Fix for the case that an input method title is not string but a list.
8683
8684 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
8685 of wrong SIZE record.
8686
8687 2000-12-06 Dave Love <fx@gnu.org>
8688
8689 * newcomment.el (comment-region, comment-dwim): Doc fix.
8690
8691 * textmodes/texinfo.el: Require tex-mode when compiling.
8692 (texinfo-update-node): Doc fix.
8693 (texinfo-imenu-generic-expression): Add @anchor.
8694 (texinfo-font-lock-keywords): Add @uref.
8695 (texinfo-inside-macro-p): Don't use ignore-errors.
8696 (texinfo-insert-quote): Match more contexts.
8697
8698 * international/mule.el (decode-char, encode-char): Doc fix.
8699 (auto-coding-alist): Customize.
8700
8701 * files.el (load-file): Fix change of 2000-03-12.
8702
8703 * wid-edit.el (widget-text-keymap): Doc fix.
8704
8705 2000-12-06 Andrew Innes <andrewi@gnu.org>
8706
8707 * makefile.w32-in (lisp): Set to an absolute directory, namely
8708 $(CURDIR).
8709
8710 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
8711
8712 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
8713 read generated-autoload-file, and set buffer-file-coding-system to
8714 raw-text-unix after reading the file.
8715
8716 * international/mule-conf.el (file-coding-system-alist):
8717 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
8718
8719 2000-12-06 Gerd Moellmann <gerd@gnu.org>
8720
8721 * replace.el (occur): Make line-number-width 1 smaller for the
8722 colon following the line number.
8723
8724 * startup.el (fancy-splash-text, command-line-1):
8725 Use `File' for the menu name instead of `Files'.
8726
8727 * tmm.el: Update copyright.
8728
8729 * cus-start.el: Add entry for even-window-heights.
8730
8731 2000-12-06 Miles Bader <miles@gnu.org>
8732
8733 * faces.el (frame-set-background-mode): Avoid stomping on
8734 locally modified faces.
8735
8736 2000-12-06 Kenichi Handa <handa@etl.go.jp>
8737
8738 * international/fontset.el: Correct the font registries for
8739 japanese-jisx0213-1 and japanese-jisx0213-2.
8740
8741 2000-12-05 Gerd Moellmann <gerd@gnu.org>
8742
8743 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
8744
8745 * iswitchb.el: Update customization commentary.
8746
8747 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
8748
8749 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
8750 (tpu-search-highlight): Fixed comparison of overlay end positions.
8751 (tpu-trim-line-ends): Implemented trimming logic locally.
8752
8753 * emulation/tpu-extras.el (tpu-write-file-hook)
8754 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
8755
8756 2000-12-05 Kenichi Handa <handa@etl.go.jp>
8757
8758 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
8759 to cn-gb.
8760 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
8761
8762 2000-12-04 Dave Love <fx@gnu.org>
8763
8764 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
8765
8766 2000-12-04 Gerd Moellmann <gerd@gnu.org>
8767
8768 * mail/rmailsum.el (rmail-summary-expunge)
8769 (rmail-summary-expunge-and-save): Ask for confirmation with
8770 rmail-expunge-confirmed.
8771
8772 * mail/rmail.el (rmail-expunge-confirmed): New function.
8773 (rmail-expunge): Use it.
8774
8775 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
8776
8777 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
8778 (etags-recognize-tags-table, find-tag-in-order):
8779 New functionality: interpret file names as tags.
8780
8781 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
8782
8783 * info.el (Info-scroll-prefer-subnodes): New defcustom.
8784 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
8785 the first subnode until the bottom of the current node is visible.
8786
8787 2000-12-04 Gerd Moellmann <gerd@gnu.org>
8788
8789 * format.el (format-decode): Don't change buffer's undo list.
8790
8791 2000-12-04 Kenichi Handa <handa@etl.go.jp>
8792
8793 * faces.el (face-font-registry-alternatives): Add entries for CJK
8794 fonts. Doc-string adjusted for the actual usage of this data.
8795
8796 * international/fontset.el: Change the font registries for CJK
8797 fonts in the default fontset. Don't append '*' to registries.
8798
8799 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
8800
8801 * emacs-lisp/easy-mmode.el (define-derived-mode)
8802 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
8803
8804 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
8805 (derived-mode-p): New function.
8806 (derived-mode-make-docstring): Add `docstring' argument.
8807 Use it if available and complete it if necessary.
8808
8809 2000-12-03 Andreas Schwab <schwab@suse.de>
8810
8811 * type-break.el (type-break): Don't make parent of itself.
8812
8813 2000-12-03 Miles Bader <miles@gnu.org>
8814
8815 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
8816
8817 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
8818
8819 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
8820 (tex-main-file, tex-file): Simplify.
8821 (tex-generate-zap-file-name): Use subst-char-in-string.
8822 (tex-strip-dots): Remove.
8823
8824 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
8825
8826 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
8827 to check if the match succeeded.
8828
8829 2000-12-02 Gerd Moellmann <gerd@gnu.org>
8830
8831 * startup.el (use-fancy-splash-screens-p): New function.
8832 (command-line-1): Use it to determine whether or not to use
8833 a fancy splash screen.
8834
8835 2000-12-02 Andreas Schwab <schwab@suse.de>
8836
8837 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
8838
8839 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8840
8841 * international/mule.el (make-char): Fix last change.
8842
8843 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8844 New defcustoms.
8845 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
8846 autoloading tex-mode; instead, do the same manually.
8847 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
8848 with numeric argument. Docstring fix.
8849 (toplevel): Require cl when compiling.
8850
8851 * international/mule.el (make-char): Doc fix.
8852
8853 2000-12-02 Jason Rumney <jasonr@gnu.org>
8854
8855 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
8856 the Emacs Lisp manual)
8857
8858 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8859
8860 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
8861
8862 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
8863 the Emacs Lisp manual).
8864
8865 2000-12-02 Gerd Moellmann <gerd@gnu.org>
8866
8867 * simple.el (next-line-add-newlines): Change default to nil.
8868
8869 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
8870
8871 * files.el (revert-buffer, recover-file):
8872 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
8873
8874 2000-12-01 Gerd Moellmann <gerd@gnu.org>
8875
8876 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
8877
8878 2000-12-01 Miles Bader <miles@gnu.org>
8879
8880 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
8881
8882 2000-12-01 Kenichi Handa <handa@etl.go.jp>
8883
8884 * international/mule-diag.el (describe-char-after): Fix typo.
8885 (describe-character-set, non-iso-charset-alist): Fix typo.
8886
8887 2000-12-01 Miles Bader <miles@gnu.org>
8888
8889 * image-file.el (image-file-name-regexp): Automatically add
8890 upper-case variants of each filename extension in
8891 `image-file-name-extensions', since they seem to be common.
8892
8893 * simple.el (minibuffer-contents)
8894 (minibuffer-contents-no-properties, delete-minibuffer-contents):
8895 New functions.
8896 * filecache.el (file-cache-directory-name)
8897 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
8898
8899 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
8900
8901 * filecache.el (file-cache-minibuffer-complete): Don't try to
8902 delete the minibuffer prompt.
8903
8904 2000-11-30 Dave Love <fx@gnu.org>
8905
8906 * cus-start.el: Fix read-buffer-function type.
8907
8908 2000-11-30 Gerd Moellmann <gerd@gnu.org>
8909
8910 * md5.el: Removed. There's a built-in function, now.
8911
8912 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
8913
8914 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
8915 as dummy 0-th char of rmail-deleted-vector.
8916
8917 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
8918
8919 * ps-print.el (ps-end-job): Bind case-fold-search only after
8920 switching to ps-spool-buffer.
8921
8922 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8923
8924 * ps-print.el: Line number font customization. PostScript: Lines and
8925 PageCount are initialized on each page. Doc Fix.
8926 (ps-print-version): New version number (6.3.2).
8927 (ps-lpr-switches, ps-font-info-database, ps-font-size)
8928 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
8929 (ps-right-header): Customization fix.
8930 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
8931 Fix code.
8932 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
8933 New vars.
8934
8935 2000-11-30 Gerd Moellmann <gerd@gnu.org>
8936
8937 * bs.el: Fix typos and spelling errors.
8938 (bs-appearance) <defgroup>: Renamed from bs-appearence.
8939 (bs-configuration): Doc fix.
8940
8941 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
8942
8943 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
8944
8945 * emulation/tpu-edt.el (tpu-version): New version.
8946 (tpu-search-overlay, tpu-replace-overlay): New initial range.
8947 (tpu-original-mode-line): Variable deleted.
8948 (tpu-mark-flag): New initial value.
8949 (tpu-set-mode-line): Don't redefine mode-line-format.
8950 Add tpu-mark-flag to minor-mode-alist.
8951 (tpu-update-mode-line): New mark flag logic.
8952 (tpu-get): Use find-file-wildcards.
8953 (tpu-search-highlight): Move overlay less, reset overlay properly.
8954 (tpu-unselect): Deactivate mark.
8955 (tpu-lm-replace): Reset overlay properly.
8956 (tpu-forward-line): Use forward-visible-line.
8957 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
8958
8959 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
8960
8961 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
8962
8963 * cus-edit.el (custom-face-value-create): Always emphasize tag.
8964
8965 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8966
8967 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
8968 and skip whitespace and newlines.
8969
8970 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
8971
8972 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
8973
8974 2000-11-29 Gerd Moellmann <gerd@gnu.org>
8975
8976 * help.el (describe-function-1): Regexp-quote function name
8977 when used as part of a regexp.
8978
8979 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
8980 Use face-attribute instead of face-foreground and face-background.
8981 (tool-bar-add-item): Likewise, and handle unspecified colors.
8982
8983 * enriched.el (enriched-face-ans): Use face-attribute instead
8984 of face-foreground and face-background.
8985
8986 * faces.el (face-foreground, face-background, face-stipple):
8987 Return nil if attribute is unspecified, for backward compatibility.
8988
8989 * files.el (auto-mode-alist): Add an entry for antlr-mode.
8990
8991 * play/5x5.el: Remove version info.
8992
8993 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
8994
8995 * frame.el (blink-cursor-mode): Doc fix.
8996
8997 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8998
8999 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9000 to create Makefile rules.
9001 (antlr-tool-command): New user option.
9002 (antlr-ask-about-save): New user option.
9003 (antlr-makefile-specification): New user option.
9004 (antlr-file-formats-alist): New variable.
9005 (antlr-special-file-formats): New variable.
9006 (antlr-unknown-file-formats): New user option.
9007 (antlr-help-unknown-file-text): New variable.
9008 (antlr-help-rules-intro): New variable.
9009 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9010 (antlr-mode-menu): Add entries.
9011 (antlr-file-dependencies): New function.
9012 (antlr-directory-dependencies): New function.
9013 (antlr-superclasses-glibs): New function.
9014 (antlr-run-tool): New command.
9015 (antlr-makefile-insert-variable): New function.
9016 (antlr-insert-makefile-rules): New function.
9017 (antlr-show-makefile-rules): New command.
9018
9019 * antlr-mode.el: More Emacs/XEmacs stuff.
9020 (antlr-no-action-keywords): New constant with value nil.
9021 (antlr-font-lock-keywords-alist): Use it. Old value would break
9022 syntax highlighting in Emacs-21.0.
9023 (antlr-default-directory): Emacs/XEmacs dependend function.
9024 (antlr-read-shell-command): Ditto.
9025 (antlr-with-displaying-help-buffer): Ditto.
9026
9027 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9028
9029 * antlr-mode.el: imenu, parsing and highlighting changes.
9030 (antlr-imenu-create-index-function): Don't create extra submenus
9031 for definitions in different grammar classes. It is not necessary
9032 for the menu and would make command `imenu' awkward to use.
9033 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
9034 header actions and more than one.
9035 (antlr-font-lock-tokendef-face): Changed color.
9036 (antlr-font-lock-tokenref-face): Changed color.
9037 (antlr-font-lock-additional-keywords): Also highlight lowercase.
9038 (antlr-mode-syntax-table): New variable.
9039 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9040 (antlr-with-syntax-table): Don't copy syntax table.
9041
9042 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9043
9044 * antlr-mode.el: Minor changes: language setting.
9045 (antlr-language-alist): The value for file option "language" can
9046 be both an identifier and a string.
9047 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9048 (antlr-language-limit-n-regexp): Change accordingly.
9049
9050 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9051
9052 * antlr-mode.el: Minor changes: tabs, hiding.
9053 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9054 (antlr-action-visibility): Also allow value nil to also hide the
9055 braces. Renamed from `antlr-tiny-action-length'.
9056 Suggested by Jay@aol.com.
9057 (antlr-hide-actions): Change accordingly. Hide line if completely
9058 hidden action is on a line of its own.
9059
9060 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9061
9062 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9063
9064 * sort.el (sort-columns): Don't concat strings with numbers.
9065
9066 2000-11-29 Dave Love <fx@gnu.org>
9067
9068 * cus-edit.el (face): Fix :format.
9069
9070 * mail/feedmail.el: Require smtpmail when compiling.
9071 (mail-do-fcc): Autoload.
9072 (feedmail) <defgroup>: Fix :link.
9073 (feedmail-nuke-body-in-fcc): Fix :type.
9074 (feedmail-send-it): Add autoload cookie.
9075
9076 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9077
9078 * newcomment.el (comment-indent): Save excursion around call to
9079 comment-indent-function.
9080
9081 2000-11-29 Miles Bader <miles@gnu.org>
9082
9083 * subr.el (member-ignore-case): Return the tail of the list who's
9084 car matches, like `member', not the matching element itself.
9085
9086 2000-11-29 Kenichi Handa <handa@etl.go.jp>
9087
9088 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
9089 should not contain `\n'.
9090
9091 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9092
9093 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9094
9095 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9096
9097 * dired-aux.el (dired-do-create-files): Construct default file
9098 name for dired-mark-read-file-name so that when the user enters
9099 just RET, the target file will end up in the target directory.
9100
9101 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9102 local-abbrev-table before changing buffers because it might
9103 have a buffer-local binding.
9104
9105 2000-11-28 Miles Bader <miles@gnu.org>
9106
9107 * simple.el (delete-horizontal-space): Handle fields more generally.
9108
9109 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9110
9111 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9112
9113 2000-11-28 Dave Love <fx@gnu.org>
9114
9115 * progmodes/ps-mode.el (ps-mode): Set comment-start and
9116 comment-start-skip locally.
9117
9118 * progmodes/fortran.el (fortran-mode): Don't set
9119 fortran-comment-line-start-skip. Set comment-start to
9120 fortran-comment-line-start.
9121 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9122 (fortran-comment-line-start-skip): Simplify slightly.
9123
9124 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9125
9126 * play/5x5.el: Remove RCS keyword.
9127
9128 * bs.el: Mistaken commit, undone 2000-11-30.
9129
9130 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
9131
9132 * textmodes/tildify.el (tildify-string-alist):
9133 Add `plain-tex-mode' here.
9134
9135 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
9136
9137 * chistory.el (Command-history-setup): Remove extraneous `keymap'
9138 reference.
9139
9140 2000-11-28 Miles Bader <miles@gnu.org>
9141
9142 * cus-face.el (custom-face-attributes): Add post-filter function
9143 for :box. Make pre-filter function for :box handle all cases.
9144
9145 * wid-edit.el (widget-choose): Make sure pop-up window is large
9146 enough to display all the choices, as there's no way to scroll it.
9147
9148 2000-11-28 Kenichi Handa <handa@etl.go.jp>
9149
9150 * international/mule-conf.el: Make the coding system no-conversion
9151 safe for all characters.
9152
9153 2000-11-27 Dave Love <fx@gnu.org>
9154
9155 * net/ldap.el (ldap) <defgroup>: Add :version.
9156
9157 * tooltip.el (tooltip-use-echo-area): Doc fix.
9158
9159 * cus-start.el <minibuffer-prompt-properties>: Add version.
9160 <read-buffer-function>: Add.
9161
9162 * apropos.el (apropos-print): Add help-echo to active text.
9163
9164 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9165
9166 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9167
9168 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
9169 type, group and version.
9170
9171 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
9172
9173 * select.el (x-get-selection): Docstring fix.
9174
9175 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
9176
9177 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
9178
9179 2000-11-27 Andrew Innes <andrewi@gnu.org>
9180
9181 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
9182
9183 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
9184
9185 2000-11-27 Miles Bader <miles@gnu.org>
9186
9187 * dired.el (dired-get-filename): Return filename verbatim if
9188 LOCALP is `verbatim'.
9189 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
9190 `verbatim' so that we don't inadvertently delete a non-existant
9191 directory name.
9192
9193 2000-11-27 Kenichi Handa <handa@etl.go.jp>
9194
9195 * international/characters.el: Specify cases and syntaxes for
9196 mule-unicode-0100-24ff.
9197
9198 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9199
9200 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
9201 that foreground and/or background colors of the face `tool-bar'
9202 are unspecified.
9203
9204 2000-11-27 Miles Bader <miles@gnu.org>
9205
9206 * wid-edit.el (widget-field-buffer, widget-field-start)
9207 (widget-field-end): Handle widget field `pseudo-overlays'.
9208 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
9209 if it's there instead of in `widget-field-list'.
9210
9211 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
9212 (help-make-xrefs): Delete extraneous newlines at the end of the
9213 docstring.
9214
9215 2000-11-25 Jason Rumney <jasonr@gnu.org>
9216
9217 * startup.el (command-line): Call set-locale-environment after
9218 Window System init file is read, as it can result in a call to
9219 redraw-frame.
9220
9221 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
9222
9223 * simple.el (shell-command): Mention the effect of the prefix
9224 argument in the doc string.
9225
9226 2000-11-25 Miles Bader <miles@gnu.org>
9227
9228 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
9229
9230 * wid-edit.el (widget-field-value-delete): Don't try to delete
9231 overlay when it's the `pseudo-overlay' that exists at some points.
9232
9233 2000-11-24 Jason Rumney <jasonr@gnu.org>
9234
9235 * international/mule-cmds.el (locale-language-names): Add "jp" as
9236 a non-standard alternative for Japanese.
9237
9238 2000-11-24 Andre Spiegel <spiegel@gnu.org>
9239
9240 * vc-hooks.el: Require 'cl during compilation.
9241
9242 2000-11-24 Gerd Moellmann <gerd@gnu.org>
9243
9244 * faces.el (face-set-after-frame-default): Let face attributes
9245 specified for new frames override frame parameters.
9246
9247 * startup.el (command-line): Fix computation of the source file
9248 for user-init-file when user-init-file is a compiled file.
9249
9250 2000-11-24 Miles Bader <miles@gnu.org>
9251
9252 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
9253 (custom-post-filter-face-spec): New functions.
9254 (custom-face-set, custom-face-value-create): Filter the face spec
9255 before and after customization.
9256 (custom-face-set): If VALUE specifies a null face, pass a
9257 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
9258 * cus-face.el (custom-face-attributes): Remove SET and GET
9259 functions. Add some IN-FILTER and OUT-FILTER functions in the few
9260 cases they're needed.
9261
9262 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
9263 that it's distinguishable from the :off-glyph on dark-background
9264 displays. Set its background color too.
9265
9266 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
9267 so that people can easily turn it off.
9268
9269 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
9270
9271 * ediff-diff.el: Moved variables around to have it compile under NT.
9272
9273 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
9274
9275 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
9276
9277 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
9278 redundant skip-small-frames test.
9279
9280 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
9281 (viper-downgrade-to-insert): Protect against errors in hooks.
9282
9283 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
9284 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
9285 (viper-restore-cursor-type,viper-set-insert-cursor-type):
9286 New functions.
9287
9288 * viper-util.el (viper-memq-char): Bug fixes.
9289
9290 * viper.el (viper-mode): Fix cursor handling.
9291
9292 2000-11-24 Kenichi Handa <handa@etl.go.jp>
9293
9294 * international/mule-diag.el (list-iso-charset-chars):
9295 For two-byte charset, fix the `while' condition.
9296 (list-non-iso-charset-chars): Fix the `while' condition.
9297
9298 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
9299
9300 * subr.el (add-hook, remove-hook): Don't call make-local-hook
9301 if the variable is make-variable-buffer-local.
9302
9303 * progmodes/ada-stmt.el (ada-template-map):
9304 Initialize and bind it to C-c t in ada-mode-map.
9305 (ada-stmt-mode-hook): New function extracted from old code.
9306 Only change the buffer-local side of skeleton-*.
9307 (ada-mode-hook): Use it.
9308
9309 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9310
9311 * iswitchb.el (iswitchb-minibuf-depth): New variable.
9312 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
9313 we expect to be returned by minibuffer-depth once we prompt the
9314 user in the minibuffer.
9315 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
9316 as recorded in iswitchb-minibuf-depth, return non-nil.
9317
9318 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9319
9320 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
9321 (hscroll-window-maybe): Docstring fix.
9322
9323 2000-11-23 Dave Love <fx@gnu.org>
9324
9325 * rect.el (string-rectangle): Don't test delete-selection-mode.
9326
9327 2000-11-23 Gerd Moellmann <gerd@gnu.org>
9328
9329 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
9330 is in the tool bar.
9331
9332 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
9333 with `no-dir'; we want the directory part to be able to remove it.
9334
9335 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9336
9337 * textmodes/outline.el (outline-flag-region):
9338 Don't bind inhibit-read-only since we don't modify the buffer.
9339 (outline-isearch-open-invisible): Don't jump to overlay-start
9340 since we're trying to unhide text around point.
9341 (outline-discard-overlays): Use dolist.
9342
9343 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
9344
9345 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9346
9347 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
9348
9349 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9350
9351 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
9352 Fix ARG regexp to skip quoted braces.
9353 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
9354 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
9355 are (correctly) handled separately).
9356 Remove `caption' and `footnote' from `citations': they contain text.
9357 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
9358 (latex-skeleton-end-hook): New function.
9359 (latex-mode): Use it.
9360 (tex-start-tex-marker): Remove.
9361 (tex-send-tex-command): Don't set tex-start-tex-marker.
9362 (tex-error-parse-syntax-table): New var.
9363 (tex-compilation-parse-errors): Use it.
9364 Ignore tex-start-tex-marker. Don't bother with marker-position.
9365 (tex-validate-buffer): Don't bother with marker-position.
9366
9367 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
9368 (flyspell-generic-progmode-verify): Use it.
9369
9370 2000-11-22 Sam Steingold <sds@gnu.org>
9371
9372 * simple.el (delete-trailing-whitespace): New interactive function.
9373
9374 * progmodes/ada-mode.el (ada-mode): Use it instead of
9375 `ada-remove-trailing-spaces'.
9376 (ada-remove-trailing-spaces): Removed.
9377
9378 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
9379
9380 * textmodes/picture.el (picture-clean): Removed.
9381 (picture-mode-exit): Call it instead of `picture-clean'.
9382
9383 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9384
9385 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9386
9387 * hi-lock.el (hi-lock-refontify): Don't call non-existent
9388 jit-lock-fontify-buffer; it should anyway be unneccessary to
9389 do anything special when jit-lock is active.
9390 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
9391
9392 2000-11-22 Dave Love <fx@gnu.org>
9393
9394 * calendar/todo-mode.el (todo-top-priorities): Use
9395 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
9396
9397 * language/chinese.el, language/cyrillic.el:
9398 * language/devanagari.el, language/ethiopic.el, language/greek.el:
9399 * language/hebrew.el, language/indian.el, language/japanese.el:
9400 * language/korean.el, language/lao.el, language/misc-lang.el:
9401 * language/thai.el, language/tibetan.el, language/vietnamese.el:
9402 Use provide.
9403
9404 * cus-edit.el (custom-buffer-create-internal): Save some consing.
9405 (custom-variable-set): Improve validation error mesage.
9406
9407 * rect.el (string-rectangle): Revert last change.
9408 (string-rectangle-line): New arg DELETE.
9409 (string-rectangle): Check delete-selection-mode.
9410
9411 * emacs-lisp/edebug.el (edebug-version)
9412 (edebug-maintainer-address): Deleted.
9413 (edebug-submit-bug-report): Just alias to report-emacs-bug.
9414 (edebug-read-function): Account for other `'#' read forms.
9415 (edebug-mode-menus): Make some items toggles.
9416 (edebug-outside-unread-command-event, unread-command-event):
9417 Remove these to avoid warnings.
9418
9419 2000-11-22 David Ponce <david@dponce.com>
9420
9421 * recentf.el (recentf-menu-items-for-commands)
9422 (recentf-make-menu-items, recentf-make-menu-item)
9423 (recentf-filter-changer): Added :help and :active menu-item properties.
9424
9425 (recentf-build-dir-rules, recentf-dump-variable)
9426 (recentf-edit-list, recentf-open-files-item)
9427 (recentf-open-files): Replaced unnecessary `mapcar' with new
9428 built-in `mapc'.
9429
9430 2000-11-23 Miles Bader <miles@gnu.org>
9431
9432 * faces.el (menu): Make inverse-video on ttys too.
9433
9434 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9435
9436 * simple.el (comment-line-break-function): Use the new name
9437 indent-new-comment-line -> comment-indent-new-line.
9438 (clone-indirect-buffer): Don't ignore NORECORD.
9439 (next-completion): Properly handle the case where items are adjacent.
9440
9441 * mouse.el (popup-menu): Stupid typo.
9442
9443 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9444
9445 * emacs-lisp/authors.el: Remove autoload cookies, add author,
9446 maintainer, keywords tags.
9447
9448 * rect.el (replace-rectangle): Don't call string-rectangle-line
9449 with too many arguments.
9450
9451 2000-11-22 Andre Spiegel <spiegel@gnu.org>
9452
9453 * ediff-util.el (ediff-file-checked-out-p)
9454 (ediff-file-checked-in-p): Call vc-state instead of
9455 vc-locking-user, which no longer exists.
9456
9457 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
9458
9459 2000-11-22 Dave Love <fx@gnu.org>
9460
9461 * md5.el (md5): Provide.
9462 (md5): Fix error call.
9463
9464 2000-11-22 Miles Bader <miles@gnu.org>
9465
9466 * textmodes/refill.el (refill-adjust-ignorable-overlay)
9467 (refill-fill-paragraph-at): Remove debugging code.
9468
9469 * calendar/calendar.el (generate-calendar-window): When we don't
9470 call `fit-window-to-buffer', make sure the top line is fully visible.
9471
9472 * image-file.el (insert-image-file): Don't make `read-only'
9473 property rear-nonsticky.
9474
9475 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
9476 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
9477 stashing away its original value.
9478 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
9479 in the recursive edit.
9480 Bind `isearch-original-minibuffer-message-timeout' to protect it.
9481 (isearch-done): Restore `minibuffer-message-timeout'.
9482
9483 * cus-start.el: Remove entry for `mode-line-inverse-video'.
9484
9485 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
9486
9487 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
9488
9489 * find-lisp.el (find-lisp-find-files-internal):
9490 Use dolist, when and file-name-as-directory.
9491
9492 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
9493 (define-derived-mode, define-minor-mode): Add specs.
9494
9495 * window.el: General comment and spacing fixes.
9496 (save-selected-window): Use backquotes.
9497 (window-safely-shrinkable-p): New function.
9498 (shrink-window-if-larger-than-buffer): Use it.
9499
9500 * subr.el (make-local-hook): Docstring fix.
9501
9502 * shell.el (shell-mode): Use define-derived-mode.
9503
9504 * newcomment.el (comment-indent): Insert comment before calling
9505 comment-indent-function. Don't insert in column 0.
9506 (comment-dwim): Indent before inserting comment.
9507
9508 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
9509 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
9510 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
9511 Use mapc rather than map.
9512
9513 * files.el (find-buffer-visiting): Compare all attributes before
9514 declaring two files identical (rather than just their inode-no).
9515 (auto-mode-alist): Use \' rather than $.
9516
9517 * which-func.el: Update maintainer line.
9518
9519 * pcvs.el (uniquify-buffer-file-name): Remove advice.
9520 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
9521 (uniquify-buffer-file-name): Use it.
9522
9523 2000-11-22 Miles Bader <miles@gnu.org>
9524
9525 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
9526 * simple.el (minibuffer-avoid-prompt): New function.
9527
9528 2000-11-21 Gerd Moellmann <gerd@gnu.org>
9529
9530 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
9531
9532 2000-11-21 Miles Bader <miles@gnu.org>
9533
9534 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
9535 inclusion of `track-mouse'.
9536
9537 * textmodes/refill.el (refill-ignorable-overlay): New variable.
9538 (refill-adjust-ignorable-overlay): New function.
9539 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
9540 only the paragraph's tail if possible.
9541 Update `refill-ignorable-overlay'.
9542 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
9543
9544 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
9545 point inside the fill-prefix.
9546
9547 * textmodes/refill.el (refill-post-command-function): Don't reset
9548 refill-doit in the case where a self-insertion command doesn't
9549 case a refill. Use `refill-fill-paragraph-at', getting position
9550 from `refill-doit'.
9551 (refill-after-change-function): Set `refill-doit' to END.
9552 (refill-fill-paragraph-at): New function, mostly from old
9553 refill-fill-paragraph.
9554 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
9555 (refill-pre-command-function): New function.
9556 (refill-mode): Add it to `pre-command-hook'.
9557
9558 2000-11-20 Gerd Moellmann <gerd@gnu.org>
9559
9560 * textmodes/artist.el (artist-mode): Fix autoload cookie.
9561
9562 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
9563 javadoc tags.
9564
9565 2000-11-20 Andre Spiegel <spiegel@gnu.org>
9566
9567 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
9568 vc.el).
9569
9570 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
9571 require vc.
9572
9573 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
9574 checkouts.
9575
9576 2000-11-20 Dave Love <fx@gnu.org>
9577
9578 * Makefile.in (DONTCOMPILE): Omit bindings.el.
9579
9580 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
9581
9582 * calculator.el (calculator-paste): Use `if' instead of `and'
9583 and `or'.
9584 (calculator-help): Don't use electric-describe-mode for XEmacs.
9585
9586 2000-11-19 Gerd Moellmann <gerd@gnu.org>
9587
9588 * info.el (info-menu-5): Doc fix.
9589
9590 * textmodes/artist.el: New file.
9591
9592 2000-11-19 Andre Spiegel <spiegel@gnu.org>
9593
9594 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
9595 and differentiate according to checkout model.
9596 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
9597 since this function is only concerned with master state.
9598
9599 * vc-hooks.el (vc-workfile-unchanged-p)
9600 (vc-default-workfile-unchanged-p): Moved here from vc.el.
9601
9602 * vc.el (vc-workfile-unchanged-p)
9603 (vc-default-workfile-unchanged-p): See above.
9604
9605 2000-11-19 Miles Bader <miles@gnu.org>
9606
9607 * image-file.el (insert-image-file): Make `intangible' and
9608 `read-only' properties rear-nonsticky too.
9609
9610 2000-11-18 Gerd Moellmann <gerd@gnu.org>
9611
9612 * ps-print.el: Update copyright notice.
9613
9614 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
9615 (tooltip-show): Use the offsets.
9616
9617 * bindings.el (mode-line-modified): Fix a typo.
9618 (mode-line-toggle-modified, mode-line-widen)
9619 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
9620
9621 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9622
9623 * ps-print.el (toplevel): Test for find-coding-system being
9624 fboundp before calling ps-x-find-coding-system.
9625
9626 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
9627
9628 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
9629 (vc-version-backup-file): Docstring fix.
9630
9631 2000-11-16 Gerd Moellmann <gerd@gnu.org>
9632
9633 * files.el (basic-save-buffer): Don't add a newline if
9634 find-file-literally is non-nil.
9635 (find-file-literally): Extend doc string.
9636
9637 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
9638 sort(1) with the `-f' argument.
9639
9640 2000-11-16 Andre Spiegel <spiegel@gnu.org>
9641
9642 * vc.el: Updated backend documentation.
9643 (vc-default-check-headers): New function.
9644
9645 * vc-{cvs,rcs,sccs}.el: Functions reordered.
9646
9647 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
9648 up-to-date.
9649 (vc-do-command): In the asynchronous case, output messages only if
9650 the minibuffer is not active.
9651
9652 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
9653 `vc-cvs-use-edit' is on.
9654 (vc-cvs-checkout): When this is used for reverting the workfile,
9655 make a backup of the original contents and revert to that in case
9656 of error.
9657 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9658 remote repositories.
9659
9660 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
9661 for both version and ratio in the minibuffer.
9662
9663 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
9664 Use vc-do-command to perform the annotation, not call-process.
9665
9666 2000-11-16 Kenichi Handa <handa@etl.go.jp>
9667
9668 * international/quail.el (quail-start-translation): Don't call
9669 `message' before reading key sequence.
9670
9671 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
9672
9673 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
9674
9675 2000-11-16 Kenichi Handa <handa@etl.go.jp>
9676
9677 * window.el (fit-window-to-buffer): Be sure to acquire at least
9678 one text line even if the buffer is empty.
9679
9680 2000-11-16 Gerd Moellmann <gerd@gnu.org>
9681
9682 * net/ange-ftp.el (ange-ftp-file-writable-p)
9683 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
9684 Bind ange-ftp-process-verbose to nil.
9685
9686 2000-11-15 Dave Love <fx@gnu.org>
9687
9688 * wid-edit.el (widget-specify-field, widget-specify-button):
9689 If :help-echo is a function, set help-echo of overlay to
9690 widget-mouse-help.
9691 (widget-mouse-help): New function.
9692 (widget-echo-help): Rewritten for :help-echo functions only taking
9693 a widget arg.
9694
9695 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
9696 Use display-graphic-p.
9697 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
9698 and that JPEG is available.
9699 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
9700
9701 * international/mule-cmds.el (locale-charset-language-names):
9702 Match @euro.
9703
9704 2000-11-15 Gerd Moellmann <gerd@gnu.org>
9705
9706 * faces.el (face-set-after-frame-default):
9707 If `inhibit-default-face-x-resources' is bound, don't intialize the
9708 default face from X resources.
9709
9710 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
9711
9712 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
9713 Don't set EMACSLOADPATH.
9714
9715 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
9716
9717 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
9718 texinfo-insert-@url.
9719 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
9720 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
9721
9722 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
9723
9724 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
9725 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
9726 (checkdoc-minor-keymap): Backward compatibility.
9727 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
9728 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
9729 (checkdoc-this-string-valid-engine): Be a bit more strict
9730 to avoid matching substrings of `...' quoted vars/funs.
9731 (checkdoc-defun-info): Only look for `interactive' if alone.
9732 (debug-ignored-errors): Add "arg doesn't appear in docstring".
9733
9734 * progmodes/compile.el (grep): `tag-default' can be nil.
9735
9736 * newcomment.el (comment-indent): Paren typo.
9737
9738 2000-11-14 Dave Love <fx@gnu.org>
9739
9740 * calculator.el: New maintainer version.
9741
9742 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
9743
9744 * cmuscheme.el: Doc fixes.
9745 (cmuscheme) <defgroup>: Use `scheme' as parent.
9746 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
9747
9748 * xscheme.el (scheme-program-name): Don't define here.
9749
9750 * progmodes/scheme.el (scheme-program-name): New variable
9751 (originally in cmuscheme).
9752
9753 2000-11-14 Miles Bader <miles@gnu.org>
9754
9755 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
9756 Handle header-lines. Don't loop forever if we can't enlarge the
9757 window anymore. Simplify a bit.
9758
9759 2000-11-14 Kenichi Handa <handa@etl.go.jp>
9760
9761 * window.el (fit-window-to-buffer): Don't check
9762 window-text-height. Assure that the last line is fully visible.
9763
9764 * international/quail.el (quail-show-guidance-buf):
9765 Call fit-window-to-buffer to assure the enough height of the guidance
9766 buffer.
9767 (quail-update-guidance): Avoid making the guidance buffer shorter.
9768
9769 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
9770
9771 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
9772 rather than `prepend' and add an interesting comment.
9773 (tex-math-face, tex-font-lock-syntactic-face-function):
9774 New face and function to use it.
9775 (tex-define-common-keys, tex-mode-map): Use menu-item rather
9776 than `menu-enable' symbol property.
9777 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
9778 (tex-mode): Add some latex-mode commands for auto-selection.
9779 Use tex-font-lock-syntactic-face-function.
9780 (tex-insert-quote): Simplify.
9781 (tex-shell): New mode.
9782 (tex-start-shell): Use it.
9783 (tex-shell-proc, tex-shell-buf): New functions.
9784 (tex-send-command): Use it.
9785 (tex-main-file): Fix the meaning of the new arg REALFILE.
9786 (tex-send-tex-command): New function split from `tex-start-tex'.
9787 Set compilation-last-buffer and compilation-parsing-end.
9788
9789 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
9790 when it follows non-comment text on the line.
9791
9792 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9793 Set font-lock-defaults.
9794 (lisp-mode-shared-map): Init inside the defvar.
9795 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
9796 Use define-derived-mode.
9797
9798 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
9799
9800 * faces.el (header-line): Use `:box nil' for color/gs displays too.
9801
9802 2000-11-14 Gerd Moellmann <gerd@gnu.org>
9803
9804 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
9805 Don't recursively optimize body because that can lead to infinite
9806 recursion; see comment there.
9807
9808 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
9809
9810 * faces.el (face-spec-set-match-display): Revert the change from
9811 2000-10-24. Add a FIXME for after v21.1.
9812
9813 2000-11-13 Miles Bader <miles@gnu.org>
9814
9815 * textmodes/fill.el (skip-line-prefix): New function.
9816 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
9817 (fill-paragraph): Don't leave point inside the fill-prefix.
9818 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
9819 point inside the fill-prefix.
9820
9821 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
9822
9823 * calendar/calendar.el (generate-calendar-window):
9824 Use `fit-window-to-buffer'.
9825
9826 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9827
9828 * gud.el (gud-minor-mode): New var.
9829 (gud-symbol, gud-val): New functions.
9830 (gud-find-file): Copy gud-minor-mode to the new buffer.
9831 (gud-menu-map): Include entries for commands that are not always
9832 available, using :enable to (de)activate them.
9833 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
9834 (gud-mode-map): New map.
9835 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
9836 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
9837 Don't set up gud's menu (it's done by the minor-mode).
9838 (gud-minibuffer-local-map): New.
9839 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
9840 (gud-query-cmdline): New function.
9841 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
9842 (gud-mode): Use define-derived-mode.
9843 Don't set up gud's menu (it's done by the minor-mode).
9844 (gud-chop-words): Remove.
9845 (gud-common-init): Use split-string instead.
9846 (gud-new-keymap, gud-make-debug-menu): Eradicate.
9847
9848 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9849 Add keyword arg :name.
9850
9851 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
9852 (diff-count-matches, diff-split-hunk): New functions.
9853 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
9854
9855 * pcvs-info.el (cvs-fi-conflict-face): New var.
9856
9857 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
9858 Make it into a simple syntax-table, shared among all submodes.
9859 (sh-heredoc-face): Re-introduce.
9860 (sh-font-lock-syntactic-face-function): New function.
9861 (sh-mode): Use it. Also use define-derived-mode.
9862 Remove old bogus setting of indent-region-function.
9863 (sh-set-shell): Don't set the syntax-table any more.
9864 (sh-mode-syntax-table) <defun>: Remove.
9865
9866 2000-11-12 Miles Bader <miles@gnu.org>
9867
9868 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
9869 message if interactive.
9870
9871 2000-11-12 Dave Love <fx@gnu.org>
9872
9873 * mail/feedmail.el: Fix header,
9874 (feedmail) <defgroup>: Add :link.
9875
9876 * view.el: Use local-map property, not keymap on mode-line string.
9877
9878 * scroll-all.el (scroll-all-mode): Customize variable.
9879 Add autoload cookie to function.
9880
9881 * lazy-lock.el: Remove compatibility code.
9882
9883 * finder.el (finder-known-keywords): Add `files', remove `vms'.
9884 (finder-help-echo): New variable.
9885 (finder-mouse-face-on-line): Add help-echo stuff.
9886 (finder-list-keywords, finder-list-matches): Use mapc.
9887
9888 * faces.el (face-font-registry-alternatives): Add :version.
9889
9890 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
9891 tags-table-list.
9892
9893 * net/browse-url.el (browse-url-browser-function): Update :version.
9894
9895 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
9896 (mail-mode): Use [:alnum:] in some regexps.
9897
9898 2000-11-10 Dave Love <fx@gnu.org>
9899
9900 * ediff.el (ediff-regions-internal, ediff-documentation):
9901 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
9902 fundamental mode.
9903
9904 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
9905 buffer into fundamental mode.
9906 (ediff-set-difference): Use copy-sequence if available.
9907
9908 * ediff-ptch.el (ediff-dispatch-file-patching-job):
9909 Check ediff-patch-map non-nil.
9910 (ediff-fixup-patch-map, ediff-fixup-patch-map)
9911 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
9912 buffer into fundamental mode.
9913
9914 * ediff-merg.el (state-or-merge): Defvar when compiling.
9915
9916 2000-11-10 Jason Rumney <jasonr@gnu.org>
9917
9918 * w32-fns.el (w32-add-charset-info): New function.
9919 (w32-charset-info-alist): Use it.
9920
9921 2000-11-10 Gerd Moellmann <gerd@gnu.org>
9922
9923 * faces.el (face-font-registry-alternatives): New user-option.
9924
9925 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
9926
9927 * textmodes/texinfo.el (texinfo-block-default): New var.
9928 (texinfo-insert-block): Use it. Insert a newline if needed.
9929
9930 * textmodes/fill.el (fill-indent-according-to-mode): New var.
9931 (fill-region-as-paragraph): Use it.
9932
9933 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
9934 (latex-mode): Tweak tex-*-(head|trail)er regexps.
9935 Tweak paragraph regexps to allow a leading [ \t]*.
9936 (tex-latex-block): Insert a newline if necessary.
9937 (latex-insert-item): Only insert a newline if necessary.
9938 (tex-guess-main-file): New function.
9939 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
9940 Set tex-main-file if TeX-master is provided.
9941 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
9942
9943 2000-11-10 Gerd Moellmann <gerd@gnu.org>
9944
9945 * startup.el (command-line): Set the default tooltip-mode
9946 to t for graphical displays which implement x-show-tip.
9947
9948 * tooltip.el (tooltip-mode): Add a comment about startup.el
9949 setting the default value of this user-option.
9950
9951 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
9952
9953 * font-lock.el (font-lock-*-face) <defvar>: Move.
9954 (font-lock-defaults-alist): Mark obsolete.
9955 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
9956 (font-lock-mode): Use define-minor-mode.
9957 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
9958 (font-lock-turn-off-thing-lock): Be more explicit.
9959 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
9960 (font-lock-syntactic-face-function): New var.
9961 (font-lock-fontify-syntactically-region): Use it.
9962 (font-lock-doc-face): New.
9963
9964 * pcvs.el (cvs-enabledp): Ignore errors.
9965 (cvs-commit-filelist): Never query.
9966 (cvs-mode-insert): Always add a terminating / in the initial prompt.
9967 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
9968 (cvs-do-removal): Use cvs-partition rather than delete-if.
9969 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
9970 cvs-bury-buffer.
9971
9972 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9973 Allow `next' to jump to after the end of the last match.
9974
9975 2000-11-09 Gerd Moellmann <gerd@gnu.org>
9976
9977 * simple.el (byte-compiling-files-p): New function.
9978
9979 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
9980 if it is there.
9981
9982 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
9983 nil again.
9984
9985 * textmodes/ispell.el (ispell-library-path): Don't call
9986 check-ispell-version when byte-compiling because that starts
9987 an ispell process, and ispell might not be installed.
9988 (toplevel): Don't set up a menu when byte-compiling.
9989
9990 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
9991 it, so that a boundp test can be used to determine if we're
9992 currently byte-compiling.
9993
9994 2000-11-09 Dave Love <fx@gnu.org>
9995
9996 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
9997
9998 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9999
10000 * ps-print.el: Patch for variable initialization when spooling.
10001 Doc fix.
10002 (ps-output-list): Fun eliminated.
10003 (ps-begin-file, ps-begin-job): Code fix.
10004
10005 2000-11-08 Dave Love <fx@gnu.org>
10006
10007 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10008
10009 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10010
10011 * simple.el (shell-command, display-message-or-buffer)
10012 (shell-command-on-region): Mention resize-mini-windows in the doc
10013 string.
10014 (display-message-or-buffer): Take the value of resize-mini-windows
10015 into account.
10016
10017 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10018
10019 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10020
10021 * dired.el (dired-between-files): Add `^. find' as an alternative
10022 to the regular expression, for find-dired.
10023
10024 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10025
10026 * textmodes/texnfo-upd.el: Require texinfo.
10027 (defmacro, defgroup): Remove.
10028 (texinfo-section-to-generic-alist): Remove.
10029 Use texinfo-section-list instead (i.e. level is changed string->int).
10030 (texinfo-filter): New function.
10031 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
10032 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
10033 Use it. And use regexp-opt.
10034 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
10035 (texinfo-update-menu-region-beginning)
10036 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
10037 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
10038 (texinfo-update-menu-same-level-regexps): Update.
10039 (texinfo-update-node, texinfo-every-node-update)
10040 (texinfo-sequential-node-update): Remove autoload cookie.
10041
10042 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10043 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10044 (texinfo-chapter-level-regexp): Remove.
10045 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10046
10047 2000-11-06 Dave Love <fx@gnu.org>
10048
10049 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10050
10051 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10052 Match defun*.
10053
10054 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10055
10056 * composite.el (composition-function-table): Variable declaration
10057 moved to src/composite.c.
10058 (compose-chars-after): New optional arg object.
10059
10060 2000-11-06 Gerd Moellmann <gerd@gnu.org>
10061
10062 * bindings.el (mode-line-toggle-read-only)
10063 (mode-line-toggle-modified, mode-line-widen)
10064 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10065 (make-mode-line-mouse2-map): Rewritten.
10066 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10067 functions so that C-h k can show something with a doc string.
10068
10069 * startup.el (fancy-splash-delay): Set to 10 seconds.
10070 (fancy-splash-max-time): New user-option.
10071 (fancy-splash-stop-time): New variable.
10072 (fancy-splash-screens): Set it. Catch `stop-splashing'.
10073 (fancy-splash-screens-1): Throw `stop-splashing' when current
10074 time is greater than fancy-splash-stop-time.
10075
10076 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10077
10078 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10079
10080 * pcvs.el (cvs-mode-marked): New arg `noquery'.
10081 Prompt user for a file rather than raising an error.
10082 (cvs-enabledp): Fix call to cvs-mode-marked.
10083 (cvs-insert-file): New function (extracted from cvs-mode-insert).
10084 (cvs-mode-insert): Use it. Change the init prompt' value.
10085 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10086
10087 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10088 Don't pass default arg to ewoc-locate.
10089 (ewoc-collect): Return result in the right order.
10090
10091 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10092
10093 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10094 (cvs-status-get-tags): Fix regexp.
10095 (cvs-status-trees, cvs-status-cvstrees):
10096 Combine after change hooks and don't sit-for.
10097 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10098 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10099 Use make-char rather than hard-coded cryptic data.
10100 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10101
10102 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10103
10104 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10105 (cvs-insert-strings): New function.
10106
10107 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
10108
10109 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10110 `mwheel-scroll-amount'.
10111 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10112 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10113 string-matching against the version string.
10114
10115 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10116
10117 * language/thai.el ("Thai"): Set a lisp form that produces
10118 composed string in `sample-text' language info.
10119
10120 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10121 composed string in `sample-text' language info.
10122
10123 * international/mule-cmds.el (describe-language-environment):
10124 Eval `sample-text' data and insert the result.
10125
10126 * international/mule-conf.el (compound-text): Define this coding
10127 system here. Make x-ctext and ctext aliases of it.
10128
10129 * language/european.el (compound-text, ctext): Moved to
10130 international/mule-conf.el.
10131
10132 2000-11-05 Andrew Innes <andrewi@gnu.org>
10133
10134 * w32-fns.el (w32-version): New function.
10135
10136 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
10137
10138 * progmodes/awk-mode.el: Update copyright.
10139 (awk-mode-abbrev-table): Remove.
10140 (awk-font-lock-keywords): Use regexp-opt.
10141 (awk-mode): Use define-derived-mode.
10142
10143 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
10144 when extracting a suffix.
10145
10146 2000-11-04 Andre Spiegel <spiegel@gnu.org>
10147
10148 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
10149 auto-save-mode.
10150
10151 2000-11-04 Jason Rumney <jasonr@gnu.org>
10152
10153 * language/european.el (decode-mac-roman): Test against r1 not r0.
10154
10155 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
10156
10157 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
10158 (icon-mode): Define indent-line-function.
10159 (icon-comment-indent): Simplify.
10160 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
10161
10162 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10163
10164 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10165 Bind change-log-default-mode to defeat the caching done on it.
10166 Don't bother saving excursion any more.
10167
10168 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
10169
10170 * frame.el (after-setting-font-hook): Rename hooks -> hook.
10171 (set-frame-font): Use the new name (and the old for compatibility).
10172
10173 * toolbar/tool-bar.el (tool-bar-mode):
10174 * time.el (display-time-mode):
10175 * recentf.el (recentf-mode):
10176 * paren.el (show-paren-mode):
10177 * mwheel.el (mouse-wheel-mode):
10178 * msb.el (msb-mode):
10179 * jka-compr.el (auto-compression-mode):
10180 * image-file.el (auto-image-file-mode):
10181 * hl-line.el (hl-line-mode):
10182 * delsel.el (delete-selection-mode):
10183 * autoinsert.el (auto-insert-mode):
10184 * complete.el (partial-completion-mode): Drop unneeded positional args.
10185
10186 * info.el (Info-mode):
10187 * comint.el (comint-mode): Don't bother with make-local-hook.
10188
10189 * log-edit.el (log-edit-menu): New menu.
10190
10191 2000-11-03 Miles Bader <miles@gnu.org>
10192
10193 * wid-edit.el (widget-end-of-line): Reinstate, with a new
10194 definition, so that trailing spaces are handled properly.
10195 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
10196
10197 2000-11-03 Gerd Moellmann <gerd@gnu.org>
10198
10199 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
10200 tab character.
10201 (fancy-splash-screens): Set tab-width to 20.
10202
10203 2000-11-03 Dave Love <fx@gnu.org>
10204
10205 * comint.el (comint-completion-addsuffix): Fix custom type.
10206
10207 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
10208
10209 * font-lock.el (font-lock-buffers): Remove.
10210 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
10211 (font-lock-change-major-mode): Remove.
10212 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
10213 (font-lock-default-fontify-region): Extend the multiline
10214 fontification to whole lines.
10215 (font-lock-fontify-anchored-keywords)
10216 (font-lock-fontify-keywords-region): If matching just one
10217 line (with \n) only mark the \n as multiline.
10218
10219 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
10220 Correctly handle the case where several :group args are supplied.
10221 Allow :extra-args.
10222 (easy-mmode-define-global-mode): Allow :extra-args.
10223 Correctly handle the case where several :group args are supplied.
10224
10225 2000-11-02 Miles Bader <miles@gnu.org>
10226
10227 * calendar/calendar.el (diary-face, calendar-today-face)
10228 (holiday-face): Remove dependency on `window-system'.
10229
10230 2000-11-02 Ken Raeburn <raeburn@gnu.org>
10231
10232 * Makefile.in (emacs): Set EMACSLOADPATH always.
10233 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
10234 (compile-files): Bomb out if compilation of a file fails.
10235
10236 2000-11-02 Dave Love <fx@gnu.org>
10237
10238 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
10239
10240 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
10241
10242 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
10243 punctuation in the warning inserted into the *mail* buffer.
10244
10245 2000-11-02 Gerd Moellmann <gerd@gnu.org>
10246
10247 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
10248 (authors-public-domain-p): New function.
10249 (authors-print): Use it.
10250
10251 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
10252
10253 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
10254
10255 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10256
10257 * ps-print.el: Extension for even/odd printing. Doc fix.
10258 (ps-print-version): New version number (6.3.1).
10259 (ps-even-or-odd-pages): Customization fix.
10260 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
10261 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
10262 (ps-page-count): Var replaced by `ps-page-column'.
10263 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
10264 (ps-print-sheet-p): New fun.
10265
10266 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10267
10268 * tooltip.el (tooltip-gud-tips-setup): New function.
10269 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
10270 (tooltip-mode): Call tooltip-gud-tips-setup.
10271 (tooltip-gud-tips): Use `gud-basic-call' instead of
10272 process-send-string, so the prompt gets frobbed appropriately.
10273 Handle nil return value from `tooltip-gud-print-command'.
10274
10275 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
10276
10277 * comint.el (comint-add-to-input-history): New function.
10278 (comint-send-input): Use `comint-add-to-input-history'.
10279
10280 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10281
10282 * info.el (info-menu-header): New face.
10283 (Info-fontify-menu-headers): New function.
10284 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
10285
10286 * info.el (Info-insert-dir): Don't include blank lines at
10287 beginning of additional dir files (one is added automatically).
10288
10289 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
10290
10291 * emacs-lisp/easy-mmode.el (define-minor-mode):
10292 Revert the latest changes.
10293 Allow the three positional arguments to be skipped and replaced
10294 by keyword arguments.
10295 Add a :toggle argument to determine whether a nil arg means toggle
10296 or means turn-on. The default is unchanged.
10297 Add a call to force-mode-line-update.
10298
10299 2000-11-01 Dave Love <fx@gnu.org>
10300
10301 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
10302
10303 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
10304
10305 * calendar/calendar.el (diary-face, holiday-face):
10306 Add dark-background variants.
10307
10308 2000-10-31 Sam Steingold <sds@gnu.org>
10309
10310 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
10311 `tex-main-file' does not have directory in it.
10312
10313 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
10314
10315 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
10316
10317 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
10318
10319 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
10320 functional change.
10321
10322 2000-10-31 Gerd Moellmann <gerd@gnu.org>
10323
10324 * files.el (find-file-noselect): When we expand a wildcard, return
10325 a list of buffers, as we should do according to the doc string.
10326
10327 2000-10-31 Ken Raeburn <raeburn@gnu.org>
10328
10329 * loadup.el (top level): Adjust load path if program name is
10330 "../src/bootstrap-emacs", in case it's not dumped and thus the
10331 load path adjustment hasn't already been done.
10332
10333 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10334
10335 * ps-print.el: Fix bug on selected pages for printing.
10336 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
10337 is on. Try to avoid warning messages when compiling. Doc Fix.
10338 (ps-print-version): New version number (6.3).
10339 (ps-color-device): Use `color-values' to determine if device
10340 supports color.
10341 (ps-color-values): Try to use `x-color-values' when using XEmacs.
10342 (ps-print-page-p): Changed from defsubst to defun.
10343 (ps-page-number): Changed from defmacro to defun.
10344 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
10345 printing.
10346 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
10347 (ps-end-file, ps-dummy-page): Funs eliminated.
10348 (ps-print-color-scale): Changed default value.
10349 (ps-page-n-up, ps-print-page-p): New internal vars.
10350 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
10351 (ps-plot-region, ps-generate, ps-end-job): Code fix.
10352
10353 * delim-col.el: Little programming improvement.
10354 (delimit-columns-str): New macro.
10355 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10356
10357 2000-10-31 Kenichi Handa <handa@etl.go.jp>
10358
10359 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
10360 Moved to european.el.
10361 (ccl-encode-mac-roman-font, fontset-mac): Modified for
10362 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10363 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
10364 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
10365
10366 2000-10-30 Dave Love <fx@gnu.org>
10367
10368 * progmodes/cc-menus.el (imenu-generic-expression)
10369 (imenu-progress-message): Only defvar when compiling.
10370
10371 * emacs-lisp/elp.el (elp-unload-hook): New function.
10372
10373 * loadhist.el (unload-feature): Call elp-restore-function,
10374 checking for symbols; don't use elp-restore-all.
10375 (loadhist-hook-functions): Doc fix.
10376
10377 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
10378
10379 * log-edit.el (log-edit-confirm): Fix the default.
10380
10381 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10382
10383 * delim-col.el: Little fix: replace delimit-columns-align-columns by
10384 delimit-columns-format.
10385 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10386
10387 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
10388
10389 * comint.el (comint-replace-by-expanded-history): Don't use
10390 comint-get-old-input (we're not looking at *old* input).
10391 (comint-get-old-input-default): If using fields, signal an error
10392 when the point is not in an input field.
10393
10394 2000-10-30 Kenichi Handa <handa@etl.go.jp>
10395
10396 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
10397 and mule-unicode-e000-ffff.
10398
10399 * international/mule.el (decode-char, encode-char): New functions.
10400 (make-coding-system): Accept a symbol of translation table as a
10401 value of property `safe-chars'.
10402
10403 * international/mule-cmds.el (encode-coding-char): Check property
10404 safe-chars instead of safe-charsets.
10405
10406 * international/fontset.el (fontset-default): Modified for
10407 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10408 (x-font-name-charset-alist): Likewise.
10409 (ccl-encode-unicode-font): New CCL program. Record it in
10410 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
10411
10412 * language/european.el (mac-roman-decoder, mac-roman-encoder):
10413 New translation tables.
10414 (decode-mac-roman, encode-mac-roman): Definition of these CCL
10415 programs are modified and moved from mac-win.el.
10416 (mac-roman): Definition of this coding system is modified and
10417 moved from mac-win.el.
10418
10419 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
10420
10421 * ediff-wind.el (ediff-setup-control-frame): Enclose
10422 face-attribute in condition-case to avoid errors in older emacsen.
10423
10424 2000-10-29 Miles Bader <miles@gnu.org>
10425
10426 * custom.el (custom-add-to-group): Allow multiple entries for a
10427 given value OPTION, as long as their widget types are different.
10428 * cus-edit.el (custom-face-value-create): If face name doesn't end
10429 with "face", add such here (similar to custom group widgets).
10430
10431 * comint.el (comint-highlight-prompt): Add :type.
10432
10433 2000-10-28 John Wiegley <johnw@gnu.org>
10434
10435 * calendar/timeclock.el (timeclock-log): Doc fix.
10436 (timeclock-last-event): Doc fix.
10437 (timeclock-log): Kill the timelog buffer after appending a new event.
10438 (timeclock-find-discrep): Use a temp buffer to read in the
10439 timelog, instead of visiting the file.
10440 (timeclock-log-data): A new function, along with a host of helper
10441 functions, for the purpose of making timelog data accessible to
10442 programmers.
10443
10444 * eshell/esh-mode.el (window-height test): Make certain that
10445 `eshell-stringify-t' is non-nil.
10446 (eshell-password-prompt-regexp): Changed to a much simpler
10447 password regexp.
10448 (eshell-send-input): If `eshell-invoke-directly' returns t,
10449 directly invoke the parsed command using `eval'. This improves
10450 turn-around time on simple commands by a factor of three or
10451 greater, such as cd, ls, pwd, etc. -- which get used very often.
10452 It also conserves thousands of cons cells per call (since
10453 `eshell-do-eval' consumes memory like a Cookie Monster set loose
10454 in the Pacific Cookie Company).
10455
10456 * eshell/esh-test.el (eshell-test): Whitespace fix.
10457
10458 * eshell/em-ls.el (eshell-ls-insert-directory):
10459 Make `eshell-ls-initial-args' nil when inserting directory contents.
10460
10461 * eshell/em-script.el (eshell-script-initialize): Add names to
10462 `eshell-complex-commands, since `source' and `.' are complex.
10463
10464 * eshell/esh-cmd.el (eshell-rewrite-for-command)
10465 (eshell-rewrite-while-command): Use `eshell-protect' instead of
10466 `eshell-copy-handles'.
10467 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
10468 bodies.
10469 (eshell-separate-commands): Whitespace fix.
10470 (eshell-complex-commands): Added a new list of names, for
10471 determining whether a given command is as simple as it looks.
10472 (eshell-invoke-directly): New function. Returns t if a command
10473 should be invoked directly (using `eval'), rather than indirectly
10474 using `eshell-do-eval'.
10475 (eshell-do-eval): Whitespace fix.
10476
10477 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
10478 which provides an emulation of the DOS shell behavior of assuming
10479 that cp/mv/ln should copy/move/link to the current directory.
10480 (eshell-remove-entries): Added a doc string.
10481 (eshell-shuffle-files): Removed the check for `target' being null.
10482 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
10483 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
10484 it to do a smarter check of whether a destination was provided.
10485 (eshell/mv, eshell/cp): Enable `:preserve-args'.
10486 (eshell/ln): Enable `:preserve-args', and use
10487 `eshell-mvcpln-template' to implement the body of the function.
10488 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
10489 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
10490 list after flattening it. This makes it possible to cat files
10491 with numerical names.
10492 (eshell-unix-initialize): Added several names to
10493 `eshell-complex-commands.
10494 (eshell-unix-command-complex-p): Return t if a given command name
10495 may result in external processes being invoked.
10496
10497 * eshell/em-glob.el (eshell-glob-show-progress): Make this
10498 variable nil by default, since it slows down glob processing by a
10499 factor of two or more, and increases memory consumption.
10500
10501 * eshell/em-smart.el: Added a note about how memory consumptive
10502 smart display mode can be (at least this is true in Emacs 21).
10503 (eshell-smart-initialize): Whitespace fix.
10504 (eshell-refresh-windows): Use `if' instead of `when'.
10505 (eshell-smart-scroll-window): Calling `save-current-buffer' was
10506 not necessary.
10507 (eshell-currently-handling-window): Added a missing global variable.
10508
10509 * eshell/em-ls.el (eshell-do-ls): Code simplification.
10510 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
10511 Whitespace fix.
10512 (eshell-ls-exclude-hidden): Added this variable in addition to
10513 `eshell-ls-exclude-regexp'. This one prevents files beginning
10514 with . from even being read, which can improve memory consumption
10515 quite a bit.
10516 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
10517 read file entries beginning with a dot. In home directories with
10518 lots of hidden files, fully two-thirds of the time spent in ls is
10519 used to read directory entries that are immediately thrown away.
10520 (eshell-ls-initial-args): Added back this configuration variable,
10521 for specifying default initial arguments to every call to ls.
10522 Much faster than using an alias to do the same thing.
10523 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
10524 (eshell-ls-dir): Whitespace change.
10525
10526 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
10527
10528 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
10529 (eshell-stringify-t): Added a customization variable, to indicate
10530 whether `t' should be rendered as a string at all. If not, one
10531 can still determine if the result of an expression is true using
10532 "file-exists-p FILE && echo true".
10533 (eshell-stringify): If `eshell-stringify-t' is nil, don't
10534 stringify t!
10535
10536 * eshell/esh-module.el: Whitespace fix.
10537
10538 * eshell/em-alias.el (eshell-alias-initialize):
10539 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
10540 (eshell-command-aliased-p): New function that returns t if a
10541 command name names an aliased.
10542
10543 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
10544
10545 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
10546 redrawing the screen when changing cursor color.
10547 (viper-insert-state-pre-command-sentinel)
10548 (viper-replace-state-pre-command-sentinel)
10549 (viper-replace-state-post-command-sentinel):
10550 Use viper-preserve-cursor-color.
10551 Many functions changed to use viper= instead of = when comparing
10552 characters.
10553 * viper-util.el (viper-memq-char,viper=): New functions for
10554 working with characters.
10555 (viper-change-cursor-color): Fixed buglet.
10556 Many functions changed to use viper= instead of = when comparing
10557 characters.
10558 * viper.el (viper-insert-state-mode-list): Added eshell.
10559
10560 * ediff-init.el (ediff-before-setup-hook): New hook.
10561 Several typos fixed in various docstrings.
10562 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
10563 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
10564 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
10565 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
10566 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
10567 (ediff-get-selected-buffers): New function.
10568 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
10569 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
10570 Use save-window-excursion.
10571 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
10572 termination check in while loop.
10573 * ediff.el (ediff-get-default-file-name): Better defaults when in
10574 dired buffer.
10575 (ediff-files,ediff-merge-files,ediff-files3)
10576 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
10577
10578 2000-10-28 Dave Love <fx@gnu.org>
10579
10580 * info.el (Info-fontify-node): Add help-echo for menu items.
10581
10582 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
10583
10584 * startup.el (normal-top-level): If the value of $TERM indicates
10585 we are running from xterm or one of its work-alikes, default to a
10586 light background mode.
10587
10588 Support for -fg, -bg, and -rv command-line arguments for TTYs:
10589 * faces.el (tty-handle-reverse-video): New function.
10590 (tty-create-frame-with-faces): Call it.
10591
10592 * frame.el (frame-notice-user-settings): Don't apply
10593 default-frame-alist and initial-frame-alist to MS-DOS frames.
10594 Call tty-handle-reverse-video, frame-set-background-mode, and
10595 face-set-after-frame-default for non-MS-DOS frames.
10596
10597 * startup.el (tty-long-option-alist): New variable.
10598 (tty-handle-args): New function.
10599 (command-line): Call tty-handle-args.
10600
10601 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
10602 startup.el now does that for all character-terminal frames.
10603
10604 2000-10-28 Miles Bader <miles@gnu.org>
10605
10606 * emacs-lisp/easy-mmode.el (define-minor-mode):
10607 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
10608 is global. If :global is followed by a non-nil but non-t value,
10609 make the mode buffer-local, but also generate a `global-MODE'
10610 version using `easy-mmode-define-global-mode'.
10611 Add :conditional-turn-on keyword argument.
10612
10613 2000-10-28 Dave Love <fx@gnu.org>
10614
10615 * international/latin1-disp.el (latin1-char-displayable-p):
10616 Don't use window-system.
10617
10618 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
10619
10620 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10621 Don't call find-buffer-file-type-coding-system. Instead, just
10622 set eol-type to -unix if inhibit-eol-conversion is in effect, or
10623 if the file is on an untranslated filesystem.
10624 (add-untranslated-filesystem): Use "D" instead of "f" inside
10625 interactive.
10626
10627 2000-10-27 Dave Love <fx@gnu.org>
10628
10629 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
10630 (refill-mode): Use it.
10631
10632 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
10633
10634 * international/quail.el (quail-activate): Don't make-local-hook.
10635
10636 2000-10-27 Andre Spiegel <spiegel@gnu.org>
10637
10638 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
10639 manual backups and file.~<rev>.~ for automatic ones.
10640 (vc-make-version-backup): Don't do it on MS-DOS without long file
10641 names.
10642
10643 * vc.el (vc-version-other-window): If an automatic backup of the
10644 desired version exists, rename it instead of copying it.
10645
10646 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
10647 after command. If there's an unexpected error, signal it instead
10648 of being silent.
10649 (vc-cvs-merge-news): Be prepared for no news at all.
10650
10651 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
10652
10653 * shell.el (shell): Add BUFFER argument.
10654 * comint.el (make-comint-in-buffer): New function.
10655 (make-comint): Use it.
10656
10657 * faces.el (face-spec-choose): Change syntax so that the list of
10658 attribute-value pairs is now the cdr of each clause, not the cadr.
10659 Detect old-style entries, and handle them. Use pop.
10660
10661 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
10662
10663 * cus-edit.el (custom-mode-map): Use a sparse map.
10664 (custom-mode): Don't bother with make-local-hook.
10665
10666 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
10667
10668 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
10669
10670 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10671
10672 * ps-print.el: Avoid compilation gripes.
10673 (ps-print-version): New version number (6.2.1).
10674
10675 2000-10-26 Dave Love <fx@gnu.org>
10676
10677 * menu-bar.el: Modify some menu item help strings.
10678 (menu-bar-help-menu): Add link to MORE.STUFF.
10679
10680 * cus-edit.el (custom-mode): Add `special' mode-class property.
10681
10682 * wid-browse.el (widget-browse-mode): Likewise.
10683
10684 * wid-edit.el (widget-specify-field): Revert to using local-map
10685 property, not keymap.
10686
10687 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
10688
10689 * wid-edit.el (widget-field-end): When checking for a `boundary'
10690 field, do so in the correct buffer.
10691
10692 * simple.el (undo): Correctly distinguish between numeric and
10693 non-numeric prefix args in non-transient-mark-mode, as per the doc
10694 string. When in transient-mark-mode, treat all prefix-args as
10695 numeric.
10696
10697 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
10698 Position point on match. Handle N == 0 correctly.
10699
10700 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
10701 (comint-mode-map): Reverse order of `comint-write-output' and
10702 `comint-append-output-to-file'.
10703 (comint-append-output-to-file): Reinstate this function, for the
10704 benefit of the menu.
10705
10706 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
10707
10708 * vc.el (vc-version-other-window): Bind `file'.
10709
10710 2000-10-25 Gerd Moellmann <gerd@gnu.org>
10711
10712 * Makefile.in (update-authors): New target for maintenance purposes.
10713
10714 * emacs-lisp/authors.el (batch-update-authors): New function.
10715 (authors-fixed-entries): New defconst.
10716 (authors-add-fixed-entries): New function.
10717 (authors): Call it.: Don't process lispref/.
10718
10719 2000-10-25 Jason Rumney <jasonr@gnu.org>
10720
10721 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10722 Merge x w32 and mac definitions.
10723
10724 2000-10-25 Gerd Moellmann <gerd@gnu.org>
10725
10726 * menu-bar.el (menu-bar-options-menu): Add a help string for
10727 `uniquify'.
10728
10729 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
10730
10731 * time-stamp.el (time-stamp-string-preprocess):
10732 Fix a wrong type argument error.
10733
10734 2000-10-25 Miles Bader <miles@gnu.org>
10735
10736 * recentf.el (recentf-mode): Variable removed.
10737 (recentf-mode): Use `define-minor-mode'.
10738
10739 * mwheel.el (mouse-wheel-mode): New global minor mode.
10740 (mwheel-install): Use `mouse-wheel-mode'.
10741
10742 2000-10-25 Dave Love <fx@gnu.org>
10743
10744 * progmodes/cperl-mode.el (cperl-mode):
10745 Set normal-auto-fill-function correctly.
10746
10747 * wid-edit.el (widget-field-keymap, widget-text-keymap):
10748 Don't inherit from global-map and don't nullify menu-bar and tool-bar
10749 bindings.
10750
10751 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
10752
10753 * wid-edit.el (widget-field-at): New function.
10754 (widget-at, widget-field-activate): Use it.
10755 (widget-tabable-at): Use `widget-at'.
10756 (widget-specify-field): If the terminating character of the widget
10757 field (which is read-only) is a newline, put it into a special
10758 `boundary' field so that C-n/C-p act more naturally.
10759 (widget-field-end): Also don't subtract one if a special
10760 `boundary' field has been added after the widget field.
10761
10762 * comint.el (comint-output-filter, comint-send-input):
10763 Don't bother adding stickiness fields to overlays to fool the field
10764 code, since it should notice the overlay insertion-types now.
10765
10766 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
10767 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
10768 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
10769
10770 2000-10-24 Gerd Moellmann <gerd@gnu.org>
10771
10772 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
10773 (authors): Set file coding system to iso-2022-7bit.
10774 Add file-local variables to output buffer.
10775
10776 * files.el (after-find-file): Don't print any warnings if
10777 WARN is nil.
10778
10779 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10780
10781 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
10782
10783 * delim-col.el: Now there is a column formatting mechanism.
10784 Modified to customization mechanisms convention. Doc fix.
10785 (columns): New group for delim-col.
10786 (delimit-columns-before, delimit-columns-after)
10787 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
10788 (delimit-columns-end): New vars.
10789 (delimit-columns-customize, delimit-columns-format): New funs.
10790 (delimit-columns-region, delimit-columns-rectangle)
10791 (delimit-columns-rectangle-line): Modified to support column
10792 formatting.
10793
10794 2000-10-24 Dave Love <fx@gnu.org>
10795
10796 * log-edit.el (log-edit): Add :version and a :group for vc.
10797
10798 2000-10-24 Gerd Moellmann <gerd@gnu.org>
10799
10800 * files.el (after-find-file): Don't print a message ``New file''
10801 if WARN is nil.
10802
10803 * wid-edit.el (widget-field-keymap, widget-text-keymap):
10804 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
10805 get duplicate tool-bar entries because we'll see the global ones
10806 on more than one path through keymaps.
10807
10808 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
10809
10810 * progmodes/cmacexp.el: Change Francesco's email address.
10811
10812 2000-10-24 Kenichi Handa <handa@etl.go.jp>
10813
10814 * window.el (fit-window-to-buffer): Adjust point of the window
10815 buffer, not that of the current buffer.
10816
10817 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
10818
10819 * progmodes/cmacexp.el: Update the euthor's email address.
10820
10821 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10822
10823 * faces.el (face-spec-set-match-display): Add `graphic' display
10824 type (the inverse of `tty'). Use `display-graphic-p' instead of
10825 the window-system variable.
10826
10827 2000-10-24 Kenichi Handa <handa@etl.go.jp>
10828
10829 * international/isearch-x.el (isearch-with-input-method):
10830 Call input-method-function with the first event in
10831 unread-command-events.
10832
10833 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10834
10835 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
10836
10837 2000-10-24 Andrew Choi <akochoi@i-cable.com>
10838
10839 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
10840 New charsets.
10841
10842 * term/mac-win.el: Remove definitions of mac-roman-lower and
10843 mac-roman-upper, require dired, and define instead of set
10844 mac-ready-for-drag-n-drop to avoid compilation error.
10845
10846 2000-10-23 Andrew Innes <andrewi@gnu.org>
10847
10848 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
10849 Remove superfluous calls to subst-char-in-string; instead apply
10850 expand-file-name after convert-standard-filename to ensure
10851 expected directory separators are used.
10852
10853 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
10854
10855 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
10856
10857 2000-10-23 Dave Love <fx@gnu.org>
10858
10859 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
10860 (tool-bar-add-item): Set foreground and background for XBM icons.
10861
10862 * international/latin1-disp.el (latin1-char-displayable-p):
10863 New function (from Handa).
10864 (latin1-display-check-font): Use it.
10865
10866 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
10867 using :key-sequence, making it much more usable.
10868 Use nconc, not append.
10869 (imenu--create-keymap-1): Avoid append.
10870
10871 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
10872
10873 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
10874
10875 [the following changes fix a bug where `define-minor-mode' didn't
10876 correctly generate :require clauses for defcustoms in compiled files]
10877 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
10878 (byte-compile-log-file, byte-compile-log-1): Don't set
10879 `byte-compile-current-file' to nil. Instead set
10880 `byte-compile-last-logged-file' to it. Test whether
10881 byte-compile-current-file equals byte-compile-last-logged-file
10882 instead of whether its nil.
10883 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
10884
10885 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
10886
10887 * textmodes/refill.el: Fix var names in doc.
10888 (refill-mode): Don't bother with make-local-hook anymore.
10889
10890 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
10891
10892 * faces.el (face-user-default-spec, face-default-spec): New functions.
10893 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
10894 (frame-set-background-mode, face-set-after-frame-default):
10895 Use `face-user-default-spec'. Simplify code slightly.
10896
10897 * woman.el (woman-italic-face, woman-bold-face)
10898 (woman-unknown-face): Add dark-background variants.
10899 (woman-default-faces): Renamed from `woman-colour-faces'.
10900 Set using the stored defaults, rather than using hard-wired colors.
10901 (woman-monochrome-faces): Renamed from `woman-black-faces'.
10902 Just make the foreground `unspecified' rather than "black".
10903 (woman-menu): Rename menu entries accordingly.
10904
10905 * faces.el (header-line): Make more reasonable on mono/grayscale
10906 displays.
10907
10908 2000-10-23 Andrew Choi <akochoi@i-cable.com>
10909
10910 * cus-edit.el (custom-button-face): Use 3D look for mac.
10911 (custom-button-pressed-face): Likewise.
10912
10913 * faces.el (set-face-attributes-from-resources): Handle mac frames
10914 in the same way as x and w32 frames.
10915 (face-valid-attribute-values): Likewise.
10916 (read-face-attribute): Likewise.
10917 (defined-colors): Likewise.
10918 (color-defined-p): Likewise.
10919 (color-values): Likewise.
10920 (display-grayscale-p): Likewise.
10921 (face-set-after-frame-default): Likewise.
10922 (mode-line): Same default face as for x and w32.
10923 (tool-bar): Likewise.
10924
10925 * frame.el: Remove call to frame-notice-user-settings at end of
10926 the file.
10927
10928 * info.el (Info-fontify-node): Make underlines invisible for mac
10929 as for x, pc, and w32 frame types.
10930
10931 * term/mac-win.el: New file.
10932
10933 2000-10-22 Dave Love <fx@gnu.org>
10934
10935 * textmodes/refill.el: New file.
10936
10937 2000-10-22 Andre Spiegel <spiegel@gnu.org>
10938
10939 * vc-hooks.el (vc-version-backup-file-name): New optional args
10940 MANUAL and REGEXP.
10941 (vc-delete-automatic-version-backups, vc-make-version-backup):
10942 New functions.
10943 (vc-before-save): Use the latter.
10944 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
10945 confusion.
10946
10947 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
10948 expected by vc[-hooks].el.
10949
10950 * vc.el (vc-checkout): Added `-p' suffix in call to
10951 vc-make-version-backups-p; use vc-make-version-backup to actually
10952 make the backup.
10953 (vc-version-other-window, vc-version-backup-file): Handle both
10954 automatic and manual backups.
10955 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
10956 of all of them.
10957
10958 2000-10-22 Miles Bader <miles@gnu.org>
10959
10960 * comint.el (comint-highlight-input, comint-highlight-prompt):
10961 Renamed, `-face' at end removed.
10962 (comint-send-input, comint-output-filter): Use renamed faces.
10963
10964 * window.el (fit-window-to-buffer): Change defaulting of
10965 MAX-HEIGHT slightly.
10966
10967 * faces.el (color-values, color-defined-p): Use `member', not
10968 `memq', because it works correctly for strings.
10969 (frame-set-background-mode): Actually, "unspecified-fg" and
10970 "unspecified-bg" *are* strings. Use `member', not `memq', and
10971 `equal', not `eq', when a string value is possible.
10972
10973 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
10974
10975 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
10976
10977 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
10978
10979 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
10980 sh-electric-rparen, sh-electric-less and sh-electric-hash.
10981 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
10982 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
10983 (sh-font-lock-syntactic-keywords): Use them.
10984 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
10985 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
10986 (sh-mode): Don't override font-lock-unfontify-region-function.
10987 Use a copy of sh-font-lock-syntactic-keywords.
10988 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
10989 Don't call sh-scan-buffer since font-lock does it on the fly.
10990 (sh-get-indent-info): Use `face' rather than `syntax-table'
10991 text-property to detect here-documents.
10992 Replace sh-special-syntax with sh-st-punc.
10993 (sh-prev-line): Use `face' rather than `syntax-table'
10994 text-property to skip over here-documents.
10995 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
10996 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
10997 (sh-electric-less, sh-set-here-doc-region)
10998 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
10999 (sh-scan-buffer, sh-rescan-buffer): Remove.
11000
11001 2000-10-21 Andrew Innes <andrewi@gnu.org>
11002
11003 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11004 remote (ange-ftp) file names.
11005
11006 2000-10-21 Miles Bader <miles@gnu.org>
11007
11008 * window.el (fit-window-to-buffer): New function.
11009 (shrink-window-if-larger-than-buffer): Use it.
11010 (window-text-height): Don't expect minibuffers to have mode-lines.
11011
11012 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11013 * international/quail.el (quail-update-guidance):
11014 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11015
11016 * international/quail.el (quail-show-guidance-buf): Make sure
11017 guidance window really has enough room.
11018 (quail-update-guidance): If quail-guidance-win is already shown,
11019 make sure its height is OK.
11020
11021 * window.el (window-text-height, set-window-text-height):
11022 New functions.
11023 (shrink-window-if-larger-than-buffer): Use `window-text-height'
11024 instead of `window-height' & `mode-line-window-height-fudge'.
11025 (mode-line-window-height-fudge): Add FACE parameter.
11026 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11027 instead of `enlarge-window' & `mode-line-window-height-fudge'.
11028
11029 2000-10-20 Miles Bader <miles@gnu.org>
11030
11031 * window.el (height-affecting-face-attributes): Use `defconst'.
11032
11033 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
11034 New function, conditionally aliased to `mode-line-window-height-fudge'.
11035 (ispell-help): Use it.
11036 (ispell-choices-win-default-height): Don't include mode-line fudge.
11037 (ispell-choices-win-default-height): New function.
11038 (ispell-show-choices, ispell-command-loop): Use function
11039 `ispell-choices-win-default-height' instead of variable.
11040
11041 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
11042
11043 * window.el (mode-line-window-height-fudge): New variable.
11044 (height-affecting-face-attributes): New variable.
11045 (mode-line-window-height-fudge): New function.
11046 (shrink-window-if-larger-than-buffer): Use it.
11047 * help.el (resize-temp-buffer-window): Likewise.
11048
11049 * info.el (Info-fontify-node): Add support for @subsubsection
11050 titles, which use `Info-title-4-face'.
11051 (Info-title-4-face): New face.
11052 (Info-title-3-face): Inherit from Info-title-4-face instead of
11053 variable-pitch.
11054
11055 2000-10-19 Jason Rumney <jasonr@gnu.org>
11056
11057 * dired.el (dired-insert-directory): Do not let errors signalled by
11058 attempt to run dired-free-space-program prevent dired from working.
11059
11060 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
11061
11062 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11063
11064 2000-10-19 Gerd Moellmann <gerd@gnu.org>
11065
11066 * dirtrack.el (dirtrack): Fix call to run-hooks.
11067
11068 * cmuscheme.el (cmuscheme-program-name): Renamed from
11069 scheme-program-name because xscheme.el contains a defcustom with
11070 the same name. As a consequence, customizing group `cmuscheme'
11071 loaded `xscheme' which redefined run-scheme.
11072 (run-scheme): Use cmuscheme-program-name.
11073
11074 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11075
11076 * play/doctor.el (doctor-death): Update the Samaritans'
11077 anonymous address, and add a website for Befrienders International.
11078
11079 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11080
11081 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
11082 Avoid compilation gripes. Doc fix.
11083 (ps-print-version): New version number (6.2).
11084 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11085 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11086 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11087 (ps-x-extent-priority, ps-x-extent-start-position)
11088 (ps-x-face-font-instance, ps-x-find-coding-system)
11089 (ps-x-font-instance-properties, ps-x-make-color-instance)
11090 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11091 avoid compilation gripes without defining functions.
11092 (ps-e-find-composition): Alias for function find-composition, to have a
11093 suitable function depending on Emacs version.
11094 (ps-color-device, ps-color-values, ps-face-foreground-name)
11095 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11096 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11097 (ps-print-ensure-fontified): Function definitions surrounded by
11098 `eval-and-compile' to avoid compilation gripes.
11099 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11100 by symbol-value to avoid compilation gripes.
11101 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11102 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11103
11104 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11105
11106 * startup.el (normal-top-level): Call `frame-set-background-mode'
11107 after `frame-notice-user-settings' because the latter doesn't call
11108 the former on a tty.
11109
11110 * faces.el (frame-set-background-mode): `unspecified' &c are
11111 symbols, not strings.
11112
11113 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11114
11115 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11116 why some "light*" colors are deliberately absent from the alist.
11117
11118 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11119 Change colors for tty's, as suggested by Miles Bader.
11120
11121 2000-10-19 Kenichi Handa <handa@etl.go.jp>
11122
11123 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11124 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
11125 for ISO10646-1 fonts.
11126 (x-font-name-charset-alist): Add an entry for "iso10646-1".
11127
11128 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11129
11130 * faces.el (frame-set-background-mode): If a tty frame defines a
11131 background color, use that to compute the background mode, instead
11132 of always defaulting to "dark".
11133
11134 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11135
11136 * comint.el (comint-write-output): New function.
11137 (comint-mode-map): Add it to the menu.
11138 Bind `C-c C-s' to comint-write-output.
11139
11140 2000-10-18 Gerd Moellmann <gerd@gnu.org>
11141
11142 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11143 Use fancy-splash-delay.
11144
11145 2000-10-18 Alex Schroeder <alex@gnu.org>
11146
11147 * progmodes/sql.el (sql-sybase-options): New option.
11148 (sql-sybase): Use it. Add sql-database to the list of parameters
11149 provided for login. The options -w 2048 -n are not used any more.
11150
11151 * comint.el (comint-read-input-ring): Bugfix such that the first
11152 and the last entry of the input ring file are not lost.
11153
11154 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11155
11156 * ps-print.el: Internal variable changes to defcustom,
11157 make-local-hook changes to defvar. Doc fix.
11158 (ps-print-version): New version number (6.1).
11159 (ps-setup, ps-do-despool): Code fix.
11160 (ps-printer-name): Customization fix.
11161 (ps-printer-name-option): Now is a defcustom instead of an
11162 internal variable.
11163 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
11164 (ps-print-begin-column-hook): Now are defvar instead of
11165 make-local-hook.
11166
11167 2000-10-18 Miles Bader <miles@gnu.org>
11168
11169 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
11170 (comint-kill-output): Changed into an alias for `comint-delete-output',
11171 and made obsolete.
11172 (comint-mode-map): Rename references to comint-kill-output.
11173
11174 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
11175
11176 * diff-mode.el (diff-header-face, diff-file-header-face)
11177 (diff-changed-face): Add bold and italic attributes to tty faces.
11178 (diff-function-face): New face.
11179 (diff-font-lock-keywords): Use it.
11180
11181 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
11182
11183 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
11184 Remove commented-out call to force-mode-line-update.
11185 (comint-kill-output): Use `forward-line 0' instead of
11186 beginning-of-line to make sure we get past the prompt.
11187
11188 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
11189
11190 * diff-mode.el (diff-header-face, diff-file-header-face):
11191 Add specific setting for dark background.
11192 (diff-context-face): Renamed from diff-comment-face.
11193 Set explicitly rather than inheriting from font-lock-comment-face.
11194
11195 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11196
11197 * startup.el (command-line): Move the code which sets the default
11198 TTY colors to before before-init-hook.
11199
11200 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11201
11202 * jit-lock.el (jit-lock-stealth-time): Doc fix.
11203
11204 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11205
11206 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
11207 extensions, for MS-DOS.
11208
11209 * diff-mode.el (diff-header-face, diff-file-header-face)
11210 (diff-changed-face): Define tty-specific colors.
11211
11212 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11213
11214 * startup.el (fancy-splash-text): Realign the text.
11215
11216 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11217
11218 * font-lock.el (font-lock-comment-face): Define a separate default
11219 for dark-background tty's.
11220
11221 2000-10-17 Miles Bader <miles@gnu.org>
11222
11223 * help.el (resize-temp-buffer-window): Add hack to avoid last line
11224 being obscured by whizzy mode-lines on graphics displays.
11225
11226 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11227
11228 * info.el (Info-title-1-face, Info-title-2-face)
11229 (Info-title-3-face): Define colors for tty's.
11230 (info-header-node): Remove unneeded tty-specific definition.
11231
11232 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
11233
11234 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
11235 reverse from the frame parameters, and don't invert foreground and
11236 background colors.
11237
11238 2000-10-16 Miles Bader <miles@gnu.org>
11239
11240 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
11241 string "*Info*". Call propertized-buffer-identification to spruce
11242 up the result.
11243
11244 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11245
11246 * help.el: Provide `help' for the sake of define-minor-mode
11247 which generates defcustoms with requires.
11248
11249 * jit-lock.el (jit-lock-after-change): If we're in text that
11250 matches a multi-line font-lock pattern, make sure the whole text
11251 will be redisplayed.
11252
11253 * emacs-lisp/authors.el (authors-add): Don't add an entry if
11254 author's name is unknown.
11255
11256 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
11257 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
11258 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
11259 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
11260 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
11261 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
11262 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
11263 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
11264 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
11265 Add author information.
11266
11267 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
11268
11269 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
11270 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
11271 full-color version (using the Gimp) to eliminate dithering artifacts.
11272
11273 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11274
11275 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
11276
11277 * simple.el (syntax-flag-table, string-to-syntax): Remove.
11278
11279 2000-10-15 Dave Love <fx@gnu.org>
11280
11281 * progmodes/sh-script.el: Require skeleton and comint when compiling.
11282
11283 * pcomplete.el (pcomplete) <defgroup>: Add :version.
11284
11285 * whitespace.el: Doc fixes.
11286 (top-level): Don't add hooks here.
11287 (whitespace-running-emacs): Deleted.
11288 (timer): Don't require.
11289 (whitespace): Add back :version conditional on xemacs test.
11290 (whitespace-spacetab-regexp, whitespace-indent-regexp)
11291 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
11292 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
11293 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
11294 Avoid specific xemacs test.
11295 (whitespace-global-mode): New option.
11296 (whitespace-global-mode): New command.
11297 (whitespace-unload-hook): New function.
11298
11299 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
11300 (Info-fontify-node, Info-goto-node, Info-mode-menu)
11301 (Info-fontify-node): `Goto' goes to `Go to'.
11302 (Info-fontify-node): Add help-echo to xref links.
11303
11304 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
11305
11306 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
11307
11308 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11309
11310 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
11311 Use plist-get and allow :inherit.
11312
11313 * emacs-lisp/cl-macs.el (cl-do-arglist):
11314 Use plist-get and plist-member instead of memq.
11315
11316 * emacs-lisp/ewoc.el (ewoc-location): New function.
11317 (ewoc-enter-after, ewoc-enter-before): Document return value.
11318 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
11319 Don't need make-local-hook any more.
11320 (cvs-addto-collection): Return the new tin.
11321 (cvs-mode-insert): Jump to the new line.
11322
11323 * jit-lock.el (jit-lock-fontify-buffer): Remove.
11324
11325 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
11326
11327 * font-lock.el (font-lock-syntactically-fontified): New var.
11328 (font-lock-fontify-syntactic-keywords-region): Use it.
11329 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
11330
11331 * diff-mode.el (diff-find-file-name): Fix regexp.
11332
11333 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11334 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
11335
11336 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
11337 (sh-mode-syntax-table): Add punctuation syntax for < and >.
11338 (sh-mode): Don't make all vars local here.
11339 (sh-kw): Reformat.
11340 (sh-set-shell): Use dolist. Don't set indent-region-function.
11341 (sh-mode-syntax-table): Use pop.
11342 (sh-remember-variable): Use push.
11343 (sh-help-string-for-variable): Use memq.
11344 (sh-safe-backward-sexp): Remove.
11345 (sh-safe-forward-sexp): Add ARG.
11346 (sh-get-indent-info, sh-prev-stmt): Use it.
11347 (sh-prev-line): Simplify by using forward-comment.
11348 (sh-this-is-a-continuation): Simplify.
11349 (sh-learn-buffer-indent): Use dolist.
11350 (sh-do-nothing): Remove.
11351 (sh-set-char-syntax, sh-set-here-doc-region):
11352 Use inhibit-modification-hooks.
11353 (sh-name-style): Use mapcar and push.
11354 (sh-load-style): Use dolist.
11355 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
11356 (sh-case, sh-while-getopts): Use propertize directly rather
11357 than sh-electric-rparen.
11358
11359 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
11360
11361 * textmodes/tex-mode.el: Require CL when compiling.
11362 (tex-mode-syntax-table): Init immediately.
11363 (tex-mode-map): Bind M-RET to latex-insert-item.
11364 (latex-mode): Set indent-line-function to latex-indent.
11365 (tex-common-initialization): Don't setup the syntax-table any more.
11366 (latex-insert-item): New skeleton.
11367 (tex-next-unmatched-end): Fix copy/paste braino.
11368 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
11369 (latex-indent, latex-find-indent): New functions.
11370 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
11371 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
11372 (tex-compilation-parse-errors): Use with-syntax-table.
11373
11374 2000-10-15 Miles Bader <miles@gnu.org>
11375
11376 * font-lock.el (font-lock-comment-face): Change dark-background,
11377 color, non-tty, default to `chocolate1'.
11378
11379 2000-10-13 John Wiegley <johnw@gnu.org>
11380
11381 * eshell/esh-util.el (require): Added a missing `require' form,
11382 needed when compiling (for an ange-ftp macro definition).
11383
11384 2000-10-13 Dave Love <fx@gnu.org>
11385
11386 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
11387
11388 2000-10-13 Gerd Moellmann <gerd@gnu.org>
11389
11390 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
11391
11392 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
11393 transparent -colors 8).
11394
11395 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
11396
11397 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
11398 that breaks with old list format timestamps.
11399 (time-stamp-warn-inactive, time-stamp-old-format-warn)
11400 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
11401
11402 2000-10-13 John Wiegley <johnw@gnu.org>
11403
11404 * align.el, pcomplete.el, calendar/timeclock.el,
11405 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
11406
11407 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
11408 faulty math, where holiday hours were being computing as seconds.
11409
11410 2000-10-13 John Wiegley <johnw@gnu.org>
11411
11412 * desktop.el (desktop-buffer-modes-to-save): Added a global for
11413 specifying what "other" kinds of buffers should be saved.
11414 This used to be hard-coded.
11415 (desktop-buffer-misc-functions): A global for specifying how
11416 auxiliary data should be determined for special buffer types.
11417 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
11418 instead of hard-coding the special buffer types.
11419 (desktop-save): Run `desktop-buffer-misc-functions' to gather
11420 auxiliary data, instead of hard-coding for Info buffers and dired.
11421 (desktop-buffer-info-misc-data): Aux function for determining Info
11422 buffer auxiliary info.
11423 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
11424 (desktop-buffer-info): Changed this function to use the info
11425 gathered above.
11426 (desktop-create-buffer): Be a little more careful about what
11427 `minor-mode' means before calling it. This is important for some
11428 buffer types.
11429
11430 2000-10-13 John Wiegley <johnw@gnu.org>
11431
11432 * eshell/esh-util.el: Added a global form which declares an
11433 autoload for `parse-time-string', if that function is not already
11434 defined, and if parse-time.el is available on the user's system.
11435
11436 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
11437 to be aware of ange-ftp user info.
11438 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
11439 (eshell-ls-annotate): Use `eshell-file-attributes'.
11440 (eshell-ls-file): Made the user-id printing code a bit smarter.
11441
11442 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
11443 allow identification of alias user ids in remote directories.
11444 It's manual, but there's no other way to know when the current user
11445 on the local machine, is also the owning user on the remote machine.
11446 (fboundp): Bind `ange-cache'.
11447 (eshell-directory-files-and-attributes): Re-organized the logic a
11448 bit to use `eshell-file-attributes' instead of `file-attributes'.
11449 The former is more sensitive to directories that are read via FTP,
11450 and knows how to use ange-ftp to determine full attribute
11451 information, instead of just the name and last modtime.
11452 (eshell-current-ange-uids): Return the current user id when in a
11453 remote directory.
11454 (eshell-parse-ange-ls): Parse a full directory listing that has
11455 been returned by ange-ftp.
11456 (eshell-file-attributes): This beefed up version of
11457 `file-attributes' is only special if the user is currently in a
11458 remote directory, in which case it does a lot of work to find out
11459 what the real attributes of a file are, as they appear on the
11460 remote machine. This makes usage of remote directories (i.e.,
11461 ange-ftp pathnames) much more useful. You can now use Eshell as a
11462 full-fledged FTP client, with much more manipulation ability than
11463 most other clients.
11464
11465 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
11466 variable, which means that Eshell's du should always be preferred
11467 in remote directories.
11468 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
11469 just `file-attributes'.
11470 (eshell-mvcp-template): Bind `ange-cache', to improve performance
11471 when reading remote directories. This is an Eshell-specific
11472 variable (not part of ange-ftp).
11473 (eshell/ln): Bind `ange-cache'.
11474 (eshell/du): Added some extra logic for determining when to use
11475 Eshell's du (which is slow), and when to use the external version
11476 (which may or may not exist).
11477
11478 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11479 Call `eshell-interactive-process', rather than using
11480 `get-buffer-process', since backgrounded processes don't count in
11481 the context of this function's logic.
11482
11483 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
11484 `forward-char', so that null strings are parsed correctly.
11485
11486 2000-09-13 John Wiegley <johnw@gnu.org>
11487
11488 * eshell/em-pred.el (eshell-pred-file-type)
11489 (eshell-pred-file-links, eshell-pred-file-size):
11490 Use `eshell-file-attributes'. This is more correct over ange-ftp.
11491
11492 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
11493 that remote file globbing is more efficient.
11494
11495 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
11496 gathering the files and attributes within a directory.
11497
11498 * eshell/em-unix.el (eshell/cat): If any of the files passed on
11499 the command line is a special file (not a regular file, directory
11500 or symlink), always attempt to call the external version of cat.
11501
11502 2000-09-13 John Wiegley <johnw@gnu.org>
11503
11504 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
11505 Eshell-friendly version of find-tag.
11506
11507 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
11508
11509 * image-file.el (image-file-name-extensions)
11510 (image-file-name-regexps): Add autoload cookies.
11511
11512 2000-10-13 Kenichi Handa <handa@etl.go.jp>
11513
11514 * international/mule-cmds.el (select-safe-coding-system): If FROM
11515 is string, show it in *Warning* buffer.
11516
11517 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11518
11519 * startup.el (normal-top-level): Use display-popup-menus-p instead
11520 of window-system.
11521 (command-line): Use display-graphic-p instead of window-system.
11522 (command-line-1): Use display-popup-menus-p and display-mouse-p
11523 instead of window-system.
11524
11525 2000-10-12 Sam Steingold <sds@gnu.org>
11526
11527 * tooltip.el (tooltip-use-echo-area): New user variable.
11528 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
11529
11530 2000-10-12 Dave Love <fx@gnu.org>
11531
11532 * recentf.el: Maintainer's checkdoc fixes.
11533
11534 * startup.el (normal-top-level-add-subdirs-to-load-path):
11535 Use character class, not ASCII when matching file names.
11536 (fancy-splash-head): Add trailing slash to URL.
11537 (command-line): Don't require XPM support for toolbar.
11538
11539 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
11540 (cperl-invalid-face): Revert last change.
11541 (cperl-init-faces): Quote cperl-invalid-face.
11542
11543 2000-10-12 Kenichi Handa <handa@etl.go.jp>
11544
11545 * startup.el (fancy-splash-text): Remove superfluous quote.
11546
11547 2000-10-12 Gerd Moellmann <gerd@gnu.org>
11548
11549 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
11550 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
11551 (command-line-1): Don't use fancy-splash-pending-command.
11552 (fancy-splash-screens-1): Goto point-min after inserting text.
11553
11554 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
11555
11556 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
11557 instead of shared-lisp-mode-map.
11558
11559 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
11560
11561 * faces.el (header-line): Change tty-variant to use underlining.
11562
11563 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
11564 (isearch-highlight): Restore lazy-isearch face properties at old
11565 position, and suppress them at new position.
11566 (isearch-dehighlight): Restore lazy-isearch face properties.
11567 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
11568 over the real isearch overlay, but in that case, don't give it a
11569 face property. Use `push'.
11570
11571 2000-10-12 Kenichi Handa <handa@etl.go.jp>
11572
11573 * man.el (Man-getpage-in-background): Fix previous change.
11574 Decode the process output only when we are in multibyte mode.
11575
11576 2000-10-11 Dave Love <fx@gnu.org>
11577
11578 * info.el (Info-mode-menu): Fix some help.
11579 (info-tool-bar-map): Add entry for Info-last.
11580
11581 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
11582 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
11583 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
11584 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
11585 * toolbar/search-replace.xpm, toolbar/exit.xpm:
11586 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
11587 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
11588 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
11589 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
11590 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
11591 Reduce colour requirements to 25 overall. (Probably wants
11592 revisiting from the originals to reduce further.)
11593
11594 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
11595
11596 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
11597 buffer-file-coding-system, instead of raw-text.
11598 (dehexlify-buffer): Bind coding-system-for-read to
11599 buffer-file-coding-system, instead of raw-text.
11600
11601 2000-10-11 Sam Steingold <sds@gnu.org>
11602
11603 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
11604 `underline' - fixes the bug introduced on 2000-09-21.
11605
11606 2000-10-11 Dave Love <fx@gnu.org>
11607
11608 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
11609 Avoid compiler warnings.
11610 (scheme-mode): Doc fix.
11611 (scheme-font-lock-keywords-1): Match `define-syntax'.
11612
11613 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
11614
11615 * faces.el (frame-set-background-mode): Pay attention to saved
11616 face specs as well as default ones. Only do anything if the
11617 bg-mode or display-type has actually changed. Use `dolist'.
11618 (region): Make dark-background `region' face less in-your-face.
11619
11620 2000-10-10 Sam Steingold <sds@gnu.org>
11621
11622 * chistory.el, ielm.el, ledit.el:
11623 * progmodes/inf-lisp.el, progmodes/scheme.el:
11624 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
11625
11626 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
11627
11628 * textmodes/texinfo.el: Update copyright and fix typo.
11629
11630 * desktop.el (desktop-modes-not-to-save): New var.
11631 (desktop-save-buffer-p): Use it.
11632 Also, obey desktop-buffers-not-to-save even for non-file buffers.
11633 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
11634
11635 2000-10-10 Dave Love <fx@gnu.org>
11636
11637 * toolbar/tool-bar.el (tool-bar-add-item)
11638 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
11639
11640 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
11641 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
11642 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
11643 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
11644 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
11645 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
11646 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
11647 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
11648 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
11649 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
11650 the .xpms; probably need retouching.
11651
11652 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
11653
11654 * subr.el (add-to-list): Add optional argument APPEND.
11655 * battery.el (display-battery): Use `add-to-list'.
11656
11657 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
11658
11659 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
11660 properties.
11661 (zone, zone-when-idle, zone-leave-me-alone)
11662 (zone-pgm-whack-chars): Use new symbol properties.
11663
11664 * battery.el (display-battery): Doc spelling fix.
11665
11666 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
11667 property.
11668
11669 2000-10-09 Dave Love <fx@gnu.org>
11670
11671 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
11672 has been initialized before calling tool-bar-setup.
11673 (tool-bar-add-item-from-menu): Add autoload cookie.
11674
11675 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
11676
11677 * menu-bar.el (send-mail-item-name): New function.
11678 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
11679 of mail-user-agent in the menu. Don't display the "Send Mail"
11680 item if mail-user-agent is nil or its value is ignore.
11681 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
11682 if read-mail-command is nil or its value is ignore.
11683
11684 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
11685
11686 2000-10-09 Miles Bader <miles@gnu.org>
11687
11688 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
11689 Correct image size.
11690 * toolbar/left_arrow.xpm: Correct image size.
11691
11692 * jka-compr.el: Don't call `jka-compr-install' when loading (it
11693 will be done by the definition of `auto-compression-mode' if
11694 necessary. Move code to uninstall existing file-name handler
11695 before definition of `auto-compression-mode'.
11696
11697 * image-file.el (auto-image-file-mode): Move to the end of the
11698 file, because `define-minor-mode' actually calls the mode-function
11699 if the associated variable is non-nil, which requires that all
11700 needed functions be already defined.
11701
11702 * mouse.el (popup-menu): Balance parens.
11703
11704 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
11705
11706 * mouse.el (popup-menu): Move the command call outside the loop
11707 so that popup-menu returns whatever the command returns.
11708
11709 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
11710 (initialize-new-tags-table): Use run-hook-with-args-until-success.
11711 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
11712 (tags-table-format-functions): Renamed from tags-table-format-hooks.
11713
11714 * vc.el (vc-version-diff): diff-switches can be a list.
11715 Use relative filenames for prettier output.
11716
11717 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
11718 (vc-post-command-functions): Remove old-VC compatibility code.
11719
11720 * newcomment.el (comment-indent-default): Autoload.
11721
11722 * font-lock.el (font-lock-defaults): Make buffer-local.
11723 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
11724 (font-lock-choose-keywords):
11725 Ignore LEVEL unless KEYWORDS is a list of syms.
11726 (c-keywords, c++-keywords, objc-keywords, java-keywords):
11727 Don't wrap regexp-opt things in \(...\) unnecessarily.
11728
11729 * jit-lock.el: Don't require font-lock any more.
11730 (jit-lock-functions): Make buffer-local.
11731 (jit-lock-saved-fontify-buffer-function): Remove.
11732 (jit-lock-mode): Remove autoload cookie.
11733 Remove font-lock specific code.
11734 (jit-lock-unregister): Don't bother handling complex hooks any more.
11735 (jit-lock-refontify): New function.
11736 (jit-lock-fontify-buffer): Use it.
11737 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
11738 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
11739 Add optional args START and END.
11740 Never call font-lock-fontify-region directly.
11741 (jit-lock-function, jit-lock-stealth-fontify): Use it.
11742
11743 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
11744
11745 2000-10-08 Dave Love <fx@gnu.org>
11746
11747 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
11748
11749 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
11750
11751 * play/studly.el (studlify-region, studlify-word): Add autoload
11752 cookie.
11753
11754 * play/morse.el (morse-region, unmorse-region): Add autoload
11755 cookie.
11756
11757 * play/spook.el (spook-phrases-file): Use expand-file-name, not
11758 concat.
11759
11760 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
11761 insist on symbols starting with word syntax.
11762 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
11763 (eval-defun-1): Doc fix.
11764 (indent-sexp): Use nconc to build up indent-stack.
11765
11766 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
11767 Gnus with little use.
11768 (mail-setup-hook): Add mail-abbrevs-setup to options.
11769
11770 * recentf.el: Doc fixes.
11771
11772 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
11773 Clean up remainder.
11774
11775 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
11776 without timezone and (8) with timezone to enforce some whitespace.
11777 Simplify code somewhat.
11778
11779 * options.el (list-options): Doc that you should use customize.
11780
11781 * iswitchb.el (iswitchb-mode): Add :require.
11782
11783 * info.el (Info-goto-node, Info-menu): Doc fix.
11784 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
11785 (info-tool-bar-map): New variable.
11786 (Info-mode): Use it.
11787 (Info-edit-map): Define all in defvar.
11788 (speedbar-attached-frame): Avoid compiler warning.
11789
11790 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
11791 (global-map): Bind [tool-bar] to a filtered map.
11792 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
11793 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
11794 Allow PBM icons.
11795 (tool-bar-setup): Adjust calls of tool-bar-add-item.
11796
11797 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
11798 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
11799 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
11800 icons, except up_arrow, which is left-arrow rotated.
11801
11802 * imenu.el (imenu-add-to-menubar): Fix last change.
11803
11804 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
11805
11806 * generic-x.el (rul-generic-mode): Remove eval-when-compile
11807 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
11808
11809 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
11810
11811 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
11812 typos in doc strings.
11813
11814 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
11815 the doc strings how to customize Font Lock faces.
11816
11817 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
11818 computing growth when dragging the header line.
11819
11820 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
11821
11822 * simple.el (kill-line): Doc fix.
11823
11824 2000-10-08 Miles Bader <miles@gnu.org>
11825
11826 * faces.el (secondary-selection): Make foreground visible on tty.
11827
11828 * jka-compr.el (auto-compression-mode): Move to the end of the
11829 file, because `define-minor-mode' actually calls the mode-function
11830 if the associated variable is non-nil, which requires that all
11831 needed functions be already defined.
11832 (with-auto-compression-mode): Add autoload cookie.
11833
11834 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
11835
11836 * files.el (find-backup-file-name) [ms-dos]: If support for long
11837 file names is not available, behave as if version-control were set
11838 to never.
11839
11840 2000-10-07 Dave Love <fx@gnu.org>
11841
11842 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
11843 (browse-url-gnome-moz): New function.
11844 (browse-url-browser-function): Use it.
11845 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
11846
11847 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
11848
11849 * indent.el (tab-always-indent): New var.
11850 (indent-for-tab-command): Use it.
11851
11852 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
11853 raise an error. This way it can still default to a sane value.
11854
11855 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
11856
11857 * startup.el (fancy-splash-screens): Use local rather than global map.
11858 Don't use `update-menu-bindings' any more.
11859 Get rid of assumptions about keymap representation.
11860
11861 2000-10-06 Dave Love <fx@gnu.org>
11862
11863 * textmodes/fill.el (sentence-end-double-space)
11864 (sentence-end-without-period): Doc fix.
11865 (adaptive-fill-regexp): Purecopy.
11866 (unjustify-current-line): Use line-end-position.
11867 (fill-individual-paragraphs-prefix): Use line-beginning-position.
11868
11869 * net/eudc-vars.el (eudc): Add :version, :link.
11870
11871 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
11872
11873 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
11874 Fix for define-minor-mode.
11875 (function-at-point): Alias to function-called-at-point.
11876
11877 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
11878
11879 * simple.el (backward-word): Doc fix.
11880
11881 * image-file.el (image-file-name-regexp): image-file-regexps ->
11882 image-file-name-regexps.
11883 (image-file-name-extensions): Add pbm.
11884
11885 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
11886
11887 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
11888 and add filename to the names so that diff-mode can jump to source.
11889
11890 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
11891 (tex-font-lock-keywords, tex-font-lock-keywords-2)
11892 (tex-font-lock-keywords-1): Remove.
11893 (font-lock-turn-on-thing-lock): Use jit-lock-register.
11894 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
11895 (font-lock-default-fontify-region):
11896 Expand beg..end correctly when just following a multiline region.
11897 (font-lock-fontify-anchored-keywords):
11898 Include the anchor text as part of the multiline.
11899
11900 2000-10-06 Gerd Moellmann <gerd@gnu.org>
11901
11902 * loadup.el (toplevel): Load `loaddefs' before `help' because the
11903 latter needs the autoloaded define-minor-mode macro during the
11904 bootstrap.
11905
11906 * startup.el (command-line): For now, activate tool-bar-mode only
11907 if XPM images are supported.
11908
11909 * mouse.el (mouse-drag-header-line): Don't allow resizing a
11910 window by dragging a header-line at the top of the frame; that's
11911 confusing because the header-line doesn't move.
11912 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
11913 of treating the event as a list. Some cleanup.
11914
11915 2000-10-06 Miles Bader <miles@gnu.org>
11916
11917 * simple.el (display-message-or-buffer): New function.
11918 (shell-command-on-region): Use `display-message-or-buffer'.
11919
11920 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
11921 docstring parts.
11922
11923 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11924 (smbclient-prompt-regexp): Add usage note to doc string.
11925 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
11926 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
11927 Use add-hook for adding the comint filter function, and only do so
11928 if it's not already in the global hook list.
11929 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
11930 to `make-local-variable'.
11931 (nslookup-font-lock-keywords): Remove prompt entry.
11932 (nslookup): Don't set the process-filter.
11933 (finger): Exit the loop correctly when the regexps list runs out.
11934 (ftp, smbclient, smbclient-list-shares):
11935 Set the real major mode immediately, not after execing.
11936 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
11937
11938 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
11939
11940 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
11941
11942 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
11943
11944 * which-func.el (which-func-format): Remove spurious space.
11945 (which-func-mode): Don't make it permanent-local.
11946 (which-func-ff-hook): Allow which-func-maxout to be nil.
11947 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
11948 (which-func-mode): Simplify.
11949 Use post-command-idle-hook rather than post-command-hook.
11950 Go through all buffers and update their state.
11951 (which-function): Also try add-log-current-defun-function.
11952
11953 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
11954 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
11955 Update call to with-vc-properties accordingly.
11956 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
11957 (vc-revert-buffer): More careful about window selection and deletion.
11958 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
11959
11960 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
11961 (cvs-retrieve-revision): Reuse a pre-existing buffer.
11962 (cvs-dired-action): Change the default to quickdir.
11963
11964 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
11965 if comment-indent-function returns nil.
11966 (comment-indent-default): New function.
11967 (comment-indent-function): Use it and document the new semantics.
11968
11969 * image-file.el: Docstring fixes.
11970
11971 * help.el (help-xref-on-pp): Use match-string.
11972 (describe-variable): New arg BUFFER.
11973 Store the current buffer in the help-xref-stack.
11974 (temp-buffer-resize-mode): Use define-minor-mode.
11975
11976 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
11977 consistently with its docstring.
11978 Set jit-lock-first-unfontify-pos in an idempotent way.
11979 (jit-lock-register): Autoload and add arg CONTEXTUAL.
11980
11981 2000-10-05 Alex Schroeder <alex@gnu.org>
11982
11983 * sql.el (sql-mysql-options): New variable.
11984 (sql-mysql): Use it.
11985
11986 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
11987
11988 * image.el (image): New group.
11989
11990 * smerge-mode.el (smerge-mine-face, smerge-other-face)
11991 (smerge-base-face, smerge-markers-face): Add dark-background variants.
11992
11993 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11994
11995 * net/net-utils.el (nslookup-font-lock-keywords)
11996 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11997 Ignore the value of wqindow-system; always define keywords
11998
11999 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12000
12001 * startup.el (fancy-splash-screens): Remove the code for
12002 debugging; `(trace-to-stderr "EXITTT\n")'.
12003
12004 2000-10-05 Miles Bader <miles@gnu.org>
12005
12006 * diff-mode.el (diff-goto-source): Update call to
12007 `diff-hunk-status-msg' to reflect new REV variable.
12008
12009 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12010
12011 * progmodes/icon.el (icon-mode):
12012 Don't gratuitously override the default for comment-column.
12013
12014 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12015
12016 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12017 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12018 (jit-lock-functions): New var.
12019 (jit-lock-function-1): Use it if non-nil.
12020 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12021 Set the `fontified' property before doing the fontification to avoid
12022 repeatedly going through the same error.
12023 Don't turn errors into messages.
12024 (jit-lock-register, jit-lock-unregister): New functions.
12025
12026 * dired.el (dired-mark-pop-up): Turn comment into docstring.
12027 Use with-current-buffer.
12028
12029 * dired-aux.el (dired-do-create-files, dired-kill-tree):
12030 Turn comment into docstring.
12031
12032 * apropos.el (apropos-mode): Use define-derived-mode.
12033
12034 2000-10-04 Gerd Moellmann <gerd@gnu.org>
12035
12036 * startup.el (fancy-splash-pending-command): New variable.
12037 (fancy-splash-pre-command): New function.
12038 (fancy-splash-screens): Rewritten.
12039 (command-line-1): If fancy-splash-pending-command is set, call it
12040 interactively.
12041
12042 2000-10-04 Dave Love <fx@gnu.org>
12043
12044 * toolbar/tool-bar.el (tool-bar-setup): New function.
12045 (tool-bar-mode): Use it.
12046
12047 * subr.el (substitute-key-definition): Doc fix.
12048 (play-sound-file): New command.
12049
12050 2000-10-04 Andre Spiegel <spiegel@gnu.org>
12051
12052 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12053 vc-version-backup-file-name): New functions.
12054
12055 * files.el (basic-save-buffer): Call vc-before-save before saving.
12056
12057 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12058 vc-cvs-stay-local-p.
12059
12060 * vc.el (vc-revert-buffer): Handle empty diff properly.
12061 (vc-version-backup-file): New function.
12062 (vc-checkout): Create a version backup if necessary.
12063 (vc-checkin): If a version backup file exists, delete it.
12064 (vc-version-diff): Diff locally using version backups, if available.
12065 (vc-revert-file): If there's a version backup, revert locally.
12066 (vc-transfer-file): Use version backup for base version, if
12067 available. If not, ask for confirmation whether to get it from the
12068 server. Update mode line before check-in.
12069
12070 2000-10-04 Dave Love <fx@gnu.org>
12071
12072 * toolbar/tool-bar.el (tool-bar-setup): New function.
12073 (tool-bar-mode): Use it.
12074
12075 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12076
12077 * net/net-utils.el (nslookup-font-lock-keywords)
12078 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12079 Only set if window-system is non-nil
12080 (net-utils-run-program): Returns buffer.
12081 (network-connection-reconnect): Added this function.
12082
12083 * generic.el:
12084 Incorporates extensive cleanup and docfixes by
12085 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12086 Uses cl compile-time macros.
12087 (generic-mode-name, generic-comment-list)
12088 (generic-keywords-list, generic-font-lock-expressions)
12089 (generic-mode-function-list, generic-mode-syntax-table):
12090 Removed variables.
12091 (generic-mode-alist): Renamed to generic-mode-list.
12092 (generic-find-file-regexp): Default changed to "^#".
12093 (generic-read-type): Uses completing read on generic-mode-list.
12094 (generic-mode-sanity-check): removed this function.
12095 (generic-add-to-auto-mode): Removed this function
12096 (generic-mode-internal): Bind mode-specific definitions
12097 into function instead of putting them in alist.
12098 (generic-mode-set-comments): Reworked extensively.
12099 (generic-mode-find-file-hook): Simplified regexp searching
12100 (generic-make-keywords-list): Omit extra pair of parens
12101
12102 * find-lisp.el (find-lisp-find-files-internal):
12103 Make sure directory name ends with "/".
12104
12105 * generic-x.el (apache-conf-generic-mode):
12106 Regexp now allows leading whitespace.
12107 (rc-generic-mode): Added eval-when-compile
12108 around generic-make-keywords-list.
12109 Deleted duplicate regexp
12110 (rul-generic-mode): Added eval-when-compile
12111 around generic-make-keywords-list.
12112 (etc-fstab-generic-mode): New generic mode.
12113 (rul-generic-mode): Removed one eval-when-compile
12114 which caused a max-specpdl-size exceeded error.
12115
12116 2000-10-04 Miles Bader <miles@gnu.org>
12117
12118 * simple.el (minibuffer-temporary-goal-position): New variable.
12119 (next-history-element): Try to keep the position of point in the
12120 input string constant.
12121
12122 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12123 (dired-do-create-files): If there's only one file, pass it in as
12124 the DEFAULT arg to dired-mark-read-file-name.
12125
12126 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
12127
12128 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12129 (diff-goto-source): Be smarter when choosing REVERSE or not.
12130
12131 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
12132 (texinfo-mode-menu): Add an explicit shortcut for update all.
12133
12134 2000-10-03 Andre Spiegel <spiegel@gnu.org>
12135
12136 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
12137 factorize backend-specific code cleanly (this was essentially
12138 conceived by Stefan Monnier).
12139 (vc-unregister): Function removed.
12140 (vc-revert-file): New function.
12141 (vc-revert-buffer): Delegate some of the work to it.
12142
12143 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
12144 default branch unconditionally.
12145 (vc-rcs-set-default-branch): New function.
12146 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
12147 (vc-rcs-checkin): If an appropriate default branch has been set,
12148 force creation of that branch.
12149 (vc-rcs-receive-file): Rewritten to contain only backend-specific
12150 code (as suggested by Stefan Monnier).
12151
12152 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12153
12154 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
12155 highlighting overlay with a different face over the overlay
12156 isearch uses to highlight the current match because that can lead
12157 to bad face combinations.
12158
12159 * loadup.el (toplevel): Load faces before isearch.
12160
12161 * isearch.el (isearch-faces): New custom group.
12162 (isearch): New defface; was already tested for in the code.
12163 (isearch-lazy-highlight-face): Changed to defface from defcustom.
12164 (isearch-highlight): Always use face `isearch'.
12165
12166 2000-10-02 Dave Love <fx@gnu.org>
12167
12168 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
12169 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
12170 comparison of opcode with operand.
12171
12172 2000-10-03 Miles Bader <miles@gnu.org>
12173
12174 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
12175 buffer, since the echo area will now grow to accommodate them.
12176
12177 2000-10-02 Andre Spiegel <spiegel@gnu.org>
12178
12179 * vc-hooks.el (vc-registered): If FILE used to be registered under
12180 a certain backend, try that one first.
12181
12182 * vc.el (vc-responsible-backend): Undo the previous change in the
12183 argument list. Handle multiple backends correctly.
12184 (vc-find-new-backend): Function removed.
12185 (vc-register): Use vc-responsible-backend, as before.
12186 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
12187
12188 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12189
12190 * startup.el (fancy-splash-head): Change message below the
12191 logo.
12192
12193 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
12194
12195 * diff-mode.el (diff-goto-source): Emit a status message.
12196 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
12197 (diff-test-hunk): Fix doc string.
12198 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
12199 (diff-advance-after-apply-hunk): New variable.
12200 (diff-apply-hunk): Don't return a value.
12201
12202 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
12203
12204 * vc.el (vc-editable-p): Minor optimization.
12205 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
12206 (vc-find-new-backend): New function split from vc-responsible-backend.
12207 (vc-register): Use it.
12208 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
12209 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
12210 (vc-default-unregister, vc-revert-buffer): Docstring fix.
12211 (vc-clear-headers): Don't use find-file.
12212 (vc-revert-buffer): Use `and' again (must have been a braino).
12213 (vc-switch-backend): Only prompt if requested.
12214 Short circuit if nothing is to be done.
12215 Don't use vc-resynch-buffer which could lose unsaved editing.
12216 (vc-default-receive-file): Update call to vc-unregister.
12217 (with-vc-file, vc-next-action-on-file):
12218 Use vc-backend rather than vc-registered.
12219 (vc-next-action-on-file): Use intern-soft.
12220 Deal with read-only *vc-diff* buffer.
12221 (vc-transfer-file): Docstring fix.
12222
12223 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
12224 (vc-rcs-receive-file): Avoid with-vc-properties.
12225 Update call to vc-unregister.
12226 Use constant `RCS' rather than (dynamically bound) var `backend'.
12227
12228 2000-10-01 Andre Spiegel <spiegel@gnu.org>
12229
12230 * vc.el (vc-next-action-on-file): Update mode line only if file
12231 is visited.
12232 (vc-start-entry): New argument initial-contents. Don't visit the file
12233 if it isn't already visited. Brought documentation up-to-date.
12234 (vc-next-action, vc-register): Updated calls to vc-start-entry.
12235 (vc-checkin): New optional arg initial-contents, which is passed to
12236 vc-start-entry.
12237 (vc-finish-logentry): Make sure to bury log buffer only if there
12238 really is one. Call `vc-resynch-buffer' on log-file, not
12239 buffer-file-name.
12240 (vc-default-comment-history, vc-default-wash-log): New functions.
12241 (vc-index-of): Removed.
12242 (vc-transfer-file): Make do without the above.
12243 (vc-default-receive-file): Call comment-history unconditionally. Pass
12244 the resulting string to vc-checkin, instead of inserting it into the
12245 comment ring.
12246
12247 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
12248 unconditionally. Use the comments as initial contents of the log
12249 entry buffer. Document the trick to force branch creation with no
12250 changes.
12251
12252 2000-10-01 Miles Bader <miles@gnu.org>
12253
12254 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
12255 `recenter' with an arg to prevent redrawing the display.
12256
12257 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
12258
12259 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
12260
12261 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
12262
12263 * progmodes/c-mode.el (c-mode):
12264 Don't gratuitously override the default for comment-column.
12265
12266 * textmodes/tex-mode.el (latex-metasection-list): New var.
12267 (latex-imenu-create-index): Use it.
12268 Move the regexp construction outside loops (and use push).
12269 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
12270 (tex-font-lock-keywords): Moved from font-lock.el.
12271 (tex-comment-indent): Remove.
12272 (tex-common-initialization): Don't set comment-indent-function.
12273 (latex-block-default): New var.
12274 (tex-latex-block): Use it to provide a default choice.
12275 Add any unknown choice to latex-block-names.
12276 Insert [...] after {...}.
12277 (tex-last-unended-begin): Simplify regexp.
12278 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
12279 (latex-forward-sexp-1, latex-forward-sexp): New functions.
12280 (latex-mode): Set forward-sexp-function.
12281
12282 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
12283 Add regexp for @ignore ... @end ignore.
12284 (texinfo-heading-face): New face.
12285 (texinfo-font-lock-keywords): Use it.
12286 (texinfo-mode-menu): New menu.
12287 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
12288 New functions.
12289 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
12290 (texinfo-section-types-regexp, texinfo-section-level-regexp)
12291 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
12292 Remove declaration.
12293 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
12294
12295 * delsel.el (delete-selection-mode): Use define-minor-mode.
12296
12297 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
12298
12299 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12300
12301 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
12302
12303 2000-09-30 Gerd Moellmann <gerd@gnu.org>
12304
12305 * replace.el (keep-lines-read-args): New function.
12306 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
12307 read arguments interactively. Add parameters RSTART and REND.
12308 Operate on the active region in Transient Mark mode.
12309
12310 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
12311
12312 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
12313 (authors-obsolete-files-regexps): New variable.
12314 (authors-add): Don't record changes in obsolete files.
12315
12316 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12317
12318 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
12319
12320 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
12321 (comment-indent): Make sure there's a space between code and comment.
12322 Shift comments left to avoid going past fill-column.
12323
12324 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12325
12326 * startup.el (startup-echo-area-message): New function.
12327 (display-startup-echo-area-message): Use it.
12328 (fancy-splash-screens): Rewritten to use keymaps and a timer.
12329 (fancy-splash-default-action): New function.
12330 (fancy-splash-screens-1): New function.
12331 (fancy-splash-head): Put a help-echo and a keymap under the image.
12332
12333 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12334
12335 * diff-mode.el (diff-add-log-file-name): Remove.
12336 (diff-mode): Use add-log-buffer-file-name-function.
12337
12338 * add-log.el (find-change-log): New arg BUFFER-FILE.
12339 (add-log-file-name): Obey add-log-file-name-function.
12340 (add-log-buffer-file-name-function): New var.
12341 (add-change-log-entry): Use it.
12342
12343 2000-09-29 Miles Bader <miles@gnu.org>
12344
12345 * image-file.el (image-file-name-extensions): New variable.
12346 (image-file-name-regexps): Renamed from `image-file-regexps'.
12347 New default value is nil. Call `auto-image-file-mode'.
12348 (image-file-name-regexp): New function.
12349 (auto-image-file-mode): New minor mode.
12350 (insert-image-file): Don't make conditional on the image-file
12351 handler being enabled.
12352 (image-file-handler): Make the call here conditional instead.
12353 (set-image-file-handler-enabled, enable-image-file-handler)
12354 (disable-image-file-handler): Functions removed.
12355
12356 * emacs-lisp/authors.el (authors-print): Rephrase many-files
12357 string.
12358
12359 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12360
12361 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
12362 it's a function from CL.
12363 (latex-imenu-create-index): Replace eval-when-compile with progn
12364 because latex-section-alist is not bound while compiling.
12365
12366 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12367
12368 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
12369 (outline-mode): Use define-derived-mode.
12370
12371 * progmodes/perl-mode.el (perl-mode):
12372 * progmodes/awk-mode.el (awk-mode):
12373 * progmodes/asm-mode.el (asm-mode):
12374 Don't gratuitously override the default for comment-column.
12375
12376 * emacs-lisp/lisp.el (lisp-complete-symbol):
12377 Distinguish the let-binding case from the funcall case.
12378 (forward-sexp-function): New variable.
12379 (forward-sexp): Use it.
12380
12381 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
12382 (easy-mmode-defmap): Remove the now useless autoload.
12383
12384 * time.el (display-time-mode): Use define-minor-mode.
12385
12386 * subr.el (add-minor-mode): Don't eval NAME.
12387 Don't depend on the presence of TOGGLE-FUN for any special behavior.
12388 Use if rather than cond.
12389
12390 * simple.el (read-expression-map): Define more properly.
12391 (comment-indent-hook): Remove.
12392 (string-to-syntax): Bug fix.
12393
12394 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
12395 (cvs-ediff-diff): Fix typo.
12396 (cvs-revert-if-needed): Don't bother preserving read-only.
12397
12398 * paren.el (show-paren-mode): Use define-minor-mode.
12399
12400 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
12401 (toggle-auto-compression): Remove.
12402 (jka-compr-build-file-regexp): Remove useless grouping.
12403
12404 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
12405 Avoid user-reserved bindings.
12406 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
12407 (diff-header-face): Revert to grey85.
12408
12409 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
12410
12411 * complete.el (partial-completion-mode) <defcustom>: Remove.
12412 (partial-completion-mode): Use define-minor-mode.
12413 (PC-do-completion): Understand `completion-auto-help = delay'
12414 to mean to popup the completion buffer only the second time.
12415 (PC-include-file-all-completions, PC-include-file-all-completions)
12416 (PC-include-file-all-completions): Don't quote lambda.
12417
12418 * comint.el (comint-mode-hook): Docstring fix.
12419 (comint-mode): Use define-derived-mode.
12420 (comint-mode-map): Remove obsolete comment.
12421 (make-comint): Minor stylistic change.
12422 (comint-insert-clicked-input): Be more careful to find the overlay.
12423 Use this-command-keys rather than hardcoding mouse-2.
12424
12425 * font-lock.el: Replace confusing (,@ with ,
12426 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
12427 Don't use regexp-opt-depth. Spice up the regexp for args.
12428 Don't distinguish between cmds that can take an opt arg or not.
12429 Use `append' and `prepend' rather than `keep'.
12430
12431 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
12432 (latex-outline-regexp): New var.
12433 (latex-outline-level): New fun.
12434 (latex-section-alist): New var.
12435 (latex-imenu-create-index): Use it. Use `push' as well.
12436 (tex-shell-map): Initialize it properly.
12437 (tex-mode): Minor stylistic change.
12438 (plain-tex-mode): Use define-derived-mode.
12439 (latex-mode): Use define-derived-mode.
12440 Construct the paragraph regexps in a more readable way.
12441 Set the buffer-local outline-{level,regexp} vars.
12442 (slitex-mode): Derive from latex-mode.
12443 (tex-common-initialization): Don't kill-all-vars anymore.
12444 Add setting for comment-add and font-lock-defaults.
12445 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
12446 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
12447 (tex-start-tex): New arg DIR (and send a chdir command for it).
12448 Also display the shell buffer and save it in tex-last-buffer-texed.
12449 (tex-region): Use expand-file-name rather than concat.
12450 Remove code made useless by changes in tex-start-tex.
12451 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
12452
12453 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
12454
12455 2000-09-28 Dave Love <fx@gnu.org>
12456
12457 * eshell/eshell.el (eshell) <defgroup>: Add :version.
12458
12459 2000-09-28 Gerd Moellmann <gerd@gnu.org>
12460
12461 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
12462 `append'.
12463
12464 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12465
12466 * info.el (Info-extract-pointer): Undo last change.
12467 Instead, fix the position of the `bound' arg to re-search-backward.
12468
12469 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
12470
12471 * info.el (Info-extract-pointer):
12472 Widen more carefully, to avoid finding pointers in other nodes.
12473 (Info-index): Use push.
12474
12475 2000-09-27 Gerd Moellmann <gerd@gnu.org>
12476
12477 * frame.el (set-frame-font): Remove call to obsolete function
12478 frame-update-faces.
12479 (set-foreground-color, set-background-color): Likewise for
12480 frame-update-face-colors.
12481
12482 2000-09-27 Miles Bader <miles@gnu.org>
12483
12484 * image-file.el: New file.
12485
12486 2000-09-27 Gerd Moellmann <gerd@gnu.org>
12487
12488 * frame.el (frame-notice-user-settings): Don't call
12489 frame-update-faces, which is a no-op now.
12490
12491 * ediff-wind.el (ediff-control-frame-parameters): Add zero
12492 tool-bar-lines.
12493
12494 2000-09-27 Dave Love <fx@gnu.org>
12495
12496 * mouse.el: Fix last change.
12497
12498 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
12499
12500 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
12501
12502 2000-09-22 Kenichi Handa <handa@etl.go.jp>
12503
12504 * international/quail.el (quail-help): The output message is
12505 improved.
12506
12507 2000-09-26 Dave Love <fx@gnu.org>
12508
12509 * mouse.el (popup-menu): If POSITION is nil, set it using
12510 mouse-position.
12511
12512 2000-09-25 Sam Steingold <sds@gnu.org>
12513
12514 * net/browse-url.el (browse-url-file-url): Check for null maps.
12515
12516 2000-09-26 Gerd Moellmann <gerd@gnu.org>
12517
12518 * frame.el (frame-notice-user-settings): Don't add a
12519 tool-bar-lines frame parameter to default-frame-alist in batch mode.
12520
12521 * frame.el (frame-notice-user-settings):
12522 Make tool-bar-mode and default-frame-alist consistent.
12523
12524 * toolbar/tool-bar.el (tool-bar-help): New function.
12525
12526 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12527
12528 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
12529 current-load-list in top-level forms. Else this leaks a cons cell
12530 every time a defun is called.
12531
12532 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
12533
12534 2000-09-25 Dave Love <fx@gnu.org>
12535
12536 * startup.el (fancy-splash-head): Check XPM is available.
12537
12538 * autoinsert.el (auto-insert): Doc fix.
12539 (auto-insert-alist): Following GNU notices, don't say `copyright
12540 _by_'. Use line-beginning-position.
12541 (auto-insert): Check buffer-file-name is non-nil before use.
12542
12543 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12544
12545 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
12546 starting with `@def' or `@multitable', in addition to ones
12547 specified by the user in auto-fill-inhibit-regexp.
12548
12549 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
12550
12551 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
12552 rmail-dont-reply-to-names matches the empty string.
12553
12554 2000-09-25 Gerd Moellmann <gerd@gnu.org>
12555
12556 * startup.el (command-line-1, fancy-splash-text): Change the
12557 text to sound more friendly.
12558
12559 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
12560
12561 * progmodes/hideshow.el: Update author email address.
12562 Generally, sync w/ maintainer version 5.22.
12563 (hs-hide-all-non-comment-function): New var.
12564 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
12565 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
12566 (hs-show-region): Delete this command.
12567 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
12568
12569 2000-09-22 Dave Love <fx@gnu.org>
12570
12571 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
12572 (hl-line-highlight): Specify buffer when moving overlay.
12573
12574 * progmodes/fortran.el (fortran-mode): Locally set
12575 normal-auto-fill-function.
12576 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
12577 (fortran-mode-map): Adjust auto-fill menu entry.
12578
12579 2000-09-22 Gerd Moellmann <gerd@gnu.org>
12580
12581 * vc-rcs.el (toplevel): Require `vc' when compiling.
12582
12583 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
12584
12585 2000-09-22 Andre Spiegel <spiegel@gnu.org>
12586
12587 * vc.el (vc-switch-backend): Signal an error if the file is not
12588 registered under the new backend.
12589
12590 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
12591 without explicit revision number.
12592
12593 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
12594
12595 * diff-mode.el (diff-file-header-face): Reset to its previous value.
12596 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
12597 (diff-xor): New function.
12598 (diff-find-source-location): Use it. Fix a stupid name clash.
12599 (diff-hunk-status-msg): New function.
12600 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
12601 (diff-test-hunk): Use diff-find-source-location.
12602 (diff-goto-source): Favor the `reverse'.
12603 (diff-hunk-text): Properly handle one-sided context diffs.
12604 (diff-apply-hunk): When done, advance to the next hunk.
12605
12606 2000-09-21 Gerd Moellmann <gerd@gnu.org>
12607
12608 * startup.el (command-line): If frame was created with a non-zero
12609 tool-bar-lines parameter, switch tool-bar-mode on.
12610
12611 * add-log.el (change-log-date-face, change-log-name-face)
12612 (change-log-email-face, change-log-file-face)
12613 (change-log-list-face, change-log-conditionals-face)
12614 (change-log-function-face, change-log-acknowledgement-face):
12615 New faces, inheriting from font-lock faces.
12616 (change-log-font-lock-keywords): Use them.
12617
12618 2000-09-21 Dave Love <fx@gnu.org>
12619
12620 * progmodes/cperl-mode.el (top-level): Clean up
12621 `eval-when-compile's and assorted defvars.
12622 (cperl-invalid-face): Don't double-quote value. Change custom
12623 type.
12624 (cperl-mode): Set normal-auto-fill-function and don't zap
12625 auto-fill-function.
12626 (cperl-imenu--function-name-regexp-perl): Renamed from
12627 imenu-example--function-name-regexp-perl.
12628 (cperl-imenu--create-perl-index): Renamed from
12629 imenu-example--create-perl-index.
12630 (cperl-xsub-scan): Don't require cl.
12631
12632 * msb.el (msb-mode-map): Use substitute-key-definition.
12633 (msb-mode): Use msb-mode-map.
12634
12635 2000-09-21 Andre Spiegel <spiegel@gnu.org>
12636
12637 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
12638 New functions.
12639 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
12640 (vc-switch-backend): New function.
12641 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
12642 (vc-register): Fix prompt.
12643 (vc-unregister, vc-default-unregister): New functions.
12644 (vc-version-diff): Handle empty buffer in sentinel.
12645
12646 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
12647 (vc-rcs-state-heuristic): Use it to guess the state of files with
12648 non-strict locking.
12649 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
12650 been set with -b, but not created yet.
12651 (vc-rcs-fetch-master-state): With non-strict locking, compare file
12652 contents in order to find the state.
12653 (vc-rcs-checkin): Allow creation of branches with no changes.
12654 (vc-rcs-unregister, vc-rcs-receive-file)
12655 (vc-rcs-set-non-strict-locking): New functions.
12656
12657 * vc-hooks.el (vc-name): Force correct computation of the value
12658 in case it is missing.
12659
12660 2000-09-21 Gerd Moellmann <gerd@gnu.org>
12661
12662 * startup.el (fancy-splash-tail): Use a different foreground
12663 color on a dark frame background.
12664
12665 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
12666
12667 * info.el: Use the correct capitalization when making Info-mode
12668 and Info-edit-mode `special' modes.
12669
12670 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
12671
12672 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
12673 (diff-mode): Add support for add-log.el.
12674 (diff-hunk-text): Use char offsets rather than line offsets.
12675 (diff-find-source-location): Replace LINE with line-offset (nil
12676 if not found) and always set POS to a meaningful position.
12677 Adapt to the new char-offsets.
12678 (diff-apply-hunk): Drop support for the unused `select' POPUP.
12679 Adapt to the new diff-find-source-location.
12680 (diff-goto-source): Adapt to the new diff-find-source-location.
12681
12682 * add-log.el (add-log-file-name): New function (split out of
12683 add-change-log-entry).
12684 (add-change-log-entry): Use it.
12685 Call add-log-file-name-function with the changelog file name if
12686 the current buffer is not associated with any file.
12687 Avoid find-file if the selected window is dedicated.
12688
12689 * diff-mode.el (diff-find-source-location):
12690 Move code from diff-apply-hunk. Return buffer rather than file.
12691 (diff-apply-hunk): Use the new result from diff-find-source-location.
12692 (diff-goto-source): Use the new diff-find-source-location.
12693
12694 2000-09-20 Dave Love <fx@gnu.org>
12695
12696 * iswitchb.el: Some doc fixes.
12697 (iswitchb-mode-map): Define completely initially. Inherit
12698 minibuffer-local-map.
12699 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
12700 fundamental-mode.
12701 (iswitchb-global-map): New variable.
12702 (iswitchb-summaries-to-end): Amalgamate regexps.
12703 (iswitchb-mode): New.
12704 (iswitchb-mode-hook): New variable.
12705 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
12706 `extensions'.
12707
12708 2000-09-20 Gerd Moellmann <gerd@gnu.org>
12709
12710 * ehelp.el (electric-help): New defgroup.
12711 (electric-help-shrink-window): New user-option.
12712 (with-electric-help): Use it.
12713
12714 * window.el (shrink-window-if-larger-than-buffer): If face
12715 `mode-line' has a :box, and we're on a graphical frame, add 1
12716 to the needed window height.
12717
12718 * frame.el (frame-notice-user-settings): Add a last parameter nil
12719 to a call to `append', because the last list passed to `append' is
12720 not copied, and so subsequent calls to assq-delete-all will modify
12721 default-frame-alist.
12722
12723 * startup.el (fancy-splash-image): Change :type.
12724 (fancy-splash-head): Use an XBM image if appropriate.
12725 (command-line-1): Show splash screens in more cases.
12726
12727 * startup.el (fancy-splash-text): Don't quote faces.
12728
12729 * dired.el (dired-font-lock-keywords): Undo last change.
12730 (dired-readin): Bind indent-tabs-mode to nil.
12731
12732 * startup.el (fancy-splash-head): If frame's background mode
12733 is `dark', change the black background of the image to gray.
12734 (fancy-splash-screens): Display startup echo area message.
12735 (display-startup-echo-area-message): New function.
12736
12737 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
12738
12739 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
12740
12741 * info.el (info-header-node): Tweak for color ttys.
12742
12743 * faces.el (face-valid-attribute-values): Make sure directories we
12744 search for stipples both exist and are readable before trying to
12745 search them.
12746
12747 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
12748 in the dry-run case.
12749
12750 * jka-compr.el (with-auto-compression-mode): New macro.
12751
12752 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
12753 (custom-group-tag-face, custom-variable-tag-face): Use relative
12754 :height and inherit from `variable-pitch' face instead of
12755 hardwiring :family.
12756 * hi-lock.el (hi-black-hb): Likewise.
12757
12758 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
12759 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
12760 toolbar-add-item, if image doesn't have a mask add a `:mask
12761 heuristic'.
12762
12763 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
12764
12765 * diff-mode.el: Docstring fixes.
12766 (diff-header-face, diff-comment-face): New faces.
12767 (diff-font-lock-keywords): Highlight a bit differently.
12768 (diff-find-source-location): Don't return SPAN any more.
12769 (diff-hunk-text): Don't bother erasing the temp buffer.
12770 (diff-find-text): Drop argument LINE.
12771 (diff-apply-hunk): Update calls to diff-find-text.
12772 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
12773
12774 * calendar/calendar.el: Docstring fixes.
12775 (calendar-make-alist): Don't quote lambda.
12776 (calendar-star-date): Use make-local-variable.
12777
12778 2000-09-19 Dave Love <fx@gnu.org>
12779
12780 * toolbar/tool-bar.el: Renamed from toolbar.el.
12781 Change `toolbar' to `tool-bar' generally in symbols.
12782 Make some items invisible in `special' major modes.
12783 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
12784 Add arg PROPS.
12785
12786 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
12787 Add :version here.
12788 (fancy-splash-delay, fancy-splash-image): Remove :version here.
12789
12790 2000-09-19 Gerd Moellmann <gerd@gnu.org>
12791
12792 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
12793
12794 * files.el (find-file-suppress-same-file-warnings): New user-option.
12795 (find-file-noselect): Use it.
12796
12797 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
12798 (fancy-splash-screen): Defgroup.
12799
12800 * add-log.el (change-log-font-lock-keywords): Match names
12801 more exactly for the case that font-lock-constant-face is
12802 underlined.
12803
12804 2000-09-19 Richard M. Stallman <rms@gnu.org>
12805
12806 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
12807
12808 2000-09-19 Andre Spiegel <spiegel@gnu.org>
12809
12810 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
12811
12812 2000-09-19 Gerd Moellmann <gerd@gnu.org>
12813
12814 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
12815 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
12816 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
12817 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
12818 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
12819 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
12820 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
12821 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
12822 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
12823 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
12824 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
12825 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
12826
12827 * startup.el (fancy-splash-text): New variable.
12828 (fancy-splash-delay, fancy-splash-image): New user-options.
12829 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
12830 (fancy-splash-screens): New functions.
12831 (command-line-1): If display has a `display' frame parameter, has
12832 colors, and we have XPM support, show more fancy splash screens.
12833
12834 2000-09-19 Dave Love <fx@gnu.org>
12835
12836 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
12837 with null `help'. Use modern backquote syntax.
12838
12839 2000-09-19 Gerd Moellmann <gerd@gnu.org>
12840
12841 * font-lock.el (font-lock-mode): Change message telling the user
12842 that ``the buffer is too big''.
12843
12844 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
12845 for instance for the case that tab-width is 2.
12846
12847 2000-09-18 Gerd Moellmann <gerd@gnu.org>
12848
12849 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
12850 toolbar-add-item, if image doesn't have a mask add a `:mask
12851 heuristic'.
12852
12853 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
12854
12855 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
12856 and return a cons if it's non-nil.
12857 (diff-apply-hunk): Try to jump to the line in the source text
12858 corresponding to the position of point in the in the hunk.
12859
12860 * info.el (Info-title-3-face, Info-title-2-face)
12861 (Info-title-1-face): Use face inheritance and relative sizes
12862 instead of hard-wiring things.
12863
12864 * faces.el (secondary-selection): Make dark-background variant sane.
12865
12866 2000-09-16 Andrew Innes <andrewi@gnu.org>
12867
12868 * makefile.w32-in (compile-files-CMD): No need to make .elc files
12869 read-only, since they aren't under VC now.
12870
12871 2000-09-17 Dave Love <fx@gnu.org>
12872
12873 * tmm.el: Replace mapcar with mapc in several places.
12874
12875 * loadhist.el (unload-feature): Maybe call elp-restore-list and
12876 ad-unadvise.
12877
12878 * international/latin1-disp.el: New file.
12879
12880 * calendar/cal-move.el (scroll-calendar-left)
12881 (scroll-calendar-right): Make arg optional (for active mode line).
12882
12883 * calendar/calendar.el (calendar-mode-line-format): Make fields
12884 mouse-sensitive.
12885 (calendar-read-date, calendar-read-date, calendar-window-list):
12886 Unquote lambda.
12887 (calendar-month-name): Use aref, not sref.
12888
12889 * view.el (minor-mode-alist): Propertize the string.
12890
12891 * international/characters.el (standard-case-table): Add entries
12892 for Greek.
12893
12894 2000-09-18 Miles Bader <miles@gnu.org>
12895
12896 * info.el (info-node, info-xref): Add dark-background variants.
12897
12898 * faces.el (header-line): Change defaults to be less confusing
12899 when mixed with mode-lines.
12900
12901 * info.el (Info-fontify-node): Make a few cleanups.
12902 Add extra `help-echo' and `local-map' props to node xrefs.
12903 Use header-specific faces for node-names & xrefs.
12904 (Info-use-header-line): New variable.
12905 (info-header-xref, info-header-node): New faces.
12906 (Info-setup-header-line): New function.
12907 (Info-select-node): Call Info-setup-header-line when enabled.
12908 (Info-extract-pointer): Work even if the header line is hidden.
12909 (Info-header-line): New variable.
12910
12911 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
12912
12913 * vms-patch.el (print-region-function): Don't quote lambda.
12914
12915 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
12916
12917 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
12918 (lm-get-header-re): Allow spaces between the header and the colon.
12919 (lm-header): Allow $ in non-RCS headers.
12920 (lm-header-multiline): Put the strings back into order.
12921 Stop at an empty line. Don't require two space chars if the
12922 line is clearly not another header line.
12923
12924 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
12925 (popup-menu-popup): Remove.
12926
12927 2000-09-15 Gerd Moellmann <gerd@gnu.org>
12928
12929 * toolbar/toolbar.el (toolbar-add-item): Use the same image
12930 specification if or if not tool-bar item contains an `:enabled'
12931 property.
12932
12933 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
12934 current buffer has no file name.
12935
12936 2000-09-15 Dave Love <fx@gnu.org>
12937
12938 * strokes.el: Sync with maintainer's current version with changes
12939 for Emacs, but avoid runtime cl and levents.
12940 (toplevel): Change autoloads and compilation requires.
12941 (strokes-version, strokes-bug-address, strokes-lift): Values
12942 changed.
12943 (strokes-xpm-header, strokes-insinuated): New variable.
12944 (strokes): Add :link.
12945 (strokes-mode): Customized.
12946 (strokes-while-inhibiting-garbage-collector): New macro.
12947 (strokes-remassoc): Avoid remove-if.
12948 (strokes-fix-button2-command): Don't use ad-do-it.
12949 (strokes-insinuate): New function.
12950 (strokes-button-press-event-p, strokes-button-release-event-p):
12951 New functions, used instead of non-`strokes-' versions..
12952 (strokes-mouse-event-p): Rewritten.
12953 (strokes-event-closest-point): Avoid event-point.
12954 (strokes-get-grid-position): Avoid cdadr, caadr
12955 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
12956 functions.
12957 (strokes-help): Use with-output-to-temp-buffer.
12958 (strokes-window-configuration-changed-p): New function.
12959 (strokes-update-window-configuration): Use buffer-live-p,
12960 strokes-window-configuration-changed-p.
12961 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
12962 (strokes-char-face): New face.
12963 (strokes-char-table, strokes-base64-chars): New variable.
12964 (strokes-xpm-for-stroke, strokes-list-strokes)
12965 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
12966 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
12967 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
12968 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
12969 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
12970 functions.
12971
12972 2000-09-15 Gerd Moellmann <gerd@gnu.org>
12973
12974 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
12975
12976 * image.el (create-image): Doc fix.
12977
12978 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
12979 instead of `:heuristic-mask t'.
12980
12981 2000-09-14 Andrew Innes <andrewi@gnu.org>
12982
12983 * makefile.w32-in: Revert to Unix line endings.
12984
12985 2000-09-14 Andrew Innes <andrewi@gnu.org>
12986
12987 * makefile.w32-in: Add bootstrap support. Also copy lisp source
12988 when installing.
12989
12990 * makefile.nt (DONTCOMPILE): Fix typo.
12991
12992 * shell.el (shell-write-history-on-exit): New function.
12993 (shell-dumb-shell-regexp): New custom variable.
12994 (shell-mode): Make shell-write-history-on-exit the process
12995 sentinel if shell name matches shell-dumb-shell-regexp.
12996
12997 * w32-fns.el: Comment out before-init-hook function which resets
12998 source-directory based; this breaks bootstrap.
12999
13000 2000-09-14 Dave Love <fx@gnu.org>
13001
13002 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13003 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13004 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13005 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13006 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13007 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13008 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13009 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13010 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13011
13012 * toolbar/toolbar.el: New.
13013
13014 * subdirs.el: Add toolbar.
13015
13016 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13017
13018 * indent.el (indent-for-tab-command): Doc fix.
13019
13020 2000-09-14 Alex Schroeder <alex@gnu.org>
13021
13022 * ansi-color.el (ansi-colors): Doc change.
13023 (ansi-color-get-face): Simplified regexp.
13024 (ansi-color-faces-vector): Added more faces, doc change.
13025 (ansi-color-names-vector): Doc change.
13026 (ansi-color-regexp): Simplified regexp.
13027 (ansi-color-parameter-regexp): New regexp.
13028 (ansi-color-filter-apply): Doc change.
13029 (ansi-color-filter-region): Doc change.
13030 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
13031 deal with zero length parameters.
13032 (ansi-color-apply-on-region): Doc change.
13033 (ansi-color-map): Doc change.
13034 (ansi-color-map-update): Removed debugging message.
13035 (ansi-color-get-face-1): Added condition-case to trap
13036 args-out-of-range errors.
13037 (ansi-color-get-face): Doc change.
13038 (ansi-color-make-face): Removed.
13039 (ansi-color-for-shell-mode): New option.
13040
13041 2000-09-13 Kenichi Handa <handa@etl.go.jp>
13042
13043 * international/quail.el (quail-start-translation): Translate KEY
13044 if necessary even if it doesn't have any mapping in the current
13045 input method.
13046 (quail-start-conversion): Likewise.
13047 (quail-help): The output message is improved.
13048
13049 2000-09-13 Miles Bader <miles@gnu.org>
13050
13051 * comint.el (comint-output-filter): Revert to using
13052 `insert-before-markers'. Add bletcherous hack to undo damage
13053 caused by `insert-before-markers'. Put `front-sticky' property on
13054 overlays created here so that the field code understands how the
13055 overlay works. Use a let when making comint-last-prompt-overlay,
13056 so that the code is easier to read.
13057
13058 2000-09-13 Dave Love <fx@gnu.org>
13059
13060 * wid-edit.el (widget-default-format-handler): DTRT when
13061 doc-property is a function.
13062
13063 2000-09-12 Francesco Potorti` <pot@gnu.org>
13064
13065 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13066 filed name if it's not there.
13067
13068 2000-09-12 Dave Love <fx@gnu.org>
13069
13070 * simple.el (read-mail-command): Doc fix.
13071 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13072
13073 * vc.el (vc-dired-listing-switches): Fix :version.
13074
13075 * vc-hooks.el: Doc fixes.
13076
13077 * subr.el (add-minor-mode): Use toggle-fun arg.
13078
13079 * speedbar.el: Add :version to several defcustoms.
13080
13081 * imenu.el (imenu--truncate-items, imenu--cleanup)
13082 (imenu--generic-function): Avoid mapcar.
13083 (imenu--replace-spaces): Function removed.
13084 (imenu--completion-buffer): Use subst-char-in-string.
13085 (imenu-add-to-menubar): Use keymap inheritance.
13086
13087 2000-09-12 Miles Bader <miles@gnu.org>
13088
13089 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13090 (diff-mode-map): Bind `diff-test-hunk'.
13091 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13092
13093 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13094
13095 * bytecomp.el (byte-compile-defvar): Undo last change
13096 because it breaks '(make-variable-buffer-local (defvar ...)'
13097 which is used at least in dired.
13098
13099 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13100
13101 * international/quail.el (quail-define-package): Docstring
13102 modified.
13103
13104 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13105
13106 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13107 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13108 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
13109 docstring of "chinese-py".
13110
13111 * international/quail.el (quail-translation-docstring): New
13112 variable.
13113 (quail-show-keyboard-layout): Docstring modified.
13114 (quail-select-current): Likewise.
13115 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13116 infinite recursive call.
13117 (quail-help): Check quail-translation-docstring. Format of the
13118 output changed.
13119 (quail-help-insert-keymap-description): Adjusted for the above
13120 change.
13121
13122 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13123
13124 * bytecomp.el (byte-compile-defvar): Only cons onto
13125 current-load-list in top-level forms. Else this leaks a cons cell
13126 every time a defun is called.
13127
13128 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
13129
13130 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
13131 Now understands non-unified diffs. Some functionality moved into
13132 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
13133 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
13134 modify anything. Only reposition point in the patched file if the
13135 patch succeeds. Only pop up another window if POPUP is true.
13136 Emit a message describing what happened if successful, and at what
13137 line-offset. Automatically detect reversed hunks and do something
13138 appropriate.
13139 (diff-hunk-text, diff-find-text): New functions.
13140 (diff-filter-lines): Function removed.
13141 (diff-test-hunk): New function.
13142 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
13143
13144 2000-09-10 Dave Love <fx@gnu.org>
13145
13146 * textmodes/tildify.el: Minor doc/commentary fixes.
13147 (tildify) <defgroup>: Add :version.
13148
13149 * faces.el (face-x-resources): Make custom type more specific.
13150 (frame-background-mode): Use mapc.
13151 (region) <defcustom>: Add :version.
13152
13153 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
13154
13155 * vc-sccs.el (vc-sccs-register):
13156 * vc-rcs.el (vc-rcs-register):
13157 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
13158 * vc.el (vc-register): Clear file's properties.
13159
13160 2000-09-08 Gerd Moellmann <gerd@gnu.org>
13161
13162 * faces.el (face-spec-set): Only face-spec-reset-face when
13163 ATTRS is non-nil.
13164
13165 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13166
13167 * help.el (help-insert-xref-button): Fix a typo in doc string.
13168
13169 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
13170
13171 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13172 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
13173 methods.
13174
13175 * menu-bar.el (read-mail-item-name): New function.
13176 (menu-bar-tools-menu): Use it to compute and display the package
13177 used to read email.
13178 (menu-bar-tools-menu): Fix typo in GUD's help string.
13179
13180 2000-09-07 Dave Love <fx@gnu.org>
13181
13182 * diff-mode.el (diff-mouse-goto-source): New function.
13183
13184 * vc-sccs.el: Doc fixes.
13185 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
13186
13187 * vc-rcs.el: Doc fixes.
13188 (vc-rcs-register-switches, vc-rcs-checkin-switches)
13189 (vc-rcs-checkout-switches, vc-rcs-header)
13190 (vc-rcs-master-templates): Add or change :version.
13191
13192 * vc-cvs.el: Doc fixes.
13193 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
13194 (vc-cvs-stay-local): Add :version.
13195
13196 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
13197
13198 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13199
13200 * international/quail.el (quail-help): Fix previous change.
13201
13202 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13203
13204 * faces.el (color-values): Doc fix.
13205
13206 * faces.el (frame-set-background-mode): Use frame-parameter
13207 instead of frame-parameters.
13208
13209 * frame.el (filtered-frame-list): Reduce consing.
13210 (frames-on-display-list): Call frame-parameter instead of
13211 frame-parameters.
13212
13213 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13214
13215 * language/devan-util.el (devanagari-to-indian-region): In the
13216 loop, change the following char, not preceding char.
13217
13218 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13219
13220 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
13221 instead of frame-parameters.
13222
13223 * faces.el (set-face-attribute): Simplify by calling
13224 internal-set-lisp-face-attribute with FRAME being 0.
13225
13226 * vc.el: Remove `Id' version control keyword.
13227
13228 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13229
13230 * help.el (help-make-xrefs): Adjusted for the change of
13231 help-xref-mule-regexp.
13232 (help-insert-xref-button): New function.
13233
13234 * international/mule-cmds.el (help-xref-mule-regexp-template):
13235 Include the pattern for character set.
13236 (leim): New group.
13237
13238 * international/quail.el: Don't require face.
13239 (quail): New group.
13240 (quail-other-command): Dummy command to make quail-help work better.
13241 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
13242 (quail-keyboard-layout-substitution): New variable.
13243 (quail-update-keyboard-layout): New function.
13244 (quail-keyboard-layout-type): New customizable variable.
13245 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
13246 (quail-keyboard-translate): Pay attention to
13247 quail-keyboard-layout-substitution.
13248 (quail-insert-kbd-layout): New function.
13249 (quail-show-keyboard-layout): New function.
13250 (quail-get-translation): If the definition is a vector of length
13251 1, and the element is a string of length 1, return the character
13252 in that string.
13253 (quail-update-current-translations): Fix the case of
13254 relative-index out of range.
13255 (quail-build-decode-map, quail-insert-decode-map): New Functions.
13256 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
13257 Show key sequences for all available characters.
13258 (quail-help-insert-keymap-description): Don't show such verbose
13259 key bindings as quail-self-insert-command.
13260
13261 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13262 Format changed, and each element now have extra documentations.
13263 (tit-process-header): Delete invalid characters from TIT-PROMPT.
13264 Adjusted for the change of quail-cxterm-package-ext-info.
13265
13266 2000-09-06 Gerd Moellmann <gerd@gnu.org>
13267
13268 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
13269 requiring it leads to a recursive loading of vc.el and vc-hooks.el
13270 during bootstrap.
13271
13272 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13273
13274 * vc.el: (toplevel): Don't require `dired' at run-time.
13275 (vc-dired-resynch-file): Remove autoload cookie.
13276
13277 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13278
13279 * vc.el: Made several backend functions optional.
13280 (vc-default-responsible-p): New function.
13281 (vc-merge): Use RET for first version to trigger merge-news, not
13282 prefix arg.
13283 (vc-annotate): Handle backends that do not support annotation.
13284 (vc-default-merge-news): Removed. The existence of a merge-news
13285 implementation is now checked on caller sites.
13286
13287 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
13288 case.
13289
13290 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
13291 special case that has been removed from the default in vc-hooks.el.
13292
13293 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13294
13295 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
13296
13297 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13298
13299 * vc-hooks.el: Require vc during compilation.
13300 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
13301 macro `with-vc-properties' in vc.el.
13302 (vc-file-getprop): Doc fix.
13303 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
13304
13305 * vc.el: Require dired-aux during compilation.
13306 (vc-name-assoc-file): Moved to vc-sccs.el.
13307 (with-vc-properties): New macro.
13308 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
13309 vc-finish-steal): Use it.
13310 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
13311 to the backend-specific function is now supposed to do the checkout,
13312 too.
13313 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
13314
13315 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
13316 set file properties; that gets done in the generic code now.
13317
13318 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
13319 Changed parameter list, added code from vc.el that does the
13320 checkout, possibly with a double-take.
13321
13322 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
13323 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
13324 the above under the new name.
13325 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
13326 parameter list, added checkout command.
13327 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
13328 properties; that gets done in the generic code now.
13329
13330 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13331
13332 * vc.el: Docstring fixes (courtesy of checkdoc).
13333
13334 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13335
13336 * vc.el (vc-checkout-writable-buffer-hook)
13337 (vc-checkout-writable-buffer): Remove.
13338 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
13339 (vc-log-mode): Make it into a clean derived major mode.
13340 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
13341 vc-log-mode if log-edit is not available.
13342 (vc-dired-mode-map): Don't set-keymap-parent yet.
13343 (vc-dired-mode): Do set-keymap-parent here.
13344 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
13345
13346 2000-09-05 Gerd Moellmann <gerd@gnu.org>
13347
13348 * faces.el (set-face-attribute, face-spec-reset-face)
13349 (face-spec-set): Avoid consing by removing calls to `apply'.
13350
13351 * frame.el (frame-parameter): Move to C code.
13352
13353 2000-09-05 Dave Love <fx@gnu.org>
13354
13355 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
13356 insert-before-markers-and-inherit. Now checked systematically!
13357
13358 2000-09-05 Alex Schroeder <alex@gnu.org>
13359
13360 * sql.el (sql-postgres): Use sql-postgres-options.
13361 (sql-postgres-options): New variable.
13362
13363 2000-09-05 Alex Schroeder <alex@gnu.org>
13364
13365 * sql.el (sql-mode-menu): Work around missing variable mark-active
13366 in XEmacs.
13367 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
13368 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
13369 compatibility.
13370
13371 2000-09-04 Gerd Moellmann <gerd@gnu.org>
13372
13373 * vc.el (vc-dired-resynch-file): Add autoload cookie.
13374
13375 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
13376
13377 * Makefile.in (DONTCOMPILE): Fix typo in file name.
13378
13379 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13380
13381 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
13382 don't support anything else under SCCS yet.
13383
13384 * vc-hooks.el: Minor doc fixes.
13385
13386 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13387
13388 * vc.el (vc-next-action-on-file): Do not visit the file if it's
13389 not necessary. If verbose in state `needs-patch', do the same as
13390 under `up-to-date'. When NOT verbose and `needs-patch', check out
13391 latest version instead of `merge-news'.
13392 (vc-next-action-dired): Don't mess with default-directory here; it
13393 breaks other parts of dired. It is the job of the
13394 backend-specific functions to adjust it temporarily if they need it.
13395 (vc-next-action): Remove a special CVS case.
13396 (vc-clear-headers): New optional arg FILE.
13397 (vc-checkin, vc-checkout): Set properties vc-state and
13398 vc-checkout-time properly.
13399 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
13400 (vc-print-log): Use new backend function `show-log-entry'.
13401 (vc-cancel-version): Do the checks in a different order. Added a
13402 FIXME concerning RCS-only code.
13403
13404 * vc-rcs.el (vc-rcs-show-log-entry): New function.
13405 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
13406
13407 * vc-cvs.el (vc-cvs-show-log-entry): New function.
13408
13409 * vc-hooks.el (vc-default-mode-line-string): Show state
13410 `needs-patch' as a `-' too.
13411
13412 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13413
13414 * vc.el (vc-responsible-backend): New optional arg REGISTER.
13415 (vc-default-could-register): New function.
13416 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
13417 (vc-resynch-buffer): Call vc-dired-resynch-file.
13418 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
13419 vc-resynch-buffer instead of vc-resynch-window.
13420 (vc-next-action-dired): Don't redisplay here, that gets done as a
13421 result of the individual file operations.
13422 (vc-retrieve-snapshot): Corrected prompt order.
13423
13424 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
13425
13426 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
13427 as well.
13428 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
13429 hostname regexps. Updated all callers.
13430 (vc-cvs-responsible-p): Handle directories as well.
13431 (vc-cvs-could-register): New function.
13432 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
13433 properties up-to-date.
13434
13435 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
13436 user whether to create one.
13437
13438 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13439
13440 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
13441 check out a non-existing file.
13442
13443 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
13444 workfile does not exist.
13445
13446 * vc.el (vc-version-diff): Use `require' to check for existence of
13447 diff-mode.
13448
13449 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13450
13451 * vc-cvs.el (vc-cvs-registered): Use new function
13452 vc-cvs-parse-entry to do the actual work.
13453
13454 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13455
13456 * vc-hooks.el (vc-find-backend-function): If function doesn't
13457 exist, return nil instead of error.
13458 (vc-call-backend): Doc fix.
13459
13460 * vc.el (vc-do-command): Doc fix.
13461 (vc-finish-logentry): When checking in from vc-dired, choose the
13462 right backend for logentry check.
13463 (vc-dired-mode-map): Inherit from dired-mode-map.
13464 (vc-dired-mode): Local value of dired-move-to-filename-regexp
13465 simplified.
13466 (vc-dired-state-info): Removed, updated caller.
13467 (vc-default-dired-state-info): Use parentheses instead of hyphens.
13468 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
13469 (vc-dired-listing-switches): New variable.
13470 (vc-directory): Use it, instead of dired-listing-switches.
13471
13472 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
13473 (vc-cvs-dir-state): New function.
13474 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
13475 (vc-cvs-parse-entry): New function, also to be used in
13476 vc-cvs-registered.
13477
13478 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13479
13480 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
13481 *or* single-window-frames.
13482
13483 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13484
13485 * vc.el (vc-update-changelog): Split into generic part and default
13486 implementation. Doc string adapted.
13487 (vc-default-update-changelog): New function. Call the `rcs2log'
13488 script in exec-directory, to fix a long-standing nuisance.
13489
13490 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
13491 simply signals an error.
13492
13493 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13494
13495 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
13496 control-flow more clear and to avoid running `cvs' twice.
13497
13498 * vc.el (vc-next-action-on-file): Doc fix.
13499 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
13500 (vc-print-log): Eval `file' before constructing the continuation.
13501
13502 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13503
13504 * vc.el (vc-next-action-on-file): Corrected several messages.
13505 (vc-merge): Add prefix arg `merge-news'; handle it.
13506
13507 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
13508 is not reached. It is.
13509 (vc-cvs-merge): Set state to 'edited after merge.
13510 (vc-cvs-merge-news): Set workfile version to nil if not known.
13511 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
13512
13513 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
13514 via stdout. (Merge from main line.)
13515
13516 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13517
13518 * vc.el (vc-finish-logentry): Thinko in the "same comment"
13519 detection.
13520
13521 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13522
13523 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
13524 against kill-all-local-variables.
13525 (vc-log-edit): Don't save vc-parent-buffer any more.
13526 (vc-last-comment-match): Initialize to an empty string.
13527 (vc-post-command-functions): New hook.
13528 (vc-do-command): Run it.
13529 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
13530 (vc-finish-logentry): Only add the comment to the ring if it's
13531 different from the last comment entered.
13532 (vc-new-comment-index): New function.
13533 (vc-previous-comment): Use it. Make the minibuffer message
13534 slightly less terse.
13535 (vc-comment-search-reverse): Make it work forward as well. Don't
13536 set vc-comment-ring-index if no match is found. Use
13537 vc-new-comment-index.
13538 (vc-comment-search-forward): Use vc-comment-search-reverse.
13539 (vc-dired-mode-map): Don't inherit from dired-mode-map since
13540 define-derived-mode will do it for us. Bind `v' to a keymap that
13541 inherits from vc-prefix-map so that we can bind `vt' without
13542 binding C-x v t.
13543 (vc-retrieve-snapshot): Parenthesis typo.
13544
13545 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
13546 to 1. Make sure to switch to *vc* before looking for an error
13547 message. Use vc-parse-buffer.
13548
13549 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13550
13551 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
13552 and NAME.
13553 (vc-retrieve-snapshot): Split into two parts.
13554 (vc-default-retrieve-snapshot): New function.
13555
13556 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
13557 (vc-cvs-retrieve-snapshot): New function (untested).
13558 (vc-cvs-stay-local): Default to t.
13559 (vc-cvs-remote-p): New function and property.
13560 (vc-cvs-state): Stay local only if the above is t.
13561 (vc-handle-cvs): Removed.
13562 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
13563 done via vc-handled-backends now.
13564 (vc-cvs-header): Escape Id.
13565
13566 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13567
13568 * vc.el (vc-do-command): Remove unused commands.
13569 (vc-version-diff): Make sure default-directory ends with a slash.
13570 Move the window commands into a vc-exec-after.
13571 (vc-print-log): Move more of the code into the `vc-exec-after'.
13572
13573 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13574
13575 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
13576 (vc-print-log): Search current revision from beginning of buffer.
13577 (vc-revert-buffer): Clear echo area after the diff is finished.
13578 (vc-prefix-map): Removed definition of "t" for terse display in vc
13579 dired.
13580 (vc-dired-mode-map): Inherit from dired-mode-map. Added
13581 definition of "vt" for terse display.
13582 (vc-dired-mode): Fix dired-move-to-filename-regexp.
13583
13584 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13585
13586 * vc.el (vc-exec-after): Avoid caddr.
13587
13588 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13589
13590 * vc.el (vc-exec-after): New function.
13591 (vc-do-command): Use it to add a termination message for async
13592 procs.
13593 (vc-checkout): Try to handle a missing-backend situation.
13594 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
13595 of a directory with a backend using async diffs.
13596 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
13597 present.
13598
13599 * vc-sccs.el (vc-sccs-state-heuristic): Use
13600 file-ownership-preserved-p.
13601
13602 * vc-rcs.el (vc-rcs-state-heuristic): Use
13603 file-ownership-preserved-p.
13604 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
13605
13606 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13607
13608 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
13609 vc-do-command.
13610
13611 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
13612 when there are no changes.
13613
13614 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13615
13616 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
13617
13618 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
13619
13620 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13621
13622 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
13623
13624 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
13625 the `fset' outside of the defvar so that it works even if
13626 vc-prefix-map was already defined.
13627 (vc-setup-buffer): New function, split out of vc-do-command.
13628 (vc-do-command): Allow BUFFER to be t to mean `just use the
13629 current buffer without any fuss'.
13630 (vc-version-diff): Change the `diff' backend operation to just put
13631 the diff in the current buffer without erasing it. Always use
13632 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
13633 shrink-window-if-larger-than-buffer.
13634 (vc-print-log): Change the `print-log' backend operation to just
13635 put the log in the current buffer without erasing it. Protect
13636 shrink-window-if-larger-than-buffer.
13637 (vc-update-change-log): Fix setd typo.
13638
13639 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
13640 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
13641
13642 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
13643 (vc-rcs-diff): Insert in the current buffer and remove unused arg
13644 CMP.
13645
13646 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
13647 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
13648 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
13649
13650 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13651
13652 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
13653 not possible, use vc-BACKEND-workfile-unchanged-p.
13654 (vc-default-workfile-unchanged-p): New function. Delegates to a
13655 full vc-BACKEND-diff.
13656
13657 * vc-hooks.el (vc-simple-command): Removed.
13658
13659 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
13660 instead of vc-simple-command.
13661 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
13662 avoid doing a diff when opening a file.
13663 (vc-rcs-state): Added check for unlocked-changes.
13664 (vc-rcs-header): Escape Id.
13665 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
13666 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
13667 version.
13668
13669 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
13670 (vc-sccs-diff): Remove optional arg CMP.
13671 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
13672 SCCS-specific function.
13673
13674 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
13675 vc-simple-command.
13676
13677 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13678
13679 * vc.el (vc-editable-p): Renamed from vc-writable-p.
13680 (with-vc-file, vc-merge): Use vc-editable-p.
13681 (vc-do-command): Remove unused var vc-file and fix the
13682 doubly-defined `status' var. Add a user message when starting an
13683 async command.
13684 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
13685 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
13686 Use with-current-buffer.
13687 (vc-buffer-sync): Use unless.
13688 (vc-next-action-on-file): If the file is 'edited by read-only,
13689 make it read-write instead of trying to commit.
13690 (vc-version-diff, vc-update-change-log): Use `setq
13691 default-directory' rather than `cd'.
13692 (vc-log-edit): Don't forget to set default-directory in the
13693 buffer.
13694
13695 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
13696 (vc-sccs-state-heuristic): Use file-writable-p instead of
13697 comparing userids.
13698 (vc-sccs-checkout): Use `unless'.
13699
13700 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
13701 of comparing userids.
13702 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
13703 Simplify the logic by eliminating unreachable code.
13704 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
13705 just do a recursive call if we need to retry.
13706 (vc-rcs-checkout): Handle the case where rcs is missing by making
13707 the buffer read-write if requested and re-signalling the error.
13708
13709 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
13710
13711 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13712
13713 * vc-hooks.el (vc-handled-backends): Docstring change.
13714 (vc-ignore-vc-files): Mark obsolete.
13715 (vc-registered): Check vc-ignore-vc-files.
13716 (vc-find-file-hook, vc-file-not-found-hook): Don't check
13717 vc-ignore-vc-files.
13718
13719 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
13720
13721 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13722
13723 * vc.el (vc-checkout): Don't do anything special for ange-ftp
13724 files since ange-ftp already has vc-registered return nil.
13725
13726 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
13727 (vc-sccs-workfile-version): Use with-temp-buffer and new
13728 vc-parse-buffer and don't bother setting the property.
13729 (vc-sccs-add-triple): Use with-current-buffer and
13730 find-file-noselect.
13731 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
13732
13733 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
13734 derives from the old vc-parse-buffer but uses the revision number
13735 rather than the date (much easier to compare robustly).
13736 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
13737 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
13738 locking-user more directly. Check strict locking and set
13739 checkout-model appropriately.
13740 (vc-rcs-parse-locks): Remove.
13741 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
13742 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
13743 (vc-rcs-system-release): Use with-current-buffer and
13744 vc-parse-buffer.
13745 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
13746
13747 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
13748 (vc-simple-command): Docstring fix.
13749 (vc-registered): Align the way the file-handler is called with the
13750 way the function itself works.
13751 (vc-file-owner): Remove.
13752
13753 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
13754 extraction of fields and call to file-attributes because of a
13755 temporary bug in rcp.el.
13756 (vc-cvs-fetch-status): Use with-current-buffer.
13757
13758 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13759
13760 * vc.el (vc-do-command): Use file-relative-name.
13761 (vc-responsible-backend): Use vc-backend if possible.
13762 (vc-create-snapshot): Improve the `interactive' spec. Add support
13763 for branches and dispatch to backend-specific `create-snapshot'.
13764 (vc-default-create-snapshot): New function, containing the bulk of
13765 the old vc-create-snapshot.
13766 (vc-retrieve-snapshot): Improve the interactive spec.
13767
13768 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
13769 (vc-backend-hook-functions): Remove.
13770 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
13771 (vc-backend): Reintroduce the test for `file = nil' now that I
13772 know why it was there (and added a comment to better remember).
13773
13774 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
13775 code from vc-sccs-hooks.el.
13776 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
13777 'vc anymore.
13778 (vc-sccs-responsible-p): Use expand-file-name instead of concat
13779 and file-directory-p instead of file-exists-p.
13780 (vc-sccs-check-headers): Simplify the regexp.
13781
13782 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
13783 from vc-rcs-hooks.el. Don't require 'vc anymore.
13784 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
13785 file-directory-p instead of file-exists-p.
13786
13787 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
13788 from vc-cvs-hooks.el.
13789 (proto vc-cvs-registered): Require 'vc-cvs instead of
13790 'vc-cvs-hooks. Don't require 'vc anymore.
13791 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
13792 file-directory-p instead of file-exists-p.
13793 (vc-cvs-create-snapshot): New function, replacing
13794 vc-cvs-assign-name.
13795 (vc-cvs-assign-name): Remove.
13796
13797 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13798
13799 * vc-cvs.el (vc-cvs-header): New var.
13800
13801 * vc-rcs.el (vc-rcs-exists): Remove.
13802 (vc-rcs-header): New var.
13803
13804 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
13805 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
13806 (vc-sccs-header): New var.
13807
13808 * vc.el (vc-do-command): Get rid of the `last' argument.
13809 (vc-header-alist): Remove, replaced by vc-X-header.
13810 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
13811 (vc-dired-hook): Use expand-file-name instead of concat.
13812 (vc-directory): Use file-name-as-directory.
13813 (vc-snapshot-precondition, vc-create-snapshot)
13814 (vc-retrieve-snapshot): Allow the command to operate on any
13815 directory.
13816
13817 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
13818 just removing the 'WORKFILE argument or by removing the 'MASTER
13819 argument and replacing `file' with (vc-name file).
13820
13821 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13822
13823 * vc.el: Update Copyright and add a crude list of backend funs.
13824 (vc-writable-p): New function.
13825 (with-vc-file): Use vc-writable-p.
13826 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
13827 (vc-register): Avoid vc-name.
13828 (vc-locking-user): Remove.
13829 (vc-steal-lock): Make the `owner' arg non-optional.
13830 (vc-merge): Use vc-writable-p instead of vc-locking-user and
13831 vc-checkout-model.
13832 (vc-default-dired-state-info): Use vc-state instead of
13833 vc-locking-user and return special strings for special states.
13834 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
13835 and get rid of one of the special CVS cases.
13836 (vc-cancel-version): prettify error message with \\[...].
13837 (vc-rename-master): New function.
13838 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
13839 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
13840 the CVS special case generic.
13841 (vc-default-record-rename): Remove.
13842 (vc-file-tree-walk-internal): Only call FUNC for files that are
13843 under control of some VC backend and replace `concat' with
13844 expand-file-name.
13845 (vc-file-tree-walk): Update docstring.
13846 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
13847 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
13848
13849 * vc-sccs.el (vc-sccs-rename-file): Renamed from
13850 vc-sccs-record-rename. Use `find-file-noselect' rather than
13851 `find-file' and call `vc-rename-master' to do the actual move.
13852 (vc-sccs-diff): Remove unused `backend' variable.
13853
13854 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
13855 to delay loading of vc-sccs until it is really used.
13856 (vc-sccs-master-templates): Preload.
13857 (vc-sccs-state): Update call to vc-sccs-parse-locks.
13858 (vc-sccs-project-dir): Remove (merged into
13859 vc-sccs-search-project-dir).
13860 (vc-sccs-search-project-dir): Rewrite using file name handling ops
13861 rather than `concat', make sure it is preloaded and don't bother
13862 to check that the file actually exists.
13863 (vc-sccs-parse-locks): Remove unused `file' argument, remove
13864 `locks' argument (use buffer's content instead) and eliminate n^2
13865 behavior.
13866
13867 * vc-rcs.el: Update Copyright.
13868 (vc-rcs-rename-file): New function.
13869 (vc-rcs-diff): Remove unused `backend' variable.
13870
13871 * vc-hooks.el: Update Copyright.
13872 (vc-backend): Don't accept a nil argument any more.
13873 (vc-up-to-date-p): Turn into a defsubst.
13874 (vc-possible-master): New function.
13875 (vc-check-master-templates): Use `vc-possible-master' and allow
13876 funs in vc-X-master-templates to return a non-existent file.
13877
13878 * vc-cvs.el: Update Copyright.
13879 (vc-cvs-diff): Remove unused `backend' variable.
13880 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
13881
13882 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
13883
13884 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13885
13886 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
13887 since it can be called from vc-rcs.el.
13888 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
13889
13890 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13891
13892 * vc.el (vc-version-diff): Expand file name read from the
13893 minibuffer. Handle the case when a previous version number can't
13894 be guessed. Give suitable messages when there were no differences
13895 found.
13896 (vc-clear-headers): Call backend-specific implementation, if one
13897 exists.
13898 (vc-cancel-version): Made error checks generic. When done, clear
13899 headers generically, too.
13900
13901 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
13902 from vc-clear-headers in vc.el.
13903
13904 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
13905 correctly.
13906 (vc-rcs-latest-on-branch-p): Made second argument VERSION
13907 optional. Handle the case when it's not there.
13908
13909 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13910
13911 * vc.el (vc-locking-user): Moved from vc-hooks.el.
13912
13913 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13914
13915 * vc-hooks.el (vc-loadup): Remove.
13916 (vc-find-backend-function): Use `require'. Also, handle the case
13917 where vc-BACKEND-hooks.el doesn't exist.
13918 (vc-call-backend): Cleanup.
13919
13920 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13921
13922 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
13923 vc-rcs-grab-templates)
13924 (vc-rcs-registered): Remove. The default function works as well.
13925 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
13926 vc-sccs-grab-templates)
13927 (vc-sccs-registered): Remove. The default function works as well.
13928
13929 * vc.el (vc-version-diff): Left out a vc- in call to
13930 vc-call-backend.
13931 (vc-default-dired-state-info, vc-default-record-rename)
13932 (vc-default-merge-news): Update for the new backend argument.
13933
13934 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
13935 using the default function.
13936 (vc-call-backend): If calling the default function, pass it the
13937 backend as first argument. Update the docstring accordingly.
13938 (vc-default-state-heuristic, vc-default-mode-line-string): Update
13939 for the new backend argument.
13940 (vc-make-backend-sym): Renamed from vc-make-backend-function.
13941 (vc-find-backend-function): Use the new name.
13942 (vc-default-registered): New function.
13943
13944 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13945
13946 * vc.el (vc-merge): Use vc-find-backend-function.
13947
13948 * vc-hooks.el (vc-backend-functions): Remove.
13949 (vc-loadup): Don't setup 'vc-functions.
13950 (vc-find-backend-function): New function.
13951 (vc-call-backend): Use above fun and populate 'vc-functions
13952 lazily.
13953 (vc-backend-defines): Remove.
13954
13955 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13956
13957 * vc.el (vc-register): Put a FIXME note for a newly found bug.
13958 Call vc-call-backend without the leading vc-.
13959 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
13960 (vc-check-headers): Call vc-call-backend without the leading vc-.
13961 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
13962 (vc-annotate-display): Replace confusing use of `cond' with `or'.
13963 Call vc-call-backend without the leading vc-.
13964
13965 * vc-cvs.el (tail): Provide vc-cvs.
13966 * vc-sccs.el (tail): Provide vc-sccs.
13967 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
13968
13969 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
13970 (vc-make-backend-function, vc-call): Pass names without leading
13971 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
13972 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
13973 (vc-call-backend): Always try to load vc-X-hooks.
13974 (vc-registered): Remove vc- in call to vc-call-backend.
13975
13976 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13977
13978 * vc.el (vc-process-filter): New function.
13979 (vc-do-command): Setup `vc-process-filter' for the async process.
13980 (vc-maybe-resolve-conflicts): New function to reduce
13981 code-duplication. Additionally, it puts the buffer in
13982 `smerge-mode' if applicable.
13983 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
13984 calling `merge-news'.
13985 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
13986 (vc-log-edit): New function. Replacement for `vc-log-mode' by
13987 interfacing to log-edit.el.
13988 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
13989 log-edit is available.
13990 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
13991
13992 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13993
13994 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
13995 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
13996 defvar and the initialization.
13997 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
13998
13999 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14000 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14001
14002 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14003
14004 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14005
14006 * vc.el (vc-file-clear-masterprops): Removed.
14007 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14008 (vc-version-diff): Use buffer-size without argument.
14009 (vc-register): Heed vc-initial-comment.
14010
14011 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14012 default branch.
14013
14014 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14015 file name and workfile version.
14016 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14017
14018 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14019 vc-file-clear-masterprops.
14020
14021 * vc-sccs.el (vc-sccs-checkout): Removed call to
14022 vc-file-clear-masterprops. If writable, set vc-state to 'edited
14023 rather than user login name.
14024
14025
14026 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14027
14028 * vc.el (vc-workfile-unchanged-p): Remove unused argument
14029 `want-differences-if-changed' and simplify.
14030 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
14031 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
14032 output (which is invalid for async vc-diff) to decide whether to
14033 do the revert silently or not.
14034
14035 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14036
14037 * vc-hooks.el (vc-loadup): Load files quietly.
14038 (vc-call-backend): Oops, brain fart.
14039
14040 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14041
14042 * vc-cvs.el (vc-cvs-state): Typo.
14043 (vc-cvs-merge-news): Return the status code rather than the error msg.
14044
14045 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14046
14047 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14048 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14049 vc-state or vc-up-to-date-p.
14050 (vc-merge): Use vc-backend-defines to check whether merging is
14051 possible. Set state to 'edited after successful merge.
14052
14053 * vc-hooks.el (vc-locking-user): If locked by the calling user,
14054 return that name. Redocumented.
14055
14056 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14057
14058 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14059 new `vc-state' semantics.
14060 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14061 'vc-locking-user to the current user.
14062 (vc-merge): Inline vc-backend-merge. Comment out code that I
14063 don't understand and hence can't adapt to the new `vc-state' and
14064 `vc-locking-user' semantics.
14065 (vc-backend-merge): Remove.
14066
14067 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14068 rather than 'vc-locking-user.
14069
14070 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14071
14072 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14073 (vc-state): Don't use 'reserved any more. Just use the same
14074 convention as the one used for vc-<backend>-state where the
14075 locking user (as a string) is returned.
14076 (vc-locking-user): Update, based on the above convention. The
14077 'vc-locking-user property has disappeared.
14078 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14079
14080 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14081 with a heuristic one.
14082 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14083 (vc-cvs-checkin): Do a trivial parse to set the state in case of
14084 error. That allows us to get to 'needs-merge even in the
14085 stay-local case. There's still no way to detect 'needs-patch in
14086 such a setup (or to force an update for that matter).
14087 (vc-cvs-logentry-check): Remove, the default works as well.
14088
14089 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14090
14091 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14092
14093 * vc.el (vc-do-command): kill-all-local-variables, to reset any
14094 major-mode in which the buffer might have been put earlier. Use
14095 `remove' and `when'. Allow `okstatus' to be `async' and use
14096 `start-process' in this case.
14097 (vc-version-diff): Handle the case where the diff looks empty
14098 because of the use of an async process.
14099
14100 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14101
14102 * vc.el (vc-next-action-on-file): Removed optional parameter
14103 `simple'. Recompute state unconditionally.
14104 (vc-default-toggle-read-only): Removed.
14105
14106 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14107 (vc-toggle-read-only): Undid prev change.
14108
14109 * vc-cvs.el (vc-cvs-stay-local): Renamed from
14110 vc-cvs-simple-toggle. Redocumented.
14111 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14112 (vc-cvs-toggle-read-only): Removed.
14113
14114 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14115
14116 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14117 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14118 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14119 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
14120 still is. So maybe it should be removed.
14121 (vc-head-version, vc-find-binary): Remove.
14122 (vc-recompute-state): Move from vc-hooks.el.
14123 (vc-next-action-on-file): Add a `simple' argument to allow
14124 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14125 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14126 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14127 (vc-dired-mode-map): Properly defvar it.
14128 (vc-print-log): Call log-view-mode if available.
14129 (small-temporary-file-directory): defvar instead of use boundp.
14130 (vc-merge-news): Moved to vc-cvs.el.
14131 (vc-default-merge-news): New function.
14132
14133 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
14134 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
14135 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
14136 unknown `vc-latest-version' function. It should probably refer to
14137 vc-workfile-version or somesuch, but it's very unclear to me and I
14138 don't have SCCS to test things.
14139
14140 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
14141 (vc-sccs-state-heuristic): Fix typo.
14142 (vc-sccs-workfile-unchanged-p): Add missing argument.
14143
14144 * vc-rcs.el: Require vc and vc-rcs-hooks.
14145 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
14146 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
14147 (vc-release-greater-or-equal-p): Move from vc.
14148 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
14149 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
14150 (vc-rcs-checkout): Add a missing `new-version' argument in the
14151 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
14152
14153 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
14154 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
14155 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
14156 than the apparently unbound `workfile-version'.
14157
14158 * vc-hooks.el (vc-master-templates): Def the obsolete var.
14159 (vc-file-prop-obarray): Use `make-vector'.
14160 (vc-backend-functions): Add new hookable functions
14161 vc-toggle-read-only, vc-record-rename and vc-merge-news.
14162 (vc-loadup): If neither backend nor default functions exist, use
14163 the backend function rather than nil.
14164 (vc-call-backend): If the function if not bound yet, try to load
14165 the non-hook file to see if it provides it.
14166 (vc-call): New macro plus use it wherever possible.
14167 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14168 nor `vc-find-binary' since it's only called from
14169 vc-mistrust-permission which is only used once the backend is known.
14170 (vc-checkout-model): Fix parenthesis.
14171 (vc-recompute-state, vc-prefix-map): Move to vc.el.
14172
14173 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
14174 (vc-cvs-release, vc-cvs-system-release): Remove.
14175 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
14176 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
14177 status symbols.
14178 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
14179 (vc-cvs-toggle-read-only): First cut at a function to allow a
14180 cvs-status-free vc-toggle-read-only.
14181 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
14182 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
14183 vc-cvs-status. Also set vc-state rather than vc-locking-user.
14184 (vc-cvs-checkout): Modify access rights directly if the user
14185 requested not to use `cvs edit'. And refresh the mode line.
14186
14187 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
14188 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
14189
14190 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14191
14192 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
14193 workfile' that got lost when the code was extracted from vc.el.
14194 And merged the tail with the rest of the code (not possible in the
14195 old vc.el where the tail was shared among all backends). And
14196 explicitly set the state to 'edited if `writable' is set.
14197
14198 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
14199 (vc-cvs-state): Be careful to return the value from
14200 vc-cvs-parse-state.
14201 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
14202 property but return it instead. Also be careful to handle a nil
14203 or "" `rev' when workfile is non-nil (it was handled properly when
14204 workfile was nil).
14205
14206 * vc.el: Removed those pesky unnecessary `(function' quotes.
14207 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
14208 directly in the defvar.
14209 (vc-do-command): Bind inhibit-read-only so as to properly handle
14210 the case where the destination buffer has been made read-only.
14211 (vc-diff): Delegate to vc-version-diff in all cases.
14212 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
14213 (vc-annotate-mode-variables): Removed (code moved partly to
14214 defvars and partly to vc-annotate-add-menu).
14215 (vc-annotate-mode): Turned into a derived-mode.
14216 (vc-annotate-add-menu): Moved in code in
14217 vc-annotate-mode-variables.
14218 (vc-update-change-log): Use make-temp-file if available.
14219
14220 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
14221
14222 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
14223 `vc-checkout-model' updated to `vc-cvs-update-model'.
14224
14225 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14226
14227 * vc.el (vc-next-action-on-file): Added handling of state
14228 `unlocked-changes'.
14229 (vc-checkout-carefully): Is now practically obsolete, unless the
14230 above is too slow to be enabled unconditionally.
14231 (vc-update-change-log): Fixed typo.
14232
14233 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
14234
14235 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
14236 Now handles state `unlocked-changes'.
14237 (vc-sccs-workfile-unchanged-p): New function, to support the above.
14238
14239 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
14240
14241 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
14242 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
14243 `unlocked-changes'.
14244 (vc-rcs-workfile-unchanged-p): Renamed from
14245 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
14246 function yet, but supposed to become one soon.
14247
14248 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
14249 `vc-steal-lock'.
14250 (vc-call-backend): Changed error message.
14251 (vc-state): Added description of state `unlocked-changes'.
14252
14253 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14254
14255 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
14256 always return t in CVS-controlled directories.
14257
14258 * vc.el (vc-responsible-backend): New function.
14259 (vc-register): Largely rewritten.
14260 (vc-admin): Removed (implementation moved into vc-register).
14261 (vc-checkin): Redocumented.
14262 (vc-finish-logentry): If no backend defined yet (because we are in
14263 the process of registering), use the responsible backend.
14264
14265 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14266 Updated function lists.
14267 (vc-call-backend): Fixed typo.
14268
14269 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
14270 New functions.
14271 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
14272 Removed query option. Redocumented.
14273
14274 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14275
14276 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
14277
14278 * vc.el: Updated callers of `vc-checkout-required' to use
14279 `vc-checkout-model'.
14280
14281 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14282
14283 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
14284 stuff updated to reference this function instead of the old
14285 `vc-backend-release-p'.
14286
14287 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14288
14289 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
14290 vc-checkout-model. Return appropriate values. Updated callers.
14291
14292 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14293
14294 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
14295 (vc-backend-revert): Function moved into `vc-revert';
14296 `vc-next-action' must be updated to accomodate this change.
14297 (vc-backend-steal): Function moved into `vc-finish-steal'.
14298 (vc-backend-logentry-check): Function moved into
14299 `vc-finish-logentry'.
14300 (vc-backend-printlog): Function moved into `vc-print-log'.
14301 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
14302 (vc-backend-assign-name): Function moved into
14303 `vc-create-snapshot'.
14304
14305 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14306
14307 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
14308 Rename to vc-checkout-model. Return appropriate values.
14309 Update callers.
14310
14311 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
14312 to vc-checkout-model.
14313 (vc-checkout-required): Rename to vc-checkout-model.
14314 Re-implement and re-comment.
14315 (vc-after-save): Use vc-checkout-model.
14316
14317 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14318
14319 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
14320 Update to use the vc-BACKEND-diff functions instead.
14321 `vc-diff' is now working.
14322
14323 * vc-rcs.el (vc-rcs-logentry-check): New function.
14324
14325 * vc-cvs.el (vc-cvs-logentry-check): New function.
14326
14327 * vc-sccs.el (vc-sccs-diff): Function changed name from
14328 `vc-backend-diff'. This makes `vc-diff' work.
14329
14330 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
14331 of functions possibly implemented in a vc-BACKEND library.
14332 (vc-checkout-required): Fix bug that caused an error to be
14333 signaled during `vc-after-save'.
14334
14335 * vc.el: Fix typo.
14336 This checkin is made with our new VC code base for the very first time.
14337 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
14338
14339 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
14340 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
14341
14342 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
14343 updated to `vc-uses-locking'.
14344 (vc-checkout-required): Call to backend function.
14345 `vc-checkout-required' updated to `vc-uses-locking' instead.
14346
14347 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
14348 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
14349
14350 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
14351 to match the split into various backends.
14352 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
14353 (vc-retrieve-snapshot): Bug fix.
14354
14355 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14356
14357 * vc-sccs.el (vc-sccs-release): Doc fix.
14358
14359 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14360
14361 * vc.el (vc-next-action-on-file): Bug found and fixed.
14362 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
14363 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
14364
14365 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
14366 (vc-rcs-checkout): Name space cleaned up. No more revision number
14367 crunching function names that are not prefixed with vc-rcs.
14368 (vc-rcs-checkout-model): Function added. References to
14369 `vc-checkout-model' replaced.
14370
14371 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14372
14373 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
14374 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
14375 still need to be split, and implemented for RCS).
14376
14377 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14378
14379 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
14380
14381 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
14382 required by the vc.el file.
14383
14384 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
14385 required by the vc.el file.
14386 (vc-rcs-exists): Function added.
14387
14388 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
14389 required by the vc.el file.
14390
14391 * vc.el (vc-admin): Updated to handle selection of appropriate
14392 backend. Current implementation is crufty and need re-thinking.
14393
14394 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
14395
14396 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14397
14398 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
14399 beginning of annotate buffers correctly.
14400
14401 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
14402 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
14403 functionality updated quite a lot to support multiple backends.
14404 Variables `vc-annotate-mode', `vc-annotate-buffers',
14405 `vc-annotate-backend' added.
14406
14407 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
14408 `vc-annotate-difference' added to supported backend functions.
14409
14410 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14411
14412 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
14413 Use with-temp-file instead of /bin/sh. Merged from mainline
14414
14415 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14416
14417 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
14418
14419 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
14420
14421 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
14422
14423 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14424
14425 * vc-hooks.el: vc-state-heuristic added to
14426 vc-backend-hook-functions.
14427
14428 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
14429
14430 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
14431
14432 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
14433 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
14434 state to `reserved'.
14435
14436 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
14437 `vc-checkout-required'. Rename the `locked' state to `reserved'.
14438
14439 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14440
14441 * vc-rcs-hooks.el: Implement new state model. Hardly anything
14442 untouched.
14443
14444 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
14445
14446 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
14447 if defined. (Merged from main line, slightly adapted.)
14448
14449 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
14450 millenium problem (merged from mainline).
14451
14452 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14453
14454 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
14455 part and moved the non-BACKEND stuff to vc.el.
14456
14457 * vc.el: Split the annotate feature into a BACKEND specific part
14458 and moved it from the vc-cvs.el file to this one.
14459
14460 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14461
14462 * vc-hooks.el: Implement new state model.
14463 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
14464 (vc-locking-user): Simplify. Now only needed if the file is
14465 locked by somebody else.
14466 (vc-lock-from-permissions): Remove. Functionality is in
14467 vc-sccs-hooks.el and vc-rcs-hooks.el now.
14468 (vc-mode-line-string): New name for former vc-status. Adapted.
14469 (vc-mode-line): Adapt to use the above. Remove optional parameter.
14470
14471 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
14472 Various simplifications and adaptations all over the place.
14473
14474 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
14475 Simplify and adapt the rest.
14476
14477 * vc.el (vc-resynch-window): Add TODO comment: check for
14478 interaction with view mode according to recent RCS change.
14479 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
14480
14481 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14482
14483 * vc.el: Convert the remaining function comments to docstrings.
14484
14485 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14486
14487 * vc.el (vc-backend-release, vc-release-greater-or-equal)
14488 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
14489 (vc-minor-part, vc-previous-version): Functions that operate and
14490 compare revision numbers got proper documentation. Comments added
14491 about their possible removal.
14492
14493 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14494
14495 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
14496 the vc-backend.el files.
14497
14498 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
14499
14500 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
14501 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
14502 (vc-rcs-previous-version): Functions added.
14503
14504 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
14505
14506 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
14507
14508 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14509
14510 * vc-hooks.el (vc-master-templates): Is really obsolete.
14511 Comment out the definition for now. What is the right procedure
14512 to get rid of it?
14513 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
14514 rewritten.
14515 (vc-default-registered): Remove.
14516 (vc-check-master-templates): New function; does mostly what the
14517 above did before.
14518 (vc-locking-user): Don't rely on the backend to set the property.
14519
14520 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
14521 Rewrite documentation.
14522 (vc-rcs-templates-grabbed): New variable.
14523 (vc-rcs-grab-templates): New function.
14524 (vc-rcs-registered): Rewrite to use above mechanism.
14525
14526 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
14527 Rewrite documentation.
14528 (vc-sccs-templates-grabbed): New variable.
14529 (vc-sccs-grab-templates): New function.
14530 (vc-sccs-registered): Rewrite to use above mechanism.
14531 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
14532 Don't throw the result, simply return it.
14533
14534 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
14535 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
14536 (vc-cvs-registered): Does the check itself now. Simplify.
14537
14538 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
14539 from main line.
14540
14541 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14542
14543 * vc-cvs.el (vc-cvs-diff): New function.
14544
14545 * vc-sccs.el (vc-sccs-diff): New function.
14546
14547 * vc-rcs.el (vc-rcs-diff): New function.
14548 (vc-rcs-checkout): Bug (typo) found and fixed.
14549 (vc-rcs-register-switches): New variable.
14550
14551 * vc.el (vc-backend-diff): Function removed and placed in the
14552 backend files.
14553
14554 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14555
14556 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
14557
14558 * vc.el (vc-backend-checkout): Function removed and replaced in
14559 the vc-backend.el files.
14560
14561 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
14562
14563 * vc.el (vc-backend-admin): Removed and replaced in the
14564 vc-backend.el files.
14565
14566 * vc.el (Martin): Removed all the annotate functionality since it
14567 is CVS backend specific.
14568
14569 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14570
14571 * spec.txt: Added specification of vc-state.
14572
14573 * vc-sccs-hooks.el (vc-sccs-master-properties):
14574 Remove handling of vc-latest-version and
14575 vc-your-latest-version. What used to be vc-latest-version, is now
14576 returned as vc-workfile-version.
14577 (vc-sccs-workfile-version): Adapt.
14578
14579 2000-09-04 Dave Love <fx@gnu.org>
14580
14581 * vc.el: [Merged from mainline.]
14582 (vc-dired-mode): Make the dired-move-to-filename-regexp
14583 regexp match the date, to avoid treating date as file size.
14584 Add YYYY S option to WESTERN/
14585
14586 2000-09-04 Dave Love <fx@gnu.org>
14587
14588 * vc.el: Require `compile' when compiling.
14589 (vc-logentry-check-hook): New option.
14590 (vc-steal-lock): Use compose-mail.
14591 (vc-dired-mode-map): Defvar when compiling.
14592 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
14593 vc-sccs.el and renamed. Callers changed.
14594 (vc-backend-checkout, vc-backend-logentry-check)
14595 (vc-backend-merge-news): Doc fix.
14596 (vc-default-logentry-check): New function.
14597 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
14598 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
14599 (vc-backend-merge): Doc fix. Use backend functions.
14600 (vc-check-headers): Use backend functions.
14601
14602 * vc-cvs.el: Require vc when compiling.
14603 (vc-cvs-register-switches): Doc fix.
14604 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
14605 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
14606 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
14607 New functions (code from vc.el).
14608 (vc-annotate-display-default): Fix interactive spec.
14609 (vc-annotate-time-span): Doc fix.
14610
14611 * vc-rcs.el: Require vc when compiling.
14612 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
14613 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
14614 (vc-rcs-checkin): New functions (code from vc.el).
14615 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
14616 Doc fix.
14617 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
14618
14619 * vc-sccs.el: Require vc when compiling.
14620 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
14621 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
14622 (vc-sccs-revert)
14623 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
14624 from vc.el).
14625 (vc-sccs-add-triple, vc-sccs-record-rename)
14626 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
14627 (vc-sccs-admin): Doc fix.
14628
14629 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14630
14631 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
14632 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
14633 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
14634 from vc.el.
14635
14636 * vc-sccs.el (vc-admin-sccs): Added from vc.el
14637
14638 * vc-cvs.el: Moved the annotate functionality from vc.el.
14639 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
14640
14641 2000-09-04 Dave Love <fx@gnu.org>
14642
14643 * vc.el (vc-backend-release): Call vc-system-release.
14644
14645 * vc-sccs.el (vc-sccs-system-release):
14646 Renamed from vc-sccs-backend-release.
14647
14648 * vc-rcs.el (vc-rcs-system-release):
14649 Renamed from vc-rcs-backend-release.
14650
14651 * vc-cvs.el (vc-cvs-system-release):
14652 Renamed from vc-cvs-backend-release.
14653
14654 2000-09-04 Dave Love <fx@gnu.org>
14655
14656 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
14657 backend files.
14658 (vc-backend-release): Dispatch to backend functions.
14659 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
14660 probably needs attention.]
14661
14662 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
14663 (vc-sccs-backend-release): New function.
14664
14665 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
14666 (vc-cvs-backend-release): New function.
14667
14668 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
14669 Doc fix.
14670 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
14671 (vc-default-dired-state-info): New function.
14672 (vc-dired-state-info): Dispatch to backends.
14673 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
14674
14675 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
14676 from vc.el and renamed.
14677
14678 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14679
14680 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
14681 (vc-version-other-window, vc-backend-assign-name): Removed
14682 references to vc-latest-version; sometimes changed into
14683 vc-workfile-version.
14684
14685 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
14686 vc-rcs-master-workfile-version.
14687 (vc-rcs-workfile-version): Use the above. Don't call
14688 vc-latest-version (that was unreachable code, anyway).
14689 (vc-rcs-fetch-master-properties): Doc fix.
14690
14691 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
14692 (vc-backend-hook-functions): Removed them from this list, too.
14693 (vc-fetch-properties): Removed.
14694 (vc-workfile-version): Doc fix.
14695
14696 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
14697 (vc-rcs-workfile-version, vc-rcs-locking-user)
14698 (vc-rcs-uses-locking): Use it.
14699
14700 * vc-hooks.el (vc-consult-rcs-headers):
14701 Moved into vc-rcs-hooks.el, under the name
14702 vc-rcs-consult-headers.
14703
14704 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
14705 headers.
14706 (vc-cvs-find-master): Use this name only; correct different
14707 versions of the name.
14708
14709 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
14710 New functions.
14711 (vc-sccs-locking-user): Use the latter.
14712
14713 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
14714 New functions.
14715
14716 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
14717 Moved into both
14718 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
14719 functions are implementation details of those two backends.
14720
14721 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14722
14723 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
14724 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
14725
14726 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
14727 (vc-sccs-parse-locks): SCCS-specific code moved here from
14728 vc-hooks.
14729
14730 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
14731 code moved here from vc-hooks.
14732
14733 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
14734 into back-end specific parts and removed. Callers not updated
14735 yet; because I guess these callers will disappear into back-end
14736 specific files anyway.
14737
14738 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14739
14740 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
14741 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
14742 `vc-uses-locking'.
14743
14744 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
14745 Store yes/no in the property, and return t/nil. Updated all
14746 callers.
14747
14748 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
14749 vc-sccs-uses-locking. Don't set property.
14750 (vc-sccs-locking-user): Don't set property.
14751
14752 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
14753 vc-cvs-uses-locking. Don't set property here; leave that to
14754 vc-hooks.
14755 (vc-cvs-locking-user): Reflect above change. Streamlined.
14756
14757 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
14758 vc-rcs-uses-locking.
14759 (vc-rcs-locking-user): Reflect above change.
14760
14761 2000-09-04 Dave Love <fx@gnu.org>
14762
14763 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
14764
14765 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
14766
14767 * vc-hooks.el (vc-checkout-model): Punt to backends.
14768
14769 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
14770
14771 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
14772
14773 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
14774 New functions.
14775
14776 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
14777 New functions.
14778
14779 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
14780 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
14781
14782 * vc-hooks.el (vc-default-locking-user): New function.
14783 (vc-locking-user, vc-workfile-version): Punt to backends.
14784
14785 2000-09-04 Dave Love <fx@gnu.org>
14786
14787 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
14788 (vc-master-workfile-version): Moved from vc-hooks.
14789
14790 * vc-rcs-hooks.el: Fix duplicate code in last change.
14791
14792 * vc-rcs-hooks.el: Require vc-hooks when compiling.
14793 (vc-rcs-master-templates): Improve :type.
14794 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
14795 vc-master-workfile-version): Moved from vc-hooks.
14796
14797 * vc-sccs-hooks.el: Require vc-hooks when compiling.
14798 (vc-sccs-master-templates): Improve :type.
14799 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
14800
14801 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
14802
14803 * vc-cvs-hooks.el: Require vc-hooks when compiling.
14804 (vc-cvs-master-templates): Improve :type. Use
14805 vc-cvs-find-cvs-master.
14806 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
14807 from vc-hooks.
14808 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
14809
14810 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
14811 Moved to vc-cvs-hooks.
14812
14813 * vc-hooks.el: Add doc strings in various places. Simplify the
14814 minor mode setup.
14815 (vc-handled-backends): New user variable.
14816 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
14817 simplification.
14818
14819 2000-09-04 Dave Love <fx@gnu.org>
14820
14821 * vc.el: Some doc fixes for autoloaded and interactive functions.
14822 Fix compilation warnings from ediff stuff.
14823 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
14824
14825 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
14826
14827 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
14828
14829 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
14830
14831 2000-09-04 Dave Love <fx@gnu.org>
14832
14833 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14834 New variable.
14835 (vc-make-backend-function, vc-loadup, vc-call-backend)
14836 (vc-backend-defines): New functions.
14837
14838 * vc-hooks.el: Various doc fixes.
14839 (vc-default-back-end, vc-follow-symlinks): Custom fix.
14840 (vc-match-substring): Function removed. Callers changed to use
14841 match-string.
14842 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
14843 Simplify.
14844
14845 2000-09-04 Dave Love <fx@gnu.org>
14846
14847 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
14848 type.
14849 (vc-sccs-project-dir, vc-search-sccs-project-dir)
14850 (vc-sccs-registered): Doc fix.
14851
14852 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
14853 (vc-cvs-registered): Doc fix.
14854
14855 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
14856 (vc-rcs-registered): Doc fix.
14857
14858 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14859
14860 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
14861
14862 * vc-hooks.el: vc-registered has been renamed
14863 vc-default-registered. Some functions have been moved to the
14864 backend specific files. they all support the
14865 vc-BACKEND-registered functions.
14866
14867 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14868
14869 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
14870
14871 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
14872
14873 2000-09-04 Dave Love <fx@gnu.org>
14874
14875 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
14876 menu-bar-update-hook.
14877
14878 * help.el (help-manyarg-func-alist): Add
14879 find-operation-coding-system.
14880
14881 * wid-edit.el (widget-sexp-validate): Fix garbled code.
14882
14883 * custom.el (custom-set-variables): Print message about errors in
14884 setting.
14885
14886 2000-09-03 Andrew Innes <andrewi@gnu.org>
14887
14888 * makefile.w32-in: Change to DOS line endings.
14889
14890 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14891
14892 * mouse.el (mouse-popup-menubar): Supply the prompt string for
14893 minor-mode keymaps, if they don't have one.
14894
14895 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14896
14897 * eshell/esh-module.el (eval-when-compile): Don't lose if
14898 esh-module.el's file name is truncated to DOS 8+3 limits.
14899
14900 2000-09-01 John Wiegley <johnw@gnu.org>
14901
14902 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
14903 predicate, which caused entries in the completion list to be
14904 doubled.
14905
14906 2000-08-30 John Wiegley <johnw@gnu.org>
14907
14908 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
14909 sending to subprocesses. Also, hook pre-command-hook if
14910 `eshell-send-direct-to-subprocesses' is non-nil.
14911 (eshell-send-direct-to-subprocesses): New config variable. If t,
14912 subprocess input is send immediately.
14913 (eshell-toggle-direct-send): New function.
14914 (eshell-self-insert-command): New function.
14915 (eshell-intercept-commands): New function.
14916 (eshell-send-input): If direct subprocess sending is enabled,
14917 don't echo any input to the Eshell buffer. Let the subprocess
14918 handle that. This requires "stty echo" in bash, for example.
14919
14920 2000-08-28 John Wiegley <johnw@gnu.org>
14921
14922 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
14923 completion function for Eshell's implementation of `unset'.
14924
14925 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14926
14927 * info.el (Info-directory-list): Doc fix.
14928
14929 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
14930
14931 * filecache.el (file-cache-add-directory-using-find): Don't quote
14932 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
14933
14934 2000-08-31 Kenichi Handa <handa@etl.go.jp>
14935
14936 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
14937 coding systems.
14938
14939 2000-08-30 Andrew Innes <andrewi@gnu.org>
14940
14941 * timer.el (run-with-idle-timer): Undo last change, so that timer
14942 is not activated immediately if Emacs is already idle. Some
14943 existing code relies on this behaviour.
14944
14945 2000-08-30 Miles Bader <miles@gnu.org>
14946
14947 * frame.el (set-frame-font): Do completion of font-name for
14948 interactive use.
14949
14950 2000-08-30 Kenichi Handa <handa@etl.go.jp>
14951
14952 * international/quail.el (quail-start-translation): Bind locally
14953 last-command-event, last-command, and this-command.
14954 (quail-start-conversion): Likewise.
14955 (quail-self-insert-command): Fix docstring.
14956
14957 2000-08-29 Gerd Moellmann <gerd@gnu.org>
14958
14959 * progmodes/executable.el
14960 (executable-make-buffer-file-executable-if-script-p): Check that
14961 buffer contains at least 2 characters.
14962
14963 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
14964
14965 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
14966
14967 2000-08-29 Dave Love <fx@gnu.org>
14968
14969 * diff-mode.el (diff-mode) <defgroup>: Add :version.
14970 (diff-mode-shared-map): Bind mouse-2.
14971 (diff-imenu-generic-expression): New variable.
14972 (diff-mode): Use it.
14973
14974 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
14975 (mouse-popup-menubar): Add minor mode menus.
14976 (popup-menu): Check for lookup-key returning number.
14977
14978 2000-08-29 Miles Bader <miles@gnu.org>
14979
14980 * comint.el (comint-send-input): Create overlays using the proper
14981 front/read-advance arguments.
14982
14983 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14984
14985 * ps-print.el: Even/odd pages printing. Doc fix.
14986 (ps-print-version): New version number (6.0).
14987 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
14988 (ps-background, ps-begin-file, ps-begin-job): Code fix.
14989 (ps-print-duplex-feature): Variable eliminated.
14990 (ps-even-or-odd-pages): New variable.
14991
14992 * progmodes/ebnf2ps.el: Doc fix.
14993 (ebnf-version): New version (3.3).
14994 (ebnf-user-arrow): Change variable customization to sexp.
14995 (ebnf-user-arrow): Function eliminated.
14996 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
14997
14998 2000-08-29 Kenichi Handa <handa@etl.go.jp>
14999
15000 * help.el (help-xref-mule-regexp): New variable.
15001 (help-make-xrefs): Handle help-xref-mule-regexp.
15002
15003 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15004 variable.
15005 (describe-input-method): Temporarily activate the specfied input
15006 method to display the information.
15007 (describe-language-environment): Hyperlinks to mule related items.
15008
15009 * international/mule-diag.el (charset-multibyte-form-string): New
15010 function.
15011 (list-character-sets-1): Use charset-multibyte-form-string.
15012 (describe-character-set): New function.
15013 (describe-coding-system): Hyperlinks to safe character sets.
15014
15015 * international/quail.el (quail-help): New arg PACKAGE.
15016 Hyperlinks to mule related items.
15017 (quail-help-insert-keymap-description): Use
15018 substitute-command-keys instead of describe-bindings.
15019 (quail-translation-help): Hyperlinks to mule related items.
15020
15021 2000-08-28 John Wiegley <johnw@gnu.org>
15022
15023 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15024 have a defsubst call itself. Made `eshell-flatten-list' back into
15025 a function again.
15026
15027 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
15028 catch, in case re-centering point at bottom messes up the display.
15029 This happens frequently in Emacs 21, due I believe to variable
15030 line heights.
15031
15032 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
15033 to call `find-tag-interactive'.
15034
15035 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
15036 the list of remember directories.
15037
15038 2000-08-28 John Wiegley <johnw@gnu.org>
15039
15040 * align.el: Test align-region-separate to see if it's a symbol.
15041
15042 2000-08-28 John Wiegley <johnw@gnu.org>
15043
15044 * eshell/esh-util.el (eshell-flatten-list): Made this function
15045 into a defsubst form. It gets used very frequently, although
15046 calls don't occur all that often.
15047
15048 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15049 examining it.
15050
15051 * eshell/esh-cmd.el (eshell-rewrite-while-command):
15052 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15053 `eshell-protect'.
15054 (eshell-copy-handles): Created a new macro for duplicating the
15055 current set of open handles. This is needed by the looping
15056 functions.
15057 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15058 is not incorrectly stomped on.
15059
15060 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15061 declaration for pcomplete-use-paring.
15062 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15063 value of eshell-cmpl-use-paring.
15064 * pcomplete.el (pcomplete-use-paring): New config variable, to
15065 indicate whether paring should be used.
15066 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15067 completion alternatives that have already been used.
15068
15069 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15070 bound to C-c C-y, which will repeat the previous N arguments
15071 (based on prefix argument).
15072 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15073
15074 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15075 if there is no *Help* buffer. This is for XEmacs, which renames
15076 its help buffers uniquely. TODO: Find out what the current buffer
15077 name to delete is.
15078
15079 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15080 first entry that correlates to a passwd/group number. Later
15081 entries (used for group/user name aliasing to multiple IDs) are
15082 ignored.
15083
15084 * eshell/em-xtra.el (eshell/expr):
15085 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15086 (eshell-grep, eshell/diff, eshell/locate):
15087 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15088 argument list, before passing it to the system command.
15089
15090 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15091 `find-tag' for use at final position in Eshell buffers (which
15092 otherwise triggers an error on Emacs 21).
15093 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15094 buffer, if it is currently bound to `find-tag'.
15095
15096 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15097 in the list of matched Makefile names.
15098 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15099 directory, prefer its contents to Makefile.
15100
15101 * eshell/em-dirs.el (eshell/cd): cd commands that look up
15102 directory parts (like "cd old new", or "cd =regexp"), are now case
15103 sensitive on non-Windows/DOS platforms.
15104
15105 * eshell/esh-mode.el (eshell-parse-command-input): When a user
15106 types RET after an open delimiter (like "), display a message
15107 indicating that Eshell is waiting for the closing delimiter.
15108
15109 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15110 environment variables.
15111
15112 * eshell/em-unix.el (eshell/diff): Added logic to fail more
15113 gracefully if the user enters incorrect arguments.
15114
15115 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15116 Eshell buffers.
15117
15118 * eshell/esh-var.el (eshell-interpolate-variable):
15119 * eshell/esh-mode.el (eshell-move-argument):
15120 * eshell/em-unix.el (eshell-du-sum-directory):
15121 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15122 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15123 (not (= ...)).
15124
15125 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15126 to ensure the `preserve' flag gets propagated when doing recursive
15127 directory copies.
15128
15129 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
15130
15131 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
15132 Don't convert \n into \0177 in memory.
15133 (eshell-read-history, eshell-write-history): Convert \n to \0177,
15134 and back again, when reading and writing.
15135
15136 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
15137
15138 * eshell/esh-util.el (eshell-processp): Added to relieve constant
15139 testing of `fboundp' on `processp'.
15140
15141 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15142 (eshell/jobs): Don't call process-list if it is not bound.
15143 (eshell-gather-process-output): Support systems where async
15144 subprocesses aren't supported.
15145 (eshell-scratch-buffer, eshell-last-sync-output-start): New
15146 variables.
15147
15148 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
15149 eshell-do-eval returns t.
15150 (eshell-do-pipelines-synchronously): New defmacro.
15151 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
15152 when async subprocesses aren't supported.
15153 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
15154 if async subprocesses aren't supported.
15155 (eshell-resume-command): Don't assume STATUS is a string.
15156
15157 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
15158
15159 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
15160 (eshell-close-target, eshell-get-target): Use eshell-processp.
15161 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
15162 fix.
15163 (eshell-get-target, eshell-create-handles): Doc fix.
15164
15165 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
15166
15167 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15168 criterion to include commands that output something, as long as it
15169 leaves both the command and the end-of-buffer visible when the
15170 command has exited.
15171 (eshell-review-quick-commands): Adjust the help doc string
15172 accordingly.
15173
15174 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
15175
15176 * locate.el (locate): Cleaned up locate command's interactive prompting
15177 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
15178
15179 * filecache.el (file-cache-case-fold-search): New variable
15180 (file-cache-assoc-function): New variable
15181 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
15182 Use file-cache-case-fold-search variable
15183 (file-cache-add-file): Use file-cache-assoc-function
15184 (file-cache-delete-file): likewise
15185 (file-cache-directory-name): likewise
15186 (file-cache-debug-read-from-minibuffer): likewise
15187
15188 2000-08-28 Gerd Moellmann <gerd@gnu.org>
15189
15190 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
15191 (abbrev-table-name): New function.
15192 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
15193 If non-nil list local abbrev, only.
15194
15195 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
15196
15197 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
15198 from Gnus support code, and use special article copy buffer
15199 `(gnus-original-article-buffer)' instead. This allows to get rid
15200 of article-hide-headers usage (which breaks in the latest Gnus
15201 version). Thanks to Detlev Zundel.
15202
15203 2000-08-28 Kenichi Handa <handa@etl.go.jp>
15204
15205 * international/quail.el (quail-use-package): Hide "... loaded"
15206 message.
15207 (quail-start-translation, quail-start-conversion): Likewise.
15208
15209 * international/kkc.el (kkc-region): Hide "... loaded" message.
15210
15211 2000-08-27 Dave Love <fx@gnu.org>
15212
15213 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
15214
15215 2000-08-27 Miles Bader <miles@gnu.org>
15216
15217 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
15218
15219 2000-08-27 Kenichi Handa <handa@etl.go.jp>
15220
15221 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
15222 'ja-dic-cnv), not (require 'skkdic-cnv).
15223
15224 2000-08-26 Miles Bader <miles@gnu.org>
15225
15226 * faces.el (face-x-resources): Add entry for :inherit.
15227 * cus-face.el (custom-face-attributes): Add support for :inherit
15228 attribute. Add support for relative face heights.
15229 (custom-face-attributes-get): Treat `nil' as being a default value
15230 for :inherit (as well as `unspecified').
15231
15232 * faces.el (set-face-attribute): Update doc string.
15233 (face-attribute-name-alist): Add :inherit.
15234 (face-valid-attribute-values): Handle :inherit.
15235 (face-read-string): Rephrase prompt to be less confusing.
15236 Assume that DEFAULT is a string, since we must return a string.
15237 (face-read-integer): Use `format' to turn DEFAULT into an
15238 acceptable default for face-read-string. Match NEW-VALUE against
15239 the string "unspecified", not the symbol `unspecified', since
15240 that's what face-read-string returns.
15241 (read-face-attribute): Lookup a name for old-value in valid, and
15242 use it as a default if we find one. Treat all values from
15243 face-read-string as strings. If the default is used, don't do any
15244 more processing on the value, just use the old value directly.
15245 (read-face-and-attribute, modify-face): Tweak prompt.
15246 (read-face-name): Don't assume prompt ends with a space.
15247
15248 * faces.el (describe-face): Add support for :inherit attribute.
15249
15250 2000-08-25 Kenichi Handa <handa@etl.go.jp>
15251
15252 * terminal.el (terminal-emulator): Fix args to `concat'. Now
15253 concat doesn't accept interger.
15254
15255 * international/kkc.el: Remove SKK from Keywords. Require
15256 ja-dic-utl instead of skkdic-utl.
15257
15258 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
15259 Provide ja-dic-cnv instead of skkdic-cnv.
15260 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
15261 (iso-2022-7bit-short): Add safe-charsets property.
15262 (skkdic-convert-postfix): Search Japanese chou-on character in
15263 addition to Hiragana character.
15264 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
15265 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
15266 (batch-skkdic-convert): Likewise.
15267
15268 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
15269 Provide ja-dic-utl instead of skkdic-utl.
15270 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
15271
15272 2000-08-24 Dave Love <fx@gnu.org>
15273
15274 * disp-table.el (standard-display-default): Make the test of `l'
15275 useful.
15276
15277 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
15278 mod sample text.
15279
15280 * international/iso-ascii.el: Make pilcrow convenient string
15281 consistent with section.
15282 (iso-ascii-display): Set up multibyte characters as well as
15283 unibyte.
15284
15285 2000-08-24 Kenichi Handa <handa@etl.go.jp>
15286
15287 * international/mule-cmds.el (reset-language-environment): Set
15288 default-process-coding-system to '(undecided . iso-latin-1), which
15289 makes process I/O almost consistent with file I/O. Call this
15290 function when mule-cmds.el[c] is loaded.
15291
15292 2000-08-22 Andrew Innes <andrewi@gnu.org>
15293
15294 * makefile.w32-in: New file.
15295
15296 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
15297
15298 * comint.el (comint-output-filter): Compare end of
15299 comint-last-output-overlay with the start of the newly inserted
15300 text, not the end, when deciding whether to extend it.
15301 Set saved-point's insertion type to advance after insertion.
15302
15303 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
15304 since this is now done independently of font-lock mode.
15305
15306 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15307
15308 * server.el (server-kill-new-buffers): New user option.
15309 (server-existing-buffer): New buffer-local variable.
15310 (server-visit-files): When using an existing buffer, set
15311 server-existing-buffer to t.
15312 (server-buffer-done): If server-kill-new-buffers is t, kill the
15313 buffer, unless it was already present before visiting it with
15314 Emacs server.
15315
15316 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
15317
15318 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
15319 even if the display doesn't support colors: some displays will
15320 support bold/underline faces.
15321
15322 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15323
15324 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
15325
15326 * startup.el (command-line): If user's init file had an error,
15327 add explanatory text to *Messages*.
15328
15329 2000-08-21 Kenichi Handa <handa@etl.go.jp>
15330
15331 * man.el (Man-getpage-in-background): Decode the process output by
15332 the system locale coding system.
15333
15334 2000-08-20 Dave Love <fx@gnu.org>
15335
15336 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
15337 Don't test x-popup-menu.
15338 (function) <complete-function>: Complete only fbound symbols.
15339 <validate, value>: New.
15340 (variable) <complete-function>: Complete only bound symbols.
15341 (coding-system): Add :base-only, :complete-function, :validate,
15342 :value, :prompt-match.
15343 (widget-coding-system-prompt-value): Use read-coding-system and
15344 act on :base-only.
15345 (editable-field): Add :help-echo.
15346 (widget-push-button-gui, widget-push-button-cache)
15347 (widget-gui-action, widget-editable-list-gui): COmment out, along
15348 with uses.
15349 (widget-at): Make arg optional.
15350 (widget-echo-help): Adjust for current help-echo calling sequence.
15351 (widget-specify-field, widget-specify-button)
15352 (widget-specify-insert, widget-get-sibling, widget-image-find)
15353 (widget-convert, widget-insert, widget-leave-text)
15354 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
15355 (widget-setup, widget-field-find, widget-before-change)
15356 (widget-after-change, widget-default-complete)
15357 (widget-default-create, widget-default-delete)
15358 (widget-push-button-value-create, editable-field)
15359 (widget-field-prompt-value, widget-field-validate)
15360 (widget-choice-value-create, widget-choice-action)
15361 (widget-choice-validate, widget-checklist-add-item)
15362 (widget-radio-add-item, widget-radio-chosen)
15363 (widget-radio-value-inline, widget-editable-list-value-create)
15364 (widget-editable-list-entry-create)
15365 (widget-documentation-link-add)
15366 (widget-documentation-string-value-create)
15367 (widget-regexp-validate, widget-file-complete)
15368 (widget-sexp-validate, widget-plist-convert-widget)
15369 (widget-plist-convert-widget, widget-alist-convert-widget)
15370 (widget-alist-convert-widget, widget-color-complete): Simplify,
15371 particularly to avoid bindings which aren't optimized out.
15372
15373 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
15374 Doc fix.
15375 (down-list, backward-up-list, up-list, kill-sexp)
15376 (backward-kill-sexp, mark-sexp): Make arg optional.
15377 (lisp-complete-symbol): Add optional arg PREDICATE.
15378
15379 * cus-start.el: Add display-buffer-reuse-frames,
15380 file-coding-system-alist.
15381
15382 2000-08-20 Gerd Moellmann <gerd@gnu.org>
15383
15384 * startup.el (command-line): Clear realized faces after
15385 modifying TTY color mappings.
15386
15387 2000-08-20 Miles Bader <miles@gnu.org>
15388
15389 * faces.el (face-attr-match-p): Don't return true if ATTRS are
15390 merely a subset of FACE's attributes.
15391
15392 2000-08-19 Miles Bader <miles@gnu.org>
15393
15394 * comint.el (comint-output-filter): Save the point with a marker,
15395 not just a buffer position.
15396
15397 * international/mule.el (set-buffer-process-coding-system): Make
15398 interactive prompt less confusing.
15399
15400 2000-08-19 Gerd Moellmann <gerd@gnu.org>
15401
15402 * hilit-chg.el: General cleanup of doc strings, comments and
15403 code formatting.
15404
15405 2000-08-19 Miles Bader <miles@gnu.org>
15406
15407 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
15408 Compiler macro removed; beginning-of-line is no longer always
15409 equivalent to forward-line, in the presence of fields.
15410
15411 * comint.el (comint-output-filter): Remove ad-hoc saving of
15412 restriction, and just use save-restriction, now that it works
15413 correctly. Don't adjust comint-last-input-start to account for
15414 our insertion; it shouldn't have moved because we don't use
15415 insert-before-markers anymore. Comment out call to
15416 `force-mode-line-update'; why is it here?
15417
15418 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
15419 while checking for prompt to delete. Use `forward-line 0'
15420 instead of beginning-of-line.
15421 (gud-filter): Temporarily widen gud comint buffer while
15422 examining output.
15423
15424 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
15425
15426 * progmodes/sh-script.el: Big bag of typos.
15427
15428 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
15429 check since ispell-process is not bound when ispell is not yet loaded.
15430
15431 2000-08-18 Dave Love <fx@gnu.org>
15432
15433 * image.el (find-image): Copy `spec' before using plist-put.
15434
15435 2000-08-18 Gerd Moellmann <gerd@gnu.org>
15436
15437 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
15438 `portugues'.
15439
15440 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
15441 backward-kill-sexp, analogous to kill-sexp.
15442
15443 * progmodes/icon.el (icon-indent-line)
15444 (icon-is-continuation-line): Handle comments specially.
15445
15446 2000-08-17 Ken Stevens <k.stevens@ieee.org>
15447
15448 * ispell.el: Set to standard author/maintainer/keyword fields.
15449 Fine tuning to menu map appearance and operation, and added help.
15450 Remove `start' and `end' error messages when compiling.
15451 (ispell-choices-win-default-height): Fixed comment string.
15452 (ispell-dictionary-alist-1): Fixed regexp in castellano and
15453 castellano8 dictionaries.
15454 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
15455 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
15456 dictionary, added italiano dictionary.
15457 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
15458 word character
15459 (ispell-tex-skip-alists): Added psfig support.
15460 (ispell-skip-html): Renamed from ispell-skip-sgml.
15461 (ispell-begin-skip-region-regexp, ispell-skip-region)
15462 (ispell-minor-check): Improved html skipping support to skip across
15463 code, and recognize `&' commands without propper `;' syntax;
15464 (ispell-process-line): Fix alignment error when manually
15465 correcting spelling.
15466 (ispell): Fix comment string.
15467 (ispell-add-per-file-word-list): Always put word list on new line.
15468
15469 2000-08-17 Gerd Moellmann <gerd@gnu.org>
15470
15471 * format.el (format-encode-run-method): Fix error message to say
15472 `encode' instead of `decode'. Use save-window-excursion around
15473 shell-command-on-region as in format-decode-run-method because
15474 shell-command-on-region can display a buffer with error output.
15475 (format-decode): Don't record undo information for the decoding.
15476 (format-annotate-function): Add parameter FORMAT-COUNT. Make
15477 that number part of the temporary buffer name so that more than
15478 one decoding using a temporary buffer can happen safely.
15479
15480 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
15481 of `A-z' in the regexp.
15482
15483 * hilit-chg.el: Fix typos in commentary.
15484
15485 * help.el (view-emacs-news): Rewritten for new naming scheme
15486 for old NEWS files.
15487
15488 * startup.el (command-line): Pop to *Messages* in case an error
15489 is signaled while loading user-init-file.
15490
15491 2000-08-17 Andreas Schwab <schwab@suse.de>
15492
15493 * files.el (insert-directory): Don't lose original file name,
15494 undoing an undocumented change.
15495
15496 2000-08-17 Alex Schroeder <alex@gnu.org>
15497
15498 * sql.el (sql-magic-go): Use comint-bol.
15499 (sql-copy-column): Use comint-line-beginning-position.
15500 (comint-line-beginning-position): Define a replacement for
15501 comint-line-beginning-position if it is not fboundp.
15502
15503 2000-08-17 Alex Schroeder <alex@gnu.org>
15504
15505 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
15506 it didn't have any effect anyway.
15507
15508 2000-08-17 Alex Schroeder <alex@gnu.org>
15509
15510 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
15511 --pset and pager=off instead of sending \\o|cat at the beginning
15512 of the session.
15513
15514 2000-08-17 Miles Bader <miles@gnu.org>
15515
15516 * progmodes/octave-inf.el: Add compatibility definition of
15517 comint-line-beginning-position.
15518
15519 2000-08-17 Kenichi Handa <handa@etl.go.jp>
15520
15521 * startup.el (normal-top-level): Look in each dir in load-path for
15522 a leim-list.el file too. This assures of loading leim-list.el
15523 that is created at Emacs installation time even if a user have his
15524 own leim-list.el.
15525
15526 2000-08-17 Miles Bader <miles@gnu.org>
15527
15528 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
15529 foreground color to black if the background is dark.
15530
15531 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
15532
15533 * loadhist.el (unload-feature): Typo.
15534
15535 * finder.el (finder-compile-keywords):
15536 * cus-dep.el (custom-make-dependencies): Add local-variable settings
15537 to the generated file.
15538
15539 * mail/mh-e.el (mh-make-local-vars):
15540 Replace make-variable-buffer-local with make-local-variable.
15541
15542 * play/landmark.el:
15543 * options.el (Edit-options-{set,toggle,t,nil}):
15544 * mail/mailabbrev.el (mail-abbrevs-mode):
15545 * textmodes/tex-mode.el (tex-expand-files):
15546 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
15547
15548 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
15549
15550 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
15551 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
15552 Allow going past the last element.
15553 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
15554 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
15555 (cvs-mouse-toggle-mark): Don't move point.
15556 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
15557
15558 * progmodes/compile.el (grep): Provide a default set of files.
15559 (next-error): Docstring fix.
15560 (compilation-find-file): Avoid find-file (fails in a dedicated window).
15561
15562 * emacs-lisp/easy-mmode.el (define-minor-mode):
15563 Use `symbol-value' to keep the byte-compiler quiet.
15564
15565 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
15566 (diff-find-source-location): New fun, extracted from diff-goto-source.
15567 (diff-goto-source): Use it.
15568 (diff-next-complex-hunk, diff-filter-lines): New function.
15569 (diff-apply-hunk): New command.
15570
15571 * smerge-mode.el (smerge-mode-menu): Doc fix.
15572
15573 * msb.el (msb-mode): Define it in terms of define-minor-mode.
15574
15575 2000-08-16 Dave Love <fx@gnu.org>
15576
15577 * windmove.el (windmove) <defgroup>: Add :version.
15578
15579 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
15580 (goto-address-fontify-p, goto-address-highlight-p)
15581 (goto-address-url-face, goto-address-url-mouse-face)
15582 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
15583 (goto-address-url-regexp): Use thing-at-point-url-regexp.
15584 (goto-address-fontify, goto-address-at-mouse): Simplify,
15585 (goto-address-at-point): browse-url-url-at-point,
15586 goto-address-find-address-at-point can return nil.
15587 (goto-address-find-address-at-point): Return nil on failure.
15588
15589 * align.el (align) <defgroup>: Add :version.
15590
15591 * calculator.el (calculator): Add :version.
15592 (calculator): Use two lines for calculator window if `modeline'
15593 face is boxed.
15594
15595 * play/5x5.el: Doc fixes.
15596 (5x5) <defgroup>: Add :version.
15597
15598 * play/fortune.el (fortune) <defgroup>: Add :version.
15599 (fortune-append): Fix error message.
15600 (fortune-from-region): Doc fix.
15601
15602 * play/pong.el (pong): Doc fix.
15603
15604 * play/morse.el: Keywords, commentary, autoloads.
15605
15606 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
15607
15608 * desktop.el (desktop-save): Don't look at symbol-value of a
15609 member of minor-mode-alist, unless it is boundp.
15610
15611 2000-08-16 Sam Steingold <sds@gnu.org>
15612
15613 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
15614 `while'; use `with-current-buffer' instead of `save-excursion'.
15615 Removed unnecessary kludges now that "*Buffer List*" is excluded.
15616
15617 2000-08-16 Kenichi Handa <handa@etl.go.jp>
15618
15619 * international/ccl.el (declare-ccl-program): Docstring modified.
15620 (ccl-execute-with-args): Likewise.
15621
15622 2000-08-16 Miles Bader <miles@gnu.org>
15623
15624 * progmodes/sql.el: Add compatibility definition of
15625 comint-line-beginning-position.
15626
15627 2000-08-15 Gerd Moellmann <gerd@gnu.org>
15628
15629 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
15630 'buffer-menu' property.
15631 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
15632 fails.
15633 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
15634 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
15635 wasn't killed.
15636
15637 * buff-menu.el (list-buffers-noselect): Don't display the
15638 *Buffer List* buffer.
15639
15640 * font-lock.el: Require jit-lock to prevent a very late
15641 `Loading jit-lock' message.
15642
15643 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
15644 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
15645 mail address.
15646
15647 2000-08-15 Miles Bader <miles@gnu.org>
15648
15649 * textmodes/ispell.el (ispell-graphic-p): New constant.
15650 (ispell-choices-win-default-height, ispell-help): Use
15651 `ispell-graphic-p' instead of `xemacsp'.
15652
15653 2000-08-15 Dave Love <fx@gnu.org>
15654
15655 * simple.el: Autoload widget-convert when compiling.
15656 (mail-user-agent): Doc fix.
15657
15658 * help.el (function-called-at-point, variable-at-point): Use
15659 with-syntax-table.
15660 (help-manyarg-func-alist): Add insert-and-inherit.
15661
15662 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
15663
15664 * delsel.el (delsel-unload-hook): New function.
15665
15666 * find-file.el: Doc fixes. Move provide to end.
15667 (ff) <defgroup>: Add :link.
15668 (ff-goto-click): Deleted.
15669 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
15670 Use mouse-set-point.
15671
15672 * textmodes/tildify.el: Doc fixes.
15673 (tildify) <defgroup>: Add:version.
15674
15675 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
15676 (glasses-custom-set): Use set-default, not set.
15677 (minor-mode-alist): Propertize the lighter.
15678 (glasses-mode): Provide optional arg.
15679
15680 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
15681 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
15682 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
15683 option. Provide :type.
15684 (cwarn-configuration): Provide :type.
15685 (cwarn-mode): Doc fix.
15686
15687 * add-log.el (change-log-merge): Doc fix.
15688 (change-log-redate): New command.
15689
15690 * net/browse-url.el (browse-url-filename-alist): Add a clause for
15691 Doze and Dog.
15692 (browse-url): Use dolist, not mapcar.
15693 (browse-url-at-point): Check for null url.
15694 (browse-url-event-buffer, browse-url-event-point): Functions
15695 deleted.
15696 (browse-url-at-mouse, browse-url-netscape): Simplify.
15697
15698 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
15699 modes.
15700 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
15701 Fix previous change to mapcan.
15702 (msb--init-file-alist, msb--add-separators)
15703 (msb--make-keymap-menu): Simplify.
15704 (msb--choose-file-menu): Use copy-sequence.
15705 (msb-mode-map): Add title to keymap.
15706 (msb-unload-hook): New function.
15707
15708 * bs.el: Fix indentation.
15709 (bs) <defgroup>: Add :links.
15710 (bs-show): Doc fix.
15711 (bs-apply-sort-faces): Don't use window-system.
15712 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
15713
15714 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
15715
15716 * calendar/timeclock.el (timeclock-file): Run .timelog through
15717 convert-standard-filename.
15718
15719 2000-08-14 Gerd Moellmann <gerd@gnu.org>
15720
15721 * emacs-lisp/authors.el: New file.
15722
15723 * paren.el (show-paren-priority): New user option.
15724 (show-paren-function): Set overlay priorities to
15725 show-paren-priority.
15726
15727 2000-08-14 Miles Bader <miles@gnu.org>
15728
15729 * comint.el (comint-bol): Use `forward-line 0' instead of calling
15730 beginning-of-line with inhibit-field-text-motion bound.
15731
15732 2000-08-14 Gerd Moellmann <gerd@gnu.org>
15733
15734 * calendar/timeclock.el: New file.
15735
15736 2000-08-14 David Ponce <david@dponce.com>
15737
15738 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
15739 `widget-button-click'. so that one can use left mouse button to
15740 click on dialog buttons.
15741
15742 2000-08-14 Emmanuel Briot <briot@gnat.com>
15743
15744 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
15745 identifiers, since XML is case sensitive
15746
15747 2000-08-12 Miles Bader <miles@gnu.org>
15748
15749 * comint.el (comint-output-filter): Don't bother frobbing
15750 window-start, it doesn't seem to be necessary.
15751
15752 * comint.el (comint-send-string, comint-send-region): Make into
15753 real functions. Snapshot the prompt before sending.
15754
15755 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
15756
15757 * info.el (Info-find-emacs-command-nodes): Rewrite to use
15758 technique similar to Info-index, instead of relying on specific
15759 names of relevant Index nodes.
15760 (Info-goto-emacs-command-node): Bind Info-history to nil when
15761 going to the first node found by Info-find-emacs-command-nodes.
15762
15763 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
15764
15765 * menu-bar.el (menu-bar-help-menu): Add a :help string.
15766
15767 2000-08-10 Miles Bader <miles@gnu.org>
15768
15769 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
15770
15771 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
15772
15773 * info.el (Info-file-list-for-emacs): More elements for the
15774 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
15775 and woman manuals.
15776
15777 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
15778
15779 * comint.el (comint-send-input): Make the newline boundary overlay
15780 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
15781 (comint-output-filter): Use `insert' instead of
15782 `insert-before-markers'. Extend comint-last-output-overlay when
15783 necessary since we can't rely on insert-before-markers to do it.
15784 * gud.el (gud-filter): Use `with-current-buffer' instead of
15785 save-excursion when inserting the output, so that point gets
15786 updated correctly; the old method relied on a rather dodgy
15787 side-effect of comint-output-filter to avoid the effect of
15788 save-excursion.
15789
15790 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
15791
15792 * files.el (recover-file): Call insert-directory instead of
15793 invoking `ls' directly.
15794
15795 2000-08-10 Miles Bader <miles@gnu.org>
15796
15797 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
15798 (comint-last-prompt-overlay): New variables.
15799 (comint-output-filter): Implement prompt highlighting.
15800 (comint-snapshot-last-prompt): New function.
15801 (comint-send-input): Snapshot the last prompt.
15802 Use comint-highlight-input-face.
15803 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
15804 Use defface instead of defcustom.
15805 (send-invisible, comint-send-eof): Snapshot the last prompt.
15806 (comint-delchar-or-maybe-eof): Use comint-send-eof.
15807 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
15808
15809 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
15810
15811 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
15812 (regexp-opt-group): Use a list of chars for `letters'.
15813 (regexp-opt-charset): `chars' is now a list of chars.
15814 Use a char-table rather than a vector so it works for multibyte chars.
15815
15816 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
15817 Set cvs-minor-current-files to the selected fileinfo.
15818 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
15819 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
15820
15821 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
15822
15823 * files.el (insert-directory): Don't call access-file on
15824 directories on DOS and Windows.
15825
15826 2000-08-09 Kenichi Handa <handa@etl.go.jp>
15827
15828 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
15829 longer if necessary.
15830 (ccl-embed-code): Call ccl-embed-data to store CODE in
15831 ccl-program-vector.
15832
15833 2000-08-09 Miles Bader <miles@gnu.org>
15834
15835 * comint.el (comint-output-filter): Properly handle the case where
15836 the text surrounded by comint-last-output-overlay was deleted.
15837
15838 2000-08-08 Gerd Moellmann <gerd@gnu.org>
15839
15840 * info.el (Info-insert-dir): Use Info-additional-directory-list if
15841 non-nil.
15842 (Info-file-list-for-emacs): Remove "info" from the list because
15843 that leads to trying to use the documentation from file `info'
15844 in various situations where it isn't appropriate, for instance
15845 C-h C-k C-h i.
15846
15847 * ffap.el (ffap-read-file-or-url-internal): Handle case that
15848 DIR and/or STRING are nil.
15849
15850 * progmodes/compile.el (compilation-setup): Make variable
15851 compilation-error-screen-columns buffer-local, as some comment
15852 in the code suggests it should be.
15853
15854 * files.el (auto-mode-interpreter-regexp): New variable.
15855 (set-auto-mode): Use it.
15856
15857 * indent.el (indent-for-tab-command): Doc fix.
15858
15859 * mouse-sel.el (mouse-sel-mode): Doc fix.
15860
15861 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
15862 labels.
15863
15864 * help.el (print-help-return-message): When
15865 display-buffer-reuse-frames is set, let the help window been quit,
15866 instead of deleting it, which might delete a reused frame.
15867
15868 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
15869
15870 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
15871 rename a directory to a name that differs only by its letter case.
15872
15873 2000-08-08 Kenichi Handa <handa@etl.go.jp>
15874
15875 * international/quail.el (quail-define-rules): Handle Quail decode
15876 map correctly. Add code for supporting annotations.
15877 (quail-install-decode-map): New function.
15878 (quail-defrule-internal): New optional arguments decode-map and
15879 props.
15880 (quail-advice): New function.
15881
15882 2000-08-07 Sam Steingold <sds@gnu.org>
15883
15884 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
15885 `defconst', `define-condition', `with-slots'.
15886 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
15887
15888 2000-08-03 Miles Bader <miles@gnu.org>
15889
15890 * comint.el (comint-use-prompt-regexp-instead-of-fields):
15891 New variable.
15892 (comint-prompt-regexp, comint-get-old-input): Document dependence on
15893 comint-use-prompt-regexp-instead-of-fields.
15894 (comint-send-input): Add `input' field property to stuff we send to
15895 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
15896 (comint-output-filter): Add `output' field property to process
15897 output, if comint-use-prompt-regexp-instead-of-fields is nil.
15898 (comint-replace-by-expanded-history)
15899 (comint-get-old-input-default, comint-show-output)
15900 (comint-backward-matching-input, comint-forward-matching-input)
15901 (comint-next-prompt, comint-previous-prompt): Use field
15902 properties if comint-use-prompt-regexp-instead-of-fields is nil.
15903 (comint-line-beginning-position): New function.
15904 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
15905 (comint-replace-by-expanded-history-before-point): Use
15906 comint-line-beginning-position and line-end-position.
15907 (comint-last-output-overlay): New variable.
15908 (comint-mode): Make `comint-last-output-overlay' buffer-local.
15909
15910 * shell.el (shell-prompt-pattern): Doc change.
15911 (shell-backward-command): Use line-beginning-position.
15912
15913 * gud.el (gud-gdb-complete-command): Use
15914 comint-line-beginning-position.
15915
15916 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
15917 comint-bol doesn't actually go to the beginning of the line.
15918
15919 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
15920 if comint-use-prompt-regexp-instead-of-fields is non-nil.
15921 (try-expand-line-all-buffers): Likewise.
15922
15923 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
15924 explicitly matching comint-prompt-regexp.
15925 (sql-copy-column): Use comint-line-beginning-position instead of
15926 explicitly matching comint-prompt-regexp.
15927
15928 * progmodes/octave-inf.el (inferior-octave-complete): Use
15929 comint-line-beginning-position.
15930
15931 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
15932
15933 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
15934 looking for a prompt, use `forward-line 0' instead of
15935 `beginning-of-line', to avoid getting caught by an input field.
15936
15937 2000-08-07 Gerd Moellmann <gerd@gnu.org>
15938
15939 * files.el (shell-quote-wildcard-pattern): Make sure to return
15940 PATTERN, in the Unix case.
15941
15942 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
15943
15944 * play/zone.el (zone): Discard any pending input before running
15945 the randomly-chosen pgm.
15946
15947 2000-08-07 Kenichi Handa <handa@etl.go.jp>
15948
15949 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
15950 checking the existence of any multibyte characters.
15951
15952 2000-08-06 Gerd Moellmann <gerd@gnu.org>
15953
15954 * help.el (describe-mode): Test minor-mode symbol for being
15955 bound before testing its value for being nil.
15956
15957 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
15958 `first', `second', and `third'.
15959
15960 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
15961 (second): Make it an alias for `cadr'.
15962
15963 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
15964
15965 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
15966 types of display support faces now.
15967
15968 2000-08-05 Gerd Moellmann <gerd@gnu.org>
15969
15970 * pcvs.el (require): Require `cl' during compilation, only.
15971
15972 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
15973 (toplevel): Remove `remq' and `remove' from autoloads.
15974 (cl-fake-autoloads): New variable. If set, arrange for an error
15975 when CL functions etc. are autoloaded.
15976
15977 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
15978
15979 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
15980
15981 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
15982 popped up, but the user clicks outside the menu, return an empty
15983 regexp (that causes unhighlight-regexp to have no effect).
15984
15985 * menu-bar.el (menu-bar-games-menu): Add Zone.
15986
15987 * hi-lock.el (toplevel): Require font-lock.
15988
15989 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15990
15991 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
15992 (ebnf-8-bit-chars): New var for bug fix.
15993 (ebnf-string): Bug fix.
15994
15995 2000-08-03 Sam Steingold <sds@gnu.org>
15996
15997 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
15998 instead of `buffer-string'.
15999 (require 'cl): Always, not just when compiling.
16000 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16001 necessary.
16002
16003 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16004
16005 * international/mule-cmds.el (select-safe-coding-system): Make
16006 the message text about selecting a safe coding system more clear.
16007
16008 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16009
16010 * hi-lock.el: New file.
16011
16012 * play/zone.el: New file.
16013
16014 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16015 value of tab-width in the original buffer. Choose a line number
16016 format that's a multiple of the original buffer's tab width, so
16017 that lines appear right.
16018
16019 * textmodes/ispell.el (ispell): New function, replacing an alias.
16020 Spell-check active region if in transient-mark-mode and mark
16021 is active; otherwise spell-check buffer.
16022
16023 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16024
16025 * ps-mule.el: Fix a customization problem on
16026 ps-mule-font-info-database-default.
16027
16028 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
16029
16030 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
16031 display-mouse-p instead of window-system.
16032 (ebrowse-member-mode-map): Ditto.
16033
16034 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16035
16036 * progmodes/ebnf2ps.el: Update ps-print functions call.
16037 Indentation fix. Doc fix.
16038 (ebnf-version): New version number (3.2).
16039 (ebnf-format-color, ebnf-begin-job): Code fix.
16040
16041 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
16042
16043 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16044 font lock support on window-system.
16045 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16046
16047 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16048 display-color-p, if fboundp, instead of window-system.
16049
16050 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
16051
16052 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16053 instead of window-system.
16054
16055 * wid-edit.el (widget-choose): Use display-mouse-p instead of
16056 window-system.
16057 (widget-choice-mouse-down-action): Use display-popup-menus-p
16058 instead of window-system.
16059
16060 * strokes.el (strokes-file): Run the file name through
16061 convert-standard-filename.
16062 (strokes-mode): Call display-mouse-p instead of looking at
16063 window-system. Change the error message accordingly.
16064
16065 * progmodes/cpp.el (toplevel): Support faces on tty's.
16066
16067 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16068 (lm-plot-square, lm-init-display): Don't use window-system.
16069
16070 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16071 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16072
16073 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16074 instead of looking at window-system.
16075
16076 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16077
16078 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16079 of testing if iswitchb-prepost-hooks is bound, because the
16080 latter will always be true when invoking a recursive minibuffer
16081 from an active Iswitchb buffer.
16082
16083 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
16084
16085 * files.el (shell-quote-wildcard-pattern): New function.
16086 (insert-directory): Call it. Only prepend "\" to command on Unix
16087 and GNU/Linux systems.
16088
16089 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16090
16091 * eshell/esh-groups.el: Change custom :link file names
16092 from `eshell.info' to `eshell'.
16093
16094 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
16095
16096 * dired.el (dired-build-subdir-alist): Expand subdirectory names
16097 correctly in recursive ange-ftp listings.
16098
16099 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16100
16101 * ps-print.el: Fix bug 1: if ps-font-size-internal,
16102 ps-header-font-size-internal and
16103 ps-header-title-font-size-internal variables are not set,
16104 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
16105 face text property is (foreground-color . COLOR) or
16106 `(background-color . COLOR)', ps-print crashes. Doc fix.
16107 (ps-print-version): New version number (5.2.4).
16108 (ps-plot-region): Code fix.
16109 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16110 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16111 Bug fix 2.
16112
16113 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
16114
16115 * glasses.el (glasses-make-readable): Fix uncapitalization of
16116 identifiers like `myXMLDocument'.
16117
16118 2000-07-28 Karl Fogel <kfogel@red-bean.com>
16119
16120 * mail/mail-hist.el (mail-hist-previous-input)
16121 (mail-hist-next-input): Do the obvious code factorization.
16122 (mail-hist-retrieve-and-insert): New func, contains common
16123 code of above two.
16124 If inserting a message body, leave point at top.
16125
16126 2000-07-28 Sam Steingold <sds@gnu.org>
16127
16128 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16129 Use `<=', not `<' to compare times!
16130 (ange-ftp-ls): Remove.
16131
16132 2000-07-27 Gerd Moellmann <gerd@gnu.org>
16133
16134 * play/cookie1.el: Add explanation of how to make cookie.el
16135 compatible with strfile(1) to comment.
16136
16137 * subr.el (remove, remq): New functions.
16138
16139 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
16140 escape `*' in regexps.
16141 (midnight-find): Reverse order of arguments in the funcall of
16142 TEST.
16143
16144 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
16145 and `.class'.
16146
16147 * play/meese.el: Add Commentary section.
16148
16149 2000-07-27 Alex Schroeder <alex@gnu.org>
16150
16151 * sql.el (sql-ms): Added autoload cookie.
16152 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
16153 (sql-oracle): Ditto.
16154 (sql-help): Doc change.
16155
16156 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
16157 types and exceptions.
16158
16159 2000-07-27 Alex Schroeder <alex@gnu.org>
16160
16161 * sql.el (sql-placeholder-history): New variable.
16162 (sql-query-placeholders-and-send): New function that will query
16163 the user and replace placeholders with user input.
16164 (sql-oracle): If running on NT, set comint-input-sender to
16165 sql-query-placeholders-and-send.
16166
16167 (sql-stop): If in the SQLi buffer, insert stop notification, else
16168 present it as a message.
16169
16170 2000-07-27 Alex Schroeder <alex@gnu.org>
16171
16172 * sql.el (sql-input-ring-separator): Doc change.
16173 (sql-input-ring-file-name): Doc change.
16174 (sql-interactive-mode): Use `sql-input-ring-separator' and
16175 `sql-input-ring-file-name' to set the comint-mode equivalents
16176 without making them local variables.
16177 (sql-stop): Don't bind `sql-input-ring-separator' and
16178 `sql-input-ring-file-name' dynamically to their comint-mode
16179 equivalents.
16180
16181 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16182
16183 * international/mule.el (register-char-codings): New function.
16184 (make-coding-system): Handle `safe-chars' specification in the arg
16185 PROPERTY.
16186
16187 * international/mule-cmds.el
16188 (find-coding-systems-region-subset-p): This function deleted.
16189 (sort-coding-systems-predicate): New variable.
16190 (sort-coding-systems): New function.
16191 (find-coding-systems-region): Use
16192 find-coding-systems-region-internal.
16193 (find-coding-systems-string): Use find-coding-systems-region.
16194 (find-coding-systems-for-charsets): Check
16195 char-coding-system-table.
16196 (select-safe-coding-system-accept-default-p): New variable.
16197 (select-safe-coding-system): Mostly rewritten. New argument
16198 ACCEPT-DEFAULT-P.
16199 (select-message-coding-system): Call select-safe-coding-system
16200 with ACCEPT-DEFAULT-P arg.
16201 (reset-language-environment): Reset default-sendmail-coding-system
16202 to the default value iso-latin-1.
16203 (set-language-environment): Don't set the obsolete variable
16204 charset-origin-alist.
16205
16206 * international/codepage.el (cp-coding-system-for-codepage-1):
16207 Give `safe-chars' property to make-coding-system.
16208
16209 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
16210 calling select-message-coding-system twice.
16211
16212 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
16213 instead of `safe-charsets'.
16214 (cyrillic-alternativnyj): Likewise.
16215 (ccl-encode-alternativnyj): Don't check the charset
16216 cyrillic-iso8859-5.
16217
16218 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16219
16220 * composite.el (compose-chars-after): Preserve match data.
16221
16222 2000-07-26 Sam Steingold <sds@gnu.org>
16223
16224 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
16225 (ange-ftp-real-file-newer-than-file-p): New function.
16226 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
16227 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
16228
16229 * tooltip.el (tooltip-float-time): Removed (use `float-time').
16230 * midnight.el (midnight-float-time): Ditto.
16231
16232 2000-07-26 Andreas Schwab <schwab@suse.de>
16233
16234 * files.el (normal-backup-enable-predicate): Correct
16235 interpretation of the return value of compare-strings.
16236
16237 2000-07-26 Gerd Moellmann <gerd@gnu.org>
16238
16239 * isearch.el (isearch-resume): New function.
16240 (isearch-done): Add something to command-history to resume
16241 the search.
16242 (isearch-yank-line, isearch-yank-word): Use
16243 buffer-substring-no-properties instead of buffer-substring.
16244
16245 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
16246 of flyspell-mouse-map.
16247
16248 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
16249 duplicate definition.
16250 (makefile-mode): Remove duplicate setting of local-abbrev-table.
16251
16252 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
16253 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
16254
16255 2000-07-25 Sam Steingold <sds@gnu.org>
16256
16257 * net/ange-ftp.el: Get modtime over the net.
16258 (ange-ftp-file-modtime): New function.
16259 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16260 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
16261 Use it.
16262 (ange-ftp-dot-to-slash): New function.
16263 (ange-ftp-fix-name-for-vms): Use it.
16264
16265 * midnight.el (midnight-buffer-display-time): Use
16266 `with-current-buffer'.
16267
16268 2000-07-25 Gerd Moellmann <gerd@gnu.org>
16269
16270 * find-dired.el: Update copyright notice.
16271 (find-dired): Offer to kill a running `find'.
16272
16273 * enriched.el (enriched-face-ans): For a `foreground-color'
16274 property, return '(("x-color" COLOR))' so that COLOR will be
16275 output as a parameter of the x-color annotation. Likewise for the
16276 `background-color' property. In the case of normal face
16277 properties, don't return annotations for unspecified foreground
16278 and background face attributes.
16279
16280 2000-07-25 Kenichi Handa <handa@etl.go.jp>
16281
16282 * language/japan-util.el (japanese-katakana-region): Fix handling
16283 HANKAKU argument.
16284
16285 2000-07-25 Miles Bader <miles@gnu.org>
16286
16287 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
16288 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
16289 constrain-to-field.
16290
16291 2000-07-24 Andrew Innes <andrewi@gnu.org>
16292
16293 * timer.el (timer-activate-when-idle): Add optional parameter
16294 DONT-WAIT. Update docstring.
16295 (run-with-idle-timer): Specify extra parameter to
16296 timer-activate-when-idle, so that timer will be activated
16297 immediately if Emacs is already idle.
16298
16299 * w32-fns.el (w32-using-nt): Fix docstring.
16300
16301 2000-07-24 Dave Love <fx@gnu.org>
16302
16303 * mouse.el (popup-menu): Set last-command-event.
16304 (mouse-major-mode-menu-prefix): Declare.
16305
16306 2000-07-24 Gerd Moellmann <gerd@gnu.org>
16307
16308 * textmodes/flyspell.el: Update to author's version 1.5d.
16309
16310 * progmodes/hideshow.el: Update copyright notice.
16311
16312 * vcursor.el: Set maintainer to FSF, since author cannot
16313 be reached.
16314
16315 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
16316
16317 * info.el (Info-goto-emacs-key-command-node): Leave a space after
16318 the prompt.
16319
16320 * mouse.el (popup-menu): Run the keymap through indirect-function,
16321 in case it was defined with define-prefix-key. If the menu is a
16322 list of keymaps, look up the binding of user's choice in each one
16323 of the keymaps.
16324 (mouse-popup-menubar): If the global and local menu-bar keymaps
16325 don't have a prompt string, create one and insert it into the
16326 keymap. Don't barf if current-local-map returns nil.
16327
16328 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
16329
16330 * dired.el (dired-sort-R-check): Added to allow recursive listing
16331 to be undone.
16332 (dired-sort-other): Use it.
16333
16334 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16335
16336 * Release of cc-mode 5.27
16337
16338 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16339
16340 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
16341 c-beginning-of-statement-1 that caused a bad case of recursion
16342 which could consume a lot of CPU in large classes in languages
16343 that have in-expression classes (i.e. Java and Pike).
16344
16345 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
16346 statements before top level constructs (i.e. case 6 is moved
16347 before case 5 and is now case 4) to catch in-expression
16348 classes in top level expressions correctly.
16349
16350 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16351
16352 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
16353 objc-method-intro. Case 4 removed and case 5I added.
16354
16355 * cc-langs.el (c-append-paragraph-start): New variable used by
16356 c-common-init to get paragraph-start correct.
16357 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
16358 initialize paragraph-start to make it correct both with and
16359 without the javadoc special case.
16360
16361 * cc-mode.el (java-mode): Use c-append-paragraph-start to
16362 initialize paragraph-start for javadoc markup.
16363
16364 * cc-vars.el (c-style-variables-are-local-p): Incompatible
16365 change by defaulting this to t. It's motivated by the
16366 confusing behavior that otherwise arise from the style system
16367 when editing both java and non-java files at the same time
16368 (see the comments about style setting in c-common-init).
16369
16370 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16371
16372 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
16373 similar to the one in c-fill-paragraph to check the fill
16374 prefix from the adaptive fill function for sanity.
16375
16376 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16377
16378 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
16379 defun block.
16380
16381 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16382
16383 * cc-align.el (c-lineup-multi-inher): Handle lines with
16384 leading comma nicely. Extended to handle member initializers
16385 too.
16386
16387 * cc-engine.el: (c-beginning-of-inheritance-list,
16388 c-guess-basic-syntax): Fixed recognition of inheritance lists
16389 when the lines begins with a comma.
16390
16391 * cc-vars.el (c-offsets-alist): Changed default for
16392 member-init-cont to c-lineup-multi-inher since it now handles
16393 member initializers and indents better for leading commas.
16394
16395 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16396
16397 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
16398 handling that caused class open lines to be recognized as
16399 statement-conts in some cases.
16400
16401 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
16402 guessed by the adaptive fill function unless point is on the
16403 first line of a block comment.
16404
16405 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
16406 when the buffer ends with a macro continuation char.
16407
16408 * cc-engine.el (c-guess-basic-syntax): Added support for
16409 function definitions as statements in Pike. The first
16410 statement in a lambda block is now labeled defun-block-intro
16411 instead of statement-block-intro.
16412
16413 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
16414 so that the class surrounding point is selected, not the one
16415 innermost in the state.
16416
16417 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
16418 recognition of switch labels having hanging multiline
16419 statements.
16420
16421 * cc-engine.el (c-beginning-of-member-init-list): Broke out
16422 some code in c-guess-basic-syntax to a separate function.
16423 * cc-engine.el (c-just-after-func-arglist-p): Fixed
16424 recognition of member inits with multiple line arglists.
16425 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
16426 member-init-cont when the commas are in funny places.
16427
16428 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16429
16430 * cc-defs.el (c-auto-newline): Removed this macro since it's
16431 not used anymore.
16432
16433 * cc-engine.el (c-looking-at-bos): New helper function.
16434 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
16435 inexpr and toplevel classes apart in Pike.
16436
16437 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
16438 of case 9A.
16439
16440 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
16441 constant, since "class" can introduce an in-expression class
16442 in Pike nowadays.
16443
16444 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16445
16446 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
16447 indentation on cpp-macro lines.
16448
16449 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
16450 a syntax modifier like comment-intro, to make it possible to
16451 get syntactic indentation for preprocessor directives. It's
16452 incompatible wrt to lineup functions on cpp-macro, but it has
16453 no observable effect in the 99.9% common case where cpp-macro
16454 is set to -1000.
16455
16456 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16457
16458 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
16459 member-init-cont when the preceding arglist is several lines.
16460
16461 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16462
16463 * cc-styles.el (c-style-alist): The basic offset for the BSD
16464 style corrected to 8.
16465
16466 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16467
16468 * cc-styles.el (c-style-alist): Adjusted the indentation of
16469 brace list openers in the gnu style.
16470
16471 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16472
16473 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
16474
16475 * cc-cmds.el (c-electric-brace, c-electric-slash,
16476 c-electric-star, c-electric-semi&comma, c-electric-colon,
16477 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
16478 when c-syntactic-indentation is nil.
16479
16480 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
16481 we were left at comments preceding the first statement when
16482 reaching the beginning of the buffer.
16483
16484 * cc-vars.el (c-syntactic-indentation): New variable to turn
16485 off all syntactic indentation.
16486
16487 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16488
16489 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
16490 between the text and the block comment ender when it hangs,
16491 depending on how many there are before the fill.
16492
16493 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16494
16495 * cc-engine.el (c-beginning-of-closest-statement): New helper
16496 function to go back to the closest preceding statement start,
16497 which could be inside a conditional statement.
16498 * cc-engine.el (c-guess-basic-syntax): Use
16499 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
16500
16501 * cc-engine.el (c-guess-basic-syntax): Better handling of
16502 arglist-intro, arglist-cont-nonempty and arglist-close when
16503 the arglist is nested inside parens. Cases 7A, 7C and 7F
16504 changed.
16505
16506 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
16507 up-to-date with javadoc 1.2.
16508
16509 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16510
16511 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
16512 multiline Pike type decls.
16513
16514 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16515
16516 * cc-cmds.el (c-indent-new-comment-line): Always break
16517 multiline comments in multiline mode, regardless of
16518 comment-multi-line.
16519
16520 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16521
16522 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
16523 fully::qualified::names in C++ member init lists. Preamble in
16524 case 5D changed.
16525
16526 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16527
16528 * cc-langs.el (c-common-init): Handling of obsolete variables
16529 moved to c-initialize-cc-mode. More compatible style override
16530 when using global style variables.
16531 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
16532 variables moved here.
16533
16534 * cc-styles.el (c-make-styles-buffer-local): Flag style
16535 variable localness in c-style-variables-are-local-p to make
16536 the compatibility measure in c-common-init work well.
16537
16538 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
16539 longer contain set-from-style.
16540 * cc-styles.el (c-initialize-builtin-style): Don't check for
16541 set-from-style on c-special-indent-hook.
16542 * cc-styles.el (c-copy-tree): Obsolete. The standard function
16543 copy-alist is sufficient now.
16544
16545 * cc-styles.el (c-set-style, c-set-style-1,
16546 c-get-style-variables): Fixes to variable initialization so
16547 that duplicate entries in styles have the same effect
16548 regardless of DONT-OVERRIDE.
16549
16550 * cc-styles.el (c-set-style-2): Fixed bug where the
16551 initialization of inheriting styles failed when the
16552 dont-override flag is set.
16553
16554 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
16555 on this.
16556
16557 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16558
16559 * cc-defs.el (c-forward-comment): Removed the workaround
16560 introduced in 5.38 since it had worse side-effects. If a line
16561 contains the string "//\"", it regarded the // as a comment
16562 start since the \ temporarily doesn't have escape syntax.
16563
16564 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
16565
16566 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
16567 ada-xref.el before ada-prj.el, so that the Project menu is created
16568 when ada-prj tries to add to it.
16569 (ada-activate-keys-for-case): Suppress the characters that are not
16570 part of the Ada syntax. Better compatibility with else-mode
16571 (ada-adjust-case-interactive): When auto-casing is not active,
16572 correctly insert newlines (used to insert only ^M). Prevent the
16573 syntax table from being changed in case of an error
16574 (or '_' becomes part of a word and some commands are confused).
16575 Do nothing if ada-auto-case is nil.
16576 (ada-after-keyword-p): Ignore keywords that are also attributes
16577 (ada-batch-reformat): Update usage comment
16578 (ada-call-from-contextual-menu): New function
16579 (ada-case-read-exceptions): Reinitialize the casing exception list
16580 first to nil first, so that the casing exception file can be
16581 shared.
16582 (ada-check-defun-name): Handles "configure" keyword for gnatdist
16583 files.
16584 (ada-compile-goto-error): Fix regexp used to detect a file:line
16585 anywhere in the error message
16586 (ada-contextual-menu-last-point): New variable
16587 (ada-create-keymap): If the variable delete-key-deletes-forward is
16588 t on XEmacs, it means that DEL should delete one character
16589 forward.
16590 (ada-create-menu): Use :included instead of :visible for XEmacs.
16591 New submenu "Options".
16592 (ada-end-stmt-re): Correctly indent "select ... then abort"
16593 statements.
16594 (ada-fill-comment-paragraph): Correctly delete all leading '--'
16595 even if they don't match ada-fill-comment-prefix Fix handling of
16596 paragraphs on the first or last line of a file.
16597 (ada-format-paramlist): Fix handling of default parameter values.
16598 (ada-get-body-name): New function.
16599 (ada-get-current-indent): Optimized by searchling directly for an
16600 existing generic part or a statement outside of it. Handle
16601 ada-indent-align-comments when indenting comments Replaced some
16602 regexps by testing directly the next character. This results in a
16603 huge speedup on some files. New indentation scheme for renames
16604 statements. Stop looking for the 'while' or 'for' associated with
16605 a 'loop' at the first semicolon encountered. A "return" can also
16606 match an anonymous access subprogram declaration.
16607 (ada-get-indent-noindent): Ignore strings and comments when
16608 looking for the keywords "record" and "private".
16609 (ada-goto-matching-decl-start): When matching "if", make sure we
16610 are not in fact seeing "end if". Ignore "when" statements except
16611 when initial keyword was "begin". Fix handling of nested
16612 procedures. Add a recursive call to this function to skip over
16613 other 'end' statmts. Fix indentation for "when .. => begin"
16614 (ada-in-open-paren-p): Fix indentation for complex boolean
16615 expressions, where 'and then', 'or else' and parenthesis
16616 statements are mixed up.
16617 (ada-in-paramlist-p): Skip comments while searching for the
16618 beginning Fix handling of operator declarations.
16619 (ada-indent-align-comments): New variable
16620 (ada-indent-current): Change the syntax table only in the
16621 protected section, so that we are sure it is restored correctly.
16622 (ada-indent-on-previous-lines): Use ada-use-indent and
16623 ada-with-indent Correctly indent "select ... then"
16624 (ada-indent-region): Slight speedup.
16625 (ada-indent-renames): New variable.
16626 (ada-last-which-function-subprog, ada-last-which-function-line):
16627 New variables
16628 (ada-looking-at-semi-private): Correctly indent the 'private'
16629 keyword when it is the first word in a package declaration.
16630 (ada-loose-case-word): Stop searching if at the end of the buffer.
16631 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
16632 even if point is not initially at the end of the word.
16633 (ada-matching-decl-start-re): Add "when".
16634 (ada-mode): Add support for abbrev-mode, outline-mode and
16635 which-func-mode Override the old find-file.el entry in
16636 ff-special-constructs since it is using the obsolete
16637 ada-spec-suffix variable
16638 (ada-no-auto-case): New function
16639 (ada-scan-paramlist): When parsing the argument type, accept
16640 spaces (as in "X 'Class", generated by Rational Rose).
16641 (ada-other-file-name): No longer loads the other file.
16642 (ada-popup-menu): Save and restore the current buffer and cursor
16643 position before and after displaying the menu.
16644 (ada-search-ignore-complex-boolean): New function.
16645 (ada-uncomment-region): Emacs21 already knows how to delete
16646 comments not starting in the first column.
16647 (ada-use-indent): New variable
16648 (ada-which-function): New function.
16649 (ada-with-indent): New variable
16650 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
16651 can be batch-compiled from the command line.
16652
16653 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
16654 Add to the menu when the file is loaded, not in ada-mode-hook.
16655 Add -toolbar to the default ddd command Switches moved from
16656 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
16657 ada-prj-default-comp-opt
16658 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
16659 Reference Manual to the menu
16660 (ada-check-current): rewritten as a call to ada-compile-current
16661 (ada-compile): Removed.
16662 (ada-compile-application, ada-compile-current, ada-check-current):
16663 Set the compilation-search-path so that compile.el automatically
16664 finds the sources in src_dir. Automatic scrollong of the
16665 compilation buffer. C-uC-cC-c asks for confirmation before
16666 compiling
16667 (ada-compile-current): New parameter, prj-field
16668 (ada-complete-identifier): Load the .ali file before doing
16669 processing
16670 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
16671 conform to gnatmake's behavior.
16672 (ada-find-file-in-dir): New function
16673 (ada-find-references): Set the environment variables for gnatfind
16674 (ada-find-src-file-in-dir): New function.
16675 (ada-first-non-nil): Removed
16676 (ada-gdb-application): Add support for jdb, the java debugger.
16677 (ada-get-ada-file-name): Load the original-file first if not done
16678 yet.
16679 (ada-get-all-references): Handles the new ali syntax (parent types
16680 are found between <>).
16681 (ada-initialize-runtime-library): New function
16682 (ada-mode-hook): Always load a project file when a file is opened,
16683 so that the casing exceptions are correctly read.
16684 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
16685 (ada-parse-prj-file): Use find-file-noselect instead of find-file
16686 to open the project file, since the latter does not work with
16687 speedbar Get default values before loading the prj file, or the
16688 default executable file name is wrong. Use the absolute value of
16689 src_dir to initialize ada-search-directories and
16690 compilation-search-path,... Add the standard runtime library to
16691 the search path for find-file.
16692 (ada-prj-default-debugger): Was missing an opening '{'
16693 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
16694 variables.
16695 (ada-prj-default-gnatmake-opt): New variable
16696 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
16697 buffers, the project file is the default one Save the windows
16698 configuration before displaying the menu.
16699 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
16700 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
16701 ...) regexp-quote identifiers names to support operators +,
16702 -,... in regexps.
16703 (ada-remote): New function.
16704 (ada-run-application): Erase the output buffer before starting the
16705 run Support remote execution of the application. Use
16706 call-process, or the arguments are incorrectly parsed
16707 (ada-set-default-project-file): Reread the content of the active
16708 project file, not the one from the current buffer When a project
16709 file is set as the default project, all directories are
16710 automatically associated with it.
16711 (ada-set-environment): New function
16712 (ada-treat-cmd-string): New special variable ${current}
16713 (ada-treat-cmd-string): Revised. The substitution is now done for
16714 any ${...} substring
16715 (ada-xref-current): If no body was found, compiles the spec
16716 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
16717 compiler to get rid of command line length limitations.
16718 (ada-xref-get-project-field): New function
16719 (ada-xref-project-files): New variable
16720 (ada-xref-runtime-library-specs-path)
16721 (ada-xref-runtime-library-ali-path): New variables
16722 (ada-xref-set-default-prj-values): Default run command now does a
16723 cd to the build directory. New field: main_unit Provide a default
16724 file name even if the current buffer has no prj file.
16725
16726 * ada-prj.el:
16727 Rewritten to show a tabbed-dialog.
16728 (ada-prj-add-ada-menu): Remove the map and name parameters.
16729 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
16730 New function
16731 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
16732 (ada-prj-load-from-file): New function
16733 (ada-prj-save): Always save fields that depend on the current buffer
16734 (ada-prj-show-value): New function
16735
16736 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
16737 Ada mode. This will allow us to display the Ada menu in any buffer
16738 we want (for project items).
16739 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
16740 number of spaces in the header.
16741
16742 2000-07-24 Dave Love <fx@gnu.org>
16743
16744 * ediff-init.el (ediff-region-help-echo): Bind face-help.
16745
16746 2000-07-23 Noah Friedman <friedman@splode.com>
16747
16748 * type-break.el (type-break): perform autosave.
16749 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
16750 (type-break-do-query): Cancel query schedule while performing
16751 actual query, to avoid possibility of a second query being made
16752 while first one is already in progress.
16753 (type-break-time-stamp-format): New variable.
16754 (type-break-time-stamp): New function.
16755 (type-break-time-warning): Use it.
16756 (type-break-keystroke-warning): Use it.
16757 (type-break-noninteractive-query): Use it.
16758
16759 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
16760 cookie.
16761 Use add-minor-mode to set minor-mode-alist, if available.
16762 (eldoc-echo-area-use-multiline-p): New user option.
16763 (eldoc-echo-area-multiline-supported-p): New variable.
16764 (eldoc-docstring-format-sym-doc): Use them.
16765 (eldoc-mode): If not using idle timers, append to local post and
16766 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
16767 (eldoc-display-message-no-interference-p): Don't interfere with
16768 edebug.
16769 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
16770 (eldoc-function-arglist): New function.
16771 (eldoc-function-argstring): Use it.
16772
16773 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
16774 auto save directory exists before calling directory-files.
16775
16776 2000-07-23 Dave Love <fx@gnu.org>
16777
16778 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
16779 ^o, ^u.
16780
16781 2000-07-21 Dave Love <fx@gnu.org>
16782
16783 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
16784 now passed to the function. It now works properly.
16785
16786 * smerge-mode.el (smerge-mode-menu): Fill it out.
16787
16788 2000-07-20 Gerd Moellmann <gerd@gnu.org>
16789
16790 * info-look.el (info-lookup): If *info* is shown in another frame
16791 on the same display, select that frame, instead of switching to
16792 the Info buffer in another window of the selected frame.
16793
16794 * simple.el (universal-argument-map): Bind numeric keypad keys
16795 kp-0 to kp-9 and kp-subtract.
16796 (digit-argument): Handle these keys.
16797
16798 2000-07-20 Dave Love <fx@gnu.org>
16799
16800 * net/goto-addr.el (goto-address-fontify): Don't bother with
16801 buffer-modified and read-only stuff -- irrelevant with overlays.
16802 Put an extra property on the overlays and use it to clean up in
16803 case goto-address is re-run.
16804
16805 2000-07-19 Richard M. Stallman <rms@gnu.org>
16806
16807 * timer.el (run-with-idle-timer): Doc fix.
16808
16809 * mail/mail-utils.el (mail-strip-quoted-names):
16810 Handle case where <...> appears inside "...".
16811 Use replace-match to edit the string more simply.
16812 (rmail-dont-reply-to): Cope with an unmatched ".
16813
16814 2000-07-19 Dave Love <fx@gnu.org>
16815
16816 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
16817 implementation.
16818
16819 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
16820 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
16821 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
16822
16823 2000-07-19 Gerd Moellmann <gerd@gnu.org>
16824
16825 * textmodes/refer.el: Correct maintainer's email address.
16826
16827 * progmodes/hideif.el: Correct author's email address.
16828 Fix typo in comment.
16829
16830 * xml.el: New file.
16831
16832 * mail/mailheader.el: Correct author's mail address.
16833
16834 * gnus/parse-time.el: Correct author's mail address.
16835
16836 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
16837
16838 * comint.el (comint-highlight-input, comint-highlight-face):
16839 New user options.
16840 (comint-input-ring-file-name): Change custom type.
16841 (comint-mode-map): Bind mouse-2.
16842 (comint-insert-clicked-input): New function.
16843 (comint-send-input): Handle input highlighting.
16844
16845 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
16846
16847 * mouse.el (popup-menu): New function.
16848 (mouse-major-mode-menu): Use it.
16849
16850 2000-07-18 Dave Love <fx@gnu.org>
16851
16852 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
16853 improvements.
16854
16855 2000-07-18 Gerd Moellmann <gerd@gnu.org>
16856
16857 * faces.el (face-font-selection-order)
16858 (face-font-family-alternatives): Add custom type.
16859
16860 2000-07-18 Dave Love <fx@gnu.org>
16861
16862 * cus-edit.el (custom-variable-reset-saved)
16863 (custom-variable-reset-standard): Remove unused bindings.
16864
16865 * rect.el (open-rectangle-line): Remove unused let.
16866
16867 * hl-line.el (hl-line-highlight): Check hl-line-mode.
16868
16869 2000-07-18 Gerd Moellmann <gerd@gnu.org>
16870
16871 * cdl.el: Fix `Maintainer' keyword.
16872
16873 * play/pong.el: Add author's email address.
16874
16875 2000-07-17 Sam Steingold <sds@gnu.org>
16876
16877 * files.el (insert-directory): Call `split-string' instead of
16878 re-implementing it.
16879
16880 2000-07-18 Gerd Moellmann <gerd@gnu.org>
16881
16882 * mail/vms-pmail.el: Change maintainer to FSF.
16883
16884 * net/goto-addr.el: Change maintainer to FSF.
16885
16886 * info.el (Info-title-face-alist): Removed.
16887
16888 2000-07-18 David Ponce <david@dponce.com>
16889
16890 * recentf.el (recentf-open-files): New command that works like
16891 `recentf-open-more-files', but shows the whole list of files (not just
16892 those omitted from the menu). Useful if you don't use a menu-bar!
16893 (recentf-open-more-files) Modified to use `recentf-open-files'.
16894
16895 (recentf-open-files, recentf-open-more-files)
16896 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
16897
16898 (recentf-dialog-mode): New mode for dialogs. You can now just type
16899 "q" to cancel the dialogs.
16900
16901 2000-07-18 David Ponce <david@dponce.com>
16902
16903 * recentf.el: This is a major update of recentf.el. It adds new
16904 features to better organize the recentf menu and "More..." buffer.
16905
16906 Using new provided menu filtering functions you can now organize the
16907 recent files list:
16908
16909 - by major modes
16910 - by directories
16911 - by user defined rules
16912
16913 Finally, with the new `recentf-filter-changer' customizable filter you
16914 can define a ring of filters and dynamically (via the menu) cycle on
16915 each menu organization in the ring (a la msb).
16916
16917 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
16918
16919 * eshell/eshell.el (eshell): Replace links to eshell.info with
16920 links to eshell, to avoid problems on systems where the manual is
16921 installed as `eshell'.
16922 * eshell/esh-cmd.el (eshell-cmd): Ditto.
16923 * eshell/em-smart.el (eshell-smart): Ditto.
16924 * eshell/em-banner.el (eshell-banner): Ditto.
16925 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
16926
16927 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
16928 same-file check in the MS-DOS version (it does support inodes).
16929
16930 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
16931
16932 * eshell/eshell.el (eshell-directory-name):
16933 Run default directory name through convert-standard-filename.
16934
16935 2000-07-18 Kenichi Handa <handa@etl.go.jp>
16936
16937 * international/mule-cmds.el (select-safe-coding-system):
16938 Fix typo in the comment.
16939
16940 * language/european.el (compound-text):
16941 Force katakana-jisx0201 to be designated to G1.
16942
16943 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
16944 Don't translate some national variant characters of latin-jisx0201.
16945 (x-ctext): Force katakana-jisx0201 to be designated to G1.
16946
16947 * international/kkc.el (kkc-after-update-conversion-functions):
16948 New variable.
16949 (kkc-update-conversion): Run functions in it at the tail.
16950
16951 2000-07-16 John Wiegley <johnw@gnu.org>
16952
16953 * lisp/align.el (align-newline-and-indent):
16954 Adding new function. for auto-aligning blocks of code on RET.
16955 (align-region): Fixed badly formatted minibuffer message.
16956
16957 2000-07-17 Kenichi Handa <handa@etl.go.jp>
16958
16959 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
16960 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
16961 the conversion list at first if appropriate.
16962 (kkc-next): Don't update kkc-next-count here.
16963 (kkc-prev): Don't update kkc-prev-count here.
16964 (kkc-show-conversion-list-update): Fix setting up of conversion
16965 list message.
16966
16967 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
16968
16969 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
16970
16971 2000-07-16 Dave Love <fx@gnu.org>
16972
16973 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
16974 function to be more specific.
16975
16976 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
16977 non-string help-echo.
16978 (widget-types-convert-widget): Defsubst it.
16979 (widget-echo-help): Try to cope with a help-echo function of two
16980 possible sorts.
16981
16982 2000-07-15 Jason Rumney <jasonr@gnu.org>
16983
16984 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
16985 Declare as obsolete.
16986
16987 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
16988
16989 2000-07-14 Gerd Moellmann <gerd@gnu.org>
16990
16991 * hilit-chg.el: Fix typo.
16992
16993 2000-07-14 Dave Love <fx@gnu.org>
16994
16995 * info.el (Info-mode-menu): Fix use of :help, :enable.
16996
16997 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
16998
16999 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17000
17001 2000-07-13 Dave Love <fx@gnu.org>
17002
17003 * emacs-lisp/easymenu.el: Doc fixes.
17004 (easy-menu-remove): Defalias to ignore.
17005
17006 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17007 Call throw correctly.
17008
17009 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17010
17011 * faces.el (frame-background-mode): Doc fix.
17012
17013 * simple.el (eval-expression-print-length): Change custom type to
17014 allow entering nil as value.
17015
17016 2000-07-13 Dave Love <fx@gnu.org>
17017
17018 * progmodes/fortran.el (fortran-imenu-generic-expression):
17019 Change definition layout.
17020 (fortran-mode-menu): Reinstate customize entries.
17021
17022 * cus-edit.el (custom-group-menu-create, customize-menu-create):
17023 Use :filter, per old XEmacs code.
17024
17025 2000-07-12 Gerd Moellmann <gerd@gnu.org>
17026
17027 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
17028 event when deciding what to send to the terminal.
17029
17030 2000-07-12 Dave Love <fx@gnu.org>
17031
17032 * cus-start.el: Add optional version as 4th element of specs and
17033 use it for several things new in v21. Remove load-path. Fix type
17034 of line-number-display-limit.
17035
17036 2000-07-11 Dave Love <fx@gnu.org>
17037
17038 * progmodes/fortran.el: Don't require easymenu.
17039 Use repeat counts in various regexps.
17040 (fortran-mode-syntax-table): Defvar directly.
17041 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17042 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17043 Use defvar, not defconst.
17044 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
17045 (fortran-mode): Set fortran-comment-line-start-skip,
17046 fortran-comment-line-start-skip, dabbrev-case-fold-search.
17047 (fortran-comment-indent): Use defsubst.
17048 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17049 Use fortran-comment-indent, not fortran-comment-indent-function.
17050 (fortran-comment-region, fortran-electric-line-number): Simplify.
17051 (fortran-auto-fill): New function.
17052 (fortran-do-auto-fill): Deleted.
17053 (fortran-find-comment-start-skip):
17054 Check for non-null comment-start-skip.
17055 (fortran-auto-fill-mode, fortran-fill-statement):
17056 Use fortran-auto-fill.
17057 (fortran-fill): Use fortran-auto-fill. Check for null
17058 comment-start-skip. Simplify final clause and use end-of-line finally.
17059
17060 * widget.el (widget-plist-member): New alias.
17061
17062 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
17063
17064 * eshell/esh-module.el (toplevel): Reference
17065 byte-compile-current-file only if it is bound.
17066
17067 2000-07-10 Gerd Moellmann <gerd@gnu.org>
17068
17069 * dired.el: Don't require `dired-aux'.
17070
17071 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
17072
17073 * dired-aux.el (dired-show-file-type): New function.
17074 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17075 (dired-show-file-type): Add autoload.
17076
17077 2000-07-10 Kenichi Handa <handa@etl.go.jp>
17078
17079 * international/mule-diag.el (describe-font): Adjusted for the
17080 change of fontset-info.
17081 (print-fontset): Likewise.
17082
17083 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
17084
17085 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17086
17087 2000-07-07 Gerd Moellmann <gerd@gnu.org>
17088
17089 * bindings.el: Bind `[delete]' to delete-char.
17090
17091 * dired.el (dired-find-alternate-file): New function.
17092 (dired-mode-map): Bind `a' to dired-find-alternate-file.
17093 (toplevel): Require dired-aux when compiling.
17094 (dired-buffers): Move defvar within file to avoid compiler warning.
17095
17096 * info.el (Info-last-search): Variable removed.
17097 (Info-search-history): New variable.
17098 (Info-search): New Info-search-history.
17099
17100 * battery.el, info-look.el: Change author's mail address.
17101
17102 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17103
17104 * mail/rmail.el (rmail-clear-headers): Don't throw an error
17105 if rmail-ignored-headers is nil.
17106 (rmail-retry-failure): Bind rmail-ignored-headers and
17107 rmail-displayed-headers to nil.
17108
17109 2000-07-06 Gerd Moellmann <gerd@gnu.org>
17110
17111 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17112 (print-region-1): Don't hard code `-h' here.
17113
17114 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17115
17116 2000-07-01 Francesco Potorti` <pot@gnu.org>
17117
17118 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17119 exim can use "your message" instead of "the message".
17120
17121 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
17122
17123 * facemenu.el: Docstrings fixes.
17124 (facemenu-get-face): Don't use internal-find-face.
17125 (facemenu-iterate): Rename arg to match the docstring.
17126
17127 * newcomment.el (uncomment-region): Be more careful when skipping
17128 backwards over `=' not to bump into BOBP.
17129
17130 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
17131
17132 * ediff-diff.el (ediff-wordify): Use syntax table.
17133 * ediff-init.el (ediff-has-face-support-p): Use
17134 ediff-color-display-p.
17135 (ediff-color-display-p): Use display-color-p, changed to defun
17136 from defsubst.
17137 Got rid of special cases for NeXT and OS/2.
17138 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
17139 face.
17140
17141 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17142
17143 * emacs-lisp/lucid.el: Require CL.
17144 (copy-tree, remprop): Remove, it's provided by CL.
17145 (map-keymap): Define in terms of cl-map-keymap.
17146 (extent-property, set-extent-end-glyph): New functions.
17147
17148 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
17149
17150 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17151
17152 * Makefile.in (DONTCOMPILE): Add comment that the name may
17153 not be changed without changing the make-dist script.
17154
17155 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
17156 (cl-mapc): Use mapc instead of cl-old-mapc.
17157
17158 2000-07-05 Andrew Innes <andrewi@gnu.org>
17159
17160 * makefile.nt: Add support for `bootstrap' and related targets.
17161
17162 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17163
17164 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17165 (easy-menu-do-define): Use `menu-item' format.
17166 Handle case where easy-menu-create-menu returns a symbol.
17167 Manually call the potential top-level filter in the function binding.
17168 (easy-menu-filter-return): New arg NAME.
17169 Convert to a keymap if MENU is an XEmacs menu.
17170 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
17171 (easy-menu-converted-items-table, easy-menu-convert-item):
17172 New var and fun to memoize easy-menu-convert-item-1.
17173 (easy-menu-do-add-item): Use it.
17174 (easy-menu-create-menu): Use easy-menu-convert-item.
17175 Wrap easy-menu-filter-return around any :filter specification.
17176 Don't convert the menu if a filter was specified.
17177 Tell easy-menu-make-symbol not to check for MENU being an expression.
17178 (easy-menu-make-symbol): New arg NOEXP.
17179
17180 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17181
17182 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
17183 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
17184 (eval-defun): If called with prefix arg, instrument code for
17185 Edebug.
17186
17187 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
17188 similar to that of eval-defun.
17189
17190 2000-07-04 Dave Love <fx@gnu.org>
17191
17192 * hl-line.el (hl-line-overlay): Make it permanent-local.
17193
17194 * calendar/todo-mode.el: Replaced with a working version, based on
17195 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
17196
17197 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
17198
17199 * paths.el (prune-directory-list): New function.
17200 (Info-default-directory-list): Rewritten to more methodically
17201 enumerate a big list of possible info directories (based on the
17202 list used by the standalone info reader).
17203
17204 * info.el (info-initialize): Use prune-directory-list to remove
17205 non-existent directories from Info-directory-list.
17206
17207 * paths.el (Info-default-directory-list): Try a list of possible
17208 info-directories instead of a single one. Add the possible
17209 info directory "/usr/share/info".
17210
17211 * woman.el (woman-man.conf-path): Explicitly include the debian
17212 man-db config file "/etc/manpath.config".
17213 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
17214 are present in `manpath.config'.
17215 (woman-manpath): Include "/usr/share/man".
17216
17217 2000-07-03 Gerd Moellmann <gerd@gnu.org>
17218
17219 * frame.el (blink-cursor-mode): Don't hide cursor initially.
17220
17221 * startup.el (command-line): Initialize blink-cursor based
17222 on window-system.
17223
17224 * frame.el (blink-cursor): Default to nil if not running under
17225 a window-system.
17226
17227 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
17228 (face-x-resources): Remove duplicate entry for :font.
17229
17230 * textmodes/refer.el (refer-find-entry-internal): Use some-window
17231 instead of cycling through windows with next-window.
17232
17233 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
17234 of cycling through windows with next-window.
17235
17236 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
17237 of cycling through windows with next-window.
17238
17239 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
17240 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
17241 instead of cycling through windows with next-window.
17242
17243 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
17244 instead of cycling through windows with next-window.
17245
17246 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
17247 of cycling through windows with next-window.
17248
17249 * terminal.el (te-process-output): Use walk-windows instead of
17250 cycling through windows with next-window.
17251
17252 * server.el (server-switch-buffer): Use some-window instead of
17253 cycling through windows with next-window.
17254
17255 * window.el (some-window): New function.
17256 (walk-windows): Remove reference to walk-windows-start.
17257
17258 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
17259
17260 2000-07-03 Richard Stallman <rms@gnu.org>
17261
17262 * window.el (walk-windows): Guarantee termination by keeping a list
17263 of all the windows already handled.
17264
17265 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17266
17267 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
17268 window-system.
17269
17270 * man.el (Man-notify-when-ready): Don't use window-system. If
17271 Man-notify-method is newframe, and the display is not
17272 multi-frame, select the frame created for the man page.
17273 (Man-init-defvars): Doc fix.
17274
17275 2000-06-28 Gerd Moellmann <gerd@gnu.org>
17276
17277 * faces.el (region): Change background color for light background.
17278
17279 * ediff-wind.el (ediff-setup-control-frame): Remove :box
17280 attribute from mode-line face of Ediff control frame.
17281
17282 * replace.el (query-replace-map): Bind `e' like `E'.
17283
17284 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17285
17286 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
17287 Change name to "Select All".
17288
17289 * dos-fns.el (convert-standard-filename): Fix last change.
17290
17291 2000-06-27 Gerd Moellmann <gerd@gnu.org>
17292
17293 * help.el (describe-variable): Don't insert a second `'s' in front
17294 of the string `value is shown below'. Since the syntax-table is
17295 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
17296 an existing `'s', so that this won't be deleted.
17297
17298 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
17299 * pcmpl-unix.el: New files.
17300
17301 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
17302
17303 * wid-edit.el (widget-member): Use the new plist-member.
17304
17305 2000-06-26 Gerd Moellmann <gerd@gnu.org>
17306
17307 * replace.el (perform-replace): Undo change of 2000-04-04.
17308 Instead, move backward 1 character at the end of the loop when
17309 necessary.
17310
17311 * faces.el (fringe): Change face for different backgrounds.
17312
17313 * eshell/esh-module.el (toplevel): Load defgroup's differently;
17314 patch from John.
17315
17316 * eshell/*.el: Change spelling of the Free Software Foundation.
17317
17318 * eshell/esh-toggle.el: Removed.
17319
17320 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
17321
17322 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
17323 interactively.
17324
17325 2000-06-26 Alex Schroeder <alex@gnu.org>
17326
17327 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
17328 `define-key'; instead of checking `(emacs-version)' check for
17329 `set-keymap-parent' and `set-keymap-name' directly. Add entries
17330 for `;' and `o' which might be electric.
17331
17332 (sql-electric-stuff): New user option.
17333 (sql-magic-go): New function which uses `sql-electric-stuff'.
17334 (sql-magic-semicolon): New function which uses
17335 `sql-electric-stuff'.
17336
17337 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
17338 is not fboundp.
17339
17340 (sql-oracle-options): New variable.
17341 (sql-oracle): Use it.
17342
17343 (sql-imenu-generic-expression): Doc change.
17344 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
17345 is used.
17346
17347 (sql-informix): Added command line parameter "-" to force
17348 sql-informix-program to use stdout.
17349
17350 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
17351
17352 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
17353 (cp864-decode-table): Doc fix.
17354 (cp720-decode-table): New variable, supports the Arabic OEM
17355 codepage used by Windows.
17356 (cp737-decode-table): New, Greek OEM codepage used by Windows.
17357
17358 2000-06-23 Dave Love <fx@gnu.org>
17359
17360 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
17361 (font-lock-fontify-anchored-keywords): Use
17362 line-beginning-position.
17363 (global-font-lock-mode): Use mapc.
17364
17365 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
17366
17367 * eshell/esh-module.el: Require CL when compiling.
17368
17369 2000-06-23 Gerd Moellmann <gerd@gnu.org>
17370
17371 * comint.el (comint-substitute-in-file-name): Call replace-match
17372 with second and third arg t.
17373
17374 * cus-edit.el (custom-button-face, custom-button-pressed-face):
17375 Specify foreground color.
17376
17377 * faces.el (tool-bar, mode-line, header-line): Specify foreground
17378 color.
17379
17380 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
17381
17382 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
17383 cddr instead of cdddr.
17384
17385 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
17386 instead of copy-list.
17387
17388 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
17389 of copy-list.
17390
17391 * subdirs.el: Add eshell subdirectory.
17392
17393 * eshell: New subdirectory containing the Eshell package.
17394
17395 * pcomplete.el: New file.
17396
17397 2000-06-23 Paul Eggert <eggert@twinsun.com>
17398
17399 * mail/mailpost.el (post-mail-send-it): Make sure file has
17400 proper permissions from birth.
17401
17402 * files.el (basic-save-buffer-2): When temporarily setting
17403 file modes, set them to current modes plus 0200, not to 0777.
17404
17405 * emerge.el (emerge-make-temp-file): Make sure file has proper
17406 permissions from birth.
17407
17408 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
17409
17410 * files.el (make-backup-file-name-1): On DOS/Windows, run the
17411 backup file name through convert-standard-filename.
17412
17413 * dos-fns.el (convert-standard-filename): Convert leading
17414 directories as well. When long file names are supported, convert
17415 characters that are invalid in Windows file names.
17416
17417 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17418
17419 * ps-print.el: Fix bug: if ^L is the very first buffer character,
17420 ps-print crashes. New feature: page selection for printing. Create
17421 raw-text-unix coding system for XEmacs. Doc fix.
17422 (ps-print-version): New version number (5.2.3).
17423 (ps-plot-region): Bug fix.
17424 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
17425 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
17426 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
17427 funs.
17428 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
17429 (ps-last-page): New vars.
17430
17431 2000-06-21 Gerd Moellmann <gerd@gnu.org>
17432
17433 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
17434 empty option string.
17435
17436 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
17437
17438 * man.el (man): Doc fix.
17439
17440 2000-06-21 Kenichi Handa <handa@etl.go.jp>
17441
17442 * international/mule-cmds.el (set-language-info-alist): Docstring
17443 fixed.
17444
17445 2000-06-20 Gerd Moellmann <gerd@gnu.org>
17446
17447 * version.el (emacs-version): Use ISO date format.
17448
17449 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
17450 instead of `M-backspace'.
17451
17452 * simple.el (turn-off-auto-fill): New function.
17453
17454 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
17455
17456 * jit-lock.el (with-buffer-prepared-for-jit-lock):
17457 Renamed from with-buffer-prepared-for-font-lock and use
17458 inhibit-modification-hooks rather than setting *-change-functions.
17459 Update all functions to use the new name.
17460 (jit-lock-first-unfontify-pos): New semantics (and doc).
17461 (jit-lock-mode): Make non-interactive.
17462 Don't automatically turn on font-lock.
17463 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
17464 Always use jit-lock-after-change.
17465 Remove and restore font-lock-after-change-function.
17466 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
17467 (jit-lock-after-unfontify-buffer): Remove.
17468 (jit-lock-stealth-fontify):
17469 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
17470 (jit-lock-after-change): Set the `fontified' text-prop to nil.
17471
17472 2000-06-20 Sam Steingold <sds@gnu.org>
17473
17474 * emacs-lisp/cl-indent.el (toplevel): Indent
17475 `print-unreadable-object' properly. Untabify.
17476
17477 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
17478
17479 * textmodes/reftex.el (reftex-find-citation-regexp-format):
17480 Support for bibentry.
17481 (reftex-compile-variables): Fixed problem with end of section-re.
17482
17483 * texmodes/reftex-dcr.el (reftex-view-crossref,
17484 reftex-view-crossref-from-bibtex):
17485 Deal with changed `reftex-find-citation-regexp-format'.
17486 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
17487 Replaced `remprop' with `put'.
17488 (reftex-view-crossref, reftex-view-crossref-when-idle):
17489 Support for bibentry.
17490
17491 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17492 New entry for bibentry package.
17493
17494 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
17495 Regexp also matches "\nobibliography".
17496
17497 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
17498 Call `reftex-ensure-write-access' before doing anything.
17499 (reftex-ensure-write-access): New function.
17500
17501 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
17502
17503 * progmodes/idlwave.el: File re-installed (update to version 4.2)
17504
17505 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
17506
17507 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
17508
17509 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
17510
17511
17512 2000-06-20 Dave Love <fx@gnu.org>
17513
17514 * faces.el (frame-background-mode): Use set-default, not set, in
17515 setter.
17516 (frame-update-faces, frame-update-face-colors): Define with
17517 defalias.
17518
17519 * enriched.el (enriched-decode-foreground)
17520 (enriched-decode-background): Don't use internal-find-face.
17521
17522 * apropos.el: Doc fixes.
17523
17524 * cus-edit.el (customize-changed-options): Check arg.
17525 (customize-version-lessp): Don't require decimal point.
17526
17527 * custom.el (defcustom, defgroup): Doc fix.
17528
17529 * newcomment.el (comment) <defgroup>: Add :version.
17530 (comment-multi-line): Doc fix.
17531
17532 * emulation/mlsupport.el (define-hooked-local-abbrev,
17533 define-hooked-global-abbrev): Fix, using define-abbrev.
17534
17535 2000-06-19 Gerd Moellmann <gerd@gnu.org>
17536
17537 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
17538 the whole buffer.
17539
17540 2000-06-19 Dave Love <fx@gnu.org>
17541
17542 * menu-bar.el (menu-bar-options-save): New function.
17543 (menu-bar-options-menu): Use it.
17544 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
17545 Simplify.
17546
17547 2000-06-19 Andreas Schwab <schwab@suse.de>
17548
17549 * progmodes/etags.el (tags-query-replace): Put new parameters
17550 START and END at the end, for backward compatibility.
17551
17552 2000-06-19 Kenichi Handa <handa@etl.go.jp>
17553
17554 * international/codepage.el:
17555 (cp-coding-system-for-codepage-1): Delete special codes for
17556 generating xxx-dos coding system because now a CCL based coding
17557 system can handle EOL conversion by default.
17558
17559 * international/mule.el (make-coding-system): Generate subsidiary
17560 coding systems for EOL handling variants even for a CCL based
17561 coding system.
17562
17563 2000-06-19 Kenichi Handa <handa@etl.go.jp>
17564
17565 * international/isearch-x.el (isearch-minibuffer-input-method)
17566 (isearch-minibuffer-input-method-function): These variables
17567 deleted.
17568 (isearch-with-input-method): Don't use the above variables.
17569 (isearch-process-search-multibyte-characters): Likewise. Call
17570 read-string with the arg INHERIT-INPUT-METHOD t.
17571
17572 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
17573
17574 * font-lock.el (font-lock-after-fontify-buffer)
17575 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
17576
17577 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
17578 Use consistent make-local-variable style for font-lock-fontified.
17579 (jit-lock-fontify-buffer):
17580 Don't bother checking for font-lock-mode and jit-lock-mode.
17581
17582 * time.el: Remove trailing ^M that prevent CVS-merging.
17583
17584 2000-06-16 Gerd Moellmann <gerd@gnu.org>
17585
17586 * Makefile.in (distclean): New target.
17587
17588 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
17589
17590 * Makefile.in (srcdir): Define for update-subdirs.
17591
17592 2000-06-16 Gerd Moellmann <gerd@gnu.org>
17593
17594 * find-lisp.el: New file.
17595
17596 2000-06-16 Andrew Innes <andrewi@gnu.org>
17597
17598 * time.el (display-time-mail-function): New variable, to allow
17599 external packages to indicate when new mail is available.
17600 (display-time-update): Use it.
17601
17602 2000-06-16 Kenichi Handa <handa@etl.go.jp>
17603
17604 * international/mule.el (mule-version): Change version name to
17605 SAKAKI. AOI has already been used by Meadow.
17606
17607 * international/quail.el (quail-show-guidance-buf): To find the
17608 bottom window (but minibuffer), pay attention to the height of
17609 minibuffer.
17610
17611 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
17612
17613 * arc-mode.el (archive-mode-map): Use the new menu-item format for
17614 menu-bar menus. Add help strings. Don't remove the Edit menu
17615 from the menu bar, as the menu bar has enough space now.
17616
17617 * Makefile.in (SHELL): Make sure /bin/sh is used.
17618
17619 * woman.el (woman-man-buffer): Fix bold and underlined CJK
17620 characters, which use series of two ^H characters instead of one.
17621
17622 2000-06-15 Gerd Moellmann <gerd@gnu.org>
17623
17624 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
17625 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
17626 functions.
17627 (Info-find-node-2): Try a case-sensitive search first, then
17628 do a case-insensitive search.
17629
17630 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
17631 tutorials.
17632
17633 * complete.el (PC-env-vars-alist): New variable.
17634 (PC-complete-as-file-name): New function.
17635 (partial-completion-mode): Initialize PC-env-vars-alist from
17636 process-environment.
17637 (PC-do-completion): Handle completion of env vars.
17638
17639 * info.el (Info-set-mode-line): Show file name in mode line,
17640 use `*Info*' instead of `Info:'.
17641
17642 * startup.el (command-line-1): Change copyright messages to year
17643 2000.
17644
17645 2000-06-15 Dave Love <fx@gnu.org>
17646
17647 * net/goto-addr.el (goto-address-fontify): Use keymap property,
17648 not local-map.
17649
17650 2000-06-15 Kenichi Handa <handa@etl.go.jp>
17651
17652 * international/mule.el (set-buffer-file-coding-system): Almost
17653 rewritten to handle `undecided' as no-op.
17654
17655 2000-06-14 Gerd Moellmann <gerd@gnu.org>
17656
17657 * Makefile.in: New file.
17658
17659 * Makefile: Removed.
17660
17661 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
17662 (goto-address-highlight-keymap): Bind C-c RET.
17663
17664 2000-06-14 Kenichi Handa <handa@etl.go.jp>
17665
17666 * mail/sendmail.el (sendmail-send-it): The temporary buffer
17667 inherits buffer-file-coding-system of the current buffer.
17668
17669 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
17670 0. Give correct argument to set-auto-coding-function.
17671 (tar-expunge): For goto-char, use (point-min), not 0.
17672 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
17673 (tar-subfile-save-buffer): Likewize.
17674
17675 * international/mule.el
17676 (after-insert-file-set-buffer-file-coding-system): Call
17677 set-buffer-file-coding-system with the arg FORCE t.
17678
17679 2000-06-13 Gerd Moellmann <gerd@gnu.org>
17680
17681 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
17682 nil. Contemporary sendmails issue an X-Authentication-Warning if
17683 the sender is set with `-f'.
17684
17685 2000-06-13 Dave Love <fx@gnu.org>
17686
17687 * help.el (describe-function-1): Kluge around cases of functions
17688 fset to subrs whose doc doesn't match their symbol-name.
17689
17690 * image.el (insert-image): Default STRING to a space.
17691
17692 * info.el Doc fixes.
17693 (Info-build-node-completions): Match Ref tags.
17694
17695 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
17696
17697 * frame.el (display-multi-frame-p, display-multi-font-p): New
17698 defaliases for display-graphic-p.
17699
17700 * hl-line.el: Fixed a typo in commentary.
17701
17702 2000-06-13 Kenichi Handa <handa@etl.go.jp>
17703
17704 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
17705 fixed.
17706
17707 2000-06-12 Dave Love <fx@gnu.org>
17708
17709 * image.el (insert-image): Save a little consing.
17710
17711 2000-06-12 Kenichi Handa <handa@etl.go.jp>
17712
17713 * language/tibet-util.el: Convert all tibetan-1-column characters
17714 to the corresponding tibetan characters.
17715 (tibetan-add-components): Delete code for the special treatment of
17716 'a chung.
17717
17718 * language/tibetan.el (tibetan-composable-pattern): Fix previous
17719 change.
17720 (tibetan-vowel-transcription-alist): More rules added.
17721 (tibetan-composite-vowel-alist): New variable.
17722 (tibetan-precomposition-rule-alist): More rules added.
17723
17724 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
17725
17726 * startup.el (command-line): Only call menu-bar-mode if interactive.
17727
17728 * thingatpt.el (toplevel symbol-properties):
17729 * textmodes/makeinfo.el (makeinfo-compile):
17730 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
17731 * progmodes/hideif.el (hif-compress-define-list)
17732 (hide-ifdef-use-define-alist):
17733 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
17734 (ange-ftp-vms-add-file-entry):
17735 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
17736 * man.el (Man-build-man-command):
17737 * mail/rnewspost.el (news-reply-header-hook):
17738 * info.el (Info-insert-dir):
17739 * emulation/mlconvert.el (backward-word, forward-word, setq):
17740 * emacs-lisp/gulp.el (gulp-send-requests):
17741 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
17742 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
17743 (byte-optimize-apply, end of file):
17744 * emacs-lisp/advice.el (ad-advice-class-completion-table)
17745 (ad-make-freeze-definition):
17746 * startup.el (command-line, command-line-1): Don't quote lambdas.
17747
17748 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
17749 (cvs-cleanup-removed): New function.
17750 (cvs-cleanup-functions): New var.
17751 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
17752 some flexibility in specifying additional entries to auto-cleanup.
17753 (cvs-quickdir): New function.
17754 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
17755 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
17756 (cvs-mode-find-file): Check that we are on a filename or dirname
17757 when invoked through a mouse-click.
17758 (cvs-full-path): Remove.
17759 (cvs-dired-action): Re-introduced.
17760 (cvs-dired-noselect): Use it.
17761 (vc-post-command-functions): use this new hook if available.
17762
17763 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
17764 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
17765 (cvs-filename-map, cvs-dirname-map): Remove.
17766 (cvs-default-action): Remove.
17767 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
17768 if the arg is really a keymap.
17769 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
17770 Don't hardcode the mapping from state (aka type) to face, but check
17771 the var cvs-fi-<type>-face instead.
17772 (cvs-fileinfo-from-entries): New function.
17773
17774 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
17775 Docstring fix.
17776 (cvs-find-file-and-jump): Change default to be safer.
17777 (cvs-mode-diff-map): Define it as a function as well.
17778 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
17779 Bind mouse-2 in this global map rather than with text-properties.
17780
17781 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
17782 file to resolve the ambiguity between C(conflict) and C(need-merge).
17783
17784 2000-06-12 Kenichi Handa <handa@etl.go.jp>
17785
17786 * international/mule.el (set-buffer-file-coding-system): If
17787 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
17788 unconditionally.
17789
17790 2000-06-12 Dave Love <fx@gnu.org>
17791
17792 * wid-edit.el (widget-specify-button): Really suppress the face if
17793 required.
17794
17795 2000-06-11 Gerd Moellmann <gerd@gnu.org>
17796
17797 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
17798
17799 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
17800
17801 * imenu.el (imenu-generic-expression): Docstring fix.
17802
17803 * composite.el (composition-function-table): Move the `put'
17804 below the autoload cookie so we can load the file before loaddefs.
17805
17806 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
17807
17808 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
17809 Handle easy-mmode-define-global-mode.
17810 For complex macros like define-minor-mode that can generate
17811 several autoload entries, try to autoload entries in the
17812 macroexpanded code.
17813
17814 * emacs-lisp/easy-mmode.el (define-minor-mode):
17815 If KEYMAP is a symbol, just use it.
17816 Use byte-compile-current-file and load-file-name to infer the
17817 proper :require to pass to defcustom.
17818 Wrap the hook var into `progn' so as not to autoload it.
17819 Add a :autoload-end cookie.
17820 Be more careful about the evaluation of KEYMAP.
17821 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
17822 (define-derived-mode): Move define-abbrev-table outside of defvar.
17823
17824 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
17825
17826 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
17827 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
17828 (backup-compiled-files): Ignore errors during `tar'.
17829 (bootstrap): Make autoloads before elc files.
17830
17831 2000-06-10 Kenichi Handa <handa@etl.go.jp>
17832
17833 * international/mule.el (set-buffer-file-coding-system): If one of
17834 undecided-XXX is specified, change only EOL conversion.
17835
17836 * international/mule-conf.el (unix): New alias for the coding
17837 system undecided-unix.
17838
17839 2000-06-09 Dave Love <fx@gnu.org>
17840
17841 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
17842
17843 * progmodes/executable.el: Byte compile dynamic.
17844 (executable-insert): Change custom type.
17845 (executable-find): Add autoload cookie.
17846 (executable-make-buffer-file-executable-if-script-p): New
17847 function. After Noah Friedman.
17848
17849 * files.el (after-save-hook): Customize, with
17850 executable-make-buffer-file-executable-if-script-p as an option.
17851
17852 2000-06-09 Kenichi Handa <handa@etl.go.jp>
17853
17854 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
17855 "tib24p-mule.bdf" for Tibetan.
17856
17857 * composite.el (decompose-composite-char): Declare it as obsolete.
17858
17859 * man.el (Man-fontify-manpage): Pay attention to underline and
17860 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
17861
17862 2000-06-08 Gerd Moellmann <gerd@gnu.org>
17863
17864 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
17865 Set maintainer to FSF since author isn't reachable.
17866
17867 2000-06-08 Dave Love <fx@gnu.org>
17868
17869 * international/mule-cmds.el (select-safe-coding-system): If
17870 DEFAULT-CODING-SYSTEM is not specified, also check the most
17871 preferred coding-system if buffer-file-coding-system is
17872 `undecided'. From Handa.
17873
17874 2000-06-08 Kenichi Handa <handa@etl.go.jp>
17875
17876 * international/mule.el
17877 (after-insert-file-set-buffer-file-coding-system): If the buffer
17878 size is greater than INSERTED, judget that we are not visiting.
17879
17880 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
17881
17882 * whitespace.el (defgroup whitespace): Comment out `:version'.
17883 XEmacs 20.4 has problems defining the group with this present.
17884 We'll have this commented out till get resolve the problem.
17885
17886 2000-06-07 John Wiegley <johnw@gnu.org>
17887
17888 * align.el (align-dq-string-modes, align-sq-string-modes)
17889 (align-open-comment-modes): Add pyhton-mode.
17890 (align-rules-list): Use get-text-property instead of
17891 text-properties-at.
17892 (align-rules-list): Add python-assignment.
17893 (align-rules-list): Change perl-comma-delimiter to
17894 basic-comma-delimiter. Use if for Perl modes and python-mode.
17895 (align-rules-list): Add python-chain-logic and
17896 basic-line-continuation.
17897
17898 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
17899
17900 * apropos.el (apropos-mode-hook): New user variable.
17901 (apropos-mode): Run apropos-mode-hook.
17902
17903 2000-06-07 David Ponce <david@dponce.com>
17904
17905 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
17906 commands. Require `wid-edit' at run-time.
17907
17908 2000-06-07 David Ponce <david@dponce.com>
17909
17910 * recentf.el: Added some "Commentary".
17911 (recentf-open-more-files, recentf-edit-list): Minor changes to
17912 move the point at the top of the file list. This behaviour is
17913 consistent with the menu one when the list contains a lot of
17914 files.
17915 (recentf-cleanup): Now displays the number of items removed from
17916 the list.
17917 (recentf-relative-filter) New menu filter to show filenames
17918 relative to `default-directory'.
17919
17920 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17921
17922 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
17923 with/without giving an error if PostScript printer doesn't have this
17924 kind of page size. Zebra Stripe continues or restarts on next page.
17925 Manual/automatic paper feeding. Switch or not the header.
17926 (ps-print-version): New version number (5.2.2).
17927 (ps-windows-system): Include emx as a Windows system.
17928 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
17929 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
17930 (ps-background-text): Code fix.
17931 (ps-error-handler-message, ps-user-defined-prologue)
17932 (ps-print-prologue-header, ps-printer-name)
17933 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
17934 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
17935 (ps-use-face-background): Customization fix.
17936 (ps-n-up-database): Data fix.
17937 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
17938 (ps-switch-header): New vars.
17939 (ps-xemacs-color-name, ps-face-foreground-name)
17940 (ps-face-background-name, ps-boolean-constant): New funs.
17941
17942 2000-06-07 Dave Love <fx@gnu.org>
17943
17944 * allout.el: New version from Manheimer.
17945
17946 2000-06-07 Kenichi Handa <handa@etl.go.jp>
17947
17948 * textmodes/fill.el (fill-find-break-point): Check the validity of
17949 charset.
17950
17951 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17952
17953 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17954 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17955 Call display-color-p and display-mouse-p instead of looking at
17956 window-system.
17957
17958 2000-06-06 Dave Love <fx@gnu.org>
17959
17960 * image.el (find-image): Doc fix. Return nil if image not found.
17961 (put-image, insert-image): Make STRING arg optional.
17962
17963 2000-06-06 Kenichi Handa <handa@etl.go.jp>
17964
17965 * language/vietnamese.el: Remove eval-when-compile.
17966 (viet-viscii-nonascii-translation-table): Define it as a
17967 translation table made from viet-viscii-decode-table.
17968 (viet-viscii-encode-table): Define it as a translation table made
17969 from the reverse map of above.
17970 (viet-vscii-nonascii-translation-table): Define it as a
17971 translation table made from viet-vscii-decode-table.
17972 (viet-vscii-encode-table): Define it as a translation table made
17973 from the reverse map of above.
17974 (ccl-decode-viscii): Use translate-character.
17975 (ccl-encode-viscii, ccl-encode-viscii-font)
17976 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
17977 Likewize.
17978
17979 * language/cyrillic.el: Remove eval-when-compile.
17980 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
17981 translation table made from cyrillic-koi8-r-decode-table.
17982 (cyrillic-koi8-r-encode-table): Define it as a translation table
17983 made from the reverse map of above.
17984 (ccl-decode-koi8): Use translate-character.
17985 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
17986 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
17987 a translation table made from cyrillic-alternativnyj-decode-table.
17988 (cyrillic-alternativnyj-encode-table): Define it as a translation
17989 table made from the reverse map of above.
17990 (ccl-decode-alternativnyj): Use translate-character.
17991 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
17992 Likewize
17993
17994 * international/mule-diag.el (non-iso-charset-alist): Specify
17995 translation table symbol instead of translation table itself.
17996 (list-block-of-chars): CHARSET may be a translation table symbol.
17997
17998 * international/mule.el (make-coding-system): If CODING-SYSTEM
17999 already exists, override it.
18000
18001 * international/fontset.el: Use family `proportional' for Tibetan
18002 fonts.
18003
18004 * international/ccl.el (ccl-compile-translate-character): Don't
18005 check if Rrr has property translation-table.
18006 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18007
18008 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18009
18010 * info.el: Bind case-fold-search to t when searching in case
18011 a user sets it to nil in a hook.
18012
18013 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18014
18015 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18016 * hl-line.el (hl-line-mode): Use the new :global key argument.
18017
18018 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18019 (tar-clip-time-string): Prepend a space.
18020 (tar-grind-file-mode): Construct a string rather than modifying one.
18021 (tar-header-block-summarize): Fix docstring.
18022 Use `format' rather than an error-prone set of copy-loops.
18023
18024 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18025 (diff-goto-source, diff-unified->context, diff-context->unified)
18026 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18027 understand the format output by the `-p' argument to diff.
18028
18029 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18030 (sh-re-done): Use defconst.
18031 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
18032 (sh-help-string-for-variable, sh-guess-basic-offset):
18033 Don't quote lambdas.
18034 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
18035 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
18036
18037 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
18038 (mh-letter-mode): Derive from text-mode.
18039 This implicitly means that it now calls kill-all-local-variables.
18040 Also remove the Emacs-18 compatibility code.
18041
18042 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18043 Make use of symbol-property doc-string-elt.
18044 Use memq rather than a sequence of eq.
18045 (doc-string-elt): Fix the wrong or missing previously unused values.
18046 (autoload-print-form): New function extracted from
18047 generate-file-autoloads to allow recursion when handling progn
18048 so that defvar's and defun's docstrings are properly printed.
18049 (generate-file-autoloads): Use it.
18050
18051 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18052 Use find-file-hooks in the minor-mode function.
18053 Be careful not to loop indefinitely in the post-command-hook function.
18054
18055 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
18056
18057 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18058 tty's.
18059 * ediff-diff.el (ediff-exec-process): Use --binary for fine
18060 differences whenever appropriate.
18061 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18062 * viper.el (find-file, find-file-other-window): Get viper to do
18063 wildcards.
18064
18065 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
18066
18067 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18068 (jit-lock-fontify-buffer): New function for JIT refontification.
18069 (jit-lock-mode): Fix docstring.
18070 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18071 Remove jit-lock-after-change from the _local_ hook.
18072 (jit-lock-function-1): Fix docstring.
18073
18074 * info.el (Info-on-current-buffer): Initialize info.
18075
18076 * newcomment.el (comment-indent): Ignore comment-indent-hook.
18077
18078 * progmodes/tcl.el (tcl-indent-for-comment):
18079 Ignore comment-indent-hook.
18080
18081 * emacs-lisp/easy-mmode.el: Require CL during compilation.
18082 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18083 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18084 and improve to use the lighter to guess the capitalization.
18085 (define-minor-mode): Inline code from easy-mmode-define-toggle.
18086 Add keyword arguments to specify global-ness or the custom group.
18087 Add local-map and help-echo properties to the lighter.
18088 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18089 (easy-mmode-define-global-mode): New macro.
18090
18091 2000-06-02 Dave Love <fx@gnu.org>
18092
18093 * wid-edit.el: byte-compile-dynamic since we typically don't use
18094 all the widgets. Don't require cl or widget. Remove
18095 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
18096 (widget-read-event): Removed. Callers changed to use read-event.
18097 (widget-button-release-event-p): Renamed from
18098 button-release-event-p.
18099 (widget-field-add-space, widget-field-use-before-change):
18100 Uncustomize.
18101 (widget-specify-field): Use keymap property, not local-map.
18102 (widget-specify-button): Obey :suppress-face.
18103 (widget-specify-insert): Use modern backquote syntax.
18104 (widget-image-directory): Renamed from widget-glyph-directory.
18105 (widget-image-enable): Renamed from widget-glyph-enable.
18106 (widget-image-find): Replaces widget-glyph-find.
18107 (widget-button-pressed-face): Move defvar.
18108 (widget-image-insert): Replaces widget-glyph-insert.
18109 (widget-convert): Use keywordp.
18110 (widget-leave-text, widget-children-value-delete): Use mapc.
18111 (widget-keymap): Remove XEmacs stuff.
18112 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18113 (widget-button-click): Don't set point at the click, but re-centre
18114 if we scroll out of window. Rewritten for images v. glyphs &c.
18115 (widget-tabable-at): Use POS arg, not point.
18116 (widget-beginning-of-line, widget-end-of-line)
18117 (widget-item-value-create, widget-sublist, widget-princ-to-string)
18118 (widget-sexp-prompt-value, widget-echo-help): Simplify.
18119 (widget-default-create): Use widget-image-insert; some rewriting.
18120 (widget-visibility-value-create)
18121 (widget-push-button-value-create, widget-toggle-value-create): Use
18122 widget-image-insert.
18123 (checkbox): Create on and off images dynamically.
18124 (documentation-link): Change :help-echo.
18125 (widget-documentation-link-echo-help): Remove.
18126
18127 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
18128
18129 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18130
18131 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
18132 (easy-mmode-define-toggle, define-minor-mode): Use it.
18133 (easy-mmode-define-keymap): Docstring fix.
18134 (define-derived-mode): Default PARENT to fundamental-mode.
18135 Add the derived-mode-parent symbol-property.
18136 (easy-mmode-derived-mode-p): New function.
18137
18138 2000-06-02 Dave Love <fx@gnu.org>
18139
18140 * files.el (convert-standard-filename): Doc fix.
18141 (normal-backup-enable-predicate): New function.
18142 (backup-enable-predicate): Use it to replace the lambda form.
18143
18144 * calendar/todo-mode.el: [This needs more work on the outline
18145 stuff.] Doc fixes.
18146 (todo) <defgroup>: Add :version.
18147 (todo-add-category): Don't use pushnew.
18148 (todo-cmd-raise): Fix typo.
18149 (todo-top-priorities): Change temp buffer name.
18150 (todo-category-alist): Avoid redundant lambda.
18151 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
18152 Use outline-next-heading.
18153
18154 * autoarg.el: Rewritten to use define-minor-mode.
18155 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
18156 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
18157
18158 2000-06-02 Kenichi Handa <handa@etl.go.jp>
18159
18160 * isearch.el (isearch-other-meta-char): Fix previous change.
18161
18162 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18163
18164 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18165 (log-edit-done): Only add the comment to the ring if it's different
18166 from the last comment entered.
18167
18168 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
18169
18170 2000-06-01 Dave Love <fx@gnu.org>
18171
18172 * hl-line.el: Rewritten using define-minor-mode.
18173
18174 * help.el (describe-function-1): Distinguish special form from
18175 builtin function. Sanity-check presence of arglist for builtins.
18176
18177 2000-06-01 Kenichi Handa <handa@etl.go.jp>
18178
18179 * international/characters.el: Fix syntax/category setting of
18180 Tibetan characters.
18181
18182 * language/tibet-util.el (tibetan-add-components): Fixes for new
18183 encoding of Tibetan characters.
18184 (tibetan-decompose-precomposition-alist): New variable.
18185 (tibetan-decompose-region): Convert precomposed characters to
18186 non-precomposed characters.
18187 (tibetan-decompose-string): Likewise.
18188 (tibetan-composition-function): Fix args to
18189 thibetan-compose-string.
18190
18191 * language/tibetan.el (tibetan-composable-pattern): More
18192 characters included.
18193 (tibetan-consonant-transcription-alist): Rule for "R" added.
18194 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
18195 "+R" added.
18196 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
18197
18198 * language/lao-util.el (lao-composition-function): Fix args to
18199 compose-string.
18200
18201 * language/thai-util.el (thai-composition-function): Fix args to
18202 compose-string.
18203
18204 * isearch.el (isearch-update): Set disable-point-adjustment to t
18205 to prevent the point moving to the end of a composition when a
18206 part of a composition is searched.
18207 (isearch-other-meta-char): If the key invoking this command can be
18208 mapped by function-key-map to a printing char, call
18209 isearch-process-search-char directly.
18210
18211 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18212
18213 * emacs-lisp/bytecomp.el:
18214 * frame.el:
18215 * international/mule-cmds.el:
18216 * international/mule-util.el:
18217 * international/mule.el:
18218 * mouse.el:
18219 * subr.el:
18220 * faces.el: Update calls to make-obsolete with a WHEN argument.
18221
18222 * byte-run.el (make-obsolete, make-obsolete-variable):
18223 Add an optional WHEN argument and change the format of the
18224 symbol-property information.
18225 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
18226 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
18227 new obsolete-symbol-property format and print WHEN if it is provided.
18228
18229 2000-05-31 Dave Love <fx@gnu.org>
18230
18231 * loadhist.el (loadhist-hook-functions): Remove
18232 before-change-function, after-change-function.
18233 (unload-feature): Deal with symbols which are both bound and
18234 fbound.
18235
18236 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
18237 before-change-function, after-change-function.
18238
18239 * simple.el (newline): Don't bind before-change-function,
18240 after-change-function.
18241
18242 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
18243
18244 * whitespace.el (whitespace-rescan-timer-time): Update interval
18245 set to 600 seconds (10 minutes) instead of 60 seconds since
18246 a large number of whitespace buffers causes emacs to `freeze'
18247 for a considerable amount of time.
18248
18249 * whitespace.el: Updated email address
18250
18251 2000-05-31 Dave Love <fx@gnu.org>
18252
18253 * add-log.el (change-log-font-lock-keywords) <function>: Add
18254 pattern for function of change.
18255 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
18256 acknowledgements patterns.
18257
18258 2000-05-31 Kenichi Handa <handa@etl.go.jp>
18259
18260 * isearch.el (isearch-printing-char): If keyboard coding system is
18261 being used, call isearch-process-search-multibyte-characters.
18262
18263 * international/isearch-x.el: Mostly rewritten.
18264
18265 * international/quail.el (quail-start-conversion): Don't include
18266 unhandled events in the returned events, but set them in
18267 unread-command-events. Exit if all inputs are deleted.
18268
18269 2000-05-30 Jason Rumney <jasonr@gnu.org>
18270
18271 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
18272
18273 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
18274 Reenable code to create initial fontsets.
18275 Use set-fontset-font in place of put-charset-property.
18276
18277 2000-05-30 Gerd Moellmann <gerd@gnu.org>
18278
18279 * progmodes/perl-mode.el (perl-indent-line): When looking for a
18280 label, ensure that the first colon isn't followed by another.
18281
18282 * paths.el (Info-default-directory-list): Doc fix.
18283
18284 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
18285 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
18286 send a query containing USER only, not USER@HOST.
18287
18288 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
18289 and rmail-msgend to compute the restriction at the end, instead of
18290 computing it.
18291
18292 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18293
18294 * dabbrev.el (dabbrev-expand): Don't display messages in the
18295 echo area if the minibuffer window is active.
18296
18297 * jit-lock.el (jit-lock-mode): Add after change function to
18298 local hook.
18299
18300 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
18301
18302 * antlr-mode.el: New commands: hide/unhide actions,
18303 upcase/downcase literals.
18304 (antlr-tiny-action-length): New user option.
18305 (antlr-hide-actions): New command. Suggested by
18306 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
18307 (antlr-mode-map): New binding [C-c C-v].
18308 (antlr-mode-menu): New entries.
18309 (antlr-downcase-literals): New command.
18310 (antlr-upcase-literals): Ditto.
18311
18312 * antlr-mode.el: Minor changes: indendation, mode-name.
18313 (antlr-indent-line): Indent cpp directive at column 0.
18314 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
18315
18316 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
18317 (antlr-font-lock-additional-keywords): Workaround for intentional
18318 bug in XEmacs version of font-lock.
18319 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
18320 be used by a smarter version of `buffers-menu-grouping-function'.
18321
18322 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18323
18324 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
18325 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
18326
18327 2000-05-29 Kenichi Handa <handa@etl.go.jp>
18328
18329 * international/encoded-kb.el
18330 (encoded-kbd-iso2022-designation-map): Pay attention to that
18331 charset-iso-final-char return -1 for eight-bit-control and
18332 eight-bit-graphic.
18333
18334 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18335
18336 * speedbar.el (speedbar-use-images, speedbar-update-flag)
18337 (speedbar-easymenu-definition-base): Use display-graphic-p where
18338 available, instead of window-system.
18339
18340 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18341
18342 * international/codepage.el (cp-coding-system-for-codepage-1): Add
18343 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
18344 coding systems.
18345
18346 2000-05-26 Dave Love <fx@gnu.org>
18347
18348 * disp-table.el (standard-display-underline): Don't use
18349 internal-find-face.
18350
18351 * mail/reporter.el: Maintainer change. Doc fixes.
18352 (reporter-version): Deleted.
18353
18354 * emacs-lisp/elp.el: Maintainer change.
18355 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
18356
18357 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
18358
18359 * add-log.el (add-change-log-entry): Merge the current entry with the
18360 previous one if the previous one is empty.
18361
18362 2000-05-26 Dave Love <fx@gnu.org>
18363
18364 * loadhist.el (unload-feature): Fix interactive spec [from
18365 lijnzaad@ebi.ac.uk].
18366
18367 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
18368 subr-arity to check primitives.
18369 (byte-compile-flush-pending, byte-compile-file-form-progn)
18370 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
18371 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
18372 mapcar.
18373
18374 2000-05-26 Kenichi Handa <handa@etl.go.jp>
18375
18376 * international/fontset.el: Set family names of non-latin charsets
18377 in default fontset to "*".
18378
18379 * international/mule-diag.el (print-fontset): Combine family part
18380 and registry part of the fontname by "-*-" instead of "-".
18381
18382 * international/mule-cmds.el (encode-coding-char): Make strings
18383 multibyte before calling encode-coding-string.
18384
18385 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
18386
18387 * derived.el: Fix keywords.
18388 (define-derived-mode): Only define if needed.
18389
18390 * simple.el (fill-comment, comment-column, comment-start)
18391 (comment-start-skip, comment-end, comment-indent-function)
18392 (block-comment-start, block-comment-end, indent-for-comment)
18393 (set-comment-column, kill-comment, comment-padding, comment-region)
18394 (comment-multi-line, indent-new-comment-line): Remove.
18395
18396 * bindings.el (esc-map): Change ; to comment-dwim and use the new
18397 function names for comment operations.
18398
18399 * newcomment.el: Add abundant autoload cookies.
18400 (comment-style): Don't depend on runtime data at compile-time.
18401 (comment-indent-hook): Remove.
18402 (comment-indent): Check if comment-indent-hook is bound.
18403 (comment-region): Docstring fix.
18404
18405 2000-05-25 Dave Love <fx@gnu.org>
18406
18407 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
18408 byte-code-function-p.
18409
18410 * mail/rmailsum.el: Add provide.
18411
18412 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
18413
18414 * smerge-mode.el (smerge-diff-switches): Don't use list* in
18415 defcustom.
18416
18417 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
18418
18419 * ediff-diff.el (ediff-exec-process): delete --binary option from
18420 non-buffer ediff jobs.
18421
18422 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18423
18424 * hilit-chg.el (highlight-changes-mode): Ask about color or
18425 grayscale support, not about window-system.
18426
18427 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
18428 window-system.
18429 (ffap-highlight): Always default to t.
18430
18431 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
18432 display-popup-menus-p instead of looking at window-system.
18433
18434 * disp-table.el (standard-display-g1, standard-display-graphic):
18435 Only refuse to use string glyphs on X and MS-Windows.
18436
18437 * avoid.el: Remove window-system from commentary, suggest to use
18438 display-*-p instead.
18439
18440 * apropos.el (apropos-print): Use display-mouse-p instead of
18441 window-system.
18442
18443 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18444
18445 * international/codepage.el (cp-decoding-vector-for-codepage):
18446 Fill up unsupported characters with their own codes. From Kenichi
18447 Handa.
18448
18449 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18450
18451 * international/mule-diag.el (describe-char-after): Use
18452 display-graphic-p instead of window-system, so that this function
18453 works on MS-DOS.
18454
18455 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18456
18457 * international/codepage.el (cp-make-coding-systems-for-codepage):
18458 Remove the eight-bit-graphic and eight-bit-control charsets from
18459 the list of charsets which we convert into `?'.
18460
18461 2000-05-25 Kenichi Handa <handa@etl.go.jp>
18462
18463 * international/mule-conf.el: Specify CHARSET-ID explicitely for
18464 private charsets.
18465 (mule-unicode-0100-24ff, japanese-jisx0213-1,
18466 japanese-jisx0213-2): New charsets.
18467
18468 * international/fontset.el: Setup default fontset for new charsets.
18469
18470 2000-05-24 Dave Love <fx@gnu.org>
18471
18472 * info.el (Info-find-node-2): Restructure [following "Vadim
18473 S. Solomin" <sovs@uic.nnov.ru>].
18474
18475 * icomplete.el: Fix header for Finder.
18476
18477 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
18478
18479 * rmailout.el (rmail-output-to-rmail-file): Added optional param
18480 STAY.
18481
18482 * rmail.el (rmail-automatic-folder-directives): New user variable.
18483 (rmail-show-message): Add call to `rmail-auto-file' during
18484 display.
18485 (rmail-auto-file): New function.
18486
18487 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
18488
18489 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
18490 account.
18491 (ediff-test-utility,ediff-diff-mandatory-option)
18492 (ediff-reset-diff-options): Utilities for proper initialization of
18493 ediff-diff-options and ediff-diff3-options on Windows.
18494
18495 * ediff-init.el (ediff-merge-filename-prefix): New customizable
18496 variable.
18497
18498 * ediff-mult.el (ediff-filegroup-action): Use
18499 ediff-merge-filename-prefix.
18500
18501 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
18502
18503 * viper-ex.el (ex-write): Set selective display to nil.
18504
18505 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
18506
18507 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
18508 aliases for hebrew-iso-8bit.
18509
18510 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
18511
18512 * woman.el: New version from Francis J. Wright
18513 <F.J.Wright@Maths.QMW.ac.uk>.
18514 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
18515 names in environment variables regardless of the path separator.
18516 (woman-topic-all-completions-1): Don't call file-name-directory-p
18517 on all files, since woman-file-regexp already filters out any
18518 directories.
18519
18520 2000-05-24 Kenichi Handa <handa@etl.go.jp>
18521
18522 * international/quail.el (quail-start-translation): Don't change
18523 modified-p of the current buffer.
18524 (quail-start-conversion): Likewise.
18525
18526 * international/kkc.el (kkc-region): Don't change modified-p of
18527 the current buffer.
18528
18529 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
18530 conform to RFC1468.
18531 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
18532
18533 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
18534
18535 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
18536 (speedbar-insert-button): Invisible text property fix.
18537 (speedbar-directory-plus): Renamed from speedbar-directory-+
18538 (speedbar-directory-minus): Renamed from speedbar-directory--
18539 (speedbar-page-plus): Renamed from speedbar-file-+
18540 (speedbar-page-minus): Renamed from speedbar-file--
18541 (speedbar-page): Renamed from speedbar-file-
18542 (speedbar-tag): Renamed from speedbar-tag-
18543 (speedbar-tag-plus): Renamed from speedbar-tag-+
18544 (speedbar-tag-minus): Renamed from speedbar-tag--
18545 (speedbar-expand-image-button-alist): Use above renames.
18546
18547 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
18548 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
18549 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
18550 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
18551 * sb-pg.xpm: Renamed from sb-file.xpm
18552 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
18553 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
18554
18555 2000-05-24 Kenichi Handa <handa@etl.go.jp>
18556
18557 * international/quail.el (quail-show-guidance-buf): Set
18558 current-input-method of the guidance buffer to the name of the
18559 curren input method.
18560
18561 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
18562
18563 * progmodes/compile.el (compile-internal): Style typo.
18564
18565 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
18566 quote vars and functions in the docstring.
18567
18568 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
18569
18570 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
18571 Don't quote lambdas.
18572
18573 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
18574
18575 2000-05-23 Gerd Moellmann <gerd@gnu.org>
18576
18577 * startup.el (command-line): Determine source file of compiled
18578 user init file differently. Warn if compiled user init file
18579 is older than its source file.
18580
18581 * ffap.el (ffap-url-regexp): Add `https'.
18582
18583 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
18584
18585 * files.el (make-backup-file-name-1): Replace slashes with `!'
18586 rather than `|' (which is not allowed on Windows). Replace the
18587 drive letters with a string "drive_X".
18588
18589 2000-05-23 Gerd Moellmann <gerd@gnu.org>
18590
18591 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
18592
18593 * files.el (interpreter-mode-alist): Add `bash2'.
18594
18595 2000-05-22 Dave Love <fx@gnu.org>
18596
18597 * loadhist.el (feature-symbols, file-provides, file-requires): Use
18598 mapc.
18599 (feature-file): Avoid calling symbol-name. Doc fix.
18600 (file-set-intersect, file-dependents): Use dolist, not mapcar.
18601 (loadhist-hook-functions): Add mouse-position-function.
18602 (unload-feature): Change uses of mapcar.
18603
18604 * files.el (parse-colon-path): Doc fix.
18605 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
18606 (set-auto-mode): Use mapc.
18607
18608 * complete.el (PC-look-for-include-file): Use :alnum: character
18609 class.
18610 (partial-completion-mode): Add autoload cookie.
18611
18612 2000-05-22 Sam Steingold <sds@gnu.org>
18613
18614 * info.el (Info-fontify-node): Fixed the call to
18615 `add-text-properties' (bug introduced on 2000-05-18).
18616
18617 2000-05-22 Dave Love <fx@gnu.org>
18618
18619 * bindings.el: Remove debug-ignored-errors set in other files.
18620
18621 * progmodes/etags.el: Add to debug-ignored-errors.
18622 (visit-tags-table-buffer): Clear out buffers holding old tables
18623 when making a new list.
18624 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
18625 mapc.
18626
18627 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
18628 quote keywords.
18629 (cmpl-string-case-type): Use character classes.
18630
18631 * comint.el:
18632 * textmodes/ispell.el:
18633 * imenu.el:
18634 * mail/mh-e.el:
18635 * progmodes/compile.el: Add to debug-ignored-errors.
18636
18637 * dabbrev.el: Add to debug-ignored-errors.
18638 (dabbrev-completion): Use mapc.
18639
18640 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
18641
18642 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
18643 (woman-mapcan, woman-parse-man.conf)
18644 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
18645 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
18646 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
18647 path syntax better.
18648 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
18649 (woman-manpath): Call woman-parse-man.conf.
18650 (woman-emulation): New defcustom, defaults to nroff.
18651 (woman-font-support): New defconst.
18652 (woman-use-symbol-font): New defcustom.
18653 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
18654 "Emulation".
18655 Many functions: Doc fix.
18656
18657 2000-05-22 Kenichi Handa <handa@etl.go.jp>
18658
18659 * international/quail.el (quail-simple-translation-keymap): Map
18660 128..255 to quail-self-insert-command.
18661 (quail-keyboard-layout-alist): Add definition for "pc102-de".
18662
18663 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
18664
18665 * help.el (help-manyarg-func-alist): Typo.
18666
18667 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
18668 intervals which makes it heaps simpler.
18669
18670 * newcomment.el (comment-region-internal): Go back to BEG after quoting
18671 the nested comment markers.
18672
18673 * subr.el (remove-hook): Don't turn the hook's value into a list.
18674
18675 2000-05-21 Dave Love <fx@gnu.org>
18676
18677 * edmacro.el (edmacro-parse-keys): Return vector if any elements
18678 are invalid characters.
18679
18680 * international/mule-util.el (detect-coding-with-priority): Use
18681 mapc. Remove redundant lambda.
18682
18683 * international/mule-diag.el (list-non-iso-charset-chars)
18684 (describe-fontset): Remove redundant lambda.
18685
18686 * emulation/crisp.el (brief-mode): New alias.
18687
18688 * emacs-lisp/ring.el (ring-elements): New function.
18689
18690 * emacs-lisp/easymenu.el (easy-menu-create-menu)
18691 (easy-menu-do-add-item): Use keywordp.
18692
18693 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
18694
18695 * replace.el: Doc and error message fixes.
18696 (replace-highlight): Use facep, not internal-find-face.
18697
18698 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
18699
18700 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
18701
18702 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
18703 (log-edit-insert-changelog): Drop `:' as well.
18704
18705 * log-view.el: Fix file description.
18706 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
18707 available.
18708 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
18709 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
18710
18711 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
18712 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
18713 Print a status message if the toggle is called interactively.
18714 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
18715 for global minor modes and use `defcustom' for them.
18716 Use add-minor-mode.
18717 (easy-mmode-define-derived-mode): Remove.
18718 (define-derived-mode): Fancier default docstring.
18719 (easy-mmode-define-navigation): Signal an error rather than (ding).
18720
18721 * newcomment.el (comment-styles): New `box-multi'.
18722 (comment-normalize-vars): Better default for comment-continue to
18723 avoid whitespace-only continuations.
18724 (comment-search-forward): Always move even in the no-syntax case.
18725 (comment-padright): Only obey N if it's only obeyed for padleft.
18726 (comment-make-extra-lines): Better handling of empty continuations.
18727 Use `=' for the filler if comment-start has only one character.
18728 (uncomment-region): Try handling the special `=' filler.
18729 (comment-region): Allow LINES even if MULTI is nil.
18730 (comment-box): Choose box style based on comment-style.
18731
18732 2000-05-20 Kenichi Handa <handa@etl.go.jp>
18733
18734 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
18735 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
18736
18737 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
18738
18739 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
18740 and insert, not subst-char-in-region.
18741
18742 * international/mule-diag.el (list-character-sets-1): Handle
18743 charsets eight-bit-control and eight-bit-graphic.
18744 (list-iso-charset-chars): Likewise.
18745 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
18746 charactes as is. Use indent-to to align characters.
18747
18748 * international/mule-cmds.el (find-multibyte-characters): Never
18749 exclude charsets eight-bit-control and eight-bit-graphic.
18750
18751 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
18752
18753 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
18754 Don't quote lambdas.
18755
18756 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
18757
18758 2000-05-19 Gerd Moellmann <gerd@gnu.org>
18759
18760 * gud.el (gud-jdb-directories): Doc fix.
18761
18762 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
18763
18764 * newcomment.el: New file.
18765
18766 2000-05-19 Gerd Moellmann <gerd@gnu.org>
18767
18768 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
18769
18770 2000-05-18 Andreas Schwab <schwab@suse.de>
18771
18772 * dired.el (dired-between-files): Also skip lines beginning with
18773 `used'.
18774
18775 2000-05-18 Gerd Moellmann <gerd@gnu.org>
18776
18777 * msb.el (msb-menu-cond): Add choice `user'.
18778
18779 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18780
18781 * ps-print.el: Compatibility, customization and doc fix.
18782 (ps-printer-name-option): Replace defconst by defvar.
18783 (ps-postscript-code-directory): XEmacs compatibility.
18784 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
18785 fix.
18786 (ps-user-defined-prologue, ps-print-prologue-header)
18787 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
18788 compatibility and code fix.
18789 (ps-print-background-image, ps-print-background-text):
18790 Customization fix.
18791 (ps-line-number-start, ps-n-up-on): New vars.
18792
18793 2000-05-18 Espen Skoglund <esk@ira.uka.de>
18794
18795 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
18796 the indent-comment function to just return the appropriate indent.
18797
18798 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
18799
18800 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
18801 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
18802 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
18803
18804 2000-05-18 Dave Love <fx@gnu.org>
18805
18806 * info.el (Info-fontify-node): Add intangible property as well as
18807 invisible.
18808
18809 * calendar/appt.el (appt-make-list): Match all lines of entry.
18810 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
18811
18812 2000-05-18 Kenichi Handa <handa@etl.go.jp>
18813
18814 * international/mule-diag.el (describe-char-after): Call
18815 internal-char-font, not char-font. If internal-char-font returns
18816 nil, display "-- none --".
18817
18818 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
18819
18820 * image.el (image-type-available-p): Don't reference image-types
18821 if it isn't bound.
18822
18823 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
18824
18825 * autoarg.el (autoarg-mode): Typo in the :set argument.
18826
18827 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
18828
18829 * startup.el (command-line-1): Don't signal an error if the
18830 directory for auto-save-list files does not yet exist.
18831
18832 2000-05-17 Kenichi Handa <handa@etl.go.jp>
18833
18834 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
18835
18836 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
18837
18838 * subr.el (remove-hook): `setq' hook-value, not `set'.
18839
18840 2000-05-16 Sam Steingold <sds@gnu.org>
18841
18842 * info.el (debug-ignored-errors): More errors to ignore.
18843
18844 2000-05-16 Dave Love <fx@gnu.org>
18845
18846 * cus-edit.el: Don't require cl or easymenu.
18847 (custom-variable-prompt): Test standard-value property, not
18848 user-variable-p.
18849
18850 2000-05-16 Sam Steingold <sds@gnu.org>
18851
18852 * subr.el (add-hook): `setq' hook-value, not `set'.
18853
18854 2000-05-16 Gerd Moellmann <gerd@gnu.org>
18855
18856 * startup.el (command-line-1): Mention the FAQ in the startup
18857 message.
18858
18859 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
18860
18861 * progmodes/compile.el (compilation-parse-errors): Collect
18862 `nomessage' regexps last.
18863
18864 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
18865
18866 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
18867 to the function name.
18868
18869 2000-05-15 Dave Love <fx@gnu.org>
18870
18871 * speedbar.el (speedbar-recenter): Typo.
18872 (speedbar-expand-line): Make arg optional.
18873 (speedbar-mode): Avoid a compiler warning.
18874
18875 2000-05-15 Gerd Moellmann <gerd@gnu.org>
18876
18877 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
18878 user-specified option string is empty.
18879
18880 * mouse.el (mouse-yank-at-click): Doc fix.
18881
18882 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
18883
18884 * term/internal.el (IT-character-translations): More updates of
18885 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
18886 documents.
18887
18888 2000-05-15 Gerd Moellmann <gerd@gnu.org>
18889
18890 * env.el (getenv): New function, interactively callable.
18891 (setenv, getenv): Remove autoload cookies.
18892
18893 * loadup.el: Load `env'.
18894
18895 * progmodes/f90.el: Change author's mail address.
18896
18897 2000-05-14 Dave Love <fx@gnu.org>
18898
18899 * mail/rmail.el (rmail-show-message-hook): Customize and offer
18900 goto-addr as an option.
18901
18902 * help.el (help-xref-stack): Doc fix.
18903 (help-xref-following): New variable.
18904 (help-make-xrefs): Use it.
18905 (help-xref-go-back): Use position information from stack element.
18906 (help-follow): Make position in stack element a pair. Use
18907 help-xref-following.
18908
18909 * autoarg.el: New file.
18910
18911 * faces.el: Declare more functions obsolete.
18912
18913 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
18914 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
18915 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
18916 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
18917 Remove all the setup-...-environment functions.
18918
18919 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
18920
18921 * speedbar.el: Updated the commentary section. xemacs20p now uses
18922 >= when detecting. Require `defimage' safely.
18923 (speedbar-easymenu-definition-base): Add toggle for images.
18924 (speedbar-easymenu-definition-special): Add flush cache & expand.
18925 (speedbar-visiting-tag-hook): Set new defaults. Added options.
18926 (speedbar-reconfigure-keymaps-hook): New variable.
18927 (speedbar-frame-parameters): Updated documentation.
18928 (speedbar-use-imenu-flag): Updated custom tag
18929 (speedbar-dynamic-tags-function-list): New variable.
18930 (speedbar-tag-hierarchy-method): Updated doc & custom.
18931 (speedbar-indentation-width, speedbar-indentation-width) New
18932 variables.
18933 (speedbar-hide-button-brackets-flag): Customizable.
18934 (speedbar-vc-indicator): Doc update.
18935 (speedbar-ignored-path-expressions): Updated default value.
18936 (speedbar-supported-extension-expressions): Updated default value.
18937 (speedbar-syntax-table): Remove {} paren status.
18938 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
18939 as "+". Added overlay aliases.
18940 (speedbar-mode): Use `speedbar-mode-line-update' instead of
18941 `force-mode-line-update'.
18942 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
18943 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
18944 `mouse-set-point'
18945 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
18946 (speedbar-item-info-tag-helper): Revamped to handle a wider range
18947 of arbitrary text, and new helper functions.
18948 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
18949 filename finder.
18950 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
18951 (speedbar-directory-buttons): Update path search/expansion.
18952 (speedbar-make-tag-line): Pay attention to
18953 `speedbar-indentation-width'. Use more care w/ invisible
18954 properties.
18955 (speedbar-change-expand-button-char): Call
18956 `speedbar-insert-image-button-maybe'.
18957 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
18958 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
18959 (speedbar-trim-words-tag-hierarchy)
18960 (speedbar-simple-group-tag-hierarchy): New functions
18961 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
18962 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
18963 functions.
18964 (speedbar-mouse-set-point): New function
18965 (speedbar-power-click): Updated documentation.
18966 (speedbar-line-token, speedbar-goto-this-file): Handle more types
18967 of tag prefix text.
18968 (speedbar-expand-line, speedbar-contract-line): Make more robust
18969 to strange text.
18970 (speedbar-expand-line): Takes universal argument to flush the
18971 cache.
18972 (speedbar-flush-expand-line): New function.
18973 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
18974 Use new generator insertion method.
18975 (speedbar-fetch-dynamic-tags): New function.
18976 (speedbar-fetch-dynamic-imenu): Removed code now handled in
18977 `speedbar-fetch-dynamic-imenu'.
18978 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
18979 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
18980 "Revert Buffer" menu items.
18981 (speedbar-buffer-buttons-engine): Be smarter when creating a
18982 filename tag (for expansion purposes.).
18983 (speedbar-highlight-one-tag-line,
18984 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
18985 (speedbar-recenter): New functions.
18986 (defimage-speedbar): Image loading abstraction.
18987 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
18988 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
18989 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
18990 (speedbar-tag-type, speedbar-tag-mail): New images.
18991 (speedbar-expand-image-button-alist): New variable.
18992 (speedbar-insert-image-button-maybe): Insert an image over some
18993 buttons.
18994
18995 2000-05-13 Kenichi Handa <handa@etl.go.jp>
18996
18997 * international/mule-cmds.el (encode-coding-char): An ASCII
18998 character is always encodable.
18999
19000 * international/mule-conf.el: Add more information in descriptions
19001 of character sets.
19002
19003 * international/mule-diag.el (describe-char-after): New function.
19004 (describe-font-internal): Adjusted for the change of font-info.
19005 (describe-font): Likewise.
19006 (print-fontset): Rewritten for the new fontset implementation.
19007 (describe-fontset): Include fontset alias names in completion.
19008 (list-fontsets): Adjusted for the change of print-fontset.
19009
19010 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19011 describe-char-after instead of displaying the detail in the echo
19012 area.
19013 (syntax-code-table): Format changed.
19014 (string-to-syntax): Adjusted for the above change.
19015
19016 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19017
19018 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19019
19020 2000-05-12 Dave Love <fx@gnu.org>
19021
19022 * calendar/todo-mode.el: Remove some compatibility stuff and CL
19023 dependence. Use line-{beginning,end}-position, not
19024 point-at{b,e}ol. Some doc fixes.
19025 (todo-position): New function. Fix callers of position to use it.
19026 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19027
19028 2000-05-12 Gerd Moellmann <gerd@gnu.org>
19029
19030 * time.el (display-time-mail-icon): Use `:ascent center'.
19031
19032 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
19033 handling FTP security extensions.
19034
19035 2000-05-11 Dave Love <fx@gnu.org>
19036
19037 * calendar/todo-mode.el: New file.
19038
19039 2000-05-11 Gerd Moellmann <gerd@gnu.org>
19040
19041 * comint.el (comint-read-input-ring): Move reference to
19042 comint-input-ring-size outside of the save-excursion. It was
19043 causing the default value to be the only one ever seen.
19044
19045 * font-lock.el: Update copyright. Remove Simon Marshall's email
19046 address on request from him.
19047
19048 * subr.el (substitute-key-definition): Add comment describing
19049 the meaning of PREFIX.
19050
19051 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
19052
19053 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19054
19055 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19056 (add-minor-mode): Don't make the variable buffer-local and add a
19057 reference to define-minor-mode in the docstring.
19058
19059 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19060 HEADER/FOOTER and fix bug with trailing empty directory.
19061 (cvs-append-to-ignore): Use vc-editable-p if available.
19062 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19063 (vc-do-command): Tweak advice to handle the new VC.
19064
19065 * log-view.el (log-view-goto-rev): New function for the new VC.
19066 (log-view-minor-wrap): Use mark-active.
19067
19068 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19069 (log-edit-changelog-full-paragraphs): New var.
19070 (log-edit-insert-changelog): Remove a lonely leading `* file'.
19071 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19072 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19073 (log-edit-changelog-ours-p, log-edit-changelog-entries)
19074 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19075 Replace the `cvs' prefix with `log-edit'.
19076
19077 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19078
19079 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19080 (diff-font-lock-defaults): Explicitly turn off multiline.
19081 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19082 (diff-ediff-patch): Fix call to ediff-patch-file.
19083 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19084 Handle comments.
19085
19086 * frame.el (automatic-hscrolling): Typo.
19087
19088 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19089
19090 2000-05-09 Sam Steingold <sds@goems.com>
19091
19092 * apropos.el (apropos-print): use `describe-face' instead of
19093 `customize-face-other-window'.
19094
19095 2000-05-09 Dave Love <fx@gnu.org>
19096
19097 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19098
19099 * help.el (describe-variable): Have customize button pop the
19100 help-xref stack when invoked.
19101 (help-xref-symbol-regexp): Add `face'.
19102 (help-make-xrefs): Check for quoted face names and adapt regexp
19103 submatch numbers to cope.
19104 (help-xref-interned): Maybe insert face doc too. Separate
19105 sections with a line of hyphens.
19106
19107 * faces.el: Some doc fixes. Declare some functions obsolete.
19108 (describe-face): Add customize button. Return the help
19109 text. Fix prompt.
19110
19111 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
19112
19113 * term/internal.el (IT-character-translations): Fix last change.
19114
19115 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19116
19117 * woman.el: New file
19118 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19119
19120 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19121
19122 * term/internal.el (IT-character-translations): Update ASCII
19123 simulations for greek-iso8859-7, add latin-iso8859-14 and
19124 latin-iso8859-15.
19125
19126 * international/mule-cmds.el (set-language-info-alist): Call
19127 define-prefix-command with 3 arguments, to make the map suitable
19128 for a menu.
19129
19130 2000-05-07 Dave Love <fx@gnu.org>
19131
19132 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
19133
19134 2000-05-05 Dave Love <fx@gnu.org>
19135
19136 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
19137 list in doc string. Don't quote keyword symbols.
19138 * emacs-lisp/cl.el: Likewise
19139 * emacs-lisp/cl-seq.el: Likewise
19140
19141 2000-05-05 Gerd Moellmann <gerd@gnu.org>
19142
19143 * abbrev.el (abbrev-mode): Make ARG optional.
19144
19145 2000-05-04 Gerd Moellmann <gerd@gnu.org>
19146
19147 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
19148
19149 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
19150
19151 * subr.el (substitute-key-definition): Clarify documentation.
19152
19153 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
19154
19155 * glasses.el (glasses-convert-to-unreadable): Use
19156 `glasses-separator' instead of the hard-wired "_".
19157 (glasses-mode): Call `glasses-make-unreadable' only in a single
19158 place.
19159
19160 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
19161
19162 * term/internal.el (cjk-codepages-alist): Add associations for
19163 Chinese and Korean codepages. Remove FIXME comment.
19164
19165 2000-05-03 Dave Love <fx@gnu.org>
19166
19167 * time.el (display-time-mail-face, display-time-use-mail-icon):
19168 New option.
19169 (display-time-mail-icon): New variable.
19170 (display-time-string-forms): Use the above. Fix the local-map.
19171
19172 2000-05-03 Gerd Moellmann <gerd@gnu.org>
19173
19174 * replace.el (query-replace-map): Add binding for `E'.
19175 (query-replace-help): Extend help text.
19176 (perform-replace): Allow editing the replacement string.
19177
19178 * make-mode.el (makefile-mode-abbrev-table): New variable.
19179 (makefile-mode): Set local abbrev table to
19180 makefile-mode-abbrev-table.
19181 (makefile-font-lock-keywords): Fontify includes and conditionals.
19182
19183 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
19184 set TOGGLE's value.
19185
19186 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
19187 mail-interactive-insert-alias.
19188 (mail-abbrev-complete-alias): New command.
19189 (mail-mode-map): Bind it to `M-TAB'.
19190
19191 2000-05-03 Kenichi Handa <handa@etl.go.jp>
19192
19193 * language/lao-util.el (lao-compose-region): New function.
19194
19195 2000-05-02 Gerd Moellmann <gerd@gnu.org>
19196
19197 * files.el (recover-session): Make directories as necessary
19198 if they don't exist yet.
19199
19200 * calendar/cal-french.el
19201 (french-calendar-multibyte-special-days-array)
19202 (french-calendar-special-days-array): Change French text.
19203 (calendar-french-date-string): Change output.
19204 (calendar-goto-french-date): Likewise.
19205
19206 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
19207
19208 * wid-edit.el (widget-default-active): Obey `:always-active'.
19209 (widget-documentation-string-value-create): Set `:always-active'.
19210
19211 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19212
19213 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
19214 default prefix to `~/_emacs.d/auto-save.list/_s'.
19215 (normal-top-level): Create the directory for auto-save files, if
19216 it doesn't already exist (in the ms-dos case only).
19217
19218 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19219
19220 * international/mule-cmds.el (set-language-environment): Don't
19221 concat an integer (dos-codepage), use format instead.
19222
19223 2000-05-02 Dave Love <fx@gnu.org>
19224
19225 * help.el (help-xref-on-pp): Check for constant symbols.
19226
19227 2000-04-29 Gerd Moellmann <gerd@gnu.org>
19228
19229 * startup.el (normal-top-level): Put a condition-case around
19230 the code loading subdirs.el.
19231
19232 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19233
19234 * ps-print.el: Upside-down and face background color printing,
19235 line number step, doc fix.
19236 (ps-print-version): New version number (5.2).
19237 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
19238 (ps-face-attribute-list, ps-plot-with-face): Code fix.
19239 (ps-spool-config): Var fix.
19240 (ps-printer-name-option): Const fix.
19241 (ps-print-upside-down, ps-use-face-background)
19242 (ps-line-number-step): New vars.
19243 (ps-window-system, ps-lp-system): New consts.
19244 (ps-face-background): New fun.
19245
19246 2000-04-28 Richard Stallman <rms@gnu.org>
19247
19248 * files.el (make-auto-save-file-name):
19249 Apply auto-save-file-name-transforms to visited file name
19250 before generating auto save file name.
19251 (auto-save-file-name-transforms): New variable.
19252
19253 * files.el (backup-enable-predicate):
19254 Correctly test for a file under a temporary directory.
19255
19256 2000-04-28 Gerd Moellmann <gerd@gnu.org>
19257
19258 * subr.el (add-minor-mode): Rewritten.
19259
19260 2000-04-28 Kenichi Handa <handa@etl.go.jp>
19261
19262 * mail/sendmail.el (sendmail-send-it): Set
19263 buffer-file-coding-system to the selected coding system for MIME
19264 header.
19265
19266 2000-04-27 Gerd Moellmann <gerd@gnu.org>
19267
19268 * dired.el (dired-move-to-filename-regexp): Allow format where
19269 YYYY is followed by two spaces.
19270
19271 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
19272 in the second character class of the regexp.
19273
19274 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
19275 mh-etc, too.
19276
19277 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
19278 nil.
19279
19280 * subr.el (add-minor-mode): Use `set' instead of `setq'.
19281
19282 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
19283 argument.
19284
19285 2000-04-27 Sen Nagata <sen@eccosys.com>
19286
19287 * emacs-lisp/crm.el (crm-completion-table): New variable.
19288 (crm-collection-fn, crm-test-completion)
19289 (completing-read-multiple): Use it.
19290
19291 2000-04-27 Dave Love <fx@gnu.org>
19292
19293 * help.el (locate-library): Use mapc.
19294 (help-manyarg-func-alist): Add call-process-region.
19295
19296 2000-04-26 Gerd Moellmann <gerd@gnu.org>
19297
19298 * subr.el (add-minor-mode): Make argument MAP optional.
19299
19300 * desktop.el (desktop-save): Save list of minor modes.
19301 (desktop-create-buffer): Restore minor modes.
19302 (desktop-minor-mode-table): New user-option.
19303
19304 * subr.el (add-minor-mode): New function.
19305
19306 * image.el (find-image): New function.
19307 (defimage): Rewritten to find image at load time.
19308
19309 * startup.el (normal-top-level-add-to-load-path): Handle
19310 case that the default directory is not in load-path.
19311
19312 * help.el: Old patch from Stefan Monnier.
19313 (help-xref-on-pp): New function.
19314 (describe-variable): Use it to display xrefs in a symbol's value.
19315
19316 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
19317
19318 * cus-edit.el (custom-face): Fix parenthesis.
19319
19320 2000-04-26 Kenichi Handa <handa@etl.go.jp>
19321
19322 * mail/rmail.el (rmail-expunge): When there are no deleted
19323 messages, do nothing.
19324
19325 2000-04-26 Dave Love <fx@gnu.org>
19326
19327 * international/mule-cmds.el (locale-translation-file-name):
19328 Defvar to nil.
19329 (set-locale-environment): Set it here (at runtime).
19330
19331 2000-04-25 Gerd Moellmann <gerd@gnu.org>
19332
19333 * replace.el (perform-replace): Add parameters START and END. Use
19334 them instead of the check for a region in Transient Mark mode.
19335 (query-replace-read-args): Return two more list elements for the
19336 start and end of the region in Transient Mark mode.
19337 (query-replace, query-replace-regexp, query-replace-regexp-eval)
19338 (map-query-replace-regexp, replace-string, replace-regexp): Add
19339 optional last arguments START and END and pass them to
19340 perform-replace.
19341
19342 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
19343 form with additional arguments for perform-replace.
19344
19345 * progmodes/etags.el (tags-query-replace): Add parameters START
19346 and END. Construct a form with additional arguments for
19347 perform-replace.
19348
19349 * simple.el (shell-command): Set default directory for "*Shell
19350 Command Output" buffer.
19351
19352 * language/european.el (iso-latin-4): Fix typo.
19353
19354 * emacs-lisp/crm.el: New file.
19355
19356 2000-04-24 Dave Love <fx@gnu.org>
19357
19358 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19359 (Custom-reset-saved, Custom-reset-standard)
19360 (custom-group-value-create, custom-group-set, custom-group-save)
19361 (custom-group-reset-current, custom-group-reset-saved)
19362 (custom-group-reset-standard): Use mapc.
19363 (custom-buffer-create-internal): Disable undo when creating items.
19364 Use mapc.
19365 (custom-face): Avoid redundant lambda.
19366
19367 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19368
19369 * startup.el (auto-save-list-file-prefix): Set default to
19370 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
19371
19372 2000-04-24 Sam Steingold <sds@gnu.org>
19373
19374 * time-stamp.el (time-stamp-string-preprocess): Always convert
19375 `field-result' to a string.
19376
19377 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19378
19379 * frame.el (scrolling): New group.
19380 (automatic-hscrolling): New user-option.
19381
19382 * startup.el (command-line-x-option-alist): Add `-lsp' and
19383 `--line-spacing'.
19384
19385 2000-04-19 Dave Love <fx@gnu.org>
19386
19387 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
19388 (cl-mapc): Rename from mapc. Fix the funcall.
19389
19390 2000-04-19 Gerd Moellmann <gerd@gnu.org>
19391
19392 * simple.el (clone-indirect-buffer-other-window): New command.
19393 (clone-indirect-buffer): Add optional arg NORECROD.
19394 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
19395
19396 * help.el (resize-temp-buffer-window): Use count-screen-lines.
19397
19398 * window.el (count-screen-lines): New function.
19399 (shrink-window-if-larger-than-buffer): Use count-screen-lines
19400 instead of window-buffer-height.
19401
19402 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
19403 non-existing variable comint-input-sentinel.
19404 (inferior-lisp-args-to-list): Removed.
19405 (inferior-lisp): Use split-string instead of
19406 inferior-lisp-args-to-list.
19407
19408 * hexl.el (hexl-insert-hex-string): New command.
19409
19410 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
19411 instead of concat.
19412
19413 2000-04-18 Gerd Moellmann <gerd@gnu.org>
19414
19415 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
19416 at the start of an existing but empty folder.
19417
19418 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19419
19420 * ps-mule.el: Customization fix, doc fix.
19421 (ps-multibyte-buffer): Customization fix.
19422
19423 2000-04-17 Richard M. Stallman <rms@gnu.org>
19424
19425 * subr.el (read-passwd): Use read-char-exclusive.
19426
19427 2000-04-17 Gerd Moellmann <gerd@gnu.org>
19428
19429 * textmodes/texinfo.el (texinfo-insert-@email)
19430 (texinfo-insert-@emph, texinfo-insert-@quotation)
19431 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
19432 (texinfo-mode-map): Add key bindings for them.
19433
19434 * files.el (basic-save-buffer-2): Use a template with `$'
19435 instead of `#' for VMS.
19436
19437 * simple.el (clone-indirect-buffer): New function.
19438
19439 2000-04-16 Stephen Eglen <stephen@gnu.org>
19440
19441 * iswitchb.el (iswitchb-case): New function. If the user input
19442 contains any upper-case characters, the search is made
19443 case-sensitive.
19444
19445 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
19446
19447 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
19448 comment-end.
19449 (texinfo-font-lock-syntactic-keywords): New var.
19450 (texinfo-font-lock-keywords): Remove comment regexp.
19451 (texinfo-insert-block): New function.
19452 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
19453 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
19454 and font-lock-defaults. Use regexp-opt for outline-regexp.
19455 (texinfo-environments): New var.
19456 (texinfo-environment-regexp): Use regexp-opt and
19457 texinfo-environments.
19458
19459 * textmodes/ispell.el (ispell-menu-map-needed): Check that
19460 ispell-process is bound since this might be eval'd before ispell
19461 is loaded.
19462 (ispell-message): Use a tiny bit less magic and a bit more hard
19463 data to figure out what kind of sc-cite-regexp to use.
19464
19465 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
19466
19467 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
19468 (insert-cyclic-diary-entry): Unquote the lambda.
19469
19470 * gud.el (gud-jdb-build-source-files-list): Fix typo.
19471
19472 * files.el (backup-enable-predicate): Unquote the lambda.
19473
19474 * cus-edit.el (custom-face, face): Unquote the lambda.
19475
19476 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19477
19478 * ps-print.el: Check for line-beginning-position definition.
19479
19480 * ps-print.el: Fix counting lines in a region.
19481 (ps-print-version): New version number (5.1.5).
19482 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
19483 (ps-printing-region): Fun code fix.
19484
19485 2000-04-15 Gerd Moellmann <gerd@gnu.org>
19486
19487 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
19488 to file-directory-p.
19489
19490 2000-04-14 Gerd Moellmann <gerd@gnu.org>
19491
19492 * gud.el (gud-jdb-build-source-files-list): Check that directory
19493 exists before calling directory-files.
19494
19495 2000-04-13 Dave Love <fx@gnu.org>
19496
19497 * emacs-lisp/trace.el: Change maintainer. Use new backquote
19498 syntax.
19499
19500 * emacs-lisp/cl-specs.el: Remove when, unless.
19501
19502 * emacs-lisp/cl-extra.el: Don't quote keywords.
19503 (cl-old-mapc): New variable.
19504 (mapc): Use it.
19505 (cl-map-intervals): Use with-current-buffer. Don't check for
19506 next-property-change.
19507 (cl-map-overlays): Use with-current-buffer.
19508 (cl-expt): Remove.
19509 (copy-tree, remprop): Define unconditionally.
19510
19511 * emacs-lisp/cl-compat.el (keywordp): Remove.
19512
19513 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
19514 to use keywordp.
19515 (edebug-spec): Enable keywordp.
19516
19517 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
19518 string-lessp.
19519
19520 * cus-start.el: Use keywordp.
19521
19522 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19523
19524 * diary-lib.el (include-other-diary-files): Fix the fix of
19525 2000-02-18 by doing a save-excursion.
19526
19527 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19528
19529 * ps-print.el: Customization fix, doc fix.
19530 (ps-print-version): New version number (5.1.4).
19531 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
19532 (ps-print-preprint): Adjust code.
19533 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
19534 (ps-print-prologue-header, ps-print-control-characters)
19535 (ps-spool-config): Customization fix.
19536
19537 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
19538
19539 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
19540 converted to the new menu-item format, names silightly changed,
19541 help strings added.
19542
19543 Support for spelling without async subprocesses:
19544
19545 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
19546 (ispell-session-buffer): New variables.
19547 (ispell-start-process, ispell-process-status,
19548 ispell-accept-output, ispell-send-string): New functions, for
19549 Ispell invocation when async subprocesses aren't supported.
19550 (ispell-word, ispell-pdict-save, ispell-command-loop,
19551 ispell-process-line, ispell-buffer-local-parsing): Replace calls
19552 to process-send-string with calls to ispell-send-string, and
19553 accept-process-output with ispell-accept-output.
19554 (ispell-init-process): Call ispell-process-status instead of
19555 process-status with.
19556 (ispell-init-process): Call ispell-start-process. Call
19557 ispell-accept-output and ispell-send-string. Don't call
19558 process-kill-without-query and kill-process if they are unbound.
19559 (ispell-async-processp): New function.
19560
19561 2000-04-12 Dave Love <fx@gnu.org>
19562
19563 * info.el: Add debug-ignored-errors.
19564 (Info-mode-menu): Add some items.
19565 (Info-directory): Add autoload cookie.
19566
19567 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
19568 Modify `truncate-lines'. Make `describe-language-environment'
19569 always visible and add help. Modify `describe-key' help. Invoke
19570 Info-directory from `info'. New entry `emacs-manual'.
19571
19572 2000-04-10 Gerd Moellmann <gerd@gnu.org>
19573
19574 * progmodes/ebrowse.el (ebrowse-tree-mode):
19575 Use propertized-buffer-identification.
19576 (ebrowse-update-member-buffer-mode-line): Likewise.
19577 (ebrowse--mode-strings): Removed.
19578 (ebrowse--mode-line-props): Removed.
19579
19580 * files.el (auto-mode-alist): Add `EBROWSE'.
19581
19582 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
19583 space before testing for end of buffer.
19584 (ebrowse-load): Removed.
19585 (ebrowse-revert-tree-buffer-from-file): Rewritten.
19586 (ebrowse-create-tree-buffer): Rewritten.
19587 (ebrowse-tree-mode): Read tree from buffer.
19588
19589 * progmodes/ebrowse-ffh.el: Removed.
19590
19591 2000-04-10 Kenichi Handa <handa@etl.go.jp>
19592
19593 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
19594
19595 2000-04-10 Gerd Moellmann <gerd@gnu.org>
19596
19597 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
19598 at the wrong place.
19599
19600 2000-04-09 Dave Love <fx@gnu.org>
19601
19602 * files.el (backup-enable-predicate):
19603 Use temporary-file-directory, small-temporary-file-directory.
19604 (make-backup-file-name-function, backup-directory-alist): New vars.
19605 (make-backup-file-name-1): New function.
19606 (make-backup-file-name): Use it.
19607 (find-backup-file-name): Likewise. Use format for clarity, not concat.
19608 (file-newest-backup): Use make-backup-file-name.
19609
19610 2000-04-09 Gerd Moellmann <gerd@gnu.org>
19611
19612 * progmodes/ebrowse-ffh.el: New file.
19613
19614 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
19615 Moved to ebrowse-ffh.el.
19616 (ebrowse-load): Add autoload.
19617
19618 * finder.el (finder-commentary): Add autoload cookie.
19619
19620 * mail/rfc2368.el: Correct author's email address.
19621
19622 * progmodes/ebrowse.el: New file.
19623
19624 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
19625 item help string.
19626 (easy-menu-do-add-item): Ditto.
19627 (easy-menu-define): Extend doc string.
19628
19629 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
19630 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
19631 (jit-lock-function, jit-lock-stealth-fontify): Don't use
19632 with-buffer-unmodified.
19633
19634 2000-04-08 Dave Love <fx@gnu.org>
19635
19636 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
19637 unless, when.
19638
19639 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
19640
19641 * viper-util.el (viper-put-on-search-overlay): New subroutine.
19642 (viper-flash-search-pattern): No operation when using Emacs
19643 doesn't support face.
19644 Use `viper-put-on-search-overlay'.
19645
19646 2000-04-04 Gerd Moellmann <gerd@gnu.org>
19647
19648 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
19649 like C-r.
19650
19651 * progmodes/make-mode.el: Some doc fixes.
19652 (makefile-mode-abbrev-table): New variable.
19653 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
19654 (makefile-font-lock-keywords): Fontify includes and conditionals.
19655 (toplevel): Require `dabbrev' and `add-log' when compiling.
19656
19657 * replace.el (perform-replace): Don't move forward one char
19658 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
19659 to do that because it leaves point 1 position after the last
19660 replacement, after everything has been replaced.
19661
19662 * jit-lock.el (with-buffer-unmodified): New macro.
19663 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
19664 modified state.
19665 (jit-lock-function-1): Extracted from jit-lock-function; not
19666 preserving buffer's modified state.
19667 (jit-lock-function, jit-lock-stealth-fontify):
19668 Call jit-lock-function-1.
19669
19670 * mail/rfc2368.el: Remove supernumerary copyright line.
19671
19672 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
19673
19674 * glasses.el: Provide facilities for inserting space before left
19675 parentheses and uncapitalization of identifiers.
19676 (glasses-mode): Try to remove old overlays in all cases.
19677
19678 2000-04-03 Gerd Moellmann <gerd@gnu.org>
19679
19680 * progmodes/compile.el (compile-internal): Display the compilation
19681 buffer in a different frame, if it's already displayed there.
19682
19683 * mail/rfc2368.el: New file.
19684
19685 * simple.el (sendmail-user-agent-compose): Recognize a `body'
19686 header and insert its value as mail body.
19687
19688 * subr.el (member-ignore-case): New function.
19689
19690 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
19691 (dabbrev--find-expansion): Ignore buffers matching a regexp
19692 from dabbrev-ignored-regexps.
19693
19694 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
19695 to extensions handled by gzip.
19696
19697 2000-04-03 Richard M. Stallman <rms@gnu.org>
19698
19699 * files.el (insert-directory): List the total free space
19700 along with the used space.
19701
19702 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
19703 line is followed by one that matches CITATION-REGEXP, end the
19704 paragraph.
19705
19706 2000-04-03 Markus Rost <rost@delysid.gnu.org>
19707
19708 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
19709 (rmail-make-basic-summary-line): Use that option.
19710
19711 2000-04-03 Kenichi Handa <handa@etl.go.jp>
19712
19713 * international/mule-cmds.el (encoded-string-description):
19714 Rewritten. Try pretty description for ISO 2022 escape sequences
19715 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
19716 for hexadecimal format.
19717
19718 2000-04-01 Dave Love <fx@gnu.org>
19719
19720 * cpp.el: Change customization group to `c' from `C'.
19721
19722 * vcursor.el (vcursor-move): Use display-color-p.
19723
19724 * international/mule-util.el: Provide mule-utils.
19725 (string-to-sequence): Simplify and speed up.
19726
19727 * international/mule.el (make-coding-system): Purecopy doc-string.
19728
19729 * international/mule-cmds.el: Various menu changes.
19730 (describe-specified-language-support): Handle `Default'.
19731 (set-language-info): Purecopy `info'.
19732
19733 2000-03-31 Andrew Innes <andrewi@gnu.org>
19734
19735 * vc.el (vc-backend-diff): Return the correct status if we had to
19736 retry the rcsdiff command without the --brief option.
19737
19738 2000-03-31 Dave Love <fx@gnu.org>
19739
19740 * help.el (help-manyarg-func-alist): Correct several omissions.
19741
19742 * add-log.el: Don't require cl, fortran.
19743 (add-log-current-defun-function): Doc fix.
19744 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
19745 (change-log-version-rcs): Function deleted.
19746 (change-log-version-number-search): Doc fix.
19747 Use vc-workfile-version. Avoid CL dolist.
19748 (add-change-log-entry): Just call add-log-current-defun to get
19749 defun. Simplify somewhat.
19750 (change-log-get-method-definition-1): Likewise.
19751 (add-log-current-defun): Return nil if calling
19752 add-log-current-defun-function does so. Move Fortran stuff to
19753 fortran.el. Return string without properties.
19754
19755 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
19756 and :alpha: char classes.
19757
19758 * mail/supercite.el: Defvar curline when compiling.
19759 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
19760 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
19761 rather than a-zA-Z0-9 to allow non-ASCII characters.
19762
19763 2000-03-31 Gerd Moellmann <gerd@gnu.org>
19764
19765 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
19766
19767 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19768 Re-enable new code.
19769
19770 * lpr.el (print-region-1): Use -d to specify printer name for
19771 systems `usg-unix-v*, `dgux', `hpux', `irix'.
19772
19773 2000-03-31 Dave Love <fx@gnu.org>
19774
19775 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
19776 Look for function definition in symbol's function value slot first
19777 instead of first consulting byte-compile-function-environment.
19778
19779 2000-03-31 Kenichi Handa <handa@etl.go.jp>
19780
19781 * language/european.el ("Polish"): New language environment.
19782 (setup-polish-environment): New function.
19783
19784 2000-03-30 Gerd Moellmann <gerd@gnu.org>
19785
19786 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19787 Disable new code.
19788
19789 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
19790 trying to `load' the symbol of an autoload instead of the file
19791 recorded in the autoload. Fix error messages.
19792
19793 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19794
19795 * ps-print.el: PostScript programming fix for ghostview, doc fix.
19796 (ps-print-version): New version number (5.1.3).
19797 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
19798 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
19799 (ps-generate-postscript-with-faces): Code fix.
19800 (ps-color-values): XEmacs compatibility.
19801 (ps-print-background-image, ps-print-background-text, ps-printer-name)
19802 (ps-default-fg, ps-default-bg): Adjust customization.
19803 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
19804 (ps-color-scale): Renaming old ps-color-value fun.
19805 (ps-print-headers): Replace ps-print-header group to avoid conflict
19806 with ps-print-header variable.
19807 (ps-print-miscellany): New group.
19808 (ps-format-color, ps-rgb-color): New funs.
19809 (ps-default-foreground): New var.
19810 (ps-printer-name-option): New const.
19811
19812 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
19813
19814 * net/net-utils.el:
19815 (network-connection-host, network-connection-service): New variables
19816 (network-connection-mode): New mode, derived from comint-mode
19817 (network-connection-mode-setup): New function, saves host and
19818 service information in local variables.
19819
19820 * lisp/locate.el:
19821 (locate-word-at-point): Added this function
19822 (locate): Default to using locate-word-at-point as input
19823 Run dired-mode-hook
19824
19825 2000-03-29 Dave Love <fx@gnu.org>
19826
19827 * calendar/appt.el: Doc fixes.
19828 (appt-check): Convert min-to-app to a string before passing to
19829 appt-disp-window-function or concat.
19830 (appt-delete-window): Remove test for frame-root-window.
19831 (appt-select-lowest-window, appt-convert-time): Simplify.
19832
19833 * emacs-lisp/bytecomp.el: Doc fixes.
19834 (byte-compile-file-form-autoload):
19835 Update byte-compile-function-environment.
19836
19837 2000-03-29 Andreas Schwab <schwab@suse.de>
19838
19839 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
19840
19841 * dired.el (dired-insert-directory): If dired-free-space-program
19842 failed just delete its output.
19843
19844 2000-03-29 Dave Love <fx@gnu.org>
19845
19846 * international/iso-cvt.el: Move provide to end. Doc fixes.
19847 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
19848 (iso-iso2sgml, iso-sgml2iso): New functions.
19849 (iso-cvt-define-menu): Fix some entries and use backquote for
19850 clarity.
19851
19852 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
19853
19854 2000-03-28 Gerd Moellmann <gerd@gnu.org>
19855
19856 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
19857 ISO-DATE. If non-nil, return date in ISO 8601 format.
19858
19859 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
19860
19861 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
19862 if it ever becomes used.
19863 (log-edit-mode-hook): Default to vc-log-mode-hook.
19864 (log-edit-mode): Fix the docstring.
19865
19866 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
19867 the code.
19868
19869 2000-03-26 Dave Love <fx@gnu.org>
19870
19871 * net/browse-url.el (browse-url): Re-fix case of
19872 browse-url-browser-function being an alist.
19873 (browse-url): Add :link to defgroup.
19874
19875 * files.el: Doc fixes.
19876 (file-truename): Include `[' in wildcard characters.
19877 (automount-dir-prefix): Customize.
19878 (find-file-wildcards): Add :version.
19879 (find-file-noselect): Simplify a mapcar call.
19880
19881 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
19882 compatible with inf-lisp version.
19883 (eval-defun-1): Fix custom-declare-variable case.
19884
19885 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
19886
19887 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
19888
19889 2000-03-24 Gerd Moellmann <gerd@gnu.org>
19890
19891 * Makefile (COMPILE_FIRST): New macro.
19892 (compile-files): Compile files from COMPILE_FIRST first.
19893
19894 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
19895
19896 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
19897 matching open parenthesis in column 0 to defun-prompt-regexp
19898 only if open-paren-in-column-0-is-defun-start is set.
19899
19900 * sun-curs.el: Require CL at compile-time only.
19901
19902 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
19903 instead of copy-list which is a function from CL.
19904 (msb--choose-menu, msb--mode-menu-cond)
19905 (msb--create-buffer-menu-2): Use dolist instead of mapc.
19906 (msb--init-file-alist): Use mapcar instead of mapcan.
19907 (msb--aggregate-alist): Use mapcar instead of mapcan.
19908 Fix `(' in column 0 in doc string.
19909 (msb--add-separators): Use mapcar instead of mapcan.
19910
19911 * cus-dep.el: Require CL at compile-time only.
19912
19913 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
19914
19915 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
19916 (byte-compile-warnings): New warning `noruntime'.
19917 (byte-compile-constants, byte-compile-variables): Fix docstring.
19918 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
19919 execute `eval-whenc-compile's body.
19920 (byte-compile-unresolved-functions): Fix docstring.
19921 (byte-compile-eval): New function.
19922 (byte-compile-callargs-warn): Check if the function will be available
19923 at runtime (via property `byte-compile-noruntime').
19924 (byte-compile-print-syms): New function.
19925 (byte-compile-warn-about-unresolved-functions): Also warn about
19926 `noruntime' functions (and use `byte-compile-print-syms').
19927 (byte-compile-file): Capitalize the message.
19928
19929 2000-03-24 Gerd Moellmann <gerd@gnu.org>
19930
19931 * mail/rmail.el (rmail-confirm-expunge): New user-option.
19932 (rmail-expunge): Ask for confirmation depending on the setting
19933 of rmail-confirm-expunge.
19934
19935 2000-03-23 Gerd Moellmann <gerd@gnu.org>
19936
19937 * Makefile (bootstrap-clean): If $(emacs) exists, build
19938 loaddefs.el first. A loaddefs.el that's not up-to-date might
19939 cause a bootstrap failure because things don't autoload as expected.
19940
19941 2000-03-23 Dave Love <fx@gnu.org>
19942
19943 * net/browse-url.el: Restore previous use of
19944 browse-url-maybe-new-window.
19945
19946 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19947
19948 * ps-print.el: Skip banner page fix.
19949 (ps-print-version): New version number (5.1.2).
19950 (ps-begin-file, ps-end-file, ps-generate): Code fix.
19951
19952 2000-03-23 Dave Pearson <davep@davep.org>
19953
19954 * net/quickurl.el Changed the type of parameter passed to the
19955 function defined by `quickurl-format-function'. Before only the
19956 text of the URL was passed. Now the whole URL structure is passed
19957 and the function is responsible for extracting the parts it requires.
19958 Changed the default of `quickurl-format-function' accordingly.
19959 (quickurl-insert): Changed the `funcall' of
19960 `quickurl-format-function' to match the above change.
19961 (quickurl-list-insert): Changed the `url' case so that it makes
19962 use of `quickurl-format-function', previous to this the format was
19963 hard wired.
19964
19965 2000-03-22 Gerd Moellmann <gerd@gnu.org>
19966
19967 * startup.el: Change some spellings for the X Window System.
19968
19969 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
19970
19971 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
19972 Clean up the code and the regexp and make sure the cursor is
19973 temporarily moved to the suspicious line while querying the user.
19974
19975 2000-03-22 Jason Rumney <jasonr@gnu.org>
19976
19977 * w32-fns.el (w32-charset-info-alist): Initialize.
19978
19979 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19980
19981 * ps-print.el: N-up last page fix.
19982 (ps-print-version): New version number (5.1.1).
19983 (ps-end-file, ps-end-job, ps-generate): Code fix.
19984
19985 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19986
19987 * files.el (find-file-run-dired): Update docstring.
19988 (find-directory-functions): New hook.
19989 (find-file-noselect): Run find-directory-functions rather than
19990 calling dired directly.
19991
19992 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
19993
19994 * pcvs.el: Add a minimal leading commentary.
19995 (cvs-make-cvs-buffer): Change the header part by removing the startup
19996 message and adding a `Module' entry. Also replace the FOOTER and
19997 HEADER special fileinfos with the new support in ewoc for updating
19998 its own footer and header.
19999 (cvs-update-header): Update to use the header/footer of the ewoc.
20000 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20001 (cvs-is-within-p): New function.
20002 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20003 to only examine some subset of the buffers.
20004
20005 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20006 `format' instead of our own ad-hoc functions.
20007 Remove HEADER and FOOTER cases, now handled in the EWOC.
20008 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20009
20010 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20011 output to avoid scaring the user.
20012 (cvs-parse-table): Catch message for non-up-to-date commits.
20013
20014 * pcvs-defs.el (cvs-startup-message): Remove.
20015 (cvs-global-menu): New autoloaded menu.
20016
20017 * pcvs-util.el (cvs-string-fill): Remove.
20018
20019 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20020 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20021 PP part of it and also make it work for footers and headers.
20022 (ewoc-create): Drop POS and BUFFER arguments.
20023 Use the DLL's dummy node to store the end-of-footer position.
20024 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20025 (ewoc-refresh): Remove unused `header' variable.
20026 (ewoc-(get|set)-hf): New functions.
20027
20028 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
20029 log-view-*-(message|file) and use easy-mmode-define-navigation.
20030 (log-view-message-re): Match SCCS format as well.
20031 And match the revision line rather than the dashed separator line.
20032 (log-view-mode): Use the new define-derived-mode.
20033 (log-view-current-tag): Fill in with an actual implementation.
20034
20035 * cvs-status.el (cvs-status-(prev|next)): Rename from
20036 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
20037 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
20038 to let the output "breathe" a little more (more readable).
20039 (cvs-status-mode): Use the new define-derived-mode.
20040
20041 * smerge-mode.el (smerge-auto-leave): New function and variable.
20042 (smerge-basic-map): Rename from smerge-basic-keymap.
20043 Change the bindings for smerge-diff-*.
20044 (smerge-*-map): Use easy-mmode-defmap.
20045 (smerge-(next|prev)): Use easy-mmode-define-navigation.
20046 (smerge-keep-*): Use smerge-auto-leave.
20047
20048 2000-03-21 Jason Rumney <jasonr@gnu.org>
20049
20050 * cus-edit.el (custom-button-face): Use 3D look for w32.
20051 (custom-button-pressed-face): Likewise.
20052
20053 2000-03-21 Gerd Moellmann <gerd@gnu.org>
20054
20055 * progmodes/etags.el (tags-case-fold-search): New user-option.
20056 (tags-loop-eval): New function. Bind case-fold-search around eval
20057 depending on the value of tags-case-fold-search.
20058 (tags-loop-continue): Use tags-loop-eval.
20059 (find-tag-in-order): Bind case-fold-search depending on the value
20060 of tags-case-fold-search.
20061
20062 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20063
20064 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20065 (diff-end-of-hunk): Return the end position for use in
20066 `easy-mmode-define-navigation'.
20067 (diff-recenter): Remove.
20068 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20069 of `easy-mmode-define-navigation'.
20070 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20071 previous renaming) and fix to use new names.
20072 (diff-merge-strings): Use \n as separator: simpler, faster.
20073 (diff-mode): Use `define-derived-mode'.
20074
20075 * derived.el (define-derived-mode): Don't autoload anymore.
20076 Prefer the macro-only version provided by easy-mmode.el.
20077
20078 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20079 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
20080 (easy-mmode-define-navigation): New macro.
20081
20082 * subr.el (combine-run-hooks): New function.
20083
20084 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
20085
20086 * term/x-win.el: Fontsets related initialization is simplified.
20087
20088 * international/mule-diag.el (describe-font): Don't refer to
20089 global-fontset-alist, instead call font-list.
20090 (describe-fontset, list-fontsets, mule-diag): Likewise.
20091 (print-fontset): Adjusted for the change of fontset implementation.
20092
20093 * international/fontset.el (x-charset-registries): Variable removed,
20094 instead the corresponding data is stored in the default fontset.
20095 (register-alternate-fontnames): Function removed.
20096 (resolved-ascii-font): Variable removed.
20097 (x-compose-font-name): Ignore the second argument REDOCE.
20098 (x-complement-fontset-spec): Complement only an ASCII font and
20099 element for those charsets than can use that ASCII font.
20100 (generate-fontset-menu): Don't refer to global-fontset-alist,
20101 instead call fontset-list.
20102 (uninstantiated-fontset-alist): Variable removed.
20103 (x-style-funcs-alist): Likewise.
20104 (fontset-default-styles): Likewise.
20105 (x-modify-font-name): Function removed.
20106 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20107 (create-fontset-from-ascii-font): Docsting adjusted for the above
20108 change.
20109 (instantiate-fontset, resolve-fontset-name): Functions removed.
20110 (fontset-list): Now implemented by C code.
20111
20112 * faces.el (read-face-font): Fix TABLE arg to completing-read.
20113 (describe-face): Include `font' attribute in the description.
20114
20115 2000-03-21 Kenichi Handa <handa@etl.go.jp>
20116
20117 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20118
20119 2000-03-20 Gerd Moellmann <gerd@gnu.org>
20120
20121 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20122 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20123 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20124
20125 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20126 about behavior of set-buffer-modified-p wrt redisplay.
20127
20128 2000-03-19 Richard M. Stallman <rms@gnu.org>
20129
20130 * view.el (view-mode-disable): Kill local binding of view-read-only.
20131
20132 2000-03-18 Gerd Moellmann <gerd@gnu.org>
20133
20134 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
20135 is a string, convert it to a syntax cell using string-to-syntax.
20136
20137 * simple.el (syntax-code-table, syntax-flag-table): New variables.
20138 (string-to-syntax): New function.
20139
20140 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
20141 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20142 try to use passive ftp mode.
20143
20144 2000-03-17 Gerd Moellmann <gerd@gnu.org>
20145
20146 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
20147
20148 * simple.el (append-to-buffer): Update point of windows after
20149 insertion.
20150
20151 * abbrev.el (inverse-add-abbrev): Identify word by first moving
20152 forward then moving backward. Reindent.
20153
20154 * frame.el (other-frame): Call x-focus-frame only if
20155 focus-follows-mouse is off.
20156
20157 2000-03-17 Dave Love <fx@gnu.org>
20158
20159 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
20160
20161 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
20162
20163 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
20164 regexp for labels cannot span several lines.
20165
20166 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20167 `(setq :<key> ':<key>)' to the macro expansion.
20168
20169 2000-03-16 Dave Love <fx@gnu.org>
20170
20171 * progmodes/f90.el (f90): Put custom group under `languages', not
20172 `fortran'.
20173 (f90-mode-hook): Customize.
20174 (f90-mode): Set add-log-current-defun-function.
20175 (f90-current-defun): New function.
20176
20177 2000-03-16 Gerd Moellmann <gerd@gnu.org>
20178
20179 * cus-edit.el (custom-variable-tag-face): Handle case that
20180 default face's height is not a number.
20181 (custom-face-tag-face, custom-group-tag-face-1)
20182 (custom-group-tag-face): Ditto.
20183 (custom-group-tag-face-1): Add :group.
20184
20185 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
20186
20187 2000-03-15 Gerd Moellmann <gerd@gnu.org>
20188
20189 * pcvs-defs.el (toplevel): Remove autoload cookie for form
20190 requiring easymenu.
20191
20192 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20193
20194 * ps-print.el: PostScript user-defined prologue, PostScript error
20195 handler, doc fix.
20196 (ps-print-version): New version number (5.1).
20197 (ps-user-defined-prologue, ps-error-handler-message)
20198 (ps-print-prologue-0, ps-error-handler-alist): New vars.
20199 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
20200 (ps-insert-string): New function.
20201
20202 2000-03-15 Kenichi Handa <handa@etl.go.jp>
20203
20204 * international/ccl.el (ccl-compile-expression): Don't generate
20205 invalid self-assignment code.
20206
20207 2000-03-14 Dave Love <fx@gnu.org>
20208
20209 * subr.el (replace-regexp-in-string): Renamed from
20210 replace-regexps-in-string. Doc fix.
20211
20212 2000-03-12 Dave Love <fx@gnu.org>
20213
20214 * cus-edit.el: Doc fixes.
20215 (customize-set-variable, customize-save-variable): Rename args for doc.
20216 (custom-variable-tag-face, custom-face-tag-face)
20217 (custom-group-tag-face-1, custom-group-tag-face): Modify from
20218 style which user identify as hyperlink.
20219 (hook): Don't add undefined functions to the hook.
20220 (debug-ignored-errors): Transfer message from bindings.el.
20221
20222 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20223
20224 * recentf.el (recentf-keep-non-readable-files-p):
20225 Remove double/nested definition.
20226
20227 2000-03-12 Dave Love <fx@gnu.org>
20228
20229 * facemenu.el (facemenu-get-face): Use display-color-p.
20230 * enriched.el (enriched-decode-foreground): Likewise.
20231 (enriched-decode-background): Likewise.
20232 * isearch.el (isearch-highlight): Likewise.
20233 * info-look.el (info-lookup): Likewise.
20234 * simple.el (completion-setup-function): Likewise.
20235
20236 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
20237 :options.
20238
20239 * bindings.el (mode-line-format): Fix line-number and
20240 column-number items. Add help-echo for the background.
20241 (mode-line-mule-info): Modify help-echo.
20242
20243 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
20244
20245 * files.el (load-file): Allow completion to .elc.
20246
20247 * man.el: Doc fixes.
20248 (Man-init-defvars): Use display-color-p to set fontification.
20249
20250 * play/hanoi.el (hanoi-internal): Don't use oddp.
20251
20252 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20253
20254 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
20255
20256 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
20257
20258 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
20259
20260 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
20261 Fix comment.
20262
20263 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
20264
20265 * font-lock.el (font-lock-keywords): Fix the doc now that
20266 regexp-opt-depth is unnecessary.
20267 (save-buffer-state): Set an edebug spec.
20268 (font-lock-fontify-anchored-keywords): Properly handle the case when
20269 the matcher goes past the limit.
20270
20271 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
20272 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
20273
20274 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
20275 dll.el and cookie.el (from Elib) with heavy renaming and other
20276 massaging.
20277
20278 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
20279 Autoload the functions used.
20280 (easy-mmode-define-syntax): Fix CL typo.
20281 (easy-mmode-define-derived-mode): Improve the docstring generation.
20282
20283 2000-03-10 Gerd Moellmann <gerd@gnu.org>
20284
20285 * textmodes/texinfo.el (texinfo-version): Variable and function
20286 removed.
20287
20288 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
20289
20290 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
20291 allow more flexibility.
20292 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
20293 (easy-mmode-defmap, easy-mmode-defsyntax)
20294 (easy-mmode-define-derived-mode): New macros.
20295
20296 2000-03-09 Didier Verna <didier@xemacs.org>
20297
20298 * rect.el (replace-rectangle): New function.
20299
20300 2000-03-09 Dave Love <fx@gnu.org>
20301
20302 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
20303 (fortran-comment-line-start-skip): Don't match cpp stuff.
20304 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
20305 (fortran-mode-map): Remove over-eager custom-menu-create for now.
20306 (fortran-mode): Don't set fortran-comment-line-start-skip,
20307 fortran-comment-line-start here. Set comment-start,
20308 add-log-current-defun.
20309 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
20310 (fortran-current-defun): New function.
20311
20312 2000-03-09 Gerd Moellmann <gerd@gnu.org>
20313
20314 * emacs-lisp/re-builder.el: New file.
20315
20316 * mouse.el (mouse-drag-region): Don't run up-event handler
20317 if hscroll has changed.
20318
20319 * octave-mod.el (octave-font-lock-keywords): To font-lock the
20320 builtin operators, use `font-lock-builtin-face' for Emacs and
20321 `font-lock-preprocessor-face' otherwise.
20322
20323 * font-lock.el (lisp-font-lock-keywords-1): Highlight
20324 `(defun (setf foo)' differently.
20325
20326 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
20327
20328 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
20329 (regexp-opt): Update comment and adapt the code the new meaning of
20330 the `paren' argument of regex-opt-group for shy-groups.
20331 (regexp-opt-depth): Handle shy groups as well as backslashed
20332 backslashes.
20333 (regexp-opt-group): Turn the leading comment into a docstring.
20334 Allow `paren' to be a string (the string to use to open a group).
20335 Remove open-presuf and close-presuf. Instead of checking for `all
20336 one-char' and then later on check for `several one-char', handle
20337 both cases close together. Also apply a more generic algorithm
20338 for suffixes (the mirror image of the algorithm used for
20339 prefixes). Use shy-groups. Use nreverse rather than reverse.
20340 (regexp-opt-try-suffix): Removed.
20341
20342 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
20343 from comint-mode-map, so we can just inherit from it. Also, move
20344 the initialization into the `defvar' since there's no docstring
20345 anyway and it's fairly short.
20346 (inferior-scheme-mode): Define it as derived-mode: the code is
20347 shorter and this way we inherit from comint-mode-map rather than
20348 copying it.
20349
20350 * subr.el (replace-regexps-in-string): Properly handle the case
20351 where we match an empty string.
20352
20353 * comint.el (comint-exec-1): Add the current-dir to the exec-path
20354 when the command has a directory component (such as "./testml").
20355 Also fix a typo in the comment.
20356
20357 2000-03-08 Gerd Moellmann <gerd@gnu.org>
20358
20359 * Makefile (compile-files): Compile files one by one because
20360 that's the only way to ensure a clean compilation environment for
20361 each individual file.
20362
20363 * frame.el (other-frame): Call x-focus-frame.
20364
20365 2000-03-07 Dave Love <fx@gnu.org>
20366
20367 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
20368 :require to defcustom.
20369
20370 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
20371
20372 * files.el (auto-mode-alist): Add configure.in.
20373
20374 * progmodes/autoconf.el: New file.
20375
20376 2000-03-07 Gerd Moellmann <gerd@gnu.org>
20377
20378 * mail/mh-e.el: Change maintainer to `none'.
20379
20380 * recentf.el (recentf-keep-non-readable-files-p): Quote args
20381 to remove-hook and add-hook.
20382
20383 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
20384
20385 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
20386 it as the default.
20387 (mail-send): Test mail-send-nonascii also for the new `mime' value.
20388 (sendmail-send-it): Conditionally add MIME headers specifying the
20389 used character set.
20390
20391 2000-03-07 Dave Love <fx@gnu.org>
20392
20393 * winner.el: Fix keywords, autoload cookies.
20394 Split eval-when-compile form to avoid compilation failure.
20395
20396 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
20397
20398 * international/mule.el: Modify comment about coding system
20399 property `coding-category'.
20400 (make-coding-system): New argument EOL-TYPE. Pay attention to
20401 coding-category property of PROPERTIES.
20402
20403 * international/mule-conf.el (coding-category-utf-8)
20404 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
20405 categories. Include them in the argument for set-coding-priority.
20406
20407 * international/mule-cmds.el (reset-language-environment):
20408 Include coding-category-utf-8, coding-category-utf-16-be, and
20409 coding-category-utf-16-le in the argument for set-coding-priority.
20410 (reset-language-environment): Initialize coding-category-utf-8,
20411 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
20412
20413 2000-03-06 Karl Fogel <kfogel@red-bean.com>
20414
20415 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
20416 code abstracted out of `bookmark-jump-noselect'. Now tries info
20417 extensions as well as compression extensions.
20418 (bookmark-jump-noselect): Use above new func.
20419
20420 2000-03-03 Gerd Moellmann <gerd@gnu.org>
20421
20422 * strokes.el: Change maintainer's mail address.
20423
20424 2000-03-03 Kenichi Handa <handa@etl.go.jp>
20425
20426 * international/mule-diag.el (list-character-sets): Make help-echo
20427 string by substitute-command-keys.
20428 (list-character-sets): Likewise.
20429 (sort-listed-character-sets): Call help-setup-xref.
20430
20431 2000-03-02 Gerd Moellmann <gerd@gnu.org>
20432
20433 * time.el (display-time-mail-file): Add `none' to the list of choices.
20434
20435 2000-03-01 Dave Love <fx@gnu.org>
20436
20437 * help.el (help-xref-go-back): Don't try to set position.
20438
20439 * international/mule-diag.el (list-character-sets):
20440 Call help-setup-xref. Add help-echo to xrefs.
20441 (list-character-sets-1): Add help-echo to xrefs.
20442
20443 2000-03-02 Gerd Moellmann <gerd@gnu.org>
20444
20445 * frame.el (blink-cursor-mode): Switch cursor on when turning
20446 the mode off.
20447
20448 * add-log.el (add-log-current-defun): Add support for
20449 Autoconf mode.
20450
20451 * mail/rmail.el (rmail-quit-hook): New variable.
20452
20453 2000-03-01 Dave Love <fx@gnu.org>
20454
20455 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
20456
20457 * help.el (help-xref-button): Add help-echo arg.
20458 (describe-function-1, describe-variable, help-make-xrefs): Use it.
20459
20460 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
20461
20462 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
20463
20464 2000-03-01 Gerd Moellmann <gerd@gnu.org>
20465
20466 * image.el (defimage): Look for image files in load-path.
20467
20468 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
20469
20470 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20471
20472 * recentf.el (recentf): Added version tag to the defgroup of recentf.
20473
20474 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20475
20476 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
20477 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
20478 action to select/unselect a file.
20479 (recentf-edit-list): Code cleanup and improvement.
20480 (recentf-open-more-files-action): `recentf-open-more-files' button
20481 widget action to open a file.
20482 (recentf-open-more-files): No more use standard completion but widgets.
20483 (recentf-more-collection): Deleted.
20484 (recentf-more-history): Deleted.
20485 (recentf-setup-more-completion): Deleted.
20486
20487 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20488
20489 * recentf.el (recentf-mode): No more needs that Emacs is running
20490 under a window-system.
20491
20492 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20493
20494 * recentf.el (recentf-edit-list): New command to edit the recent
20495 list which allow the user to remove files.
20496 (recentf-edit-selected-items): New global variable, used by
20497 `recentf-edit-list' to hold the list of files to be removed from
20498 the recent list.
20499 (recentf-make-menu-items): Updated to display a "Edit list..."
20500 menu item. Minor code cleanup.
20501
20502 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20503
20504 * recentf.el (recentf-open-more-files): New command to open files
20505 that are not displayed in the menu.
20506 (recentf-more-collection): New global variable holding the set of
20507 permissible completions used by `recentf-open-more-files'.
20508 (recentf-more-history): New global variable holding the history list
20509 used by `recentf-open-more-files' completion.
20510 (recentf-setup-more-completion): New function to setup completion for
20511 `recentf-open-more-files'.
20512 (recentf-make-menu-items): Updated to display a "More..." menu item.
20513
20514 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20515
20516 * recentf.el (recentf-menu-action): Doc fixed.
20517
20518 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
20519
20520 * recentf.el (recentf-menu-filter): Doc updated.
20521 (recentf-update-menu-hook): Allow menu filters to force menu update.
20522 (recentf-make-menu-items): New menu filter handling.
20523 (recentf-make-menu-item): New helper function.
20524 (recentf-menu-elements): New menu handling function.
20525 (recentf-sort-ascending): Updated to new menu filter handling.
20526 (recentf-sort-descending): Updated to new menu filter handling.
20527 (recentf-sort-basenames-ascending): New menu filter function.
20528 (recentf-sort-basenames-descending): New menu filter function.
20529 (recentf-show-basenames): New menu filter function.
20530 (recentf-show-basenames-ascending): New menu filter function.
20531 (recentf-show-basenames-descending): New menu filter function.
20532
20533 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20534
20535 * diary-lib.el (list-diary-entries): Don't try to go forward at
20536 the end of the buffer.
20537
20538 2000-02-29 Kenichi Handa <handa@etl.go.jp>
20539
20540 * international/mule-diag.el (list-character-sets):
20541 Completely rewritten.
20542 (sort-listed-character-sets): New function.
20543 (list-character-sets-1): Completely rewritten.
20544 (list-character-sets-2): New function.
20545 (non-iso-charset-alist): New variable.
20546 (decode-codepage-char): New function.
20547 (charset-history): New variable.
20548 (read-charset) (list-block-of-chars)
20549 (list-iso-charset-chars)
20550 (list-non-iso-charset-chars)
20551 (list-charset-chars): New functions.
20552 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
20553 (dump-charsets): Likewise.
20554
20555 2000-02-29 Gerd Moellmann <gerd@gnu.org>
20556
20557 * dired-x.el (dired-filename-at-point): Add `@' to valid
20558 file name characters.
20559 (dired-filename-at-point): Handle ange-ftp file names.
20560
20561 * frame.el (frame-notice-user-settings): Use assq-delete-all
20562 instead of assoc-delete-all.
20563 (frame-notice-user-settings): Ditto.
20564
20565 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
20566 Don't copy alist.
20567
20568 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
20569
20570 * calculator.el (calculator-use-menu): New option.
20571 (calculator-initial-bindings): Changed some bindings to work as macros.
20572 (calculator-forced-input): Removed.
20573 (calculator-restart-other-mode): New variable.
20574 (calculator-mode-map): Set up menu.
20575
20576 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
20577
20578 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
20579
20580 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
20581
20582 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
20583 translate all ESC key sequences.
20584 (viper-goto-mark-subr): Restore markers for files for which
20585 they were saved.
20586 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
20587 * viper-util.el (viper-set-replace-overlay-glyphs)
20588 (viper-set-replace-overlay): Always check if the replacement
20589 overlay is live.
20590 * viper.el (viper-vi-state-mode-list): Add major modes.
20591 * ediff-wind.el: Minor comment changes.
20592 * ediff.el: Copyright notice date fix.
20593
20594 2000-02-27 Jason Rumney <jasonr@gnu.org>
20595
20596 * faces.el (face-font-family-alternatives): Add arial to helv.
20597 (mode-line, header-line, tool-bar): Same default as x for w32.
20598 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
20599 face-font-family-alternatives from working.
20600 * term/w32-win.el (mouse-set-font): Do not build fontset from
20601 chosen font.
20602
20603 2000-02-25 Sam Steingold <sds@goems.com>
20604
20605 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
20606 properly.
20607
20608 2000-02-25 Richard M. Stallman <rms@gnu.org>
20609
20610 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
20611
20612 2000-02-25 Gerd Moellmann <gerd@gnu.org>
20613
20614 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
20615
20616 * frame.el (busy-cursor-delay-seconds): New option.
20617
20618 2000-02-24 Gerd Moellmann <gerd@gnu.org>
20619
20620 * frame.el (show-cursor-in-non-selected-windows): New option.
20621
20622 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20623
20624 * diary-lib.el (include-other-diary-files): Undo the selective
20625 display in any included file and don't kill it.
20626
20627 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
20628
20629 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
20630 Menu items converted to (menu-item format, help strings added.
20631 [downcase, upcase]: Don't enable on MS-DOS.
20632 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
20633 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
20634
20635 2000-02-23 Dave Love <fx@gnu.org>
20636
20637 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
20638 (backward-kill-word): Revert addition of * to interactive spec --
20639 it's a feature.
20640
20641 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
20642 (backward-kill-sentence, kill-sentence): Likewise.
20643
20644 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
20645 scratch buffer name.
20646 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
20647
20648 * term/w32-win.el (internal-face-interactive): Update prompt for
20649 new read-face-name.
20650
20651 * mail/footnote.el (footnote): Add :version to defgroup.
20652 (footnote-section-tag-regexp): Customize.
20653 (footnote-start-tag, footnote-end-tag): New option.
20654 (footnote-latin-regexp): New variable.
20655 (Footnote-latin): New function.
20656 (footnote-style-alist): Add element for latin style.
20657 (footnote-style): Moved.
20658 (Footnote-goto-footnote): Use eq to test arg.
20659
20660 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
20661
20662 * emacs-lisp/byte-opt.el: Change old backquote syntax.
20663 (byte-compile-trueconstp): Include keywords.
20664 (byte-optimize-quote, byte-optimize-lapcode):
20665 Use byte-compile-const-symbol-p.
20666 (byte-optimize-char-before): New optimization.
20667
20668 * emacs-lisp/bytecomp.el: Change old backquote syntax.
20669 (byte-compile-const-symbol-p): New function.
20670 (byte-compile-constp, byte-compile-out-toplevel)
20671 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
20672 Use it.
20673
20674 * subr.el (define-key-after): Default AFTER to t. Doc fix.
20675
20676 2000-02-23 Kenichi Handa <handa@etl.go.jp>
20677
20678 * international/encoded-kb.el: Be sure to update minor-mode-alist
20679 and minor-mode-map-alist.
20680 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
20681 codes SS2 and SS3 correctly.
20682 (encoded-kbd-self-insert-ccl): New function.
20683 (encoded-kbd-setup-keymap): New function.
20684 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
20685 by calling encoded-kbd-setup-keymap.
20686
20687 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
20688 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
20689
20690 2000-02-22 Dave Love <fx@gnu.org>
20691
20692 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
20693 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
20694 (lisp-mode-syntax-table): Set up for #|...|# comments.
20695 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
20696 classes. Match `defface'.
20697 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
20698 (eval-defun-1): Fix for defcustom.
20699 (lisp-indent-region): Doc fix.
20700
20701 * subr.el (when, unless, split-string): Doc fix.
20702 (read-passwd): Move call of clear-this-command-keys to the right place.
20703 (replace-regexps-in-string): New function.
20704
20705 2000-02-22 Gerd Moellmann <gerd@gnu.org>
20706
20707 * help.el (describe-variable): Set syntax table to
20708 emacs-lisp-mode-syntax-table when moving forward over the
20709 symbol's name.
20710
20711 2000-02-22 Dave Love <fx@gnu.org>
20712
20713 * xt-mouse.el: Doc fixes.
20714 (xterm-mouse-position-function): New function, replacing advice of
20715 mouse-position.
20716 (xterm-mouse-mode): Use it. Don't turn on under a window system.
20717
20718 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
20719
20720 2000-02-21 Gerd Moellmann <gerd@gnu.org>
20721
20722 * format.el (format-annotate-single-property-change):
20723 Handle properties.with dotted-list values.
20724 (format-proper-list-p): New function.
20725
20726 * enriched.el (enriched-face-ans): Handle '(foreground-color
20727 . COLOR) and (background-color . COLOR).
20728
20729 2000-02-20 Dave Love <fx@gnu.org>
20730
20731 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
20732 and assignments to it.
20733 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
20734 current local map.
20735 (make-flyspell-overlay): Use it.
20736 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
20737
20738 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
20739 (lm-get-header-re): Defun, not defsubst.
20740 (lm-get-package-name): Defun, not defsubst. Simplify.
20741 (lm-version): Doc fix. Simplify.
20742 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
20743 (lm-crack-address, lm-last-modified-date, lm-commentary)
20744 (lm-verify, lm-synopsis): Simplify.
20745 (lm-report-bug): Require emacsbug. Use compose-mail.
20746
20747 2000-02-20 Gerd Moellmann <gerd@gnu.org>
20748
20749 * dired.el (dired-mode): Call propertized-buffer-identification
20750 to set mode-line-buffer-identification to something having
20751 the right text properties.
20752
20753 * bindings.el (propertized-buffer-identification): New function.
20754
20755 2000-02-20 Dave Love <fx@gnu.org>
20756
20757 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
20758 check for t-mouse too.
20759
20760 * cus-start.el: Make echo-keystrokes `number'.
20761
20762 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
20763
20764 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
20765 Don't call ring-empty-p unless tags-location-ring is bound.
20766 From Noah Friedman <friedman@splode.com>.
20767
20768 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
20769
20770 * progmodes/hideshow.el (hs-flag-region): No longer use
20771 `intangible' overlay property.
20772
20773 (hs-toggle-hiding): New command.
20774 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
20775
20776 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
20777 Fix omission bug: Run `hs-minor-mode-hook' for both activation
20778 and deactivation.
20779
20780 2000-02-18 Gerd Moellmann <gerd@gnu.org>
20781
20782 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
20783
20784 2000-02-17 Gerd Moellmann <gerd@gnu.org>
20785
20786 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
20787
20788 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
20789 of `*' to handle `(* ... *)' comments.
20790
20791 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
20792
20793 * faces.el (list-faces-display): Use display-mouse-p instead of
20794 window-system.
20795
20796 * menu-bar.el (global-map): Menu-bar items converted to the new
20797 format (menu-item..., rearranged for better CUA compliance, and
20798 their names changed for better clarity. Help strings added.
20799
20800 * international/mule-cmds.el (mule-menu-keymap)
20801 (describe-language-environment-map, set-coding-system-map)
20802 (setup-language-environment-map): Convert to new (menu-item...
20803 form, add help strings. Change names of menu items for better clarity.
20804 "Mule" menu-bar item removed (it's now in the "Options" submenu).
20805
20806 2000-02-17 Gerd Moellmann <gerd@gnu.org>
20807
20808 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
20809 within the code.
20810
20811 2000-02-16 Dave Love <fx@gnu.org>
20812
20813 * faces.el: Don't require custom. Add more specific :groups to
20814 various deffaces.
20815 (set-face-attribute): Purecopy args.
20816 (read-face-name): Default to name at point and use it in prompt.
20817 Remove colon from arg in all callers.
20818 (list-faces-display): Hyperlink to face descriptions and customize
20819 buffers.
20820
20821 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
20822
20823 * wid-edit.el (widget-match-inline): An atom never matches a list.
20824
20825 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20826
20827 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
20828 at ':' characters by call to split-string.
20829
20830 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20831
20832 * textmodes/bibtex.el: Added RCS version identification.
20833
20834 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20835
20836 * textmodes/bibtex.el: Some temporary comments removed.
20837 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
20838 (bibtex-field-const): Allow capital letters.
20839 (bibtex-start-of-string): Deleted because unused.
20840
20841 * textmodes/bibtex.el: Unified some nomenclature. We no longer
20842 use the term 'reference' to describe a bibtex entry as a whole.
20843 Further, reference keys are no longer called 'labels'.
20844 (bibtex-keys): Renamed to bibtex-reference-keys.
20845 (bibtex-reformat-previous-labels): Renamed to
20846 bibtex-reformat-previous-reference-keys.
20847 (bibtex-reference-type): Renamed to bibtex-entry-type.
20848 (bibtex-reference-head): Renamed to bibtex-entry-head.
20849 (bibtex-reference-maybe-empty-head): Renamed to
20850 bibtex-entry-maybe-empty-head.
20851 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
20852 (bibtex-search-reference): Renamed to bibtex-search-entry.
20853 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
20854 bibtex-enclosing-entry-maybe-empty-head.
20855 (bibtex-entry-field-alist, bibtex-entry-head)
20856 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
20857 (bibtex-map-entries, bibtex-search-entry)
20858 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
20859 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
20860 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
20861 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
20862 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
20863 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
20864 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
20865
20866 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20867
20868 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
20869 comment.
20870 (bibtex-format-field-delimiters): New function, functionality
20871 extracted from bibtex-format-entry.
20872 (bibtex-autokey-get-yearfield-digits): New function, functionality
20873 extracted from bibtex-autokey-get-yearfield.
20874
20875 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
20876 entries in order to avoid stack overflow in the regexp matcher if
20877 field contents become large.
20878 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
20879 (bibtex-field-string-part-not-braced)
20880 (bibtex-field-string-part-no-inner-braces)
20881 (bibtex-field-string-part-1-inner-brace)
20882 (bibtex-field-string-part-2-inner-braces)
20883 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
20884 (bibtex-field-string-quoted, bibtex-field-string)
20885 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
20886 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
20887 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
20888 Deleted as parsing is now performed by the following functions.
20889 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
20890 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
20891 (bibtex-parse-field-string, bibtex-search-forward-field-string)
20892 (bibtex-parse-association, bibtex-field-name-for-parsing)
20893 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
20894 (bibtex-search-forward-field, bibtex-search-backward-field)
20895 (bibtex-start-of-field, bibtex-end-of-field)
20896 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
20897 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
20898 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
20899 (bibtex-parse-string, bibtex-search-forward-string)
20900 (bibtex-search-backward-string, bibtex-start-of-string)
20901 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
20902 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
20903 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
20904 entries. Instead of reporting the results of the parsing by
20905 match-beginning or match-end, these functions return data structures
20906 that hold the corresponding positions.
20907 (bibtex-enclosing-field): Changed to also report field boundaries by
20908 return values rather than by match-beginning or match-end.
20909 The following functions have been adapted to use the new
20910 parsing functions.
20911 (bibtex-skip-to-valid-entry, bibtex-search-reference)
20912 (bibtex-enclosing-field, bibtex-format-entry)
20913 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
20914 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
20915 (bibtex-print-help-message, bibtex-end-of-entry)
20916 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
20917 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
20918 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
20919 Use the new method for parsing.
20920 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
20921 (bibtex-map-entries, bibtex-flash-head)
20922 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
20923 (bibtex-autokey-change, bibtex-autokey-get-namefield)
20924 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
20925 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
20926 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
20927 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
20928 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
20929 order to make the new binding of case-fold-search immediately visible.
20930
20931 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20932
20933 * textmodes/bibtex.el: Copyright notice is up to date.
20934 Added constant 'bibtex-maintainer-salutation.
20935
20936 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
20937 than make-temp-name, use match-string-no-properties and eliminate
20938 a quadratic behavior when building bibtex-strings.
20939
20940 * bibtex.el (bibtex-reference-key): Accept string entries whose
20941 reference key contains upper case letters.
20942
20943 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20944
20945 * bibtex.el (bibtex-reference-head): Allow entries to start with
20946 a new line.
20947
20948 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20949
20950 * bibtex.el: Hiding of entry bodies is not longer provided by
20951 bibtex.el directly. Instead the hideshow package can be used.
20952 Added a special bibtex entry to hs-special-modes-alist.
20953 (bibtex-hs-forward-sexp): Added for hideshow.el.
20954
20955 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20956
20957 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
20958 proceedings entry type (for cross referencing). Thanks to Wagner
20959 Toledo Correa for the suggestion.
20960
20961 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
20962
20963 2000-02-14 Kenichi Handa <handa@etl.go.jp>
20964
20965 * international/characters.el: Setup case table for Vietnamese.
20966
20967 2000-02-12 Gerd Moellmann <gerd@gnu.org>
20968
20969 * uniquify.el (toplevel): Require CL at compile time.
20970 (uniquify-push): Removed.
20971
20972 * shadowfile.el (shadow-when): Removed.
20973
20974 * tempo.el (tempo-dolist, tempo-mapc): Removed.
20975 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
20976
20977 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
20978 regexp for paragraph-start.
20979
20980 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
20981 commas as well.
20982
20983 2000-02-10 Dave Love <fx@gnu.org>
20984
20985 * wid-edit.el: (widgets) [defgroup]: Remove url link.
20986 (widget-color-choice-list, widget-color-history, widget-mouse-help):
20987 Deleted.
20988 (widget-specify-field, widget-specify-button): Don't use
20989 widget-mouse-help as help-echo property.
20990 (default): Use #'ignore for :validate and :mouse-down-action.
20991 (checkbox): Add help-echo.
20992 (widget-sexp-validate): Rewritten to clarify error messages.
20993 (character): Use char-valid-p in :match function.
20994 (widget-color-complete): Use facemenu-color-alist.
20995 (widget-color-action): Use facemenu-read-color.
20996
20997 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
20998 set up `caar' &c that we now have.
20999
21000 2000-02-09 Ray Blaak <blaak@gnu.org>
21001
21002 * delphi.el: Make resourcestring a declaration region, like const
21003 and var.
21004
21005 2000-02-09 Dave Love <fx@gnu.org>
21006
21007 * bindings.el (mode-line-input-method-map): New variable.
21008 (mode-line-mule-info): Use it; fix last change.
21009 (mode-line-mode-menu): Move definition.
21010 (mode-line-mouse-sensitive-p): Deleted.
21011 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21012 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21013
21014 * startup.el (command-line-1): Don't call
21015 make-mode-line-mouse-sensitive.
21016
21017 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21018
21019 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21020 before rmail-toggle-header, because the former toggles headers.
21021
21022 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
21023
21024 * diff-mode.el (diff-kill-junk): New interactive function.
21025 (diff-reverse-direction): Use delete-and-extract-region.
21026 (diff-post-command-hook): Restrict the area so that the hook also works
21027 outside of any diff hunk. This is necessary for the minor-mode.
21028 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
21029 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
21030
21031 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
21032 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
21033 so that it can be used more easily in <foo>-mode-hook. Also make sure
21034 to avoid duplicate entries.
21035 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
21036 (font-lock-remove-keywords): Just as was done for `add', allow it to
21037 work even if font-lock-mode is nil. Also make sure we don't modify
21038 any pre-existing list by forcing a copy-sequence. Finally rename
21039 `major-mode' to `mode'.
21040 (font-lock-fontify-syntactic-anchored-keywords)
21041 (font-lock-fontify-anchored-keywords)
21042 (font-lock-fontify-keywords-region): Use line-end-position.
21043 Don't make `font-lock-multiline' local (it's now done in
21044 font-lock-set-defaults).
21045 (font-lock-set-defaults): Make `font-lock-multiline' local.
21046 Move the `font-lock-fontified' creation to inside the `unless'.
21047
21048 2000-02-06 Andrew Innes <andrewi@gnu.org>
21049
21050 * term/w32-win.el (x-handle-args): Comment out call to message,
21051 which occurs before window system is initialized.
21052
21053 * makefile.nt: Add support for recompiling lisp code.
21054
21055 2000-02-04 Dave Love <fx@gnu.org>
21056
21057 * bindings.el (mode-line-mule-info): Fix/extend last change.
21058
21059 * completion.el: Replace completion-dolist with dolist.
21060
21061 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21062
21063 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
21064
21065 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21066 environment names before they go into the section regexp.
21067
21068 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21069 char class in regexp.
21070
21071 * textmodes/reftex-parse.el (reftex-with-special-syntax):
21072 Bind `case-fold-search' to nil.
21073
21074 * progmodes/idlwave.el (idlwave-template):
21075 Respect `idlwave-abbrev-change-case'.
21076 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21077 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21078 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21079 (idlwave-rw-case): New function.
21080 (idlwave-statement-match): Fixed problem with assignment regexp.
21081 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21082 (idlwave-surround): New argument LENGTH to support padding of
21083 operators longer than 1 char.
21084
21085 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21086 idlwave-shell-expression-overlay. Implemented printing of
21087 expressions on higher levels of the calling stack.
21088 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21089 (idlwave-retrieve-expression-from-level): New function.
21090 (idlwave-shell-last-calling-stack): Variable removed.
21091 (idlwave-shell-reset): Argument action reversed (`visible' to
21092 `hidden'). Also remove stop-line overlay.
21093 (idlwave-shell-calling-stack-routine): New variable.
21094 (idlwave-shell-parse-stack-and-display): Messages now display
21095 negative level numbers.
21096 (idlwave-shell-mode): Set `modeline-format'.
21097 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21098 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21099 (idlwave-shell-print-expression-function): New option.
21100
21101 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21102 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21103 `tool-bar' instead of `toolbar'.
21104
21105 2000-02-02 Dave Love <fx@gnu.org>
21106
21107 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21108 emacs-lisp-mode-hook. Don't check for defalias being defined.
21109
21110 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21111 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21112 Use the new builtins directly.
21113
21114 * whitespace.el (whitespace): Add :version to defgroup.
21115
21116 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21117 Doc fix.
21118
21119 * thingatpt.el (sexp-at-point, symbol-at-point)
21120 (number-at-point, list-at-point): Add autoload cookie.
21121
21122 * recentf.el (recentf): Add :version to defgroup.
21123
21124 * quickurl.el (quickurl): Add :version to defgroup.
21125
21126 * elide-head.el (elide-head): Use point-marker more.
21127
21128 * bs.el (bs): Add :version to defgroup.
21129
21130 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
21131
21132 * progmodes/delphi.el (delphi): Add :version to defgroup.
21133
21134 2000-02-02 Gerd Moellmann <gerd@gnu.org>
21135
21136 * ange-ftp.el (ange-ftp-write-region): Handle case that
21137 succeeding process operation sets a different coding system.
21138
21139 * calculator.el: New file.
21140
21141 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21142
21143 * frame.el (frames-on-display-list, framep-on-display): New functions.
21144 (display-mouse-p, display-popup-menus-p, display-graphic-p)
21145 (display-selections-p, display-screens, display-pixel-width)
21146 (display-pixel-height, display-mm-width, display-mm-height)
21147 (display-backing-store, display-save-under, display-planes)
21148 (display-color-cells, display-visual-class): New functions.
21149
21150 * term/tty-colors.el (tty-color-gray-shades): New function.
21151
21152 * faces.el (display-color-p): Use framep-on-display.
21153 (display-grayscale-p): New function.
21154
21155 2000-01-31 Dave Love <fx@gnu.org>
21156
21157 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
21158 (create-fontset-from-x-resource): Don't concat integers.
21159
21160 2000-01-31 Inge Frick <inge@nada.kth.se>
21161
21162 * view.el: Some changes in documentation. Removed some trailing
21163 whitespace. Changed some parameter names to agree with documentation.
21164 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21165 window is not deleted. Modifies change 1998-04-26.
21166
21167 2000-01-31 Gerd Moellmann <gerd@gnu.org>
21168
21169 * windmove.el: New file.
21170
21171 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21172 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21173 progmodes/ebnf-yac.el: Update copyright and license info.
21174
21175 * jit-lock.el (jit-lock-function): Widen before calculating
21176 end position.
21177 (jit-lock-stealth-chunk-start): Rewritten.
21178
21179 * info.el (Info-title-face-alist): Removed.
21180 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
21181 (Info-fontify-node): Use these faces.
21182
21183 2000-01-30 Gerd Moellmann <gerd@gnu.org>
21184
21185 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
21186 (cl-macro-list1): Recognize `&allow-other-keys' instead of
21187 `&allow-other-keywords'.
21188
21189 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
21190 the list of directories scanned heuristically.
21191
21192 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
21193
21194 2000-01-30 Jason Rumney <jasonr@gnu.org>
21195
21196 * w32-fns.el: Define w32-tty-standard-colors.
21197
21198 * startup.el (command-line): Use w32-tty-standard-colors when in
21199 w32 console mode.
21200
21201 2000-01-30 Dave Love <fx@gnu.org>
21202
21203 * jka-compr.el (jka-compr-load): Fix up load-history.
21204
21205 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
21206
21207 * emacs-lisp/cl-macs.el: Revert previous change.
21208
21209 2000-01-29 Dave Love <fx@gnu.org>
21210
21211 * facemenu.el: Purecopy various strings.
21212
21213 * timezone.el (timezone-fix-time): Window against 69 for two-digit
21214 years. Deal with three-digit years.
21215
21216 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
21217 Use defconst, purecopy.
21218 (help-back-label): Purecopy it.
21219
21220 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21221
21222 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
21223 variable. If non-nil, order the buffer list according to the
21224 currently selected frame.
21225 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
21226 non-nil, pass the selected frame to function buffer-list.
21227
21228 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21229
21230 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
21231
21232 2000-01-28 Dave Love <fx@gnu.org>
21233
21234 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
21235
21236 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
21237 Don't use lisp-indent-hook property.
21238 (cl-abs): Remove.
21239
21240 * subr.el: Move out indent and edebug specs for when and unless.
21241
21242 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
21243 when, unless.
21244
21245 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
21246 unless, when.
21247
21248 2000-01-28 Gerd Moellmann <gerd@gnu.org>
21249
21250 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
21251 `collecting' as synonym for `collect'.
21252
21253 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
21254 for the case it contains spaces.
21255
21256 * simple.el (what-cursor-position): Change formatting of messages.
21257
21258 * frame.el (delete-other-frames): New function.
21259 (toplevel): Bind it to C-x 5 1.
21260
21261 * sort.el (sort-numeric-base): New option.
21262 (sort-numeric-fields): If number starts with `0' or `0[xX[',
21263 interpret it as octal or hexadecimal. Use sort-numeric-base
21264 as default base.
21265
21266 * progmodes/glasses.el: New file.
21267
21268 2000-01-27 Gerd Moellmann <gerd@gnu.org>
21269
21270 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
21271 userids differently.
21272
21273 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21274 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21275 progmodes/ebnf-yac.el: New files.
21276
21277 2000-01-26 Dave Love <fx@gnu.org>
21278
21279 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
21280 on a function with an empty body. [From Eric Ludlam.]
21281
21282 2000-01-25 Andre Spiegel <spiegel@gnu.org>
21283
21284 * vc.el (vc-version-diff): Make sure file name is expanded.
21285
21286 2000-01-25 Gerd Moellmann <gerd@gnu.org>
21287
21288 * scroll-bar.el (scroll-bar-timer): Variable removed.
21289 (scroll-bar-toolkit-scroll): Don't use a timer.
21290
21291 2000-01-25 Kenichi Handa <handa@etl.go.jp>
21292
21293 * language/thai-util.el (thai-composition-function):
21294 Delete superfluous `a'.
21295
21296 2000-01-24 Dave Love <fx@gnu.org>
21297
21298 * fortran.el (fortran-mode): Use beginning-of-defun-function,
21299 end-of-defun-function.
21300
21301 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
21302
21303 2000-01-22 Jason Rumney <jasonr@gnu.org>
21304
21305 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
21306 conflicts with new face support.
21307
21308 2000-01-22 Richard M. Stallman <rms@gnu.org>
21309
21310 * replace.el (query-replace): Rename last arg to DELIMITED.
21311 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
21312 (query-replace-regexp): Likewise.
21313
21314 2000-01-20 Richard M. Stallman <rms@gnu.org>
21315
21316 * subr.el (with-syntax-table): Use make-symbol, not gensym.
21317
21318 * emacs-lisp/lisp.el (beginning-of-defun-function):
21319 Variable renamed from beginning-of-defun.
21320 Do not call make-variable-buffer-local.
21321 (beginning-of-defun-raw): Use new variable name; doc fix.
21322 (beginning-of-defun): Doc fix.
21323 (end-of-defun-function): Variable renamed from end-of-defun.
21324 Do not call make-variable-buffer-local.
21325 (end-of-defun): Use new variable name; doc fix.
21326
21327 * subr.el (dolist, dotimes): Copied from cl-macs.el
21328 and made to work.
21329
21330 * mail/undigest.el (rmail-digest-end-regexps):
21331 Variable replaces rmail-digest-end-regexp.
21332 Allows multiple regexps for detecting the end line.
21333 (undigestify-rmail-message): Corresponding changes.
21334
21335 2000-01-19 Dave Love <fx@gnu.org>
21336
21337 * files.el (user-init-file): Don't declare here -- is primitive.
21338
21339 * startup.el (command-line): Check for compiled user-init-file and
21340 set to uncompiled version if necessary.
21341
21342 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21343
21344 * mail/undigest.el (rmail-digest-end-regexp): New user option.
21345 (undigestify-rmail-message): Use it.
21346
21347 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
21348
21349 2000-01-17 Gerd Moellmann <gerd@gnu.org>
21350
21351 * tmm.el (tmm-goto-completions): Adapt to prompt being part
21352 of mini-buffer.
21353
21354 2000-01-14 Gerd Moellmann <gerd@gnu.org>
21355
21356 * emacs-lisp/copyright.el (copyright-update): Removed the
21357 requirement for a trailing space from `copyright-regexp', to
21358 support copyrights with owner specified on a separate line..
21359
21360 * align.el: New file.
21361
21362 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
21363
21364 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
21365
21366 2000-01-13 Dave Love <fx@gnu.org>
21367
21368 * ph.el: Removed. (Obsoleted by EUDC.)
21369
21370 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21371
21372 * net/eudc.el (toplevel): Remove autoloaded code installing
21373 menu with easymenu, because that causes build problems.
21374
21375 * frame.el (frame-notice-user-settings): New variable.
21376 (frame-notice-user-settings): Don't modify frame parameters
21377 if called a second time.
21378
21379 2000-01-13 Richard M. Stallman <rms@gnu.org>
21380
21381 * frame.el (frame-notice-user-settings):
21382 Notice default-frame-parameters even for non-window frames.
21383
21384 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21385
21386 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
21387 for Emacs.
21388 (eudc-bob-can-display-inline-images): Extend for Emacs.
21389 (eudc-bob-toggle-inline-display): Ditto.
21390 (eudc-bob-display-jpeg): Ditto.
21391
21392 2000-01-12 Gerd Moellmann <gerd@gnu.org>
21393
21394 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
21395 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
21396 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
21397
21398 * add-log.el (add-change-log-entry): Fix error trying an
21399 `(insert nil)'.
21400
21401 * subdirs.el: Add `net' directory.
21402
21403 * net: New directory.
21404
21405 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
21406 eval-last-sexp. Don't bind debug-on-error here.
21407 (eval-last-sexp): New function. Bind debug-on-error if
21408 eval-expression-debug-on-error is non-nil.
21409 (eval-defun-2, eval-defun): Likewise.
21410
21411 * simple.el (eval-expression): Don't bind debug-on-error if
21412 eval-expression-debug-on-error is nil. Detect changed
21413 debug-on-error, and propagate new value to global binding, if
21414 eval-expression-debug-on-error is non-nil,
21415 (eval-expression-debug-on-error): Change doc string.
21416
21417 2000-01-11 Richard M. Stallman <rms@gnu.org>
21418
21419 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
21420
21421 * emacs-lisp/lisp-mode.el (with-syntax-table):
21422 Set up lisp-indent-function property.
21423
21424 * subr.el (with-syntax-table): Moved from simple.el.
21425
21426 * simple.el (with-syntax-table): Moved to subr.el.
21427
21428 2000-01-11 Gerd Moellmann <gerd@gnu.org>
21429
21430 * tmm.el (tmm-shortcut): Delete region after prompt instead
21431 of erasing buffer.
21432
21433 * textmodes/fill.el (fill-common-string-prefix): New function.
21434 (fill-context-prefix): Use the longest common prefix of first
21435 and second line fill prefix, if there is one.
21436
21437 2000-01-11 Richard M. Stallman <rms@gnu.org>
21438
21439 * array.el (array-mode): Don't use make-variable-buffer-local.
21440 Use make-local-variable for `truncate-lines'.
21441
21442 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
21443
21444 * add-log.el (add-log-current-defun): Handle user-defined
21445 add-log-current-function returning nil,
21446
21447 * add-log.el (add-change-log-entry): Insert version number
21448 if having found a current function
21449
21450 * add-log.el (add-log-current-defun):
21451 Call `add-log-current-defun-function'. Try matches at level 0 and
21452 level 1. Strip whitespace from defun found.
21453
21454 2000-01-10 John Wiegley <johnw@gnu.org>
21455
21456 * allout.el (isearch-done/outline-provisions): Added `edit'
21457 argument to correspond with the current definition of `isearch-done'.
21458
21459 2000-01-10 Dave Love <fx@gnu.org>
21460
21461 * elide-head.el (elide-head): Use point-marker, not point.
21462
21463 2000-01-10 Gerd Moellmann <gerd@gnu.org>
21464
21465 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
21466 before and after the year 2000.
21467
21468 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
21469 Add ispell- prefix.
21470
21471 2000-01-10 Ken Stevens <k.stevens@ieee.org>
21472
21473 * ispell.el: Only define dictionaries in menus when they exist.
21474 (version18p): New variable.
21475 (version20p): New variable.
21476 (xemacsp): New variable.
21477 (ispell-choices-win-default-height): Fix for XEmacs visibility.
21478 (ispell-dictionary-alist1): Added Brasileiro dictionary.
21479 (ispell-dictionary-alist6): Russian command lines no longer accept
21480 run-together words.
21481 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
21482 (ispell-dictionary-alist): Add koi8-r to customize definition.
21483 (check-ispell-version): Added documentation string. Return library
21484 path when called non-interactively.
21485 (ispell-menu-map-needed): Uses new variables.
21486 (ispell-library-path): New variable.
21487 (ispell-decode-string): XEmacs fix for bogus variable bindings.
21488 (ispell-word): Improved documentation string. Test for valid
21489 character mappings. Correctly check typed in word changes that can
21490 result in single words split into multiple words.
21491 Return replacement word.
21492 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
21493 replace in recursive query replace mode. Help message for
21494 recursive edit mode.
21495 (ispell-show-choices): Protect against bad framepop bindings.
21496 (ispell-help): Fix to work with XEmacs.
21497 (ispell-highlight-spelling-error): Use new variables.
21498 (ispell-overlay-window): Fix to work with XEmacs.
21499 (ispell-parse-output): Passed and returns location information
21500 tracking spelling corrections. Doesn't recheck same word on
21501 current line.
21502 (ispell-init-process): Protect against bogus XEmacs variable binding.
21503 Fix call to single argument in sleep-for. Use new variables.
21504 (ispell-region): Passed and returns location information tracking
21505 spelling corrections. Doesn't check same word on current line.
21506 Improved documentation string. Doesn't resend a line already
21507 checked to the ispell process - fixes bug in LaTeX parsing.
21508 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
21509 (ispell-skip-region): No longer skips <TT> in SGML.
21510 (ispell-process-line): Tracks location information with spelling
21511 corrections. Added documentation string. Accounts for words
21512 already accepted on this line. Don't allow query-replace on line
21513 starting with math characters. Doesn't resend a line already sent
21514 to ispell process. Fixes alignment error bug.
21515
21516 2000-01-10 Richard M. Stallman <rms@gnu.org>
21517
21518 * dired-x.el (dired-guess-shell-alist-default):
21519 Suggest xloadimage, which is free, not xv, which isn't.
21520
21521 * ange-ftp.el (ange-ftp-file-name-nondirectory):
21522 Don't ever include the host name or user name in the value.
21523
21524 2000-01-09 Gerd Moellmann <gerd@gnu.org>
21525
21526 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
21527 of a real newline.
21528
21529 2000-01-09 Stephen Eglen <stephen@gnu.org>
21530
21531 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
21532 for .png files.
21533
21534 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
21535
21536 * cus-edit.el (custom-hook-convert-widget): Fix comment.
21537
21538 2000-01-09 Gerd Moellmann <gerd@gnu.org>
21539
21540 * progmodes/cperl-mode.el: Replace ^F with ^L.
21541
21542 * sendmail.el (toplevel): Provide `sendmail' when compiling before
21543 `require'ing rmail and mailalias to prevent infinite recursion.
21544
21545 2000-01-08 Dave Love <fx@gnu.org>
21546
21547 * emacs-lisp/backquote.el: Remove inappropriate customization
21548 (allowing custom.el to use backquote).
21549
21550 2000-01-07 Dave Love <fx@gnu.org>
21551
21552 * add-log.el (add-log-debugging): Deleted.
21553 (add-change-log-entry): Treat a backup FILE-NAME as its parent
21554 file. Remove debugging code.
21555 (change-log-get-method-definition, change-log-name): Add doc.
21556 (change-log-sortable-date-at): New function.
21557 (change-log-merge): New command.
21558
21559 * time.el (display-time-string-forms): Make the Mail string active.
21560 (display-time-update): Provide help-echo for load average.
21561
21562 * bindings.el (make-mode-line-mouse2-map): New function.
21563 (mode-line-modified): Use it and simplify.
21564 (mode-line-mule-info): Provide help-echo info.
21565 (minor-mode-alist): Activate the strings.
21566 (make-mode-line-mouse-sensitive): Simplify for
21567 mode-line-buffer-identification.
21568
21569 2000-01-07 Gerd Moellmann <gerd@gnu.org>
21570
21571 * play/pong.el: New file.
21572
21573 2000-01-06 Dave Love <fx@gnu.org>
21574
21575 * array.el: Assorted cleanups for compiler warnings, doc strings,
21576 `array-' prefix for symbols.
21577
21578 2000-01-05 Dave Love <fx@gnu.org>
21579
21580 * textmodes/outline.el (outline-mode-menu-bar-map):
21581 Add outline-headers-as-kill.
21582 (outline-mode): Define imenu-generic-expression.
21583 (outline-headers-as-kill): New command.
21584
21585 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
21586 from paragraph-start.
21587 (paragraph-indent-minor-mode): New command.
21588
21589 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
21590 M-C-e, M-C-h, C-j, C-xnd, TAB.
21591 (fortran-mode): Set beginning-of-defun, end-of-defun.
21592 (fortran-column-ruler): Simplify.
21593 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
21594 (fortran-with-subprogram-narrowing): Likewise.
21595 (fortran-indent-subprogram): Call mark-defun.
21596 (fortran-check-for-matching-do): Change narrowing.
21597
21598 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
21599 (cl-lucid-hash-tag): Delete.
21600 (cl-hash-table-p): Correct test for native table.
21601 (cl-hash-table-count): Use hash-table-count.
21602
21603 * browse-url.el (browse-url): Fix case of
21604 browse-url-browser-function being an alist.
21605
21606 2000-01-05 Carsten Dominik <cd@gnu.org>
21607
21608 * textmodes/reftex-vars.el (reftex-parse-file-extension)
21609 (reftex-index-phrase-file-extension): New options.
21610
21611 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
21612 Use new option `reftex-index-phrase-file-extension'.
21613
21614 * textmodes/reftex.el (reftex-access-parse-file): Use new option
21615 `reftex-parse-file-extension'.
21616
21617 2000-01-05 Dave Love <fx@gnu.org>
21618
21619 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
21620 (beginning-of-defun-raw): Use it.
21621 (end-of-defun): New variable.
21622 (end-of-defun): Use it.
21623 (check-parens): New command.
21624
21625 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
21626
21627 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
21628 (hs-show-block): Don't use `mapcar' when not accumulating.
21629
21630 Fix buglet in local variables initialization.
21631
21632 2000-01-05 Andreas Schwab <schwab@suse.de>
21633
21634 * hscroll.el (hscroll): Doc fix.
21635
21636 2000-01-05 Carsten Dominik <cd@gnu.org>
21637
21638 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
21639 Require idlw-toolbar.
21640
21641 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
21642 file idlw-rinfo.el.
21643 (idlwave-customize): Load must read file idlw-shell.el.
21644 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
21645
21646 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
21647
21648 * progmodes/idlw-shell.el: Also provide idlwave-shell
21649 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
21650 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
21651
21652 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
21653 both reftex-dcr and reftex-vcr.
21654
21655 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
21656
21657 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21658
21659 * ps-print.el: PostScript code now is in separate files, doc fix.
21660 (ps-print-version): New version number (5.0.3).
21661 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
21662 local.
21663 (ps-spool-config): Initialization fix.
21664 (ps-print-prologue-1, ps-print-prologue-2)
21665 (ps-print-duplex-feature): PostScript code moved to separated file.
21666 (ps-background-image): Little code reformating.
21667 (ps-begin-file, ps-begin-job): Fix code.
21668 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
21669 (ps-prologue-file): New fun.
21670
21671 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21672
21673 * ps-vars.el: Eliminated.
21674
21675 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
21676 `;;;###autoload'.
21677
21678 * ps-print.el: ps-vars eliminated, doc fix.
21679 (ps-print-version): New version number (5.0.2).
21680 (ps-spool-config): Initialization fix.
21681 (ps-print-customize): New fun.
21682
21683 2000-01-04 Gerd Moellmann <gerd@gnu.org>
21684
21685 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
21686
21687 2000-01-04 Dave Love <fx@gnu.org>
21688
21689 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
21690 menu items.
21691
21692 2000-01-03 Dave Love <fx@gnu.org>
21693
21694 * elide-head.el (elide-head) [defgroup]: Add :version.
21695
21696 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
21697 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
21698 Use `cl-hash-table-p', not `hash-table-p'.
21699 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
21700
21701 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21702
21703 * faces.el (face-read-integer, read-face-attribute)
21704 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
21705
21706 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21707
21708 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
21709 at comment end, and re-insert them after filling.
21710
21711 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21712
21713 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
21714 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
21715 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
21716
21717 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21718
21719 * term/x-win.el (xw-defined-colors): Call color-supported-p,
21720 the new name of face-color-supported-p.
21721
21722 * term/w32-win.el (xw-defined-colors): Likewise.
21723
21724 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21725
21726 * simple.el (completion-setup-function): Count completion-size
21727 from minibuffer-prompt-end, not from point-min.
21728
21729 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
21730
21731 * faces.el (read-face-attribute, defined-colors, color-defined-p):
21732 Pass the frame to tty-color-* functions.
21733 (display-color-p, frame-set-background-mode): Pass the frame to
21734 tty-display-color-p.
21735
21736 * term/tty-colors.el (tty-defined-color-alist): Renamed from
21737 tty-color-alist.
21738 (tty-color-alist, tty-modify-color-alist): New functions.
21739 (tty-color-define, tty-color-clear, tty-color-approximate)
21740 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
21741 optional parameter FRAME.
21742
21743 2000-01-01 Gerd Moellmann <gerd@gnu.org>
21744
21745 * image.el (create-image, defimage): Don't assume image data is
21746 a string.
21747
21748 * image.el (defimage): Handle specifications containing :data
21749 instead of :file.
21750 (image-type-from-data): New function.
21751 (image-type-from-file-header): Use it.
21752 (create-image): Add parameter DATA-P.
21753
21754 See ChangeLog.8 for earlier changes.
21755
21756 ;; Local Variables:
21757 ;; coding: iso-2022-7bit
21758 ;; End:
21759
21760 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
21761 Copying and distribution of this file, with or without modification,
21762 are permitted provided the copyright notice and this notice are preserved.